From 306be91f6d5612c8c96b1a4d3bc54a65e6d17891 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 20:06:39 -0300 Subject: updating autogen.sh --- autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b70bd41b..1a491ab2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="atril" +PKG_NAME="mate-document-viewer" (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" @@ -13,11 +13,13 @@ PKG_NAME="atril" } which mate-autogen.sh || { - echo "You need to install mate-common from the MATE CVS" + echo "You need to install mate-common from the MATE Git" exit 1 } REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_GTK_DOC_VERSION=1.13 USE_MATE2_MACROS=1 + . mate-autogen.sh + -- cgit v1.2.1