summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Orlenko <zxteam@gmail.com>2010-05-24 22:49:49 +1100
committerAlexander Orlenko <zxteam@gmail.com>2010-05-24 22:49:49 +1100
commita6a16d41d70cb7b5019d0cda6eb71c71caa6f990 (patch)
tree2e040f18db2f46506e24d3d99f59a420ffeb75b6 /configure.ac
downloadbluez-tools-a6a16d41d70cb7b5019d0cda6eb71c71caa6f990.tar.gz
initial commitv0.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..9781791
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,7 @@
+AC_INIT([bluez-tools], [0.1], [bluez-tools-bug-report@notavailable.ru], [bluez-tools], [http://notavailable.ru/projects/bluez-tools/])
+AC_PREREQ([2.60])
+AM_INIT_AUTOMAKE([1.10 no-define])
+AM_CONFIG_HEADERS([config.h])
+AC_PROG_CC
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT