--- rpl/Attic/configure 2010/09/07 12:54:03 1.39 +++ rpl/Attic/configure 2010/09/07 20:59:04 1.40 @@ -610,6 +610,7 @@ GSL UNITS READLINE NCURSES +BSH_PATH BROKEN_SIGINFO IPV6 SEMUN @@ -778,6 +779,7 @@ enable_profile enable_final_run_path with_mysql with_postgresql +with_bourne_shell with_openssl_arch ' ac_precious_vars='build_alias @@ -1452,6 +1454,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-bourne-shell=PATH specify path for OS/2 bourne shell --with-openssl-arch=ARCH specify os and compiler for openssl (ARCH or list) Some influential environment variables: @@ -7726,6 +7729,41 @@ 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_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then : @@ -9215,6 +9253,7 @@ esac +