public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] libgloss: wince: add ACLOCAL_AMFLAGS settings
@ 2022-01-08  1:42 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-01-08  1:42 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=02217282339fec87768e065f3df795c85239c135

commit 02217282339fec87768e065f3df795c85239c135
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Jan 7 00:55:45 2022 -0500

    libgloss: wince: add ACLOCAL_AMFLAGS settings
    
    This allows autoreconf to "just work" and find the right macros.

Diff:
---
 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 f5a45625f..a6b74bce8 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 c8818936e..00c32d844 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-08  1:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08  1:42 [newlib-cygwin] libgloss: wince: add ACLOCAL_AMFLAGS settings Michael Frysinger

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).