Diff for /Amaya/configure.in between versions 1.127 and 1.128

version 1.127, 2003/12/17 14:12:40 version 1.128, 2004/01/06 12:16:35
Line 651  CXX_OPTIONS="-D__cplusplus" Line 651  CXX_OPTIONS="-D__cplusplus"
 CXXFLAGS="${CXXFLAGS} -W -x c++ ${CXX_OPTIONS}"  CXXFLAGS="${CXXFLAGS} -W -x c++ ${CXX_OPTIONS}"
   
 dnl  dnl
   dnl Check for operating system (UNIX / WINDOWS / MACOSX )
   dnl TODO : how to know the OS ... add some test to detect automaticaly
   dnl
   OS_OPTIONS="-D_UNIX"
   
   dnl
 dnl Check for availability of amaya sources  dnl Check for availability of amaya sources
 dnl  dnl
   
Line 1194  dnl Line 1200  dnl
 dnl The options for each library or binary  dnl The options for each library or binary
 dnl  dnl
   
 THOT_OPTIONS="$I18N_OPTIONS $MOTIF_OPTIONS $GTK_OPTIONS $GL_OPTIONS $WX_OPTIONS $NOGUI_OPTIONS"  THOT_OPTIONS="$OS_OPTIONS $I18N_OPTIONS $MOTIF_OPTIONS $GTK_OPTIONS $GL_OPTIONS $WX_OPTIONS $NOGUI_OPTIONS"
 AMAYA_OPTIONS="$MATH_OPTIONS $SVG_OPTIONS $GENERIC_XML_OPTIONS $I18N_OPTIONS $MOTIF_OPTIONS $GTK_OPTIONS $GL_OPTIONS $WX_OPTIONS $NOGUI_OPTIONS"  AMAYA_OPTIONS="$OS_OPTIONS $MATH_OPTIONS $SVG_OPTIONS $GENERIC_XML_OPTIONS $I18N_OPTIONS $MOTIF_OPTIONS $GTK_OPTIONS $GL_OPTIONS $WX_OPTIONS $NOGUI_OPTIONS"
 #PLUGIN_OPTIONS="-DPLUGIN_TRACE -DXP_UNIX"  #PLUGIN_OPTIONS="-DPLUGIN_TRACE -DXP_UNIX"
 AMAYA_ANNOT_OPTIONS="$AMAYA_ANNOT_OPTIONS $I18N_OPTIONS"  AMAYA_ANNOT_OPTIONS="$OS_OPTIONS $AMAYA_ANNOT_OPTIONS $I18N_OPTIONS"
   
 IMGLIBS="-ljpeg -lpng -lz"  IMGLIBS="-ljpeg -lpng -lz"
 EXTRA_LIBS=  EXTRA_LIBS=
Line 1400  if test "$build_amaya" = "yes" ; then Line 1406  if test "$build_amaya" = "yes" ; then
         echo Amaya configured with internationalization suppport          echo Amaya configured with internationalization suppport
     fi       fi 
     if test "$with_gl" = "yes" ; then      if test "$with_gl" = "yes" ; then
         echo Amaya configured with Opengl Canvas Rendering \(experimental\)          echo Amaya configured with OpenGL Canvas Rendering \(experimental\)
     fi      fi
     if test "$with_dav" = "yes" ; then      if test "$with_dav" = "yes" ; then
         echo Amaya configured with WebDAV support \(experimental\)          echo Amaya configured with WebDAV support \(experimental\)
Line 1447  if test "$with_wx" = "yes" ; then Line 1453  if test "$with_wx" = "yes" ; then
 fi  fi
   
 if test "$with_nogui" = "yes" ; then  if test "$with_nogui" = "yes" ; then
   echo "Amaya configured with no GUI toolkit"    echo "Amaya configured without GUI toolkit"
 fi  fi
       
 echo ""  echo ""

Removed from v.1.127  
changed lines
  Added in v.1.128


Webmaster