summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-26 14:52:46 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-26 14:52:46 +0100
commita22a0e553fe475e65c0800b06ebc35589f044557 (patch)
tree4f9d8f13149f8b9ae63cb147f5280ca8cc01309e
parent5c89d8b1daabd8011d38434f93695c4a3c5ed035 (diff)
downloadthunar-volman-a22a0e553fe475e65c0800b06ebc35589f044557.tar.gz
Fix AC_CONFIG_MACRO_DIR warning
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac.in1
4 files changed, 6 insertions, 0 deletions
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@xfce.org>
and Jannis Pohlmann <jannis@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])