aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/automake/configure.ac
diff options
context:
space:
mode:
authorMichael Hope <michael.hope@linaro.org>2010-09-29 20:40:55 +1300
committerMichael Hope <michael.hope@linaro.org>2010-09-29 20:40:55 +1300
commitb43977a8f65053a77b8bd24dfa0457f2b512147b (patch)
treef49476b6871a60a1c70c35086cc9a257036568cc /contrib/automake/configure.ac
parent0fcccd921ef306f6c7ba87b063ad037d2c0bd1e8 (diff)
downloadlibrambutan-b43977a8f65053a77b8bd24dfa0457f2b512147b.tar.gz
librambutan-b43977a8f65053a77b8bd24dfa0457f2b512147b.zip
Added automake scripts that can be used to build the libraries instead of custom Makefiles.
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