-* 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
#! /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 <bug-autoconf@gnu.org>.
#
# Initializations.
#
ac_default_prefix=/usr/local
+ac_config_libobj_dir=.
cross_compiling=no
subdirs=
MFLAGS=
# 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.
# 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]...
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
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
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 $@
# Define the identity of the package.
PACKAGE=autoconf
- VERSION=2.53b
+ VERSION=2.53c
cat >>confdefs.h <<_ACEOF
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
} >&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
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'`\\"
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