public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* fixups for generating html pages
@ 2006-11-06  3:27 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2006-11-06  3:27 UTC (permalink / raw)
  To: cgen

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

the current Makefile.am does:
GUILE = "`...` -l guile -s"
the quoting is no good as this will try to execute a program named "guile -l 
guile -s" which obviously wont work :)

then it fails to run complaining about no file/dir named "guile" ... if i 
change the GUILE var to read '-l guile.scm' instead of '-l guile', it 
works ... maybe this is because i'm using guile-1.6.7 ?
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-06  3:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-06  3:27 fixups for generating html pages Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).