--- rpl/Attic/configure 2010/03/04 10:09:30 1.8 +++ rpl/Attic/configure 2010/04/07 07:16:10 1.15 @@ -1,6 +1,6 @@ #! /bin/sh # 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.13. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -549,8 +549,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='rpl' PACKAGE_TARNAME='rpl' -PACKAGE_VERSION='4.0.11' -PACKAGE_STRING='rpl 4.0.11' +PACKAGE_VERSION='4.0.13' +PACKAGE_STRING='rpl 4.0.13' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -598,6 +598,8 @@ LTLIBOBJS LIBOBJS DATE_FR FINAL_ENCODING +OPENSSL +SQLITE ICONV FILE GNUPLOT @@ -608,7 +610,6 @@ READLINE NCURSES LIBMTMALLOC OS -LIBICONV GNUPLOT_COMPILATION subdirs EGREP @@ -767,6 +768,7 @@ enable_profile enable_final_run_path with_mysql with_postgresql +with_openssl_arch ' ac_precious_vars='build_alias host_alias @@ -792,6 +794,7 @@ tools/$GSL tools/$GPP tools/$FILE tools/$ICONV +tools/$SQLITE tools/$GNUPLOT' # Initialize some variables set by options. @@ -1333,7 +1336,7 @@ if test "$ac_init_help" = "long"; then # 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. cat <<_ACEOF -\`configure' configures rpl 4.0.11 to adapt to many kinds of systems. +\`configure' configures rpl 4.0.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1408,7 +1411,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rpl 4.0.11:";; + short | recursive ) echo "Configuration of rpl 4.0.13:";; esac cat <<\_ACEOF @@ -1436,6 +1439,7 @@ Optional Packages: --with-x use the X Window System --with-mysql=PATH specify directory for installed mysql --with-postgresql=PATH specify directory for installed postgresql + --with-openssl-arch=ARCH specify os and compiler for openssl (ARCH or list) Some influential environment variables: CC C compiler command @@ -1520,7 +1524,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rpl configure 4.0.11 +rpl configure 4.0.13 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2231,7 +2235,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while 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.13, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3150,7 +3154,7 @@ fi # Define the identity of the package. PACKAGE='rpl' - VERSION='4.0.11' + VERSION='4.0.13' cat >>confdefs.h <<_ACEOF @@ -3197,11 +3201,13 @@ ac_config_headers="$ac_config_headers rp NCURSES=ncurses-5.7-20100206 READLINE=readline-6.1 UNITS=units-1.87 -GSL=gsl-1.13 +GSL=gsl-1.14 GPP=gpp-2.24 -GNUPLOT=gnuplot-4.2.6 +GNUPLOT=gnuplot-4.4.0 FILE=file-5.03 ICONV=libiconv-1.13.1 +SQLITE=sqlite-3.6.23.1 +OPENSSL=openssl-1.0.0 ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -5834,13 +5840,13 @@ if test "${enable_final_encoding+set}" = enableval=$enable_final_encoding; if test "$enableval" = "no"; then FINAL_ENCODING="\$(shell locale charmap | \ - awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')" + \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')" else FINAL_ENCODING="$enable_final_encoding" fi else FINAL_ENCODING="\$(shell locale charmap | \ - awk '/=/ { print \$\$3;} !/=/ { print \$\$1;}')" + \$(AWK) '/\=/ { print \$\$3;} !/\=/ { print \$\$1;}')" fi @@ -6051,6 +6057,14 @@ if test ! -d "$srcdir"/tools/$ICONV; the gunzip -c "$srcdir"/tools/$ICONV.tar.gz | \ (cd "$srcdir/tools" && tar -xf -) 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. set dummy libtoolize; ac_word=$2 @@ -6376,8 +6390,8 @@ else fi -# Extract the first word of "awk", so it can be a program name with args. -set dummy awk; ac_word=$2 +# Extract the first word of "nawk", so it can be a program name with args. +set dummy nawk; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : @@ -6415,7 +6429,7 @@ fi if test "$AWK" = no; then - as_fn_error "Can not find awk !" "$LINENO" 5 + as_fn_error "Can not find nawk !" "$LINENO" 5 fi # Extract the first word of "sed", so it can be a program name with args. @@ -9014,6 +9028,29 @@ subdirs="$subdirs tools/$FILE" subdirs="$subdirs tools/$ICONV" +subdirs="$subdirs tools/$SQLITE" + + + +# Check whether --with-openssl_arch was given. +if test "${with_openssl_arch+set}" = set; then : + withval=$with_openssl_arch; +else + with_openssl_arch=none +fi + + +if test "x$with_openssl_arch" = xnone; then + (cd tools/$OPENSSL && ./config) +elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then + (cd tools/$OPENSSL && ./Configure) + as_fn_error "OS/COMP informations are required!" "$LINENO" 5 +elif test "x$with_openssl_arch" = xlist; then + (cd tools/$OPENSSL && ./Configure) + as_fn_error "Please specify OS and Architecture" "$LINENO" 5 +else + (cd tools/$OPENSSL && ./Configure $with_openssl_arch) +fi if test "$MYGNUPLOT" = "yes"; then if test ! -d "$srcdir"/tools/$GNUPLOT; then @@ -9064,17 +9101,14 @@ esac case $host_os in cygwin*) - LIBICONV=libiconv.dll.a OS=Cygwin break ;; interix*) - LIBICONV=libiconv.dll.a OS=Interix break ;; *) - LIBICONV=libiconv.a OS=$(uname) break ;; @@ -9082,7 +9116,6 @@ esac - DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z') DATE=$(env LC_ALL=C date +'%A %x, %X %Z') @@ -9111,6 +9144,8 @@ fi + + ac_config_files="$ac_config_files Makefile" ac_config_files="$ac_config_files COPYING" @@ -9137,6 +9172,8 @@ ac_config_files="$ac_config_files rpltag 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/blas/Makefile" @@ -9688,7 +9725,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. 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.13, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9754,7 +9791,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -rpl config.status 4.0.11 +rpl config.status 4.0.13 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" @@ -9892,6 +9929,7 @@ do "scripts/rpllink") CONFIG_FILES="$CONFIG_FILES scripts/rpllink" ;; "rpltags/Makefile") CONFIG_FILES="$CONFIG_FILES rpltags/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/blas/Makefile") CONFIG_FILES="$CONFIG_FILES lapack/blas/Makefile" ;; "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;;