Diff for /Amaya/Makefile.in between versions 1.95 and 1.96

version 1.95, 2003/07/07 12:45:01 version 1.96, 2003/09/16 14:34:47
Line 315  libraptor: @MAKERAPTOR@ libraptor_config Line 315  libraptor: @MAKERAPTOR@ libraptor_config
 #    $(LN_S) "$$libwwwdir/modules/expat" "$(THOTDIR)/../$(REDLAND)/expat" ; \  #    $(LN_S) "$$libwwwdir/modules/expat" "$(THOTDIR)/../$(REDLAND)/expat" ; \
 # fi)  # fi)
   
   # Because redland 0.9.14 forces the check on a glib-2.0 function, we remove the
   # results of the configure to force its non use.
   
 redland_config: @MAKEREDLAND@ force  redland_config: @MAKEREDLAND@ force
         @(if test ! -e "$(THOTDIR)/../$(REDLAND)"  ; then \          @(if test ! -e "$(THOTDIR)/../$(REDLAND)"  ; then \
               $(ECHO) "Error redland dir not found at $(THOTDIR)/$(REDLAND)" ; \                $(ECHO) "Error redland dir not found at $(THOTDIR)/$(REDLAND)" ; \
Line 337  redland_config: @MAKEREDLAND@ force Line 340  redland_config: @MAKEREDLAND@ force
                         --without-openssl-digests \                          --without-openssl-digests \
                         --cache-file=$$localdir/config.cache; \                          --cache-file=$$localdir/config.cache; \
                 $(ECHO) "redland is configured" ; \                  $(ECHO) "redland is configured" ; \
                   cd raptor ; \
                   echo "Patching the raptor_config.h file to avoid including glib2-0" ; \
                   $(CP) raptor_config.h raptor_config.h.orig ; \
                   $(SED) "s/\(\#define HAVE_G_UTF8_NORMALIZE 1\)/\/* \1 *\//" \
                           raptor_config.h.orig > raptor_config.h ; \
           fi)            fi)
   
   

Removed from v.1.95  
changed lines
  Added in v.1.96


Webmaster