a subshell, to skip this test on broken /bin/sh of solaris.
+2004-05-21 Eric Blake <ebb9@byu.net> (tiny change)
+
+ * tests/conflnk3.test: Isolate checking for working `test -e' into
+ a subshell, to skip this test on broken /bin/sh of solaris.
+
2004-05-17 Alexandre Duret-Lutz <adl@gnu.org>
* m4/cond.m4 (AM_CONDITIONAL): Double-quote diagnostic.
Elrond Elrond@Wunder-Nett.org
Enrico Scholz enrico.scholz@informatik.tu-chemnitz.de
Erez Zadok ezk@cs.columbia.edu
+Eric Blake ebb9@byu.net
Eric Magnien emagnien@club-internet.fr
Eric Siegerman erics_97@pobox.com
Eric Sunshine sunshine@sunshineco.com
# Skip platforms where `test -e' does not work. (Note that Changing
# all `test -e' into `test -h' will not work when AC_CONFIG_LINKS
# copies or hardlinks files.)
-test -e configure.in || exit 77
+(test -e configure.in) >/dev/null 2>&1 || exit 77
cat > Makefile.am << 'END'
SUBDIRS = sdir