Diff for /Amaya/Makefile.in between versions 1.80 and 1.81

version 1.80, 2002/10/15 15:41:38 version 1.81, 2002/12/03 13:52:12
Line 280  libraptor_config: @MAKERAPTOR@ force Line 280  libraptor_config: @MAKERAPTOR@ force
          @(localdir=`pwd` ; raptordir="$$localdir/../$(LIBRAPTOR)" ; \           @(localdir=`pwd` ; raptordir="$$localdir/../$(LIBRAPTOR)" ; \
           cd $(LIBRAPTOR) ; unset LANG; \            cd $(LIBRAPTOR) ; unset LANG; \
           if [ ! -f Makefile -o ! -f config.h ] ; then \            if [ ! -f Makefile -o ! -f config.h ] ; then \
                 CFLAGS="-$$raptordir/expat/xmlparse" \                  CFLAGS="-I$$raptordir/expat/xmlparse" \
                         $$raptordir/configure \                          $$raptordir/configure \
                         --without-shared \                          --without-shared \
                         --with-expat ; \                          --with-expat ; \

Removed from v.1.80  
changed lines
  Added in v.1.81


Webmaster