[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
automake-1.4-p5: bug in elisp file handling
From: |
Sergey Vlasov |
Subject: |
automake-1.4-p5: bug in elisp file handling |
Date: |
Mon, 20 Aug 2001 20:22:17 +0400 |
I have found a bug in elisp file handling in automake-1.4-p5.
In lisp.am, the part which performs installation is obviously
copied from header.am, together with the '@' character
which turns off echoing in make. However, in lisp.am this
code is inside a shell conditional, therefore the '@' is
passed to the shell, which chokes on it.
The attached patch solves the problem.
--
Sergey Vlasov
automake-1.4-p5-lispfix.patch
Description: Binary data
- automake-1.4-p5: bug in elisp file handling,
Sergey Vlasov <=