automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-58-


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-58-gd817a68
Date: Wed, 29 May 2013 10:13:04 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d817a68e133f5bf41e1b5926d64ece7bc43ca8c3

The branch, micro has been updated
       via  d817a68e133f5bf41e1b5926d64ece7bc43ca8c3 (commit)
       via  a4598c57d3dded53851f1319f23d187b2c8132d3 (commit)
      from  030255252171248ff02da20b3f3f8c54b7bb31f9 (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 d817a68e133f5bf41e1b5926d64ece7bc43ca8c3
Author: Peter Rosin <address@hidden>
Date:   Wed May 29 12:06:17 2013 +0200

    tests: avoid a spurious failure with MSVC
    
    Fixes automake bug#14498.
    
    * t/yacc-bison-skeleton.sh: inline was not standardized prior to C99.
    
    Signed-off-by: Peter Rosin <address@hidden>

commit a4598c57d3dded53851f1319f23d187b2c8132d3
Author: Peter Rosin <address@hidden>
Date:   Wed May 29 12:01:07 2013 +0200

    tests: avoid a spurious failure on non-POSIX systems
    
    Fixes automake bug#14495.
    
    * t/lex-header.sh: Make sure unistd.h isn't included.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 t/lex-header.sh          |    1 +
 t/yacc-bison-skeleton.sh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/t/lex-header.sh b/t/lex-header.sh
index 005ae86..0789af4 100644
--- a/t/lex-header.sh
+++ b/t/lex-header.sh
@@ -55,6 +55,7 @@ cat > lexer.l << 'END'
 END
 
 cat > main.c <<'END'
+#define YY_NO_UNISTD_H 1
 #include "mylex.h"
 int main (void)
 {
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh
index b89d44c..4553f7e 100644
--- a/t/yacc-bison-skeleton.sh
+++ b/t/yacc-bison-skeleton.sh
@@ -22,6 +22,7 @@ required='cc bison'
 
 cat >> configure.ac << 'END'
 AC_PROG_CC
+AC_C_INLINE    dnl Required by some pre-C99 compilers such as MSVC.
 AC_PROG_YACC
 AC_OUTPUT
 END


hooks/post-receive
-- 
GNU Automake



reply via email to

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