aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-14 21:55:05 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-14 21:55:05 +0200
commite3fcfbbc3b488928f8cb53c7ab76af8de7fec4ce (patch)
tree55c167233c0c8a831652fb8cb89061c6ea31a6d0 /src
parentc6229965bc51a2bcb1460a9dcc28bed4a0092678 (diff)
downloadgamma-e3fcfbbc3b488928f8cb53c7ab76af8de7fec4ce.tar.gz
gamma-e3fcfbbc3b488928f8cb53c7ab76af8de7fec4ce.tar.bz2
Use installed guile-snarf.
* README-hacking: Update. * am/guile.m4: Define GUILE_SNARF * src/Makefile.am (.c.x): Use GUILE_SNARF.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bfb82de..65954b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,7 @@ SUFFIXES=.x .doc .inc .sci .scm
.c.x:
$(AM_V_GEN)AWK=$(AWK) \
- $(GUILE_DOC_SNARF) -o $@ \
+ $(GUILE_SNARF) -o $@ \
$< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
.c.doc:

Return to:

Send suggestions and report system problems to the System administrator.