diff options
author | infirit <[email protected]> | 2013-08-01 13:42:37 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:42:37 +0200 |
commit | ff1dff247fc49f30ffd2c30fb2f2376c624c2aec (patch) | |
tree | b15122f893c644db5e4d0af96b85e5d44c01977c | |
parent | fed34fd36fba90cb73245a13344bacddb1d689fd (diff) | |
download | mate-control-center-ff1dff247fc49f30ffd2c30fb2f2376c624c2aec.tar.bz2 mate-control-center-ff1dff247fc49f30ffd2c30fb2f2376c624c2aec.tar.xz |
forgot to update autogen.sh
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,10 +13,14 @@ PKG_NAME="mate-control-center" } which mate-autogen || { - echo "You need to install mate-common from the MATE Git" + echo "You need to install mate-common" exit 1 } +which yelp-build || { + echo "You need to install yelp-tools" +} + REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes |