Diff for /Amaya/configure.in between versions 1.163 and 1.164

version 1.163, 2005/02/09 11:57:03 version 1.164, 2005/02/11 09:58:49
Line 584  dnl Line 584  dnl
   AC_SUBST(MAKEPNG)    AC_SUBST(MAKEPNG)
 fi # with_wx = no  fi # with_wx = no
   
 AMAYA_VER="8.2"  if test "$with_wx" = "yes" ; then
     AMAYA_MAJVER=9
     AMAYA_MINVER=0
     AMAYA_SUBVER=1
   else
     AMAYA_MAJVER=8
     AMAYA_MINVER=7
     AMAYA_SUBVER=2
   fi
   AMAYA_VER=$AMAYA_MAJVER.$AMAYA_MINVER.$AMAYA_SUBVER
   
 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 1219  dnl Line 1228  dnl
 dnl Exports the current values of the variables.  dnl Exports the current values of the variables.
 dnl  dnl
   
   AC_SUBST(AMAYA_MAJVER)
   AC_SUBST(AMAYA_MINVER)
   AC_SUBST(AMAYA_SUBVER)
 AC_SUBST(AMAYA_VER)  AC_SUBST(AMAYA_VER)
 AC_SUBST(CEXTRACT_VER)  AC_SUBST(CEXTRACT_VER)
 AC_SUBST(CEXTRACT_FLAGS)  AC_SUBST(CEXTRACT_FLAGS)
Line 1365  fi Line 1377  fi
 ])  ])
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then
       echo Amaya $AMAYA_VER configured
     echo Amaya configured with libWWW      echo Amaya configured with libWWW
     if test "$with_plugin" = "yes" ; then      if test "$with_plugin" = "yes" ; then
         echo Amaya configured with Plugins support          echo Amaya configured with Plugins support

Removed from v.1.163  
changed lines
  Added in v.1.164


Webmaster