summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-06-14 13:59:18 +0000
committerStig Bakken <ssb@php.net>1999-06-14 13:59:18 +0000
commita916379c21efad81a3125a6ebfd9d04a578eb1ba (patch)
tree480c6a4d0514ca666c66d68d94c0d76c748679b6 /buildconf
parent96bfbc79040d9a1dea092d35ec570b3f7cc6b51b (diff)
downloadphp-git-a916379c21efad81a3125a6ebfd9d04a578eb1ba.tar.gz
make symlinks if they are not present already
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 90027ec3d8..0a7c4f5712 100755
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,8 @@
#!/bin/sh
+test -d libzend || ln -s ../libzend .
+test -f TSRM || ln -s ../TSRM .
+
./scripts/preconfig
mv aclocal.m4 aclocal.m4.old 2>/dev/null