diff options
author | Dan Winship <danw@gnome.org> | 2009-06-01 21:21:18 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2009-06-01 21:21:18 -0400 |
commit | 8a041d5c0bc90e7bf1e31105f6ce356a1416c186 (patch) | |
tree | 4ae25ad459fea09cf10ca2c5e34e658aff982a1d /autogen.sh | |
parent | dfdde36f28e3092c6ac20ecae3774903be92a153 (diff) | |
download | libsoup-8a041d5c0bc90e7bf1e31105f6ce356a1416c186.tar.gz libsoup-8a041d5c0bc90e7bf1e31105f6ce356a1416c186.tar.bz2 libsoup-8a041d5c0bc90e7bf1e31105f6ce356a1416c186.zip |
Update REQUIRED_AUTOMAKE_VERSION to match reality
http://bugzilla.gnome.org/show_bug.cgi?id=583942
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |