itchconfig Documentation
Macros: Messages

Macro IC_MESSAGE_INFO

Prints the informational message (if the configure script is called with the command-line option "--verbose").

Macro IC_MESSAGE_WARNING

Prints the warning message (unless the configure script is called with the command-line option "--quiet").

Macro IC_MESSAGE_ERROR

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

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

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

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.