summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93c00a9..758d4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,7 +191,7 @@ else
AC_MSG_RESULT(no)
fi
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
data/Makefile
data/icons/Makefile
@@ -207,6 +207,12 @@ src/Makefile
man/Makefile
])
+AC_OUTPUT
+AC_MSG_NOTICE([mate-user-share was configured with the following options:])
+AC_MSG_NOTICE([** httpd location: $HTTP])
+AC_MSG_NOTICE([** httpd modules path: $MODULES_PATH])
+AC_MSG_NOTICE([** caja extension path: $ac_with_cajadir])
+
echo "
Do note Apache 2.2 and mod_dnssd 0.6 are required to use mate-user-share.
"