mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 12:54:58 +00:00
14 lines
468 B
Text
14 lines
468 B
Text
# acinclude.m4 --
|
|
#
|
|
|
|
m4_include(conftools/ax-require-defined.m4)
|
|
m4_include(conftools/ax-check-compile-flag.m4)
|
|
m4_include(conftools/ax-check-link-flag.m4)
|
|
m4_include(conftools/ax-append-flag.m4)
|
|
m4_include(conftools/ax-append-compile-flags.m4)
|
|
m4_include(conftools/ax-append-link-flags.m4)
|
|
m4_include(conftools/expatcfg-compiler-supports-visibility.m4)
|
|
m4_include(conftools/ax-cxx-compile-stdcxx.m4)
|
|
m4_include(conftools/ax-cxx-compile-stdcxx-11.m4)
|
|
|
|
### end of file
|