ELFIO/configure.ac
Serge Lamikhov-Center 49c08c53e8 Release 2.3
2014-11-08 19:07:46 +02:00

13 lines
308 B
Plaintext

AC_INIT([ELFIO], [2.3])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_FILES([
Makefile
examples/Makefile
examples/elfdump/Makefile
examples/tutorial/Makefile
examples/writer/Makefile
examples/write_obj/Makefile
])
AC_OUTPUT