autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-299


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-299-g90661f5
Date: Sat, 17 Nov 2007 08:37:15 +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=90661f5cd9fcab958357d099e01c2e21dc6638de

The branch, master has been updated
       via  90661f5cd9fcab958357d099e01c2e21dc6638de (commit)
       via  17f6602af3bb5388f2a6b808f18de1eef64a5d55 (commit)
       via  d7fd618eded8a99769bf96ead5be9014e2df232b (commit)
      from  ff4249b312e2b969878e12ab21188fddcbb53087 (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 90661f5cd9fcab958357d099e01c2e21dc6638de
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Nov 17 09:36:17 2007 +0100

    Avoid error with Tru64 awk and testsuite lines with many words.
    
    * lib/autotest/general.m4 (AT_INIT): In the awk script that
    reads the testsuite, set the field separator to an unusual value,
    in order to not run over the limit of 199 fields.  Tru64 4.0D awk
    even splits the input if $i, i>0, was never accessed in the script.

commit 17f6602af3bb5388f2a6b808f18de1eef64a5d55
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Nov 17 09:31:11 2007 +0100

    Revert 2007-10-17 change.
    
    * TODO: Multiline args in config files and headers mean something
    different and are not fixed, see
    <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
    Report by Stepan Kasal.

commit d7fd618eded8a99769bf96ead5be9014e2df232b
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Nov 17 09:24:52 2007 +0100

    * doc/autoconf.texi (Generic Programs): Fix typo.

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

Summary of changes:
 ChangeLog               |   17 ++++++++++++++++-
 TODO                    |    4 ++++
 doc/autoconf.texi       |    2 +-
 lib/autotest/general.m4 |    4 +++-
 4 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8bc422f..f646066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,25 @@
+2007-11-17  Ralf Wildenhues  <address@hidden>
+
+       Avoid error with Tru64 awk and testsuite lines with many words.
+       * lib/autotest/general.m4 (AT_INIT): In the awk script that
+       reads the testsuite, set the field separator to an unusual value,
+       in order to not run over the limit of 199 fields.  Tru64 4.0D awk
+       even splits the input if $i, i>0, was never accessed in the script.
+
+       Revert 2007-10-17 change.
+       * TODO: Multiline args in config files and headers mean something
+       different and are not fixed, see
+       
<http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
+       Report by Stepan Kasal.
+
+       * doc/autoconf.texi (Generic Programs): Fix typo.
+
 2007-11-16  Stepan Kasal  <address@hidden>
 
        AC_*_TOOL does not canonicalize the prefix
        * doc/autoconf.texi (Generic Programs): Do not say that
        the *_TOOL macros canonicalize, they simply use the `host_alias'.
 
-
 2007-11-16  Ralf Wildenhues  <address@hidden>
 
        Diagnose write errors in config.status instantiations.
diff --git a/TODO b/TODO
index fae35f3..a463f84 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,10 @@ these suggestions... their presence here doesn't imply my 
endorsement.
 
 * Soon
 
+** AC_CHECK_HEADERS
+and the like, don't have a consistent way to handle multi-line
+arguments.  Fix, test, and document.
+
 ** AC_PROG_INSTALL
 This test should be extended to check that install supports the GNU
 Install syntax: install FILES... DIR.  This will relieve everybody
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4cf0563..7f3428a 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -3950,7 +3950,7 @@ uses to produce objects, archives or executables}.
   @ovar{value-if-not-found}, @dvar{path, $PATH})
 @acindex{CHECK_TOOL}
 Like @code{AC_CHECK_PROG}, but first looks for @var{prog-to-check-for}
-with a prefix of the host type as specified by @option{--host} , followed by a
+with a prefix of the host type as specified by @option{--host}, followed by a
 dash.  For example, if the user runs
 @samp{configure --build=x86_64-gnu --host=i386-gnu}, then this call:
 @example
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index e50f0f8..7a6ccfe 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -870,7 +870,9 @@ fi
     _AT_NORMALIZE_TEST_GROUP_NUMBER(at_group_normalized)
     echo "  outfile[[\"$at_group\"]] = 
\"$at_test_source-$at_group_normalized\""
   done
-  AS_ECHO(['}
+  AS_ECHO(['
+  FS = ""
+}
 emit == 0 && /address@hidden:@AT_START_/ {
   test = substr($ 0, 11);
   if (outfile[[test]]) {


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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