This website works better with JavaScript.
Home
Help
Register
Sign In
lighttpd
/
spawn-fcgi
Watch
2
Star
0
Fork
0
Code
Issues
Releases
5
Wiki
Activity
Browse Source
Add run script examples in automake dist build
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@54 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
master
v1.6.3
Stefan Bühler
11 years ago
parent
c4782f4211
commit
6e8bac8a22
4 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+1
-0
NEWS
+1
-1
configure.ac
+1
-0
doc/Makefile.am
+ 1
- 1
Makefile.am
View File
@ -1,4 +1,4 @@
SUBDIRS
=
src
SUBDIRS
=
src
doc
EXTRA_DIST
=
autogen.sh spawn-fcgi.1 CMakeLists.txt
man1_MANS
=
spawn-fcgi.1
+ 1
- 0
NEWS
View File
@ -8,6 +8,7 @@ NEWS
* Add some ./run script examples for use with daemontools or runit
* Fix Invalid Argument in chmod if mode=-1 (fixes 2033)
* Add deprecated and /bin/sh info for -f option; wrap syntax output (fixes #2044)
* Add run script examples in automake dist build
- 1.6.2 - 2009-04-18
* Add homepage to README
+ 1
- 1
configure.ac
View File
@ -84,5 +84,5 @@ if test x$extrawarnings = xtrue; then
CFLAGS="${CFLAGS} -g -O2 -g2 -Wall -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winline -Wsign-compare -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wformat-security"
fi
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile
doc/Makefile
])
AC_OUTPUT
+ 1
- 0
doc/Makefile.am
View File
@ -0,0 +1 @@
EXTRA_DIST
=
run-generic run-php run-rails
Write
Preview
Loading…
Cancel
Save