summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2004-09-09 19:19:29 +0200
committerjoerg@mysql.com <>2004-09-09 19:19:29 +0200
commit82afd016d292625afe3b57d588750b935db41358 (patch)
tree0b0c0a8831307f50a147788095ef039d2c41cc41 /ltmain.sh
parentcda336b9289be4368998986eaed2c7439e59a82e (diff)
downloadmariadb-git-82afd016d292625afe3b57d588750b935db41358.tar.gz
Prevent some combinations of autotools and libtool version
from generating a non-working top level 'libtool'.
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 62b9ed17e3f..92e438cbda6 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -51,6 +51,9 @@ fi
# libtool 1.4.2 workaround
SED=${SED:-sed}
+# workaround against unset 'max_cmd_len': assume at least 4 kB
+max_cmd_len=${max_cmd_len:-4096}
+
# The name of this program.
progname=`$echo "$0" | ${SED} 's%^.*/%%'`
modename="$progname"