summaryrefslogtreecommitdiff
path: root/m4/fp_settings.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fp_settings.m4')
-rw-r--r--m4/fp_settings.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/m4/fp_settings.m4 b/m4/fp_settings.m4
index 0b75cf8d35..6f7ae8da45 100644
--- a/m4/fp_settings.m4
+++ b/m4/fp_settings.m4
@@ -25,7 +25,6 @@ AC_DEFUN([FP_SETTINGS],
SettingsRanlibCommand="${mingw_bin_prefix}llvm-ranlib.exe"
SettingsDllWrapCommand="${mingw_bin_prefix}llvm-dllwrap.exe"
SettingsWindresCommand="${mingw_bin_prefix}llvm-windres.exe"
- SettingsTouchCommand='$$topdir/bin/touchy.exe'
else
# This case handles the "normal" platforms (e.g. not Windows) where we
@@ -56,12 +55,6 @@ AC_DEFUN([FP_SETTINGS],
SettingsWindresCommand="$WindresCmd"
fi
- if test "$HostOS" = "mingw32"; then
- SettingsTouchCommand='$$topdir/bin/touchy.exe'
- else
- SettingsTouchCommand='touch'
- fi
-
if test "$EnableDistroToolchain" = "YES"; then
# If the user specified --enable-distro-toolchain then we just use the
# executable names, not paths.
@@ -123,7 +116,6 @@ AC_DEFUN([FP_SETTINGS],
AC_SUBST(SettingsInstallNameToolCommand)
AC_SUBST(SettingsDllWrapCommand)
AC_SUBST(SettingsWindresCommand)
- AC_SUBST(SettingsTouchCommand)
AC_SUBST(SettingsClangCommand)
AC_SUBST(SettingsLlcCommand)
AC_SUBST(SettingsOptCommand)