allow a stand alone version
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@708 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
af73bcb9fc
commit
903a007674
|
@ -4,6 +4,10 @@ if test x$srcdir = x; then
|
|||
srcdir=.
|
||||
fi
|
||||
|
||||
if test x$top_builddir = x; then
|
||||
top_builddir=..
|
||||
fi
|
||||
|
||||
tmpdir=$top_builddir/tests/tmp/lighttpd
|
||||
|
||||
# create test-framework
|
||||
|
|
Loading…
Reference in New Issue