Re: [Patch] remove temp file in sanity check

2001-05-04 Thread Akim Demaille
| + rm -f conftest.file | if test "$[*]" != "X $srcdir/configure conftest.file" \ |&& test "$[*]" != "X conftest.file $srcdir/configure"; then | | Obviously there is a problem here. No, there is none, just my being tired I guess :( Sorry, applied.

Re: [Patch] remove temp file in sanity check

2001-05-04 Thread Akim Demaille
+ rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then Obviously there is a problem here. Anyway, configure 2.50+ removes conftest* when it exits so there is no real issue here (2.13 does not, but it

[Patch] remove temp file in sanity check

2001-04-27 Thread Peter Eisentraut
2001-04-27 Peter Eisentraut <[EMAIL PROTECTED]> * m4/sanity.m4: Remove the temp file before possible error exits. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter Index: m4/sanity.m4 === RCS