Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 1/1] package/automake: include .m4 files of autoconf-archive
@ 2023-05-28 11:30 Dario Binacchi
  2023-07-28 21:01 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 7+ messages in thread
From: Dario Binacchi @ 2023-05-28 11:30 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi

The patch expands the number of usable .m4 files by including those
contained in the autoconf-archive.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 package/automake/automake.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index fd7933dd74f9..fc235784641a 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -34,5 +34,6 @@ $(eval $(host-autotools-package))
 AUTOMAKE = $(HOST_DIR)/bin/automake
 ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal
 ACLOCAL = $(HOST_DIR)/bin/aclocal
-ACLOCAL_PATH = $(ACLOCAL_DIR):$(ACLOCAL_HOST_DIR)
+ACLOCAL_HOST_ARCHIVE_DIR = $(HOST_DIR)/share/autoconf-archive
+ACLOCAL_PATH = $(ACLOCAL_DIR):$(ACLOCAL_HOST_DIR):$(ACLOCAL_HOST_ARCHIVE_DIR)
 export ACLOCAL_PATH
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-29 17:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-28 11:30 [Buildroot] [RFC PATCH 1/1] package/automake: include .m4 files of autoconf-archive Dario Binacchi
2023-07-28 21:01 ` Thomas Petazzoni via buildroot
2023-07-29 14:47   ` Dario Binacchi
2023-07-29 21:03     ` Thomas Petazzoni via buildroot
2023-08-13 12:40       ` Yann E. MORIN
2023-08-13 20:39         ` Thomas Petazzoni via buildroot
2023-08-29 17:09           ` Dario Binacchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox