public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings
@ 2022-01-07  6:47 Mike Frysinger
  2022-01-07 10:19 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2022-01-07  6:47 UTC (permalink / raw)
  To: newlib

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


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

* Re: [PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings
  2022-01-07  6:47 [PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings Mike Frysinger
@ 2022-01-07 10:19 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2022-01-07 10:19 UTC (permalink / raw)
  To: newlib

On Jan  7 01:47, Mike Frysinger wrote:
> 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(+)

LGTM, please push.


Thanks,
Corinna


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

end of thread, other threads:[~2022-01-07 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  6:47 [PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings Mike Frysinger
2022-01-07 10:19 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).