mirror of git://sourceware.org/git/glibc.git
2004-09-16 Roland McGrath <roland@redhat.com>
* configure.in (--with-headers): Let argument contain a : separated list of directories to use, not just one. * configure: Regenerated.
This commit is contained in:
parent
62417d7ee8
commit
3d6ce23a90
|
|
@ -4429,7 +4429,8 @@ echo "$as_me: WARNING:
|
||||||
# thing on a system that doesn't need fixincludes. (Not presently a problem.)
|
# thing on a system that doesn't need fixincludes. (Not presently a problem.)
|
||||||
if test -n "$sysheaders"; then
|
if test -n "$sysheaders"; then
|
||||||
ccheaders=`$CC -print-file-name=include`
|
ccheaders=`$CC -print-file-name=include`
|
||||||
SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $sysheaders"
|
SYSINCLUDES="-nostdinc -isystem $ccheaders \
|
||||||
|
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -799,7 +799,8 @@ test -n "$aux_missing" && AC_MSG_WARN([
|
||||||
# thing on a system that doesn't need fixincludes. (Not presently a problem.)
|
# thing on a system that doesn't need fixincludes. (Not presently a problem.)
|
||||||
if test -n "$sysheaders"; then
|
if test -n "$sysheaders"; then
|
||||||
ccheaders=`$CC -print-file-name=include`
|
ccheaders=`$CC -print-file-name=include`
|
||||||
SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $sysheaders"
|
SYSINCLUDES="-nostdinc -isystem $ccheaders \
|
||||||
|
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(SYSINCLUDES)
|
AC_SUBST(SYSINCLUDES)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue