When would one want to use "INSTALL_ASSERT_H ="?
from t-linux:
# Don't install "assert.h" in gcc. We use the one in glibc.
INSTALL_ASSERT_H =
I.e. how does one determine if the base assert.h is OK to use and GCC's
isn't needed?
--
-- David (obrien@FreeBSD.org)