nss-pam-ldapd commit: r1266 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1266 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1266 - nss-pam-ldapd
- Date: Wed, 13 Oct 2010 21:42:33 +0200 (CEST)
Author: arthur
Date: Wed Oct 13 21:42:32 2010
New Revision: 1266
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1266
Log:
rename --with-nss-ldap-maps to --with-nss-maps
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Wed Oct 13 21:25:18 2010 (r1265)
+++ nss-pam-ldapd/configure.ac Wed Oct 13 21:42:32 2010 (r1266)
@@ -252,10 +252,10 @@
AC_SUBST(PAM_LDAP_SONAME)
# check which modules should be build
-AC_ARG_WITH(nss-ldap-maps,
- AS_HELP_STRING([--with-nss-ldap-maps=MAP LIST],
+AC_ARG_WITH(nss-maps,
+ AS_HELP_STRING([--with-nss-maps=MAP LIST],
[comma separated list of NSS maps to build
@<:@all@:>@]),
- ,[ with_nss_ldap_maps="all" ])
+ ,[ with_nss_maps="all" ])
# checks for availability of header files
AC_CHECK_HEADERS([ctype.h strings.h pthread.h fcntl.h limits.h])
@@ -402,12 +402,12 @@
# check which module source files to use
AC_MSG_CHECKING([which NSS maps to build])
- if test "x$with_nss_ldap_maps" = "xall"
+ if test "x$with_nss_maps" = "xall"
then
-
with_nss_ldap_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
+
with_nss_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
fi
- AC_MSG_RESULT($with_nss_ldap_maps)
- NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps " | sed 's/,/ /g;s/
*/.$(OBJEXT) /g'`"
+ AC_MSG_RESULT($with_nss_maps)
+ NSS_MODULE_OBJS="`echo "$with_nss_maps " | sed 's/,/ /g;s/ */.$(OBJEXT)
/g'`"
AC_SUBST(NSS_MODULE_OBJS)
# find out how to link the library
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1266 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project