summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <[email protected]>2013-01-15 18:45:08 +0200
committerStefano Karapetsas <[email protected]>2013-01-17 20:43:56 +0100
commit20533670104c31d52f9ef321362fff39d5c90521 (patch)
tree9762bdcd88737d4995024ed56341664782cb64bc
parent66f5cfb7af210bc32f80c0741fb8aaf9c22c78c7 (diff)
downloadmarco-20533670104c31d52f9ef321362fff39d5c90521.tar.bz2
marco-20533670104c31d52f9ef321362fff39d5c90521.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 0340765c..93f6f966 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="mate-window-manager"
-(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 afdc17e4..afdc17e4 100644
--- a/configure.in
+++ b/configure.ac