ssb Tue Jan 9 17:34:40 2001 EDT
Modified files:
/php4 configure.in
Log:
* renamed PEAR scripts
* set localstatedir
Index: php4/configure.in
diff -u php4/configure.in:1.208 php4/configure.in:1.209
--- php4/configure.in:1.208 Sun Jan 7 13:21:12 2001
+++ php4/configure.in Tue Jan 9 17:34:40 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.208 2001/01/07 21:21:12 venaas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.209 2001/01/10 01:34:40 ssb Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -717,6 +717,7 @@
PHP_SUBST(phplibdir)
PHP_SUBST(phptempdir)
PHP_SUBST(prefix)
+PHP_SUBST(localstatedir)
PHP_SUBST(AWK)
PHP_SUBST(CC)
@@ -820,7 +821,8 @@
PHP_GEN_CONFIG_VARS
ALL_OUTPUT_FILES="php4.spec Zend/Makefile main/build-defs.h \
-pear/pear pear/phpize pear/php-config pear/PEAR.php TSRM/Makefile $PHP_OUTPUT_FILES"
+pear/scripts/pear pear/scripts/phpize pear/scripts/php-config pear/PEAR.php \
+TSRM/Makefile $PHP_OUTPUT_FILES"
AC_OUTPUT($ALL_OUTPUT_FILES, [], [
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]