Last change
on this file since 11 was
11,
checked in by jbarnold, 18 years ago
|
Fixed various bugs discovered when testing packages
Improved OpenAFS kernel module patch
|
File size:
756 bytes
|
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(sudo_path, sudo) |
---|
20 | AC_SUBST(sudo_path) |
---|
21 | AC_PATH_PROG(useradd_path, useradd) |
---|
22 | AC_SUBST(useradd_path) |
---|
23 | AC_PATH_PROG(groupadd_path, groupadd) |
---|
24 | AC_SUBST(groupadd_path) |
---|
25 | AC_PATH_PROG(setquota_path, setquota) |
---|
26 | AC_SUBST(setquota_path) |
---|
27 | |
---|
28 | AC_PATH_PROG(hesinfo_path, hesinfo) |
---|
29 | AC_SUBST(hesinfo_path) |
---|
30 | |
---|
31 | dnl Needed by modbash.in |
---|
32 | |
---|
33 | AC_PATH_PROG(bash_path, bash) |
---|
34 | AC_SUBST(bash) |
---|
35 | |
---|
36 | AC_OUTPUT(Makefile) |
---|
37 | AC_OUTPUT(admof) |
---|
38 | AC_OUTPUT(signup-scripts-backend) |
---|
39 | AC_OUTPUT(modbash) |
---|
Note: See
TracBrowser
for help on using the repository browser.