summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <[email protected]>2013-01-15 18:42:47 +0200
committerStefano Karapetsas <[email protected]>2013-01-17 20:20:31 +0100
commit051157043436ac11f5414249e50ba69da9d7334f (patch)
treec71d15eead3709c52f93728adf0dc86d5aaf57b7
parent225abc5e68ab53fb05edc39a2c9f1752c26fce02 (diff)
downloadmate-common-051157043436ac11f5414249e50ba69da9d7334f.tar.bz2
mate-common-051157043436ac11f5414249e50ba69da9d7334f.tar.xz
rename configure.in to configure.ac to be liked by autoconf 1.12
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in'
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac (renamed from configure.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7016182..59fed49 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9
PKG_NAME="mate-common"
-(test -f $srcdir/configure.in) || {
+(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
diff --git a/configure.in b/configure.ac
index e89416f..e89416f 100644
--- a/configure.in
+++ b/configure.ac