diff options
| author | Ted Gould <ted@gould.cx> | 2010-04-01 09:12:29 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-04-01 09:12:29 -0500 |
| commit | 8e258679cc4e74929776e27f19663e7d1981c77b (patch) | |
| tree | d5369ccd25076140deb6a093daa42facd51708fd /autogen.sh | |
| parent | c1aafdb75dbb6cedaba949a37cc3486b47697de5 (diff) | |
| parent | 187a33539569163ee953903010169356b8d57beb (diff) | |
| download | libdbusmenu-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-x | autogen.sh | 12 |
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 |
