aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-07 00:55:45 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-07 15:54:57 -0500
commit02217282339fec87768e065f3df795c85239c135 (patch)
tree9181fefe5ebef420668b6eae10d70ecd54a7afa0
parent54d77a0a56c1d33da1aaf96488877692562ba1f1 (diff)
downloadnewlib-02217282339fec87768e065f3df795c85239c135.zip
newlib-02217282339fec87768e065f3df795c85239c135.tar.gz
newlib-02217282339fec87768e065f3df795c85239c135.tar.bz2
libgloss: wince: add ACLOCAL_AMFLAGS settings
This allows autoreconf to "just work" and find the right macros.
-rw-r--r--libgloss/wince/Makefile.am1
-rw-r--r--libgloss/wince/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/wince/Makefile.am b/libgloss/wince/Makefile.am
index f5a4562..a6b74bc 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 c881893..00c32d8 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)