mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* configure.in: Bump version to 2.49b.
* Makefile.am (bin_SCRIPTS): Depend upon configure.in.
This commit is contained in:
parent
0b9ac437b3
commit
d515c73727
@ -1,3 +1,8 @@
|
||||
2000-09-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* configure.in: Bump version to 2.49b.
|
||||
* Makefile.am (bin_SCRIPTS): Depend upon configure.in.
|
||||
|
||||
2000-08-11 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.49a.
|
||||
|
20
Makefile.am
20
Makefile.am
@ -54,6 +54,10 @@ $(distpkgdataDATA)
|
||||
CLEANFILES = autoconf.m4f \
|
||||
$(bin_SCRIPTS)
|
||||
|
||||
## --------- ##
|
||||
## INSTALL. ##
|
||||
## --------- ##
|
||||
|
||||
# INSTALL is a special case. Automake seems to have a single name space
|
||||
# for both targets and variables. If we just use INSTALL, then the var
|
||||
# $(INSTALL) is not defined, and the install target fails.
|
||||
@ -72,7 +76,12 @@ install-data-hook: INSTALL.txt
|
||||
|
||||
MAINTAINERCLEANFILES = INSTALL.txt
|
||||
|
||||
# The scripts.
|
||||
## ------------- ##
|
||||
## The scripts. ##
|
||||
## ------------- ##
|
||||
|
||||
# Follow the version number changes.
|
||||
$(bin_SCRIPTS): configure.in
|
||||
|
||||
editsh = sed \
|
||||
-e 's,@datadir\@,$(pkgdatadir),g' \
|
||||
@ -103,6 +112,11 @@ editpl = sed \
|
||||
chmod +x $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
||||
## ------------------ ##
|
||||
## The frozen files. ##
|
||||
## ------------------ ##
|
||||
|
||||
.m4.m4f:
|
||||
$(M4) -I $(srcdir) $(srcdir)/$*.m4 --freeze-state=$*.m4f
|
||||
|
||||
@ -112,6 +126,10 @@ common = libm4.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 acversion.m4 \
|
||||
autoconf.m4f: autoconf.m4 $(common)
|
||||
|
||||
|
||||
## ---------- ##
|
||||
## Updating. ##
|
||||
## ---------- ##
|
||||
|
||||
wget-update:
|
||||
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/standards.texi -O $(srcdir)/doc/standards.texi
|
||||
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi -O $(srcdir)/doc/make-stds.texi
|
||||
|
@ -98,8 +98,6 @@ CLEANFILES = autoconf.m4f $(bin_SCRIPTS)
|
||||
|
||||
MAINTAINERCLEANFILES = INSTALL.txt
|
||||
|
||||
# The scripts.
|
||||
|
||||
editsh = sed -e 's,@datadir\@,$(pkgdatadir),g' -e 's,@M4\@,$(M4),g' -e 's,@AWK\@,$(AWK),g' -e 's,@SHELL\@,$(SHELL),g' -e 's,@VERSION\@,$(VERSION),g' -e 's,@PACKAGE\@,$(PACKAGE),g' -e 's,@bindir\@,$(bindir),g' -e 's,@autoconf-name\@,'`echo autoconf | sed '$(transform)'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed '$(transform)'`',g'
|
||||
|
||||
|
||||
@ -433,6 +431,9 @@ install-data-hook: INSTALL.txt
|
||||
$(INSTALL_DATA) $$d$$p.txt $(DESTDIR)$(pkgdatadir)/$$f; \
|
||||
done
|
||||
|
||||
# Follow the version number changes.
|
||||
$(bin_SCRIPTS): configure.in
|
||||
|
||||
.sh:
|
||||
rm -f $@ $@.tmp
|
||||
$(editsh) $< >$@.tmp
|
||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
* Major changes in Autoconf 2.49a -*- outline -*-
|
||||
* Major changes in Autoconf 2.49b -*- outline -*-
|
||||
|
||||
** Lots of bug fixes
|
||||
Way too many for us to spell them out. Check out ChangeLog if you
|
||||
|
12
configure
vendored
12
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by Autoconf 2.49a for Autoconf 2.49a.
|
||||
# Generated by Autoconf 2.49a for Autoconf 2.49b.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -466,7 +466,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<EOF
|
||||
\`configure' configures Autoconf 2.49a to adapt to many kinds of systems.
|
||||
\`configure' configures Autoconf 2.49b to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -528,7 +528,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Autoconf 2.49a:";;
|
||||
short | recursive ) echo "Configuration of Autoconf 2.49b:";;
|
||||
esac
|
||||
cat <<\EOF
|
||||
|
||||
@ -571,7 +571,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\EOF
|
||||
configure (Autoconf 2.49a) 2.49a
|
||||
configure (Autoconf 2.49b) 2.49a
|
||||
|
||||
Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
|
||||
Free Software Foundation, Inc.
|
||||
@ -657,7 +657,7 @@ echo "\
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by configure (Autoconf 2.49a) 2.49a, executed with
|
||||
It was created by configure (Autoconf 2.49b) 2.49a, executed with
|
||||
> $0 $ac_configure_args
|
||||
" >&5
|
||||
|
||||
@ -922,7 +922,7 @@ fi
|
||||
|
||||
PACKAGE=autoconf
|
||||
|
||||
VERSION=2.49a
|
||||
VERSION=2.49b
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run \"make distclean\" there first" >&2; exit 1; }
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.14a)
|
||||
AC_INIT(Autoconf, 2.49a, bug-autoconf@gnu.org)
|
||||
AC_PREREQ(2.49a)
|
||||
AC_INIT(Autoconf, 2.49b, bug-autoconf@gnu.org)
|
||||
AC_CONFIG_SRCDIR(acgeneral.m4)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.49a)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.49b)
|
||||
|
||||
# Initialize the test suite.
|
||||
AT_CONFIG(..)
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH AUTOCONF "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH AUTOCONF "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH AUTOHEADER "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH AUTOHEADER "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
autoheader \- Create a template header for configure
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH AUTORECONF "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH AUTORECONF "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
autoreconf \- Update generated configuration files
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH AUTOSCAN "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH AUTOSCAN "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
autoscan \- Generate a preliminary configure.in
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH AUTOUPDATE "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH AUTOUPDATE "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
autoupdate \- Update a configure.in to a newer Autoconf
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
|
||||
.TH IFNAMES "1" "August 2000" "GNU autoconf 2.14a" FSF
|
||||
.TH IFNAMES "1" "September 2000" "GNU autoconf 2.49b" FSF
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user