diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-07-01 17:10:13 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-07-01 17:10:13 +0000 |
| commit | a0f9fe78f000d7c4e6788dbef7dce328efcf7b1c (patch) | |
| tree | 0072b85484e05f570c567556dfdc63272c6131e9 /src/lib | |
| parent | 18b60160a108f4826a7b0190b66a6129a9e891e8 (diff) | |
| download | krb5-a0f9fe78f000d7c4e6788dbef7dce328efcf7b1c.tar.gz krb5-a0f9fe78f000d7c4e6788dbef7dce328efcf7b1c.tar.xz krb5-a0f9fe78f000d7c4e6788dbef7dce328efcf7b1c.zip | |
Changed configuration to actually work with a displaced source tree.
Major changes, but localized...
* configure.in: redo "autoconf frobbage" since the old way didn't
work with srcdir. Now, AC_OUTPUT generates all three Makefiles,
and ISODEMAKEFILE is subst'ed in to be either Makefile.isode or
Makefile.sane. EXTRA_RULES_IN is used to append the extra stuff to
the end of the "real" one of the two.
* configure.in: krb5_encode.h and krb5_encode.h are source, not
generated, so use CopySrcHeader instead.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3939 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/asn.1/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/krb5/asn.1/ChangeLog b/src/lib/krb5/asn.1/ChangeLog index 20b2691fc..cdf1c3920 100644 --- a/src/lib/krb5/asn.1/ChangeLog +++ b/src/lib/krb5/asn.1/ChangeLog @@ -1,3 +1,14 @@ +Fri Jul 1 13:03:39 1994 Mark Eichin (eichin@tweedledumber.cygnus.com) + + * configure.in: redo "autoconf frobbage" since the old way didn't + work with srcdir. Now, AC_OUTPUT generates all three Makefiles, + and ISODEMAKEFILE is subst'ed in to be either Makefile.isode or + Makefile.sane. EXTRA_RULES_IN is used to append the extra stuff to + the end of the "real" one of the two. + * configure.in: krb5_encode.h and krb5_encode.h are source, not + generated, so use CopySrcHeader instead. + + Tue Jun 28 19:57:28 1994 Tom Yu (tlyu at dragons-lair) * configure.in: |
