Diff for /Amaya/configure.in between versions 1.81 and 1.82

version 1.81, 2002/02/12 14:00:44 version 1.82, 2002/04/03 11:02:01
Line 519  dnl Line 519  dnl
 dnl Check for additionnal packages  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,            [  --with-i18n             enable I18N support (experimental) ])  AC_ARG_WITH(i18n,            [  --without-i18n          disable internationalization support ])
 dnl  dnl
 dnl I18N support disabled by default  dnl I18N support disabled by default
 dnl  dnl
   
 if test "$with_i18n" = "" ; then  if test "$with_i18n" = "" ; then
   if test "$enable_i18n" = "yes" ; then    if test "$enable_i18n" = "no" ; then
     with_i18n="yes"  
   else  
     with_i18n="no"      with_i18n="no"
     else
       with_i18n="yes"
   fi    fi
   
 fi    fi  
Line 968  if test "$build_amaya" = "yes" ; then Line 968  if test "$build_amaya" = "yes" ; then
         echo Amaya configured with generic XML suppport          echo Amaya configured with generic XML suppport
     fi      fi
     if test "$with_i18n" = "yes" ; then      if test "$with_i18n" = "yes" ; then
         echo Amaya configured with I18N suppport \(experimental\)          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\)

Removed from v.1.81  
changed lines
  Added in v.1.82


Webmaster