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-04-29 19:50:25 (GMT)
commitfda40a27dde91b8885acece1767ab6d0a82b381f (patch)
treed0ebc64adc5f0692019b9bb1151f25c97ae79d05
parent36d03f4811801af0ec3dabea098605c56ad6322f (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"