mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/.
* autoheader.sh: Likewise. From Franois Pinard.
This commit is contained in:
parent
a409fcca42
commit
7c8f0f7a69
@ -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.
|
||||
|
@ -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])
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user