Diff for /Amaya/configure.in between versions 1.238 and 1.239

version 1.238, 2008/05/27 14:47:46 version 1.239, 2008/07/08 13:34:17
Line 731  if test "$with_raptor" = "yes" -a "$with Line 731  if test "$with_raptor" = "yes" -a "$with
     AC_PATH_PROG([RAPTOR_CONFIG],[raptor-config])      AC_PATH_PROG([RAPTOR_CONFIG],[raptor-config])
   
     if test "$RAPTOR_CONFIG" = "" ; then      if test "$RAPTOR_CONFIG" = "" ; then
         AC_MSG_WARN(Not using system-provided Raptor library)        AC_MSG_WARN(Not using system-provided Raptor library)
         with_system_raptor="no"        with_system_raptor="no"
     fi      fi
 fi  fi
   
Line 775  if test "$with_raptor" = "yes" ; then Line 775  if test "$with_raptor" = "yes" ; then
                 cd ..                  cd ..
         else          else
                 raptor_includes=`$RAPTOR_CONFIG --cflags`                  raptor_includes=`$RAPTOR_CONFIG --cflags`
                 raptor_libs=`$RAPTOR_CONFIG --libs`                  raptor_libs="-lraptor"
                   BUILDRAPTOR=""
                 AMAYA_ANNOT_OPTIONS="$AMAYA_ANNOT_OPTIONS"                  AMAYA_ANNOT_OPTIONS="$AMAYA_ANNOT_OPTIONS"
                 AMAYA_ANNOT_INCLUDES="$raptor_includes -I\$(THOTDIR)/thotlib/include"                  AMAYA_ANNOT_INCLUDES="$raptor_includes -I\$(THOTDIR)/thotlib/include"
                 AMAYA_ANNOT_EXTRA_LIBS="$raptor_libs"                  AMAYA_ANNOT_EXTRA_LIBS="$raptor_libs"
Line 1159  if test "$build_amaya" = "yes" ; then Line 1160  if test "$build_amaya" = "yes" ; then
     fi      fi
     if test "$with_annot" = "yes" ; then      if test "$with_annot" = "yes" ; then
         echo Amaya configured with Annotations support          echo Amaya configured with Annotations support
     fi        if test "$with_system_raptor" = "yes" ; then
     if test "$with_redland" = "yes" ; then          echo Amaya configured with the RaptorF library \(system\)
         if test "$with_system_redland" = "no" ; then        else
           echo Amaya configured with the Redland RDF library \(local source\)          echo Amaya configured with the Raptor library \(system\)
         else        fi
           echo Amaya configured with the Redland RDF library \(system\)  
         fi  
     fi      fi
     if test "$with_templates" = "yes" ; then      if test "$with_templates" = "yes" ; then
         echo Amaya configured with templates support          echo Amaya configured with templates support

Removed from v.1.238  
changed lines
  Added in v.1.239


Webmaster