[3063] in Kerberos-V5-bugs
Re: krb5-build/707: Makefiles call autoconf with sh, which loses on FreeBSD
daemon@ATHENA.MIT.EDU (tytso@MIT.EDU)
Fri Apr 2 11:01:27 1999
Date: Fri, 2 Apr 1999 11:01:52 -0500
To: gdt@ir.bbn.com
Cc: krb5-bugs@MIT.EDU, tlyu@MIT.EDU, gnats-admin@RT-11.MIT.EDU,
krb5-prs@RT-11.MIT.EDU
In-Reply-To: <19990330204806.19848.qmail@fnord.ir.bbn.com> (gdt@ir.bbn.com)
From: tytso@MIT.EDU
Hi Greg,
Oops. This happened beacase you were using the system autoconf instead
of the built-in autoconf in the krb5 tree. Normally $(AUTOCONF) is a
path to built-in autoconf, so what you get is "/bin/sh
../../src/util/autoconf/autoconf". Note that we do have some bug fixes
beyond what's in 2.12, which I *think* are into 2.13, but I need to
check to make sure. So just as a warning, if you're system autoconf is
the stock 2.12 from the FSF, you may run into some problems. (Something
we need to do is to try moving autoconf 2.13 into our tree, and then
change the AC_PREREQ to be 2.13).
I've made the fix into config.pre. Thanks!!
- Ted