ELFIO/configure.ac

16 lines
487 B
Plaintext
Raw Normal View History

2020-08-24 20:53:11 +00:00
AC_INIT([ELFIO],m4_bregexp(m4_quote(m4_include([elfio/elfio_version.hpp])), [[0-9]+\.[0-9]+], [\&]))
2012-11-27 09:45:28 +00:00
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
2020-10-10 04:46:01 +00:00
AC_PROG_CC
2012-11-27 09:45:28 +00:00
AC_CONFIG_FILES([
Makefile
examples/elfdump/Makefile
examples/tutorial/Makefile
examples/writer/Makefile
2017-02-20 17:53:56 +00:00
examples/anonymizer/Makefile
2012-11-27 09:45:28 +00:00
examples/write_obj/Makefile
examples/add_section/Makefile
2020-10-10 04:46:01 +00:00
examples/c_interop/Makefile
2012-11-27 09:45:28 +00:00
])
AC_OUTPUT