r14659: Fix installpammodules for shells where a
commit07a70f8f861235ba4037aacb9cc835b6d18f51c3
authorLars Müller <lmuelle@samba.org>
Wed, 22 Mar 2006 20:16:50 +0000 (22 20:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:42 +0000 (10 11:15 -0500)
treebda90febd6c75ce378aae98e4429ae48fa35a340
parent6c4fe819c69f281915ad0f4c3bde4dfb194aa33a
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.
source/Makefile.in
source/configure.in