Diff for /Amaya/configure.in between versions 1.167 and 1.168

version 1.167, 2005/02/22 15:16:43 version 1.168, 2005/02/23 18:41:54
Line 440  if test "$with_wx" = "yes" ; then Line 440  if test "$with_wx" = "yes" ; then
   #   --disable-ftp    #   --disable-ftp
   #   --disable-http    #   --disable-http
   #   --disable-sound    #   --disable-sound
   WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-docview --disable-mdi --disable-mdidoc --disable-protocols --disable-ftp --disable-http --disable-sound"    WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-docview --disable-mdi --disable-mdidoc --disable-ftp --disable-sound"
       
   if test "$OS_OPTIONS" = "-D_UNIX" ; then    if test "$OS_OPTIONS" = "-D_UNIX" ; then
     # LINUX      # LINUX
Line 609  else Line 609  else
   APP_MINVER=$AMAYA_MINVER    APP_MINVER=$AMAYA_MINVER
   APP_SUBVER=$AMAYA_SUBVER    APP_SUBVER=$AMAYA_SUBVER
 fi  fi
 APP_VER=$APP_MAJVER.$APP_MINVER.$APP_SUBVER  
   if test $APP_SUBVER = 0 ; then
     APP_VER=$APP_MAJVER.$APP_MINVER
   else
     APP_VER=$APP_MAJVER.$APP_MINVER.$APP_SUBVER
   fi
   
 # generate a header file with the right version number, so it can be used on windows AND on unix  # generate a header file with the right version number, so it can be used on windows AND on unix
 APPVERSION_H=../thotlib/internals/h/appversion.h  APPVERSION_H=../thotlib/internals/h/appversion.h

Removed from v.1.167  
changed lines
  Added in v.1.168


Webmaster