summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-04-23 19:54:35 +0000
committerStefan Bühler <stbuehler@web.de>2008-04-23 19:54:35 +0000
commit70c0280c92123008cdebe65a3dc2846e12135c81 (patch)
tree351483a4ff5167118f532aba60325f9b33cbb4c1
parent074223041a48464d4b22453d6c9dbe5ad5b8cc57 (diff)
downloadlighttpd-git-70c0280c92123008cdebe65a3dc2846e12135c81.tar.gz
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
-rw-r--r--.cvsignore1
-rw-r--r--Makefile.am2
-rw-r--r--NEWS1
-rw-r--r--configure.in2
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