aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-01 13:30:38 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-01 13:30:38 +0000
commitb3814555b86a821ab7778c7d7fa596e1da7d30e1 (patch)
treeda7d7e8292a89a2742c81b66b28db26f1a005531 /config
parent1e1dca45d4d088f9a8f9da4971593540e7b75d7f (diff)
downloadopen-axiom-b3814555b86a821ab7778c7d7fa596e1da7d30e1.tar.gz
* config/open-axiom.m4 (OPENAXIOM_GCL_HACKS): Remove. No longer
necesary with newer GCL-2.6.8pre. * configure.ac: Dont' call it.
Diffstat (limited to 'config')
-rw-r--r--config/open-axiom.m421
1 files changed, 0 insertions, 21 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index fac0f7d0..137ebeb5 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -226,27 +226,6 @@ AC_PROG_CPP
OPENAXIOM_CPPFLAGS_FOR_VENDOR_LOCK_INS
])
-dnl -------------------------
-dnl -- OPENAXIOM_GCL_HACKS --
-dnl -------------------------
-dnl Some auxiliary programs generated by GCL need to be at the
-dnl right place when compiling under mingw32.
-AC_DEFUN([OPENAXIOM_GCL_HACKS],[
-## The following is a horrible hack to arrange for GCL to successfully
-## rebuild symbol tables with "rsym" on Windows platform. It should
-## go away as soon as GCL upstream is fixed.
-AC_SUBST(axiom_gcl_rsym_hack)
-case $axiom_lisp_flavor,$target in
- gcl,*mingw*)
- axiom_gcl_rsym_hack='d=`echo "(format nil \"~a\" si::*system-directory*)" | $(AXIOM_LISP) | grep "/gcl.*/" | sed -e "s,\",,g"`; cp $$d/rsym$(EXEEXT) .'
- ;;
- *)
- ## Breath.
- axiom_gcl_rsym_hack=':'
- ;;
-esac
-])
-
dnl ---------------------------------
dnl -- OPENAXIOM_SATISFY_GCL_NEEDS --
dnl ---------------------------------