• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AC_INIT([ELFIOTest],m4_bregexp(m4_quote(m4_include([../elfio/elfio_version.hpp])), [[0-9]+\.[0-9]+], [\&]))
2AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3AC_PROG_CXX
4AC_CONFIG_FILES([
5           Makefile
6])
7AC_OUTPUT
8