[953] in Kerberos-V5-bugs
ac_local.m4 adds an extraneous SRCTOP definition
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Fri Nov 11 08:46:40 1994
From: epeisach@MIT.EDU
Date: Fri, 11 Nov 1994 08:46:19 -0500
To: krb5-bugs@MIT.EDU
Detected with a version of Make reporting that SRCTOP was redefined in a
Makefile. config/pre.in already has this defintiion and it should be
removed.
Ezra
===================================================================
RCS file: /mit/krb5/.cvsroot/src/aclocal.m4,v
retrieving revision 1.36
diff -c -r1.36 aclocal.m4
*** 1.36 1994/11/08 02:29:39
--- aclocal.m4 1994/11/11 13:43:51
***************
*** 186,192 ****
AC_DIVERT_PUSH(AC_DIVERSION_MAKEFILE)dnl
[
- SRCTOP=$(srcdir)/$(BUILDTOP)
### /* these are invoked as $(...) foo.et, which works, but could be better */
COMPILE_ET_H= $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$@
COMPILE_ET_C= $(AWK) -f $(SRCTOP)/util/et/et_c.awk outfile=$@
--- 186,191 ----