[gimp] Rename configure.in to configure.ac



commit 34b5e999057d6a4ad9e33d16923eec0c05502ab9
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun May 17 14:49:04 2009 +0200

    Rename configure.in to configure.ac
    
    Rename configure.in to configure.ac and update references to the
    file. Configure.ac is the recomended and promoted name in the autoconf
    manual.
---
 INSTALL                       |    2 +-
 configure.in => configure.ac  |    2 +-
 devel-docs/release-howto.txt  |    4 ++--
 menus/Makefile.am             |    2 +-
 plug-ins/imagemap/Makefile.am |    2 +-
 plug-ins/pygimp/INSTALL       |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index 134e038..c798542 100644
--- a/INSTALL
+++ b/INSTALL
@@ -421,6 +421,6 @@ Makefile(s), the header file containing system-dependent definitions
 (if the package uses one), and `config.status' (all the files that
 `configure' created), type `make distclean'.
 
-The file `configure.in' is used as a template to create `configure' by
+The file `configure.ac' is used as a template to create `configure' by
 a program called `autoconf'.  You will only need it if you want to
 regenerate `configure' using a newer version of `autoconf'.
diff --git a/configure.in b/configure.ac
similarity index 99%
rename from configure.in
rename to configure.ac
index a3ccad7..642f319 100644
--- a/configure.in
+++ b/configure.ac
@@ -1848,7 +1848,7 @@ AC_CONFIG_COMMANDS([libgimpbase/gimpversion.h], [
   cat > $outfile <<\_______EOF
 /* gimpversion.h
  *
- * This is a generated file.  Please modify 'configure.in'
+ * This is a generated file.  Please modify 'configure.ac'
  */
 
 #ifndef __GIMP_VERSION_H__
diff --git a/devel-docs/release-howto.txt b/devel-docs/release-howto.txt
index 776b76f..af0cedf 100644
--- a/devel-docs/release-howto.txt
+++ b/devel-docs/release-howto.txt
@@ -16,7 +16,7 @@
 
  ( ) Make sure the checkout is up to date, clean from uncommitted changes.
 
- ( ) Check that the version number is correct in configure.in
+ ( ) Check that the version number is correct in configure.ac
 
  ( ) Run 'make maintainer-clean -k'
 
@@ -69,7 +69,7 @@
      downloads/index.htrw.  Commit this change, the web server should
      then update itself soon (usually less than an hour).
 
- ( ) Bump the version number in configure.in and commit this change.
+ ( ) Bump the version number in configure.ac and commit this change.
 
  ( ) Grab a properly chilled beverage and enjoy yourself.
 
diff --git a/menus/Makefile.am b/menus/Makefile.am
index 38ed049..ed08d4e 100644
--- a/menus/Makefile.am
+++ b/menus/Makefile.am
@@ -52,7 +52,7 @@ if GIMP_UNSTABLE
 DEBUG_MENU_PARAMS = --stringparam debug-menu yes
 endif
 
-%.xml: %.xml.in $(top_srcdir)/configure.in $(srcdir)/menus.xsl dialogs-menuitems.xml
+%.xml: %.xml.in $(top_srcdir)/configure.ac $(srcdir)/menus.xsl dialogs-menuitems.xml
 if HAVE_XSLTPROC
 	$(XSLTPROC) --xinclude $(DEBUG_MENU_PARAMS) $(srcdir)/menus.xsl $< > $(@) || rm -f $(@)
 else
diff --git a/plug-ins/imagemap/Makefile.am b/plug-ins/imagemap/Makefile.am
index 1c06f94..ac63dce 100644
--- a/plug-ins/imagemap/Makefile.am
+++ b/plug-ins/imagemap/Makefile.am
@@ -146,7 +146,7 @@ CLEANFILES = y.tab.c y.tab.h
 ## The following rules are not necessary for most users.  They are
 ## only used by the maintainers who modify the symbols and grammar
 ## that are used for parsing the map files.  These rules are very
-## specific and a test for flex and bison in configure.in would not be
+## specific and a test for flex and bison in configure.ac would not be
 ## appropriate in most cases, so the Makefile rules are included here.
 ## In addition, the default rules provided by automake would not be
 ## sufficient because the source and target files have different base
diff --git a/plug-ins/pygimp/INSTALL b/plug-ins/pygimp/INSTALL
index 90f004a..35f31b7 100644
--- a/plug-ins/pygimp/INSTALL
+++ b/plug-ins/pygimp/INSTALL
@@ -245,6 +245,6 @@ Makefile(s), the header file containing system-dependent definitions
 (if the package uses one), and `config.status' (all the files that
 `configure' created), type `make distclean'.
 
-The file `configure.in' is used as a template to create `configure' by
+The file `configure.ac' is used as a template to create `configure' by
 a program called `autoconf'.  You will only need it if you want to
 regenerate `configure' using a newer version of `autoconf'.



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