about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configure.ac11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8b7967a..7c27859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,12 +70,13 @@ fi
 AC_SUBST([guilemoduledir])
 
 if test "$guilemoduledir" != "$GUILE_SITE"; then
-   # Guile won't be able to locate the module "out of the box", so
-   # warn the user.  OTOH, `skribilo' will find it, no matter where
+   # Guile won't be able to locate the modules "out of the box", so
+   # warn the user.  OTOH, `skribilo' will find them, no matter where
    # it is.
-   AC_MSG_WARN([`guilemoduledir' ($guilemoduledir) is different from `GUILE_SITE' ($GUILE_SITE).])
-   AC_MSG_WARN([You might want to adjust the `GUILE_LOAD_PATH' environment variable accordingly,])
-   AC_MSG_WARN([or re-run `configure' with `--with-guilemoduledir=$GUILE_SITE'.])
+   AC_MSG_NOTICE([`guilemoduledir' ($guilemoduledir) is different from `GUILE_SITE' ($GUILE_SITE).])
+   AC_MSG_NOTICE([There is nothing wrong with that, but to access Skribilo modules from Guile,])
+   AC_MSG_NOTICE([you will need, e.g., to adjust the `GUILE_LOAD_PATH' environment variable accordingly.])
+   AC_MSG_NOTICE([Alternatively, you can re-run `configure' with `--with-guilemoduledir=$GUILE_SITE'.])
 fi