This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Can automake conditional tests be indented?
- From: Harlan Stenn <stenn at whimsy dot udel dot edu>
- To: tromey at redhat dot com
- Cc: Harlan Stenn <stenn at whimsy dot udel dot edu>, automake at gnu dot org, stenn at whimsy dot udel dot edu
- Date: Sun, 20 Oct 2002 17:03:25 -0400
- Subject: 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
>