]> granicus.if.org Git - php/commitdiff
Moving apMakefile.{libdir,tmpl} to sapi/apache directory.
authorSascha Schumann <sas@php.net>
Thu, 18 Nov 1999 14:21:50 +0000 (14:21 +0000)
committerSascha Schumann <sas@php.net>
Thu, 18 Nov 1999 14:21:50 +0000 (14:21 +0000)
sapi/apache/apMakefile.libdir [moved from apMakefile.libdir with 100% similarity]
sapi/apache/apMakefile.tmpl [moved from apMakefile.tmpl with 98% similarity]
sapi/apache/config.m4

similarity index 98%
rename from apMakefile.tmpl
rename to sapi/apache/apMakefile.tmpl
index e396f65051b4a010eb8c63da43242c9e130d4619..c485d1785fd4b40177479bfa4278e2da52c5c364 100644 (file)
@@ -12,7 +12,7 @@ OBJS_LIB=libmodphp4.a
 
 #   objects for building the shared object library
 SHLIB_OBJS=mod_php4.so-o
-SHLIB_OBJS_LIB=libmodphp4-so.a
+SHLIB_OBJS_LIB=libmodphp4.a
 
 #   the general targets
 all: lib
index c70a04b13d88c784cd95b44d01d7ae2587f08c7f..9ebdad0b3df055fe5c758b0ad0c8cd32bec14d50 100644 (file)
@@ -69,7 +69,7 @@ AC_ARG_WITH(apache,
                                mkdir $APACHE_TARGET
                        fi
                        PHP_SAPI=apache
-                       APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp4.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $srcdir/apMakefile.libdir $APACHE_TARGET/Makefile.libdir"
+                       APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp4.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $srcdir/sapi/apache/apMakefile.libdir $APACHE_TARGET/Makefile.libdir"
                        PHP_LIBS="-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4"
                        AC_DEFINE(APACHE)
                        AC_MSG_RESULT(yes - Apache 1.3.x)
@@ -100,7 +100,7 @@ AC_ARG_WITH(apache,
                        fi
                        PHP_SAPI=apache
                        PHP_LIBS="-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4"
-                       APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp4.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $srcdir/apMakefile.libdir $APACHE_TARGET/Makefile.libdir"
+                       APACHE_INSTALL="mkdir -p $APACHE_TARGET; cp $SAPI_STATIC $APACHE_TARGET/libmodphp4.a; cp $APACHE_INSTALL_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $srcdir/sapi/apache/apMakefile.libdir $APACHE_TARGET/Makefile.libdir"
                        AC_DEFINE(APACHE)
                        AC_MSG_RESULT(yes - Apache 1.3.x)
                        STRONGHOLD=