diff options
| author | Sam Hartman <hartmans@mit.edu> | 1995-06-26 22:36:33 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1995-06-26 22:36:33 +0000 |
| commit | 8de10cd1de8cf354a3ea6c2a8c8416f7c0b1cc0d (patch) | |
| tree | 17308fad1f75bbd977ab32d616bbfc8fbb249e21 /src/util/ChangeLog | |
| parent | 3c1dee82f033024238eb670d643e8ddcb6166f9a (diff) | |
| download | krb5-8de10cd1de8cf354a3ea6c2a8c8416f7c0b1cc0d.tar.gz krb5-8de10cd1de8cf354a3ea6c2a8c8416f7c0b1cc0d.tar.xz krb5-8de10cd1de8cf354a3ea6c2a8c8416f7c0b1cc0d.zip | |
Made makeshlib produced by Makefile, so I can know whether I'm running Gcc. Also, Ted wanted this to happen eventually anyway
CVS:
----------------------------------------------------------------------
automatically CVS: CVS: Committing in . CVS: CVS: Modified Files:
----------------------------------------------------------------------
Changed shared libraries so that it works under AIX and sets the
libpath correctly. Currently only works under Xlc, but hooks for Gcc
support are present.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6164 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ChangeLog')
| -rw-r--r-- | src/util/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 35858420e..e94a43310 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,21 @@ +Fri Jun 23 19:11:20 1995 Sam Hartman <hartmans@tardis.MIT.EDU> + + * configure.in: Add aix.bincmds as target on AIX. + (SHLIB_TAIL_COMP): set and substitute so SHLIBDIR works + + * Makefile.in (makeshlib): Create aix.bincmds with the binder + script exerpt to get the libpath right. + + * configure.in: Modified to test and see if we're using Gcc + + * Makefile.in (makeshlib): Make makeshlib from makeshlib.sh + + + * makeshlib.sh (LIBPATH): Modified to allow for substitution of CC + and HAVE_GCC from Makefile. Modified to imbed the proper search + path into the shared libraries for AIX. + + Thu Jun 22 21:02:13 1995 Sam Hartman <hartmans@tardis.MIT.EDU> * makeshlib: Added AIX support. |
