hack autogen to allow automake 1.13

This commit is contained in:
Robert Bragg 2013-04-23 21:01:07 +01:00 committed by Jasper St. Pierre
parent 6fdc23d0b7
commit f0c503b5a9

View File

@ -5,7 +5,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="mutter"
REQUIRED_AUTOMAKE_VERSION=1.10
REQUIRED_AUTOMAKE_VERSION=1.13
(test -f $srcdir/configure.ac \
&& test -d $srcdir/src) || {