]> granicus.if.org Git - check/commit
Add configure option to force snprintf replacement
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 14 Oct 2013 23:03:17 +0000 (23:03 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 14 Oct 2013 23:03:17 +0000 (23:03 +0000)
commitc2c6eb46f2eba9427b221ae8217d04f06b58c3ff
treec74d6a424fd390696fd50bb470144ee677ec6604
parent4f88f610173160769913b62117bd94cef1e695b9
Add configure option to force snprintf replacement

The configure argument --enable-snprintf-replacement will be used
for force the snprintf replacement in libcompat to be compiled,
even on systems that provide a C99 compliant replacement.

This will be useful for vetting the replacement, as a system
without a C99 snprintf may not be readily available.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@837 64e312b2-a51f-0410-8e61-82d0ca0eb02a
configure.ac
m4/snprintf.m4