libprojfs/m4
Chris Darroch 0492c6a26e add --with-libfusepkg config option for custom lib
When configuring a user can provide a path to the fuse3.pc
pkg-config file in their custom libfuse build, and the configure
script will extract and set the appropriate compiler and linker
flags using pkg-config.

We prepend the flags to CPPFLAGS and LDFLAGS (unless they happen
to already have been provided, in which case we avoid duplicates).

This should ensure that the subsequent checks for fuse3 headers
and symbols succeeds, checking the custom libfuse path first
before searching for any other libfuse installations.
2019-02-05 21:36:52 -08:00
..
ax_append_compile_flags.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_append_flag.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_append_link_flags.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_check_compile_flag.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_check_link_flag.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_compiler_flags.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_compiler_flags_cflags.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_compiler_flags_gir.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_compiler_flags_ldflags.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
ax_require_defined.m4 use autoconf macros for maximal compiler warnings 2019-01-31 21:27:39 -08:00
axlocal_prepend_flag.m4 add --with-libfusepkg config option for custom lib 2019-02-05 21:36:52 -08:00