• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AC_INIT([ELFIO],m4_bregexp(m4_quote(m4_include([elfio/elfio_version.hpp])), [[0-9]+\.[0-9]+], [\&]))
2AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3AC_PROG_CXX
4AC_PROG_CC
5AC_CONFIG_FILES([
6           Makefile
7           examples/elfdump/Makefile
8           examples/tutorial/Makefile
9           examples/writer/Makefile
10           examples/anonymizer/Makefile
11           examples/write_obj/Makefile
12           examples/add_section/Makefile
13           examples/c_wrapper/Makefile
14])
15AC_OUTPUT
16