source: server/common/oursrc/lockeradm/configure.in @ 1

Last change on this file since 1 was 1, checked in by jbarnold, 18 years ago
File size: 684 bytes
Line 
1AC_INIT(signup-scripts-frontend.c)
2
3AC_PROG_CC
4
5dnl Needed by admof.in
6
7AC_PATH_PROG(fs_path, fs)
8AC_SUBST(fs_path)
9AC_PATH_PROG(pts_path, pts)
10AC_SUBST(pts_path)
11
12dnl Needed by signup-scripts-backend.in
13
14AC_PATH_PROG(ls_path, ls)
15AC_SUBST(ls_path)
16AC_PATH_PROG(grep_path, grep)
17AC_SUBST(grep_path)
18
19AC_PATH_PROG(useradd_path, useradd)
20AC_SUBST(useradd_path)
21AC_PATH_PROG(groupadd_path, groupadd)
22AC_SUBST(groupadd_path)
23AC_PATH_PROG(setquota_path, setquota)
24AC_SUBST(setquota_path)
25
26AC_PATH_PROG(hesinfo_path, hesinfo)
27AC_SUBST(hesinfo_path)
28
29dnl Needed by bash.in
30
31AC_PATH_PROG(bash_path, bash)
32AC_SUBST(bash)
33
34AC_OUTPUT(Makefile)
35AC_OUTPUT(admof)
36AC_OUTPUT(signup-scripts-backend)
Note: See TracBrowser for help on using the repository browser.