From: Ralf Wildenhues Date: Sat, 19 Jun 2010 15:49:21 +0000 (+0200) Subject: Fix testsuite failure with Tru64 preprocessor. X-Git-Tag: v2.66~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0390d6724ce64c7f3e60aceecb594f06085f8fb2;p=thirdparty%2Fautoconf.git Fix testsuite failure with Tru64 preprocessor. * tests/compile.at (Order of user actions and cleanup): Add incomplete comment to provoke failure with Tru64/OSF 5.1 cc preprocessor. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index c589cce7..a2debc68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-23 Ralf Wildenhues + + Fix testsuite failure with Tru64 preprocessor. + * tests/compile.at (Order of user actions and cleanup): Add + incomplete comment to provoke failure with Tru64/OSF 5.1 cc + preprocessor. + 2010-06-22 Ralf Wildenhues and Eric Blake diff --git a/tests/compile.at b/tests/compile.at index 129f3c69..b26d8101 100644 --- a/tests/compile.at +++ b/tests/compile.at @@ -297,7 +297,7 @@ AC_PROG_CC AC_PREPROC_IFELSE([AC_LANG_PROGRAM([int ok;], [])], [test -f conftest.err || AS_EXIT([1])], [AS_EXIT([1])]) -AC_PREPROC_IFELSE([AC_LANG_PROGRAM([#define 12 34], [])], +AC_PREPROC_IFELSE([AC_LANG_PROGRAM([#define 12 34 /*], [])], [AS_EXIT([1])], [test -f conftest.err || AS_EXIT([1])])