From 2719cacde99fd3127a3569feebdf7183030e000d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 14 Jan 2012 21:35:53 +0000 Subject: Define "ar command" correctly in settings file on Windows We want to use the inplace ar, rather than whichever ar the machine that we build on happens to have. --- distrib/configure.ac.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib') diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 458f5f433f..0037ff1ce8 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -88,8 +88,6 @@ dnl May need to use gcc to find platform details. dnl -------------------------------------------------------------- FPTOOLS_SET_HASKELL_PLATFORM_VARS -FP_SETTINGS - dnl WordSize for settings.in AC_CHECK_SIZEOF(void *, 4) WordSize=$ac_cv_sizeof_void_p @@ -100,6 +98,8 @@ dnl ** how to invoke `ar' and `ranlib' # FP_PROG_AR_NEEDS_RANLIB +FP_SETTINGS + # AC_CONFIG_FILES(settings mk/config.mk mk/install.mk) AC_OUTPUT -- cgit v1.2.1