| Just cvs updated, and this time got a new:
| ====================================
| Testing suite for GNU Autoconf 2.49c
| ====================================
| 69. ./syntax.at:27: testing AC_F77_WRAPPERS...
| + cat
| + set +vx
| ./syntax.at:27: autoconf --autoconf-dir .. -l $at_srcdir
| + at_status=0
| + set +vx
| --- empty Thu Jan 18 15:38:18 2001
| +++ stderr Thu Jan 18 15:38:19 2001
| @@ -0,0 +1 @@
| ++ autoconf --autoconf-dir .. -l /usr/src/local/autoconf/tests
| 69. ./syntax.at:27: FAILED near `syntax.at:27'
|
|
|
| ... and thanks for solving the cp business!
This is because you used -x, and you shouldn't. Because of this shell
traces have been caught by an inner 2>stderr which, instead of being
empty, now contains
++ autoconf --autoconf-dir .. -l /usr/src/local/autoconf/tests
But anyway, as I said before, even without -x you will face a failure,
which we know.