From: Thorsten Kukuk Date: Wed, 13 Feb 2008 15:19:16 +0000 (+0000) Subject: Relevant BUGIDs: X-Git-Tag: Linux-PAM-0_99_10_0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2661a54ac276d20268dba45b4e025d58458241e;p=linux-pam Relevant BUGIDs: Purpose of commit: prepare release Commit summary: --------------- Missing pieces for a 0.99.10.0 release 2008-02-13 Thorsten Kukuk * release version 0.99.10.0 * configure.in: set version number. --- diff --git a/ChangeLog b/ChangeLog index 3edeaf3f..fa01eac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-02-13 Thorsten Kukuk + * release version 0.99.10.0 + + * configure.in: set version number. + * modules/pam_rhosts/Makefile.am: Remove pam_rhosts_auth. * modules/pam_rhosts/pam_rhosts_auth.c: Removed. * modules/pam_rhosts/tst-pam_rhosts_auth: Removed. diff --git a/configure.in b/configure.in index 90349a14..d22c0aa2 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(conf/pam_conv1/pam_conv_y.y) -AM_INIT_AUTOMAKE("Linux-PAM", 0.99.9.0) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.10.0) AC_PREREQ([2.60]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -45,6 +45,13 @@ dnl Add security to include directory then includedir="${prefix}/include/security" fi + +dnl Add /var directory + if test ${localstatedir} = '${prefix}/var' + then + localstatedir="/var" + fi + fi dnl