ELFIO/configure.in

24 lines
537 B
Plaintext
Raw Normal View History

2012-02-18 12:01:36 +02:00
dnl Process this file with autoconf to produce a configure script.
AC_INIT(ELFIO, 2.0.0)
AM_INIT_AUTOMAKE(ELFIO, 2.0.0)
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_INSTALL
dnl Checks for libraries.
dnl Checks for header files.
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
AC_OUTPUT([Makefile
examples/Makefile
2012-11-25 20:17:59 +02:00
examples/elfdump/Makefile
2012-02-18 12:01:36 +02:00
examples/tutorial/Makefile
2012-11-26 19:40:03 +02:00
examples/writer/Makefile
examples/write_obj/Makefile])