Update REQUIRED_AUTOMAKE_VERSION to match reality
authorDan Winship <danw@gnome.org>
Tue, 2 Jun 2009 01:21:18 +0000 (21:21 -0400)
committerDan Winship <danw@gnome.org>
Tue, 2 Jun 2009 01:21:18 +0000 (21:21 -0400)
http://bugzilla.gnome.org/show_bug.cgi?id=583942

autogen.sh

index 8b97726..78d640d 100755 (executable)
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="libsoup"
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.9
 
 (test -f $srcdir/configure.in \
   && test -f $srcdir/libsoup.doap \