diff options
author | Steve Zesch <[email protected]> | 2012-02-23 21:21:28 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-23 21:21:28 -0500 |
commit | 4123e2e96d2eccd2598327952c486fd82a835a56 (patch) | |
tree | 174356f8d5d25ecef597353e710e341c4d0af8a3 /autogen.sh | |
parent | e0bd0522713ef64e5506e6c14299cea079d716d2 (diff) | |
download | mate-polkit-4123e2e96d2eccd2598327952c486fd82a835a56.tar.bz2 mate-polkit-4123e2e96d2eccd2598327952c486fd82a835a56.tar.xz |
Preparing 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-polkit" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE SVN repository" exit 1 } @@ -21,4 +21,4 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen |