summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorAlp Mestanogullari <alpmestan@gmail.com>2019-02-26 11:21:55 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-03 19:35:18 -0500
commitf77229e3c30fa9e353c061dc038a5d0b2ee01c48 (patch)
tree3bf1185a553b474be1539e040b2715edb0bed669 /hadrian/cfg
parent1285d6b95fbae7858abbc4722bc2301d7fe40425 (diff)
downloadhaskell-f77229e3c30fa9e353c061dc038a5d0b2ee01c48.tar.gz
detect 'autoreconf' path during configure, and use it in hadrian
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index 7b92b29a6d..4cae2b6783 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -7,7 +7,7 @@
alex = @AlexCmd@
ar = @ArCmd@
-autoreconf = autoreconf
+autoreconf = @AutoreconfCmd@
cc = @CC@
happy = @HappyCmd@
hs-cpp = @HaskellCPPCmd@