Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-29 19:48:43 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-16 09:43:26 (GMT)
commit02abb0fca093c1b6648225b253a5483a3e180d26 (patch)
treeee5ce9046607f6e73a92b827e535d2f3a5210eec
parent3c022a7ea91146c6f976490ce67f6b764a0ef2cc (diff)
Run aclocal with --install option
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index aa82ce7..d0f488c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -52,7 +52,7 @@ if test -z "$*"; then
echo " command line."
fi
-tool_run "$aclocal" "-I m4/ $ACLOCAL_FLAGS"
+tool_run "$aclocal" "-I m4/ $ACLOCAL_FLAGS --install"
tool_run "$libtoolize" "--copy --force"
tool_run "$autoheader"
tool_run "$autoconf"