From 630baf1c4d62cd6356246ef645c131705b732eb5 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 29 Apr 2009 19:48:43 +0000 Subject: Run aclocal with --install option --- 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" -- cgit v0.9.1