diff options
Diffstat (limited to 'moon-abe/pbc-0.5.14/config.status')
-rwxr-xr-x | moon-abe/pbc-0.5.14/config.status | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/moon-abe/pbc-0.5.14/config.status b/moon-abe/pbc-0.5.14/config.status index 9574ddc3..d88df53d 100755 --- a/moon-abe/pbc-0.5.14/config.status +++ b/moon-abe/pbc-0.5.14/config.status @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Generated by configure. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging @@ -8,7 +8,7 @@ debug=false ac_cs_recheck=false ac_cs_silent=false -SHELL=${CONFIG_SHELL-/bin/sh} +SHELL=${CONFIG_SHELL-/bin/bash} export SHELL ## -------------------- ## ## M4sh Initialization. ## @@ -531,10 +531,10 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X '/bin/sh' './configure' $ac_configure_extra_args --no-create --no-recursion + set X '/bin/bash' './configure' $ac_configure_extra_args --no-create --no-recursion shift - $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 - CONFIG_SHELL='/bin/sh' + $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 + CONFIG_SHELL='/bin/bash' export CONFIG_SHELL exec "$@" fi @@ -567,7 +567,7 @@ enable_shared='yes' enable_static='yes' pic_mode='default' enable_fast_install='yes' -SHELL='/bin/sh' +SHELL='/bin/bash' ECHO='printf %s\n' PATH_SEPARATOR=':' host_alias='' @@ -950,7 +950,7 @@ S["PACKAGE_VERSION"]="0.5.14" S["PACKAGE_TARNAME"]="pbc" S["PACKAGE_NAME"]="pbc" S["PATH_SEPARATOR"]=":" -S["SHELL"]="/bin/sh" +S["SHELL"]="/bin/bash" _ACAWK cat >>"$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 |