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

version 1.215, 2006/11/30 09:39:00 version 1.216, 2007/01/15 16:25:33
Line 10  dnl    GENERIC AUTOCONF STUFF : GUESS IN Line 10  dnl    GENERIC AUTOCONF STUFF : GUESS IN
 dnl  dnl
 dnl  ***************************************************************  dnl  ***************************************************************
   
 AC_PREREQ(2.53)  AC_PREREQ(2.54)
 AC_INIT(thotlib/internals/h/constpiv.h)  AC_INIT(thotlib/internals/h/constpiv.h)
 AC_REVISION  AC_REVISION
   
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=53  AMAYAWX_MINVER=54
 AMAYAWX_SUBVER=0  AMAYAWX_SUBVER=0
   
 #the old version (to remove when switching on wx)  #the old version (to remove when switching on wx)
 AMAYA_MAJVER=8  AMAYA_MAJVER=8
 AMAYA_MINVER=53  AMAYA_MINVER=54
 AMAYA_SUBVER=0  AMAYA_SUBVER=0
   
 if test "$with_wx" = "yes" ; then  if test "$with_wx" = "yes" ; then

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


Webmaster