autoconf
[Top][All Lists]
Advanced

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

Re: Migrating to autoconf 2.52g


From: Paul Eggert
Subject: Re: Migrating to autoconf 2.52g
Date: Mon, 4 Feb 2002 11:22:48 -0800 (PST)

> From: Tim Van Holder <address@hidden>
> Date: 04 Feb 2002 13:32:34 +0100
> 
> DEVNULL=/dev/null
> test -f /dev/null || { test -f NUL && DEVNULL=NUL }

That won't work, as /dev/null is not a regular file.

Also, I wouldn't bother with this sort of porting.  I would just fix
my build environment so that /dev/null works correctly.


> > Also I notice a directory called:-
> > 
> > autom4te..cache
> > 
> > in the working directory. Is this name correct? - It looks wrong...#
> 
> Looks like a bug in perl or bash

I'd say Perl.



reply via email to

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