autoconf-patches
[Top][All Lists]
Advanced

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

07-fyi-testlog-config-log.patch


From: Akim Demaille
Subject: 07-fyi-testlog-config-log.patch
Date: Sun, 23 Sep 2001 19:22:39 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
        Pass $at_debug_args to the rerun test suite.
        * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
        * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
        From Paul Eggert.

Index: bin/Makefile.am
--- bin/Makefile.am Mon, 27 Aug 2001 17:25:51 +0200 akim
+++ bin/Makefile.am Sun, 23 Sep 2001 12:06:47 +0200 akim
@@ -99,9 +99,13 @@ autom4te: $(srcdir)/autom4te.in $(top_sr

 TAGS_DEPENDENCIES = $(EXTRA_DIST)

+letters = abcdefghijklmnopqrstuvwxyz
+LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ
+DIGITS = 0123456789
+WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*
 ETAGS_PERL = --lang=perl \
   autoreconf.in autoupdate.in autoscan.in autom4te.in
-ETAGS_SH = --lang=none --regex='/\([a-zA-Z_][a-zA-Z_0-9]*\)=/\1/' \
+ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \
   autoconf.in autoheader.in ifnames.in

 ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)
Index: lib/autotest/general.m4
--- lib/autotest/general.m4 Sun, 23 Sep 2001 08:45:24 +0200 akim
+++ lib/autotest/general.m4 Sun, 23 Sep 2001 14:16:47 +0200 akim
@@ -389,15 +389,6 @@ m4_define([AS_MESSAGE_LOG_FD], [6])

     AS_UNAME
     echo
-
-    AS_BOX([Configuration logs.])
-    echo
-    for at_file in `find "$top_srcdir" -name config.log -print`
-    do
-      echo "$as_me: $at_file:"
-      sed 's/^/| /;10q' $at_file
-      echo
-    done
   fi

   # Inform about the contents of the config files.
@@ -569,7 +560,23 @@ m4_define([AS_MESSAGE_LOG_FD], [6])
     echo
   } >&AS_MESSAGE_LOG_FD

-  $SHELL $[0] -v -d $at_fail_list 2>&1 | tee -a $as_me.log
+  $SHELL $[0] -v -d $at_debug_args $at_fail_list 2>&1 | tee -a $as_me.log
+
+  {
+    echo
+    if test -n "$top_srcdir"; then
+      AS_BOX([Configuration logs.])
+      echo
+      for at_file in `find "$top_srcdir" -name config.log -print`
+      do
+       echo "$as_me: $at_file:"
+       sed 's/^/| /;10q' $at_file
+       echo
+      done
+    fi
+  } >&AS_MESSAGE_LOG_FD
+
+
   AS_BOX([$as_me.log is created.])

   echo
Index: lib/m4sugar/Makefile.am
--- lib/m4sugar/Makefile.am Sun, 16 Sep 2001 15:14:29 +0200 akim
+++ lib/m4sugar/Makefile.am Sun, 23 Sep 2001 12:00:07 +0200 akim
@@ -3,6 +3,7 @@
 m4sugarlibdir = $(pkgdatadir)/m4sugar
 dist_m4sugarlib_DATA = m4sugar.m4 m4sh.m4
 nodist_m4sugarlib_DATA = version.m4
+DISTCLEANFILES         = $(nodist_m4sugarlib_DATA)

 ## ------------ ##
 ## version.m4.  ##



reply via email to

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