ELFIO/configure.ac

13 lines
308 B
Plaintext
Raw Normal View History

2015-02-13 18:55:49 +00:00
AC_INIT([ELFIO], [3.1])
2012-11-27 09:45:28 +00:00
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