Diff for /Amaya/configure.in between versions 1.41 and 1.42

version 1.41, 1998/12/14 14:48:39 version 1.42, 1999/01/05 13:39:54
Line 311  motif_libraries=NONE Line 311  motif_libraries=NONE
 AC_MSG_CHECKING(for Motif)  AC_MSG_CHECKING(for Motif)
 AC_ARG_WITH(motif, [  --with-motif            enable Motif tests])  AC_ARG_WITH(motif, [  --with-motif            enable Motif tests])
   
 if test "${CC}" = "gcc"; then  if test "${GCC}" = "yes"; then
    CPP="${CPP} -x c"     CPP="${CPP} -x c"
 fi  fi
 if test "x$with_motif" = xno; then  if test "x$with_motif" = xno; then
Line 368  dnl Line 368  dnl
 dnl  ***************************************************************  dnl  ***************************************************************
   
 THOT_VER="2.2"  THOT_VER="2.2"
 AMAYA_VER="1.3"  AMAYA_VER="1.4"
 KAFFE_VER="cvs"  KAFFE_VER="cvs"
   
 dnl  dnl

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster