summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-07-19 00:08:58 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-07-19 00:08:58 +0000
commit93991c06e5f7aa1235dfbef1186567487c6b2676 (patch)
tree02c21460ce42962827eb00ba29de9fe0a25577f1 /autogen.sh
parent657f607ee6b627c6ae015cb2dfa34955868461ab (diff)
downloadxine-lib-93991c06e5f7aa1235dfbef1186567487c6b2676.tar.gz
xine-lib-93991c06e5f7aa1235dfbef1186567487c6b2676.tar.bz2
Fix autogen.sh. Remove odd (nonstandard?) type.
CVS patchset: 5180 CVS date: 2003/07/19 00:08:58
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a47706e0d..42dcbf082 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.9 2003/02/28 21:13:24 jkeil Exp $
+# $Id: autogen.sh,v 1.10 2003/07/19 00:08:58 komadori Exp $
#
# Maintained by Stephen Torri <storri@users.sourceforge.net>
#
@@ -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`