[Xfce4-commits] [xfce/thunar] 01/01: Properly handle m4 stuff

noreply at xfce.org noreply at xfce.org
Mon Feb 16 21:06:55 CET 2015


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

hjudt pushed a commit to branch master
in repository xfce/thunar.

commit 4beb0994a1f2f1d3533bae819f5718cdcae8ce68
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Feb 16 20:54:56 2015 +0100

    Properly handle m4 stuff
    
    Fix warning about m4 directory.
---
 Makefile.am     |    2 ++
 autogen.sh      |    2 ++
 configure.ac.in |    3 ++-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 13b991e..b319eaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,8 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	icons								\
 	pixmaps								\
diff --git a/autogen.sh b/autogen.sh
index 2c644e9..1d5a9a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,4 +29,6 @@ EOF
   exit 1
 }
 
+test -d m4 || mkdir m4
+
 XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 0fb61bf..aef2ce4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -41,7 +41,8 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2004-2012 The Thunar development team. All rights reserved.])
 AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
 AC_REVISION([$Id$])
 

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


More information about the Xfce4-commits mailing list