summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-02-20 10:44:43 -0800
committerDan Nicholson <dbn.lists@gmail.com>2010-02-21 11:18:40 -0800
commitbfc10a5f72fe42402dadf1c30fce73d0221bd3af (patch)
tree1618269079b38729c95e56d1583f4e8b49c4594d
parent5d263b6dbe4c354b866b1c9b19522f75c01cbf44 (diff)
xts5: Really fix silent rules with older automake
When using an older automake, the AM_SILENT_RULES macro is not used, but the custom silent rule for mc uses the variable AM_DEFAULT_VERBOSITY. Make sure it's defined even without AM_SILENT_RULES. Tested-by: Pat Kane <pekane52@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c421a3ce..acb4ac9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,8 @@ if test "x$PERL" = x || test "x$XSET" = x || test "x$XDPYINFO" = x; then
AC_MSG_ERROR([perl, xset and xdpyinfo are required to run xts-config])
fi
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
+ [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
AC_CONFIG_FILES([
Makefile