aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/automake/configure.ac
blob: 9f072dbf4e0dddde9ade8525c2cf123fab815f65 (plain)
1
2
3
4
5
6
7
8
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