diff options
author | Elan Ruusamäe <[email protected]> | 2013-01-15 18:37:51 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-17 20:29:47 +0100 |
commit | eca64b3e16a949120e22b2299c98c1fae4f18043 (patch) | |
tree | 96ef0d5362be4599d45679351ee9f8ccd626650f | |
parent | 958dec506a68e41df432b1aa91c1ad229137e758 (diff) | |
download | libmatekbd-eca64b3e16a949120e22b2299c98c1fae4f18043.tar.bz2 libmatekbd-eca64b3e16a949120e22b2299c98c1fae4f18043.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="libmatekbd" -(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 aa0fea8..aa0fea8 100644 --- a/configure.in +++ b/configure.ac |