Diff for /Amaya/configure.in between versions 1.32 and 1.33

version 1.32, 1998/07/24 17:06:25 version 1.33, 1998/08/18 08:01:10
Line 319  dnl  *********************************** Line 319  dnl  ***********************************
 THOT_VER="2.2"  THOT_VER="2.2"
 AMAYA_VER="1.3"  AMAYA_VER="1.3"
 KAFFE_VER="snap"  KAFFE_VER="snap"
 LIBWWW_VER="5.1m"  
   
 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 595  if test "$build_amaya" = "yes" ; then Line 594  if test "$build_amaya" = "yes" ; then
         fi          fi
     fi      fi
   
     if test ! -f $srcdir/w3c-libwww-$LIBWWW_VER/Makefile.in ; then      if test ! -f $srcdir/libwww/Makefile.in ; then
         if test "$with_java" = "no" -a "$with_ilu" = "no" ; then          if test "$with_java" = "no" -a "$with_ilu" = "no" ; then
             AC_MSG_WARN(w3c-libwww-$LIBWWW_VER sources not found !!)              AC_MSG_WARN(libwww sources not found !!)
             AC_MSG_WARN(Disabling Amaya build !)              AC_MSG_WARN(Disabling Amaya build !)
             build_amaya="no"              build_amaya="no"
         fi          fi
Line 673  dnl Line 672  dnl
   
 AC_SUBST(THOT_VER)  AC_SUBST(THOT_VER)
 AC_SUBST(AMAYA_VER)  AC_SUBST(AMAYA_VER)
 AC_SUBST(LIBWWW_VER)  
 AC_SUBST(KAFFE_VER)  AC_SUBST(KAFFE_VER)
 AC_SUBST(CEXTRACT_VER)  AC_SUBST(CEXTRACT_VER)
 AC_SUBST(CEXTRACT_FLAGS)  AC_SUBST(CEXTRACT_FLAGS)

Removed from v.1.32  
changed lines
  Added in v.1.33


Webmaster