Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 726130
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
preprocessor
preprocessor
1
--
2
xorg-macros.m4.in | 2 +-
1
xorg-macros.m4.in | 2 +-
3
1 file changed, 1 insertion(+), 1 deletion(-)
2
1 file changed, 1 insertion(+), 1 deletion(-)
4
-- a/xorg-macros.m4.in
3
++ b/xorg-macros.m4.in
Lines 57-63 m4_undefine([maj_needed]) Link Here
57
# such as man pages and config files
57
# such as man pages and config files
58
AC_DEFUN([XORG_PROG_RAWCPP],[
58
AC_DEFUN([XORG_PROG_RAWCPP],[
59
AC_REQUIRE([AC_PROG_CPP])
59
AC_REQUIRE([AC_PROG_CPP])
60
AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
60
AC_PATH_TOOL(RAWCPP, [cpp], [${CPP}],
61
   [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
61
   [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
62
62
63
# Check for flag to avoid builtin definitions - assumes unix is predefined,
63
# Check for flag to avoid builtin definitions - assumes unix is predefined,
64
- 

Return to bug 726130