Diff for /rpl/configure.ac between versions 1.47 and 1.48

version 1.47, 2012/10/17 14:27:06 version 1.48, 2012/12/13 19:50:18
Line 10  AC_CONFIG_HEADERS([rplconfig.h]) Line 10  AC_CONFIG_HEADERS([rplconfig.h])
 dnl Libraries  dnl Libraries
 NCURSES=ncurses-5.9  NCURSES=ncurses-5.9
 READLINE=readline-6.2  READLINE=readline-6.2
 UNITS=units-1.89e  UNITS=units-2.01
 GSL=gsl-1.15  GSL=gsl-1.15
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.0  GNUPLOT=gnuplot-4.6.0
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.14.1  SQLITE=sqlite-3.7.15
 OPENSSL=openssl-1.0.1c  OPENSSL=openssl-1.0.1c
 OPENMOTIF=openmotif-2.3.3  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
   
 GMP=gmp-5.0.5  GMP=gmp-5.0.5
 MPFR=mpfr-3.1.0  MPFR=mpfr-3.1.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9950  COCOA=CoCoALib-0.9950
 PARI=pari-2.5.1  PARI=pari-2.5.1
 GIAC=giac-0.9.8  GIAC=giac-1.1.0
   
 dnl 32 bits ABI  dnl 32 bits ABI
 AC_ARG_WITH(gcc_version,  AC_ARG_WITH(gcc_version,
Line 423  fi], [PROFILAGE=""]) Line 423  fi], [PROFILAGE=""])
   
 AC_SUBST(PROFILAGE)  AC_SUBST(PROFILAGE)
   
   dnl Checks for uuencode
   AC_CHECK_PROG(UUENCODE, uuencode, yes, no)
   if test "$UUENCODE" = no; then
       AC_MSG_ERROR([Can not find uuencode !])
   fi
   
 if test ! -d tools; then  if test ! -d tools; then
     mkdir tools      mkdir tools
 fi  fi
Line 562  if test "$SED" = no; then Line 568  if test "$SED" = no; then
     AC_MSG_ERROR([Can not find sed !])      AC_MSG_ERROR([Can not find sed !])
 fi  fi
   
   dnl Checks for yacc
   AC_CHECK_PROG(YACC, yacc, yes, no)
   if test "$YACC" = no; then
       AC_MSG_ERROR([Can not find yacc !])
   fi
   
 dnl Checks for TeX, LaTeX, dvips, gs, gv, vim and gnuplot  dnl Checks for TeX, LaTeX, dvips, gs, gv, vim and gnuplot
 if test "$TEX_SUPPORT" = guessed; then  if test "$TEX_SUPPORT" = guessed; then
     POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"      POSTSCRIPT_SUPPORT="-DPOSTSCRIPT_SUPPORT"
Line 1365  if test $RECURSIVE = yes; then Line 1377  if test $RECURSIVE = yes; then
     AC_CONFIG_SUBDIRS(tools/$SIGSEGV)      AC_CONFIG_SUBDIRS(tools/$SIGSEGV)
 fi  fi
   
 if test $MYSQL_LIB = "yes" -o $POSTGRESQL_LIB = "yes"; then  if test x$MYSQL_LIB = x"yes" -o x$POSTGRESQL_LIB = x"yes"; then
     ZLIB=-lz      ZLIB=-lz
 else  else
     ZLIB=      ZLIB=

Removed from v.1.47  
changed lines
  Added in v.1.48


CVSweb interface <joel.bertrand@systella.fr>