https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Pass option nostdinc to Automake.
* configure.ac: Do it, to avoid inclusion problems in test
directories hosting binaries with standard header names (e.g.,
``set'' or ``list'').
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: configure.ac
--- configure.ac (revision 1946)
+++ configure.ac (working copy)
@@ -16,7 +16,7 @@
# Automake.
# 1.9.4 because of changelog vs. ChangeLog on Darwin.
-AM_INIT_AUTOMAKE([1.9.4 foreign check-news dist-bzip2 -Wall])
+AM_INIT_AUTOMAKE([1.9.4 foreign check-news dist-bzip2 nostdinc -Wall])
## --------------------- ##