Fix configure.ac to allow autoreconf, also enables make V=0

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2693 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.25 lighttpd-1.4.25
Stefan Bühler 14 years ago
parent 2eaf42d0e5
commit 175ad79a0b

@ -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)

@ -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

@ -89,7 +89,7 @@ EXTRA_DIST=lighttpd.conf lighttpd.user \
rst2html $^ > $@
html: $(HTMLDOCS)
html-local: $(HTMLDOCS)
#%.ps.gz: %.ps
# gzip $^

Loading…
Cancel
Save