From: Akim Demaille Date: Fri, 15 Nov 2002 09:17:30 +0000 (+0000) Subject: Version 2.56. X-Git-Tag: AUTOCONF-2.56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1640cd3d92ecac60e47c9f7a10dfaa52f06cc4a;p=thirdparty%2Fautoconf.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9e5ced070..fecdd3071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-11-15 Akim Demaille + + 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 Version 2.55. diff --git a/Makefile.am b/Makefile.am index cef5fdb1f..60614af95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,6 @@ ## 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 diff --git a/Makefile.in b/Makefile.in index 4ee2edbab..e6b87752d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,8 +92,6 @@ sharedstatedir = @sharedstatedir@ 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 diff --git a/NEWS b/NEWS index 5e1eae136..20a786b5f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ -* 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). + +* Major changes in Autoconf 2.55 + Released November 14th, 2002. Release tips: @@ -102,7 +109,7 @@ Release tips: assignments. -** Plans for 2.56 +** Plans for 2.57 - ./configure diff --git a/config/move-if-change b/config/move-if-change index 66d8b8adc..5cdc3b4d7 100755 --- a/config/move-if-change +++ b/config/move-if-change @@ -1,17 +1,13 @@ #!/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 diff --git a/configure b/configure index f390f6623..61c5ec915 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /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 . # @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # 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" @@ -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.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]... @@ -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.55:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.56:";; esac cat <<\_ACEOF @@ -856,7 +856,7 @@ fi 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 @@ -871,7 +871,7 @@ 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.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 $@ @@ -1476,7 +1476,7 @@ fi # Define the identity of the package. PACKAGE=autoconf - VERSION=2.55 + VERSION=2.56 cat >>confdefs.h <<_ACEOF @@ -2324,7 +2324,7 @@ _ASBOX } >&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 @@ -2382,7 +2382,7 @@ _ACEOF 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'`\\" diff --git a/configure.ac b/configure.ac index 0cce98f62..f5338fd55 100644 --- a/configure.ac +++ b/configure.ac @@ -20,16 +20,16 @@ # 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]) diff --git a/man/autoconf.1 b/man/autoconf.1 index a97041839..a29a86132 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/autoheader.1 b/man/autoheader.1 index 096386999..9782f5790 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/autom4te.1 b/man/autom4te.1 index 4814a3a20..34ca7bd47 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 43617912a..b14aea064 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/autoscan.1 b/man/autoscan.1 index 10b3f2d64..4f174e410 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/autoupdate.1 b/man/autoupdate.1 index ee9b3b000..417d17769 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" 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 diff --git a/man/ifnames.1 b/man/ifnames.1 index 4c536b7d0..4fd4967ec 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -26,7 +26,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "REPORTING BUGS" Report bugs to . .PP -ifnames (GNU Autoconf) 2.55 +ifnames (GNU Autoconf) 2.56 .SH "SEE ALSO" .BR autoconf (1), .BR automake (1),