summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2009-12-30 15:34:56 +0200
committerAlexander Larsson <alexl@redhat.com>2010-03-24 14:03:36 +0100
commit7365b6bbb183543260a3cee806e59ac2534ca42c (patch)
treed9fdaa2ca474e6cd4eda31423796ed1b2d61b80a /autogen.sh
parent8c5b61a5e29e3296b813c82d9007fe208fcf3f7a (diff)
autogen: add possibly missing AUTOMAKE definition (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 3a9b993..d004e93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,6 +10,7 @@ ACLOCAL_FLAGS=""
LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
LIBTOOLIZE_FLAGS="--copy --force"
AUTOHEADER=${AUTOHEADER-autoheader}
+AUTOMAKE=${AUTOMAKE-automake}
AUTOMAKE_FLAGS="--add-missing --gnu"
AUTOCONF=${AUTOCONF-autoconf}