| Last change
                  on this file since 2552 was
                  2066,
                  checked in by achernya, 14 years ago | 
        
          | Merge branches/fc15-dev to trunk | 
        | File size:
            753 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [1] | 1 | AC_INIT() | 
|---|
|  | 2 |  | 
|---|
| [38] | 3 | AC_DEFUN(REQUIRE_PATH,[ | 
|---|
|  | 4 | AC_SUBST($1_path) | 
|---|
|  | 5 | if test "[$]$1_path" = ""; then | 
|---|
|  | 6 | AC_ERROR(Cannot find $1) | 
|---|
|  | 7 | fi | 
|---|
|  | 8 | ]) | 
|---|
|  | 9 |  | 
|---|
| [36] | 10 | AC_ARG_WITH(kinit, | 
|---|
|  | 11 | [  --with-kinit[=PATH]       kinit is located at PATH],[ | 
|---|
|  | 12 | if test "$withval" != "no" -a "$withval" != "yes"; then | 
|---|
|  | 13 | kinit_path="$withval" | 
|---|
|  | 14 | fi | 
|---|
|  | 15 | ]) | 
|---|
| [38] | 16 | REQUIRE_PATH(kinit) | 
|---|
| [1] | 17 |  | 
|---|
| [36] | 18 | AC_ARG_WITH(aklog, | 
|---|
|  | 19 | [  --with-aklog[=PATH]       aklog is located at PATH],[ | 
|---|
|  | 20 | if test "$withval" != "no" -a "$withval" != "yes"; then | 
|---|
|  | 21 | aklog_path="$withval" | 
|---|
|  | 22 | fi | 
|---|
|  | 23 | ]) | 
|---|
| [38] | 24 | REQUIRE_PATH(aklog) | 
|---|
| [1] | 25 |  | 
|---|
| [2066] | 26 | AC_ARG_WITH(fs, | 
|---|
|  | 27 | [  --with-fs[=PATH]          fs is located at PATH],[ | 
|---|
|  | 28 | if test "$withval" != "no" -a "$withval" != "yes"; then | 
|---|
|  | 29 | fs_path="$withval" | 
|---|
|  | 30 | fi | 
|---|
|  | 31 | ]) | 
|---|
|  | 32 | REQUIRE_PATH(fs) | 
|---|
|  | 33 |  | 
|---|
| [1] | 34 | AC_OUTPUT(Makefile) | 
|---|
|  | 35 | AC_OUTPUT(renew) | 
|---|
| [2066] | 36 | AC_OUTPUT(scripts-afsagent-startup) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.