Changeset 860 for vendor/current/source3/configure
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/configure
r746 r860 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8for Samba 3.3 # Generated by GNU Autoconf 2.69 for Samba 3. 4 4 # 5 5 # Report bugs to <samba-technical@samba.org>. 6 6 # 7 7 # 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 9 # 12 10 # … … 137 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 138 136 137 # Use a proper internal environment variable to ensure we don't fall 138 # into an infinite loop, continuously re-executing ourselves. 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 140 _as_can_reexec=no; export _as_can_reexec; 141 # We cannot yet assume a decent shell, so we have to provide a 142 # neutralization value for shells without unset; and this also 143 # works around shells that cannot unset nonexistent variables. 144 # Preserve -v and -x to the replacement shell. 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 148 case $- in # (((( 149 *v*x* | *x*v* ) as_opts=-vx ;; 150 *v* ) as_opts=-v ;; 151 *x* ) as_opts=-x ;; 152 * ) as_opts= ;; 153 esac 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 155 # Admittedly, this is quite paranoid, since all the known shells bail 156 # out after a failed `exec'. 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 158 as_fn_exit 255 159 fi 160 # We don't want this to propagate to other subprocesses. 161 { _as_can_reexec=; unset _as_can_reexec;} 139 162 if test "x$CONFIG_SHELL" = x; then 140 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 170 193 exitcode=1; echo positional parameters were not saved. 171 194 fi 172 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 173 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 215 239 216 240 if test "x$CONFIG_SHELL" != x; then : 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 232 260 fi 233 261 … … 332 360 333 361 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE 364 # ----------------------- 365 # Test if FILE is an executable regular file. 366 as_fn_executable_p () 367 { 368 test -f "$1" && test -x "$1" 369 } # as_fn_executable_p 334 370 # as_fn_append VAR VALUE 335 371 # ---------------------- … … 453 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 454 490 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 492 # already done that, so ensure we don't try to do so again and fall 493 # in an infinite loop. This has already happened in practice. 494 _as_can_reexec=no; export _as_can_reexec 455 495 # Don't try to exec as it changes $[0], causing all sort of problems 456 496 # (the dirname of $[0] is not the place where we might find the … … 487 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 488 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 489 # In both cases, we have to default to `cp -p '.529 # In both cases, we have to default to `cp -pR'. 490 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 491 as_ln_s='cp -p '531 as_ln_s='cp -pR' 492 532 elif ln conf$$.file conf$$ 2>/dev/null; then 493 533 as_ln_s=ln 494 534 else 495 as_ln_s='cp -p '535 as_ln_s='cp -pR' 496 536 fi 497 537 else 498 as_ln_s='cp -p '538 as_ln_s='cp -pR' 499 539 fi 500 540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 508 548 fi 509 549 510 if test -x / >/dev/null 2>&1; then 511 as_test_x='test -x' 512 else 513 if ls -dL / >/dev/null 2>&1; then 514 as_ls_L_option=L 515 else 516 as_ls_L_option= 517 fi 518 as_test_x=' 519 eval sh -c '\'' 520 if test -d "$1"; then 521 test -d "$1/."; 522 else 523 case $1 in #( 524 -*)set "./$1";; 525 esac; 526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 527 ???[sx]*):;;*)false;;esac;fi 528 '\'' sh 529 ' 530 fi 531 as_executable_p=$as_test_x 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 532 552 533 553 # Sed expression to map a string onto a valid CPP name. … … 726 746 LIBTDB_LIBS 727 747 LIBTDB_CFLAGS 748 LIBTEVENT_OBJ0 749 LIBTEVENT_SHARED_TARGET_FULLVER 750 LIBTEVENT_SHARED_TARGET_SOVER 751 LIBTEVENT_FULLVER 752 LIBTEVENT_SOVER 753 UNINSTALL_LIBTEVENT 754 INSTALL_LIBTEVENT 755 LIBTEVENT_TARGET 756 LIBTEVENT_STATIC 757 LIBTEVENT_SHARED 758 LIBTEVENT_STATIC_TARGET 759 LIBTEVENT_SHARED_TARGET 760 TEVENT_LIBS 761 TEVENT_CFLAGS 762 TEVENT_OBJ 763 teventdir 764 LIBTEVENT_LIBS 765 LIBTEVENT_CFLAGS 728 766 TALLOCTORT 729 767 LIBTALLOC_OBJ0 … … 739 777 LIBTALLOC_STATIC_TARGET 740 778 LIBTALLOC_SHARED_TARGET 779 EXPORTSFILE 741 780 TALLOC_LIBS 742 781 TALLOC_CFLAGS … … 834 873 LDSHFLAGS 835 874 SAMBA_CPPFLAGS 836 LIBTEVENT_OBJ0837 EXPORTSFILE838 TEVENT_LIBS839 TEVENT_CFLAGS840 TEVENT_OBJ841 teventdir842 875 LIB_PATH_VAR 843 876 libreplace_cv_immediate_structures … … 975 1008 enable_external_libtalloc 976 1009 with_libtalloc 1010 enable_external_libtevent 1011 with_libtevent 977 1012 enable_external_libtdb 978 1013 with_libtdb … … 1031 1066 LIBTALLOC_CFLAGS 1032 1067 LIBTALLOC_LIBS 1068 LIBTEVENT_CFLAGS 1069 LIBTEVENT_LIBS 1033 1070 LIBTDB_CFLAGS 1034 1071 LIBTDB_LIBS' … … 1488 1525 if test "x$build_alias" = x; then 1489 1526 cross_compiling=maybe 1490 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1491 If a cross compiler is detected then cross compile mode will be used" >&21492 1527 elif test "x$build_alias" != "x$host_alias"; then 1493 1528 cross_compiling=yes … … 1672 1707 --enable-external-libtalloc 1673 1708 Enable external talloc [default=auto] 1709 --enable-external-libtevent 1710 Enable external tevent [default=auto] 1674 1711 --enable-external-libtdb 1675 1712 Enable external tdb [default=auto] … … 1735 1772 --with-libtalloc Build the libtalloc shared library (default=yes if 1736 1773 shared libs supported) 1774 --with-libtevent Build the libtevent shared library (default=yes if 1775 shared libs supported) 1737 1776 --with-libtdb Build the libtdb shared library (default=yes if 1738 1777 shared libs supported) … … 1802 1841 LIBTALLOC_LIBS 1803 1842 linker flags for LIBTALLOC, overriding pkg-config 1843 LIBTEVENT_CFLAGS 1844 C compiler flags for LIBTEVENT, overriding pkg-config 1845 LIBTEVENT_LIBS 1846 linker flags for LIBTEVENT, overriding pkg-config 1804 1847 LIBTDB_CFLAGS 1805 1848 C compiler flags for LIBTDB, overriding pkg-config … … 1873 1916 cat <<\_ACEOF 1874 1917 Samba configure 3 1875 generated by GNU Autoconf 2.6 81876 1877 Copyright (C) 201 0Free Software Foundation, Inc.1918 generated by GNU Autoconf 2.69 1919 1920 Copyright (C) 2012 Free Software Foundation, Inc. 1878 1921 This configure script is free software; the Free Software Foundation 1879 1922 gives unlimited permission to copy, distribute and modify it. … … 2152 2195 } && test -s conftest$ac_exeext && { 2153 2196 test "$cross_compiling" = yes || 2154 $as_test_x conftest$ac_exeext2197 test -x conftest$ac_exeext 2155 2198 }; then : 2156 2199 ac_retval=0 … … 2242 2285 { 2243 2286 static int test_array [1 - 2 * !(($2) >= 0)]; 2244 test_array [0] = 0 2287 test_array [0] = 0; 2288 return test_array [0]; 2245 2289 2246 2290 ; … … 2258 2302 { 2259 2303 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2260 test_array [0] = 0 2304 test_array [0] = 0; 2305 return test_array [0]; 2261 2306 2262 2307 ; … … 2284 2329 { 2285 2330 static int test_array [1 - 2 * !(($2) < 0)]; 2286 test_array [0] = 0 2331 test_array [0] = 0; 2332 return test_array [0]; 2287 2333 2288 2334 ; … … 2300 2346 { 2301 2347 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2302 test_array [0] = 0 2348 test_array [0] = 0; 2349 return test_array [0]; 2303 2350 2304 2351 ; … … 2334 2381 { 2335 2382 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2336 test_array [0] = 0 2383 test_array [0] = 0; 2384 return test_array [0]; 2337 2385 2338 2386 ; … … 2403 2451 } # ac_fn_c_compute_int 2404 2452 2453 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES 2454 # ---------------------------------------------------- 2455 # Tries to find if the field MEMBER exists in type AGGR, after including 2456 # INCLUDES, setting cache variable VAR accordingly. 2457 ac_fn_c_check_member () 2458 { 2459 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2461 $as_echo_n "checking for $2.$3... " >&6; } 2462 if eval \${$4+:} false; then : 2463 $as_echo_n "(cached) " >&6 2464 else 2465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2466 /* end confdefs.h. */ 2467 $5 2468 int 2469 main () 2470 { 2471 static $2 ac_aggr; 2472 if (ac_aggr.$3) 2473 return 0; 2474 ; 2475 return 0; 2476 } 2477 _ACEOF 2478 if ac_fn_c_try_compile "$LINENO"; then : 2479 eval "$4=yes" 2480 else 2481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2482 /* end confdefs.h. */ 2483 $5 2484 int 2485 main () 2486 { 2487 static $2 ac_aggr; 2488 if (sizeof ac_aggr.$3) 2489 return 0; 2490 ; 2491 return 0; 2492 } 2493 _ACEOF 2494 if ac_fn_c_try_compile "$LINENO"; then : 2495 eval "$4=yes" 2496 else 2497 eval "$4=no" 2498 fi 2499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2500 fi 2501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2502 fi 2503 eval ac_res=\$$4 2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2505 $as_echo "$ac_res" >&6; } 2506 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2507 2508 } # ac_fn_c_check_member 2509 2405 2510 # ac_fn_c_check_func LINENO FUNC VAR 2406 2511 # ---------------------------------- … … 2470 2575 } # ac_fn_c_check_func 2471 2576 2472 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES2473 # ----------------------------------------------------2474 # Tries to find if the field MEMBER exists in type AGGR, after including2475 # INCLUDES, setting cache variable VAR accordingly.2476 ac_fn_c_check_member ()2477 {2478 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&52480 $as_echo_n "checking for $2.$3... " >&6; }2481 if eval \${$4+:} false; then :2482 $as_echo_n "(cached) " >&62483 else2484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2485 /* end confdefs.h. */2486 $52487 int2488 main ()2489 {2490 static $2 ac_aggr;2491 if (ac_aggr.$3)2492 return 0;2493 ;2494 return 0;2495 }2496 _ACEOF2497 if ac_fn_c_try_compile "$LINENO"; then :2498 eval "$4=yes"2499 else2500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2501 /* end confdefs.h. */2502 $52503 int2504 main ()2505 {2506 static $2 ac_aggr;2507 if (sizeof ac_aggr.$3)2508 return 0;2509 ;2510 return 0;2511 }2512 _ACEOF2513 if ac_fn_c_try_compile "$LINENO"; then :2514 eval "$4=yes"2515 else2516 eval "$4=no"2517 fi2518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2519 fi2520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2521 fi2522 eval ac_res=\$$42523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52524 $as_echo "$ac_res" >&6; }2525 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2526 2527 } # ac_fn_c_check_member2528 2529 2577 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES 2530 2578 # --------------------------------------------- … … 2577 2625 2578 2626 It was created by Samba $as_me 3, which was 2579 generated by GNU Autoconf 2.6 8. Invocation command line was2627 generated by GNU Autoconf 2.69. Invocation command line was 2580 2628 2581 2629 $ $0 $@ … … 3763 3811 test -z "$as_dir" && as_dir=. 3764 3812 for ac_exec_ext in '' $ac_executable_extensions; do 3765 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3813 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3766 3814 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3767 3815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3803 3851 test -z "$as_dir" && as_dir=. 3804 3852 for ac_exec_ext in '' $ac_executable_extensions; do 3805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3806 3854 ac_cv_prog_ac_ct_CC="gcc" 3807 3855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3856 3904 test -z "$as_dir" && as_dir=. 3857 3905 for ac_exec_ext in '' $ac_executable_extensions; do 3858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3859 3907 ac_cv_prog_CC="${ac_tool_prefix}cc" 3860 3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3897 3945 test -z "$as_dir" && as_dir=. 3898 3946 for ac_exec_ext in '' $ac_executable_extensions; do 3899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3900 3948 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3901 3949 ac_prog_rejected=yes … … 3955 4003 test -z "$as_dir" && as_dir=. 3956 4004 for ac_exec_ext in '' $ac_executable_extensions; do 3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3958 4006 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3959 4007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3999 4047 test -z "$as_dir" && as_dir=. 4000 4048 for ac_exec_ext in '' $ac_executable_extensions; do 4001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4002 4050 ac_cv_prog_ac_ct_CC="$ac_prog" 4003 4051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4445 4493 #include <stdarg.h> 4446 4494 #include <stdio.h> 4447 #include <sys/types.h> 4448 #include <sys/stat.h> 4495 struct stat; 4449 4496 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4450 4497 struct buf { int x; }; … … 4680 4727 } 4681 4728 _ACEOF 4682 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 - xc99=all-qlanglvl=extc994729 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 4683 4730 do 4684 4731 CC="$ac_save_CC $ac_arg" … … 4875 4922 for ac_exec_ext in '' $ac_executable_extensions; do 4876 4923 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4877 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4924 as_fn_executable_p "$ac_path_GREP" || continue 4878 4925 # Check for GNU ac_path_GREP and select it if it is found. 4879 4926 # Check for GNU $ac_path_GREP … … 4941 4988 for ac_exec_ext in '' $ac_executable_extensions; do 4942 4989 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4943 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4990 as_fn_executable_p "$ac_path_EGREP" || continue 4944 4991 # Check for GNU ac_path_EGREP and select it if it is found. 4945 4992 # Check for GNU $ac_path_EGREP … … 5148 5195 /* end confdefs.h. */ 5149 5196 5150 # 5151 5197 # define __EXTENSIONS__ 1 5198 $ac_includes_default 5152 5199 int 5153 5200 main () … … 5636 5683 for ac_prog in ginstall scoinst install; do 5637 5684 for ac_exec_ext in '' $ac_executable_extensions; do 5638 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then5685 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 5639 5686 if test $ac_prog = install && 5640 5687 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 5955 6002 rm -rf conftest* 5956 6003 fi 6004 6005 5957 6006 fi 5958 6007 … … 6595 6644 6596 6645 6597 6598 6599 6600 if test x"$teventdir" = "x"; then6601 teventdir=""6602 teventpaths="$srcdir $srcdir/../lib/tevent $srcdir/tevent $srcdir/../tevent"6603 for d in $teventpaths; do6604 if test -f "$d/tevent.c"; then6605 teventdir="$d"6606 break;6607 fi6608 done6609 if test x"$teventdir" = "x"; then6610 as_fn_error $? "cannot find libtevent source in $teventpaths" "$LINENO" 56611 fi6612 fi6613 6614 TEVENT_OBJ=""6615 TEVENT_CFLAGS=""6616 TEVENT_LIBS=""6617 6618 6619 6620 6621 TEVENT_CFLAGS="-I$teventdir"6622 6623 TEVENT_OBJ="tevent.o tevent_debug.o tevent_util.o"6624 TEVENT_OBJ="$TEVENT_OBJ tevent_fd.o tevent_timed.o tevent_immediate.o tevent_signal.o"6625 TEVENT_OBJ="$TEVENT_OBJ tevent_req.o tevent_wakeup.o tevent_queue.o"6626 TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o"6627 TEVENT_OBJ="$TEVENT_OBJ tevent_poll.o"6628 6629 for ac_header in sys/epoll.h6630 do :6631 ac_fn_c_check_header_mongrel "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default"6632 if test "x$ac_cv_header_sys_epoll_h" = xyes; then :6633 cat >>confdefs.h <<_ACEOF6634 #define HAVE_SYS_EPOLL_H 16635 _ACEOF6636 6637 fi6638 6639 done6640 6641 for ac_func in epoll_create6642 do :6643 ac_fn_c_check_func "$LINENO" "epoll_create" "ac_cv_func_epoll_create"6644 if test "x$ac_cv_func_epoll_create" = xyes; then :6645 cat >>confdefs.h <<_ACEOF6646 #define HAVE_EPOLL_CREATE 16647 _ACEOF6648 6649 fi6650 done6651 6652 if test x"$ac_cv_header_sys_epoll_h" = x"yes" -a x"$ac_cv_func_epoll_create" = x"yes"; then6653 TEVENT_OBJ="$TEVENT_OBJ tevent_epoll.o"6654 6655 $as_echo "#define HAVE_EPOLL 1" >>confdefs.h6656 6657 fi6658 6659 if test x"$VERSIONSCRIPT" != "x"; then6660 EXPORTSFILE=tevent.exports6661 6662 fi6663 6664 6665 6666 LIBTEVENT_OBJ0=""6667 for obj in ${TEVENT_OBJ}; do6668 LIBTEVENT_OBJ0="${LIBTEVENT_OBJ0} ${teventdir}/${obj}"6669 done6670 6671 LIBS="${LIBS} ${TEVENT_LIBS}"6672 6673 6646 SAMBA_CPPFLAGS="-Iinclude -I${srcdir-.}/include -I. -I${srcdir-.}" 6674 6647 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/replace" 6675 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TEVENT_CFLAGS}"6676 6648 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc" 6677 6649 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/.." … … 7023 6995 test -z "$as_dir" && as_dir=. 7024 6996 for ac_exec_ext in '' $ac_executable_extensions; do 7025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7026 6998 ac_cv_prog_AWK="$ac_prog" 7027 6999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7074 7046 test -z "$as_dir" && as_dir=. 7075 7047 for ac_exec_ext in '' $ac_executable_extensions; do 7076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7077 7049 ac_cv_path_MAKE="$as_dir/$ac_word$ac_exec_ext" 7078 7050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7152 7124 test -z "$as_dir" && as_dir=. 7153 7125 for ac_exec_ext in '' $ac_executable_extensions; do 7154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7155 7127 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7156 7128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7195 7167 test -z "$as_dir" && as_dir=. 7196 7168 for ac_exec_ext in '' $ac_executable_extensions; do 7197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7198 7170 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7199 7171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7264 7236 test -z "$as_dir" && as_dir=. 7265 7237 for ac_exec_ext in '' $ac_executable_extensions; do 7266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7267 7239 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 7268 7240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7308 7280 test -z "$as_dir" && as_dir=. 7309 7281 for ac_exec_ext in '' $ac_executable_extensions; do 7310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7311 7283 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 7312 7284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7360 7332 test -z "$as_dir" && as_dir=. 7361 7333 for ac_exec_ext in '' $ac_executable_extensions; do 7362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7334 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7363 7335 ac_cv_path_PYTHON_CONFIG="$as_dir/$ac_word$ac_exec_ext" 7364 7336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7404 7376 test -z "$as_dir" && as_dir=. 7405 7377 for ac_exec_ext in '' $ac_executable_extensions; do 7406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7407 7379 ac_cv_path_PYTHON_CONFIG="$as_dir/$ac_word$ac_exec_ext" 7408 7380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7677 7649 test -z "$as_dir" && as_dir=. 7678 7650 for ac_exec_ext in '' $ac_executable_extensions; do 7679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7680 7652 ac_cv_prog_AR="${ac_tool_prefix}ar" 7681 7653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7717 7689 test -z "$as_dir" && as_dir=. 7718 7690 for ac_exec_ext in '' $ac_executable_extensions; do 7719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7691 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7720 7692 ac_cv_prog_ac_ct_AR="ar" 7721 7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7770 7742 7771 7743 if test "$ac_cv_prog_gnu_ld" = "yes"; then 7772 ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2>&1 < /dev/null | grep "GNU ld"` 7744 ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2> /dev/null < /dev/null | grep "GNU ld"` 7745 # we need to make a 2nd (separate!) check on the output of stderr, see bug #7825: 7746 if test -z "$ac_cv_gnu_ld_version" ; then 7747 ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2>&1 > /dev/null < /dev/null | grep "GNU ld"` 7748 fi 7773 7749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GNU ld release date" >&5 7774 7750 $as_echo_n "checking GNU ld release date... " >&6; } … … 9034 9010 done 9035 9011 9036 for ac_header in setjmp.h utime.h 9012 for ac_header in setjmp.h utime.h sys/wait.h 9037 9013 do : 9038 9014 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 9216 9192 cat >>confdefs.h <<_ACEOF 9217 9193 #define HAVE_UNIX_H 1 9194 _ACEOF 9195 9196 fi 9197 9198 done 9199 9200 for ac_header in sys/ucontext.h 9201 do : 9202 ac_fn_c_check_header_mongrel "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "$ac_includes_default" 9203 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then : 9204 cat >>confdefs.h <<_ACEOF 9205 #define HAVE_SYS_UCONTEXT_H 1 9218 9206 _ACEOF 9219 9207 … … 10044 10032 10045 10033 10046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for O_DIRECT flag to open(2)" >&510047 $as_echo_n "checking for O_DIRECT flag to open(2)... " >&6; }10048 if ${libreplace_cv_HAVE_OPEN_O_DIRECT+:} false; then :10049 $as_echo_n "(cached) " >&610050 else10051 10052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext10053 /* end confdefs.h. */10054 10055 #include <unistd.h>10056 #ifdef HAVE_FCNTL_H10057 #include <fcntl.h>10058 #endif10059 int10060 main ()10061 {10062 int fd = open("/dev/null", O_DIRECT);10063 ;10064 return 0;10065 }10066 _ACEOF10067 if ac_fn_c_try_compile "$LINENO"; then :10068 libreplace_cv_HAVE_OPEN_O_DIRECT=yes10069 else10070 libreplace_cv_HAVE_OPEN_O_DIRECT=no10071 fi10072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext10073 fi10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libreplace_cv_HAVE_OPEN_O_DIRECT" >&510075 $as_echo "$libreplace_cv_HAVE_OPEN_O_DIRECT" >&6; }10076 if test x"$libreplace_cv_HAVE_OPEN_O_DIRECT" = x"yes"; then10077 10078 $as_echo "#define HAVE_OPEN_O_DIRECT 1" >>confdefs.h10079 10080 fi10081 10082 10083 10034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that the C compiler understands volatile" >&5 10084 10035 $as_echo_n "checking that the C compiler understands volatile... " >&6; } … … 10680 10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 10681 10632 $as_echo "$ac_res" >&6; } 10682 if test $`$as_echo "ac_cv_c_prototype_struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)" | $as_tr_sh` = yes; then :10633 if eval test $`$as_echo "ac_cv_c_prototype_struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)" | $as_tr_sh` = yes; then : 10683 10634 10684 10635 … … 10727 10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 10728 10679 $as_echo "$ac_res" >&6; } 10729 if test $`$as_echo "ac_cv_c_prototype_struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)" | $as_tr_sh` = yes; then :10680 if eval test $`$as_echo "ac_cv_c_prototype_struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)" | $as_tr_sh` = yes; then : 10730 10681 10731 10682 … … 10822 10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 10823 10774 $as_echo "$ac_res" >&6; } 10824 if test $`$as_echo "ac_cv_c_prototype_struct group *getgrent_r(struct group *src, char *buf, int buflen)" | $as_tr_sh` = yes; then :10775 if eval test $`$as_echo "ac_cv_c_prototype_struct group *getgrent_r(struct group *src, char *buf, int buflen)" | $as_tr_sh` = yes; then : 10825 10776 10826 10777 … … 10870 10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 10871 10822 $as_echo "$ac_res" >&6; } 10872 if test $`$as_echo "ac_cv_c_prototype_struct group *getgrent_r(struct group *src, char *buf, size_t buflen)" | $as_tr_sh` = yes; then :10823 if eval test $`$as_echo "ac_cv_c_prototype_struct group *getgrent_r(struct group *src, char *buf, size_t buflen)" | $as_tr_sh` = yes; then : 10873 10824 10874 10825 … … 10949 10900 10950 10901 10902 10903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for O_DIRECT flag to open(2)" >&5 10904 $as_echo_n "checking for O_DIRECT flag to open(2)... " >&6; } 10905 if ${libreplace_cv_HAVE_OPEN_O_DIRECT+:} false; then : 10906 $as_echo_n "(cached) " >&6 10907 else 10908 10909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10910 /* end confdefs.h. */ 10911 10912 #include <unistd.h> 10913 #ifdef HAVE_FCNTL_H 10914 #include <fcntl.h> 10915 #endif 10916 int 10917 main () 10918 { 10919 int fd = open("/dev/null", O_DIRECT); 10920 ; 10921 return 0; 10922 } 10923 _ACEOF 10924 if ac_fn_c_try_compile "$LINENO"; then : 10925 libreplace_cv_HAVE_OPEN_O_DIRECT=yes 10926 else 10927 libreplace_cv_HAVE_OPEN_O_DIRECT=no 10928 fi 10929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10930 fi 10931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libreplace_cv_HAVE_OPEN_O_DIRECT" >&5 10932 $as_echo "$libreplace_cv_HAVE_OPEN_O_DIRECT" >&6; } 10933 if test x"$libreplace_cv_HAVE_OPEN_O_DIRECT" = x"yes"; then 10934 10935 $as_echo "#define HAVE_OPEN_O_DIRECT 1" >>confdefs.h 10936 10937 fi 10951 10938 10952 10939 save_LIBS="$LIBS" … … 11157 11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 11158 11145 $as_echo "$ac_res" >&6; } 11159 if test $`$as_echo "ac_cv_c_prototype_void *dlopen(const char* filename, unsigned int flags)" | $as_tr_sh` = yes; then :11146 if eval test $`$as_echo "ac_cv_c_prototype_void *dlopen(const char* filename, unsigned int flags)" | $as_tr_sh` = yes; then : 11160 11147 11161 11148 … … 11467 11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 11468 11455 $as_echo "$ac_res" >&6; } 11469 if test $`$as_echo "ac_cv_c_prototype_long telldir(const DIR *dir)" | $as_tr_sh` = yes; then :11456 if eval test $`$as_echo "ac_cv_c_prototype_long telldir(const DIR *dir)" | $as_tr_sh` = yes; then : 11470 11457 11471 11458 … … 11511 11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 11512 11499 $as_echo "$ac_res" >&6; } 11513 if test $`$as_echo "ac_cv_c_prototype_int seekdir(DIR *dir, long ofs)" | $as_tr_sh` = yes; then :11500 if eval test $`$as_echo "ac_cv_c_prototype_int seekdir(DIR *dir, long ofs)" | $as_tr_sh` = yes; then : 11514 11501 11515 11502 … … 11905 11892 11906 11893 $as_echo "#define HAVE_STRUCT_TIMESPEC 1" >>confdefs.h 11894 11895 fi 11896 11897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ucontext_t type" >&5 11898 $as_echo_n "checking for ucontext_t type... " >&6; } 11899 if ${libreplace_cv_ucontext_t+:} false; then : 11900 $as_echo_n "(cached) " >&6 11901 else 11902 11903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11904 /* end confdefs.h. */ 11905 11906 #include <signal.h> 11907 #if HAVE_SYS_UCONTEXT_H 11908 #include <sys/ucontext.h> 11909 # endif 11910 11911 int 11912 main () 11913 { 11914 ucontext_t uc; sigaddset(&uc.uc_sigmask, SIGUSR1); 11915 ; 11916 return 0; 11917 } 11918 _ACEOF 11919 if ac_fn_c_try_compile "$LINENO"; then : 11920 libreplace_cv_ucontext_t=yes 11921 else 11922 libreplace_cv_ucontext_t=no 11923 fi 11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11925 fi 11926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libreplace_cv_ucontext_t" >&5 11927 $as_echo "$libreplace_cv_ucontext_t" >&6; } 11928 if test x"$libreplace_cv_ucontext_t" = x"yes"; then 11929 11930 $as_echo "#define HAVE_UCONTEXT_T 1" >>confdefs.h 11907 11931 11908 11932 fi … … 13946 13970 13947 13971 13948 for ac_header in md5.h13949 do :13950 ac_fn_c_check_header_mongrel "$LINENO" "md5.h" "ac_cv_header_md5_h" "$ac_includes_default"13951 if test "x$ac_cv_header_md5_h" = xyes; then :13952 cat >>confdefs.h <<_ACEOF13953 #define HAVE_MD5_H 113954 _ACEOF13955 13956 fi13957 13958 done13959 13960 13961 13972 samba_cv_md5lib=none 13962 13973 13963 if test x"$ac_cv_header_md5_h" = x"yes"; then 13964 13965 $as_echo "#define HAVE_MD5_H 1" >>confdefs.h 13966 13967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5Update in -lmd5" >&5 13968 $as_echo_n "checking for MD5Update in -lmd5... " >&6; } 13969 if ${ac_cv_lib_md5_MD5Update+:} false; then : 13974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5Update in -lc" >&5 13975 $as_echo_n "checking for MD5Update in -lc... " >&6; } 13976 if ${ac_cv_lib_c_MD5Update+:} false; then : 13970 13977 $as_echo_n "(cached) " >&6 13971 13978 else 13972 13979 ac_check_lib_save_LIBS=$LIBS 13973 LIBS="-l md5$LIBS"13980 LIBS="-lc $LIBS" 13974 13981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13975 13982 /* end confdefs.h. */ … … 13991 13998 _ACEOF 13992 13999 if ac_fn_c_try_link "$LINENO"; then : 13993 ac_cv_lib_ md5_MD5Update=yes13994 else 13995 ac_cv_lib_ md5_MD5Update=no14000 ac_cv_lib_c_MD5Update=yes 14001 else 14002 ac_cv_lib_c_MD5Update=no 13996 14003 fi 13997 14004 rm -f core conftest.err conftest.$ac_objext \ … … 13999 14006 LIBS=$ac_check_lib_save_LIBS 14000 14007 fi 14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_md5_MD5Update" >&5 14002 $as_echo "$ac_cv_lib_md5_MD5Update" >&6; } 14003 if test "x$ac_cv_lib_md5_MD5Update" = xyes; then : 14004 samba_cv_md5lib=md5 14005 fi 14006 14007 fi 14008 14009 if test x"$ac_cv_header_md5_h" = x"yes" -a \ 14010 x"$samba_cv_md5lib" = x"none" ; then 14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_MD5Update" >&5 14009 $as_echo "$ac_cv_lib_c_MD5Update" >&6; } 14010 if test "x$ac_cv_lib_c_MD5Update" = xyes; then : 14011 samba_cv_md5lib="" 14012 fi 14013 14014 14015 if test x"$samba_cv_md5lib" = x"none" ; then 14011 14016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5Update in -lmd" >&5 14012 14017 $as_echo_n "checking for MD5Update in -lmd... " >&6; } … … 14051 14056 fi 14052 14057 14053 if test x"$ac_cv_header_md5_h" = x"yes" -a \ 14054 x"$samba_cv_md5lib" = x"none" ; then 14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5Update in -lc" >&5 14056 $as_echo_n "checking for MD5Update in -lc... " >&6; } 14057 if ${ac_cv_lib_c_MD5Update+:} false; then : 14058 if test x"$samba_cv_md5lib" = x"none" ; then 14059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5Update in -lmd5" >&5 14060 $as_echo_n "checking for MD5Update in -lmd5... " >&6; } 14061 if ${ac_cv_lib_md5_MD5Update+:} false; then : 14058 14062 $as_echo_n "(cached) " >&6 14059 14063 else 14060 14064 ac_check_lib_save_LIBS=$LIBS 14061 LIBS="-l c$LIBS"14065 LIBS="-lmd5 $LIBS" 14062 14066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14063 14067 /* end confdefs.h. */ … … 14079 14083 _ACEOF 14080 14084 if ac_fn_c_try_link "$LINENO"; then : 14081 ac_cv_lib_ c_MD5Update=yes14082 else 14083 ac_cv_lib_ c_MD5Update=no14085 ac_cv_lib_md5_MD5Update=yes 14086 else 14087 ac_cv_lib_md5_MD5Update=no 14084 14088 fi 14085 14089 rm -f core conftest.err conftest.$ac_objext \ … … 14087 14091 LIBS=$ac_check_lib_save_LIBS 14088 14092 fi 14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ c_MD5Update" >&514090 $as_echo "$ac_cv_lib_ c_MD5Update" >&6; }14091 if test "x$ac_cv_lib_ c_MD5Update" = xyes; then :14092 samba_cv_md5lib= ""14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_md5_MD5Update" >&5 14094 $as_echo "$ac_cv_lib_md5_MD5Update" >&6; } 14095 if test "x$ac_cv_lib_md5_MD5Update" = xyes; then : 14096 samba_cv_md5lib=md5 14093 14097 fi 14094 14098 … … 14096 14100 14097 14101 if test x"$samba_cv_md5lib" != x"none" ; then 14102 for ac_header in md5.h 14103 do : 14104 ac_fn_c_check_header_mongrel "$LINENO" "md5.h" "ac_cv_header_md5_h" "$ac_includes_default" 14105 if test "x$ac_cv_header_md5_h" = xyes; then : 14106 cat >>confdefs.h <<_ACEOF 14107 #define HAVE_MD5_H 1 14108 _ACEOF 14109 14110 fi 14111 14112 done 14113 14114 fi 14115 14116 CRYPTO_MD5_OBJ="../lib/crypto/md5.o" 14117 if test x"$ac_cv_header_md5_h" = x"yes" -a \ 14118 x"$samba_cv_md5lib" != x"none" ; then 14098 14119 if test x"$samba_cv_md5lib" != x ; then 14099 14120 LIBS="${LIBS} -l${samba_cv_md5lib}" 14121 14122 $as_echo "#define HAVE_LIBMD5 1" >>confdefs.h 14123 14100 14124 fi 14101 14125 CRYPTO_MD5_OBJ= 14102 14103 $as_echo "#define HAVE_LIBMD5 1" >>confdefs.h14104 14105 else14106 CRYPTO_MD5_OBJ="../lib/crypto/md5.o"14107 14126 fi 14108 14127 … … 14466 14485 main () 14467 14486 { 14468 /* FIXME: Include the comments suggested by Paul. */ 14487 14469 14488 #ifndef __cplusplus 14470 /* Ultrix mips cc rejects this . */14489 /* Ultrix mips cc rejects this sort of thing. */ 14471 14490 typedef int charset[2]; 14472 const charset cs ;14491 const charset cs = { 0, 0 }; 14473 14492 /* SunOS 4.1.1 cc rejects this. */ 14474 14493 char const *const *pcpcc; … … 14487 14506 ppc = (char**) pcpcc; 14488 14507 pcpcc = (char const *const *) ppc; 14489 { /* SCO 3.2v4 cc rejects this. */ 14490 char *t; 14508 { /* SCO 3.2v4 cc rejects this sort of thing. */ 14509 char tx; 14510 char *t = &tx; 14491 14511 char const *s = 0 ? (char *) 0 : (char const *) 0; 14492 14512 … … 14504 14524 ++p; 14505 14525 } 14506 { /* AIX XL C 1.02.0.0 rejects this s aying14526 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying 14507 14527 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 14508 struct s { int j; const int *ap[3]; } ;14509 struct s *b ; b->j = 5;14528 struct s { int j; const int *ap[3]; } bx; 14529 struct s *b = &bx; b->j = 5; 14510 14530 } 14511 14531 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ … … 14813 14833 { 14814 14834 static int test_array [1 - 2 * !(((char) -1) < 0)]; 14815 test_array [0] = 0 14835 test_array [0] = 0; 14836 return test_array [0]; 14816 14837 14817 14838 ; … … 15039 15060 test -z "$as_dir" && as_dir=. 15040 15061 for ac_exec_ext in '' $ac_executable_extensions; do 15041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then15062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 15042 15063 ac_cv_path_CUPS_CONFIG="$as_dir/$ac_word$ac_exec_ext" 15043 15064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 16265 16286 done 16266 16287 16267 for ac_func in lstat64 fopen64 atexit grantpt lseek64 ftruncate64 posix_fallocate posix_fallocate6416288 for ac_func in lstat64 fopen64 atexit grantpt posix_openpt lseek64 ftruncate64 posix_fallocate posix_fallocate64 16268 16289 do : 16269 16290 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` … … 19426 19447 test -z "$as_dir" && as_dir=. 19427 19448 for ac_exec_ext in '' $ac_executable_extensions; do 19428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then19449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19429 19450 ac_cv_prog_ROFF="groff -etpsR -Tascii -man" 19430 19451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 19962 19983 test -z "$as_dir" && as_dir=. 19963 19984 for ac_exec_ext in '' $ac_executable_extensions; do 19964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then19985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19965 19986 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 19966 19987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 20005 20026 test -z "$as_dir" && as_dir=. 20006 20027 for ac_exec_ext in '' $ac_executable_extensions; do 20007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then20028 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 20008 20029 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 20009 20030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 20358 20379 20359 20380 TALLOCTORT="bin/talloctort\$(EXEEXT)" 20381 20382 fi 20383 20384 # Check whether --enable-external_libtevent was given. 20385 if test "${enable_external_libtevent+set}" = set; then : 20386 enableval=$enable_external_libtevent; enable_external_libtevent=$enableval 20387 else 20388 enable_external_libtevent=auto 20389 fi 20390 20391 20392 if test "x$enable_external_libtevent" != xno 20393 then 20394 20395 pkg_failed=no 20396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBTEVENT" >&5 20397 $as_echo_n "checking for LIBTEVENT... " >&6; } 20398 20399 if test -n "$PKG_CONFIG"; then 20400 if test -n "$LIBTEVENT_CFLAGS"; then 20401 pkg_cv_LIBTEVENT_CFLAGS="$LIBTEVENT_CFLAGS" 20402 else 20403 if test -n "$PKG_CONFIG" && \ 20404 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tevent >= 0.9.11\""; } >&5 20405 ($PKG_CONFIG --exists --print-errors "tevent >= 0.9.11") 2>&5 20406 ac_status=$? 20407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 20408 test $ac_status = 0; }; then 20409 pkg_cv_LIBTEVENT_CFLAGS=`$PKG_CONFIG --cflags "tevent >= 0.9.11" 2>/dev/null` 20410 else 20411 pkg_failed=yes 20412 fi 20413 fi 20414 else 20415 pkg_failed=untried 20416 fi 20417 if test -n "$PKG_CONFIG"; then 20418 if test -n "$LIBTEVENT_LIBS"; then 20419 pkg_cv_LIBTEVENT_LIBS="$LIBTEVENT_LIBS" 20420 else 20421 if test -n "$PKG_CONFIG" && \ 20422 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tevent >= 0.9.11\""; } >&5 20423 ($PKG_CONFIG --exists --print-errors "tevent >= 0.9.11") 2>&5 20424 ac_status=$? 20425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 20426 test $ac_status = 0; }; then 20427 pkg_cv_LIBTEVENT_LIBS=`$PKG_CONFIG --libs "tevent >= 0.9.11" 2>/dev/null` 20428 else 20429 pkg_failed=yes 20430 fi 20431 fi 20432 else 20433 pkg_failed=untried 20434 fi 20435 20436 20437 20438 if test $pkg_failed = yes; then 20439 20440 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 20441 _pkg_short_errors_supported=yes 20442 else 20443 _pkg_short_errors_supported=no 20444 fi 20445 if test $_pkg_short_errors_supported = yes; then 20446 LIBTEVENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tevent >= 0.9.11"` 20447 else 20448 LIBTEVENT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tevent >= 0.9.11"` 20449 fi 20450 # Put the nasty error message in config.log where it belongs 20451 echo "$LIBTEVENT_PKG_ERRORS" >&5 20452 20453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 20454 $as_echo "no" >&6; } 20455 if test x$enable_external_libtevent = xyes; then 20456 as_fn_error $? "Unable to find libtevent" "$LINENO" 5 20457 else 20458 enable_external_libtevent=no 20459 fi 20460 20461 elif test $pkg_failed = untried; then 20462 if test x$enable_external_libtevent = xyes; then 20463 as_fn_error $? "Unable to find libtevent" "$LINENO" 5 20464 else 20465 enable_external_libtevent=no 20466 fi 20467 20468 else 20469 LIBTEVENT_CFLAGS=$pkg_cv_LIBTEVENT_CFLAGS 20470 LIBTEVENT_LIBS=$pkg_cv_LIBTEVENT_LIBS 20471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 20472 $as_echo "yes" >&6; } 20473 enable_external_libtevent=yes 20474 fi 20475 fi 20476 20477 if test "x$enable_external_libtevent" = xno 20478 then 20479 20480 20481 20482 if test x"$teventdir" = "x"; then 20483 teventdir="" 20484 teventpaths="$srcdir $srcdir/../lib/tevent $srcdir/tevent $srcdir/../tevent" 20485 for d in $teventpaths; do 20486 if test -f "$d/tevent.c"; then 20487 teventdir="$d" 20488 break; 20489 fi 20490 done 20491 if test x"$teventdir" = "x"; then 20492 as_fn_error $? "cannot find libtevent source in $teventpaths" "$LINENO" 5 20493 fi 20494 fi 20495 20496 TEVENT_OBJ="" 20497 TEVENT_CFLAGS="" 20498 TEVENT_LIBS="" 20499 20500 20501 20502 20503 TEVENT_CFLAGS="-I$teventdir" 20504 20505 TEVENT_OBJ="tevent.o tevent_debug.o tevent_util.o" 20506 TEVENT_OBJ="$TEVENT_OBJ tevent_fd.o tevent_timed.o tevent_immediate.o tevent_signal.o" 20507 TEVENT_OBJ="$TEVENT_OBJ tevent_req.o tevent_wakeup.o tevent_queue.o" 20508 TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o" 20509 TEVENT_OBJ="$TEVENT_OBJ tevent_poll.o" 20510 20511 for ac_header in sys/epoll.h 20512 do : 20513 ac_fn_c_check_header_mongrel "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default" 20514 if test "x$ac_cv_header_sys_epoll_h" = xyes; then : 20515 cat >>confdefs.h <<_ACEOF 20516 #define HAVE_SYS_EPOLL_H 1 20517 _ACEOF 20518 20519 fi 20520 20521 done 20522 20523 for ac_func in epoll_create 20524 do : 20525 ac_fn_c_check_func "$LINENO" "epoll_create" "ac_cv_func_epoll_create" 20526 if test "x$ac_cv_func_epoll_create" = xyes; then : 20527 cat >>confdefs.h <<_ACEOF 20528 #define HAVE_EPOLL_CREATE 1 20529 _ACEOF 20530 20531 fi 20532 done 20533 20534 if test x"$ac_cv_header_sys_epoll_h" = x"yes" -a x"$ac_cv_func_epoll_create" = x"yes"; then 20535 TEVENT_OBJ="$TEVENT_OBJ tevent_epoll.o" 20536 20537 $as_echo "#define HAVE_EPOLL 1" >>confdefs.h 20538 20539 fi 20540 20541 if test x"$VERSIONSCRIPT" != "x"; then 20542 EXPORTSFILE=tevent.exports 20543 20544 fi 20545 20546 20547 if test x"$USESHARED" = x"no" ; then 20548 LINK_LIBTEVENT=STATIC 20549 fi 20550 LIBTEVENTVERSION=`grep ^VERSION ${teventdir}/wscript | sed -e "s/'//g" -e 's/.* //'` 20551 20552 20553 20554 20555 20556 LIBTEVENT_SHARED_TARGET=bin/libtevent.$SHLIBEXT 20557 LIBTEVENT_STATIC_TARGET=bin/libtevent.a 20558 LIBTEVENT_SHARED= 20559 LIBTEVENT_STATIC= 20560 LIBTEVENT_LIBS=-ltevent 20561 LIBTEVENT_TARGET= 20562 INSTALL_LIBTEVENT= 20563 UNINSTALL_LIBTEVENT= 20564 20565 LIBTEVENT_SOVER=0 20566 LIBTEVENT_FULLVER=${LIBTEVENTVERSION} 20567 20568 LIBTEVENT_SHARED_TARGET_SOVER=$LIBTEVENT_SHARED_TARGET.$LIBTEVENT_SOVER 20569 LIBTEVENT_SHARED_TARGET_FULLVER=$LIBTEVENT_SHARED_TARGET.$LIBTEVENT_FULLVER 20570 20571 20572 20573 20574 20575 20576 20577 20578 20579 20580 20581 20582 20583 20584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the libtevent shared library" >&5 20585 $as_echo_n "checking whether to build the libtevent shared library... " >&6; } 20586 20587 20588 # Check whether --with-libtevent was given. 20589 if test "${with_libtevent+set}" = set; then : 20590 withval=$with_libtevent; 20591 case "$withval" in 20592 no) 20593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 20594 $as_echo "no" >&6; } 20595 build_lib=no 20596 ;; 20597 *) 20598 build_lib=yes 20599 ;; 20600 esac 20601 20602 else 20603 20604 # if unspecified, default is to build it if possible. 20605 build_lib=yes 20606 20607 20608 fi 20609 20610 20611 20612 if eval test x"$build_lib" = "xyes" ; then 20613 # only set the install targets if the user chose the library 20614 INSTALL_LIBTEVENT=installlibtevent 20615 UNINSTALL_LIBTEVENT=uninstalllibtevent 20616 if eval $BLDSHARED = true; then 20617 LIBTEVENT_SHARED=$LIBTEVENT_SHARED_TARGET 20618 LIBTEVENT_TARGET=$LIBTEVENT_SHARED_TARGET 20619 20620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 20621 $as_echo "yes" >&6; } 20622 if test x"$USESHARED" != x"true" -o x"$LINK_LIBTEVENT" = "xSTATIC" ; then 20623 enable_static=yes 20624 LIBTEVENT_TARGET=$LIBTEVENT_STATIC_TARGET 20625 LIBTEVENT_LIBS=$LIBTEVENT_STATIC_TARGET 20626 else 20627 LIBTEVENT_LIBS=-ltevent 20628 fi 20629 else 20630 enable_static=yes 20631 LIBTEVENT_TARGET=$LIBTEVENT_STATIC_TARGET 20632 LIBTEVENT_LIBS=$LIBTEVENT_STATIC_TARGET 20633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no shared library support -- will supply static library" >&5 20634 $as_echo "no shared library support -- will supply static library" >&6; } 20635 fi 20636 else 20637 enable_static=yes 20638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared library not selected" >&5 20639 $as_echo "shared library not selected" >&6; } 20640 fi 20641 if test $enable_static = yes; then 20642 LIBTEVENT_STATIC=$LIBTEVENT_STATIC_TARGET 20643 fi 20644 20645 20646 20647 20648 20649 20650 LIBTEVENT_OBJ0="" 20651 for obj in ${TEVENT_OBJ}; do 20652 LIBTEVENT_OBJ0="${LIBTEVENT_OBJ0} ${teventdir}/${obj}" 20653 done 20654 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TEVENT_CFLAGS}" 20655 SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CONFIGURE_CPPFLAGS} ${TEVENT_CFLAGS}" 20360 20656 20361 20657 fi … … 25920 26216 test -z "$as_dir" && as_dir=. 25921 26217 for ac_exec_ext in '' $ac_executable_extensions; do 25922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then26218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 25923 26219 ac_cv_path_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext" 25924 26220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 30799 31095 fi 30800 31096 31097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENCTYPE_AES128_CTS_HMAC_SHA1_96" >&5 31098 $as_echo_n "checking for ENCTYPE_AES128_CTS_HMAC_SHA1_96... " >&6; } 31099 if ${samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96+:} false; then : 31100 $as_echo_n "(cached) " >&6 31101 else 31102 31103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 31104 /* end confdefs.h. */ 31105 #include <krb5.h> 31106 int 31107 main () 31108 { 31109 krb5_enctype enctype; enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96; 31110 ; 31111 return 0; 31112 } 31113 _ACEOF 31114 if ac_fn_c_try_compile "$LINENO"; then : 31115 samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96=yes 31116 else 31117 samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96=no 31118 fi 31119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31120 fi 31121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96" >&5 31122 $as_echo "$samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96" >&6; } 31123 if test x"$samba_cv_HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96" = x"yes"; then 31124 31125 $as_echo "#define HAVE_ENCTYPE_AES128_CTS_HMAC_SHA1_96 1" >>confdefs.h 31126 31127 fi 31128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENCTYPE_AES256_CTS_HMAC_SHA1_96" >&5 31129 $as_echo_n "checking for ENCTYPE_AES256_CTS_HMAC_SHA1_96... " >&6; } 31130 if ${samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96+:} false; then : 31131 $as_echo_n "(cached) " >&6 31132 else 31133 31134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 31135 /* end confdefs.h. */ 31136 #include <krb5.h> 31137 int 31138 main () 31139 { 31140 krb5_enctype enctype; enctype = ENCTYPE_AES256_CTS_HMAC_SHA1_96; 31141 ; 31142 return 0; 31143 } 31144 _ACEOF 31145 if ac_fn_c_try_compile "$LINENO"; then : 31146 samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96=yes 31147 else 31148 samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96=no 31149 fi 31150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31151 fi 31152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96" >&5 31153 $as_echo "$samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96" >&6; } 31154 if test x"$samba_cv_HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96" = x"yes"; then 31155 31156 $as_echo "#define HAVE_ENCTYPE_AES256_CTS_HMAC_SHA1_96 1" >>confdefs.h 31157 31158 fi 31159 30801 31160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AP_OPTS_USE_SUBKEY" >&5 30802 31161 $as_echo_n "checking for AP_OPTS_USE_SUBKEY... " >&6; } … … 32406 32765 as_fn_error $? "argument to --with-syslog-facility must be a string" "$LINENO" 5 32407 32766 else 32767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $withval" >&5 32768 $as_echo "$withval" >&6; } 32408 32769 if test "$withval" != "yes" ; then 32409 32770 syslog_facility="$withval" … … 32415 32776 fi 32416 32777 fi 32778 32779 else 32780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 32781 $as_echo "no" >&6; } 32417 32782 32418 32783 fi … … 34644 35009 /* end confdefs.h. */ 34645 35010 #include <aio.h> 34646 int main() { struct aiocb a; return aio_suspend(&a, 1, NULL); }35011 int main() { struct aiocb a; struct timespec t; return aio_suspend(&a, 1, &t); } 34647 35012 _ACEOF 34648 35013 if ac_fn_c_try_link "$LINENO"; then : … … 40943 41308 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 40944 41309 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 40945 # In both cases, we have to default to `cp -p '.41310 # In both cases, we have to default to `cp -pR'. 40946 41311 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 40947 as_ln_s='cp -p '41312 as_ln_s='cp -pR' 40948 41313 elif ln conf$$.file conf$$ 2>/dev/null; then 40949 41314 as_ln_s=ln 40950 41315 else 40951 as_ln_s='cp -p '41316 as_ln_s='cp -pR' 40952 41317 fi 40953 41318 else 40954 as_ln_s='cp -p '41319 as_ln_s='cp -pR' 40955 41320 fi 40956 41321 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 41012 41377 fi 41013 41378 41014 if test -x / >/dev/null 2>&1; then 41015 as_test_x='test -x' 41016 else 41017 if ls -dL / >/dev/null 2>&1; then 41018 as_ls_L_option=L 41019 else 41020 as_ls_L_option= 41021 fi 41022 as_test_x=' 41023 eval sh -c '\'' 41024 if test -d "$1"; then 41025 test -d "$1/."; 41026 else 41027 case $1 in #( 41028 -*)set "./$1";; 41029 esac; 41030 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 41031 ???[sx]*):;;*)false;;esac;fi 41032 '\'' sh 41033 ' 41034 fi 41035 as_executable_p=$as_test_x 41379 41380 # as_fn_executable_p FILE 41381 # ----------------------- 41382 # Test if FILE is an executable regular file. 41383 as_fn_executable_p () 41384 { 41385 test -f "$1" && test -x "$1" 41386 } # as_fn_executable_p 41387 as_test_x='test -x' 41388 as_executable_p=as_fn_executable_p 41036 41389 41037 41390 # Sed expression to map a string onto a valid CPP name. … … 41055 41408 ac_log=" 41056 41409 This file was extended by Samba $as_me 3, which was 41057 generated by GNU Autoconf 2.6 8. Invocation command line was41410 generated by GNU Autoconf 2.69. Invocation command line was 41058 41411 41059 41412 CONFIG_FILES = $CONFIG_FILES … … 41121 41474 ac_cs_version="\\ 41122 41475 Samba config.status 3 41123 configured by $0, generated by GNU Autoconf 2.6 8,41476 configured by $0, generated by GNU Autoconf 2.69, 41124 41477 with options \\"\$ac_cs_config\\" 41125 41478 41126 Copyright (C) 201 0Free Software Foundation, Inc.41479 Copyright (C) 2012 Free Software Foundation, Inc. 41127 41480 This config.status script is free software; the Free Software Foundation 41128 41481 gives unlimited permission to copy, distribute and modify it." … … 41214 41567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 41215 41568 if \$ac_cs_recheck; then 41216 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion41569 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 41217 41570 shift 41218 41571 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
Note:
See TracChangeset
for help on using the changeset viewer.