summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-02-02 13:35:24 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-02-02 13:56:32 +0000
commit2cce4ae4d5599b131b5f53340f636630bf1cf6d9 (patch)
treef084d66897b95493acbe9d999c5af7efc35c2a01 /autogen.sh
parent765f1087eced3d19768a7ebd98500e5ff3df8a1a (diff)
downloadvte-2cce4ae4d5599b131b5f53340f636630bf1cf6d9.tar.gz
build: Update autotools configuration
Replace deprecated macros and use the new libtool syntax
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 926d0cfb..481e4bfd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,13 +22,8 @@ which gperf || {
echo "checking for gnome-autogen.sh"
which gnome-autogen.sh || {
- echo "You need to install gnome-common from the GNOME SVN"
+ echo "You need to install the gnome-common package"
exit 1
}
-USE_COMMON_DOC_BUILD=yes
-REQUIRED_AUTOMAKE_VERSION=1.10
-REQUIRED_INTLTOOL_VERSION=0.40.0
-REQUIRED_GTK_DOC_VERSION=0.13
-
. gnome-autogen.sh