Diff for /rpl/Attic/configure between versions 1.61 and 1.65

version 1.61, 2011/06/24 15:59:06 version 1.65, 2011/06/27 14:01:48
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.prerelease.3.  # Generated by GNU Autoconf 2.68 for rpl 4.1.0.
 #  #
 #  #
 # 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.prerelease.3'  PACKAGE_VERSION='4.1.0'
 PACKAGE_STRING='rpl 4.1.0.prerelease.3'  PACKAGE_STRING='rpl 4.1.0'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 778  ac_user_opts=' Line 778  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
   with_32bits
 enable_optimization  enable_optimization
 enable_sysv_semaphores  enable_sysv_semaphores
 enable_full_static  enable_full_static
Line 1363  if test "$ac_init_help" = "long"; then Line 1364  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.prerelease.3 to adapt to many kinds of systems.  \`configure' configures rpl 4.1.0 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1438  fi Line 1439  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.prerelease.3:";;       short | recursive ) echo "Configuration of rpl 4.1.0:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1466  Optional Packages: Line 1467  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --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-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 1554  fi Line 1556  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.prerelease.3  rpl configure 4.1.0
 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 2265  cat >config.log <<_ACEOF Line 2267  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.prerelease.3, which was  It was created by rpl $as_me 4.1.0, 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 3191  fi Line 3193  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='rpl'   PACKAGE='rpl'
  VERSION='4.1.0.prerelease.3'   VERSION='4.1.0'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 5866  if test "$ac_x_libraries" != "no"; then Line 5868  if test "$ac_x_libraries" != "no"; then
     fi      fi
 fi  fi
   
   
   # Check whether --with-32bits was given.
   if test "${with_32bits+set}" = set; then :
     withval=$with_32bits;
   if test "$with-32bits-abi" = "no"; then
   else
       ABI=-m32
   fi
   else
   
       ABI=-m32
   
   
   fi
   
   
   SUBST(ABI)
   
 # 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 :
   enableval=$enable_optimization;    enableval=$enable_optimization;
Line 9952  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 9972  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.prerelease.3, which was  This file was extended by rpl $as_me 4.1.0, 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 10018  _ACEOF Line 10038  _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.prerelease.3  rpl config.status 4.1.0
 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.61  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>