From: twisti Date: Mon, 23 May 2005 15:23:48 +0000 (+0000) Subject: Include src/classpath/m4 for aclocal to get AM_ICONV* stuff from classpath. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=e315b7106c795342e3f5a8a0517cb50f550a680d;hp=15ae6cbd4de1a8530832d2dfe74ec09a92069382;p=cacao.git Include src/classpath/m4 for aclocal to get AM_ICONV* stuff from classpath. --- diff --git a/autogen.sh b/autogen.sh index bbf25c2d1..27195d83f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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