Diff for /rpl/Attic/configure between versions 1.39 and 1.40

version 1.39, 2010/09/07 12:54:03 version 1.40, 2010/09/07 20:59:04
Line 610  GSL Line 610  GSL
 UNITS  UNITS
 READLINE  READLINE
 NCURSES  NCURSES
   BSH_PATH
 BROKEN_SIGINFO  BROKEN_SIGINFO
 IPV6  IPV6
 SEMUN  SEMUN
Line 778  enable_profile Line 779  enable_profile
 enable_final_run_path  enable_final_run_path
 with_mysql  with_mysql
 with_postgresql  with_postgresql
   with_bourne_shell
 with_openssl_arch  with_openssl_arch
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
Line 1452  Optional Packages: Line 1454  Optional Packages:
   --with-x                use the X Window System    --with-x                use the X Window System
   --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-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)    --with-openssl-arch=ARCH  specify os and compiler for openssl (ARCH or list)
   
 Some influential environment variables:  Some influential environment variables:
Line 7726  fi Line 7729  fi
   
   
   
   # with_postgresql : check [pas défini], yes [uniquement --with],
   # no [--without], valeur [--with=valeur].
   
   # Check whether --with-bourne_shell was given.
   if test "${with_bourne_shell+set}" = set; then :
     withval=$with_bourne_shell;
   else
     with_bourne_shell=no
   fi
   
   
   if test "x$with_bourne_shell" = xyes; then
       as_fn_error $? "You have to specify a valide shell path !" "$LINENO" 5
   fi
   
   if test "x$with_bourne_shell" = xno; then
       if test $(uname) = "OS/2"; then
           as_fn_error $? "With OS/2 or eComstation, you have to specify a valide shell path !" "$LINENO" 5
       fi
   
       BSH_PATH=
   else
       if test ! -x $with_bourne_shell; then
           as_fn_error $? "$with_bourne_shell is not executable !" "$LINENO" 5
       fi
   
       if test $(uname) = "OS/2"; then
           BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_bourne_shell\\\"\"
       else
           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5
   $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}
           BSH_PATH=
       fi
   fi
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }  $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 if test "${ac_cv_path_GREP+set}" = set; then :  if test "${ac_cv_path_GREP+set}" = set; then :
Line 9215  esac Line 9253  esac
   
   
   
   
   
   
   

Removed from v.1.39  
changed lines
  Added in v.1.40


CVSweb interface <joel.bertrand@systella.fr>