From a584c4a97504679b82b792ee011911b85f5fb46b Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 12 Oct 2021 16:09:31 -0400 Subject: distrib/configure: Add AC_CONFIG_MACRO_DIRS Sadly, autoconf cannot warn when it encounters an undefined macro and therefore this bug went unnoticed for altogether far too long. --- distrib/configure.ac.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index a1abed4b03..7a29369000 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -9,6 +9,8 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [ dnl See /configure.ac for rationale. AC_PREREQ([2.69]) +AC_CONFIG_MACRO_DIRS([../m4]) + dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd dnl-------------------------------------------------------------------- -- cgit v1.2.1