Date: Monday, March 26, 2007 @ 12:01:37
  Author: marc
    Path: /cvsroot/carob/libmysequoia

Modified: autogen.sh (1.8 -> 1.9)

More options added to ./configure


------------+
 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: libmysequoia/autogen.sh
diff -u libmysequoia/autogen.sh:1.8 libmysequoia/autogen.sh:1.9
--- libmysequoia/autogen.sh:1.8 Fri Mar 23 15:47:44 2007
+++ libmysequoia/autogen.sh     Mon Mar 26 12:01:37 2007
@@ -29,5 +29,8 @@
 
 #./configure --prefix=/usr --sysconfdir=/etc/mysequoia 
 
+DOTDOTCAROB="`pwd`/../carob"
+
 # default options for developers (only developers are supposed to run this 
script)
-./configure CXXFLAGS="-Wall -g3" --enable-cppunit $@
+./configure CXXFLAGS="-Wall -g3" --enable-cppunit --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

Reply via email to