autogen.sh without typo
authorjowenn <none@none>
Tue, 7 Dec 2004 07:55:07 +0000 (07:55 +0000)
committerjowenn <none@none>
Tue, 7 Dec 2004 07:55:07 +0000 (07:55 +0000)
autogen.sh
src/boehm-gc/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
index 0ab131fa3dc308e79c3cd0083c83f65e1c446ce4..3110f915285b9f6702b1dddac74ac8386fe479bb 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 libtoolize --automake
-if test `uname` == 'FreeBSD'; then
-       echo "FreeBSD (only tested with 5.3-RELEASE though"
+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