]> sourceware.org Git - automake.git/commitdiff
* canon5.test: Updated to reflect change to MACRO_PATTERN.
authorTom Tromey <tromey@redhat.com>
Tue, 27 Apr 1999 15:12:25 +0000 (15:12 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 Apr 1999 15:12:25 +0000 (15:12 +0000)
tests/ChangeLog
tests/canon5.test

index 6c4c825d30aec2c4d487183b17f1d38180cfdd22..83f34d9192efba1901d1cde9a18b6c52fba23777 100644 (file)
@@ -1,5 +1,7 @@
 1999-04-27  Tom Tromey  <tromey@cygnus.com>
 
+       * canon5.test: Updated to reflect change to MACRO_PATTERN.
+
        * specflags3.test: New file.
        * Makefile.am (TESTS): Added specflags3.test.
        (TESTS): Now lists one file per line, for simpler maintenance.
index cb4d80f1114592a01e3c7f0a24fb7b16615ebff3..9162f99199fc5a1131f493410021fde917d77b09 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-# Test to make sure that we do not use variable names starting in
-# non-letters, and AM_ prefixes are used instead
+# Test to make sure that we allow variable names starting in
+# non-letters.
 
 . $srcdir/defs || exit 1
 
@@ -12,13 +12,6 @@ bin_PROGRAMS = 123test
 123test_SOURCES = 123.c
 END
 
-$AUTOMAKE && exit 1
-
-cat > Makefile.am << 'END'
-bin_PROGRAMS = 123test
-AM123test_SOURCES = 123.c
-END
-
 $AUTOMAKE || exit 1
 
 cat > Makefile.am << 'END'
@@ -26,13 +19,6 @@ bin_PROGRAMS = _foo
 _foo_SOURCES = foo.c
 END
 
-$AUTOMAKE && exit 1
-
-cat > Makefile.am << 'END'
-bin_PROGRAMS = _foo
-AM_foo_SOURCES = foo.c
-END
-
 $AUTOMAKE || exit 1
 
 cat > Makefile.am << 'END'
@@ -44,9 +30,7 @@ $AUTOMAKE && exit 1
 
 cat > Makefile.am << 'END'
 bin_PROGRAMS = ,foo
-AM_foo_SOURCES = foo.c
+_foo_SOURCES = foo.c
 END
 
-$AUTOMAKE || exit 1
-
-exit 0
+$AUTOMAKE
This page took 0.031581 seconds and 5 git commands to generate.