Pass 'nostdinc' to AM_INIT_AUTOMAKE().
authorPeter Griess <pgriess@fb.com>
Fri, 20 Sep 2013 21:00:49 +0000 (16:00 -0500)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:46:09 +0000 (18:46 -0700)
commit1a732b028fb2a55880d0989773550fd4823d4cd2
tree7f9972a79c53abccbee373d7efe056f4db6fec56
parentde4088dd4906f03251c764adcaa848ed1004bb43
Pass 'nostdinc' to AM_INIT_AUTOMAKE().

Summary:
- On hosts with case-insensitive filesystems, adding folly/ directory to
the include path causes String.h to get picked up as <string.h>. Add
'nostdinc' to the AM_INIT_AUTOMAKE() invocation to remove these
standard includes from the set of compile flags.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: delong.j@fb.com

FB internal diff: D998505
folly/configure.ac