summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-20 22:18:16 +0200
committerPaul Smith <psmith@gnu.org>2013-04-21 19:21:43 -0400
commit0daa9d37c4648ee6062ce366b660ba667fd19bbc (patch)
tree29bc28c6dd2ffcc9fb199bcd29a2a56048e77db2
parent50e2cb1b1ae989407ce0f34498776bb0175b3358 (diff)
downloadgunmake-0daa9d37c4648ee6062ce366b660ba667fd19bbc.tar.gz
Reflect the 'configure.in' -> 'configure.ac' rename throughout
In README, code comments, and auxiliary files. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.DOS.template2
-rw-r--r--README.git4
-rw-r--r--build_w32.bat2
-rw-r--r--config.h-vms.template2
5 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ce688c7..fa8ec89 100644
--- 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.
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 e02da8a..63736eb 100644
--- a/build_w32.bat
+++ b/build_w32.bat
@@ -18,7 +18,7 @@ rem with this program. If not, see <http://www.gnu.org/licenses/>.
setlocal
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.