From 82afd016d292625afe3b57d588750b935db41358 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Thu, 9 Sep 2004 19:19:29 +0200 Subject: Prevent some combinations of autotools and libtool version from generating a non-working top level 'libtool'. --- ltmain.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ltmain.sh') 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" -- cgit v1.2.1