diff options
| author | Paul Park <pjpark@mit.edu> | 1995-07-07 20:45:56 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-07-07 20:45:56 +0000 |
| commit | 9878f3aa1515eb0c6f1cec1865968135f3160190 (patch) | |
| tree | 77c9c9c8bc55c2337b13b4b25a8f09a25bc6f924 /src/ChangeLog | |
| parent | b0d7c30e3800a6dd3f6ae5d6893485d7ba2d91b0 (diff) | |
| download | krb5-9878f3aa1515eb0c6f1cec1865968135f3160190.tar.gz krb5-9878f3aa1515eb0c6f1cec1865968135f3160190.tar.xz krb5-9878f3aa1515eb0c6f1cec1865968135f3160190.zip | |
Add ability to set LDFLAGS for everything with --with-ldopts=<mumble>.
Add ability to select libraries to link with from configure script. This
centralizes the library structure here.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6244 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c12751edf..4341d2451 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ + +Fri Jul 7 15:29:43 EDT 1995 Paul Park (pjpark@mit.edu) + * aclocal.m4 - Add ability to set LDFLAGS from --with-ldopts (I know, + configure option doesn't coincide with make variable, but it + corresponds to --with-ccopts). + - Add ability to select libraries to link with from configure + script. This prevents us from having to change every makefile + each time there's a library reorganization. These macros are + USE_{KADM,KDB5,KDB4,KRB4}_LIBRARIES and KRB5_LIBRARIES. + Makefiles now only need to reference $(LIBS) for the list of + libraries to link with and $(DEPLIBS) for the list of + library dependencies. + Wed Jul 5 12:00:00 1995 James Mattly <mattly@fusion.com> * Makefile.in: Added kerbsrc.mac target to facilitate easy |
