mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Rename configure.in to configure.ac
configure.in support for autoconf is going to go away at some point. https://bugzilla.gnome.org/show_bug.cgi?id=688777
This commit is contained in:
parent
30387df454
commit
ff64cba616
@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
|
||||
PKG_NAME="mutter"
|
||||
REQUIRED_AUTOMAKE_VERSION=1.10
|
||||
|
||||
(test -f $srcdir/configure.in \
|
||||
(test -f $srcdir/configure.ac \
|
||||
&& test -d $srcdir/src) || {
|
||||
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
|
||||
echo " top-level metacity directory"
|
||||
|
Loading…
Reference in New Issue
Block a user