[evolution-exchange] Rename configure.in to configure.ac.



commit a83410c237eb983f2d5388ccc7725417c6149edf
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu May 21 10:31:25 2009 -0400

    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.
---
 autogen.sh                   |    2 +-
 configure.in => configure.ac |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 172fcec..1ba8eb6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
 PKG_NAME="evolution-exchange"
 REQUIRED_AUTOMAKE_VERSION=1.6
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -f $srcdir/ChangeLog \
   && test -d $srcdir/storage) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]