diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.DOS.template | 2 | ||||
-rw-r--r-- | README.git | 4 | ||||
-rw-r--r-- | config.h-vms.template | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -79,6 +79,14 @@ * build_w32.bat: Add w32/compat/posixfcn.c to compilation and linking commands. +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> * 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) @@ -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/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. |