Changeset f216307 for barnowl

Timestamp:
Apr 5, 2011, 3:44:57 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
eeab49c
Parents:
9b7b535
git-author:
David Benjamin <davidben@mit.edu> (04/05/11 12:34:52)
git-committer:
David Benjamin <davidben@mit.edu> (04/05/11 15:44:57)
Message:
Properly discover things when /usr/athena != /usr

On Solaris, by an accident of configure and krb5-config, we manage to
discover libzephyr and libcom_err, but not com_err.h. Thankfully the
latter is not fatal and we relied on C's defaulting everything to int.
And by accident we were searching for libzephyr, and not zephyr.h.

Also use CPPFLAGS instead of CFLAGS to pull in our bundled header files,
otherwise autoconf warns about a discrepancy between the preprocessor
and compiler.
(No files)

Note: See TracChangeset for help on using the changeset viewer.