| Curiouser and curiouser.. I got yesterday's with
| cvs update -D "2001-01-17 21:24" -P -d
Thanks for tracing the difference. I'll dig into this. Could I ask
you to look at config.log from:
| >From that directory:
|
| quartz% more /tmp/yesterday
| ====================================
| Testing suite for GNU Autoconf 2.49c
| ====================================
| 69. ./syntax.at:27: testing AC_F77_WRAPPERS...
| ./syntax.at:27: autoconf --autoconf-dir .. -l $at_srcdir
| ./syntax.at:27: autoheader --autoconf-dir .. -l $at_srcdir
| ./syntax.at:27: top_srcdir=$top_srcdir ./configure
| --- empty Thu Jan 18 18:02:51 2001
| +++ stderr Thu Jan 18 18:02:54 2001
| @@ -0,0 +1 @@
| +configure: error: Fortran 77 compiler cannot create executables
| checking for g77... g77
| checking whether the Fortran 77 compiler works... no
| 69. ./syntax.at:27: ok (skipped near `syntax.at:27')
| =======================================
| All 1 tests were successful (1 skipped)
| =======================================
to understand 1. why it thought the compiler is broken, and 2. if in
your opinion it was right thinking so.
| .. and BTW what does -d do?
|
| Options:
| -h Display this help message and the description of TESTS
| -e Abort the full suite and inhibit normal clean up if a test fails
| -v Force more detailed output, default for debugging scripts
| -x Have the shell to trace command execution
Thanks, will document it. It prevents the creation of the debug
scripts, and prevents the removal of the files created by the test.
That's why debug-N.sh is more or less equal to `./testsuite -d -v N'
(yet to avoid that it recreate itself :).