Versions Compared

Key

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

...

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

No Format

sinclude(build/autoconf/myMacros.m4)

This will also work.

No Format
builtin(include, build/some/autoconfcustom/myMacrosmacro.m4)

Important Macros

Checking files.

No Format

AC_CHECK_FILE

...


AC_CHECK_FILES

AC_CHECK_LIB

AC_MSG_CHECKING
AC_MSG_NOTICE
AC_MSG_RESULT
AC_MSG_WARNING

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

OR

sinclude(/some/custom/macro.m4)

Guide to writing configure.in

...