[Xfce4-commits] [thunar-plugins/thunar-shares-plugin] 02/04: Autotools improvements
noreply at xfce.org
noreply at xfce.org
Fri Feb 16 03:15:55 CET 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-shares-plugin.
commit 700370a5ef09aa8d35cd3630141c23908ae0f2b0
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Feb 15 23:00:56 2018 -0300
Autotools improvements
---
.gitignore | 3 ++-
configure.in.in => configure.ac.in | 5 +++--
libshares/Makefile.am | 3 +--
thunar-plugin/Makefile.am | 3 +--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index d6f2764..714cf69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ ChangeLog
INSTALL
aclocal.m4
autom4te.cache
+compile
config.guess
config.h
config.h.in
@@ -24,7 +25,7 @@ config.log
config.status
config.sub
configure
-configure.in
+configure.ac
depcomp
intltool-extract.in
intltool-merge.in
diff --git a/configure.in.in b/configure.ac.in
similarity index 96%
rename from configure.in.in
rename to configure.ac.in
index cf8d0dc..f1799e7 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([tsp_version], [tsp_version_major().tsp_version_minor().tsp_version_mi
dnl -------------------------------------------------------
dnl Debugging support for GIT
dnl -------------------------------------------------------
-m4_define([tsp_debug_default], [ifelse(tsp_version_tag(), [git], [full], [minimum])])
+m4_define([tsp_debug_default], [ifelse(tsp_version_tag(), [git], [yes], [minimum])])
dnl -------------------------------------------------------
dnl Init autoconf
@@ -33,6 +33,7 @@ dnl -------------------------------------------------------
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_ISC_POSIX
AC_HEADER_STDC
@@ -43,7 +44,7 @@ dnl -------------------------------------------------------
AC_PROG_CC
AC_PROG_LD
AC_PROG_INSTALL
-AC_PROG_INTLTOOL([0.31])
+IT_PROG_INTLTOOL([0.35.0])
dnl -------------------------------------------------------
dnl Initialize libtool
diff --git a/libshares/Makefile.am b/libshares/Makefile.am
index 38e74f0..771fc92 100644
--- a/libshares/Makefile.am
+++ b/libshares/Makefile.am
@@ -1,5 +1,4 @@
-
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"thunar-shares-plugin-lib\" \
diff --git a/thunar-plugin/Makefile.am b/thunar-plugin/Makefile.am
index c5b818b..ee5c140 100644
--- a/thunar-plugin/Makefile.am
+++ b/thunar-plugin/Makefile.am
@@ -1,5 +1,4 @@
-
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"thunar-shares-plugin\" \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list