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.63-150-


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-150-gd6777eb
Date: Mon, 03 Nov 2008 09:34:21 +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=d6777ebf7e855a2c1e3fc528653076555f5e04b0

The branch, master has been updated
       via  d6777ebf7e855a2c1e3fc528653076555f5e04b0 (commit)
      from  c0e8d2d8ba1f01fc54e8ab0783b6fdd2dd41ccef (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 d6777ebf7e855a2c1e3fc528653076555f5e04b0
Author: Paolo Bonzini <address@hidden>
Date:   Mon Nov 3 10:19:44 2008 +0100

    Use preprocessor in cpp tests.
    
    * tests/c.at (CPP tests): Use AC_CHECK_HEADERS(..., [-]).

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

Summary of changes:
 tests/c.at |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/tests/c.at b/tests/c.at
index bc07c6e..d7a1886 100644
--- a/tests/c.at
+++ b/tests/c.at
@@ -124,7 +124,9 @@ _AT_CHECK_AC_MACRO(
 test "x$ac_c_preproc_warn_flag" = xyes &&
   AC_MSG_ERROR([preprocessor has no warning option], 77)
 CPP="./mycpp $CPP"
-AC_CHECK_HEADERS(stdio.h autoconf_io.h)]])
+
+# Exercise CPP.
+AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]])
 
 AT_CHECK_DEFINES(
 [/* #undef HAVE_AUTOCONF_IO_H */
@@ -158,7 +160,9 @@ _AT_CHECK_AC_MACRO(
 AC_PROG_CPP
 test "x$ac_c_preproc_warn_flag" != xyes &&
   AC_MSG_ERROR([failed to detect preprocessor warning option])
-AC_CHECK_HEADERS(stdio.h autoconf_io.h)]])
+
+# Exercise CPP.
+AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]])
 
 AT_CHECK_DEFINES(
 [/* #undef HAVE_AUTOCONF_IO_H */
@@ -203,7 +207,7 @@ test "$CPP" != "$CC -E" &&
   AC_MSG_ERROR([error messages on stderr cause the preprocessor selection to 
fail])
 
 # Exercise CPP.
-AC_CHECK_HEADERS(stdio.h autoconf_io.h)]])
+AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]])
 
 AT_CHECK_DEFINES(
 [/* #undef HAVE_AUTOCONF_IO_H */


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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