Control: tag -1 fixed-upstream On Mon, Aug 24, 2015 at 06:07:17PM -0400, Rafael Kitover wrote: > Thank you for your patience and the quick response, I am obviously not a C > expert.
Thanks for the update. Sorry for my delay in applying this. > diff --git a/configure.ac b/configure.ac > index cc772a9..cb87953 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -73,7 +73,7 @@ test -n "$browser" && browser="exec $browser" > AC_CHECK_PROGS([tr], [tr]) > AC_CHECK_PROGS([grep], [grep]) > MAN_CHECK_PROGS([pager], [PAGER], [use PAGER as default pager], [pager less > more]) > -test -n "$pager" && pager="$pager -s" > +test -n "$pager" > > # Define below (in list of preference) *roff macros to check for. > macros="andoc an doc" This line can just be deleted entirely, since configure isn't set -e so it does nothing. > + const char *name = "sed -e '/^[ \t]*$/{ N; /^[ \t]*\n[ \t]*$/D; > }'"; [[:space:]] would be more accurate than [ \t], and this plus using \\n rather than \n makes it display more conveniently in PIPELINE_DEBUG=1 output. I've made both these changes and pushed your patch to master, so this will be fixed in the next release. Thanks, -- Colin Watson [cjwat...@debian.org]