Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Stepan Kasal
Hello, On Wed, Oct 19, 2005 at 09:45:47AM +0200, Alexandre Duret-Lutz wrote: > [...] What I want is just a way to say "dear Automake, > please ignore this substitution when generating Makefile.ins"; > i.e., I really want to talk to Automake, OK, you have convinced me. Though I understand the ori

Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Ralf Wildenhues
Hi Simon, Stepan, * Simon Richter wrote on Wed, Oct 19, 2005 at 08:53:55AM CEST: > Stepan Kasal schrieb: > > > AC_SUBST([FOO], ["foo > > bar"]) > > Automake could generate lines like this: > > > FOO = @FOO@@\n@ > > There are a lot of cases, in fact, the majority, where the substituted > strin

Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Stepan Kasal
Hello, On Wed, Oct 19, 2005 at 11:32:37AM +0200, Ralf Wildenhues wrote: > I believe what Stepan meant was: > If the status.m4 code encounters [EMAIL PROTECTED]@@\n@', where `FOO' has > been > AC_SUBSTed, then treat the replacement of the complete string > [EMAIL PROTECTED]@@\n@' in a special way

Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Wed, Oct 19, 2005 at 07:28:14AM CEST: > On Tue, Oct 18, 2005 at 01:24:14PM +0200, Ralf Wildenhues wrote: > > > > I don't see why the solution to the problem of not substituting certain > > variables is dependent on the problem of how to handle multiline > > subs

Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Alexandre Duret-Lutz
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes: SK> Hello, SK> On Tue, Oct 18, 2005 at 01:24:14PM +0200, Ralf Wildenhues wrote: >> > Please hold back the AM_SUBST_IGNORE until multiline substitutions in >> > Automake are solved. >> >> I don't see why the solution to the problem of not

Re: AM_SUBST_IGNORE = AC_SUBST without Makefile variable definition

2005-10-19 Thread Stepan Kasal
Hello, On Wed, Oct 19, 2005 at 08:53:55AM +0200, Simon Richter wrote: > Stepan Kasal schrieb: > > FOO = @FOO@@\n@ > > There are a lot of cases, in fact, the majority, where the substituted > string is only known at configure time, when the Makefile.in files have > long been generated. of course.