]> git.marmaro.de Git - mmh/commitdiff
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 81f7067dc1a2e9de51ca2f953fad392b640e82f4..89cd54e280f8c5cc2fb388610df86509bed7289d 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 20d123fee02742f913f3943804d662aa7f6e3ec2..fcc5fbd7225e4e7cd41045ea5c648269e83c1f1c 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 d15e9664b8cab4033d575328a5e0e65f0c8a0694..ee288373e32c3d3623af6f4023d3960ee0769f0e 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 f026c741a1748284da950bada373abe41fe1209e..31a6e46fb66c4b94646baf9fe8962dc6abcd1032 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).