提交 e6ec9b3c authored 作者: Travis Cross's avatar Travis Cross

Add automake subdir-options for modules

The automake project is apparently changing behavior in their next
major version and warning everyone who relies on subdir-options to add
it explicitly.
上级 90fbc623
AUTOMAKE_OPTIONS = foreign subdir-objects
AM_CFLAGS = $(SWITCH_AM_CFLAGS) $(SWITCH_ANSI_CFLAGS)
AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
AM_LDFLAGS = $(SWITCH_AM_LDFLAGS)
......
include $(top_srcdir)/build/modmake.rulesam
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS += foreign
MODNAME=mod_curl
JSON_C=json-c-0.9
......
include $(top_srcdir)/build/modmake.rulesam
AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS += foreign
# V8 version to use
V8=v8-3.24.14
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论