mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
* autoupdate.in: Specify the Emacs mode. * acversion.m4.in: Rename as... * acversion.m4: this. * tests/Makefile.am (CLEANFILES): More garbage.
This commit is contained in:
parent
6dff608010
commit
f27d468f90
@ -1,3 +1,11 @@
|
||||
2001-05-22 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
|
||||
* autoupdate.in: Specify the Emacs mode.
|
||||
* acversion.m4.in: Rename as...
|
||||
* acversion.m4: this.
|
||||
* tests/Makefile.am (CLEANFILES): More garbage.
|
||||
|
||||
2001-05-22 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
|
||||
|
@ -49,7 +49,7 @@ pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
|
||||
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
|
||||
BUGS INSTALL.txt \
|
||||
acversion.m4.in \
|
||||
acversion.in \
|
||||
autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in \
|
||||
autoscan.in \
|
||||
$(distpkgdataDATA)
|
||||
@ -72,8 +72,8 @@ CLEANFILES = autoconf.m4f \
|
||||
# is changed, acversion.m4 is built only after the new version number is
|
||||
# propagated to the Makefile. (Libtool uses the same guarantee.)
|
||||
|
||||
acversion.m4: $(srcdir)/acversion.m4.in $(srcdir)/configure.in
|
||||
sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.m4.in >acversion.tm4
|
||||
acversion.m4: $(srcdir)/acversion.in $(srcdir)/configure.in
|
||||
sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.in >acversion.tm4
|
||||
mv acversion.tm4 $(srcdir)/acversion.m4
|
||||
|
||||
## INSTALL. ##
|
||||
|
@ -94,7 +94,7 @@ nodistpkgdataDATA = autoconf.m4f
|
||||
|
||||
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
|
||||
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.m4.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA)
|
||||
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA)
|
||||
|
||||
|
||||
# Files that should be removed, but which Automake does not know:
|
||||
@ -415,8 +415,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
# is changed, acversion.m4 is built only after the new version number is
|
||||
# propagated to the Makefile. (Libtool uses the same guarantee.)
|
||||
|
||||
acversion.m4: $(srcdir)/acversion.m4.in $(srcdir)/configure.in
|
||||
sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.m4.in >acversion.tm4
|
||||
acversion.m4: $(srcdir)/acversion.in $(srcdir)/configure.in
|
||||
sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.in >acversion.tm4
|
||||
mv acversion.tm4 $(srcdir)/acversion.m4
|
||||
|
||||
# INSTALL is a special case. Automake seems to have a single name space
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoconf -- create `configure' using m4 macros
|
||||
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoheader -- create `config.h.in' from `configure.ac'
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoreconf - remake all Autoconf configure scripts in a directory tree
|
||||
# Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @PERL@ -w
|
||||
# -*- perl -*-
|
||||
# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
|
||||
# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @PERL@ -w
|
||||
# -*- perl -*-
|
||||
# autoupdate - modernize an Autoconf file.
|
||||
# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoconf -- create `configure' using m4 macros
|
||||
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoheader -- create `config.h.in' from `configure.ac'
|
||||
# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# autoreconf - remake all Autoconf configure scripts in a directory tree
|
||||
# Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @PERL@ -w
|
||||
# -*- perl -*-
|
||||
# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
|
||||
# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @PERL@ -w
|
||||
# -*- perl -*-
|
||||
# autoupdate - modernize an Autoconf file.
|
||||
# Copyright 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# ifnames - print the identifiers used in C preprocessor conditionals
|
||||
# Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#! @SHELL@
|
||||
# -*- shell-script -*-
|
||||
# ifnames - print the identifiers used in C preprocessor conditionals
|
||||
# Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
|
5
lib/autoconf/version.in
Normal file
5
lib/autoconf/version.in
Normal file
@ -0,0 +1,5 @@
|
||||
# This file is part of Autoconf. -*- Autoconf -*-
|
||||
# Version of Autoconf.
|
||||
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
m4_define([AC_ACVERSION], [@VERSION@])
|
@ -76,6 +76,7 @@ actypes.at: mktests.sh $(MACRO_FILES)
|
||||
|
||||
CLEANFILES = debug-*.sh macro configure configure.in configure.ac \
|
||||
config.status config.cache config.log config.h.in config.h \
|
||||
config.hin state-* at-* \
|
||||
stderr stdout empty \
|
||||
config.guess config.sub expr libtool ltconfig ltmain.sh install-sh
|
||||
DISTCLEANFILES = atconfig testsuite
|
||||
|
@ -84,7 +84,7 @@ EXTRA_DIST = README atgeneral.m4 atspecific.m4 aclocal.m4
|
||||
MACRO_FILES = ../acgeneral.m4 ../acspecific.m4 ../acfunctions.m4 ../aclang.m4 ../acheaders.m4 ../actypes.m4
|
||||
|
||||
|
||||
CLEANFILES = debug-*.sh macro configure configure.in configure.ac config.status config.cache config.log config.h.in config.h stderr stdout empty config.guess config.sub expr libtool ltconfig ltmain.sh install-sh
|
||||
CLEANFILES = debug-*.sh macro configure configure.in configure.ac config.status config.cache config.log config.h.in config.h config.hin state-* at-* stderr stdout empty config.guess config.sub expr libtool ltconfig ltmain.sh install-sh
|
||||
|
||||
DISTCLEANFILES = atconfig testsuite
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
Loading…
Reference in New Issue
Block a user