summaryrefslogtreecommitdiff
path: root/orkaudio/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/configure.in')
-rw-r--r--orkaudio/configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/orkaudio/configure.in b/orkaudio/configure.in
new file mode 100644
index 0000000..b92725d
--- /dev/null
+++ b/orkaudio/configure.in
@@ -0,0 +1,10 @@
+AC_INIT(configure.in)
+
+AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE(orkaudio, 0.1)
+
+AC_LANG_CPLUSPLUS
+AC_PROG_CXX
+AM_PROG_LIBTOOL
+
+AC_OUTPUT(Makefile messages/Makefile audiofile/Makefile audiocaptureplugins/Makefile audiocaptureplugins/generator/Makefile audiocaptureplugins/voip/Makefile)