Include src/classpath/m4 for aclocal to get AM_ICONV* stuff from classpath.
authortwisti <none@none>
Mon, 23 May 2005 15:23:48 +0000 (15:23 +0000)
committertwisti <none@none>
Mon, 23 May 2005 15:23:48 +0000 (15:23 +0000)
autogen.sh

index bbf25c2d1aea8b28b1f6fb99d51fdb7ab7c05e16..27195d83ffbad40ae7be29b7a81c97e606029809 100755 (executable)
@@ -2,10 +2,10 @@
 
 libtoolize --automake
 if test `uname` = 'FreeBSD'; then
-        echo "FreeBSD -- only tested with 5.3-RELEASE though"
-        aclocal  -I . -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
+    echo "FreeBSD -- only tested with 5.3-RELEASE though"
+    aclocal -I . -I src/classpath/m4 -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
 else
-        aclocal -I .
+    aclocal -I . -I src/classpath/m4
 fi
 autoheader
 automake --add-missing