diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 ]) |