diff options
author | Steve Zesch <[email protected]> | 2012-02-22 20:51:56 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-22 20:51:56 -0500 |
commit | 484b6a0adf17cf27a2193f6a96e1f44f718261a3 (patch) | |
tree | e53f108b9e67b5ae3c7c6cc45455693416ab35da /autogen.sh | |
parent | 436060f542b7575731be6f15aad369dda38381f7 (diff) | |
download | libmatekbd-484b6a0adf17cf27a2193f6a96e1f44f718261a3.tar.bz2 libmatekbd-484b6a0adf17cf27a2193f6a96e1f44f718261a3.tar.xz |
Preparing for 1.2 releaselibmatekbd-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="libmatekbd" 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 |