Reflect the 'configure.in' -> 'configure.ac' rename throughout
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 20 Apr 2013 20:18:16 +0000 (22:18 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 21 Apr 2013 23:21:43 +0000 (19:21 -0400)
In README, code comments, and auxiliary files.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
ChangeLog
Makefile.DOS.template
README.git
build_w32.bat
config.h-vms.template

index ce688c7c2779a8bac9b029899d7106d3af48bd2e..fa8ec89d18427b42346acb0301ed0f37207d9325 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-04-20  Stefano Lattarini <stefano.lattarini@gmail.com>  (tiny change)
+
+       * README.git: Our autoconf input file is 'configure.ac', not
+       'configure.in'.  Adjust accordingly.
+       * build_w32.bat: Likewise.
+       * config.h-vms.template: Likewise.
+       * Makefile.DOS.template: Likewise.
+
 2013-04-16  Paul Smith  <psmith@gnu.org>
 
        * build_w32.bat: Add load.c to the Windows build.
index 59c34a8f0903e9fe967296f4428b70b89676d9f6..3ec01be3661b8e708a558acc5fae79d158fc7dc9 100644 (file)
@@ -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)
 
index 82c33e59edec5bc7e5bfaa895bc467f18162957b..59ab09031a03e5d902a1ba88c832815f13d96838 100644 (file)
@@ -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
index e02da8acf9163df864f184fe1a2725737bc46af8..63736ebc962e8d381d638bf3fec1db59b5093e05 100644 (file)
@@ -18,7 +18,7 @@ rem with this program.  If not, see <http://www.gnu.org/licenses/>.
 setlocal\r
 \r
 if exist config.h.W32 GoTo NotSCM\r
-sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.in > config.h.W32.sed\r
+sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.ac > config.h.W32.sed\r
 echo s,%%PACKAGE%%,make,g >> config.h.W32.sed\r
 sed -f config.h.W32.sed config.h.W32.template > config.h.W32\r
 :NotSCM\r
index e5e623cf95b74aca149091a803f00bcc6ef135d7..de7665e863bff9982f02ce83894e608342cc6c37 100644 (file)
@@ -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.