diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 1d19b30789..5b037326be 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -905,7 +905,7 @@ dnl 2. Find happy in path dnl 3. Check happy version dnl dnl If you increase the minimum version requirement, please also update: -dnl https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Tools +dnl https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation/tools dnl AC_DEFUN([FPTOOLS_HAPPY], [AC_PATH_PROG(HAPPY,[happy],) @@ -938,7 +938,7 @@ dnl 2. Find alex in path dnl 3. Check alex version dnl dnl If you increase the minimum version requirement, please also update: -dnl https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Tools +dnl https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation/tools dnl AC_DEFUN([FPTOOLS_ALEX], [AC_PATH_PROG(ALEX,[alex],) |