diff options
author | Perberos <[email protected]> | 2011-11-09 20:06:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 20:06:39 -0300 |
commit | 306be91f6d5612c8c96b1a4d3bc54a65e6d17891 (patch) | |
tree | 9fe181f0c604563faae6312c00b654a88c72bfd5 /autogen.sh | |
parent | 3ee37c6f98e4e15de3890892c8a3f3dfe3720463 (diff) | |
download | atril-306be91f6d5612c8c96b1a4d3bc54a65e6d17891.tar.bz2 atril-306be91f6d5612c8c96b1a4d3bc54a65e6d17891.tar.xz |
updating autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 + |