summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-05-10 03:37:14 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-05-10 03:37:14 +0000
commit59b5bad79402b81b130e3b4242a74611d1c3be63 (patch)
tree343e3062e250a83e9f4ae9fd15d056516fc8decd /autogen.sh
parentc8da127a67eac038d20848dc924fbff022a48309 (diff)
move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from
2006-05-10 Lucas Rocha <lucasr@gnome.org> * .cvsignore, Makefile.am, autogen.sh, configure.in, data/Makefile.am, po/.cvsignore, src/Makefile.am: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from Christian Persch <chpe@gnome.org>.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index ce6dba7..13b1708 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="zenity"
-REQUIRED_AUTOMAKE_VERSION=1.7
+REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.in \
&& test -f $srcdir/ChangeLog \
@@ -20,4 +20,4 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+USE_GNOME2_MACROS=1 . gnome-autogen.sh