Diff for /Amaya/Makefile.in between versions 1.41 and 1.42

version 1.41, 1999/01/15 16:54:42 version 1.42, 1999/02/19 14:30:17
Line 161  schemas : rebuild bin/str Line 161  schemas : rebuild bin/str
 #  #
   
 libwww libwww.a :  libwww libwww.a :
         @(if [ ! -d $(THOTDIR)/$(LIBWWW) ] ; \          @(if [ ! -d $(THOTDIR)/../$(LIBWWW) ] ; \
           then \            then \
               cd $(THOTDIR) ; cvs update -d $(LIBWWW) ; \                cd $(THOTDIR)/.. ; cvs update -d $(LIBWWW) ; \
           fi)            fi)
         @(if test ! -d $(LIBWWW) ; then $(MKDIR) $(LIBWWW) ;  fi)          @(if test ! -d $(LIBWWW) ; then $(MKDIR) $(LIBWWW) ;  fi)
         @(localdir=`pwd` ; libwwwdir="$(THOTDIR)/$(LIBWWW)" ; cd $(LIBWWW) ; \          @(localdir=`pwd` ; libwwwdir="$(THOTDIR)/../$(LIBWWW)" ; cd $(LIBWWW) ; \
           unset LANG; \            unset LANG; \
           if [ ! -x Makefile ] ; then \            if [ ! -f Makefile ] ; then \
                 ../$$libwwwdir/configure --disable-shared \                  ../$$libwwwdir/configure --disable-shared \
                         -with-zlib="$$localdir/libz.a"; \                          -with-zlib="$$localdir/libz.a"; \
           fi)            fi)

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster