From 8701e25197a994f544c8b65561f25478dafc0b5b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 21 Aug 2013 22:53:14 +0200 Subject: build: Add build options summary --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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. " -- cgit v1.2.1