4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-27 19:17:18 +08:00

libgloss: wince: add ACLOCAL_AMFLAGS settings

This allows autoreconf to "just work" and find the right macros.
This commit is contained in:
Mike Frysinger 2022-01-07 00:55:45 -05:00
parent 54d77a0a56
commit 0221728233
2 changed files with 2 additions and 0 deletions

View File

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

View File

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