mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
Note that --silent/--quiet silences AC_CHECKING.
This commit is contained in:
parent
a30b85395f
commit
0d14a9e873
@ -1802,16 +1802,23 @@ LIBS="$LIBS -ltermcap"
|
|||||||
of information. The following macros print messages in ways appropriate
|
of information. The following macros print messages in ways appropriate
|
||||||
for different kinds of information. The arguments to all of them get
|
for different kinds of information. The arguments to all of them get
|
||||||
enclosed in shell double quotes, so the shell performs variable and
|
enclosed in shell double quotes, so the shell performs variable and
|
||||||
backquote substitution on them. These macros are all wrappers around
|
backquote substitution on them.
|
||||||
the @code{echo} shell command. Other macros should rarely need to run
|
|
||||||
@code{echo} directly to print messages for the @code{configure} user.
|
These macros are all wrappers around the @code{echo} shell command.
|
||||||
|
Other macros should rarely need to run @code{echo} directly to print
|
||||||
|
messages for the @code{configure} user. Using these macros makes it
|
||||||
|
easy to change how and when each kind of message is printed; such
|
||||||
|
changes need only be made to the macro definitions, and all the callers
|
||||||
|
change automatically.
|
||||||
|
|
||||||
@defmac AC_CHECKING (@var{feature-description})
|
@defmac AC_CHECKING (@var{feature-description})
|
||||||
@maindex CHECKING
|
@maindex CHECKING
|
||||||
Tell the user that @code{configure} is checking for a particular
|
Tell the user that @code{configure} is checking for a particular
|
||||||
feature. This macro prints a message that starts with @samp{checking }.
|
feature. This macro prints a message that starts with @samp{checking }.
|
||||||
The @var{feature-description} should be something like @samp{whether the
|
It prints nothing if @code{configure} is run with the @samp{--silent} or
|
||||||
Fortran compiler accepts C++ comments} or @samp{for c89}.
|
@samp{--quiet} option. The @var{feature-description} should be
|
||||||
|
something like @samp{whether the Fortran compiler accepts C++ comments}
|
||||||
|
or @samp{for c89}.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@defmac AC_ERROR (@var{error-description})
|
@defmac AC_ERROR (@var{error-description})
|
||||||
|
@ -1802,16 +1802,23 @@ LIBS="$LIBS -ltermcap"
|
|||||||
of information. The following macros print messages in ways appropriate
|
of information. The following macros print messages in ways appropriate
|
||||||
for different kinds of information. The arguments to all of them get
|
for different kinds of information. The arguments to all of them get
|
||||||
enclosed in shell double quotes, so the shell performs variable and
|
enclosed in shell double quotes, so the shell performs variable and
|
||||||
backquote substitution on them. These macros are all wrappers around
|
backquote substitution on them.
|
||||||
the @code{echo} shell command. Other macros should rarely need to run
|
|
||||||
@code{echo} directly to print messages for the @code{configure} user.
|
These macros are all wrappers around the @code{echo} shell command.
|
||||||
|
Other macros should rarely need to run @code{echo} directly to print
|
||||||
|
messages for the @code{configure} user. Using these macros makes it
|
||||||
|
easy to change how and when each kind of message is printed; such
|
||||||
|
changes need only be made to the macro definitions, and all the callers
|
||||||
|
change automatically.
|
||||||
|
|
||||||
@defmac AC_CHECKING (@var{feature-description})
|
@defmac AC_CHECKING (@var{feature-description})
|
||||||
@maindex CHECKING
|
@maindex CHECKING
|
||||||
Tell the user that @code{configure} is checking for a particular
|
Tell the user that @code{configure} is checking for a particular
|
||||||
feature. This macro prints a message that starts with @samp{checking }.
|
feature. This macro prints a message that starts with @samp{checking }.
|
||||||
The @var{feature-description} should be something like @samp{whether the
|
It prints nothing if @code{configure} is run with the @samp{--silent} or
|
||||||
Fortran compiler accepts C++ comments} or @samp{for c89}.
|
@samp{--quiet} option. The @var{feature-description} should be
|
||||||
|
something like @samp{whether the Fortran compiler accepts C++ comments}
|
||||||
|
or @samp{for c89}.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@defmac AC_ERROR (@var{error-description})
|
@defmac AC_ERROR (@var{error-description})
|
||||||
|
Loading…
Reference in New Issue
Block a user