aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4558bee04d..f30a7ea5bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-02 Ettore Perazzoli <ettore@helixcode.com>
+
+ * configure.in: Do not output `doc/Makefile' because there is
+ nothing to generate it from.
+
2000-05-02 Dan Winship <danw@helixcode.com>
* 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
])