diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 013f21f3ca..0b7ec6212f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.3], [glasgow-haske # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are # versioned correctly. +AC_CONFIG_MACRO_DIRS([m4]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |