From a72e41b1086804327761d3e22eb047fe2c55cd18 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 3 May 2000 01:37:33 +0000 Subject: [PATCH] Don't generate `doc/Makefile' in `configure' because there is nothing to generate it from. svn path=/trunk/; revision=2769 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4558bee04d..f30a7ea5bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-02 Ettore Perazzoli + + * configure.in: Do not output `doc/Makefile' because there is + nothing to generate it from. + 2000-05-02 Dan Winship * configure.in, acconfig.h: add some minimal Kerberos checking. diff --git a/configure.in b/configure.in index 8db2253bdc..5a5044b66c 100644 --- a/configure.in +++ b/configure.in @@ -399,7 +399,6 @@ macros/Makefile intl/Makefile po/Makefile.in e-util/Makefile -doc/Makefile libibex/Makefile camel/Makefile camel/providers/Makefile @@ -449,4 +448,5 @@ wombat/Makefile art/Makefile default_user/Makefile tools/Makefile +directory/Makefile ])