From: Jan Nieuwenhuizen Date: Fri, 22 Dec 2006 12:28:14 +0000 (+0100) Subject: Leave dotted version strings alone; do not strip dotted triplets into tuplets. X-Git-Tag: release/2.10.17-1^2~20^2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=6d01a139484e72d87b4c787f83e7f4769e6e0877;p=lilypond.git Leave dotted version strings alone; do not strip dotted triplets into tuplets. --- diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 25a0f5426b..b69dc9c23b 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -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]