From 49fd743cdd366cecf656e6c75c648e3db8a9590f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 7 Jul 2011 02:43:27 +0000 Subject: * config/open-axiom.m4 (ac_default_prefix): Set to C:/OpenAxiom on Windows platforms. --- config/open-axiom.m4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 2e8ef1a2..4fef7459 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -566,13 +566,12 @@ dnl the system is up and running. AC_DEFUN([OPENAXIOM_HOST_EDITOR],[ AC_SUBST(oa_editor) ## On Windows system, we prefer the default installation -## location to be 'C:/Program Files/OpenAxiom', following Windows -## convention. We cannot use AC_PREFIX_DEFAULT directly as it seems -## to operate unconditionally. Therefore, we resort to this dirty -## trick stepping over Autoconf's internals. +## location to be 'C:/OpenAxiom'. We cannot use AC_PREFIX_DEFAULT +## directly as it seems to operate unconditionally. Therefore, we +## resort to this dirty trick stepping over Autoconf's internals. case $host in *mingw*) - ac_default_prefix="C:/Program Files/OpenAxiom" + ac_default_prefix="C:/OpenAxiom" AC_PATH_PROGS([oa_editor],[notepad.exe]) ;; *) -- cgit v1.2.3