automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can automake conditional tests be indented?


From: Tom Tromey
Subject: Re: Can automake conditional tests be indented?
Date: 20 Oct 2002 12:51:36 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Harlan" == Harlan Stenn <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]