guile-user
[Top][All Lists]
Advanced

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

Re: guile-snarf & automake


From: Thien-Thi Nguyen
Subject: Re: guile-snarf & automake
Date: Wed, 13 Feb 2002 13:48:59 -0800

   From: <address@hidden>
   Date: Wed, 13 Feb 2002 19:06:29 +0100

   i am using automake in a project that needs guile, is there a ready
   made m4 macro available that tells automake and thus make how to use
   guile-snarf?

actually, m4 macros are used for autoconf.  automake fragments, on the
other hand, are typically named foo.am and are used by adding to the
local Makefile.am something like:

  include $(top_srcdir)/foo.am

in this case, guile-snarf is a nice facility but not well-supported at
the moment; its invocation/behavior/documentation may change, and its
installation has been cancelled (until better supported).  if you still
want to use it anyway, i would recommend taking the copy you have
"in-house", by renaming it to /usr/local/bin/b.gohla-guile-snarf or
similar.

thi



reply via email to

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