]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* m4/m4.m4: Change copyright.
authorEric Blake <ebb9@byu.net>
Wed, 20 Sep 2006 03:08:08 +0000 (03:08 +0000)
committerEric Blake <ebb9@byu.net>
Wed, 20 Sep 2006 03:08:08 +0000 (03:08 +0000)
* configure: Regenerate.
* Makefile.in: Likewise.
* bin/Makefile.in: Likewise.
* doc/Makefile.in: Likewise.
* lib/Makefile.in: Likewise.
* lib/Autom4te/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.
* tests/Makefile.in: Likewise.

15 files changed:
ChangeLog
Makefile.in
bin/Makefile.in
configure
doc/Makefile.in
lib/Autom4te/Makefile.in
lib/Makefile.in
lib/autoconf/Makefile.in
lib/autoscan/Makefile.in
lib/autotest/Makefile.in
lib/emacs/Makefile.in
lib/m4sugar/Makefile.in
m4/m4.m4
man/Makefile.in
tests/Makefile.in

index 9b9d71e52c6835e39b3bd85a40e31d5661116f7d..b134bb902ea7788bf3ad299ecb969823bb3a5356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2006-09-19  Eric Blake  <ebb9@byu.net>
 
+       * m4/m4.m4: Change copyright.
+       * configure: Regenerate.
+       * Makefile.in: Likewise.
+       * bin/Makefile.in: Likewise.
+       * doc/Makefile.in: Likewise.
+       * lib/Makefile.in: Likewise.
+       * lib/Autom4te/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.
+       * tests/Makefile.in: Likewise.
+
        * m4/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
index 9b308df359ccb7b577f02ea90d2a600b3a4d27b7..c39ccac063fc5700ba8aea4d17ca347de24e2655 100644 (file)
@@ -106,6 +106,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index cf875918a795fdbb1d9a382526e949d75f8d081d..8f963fbeee91a91d2699684c5e9cf5483e38055f 100644 (file)
@@ -77,6 +77,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -210,6 +211,7 @@ edit = sed \
        -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' \
index e740ddc94116e6712fa6572ce2f26f4283b00e07..def7ceedf37c26f789b8808981bc57fd5776b154 100755 (executable)
--- a/configure
+++ b/configure
@@ -516,10 +516,7 @@ fi
 
 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 # systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
+echo '#! /bin/sh' >conf$$.file
 chmod +x conf$$.file
 if test -x conf$$.file >/dev/null 2>&1; then
   as_executable_p="test -x"
@@ -625,6 +622,7 @@ am__untar
 ac_cv_sh_n_works
 EXPR
 M4
+M4_DEBUGFILE
 HELP2MAN
 PERL
 TEST_EMACS
@@ -2284,6 +2282,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;}
@@ -3193,10 +3208,7 @@ fi
 
 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 # systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
+echo '#! /bin/sh' >conf$$.file
 chmod +x conf$$.file
 if test -x conf$$.file >/dev/null 2>&1; then
   as_executable_p="test -x"
@@ -3500,6 +3512,7 @@ am__untar!$am__untar$ac_delim
 ac_cv_sh_n_works!$ac_cv_sh_n_works$ac_delim
 EXPR!$EXPR$ac_delim
 M4!$M4$ac_delim
+M4_DEBUGFILE!$M4_DEBUGFILE$ac_delim
 HELP2MAN!$HELP2MAN$ac_delim
 PERL!$PERL$ac_delim
 TEST_EMACS!$TEST_EMACS$ac_delim
@@ -3513,7 +3526,7 @@ LIBOBJS!$LIBOBJS$ac_delim
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 73; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
index c4e739d7b3115dbd334b5237a8c26de37f1ef970..dac7e6004ac588215cdcc21c6b2ae3a84bb862b7 100644 (file)
@@ -85,6 +85,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index a4b8a2820c8b194130e6eef7e1b1bc622b32429a..50e06bb0da463d4116eaf6648bd88cdcfd82570f 100644 (file)
@@ -83,6 +83,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index 7432a0e4b4fe0511acf27ec452196c910e3f289b..e0582b95aafa2f525c011af559d5850d5acb1976 100644 (file)
@@ -89,6 +89,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index 2fbb1b31f5bd03542f6cbf892cfa5c562f807c0b..eb3322bf5ef5a50fc712af5f17418cdb556de015 100644 (file)
@@ -85,6 +85,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index e1aa565fed98ae820b28f0ec299718b26583c5de..83984392aa669b32fe1134cf5314f0350252998f 100644 (file)
@@ -81,6 +81,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index b69809af1369b8e9dbc811e708ade5b46c6a1c3b..113e7c6369e448e98afe58cc1ab5bb03a70695a3 100644 (file)
@@ -85,6 +85,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index f1b51699e05761d50eaf0e90d486b673d454e53d..ef0c4f3813fc37aeb744874abb9649a48c5df612 100644 (file)
@@ -85,6 +85,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index 3049ae2123fe109975ccd8480be86e511bf2cab1..3495d7142b04cf1fe701cc029ce787d98b94d52e 100644 (file)
@@ -87,6 +87,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index df8d8c45db36592b8cde2058985227bb2682b60c..b6fb9eab1d80578b0101c09dc5f3efd05db8d361 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,19 +1,8 @@
-# Copyright (C) 2000, 2006 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
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# m4.m4 serial 2
+dnl Copyright (C) 2000, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # AC_PROG_GNU_M4
 # --------------
@@ -31,10 +20,10 @@ if test x"$M4" != x; then
 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)
+  [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
 ])
index 50382d91df09bf4b5eefe85eaff91fe1c2ff64a5..25edeabb6727e597150baab128156ee004f7e71a 100644 (file)
@@ -77,6 +77,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
index b1745f5d08500d1f6ff0730064d971c5da39ba15..a83f443275b5ee532cbe0757529f63e67ec700ee 100644 (file)
@@ -71,6 +71,7 @@ LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
 M4 = @M4@
+M4_DEBUGFILE = @M4_DEBUGFILE@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@