summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSteven Augart <augart@watson.ibm.com>2004-10-21 18:36:28 +0000
committerSteven Augart <augart@watson.ibm.com>2004-10-21 18:36:28 +0000
commit9462589ee19466e927345d7cb9010f1c59b5e22f (patch)
tree6ad3eabfb96faf2f65a543b56318868499a73044 /autogen.sh
parent3e0ce3c7cc4f400cfc1ec8eefaeee4fc00a8501b (diff)
downloadclasspath-9462589ee19466e927345d7cb9010f1c59b5e22f.tar.gz
2004-10-21 Steven Augart <augart@watson.ibm.com>
* autogen.sh: Invoke $ACLOCAL with the flag "-I .".
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4b7d3eaeb..a29109e73 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -105,7 +105,8 @@ if test -z "$ACLOCAL_FLAGS"; then
done
fi
-$ACLOCAL $ACLOCAL_FLAGS || exit $?
+# Use the "-I ." flag in order to include our pkg.m4.
+$ACLOCAL -I . $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?