[1678] in Kerberos_V5_Development
Re: something useful
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Aug 30 17:02:01 1996
To: Kev <klmitch@MIT.EDU>
Cc: krbdev@MIT.EDU
From: Ken Raeburn <raeburn@cygnus.com>
Date: 30 Aug 1996 17:01:25 -0400
In-Reply-To: Kev's message of Fri, 30 Aug 1996 15:40:14 EDT
Sounds like you're getting into an area that should perhaps be covered
by automake instead of autoconf. For the short term, your version
will probably work okay, but for the longer term you should take it up
with the autoconf and automake maintainers.
I question its utility in the case of CC -- when would you want to
change debug options on a per-directory basis except for a build or
two, where the command line or generated Makefile would be just as
good a place to put it? -- but I could certainly see uses like
"MAKE_SHARED_LIB(krb5,os krb ccache rcache ...)", for example.