Date: Friday, March 23, 2007 @ 15:47:44
Author: marc
Path: /cvsroot/carob/libmysequoia
Modified: autogen.sh (1.7 -> 1.8)
Added (commented out) FreeBSD workaround, recovered from old Csaba
email. Slight changes to default configure options
------------+
autogen.sh | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletion(-)
Index: libmysequoia/autogen.sh
diff -u libmysequoia/autogen.sh:1.7 libmysequoia/autogen.sh:1.8
--- libmysequoia/autogen.sh:1.7 Tue Mar 28 08:59:06 2006
+++ libmysequoia/autogen.sh Fri Mar 23 15:47:44 2007
@@ -11,7 +11,23 @@
rm -f Makefile src/Makefile test/Makefile
aclocal
+
+
+# Csaba: On FreeBSD (6.2) Automake is putting the .m4 files in
+# /usr/local/share/aclocal19 *BUT* libtool is putting his .m4 files in
+# /usr/local/share/aclocal. This was the problem that aclocal doesn't
+# find the /usr/local/share/autoconf/libtool.m4 file. Workaround:
+
+# mkdir m4
+# cp /usr/local/share/aclocal/* /usr/local/share/aclocal19/* m4
+# aclocal --acdir=m4
+
+
autoheader
automake --add-missing --copy
autoconf
-CXXFLAGS="-Wall -Werror -O0 -g3" ./configure --prefix=/usr
--sysconfdir=/etc/mysequoia $@
+
+#./configure --prefix=/usr --sysconfdir=/etc/mysequoia
+
+# default options for developers (only developers are supposed to run this
script)
+./configure CXXFLAGS="-Wall -g3" --enable-cppunit $@
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits