[PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings

Mike Frysinger vapier@gentoo.org
Fri Jan 7 06:47:58 GMT 2022


This allows autoreconf to "just work" and find the right macros.
---
 libgloss/wince/Makefile.am | 1 +
 libgloss/wince/Makefile.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libgloss/wince/Makefile.am b/libgloss/wince/Makefile.am
index f5a45625fba3..a6b74bce8635 100644
--- a/libgloss/wince/Makefile.am
+++ b/libgloss/wince/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in.
 
 AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I . -I ..
 
 gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
 VPATH = $(gdbdir)
diff --git a/libgloss/wince/Makefile.in b/libgloss/wince/Makefile.in
index c8818936effd..00c32d844fe8 100644
--- a/libgloss/wince/Makefile.in
+++ b/libgloss/wince/Makefile.in
@@ -283,6 +283,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I . -I ..
 gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
 stub_exe_SOURCES = wince-stub.c
 tooldir = $(exec_prefix)/$(host_alias)
-- 
2.33.0



More information about the Newlib mailing list