summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-19 23:20:37 +0100
committerChristian Persch <chpe@gnome.org>2013-01-20 14:19:57 +0100
commit611f624a6e15065792b41eb5ce14811293f3fb0a (patch)
treedd1fc03c18e014625ff91fe677bc08b157b428e6
parentc143b97c8aef44205ae4601c3284436379eba078 (diff)
downloadlibcroco-baserock/morph.tar.gz
build: rename configure.in into configure.acbaserock/morph
With the upcoming version of automake (1.14) the support for the configure.in file will be dropped.[1] [1]http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html Bug #692111.
-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 d1b7b0b..201e39d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ PKG_NAME="libcroco"
REQUIRED_AUTOMAKE_VERSION=1.7
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
&& test -f $srcdir/README \
&& test -f $srcdir/src/cr-parser.h) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
diff --git a/configure.in b/configure.ac
index 136e76d..136e76d 100644
--- a/configure.in
+++ b/configure.ac