source:
server/common/oursrc/sqladm/configure.in
@
  5
        
        | Last change on this file since 5 was 1, checked in by jbarnold, 19 years ago | |
|---|---|
| File size: 427 bytes | |
| Line | |
|---|---|
| 1 | AC_INIT(signup-sql.c) | 
| 2 | |
| 3 | AC_PROG_CC | 
| 4 | |
| 5 | AC_ARG_WITH(sqluid, | 
| 6 | [ --with-sqluid[=UID] sql user has uid UID ],[ | 
| 7 | if test "$withval" != "no" -a "$withval" != "yes"; then | 
| 8 | CFLAGS="-D\"SQL_UID=$withval\" $CFLAGS" | 
| 9 | fi | 
| 10 | ]) | 
| 11 | |
| 12 | AC_ARG_WITH(sqlgid, | 
| 13 | [ --with-sqlgid[=UID] sql user has gid GID ],[ | 
| 14 | if test "$withval" != "no" -a "$withval" != "yes"; then | 
| 15 | CFLAGS="-D\"SQL_GID=$withval\" $CFLAGS" | 
| 16 | fi | 
| 17 | ]) | 
| 18 | |
| 19 | AC_OUTPUT(Makefile) | 
Note: See TracBrowser
        for help on using the repository browser.
    
