]> sourceware.org Git - automake.git/commitdiff
* confh.test: if include/Makefile.am is created, the test fails
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 30 Mar 1999 01:17:28 +0000 (01:17 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 30 Mar 1999 01:17:28 +0000 (01:17 +0000)
tests/ChangeLog
tests/confh.test

index 389209f37338a1c2a445fc2a83b7308ad283413c..c45f576ebcce2aa66651ebe5baa95cd2d8e51b8f 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * confh.test: if include/Makefile.am is created, the test fails
+
 1999-03-27  Tom Tromey  <tromey@cygnus.com>
 
        * extra4.test: Allow EXTRA_DATA to be specified.
index 6b70705218449b324923470a5d129ee19ee641f9..d723554f71b5606d54e70d30fcdfc4b87ce37c94 100755 (executable)
@@ -11,13 +11,14 @@ VERSION=nonesuch
 AC_ARG_PROGRAM
 AC_PROG_INSTALL
 AM_CONFIG_HEADER(include/config.h)
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile include/Makefile)
 END
 
 : > Makefile.am
 : > acconfig.h
 
 mkdir include
+: > include/Makefile.am
 : > include/config.h.in
 
 $AUTOMAKE || exit 1
This page took 0.030891 seconds and 5 git commands to generate.