]> granicus.if.org Git - php/commitdiff
make symlinks if they are not present already
authorStig Bakken <ssb@php.net>
Mon, 14 Jun 1999 13:59:18 +0000 (13:59 +0000)
committerStig Bakken <ssb@php.net>
Mon, 14 Jun 1999 13:59:18 +0000 (13:59 +0000)
buildconf

index 90027ec3d8caca9269b7f2138d167c79e0e25c52..0a7c4f571246f103c4d1de91238788c0cff07cae 100755 (executable)
--- 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