[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: cxxansi.test
From: |
Akim Demaille |
Subject: |
FYI: cxxansi.test |
Date: |
24 Oct 2001 11:08:02 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Index: ChangeLog
from Akim Demaille <address@hidden>
Since the ansi2knr patch from 2001-10-20 Kevin Ryde, `$U' can
appear in Makefile.in in the clean rule.
* tests/cxxansi.test: Adjust.
Index: tests/cxxansi.test
===================================================================
RCS file: /cvs/automake/automake/tests/cxxansi.test,v
retrieving revision 1.2
diff -u -u -r1.2 cxxansi.test
--- tests/cxxansi.test 2001/04/09 14:50:51 1.2
+++ tests/cxxansi.test 2001/10/24 09:03:24
@@ -13,7 +13,7 @@
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 @@
$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
- FYI: cxxansi.test,
Akim Demaille <=