aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/files
Commit message (Collapse)AuthorAgeFilesLines
* automake: always use correct path for aclocal.realLeonardo Mörlein2022-07-141-1/+1
| | | | | | | | | | | | | | | | Before this commit, it was assumed that aclocal.real is in the PATH. While this was fine for the normal build workflow, this led to some issues if make TOPDIR="$(pwd)" -C "$pkgdir" compile was called manually. The command failed with: /home/.../openwrt/staging_dir/host/bin/aclocal: line 2: aclocal.real: command not found autoreconf: /home/.../openwrt/staging_dir/host/bin/aclocal failed with exit status: 127 After the commit, the package is built sucessfully. Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-221-9/+1
| | | | | | exports to templates, fix automake path for host builds SVN-Revision: 15339
* Check for existence of target aclocal folder before including them.Lars-Peter Clausen2008-10-091-4/+9
| | | | SVN-Revision: 12934
* Add wrapper around aclocal which also search in the targets staging dir ↵Lars-Peter Clausen2008-10-081-0/+5
aclocal folder for m4 files. SVN-Revision: 12929