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 | |
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
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/usage.txt | 2 | ||||
-rw-r--r-- | macros2/Makefile.am | 4 | ||||
-rw-r--r-- | macros2/mate-autogen (renamed from macros2/mate-autogen.sh) | 0 |
6 files changed, 8 insertions, 6 deletions
@@ -1 +1,3 @@ Perberos <[email protected]> +Steve Zesch <[email protected]> +Stefano Karapetsas <[email protected]> @@ -14,5 +14,5 @@ PKG_NAME="mate-common" exit 1 } -. $srcdir/macros2/mate-autogen.sh +. $srcdir/macros2/mate-autogen 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]) diff --git a/doc/usage.txt b/doc/usage.txt index 51e7dc8..e028533 100644 --- a/doc/usage.txt +++ b/doc/usage.txt @@ -22,7 +22,7 @@ if [ ! -f "$srcdir/somefile-that-is-only-in-mypackage" ]; then exit 1 fi -. mate-autogen.sh +. mate-autogen ---- Cut Here ---- Then put the following in your configure.ac or configure.in file: diff --git a/macros2/Makefile.am b/macros2/Makefile.am index a0aa441..a94ad27 100644 --- a/macros2/Makefile.am +++ b/macros2/Makefile.am @@ -4,9 +4,9 @@ MATE2_MACROS = \ mate-common.m4 \ mate-compiler-flags.m4 -EXTRA_DIST = $(MATE2_MACROS) mate-autogen.sh +EXTRA_DIST = $(MATE2_MACROS) mate-autogen aclocaldir = $(datadir)/aclocal aclocal_DATA = $(MATE2_MACROS) -bin_SCRIPTS = mate-autogen.sh +bin_SCRIPTS = mate-autogen diff --git a/macros2/mate-autogen.sh b/macros2/mate-autogen index c0e3129..c0e3129 100644 --- a/macros2/mate-autogen.sh +++ b/macros2/mate-autogen |