Diff for /Amaya/Makefile.in between versions 1.100 and 1.101

version 1.100, 2004/04/07 09:06:09 version 1.101, 2004/04/07 10:17:15
Line 198  libwww_config : Line 198  libwww_config :
                         @WITHDAV@ \                          @WITHDAV@ \
                         --with-zlib; \                          --with-zlib; \
                 $(ECHO) "libwww is configured" ; \                  $(ECHO) "libwww is configured" ; \
                   $(ECHO) "patching wwwconf.h because appkit.h do not compile on macos, and it seems that appkit.h is not used in amaya" ; \
                   $(CP) wwwconf.h wwwconf.h.orig ; \
                   $(SED) "s/\(\#define HAVE_APPKIT_APPKIT_H 1\)/\/* \1 *\//" \
                           wwwconf.h.orig > wwwconf.h ; \
                   $(ECHO) "wwwconf.h patched !" ; \
           fi)            fi)
   
 libwww_make_module_md5 \  libwww_make_module_md5 \
Line 286  libraptor_config: @MAKERAPTOR@ force Line 291  libraptor_config: @MAKERAPTOR@ force
                         $$raptordir/configure \                          $$raptordir/configure \
                         --without-shared \                          --without-shared \
                         --with-expat ; \                          --with-expat ; \
                   $(ECHO) "patching libraptor/libtool because -flat_namespace option is missing and do not compile on macosx" ; \
                   $(CP) libtool libtool.orig ; \
                   $(SED) "s/\(allow_undefined_flag=\"-undefined suppress\)/\1 -flat_namespace/" \
                           libtool.orig > libtool ; \
                   $(ECHO) "libraptor/libtool patched !" ; \
                 $(ECHO) "libraptor is configured" ; \                  $(ECHO) "libraptor is configured" ; \
           fi)            fi)
   

Removed from v.1.100  
changed lines
  Added in v.1.101


Webmaster