Renamed configure.in to the more modern name configure.ac
authormarkus schnalke <meillo@marmaro.de>
Tue, 4 Oct 2011 19:39:54 +0000 (21:39 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 4 Oct 2011 19:39:54 +0000 (21:39 +0200)
Makefile.in
aclocal.m4
configure.ac [moved from configure.in with 99% similarity]
docs/README.developers

index 81f7067..89cd54e 100644 (file)
@@ -70,7 +70,7 @@ INSTALL_DATA    = @INSTALL_DATA@
 # all files in this directory included in the distribution
 DIST = ChangeLog COPYRIGHT DATE INSTALL MACHINES README VERSION                \
        ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4       \
-       acconfig.h config.h.in configure.in configure stamp-h.in        \
+       acconfig.h config.h.in configure.ac configure stamp-h.in        \
        config.sub config.guess
 
 # subdirectories in distribution
@@ -138,7 +138,7 @@ Makefile: Makefile.in config.status
 config.status: configure VERSION
        ./config.status --recheck
 
-configure: configure.in aclocal.m4
+configure: configure.ac aclocal.m4
        cd $(srcdir) && autoconf
 
 config.h: stamp-h
@@ -146,7 +146,7 @@ stamp-h: config.h.in config.status
        ./config.status config.h stamp
 
 config.h.in: stamp-h.in
-stamp-h.in: configure.in acconfig.h aclocal.m4
+stamp-h.in: configure.ac acconfig.h aclocal.m4
        cd $(srcdir) && autoheader
        date > $@
 
index 20d123f..fcc5fbd 100644 (file)
@@ -25,7 +25,7 @@ dnl nmh_ndbmheader to the first arg and nmh_ndbm to the second.
 
 dnl If this macro accepted a list of include,library tuples
 dnl to test in order that would be cleaner than the current
-dnl nest of calls in configure.in.
+dnl nest of calls in configure.ac.
 
 dnl We try to link our own code fragment (which includes the
 dnl headers in the same way slocal.c does) rather than
similarity index 99%
rename from configure.in
rename to configure.ac
index d15e966..ee28837 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl configure.in -- autoconf template for nmh
+dnl configure.ac -- autoconf template for nmh
 dnl
 
 dnl Move this up a bit
index f026c74..31a6e46 100644 (file)
@@ -19,7 +19,7 @@ GNU autoconf (<ftp://ftp.gnu.org/pub/gnu/autoconf/>).  Nmh is currently using
 a minimum of autoconf 2.54.
 
 Most of the configure-related files are automatically generated.  The only files
-you should need to manually edit are acconfig.h and configure.in.  Don't, for
+you should need to manually edit are acconfig.h and configure.ac.  Don't, for
 instance, edit config.h.in.  Though it is an input file from the point of view
 of the users (and the configure script) it is an output file from the point of
 view of the developers (and the autoconf script).