summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-08 23:01:58 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-08 23:01:58 +0000
commitda7bd03970653bc9d09446b0d2a49417791c5b18 (patch)
treebcc86ca941615a761cd350e2442124e3699880d8 /autogen.sh
parentb9f7b88e3d100b87a856e077b5f2fdbf49c73ebb (diff)
downloadpango-da7bd03970653bc9d09446b0d2a49417791c5b18.tar.gz
Bug 346297 – autogen doesn't work with automake-1.6 Patch from Priit
2006-07-08 Behdad Esfahbod <behdad@gnome.org> Bug 346297 – autogen doesn't work with automake-1.6 Patch from Priit Laes * autogen.sh, configure.in: Require automake 1.7.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ebc47e40..52545e43 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.7
PKG_NAME="pango"