From d9eb533c801a2b6d9b01ee5a1ac4a1c471cae5c7 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 28 Nov 1999 23:01:57 +0000 Subject: [PATCH] @Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository). Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository). New name courtesy of Peter Bowen . --- Makefile.am | 2 +- build.mk | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4007b242dd..baf67868c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign ZEND_DIR = $(srcdir)/libzend -SUBDIRS = libzend ext sapi $(TSRM_DIR) $(REGEX_DIR) . pecl +SUBDIRS = libzend ext sapi $(TSRM_DIR) $(REGEX_DIR) . pear BUILDLDFLAGS = $(EXTRA_LDFLAGS) $(LDFLAGS) diff --git a/build.mk b/build.mk index 56ffb5b51d..8511eb94bb 100644 --- a/build.mk +++ b/build.mk @@ -17,7 +17,7 @@ SUBDIRS = libzend TSRM STAMP = buildmk.stamp -makefile_am_files = Makefile.am $(shell find ext sapi regex pecl -name Makefile.am) +makefile_am_files = Makefile.am $(shell find ext sapi regex pear -name Makefile.am) makefile_in_files = $(makefile_am_files:.am=.in) makefile_files = $(makefile_am_files:e.am=e) diff --git a/configure.in b/configure.in index 0de1f1bc6c..e3eb620b63 100644 --- a/configure.in +++ b/configure.in @@ -711,7 +711,7 @@ AC_SUBST(PHP_SAPI) AC_SUBST(INSTALL_IT) #libphp4.module -AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pecl/Makefile +AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pear/Makefile $PHP_OUTPUT_FILES scripts/mkextlib build-defs.h], [], [ -- 2.49.0