aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-21 22:35:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-21 22:35:36 +0800
commit7379c515f504ccc197b7ada5368f20d0ce004366 (patch)
treec0b0e25dcb7400ecfae0bd7cfe61741921b14f32
parent1c69cee0239f3252a58e142eb4df8d760ee0274d (diff)
downloadgsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.gz
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.bz2
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.lz
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.xz
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.tar.zst
gsoc2013-evolution-7379c515f504ccc197b7ada5368f20d0ce004366.zip
Rename configure.in to configure.ac.
GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred.
-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 267560d8a9..1e2af1a08c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="Evolution"
REQUIRED_AUTOMAKE_VERSION=1.6
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
&& test -f $srcdir/ChangeLog \
&& test -d $srcdir/shell) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
diff --git a/configure.in b/configure.ac
index 45e54f854c..45e54f854c 100644
--- a/configure.in
+++ b/configure.ac