[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 13/13: Fix autotools warnings
noreply at xfce.org
noreply at xfce.org
Thu May 24 04:05:17 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository thunar-plugins/thunar-vcs-plugin.
commit 11e7923438ddf190d1baed844169bac82c7ec946
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed May 23 23:01:52 2018 -0300
Fix autotools warnings
---
.gitignore | 1 +
Makefile.am | 2 ++
configure.ac.in | 7 ++++---
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index a92364d..5201666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ depcomp
install-sh
libtool
ltmain.sh
+m4/*.m4
Makefile
Makefile.in
missing
diff --git a/Makefile.am b/Makefile.am
index 730650a..6c100f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = \
icons \
po \
diff --git a/configure.ac.in b/configure.ac.in
index 2f8621e..94c43d5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -44,6 +44,7 @@ dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AM_CONFIG_HEADER([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
AM_MAINTAINER_MODE()
dnl *******************************
@@ -64,14 +65,14 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL()
AM_PROG_CC_C_O()
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl ******************************
dnl *** Check for i18n support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list