From bd2221448c3c545993ccf6f20365f01b5e9782e9 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 4 Oct 2011 21:39:54 +0200 Subject: [PATCH] Renamed configure.in to the more modern name configure.ac --- Makefile.in | 6 +++--- aclocal.m4 | 2 +- configure.in => configure.ac | 2 +- docs/README.developers | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename configure.in => configure.ac (99%) diff --git a/Makefile.in b/Makefile.in index 81f7067d..89cd54e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 > $@ diff --git a/aclocal.m4 b/aclocal.m4 index 20d123fe..fcc5fbd7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/configure.in b/configure.ac similarity index 99% rename from configure.in rename to configure.ac index d15e9664..ee288373 100644 --- a/configure.in +++ b/configure.ac @@ -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 diff --git a/docs/README.developers b/docs/README.developers index f026c741..31a6e46f 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -19,7 +19,7 @@ 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). -- 2.39.5