[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: build: adjust to newer AM/AC macros

noreply at xfce.org noreply at xfce.org
Sun Mar 29 12:41:49 CEST 2015


This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.

commit dacf5e9003c8ef4ac63bf5b4753c911a39d22337
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Sun Mar 29 12:41:40 2015 +0200

    build: adjust to newer AM/AC macros
---
 configure.ac.in |    4 ++--
 src/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 7f19392..32d74d4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -18,12 +18,12 @@ AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfc
 	[http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin])
 AC_REVISION([xfce4_notes_plugin_version_build])
 AC_CANONICAL_TARGET()
+AC_CONFIG_HEADERS([config.h])
 
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 
 AM_INIT_AUTOMAKE([1.13 dist-bzip2 no-dist-gzip])
-AM_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 AM_SILENT_RULES([yes])
 
@@ -31,7 +31,6 @@ dnl Check for basic programs
 AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
 
 dnl Check for standard header files
 AC_HEADER_STDC()
@@ -79,6 +78,7 @@ if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
 fi
 
 dnl Translations
+IT_PROG_INTLTOOL()
 XDT_I18N([@LINGUAS@])
 
 dnl Check for debugging support
diff --git a/src/Makefile.am b/src/Makefile.am
index b355587..a084380 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 BUILT_SOURCES =
 
-INCLUDES =								\
+AM_CFLAGS =								\
 	-I$(top_srcdir)							\
 	-I$(top_srcdir)/lib						\
 	-DPKGDATADIR=\""$(pkgdatadir)"\"				\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list