diff options
| author | Sam Hartman <hartmans@mit.edu> | 1995-06-23 00:59:54 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1995-06-23 00:59:54 +0000 |
| commit | 6cd88aa348286b0535b95b84f54beb95abd29a92 (patch) | |
| tree | d631441a2fd3127093ba06aff89f4cd7acb60d49 /src/config | |
| parent | d84d59a45a9203ba179a213f5d2281be4da07b00 (diff) | |
Changes to support AIX shared libraries. The interactions
between configure.in and Makefile.in change significantly for shared
libraries: the static library target is no longer specified in the
Makefile, although a rule to make the static library is specified.
Also, none of the libraries have any more unresolved symbols. As
discussed, libcom_err.a is made shared and symlinks are created in
lib.
These changes sort of work, although I suspect cleanup is
necessary. I don't think it breaks too much on other platforms.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/ChangeLog | 3 | ||||
| -rw-r--r-- | src/config/pre.in | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index dba841709..413364dde 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,6 @@ +Thu Jun 22 13:27:00 1995 Sam Hartman <hartmans@tardis.MIT.EDU> + + * pre.in (STEXT): Add definitions for STEXT and STATIC_TARGET Thu Jun 15 17:47:49 EDT 1995 Paul Park (pjpark@mit.edu) * pre.in - Add definitions for building and using shared libraries. diff --git a/src/config/pre.in b/src/config/pre.in index 48e266366..15244a8e3 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -64,8 +64,9 @@ YACC = @YACC@ HOST_TYPE = @HOST_TYPE@ SHEXT = @SHEXT@ +STEXT=@STEXT@ DO_MAKE_SHLIB = @DO_MAKE_SHLIB@ - +SHLIB_STATIC_TARGET=@SHLIB_STATIC_TARGET@ SRCTOP = $(srcdir)/$(BUILDTOP) SUBDIRS = @subdirs@ |
