bug-pyconfigure
[Top][All Lists]
Advanced

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

Re: [Bug-pyconfigure] [PATCH] m4: fix broken redirection to AS_MESSAGE_L


From: Brandon Invergo
Subject: Re: [Bug-pyconfigure] [PATCH] m4: fix broken redirection to AS_MESSAGE_LOG_FD
Date: Mon, 03 Dec 2012 20:18:11 +0100
User-agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu)

Duncan Burke <address@hidden> writes:

> There were were three separate problems with the usage of AS_MESSAGE_LOG_FD:
>
>* ./configure was erroneously producing files named with the fd number
>  due to the missing ampersand.
>
>* /bin/sh does not accept whitespace between redirection terms.
>
>* It is invalid to append to an fd in this manner. A straight redirection
>  gives the desired result.

Ah, great catch. I had noticed a file called "5" pop up when I ran
`configure' but I hadn't yet searched for the cause. Thanks!

The patch has been applied.

-brandon



reply via email to

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