summaryrefslogtreecommitdiffstats
path: root/matchblox/configure.ac
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-03-20 14:53:25 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-03-20 14:53:25 (GMT)
commit0879345247802c57df7d89239548fd8769231426 (patch)
tree8b39707b704e582730a59a75df8f45d51bf5fd5c /matchblox/configure.ac
parentb77c791ee4d9485f79c767bb76afd88c27145784 (diff)
download2iv55-0879345247802c57df7d89239548fd8769231426.zip
2iv55-0879345247802c57df7d89239548fd8769231426.tar.gz
2iv55-0879345247802c57df7d89239548fd8769231426.tar.bz2
Initial checkin
Diffstat (limited to 'matchblox/configure.ac')
-rw-r--r--matchblox/configure.ac29
1 files changed, 29 insertions, 0 deletions
diff --git a/matchblox/configure.ac b/matchblox/configure.ac
new file mode 100644
index 0000000..fe2bee6
--- /dev/null
+++ b/matchblox/configure.ac
@@ -0,0 +1,29 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl Created by Anjuta application wizard.
+
+AC_INIT(matchblox, 0.1)
+
+AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
+
+AC_ISC_POSIX
+AC_PROG_CC
+AM_PROG_CC_STDC
+AC_HEADER_STDC
+
+
+
+
+
+
+
+
+
+
+
+AC_OUTPUT([
+Makefile
+src/Makefile
+
+])