summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-02-08 20:17:57 +0100
committerStefano Karapetsas <[email protected]>2012-02-08 20:17:57 +0100
commit759a18f0a2685fe85099a28edca3cfba57f772ce (patch)
tree996e8da2a0dc0268e5cb207f78b555ea7e252ef7
parentec451fd73bd09d26fccdc7c426ed193ce3948888 (diff)
downloadmate-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--AUTHORS2
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in4
-rw-r--r--doc/usage.txt2
-rw-r--r--macros2/Makefile.am4
-rw-r--r--macros2/mate-autogen (renamed from macros2/mate-autogen.sh)0
6 files changed, 8 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 85bff16..510e819 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,3 @@
Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
diff --git a/autogen.sh b/autogen.sh
index 0b2ecd3..6d92b47 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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