diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-07 23:42:07 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-07 23:42:07 +0100 |
commit | bdd1cbc1c0f8855e4b5b2db3debb4813e2ccf364 (patch) | |
tree | c3ea6b9f34bce5fc4ca6624bceb936887b1ae836 /autogen.sh | |
parent | f35ff35d8cd591cd2d92a480d029ea3000c3dc6f (diff) | |
download | engrampa-bdd1cbc1c0f8855e4b5b2db3debb4813e2ccf364.tar.bz2 engrampa-bdd1cbc1c0f8855e4b5b2db3debb4813e2ccf364.tar.xz |
update for 1.2 releaseengrampa-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-file-archiver" 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,4 @@ REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_GTK_DOC_VERSION=1.13 USE_MATE2_MACROS=1 -. mate-autogen.sh - +. mate-autogen |