diff options
author | raveit65 <[email protected]> | 2015-10-07 13:30:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-07 13:30:20 +0200 |
commit | 9e293b2a8e6777b2c26ea0d8e6deae98f7e3b01c (patch) | |
tree | 4c78d946497a9b39fe0ae5d318981dddef6c6b8b | |
parent | c6a20ba0a40d7ea59c8f5a22314c8836da27b002 (diff) | |
download | mate-desktop-9e293b2a8e6777b2c26ea0d8e6deae98f7e3b01c.tar.bz2 mate-desktop-9e293b2a8e6777b2c26ea0d8e6deae98f7e3b01c.tar.xz |
remove useless yelp dependency
-rwxr-xr-x | autogen.sh | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 0 insertions, 9 deletions
@@ -17,11 +17,6 @@ which mate-autogen || { exit 1 } -which yelp-build || { - echo "You need to install yelp-tools" - exit 1 -} - REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes diff --git a/configure.ac b/configure.ac index 89bb457..b463b19 100644 --- a/configure.ac +++ b/configure.ac @@ -252,10 +252,6 @@ PKG_CHECK_MODULES(MATE_ABOUT, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED) AC_SUBST(MATE_ABOUT_CFLAGS) AC_SUBST(MATE_ABOUT_LIBS) -dnl yelp-tools stuff - -YELP_HELP_INIT - dnl Language Support GETTEXT_PACKAGE=mate-desktop |