configure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit db7fc6311086b512f63ba74d7ab6cda47b662839 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Fri Mar 7 11:48:09 2008 -0800 autoconf: Print GCC include path directly and be more robust using it Rather than constructing the GCC include path from `-print-search-dirs', we can get the path directly from `-print-file-name=include'. This is used in the Linux kernel build, for example. If no output is returned from the command, then we don't append a -I path the the makedepend options. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
