Deleted Added
full compact
configure.ac (236109) configure.ac (255369)
1dnl $Id: configure.ac 610 2012-05-26 14:03:45Z des $
2
3AC_PREREQ([2.62])
4AC_REVISION([$Id: configure.ac 610 2012-05-26 14:03:45Z des $])
5AC_INIT([OpenPAM], [20120526], [des@des.no])
1dnl $Id: configure.ac 610 2012-05-26 14:03:45Z des $
2
3AC_PREREQ([2.62])
4AC_REVISION([$Id: configure.ac 610 2012-05-26 14:03:45Z des $])
5AC_INIT([OpenPAM], [20120526], [des@des.no])
6AC_CONFIG_SRCDIR([lib/pam_start.c])
6AC_CONFIG_SRCDIR([lib/libpam/pam_start.c])
7AC_CONFIG_MACRO_DIR([m4])
8AM_INIT_AUTOMAKE([foreign])
9AM_CONFIG_HEADER([config.h])
10
11# C compiler and features
12AC_LANG(C)
13AC_PROG_CC
14AC_PROG_CC_STDC

--- 99 unchanged lines hidden (view full) ---

114 bin/Makefile
115 bin/openpam_dump_policy/Makefile
116 bin/pamtest/Makefile
117 bin/su/Makefile
118 doc/Makefile
119 doc/man/Makefile
120 include/Makefile
121 include/security/Makefile
7AC_CONFIG_MACRO_DIR([m4])
8AM_INIT_AUTOMAKE([foreign])
9AM_CONFIG_HEADER([config.h])
10
11# C compiler and features
12AC_LANG(C)
13AC_PROG_CC
14AC_PROG_CC_STDC

--- 99 unchanged lines hidden (view full) ---

114 bin/Makefile
115 bin/openpam_dump_policy/Makefile
116 bin/pamtest/Makefile
117 bin/su/Makefile
118 doc/Makefile
119 doc/man/Makefile
120 include/Makefile
121 include/security/Makefile
122 lib/Makefile
122 lib/libpam/Makefile
123 modules/Makefile
124 modules/pam_deny/Makefile
125 modules/pam_permit/Makefile
126 modules/pam_unix/Makefile
127 t/Makefile
128])
129AC_CONFIG_FILES([pamgdb],[chmod +x pamgdb])
130AC_OUTPUT
123 modules/Makefile
124 modules/pam_deny/Makefile
125 modules/pam_permit/Makefile
126 modules/pam_unix/Makefile
127 t/Makefile
128])
129AC_CONFIG_FILES([pamgdb],[chmod +x pamgdb])
130AC_OUTPUT