From: Corey Farrell Date: Sat, 2 May 2015 07:15:15 +0000 (-0400) Subject: res_pjsip_dlg_options: Fix MODULEINFO section. X-Git-Tag: 14.0.0-beta1~1001^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F335%2F1;p=thirdparty%2Fasterisk.git res_pjsip_dlg_options: Fix MODULEINFO section. Removed the extra space before "MODULEINFO" in res_pjsip_dlg_options. This extra space prevented any of the dependencies from being seen by menuselect, so building with default options would fail if PJSIP was not installed. This also makes the tool that extracts information for menuselect tolerant of multiple spaces in the future. ASTERISK-25033 #close Reported by: Peter Whisker Change-Id: Iccd54846f70c4a7a50cb5bf70b7bb5cb4bab3698 --- diff --git a/build_tools/get_moduleinfo b/build_tools/get_moduleinfo index 4dbb2942fb..e4e72bbc42 100644 --- a/build_tools/get_moduleinfo +++ b/build_tools/get_moduleinfo @@ -1,4 +1,4 @@ -/\/\*\*\* MODULEINFO/ {printit=1; next} +/\/\*\*\* +MODULEINFO/ {printit=1; next} // {if (gotsupportlevel) { next }; gotsupportlevel=1} /\*\*\*\// {printit=0} /.*/ {if (printit) print} diff --git a/res/res_pjsip_dlg_options.c b/res/res_pjsip_dlg_options.c index 45a19408d4..34151244b1 100644 --- a/res/res_pjsip_dlg_options.c +++ b/res/res_pjsip_dlg_options.c @@ -16,7 +16,7 @@ * at the top of the source tree. */ -/*** MODULEINFO +/*** MODULEINFO pjproject res_pjsip res_pjsip_session