package: avoid copying .m4 files from host to staging
authorLionel Landwerlin <llandwerlin@gmail.com>
Sun, 26 Dec 2010 16:16:35 +0000 (17:16 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 28 Dec 2010 19:33:20 +0000 (20:33 +0100)
commita68640c31dbf216eb5862d76daefce4b7e754795
treee5710662cb4cc117b55a4d2be84ebf961349684a
parent58ddf43464ab3892d2af0c3973e6d9ef31653fdf
package: avoid copying .m4 files from host to staging

Since we are preparing a package generation mechanism, we would like
to avoid packages that move/touch/modify files which are not part
of their own package. That's why we try to not install host files into
the staging directory (in this case .m4 files) and instead we include
$(HOST_DIR)/usr/share/aclocal into autoreconf search directory.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/autoconf/autoconf.mk
package/automake/automake.mk
package/libtool/libtool.mk
package/pkg-config/pkg-config.mk