diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-08 20:17:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-08 20:17:57 +0100 |
commit | 759a18f0a2685fe85099a28edca3cfba57f772ce (patch) | |
tree | 996e8da2a0dc0268e5cb207f78b555ea7e252ef7 /configure.in | |
parent | ec451fd73bd09d26fccdc7c426ed193ce3948888 (diff) | |
download | mate-common-759a18f0a2685fe85099a28edca3cfba57f772ce.tar.bz2 mate-common-759a18f0a2685fe85099a28edca3cfba57f772ce.tar.xz |
rename mate-autogen.sh to mate-autogen
https://github.com/mate-desktop/mate-common/issues/1
http://lintian.debian.org/tags/script-with-language-extension.html
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a6b0aa8..195ab93 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.2.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.2.1], [https://github.com/mate-desktop/mate-common]) -AC_CONFIG_SRCDIR([macros2/mate-autogen.sh]) +AC_CONFIG_SRCDIR([macros2/mate-autogen]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) |