On Mon, 16 Jan 2006, Ralf Wildenhues wrote:
Hi Thomas,
* Thomas Dickey wrote on Mon, Jan 16, 2006 at 11:54:33AM CET:
On Mon, 16 Jan 2006, Ralf Wildenhues wrote:
AC_DEFINE([foo], [bar baz])
The "new" syntax is backward-compatible to the dark ages, and should
have been, had it not been for
On Mon, 16 Jan 2006, Ralf Wildenhues wrote:
AC_DEFINE([foo], [bar baz])
Combine that with the fact that newer aclocal versions may evaluate the
same macro definitions more than once.
The "new" syntax is backward-compatible to the dark ages, and should
have been, had it not been for the lazynes
Hi Thomas,
* Thomas Dickey wrote on Mon, Jan 16, 2006 at 11:54:33AM CET:
> On Mon, 16 Jan 2006, Ralf Wildenhues wrote:
>
> >AC_DEFINE([foo], [bar baz])
> >The "new" syntax is backward-compatible to the dark ages, and should
> >have been, had it not been for the lazyness of the people in the dark
* Ralf Corsepius wrote on Mon, Jan 16, 2006 at 06:36:34AM CET:
> On Sun, 2006-01-15 at 12:09 -0500, Bob Rossi wrote:
> > > * Bob Rossi wrote on Sat, Jan 14, 2006 at 10:15:10PM CET:
> > > >
> > > > > config/readline_check_version.m4:1: warning: underquoted definition
> > > > > of BASH_CHECK_LIB
On Sun, 2006-01-15 at 12:09 -0500, Bob Rossi wrote:
> On Sun, Jan 15, 2006 at 05:15:07PM +0100, Ralf Wildenhues wrote:
> > * Bob Rossi wrote on Sat, Jan 14, 2006 at 10:15:10PM CET:
> > > I recently upgraded to a newer automake, and I started to get this
> > > warning.
> > >
> > > > config/readli
On Sun, Jan 15, 2006 at 05:15:07PM +0100, Ralf Wildenhues wrote:
> * Bob Rossi wrote on Sat, Jan 14, 2006 at 10:15:10PM CET:
> > I recently upgraded to a newer automake, and I started to get this
> > warning.
> >
> > > config/readline_check_version.m4:1: warning: underquoted definition
> > > o
* Bob Rossi wrote on Sat, Jan 14, 2006 at 10:15:10PM CET:
> I recently upgraded to a newer automake, and I started to get this
> warning.
>
> > config/readline_check_version.m4:1: warning: underquoted definition
> > of BASH_CHECK_LIB_TERMCAP
> If I make the below patch, things work. Should th
http://sources.redhat.com/automake/automake.html#Extending-aclocal
> config/readline_check_version.m4:47: warning: underquoted definition
> of RL_LIB_READLINE_VERSION
If I make the below patch, things work. Should this be necesary?
Thanks,
Bob Rossi
Index