aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 09:12:29 -0500
committerTed Gould <ted@gould.cx>2010-04-01 09:12:29 -0500
commit8e258679cc4e74929776e27f19663e7d1981c77b (patch)
treed5369ccd25076140deb6a093daa42facd51708fd /autogen.sh
parentc1aafdb75dbb6cedaba949a37cc3486b47697de5 (diff)
parent187a33539569163ee953903010169356b8d57beb (diff)
downloadlibdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.tar.gz
libdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.tar.bz2
libdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.zip
* New upstream release.
* Changing the parse function to get_children instead of taking them. (LP: #471044) * Supporting AboutToShow in event callbacks to catch up with QT implementation. * Unrefing on layout updates (LP: #545026) * Resetting sync versions on disconnection * Removing useless warning - Added extended description for gir1.0-dbusmenu-gtk-0.2 and
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 3d22cbe..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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