From ef70d3b02b7d6819c15277a5ad10a60f56e4554b Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 8 Apr 2001 08:14:57 +0000 Subject: 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. --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3