From: Eric Blake Date: Wed, 24 Dec 2008 18:46:00 +0000 (-0700) Subject: Regenerate files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8449b229b68041804b5ce7b9fe7e294d540df1;p=thirdparty%2Fautoconf.git Regenerate files. * Makefile.in: Regenerate with previous patch. * bin/Makefile.in: Likewise. * config/Makefile.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * lib/Autom4te/Makefile.in: Likewise. * lib/Makefile.in: Likewise. * lib/autoconf/Makefile.in: Likewise. * lib/autoscan/Makefile.in: Likewise. * lib/autotest/Makefile.in: Likewise. * lib/emacs/Makefile.in: Likewise. * lib/m4sugar/Makefile.in: Likewise. * man/Makefile.in: Likewise. * man/autom4te.1: Likewise. * tests/Makefile.in: Likewise. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 354727a4..b5ec14e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2008-12-24 Eric Blake + + Regenerate files. + * Makefile.in: Regenerate with previous patch. + * bin/Makefile.in: Likewise. + * config/Makefile.in: Likewise. + * configure: Likewise. + * doc/Makefile.in: Likewise. + * lib/Autom4te/Makefile.in: Likewise. + * lib/Makefile.in: Likewise. + * lib/autoconf/Makefile.in: Likewise. + * lib/autoscan/Makefile.in: Likewise. + * lib/autotest/Makefile.in: Likewise. + * lib/emacs/Makefile.in: Likewise. + * lib/m4sugar/Makefile.in: Likewise. + * man/Makefile.in: Likewise. + * man/autom4te.1: Likewise. + * tests/Makefile.in: Likewise. + 2006-09-19 Eric Blake Avoid M4 1.6 warnings about deprecated option. diff --git a/Makefile.in b/Makefile.in index ee61bb98..f88bc3fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,6 +101,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/bin/Makefile.in b/bin/Makefile.in index 27ac0547..97e5c5f0 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -75,6 +75,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -187,19 +188,20 @@ EXTRA_DIST = autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in \ # Files that should be removed, but which Automake does not know. CLEANFILES = $(bin_SCRIPTS) edit = sed \ - -e 's,@SHELL\@,$(SHELL),g' \ - -e 's,@PERL\@,$(PERL),g' \ - -e 's,@bindir\@,$(bindir),g' \ - -e 's,@datadir\@,$(pkgdatadir),g' \ - -e 's,@prefix\@,$(prefix),g' \ - -e 's,@autoconf-name\@,'`echo autoconf | sed '$(transform)'`',g' \ - -e 's,@autoheader-name\@,'`echo autoheader | sed '$(transform)'`',g' \ - -e 's,@autom4te-name\@,'`echo autom4te | sed '$(transform)'`',g' \ - -e 's,@M4\@,$(M4),g' \ - -e 's,@AWK\@,$(AWK),g' \ - -e 's,@VERSION\@,$(VERSION),g' \ - -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \ - -e 's,@configure_input\@,Generated from $<; do not edit by hand.,g' + -e 's|@SHELL[@]|$(SHELL)|g' \ + -e 's|@PERL[@]|$(PERL)|g' \ + -e 's|@bindir[@]|$(bindir)|g' \ + -e 's|@datadir[@]|$(pkgdatadir)|g' \ + -e 's|@prefix[@]|$(prefix)|g' \ + -e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \ + -e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \ + -e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \ + -e 's|@M4[@]|$(M4)|g' \ + -e 's|@M4_DEBUGFILE[@]|$(M4_DEBUGFILE)|g' \ + -e 's|@AWK[@]|$(AWK)|g' \ + -e 's|@VERSION[@]|$(VERSION)|g' \ + -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ + -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' # autoconf is written in M4sh. diff --git a/config/Makefile.in b/config/Makefile.in index f7fcf690..3bd05915 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -70,6 +70,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/configure b/configure index 584400c7..b9776ba5 100755 --- a/configure +++ b/configure @@ -274,7 +274,7 @@ PACKAGE_STRING='GNU Autoconf 2.59' 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 CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar EXPR M4 HELP2MAN PERL TEST_EMACS EMACS EMACSLOADPATH lispdir LIBOBJS LTLIBOBJS' +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 CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar EXPR M4 M4_DEBUGFILE HELP2MAN PERL TEST_EMACS EMACS EMACSLOADPATH lispdir LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1827,6 +1827,23 @@ fi fi echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4" >&5 echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6 +if test $ac_cv_prog_gnu_m4 = yes ; then + echo "$as_me:$LINENO: checking how m4 supports trace files" >&5 +echo $ECHO_N "checking how m4 supports trace files... $ECHO_C" >&6 +if test "${ac_cv_prog_gnu_m4_debugfile+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case `$M4 --help < /dev/null 2>&1` in + *debugfile*) ac_cv_prog_gnu_m4_debugfile=--debugfile ;; + *) ac_cv_prog_gnu_m4_debugfile=--error-output ;; +esac +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4_debugfile" >&5 +echo "${ECHO_T}$ac_cv_prog_gnu_m4_debugfile" >&6 +M4_DEBUGFILE=$ac_cv_prog_gnu_m4_debugfile + +fi + if test x"$ac_cv_prog_gnu_m4" != xyes; then { { echo "$as_me:$LINENO: error: GNU M4 1.4 is required" >&5 echo "$as_me: error: GNU M4 1.4 is required" >&2;} @@ -2776,6 +2793,7 @@ s,@am__tar@,$am__tar,;t t s,@am__untar@,$am__untar,;t t s,@EXPR@,$EXPR,;t t s,@M4@,$M4,;t t +s,@M4_DEBUGFILE@,$M4_DEBUGFILE,;t t s,@HELP2MAN@,$HELP2MAN,;t t s,@PERL@,$PERL,;t t s,@TEST_EMACS@,$TEST_EMACS,;t t diff --git a/doc/Makefile.in b/doc/Makefile.in index be47fc16..beb7107a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/Autom4te/Makefile.in b/lib/Autom4te/Makefile.in index 9d475814..24a3d07f 100644 --- a/lib/Autom4te/Makefile.in +++ b/lib/Autom4te/Makefile.in @@ -81,6 +81,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 3e2c8a9a..777c5597 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -87,6 +87,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/autoconf/Makefile.in b/lib/autoconf/Makefile.in index 74daada3..56bd6ca1 100644 --- a/lib/autoconf/Makefile.in +++ b/lib/autoconf/Makefile.in @@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index 50bda3ad..a6b435d3 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -79,6 +79,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/autotest/Makefile.in b/lib/autotest/Makefile.in index 968b4bb9..f7031603 100644 --- a/lib/autotest/Makefile.in +++ b/lib/autotest/Makefile.in @@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in index 694a74f6..0d643803 100644 --- a/lib/emacs/Makefile.in +++ b/lib/emacs/Makefile.in @@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/lib/m4sugar/Makefile.in b/lib/m4sugar/Makefile.in index e79b6cb1..b77642e3 100644 --- a/lib/m4sugar/Makefile.in +++ b/lib/m4sugar/Makefile.in @@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/man/Makefile.in b/man/Makefile.in index fd93206e..6b71fed3 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -73,6 +73,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ diff --git a/man/autom4te.1 b/man/autom4te.1 index 6613da90..1f532da0 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOM4TE "1" "March 2008" "autom4te 2.59" "User Commands" +.TH AUTOM4TE "1" "December 2008" "autom4te 2.59" "User Commands" .SH NAME autom4te \- Generate files and scripts thanks to M4 .SH SYNOPSIS diff --git a/tests/Makefile.in b/tests/Makefile.in index 87df5b37..46bbfa1c 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -71,6 +71,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ +M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@