Diff for /rpl/rplcas/Makefile.in between versions 1.63 and 1.65

version 1.63, 2019/11/01 16:24:53 version 1.65, 2021/12/10 12:14:11
Line 145  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ Line 145  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@
                 --enable-ntl \                  --enable-ntl \
                 --enable-gsl \                  --enable-gsl \
                 --disable-shared --enable-static \                  --disable-shared --enable-static \
                   --disable-micropy --disable-quickjs \
                 --disable-gui --without-x); \                  --disable-gui --without-x); \
     else \      else \
         (cd @GIAC@ && \          (cd @GIAC@ && \
Line 157  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ Line 158  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@
                 --enable-ntl \                  --enable-ntl \
                 --enable-gsl \                  --enable-gsl \
                 --disable-shared --enable-static \                  --disable-shared --enable-static \
                   --disable-micropy --disable-quickjs \
                 --disable-gui --without-x); \                  --disable-gui --without-x); \
     fi; \      fi; \
     (cd @GIAC@/src && \      (cd @GIAC@/src && \
Line 169  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ Line 171  lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@
             sed -e 's/\/\* #undef HAVE_LIBNTL \*\//#define HAVE_LIBNTL/' | \              sed -e 's/\/\* #undef HAVE_LIBNTL \*\//#define HAVE_LIBNTL/' | \
             sed -e 's/\/\* #undef HAVE_LIBPARI \*\//#define HAVE_LIBPARI/' | \              sed -e 's/\/\* #undef HAVE_LIBPARI \*\//#define HAVE_LIBPARI/' | \
             sed -e 's/\/\* #undef HAVE_LIBGSL \*\//#define HAVE_LIBGSL/' | \              sed -e 's/\/\* #undef HAVE_LIBGSL \*\//#define HAVE_LIBGSL/' | \
             sed -e 's/#define HAVE_LIBCOCOA 1//' | \  
             sed -e 's/#define HAVE_LIBSAMPLERATE 1//' | \              sed -e 's/#define HAVE_LIBSAMPLERATE 1//' | \
             sed -e 's/#define HAVE_PNG_H 1//' > config.h && \              sed -e 's/#define HAVE_PNG_H 1//' > config.h && \
             rm -f config.h.orig); \              rm -f config.h.orig); \

Removed from v.1.63  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>