improve of cmpl.
[bush.git] / mydoc / configure-err-note.txt
blobf0a45f132a92b47b9234abb30f5abb06a28812ad
1 20299c20299
2 < if test -d /dev/fd  && (test -r /dev/fd/0 < /dev/null) ; then
3 ---
4 > if test -d /dev/fd  && (exec test -r /dev/fd/0 < /dev/null) ; then
5 20301c20301
6 <    if (test -r /dev/fd/3 3</dev/null) ; then
7 ---
8 >    if (exec test -r /dev/fd/3 3</dev/null) ; then
9 20308c20308
10 <   if test -d /proc/self/fd && (test -r /proc/self/fd/0 < /dev/null) ; then
11 ---
12 >   if test -d /proc/self/fd && (exec test -r /proc/self/fd/0 < /dev/null) ; then
13 20316a20317,20319
14 > echo xxxxxxxxxxxxxxxxxxxxxxxxxxxx >&6
15 > echo xxxxxxxxxxxxxxxxxxxxxxxxxxxx >&5
16
17 20336c20339
18 <   if (test -r /dev/stdin < /dev/null) ; then
19 ---
20 >   if (exec test -r /dev/stdin < /dev/null) ; then
21 20561c20564
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"
23 ---
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"
25 21282c21285
26 <     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
27 ---
28 >     "doc/umdoc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/umdoc/Makefile" ;;