From 2dcbf4598d669a633368e18a00bb7914f5b4d6a0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Jun 2007 22:39:21 +0000 Subject: [PATCH] Fix typo: "liarcc" -> "liarc". --- v7/src/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/configure.ac b/v7/src/configure.ac index 402098ae7..ca3f53ae8 100644 --- a/v7/src/configure.ac +++ b/v7/src/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme], [7.7.91], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.17 2007/06/15 18:05:34 cph Exp $]) +AC_REVISION([$Id: configure.ac,v 1.18 2007/06/21 22:39:21 cph Exp $]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_PROG_MAKE_SET @@ -83,9 +83,9 @@ xml/Makefile AC_OUTPUT if test x${enable_native_code} = xc; then - BN=liarcc-cc + BN=liarc-cc (cd lib; rm -f ${BN}; ${LN_S} ../microcode/${BN} .) - BN=liarcc-ld + BN=liarc-ld (cd lib; rm -f ${BN}; ${LN_S} ../microcode/${BN} .) for BN in star-parser; do (cd lib; rm -f ${BN}; ${LN_S} ../${BN} .) -- 2.25.1