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

version 1.128, 2004/01/06 12:16:35 version 1.129, 2004/01/20 09:50:46
Line 676  dnl Check for additionnal packages Line 676  dnl Check for additionnal packages
 dnl use AC_CONFIG_SUBDIRS to launch configure in the subdir  dnl use AC_CONFIG_SUBDIRS to launch configure in the subdir
 dnl  dnl
   
 AC_ARG_WITH(i18n,            [  --without-i18n          disable internationalization support ])  
 dnl  
 dnl I18N support disabled by default  
 dnl  
   
 if test "$with_i18n" = "" ; then  
   if test "$enable_i18n" = "no" ; then  
     with_i18n="no"  
   else  
     with_i18n="yes"  
   fi  
   
 fi    
 if test "$with_i18n" = "yes" ; then  
    I18N_OPTIONS=-D_I18N_  
 else  
    with_i18n="no"  
    I18N_OPTIONS=""  
 fi  
   
 if test "$with_gl" = "yes" ; then  if test "$with_gl" = "yes" ; then
         AC_MSG_CHECKING([OpenGL])          AC_MSG_CHECKING([OpenGL])
         for ac_dir in                           \          for ac_dir in                           \
Line 1200  dnl Line 1180  dnl
 dnl The options for each library or binary  dnl The options for each library or binary
 dnl  dnl
   
 THOT_OPTIONS="$OS_OPTIONS $I18N_OPTIONS $MOTIF_OPTIONS $GTK_OPTIONS $GL_OPTIONS $WX_OPTIONS $NOGUI_OPTIONS"  THOT_OPTIONS="$OS_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"  AMAYA_OPTIONS="$OS_OPTIONS $MATH_OPTIONS $SVG_OPTIONS $GENERIC_XML_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="$OS_OPTIONS $AMAYA_ANNOT_OPTIONS $I18N_OPTIONS"  AMAYA_ANNOT_OPTIONS="$OS_OPTIONS $AMAYA_ANNOT_OPTIONS"
   
 IMGLIBS="-ljpeg -lpng -lz"  IMGLIBS="-ljpeg -lpng -lz"
 EXTRA_LIBS=  EXTRA_LIBS=
Line 1402  if test "$build_amaya" = "yes" ; then Line 1382  if test "$build_amaya" = "yes" ; then
     if test "$with_generic_xml" = "yes" ; then      if test "$with_generic_xml" = "yes" ; then
         echo Amaya configured with generic XML suppport          echo Amaya configured with generic XML suppport
     fi      fi
     if test "$with_i18n" = "yes" ; then      echo Amaya configured with internationalization suppport
         echo Amaya configured with internationalization suppport  
     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

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


Webmaster