bug-make
[Top][All Lists]
Advanced

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

[PATCH] Reflect the 'configure.in' -> 'configure.ac' rename throughout


From: Stefano Lattarini
Subject: [PATCH] Reflect the 'configure.in' -> 'configure.ac' rename throughout
Date: Sat, 20 Apr 2013 22:18:16 +0200

In README, code comments, and auxiliary files.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <address@hidden>
---
 ChangeLog             | 9 +++++++++
 Makefile.DOS.template | 2 +-
 README.git            | 4 ++--
 build_w32.bat         | 2 +-
 config.h-vms.template | 2 +-
 getloadavg.c          | 2 +-
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2e3458f..c494339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-20  Stefano Lattarini <address@hidden>  (tiny change)
+
+       * README.git: Our autoconf input file is 'configure.ac', not
+       'configure.in'.  Adjust accordingly.
+       * getloadavg.c: Likewise.
+       * build_w32.bat: Likewise.
+       * config.h-vms.template: Likewise.
+       * Makefile.DOS.template: Likewise.
+
 2013-04-16  Paul Smith  <address@hidden>
 
        * misc.c (open_tmpfd): Add a new function that returns a temporary
diff --git a/Makefile.DOS.template b/Makefile.DOS.template
index 59c34a8..3ec01be 100644
--- a/Makefile.DOS.template
+++ b/Makefile.DOS.template
@@ -122,7 +122,7 @@ man1dir = $(mandir)/man1
 MANS = $(man_MANS)
 
 NROFF = nroff
-DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am  
Makefile.in NEWS acconfig.h aclocal.m4 alloca.c build.sh-in config.h-in  
configure configure.in getloadavg.c
+DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am  
Makefile.in NEWS acconfig.h aclocal.m4 alloca.c build.sh-in config.h-in  
configure configure.ac getloadavg.c
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
diff --git a/README.git b/README.git
index 82c33e5..59ab090 100644
--- a/README.git
+++ b/README.git
@@ -61,7 +61,7 @@ Building From Git
 
 To build GNU make from Git, you will need Autoconf, Automake, and
 Gettext, and any tools that those utilities require (GNU m4, Perl,
-etc.).  See the configure.in file to find the minimum versions of each
+etc.).  See the configure.ac file to find the minimum versions of each
 of these tools.  You will also need a copy of wget.
 
 When building from Git you must build in the source directory: "VPATH
@@ -149,7 +149,7 @@ Steps to Release
 Here are the things that need to be done (in more or less this order)
 before making an official release:
 
-  * Update the configure.in file with the new release number.
+  * Update the configure.ac file with the new release number.
   * Update the NEWS file with the release number and date.
   * In Savannah modify the "Value", "Rank", and "Description" values for the
     current "SCM" entry in both "Component Version" and "Fix Release" fields
diff --git a/build_w32.bat b/build_w32.bat
index 36aeea3..fa60927 100644
--- a/build_w32.bat
+++ b/build_w32.bat
@@ -16,7 +16,7 @@ rem You should have received a copy of the GNU General Public 
License along
 rem with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 if exist config.h.W32 GoTo NotSCM
-sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" 
configure.in > config.h.W32.sed
+sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" 
configure.ac > config.h.W32.sed
 echo s,%%PACKAGE%%,make,g >> config.h.W32.sed
 sed -f config.h.W32.sed config.h.W32.template > config.h.W32
 :NotSCM
diff --git a/config.h-vms.template b/config.h-vms.template
index e5e623c..de7665e 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License along with
 this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* config.h.  Generated automatically by configure.  */
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
 
 /* Define to 1 if on AIX 3.
    System headers sometimes define this.
diff --git a/getloadavg.c b/getloadavg.c
index dfc2e4a..11476b7 100644
--- a/getloadavg.c
+++ b/getloadavg.c
@@ -22,7 +22,7 @@ this program.  If not, see <http://www.gnu.org/licenses/>.  */
                                macro that comes with autoconf 2.13 or newer.
                                If that isn't an option, then just put
                                AC_CHECK_FUNCS(pstat_getdynamic) in your
-                               configure.in file.
+                               configure.ac file.
    FIXUP_KERNEL_SYMBOL_ADDR()  Adjust address in returned struct nlist.
    KERNEL_FILE                 Pathname of the kernel to nlist.
    LDAV_CVT()                  Scale the load average from the kernel.
-- 
1.8.2.1.389.gcaa7d79




reply via email to

[Prev in Thread] Current Thread [Next in Thread]