diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-03-19 13:31:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-19 13:31:34 -0400 |
commit | 6a71ef79cffbfbf09f1567d0136711d80452eb41 (patch) | |
tree | e1d3241e479aec95f780b8ae752154dc5f5f4423 /distrib | |
parent | afad5561d88f04744c398ef0640d846db6262aa0 (diff) | |
download | haskell-6a71ef79cffbfbf09f1567d0136711d80452eb41.tar.gz |
Bump autoconf version bound to >= 2.69
Reviewers: hvr
Subscribers: rwbarton, thomie, erikd, carter
GHC Trac Issues: #14910
Differential Revision: https://phabricator.haskell.org/D4495
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 95ad1986bb..ed1c29671a 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -6,6 +6,9 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +dnl See /configure.ac for rationale. +AC_PREREQ([2.69]) + dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd dnl-------------------------------------------------------------------- |