tramp-devel
[Top][All Lists]
Advanced

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

configure script changes /dev/null permissions


From: Hans Halvorson
Subject: configure script changes /dev/null permissions
Date: Mon, 08 Jan 2007 21:42:47 -0500
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.92 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

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

Best wishes,
Hans




reply via email to

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