Skip to content

Commit

Permalink
* aclocal.m4: Fix Sam's fixes (variable capitalization).
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/tlyu-3des-k4@10840 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Aug 17, 1998
1 parent 621beec commit 0ae826b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/ChangeLog
@@ -1,3 +1,7 @@
Mon Aug 17 18:10:29 1998 Tom Yu <tlyu@mit.edu>

* aclocal.m4: Fix Sam's fixes (variable capitalization).

Wed Jul 8 01:10:44 1998 Matthew D Hancher <mdh@mit.edu>

* aclocal.m4: Allow shared libraries to build properly under Irix
Expand Down
6 changes: 3 additions & 3 deletions src/aclocal.m4
Expand Up @@ -1022,7 +1022,7 @@ mips-sgi-irix6.3) # This is a Kludge; see below
SHLIBEXT=.so
SHOBJEXT=.o
# Kludge follows: (gcc makes n32 object files but ld expects o32, so we reeducate ld)
if test "$KRB5_CV_PROG_GCC" = yes; then
if test "$krb5_cv_prog_gcc" = yes; then
LDCOMBINE='ld -n32 -shared -ignore_unresolved -update_registry $(BUILDTOP)/so_locations -soname lib$(LIB)$(SHLIBSEXT)'
else
LDCOMBINE='ld -shared -ignore_unresolved -update_registry $(BUILDTOP)/so_locations -soname lib$(LIB)$(SHLIBSEXT)'
Expand Down Expand Up @@ -1051,7 +1051,7 @@ mips-sgi-irix*)
# untested...
mips-sni-sysv4)
if test "$KRB5_CV_PROG_GCC" = yes; then
if test "$krb5_cv_prog_gcc" = yes; then
PICFLAGS=-fpic
LDCOMBINE='$(CC) -G -Wl,-h -Wl,lib$(LIB)$(SHLIBSEXT)'
else
Expand Down Expand Up @@ -1118,7 +1118,7 @@ mips-*-netbsd*)
;;
*-*-solaris*)
if test "$KRB5_CV_PROG_GCC" = yes; then
if test "$krb5_cv_prog_gcc" = yes; then
PICFLAGS=-fpic
LDCOMBINE='$(CC) -shared -h lib$(LIB)$(SHLIBSEXT)'
else
Expand Down

0 comments on commit 0ae826b

Please sign in to comment.