From: markus schnalke Date: Tue, 4 Oct 2011 19:39:54 +0000 (+0200) Subject: Renamed configure.in to the more modern name configure.ac X-Git-Tag: mmh-thesis-end~506 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=bd2221448c3c545993ccf6f20365f01b5e9782e9 Renamed configure.in to the more modern name configure.ac --- diff --git a/Makefile.in b/Makefile.in index 81f7067..89cd54e 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 20d123f..fcc5fbd 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 d15e966..ee28837 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 f026c74..31a6e46 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).