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:
parent
54d77a0a56
commit
0221728233
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user