public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH] libgloss: wince: add ACLOCAL_AMFLAGS settings
Date: Fri,  7 Jan 2022 01:47:58 -0500	[thread overview]
Message-ID: <20220107064758.13016-1-vapier@gentoo.org> (raw)

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


             reply	other threads:[~2022-01-07  6:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  6:47 Mike Frysinger [this message]
2022-01-07 10:19 ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220107064758.13016-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).