bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoconf 2.52 testsuite fails.


From: Akim Demaille
Subject: Re: autoconf 2.52 testsuite fails.
Date: 13 Aug 2001 17:07:45 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

| > Hm...  Just a stupid idea...  Could you try:
|  
| > cat >/tmp/foo <<_m4eof
| > ^m4_
| > _m4eof
| 
| --
| 
| $ cat >/tmp/foo <<_m4eof
| > ^m4_
| > _m4eof
| $ cat /tmp/foo
| ^m4_
| 
| --
| 
| > cat >>/tmp/bar <<_m4eof
| > ^m4_
| > _m4eof
| 
| --
| 
| $ cat >>/tmp/bar <<_m4eof
| > ^m4_
| > _m4eof
| $ cat /tmp/bar
| ^m4_

Could you try to do exactly the same in a newly created tmp dir with:

1. mkdir /tmp/foo, 

2. (umask 077 && mktemp -d -q /tmp/barXXXXXX).

Thanks!



reply via email to

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