summaryrefslogtreecommitdiff
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
downloadbluez-tools-a6a16d41d70cb7b5019d0cda6eb71c71caa6f990.tar.gz
initial commitv0.0
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog0
-rw-r--r--INSTALL0
-rw-r--r--NEWS0
-rw-r--r--README0
-rw-r--r--configure.ac7
6 files changed, 8 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..b6c9478
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Alexander Orlenko <zxteam@gmail.com>
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ChangeLog
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/INSTALL
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README
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