Diff for /Amaya/configure.in between versions 1.216 and 1.217

version 1.216, 2007/01/15 16:25:33 version 1.217, 2007/02/27 08:48:23
Line 618  fi # with_wx = no Line 618  fi # with_wx = no
   
 # the wx version  # the wx version
 AMAYAWX_MAJVER=9  AMAYAWX_MAJVER=9
 AMAYAWX_MINVER=54  AMAYAWX_MINVER=55
 AMAYAWX_SUBVER=0  AMAYAWX_SUBVER=0
   
 #the old version (to remove when switching on wx)  #the old version (to remove when switching on wx)
Line 1325  if test "${VPATHOPT}" = "" ; then Line 1325  if test "${VPATHOPT}" = "" ; then
         VPATHOPT="VPATH"          VPATHOPT="VPATH"
 fi  fi
   
 AMAYA_INSTALLDIR="Amaya-${APP_VER}"  AMAYA_INSTALLDIR="Amaya"
   
 dnl  dnl
 dnl Exports the current values of the variables.  dnl Exports the current values of the variables.
Line 1422  make_output="Makefile Options.orig:Optio Line 1422  make_output="Makefile Options.orig:Optio
        tools/mkdep/Makefile \         tools/mkdep/Makefile \
        tools/cextract-1.7/Makefile thotlib/Makefile \         tools/cextract-1.7/Makefile thotlib/Makefile \
        thotlib/include/Makefile batch/Makefile \         thotlib/include/Makefile batch/Makefile \
          bin/amaya:../batch/amaya.in \
        script_install:../batch/script_install.in \         script_install:../batch/script_install.in \
        script_install_gnomekde:../batch/script_install_gnomekde.in \         script_install_gnomekde:../batch/script_install_gnomekde.in \
        script_install_macosxbundle:../batch/script_install_macosxbundle.in \         script_install_macosxbundle:../batch/script_install_macosxbundle.in \
Line 1484  fi Line 1485  fi
 if test -f script_uninstall ; then  if test -f script_uninstall ; then
    chmod a+x script_uninstall     chmod a+x script_uninstall
 fi  fi
   if test -f bin/amaya ; then
      chmod a+x bin/amaya
   fi
 ])  ])
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then

Removed from v.1.216  
changed lines
  Added in v.1.217


Webmaster