diff options
author | Edward Rudd | 2004-01-04 03:23:22 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-04 03:23:22 +0000 |
commit | e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch) | |
tree | e9576f43acacc69993ab369c0f608cefcedf8ae2 /autogen.sh | |
parent | 5b0927ae5d90380ac043f66787e253b03d218319 (diff) |
update apache.m4 to use -with-apxs instead of --with-apache
got SSL support to compile.
added Documentation subdirectory.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -14,10 +14,3 @@ $ACLOCAL -I m4 | |||
14 | $AUTOHEADER | 14 | $AUTOHEADER |
15 | $AUTOCONF | 15 | $AUTOCONF |
16 | touch stamp-h.in | 16 | touch stamp-h.in |
17 | |||
18 | for x in providers/*; do | ||
19 | if [ -e $x/autogen.sh ]; then | ||
20 | echo Generating Config files in $x | ||
21 | (cd $x; ./autogen.sh $*) | ||
22 | fi | ||
23 | done | ||