* AC_C_ATTRIBUTE: check for __attribute__ (required at least by mipspro)
[cacao.git] / autogen.sh
index 63a6cf6f61b5b76a9f829650ed14f6e44379f332..943a8dd0d697148b3cc65595229aad3cd47096dc 100755 (executable)
@@ -2,10 +2,9 @@
 
 libtoolize --automake
 if test `uname` = 'FreeBSD'; then
-    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
+    aclocal -I m4 -I src/classpath/m4 -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
 else
-    aclocal -I . -I src/classpath/m4
+    aclocal -I m4 -I src/classpath/m4
 fi
 autoheader
 automake --add-missing