Next: , Previous: , Up: The Macros  


ax_silent_mode

Synopsis

AX_SILENT_MODE(on|off)

Description

Temporarily disable console output when running Autoconf macros. For example:

  AX_SILENT_MODE(on)    dnl disable console output
  AC_PROG_CXX
  AX_SILENT_MODE(off)   dnl enable console output
  AC_PROG_RANLIB

Source Code

Download the latest version of ax_silent_mode.m4 or browse the macro’s revision history.

License

Copyright © 2008 Peter Simons simons@cryp.to
Copyright © 2008 Paolo Bonzini bonzini@gnu.org

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.