From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 8AB73385803D; Sat, 8 Jan 2022 01:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AB73385803D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libgloss: wince: add ACLOCAL_AMFLAGS settings X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 54d77a0a56c1d33da1aaf96488877692562ba1f1 X-Git-Newrev: 02217282339fec87768e065f3df795c85239c135 Message-Id: <20220108014251.8AB73385803D@sourceware.org> Date: Sat, 8 Jan 2022 01:42:51 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2022 01:42:51 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=02217282339fec87768e065f3df795c85239c135 commit 02217282339fec87768e065f3df795c85239c135 Author: Mike Frysinger 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)