Diff for /rpl/Attic/configure between versions 1.66 and 1.67

version 1.66, 2011/06/27 15:27:25 version 1.67, 2011/07/22 07:38:00
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.68 for rpl 4.1.0.  # Generated by GNU Autoconf 2.68 for rpl 4.1.1.
 #  #
 #  #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Line 557  MAKEFLAGS= Line 557  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='rpl'  PACKAGE_NAME='rpl'
 PACKAGE_TARNAME='rpl'  PACKAGE_TARNAME='rpl'
 PACKAGE_VERSION='4.1.0'  PACKAGE_VERSION='4.1.1'
 PACKAGE_STRING='rpl 4.1.0'  PACKAGE_STRING='rpl 4.1.1'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 666  RANLIB Line 666  RANLIB
 LN_S  LN_S
 RUNPATH  RUNPATH
 PROFILAGE  PROFILAGE
   LIBRPLCAS
   RPLCAS
 ABI  ABI
 X_EXTRA_LIBS  X_EXTRA_LIBS
 X_LIBS  X_LIBS
Line 780  enable_option_checking Line 782  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
 with_32bits  with_32bits
   with_64bits
   with_rplcas
 enable_optimization  enable_optimization
 enable_sysv_semaphores  enable_sysv_semaphores
 enable_full_static  enable_full_static
Line 1365  if test "$ac_init_help" = "long"; then Line 1369  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.1.0 to adapt to many kinds of systems.  \`configure' configures rpl 4.1.1 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1440  fi Line 1444  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.1.0:";;       short | recursive ) echo "Configuration of rpl 4.1.1:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1469  Optional Packages: Line 1473  Optional Packages:
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-x                use the X Window System    --with-x                use the X Window System
   --with-32bits-abi       force 32bits ABI (multilib)    --with-32bits-abi       force 32bits ABI (multilib)
     --with-64bits-abi       force 64bits ABI (multilib)
     --with-rplcas           compile rplcas (default=no)
   --with-mysql=PATH         specify directory for installed mysql    --with-mysql=PATH         specify directory for installed mysql
   --with-postgresql=PATH    specify directory for installed postgresql    --with-postgresql=PATH    specify directory for installed postgresql
   --with-bourne-shell=PATH  specify path for OS/2 bourne shell    --with-bourne-shell=PATH  specify path for OS/2 bourne shell
Line 1557  fi Line 1563  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.1.0  rpl configure 4.1.1
 generated by GNU Autoconf 2.68  generated by GNU Autoconf 2.68
   
 Copyright (C) 2010 Free Software Foundation, Inc.  Copyright (C) 2010 Free Software Foundation, Inc.
Line 2268  cat >config.log <<_ACEOF Line 2274  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.1.0, which was  It was created by rpl $as_me 4.1.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 3194  fi Line 3200  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.1.0'   VERSION='4.1.1'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3254  MPFR=mpfr-3.0.1 Line 3260  MPFR=mpfr-3.0.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9943  COCOA=CoCoALib-0.9943
 PARI=pari-2.3.5  PARI=pari-2.3.5
 GIAC=giac-0.9.1  GIAC=giac-0.9.3
   
 ac_ext=c  ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
Line 5887  fi Line 5893  fi
   
   
   
   # Check whether --with-64bits was given.
   if test "${with_64bits+set}" = set; then :
     withval=$with_64bits;
   if test "$with-64bits-abi" = "no"; then
       ABI=
   else
       ABI=-m64
   fi
   else
   
       ABI=-m64
   
   
   fi
   
   
   
   # Check whether --with-rplcas was given.
   if test "${with_rplcas+set}" = set; then :
     withval=$with_rplcas;
   if test "$with-rplcas" = "no"; then
       RPLCAS=-URPLCAS
       LIBRPLCAS=
   else
       RPLCAS=-DRPLCAS
       LIBRPLCAS=\$\(top_builddir\)/rplcas/lib/librplcas.a
   fi
   else
   
       RPLCAS=-URPLCAS
       LIBRPLCAS=
   
   
   fi
   
   
   
   
   
   
 # Check whether --enable-optimization was given.  # Check whether --enable-optimization was given.
 if test "${enable_optimization+set}" = set; then :  if test "${enable_optimization+set}" = set; then :
Line 9136  if test $(uname) = "OS/2"; then Line 9181  if test $(uname) = "OS/2"; then
     bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"      bash -c "cd tools/$OPENSSL && os2/OS2-EMX.cmd"
 else  else
     if test "x$with_openssl_arch" = xnone; then      if test "x$with_openssl_arch" = xnone; then
         (cd tools/$OPENSSL && ./config)          (cd tools/$OPENSSL && ./config no-asm)
     elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then      elif test "x$with_openssl_arch" = xyes -o "x$with_openssl_arch" = xno; then
         (cd tools/$OPENSSL && ./Configure)          (cd tools/$OPENSSL && ./Configure)
         as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5          as_fn_error $? "OS/COMP informations are required!" "$LINENO" 5
Line 9144  else Line 9189  else
         (cd tools/$OPENSSL && ./Configure)          (cd tools/$OPENSSL && ./Configure)
         as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5          as_fn_error $? "Please specify OS and Architecture" "$LINENO" 5
     else      else
         (cd tools/$OPENSSL && ./Configure $with_openssl_arch)          (cd tools/$OPENSSL && ./Configure no-asm $with_openssl_arch)
     fi      fi
 fi  fi
   
Line 9974  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 10019  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.1.0, which was  This file was extended by rpl $as_me 4.1.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was  generated by GNU Autoconf 2.68.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 10040  _ACEOF Line 10085  _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.1.0  rpl config.status 4.1.1
 configured by $0, generated by GNU Autoconf 2.68,  configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   

Removed from v.1.66  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>