Diff for /Amaya/Makefile.in between versions 1.102 and 1.103

version 1.102, 2004/06/11 13:43:32 version 1.103, 2004/06/29 13:29:35
Line 351  redland_config: @MAKEREDLAND@ force Line 351  redland_config: @MAKEREDLAND@ force
                         --cache-file=$$localdir/config.cache; \                          --cache-file=$$localdir/config.cache; \
                 $(ECHO) "redland is configured" ; \                  $(ECHO) "redland is configured" ; \
                 cd raptor ; \                  cd raptor ; \
                 echo "Patching the raptor_config.h file to avoid including glib2-0" ; \                  if [ ! -e raptor_config.h.org ] ; then \
                 $(CP) raptor_config.h raptor_config.h.orig ; \                    $(ECHO) "Patching the raptor_config.h file to avoid including glib2-0" ; \
                 $(SED) "s/\(\#define HAVE_G_UTF8_NORMALIZE 1\)/\/* \1 *\//" \                    $(CP) raptor_config.h raptor_config.h.orig ; \
                         raptor_config.h.orig > raptor_config.h ; \                    $(SED) "s/\(\#define HAVE_G_UTF8_NORMALIZE 1\)/\/* \1 *\//" \
                             raptor_config.h.orig > raptor_config.h ; \
                     $(ECHO) "Raptor is patched" ; \
                   fi ; \
           fi)            fi)
   
   

Removed from v.1.102  
changed lines
  Added in v.1.103


Webmaster