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:48:43 (GMT)
commit630baf1c4d62cd6356246ef645c131705b732eb5 (patch)
tree08ca9b9e0f2fd358e783c8cc7078a3531ee32ca2
parent1a591d80c74569ef5a2da112506b65f19a3a3496 (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"