Diff for /rpl/Attic/configure between versions 1.8 and 1.9

version 1.8, 2010/03/04 10:09:30 version 1.9, 2010/03/06 18:29:05
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for rpl 4.0.11.  # Generated by GNU Autoconf 2.65 for rpl 4.0.12.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Line 549  MAKEFLAGS= Line 549  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='rpl'  PACKAGE_NAME='rpl'
 PACKAGE_TARNAME='rpl'  PACKAGE_TARNAME='rpl'
 PACKAGE_VERSION='4.0.11'  PACKAGE_VERSION='4.0.12'
 PACKAGE_STRING='rpl 4.0.11'  PACKAGE_STRING='rpl 4.0.12'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 598  LTLIBOBJS Line 598  LTLIBOBJS
 LIBOBJS  LIBOBJS
 DATE_FR  DATE_FR
 FINAL_ENCODING  FINAL_ENCODING
   OPENSSL
   SQLITE
 ICONV  ICONV
 FILE  FILE
 GNUPLOT  GNUPLOT
Line 608  READLINE Line 610  READLINE
 NCURSES  NCURSES
 LIBMTMALLOC  LIBMTMALLOC
 OS  OS
 LIBICONV  
 GNUPLOT_COMPILATION  GNUPLOT_COMPILATION
 subdirs  subdirs
 EGREP  EGREP
Line 792  tools/$GSL Line 793  tools/$GSL
 tools/$GPP  tools/$GPP
 tools/$FILE  tools/$FILE
 tools/$ICONV  tools/$ICONV
   tools/$SQLITE
 tools/$GNUPLOT'  tools/$GNUPLOT'
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
Line 1333  if test "$ac_init_help" = "long"; then Line 1335  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures rpl 4.0.11 to adapt to many kinds of systems.  \`configure' configures rpl 4.0.12 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1408  fi Line 1410  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of rpl 4.0.11:";;       short | recursive ) echo "Configuration of rpl 4.0.12:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1520  fi Line 1522  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 rpl configure 4.0.11  rpl configure 4.0.12
 generated by GNU Autoconf 2.65  generated by GNU Autoconf 2.65
   
 Copyright (C) 2009 Free Software Foundation, Inc.  Copyright (C) 2009 Free Software Foundation, Inc.
Line 2231  cat >config.log <<_ACEOF Line 2233  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by rpl $as_me 4.0.11, which was  It was created by rpl $as_me 4.0.12, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.65.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 3150  fi Line 3152  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.0.11'   VERSION='4.0.12'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3202  GPP=gpp-2.24 Line 3204  GPP=gpp-2.24
 GNUPLOT=gnuplot-4.2.6  GNUPLOT=gnuplot-4.2.6
 FILE=file-5.03  FILE=file-5.03
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
   SQLITE=sqlite-3.6.22
   OPENSSL=openssl-0.9.8m
   
 ac_ext=c  ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
Line 6051  if test ! -d "$srcdir"/tools/$ICONV; the Line 6055  if test ! -d "$srcdir"/tools/$ICONV; the
     gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \      gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
 fi  fi
   if test ! -d "$srcdir"/tools/$SQLITE; then
       gunzip -c "$srcdir"/tools/$SQLITE.tar.gz | \
               (cd "$srcdir/tools" && tar -xf -)
   fi
   if test ! -d tools/$OPENSSL; then
       gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \
               (cd tools && tar -xf -)
   fi
   
 # Extract the first word of "libtoolize", so it can be a program name with args.  # Extract the first word of "libtoolize", so it can be a program name with args.
 set dummy libtoolize; ac_word=$2  set dummy libtoolize; ac_word=$2
Line 9014  subdirs="$subdirs tools/$FILE" Line 9026  subdirs="$subdirs tools/$FILE"
   
 subdirs="$subdirs tools/$ICONV"  subdirs="$subdirs tools/$ICONV"
   
   subdirs="$subdirs tools/$SQLITE"
   
   tools/$OPENSSL/config
   
 if test "$MYGNUPLOT" = "yes"; then  if test "$MYGNUPLOT" = "yes"; then
     if test ! -d "$srcdir"/tools/$GNUPLOT; then      if test ! -d "$srcdir"/tools/$GNUPLOT; then
Line 9064  esac Line 9079  esac
 case $host_os in  case $host_os in
   
     cygwin*)      cygwin*)
         LIBICONV=libiconv.dll.a  
         OS=Cygwin          OS=Cygwin
     break ;;      break ;;
   
     interix*)      interix*)
         LIBICONV=libiconv.dll.a  
         OS=Interix          OS=Interix
     break ;;      break ;;
   
     *)      *)
         LIBICONV=libiconv.a  
         OS=$(uname)          OS=$(uname)
     break ;;      break ;;
   
Line 9082  esac Line 9094  esac
   
   
   
   
 DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')  DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z')
 DATE=$(env LC_ALL=C date +'%A %x, %X %Z')  DATE=$(env LC_ALL=C date +'%A %x, %X %Z')
   
Line 9111  fi Line 9122  fi
   
   
   
   
   
 ac_config_files="$ac_config_files Makefile"  ac_config_files="$ac_config_files Makefile"
   
 ac_config_files="$ac_config_files COPYING"  ac_config_files="$ac_config_files COPYING"
Line 9137  ac_config_files="$ac_config_files rpltag Line 9150  ac_config_files="$ac_config_files rpltag
   
 ac_config_files="$ac_config_files rpliconv/Makefile"  ac_config_files="$ac_config_files rpliconv/Makefile"
   
   ac_config_files="$ac_config_files rplsums/Makefile"
   
 ac_config_files="$ac_config_files lapack/lapack/Makefile"  ac_config_files="$ac_config_files lapack/lapack/Makefile"
   
 ac_config_files="$ac_config_files lapack/blas/Makefile"  ac_config_files="$ac_config_files lapack/blas/Makefile"
Line 9688  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 9703  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
 This file was extended by rpl $as_me 4.0.11, which was  This file was extended by rpl $as_me 4.0.12, which was
 generated by GNU Autoconf 2.65.  Invocation command line was  generated by GNU Autoconf 2.65.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 9754  _ACEOF Line 9769  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
 rpl config.status 4.0.11  rpl config.status 4.0.12
 configured by $0, generated by GNU Autoconf 2.65,  configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   
Line 9892  do Line 9907  do
     "scripts/rpllink") CONFIG_FILES="$CONFIG_FILES scripts/rpllink" ;;      "scripts/rpllink") CONFIG_FILES="$CONFIG_FILES scripts/rpllink" ;;
     "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;      "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/Makefile" ;;
     "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;      "rpliconv/Makefile") CONFIG_FILES="$CONFIG_FILES rpliconv/Makefile" ;;
       "rplsums/Makefile") CONFIG_FILES="$CONFIG_FILES rplsums/Makefile" ;;
     "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;      "lapack/lapack/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/lapack/Makefile" ;;
     "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;      "lapack/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;;
     "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;      "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;

Removed from v.1.8  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>