aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2008-10-07 12:04:45 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2008-10-07 12:04:45 +0100
commita16bb8953adda033e64c431c92b8b4f045ae29fb (patch)
treefcaf467aed3712157b52f8e47d9723df3838ca30 /autogen.sh
Initial project setup for contextd, including an sqlite testcase.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..61d331b4
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="contextd"
+
+. gnome-autogen.sh