Diff for /rpl/Attic/configure.in between versions 1.42 and 1.46

version 1.42, 2010/09/07 20:59:04 version 1.46, 2010/09/23 15:27:33
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.0.19])  AC_INIT([rpl],[4.0.20])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
Line 12  READLINE=readline-6.1 Line 12  READLINE=readline-6.1
 UNITS=units-1.88  UNITS=units-1.88
 GSL=gsl-1.14  GSL=gsl-1.14
 GPP=gpp-2.24  GPP=gpp-2.24
 GNUPLOT=gnuplot-4.4.0  GNUPLOT=gnuplot-4.4.1
 FILE=file-5.03  FILE=file-5.03
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.2  SQLITE=sqlite-3.7.2
Line 237  AC_ARG_ENABLE(debug, Line 237  AC_ARG_ENABLE(debug,
 [  --enable-debug          enable debug code [[default=no]]], [  [  --enable-debug          enable debug code [[default=no]]], [
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"      DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
     MALLOC="\$(top_builddir)/ptmalloc3/libptmalloc3.a"  
 else  else
     DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"      DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"
     MALLOC=""  fi], [DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"])
 fi], [DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"  
     MALLOC="\$(top_builddir)/ptmalloc3/libptmalloc3.a"])  
   
 AC_ARG_ENABLE(profile,  AC_ARG_ENABLE(profile,
 [  --enable-profile        enable profile code [[default=no]]], [  [  --enable-profile        enable profile code [[default=no]]], [
Line 783  else Line 780  else
     fi      fi
   
     if test $(uname) = "OS/2"; then      if test $(uname) = "OS/2"; then
         BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_bourne_shell\\\"\"          with_os2_bourne_shell=$(echo $with_bourne_shell | \
                   sed -e '1,$s/\//\\\\\\\\/g')
           BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_os2_bourne_shell\\\"\"
     else      else
         AC_MSG_WARN([--with-bourne-shell ignored])          AC_MSG_WARN([--with-bourne-shell ignored])
         BSH_PATH=          BSH_PATH=
Line 992  case $OS in Line 991  case $OS in
     break ;;      break ;;
   
     OS/2)      OS/2)
         MALLOC=  
         if test $FORCED_FINAL_ENCODING -eq 0; then \          if test $FORCED_FINAL_ENCODING -eq 0; then \
             FINAL_ENCODING=CP850; \              FINAL_ENCODING=CP850; \
         fi;          fi;
Line 1060  AC_SUBST(OPENSSL) Line 1058  AC_SUBST(OPENSSL)
 AC_SUBST(FINAL_ENCODING)  AC_SUBST(FINAL_ENCODING)
 AC_SUBST(DATE)  AC_SUBST(DATE)
 AC_SUBST(DATE_FR)  AC_SUBST(DATE_FR)
 AC_SUBST(MALLOC)  
 AC_SUBST(EXT_SQL)  AC_SUBST(EXT_SQL)
   
 AC_SUBST(CFLAGS)  AC_SUBST(CFLAGS)
Line 1085  AC_CONFIG_FILES(rplsums/Makefile) Line 1082  AC_CONFIG_FILES(rplsums/Makefile)
 AC_CONFIG_FILES(rplawk/Makefile)  AC_CONFIG_FILES(rplawk/Makefile)
 AC_CONFIG_FILES(lapack/lapack/Makefile)  AC_CONFIG_FILES(lapack/lapack/Makefile)
 AC_CONFIG_FILES(lapack/blas/Makefile)  AC_CONFIG_FILES(lapack/blas/Makefile)
 AC_CONFIG_FILES(ptmalloc3/Makefile)  
   
 AC_CONFIG_FILES(man/rpl.1)  AC_CONFIG_FILES(man/rpl.1)
 AC_CONFIG_FILES(man/rplcc.1)  AC_CONFIG_FILES(man/rplcc.1)

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


CVSweb interface <joel.bertrand@systella.fr>