Rename configure.in to configure.ac.
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 21 May 2009 14:34:27 +0000 (10:34 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 21 May 2009 14:34:27 +0000 (10:34 -0400)
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
configure.ac [moved from configure.in with 100% similarity]

index 804d9a4..551d581 100755 (executable)
@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
 PKG_NAME="evolution-data-server"
 REQUIRED_AUTOMAKE_VERSION=1.6
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -f $srcdir/ChangeLog \
   && test -d $srcdir/calendar) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
similarity index 100%
rename from configure.in
rename to configure.ac