forked from daveshields/jikes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacinclude.m4
More file actions
33 lines (29 loc) · 1.36 KB
/
acinclude.m4
File metadata and controls
33 lines (29 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
dnl If you want to make a new macro available for use
dnl in configure.in, add the macro file to the src/m4 subdirectory
dnl and add the name of the m4 macro file with a builtin().
dnl For example, add a FOO macro from foo.m4 like so:
dnl builtin(include,foo.m4)
dnl For lots of handy autoconf C++ macros, go to
dnl http://research.cys.de/autoconf-archive/
builtin(include,src/m4/ac_cxx_bool.m4)
builtin(include,src/m4/ac_cxx_exceptions.m4)
builtin(include,src/m4/ac_cxx_namespaces.m4)
builtin(include,src/m4/ac_cxx_have_std.m4)
builtin(include,src/m4/acx_check_pathname_style.m4)
builtin(include,src/m4/ac_check_mathlib.m4)
builtin(include,src/m4/ac_cxx_check_set_new_handler.m4)
builtin(include,src/m4/ac_check_error_discard_const.m4)
builtin(include,src/m4/ac_check_wcs_funcs.m4)
builtin(include,src/m4/ac_check_iconv.m4)
builtin(include,src/m4/ac_cxx_member_constants.m4)
builtin(include,src/m4/ac_cxx_explicit.m4)
builtin(include,src/m4/ac_cxx_rtti.m4)
builtin(include,src/m4/ac_cxx_const_cast.m4)
builtin(include,src/m4/ac_cxx_dynamic_cast.m4)
builtin(include,src/m4/ac_cxx_reinterpret_cast.m4)
builtin(include,src/m4/ac_cxx_static_cast.m4)
builtin(include,src/m4/ac_cxx_check_ostream_const_unsigned_char_ptr.m4)
builtin(include,src/m4/ac_try_encoding.m4)
builtin(include,src/m4/ac_find_encoding.m4)
builtin(include,src/m4/ac_define_integer_bits.m4)
dnl builtin(include,src/m4/)