From a916379c21efad81a3125a6ebfd9d04a578eb1ba Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 14 Jun 1999 13:59:18 +0000 Subject: [PATCH] make symlinks if they are not present already --- buildconf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1