diff options
author | Elan Ruusamäe <[email protected]> | 2013-01-15 18:41:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-17 20:37:22 +0100 |
commit | 8e2e8fc476a2c9088b5735a583b3f082f4a12a19 (patch) | |
tree | cfd71b83e595a67ee2b3109d3ffaf7ceea455b53 | |
parent | d2d5565f1a07f1979a8544fb022d3e2aed355611 (diff) | |
download | mate-backgrounds-8e2e8fc476a2c9088b5735a583b3f082f4a12a19.tar.bz2 mate-backgrounds-8e2e8fc476a2c9088b5735a583b3f082f4a12a19.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-backgrounds" -(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 73e9bd6..73e9bd6 100644 --- a/configure.in +++ b/configure.ac |