find-cpp-from-slash-20071210

LICENSE IPL10

find cpp using a full path, not the user's path, at least for now
This commit is contained in:
Mike Meffie 2007-12-10 22:24:55 +00:00 committed by Derrick Brashear
parent 649194188e
commit e26be7b8e3

View File

@ -6,7 +6,7 @@ MACOS_VERSION=9.9.99
AC_SUBST(MACOS_VERSION)
AC_PROG_CC
AC_CHECK_PROGS(CPP,[/lib/cpp /usr/bin/cpp /usr/ccs/lib/cpp cpp])
AC_CHECK_PROGS(CPP,[/lib/cpp /usr/bin/cpp /usr/ccs/lib/cpp cpp],,[$PATH:/])
OPENAFS_CONFIGURE_COMMON
if test -d 'doc/man-pages' ; then