[nautilus-actions] Add informations messages when configuring



commit 19ef4474a5dc23cb43071f62abe8bbbc65ff0350
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Feb 17 01:26:59 2011 +0100

    Add informations messages when configuring

 m4/na-check-for-gconf.m4 |    3 +++
 m4/na-maintainer-mode.m4 |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/m4/na-check-for-gconf.m4 b/m4/na-check-for-gconf.m4
index 6b1a962..ce4ee85 100644
--- a/m4/na-check-for-gconf.m4
+++ b/m4/na-check-for-gconf.m4
@@ -116,6 +116,9 @@ AC_DEFUN([_AC_NA_ARG_GCONF],[
 ])
 
 AC_DEFUN([_AC_NA_CHECK_GCONF],[
+	AC_MSG_CHECKING([whether GConf is enabled])
+	AC_MSG_RESULT([${enable_gconf}])
+
 	if test "${enable_gconf}" = "auto"; then
 		AC_PATH_PROG([GCONFTOOL],[gconftool-2],[no])
 		if test "${GCONFTOOL}" = "no"; then
diff --git a/m4/na-maintainer-mode.m4 b/m4/na-maintainer-mode.m4
index 77788ce..3eb878e 100644
--- a/m4/na-maintainer-mode.m4
+++ b/m4/na-maintainer-mode.m4
@@ -32,6 +32,8 @@ dnl define NA_MAINTAINER_MODE
 
 AC_DEFUN([NA_IS_MAINTAINER_MODE],[
 	msg_maintainer_mode="disabled"
+	AC_MSG_CHECKING([whether enabling maintainer mode])
+	AC_MSG_RESULT([${USE_MAINTAINER_MODE}])
 
 	if test "${USE_MAINTAINER_MODE}" = "yes"; then
 		AC_DEFINE([NA_MAINTAINER_MODE],[1],[Define to 1 if we are in maintainer mode])
@@ -54,6 +56,9 @@ AC_DEFUN([NA_ENABLE_DEPRECATED],[
 	[enable_deprecated="no"]
 	)
 
+	AC_MSG_CHECKING([whether deprecated symbols should be enabled])
+	AC_MSG_RESULT([${enable_deprecated}])
+
 	if test "${enable_deprecated}" = "no"; then
 		AC_DEFINE([NA_DISABLE_DEPRECATED],[1],[Define to 1 if deprecated functions should be disabled])
 		AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} ${NA_DISABLE_DEPRECATED}"])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]