summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-20 01:23:32 +0000
committerStig Bakken <ssb@php.net>1999-04-20 01:23:32 +0000
commitb84ce5a06abd69139eb42065475dcdcdc7923d6a (patch)
treebe8d02652525446a728d0d67f0a9b1b3c7368666 /buildconf
parent9e4c7bd56c5d394d971595db05c50e6a564f5204 (diff)
downloadphp-git-b84ce5a06abd69139eb42065475dcdcdc7923d6a.tar.gz
added ext/*/config.h.stub files
removed config.h.in (generated)
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf25
1 files changed, 1 insertions, 24 deletions
diff --git a/buildconf b/buildconf
index 8335bce705..297e2c9aca 100755
--- a/buildconf
+++ b/buildconf
@@ -26,28 +26,5 @@ else
echo created or modified configure
fi
-cd libzend
+cd libzend; ./buildconf
-if test -f mkinstalldirs; then
- automake
-else
- automake --add-missing
-fi
-
-mv aclocal.m4 aclocal.m4.old 2>/dev/null
-aclocal
-if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
- echo keeping libzend/aclocal.m4
- mv aclocal.m4.old aclocal.m4
-else
- echo created or modified libzend/aclocal.m4
-fi
-
-mv configure configure.old 2>/dev/null
-autoconf
-if cmp configure.old configure > /dev/null 2>&1; then
- echo keeping libzend/configure
- mv configure.old configure
-else
- echo created or modified libzend/configure
-fi