[gtkhtml] Rename configure.in to configure.ac.



commit 003f4aa86d943fa1586a7ef9b55b83dcf0a1a6bc
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu May 21 10:37:15 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 8529859..2115cdb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
 
 PKG_NAME="gtkhtml"
 
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
   && test -d $srcdir/gtkhtml \
   && test -f $srcdir/gtkhtml/gtkhtml.h) || {
     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]