From: Stig Bakken Date: Mon, 14 Jun 1999 13:59:18 +0000 (+0000) Subject: make symlinks if they are not present already X-Git-Tag: BEFORE_REMOVING_GC_STEP1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a916379c21efad81a3125a6ebfd9d04a578eb1ba;p=php make symlinks if they are not present already --- 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