ELFIO/tests/configure.ac
2020-08-24 10:24:09 -07:00

8 lines
213 B
Plaintext

AC_INIT([ELFIOTest],m4_bregexp(m4_quote(m4_include([../elfio/elfio_version.hpp])), [[0-9]+\.[0-9]+], [\&]))
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_FILES([
Makefile
])
AC_OUTPUT