From 7c8f0f7a693abc0156c3d87e6014de980f0878c1 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 19 May 2000 13:21:05 +0000 Subject: [PATCH] =?UTF-8?q?*=20acgeneral.m4=20(AC=5FMSG=5FWARN):=20s/warni?= =?UTF-8?q?ng/WARNING/.=20*=20autoheader.sh:=20Likewise.=20From=20Fran=E7o?= =?UTF-8?q?is=20Pinard.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ acgeneral.m4 | 2 +- autoheader.in | 2 +- autoheader.sh | 2 +- bin/autoheader.in | 2 +- lib/autoconf/general.m4 | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40ddd0d9..e497cbc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-19 Akim Demaille + + * acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/. + * autoheader.sh: Likewise. + From François Pinard. + 2000-05-19 Akim Demaille * acgeneral.m4 (AC_PACKAGE): Rename as _AC_INIT_PACKAGE. diff --git a/acgeneral.m4 b/acgeneral.m4 index 5ad6b75a..491804fc 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -2289,7 +2289,7 @@ AU_DEFUN([AC_VERBOSE], # AC_MSG_WARN(PROBLEM) # -------------------- define([AC_MSG_WARN], -[_AC_ECHO([configure: warning: $1], 2)]) +[_AC_ECHO([configure: WARNING: $1], 2)]) # AC_MSG_ERROR(ERROR, [EXIT-STATUS = 1]) diff --git a/autoheader.in b/autoheader.in index e068e660..1c05ccdc 100644 --- a/autoheader.in +++ b/autoheader.in @@ -167,7 +167,7 @@ if ($warning_all || $warning_obsolete) && (test -f $config_h.top || test -f $config_h.bot || test -f $localdir/acconfig.h); then - sed -e "s/^ //;s/^/$me: warning: /" >&2 <<\EOF + sed -e "s/^ //;s/^/$me: WARNING: /" >&2 <<\EOF Using auxiliary files such as `acconfig.h', `config.h.bot' and `config.h.top', to define templates for `config.h.in' is deprecated and discouraged. diff --git a/autoheader.sh b/autoheader.sh index e068e660..1c05ccdc 100644 --- a/autoheader.sh +++ b/autoheader.sh @@ -167,7 +167,7 @@ if ($warning_all || $warning_obsolete) && (test -f $config_h.top || test -f $config_h.bot || test -f $localdir/acconfig.h); then - sed -e "s/^ //;s/^/$me: warning: /" >&2 <<\EOF + sed -e "s/^ //;s/^/$me: WARNING: /" >&2 <<\EOF Using auxiliary files such as `acconfig.h', `config.h.bot' and `config.h.top', to define templates for `config.h.in' is deprecated and discouraged. diff --git a/bin/autoheader.in b/bin/autoheader.in index e068e660..1c05ccdc 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -167,7 +167,7 @@ if ($warning_all || $warning_obsolete) && (test -f $config_h.top || test -f $config_h.bot || test -f $localdir/acconfig.h); then - sed -e "s/^ //;s/^/$me: warning: /" >&2 <<\EOF + sed -e "s/^ //;s/^/$me: WARNING: /" >&2 <<\EOF Using auxiliary files such as `acconfig.h', `config.h.bot' and `config.h.top', to define templates for `config.h.in' is deprecated and discouraged. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 5ad6b75a..491804fc 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2289,7 +2289,7 @@ AU_DEFUN([AC_VERBOSE], # AC_MSG_WARN(PROBLEM) # -------------------- define([AC_MSG_WARN], -[_AC_ECHO([configure: warning: $1], 2)]) +[_AC_ECHO([configure: WARNING: $1], 2)]) # AC_MSG_ERROR(ERROR, [EXIT-STATUS = 1])