aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--README-hacking5
-rw-r--r--am/guile.m44
-rw-r--r--src/Makefile.am2
3 files changed, 5 insertions, 6 deletions
diff --git a/README-hacking b/README-hacking
index c8a633f..a668241 100644
--- a/README-hacking
+++ b/README-hacking
@@ -14,3 +14,3 @@ latest stable version.
-Of course, you will also need Guile version 1.8.x:
+Of course, you will also need Guile version 1.8 or later:
@@ -18,5 +18,2 @@ Of course, you will also need Guile version 1.8.x:
-So far I haven't tried to compile Gamma with Guile 1.9. If you do,
-I'd appreciate any information about your experience.
-
* Bootstrapping
diff --git a/am/guile.m4 b/am/guile.m4
index 8c7f5cf..2aa25c9 100644
--- a/am/guile.m4
+++ b/am/guile.m4
@@ -44,3 +44,5 @@ AC_DEFUN([MU_CHECK_GUILE],
fi
-
+ gpath=`bindir $GUILE_CONFIG`:$PATH
+ AC_PATH_PROG(GUILE_SNARF, guile-snarf, no, $gpath)
+
if test $GUILE_CONFIG != no; then
diff --git a/src/Makefile.am b/src/Makefile.am
index bfb82de..65954b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,3 +49,3 @@ SUFFIXES=.x .doc .inc .sci .scm
$(AM_V_GEN)AWK=$(AWK) \
- $(GUILE_DOC_SNARF) -o $@ \
+ $(GUILE_SNARF) -o $@ \
$< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)

Return to:

Send suggestions and report system problems to the System administrator.