]> git.donarmstrong.com Git - lilypond.git/commitdiff
Leave dotted version strings alone; do not strip dotted triplets into tuplets.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 22 Dec 2006 12:28:14 +0000 (13:28 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 6 Feb 2007 19:15:10 +0000 (20:15 +0100)
stepmake/aclocal.m4

index 25a0f5426b65915f87b8c4e0831102b947db6a1f..b69dc9c23b4c78dd1f77f8bbab56230ed66826f0 100644 (file)
@@ -34,7 +34,7 @@ AC_DEFUN(STEPMAKE_GET_VERSION, [
     ## grab the first version number in  --version output.
     eval _ver=\"\`("$1" --version || "$1" -V) 2>&1 | grep '\(^\| \)[0-9][0-9]*\.[0-9]' \
         | head -n 1 \
-       | tr ' ' '\n' | sed 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/g' | grep '\(^\| \)[0-9][0-9]*\.[0-9]' | head -n 1\`\"
+       | tr ' ' '\n' | sed 's/\([0-9][0-9]*\.[0-9][0-9.]*\).*/\1/g' | grep '\(^\| \)[0-9][0-9]*\.[0-9]' | head -n 1\`\"
 
     if test -z "$_ver"; then
         ## If empty, try date [fontforge]