From e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 04 Jan 2004 03:23:22 +0000 Subject: update apache.m4 to use -with-apxs instead of --with-apache got SSL support to compile. added Documentation subdirectory. --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 9ae9c6b..78f11a7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,10 +14,3 @@ $ACLOCAL -I m4 $AUTOHEADER $AUTOCONF touch stamp-h.in - -for x in providers/*; do - if [ -e $x/autogen.sh ]; then - echo Generating Config files in $x - (cd $x; ./autogen.sh $*) - fi -done -- cgit v0.9.2