projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b368687
)
updated libtool check to handle things like '1.4b'
author
Erik Walthinsen
<omega@temple-baptist.org>
Wed, 5 Sep 2001 08:53:00 +0000
(08:53 +0000)
committer
Erik Walthinsen
<omega@temple-baptist.org>
Wed, 5 Sep 2001 08:53:00 +0000
(08:53 +0000)
Original commit message from CVS:
updated libtool check to handle things like '1.4b'
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
4648749
..
42a3281
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-119,7
+119,7
@@
fi
DIE=1
}
-libtool_version=`libtool --version | sed 's/^.* \([0-9\.]*\) .*$/\1/'`
+libtool_version=`libtool --version | sed 's/^.* \([0-9
a-z
\.]*\) .*$/\1/'`
libtool_major=`echo $libtool_version | cut -d. -f1`
libtool_minor=`echo $libtool_version | cut -d. -f2`
libtool_micro=`echo $libtool_version | cut -d. -f3`