summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-20 11:55:26 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-20 11:55:26 +0000
commit93abeccc3a40b14712337c9adfac1c2cec7a8165 (patch)
tree5031a062e577b4daa393ad5724da7845cc396082 /autogen.sh
parent186036aa0bebfe7ac960b9d89039dd176f1e03b2 (diff)
downloadclasspath-93abeccc3a40b14712337c9adfac1c2cec7a8165.tar.gz
2004-04-20 Michael Koch <konqueror@gmx.de>
* autogen.sh: Added "-I ." to aclocal call.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2a3b3f447..16751d686 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,7 +38,7 @@ echo "libtoolize ..."
${LIBTOOLIZE} --force --copy
echo "aclocal ..."
-${ACLOCAL}
+${ACLOCAL} -I .
echo "autoheader ..."
${AUTOHEADER} --force