[1505] in Kerberos-V5-bugs
Re: Declarations of u_* causing problems
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Jun 28 18:10:08 1995
Date: Wed, 28 Jun 1995 18:09:48 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Richard Basch" <basch@lehman.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[1502] in Kerberos-V5-bugs"
Date: Wed, 28 Jun 1995 11:38:07 -0400
From: "Richard Basch" <basch@lehman.com>
The Makefile generated first refers to the source directory with the -I
commands, rather than the build directory. The source directory
include/krb5 might have a bogus autoconf.h in it, which would override
the build "configure".
This is arguably a case of user error. Still, it doesn't hurt to change
around the order in which the include directories are searched, so I've
done so.
In addition, for some reason, in my tree, include/krb5/.cvsignore
lists autoconf.h.in instead of autoconf.h.
That's because autoconf.h.in is a generated file, and isn't in the CVS
tree. Autoconf.h should never appear in source tree unless you're
actually building in the source tree, and we've never completely setup
the .cvsignore files so that it works cleanly if you're building in the
source tree.
- Ted