itchconfig Documentation
Macros: Messages
Macro IC_MESSAGE_INFO
- Macro name: IC_MESSAGE_INFO
- Available since version 0.0.1
- Level: configure
- Parameters:
- text - an informational message
Prints the informational message (if the configure script is called with the
command-line option "--verbose").
Macro IC_MESSAGE_WARNING
- Macro name: IC_MESSAGE_WARNING
- Available since version 0.0.1
- Level: configure
- Parameters:
Prints the warning message (unless the configure script is called with the
command-line option "--quiet").
Macro IC_MESSAGE_ERROR
- Macro name: IC_MESSAGE_ERROR
- Available since version 0.0.1
- Level: configure
- Parameters:
Prints the error message (unless the configure script is called with the
command-line option "--quiet") and exits with exit code 1.
Macro IC_MESSAGE_CHECKING
- Macro name: IC_MESSAGE_CHECKING
- Available since version 0.0.1
- Level: configure
- Parameters:
- text - a property-test information
Prints a message of the form "Checking text" to let the user know
that a certain test is performed (unless the configure script is called with
the command-line option "--quiet"). If you use IC_MESSAGE_CHECKING, you
must use IC_MESSAGE_CHECKRESULT
afterwards (before anything else might be printed, that is).
Macro IC_MESSAGE_CHECKRESULT
- Macro name: IC_MESSAGE_CHECKRESULT
- Available since version 0.0.1
- Level: configure
- Parameters:
- text - a property-test information
Lets the user know the result of a test (unless the configure script is
called with the command-line option "--quiet"). See IC_MESSAGE_CHECKING.
Macro IC_MESSAGE_DEBUG
- Macro name: IC_MESSAGE_DEBUG
- Available since version 0.0.1
- Level: configure
- Parameters:
- text - a debugging message
Writes the debugging message to the log file (if debugging is enabled).
This documentation file is part of version 0.0.4 of itchconfig, a configuration tool
created by Arne Thomaßen. itchconfig is basically
released under certain versions of the GNU General Public License and WITHOUT
ANY WARRANTY. Copyright (C) 2002 Arne Thomaßen.