Last change
on this file since 104 was
104,
checked in by presbrey, 18 years ago
|
upd-execsys bug fix
renamed staticsys-cat from sbin to bin to avoid selinux
|
File size:
537 bytes
|
Rev | Line | |
---|
[104] | 1 | AC_INIT(static-cat.c.pre) |
---|
[1] | 2 | |
---|
| 3 | AC_PROG_CC |
---|
| 4 | |
---|
| 5 | AC_ARG_WITH(afsagent, |
---|
| 6 | [ --with-afsagent[=UID] afsagent will have user id UID],[ |
---|
| 7 | if test "$withval" != "no" -a "$withval" != "yes"; then |
---|
| 8 | CFLAGS="-DAFSAGENT_UID=$withval $CCFLAGS" |
---|
| 9 | fi |
---|
| 10 | ]) |
---|
| 11 | |
---|
| 12 | AC_DEFUN(SUPPORT,[AC_ARG_WITH($1, |
---|
| 13 | [ --with-$1[=PATH]$2 associate .$1 with PATH],[ |
---|
| 14 | if test "$withval" != "no" -a "$withval" != "yes"; then |
---|
| 15 | UPD_VARS="$1_path=$withval $UPD_VARS" |
---|
| 16 | fi |
---|
| 17 | ])]) |
---|
| 18 | |
---|
| 19 | SUPPORT([pl], [ ]) |
---|
| 20 | SUPPORT([php], []) |
---|
| 21 | SUPPORT([py], [ ]) |
---|
| 22 | |
---|
| 23 | AC_SUBST(UPD_VARS) |
---|
| 24 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.