]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Oct 2013 21:37:58 +0000 (23:37 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Oct 2013 21:42:19 +0000 (23:42 +0200)
commit97c687000a3f987440cc73bcfa26ae30bb9af28f
tree40c180dffe6595ef2c864ab0fd0c2ab4b6b6969a
parent6f21eefbe98c8c1f367aebbe013ebe549a5a9fe2
pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values

When we have patches touching configure.ac and hence need to set
<pkg>_AUTORECONF = YES we also have to remember to set
HOST_<pkg>_AUTORECONF = YES if we build both host and target versions,
which is often forgotten (latest case was bison).

Fix it by making the host versions of _AUTORECONF and _AUTORECONF_OPT
default to whatever the target versions are set to, similar to how we
handle a number of the other variables.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-autotools.mk