aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-12 13:11:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-12 13:11:23 +0000
commit9abe8e5192b171531168b506eefcf1658ca5a5c7 (patch)
tree06cc4b94fa0fa7fa04d876b8fb116efdbf7e48af
parentda63162b1f03da7b031b23e8b0cf84c79014eb2c (diff)
downloadgamma-9abe8e5192b171531168b506eefcf1658ca5a5c7.tar.gz
gamma-9abe8e5192b171531168b506eefcf1658ca5a5c7.tar.bz2
Minor fix
-rw-r--r--m4/guile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guile.m4 b/m4/guile.m4
index 8e17799..c793a70 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -86,7 +86,7 @@ AC_DEFUN([MU_CHECK_GUILE],
[Specify the directory to install guile modules to]),
[case $withval in
/*) GUILE_SITE=$withval;;
- yes) GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`;;
+ yes) GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`/site;;
*) AC_MSG_ERROR([Argument to --with-guiledir must be an absolute directory name]);;
esac],
[GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`/site

Return to:

Send suggestions and report system problems to the System administrator.