Diff for /Amaya/configure.in between versions 1.113 and 1.114

version 1.113, 2003/04/23 06:44:22 version 1.114, 2003/06/03 15:38:16
Line 10  dnl    GENERIC AUTOCONF STUFF : GUESS IN Line 10  dnl    GENERIC AUTOCONF STUFF : GUESS IN
 dnl  dnl
 dnl  ***************************************************************  dnl  ***************************************************************
   
 AC_PREREQ(2.2)  AC_PREREQ(2.53)
 AC_INIT(thotlib/internals/h/constpiv.h)  AC_INIT(thotlib/internals/h/constpiv.h)
 AC_REVISION  AC_REVISION
   
Line 962  if test "$build_amaya" = "yes" ; then Line 962  if test "$build_amaya" = "yes" ; then
        with_redland="no"         with_redland="no"
     fi      fi
   
     if test "$with_redland" = "yes" -a ! -d "$srcdir/redland" ; then      if test "$with_redland" = "yes" -a ! -d "$srcdir/../redland" ; then
        AC_MSG_WARN(Redland source dir not found !!)         AC_MSG_WARN(Redland source dir not found !!)
        AC_MSG_WARN(Disabling redland build !)         AC_MSG_WARN(Disabling redland build !)
        MAKEREDLAND=['#']         MAKEREDLAND=['#']
Line 971  if test "$build_amaya" = "yes" ; then Line 971  if test "$build_amaya" = "yes" ; then
   
     if test "$with_redland" = "yes" ; then      if test "$with_redland" = "yes" ; then
        AMAYA_RAPTOR_SRC="amaya_comp_redland"         AMAYA_RAPTOR_SRC="amaya_comp_redland"
        AMAYA_ANNOT_OPTIONS="$AMAYA_ANNOT_OPTIONS -DLIBRDF_INTERNAL=1 -DAM_REDLAND -DRAPTOR_RDF_PARSER -I\$(THOTDIR)/redland/librdf -I\$(THOTDIR)/redland/raptor"         AMAYA_ANNOT_OPTIONS="$AMAYA_ANNOT_OPTIONS -DLIBRDF_INTERNAL=1 -DAM_REDLAND -DRAPTOR_RDF_PARSER -I\$(THOTDIR)/../redland/librdf -I\$(THOTDIR)/../redland/raptor"
        AMAYA_RAPTOR_LIBS="../redland/librdf/.libs/librdf.a ../redland/raptor/.libs/libraptor.a -lexpat"         AMAYA_RAPTOR_LIBS="../redland/librdf/.libs/librdf.a ../redland/raptor/.libs/libraptor.a -lexpat"
        AMAYA_RAPTOR_INCLUDES="-I\$(THOTDIR)/redland/librdf -I\$(THOTDIR)/redland/raptor"         AMAYA_RAPTOR_INCLUDES="-I\$(THOTDIR)/../redland/librdf -I\$(THOTDIR)/../redland/raptor"
     fi      fi
   
     dnl control whether we should build the bookmarks support      dnl control whether we should build the bookmarks support

Removed from v.1.113  
changed lines
  Added in v.1.114


Webmaster