[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure script changes /dev/null permissions
From: |
Michael Albinus |
Subject: |
Re: configure script changes /dev/null permissions |
Date: |
Tue, 09 Jan 2007 09:46:22 +0100 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) |
Hans Halvorson <address@hidden> writes:
> The problem is in line 100 of "configure.ac", which instructs texi2dvi
> to rewrite /dev/null as a (read only) file. The following change to
> line 100 is sufficient to fix the problem:
>
> -- ${TEXI2DVI} -b -q -c -o /dev/null texi/test.texi 2>/dev/null >/dev/null
>
> ++ ${TEXI2DVI} -b -q -c texi/test.texi 2>/dev/null >/dev/null
The intention was to discard the output file, because it is just a
test run. Anyway, I've fixed it in CVS.
> Best wishes,
> Hans
Thanks for investigating, and best regards, Michael.