Diff for /Amaya/configure.in between versions 1.35 and 1.36

version 1.35, 1998/10/07 18:51:41 version 1.36, 1998/10/07 21:34:40
Line 318  dnl  *********************************** Line 318  dnl  ***********************************
   
 THOT_VER="2.2"  THOT_VER="2.2"
 AMAYA_VER="1.3"  AMAYA_VER="1.3"
 KAFFE_VER="snap"  KAFFE_VER="cvs"
   
 dnl  dnl
 dnl We use a special versoin of cextract patched for alignment  dnl We use a special versoin of cextract patched for alignment
Line 544  fi Line 544  fi
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then
   
     if test ! -f $srcdir/kaffe-$KAFFE_VER/Makefile.in ; then      if test ! -f $srcdir/kaffe-$KAFFE_VER/Makefile.in \
               -a ! -f $srcdir/kaffe-$KAFFE_VER.tar.gz ; then
         if test "$with_java" = "yes" ; then          if test "$with_java" = "yes" ; then
             AC_MSG_WARN(kaffe-$KAFFE_VER sources not found, disabling Java !)              AC_MSG_WARN(kaffe-$KAFFE_VER sources not found, disabling Java !)
             with_java="no"              with_java="no"
Line 567  if test "$build_amaya" = "yes" ; then Line 568  if test "$build_amaya" = "yes" ; then
         #          #
         # Then check for precompiled classes packages.          # Then check for precompiled classes packages.
         #          #
         if test -f $srcdir/classes/thotlib.zip -a \          if test -f $srcdir/classes/jigsaw.zip \
                 -f $srcdir/classes/amaya.zip -a \  
                 -f $srcdir/classes/jigsaw.zip \  
                 ; then                  ; then
             with_java_package="yes"              with_java_package="yes"
         else          else

Removed from v.1.35  
changed lines
  Added in v.1.36


Webmaster