Date: Friday, March 23, 2007 @ 19:32:00
Author: marc
Path: /cvsroot/carob/libmysequoia
Added: configure.withdefaults.sh (1.1)
Really can't make autoconf have nice defaults easily. Let's try to
surround it.
---------------------------+
configure.withdefaults.sh | 13 +++++++++++++
1 files changed, 13 insertions(+)
Index: libmysequoia/configure.withdefaults.sh
diff -u /dev/null libmysequoia/configure.withdefaults.sh:1.1
--- /dev/null Fri Mar 23 19:32:00 2007
+++ libmysequoia/configure.withdefaults.sh Fri Mar 23 19:32:00 2007
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Hard-coding those values is either impossible, or hard, or forbidden
+# by GNU standards, or non-portable to some platforms far away in the
+# galaxy -- MH.
+
+test $# = 0 || { printf "This is just calling ./configure with interesting
defaults\n"; exit 0; }
+
+DOTDOTCAROB="`pwd`/../carob"
+
+set -x
+./configure --sysconfdir=/etc/mysequoia CPPFLAGS="-I$DOTDOTCAROB
-I/usr/local/include" LDFLAGS="-L$DOTDOTCAROB -L/usr/local/lib"
+
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits