This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can automake conditional tests be indented?


Thanks!

I have noticed, but have not found in the docs, that inside an automake
conditional block that initial SPACES are removed but initial TABS are
not.

I consider this to be a feature.

Harlan
--
> >>>>> "Harlan" == Harlan Stenn <stenn@whimsy.udel.edu> writes:
> 
> Harlan> Can/should one indent automake conditionals in the
> Harlan> Makefile.am, like this:
> Harlan> if COND1
> Harlan>  if COND2
> 
> You could indent the conditions themselves.  That might be an adequate
> workaround.
> 
>     if COND1
>     if    COND2
> 
> Tom
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]