diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-08-19 16:08:46 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-08-19 16:08:46 +0200 |
commit | d053abb5865ec034277fdbd88b71ced9de08df8f (patch) | |
tree | 1c6f96c11b86665afb8054635a9747948ed29a85 /m4 | |
parent | 45c532c3d7326803f36ed68d4dba437b7c9adc58 (diff) |
include newer version of acx_pthread.m4
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@355 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acx_pthread.m4 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/m4/acx_pthread.m4 b/m4/acx_pthread.m4 index 7ac8ffd..d2b1169 100644 --- a/m4/acx_pthread.m4 +++ b/m4/acx_pthread.m4 @@ -48,15 +48,15 @@ # # LAST MODIFICATION # -# 2006-05-29 +# 2007-07-29 # # COPYLEFT # -# Copyright (c) 2006 Steven G. Johnson <stevenj@alum.mit.edu> +# Copyright (c) 2007 Steven G. Johnson <stevenj@alum.mit.edu> # -# This program is free software; you can redistribute it and/or +# This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the +# published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -65,9 +65,8 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# along with this program. If not, see +# <http://www.gnu.org/licenses/>. # # As a special exception, the respective Autoconf Macro's copyright # owner gives unlimited permission to copy, distribute and modify the |