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