autoconf-archive

Collection of over 500 reusable autoconf macros for build systems

brewmacoslinux
Try with needOr install directly
Source

About

Collection of over 500 reusable autoconf macros

Commands

autoconf-archive

Examples

Check installed autoconf macro files location$ pkg-config --variable=pkgdatadir autoconf-archive
List available macros in the archive$ ls $(pkg-config --variable=pkgdatadir autoconf-archive)
Use a macro in configure.ac by including it$ echo 'm4_include([$(pkg-config --variable=pkgdatadir autoconf-archive)/ax_check_compile_flag.m4])' >> configure.ac