configure.ac: fix occurance of with-pam (should be with-libpam)
Closes #500 Reported-by: dpa-github@aegee.org Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
parent
8e0fe8a9a3
commit
726abe8a32
@ -216,7 +216,7 @@ AC_ARG_ENABLE(man,
|
|||||||
|
|
||||||
AC_ARG_ENABLE(account-tools-setuid,
|
AC_ARG_ENABLE(account-tools-setuid,
|
||||||
[AC_HELP_STRING([--enable-account-tools-setuid],
|
[AC_HELP_STRING([--enable-account-tools-setuid],
|
||||||
[Install the user and group management tools setuid and authenticate the callers. This requires --with-pam.])],
|
[Install the user and group management tools setuid and authenticate the callers. This requires --with-libpam.])],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
yes) enable_acct_tools_setuid="yes" ;;
|
yes) enable_acct_tools_setuid="yes" ;;
|
||||||
no) enable_acct_tools_setuid="no" ;;
|
no) enable_acct_tools_setuid="no" ;;
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Print only lastlog records older than <emphasis remap='I'>DAYS</emphasis>.
|
Print only lastlog records older than <replaceable>DAYS</replaceable>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Print the lastlog records more recent than
|
Print the lastlog records more recent than
|
||||||
<emphasis remap='I'>DAYS</emphasis>.
|
<replaceable>DAYS</replaceable>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user