* Makefile.in: Update dependencies.
authorTom Yu <tlyu@mit.edu>
Wed, 12 Feb 2003 16:20:00 +0000 (16:20 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Feb 2003 16:20:00 +0000 (16:20 +0000)
commit7e144330272615a5adb6e9f2eea3ceeca3b901a0
tree7cc959282b612e2b8ef74fc86e4023feeb898209
parent8caba99986842fcbb32f3a87ba330ce282b0c21e
* Makefile.in: Update dependencies.
(KRB_ERR_TXT): Set by configure to be either empty
(on Darwin) or krb_err_txt.c (on other platforms).  This avoids
building krb_err_txt.c on Darwin, as the type of krb_err_txt is a
pointer there, so we don't need another copy of the array.
(DEFINES): Remove.  It wasn't doing anything useful and was
cluttering up the compile command line.

* configure.in: On Darwin, don't use krb_err_txt.c.

* err_txt.c: On Darwin, actually use the array generated by
compile_et, and assign it to krb_err_txt, which is a pointer, not
an array, on that platform.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15183 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/Makefile.in
src/lib/krb4/configure.in
src/lib/krb4/err_txt.c