mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
Regen.
This commit is contained in:
parent
0a59c6b0dd
commit
94a099a5ff
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
@ -142,7 +142,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
|
||||
installdirs-recursive install-recursive uninstall-recursive \
|
||||
check-recursive installcheck-recursive
|
||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||
Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac
|
||||
Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
|
||||
configure.ac
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
all: all-recursive
|
||||
|
||||
|
4
NEWS
4
NEWS
@ -1,4 +1,6 @@
|
||||
* Major changes in Autoconf 2.57 -*- outline -*-
|
||||
* Major changes in Autoconf 2.57a -*- outline -*-
|
||||
|
||||
* Major changes in Autoconf 2.57
|
||||
|
||||
Released 2002-12-03.
|
||||
|
||||
|
1
THANKS
1
THANKS
@ -105,6 +105,7 @@ Ken Raeburn raeburn@cygnus.com
|
||||
Kevin Ryde user42@zip.com.au
|
||||
Koji Arai JCA02266@nifty.ne.jp
|
||||
Kurt D. Zeilenga kurt@openldap.org
|
||||
Larry Jones larry.jones@sdrc.com
|
||||
Larry Schmitt larry@mail.haleakalawebdesigns.com
|
||||
Larry Schwimmer rosebud@cyclone.stanford.edu
|
||||
Lars Hecking lhecking@nmrc.ucc.ie
|
||||
|
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -1,4 +1,4 @@
|
||||
# generated automatically by aclocal 1.7.1 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.7.2 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
# Free Software Foundation, Inc.
|
||||
@ -160,7 +160,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
|
||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.7.1])])
|
||||
[AM_AUTOMAKE_VERSION([1.7.2])])
|
||||
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
38
configure
vendored
38
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.57 for GNU Autoconf 2.57.
|
||||
# Generated by GNU Autoconf 2.57a for GNU Autoconf 2.57a.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.57'
|
||||
PACKAGE_STRING='GNU Autoconf 2.57'
|
||||
PACKAGE_VERSION='2.57a'
|
||||
PACKAGE_STRING='GNU Autoconf 2.57a'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_unique_file="ChangeLog"
|
||||
@ -722,7 +722,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 <<_ACEOF
|
||||
\`configure' configures GNU Autoconf 2.57 to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.57a to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -784,7 +784,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.57:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.57a:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -856,8 +856,8 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU Autoconf configure 2.57
|
||||
generated by GNU Autoconf 2.57
|
||||
GNU Autoconf configure 2.57a
|
||||
generated by GNU Autoconf 2.57a
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
@ -871,8 +871,8 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by GNU Autoconf $as_me 2.57, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
It was created by GNU Autoconf $as_me 2.57a, which was
|
||||
generated by GNU Autoconf 2.57a. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
||||
@ -1476,7 +1476,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=autoconf
|
||||
VERSION=2.57
|
||||
VERSION=2.57a
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -2324,8 +2324,8 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU Autoconf $as_me 2.57, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
This file was extended by GNU Autoconf $as_me 2.57a, which was
|
||||
generated by GNU Autoconf 2.57a. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||
@ -2382,8 +2382,8 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.57
|
||||
configured by $0, generated by GNU Autoconf 2.57,
|
||||
GNU Autoconf config.status 2.57a
|
||||
configured by $0, generated by GNU Autoconf 2.57a,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||
@ -2943,4 +2943,14 @@ if test "$no_create" != yes; then
|
||||
fi
|
||||
|
||||
# Report the state of this version of Autoconf if this is a beta.
|
||||
cat <<EOF
|
||||
|
||||
You are about to use an experimental version of Autoconf. Be sure to
|
||||
read the relevant mailing lists, most importantly <autoconf@gnu.org>.
|
||||
|
||||
Below you will find information on the status of this version of Autoconf.
|
||||
|
||||
|
||||
EOF
|
||||
sed -n '/^\* Status/,$p' $srcdir/BUGS
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -20,7 +20,7 @@
|
||||
# 02111-1307, USA.
|
||||
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.55])
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.57a], [bug-autoconf@gnu.org])
|
||||
AC_SUBST([PACKAGE_NAME])dnl
|
||||
@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([ChangeLog])
|
||||
AC_CONFIG_AUX_DIR([config])
|
||||
AC_CONFIG_FILES([config/Makefile])
|
||||
|
||||
AM_INIT_AUTOMAKE([check-news 1.7.1 dist-bzip2 readme-alpha])
|
||||
AM_INIT_AUTOMAKE([check-news 1.7.2 dist-bzip2 readme-alpha])
|
||||
|
||||
# Initialize the test suite and build position independent wrappers.
|
||||
AC_CONFIG_TESTDIR([tests])
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
@ -182,16 +182,18 @@ uninstall-info-am:
|
||||
install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
|
||||
relfile=`echo "$$file" | sed 's|^.*/||'`; \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile"; \
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile; \
|
||||
done; \
|
||||
else :; fi
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
relfile=`echo "$$file" | sed 's|^.*/||'`; \
|
||||
(if cd $(DESTDIR)$(infodir); then \
|
||||
echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
|
||||
rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
|
||||
echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9])"; \
|
||||
rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9]; \
|
||||
else :; fi); \
|
||||
done
|
||||
|
||||
@ -207,14 +209,17 @@ dist-info: $(INFO_DEPS)
|
||||
done
|
||||
|
||||
mostlyclean-aminfo:
|
||||
-rm -f autoconf.ac autoconf.at autoconf.aux autoconf.cp autoconf.cps \
|
||||
autoconf.cv autoconf.ev autoconf.fn autoconf.ky autoconf.log \
|
||||
autoconf.ms autoconf.ov autoconf.pg autoconf.pr autoconf.tmp \
|
||||
autoconf.toc autoconf.tp autoconf.vr autoconf.vrs \
|
||||
autoconf.dvi autoconf.pdf autoconf.ps standards.aux \
|
||||
standards.cp standards.cps standards.fn standards.ky \
|
||||
standards.log standards.pg standards.tmp standards.toc \
|
||||
standards.tp standards.vr standards.dvi standards.pdf \
|
||||
-rm -f autoconf.ac autoconf.acs autoconf.at autoconf.ats autoconf.aux \
|
||||
autoconf.cp autoconf.cps autoconf.cv autoconf.cvs autoconf.ev \
|
||||
autoconf.evs autoconf.fn autoconf.fns autoconf.ky \
|
||||
autoconf.kys autoconf.log autoconf.ms autoconf.mss \
|
||||
autoconf.ov autoconf.ovs autoconf.pg autoconf.pgs autoconf.pr \
|
||||
autoconf.prs autoconf.tmp autoconf.toc autoconf.tp \
|
||||
autoconf.tps autoconf.vr autoconf.vrs autoconf.dvi \
|
||||
autoconf.pdf autoconf.ps standards.aux standards.cp \
|
||||
standards.cps standards.fn standards.ky standards.log \
|
||||
standards.pg standards.tmp standards.toc standards.tp \
|
||||
standards.tps standards.vr standards.dvi standards.pdf \
|
||||
standards.ps
|
||||
|
||||
maintainer-clean-aminfo:
|
||||
@ -325,9 +330,9 @@ install-info-am: $(INFO_DEPS)
|
||||
@list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
||||
for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
|
||||
for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
|
||||
if test -f $$ifile; then \
|
||||
relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \
|
||||
relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
|
||||
echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
|
||||
$(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
|
||||
else : ; fi; \
|
||||
@ -338,8 +343,9 @@ install-info-am: $(INFO_DEPS)
|
||||
install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
|
||||
relfile=`echo "$$file" | sed 's|^.*/||'`; \
|
||||
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\
|
||||
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\
|
||||
done; \
|
||||
else : ; fi
|
||||
install-man:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
@ -163,6 +163,10 @@ uninstall-man1:
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
1*) ;; \
|
||||
*) ext='1' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOCONF "1" "December 2002" "autoconf 2.57" "User Commands"
|
||||
.TH AUTOCONF "1" "February 2003" "autoconf 2.57a" "User Commands"
|
||||
.SH NAME
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOHEADER "1" "December 2002" "autoheader 2.57" "User Commands"
|
||||
.TH AUTOHEADER "1" "February 2003" "autoheader 2.57a" "User Commands"
|
||||
.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.29.
|
||||
.TH AUTOM4TE "1" "December 2002" "autom4te 2.57" "User Commands"
|
||||
.TH AUTOM4TE "1" "February 2003" "autom4te 2.57a" "User Commands"
|
||||
.SH NAME
|
||||
autom4te \- Generate files and scripts thanks to M4
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTORECONF "1" "December 2002" "autoreconf 2.57" "User Commands"
|
||||
.TH AUTORECONF "1" "February 2003" "autoreconf 2.57a" "User Commands"
|
||||
.SH NAME
|
||||
autoreconf \- Update generated configuration files
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOSCAN "1" "December 2002" "autoscan 2.57" "User Commands"
|
||||
.TH AUTOSCAN "1" "February 2003" "autoscan 2.57a" "User Commands"
|
||||
.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.29.
|
||||
.TH AUTOUPDATE "1" "December 2002" "autoupdate 2.57" "User Commands"
|
||||
.TH AUTOUPDATE "1" "February 2003" "autoupdate 2.57a" "User Commands"
|
||||
.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.29.
|
||||
.TH IFNAMES "1" "December 2002" "ifnames " "User Commands"
|
||||
.TH IFNAMES "1" "February 2003" "ifnames " "User Commands"
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
@ -26,7 +26,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.PP
|
||||
ifnames (GNU Autoconf) 2.57
|
||||
ifnames (GNU Autoconf) 2.57a
|
||||
.SH "SEE ALSO"
|
||||
.BR autoconf (1),
|
||||
.BR automake (1),
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
|
Loading…
x
Reference in New Issue
Block a user