fix X check explain version check
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 16 Mar 2004 18:00:19 +0000 (18:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 16 Mar 2004 18:00:19 +0000 (18:00 +0000)
Original commit message from CVS:
fix X check
explain version check

ChangeLog
gst-autogen.sh

index a9b0ddd..d3383d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * gst-autogen.sh:
+
 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        patch by: Stephane Loeuillet
index b79f27a..6b4c729 100644 (file)
@@ -60,9 +60,7 @@ version_check ()
       echo "not found."
       continue
     }
-    # the following line is carefully crafted sed magic
-    # you don't want to mess with it
-    #pkg_version=`$COMMAND --version|head -n 1|sed 's/^[a-zA-z\.\ ()]*//;s/ .*$//'`
+    # strip everything that's not a digit, then use cut to get the first field
     pkg_version=`$COMMAND --version|head -n 1|sed 's/^[^0-9]*//'|cut -d' ' -f1`
     debug "pkg_version $pkg_version"
     # remove any non-digit characters from the version numbers to permit numeric