From f8efba7eed3bf478b8b47bbf644482a0a097350f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 19 Jul 2003 16:00:25 +0000 Subject: - fix libtool version detection, add more warnings if gcc is used CVS patchset: 5189 CVS date: 2003/07/19 16:00:25 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 42dcbf082..1b9d8e3f5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # -# $Id: autogen.sh,v 1.10 2003/07/19 00:08:58 komadori Exp $ +# $Id: autogen.sh,v 1.11 2003/07/19 16:00:25 hadess Exp $ # # Maintained by Stephen Torri # @@ -112,7 +112,7 @@ detect_libtool() { NUM_RESULT=$# RESULT_FILE=$3 if [ $RETVAL -eq 0 -a $NUM_RESULT -eq 3 -a -f "$RESULT_FILE" ]; then - LT="`libtool --version | awk '{ print $4 }' | sed -e 's/[a-zA-Z\ \.\(\)\-;]//g'`" + LT="`libtool --version | awk '{ print $4 }' | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`" LIBTOOL_MIN="`echo $LIBTOOL_MIN | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`" if test $LT -lt 100 ; then LT=`expr $LT \* 10` -- cgit v1.2.3