summaryrefslogtreecommitdiffstats
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
commit7da0ccc65e2ef09e89e010399cbcbba2797dd633 (patch)
treeef1417ae946d8a9957a8f5ffa1436dd67f848971 /autogen.sh
parent3b58f557afc7b435e5083803ea62620d5b26f9ee (diff)
downloadspice-7da0ccc65e2ef09e89e010399cbcbba2797dd633.tar.gz
spice-7da0ccc65e2ef09e89e010399cbcbba2797dd633.tar.xz
spice-7da0ccc65e2ef09e89e010399cbcbba2797dd633.zip
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 3a9b9934..d004e93a 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}