[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.195 and 1.196

version 1.195, Tue Jul 3 21:41:29 2007 UTC version 1.196, Thu Jul 5 15:25:30 2007 UTC
Line 619 
Line 619 
   
 #try if m4 understands -s  #try if m4 understands -s
 AC_MSG_CHECKING([how to invoke m4])  AC_MSG_CHECKING([how to invoke m4])
 if m4 -s /dev/null; then  if m4 -s /dev/null >/dev/null 2>&1; then
  M4="m4 -s"   M4="m4 -s"
 else  else
  M4=m4   M4=m4


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help