aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-03-25 15:14:33 -0500
committerTed Gould <ted@canonical.com>2009-03-25 15:14:33 -0500
commitc5024e812fb046f6bccceafaf46ebbd966f465cf (patch)
tree7469ed60f5d05aae9eb5da24aaae8397ab244b9b /autogen.sh
parent4fe4dfd9b16b3ddf9a22f303d6f5bfbd560261e2 (diff)
parent7fde4447bc484c9ff2752740e8bb375d3f2df87a (diff)
downloadlibdbusmenu-c5024e812fb046f6bccceafaf46ebbd966f465cf.tar.gz
libdbusmenu-c5024e812fb046f6bccceafaf46ebbd966f465cf.tar.bz2
libdbusmenu-c5024e812fb046f6bccceafaf46ebbd966f465cf.zip
A basic build system to start laying out the library.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..3d22cbe
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+PKG_NAME="libdbusmenu"
+
+which gnome-autogen.sh || {
+ echo "You need gnome-common from GNOME SVN"
+ exit 1
+}
+
+USE_GNOME2_MACROS=1 \
+USE_COMMON_DOC_BUILD=yes \
+. gnome-autogen.sh