aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-11-05 08:14:46 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-11-05 08:14:46 +0200
commit42f4712085b40173eaea58e14b1a579291a6fe3a (patch)
tree14b56cafb3307bc87ea74f3b969ca6be6141f705
parentfd86bf7d44b0c970771830692ae7491447ebe8b1 (diff)
downloadgint-42f4712085b40173eaea58e14b1a579291a6fe3a.tar.gz
gint-42f4712085b40173eaea58e14b1a579291a6fe3a.tar.bz2
Bugfix
* guile.m4 (_gint_site_dir): Use display instead of write.
-rw-r--r--guile.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/guile.m4 b/guile.m4
index e3bad16..d791987 100644
--- a/guile.m4
+++ b/guile.m4
@@ -1,6 +1,6 @@
# guile.m4 serial 1
dnl This file is part of Gint
-dnl Copyright (C) 2010 Sergey Poznyakoff
+dnl Copyright (C) 2010,2016 Sergey Poznyakoff
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ m4_define([_gint_eval_version],
m4_define([_gint_mangle_version],[_gint_eval_version(m4_bpatsubst($1,\.,[,]))])
-m4_define([_gint_site_dir],[`guile -c '(write (%site-dir)) (newline)'`])
+m4_define([_gint_site_dir],[`guile -c '(display (%site-dir)) (newline)'`])
dnl GINT_CHECK_GUILE(minversion, [act-if-found], [act-if-not-found])
dnl $1 $2 $3

Return to:

Send suggestions and report system problems to the System administrator.