comparison auto/unix @ 6194:acba1656c474

Configure: fix tests with multi-level relative build directory. Based on a patch by Piotr Sikora.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 17 Jun 2015 14:15:27 +0300
parents 4f6efabcb09b
children b5a87b51be24
comparison
equal deleted inserted replaced
6193:78c06e5e1d76 6194:acba1656c474
503 ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value 503 ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value
504 504
505 505
506 # POSIX types 506 # POSIX types
507 507
508 case "$NGX_AUTO_CONFIG_H" in 508 NGX_INCLUDE_AUTO_CONFIG_H="#include \"ngx_auto_config.h\""
509 /*)
510 NGX_INCLUDE_AUTO_CONFIG_H="#include \"$NGX_AUTO_CONFIG_H\""
511 ;;
512 *)
513 NGX_INCLUDE_AUTO_CONFIG_H="#include \"../$NGX_AUTO_CONFIG_H\""
514 ;;
515 esac
516 509
517 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef 510 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
518 511
519 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef 512 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
520 . auto/types/sizeof 513 . auto/types/sizeof