summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m416
1 files changed, 8 insertions, 8 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5b0a679e58..a48a5af238 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -470,15 +470,15 @@ AC_DEFUN([FP_SETTINGS],
if test "$windows" = YES -a "$EnableDistroToolchain" = "NO"
then
mingw_bin_prefix=mingw/bin/
- SettingsCCompilerCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
- SettingsHaskellCPPCommand="\$topdir/../${mingw_bin_prefix}gcc.exe"
+ SettingsCCompilerCommand="\$tooldir/${mingw_bin_prefix}gcc.exe"
+ SettingsHaskellCPPCommand="\$tooldir/${mingw_bin_prefix}gcc.exe"
SettingsHaskellCPPFlags="$HaskellCPPArgs"
- SettingsLdCommand="\$topdir/../${mingw_bin_prefix}ld.exe"
- SettingsArCommand="\$topdir/../${mingw_bin_prefix}ar.exe"
- SettingsRanlibCommand="\$topdir/../${mingw_bin_prefix}ranlib.exe"
- SettingsPerlCommand='$topdir/../perl/perl.exe'
- SettingsDllWrapCommand="\$topdir/../${mingw_bin_prefix}dllwrap.exe"
- SettingsWindresCommand="\$topdir/../${mingw_bin_prefix}windres.exe"
+ SettingsLdCommand="\$tooldir/${mingw_bin_prefix}ld.exe"
+ SettingsArCommand="\$tooldir/${mingw_bin_prefix}ar.exe"
+ SettingsRanlibCommand="\$tooldir/${mingw_bin_prefix}ranlib.exe"
+ SettingsPerlCommand='$tooldir/perl/perl.exe'
+ SettingsDllWrapCommand="\$tooldir/${mingw_bin_prefix}dllwrap.exe"
+ SettingsWindresCommand="\$tooldir/${mingw_bin_prefix}windres.exe"
SettingsTouchCommand='$topdir/bin/touchy.exe'
elif test "$EnableDistroToolchain" = "YES"
then