summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-05 22:56:10 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-07 00:13:28 +0200
commitff30660edfa1d5cf921a76934b5922677c1387eb (patch)
tree2f8c56c96f211512ef348358b3ff26d13059279b /autogen.sh
parentdfd4869f70f8e94e005376277434c0a391d45408 (diff)
downloadyelp-ff30660edfa1d5cf921a76934b5922677c1387eb.tar.gz
Update autotools configuration
New requirements: automake >= 1.11 autoconf >= 2.63 libtool >= 2.2.6 gtk-doc >= 1.13 intltool >= 0.41
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 0cc89c3e..7b831d67 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,16 +6,13 @@ test -z "$srcdir" && srcdir=.
PKG_NAME=Yelp
-REQUIRED_AUTOMAKE_VERSION=1.9
-export REQUIRED_AUTOMAKE_VERSION
-
if ! test -f $srcdir/src/yelp.c; then
echo "**Error**: Directory '$srcdir' does not look like the yelp source directory"
exit 1
fi
which gnome-autogen.sh || {
- echo "You need to install gnome-common from Gnome CVS"
+ echo "You need to install gnome-common package"
exit 1
}