* add autogen.sh
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 19 May 2007 10:46:54 +0000 (10:46 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 28 Apr 2009 16:22:08 +0000 (18:22 +0200)
garage-r923

autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..c05511c
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+REQUIRED_AUTOMAKE_VERSION=1.8
+PKG_NAME=modest
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from GNOME CVS"
+    exit 1
+}
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh $@
+