From fff2ef9a0af81cdb65b3a6e3b698f5006d72e206 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 20 Jun 2003 19:12:31 +0000 Subject: [PATCH] * tests/cond29.test: Also check for _SOURCES. Report from Paolo Bonzini. --- ChangeLog | 5 +++++ NEWS | 4 ++-- tests/cond29.test | 14 +++++++++----- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25323dfa..b25b8e07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-20 Alexandre Duret-Lutz + + * tests/cond29.test: Also check for _SOURCES. + Report from Paolo Bonzini. + 2003-06-20 Akim Demaille * lib/am/configure.am: Replace leading spaces with a real tab. diff --git a/NEWS b/NEWS index eeec793b..efe5a188 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ New in 1.7a: endif ... - Likewise for _LDADD and _LIBADD variables. + Likewise for _SOURCES, _LDADD, and _LIBADD variables. * Automake now supports bin_PROGRAMS (or any *_PROGRAMS variable) being defined in several conditions. As in @@ -32,7 +32,7 @@ New in 1.7a: bin_PROGRAMS = a2 endif - Likewise for _LDADD and _LIBADD variables. + Likewise for _SOURCES, _LDADD, and _LIBADD variables. * install-sh now understands --version and --help. diff --git a/tests/cond29.test b/tests/cond29.test index f456ff3d..2b5e69ce 100755 --- a/tests/cond29.test +++ b/tests/cond29.test @@ -21,11 +21,12 @@ # Check that many conditions do not lead to combinatorial explosion. # (This is related to PR/352.) # -# On this test, Automake 1.7.x would compute all 2**22 = 4194304 possible -# combinations of conditionals (it would do this three times, to define -# a01_DEPENDENCIES, a02_DEPENDENCIES, and to rewrite bin_PROGRAM), eating -# all memory, swap, or cpu time it can found. Although this test won't -# print `FAIL' if it fails, it will take long enough so it can't go unnoticed. +# On this test, Automake 1.7.x would compute all 2**22 = 4194304 +# possible combinations of conditionals (it would do this five times, +# to define a01_DEPENDENCIES, a02_DEPENDENCIES, a03_OBJECTS, +# a04_OBJECTS, and to rewrite bin_PROGRAM), eating all memory, swap, +# or cpu time it can found. Although this test won't print `FAIL' if +# it fails, it will take long enough so it can't go unnoticed. . ./defs @@ -36,6 +37,7 @@ echo AC_PROG_CC >>configure.in cat >Makefile.am <>configure.in -- 2.43.5