autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_F77_WRAPPERS prob


From: Akim Demaille
Subject: Re: AC_F77_WRAPPERS prob
Date: 18 Jan 2001 17:05:10 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]