From: Roland Illig Date: Mon, 15 Dec 2008 07:06:26 +0000 (+0000) Subject: m4/gst-parser.m4: Fix AG_GST_BISON_CHECK to handle version numbers with more than... X-Git-Tag: GIT_CONVERSION~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c4d28a75c26e572b94a967901254caff83d85c4;p=platform%2Fupstream%2Fgst-common.git m4/gst-parser.m4: Fix AG_GST_BISON_CHECK to handle version numbers with more than two components (i.e. 2.4.1). Fixes ... Original commit message from CVS: Patch by: Roland Illig * m4/gst-parser.m4: Fix AG_GST_BISON_CHECK to handle version numbers with more than two components (i.e. 2.4.1). Fixes bug #564507. --- diff --git a/ChangeLog b/ChangeLog index b3daa20..c26049b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-12-15 Sebastian Dröge + + Patch by: Roland Illig + + * m4/gst-parser.m4: + Fix AG_GST_BISON_CHECK to handle version numbers with more than + two components (i.e. 2.4.1). Fixes bug #564507. + 2008-12-14 Edward Hervey * gst.supp: diff --git a/m4/gst-parser.m4 b/m4/gst-parser.m4 index 6698c9c..ac98442 100644 --- a/m4/gst-parser.m4 +++ b/m4/gst-parser.m4 @@ -15,10 +15,7 @@ AC_DEFUN([AG_GST_BISON_CHECK], bison_version=`$BISON_PATH --version | head -n 1 | sed 's/^[[^0-9]]*//' | sed 's/[[^0-9]]*$//' | cut -d' ' -f1` AC_MSG_CHECKING([bison version $bison_version >= $bison_min_version]) - if perl -w <