diff options
author | Elan Ruusamäe <[email protected]> | 2013-01-15 18:44:08 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-17 20:40:18 +0100 |
commit | 27bc14a1bc78f8cf3d6e4c28a85e810524ed8115 (patch) | |
tree | f3bcb78cb517814be77d832d6f60ddd30d74183c | |
parent | 80e03df2333c8f16f2b73d4c458b42c8c30f05f7 (diff) | |
download | caja-27bc14a1bc78f8cf3d6e4c28a85e810524ed8115.tar.bz2 caja-27bc14a1bc78f8cf3d6e4c28a85e810524ed8115.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-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="mate-file-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 973fabfe..973fabfe 100644 --- a/configure.in +++ b/configure.ac |