libmaple/contrib/automake/configure.ac

9 lines
186 B
Plaintext
Raw Permalink Normal View History

2011-08-28 10:38:59 +02:00
AC_INIT(libmaple, 0.11+git)
AM_INIT_AUTOMAKE(foreign subdir-objects color-tests)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES(Makefile)
AM_PROG_AS
AC_PROG_CXX
AM_PROG_LIBTOOL
AC_OUTPUT