Diff for /Amaya/configure.in between versions 1.105 and 1.106

version 1.105, 2003/01/30 07:40:34 version 1.106, 2003/01/31 12:05:20
Line 270  if test "$with_gtk" = "yes" ; then Line 270  if test "$with_gtk" = "yes" ; then
   
 GTK_INCLUDES="`gtk-config --cflags`"  GTK_INCLUDES="`gtk-config --cflags`"
 AC_SUBST(GTK_INCLUDES)  AC_SUBST(GTK_INCLUDES)
 GTK_LIBRARIES="`gtk-config --libs` -lgdk_imlib"  GTK_LIBRARIES="`gtk-config --libs`"
   dnl GL doesn't need the imlib
   if test "${with_gl}" != "yes" ; then
    GTK_LIBRARIES="${GTK_LIBRARIES} -lgdk_imlib"
   fi
   
 AC_SUBST(GTK_LIBRARIES)  AC_SUBST(GTK_LIBRARIES)
 GTK_OPTIONS="-D_GTK -D_SVGANIM -D_SVGLIB"  GTK_OPTIONS="-D_GTK -D_SVGANIM -D_SVGLIB"
   no_motif=yes    no_motif=yes
Line 1130  if test "$build_amaya" = "yes" ; then Line 1135  if test "$build_amaya" = "yes" ; then
         echo Amaya configured with Annotations support          echo Amaya configured with Annotations support
     fi      fi
     if test "$with_raptor" = "yes" ; then      if test "$with_raptor" = "yes" ; then
         echo Amaya configured to use the raptor RDF parser          echo Amaya configured with the Raptor RDF parser
     fi      fi
     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
Line 1146  if test "$build_amaya" = "yes" ; then Line 1151  if test "$build_amaya" = "yes" ; then
     fi      fi
 fi  fi
   
 if test "$no_motif" = yes ; then  if test "$with_gtk" = yes ; then
     echo "Amaya configured with GTK"      echo "Amaya configured with GTK"
     echo "Amaya configured without static graphic libraries (libjpeg, libpng)"  else 
 else  
   if test "$no_motif" = yes ; then  
     echo "Amaya configured without static graphic libraries (libjpeg, libpng)"  
   else  
     if test "$no_graphic" = "no"; then  
       echo "Amaya configured with static graphic libraries (libjpeg, libpng)"  
     fi  
   fi  
   if test "$no_motif" = yes ; then    if test "$no_motif" = yes ; then
     echo "Motif seems not installed on this machine"      echo "Motif seems not installed on this machine"
     echo "Amaya need Motif 1.2 or 2.0"      echo "Amaya need Motif 1.2 or 2.0"

Removed from v.1.105  
changed lines
  Added in v.1.106


Webmaster