]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* extra4.test: Allow EXTRA_DATA to be specified.
authorTom Tromey <tromey@redhat.com>
Sat, 27 Mar 1999 12:19:05 +0000 (12:19 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 27 Mar 1999 12:19:05 +0000 (12:19 +0000)
tests/ChangeLog
tests/extra4.test

index 8047d9fee715cd594f80a1f5217af68d623b008b..389209f37338a1c2a445fc2a83b7308ad283413c 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-27  Tom Tromey  <tromey@cygnus.com>
+
+       * extra4.test: Allow EXTRA_DATA to be specified.
+
 1999-03-22  Tom Tromey  <tromey@cygnus.com>
 
        * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
index 40f57f942d1ac8c03280e20916d6dec5748cd989..b652fba21f9a9198308c7fd3b52653a102d39efc 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Check to make sure EXTRA_DATA cannot be specified.
+# Check to make sure EXTRA_DATA can be specified.
 
 . $srcdir/defs || exit 1
 
@@ -11,5 +11,4 @@ sysconf_DATA = @CODICIL@
 EXTRA_DATA = codicil.txt
 END
 
-$AUTOMAKE && exit 1
-exit 0
+$AUTOMAKE