diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-11-15 15:27:28 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-11-20 21:25:12 -0500 |
commit | ff64cba61609b8009b025f155d02cf32c4bfa5c0 (patch) | |
tree | 3f32c91557aa6901b75bed71e3e89e08dd3771b0 /autogen.sh | |
parent | 30387df45416f224ff9241cf0dc6ac76e037f29a (diff) | |
download | mutter-ff64cba61609b8009b025f155d02cf32c4bfa5c0.tar.gz |
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index c9396c5f3..714bc1645 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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" |