Re: 58-var-vs-target.patch

2001-02-24 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim * automake.in (variable_defined, variable_value_as_list_worker): Akim If $VAR is effectively a variable, don't die if it's also a Akim target. Akim Plus some formatting changes. Ok. Tom

Re: 58-var-vs-target.patch

2001-02-23 Thread Akim Demaille
Tom Tromey [EMAIL PROTECTED] writes: "Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim In fact, I've had to finish the job, because the following test Akim was falling: Akim cat Makefile.am 'END' Akim bin_PROGRAMS = consud Akim ## Note next line is target, not

58-var-vs-target.patch

2001-02-22 Thread Akim Demaille
It's only the beginning, but Automake shall not forbid us from having both a variable INSTALL and a target INSTALL. More is needed, but at first sight, not too much. In fact, I've had to finish the job, because the following test was falling: cat Makefile.am 'END' bin_PROGRAMS =

Re: 58-var-vs-target.patch

2001-02-22 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim In fact, I've had to finish the job, because the following test Akim was falling: Akim cat Makefile.am 'END' Akim bin_PROGRAMS = consud Akim ## Note next line is target, not variable. Akim consud_SOURCES: consud.c Akim