summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-06-11 12:40:57 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2020-06-11 12:40:57 +0200
commit0e2a8cb7650c8cf37aff95a7b30bd859dee1922d (patch)
tree97794c60ef0b2c81208e26a2e2ce3857d91e3c9b /m4macros
parentfd8682a24c5c3fc86098814b95b56c736a0893a1 (diff)
downloadxfce4-dev-tools-0e2a8cb7650c8cf37aff95a7b30bd859dee1922d.tar.gz
Install m4 macros into default $datadir/aclocal
Install the m4 macros in location where autoconf will find them by default. Adjust xdt-autogen to depend on the default location while still respect any set ACLOCAL_FLAGS or XDT_ACLOCAL_FLAGS.
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am
index 51d473d..71fdd87 100644
--- a/m4macros/Makefile.am
+++ b/m4macros/Makefile.am
@@ -4,7 +4,7 @@
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#
-macrodir = $(datadir)/xfce4/dev-tools/m4macros
+macrodir = $(datadir)/aclocal
macro_DATA = \
xdt-depends.m4 \
xdt-features.m4 \