Merge pull request #40 from Bandie/master Closes #38

Closes #38
This commit is contained in:
2018-04-04 02:47:05 +02:00
committed by GitHub
9 changed files with 47 additions and 26 deletions

View File

@ -39,10 +39,11 @@ AC_SUBST(SECUREDIR)
AC_ARG_ENABLE(ppassfile,
AS_HELP_STRING([--enable-ppassfile=FILE],
[path to file to be used for storing passwords @<:@default=/etc/pam_panic/auth@:>@]),
[path to file to be used for storing passwords @<:@default=/var/lib/pam_panic/auth@:>@]),
PPASSFILE=$enableval, PPASSFILE=/var/lib/pam_panic/auth)
AC_DEFINE_UNQUOTED([PPASSFILE], "$PPASSFILE",
[path to file to be used for storing passwords])
AC_SUBST(PPASSFILE)
LT_INIT([disable-static])
AC_ENABLE_STATIC([no])