From 9abe8e5192b171531168b506eefcf1658ca5a5c7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 12 Oct 2004 13:11:23 +0000 Subject: Minor fix --- m4/guile.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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 -- cgit v1.2.1