aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-04-08 08:14:57 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-04-08 08:14:57 +0000
commitef70d3b02b7d6819c15277a5ad10a60f56e4554b (patch)
treeef03b8f6191a5d40a79191cf5e766d556e850e31 /configure.in
parent91d82613b788140b724e0429927e0977455afa16 (diff)
downloadpam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.tar.gz
pam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.tar.bz2
pam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.zip
Relevant BUGIDs: 414669
Purpose of commit: bugfix + 0.76 begins Commit summary: --------------- Bumped the version number. Fixed a lack of SONAME definitions that were causing the libraries not to be installed correctly.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index fb3752db..81e92969 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ dnl Release specific
dnl
LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=75
+LIBPAM_VERSION_MINOR=76
AC_SUBST(LIBPAM_VERSION_MAJOR)
AC_SUBST(LIBPAM_VERSION_MINOR)
@@ -33,11 +33,14 @@ LOCALSRCDIR=`/bin/pwd` ; AC_SUBST(LOCALSRCDIR)
OS=`uname|sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
AC_SUBST(OS)
+SHLIBMODE=755 ; AC_SUBST(SHLIBMODE)
+
dnl These are most likely platform specific - I think HPUX differs
DYNTYPE=so ; AC_SUBST(DYNTYPE)
USESONAME=yes ; AC_SUBST(USESONAME)
-NEEDSONAME=yes ; AC_SUBST(NEEDSONAME)
-SHLIBMODE=755 ; AC_SUBST(SHLIBMODE)
+SOSWITCH=-soname ; AC_SUBST(SOSWITCH)
+NEEDSONAME=no ; AC_SUBST(NEEDSONAME)
+LDCONFIG=/sbin/ldconfig ; AC_SUBST(LDCONFIG)
dnl ### Should enable this INSTALL detection.
dnl ### Would need to distribute GNU's config.guess and config.sub