[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.4-p5: bug in elisp file handling
From: |
Tom Tromey |
Subject: |
Re: automake-1.4-p5: bug in elisp file handling |
Date: |
22 Aug 2001 23:07:49 -0600 |
>>>>> "Sergey" == Sergey Vlasov <address@hidden> writes:
Sergey> I have found a bug in elisp file handling in automake-1.4-p5.
Sergey> In lisp.am, the part which performs installation is obviously
Sergey> copied from header.am, together with the '@' character
Sergey> which turns off echoing in make. However, in lisp.am this
Sergey> code is inside a shell conditional, therefore the '@' is
Sergey> passed to the shell, which chokes on it.
Thanks, I think this is already fixed on the 1.4 branch.
Tom