From: Akim Demaille Date: Thu, 18 Jul 2002 15:37:49 +0000 (+0000) Subject: Bump to 2.53c. X-Git-Tag: AUTOCONF-2.53c~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e12fedfa9ffd825dc266bb0374c76502b46a5c9;p=thirdparty%2Fautoconf.git Bump to 2.53c. --- diff --git a/NEWS b/NEWS index 59ea375c8..fb8784b54 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,19 @@ -* Major changes in Autoconf 2.53b -*- outline -*- +* Major changes in Autoconf 2.53c -*- outline -*- ** Executables - autoreconf is adjusted to GNU Gettext 0.11.3. Warning: It now relies on autopoint, available since 0.11.3. + This is much safer and much more satisfying than the previous - scheme based on gettextize. Don't expect proper functioning - with older Gettexts. + scheme based on gettextize. + + Please, note that Gettext 0.11.3 supports all the previous + versions of Gettext: if you don't want to upgrade your package + to using a more recent gettext, Gettext 0.11.3 will keep (and + install if needed) older versions of Gettext. + *But*, autoreconf *requires* Gettext 0.11.3. + Many thanks to Bruno Haible for autopoint! - The -I DIR or --include=DIR option now appends DIR to the include path diff --git a/configure b/configure index e63135ab1..f62ab3bcf 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.53b for GNU Autoconf 2.53b. +# Generated by GNU Autoconf 2.53b for GNU Autoconf 2.53c. # # Report bugs to . # @@ -260,6 +260,7 @@ exec 6>&1 # Initializations. # ac_default_prefix=/usr/local +ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= @@ -274,12 +275,12 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.53b' -PACKAGE_STRING='GNU Autoconf 2.53b' +PACKAGE_VERSION='2.53c' +PACKAGE_STRING='GNU Autoconf 2.53c' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_unique_file="ChangeLog" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE SITE_MACRO_DIR EXPR M4 HELP2MAN PERL EMACS lispdir' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE SITE_MACRO_DIR EXPR M4 HELP2MAN PERL EMACS lispdir LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -725,7 +726,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.53b to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.53c to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -787,7 +788,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Autoconf 2.53b:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.53c:";; esac cat <<\_ACEOF @@ -866,7 +867,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.53b +GNU Autoconf configure 2.53c generated by GNU Autoconf 2.53b Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -881,7 +882,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.53b, which was +It was created by GNU Autoconf $as_me 2.53c, which was generated by GNU Autoconf 2.53b. Invocation command line was $ $0 $@ @@ -1449,7 +1450,7 @@ fi # Define the identity of the package. PACKAGE=autoconf - VERSION=2.53b + VERSION=2.53c cat >>confdefs.h <<_ACEOF @@ -2023,6 +2024,21 @@ DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` rm -f confdef2opt.sed +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_i=`echo "$ac_i" | + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files @@ -2297,7 +2313,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Autoconf $as_me 2.53b, which was +This file was extended by GNU Autoconf $as_me 2.53c, which was generated by GNU Autoconf 2.53b. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2354,7 +2370,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.53b +GNU Autoconf config.status 2.53c configured by $0, generated by GNU Autoconf 2.53b, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -2571,6 +2587,8 @@ s,@HELP2MAN@,$HELP2MAN,;t t s,@PERL@,$PERL,;t t s,@EMACS@,$EMACS,;t t s,@lispdir@,$lispdir,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF diff --git a/configure.ac b/configure.ac index 4cc10db46..88495c3a5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # We need AC_CONFIG_TESTDIR. AC_PREREQ([2.53]) -AC_INIT([GNU Autoconf], [2.53b], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.53c], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog]) diff --git a/man/autoconf.1 b/man/autoconf.1 index ec4a88d39..a66406bd6 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOCONF "1" "July 2002" "autoconf 2.53b" "User Commands" +.TH AUTOCONF "1" "July 2002" "autoconf 2.53c" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS diff --git a/man/autoheader.1 b/man/autoheader.1 index 24c3ae811..398a76a02 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOHEADER "1" "July 2002" "autoheader 2.53b" "User Commands" +.TH AUTOHEADER "1" "July 2002" "autoheader 2.53c" "User Commands" .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS diff --git a/man/autom4te.1 b/man/autom4te.1 index c5913f7cb..c52f50946 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOM4TE "1" "July 2002" "autom4te 2.53b" "User Commands" +.TH AUTOM4TE "1" "July 2002" "autom4te 2.53c" "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 fec885c97..3bf378d6c 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTORECONF "1" "July 2002" "autoreconf 2.53b" "User Commands" +.TH AUTORECONF "1" "July 2002" "autoreconf 2.53c" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS diff --git a/man/autoscan.1 b/man/autoscan.1 index f1e56d90a..a83831c2a 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOSCAN "1" "July 2002" "autoscan 2.53b" "User Commands" +.TH AUTOSCAN "1" "July 2002" "autoscan 2.53c" "User Commands" .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS diff --git a/man/autoupdate.1 b/man/autoupdate.1 index ed153d3a1..3e5a747f3 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOUPDATE "1" "July 2002" "autoupdate 2.53b" "User Commands" +.TH AUTOUPDATE "1" "July 2002" "autoupdate 2.53c" "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 87d36afd3..b09f88d6e 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.53b +ifnames (GNU Autoconf) 2.53c .SH "SEE ALSO" .BR autoconf (1), .BR automake (1),