]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/.
authorAkim Demaille <akim@epita.fr>
Fri, 19 May 2000 13:21:05 +0000 (13:21 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 19 May 2000 13:21:05 +0000 (13:21 +0000)
* autoheader.sh: Likewise.
From François Pinard.

ChangeLog
acgeneral.m4
autoheader.in
autoheader.sh
bin/autoheader.in
lib/autoconf/general.m4

index 40ddd0d98f96be132ca4c458d606a5d77308806c..e497cbc1a9be0ef2b43be2d71c90e5672cd2467a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-19  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/.
+       * autoheader.sh: Likewise.
+       From François Pinard.
+
 2000-05-19  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_PACKAGE): Rename as _AC_INIT_PACKAGE.
index 5ad6b75ad9f3971bf76e305b4eb685a669105f19..491804fcff6dc87bebf3b131e26ada5417e943dc 100644 (file)
@@ -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])
index e068e6603ae0002bcaeae5594c275e8d60baff6a..1c05ccdc3c6bd65e1a9b0819ebaad8c3198e1582 100644 (file)
@@ -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.
index e068e6603ae0002bcaeae5594c275e8d60baff6a..1c05ccdc3c6bd65e1a9b0819ebaad8c3198e1582 100644 (file)
@@ -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.
index e068e6603ae0002bcaeae5594c275e8d60baff6a..1c05ccdc3c6bd65e1a9b0819ebaad8c3198e1582 100644 (file)
@@ -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.
index 5ad6b75ad9f3971bf76e305b4eb685a669105f19..491804fcff6dc87bebf3b131e26ada5417e943dc 100644 (file)
@@ -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])