blob: 741bfc9d8ea98d76a4687b9434a365e40d60e87d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
AC_INIT([ELFIO], [3.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/anonymizer/Makefile
examples/write_obj/Makefile
])
AC_OUTPUT
|