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.
|
## Process this file with automake to produce Makefile.in.
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
ACLOCAL_AMFLAGS = -I . -I ..
|
||||||
|
|
||||||
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
||||||
VPATH = $(gdbdir)
|
VPATH = $(gdbdir)
|
||||||
|
|
|
@ -283,6 +283,7 @@ top_build_prefix = @top_build_prefix@
|
||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
ACLOCAL_AMFLAGS = -I . -I ..
|
||||||
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
gdbdir = ${dir ${patsubst %/,%,${dir @srcdir@}}}gdb
|
||||||
stub_exe_SOURCES = wince-stub.c
|
stub_exe_SOURCES = wince-stub.c
|
||||||
tooldir = $(exec_prefix)/$(host_alias)
|
tooldir = $(exec_prefix)/$(host_alias)
|
||||||
|
|
Loading…
Reference in New Issue