* suffix2.test: Added `no-dependencies' to options in
authorTom Tromey <tromey@redhat.com>
Tue, 14 Dec 1999 04:38:06 +0000 (04:38 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 14 Dec 1999 04:38:06 +0000 (04:38 +0000)
Makefile.am.  Removed trailing `exit 1'.

tests/ChangeLog
tests/suffix2.test

index 1e85255..3db076e 100644 (file)
@@ -1,5 +1,8 @@
 1999-12-13  Tom Tromey  <tromey@cygnus.com>
 
+       * suffix2.test: Added `no-dependencies' to options in
+       Makefile.am.  Removed trailing `exit 1'.
+
        * nostdinc.test: New file.
        * Makefile.am (TESTS): Added nostdinc.test.
 
index 4e02113..ebc55a9 100755 (executable)
@@ -10,6 +10,7 @@ AC_PROG_LIBTOOL
 END
 
 cat > Makefile.am << 'END'
+AUTOMAKE_OPTIONS = no-dependencies
 lib_LTLIBRARIES = libltdl.la
 libltdl_la_SOURCES = ltdl.c ltdl.h
 END
@@ -23,6 +24,3 @@ END
 $AUTOMAKE -a || exit 1
 
 test "`fgrep '.c.o' Makefile.in | wc -l`" -eq 1
-
-# FIXME: make this fail just like the real ltdl
-exit 1