mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
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>
This commit is contained in:
parent
50e2cb1b1a
commit
0daa9d37c4
5 changed files with 13 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue