]> granicus.if.org Git - php/commitdiff
set "phplibdir" in configure so it doesn't have to be set in Makefile.am
authorStig Bakken <ssb@php.net>
Fri, 24 Sep 1999 15:34:06 +0000 (15:34 +0000)
committerStig Bakken <ssb@php.net>
Fri, 24 Sep 1999 15:34:06 +0000 (15:34 +0000)
configure.in.in

index adca9209d8df028f99f3971fa11754ea2919eebf..89529e38e4319560f7c14fa040d487d1e40c7808 100644 (file)
@@ -68,6 +68,9 @@ AC_SUBST(PHP_VERSION)
 AM_CONFIG_HEADER(php_config.h)
 AM_MAINTAINER_MODE
 
+phplibdir=$libdir/php
+AC_SUBST(phplibdir)
+
 dnl We want this one before the checks, so the checks can modify CFLAGS.
 test -z "$CFLAGS" && auto_cflags=1
 
@@ -966,7 +969,6 @@ AC_SUBST(EXTRA_LIBS)
 # reading config stubs
 esyscmd(./scripts/config-stubs)
 
-
 divert(4)
 
 dnl If we're using gcc and the user hasn't specified CFLAGS, add -O2.