r14659: Fix installpammodules for shells where a
authorLars Müller <lmuelle@samba.org>
Wed, 22 Mar 2006 20:16:50 +0000 (20:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:42 +0000 (11:15 -0500)
commit853ad11aaf281d8f83561bd273b3271ff7f388cc
tree51827d35f74b03efbe6d7a2ae07c4cf77fd5bec8
parent20204ab040247d431060b9a53ca6437024d76d6c
r14659: Fix installpammodules for shells where a

   for module in ; do ... ; done

leads to an error (true64, solaris 8).

We now use {,UN}INSTALL_PAM_MODULES to get replaced by configure.
Therfore we don't run into the {,un}installpammodules rule if no PAM
module is requested.

Thanks to Björn Jacke for pointing to this issue.
(This used to be commit 07a70f8f861235ba4037aacb9cc835b6d18f51c3)
source3/Makefile.in
source3/configure.in