> sed: 1: "1 {s/^.* \([^ ]\+\)$/\1 ...": extra characters at the end of q > command
Please try the patch below, which is now in the CVS. Werner ====================================================================== --- aclocal.m4.old 2005-10-27 16:31:12.000000000 +0200 +++ aclocal.m4 2005-11-04 08:40:02.021538384 +0100 @@ -67,7 +67,7 @@ else # We need an additional level of quoting to make sed's regexps work. [makeinfo_version=`$MAKEINFO --version 2>&1 \ - | sed '1 {s/^.* \([^ ]\+\)$/\1/;q}'`] + | sed '1 { s/^.* \([^ ]\+\)$/\1/;q }'`] # Consider only the first two numbers in version number string. [makeinfo_version_major=`echo $makeinfo_version \ | sed 's/^\([0-9]*\).*$/\1/'`] _______________________________________________ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff