git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@254 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-06-09 01:35:37 +00:00
parent 2061441423
commit 2f755d1e37
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
dnl $P4: //depot/projects/openpam/configure.in#2 $
AC_PREREQ(2.53)
AC_INIT([OpenPAM],[20030601],[des@freebsd.org])
AC_INIT([OpenPAM],[YYYYMMDD],[des@freebsd.org])
AC_CONFIG_SRCDIR([lib/pam_start.c])
AM_CONFIG_HEADER([config.h])
@ -82,12 +84,12 @@ AC_SUBST(CFLAGS)
AC_CONFIG_FILES([bin/Makefile
bin/su/Makefile
include/Makefile
include/security/Makefile
include/security/Makefile
lib/Makefile
modules/Makefile
modules/pam_unix/Makefile
modules/pam_deny/Makefile
modules/pam_permit/Makefile
modules/pam_permit/Makefile
doc/Makefile
doc/man/Makefile
Makefile])