From e005a48b9fbbe7aea8013f887467714c6cf40fbe Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 30 Mar 1999 06:19:17 +0000 Subject: * More build fixes. I think a vanilla CVS checkout should build OK now. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bcfde9b..b7b1b85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1999-03-30 Paul D. Smith + + * configure.in: Don't put build.sh here, since build.sh.in doesn't + exist initially. This cause autoreconf and automake to fail when + run on a clean CVS checkout. Instead, we create build.sh in the + Makefile (see below). + + * Makefile.am: Remove BUILT_SOURCES; this is no longer relevant. + Put those files directly into EXTRA_DIST so they're distributed. + Create a local build rule to create build.sh. + Create a local maintainer-clean rule to delete all the funky + maintainers files. + + * maintMakefile: Makefile.in depends on README, since automake + fails if it doesn't exist. Also don't remove glob/Makefile.in + here, as it causes problems. + 1999-03-26 Paul D. Smith * configure.in: Substitute GLOBLIB if we need the link the -- cgit v1.2.3