Diff for /rpl/configure.ac between versions 1.61 and 1.62

version 1.61, 2013/03/19 13:14:44 version 1.62, 2013/03/21 14:13:55
Line 21  OPENSSL=openssl-1.0.1e Line 21  OPENSSL=openssl-1.0.1e
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
   ZLIB=zlib-1.2.7
   
 GMP=gmp-5.1.1  GMP=gmp-5.1.1
 MPFR=mpfr-3.1.1  MPFR=mpfr-3.1.1
Line 500  if test ! -d tools/$OPENSSL; then Line 501  if test ! -d tools/$OPENSSL; then
     gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \      gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
             (cd tools && tar -xf -)              (cd tools && tar -xf -)
 fi  fi
   if test ! -d tools/$ZLIB; then
       gunzip -c "$srcdir"/tools/$ZLIB.tar.gz | \
               (cd tools && tar -xf - && cd $ZLIB && ./configure --static)
   fi
 if test ! -d rplcas; then  if test ! -d rplcas; then
     mkdir rplcas      mkdir rplcas
 fi  fi
Line 1356  AC_SUBST(PARI) Line 1361  AC_SUBST(PARI)
 AC_SUBST(GIAC)  AC_SUBST(GIAC)
 AC_SUBST(INCMOTIF)  AC_SUBST(INCMOTIF)
 AC_SUBST(LIBMOTIF)  AC_SUBST(LIBMOTIF)
   AC_SUBST(ZLIB)
   
 AC_SUBST(CFLAGS)  AC_SUBST(CFLAGS)
 AC_SUBST(CXXFLAGS)  AC_SUBST(CXXFLAGS)
Line 1381  if test $RECURSIVE = yes; then Line 1387  if test $RECURSIVE = yes; then
     AC_CONFIG_SUBDIRS(tools/$SIGSEGV)      AC_CONFIG_SUBDIRS(tools/$SIGSEGV)
 fi  fi
   
 if test x$MYSQL_LIB = x"yes" -o x$POSTGRESQL_LIB = x"yes"; then  
     ZLIB=-lz  
 else  
     ZLIB=  
 fi  
   
 AC_SUBST(ZLIB)  
   
 AC_CONFIG_FILES(Makefile)  AC_CONFIG_FILES(Makefile)
 AC_CONFIG_FILES(HEADER)  AC_CONFIG_FILES(HEADER)
 AC_CONFIG_FILES(tools/Makefile)  AC_CONFIG_FILES(tools/Makefile)

Removed from v.1.61  
changed lines
  Added in v.1.62


CVSweb interface <joel.bertrand@systella.fr>