[gforth] / gforth / configure.in  

gforth: gforth/configure.in

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

version 1.13, Wed Oct 11 19:39:32 1995 UTC version 1.14, Wed Nov 29 20:20:33 1995 UTC
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,


Generate output suitable for use with a patch program
Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help