summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 35861ea32f284c15c888ed83d1d6c38db5a66123 (plain)
1
2
3
4
5
AC_INIT(pam_rps,0.1)
AM_INIT_AUTOMAKE(foreign)
AC_PROG_LIBTOOL
AC_CHECK_HEADERS(security/pam_modules.h)
AC_OUTPUT(Makefile src/Makefile)