summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2011-07-26 01:24:14 +0200
committerSeif Lotfy <seif@lotfy.com>2011-07-26 01:24:14 +0200
commite94ab670f4f2455816ba5f9ea578eaf5313cf5f1 (patch)
treebeaae19aeea8d758fd0be1583e73f679195a013b /autogen.sh
downloadzeitgeist-e94ab670f4f2455816ba5f9ea578eaf5313cf5f1.tar.gz
setting up skeleton files
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..ee9591de
--- /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="bluebird"
+
+. gnome-autogen.sh