[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: Fixed autoconf and intltools bug 12470

noreply at xfce.org noreply at xfce.org
Sat Mar 19 17:20:53 CET 2016


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 8315717da8d3f18ff0ee4e660643bc01c9aa1a67
Author: Fabian <timystery at arcor.de>
Date:   Sat Mar 19 17:20:16 2016 +0100

    Fixed autoconf and intltools bug 12470
---
 configure.ac.in    | 2 +-
 m4/glib-gettext.m4 | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 3419e6d..a41b154 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -34,7 +34,7 @@ AC_MINIX
 dnl Check for basic programs
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl Initialize libtool
 LT_PREREQ([2.2.6])
diff --git a/m4/glib-gettext.m4 b/m4/glib-gettext.m4
index 5a4ef28..e11e4a2 100644
--- a/m4/glib-gettext.m4
+++ b/m4/glib-gettext.m4
@@ -33,9 +33,10 @@ dnl
 dnl We go to great lengths to make sure that aclocal won't 
 dnl try to pull in the installed version of these macros
 dnl when running aclocal in the glib directory.
+dnl CCopying is forced because of some incompatible Autoconf versions.
 dnl
-m4_copy([AC_DEFUN],[glib_DEFUN])
-m4_copy([AC_REQUIRE],[glib_REQUIRE])
+m4_copy_force([AC_DEFUN],[glib_DEFUN])
+m4_copy_force([AC_REQUIRE],[glib_REQUIRE])
 dnl
 dnl At the end, if we're not within glib, we'll define the public
 dnl definitions in terms of our private definitions.

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


More information about the Xfce4-commits mailing list