aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.