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.67-17-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-17-ge8ad0ea
Date: Tue, 10 Aug 2010 20:49:23 +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=e8ad0ea4c1bc148ff8a4b0108887fb24f4f7c56e

The branch, master has been updated
       via  e8ad0ea4c1bc148ff8a4b0108887fb24f4f7c56e (commit)
       via  87010b725a3dca5aa2d8a6367944766bfbb7d9a1 (commit)
      from  3fdd727caa5cce516595f1d92220d7a88519b5ef (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 e8ad0ea4c1bc148ff8a4b0108887fb24f4f7c56e
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Aug 10 22:45:49 2010 +0200

    Skip AC_FC_SRCEXT([f90]) tests with a Fortran 77 compiler in $FC.
    
    * tests/fortran.at (AC_FC_FREEFORM with AC_FC_SRCEXT)
    (AC_FC_FIXEDFORM with AC_FC_SRCEXT): Skip if the compiler cannot
    handle files with .f90 extension.
    Report by Luke Dalessandro.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit 87010b725a3dca5aa2d8a6367944766bfbb7d9a1
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Aug 10 22:45:19 2010 +0200

    Fix testsuite failures with typical m4-x.y.z program suffix.
    
    * tests/local.at (AT_CHECK_M4): Normalize hyphens and digits
    after the `m4' program name.
    * THANKS: Update.
    Report by Luke Dalessandro.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog        |   14 ++++++++++++++
 THANKS           |    1 +
 tests/fortran.at |    4 ++--
 tests/local.at   |    9 +++++++--
 4 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 87768b8..b892e09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-10  Ralf Wildenhues  <address@hidden>
+
+       Skip AC_FC_SRCEXT([f90]) tests with a Fortran 77 compiler in $FC.
+       * tests/fortran.at (AC_FC_FREEFORM with AC_FC_SRCEXT)
+       (AC_FC_FIXEDFORM with AC_FC_SRCEXT): Skip if the compiler cannot
+       handle files with .f90 extension.
+       Report by Luke Dalessandro.
+
+       Fix testsuite failures with typical m4-x.y.z program suffix.
+       * tests/local.at (AT_CHECK_M4): Normalize hyphens and digits
+       after the `m4' program name.
+       * THANKS: Update.
+       Report by Luke Dalessandro.
+
 2010-08-06  Ralf Wildenhues  <address@hidden>
 
        Fix description of AC_CONFIG_TESTDIR to not mention atconfig.in.
diff --git a/THANKS b/THANKS
index fc5a9b7..e26eb88 100644
--- a/THANKS
+++ b/THANKS
@@ -234,6 +234,7 @@ Laurence Darbe              address@hidden
 Leo Moisio                  address@hidden
 Loulou Pouchet              address@hidden
 Ludovic Courtes             ?
+Luke Dalessandro            address@hidden
 Magnus Therning             address@hidden
 Manu                        address@hidden
 Marc Espie                  address@hidden
diff --git a/tests/fortran.at b/tests/fortran.at
index 990968e..c723748 100644
--- a/tests/fortran.at
+++ b/tests/fortran.at
@@ -769,7 +769,7 @@ AT_SETUP([AC_FC_FREEFORM with AC_FC_SRCEXT])
 
 AT_DATA([configure.ac],
 [[AC_INIT
-AC_FC_SRCEXT([f90])
+AC_FC_SRCEXT([f90], [], [AS_EXIT([77])])
 AC_PROG_FC
 AC_FC_FREEFORM
 AC_CONFIG_FILES([Makefile])
@@ -846,7 +846,7 @@ AT_SETUP([AC_FC_FIXEDFORM with AC_FC_SRCEXT])
 AT_DATA([configure.ac],
 [[AC_INIT
 AC_PROG_FC
-AC_FC_SRCEXT([f90])
+AC_FC_SRCEXT([f90], [], [AS_EXIT([77])])
 AC_FC_FIXEDFORM
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
diff --git a/tests/local.at b/tests/local.at
index 39360ef..d1a4890 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -80,6 +80,11 @@ m4_define([AT_CHECK_PERL_SYNTAX],
 #  script.4s:1: /usr/local/bin/gm4: Cannot open foo: No such file or directory
 #  autom4te: /usr/local/bin/gm4 failed with exit status: 1
 #
+# or this (GNU M4 1.4.13 installed as m4-1.4.13):
+#
+#  /usr/bin/m4-1.4.13:script.4s:1: include: cannot open `foo': No such file or 
directory
+#  autom4te: /usr/bin/m4-1.4.13 failed with exit status: 1
+#
 # becomes
 #
 #  m4:script.4s:1: cannot open `foo': No such file or directory
@@ -108,8 +113,8 @@ m4_define([AT_CHECK_M4],
 [AT_CHECK([$1], [$2], [$3],
           m4_case([$4], [], [], [ignore], [ignore], [stderr]))
 m4_case([$4], [], [], [ignore], [],
-[AT_CHECK([[sed 's/^[^:]*m4[.ex]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
-       s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[.ex]*: /m4:\1\2 /
+[AT_CHECK([[sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
+       s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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