[Xfce4-commits] [xfce/thunar-volman] 04/04: Fix AC_CONFIG_MACRO_DIR warning

noreply at xfce.org noreply at xfce.org
Thu Feb 26 14:54:40 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-volman.

commit a22a0e553fe475e65c0800b06ebc35589f044557
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Feb 26 14:52:46 2015 +0100

    Fix AC_CONFIG_MACRO_DIR warning
---
 .gitignore      |    1 +
 Makefile.am     |    2 ++
 autogen.sh      |    2 ++
 configure.ac.in |    1 +
 4 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4831b7a..c1d89c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@ ltmain.sh
 Makefile
 Makefile.in
 Makefile.in.in
+m4
 missing
 mkinstalldirs
 POTFILES
diff --git a/Makefile.am b/Makefile.am
index 9ccea97..3c6a88e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	icons								\
 	po								\
diff --git a/autogen.sh b/autogen.sh
index 350bc67..f1e05b8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,4 +29,6 @@ EOF
   exit 1
 }
 
+test -d m4 || mkdir m4
+
 XDT_AUTOGEN_REQUIRED_VERSION="4.10" exec xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 35ad360..9b4e33f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,6 +40,7 @@ Written for thunar-volman by Benedikt Meurer <benny at xfce.org>
 and Jannis Pohlmann <jannis at xfce.org>.])
 AC_INIT([thunar-volman], [tvm_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
 AC_REVISION([tvm_version_build])
 

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


More information about the Xfce4-commits mailing list