Re: [cdebconf-entropy PATCH] Kill spurious linebreak in configure.ac

2010-03-24 Thread Frans Pop
On Wednesday 24 March 2010, Julien Cristau wrote: > -AC_CHECK_LIB(newt, newtInit, FRONTENDS="$FRONTENDS newt", echo > - "*** Cannot build Newt plugin ***") > +AC_CHECK_LIB(newt, newtInit, FRONTENDS="$FRONTENDS newt", echo "*** > Cannot build Newt plugin ***") Fixed. Thanks. -- To UNSUBSCRIBE, e

[cdebconf-entropy PATCH] Kill spurious linebreak in configure.ac

2010-03-24 Thread Julien Cristau
This resulted in an empty echo, and then trying to execute the "*** Cannot build Newt plugin ***" command. https://buildd.debian.org/fetch.cgi?pkg=cdebconf-entropy&arch=hppa&ver=0.14&stamp=1269398913&file=log&as=raw --- configure.ac |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) di