forked from gap-system/gap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaclocal.m4
More file actions
17 lines (17 loc) · 689 Bytes
/
aclocal.m4
File metadata and controls
17 lines (17 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Make sure to include any M4 files needed by configure.ac here
m4_include([cnf/m4/ax_append_compile_flags.m4])
m4_include([cnf/m4/ax_append_flag.m4])
m4_include([cnf/m4/ax_check_compile_flag.m4])
m4_include([cnf/m4/ax_check_library.m4])
m4_include([cnf/m4/ax_compiler_flags_cflags.m4])
m4_include([cnf/m4/ax_cxx_compile_stdcxx.m4])
m4_include([cnf/m4/ax_execinfo.m4])
m4_include([cnf/m4/ax_gcc_func_attribute.m4])
m4_include([cnf/m4/ax_pthread.m4])
m4_include([cnf/m4/ax_require_defined.m4])
m4_include([cnf/m4/gap.m4])
m4_include([cnf/m4/libtool.m4])
m4_include([cnf/m4/ltoptions.m4])
m4_include([cnf/m4/ltsugar.m4])
m4_include([cnf/m4/ltversion.m4])
m4_include([cnf/m4/lt~obsolete.m4])