diff options
author | Alp Mestanogullari <alpmestan@gmail.com> | 2019-02-26 11:21:55 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-03 19:35:18 -0500 |
commit | f77229e3c30fa9e353c061dc038a5d0b2ee01c48 (patch) | |
tree | 3bf1185a553b474be1539e040b2715edb0bed669 /hadrian/cfg/system.config.in | |
parent | 1285d6b95fbae7858abbc4722bc2301d7fe40425 (diff) | |
download | haskell-f77229e3c30fa9e353c061dc038a5d0b2ee01c48.tar.gz |
detect 'autoreconf' path during configure, and use it in hadrian
Diffstat (limited to 'hadrian/cfg/system.config.in')
-rw-r--r-- | hadrian/cfg/system.config.in | 2 |
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@ |