--- rpl/Attic/configure 2010/04/17 18:57:33 1.17 +++ rpl/Attic/configure 2010/05/05 08:36:24 1.20 @@ -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.14. +# Generated by GNU Autoconf 2.65 for rpl 4.0.15. # # # 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.14' -PACKAGE_STRING='rpl 4.0.14' +PACKAGE_VERSION='4.0.15' +PACKAGE_STRING='rpl 4.0.15' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -611,7 +611,6 @@ NCURSES SEMAPHORES_NOMMES NESTED_FUNCTIONS EXPORT_DYNAMIC -LIBMTMALLOC OS GNUPLOT_COMPILATION subdirs @@ -1338,7 +1337,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.14 to adapt to many kinds of systems. +\`configure' configures rpl 4.0.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1413,7 +1412,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rpl 4.0.14:";; + short | recursive ) echo "Configuration of rpl 4.0.15:";; esac cat <<\_ACEOF @@ -1526,7 +1525,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rpl configure 4.0.14 +rpl configure 4.0.15 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2237,7 +2236,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.14, which was +It was created by rpl $as_me 4.0.15, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3156,7 +3155,7 @@ fi # Define the identity of the package. PACKAGE='rpl' - VERSION='4.0.14' + VERSION='4.0.15' cat >>confdefs.h <<_ACEOF @@ -8837,7 +8836,7 @@ fi done -ac_configure_args="$ac_configure_args --with-readline=builtin --disable-shared" +ac_configure_args="$ac_configure_args --with-readline=builtin --disable-shared --enable-static" @@ -8946,12 +8945,6 @@ esac DATE_FR=$(env LC_ALL=fr_FR date +'%A %x, %X %Z') DATE=$(env LC_ALL=C date +'%A %x, %X %Z') -if test $(uname) = "SunOS"; then - LIBMTMALLOC=-lmtmalloc -else - LIBMTMALLOC= -fi - case $(OS) in Darwin) @@ -8966,6 +8959,12 @@ case $(OS) in SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES break ;; + AIX) + EXPORT_DYNAMIC=--export-dynamic + NESTED_FUNCTIONS= + SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES + break ;; + *) EXPORT_DYNAMIC=--export-dynamic NESTED_FUNCTIONS= @@ -8997,7 +8996,6 @@ esac - ac_config_files="$ac_config_files Makefile" ac_config_files="$ac_config_files COPYING" @@ -9030,6 +9028,8 @@ ac_config_files="$ac_config_files lapack ac_config_files="$ac_config_files lapack/blas/Makefile" +ac_config_files="$ac_config_files ptmalloc3/Makefile" + ac_config_files="$ac_config_files man/rpl.1" @@ -9577,7 +9577,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.14, which was +This file was extended by rpl $as_me 4.0.15, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9643,7 +9643,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.14 +rpl config.status 4.0.15 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" @@ -9784,6 +9784,7 @@ do "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" ;; + "ptmalloc3/Makefile") CONFIG_FILES="$CONFIG_FILES ptmalloc3/Makefile" ;; "man/rpl.1") CONFIG_FILES="$CONFIG_FILES man/rpl.1" ;; "man/rplcc.1") CONFIG_FILES="$CONFIG_FILES man/rplcc.1" ;; "man/rpllink.1") CONFIG_FILES="$CONFIG_FILES man/rpllink.1" ;;