Re: [Groff] makeinfo problem

2005-11-04 Thread Werner LEMBERG
> Since `{' and `}' are technically sed directives in their own right, aah, yes. Badly documented in `sed.info'. > Even better, might be to rewrite the sed expression as > > s/^.* \([^ ]\+\)$/\1/;1q > > thus avoiding the braces altogether. Done. Thanks for the suggestion! > I found I had t

Re: [Groff] makeinfo problem

2005-11-04 Thread Keith MARSHALL
In the following patch, proposed by Werner Lemberg: --- aclocal.m4.old 2005-10-27 16:31:12.0 +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

Re: [Groff] makeinfo problem

2005-11-03 Thread Werner LEMBERG
> 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.0 +0200 +++ aclocal

[Groff] makeinfo problem

2005-11-02 Thread Robert Goulding
Just tried to compile the latest CVS on Mac OSX 10.3.9. The config script fails with the message: checking for makeinfo... makeinfo sed: 1: "1 {s/^.* \([^ ]\+\)$/\1 ...": extra characters at the end of q command configure: error: `makeinfo' is too old. Get the `texinfo' package version 4.8 or