diff options
author | Stig Bakken <ssb@php.net> | 1999-06-14 13:59:18 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-06-14 13:59:18 +0000 |
commit | a916379c21efad81a3125a6ebfd9d04a578eb1ba (patch) | |
tree | 480c6a4d0514ca666c66d68d94c0d76c748679b6 /buildconf | |
parent | 96bfbc79040d9a1dea092d35ec570b3f7cc6b51b (diff) | |
download | php-git-a916379c21efad81a3125a6ebfd9d04a578eb1ba.tar.gz |
make symlinks if they are not present already
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |