From 2e24ee3582d86a9dddcc947571c29603289e56cb Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 27 Aug 2003 11:35:08 +0000 Subject: * bin/autoheader.in: Issue the "Using auxiliary..." message only when -Wobsolete is set. Set it on by default. Suggested by Klee Dienes. --- bin/autoupdate.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/autoupdate.in') diff --git a/bin/autoupdate.in b/bin/autoupdate.in index e7eb8f82..f2fea3d5 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -172,9 +172,9 @@ my (%ac_macros, %au_macros); sub handle_autoconf_macros () { my $macros = new Autom4te::XFile ("$autoconf" - . " --trace AU_DEFUN:'AU:\$f:\$1'" - . " --trace define:'AC:\$f:\$1'" - . " --melt /dev/null |"); + . " --trace AU_DEFUN:'AU:\$f:\$1'" + . " --trace define:'AC:\$f:\$1'" + . " --melt /dev/null |"); while ($_ = $macros->getline) { chomp; -- cgit v1.2.1