* config/config.sub, config/config.guess: Update.
* Makefile.maint: Update from bits of the Coreutils 4.5.1.
* Makefile.am: Adjust.
+2002-09-13 Akim Demaille <akim@epita.fr>
+
+ Version 2.54.
+
+ * config/config.sub, config/config.guess: Update.
+ * Makefile.maint: Update from bits of the Coreutils 4.5.1.
+ * Makefile.am: Adjust.
+
2002-09-13 Akim Demaille <akim@epita.fr>
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
move_if_change = $(srcdir)/config/move-if-change
release_archive_dir = releases
-# Uploading betas.
-hosts = alpha
-alpha_host = alpha.gnu.org
-alpha_url_dir = gnu/autoconf
+url_dir_list = \
+ ftp://alpha.gnu.org/gnu/autoconf
# Files to update automatically.
wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
move_if_change = $(srcdir)/config/move-if-change
release_archive_dir = releases
-# Uploading betas.
-hosts = alpha
-alpha_host = alpha.gnu.org
-alpha_url_dir = gnu/autoconf
+url_dir_list = \
+ ftp://alpha.gnu.org/gnu/autoconf
+
# Files to update automatically.
wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
- Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
- configure.ac
+ Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive
echo "$(distdir).tar.gz is ready for distribution"; \
echo "========================"
-# This must be the same name on both hosts.
-# Make it a symlink that points to the right place.
-real_dir = fetish-ftp
-
-url_dir_list = $(foreach x,$(hosts),ftp://$($(x)_host)/$($(x)_url_dir))
-
tgz-md5 = $(shell md5sum < $(my_distdir).tar.gz|sed 's/ -//')
tgz-sha1 = $(shell sha1sum < $(my_distdir).tar.gz|sed 's/ -//')
bz2-md5 = $(shell md5sum < $(my_distdir).tar.bz2|sed 's/ -//')
bz2-sha1 = $(shell sha1sum < $(my_distdir).tar.bz2|sed 's/ -//')
-tgz-size = $(shell du --human $(my_distdir).tar.gz|sed 's/\([Mk]\).*/ \1B/')
-bz2-size = $(shell du --human $(my_distdir).tar.bz2|sed 's/\([Mk]\).*/ \1B/')
-xd-size = $(shell du --human $(xd-delta)|sed 's/\([Mk]\).*/ \1B/')
+xdelta-md5 = $(shell md5sum < $(xd-delta)|sed 's/ -//')
+xdelta-sha1 = $(shell sha1sum < $(xd-delta)|sed 's/ -//')
+tgz-size = $(shell du --human $(my_distdir).tar.gz|sed 's/\([MkK]\).*/ \1B/')
+bz2-size = $(shell du --human $(my_distdir).tar.bz2|sed 's/\([MkK]\).*/ \1B/')
+xd-size = $(shell du --human $(xd-delta)|sed 's/\([MkK]\).*/ \1B/')
rel-check:
tarz=/tmp/rel-check-tarz-$$$$; \
prev-tgz = $(PACKAGE)-$(PREV_VERSION).tar.gz
xd-delta = $(PACKAGE)-$(PREV_VERSION)-$(VERSION).xdelta
-GZIP = gzip
-BZIP2 = bzip2
-$(my_distdir).tar.bz2: $(my_distdir).tar.gz
- $(GZIP) -dc $< > $(my_distdir).tar
- rm -f $@
- $(BZIP2) -9 $(my_distdir).tar
+news-r1 = /^[^ ].*$(THIS_VERSION_REGEXP)[]:]/
+news-r2 = /^[^ ].*$(PREV_VERSION_REGEXP)[]:]/
rel-files = $(xd-delta) $(distdir).tar.bz2 $(distdir).tar.gz
announcement: NEWS ChangeLog $(rel-files)
echo " $$url/$(xd-delta) ($(xd-size))"; \
done; \
echo; \
- echo "Here are the MD5 and SHA1 signatures for the compressed tar files:"; \
+ echo "Here are the MD5 and SHA1 signatures:"; \
echo; \
echo "$(tgz-md5) $(my_distdir).tar.gz"; \
echo "$(bz2-md5) $(my_distdir).tar.bz2"; \
+ echo "$(xdelta-md5) $(xd-delta)"; \
echo "$(tgz-sha1) $(my_distdir).tar.gz"; \
echo "$(bz2-sha1) $(my_distdir).tar.bz2"; \
+ echo "$(xdelta-sha1) $(xd-delta)"; \
echo; \
echo NEWS:; \
- sed -n "/$(THIS_VERSION_REGEXP)[]:]/,/$(PREV_VERSION_REGEXP)[]:]/p" NEWS \
+ sed -n "$(news-r1),$(news-r2)p" NEWS \
| grep -v '^\['; \
echo; \
echo ChangeLog entries:; \
-e 'print "\n"."*"x70 ."\n"; s///; print; print "*"x70 ."\n"'; \
)
-define emit-rsync-commands
+define emit-upload-commands
echo =====================================
echo =====================================
- echo 'for host in $(a_host) $(b_host); do \'
- echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.bz2 \'
- echo ' $(my_distdir).tar.gz $$host:$(real_dir); done'
+ echo upload $(PACKAGE) $(PREV_VERSION) $(VERSION)
echo '# send the /tmp/announcement e-mail'
echo =====================================
echo =====================================
chmod a-w $(rel-files)
echo $(VERSION) > $(prev_version_file)
$(CVS) ci -m. $(prev_version_file)
- @$(emit-rsync-commands)
+ @$(emit-upload-commands)
-* Major changes in Autoconf 2.53d -*- outline -*-
+* Major changes in Autoconf 2.54 -*- outline -*-
+
+ Released September 13th, 2002.
** Executables
\f
* Major changes in Autoconf 2.53
+ Released Mars 8th, 2002.
+
** Requirements
Perl 5.005_03 or later is required: autom4te is written in Perl and is
\f
* Major changes in Autoconf 2.52
+
+ Released July 18th, 2001.
+
** Documentation
- AC_ARG_VAR
- Quadrigraphs
\f
* Major changes in Autoconf 2.50
+ Released May 21st, 2001.
+
** Lots of bug fixes
There have been far too many to enumerate them here. Check out
ChangeLog if you really want to know more.
# generated automatically by aclocal 1.6c -*- Autoconf -*-
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
-timestamp='2002-08-23'
+timestamp='2002-09-03'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
*:QNX:*:4*)
echo i386-pc-qnx
exit 0 ;;
- NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*)
+ NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
*:NonStop-UX:*:*)
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
-timestamp='2002-08-22'
+timestamp='2002-09-05'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
- | c4x | clipper \
+ | clipper \
| d10v | d30v | dlx | dsp16xx \
| fr30 | frv \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* \
| bs2000-* \
- | c[123]* | c30-* | [cjt]90-* | c54x-* \
+ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
| clipper-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
| elxsi-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
- | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
+ | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
basic_machine=t90-cray
os=-unicos
;;
+ tic4x | c4x*)
+ basic_machine=tic4x-unknown
+ os=-coff
+ ;;
tic54x | c54x*)
basic_machine=tic54x-unknown
os=-coff
pmac | pmac-mpw)
basic_machine=powerpc-apple
;;
- c4x*)
- basic_machine=c4x-none
- os=-coff
- ;;
*-unknown)
# Make sure to match an already-canonicalized machine name.
;;
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53d for GNU Autoconf 2.53d.
+# Generated by GNU Autoconf 2.54 for GNU Autoconf 2.54.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='GNU Autoconf'
PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.53d'
-PACKAGE_STRING='GNU Autoconf 2.53d'
+PACKAGE_VERSION='2.54'
+PACKAGE_STRING='GNU Autoconf 2.54'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
ac_unique_file="ChangeLog"
# 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.53d to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.54 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Autoconf 2.53d:";;
+ short | recursive ) echo "Configuration of GNU Autoconf 2.54:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Autoconf configure 2.53d
-generated by GNU Autoconf 2.53d
+GNU Autoconf configure 2.54
+generated by GNU Autoconf 2.54
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
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.53d, which was
-generated by GNU Autoconf 2.53d. Invocation command line was
+It was created by GNU Autoconf $as_me 2.54, which was
+generated by GNU Autoconf 2.54. Invocation command line was
$ $0 $@
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
- case " $ac_configure_args " in
- *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
- *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
- ac_sep=" " ;;
- esac
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
# Get rid of the leading space.
+ ac_sep=" "
done
# When interrupted or exit'd, cleanup temporary files, and complete
# Define the identity of the package.
PACKAGE=autoconf
- VERSION=2.53d
+ VERSION=2.54
cat >>confdefs.h <<_ACEOF
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Autoconf $as_me 2.53d, which was
-generated by GNU Autoconf 2.53d. Invocation command line was
+This file was extended by GNU Autoconf $as_me 2.54, which was
+generated by GNU Autoconf 2.54. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Autoconf config.status 2.53d
-configured by $0, generated by GNU Autoconf 2.53d,
+GNU Autoconf config.status 2.54
+configured by $0, generated by GNU Autoconf 2.54,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
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
# We need AC_CONFIG_TESTDIR.
AC_PREREQ([2.53])
-AC_INIT([GNU Autoconf], [2.53d], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.54], [bug-autoconf@gnu.org])
AC_SUBST([PACKAGE_NAME])dnl
AC_CONFIG_SRCDIR([ChangeLog])
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH AUTOCONF "1" "September 2002" "autoconf 2.53d" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH AUTOCONF "1" "September 2002" "autoconf 2.54" "User Commands"
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH AUTOHEADER "1" "September 2002" "autoheader 2.53d" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH AUTOHEADER "1" "September 2002" "autoheader 2.54" "User Commands"
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH AUTOM4TE "1" "September 2002" "autom4te 2.53d" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH AUTOM4TE "1" "September 2002" "autom4te 2.54" "User Commands"
.SH NAME
autom4te \- Generate files and scripts thanks to M4
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTORECONF "1" "September 2002" "autoreconf 2.53d" "User Commands"
+.TH AUTORECONF "1" "September 2002" "autoreconf 2.54" "User Commands"
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTOSCAN "1" "September 2002" "autoscan 2.53d" "User Commands"
+.TH AUTOSCAN "1" "September 2002" "autoscan 2.54" "User Commands"
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH AUTOUPDATE "1" "September 2002" "autoupdate 2.53d" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH AUTOUPDATE "1" "September 2002" "autoupdate 2.54" "User Commands"
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH CONFIG.GUESS "1" "September 2002" "config.guess (2002-08-23)" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH CONFIG.GUESS "1" "September 2002" "config.guess (2002-09-03)" "User Commands"
.SH NAME
config.guess \- guess the build system triplet
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH CONFIG.SUB "1" "September 2002" "config.sub (2002-08-22)" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
+.TH CONFIG.SUB "1" "September 2002" "config.sub (2002-09-05)" "User Commands"
.SH NAME
config.sub \- validate and canonicalize a configuration triplet
.SH SYNOPSIS
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
.TH IFNAMES "1" "September 2002" "ifnames " "User Commands"
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH "REPORTING BUGS"
Report bugs to <bug-autoconf@gnu.org>.
.PP
-ifnames (GNU Autoconf) 2.53d
+ifnames (GNU Autoconf) 2.54
.SH "SEE ALSO"
.BR autoconf (1),
.BR automake (1),