diff options
author | Steve Zesch <[email protected]> | 2012-02-22 20:58:53 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-22 20:58:53 -0500 |
commit | 561c43c0463a41e819f31f42e30991e802b593df (patch) | |
tree | 720c7efd4da1b4440cf8511a3c128d3087a4acc6 /autogen.sh | |
parent | 035e71f179cbb173a212d7407b729a0ee418f9cd (diff) | |
download | libmateweather-561c43c0463a41e819f31f42e30991e802b593df.tar.bz2 libmateweather-561c43c0463a41e819f31f42e30991e802b593df.tar.xz |
Preparing for 1.2 release.libmateweather-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="libmateweather" 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 |