summaryrefslogtreecommitdiffstats
path: root/tools/autoconf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: portability fixesJo-Philipp Wich2015-03-241-6/+6
| | | | | | | | | | | | | The rework of the host tools discovery caused autoconf to embed absolute paths to staging_dir/host/bin/perl into the shebang of the generated autoconfig executables. Switch to the portable "/usr/bin/env perl" and enable global warnings through "$^W" instead of the "-w" interpreter argument. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44971
* autoconf: bump version to 2.69Steven Barth2014-10-091-4/+4
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 42855
* tools/autoconf: update to version 2.68Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24279
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-081-1/+1
| | | | SVN-Revision: 15714
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-9/+9
| | | | | | host-build steps SVN-Revision: 14610
* fix autoconf compilation (#3956)Felix Fietkau2008-09-081-4/+3
| | | | SVN-Revision: 12554
* add autoconf (fixes opkg build issues)Felix Fietkau2008-08-271-0/+38
SVN-Revision: 12410