autoconf
[Top][All Lists]
Advanced

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

Re: autoconf test ': >emtpy' problem under Ultrix


From: Alexandre Oliva
Subject: Re: autoconf test ': >emtpy' problem under Ultrix
Date: 20 Mar 2001 03:29:32 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Mar 19, 2001, Akim Demaille <address@hidden> wrote:

> Anyway, we really need to know how to create portably empty files, we
> use it at other places IIRC.

Do we?  IIRC, there are filesystems that don't support zero-sized
files.  So we shouldn't depend on it, and we shouldn't depend on being
able to create empty files.

In this particular case, I suppose we can just create an
one-empty-line file with `echo > empty', then `cat empty >> whatever'
before comparing whatever with empty.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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