Diff for /gforth/configure.in between versions 1.13 and 1.14

version 1.13, 1995/10/11 19:39:32 version 1.14, 1995/11/29 20:20:33
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
   
 AC_INIT(engine.c)  AC_INIT(engine.c)
   
   GCC=${GCC-gcc}
   AC_SUBST(GCC)
   
   dnl configure needs $CC to find out some parameters, and there may be
   dnl differences in what is obtained from gcc and from the default cc.
   dnl Therefore, we define $CC to be gcc:
   CC=$GCC
   
 AC_ARG_ENABLE(force-reg,  AC_ARG_ENABLE(force-reg,
 [  --enable-force-reg     Use explicit register declarations if they appear in  [  --enable-force-reg     Use explicit register declarations if they appear in
                           the machine.h file. This can cause a good speedup,                            the machine.h file. This can cause a good speedup,

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>