diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-29 01:03:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-29 01:03:41 +0100 |
commit | 6671aa0dcd07a2af3961936abe33f4f3cdd8305e (patch) | |
tree | d2be83fa4f4aebecbdb0d0a8a9c297717ea1605c /autogen.sh | |
parent | c5dfae990e8a774fa3b88454dd5a303cee902573 (diff) | |
download | mate-control-center-6671aa0dcd07a2af3961936abe33f4f3cdd8305e.tar.bz2 mate-control-center-6671aa0dcd07a2af3961936abe33f4f3cdd8305e.tar.xz |
prepare for 1.2 release
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-control-center" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen |