source: server/common/oursrc/accountadm/configure.in @ 544

Last change on this file since 544 was 544, checked in by andersk, 16 years ago
Replace Perl admof with a C version that is six times faster, and correctly handles negative ACLs and cross-realm principals.
File size: 449 bytes
RevLine 
[1]1AC_INIT(signup-scripts-frontend.c)
2
3AC_PROG_CC
4
[38]5AC_DEFUN(REQUIRE_PATH,[
6AC_SUBST($1_path)
7if test "[$]$1_path" = ""; then
8        AC_ERROR(Cannot find $1)
9fi
10])
11
12AC_DEFUN(LOCATE,[
13AC_PATH_PROG($1_path, $1)
14REQUIRE_PATH($1)
15])
16
[1]17dnl Needed by signup-scripts-backend.in
18
[38]19LOCATE(hesinfo)
[435]20LOCATE(sort)
21LOCATE(head)
[485]22LOCATE(ldapadd)
[544]23LOCATE(sudo)
[1]24
[134]25dnl Needed by mbash.in
[1]26
[38]27LOCATE(bash)
[1]28
29AC_OUTPUT(Makefile)
30AC_OUTPUT(signup-scripts-backend)
[134]31AC_OUTPUT(mbash)
Note: See TracBrowser for help on using the repository browser.