Skip to content
Snippets Groups Projects
Commit 1e77ded1 authored by Cheng Shao's avatar Cheng Shao Committed by Ben Gamari
Browse files

autoconf: remove obsolete patch detection

This commit removes obsolete deletection logic of the patch command
from autoconf scripts, given we no longer need to patch anything in
the GHC build process.

(cherry picked from commit 71f28958)
parent 92065500
No related branches found
No related tags found
No related merge requests found
...@@ -735,10 +735,6 @@ dnl ** check for tar ...@@ -735,10 +735,6 @@ dnl ** check for tar
dnl if GNU tar is named gtar, look for it first. dnl if GNU tar is named gtar, look for it first.
AC_PATH_PROGS(TarCmd,gnutar gtar tar,tar) AC_PATH_PROGS(TarCmd,gnutar gtar tar,tar)
dnl ** check for patch
dnl if GNU patch is named gpatch, look for it first
AC_PATH_PROGS(PatchCmd,gpatch patch, patch)
dnl ** check for autoreconf dnl ** check for autoreconf
AC_PATH_PROG(AutoreconfCmd, autoreconf, autoreconf) AC_PATH_PROG(AutoreconfCmd, autoreconf, autoreconf)
......
...@@ -17,7 +17,6 @@ sphinx-build = @SPHINXBUILD@ ...@@ -17,7 +17,6 @@ sphinx-build = @SPHINXBUILD@
system-ghc = @WithGhc@ system-ghc = @WithGhc@
system-ghc-pkg = @GhcPkgCmd@ system-ghc-pkg = @GhcPkgCmd@
tar = @TarCmd@ tar = @TarCmd@
patch = @PatchCmd@
xelatex = @XELATEX@ xelatex = @XELATEX@
makeindex = @MAKEINDEX@ makeindex = @MAKEINDEX@
makeinfo = @MAKEINFO@ makeinfo = @MAKEINFO@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment