From 1cb0d88186a885f555393e258849562e24156f57 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 29 Sep 1999 15:17:02 +0000 Subject: Decent configure speedup. Makefiles are now generated only for the extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly). --- sapi/apache/libphp4.module.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sapi/apache/libphp4.module.in (limited to 'sapi/apache/libphp4.module.in') diff --git a/sapi/apache/libphp4.module.in b/sapi/apache/libphp4.module.in new file mode 100644 index 0000000000..9b80f6c742 --- /dev/null +++ b/sapi/apache/libphp4.module.in @@ -0,0 +1,7 @@ +Name: php4_module +ConfigStart + RULE_WANTHSREGEX=@HSREGEX@ + LIBS="@RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ @RDYNAMIC_LFLAGS@ $LIBS" + RULE_HIDE=yes + CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@" +ConfigEnd -- cgit v1.2.1