]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
autoconf: add patch to make it work under dash
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2009 15:14:56 +0000 (16:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2009 18:57:33 +0000 (19:57 +0100)
commitcb4ab36bcf15560eb52ab78500db317ad0a963d9
tree2d82c7fa7ef59de42945e8e060497476f1ac6093
parent169403079a10a783cce02b00ae8adf5509dfc04a
autoconf: add patch to make it work under dash

autoconf >= 2.64 was broken when /bin/sh is symlinked to dash. This
has been fixed post-2.65 by the commit at
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=7f75858f577f11a844781764f30cd42cfe8a5669.

Compared to the original patch, the patch included in Buildroot
manually does the change to the ./configure script itself. Otherwise,
the compilation of host-autoconf would require host-autoconf itself.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/autoconf/autoconf-2.65-fix-m4-detection-test-on-dash.patch [new file with mode: 0644]