4
0
mirror of https://github.com/QuasarApp/ELFIO.git synced 2025-05-01 14:19:34 +00:00
ELFIO/tests/configure.ac

8 lines
213 B
Plaintext
Raw Normal View History

2020-08-24 10:00:06 -07:00
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