summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-02-15 21:19:07 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-02-15 21:20:50 +0000
commitfce7fdb91c496d0e5fdc94ed71492992867e88c5 (patch)
treee6fccda979fba2611eb9a49899d0c158163cdeb1 /autogen.sh
parent6cfc4c12fae54f727c313e0efc977134ba07175f (diff)
Update autotools configuration
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 13b1708..6c6672c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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