summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-09 20:06:39 -0300
committerPerberos <[email protected]>2011-11-09 20:06:39 -0300
commit306be91f6d5612c8c96b1a4d3bc54a65e6d17891 (patch)
tree9fe181f0c604563faae6312c00b654a88c72bfd5 /autogen.sh
parent3ee37c6f98e4e15de3890892c8a3f3dfe3720463 (diff)
downloadatril-306be91f6d5612c8c96b1a4d3bc54a65e6d17891.tar.bz2
atril-306be91f6d5612c8c96b1a4d3bc54a65e6d17891.tar.xz
updating autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 4 insertions, 2 deletions
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
+