[2963] in Kerberos-V5-bugs
Re: pending/627:
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed Sep 2 22:13:48 1998
Date: Wed, 2 Sep 1998 22:06:21 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, "Tsung-kuang E. Ma" <ervin@courant.esam.nwu.edu>
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: Tsung-kuang E. Ma's message of Wed, 2 Sep 1998 20:32:01 -0400,
<199809030032.UAA29523@rt-11.MIT.EDU>
gawk -f util/et/et_h.awk outfile=include/asn1_err.h
lib/krb5/error_tables/asn1_err.et
gawk: Command not found.
The current Windows build targets in Makefile.in use GNU awk. Most
OS-provided awk's should work, though. You can override the use of GNU
awk by doing the following:
make -f Makefile.in kerbsrc.zip AWK=awk
Hope this helps!