
19 Apr
2004
19 Apr
'04
7:11 a.m.
"Damien" == Damien Thivolle <damien@lrde.epita.fr> writes:
Index: configure.ac --- configure.ac Mon, 29 Mar 2004 00:39:14 +0200 thivol_d (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16 600) +++ configure.ac Fri, 09 Apr 2004 16:51:18 +0200 thivol_d (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.17 600) @@ -436,6 +436,18 @@
])dnl End of OLN_COLLECTION([OLN_TOP])
+ +# Workaround for old versions of cc1plus. + +if test x"$srcdir" = x. ; then + DEFAULT_INCLUDES=-I. +else + DEFAULT_INCLUDES="-I. -I\$(srcdir)" +fi +AC_SUBST([DEFAULT_INCLUDES]) +AC_SUBST([DOC_CPPFLAGS]) + + AC_OUTPUT
C'est pas clair du tout ton histoire... Je ne suis pas sur de la correction.