Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

M4 Macros

Code Snippets

To include an M4 file, use the sinclude function, e.g.

...

No Format
builtin(include, /some/custom/macro.m4)

Important Macros

Checking files

No Format
AC_CHECK_FILE
AC_CHECK_FILES

...

No Format
AC_SUBST
AC_SUBST_FILE

Huge Mozilla configure.in

...