From c1e77e47f93565c88f5426bbccca2df929d78840 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 30 Mar 1999 01:17:28 +0000 Subject: [PATCH] * confh.test: if include/Makefile.am is created, the test fails --- tests/ChangeLog | 4 ++++ tests/confh.test | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 389209f3..c45f576e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-03-30 Alexandre Oliva + + * confh.test: if include/Makefile.am is created, the test fails + 1999-03-27 Tom Tromey * extra4.test: Allow EXTRA_DATA to be specified. diff --git a/tests/confh.test b/tests/confh.test index 6b707052..d723554f 100755 --- a/tests/confh.test +++ b/tests/confh.test @@ -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 -- 2.43.5