diff options
author | Uri Lublin <uril@redhat.com> | 2009-12-30 15:34:56 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-24 14:03:36 +0100 |
commit | 7da0ccc65e2ef09e89e010399cbcbba2797dd633 (patch) | |
tree | ef1417ae946d8a9957a8f5ffa1436dd67f848971 | |
parent | 3b58f557afc7b435e5083803ea62620d5b26f9ee (diff) | |
download | spice-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>
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |