autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, branch-2.59, updated. 1b844


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, branch-2.59, updated. 1b8449b229b68041804b5ce7b9fe7e294d540df1
Date: Wed, 24 Dec 2008 18:50:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=1b8449b229b68041804b5ce7b9fe7e294d540df1

The branch, branch-2.59 has been updated
       via  1b8449b229b68041804b5ce7b9fe7e294d540df1 (commit)
       via  714eeee8723ac25ce5a01cb59c260fc98d0f67c9 (commit)
      from  6ab69032fba864d21557af4649d0fb5352dae6c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1b8449b229b68041804b5ce7b9fe7e294d540df1
Author: Eric Blake <address@hidden>
Date:   Wed Dec 24 11:46:00 2008 -0700

    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 <address@hidden>

commit 714eeee8723ac25ce5a01cb59c260fc98d0f67c9
Author: Eric Blake <address@hidden>
Date:   Wed Sep 20 02:44:51 2006 +0000

    Avoid M4 1.6 warnings about deprecated option.
    
    * config/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
    * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
    * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
    --error-output, to avoid warnings with M4 1.6.
    
    (cherry picked from commit 8dc951191c1083fda547d74b95897fd8adb7c6b6)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |   27 +++++++++++++++++++++++++++
 Makefile.in              |    1 +
 bin/Makefile.am          |   31 +++++++++++++++++--------------
 bin/Makefile.in          |   28 +++++++++++++++-------------
 bin/autom4te.in          |    4 ++--
 config/Makefile.in       |    1 +
 config/m4.m4             |   19 +++++++++++++++----
 configure                |   20 +++++++++++++++++++-
 doc/Makefile.in          |    1 +
 lib/Autom4te/Makefile.in |    1 +
 lib/Makefile.in          |    1 +
 lib/autoconf/Makefile.in |    1 +
 lib/autoscan/Makefile.in |    1 +
 lib/autotest/Makefile.in |    1 +
 lib/emacs/Makefile.in    |    1 +
 lib/m4sugar/Makefile.in  |    1 +
 man/Makefile.in          |    1 +
 man/autom4te.1           |    2 +-
 tests/Makefile.in        |    1 +
 19 files changed, 108 insertions(+), 35 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6b6b480..b5ec14e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2008-12-24  Eric Blake  <address@hidden>
+
+       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  <address@hidden>
+
+       Avoid M4 1.6 warnings about deprecated option.
+       * config/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
+       * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
+       * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
+       --error-output, to avoid warnings with M4 1.6.
+
 2007-12-12  Eric Blake  <address@hidden>
 
        Fix spurious testsuite failure with M4 1.4.11.
diff --git a/Makefile.in b/Makefile.in
index ee61bb9..f88bc3f 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.am b/bin/Makefile.am
index 378f7f9..b867525 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,7 +1,9 @@
 ## Process this file with automake to create Makefile.in. -*-Makefile-*-
 
 ## Makefile for Autoconf.
-## Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+
+## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -36,19 +38,20 @@ 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|@address@hidden|$(SHELL)|g' \
+       -e 's|@address@hidden|$(PERL)|g' \
+       -e 's|@address@hidden|$(bindir)|g' \
+       -e 's|@address@hidden|$(pkgdatadir)|g' \
+       -e 's|@address@hidden|$(prefix)|g' \
+       -e 's|@address@hidden|'`echo autoconf | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|'`echo autoheader | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|'`echo autom4te | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|$(M4)|g' \
+       -e 's|@address@hidden|$(M4_DEBUGFILE)|g' \
+       -e 's|@address@hidden|$(AWK)|g' \
+       -e 's|@address@hidden|$(VERSION)|g' \
+       -e 's|@address@hidden|$(PACKAGE_NAME)|g' \
+       -e 's|@address@hidden|Generated from address@hidden; do not edit by 
hand.|g'
 
 # autoconf is written in M4sh.
 AUTOM4SH = $(top_builddir)/tests/autom4te --language M4sh --cache ''
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 27ac054..97e5c5f 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|@address@hidden|$(SHELL)|g' \
+       -e 's|@address@hidden|$(PERL)|g' \
+       -e 's|@address@hidden|$(bindir)|g' \
+       -e 's|@address@hidden|$(pkgdatadir)|g' \
+       -e 's|@address@hidden|$(prefix)|g' \
+       -e 's|@address@hidden|'`echo autoconf | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|'`echo autoheader | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|'`echo autom4te | sed '$(transform)'`'|g' \
+       -e 's|@address@hidden|$(M4)|g' \
+       -e 's|@address@hidden|$(M4_DEBUGFILE)|g' \
+       -e 's|@address@hidden|$(AWK)|g' \
+       -e 's|@address@hidden|$(VERSION)|g' \
+       -e 's|@address@hidden|$(PACKAGE_NAME)|g' \
+       -e 's|@address@hidden|Generated from address@hidden; do not edit by 
hand.|g'
 
 
 # autoconf is written in M4sh.
diff --git a/bin/autom4te.in b/bin/autom4te.in
index b9386c4..4312da2 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -448,7 +448,7 @@ sub handle_m4 ($@)
 {
   my ($req, @macro) = @_;
 
-  # GNU m4 appends when using --error-output.
+  # GNU m4 appends when using --debugfile/--error-output.
   unlink ($tcache . $req->id . "t");
 
   # Run m4.
@@ -461,7 +461,7 @@ sub handle_m4 ($@)
           . join (' --include=', '', @include)
           . ' --debug=aflq'
           . (!exists $ENV{'AUTOM4TE_NO_FATAL'} ? ' --fatal-warning' : '')
-          . " --error-output=$tcache" . $req->id . "t"
+          . " @address@hidden" . $req->id . "t"
           . join (' --trace=',   '', sort @macro)
           . " " . files_to_options (@ARGV)
           . ' </dev/null'
diff --git a/config/Makefile.in b/config/Makefile.in
index f7fcf69..3bd0591 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/config/m4.m4 b/config/m4.m4
index 7c9145e..69257aa 100644
--- a/config/m4.m4
+++ b/config/m4.m4
@@ -1,4 +1,4 @@
-# Copyright 2000 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2006, 2008 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,12 +18,23 @@
 # AC_PROG_GNU_M4
 # --------------
 # Check for GNU m4, at least 1.3 (supports frozen files).
+# Also, check whether --error-output (through 1.4.x, but warns in 1.6)
+# or --debugfile (since 1.4.7) is supported, and AC_SUBST M4_DEBUGFILE.
 AC_DEFUN([AC_PROG_GNU_M4],
-[AC_PATH_PROGS(M4, gm4 gnum4 m4, m4)
-AC_CACHE_CHECK(whether m4 supports frozen files, ac_cv_prog_gnu_m4,
+[AC_PATH_PROGS([M4], [gm4 gnum4 m4], [m4])
+AC_CACHE_CHECK([whether m4 supports frozen files], [ac_cv_prog_gnu_m4],
 [ac_cv_prog_gnu_m4=no
 if test x"$M4" != x; then
   case `$M4 --help < /dev/null 2>&1` in
     *reload-state*) ac_cv_prog_gnu_m4=yes ;;
   esac
-fi])])
+fi])
+if test $ac_cv_prog_gnu_m4 = yes ; then
+  AC_CACHE_CHECK([how m4 supports trace files], [ac_cv_prog_gnu_m4_debugfile],
+[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])
+AC_SUBST([M4_DEBUGFILE], $ac_cv_prog_gnu_m4_debugfile)
+fi
+])
diff --git a/configure b/configure
index 584400c..b9776ba 100755
--- a/configure
+++ b/configure
@@ -274,7 +274,7 @@ PACKAGE_STRING='GNU Autoconf 2.59'
 PACKAGE_BUGREPORT='address@hidden'
 
 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 be47fc1..beb7107 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 9d47581..24a3d07 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 3e2c8a9..777c559 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 74daada..56bd6ca 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 50bda3a..a6b435d 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 968b4bb..f703160 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 694a74f..0d64380 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 e79b6cb..b77642e 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 fd93206..6b71fed 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 6613da9..1f532da 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 87df5b3..46bbfa1 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@


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]