Include cacao.h for JNI env variable.
[cacao.git] / autogen.sh
index 82ac9ae0f571c3e635a8f727985dc8922a62cf4c..bbf25c2d1aea8b28b1f6fb99d51fdb7ab7c05e16 100755 (executable)
@@ -1,7 +1,12 @@
 #!/bin/sh
 
 libtoolize --automake
-aclocal
+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
+else
+        aclocal -I .
+fi
 autoheader
 automake --add-missing
 autoconf