From 5ed43370a77e53e5c61f1b5f62cd697b173aabc2 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Wed, 7 Apr 2010 10:04:26 +0200 Subject: [PATCH] Minor grammar/spelling issues. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 364a52bfc..c5e1dabaa 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(config) MC_VERSION AM_INIT_AUTOMAKE(mc, ${VERSION} ) -dnl enable silent rules by default (if yet) +dnl Enable silent rules by default (if yes) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_CONFIG_HEADER(config.h)