* config/install-sh: chmod +x.
From Paul Eggert.
* config/move-if-change: Indenting changes.
* Makefile.am (AUTOMAKE_OPTIONS): Move to...
* configure.ac (AM_INIT_AUTOMAKE): here.
Require 1.7.1.
+2002-11-15 Akim Demaille <akim@epita.fr>
+
+ Version 2.56.
+
+ * config/install-sh: chmod +x.
+ From Paul Eggert.
+ * config/move-if-change: Indenting changes.
+ * Makefile.am (AUTOMAKE_OPTIONS): Move to...
+ * configure.ac (AM_INIT_AUTOMAKE): here.
+ Require 1.7.1.
+
2002-11-14 Akim Demaille <akim@epita.fr>
Version 2.55.
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-AUTOMAKE_OPTIONS = check-news 1.6c dist-bzip2 readme-alpha
-
# bin/ and tests/ must be run first, as they build the tests executables
# (tests/autom4te etc.), that we happen to use here.
SUBDIRS = bin tests . lib config man doc
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-AUTOMAKE_OPTIONS = check-news 1.6c dist-bzip2 readme-alpha
-
# bin/ and tests/ must be run first, as they build the tests executables
# (tests/autom4te etc.), that we happen to use here.
SUBDIRS = bin tests . lib config man doc
-* Major changes in Autoconf 2.55 -*- outline -*-
+* Major changes in Autoconf 2.56 -*- outline -*-
+
+ Released November 15th, 2002.
+
+One packaging problem fixed (config/install-sh was not executable).
+
\f
+* Major changes in Autoconf 2.55
+
Released November 14th, 2002.
Release tips:
assignments.
-** Plans for 2.56
+** Plans for 2.57
- ./configure <host>
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is 0 if $2 is changed, 1 otherwise.
-if
-test -r $2
-then
-if
-cmp -s $1 $2
-then
-echo $2 is unchanged
-rm -f $1
+if test -r $2; then
+ if cmp -s $1 $2; then
+ echo $2 is unchanged
+ rm -f $1
+ else
+ mv -f $1 $2
+ fi
else
-mv -f $1 $2
-fi
-else
-mv -f $1 $2
+ mv -f $1 $2
fi
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.55 for GNU Autoconf 2.55.
+# Generated by GNU Autoconf 2.55 for GNU Autoconf 2.56.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
# Identity of this package.
PACKAGE_NAME='GNU Autoconf'
PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.55'
-PACKAGE_STRING='GNU Autoconf 2.55'
+PACKAGE_VERSION='2.56'
+PACKAGE_STRING='GNU Autoconf 2.56'
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.55 to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.56 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.55:";;
+ short | recursive ) echo "Configuration of GNU Autoconf 2.56:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Autoconf configure 2.55
+GNU Autoconf configure 2.56
generated by GNU Autoconf 2.55
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
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.55, which was
+It was created by GNU Autoconf $as_me 2.56, which was
generated by GNU Autoconf 2.55. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE=autoconf
- VERSION=2.55
+ VERSION=2.56
cat >>confdefs.h <<_ACEOF
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Autoconf $as_me 2.55, which was
+This file was extended by GNU Autoconf $as_me 2.56, which was
generated by GNU Autoconf 2.55. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Autoconf config.status 2.55
+GNU Autoconf config.status 2.56
configured by $0, generated by GNU Autoconf 2.55,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
# 02111-1307, USA.
# We need AC_CONFIG_TESTDIR.
-AC_PREREQ([2.54])
+AC_PREREQ([2.55])
-AC_INIT([GNU Autoconf], [2.55], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.56], [bug-autoconf@gnu.org])
AC_SUBST([PACKAGE_NAME])dnl
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([check-news 1.7.1 dist-bzip2 readme-alpha])
# Initialize the test suite and build position independent wrappers.
AC_CONFIG_TESTDIR([tests])
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTOCONF "1" "November 2002" "autoconf 2.55" "User Commands"
+.TH AUTOCONF "1" "November 2002" "autoconf 2.56" "User Commands"
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTOHEADER "1" "November 2002" "autoheader 2.55" "User Commands"
+.TH AUTOHEADER "1" "November 2002" "autoheader 2.56" "User Commands"
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTOM4TE "1" "November 2002" "autom4te 2.55" "User Commands"
+.TH AUTOM4TE "1" "November 2002" "autom4te 2.56" "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" "November 2002" "autoreconf 2.55" "User Commands"
+.TH AUTORECONF "1" "November 2002" "autoreconf 2.56" "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" "November 2002" "autoscan 2.55" "User Commands"
+.TH AUTOSCAN "1" "November 2002" "autoscan 2.56" "User Commands"
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH AUTOUPDATE "1" "November 2002" "autoupdate 2.55" "User Commands"
+.TH AUTOUPDATE "1" "November 2002" "autoupdate 2.56" "User Commands"
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
.SH "REPORTING BUGS"
Report bugs to <bug-autoconf@gnu.org>.
.PP
-ifnames (GNU Autoconf) 2.55
+ifnames (GNU Autoconf) 2.56
.SH "SEE ALSO"
.BR autoconf (1),
.BR automake (1),