From 63ec51e399a92aaf0f0fddf51cb928ca04c991fb Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 24 Oct 2001 09:04:18 +0000 Subject: [PATCH] Since the ansi2knr patch from 2001-10-20 Kevin Ryde, `$U' can appear in Makefile.in in the clean rule. * tests/cxxansi.test: Adjust. --- ChangeLog | 7 +++++++ tests/cxxansi.test | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff2e1db..d2d133f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-10-24 Akim Demaille + Since the ansi2knr patch from 2001-10-20 Kevin Ryde, `$U' can + appear in Makefile.in in the clean rule. + + * tests/cxxansi.test: Adjust. + +2001-10-24 Akim Demaille + * automake.in (&am_print_error, &am_file_error, &am_macro_error) (&am_target_error, &am_line_error, &am_conf_error, &am_file_warning): Rename as... diff --git a/tests/cxxansi.test b/tests/cxxansi.test index c27972e..1b43d5e 100755 --- a/tests/cxxansi.test +++ b/tests/cxxansi.test @@ -13,7 +13,7 @@ END cat > Makefile.am << 'END' AUTOMAKE_OPTIONS = ansi2knr sbin_PROGRAMS = anonymous -anonymous_SOURCES = doe.C jane.C +anonymous_SOURCES = doe.c jane.C END : > ansi2knr.c @@ -25,5 +25,7 @@ END $ACLOCAL || exit 1 $AUTOMAKE || exit 1 -fgrep '$U' Makefile.in && exit 1 +fgrep 'jane$U' Makefile.in && exit 1 +fgrep 'doe$U' Makefile.in || exit 1 + exit 0 -- 2.7.4