guile-devel
[Top][All Lists]
Advanced

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

Re: specifying workbook dir for dist-hook


From: Rob Browning
Subject: Re: specifying workbook dir for dist-hook
Date: Sun, 31 Mar 2002 20:05:33 -0600
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Marius Vollmer <address@hidden> writes:

> in guile-core/Makefile.am, and copies it into (effectively) Makefile.
> In turn GNU make will interpret the include directive, but does not
> understand the "if" in am/maintainer-dirs:
>
>     $ make
>     am/maintainer-dirs:32: *** missing separator.  Stop.
>
>
> I'm about to report this to the automake guys, but wanted to check
> first what other people are saying/doing about this.

Generally speaking, you might be able to get around it with a level of
variable indirection.

  if FOO
    include ${BAR}
  endif

I've used a similar trick to get around some libtool limitations in
the past...

FWIW

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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