2 < if test -d /dev/fd && (test -r /dev/fd/0 < /dev/null) ; then
4 > if test -d /dev/fd && (exec test -r /dev/fd/0 < /dev/null) ; then
6 < if (test -r /dev/fd/3 3</dev/null) ; then
8 > if (exec test -r /dev/fd/3 3</dev/null) ; then
10 < if test -d /proc/self/fd && (test -r /proc/self/fd/0 < /dev/null) ; then
12 > if test -d /proc/self/fd && (exec test -r /proc/self/fd/0 < /dev/null) ; then
14 > echo xxxxxxxxxxxxxxxxxxxxxxxxxxxx >&6
15 > echo xxxxxxxxxxxxxxxxxxxxxxxxxxxx >&5
18 < if (test -r /dev/stdin < /dev/null) ; then
20 > if (exec test -r /dev/stdin < /dev/null) ; then
22 < ac_config_files="$ac_config_files Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile lib/intl/Makefile lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in examples/loadables/Makefile examples/loadables/Makefile.inc examples/loadables/perl/Makefile support/bush.pc support/bushbug.sh"
24 > ac_config_files="$ac_config_files Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile lib/intl/Makefile lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile lib/tilde/Makefile doc/umdoc/Makefile support/Makefile po/Makefile.in examples/loadables/Makefile examples/loadables/Makefile.inc examples/loadables/perl/Makefile support/bush.pc support/bushbug.sh"
26 < "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
28 > "doc/umdoc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/umdoc/Makefile" ;;