[1314] in Kerberos-V5-bugs
include/krb5/configure.in
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Mar 28 22:59:23 1995
From: epeisach@MIT.EDU
Date: Tue, 28 Mar 1995 22:59:14 -0500
To: krb5-bugs@MIT.EDU
The CONFIG_RULES was removed from the configure.in...
This is bad...
Reasons:
a) The rule for regenerating the Makefile from Makefile.in etc is not
put into the Makefile.
b) SHELL is not defined as /bin/sh - which may break on some versions of
Make. The GPL indicates that all Makefiles should define SHELL
The line should gp back in...
Ezra