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