Diff for /Amaya/configure.in between versions 1.117 and 1.118

version 1.117, 2003/07/07 12:45:01 version 1.118, 2003/09/16 14:37:32
Line 522  AC_SUBST(LIBZ) Line 522  AC_SUBST(LIBZ)
 AC_SUBST(MAKEJPEG)  AC_SUBST(MAKEJPEG)
 AC_SUBST(MAKEPNG)  AC_SUBST(MAKEPNG)
   
 AMAYA_VER="7.0"  AMAYA_VER="8.1c"
   
 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 983  if test "$build_amaya" = "yes" ; then Line 983  if test "$build_amaya" = "yes" ; then
     if test "$with_redland" = "yes" -a "$with_system_redland" = "yes" ; then      if test "$with_redland" = "yes" -a "$with_system_redland" = "yes" ; then
        # check to see if we have a redland library         # check to see if we have a redland library
        AC_MSG_CHECKING(system redland library)         AC_MSG_CHECKING(system redland library)
        redland_min_version=0.9.12         redland_min_version=0.9.14
        REDLAND_CONFIG="redland-config"         REDLAND_CONFIG="redland-config"
        REDLAND_VERSION=`$REDLAND_CONFIG --version`         REDLAND_VERSION=`$REDLAND_CONFIG --version`
        redland_version_dec=`echo $REDLAND_VERSION | awk -F. '{printf("%d\n", 10000*$1 + 100*$2 + $3)};'`         redland_version_dec=`echo $REDLAND_VERSION | awk -F. '{printf("%d\n", 10000*$1 + 100*$2 + $3)};'`

Removed from v.1.117  
changed lines
  Added in v.1.118


Webmaster