From 70c0280c92123008cdebe65a3dc2846e12135c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 23 Apr 2008 19:54:35 +0000 Subject: [PATCH] Remove lighttpd.spec* from source, fixing all problems with it ;-) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2157 152afb58-edef-0310-8abb-c4023f1b3aa9 --- .cvsignore | 1 - Makefile.am | 2 +- NEWS | 1 + configure.in | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9e1a7457..cb2e0c23 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,7 +3,6 @@ Makefile.in configure depcomp config.* -lighttpd.spec mkinstalldirs distribute.sh autom4te.cache diff --git a/Makefile.am b/Makefile.am index 252cbfe1..e89b4d70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS=src doc tests cygwin openwrt -EXTRA_DIST=lighttpd.spec autogen.sh SConstruct +EXTRA_DIST=autogen.sh SConstruct diff --git a/NEWS b/NEWS index 1cdeefae..d9263f1c 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ NEWS * Handle EINTR in mod_cgi during write() (#1640) * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page + * Remove lighttpd.spec* from source, fixing all problems with it ;-) - 1.4.19 - 2008-03-10 diff --git a/configure.in b/configure.in index 14b70997..6388d45e 100644 --- a/configure.in +++ b/configure.in @@ -553,7 +553,7 @@ AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile tests/Makefile \ tests/docroot/www/go/Makefile \ tests/docroot/www/indexfile/Makefile \ tests/docroot/www/expire/Makefile \ - lighttpd.spec distribute.sh cygwin/Makefile cygwin/lighttpd.README + distribute.sh cygwin/Makefile cygwin/lighttpd.README openwrt/Makefile openwrt/control openwrt/lighttpd.mk]) AC_OUTPUT