diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-02-15 21:19:07 +0000 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-02-15 21:20:50 +0000 |
commit | fce7fdb91c496d0e5fdc94ed71492992867e88c5 (patch) | |
tree | e6fccda979fba2611eb9a49899d0c158163cdeb1 /autogen.sh | |
parent | 6cfc4c12fae54f727c313e0efc977134ba07175f (diff) | |
download | zenity-fce7fdb91c496d0e5fdc94ed71492992867e88c5.tar.gz |
Update autotools configuration
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,6 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="zenity" -REQUIRED_AUTOMAKE_VERSION=1.9 (test -f $srcdir/configure.in \ && test -f $srcdir/ChangeLog \ @@ -17,7 +16,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9 which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME CVS" + echo "You need to install gnome-common" exit 1 } -USE_GNOME2_MACROS=1 . gnome-autogen.sh +. gnome-autogen.sh |