diff options
author | raveit65 <[email protected]> | 2013-08-21 22:53:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-08-21 22:53:14 +0200 |
commit | 8701e25197a994f544c8b65561f25478dafc0b5b (patch) | |
tree | c3ebc493c6c61c2ebea27137ec1c964d2c4e5a71 | |
parent | 1f1f66fc0bf276baa9896b96ba31d814b509e3cc (diff) | |
download | mate-user-share-8701e25197a994f544c8b65561f25478dafc0b5b.tar.bz2 mate-user-share-8701e25197a994f544c8b65561f25478dafc0b5b.tar.xz |
build: Add build options summary
-rw-r--r-- | configure.ac | 8 |
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. " |