]> granicus.if.org Git - php/commitdiff
Provide name of libtool archive.
authorSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:00:30 +0000 (18:00 +0000)
committerSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:00:30 +0000 (18:00 +0000)
Apache 2.0's apxs prefers that.

configure.in

index a1c45fcd47453123e3e7c8e5ff7794a8dd0bc9b0..639564b60e33715c70c69f1adf4fee76bc5691c8 100644 (file)
@@ -139,6 +139,7 @@ dnl paths to the targets are relative to the build directory
 SAPI_PROGRAM=php
 SAPI_SHARED=libs/libphp4.$SHLIB_SUFFIX_NAME
 SAPI_STATIC=libs/libphp4.a
+SAPI_LIBTOOL=libphp4.la
 
 PHP_CONFIGURE_PART(Configuring SAPI modules)