summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac3
-rw-r--r--doc/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2eada097..fa02c182 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ NEWS
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
* mod_fastcgi: fix mod_fastcgi packet parsing
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
+ * Fix configure.ac to allow autoreconf, also enables make V=0
- 1.4.24 - 2009-10-25
* Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
diff --git a/configure.ac b/configure.ac
index fcecf9af..4a0571e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wall -Wportability -Wno-override -Werror foreign dist-bzip2 tar-ustar silent-rules color-tests])
+AM_SILENT_RULES
# Checks for programs.
AC_PROG_CC
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5b2d0c89..ebd1ee14 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -89,7 +89,7 @@ EXTRA_DIST=lighttpd.conf lighttpd.user \
rst2html $^ > $@
-html: $(HTMLDOCS)
+html-local: $(HTMLDOCS)
#%.ps.gz: %.ps
# gzip $^