blob: eec9dd7ce0fb729858d2fb2333dc2db2872a1160 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Upstream-Status: Pending
2
3use automake options "foreign" to set the strictness as appropriate
4
5Signed-off-by: Yang Haibo <b40869@freescale.com>
6--- fcgi-ori/configure.in 2014-08-05 14:58:35.000000000 +0800
7+++ fcgi-2.4.0/configure.in 2014-08-05 14:59:08.000000000 +0800
8@@ -4,8 +4,8 @@
9 dnl generate the file "configure", which is run during the build
10 dnl to configure the system for the local environment.
11
12-AC_INIT
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013-AM_INIT_AUTOMAKE(fcgi, 2.4.1-SNAP-0910052249)
14+AC_INIT([fcgi], [2.4.1-SNAP-0910052249])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015+AM_INIT_AUTOMAKE([foreign])
16
17 AM_CONFIG_HEADER(fcgi_config.h)
18