hack autogen to allow automake 1.13
This commit is contained in:
parent
6fdc23d0b7
commit
f0c503b5a9
1 changed files with 1 additions and 1 deletions
|
@ -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) || {
|
||||
|
|
Loading…
Reference in a new issue