diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-04-02 11:52:47 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-05 05:42:38 -0400 |
commit | 7ffbdc3fa603c6411249ba9b758cf8f109c5fb30 (patch) | |
tree | 8a05d6e03ce2790e6e59651c824e569fee088d33 /configure.ac | |
parent | 6acadb79afe685c635fd255f90551a0fbfcbe3dc (diff) | |
download | haskell-7ffbdc3fa603c6411249ba9b758cf8f109c5fb30.tar.gz |
Break up aclocal.m4
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} |