From 0e2a8cb7650c8cf37aff95a7b30bd859dee1922d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 11 Jun 2020 12:40:57 +0200 Subject: 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. --- m4macros/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4macros') 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 . # -macrodir = $(datadir)/xfce4/dev-tools/m4macros +macrodir = $(datadir)/aclocal macro_DATA = \ xdt-depends.m4 \ xdt-features.m4 \ -- cgit v1.2.1