aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/automake/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/automake/configure.ac')
-rw-r--r--contrib/automake/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/automake/configure.ac b/contrib/automake/configure.ac
new file mode 100644
index 0000000..4c52ce2
--- /dev/null
+++ b/contrib/automake/configure.ac
@@ -0,0 +1,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