代码拉取完成,页面将自动刷新
# Initial Version Copyright (C) 2010 eZuce, Inc., All Rights Reserved.
# Licensed to the User under the LGPL license.
#
#
# Copyright (C) Homer Project 2012-2015 (http://www.sipcapture.org).
# Licensed to the User under the GPL license.
#
#
AC_PREREQ(2.61)
AC_INIT(homer,5.0.5,support@sipcapture.org,,http://www.sipcapture.org)
# Pass standard and project common params to ./configure switches on all sub-projects.
# Doesn't have to handle ./configure vars because those can be passed handled
OPTIONS=
for a in $@; do
case $a in
--prefix*)OPTIONS+=" $a" ;;
--disable-dep-check*)OPTIONS+=" $a" ;;
--enable-debug*)OPTIONS+=" $a" ;;
PACKAGE_REVISION*)OPTIONS+=" $a" ;;
esac
done
AC_SUBST(OPTIONS)
m4_include([config/projectlib2.m4])
m4_include([mak/rpm.m4])
m4_include([mak/deb.m4])
m4_sinclude([custom/custom.m4])
m4_include([mak/iso.m4])
m4_include([mak/deps.m4])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([mak/05-build.mk:mak/build.mk.in])
AC_CONFIG_FILES([mak/40-modules.mk:mak/modules.mk.in])
AC_CONFIG_FILES([mak/20-list-dependencies.mk:mak/list-dependencies.mk.in])
AC_CONFIG_FILES([mak/30-setup.mk:mak/setup.mk.in])
AC_OUTPUT
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。