configure
上传用户:knt0001
上传日期:2022-01-28
资源大小:264k
文件大小:198k
源码类别:

Email客户端

开发平台:

C/C++

  1.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2.   (exit $ac_status); } >/dev/null && {
  3.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  4.  test ! -s conftest.err
  5.        }; then
  6.   # Broken: success on invalid input.
  7. continue
  8. else
  9.   echo "$as_me: failed program was:" >&5
  10. sed 's/^/| /' conftest.$ac_ext >&5
  11.   # Passes both tests.
  12. ac_preproc_ok=:
  13. break
  14. fi
  15. rm -f conftest.err conftest.$ac_ext
  16. done
  17. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  18. rm -f conftest.err conftest.$ac_ext
  19. if $ac_preproc_ok; then
  20.   :
  21. else
  22.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  23. See `config.log' for more details." >&5
  24. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  25. See `config.log' for more details." >&2;}
  26.    { (exit 1); exit 1; }; }
  27. fi
  28. ac_ext=c
  29. ac_cpp='$CPP $CPPFLAGS'
  30. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  31. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  32. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  33. { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
  34. echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
  35. if test "${ac_cv_path_GREP+set}" = set; then
  36.   echo $ECHO_N "(cached) $ECHO_C" >&6
  37. else
  38.   # Extract the first word of "grep ggrep" to use in msg output
  39. if test -z "$GREP"; then
  40. set dummy grep ggrep; ac_prog_name=$2
  41. if test "${ac_cv_path_GREP+set}" = set; then
  42.   echo $ECHO_N "(cached) $ECHO_C" >&6
  43. else
  44.   ac_path_GREP_found=false
  45. # Loop through the user's path and test for each of PROGNAME-LIST
  46. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  47. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  48. do
  49.   IFS=$as_save_IFS
  50.   test -z "$as_dir" && as_dir=.
  51.   for ac_prog in grep ggrep; do
  52.   for ac_exec_ext in '' $ac_executable_extensions; do
  53.     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  54.     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  55.     # Check for GNU ac_path_GREP and select it if it is found.
  56.   # Check for GNU $ac_path_GREP
  57. case `"$ac_path_GREP" --version 2>&1` in
  58. *GNU*)
  59.   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  60. *)
  61.   ac_count=0
  62.   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  63.   while :
  64.   do
  65.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  66.     mv "conftest.tmp" "conftest.in"
  67.     cp "conftest.in" "conftest.nl"
  68.     echo 'GREP' >> "conftest.nl"
  69.     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  70.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  71.     ac_count=`expr $ac_count + 1`
  72.     if test $ac_count -gt ${ac_path_GREP_max-0}; then
  73.       # Best one so far, save it but keep looking for a better one
  74.       ac_cv_path_GREP="$ac_path_GREP"
  75.       ac_path_GREP_max=$ac_count
  76.     fi
  77.     # 10*(2^10) chars as input seems more than enough
  78.     test $ac_count -gt 10 && break
  79.   done
  80.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  81. esac
  82.     $ac_path_GREP_found && break 3
  83.   done
  84. done
  85. done
  86. IFS=$as_save_IFS
  87. fi
  88. GREP="$ac_cv_path_GREP"
  89. if test -z "$GREP"; then
  90.   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  91. echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  92.    { (exit 1); exit 1; }; }
  93. fi
  94. else
  95.   ac_cv_path_GREP=$GREP
  96. fi
  97. fi
  98. { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
  99. echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
  100.  GREP="$ac_cv_path_GREP"
  101. { echo "$as_me:$LINENO: checking for egrep" >&5
  102. echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
  103. if test "${ac_cv_path_EGREP+set}" = set; then
  104.   echo $ECHO_N "(cached) $ECHO_C" >&6
  105. else
  106.   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  107.    then ac_cv_path_EGREP="$GREP -E"
  108.    else
  109.      # Extract the first word of "egrep" to use in msg output
  110. if test -z "$EGREP"; then
  111. set dummy egrep; ac_prog_name=$2
  112. if test "${ac_cv_path_EGREP+set}" = set; then
  113.   echo $ECHO_N "(cached) $ECHO_C" >&6
  114. else
  115.   ac_path_EGREP_found=false
  116. # Loop through the user's path and test for each of PROGNAME-LIST
  117. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  118. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  119. do
  120.   IFS=$as_save_IFS
  121.   test -z "$as_dir" && as_dir=.
  122.   for ac_prog in egrep; do
  123.   for ac_exec_ext in '' $ac_executable_extensions; do
  124.     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  125.     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  126.     # Check for GNU ac_path_EGREP and select it if it is found.
  127.   # Check for GNU $ac_path_EGREP
  128. case `"$ac_path_EGREP" --version 2>&1` in
  129. *GNU*)
  130.   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  131. *)
  132.   ac_count=0
  133.   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  134.   while :
  135.   do
  136.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  137.     mv "conftest.tmp" "conftest.in"
  138.     cp "conftest.in" "conftest.nl"
  139.     echo 'EGREP' >> "conftest.nl"
  140.     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  141.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  142.     ac_count=`expr $ac_count + 1`
  143.     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  144.       # Best one so far, save it but keep looking for a better one
  145.       ac_cv_path_EGREP="$ac_path_EGREP"
  146.       ac_path_EGREP_max=$ac_count
  147.     fi
  148.     # 10*(2^10) chars as input seems more than enough
  149.     test $ac_count -gt 10 && break
  150.   done
  151.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  152. esac
  153.     $ac_path_EGREP_found && break 3
  154.   done
  155. done
  156. done
  157. IFS=$as_save_IFS
  158. fi
  159. EGREP="$ac_cv_path_EGREP"
  160. if test -z "$EGREP"; then
  161.   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  162. echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  163.    { (exit 1); exit 1; }; }
  164. fi
  165. else
  166.   ac_cv_path_EGREP=$EGREP
  167. fi
  168.    fi
  169. fi
  170. { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
  171. echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
  172.  EGREP="$ac_cv_path_EGREP"
  173. { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  174. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
  175. if test "${ac_cv_header_stdc+set}" = set; then
  176.   echo $ECHO_N "(cached) $ECHO_C" >&6
  177. else
  178.   cat >conftest.$ac_ext <<_ACEOF
  179. /* confdefs.h.  */
  180. _ACEOF
  181. cat confdefs.h >>conftest.$ac_ext
  182. cat >>conftest.$ac_ext <<_ACEOF
  183. /* end confdefs.h.  */
  184. #include <stdlib.h>
  185. #include <stdarg.h>
  186. #include <string.h>
  187. #include <float.h>
  188. int
  189. main ()
  190. {
  191.   ;
  192.   return 0;
  193. }
  194. _ACEOF
  195. rm -f conftest.$ac_objext
  196. if { (ac_try="$ac_compile"
  197. case "(($ac_try" in
  198.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  199.   *) ac_try_echo=$ac_try;;
  200. esac
  201. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  202.   (eval "$ac_compile") 2>conftest.er1
  203.   ac_status=$?
  204.   grep -v '^ *+' conftest.er1 >conftest.err
  205.   rm -f conftest.er1
  206.   cat conftest.err >&5
  207.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  208.   (exit $ac_status); } && {
  209.  test -z "$ac_c_werror_flag" ||
  210.  test ! -s conftest.err
  211.        } && test -s conftest.$ac_objext; then
  212.   ac_cv_header_stdc=yes
  213. else
  214.   echo "$as_me: failed program was:" >&5
  215. sed 's/^/| /' conftest.$ac_ext >&5
  216. ac_cv_header_stdc=no
  217. fi
  218. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  219. if test $ac_cv_header_stdc = yes; then
  220.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  221.   cat >conftest.$ac_ext <<_ACEOF
  222. /* confdefs.h.  */
  223. _ACEOF
  224. cat confdefs.h >>conftest.$ac_ext
  225. cat >>conftest.$ac_ext <<_ACEOF
  226. /* end confdefs.h.  */
  227. #include <string.h>
  228. _ACEOF
  229. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  230.   $EGREP "memchr" >/dev/null 2>&1; then
  231.   :
  232. else
  233.   ac_cv_header_stdc=no
  234. fi
  235. rm -f conftest*
  236. fi
  237. if test $ac_cv_header_stdc = yes; then
  238.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  239.   cat >conftest.$ac_ext <<_ACEOF
  240. /* confdefs.h.  */
  241. _ACEOF
  242. cat confdefs.h >>conftest.$ac_ext
  243. cat >>conftest.$ac_ext <<_ACEOF
  244. /* end confdefs.h.  */
  245. #include <stdlib.h>
  246. _ACEOF
  247. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  248.   $EGREP "free" >/dev/null 2>&1; then
  249.   :
  250. else
  251.   ac_cv_header_stdc=no
  252. fi
  253. rm -f conftest*
  254. fi
  255. if test $ac_cv_header_stdc = yes; then
  256.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  257.   if test "$cross_compiling" = yes; then
  258.   :
  259. else
  260.   cat >conftest.$ac_ext <<_ACEOF
  261. /* confdefs.h.  */
  262. _ACEOF
  263. cat confdefs.h >>conftest.$ac_ext
  264. cat >>conftest.$ac_ext <<_ACEOF
  265. /* end confdefs.h.  */
  266. #include <ctype.h>
  267. #include <stdlib.h>
  268. #if ((' ' & 0x0FF) == 0x020)
  269. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  270. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  271. #else
  272. # define ISLOWER(c) 
  273.    (('a' <= (c) && (c) <= 'i') 
  274.      || ('j' <= (c) && (c) <= 'r') 
  275.      || ('s' <= (c) && (c) <= 'z'))
  276. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  277. #endif
  278. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  279. int
  280. main ()
  281. {
  282.   int i;
  283.   for (i = 0; i < 256; i++)
  284.     if (XOR (islower (i), ISLOWER (i))
  285. || toupper (i) != TOUPPER (i))
  286.       return 2;
  287.   return 0;
  288. }
  289. _ACEOF
  290. rm -f conftest$ac_exeext
  291. if { (ac_try="$ac_link"
  292. case "(($ac_try" in
  293.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  294.   *) ac_try_echo=$ac_try;;
  295. esac
  296. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  297.   (eval "$ac_link") 2>&5
  298.   ac_status=$?
  299.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  300.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  301.   { (case "(($ac_try" in
  302.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  303.   *) ac_try_echo=$ac_try;;
  304. esac
  305. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  306.   (eval "$ac_try") 2>&5
  307.   ac_status=$?
  308.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  309.   (exit $ac_status); }; }; then
  310.   :
  311. else
  312.   echo "$as_me: program exited with status $ac_status" >&5
  313. echo "$as_me: failed program was:" >&5
  314. sed 's/^/| /' conftest.$ac_ext >&5
  315. ( exit $ac_status )
  316. ac_cv_header_stdc=no
  317. fi
  318. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  319. fi
  320. fi
  321. fi
  322. { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  323. echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
  324. if test $ac_cv_header_stdc = yes; then
  325. cat >>confdefs.h <<_ACEOF
  326. #define STDC_HEADERS 1
  327. _ACEOF
  328. fi
  329. { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
  330. echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
  331. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  332.   echo $ECHO_N "(cached) $ECHO_C" >&6
  333. else
  334.   cat >conftest.$ac_ext <<_ACEOF
  335. /* confdefs.h.  */
  336. _ACEOF
  337. cat confdefs.h >>conftest.$ac_ext
  338. cat >>conftest.$ac_ext <<_ACEOF
  339. /* end confdefs.h.  */
  340. #include <sys/types.h>
  341. #include <sys/wait.h>
  342. #ifndef WEXITSTATUS
  343. # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
  344. #endif
  345. #ifndef WIFEXITED
  346. # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  347. #endif
  348. int
  349. main ()
  350. {
  351.   int s;
  352.   wait (&s);
  353.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  354.   ;
  355.   return 0;
  356. }
  357. _ACEOF
  358. rm -f conftest.$ac_objext
  359. if { (ac_try="$ac_compile"
  360. case "(($ac_try" in
  361.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  362.   *) ac_try_echo=$ac_try;;
  363. esac
  364. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  365.   (eval "$ac_compile") 2>conftest.er1
  366.   ac_status=$?
  367.   grep -v '^ *+' conftest.er1 >conftest.err
  368.   rm -f conftest.er1
  369.   cat conftest.err >&5
  370.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  371.   (exit $ac_status); } && {
  372.  test -z "$ac_c_werror_flag" ||
  373.  test ! -s conftest.err
  374.        } && test -s conftest.$ac_objext; then
  375.   ac_cv_header_sys_wait_h=yes
  376. else
  377.   echo "$as_me: failed program was:" >&5
  378. sed 's/^/| /' conftest.$ac_ext >&5
  379. ac_cv_header_sys_wait_h=no
  380. fi
  381. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  382. fi
  383. { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  384. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
  385. if test $ac_cv_header_sys_wait_h = yes; then
  386. cat >>confdefs.h <<_ACEOF
  387. #define HAVE_SYS_WAIT_H 1
  388. _ACEOF
  389. fi
  390. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  391. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  392.   inttypes.h stdint.h unistd.h
  393. do
  394. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  395. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  396. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  397. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  398.   echo $ECHO_N "(cached) $ECHO_C" >&6
  399. else
  400.   cat >conftest.$ac_ext <<_ACEOF
  401. /* confdefs.h.  */
  402. _ACEOF
  403. cat confdefs.h >>conftest.$ac_ext
  404. cat >>conftest.$ac_ext <<_ACEOF
  405. /* end confdefs.h.  */
  406. $ac_includes_default
  407. #include <$ac_header>
  408. _ACEOF
  409. rm -f conftest.$ac_objext
  410. if { (ac_try="$ac_compile"
  411. case "(($ac_try" in
  412.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  413.   *) ac_try_echo=$ac_try;;
  414. esac
  415. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  416.   (eval "$ac_compile") 2>conftest.er1
  417.   ac_status=$?
  418.   grep -v '^ *+' conftest.er1 >conftest.err
  419.   rm -f conftest.er1
  420.   cat conftest.err >&5
  421.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  422.   (exit $ac_status); } && {
  423.  test -z "$ac_c_werror_flag" ||
  424.  test ! -s conftest.err
  425.        } && test -s conftest.$ac_objext; then
  426.   eval "$as_ac_Header=yes"
  427. else
  428.   echo "$as_me: failed program was:" >&5
  429. sed 's/^/| /' conftest.$ac_ext >&5
  430. eval "$as_ac_Header=no"
  431. fi
  432. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  433. fi
  434. ac_res=`eval echo '${'$as_ac_Header'}'`
  435.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  436. echo "${ECHO_T}$ac_res" >&6; }
  437. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  438.   cat >>confdefs.h <<_ACEOF
  439. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  440. _ACEOF
  441. fi
  442. done
  443. for ac_header in arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h
  444. do
  445. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  446. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  447.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  448. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  449. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  450.   echo $ECHO_N "(cached) $ECHO_C" >&6
  451. fi
  452. ac_res=`eval echo '${'$as_ac_Header'}'`
  453.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  454. echo "${ECHO_T}$ac_res" >&6; }
  455. else
  456.   # Is the header compilable?
  457. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  458. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  459. cat >conftest.$ac_ext <<_ACEOF
  460. /* confdefs.h.  */
  461. _ACEOF
  462. cat confdefs.h >>conftest.$ac_ext
  463. cat >>conftest.$ac_ext <<_ACEOF
  464. /* end confdefs.h.  */
  465. $ac_includes_default
  466. #include <$ac_header>
  467. _ACEOF
  468. rm -f conftest.$ac_objext
  469. if { (ac_try="$ac_compile"
  470. case "(($ac_try" in
  471.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  472.   *) ac_try_echo=$ac_try;;
  473. esac
  474. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  475.   (eval "$ac_compile") 2>conftest.er1
  476.   ac_status=$?
  477.   grep -v '^ *+' conftest.er1 >conftest.err
  478.   rm -f conftest.er1
  479.   cat conftest.err >&5
  480.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  481.   (exit $ac_status); } && {
  482.  test -z "$ac_c_werror_flag" ||
  483.  test ! -s conftest.err
  484.        } && test -s conftest.$ac_objext; then
  485.   ac_header_compiler=yes
  486. else
  487.   echo "$as_me: failed program was:" >&5
  488. sed 's/^/| /' conftest.$ac_ext >&5
  489. ac_header_compiler=no
  490. fi
  491. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  492. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  493. echo "${ECHO_T}$ac_header_compiler" >&6; }
  494. # Is the header present?
  495. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  496. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  497. cat >conftest.$ac_ext <<_ACEOF
  498. /* confdefs.h.  */
  499. _ACEOF
  500. cat confdefs.h >>conftest.$ac_ext
  501. cat >>conftest.$ac_ext <<_ACEOF
  502. /* end confdefs.h.  */
  503. #include <$ac_header>
  504. _ACEOF
  505. if { (ac_try="$ac_cpp conftest.$ac_ext"
  506. case "(($ac_try" in
  507.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  508.   *) ac_try_echo=$ac_try;;
  509. esac
  510. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  511.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  512.   ac_status=$?
  513.   grep -v '^ *+' conftest.er1 >conftest.err
  514.   rm -f conftest.er1
  515.   cat conftest.err >&5
  516.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  517.   (exit $ac_status); } >/dev/null && {
  518.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  519.  test ! -s conftest.err
  520.        }; then
  521.   ac_header_preproc=yes
  522. else
  523.   echo "$as_me: failed program was:" >&5
  524. sed 's/^/| /' conftest.$ac_ext >&5
  525.   ac_header_preproc=no
  526. fi
  527. rm -f conftest.err conftest.$ac_ext
  528. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  529. echo "${ECHO_T}$ac_header_preproc" >&6; }
  530. # So?  What about this header?
  531. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  532.   yes:no: )
  533.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  534. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  535.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  536. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  537.     ac_header_preproc=yes
  538.     ;;
  539.   no:yes:* )
  540.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  541. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  542.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  543. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  544.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  545. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  546.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  547. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  548.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  549. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  550.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  551. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  552.     ( cat <<_ASBOX
  553. ## ---------------------------------------- ##
  554. ## Report this to <deanjones@cleancode.org> ##
  555. ## ---------------------------------------- ##
  556. _ASBOX
  557.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  558.     ;;
  559. esac
  560. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  561. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  562. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  563.   echo $ECHO_N "(cached) $ECHO_C" >&6
  564. else
  565.   eval "$as_ac_Header=$ac_header_preproc"
  566. fi
  567. ac_res=`eval echo '${'$as_ac_Header'}'`
  568.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  569. echo "${ECHO_T}$ac_res" >&6; }
  570. fi
  571. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  572.   cat >>confdefs.h <<_ACEOF
  573. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  574. _ACEOF
  575. fi
  576. done
  577. # Checks for typedefs, structures, and compiler characteristics.
  578. { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  579. echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
  580. if test "${ac_cv_header_time+set}" = set; then
  581.   echo $ECHO_N "(cached) $ECHO_C" >&6
  582. else
  583.   cat >conftest.$ac_ext <<_ACEOF
  584. /* confdefs.h.  */
  585. _ACEOF
  586. cat confdefs.h >>conftest.$ac_ext
  587. cat >>conftest.$ac_ext <<_ACEOF
  588. /* end confdefs.h.  */
  589. #include <sys/types.h>
  590. #include <sys/time.h>
  591. #include <time.h>
  592. int
  593. main ()
  594. {
  595. if ((struct tm *) 0)
  596. return 0;
  597.   ;
  598.   return 0;
  599. }
  600. _ACEOF
  601. rm -f conftest.$ac_objext
  602. if { (ac_try="$ac_compile"
  603. case "(($ac_try" in
  604.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  605.   *) ac_try_echo=$ac_try;;
  606. esac
  607. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  608.   (eval "$ac_compile") 2>conftest.er1
  609.   ac_status=$?
  610.   grep -v '^ *+' conftest.er1 >conftest.err
  611.   rm -f conftest.er1
  612.   cat conftest.err >&5
  613.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  614.   (exit $ac_status); } && {
  615.  test -z "$ac_c_werror_flag" ||
  616.  test ! -s conftest.err
  617.        } && test -s conftest.$ac_objext; then
  618.   ac_cv_header_time=yes
  619. else
  620.   echo "$as_me: failed program was:" >&5
  621. sed 's/^/| /' conftest.$ac_ext >&5
  622. ac_cv_header_time=no
  623. fi
  624. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  625. fi
  626. { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  627. echo "${ECHO_T}$ac_cv_header_time" >&6; }
  628. if test $ac_cv_header_time = yes; then
  629. cat >>confdefs.h <<_ACEOF
  630. #define TIME_WITH_SYS_TIME 1
  631. _ACEOF
  632. fi
  633. { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
  634. echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
  635. if test "${ac_cv_struct_tm+set}" = set; then
  636.   echo $ECHO_N "(cached) $ECHO_C" >&6
  637. else
  638.   cat >conftest.$ac_ext <<_ACEOF
  639. /* confdefs.h.  */
  640. _ACEOF
  641. cat confdefs.h >>conftest.$ac_ext
  642. cat >>conftest.$ac_ext <<_ACEOF
  643. /* end confdefs.h.  */
  644. #include <sys/types.h>
  645. #include <time.h>
  646. int
  647. main ()
  648. {
  649. struct tm tm;
  650.      int *p = &tm.tm_sec;
  651.        return !p;
  652.   ;
  653.   return 0;
  654. }
  655. _ACEOF
  656. rm -f conftest.$ac_objext
  657. if { (ac_try="$ac_compile"
  658. case "(($ac_try" in
  659.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  660.   *) ac_try_echo=$ac_try;;
  661. esac
  662. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  663.   (eval "$ac_compile") 2>conftest.er1
  664.   ac_status=$?
  665.   grep -v '^ *+' conftest.er1 >conftest.err
  666.   rm -f conftest.er1
  667.   cat conftest.err >&5
  668.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  669.   (exit $ac_status); } && {
  670.  test -z "$ac_c_werror_flag" ||
  671.  test ! -s conftest.err
  672.        } && test -s conftest.$ac_objext; then
  673.   ac_cv_struct_tm=time.h
  674. else
  675.   echo "$as_me: failed program was:" >&5
  676. sed 's/^/| /' conftest.$ac_ext >&5
  677. ac_cv_struct_tm=sys/time.h
  678. fi
  679. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  680. fi
  681. { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
  682. echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
  683. if test $ac_cv_struct_tm = sys/time.h; then
  684. cat >>confdefs.h <<_ACEOF
  685. #define TM_IN_SYS_TIME 1
  686. _ACEOF
  687. fi
  688. # Checks for library functions.
  689. { echo "$as_me:$LINENO: checking for pid_t" >&5
  690. echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
  691. if test "${ac_cv_type_pid_t+set}" = set; then
  692.   echo $ECHO_N "(cached) $ECHO_C" >&6
  693. else
  694.   cat >conftest.$ac_ext <<_ACEOF
  695. /* confdefs.h.  */
  696. _ACEOF
  697. cat confdefs.h >>conftest.$ac_ext
  698. cat >>conftest.$ac_ext <<_ACEOF
  699. /* end confdefs.h.  */
  700. $ac_includes_default
  701. typedef pid_t ac__type_new_;
  702. int
  703. main ()
  704. {
  705. if ((ac__type_new_ *) 0)
  706.   return 0;
  707. if (sizeof (ac__type_new_))
  708.   return 0;
  709.   ;
  710.   return 0;
  711. }
  712. _ACEOF
  713. rm -f conftest.$ac_objext
  714. if { (ac_try="$ac_compile"
  715. case "(($ac_try" in
  716.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  717.   *) ac_try_echo=$ac_try;;
  718. esac
  719. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  720.   (eval "$ac_compile") 2>conftest.er1
  721.   ac_status=$?
  722.   grep -v '^ *+' conftest.er1 >conftest.err
  723.   rm -f conftest.er1
  724.   cat conftest.err >&5
  725.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  726.   (exit $ac_status); } && {
  727.  test -z "$ac_c_werror_flag" ||
  728.  test ! -s conftest.err
  729.        } && test -s conftest.$ac_objext; then
  730.   ac_cv_type_pid_t=yes
  731. else
  732.   echo "$as_me: failed program was:" >&5
  733. sed 's/^/| /' conftest.$ac_ext >&5
  734. ac_cv_type_pid_t=no
  735. fi
  736. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  737. fi
  738. { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
  739. echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
  740. if test $ac_cv_type_pid_t = yes; then
  741.   :
  742. else
  743. cat >>confdefs.h <<_ACEOF
  744. #define pid_t int
  745. _ACEOF
  746. fi
  747. for ac_header in vfork.h
  748. do
  749. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  750. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  751.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  752. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  753. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  754.   echo $ECHO_N "(cached) $ECHO_C" >&6
  755. fi
  756. ac_res=`eval echo '${'$as_ac_Header'}'`
  757.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  758. echo "${ECHO_T}$ac_res" >&6; }
  759. else
  760.   # Is the header compilable?
  761. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  762. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  763. cat >conftest.$ac_ext <<_ACEOF
  764. /* confdefs.h.  */
  765. _ACEOF
  766. cat confdefs.h >>conftest.$ac_ext
  767. cat >>conftest.$ac_ext <<_ACEOF
  768. /* end confdefs.h.  */
  769. $ac_includes_default
  770. #include <$ac_header>
  771. _ACEOF
  772. rm -f conftest.$ac_objext
  773. if { (ac_try="$ac_compile"
  774. case "(($ac_try" in
  775.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  776.   *) ac_try_echo=$ac_try;;
  777. esac
  778. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  779.   (eval "$ac_compile") 2>conftest.er1
  780.   ac_status=$?
  781.   grep -v '^ *+' conftest.er1 >conftest.err
  782.   rm -f conftest.er1
  783.   cat conftest.err >&5
  784.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  785.   (exit $ac_status); } && {
  786.  test -z "$ac_c_werror_flag" ||
  787.  test ! -s conftest.err
  788.        } && test -s conftest.$ac_objext; then
  789.   ac_header_compiler=yes
  790. else
  791.   echo "$as_me: failed program was:" >&5
  792. sed 's/^/| /' conftest.$ac_ext >&5
  793. ac_header_compiler=no
  794. fi
  795. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  796. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  797. echo "${ECHO_T}$ac_header_compiler" >&6; }
  798. # Is the header present?
  799. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  800. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  801. cat >conftest.$ac_ext <<_ACEOF
  802. /* confdefs.h.  */
  803. _ACEOF
  804. cat confdefs.h >>conftest.$ac_ext
  805. cat >>conftest.$ac_ext <<_ACEOF
  806. /* end confdefs.h.  */
  807. #include <$ac_header>
  808. _ACEOF
  809. if { (ac_try="$ac_cpp conftest.$ac_ext"
  810. case "(($ac_try" in
  811.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  812.   *) ac_try_echo=$ac_try;;
  813. esac
  814. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  815.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  816.   ac_status=$?
  817.   grep -v '^ *+' conftest.er1 >conftest.err
  818.   rm -f conftest.er1
  819.   cat conftest.err >&5
  820.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  821.   (exit $ac_status); } >/dev/null && {
  822.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  823.  test ! -s conftest.err
  824.        }; then
  825.   ac_header_preproc=yes
  826. else
  827.   echo "$as_me: failed program was:" >&5
  828. sed 's/^/| /' conftest.$ac_ext >&5
  829.   ac_header_preproc=no
  830. fi
  831. rm -f conftest.err conftest.$ac_ext
  832. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  833. echo "${ECHO_T}$ac_header_preproc" >&6; }
  834. # So?  What about this header?
  835. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  836.   yes:no: )
  837.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  838. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  839.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  840. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  841.     ac_header_preproc=yes
  842.     ;;
  843.   no:yes:* )
  844.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  845. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  846.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  847. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  848.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  849. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  850.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  851. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  852.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  853. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  854.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  855. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  856.     ( cat <<_ASBOX
  857. ## ---------------------------------------- ##
  858. ## Report this to <deanjones@cleancode.org> ##
  859. ## ---------------------------------------- ##
  860. _ASBOX
  861.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  862.     ;;
  863. esac
  864. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  865. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  866. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  867.   echo $ECHO_N "(cached) $ECHO_C" >&6
  868. else
  869.   eval "$as_ac_Header=$ac_header_preproc"
  870. fi
  871. ac_res=`eval echo '${'$as_ac_Header'}'`
  872.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  873. echo "${ECHO_T}$ac_res" >&6; }
  874. fi
  875. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  876.   cat >>confdefs.h <<_ACEOF
  877. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  878. _ACEOF
  879. fi
  880. done
  881. for ac_func in fork vfork
  882. do
  883. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  884. { echo "$as_me:$LINENO: checking for $ac_func" >&5
  885. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  886. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then
  887.   echo $ECHO_N "(cached) $ECHO_C" >&6
  888. else
  889.   cat >conftest.$ac_ext <<_ACEOF
  890. /* confdefs.h.  */
  891. _ACEOF
  892. cat confdefs.h >>conftest.$ac_ext
  893. cat >>conftest.$ac_ext <<_ACEOF
  894. /* end confdefs.h.  */
  895. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  896.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  897. #define $ac_func innocuous_$ac_func
  898. /* System header to define __stub macros and hopefully few prototypes,
  899.     which can conflict with char $ac_func (); below.
  900.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  901.     <limits.h> exists even on freestanding compilers.  */
  902. #ifdef __STDC__
  903. # include <limits.h>
  904. #else
  905. # include <assert.h>
  906. #endif
  907. #undef $ac_func
  908. /* Override any GCC internal prototype to avoid an error.
  909.    Use char because int might match the return type of a GCC
  910.    builtin and then its argument prototype would still apply.  */
  911. #ifdef __cplusplus
  912. extern "C"
  913. #endif
  914. char $ac_func ();
  915. /* The GNU C library defines this for functions which it implements
  916.     to always fail with ENOSYS.  Some functions are actually named
  917.     something starting with __ and the normal name is an alias.  */
  918. #if defined __stub_$ac_func || defined __stub___$ac_func
  919. choke me
  920. #endif
  921. int
  922. main ()
  923. {
  924. return $ac_func ();
  925.   ;
  926.   return 0;
  927. }
  928. _ACEOF
  929. rm -f conftest.$ac_objext conftest$ac_exeext
  930. if { (ac_try="$ac_link"
  931. case "(($ac_try" in
  932.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  933.   *) ac_try_echo=$ac_try;;
  934. esac
  935. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  936.   (eval "$ac_link") 2>conftest.er1
  937.   ac_status=$?
  938.   grep -v '^ *+' conftest.er1 >conftest.err
  939.   rm -f conftest.er1
  940.   cat conftest.err >&5
  941.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  942.   (exit $ac_status); } && {
  943.  test -z "$ac_c_werror_flag" ||
  944.  test ! -s conftest.err
  945.        } && test -s conftest$ac_exeext &&
  946.        $as_test_x conftest$ac_exeext; then
  947.   eval "$as_ac_var=yes"
  948. else
  949.   echo "$as_me: failed program was:" >&5
  950. sed 's/^/| /' conftest.$ac_ext >&5
  951. eval "$as_ac_var=no"
  952. fi
  953. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  954.       conftest$ac_exeext conftest.$ac_ext
  955. fi
  956. ac_res=`eval echo '${'$as_ac_var'}'`
  957.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  958. echo "${ECHO_T}$ac_res" >&6; }
  959. if test `eval echo '${'$as_ac_var'}'` = yes; then
  960.   cat >>confdefs.h <<_ACEOF
  961. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  962. _ACEOF
  963. fi
  964. done
  965. if test "x$ac_cv_func_fork" = xyes; then
  966.   { echo "$as_me:$LINENO: checking for working fork" >&5
  967. echo $ECHO_N "checking for working fork... $ECHO_C" >&6; }
  968. if test "${ac_cv_func_fork_works+set}" = set; then
  969.   echo $ECHO_N "(cached) $ECHO_C" >&6
  970. else
  971.   if test "$cross_compiling" = yes; then
  972.   ac_cv_func_fork_works=cross
  973. else
  974.   cat >conftest.$ac_ext <<_ACEOF
  975. /* confdefs.h.  */
  976. _ACEOF
  977. cat confdefs.h >>conftest.$ac_ext
  978. cat >>conftest.$ac_ext <<_ACEOF
  979. /* end confdefs.h.  */
  980. $ac_includes_default
  981. int
  982. main ()
  983. {
  984.   /* By Ruediger Kuhlmann. */
  985.   return fork () < 0;
  986.   ;
  987.   return 0;
  988. }
  989. _ACEOF
  990. rm -f conftest$ac_exeext
  991. if { (ac_try="$ac_link"
  992. case "(($ac_try" in
  993.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  994.   *) ac_try_echo=$ac_try;;
  995. esac
  996. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  997.   (eval "$ac_link") 2>&5
  998.   ac_status=$?
  999.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1000.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1001.   { (case "(($ac_try" in
  1002.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1003.   *) ac_try_echo=$ac_try;;
  1004. esac
  1005. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1006.   (eval "$ac_try") 2>&5
  1007.   ac_status=$?
  1008.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1009.   (exit $ac_status); }; }; then
  1010.   ac_cv_func_fork_works=yes
  1011. else
  1012.   echo "$as_me: program exited with status $ac_status" >&5
  1013. echo "$as_me: failed program was:" >&5
  1014. sed 's/^/| /' conftest.$ac_ext >&5
  1015. ( exit $ac_status )
  1016. ac_cv_func_fork_works=no
  1017. fi
  1018. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1019. fi
  1020. fi
  1021. { echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
  1022. echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
  1023. else
  1024.   ac_cv_func_fork_works=$ac_cv_func_fork
  1025. fi
  1026. if test "x$ac_cv_func_fork_works" = xcross; then
  1027.   case $host in
  1028.     *-*-amigaos* | *-*-msdosdjgpp*)
  1029.       # Override, as these systems have only a dummy fork() stub
  1030.       ac_cv_func_fork_works=no
  1031.       ;;
  1032.     *)
  1033.       ac_cv_func_fork_works=yes
  1034.       ;;
  1035.   esac
  1036.   { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
  1037. echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
  1038. fi
  1039. ac_cv_func_vfork_works=$ac_cv_func_vfork
  1040. if test "x$ac_cv_func_vfork" = xyes; then
  1041.   { echo "$as_me:$LINENO: checking for working vfork" >&5
  1042. echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; }
  1043. if test "${ac_cv_func_vfork_works+set}" = set; then
  1044.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1045. else
  1046.   if test "$cross_compiling" = yes; then
  1047.   ac_cv_func_vfork_works=cross
  1048. else
  1049.   cat >conftest.$ac_ext <<_ACEOF
  1050. /* confdefs.h.  */
  1051. _ACEOF
  1052. cat confdefs.h >>conftest.$ac_ext
  1053. cat >>conftest.$ac_ext <<_ACEOF
  1054. /* end confdefs.h.  */
  1055. /* Thanks to Paul Eggert for this test.  */
  1056. $ac_includes_default
  1057. #include <sys/wait.h>
  1058. #ifdef HAVE_VFORK_H
  1059. # include <vfork.h>
  1060. #endif
  1061. /* On some sparc systems, changes by the child to local and incoming
  1062.    argument registers are propagated back to the parent.  The compiler
  1063.    is told about this with #include <vfork.h>, but some compilers
  1064.    (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
  1065.    static variable whose address is put into a register that is
  1066.    clobbered by the vfork.  */
  1067. static void
  1068. #ifdef __cplusplus
  1069. sparc_address_test (int arg)
  1070. # else
  1071. sparc_address_test (arg) int arg;
  1072. #endif
  1073. {
  1074.   static pid_t child;
  1075.   if (!child) {
  1076.     child = vfork ();
  1077.     if (child < 0) {
  1078.       perror ("vfork");
  1079.       _exit(2);
  1080.     }
  1081.     if (!child) {
  1082.       arg = getpid();
  1083.       write(-1, "", 0);
  1084.       _exit (arg);
  1085.     }
  1086.   }
  1087. }
  1088. int
  1089. main ()
  1090. {
  1091.   pid_t parent = getpid ();
  1092.   pid_t child;
  1093.   sparc_address_test (0);
  1094.   child = vfork ();
  1095.   if (child == 0) {
  1096.     /* Here is another test for sparc vfork register problems.  This
  1097.        test uses lots of local variables, at least as many local
  1098.        variables as main has allocated so far including compiler
  1099.        temporaries.  4 locals are enough for gcc 1.40.3 on a Solaris
  1100.        4.1.3 sparc, but we use 8 to be safe.  A buggy compiler should
  1101.        reuse the register of parent for one of the local variables,
  1102.        since it will think that parent can't possibly be used any more
  1103.        in this routine.  Assigning to the local variable will thus
  1104.        munge parent in the parent process.  */
  1105.     pid_t
  1106.       p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
  1107.       p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
  1108.     /* Convince the compiler that p..p7 are live; otherwise, it might
  1109.        use the same hardware register for all 8 local variables.  */
  1110.     if (p != p1 || p != p2 || p != p3 || p != p4
  1111. || p != p5 || p != p6 || p != p7)
  1112.       _exit(1);
  1113.     /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
  1114.        from child file descriptors.  If the child closes a descriptor
  1115.        before it execs or exits, this munges the parent's descriptor
  1116.        as well.  Test for this by closing stdout in the child.  */
  1117.     _exit(close(fileno(stdout)) != 0);
  1118.   } else {
  1119.     int status;
  1120.     struct stat st;
  1121.     while (wait(&status) != child)
  1122.       ;
  1123.     return (
  1124.  /* Was there some problem with vforking?  */
  1125.  child < 0
  1126.  /* Did the child fail?  (This shouldn't happen.)  */
  1127.  || status
  1128.  /* Did the vfork/compiler bug occur?  */
  1129.  || parent != getpid()
  1130.  /* Did the file descriptor bug occur?  */
  1131.  || fstat(fileno(stdout), &st) != 0
  1132.  );
  1133.   }
  1134. }
  1135. _ACEOF
  1136. rm -f conftest$ac_exeext
  1137. if { (ac_try="$ac_link"
  1138. case "(($ac_try" in
  1139.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1140.   *) ac_try_echo=$ac_try;;
  1141. esac
  1142. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1143.   (eval "$ac_link") 2>&5
  1144.   ac_status=$?
  1145.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1146.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1147.   { (case "(($ac_try" in
  1148.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1149.   *) ac_try_echo=$ac_try;;
  1150. esac
  1151. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1152.   (eval "$ac_try") 2>&5
  1153.   ac_status=$?
  1154.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1155.   (exit $ac_status); }; }; then
  1156.   ac_cv_func_vfork_works=yes
  1157. else
  1158.   echo "$as_me: program exited with status $ac_status" >&5
  1159. echo "$as_me: failed program was:" >&5
  1160. sed 's/^/| /' conftest.$ac_ext >&5
  1161. ( exit $ac_status )
  1162. ac_cv_func_vfork_works=no
  1163. fi
  1164. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1165. fi
  1166. fi
  1167. { echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
  1168. echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
  1169. fi;
  1170. if test "x$ac_cv_func_fork_works" = xcross; then
  1171.   ac_cv_func_vfork_works=$ac_cv_func_vfork
  1172.   { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
  1173. echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
  1174. fi
  1175. if test "x$ac_cv_func_vfork_works" = xyes; then
  1176. cat >>confdefs.h <<_ACEOF
  1177. #define HAVE_WORKING_VFORK 1
  1178. _ACEOF
  1179. else
  1180. cat >>confdefs.h <<_ACEOF
  1181. #define vfork fork
  1182. _ACEOF
  1183. fi
  1184. if test "x$ac_cv_func_fork_works" = xyes; then
  1185. cat >>confdefs.h <<_ACEOF
  1186. #define HAVE_WORKING_FORK 1
  1187. _ACEOF
  1188. fi
  1189. if test $ac_cv_c_compiler_gnu = yes; then
  1190.     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
  1191. echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
  1192. if test "${ac_cv_prog_gcc_traditional+set}" = set; then
  1193.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1194. else
  1195.     ac_pattern="Autoconf.*'x'"
  1196.   cat >conftest.$ac_ext <<_ACEOF
  1197. /* confdefs.h.  */
  1198. _ACEOF
  1199. cat confdefs.h >>conftest.$ac_ext
  1200. cat >>conftest.$ac_ext <<_ACEOF
  1201. /* end confdefs.h.  */
  1202. #include <sgtty.h>
  1203. Autoconf TIOCGETP
  1204. _ACEOF
  1205. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1206.   $EGREP "$ac_pattern" >/dev/null 2>&1; then
  1207.   ac_cv_prog_gcc_traditional=yes
  1208. else
  1209.   ac_cv_prog_gcc_traditional=no
  1210. fi
  1211. rm -f conftest*
  1212.   if test $ac_cv_prog_gcc_traditional = no; then
  1213.     cat >conftest.$ac_ext <<_ACEOF
  1214. /* confdefs.h.  */
  1215. _ACEOF
  1216. cat confdefs.h >>conftest.$ac_ext
  1217. cat >>conftest.$ac_ext <<_ACEOF
  1218. /* end confdefs.h.  */
  1219. #include <termio.h>
  1220. Autoconf TCGETA
  1221. _ACEOF
  1222. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1223.   $EGREP "$ac_pattern" >/dev/null 2>&1; then
  1224.   ac_cv_prog_gcc_traditional=yes
  1225. fi
  1226. rm -f conftest*
  1227.   fi
  1228. fi
  1229. { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
  1230. echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
  1231.   if test $ac_cv_prog_gcc_traditional = yes; then
  1232.     CC="$CC -traditional"
  1233.   fi
  1234. fi
  1235. for ac_header in stdlib.h
  1236. do
  1237. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1238. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1239.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  1240. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1241. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1242.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1243. fi
  1244. ac_res=`eval echo '${'$as_ac_Header'}'`
  1245.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1246. echo "${ECHO_T}$ac_res" >&6; }
  1247. else
  1248.   # Is the header compilable?
  1249. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1250. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  1251. cat >conftest.$ac_ext <<_ACEOF
  1252. /* confdefs.h.  */
  1253. _ACEOF
  1254. cat confdefs.h >>conftest.$ac_ext
  1255. cat >>conftest.$ac_ext <<_ACEOF
  1256. /* end confdefs.h.  */
  1257. $ac_includes_default
  1258. #include <$ac_header>
  1259. _ACEOF
  1260. rm -f conftest.$ac_objext
  1261. if { (ac_try="$ac_compile"
  1262. case "(($ac_try" in
  1263.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1264.   *) ac_try_echo=$ac_try;;
  1265. esac
  1266. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1267.   (eval "$ac_compile") 2>conftest.er1
  1268.   ac_status=$?
  1269.   grep -v '^ *+' conftest.er1 >conftest.err
  1270.   rm -f conftest.er1
  1271.   cat conftest.err >&5
  1272.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1273.   (exit $ac_status); } && {
  1274.  test -z "$ac_c_werror_flag" ||
  1275.  test ! -s conftest.err
  1276.        } && test -s conftest.$ac_objext; then
  1277.   ac_header_compiler=yes
  1278. else
  1279.   echo "$as_me: failed program was:" >&5
  1280. sed 's/^/| /' conftest.$ac_ext >&5
  1281. ac_header_compiler=no
  1282. fi
  1283. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1284. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1285. echo "${ECHO_T}$ac_header_compiler" >&6; }
  1286. # Is the header present?
  1287. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1288. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  1289. cat >conftest.$ac_ext <<_ACEOF
  1290. /* confdefs.h.  */
  1291. _ACEOF
  1292. cat confdefs.h >>conftest.$ac_ext
  1293. cat >>conftest.$ac_ext <<_ACEOF
  1294. /* end confdefs.h.  */
  1295. #include <$ac_header>
  1296. _ACEOF
  1297. if { (ac_try="$ac_cpp conftest.$ac_ext"
  1298. case "(($ac_try" in
  1299.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1300.   *) ac_try_echo=$ac_try;;
  1301. esac
  1302. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1303.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1304.   ac_status=$?
  1305.   grep -v '^ *+' conftest.er1 >conftest.err
  1306.   rm -f conftest.er1
  1307.   cat conftest.err >&5
  1308.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1309.   (exit $ac_status); } >/dev/null && {
  1310.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1311.  test ! -s conftest.err
  1312.        }; then
  1313.   ac_header_preproc=yes
  1314. else
  1315.   echo "$as_me: failed program was:" >&5
  1316. sed 's/^/| /' conftest.$ac_ext >&5
  1317.   ac_header_preproc=no
  1318. fi
  1319. rm -f conftest.err conftest.$ac_ext
  1320. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1321. echo "${ECHO_T}$ac_header_preproc" >&6; }
  1322. # So?  What about this header?
  1323. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1324.   yes:no: )
  1325.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1326. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1327.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1328. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1329.     ac_header_preproc=yes
  1330.     ;;
  1331.   no:yes:* )
  1332.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1333. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1334.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1335. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1336.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1337. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1338.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1339. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1340.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1341. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1342.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1343. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1344.     ( cat <<_ASBOX
  1345. ## ---------------------------------------- ##
  1346. ## Report this to <deanjones@cleancode.org> ##
  1347. ## ---------------------------------------- ##
  1348. _ASBOX
  1349.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  1350.     ;;
  1351. esac
  1352. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  1353. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1354. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1355.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1356. else
  1357.   eval "$as_ac_Header=$ac_header_preproc"
  1358. fi
  1359. ac_res=`eval echo '${'$as_ac_Header'}'`
  1360.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1361. echo "${ECHO_T}$ac_res" >&6; }
  1362. fi
  1363. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1364.   cat >>confdefs.h <<_ACEOF
  1365. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1366. _ACEOF
  1367. fi
  1368. done
  1369. { echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
  1370. echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; }
  1371. if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
  1372.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1373. else
  1374.   if test "$cross_compiling" = yes; then
  1375.   ac_cv_func_malloc_0_nonnull=no
  1376. else
  1377.   cat >conftest.$ac_ext <<_ACEOF
  1378. /* confdefs.h.  */
  1379. _ACEOF
  1380. cat confdefs.h >>conftest.$ac_ext
  1381. cat >>conftest.$ac_ext <<_ACEOF
  1382. /* end confdefs.h.  */
  1383. #if defined STDC_HEADERS || defined HAVE_STDLIB_H
  1384. # include <stdlib.h>
  1385. #else
  1386. char *malloc ();
  1387. #endif
  1388. int
  1389. main ()
  1390. {
  1391. return ! malloc (0);
  1392.   ;
  1393.   return 0;
  1394. }
  1395. _ACEOF
  1396. rm -f conftest$ac_exeext
  1397. if { (ac_try="$ac_link"
  1398. case "(($ac_try" in
  1399.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1400.   *) ac_try_echo=$ac_try;;
  1401. esac
  1402. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1403.   (eval "$ac_link") 2>&5
  1404.   ac_status=$?
  1405.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1406.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1407.   { (case "(($ac_try" in
  1408.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1409.   *) ac_try_echo=$ac_try;;
  1410. esac
  1411. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1412.   (eval "$ac_try") 2>&5
  1413.   ac_status=$?
  1414.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1415.   (exit $ac_status); }; }; then
  1416.   ac_cv_func_malloc_0_nonnull=yes
  1417. else
  1418.   echo "$as_me: program exited with status $ac_status" >&5
  1419. echo "$as_me: failed program was:" >&5
  1420. sed 's/^/| /' conftest.$ac_ext >&5
  1421. ( exit $ac_status )
  1422. ac_cv_func_malloc_0_nonnull=no
  1423. fi
  1424. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1425. fi
  1426. fi
  1427. { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
  1428. echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; }
  1429. if test $ac_cv_func_malloc_0_nonnull = yes; then
  1430. cat >>confdefs.h <<_ACEOF
  1431. #define HAVE_MALLOC 1
  1432. _ACEOF
  1433. else
  1434.   cat >>confdefs.h <<_ACEOF
  1435. #define HAVE_MALLOC 0
  1436. _ACEOF
  1437.    case " $LIBOBJS " in
  1438.   *" malloc.$ac_objext "* ) ;;
  1439.   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
  1440.  ;;
  1441. esac
  1442. cat >>confdefs.h <<_ACEOF
  1443. #define malloc rpl_malloc
  1444. _ACEOF
  1445. fi
  1446. for ac_header in stdlib.h
  1447. do
  1448. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1449. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1450.   { echo "$as_me:$LINENO: checking for $ac_header" >&5
  1451. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1452. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1453.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1454. fi
  1455. ac_res=`eval echo '${'$as_ac_Header'}'`
  1456.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1457. echo "${ECHO_T}$ac_res" >&6; }
  1458. else
  1459.   # Is the header compilable?
  1460. { echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1461. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  1462. cat >conftest.$ac_ext <<_ACEOF
  1463. /* confdefs.h.  */
  1464. _ACEOF
  1465. cat confdefs.h >>conftest.$ac_ext
  1466. cat >>conftest.$ac_ext <<_ACEOF
  1467. /* end confdefs.h.  */
  1468. $ac_includes_default
  1469. #include <$ac_header>
  1470. _ACEOF
  1471. rm -f conftest.$ac_objext
  1472. if { (ac_try="$ac_compile"
  1473. case "(($ac_try" in
  1474.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1475.   *) ac_try_echo=$ac_try;;
  1476. esac
  1477. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1478.   (eval "$ac_compile") 2>conftest.er1
  1479.   ac_status=$?
  1480.   grep -v '^ *+' conftest.er1 >conftest.err
  1481.   rm -f conftest.er1
  1482.   cat conftest.err >&5
  1483.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1484.   (exit $ac_status); } && {
  1485.  test -z "$ac_c_werror_flag" ||
  1486.  test ! -s conftest.err
  1487.        } && test -s conftest.$ac_objext; then
  1488.   ac_header_compiler=yes
  1489. else
  1490.   echo "$as_me: failed program was:" >&5
  1491. sed 's/^/| /' conftest.$ac_ext >&5
  1492. ac_header_compiler=no
  1493. fi
  1494. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1495. { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1496. echo "${ECHO_T}$ac_header_compiler" >&6; }
  1497. # Is the header present?
  1498. { echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1499. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  1500. cat >conftest.$ac_ext <<_ACEOF
  1501. /* confdefs.h.  */
  1502. _ACEOF
  1503. cat confdefs.h >>conftest.$ac_ext
  1504. cat >>conftest.$ac_ext <<_ACEOF
  1505. /* end confdefs.h.  */
  1506. #include <$ac_header>
  1507. _ACEOF
  1508. if { (ac_try="$ac_cpp conftest.$ac_ext"
  1509. case "(($ac_try" in
  1510.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1511.   *) ac_try_echo=$ac_try;;
  1512. esac
  1513. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1514.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1515.   ac_status=$?
  1516.   grep -v '^ *+' conftest.er1 >conftest.err
  1517.   rm -f conftest.er1
  1518.   cat conftest.err >&5
  1519.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1520.   (exit $ac_status); } >/dev/null && {
  1521.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1522.  test ! -s conftest.err
  1523.        }; then
  1524.   ac_header_preproc=yes
  1525. else
  1526.   echo "$as_me: failed program was:" >&5
  1527. sed 's/^/| /' conftest.$ac_ext >&5
  1528.   ac_header_preproc=no
  1529. fi
  1530. rm -f conftest.err conftest.$ac_ext
  1531. { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1532. echo "${ECHO_T}$ac_header_preproc" >&6; }
  1533. # So?  What about this header?
  1534. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1535.   yes:no: )
  1536.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1537. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1538.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1539. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1540.     ac_header_preproc=yes
  1541.     ;;
  1542.   no:yes:* )
  1543.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1544. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1545.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1546. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1547.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1548. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1549.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1550. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1551.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1552. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1553.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1554. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1555.     ( cat <<_ASBOX
  1556. ## ---------------------------------------- ##
  1557. ## Report this to <deanjones@cleancode.org> ##
  1558. ## ---------------------------------------- ##
  1559. _ASBOX
  1560.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  1561.     ;;
  1562. esac
  1563. { echo "$as_me:$LINENO: checking for $ac_header" >&5
  1564. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1565. if { as_var=$as_ac_Header; eval "test "${$as_var+set}" = set"; }; then
  1566.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1567. else
  1568.   eval "$as_ac_Header=$ac_header_preproc"
  1569. fi
  1570. ac_res=`eval echo '${'$as_ac_Header'}'`
  1571.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1572. echo "${ECHO_T}$ac_res" >&6; }
  1573. fi
  1574. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1575.   cat >>confdefs.h <<_ACEOF
  1576. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1577. _ACEOF
  1578. fi
  1579. done
  1580. { echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
  1581. echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6; }
  1582. if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
  1583.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1584. else
  1585.   if test "$cross_compiling" = yes; then
  1586.   ac_cv_func_realloc_0_nonnull=no
  1587. else
  1588.   cat >conftest.$ac_ext <<_ACEOF
  1589. /* confdefs.h.  */
  1590. _ACEOF
  1591. cat confdefs.h >>conftest.$ac_ext
  1592. cat >>conftest.$ac_ext <<_ACEOF
  1593. /* end confdefs.h.  */
  1594. #if defined STDC_HEADERS || defined HAVE_STDLIB_H
  1595. # include <stdlib.h>
  1596. #else
  1597. char *realloc ();
  1598. #endif
  1599. int
  1600. main ()
  1601. {
  1602. return ! realloc (0, 0);
  1603.   ;
  1604.   return 0;
  1605. }
  1606. _ACEOF
  1607. rm -f conftest$ac_exeext
  1608. if { (ac_try="$ac_link"
  1609. case "(($ac_try" in
  1610.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1611.   *) ac_try_echo=$ac_try;;
  1612. esac
  1613. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1614.   (eval "$ac_link") 2>&5
  1615.   ac_status=$?
  1616.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1617.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1618.   { (case "(($ac_try" in
  1619.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1620.   *) ac_try_echo=$ac_try;;
  1621. esac
  1622. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1623.   (eval "$ac_try") 2>&5
  1624.   ac_status=$?
  1625.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1626.   (exit $ac_status); }; }; then
  1627.   ac_cv_func_realloc_0_nonnull=yes
  1628. else
  1629.   echo "$as_me: program exited with status $ac_status" >&5
  1630. echo "$as_me: failed program was:" >&5
  1631. sed 's/^/| /' conftest.$ac_ext >&5
  1632. ( exit $ac_status )
  1633. ac_cv_func_realloc_0_nonnull=no
  1634. fi
  1635. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1636. fi
  1637. fi
  1638. { echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
  1639. echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; }
  1640. if test $ac_cv_func_realloc_0_nonnull = yes; then
  1641. cat >>confdefs.h <<_ACEOF
  1642. #define HAVE_REALLOC 1
  1643. _ACEOF
  1644. else
  1645.   cat >>confdefs.h <<_ACEOF
  1646. #define HAVE_REALLOC 0
  1647. _ACEOF
  1648.    case " $LIBOBJS " in
  1649.   *" realloc.$ac_objext "* ) ;;
  1650.   *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
  1651.  ;;
  1652. esac
  1653. cat >>confdefs.h <<_ACEOF
  1654. #define realloc rpl_realloc
  1655. _ACEOF
  1656. fi
  1657. { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  1658. echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
  1659. if test "${ac_cv_type_signal+set}" = set; then
  1660.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1661. else
  1662.   cat >conftest.$ac_ext <<_ACEOF
  1663. /* confdefs.h.  */
  1664. _ACEOF
  1665. cat confdefs.h >>conftest.$ac_ext
  1666. cat >>conftest.$ac_ext <<_ACEOF
  1667. /* end confdefs.h.  */
  1668. #include <sys/types.h>
  1669. #include <signal.h>
  1670. int
  1671. main ()
  1672. {
  1673. return *(signal (0, 0)) (0) == 1;
  1674.   ;
  1675.   return 0;
  1676. }
  1677. _ACEOF
  1678. rm -f conftest.$ac_objext
  1679. if { (ac_try="$ac_compile"
  1680. case "(($ac_try" in
  1681.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1682.   *) ac_try_echo=$ac_try;;
  1683. esac
  1684. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1685.   (eval "$ac_compile") 2>conftest.er1
  1686.   ac_status=$?
  1687.   grep -v '^ *+' conftest.er1 >conftest.err
  1688.   rm -f conftest.er1
  1689.   cat conftest.err >&5
  1690.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1691.   (exit $ac_status); } && {
  1692.  test -z "$ac_c_werror_flag" ||
  1693.  test ! -s conftest.err
  1694.        } && test -s conftest.$ac_objext; then
  1695.   ac_cv_type_signal=int
  1696. else
  1697.   echo "$as_me: failed program was:" >&5
  1698. sed 's/^/| /' conftest.$ac_ext >&5
  1699. ac_cv_type_signal=void
  1700. fi
  1701. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1702. fi
  1703. { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  1704. echo "${ECHO_T}$ac_cv_type_signal" >&6; }
  1705. cat >>confdefs.h <<_ACEOF
  1706. #define RETSIGTYPE $ac_cv_type_signal
  1707. _ACEOF
  1708. { echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
  1709. echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6; }
  1710. if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
  1711.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1712. else
  1713.   rm -f conftest.sym conftest.file
  1714. echo >conftest.file
  1715. if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
  1716.   if test "$cross_compiling" = yes; then
  1717.   ac_cv_func_lstat_dereferences_slashed_symlink=no
  1718. else
  1719.   cat >conftest.$ac_ext <<_ACEOF
  1720. /* confdefs.h.  */
  1721. _ACEOF
  1722. cat confdefs.h >>conftest.$ac_ext
  1723. cat >>conftest.$ac_ext <<_ACEOF
  1724. /* end confdefs.h.  */
  1725. $ac_includes_default
  1726. int
  1727. main ()
  1728. {
  1729. struct stat sbuf;
  1730.      /* Linux will dereference the symlink and fail.
  1731. That is better in the sense that it means we will not
  1732. have to compile and use the lstat wrapper.  */
  1733.      return lstat ("conftest.sym/", &sbuf) == 0;
  1734.   ;
  1735.   return 0;
  1736. }
  1737. _ACEOF
  1738. rm -f conftest$ac_exeext
  1739. if { (ac_try="$ac_link"
  1740. case "(($ac_try" in
  1741.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1742.   *) ac_try_echo=$ac_try;;
  1743. esac
  1744. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1745.   (eval "$ac_link") 2>&5
  1746.   ac_status=$?
  1747.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1748.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1749.   { (case "(($ac_try" in
  1750.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1751.   *) ac_try_echo=$ac_try;;
  1752. esac
  1753. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1754.   (eval "$ac_try") 2>&5
  1755.   ac_status=$?
  1756.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1757.   (exit $ac_status); }; }; then
  1758.   ac_cv_func_lstat_dereferences_slashed_symlink=yes
  1759. else
  1760.   echo "$as_me: program exited with status $ac_status" >&5
  1761. echo "$as_me: failed program was:" >&5
  1762. sed 's/^/| /' conftest.$ac_ext >&5
  1763. ( exit $ac_status )
  1764. ac_cv_func_lstat_dereferences_slashed_symlink=no
  1765. fi
  1766. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1767. fi
  1768. else
  1769.   # If the `ln -s' command failed, then we probably don't even
  1770.   # have an lstat function.
  1771.   ac_cv_func_lstat_dereferences_slashed_symlink=no
  1772. fi
  1773. rm -f conftest.sym conftest.file
  1774. fi
  1775. { echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
  1776. echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
  1777. test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
  1778. cat >>confdefs.h <<_ACEOF
  1779. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1780. _ACEOF
  1781. if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
  1782.   case " $LIBOBJS " in
  1783.   *" lstat.$ac_objext "* ) ;;
  1784.   *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
  1785.  ;;
  1786. esac
  1787. fi
  1788. { echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5
  1789. echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6; }
  1790. if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then
  1791.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1792. else
  1793.   if test "$cross_compiling" = yes; then
  1794.   ac_cv_func_stat_empty_string_bug=yes
  1795. else
  1796.   cat >conftest.$ac_ext <<_ACEOF
  1797. /* confdefs.h.  */
  1798. _ACEOF
  1799. cat confdefs.h >>conftest.$ac_ext
  1800. cat >>conftest.$ac_ext <<_ACEOF
  1801. /* end confdefs.h.  */
  1802. $ac_includes_default
  1803. int
  1804. main ()
  1805. {
  1806. struct stat sbuf;
  1807.   return stat ("", &sbuf) == 0;
  1808.   ;
  1809.   return 0;
  1810. }
  1811. _ACEOF
  1812. rm -f conftest$ac_exeext
  1813. if { (ac_try="$ac_link"
  1814. case "(($ac_try" in
  1815.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1816.   *) ac_try_echo=$ac_try;;
  1817. esac
  1818. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1819.   (eval "$ac_link") 2>&5
  1820.   ac_status=$?
  1821.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1822.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1823.   { (case "(($ac_try" in
  1824.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1825.   *) ac_try_echo=$ac_try;;
  1826. esac
  1827. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1828.   (eval "$ac_try") 2>&5
  1829.   ac_status=$?
  1830.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1831.   (exit $ac_status); }; }; then
  1832.   ac_cv_func_stat_empty_string_bug=no
  1833. else
  1834.   echo "$as_me: program exited with status $ac_status" >&5
  1835. echo "$as_me: failed program was:" >&5
  1836. sed 's/^/| /' conftest.$ac_ext >&5
  1837. ( exit $ac_status )
  1838. ac_cv_func_stat_empty_string_bug=yes
  1839. fi
  1840. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1841. fi
  1842. fi
  1843. { echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5
  1844. echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6; }
  1845. if test $ac_cv_func_stat_empty_string_bug = yes; then
  1846.   case " $LIBOBJS " in
  1847.   *" stat.$ac_objext "* ) ;;
  1848.   *) LIBOBJS="$LIBOBJS stat.$ac_objext"
  1849.  ;;
  1850. esac
  1851. cat >>confdefs.h <<_ACEOF
  1852. #define HAVE_STAT_EMPTY_STRING_BUG 1
  1853. _ACEOF
  1854. fi
  1855. for ac_func in strftime
  1856. do
  1857. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1858. { echo "$as_me:$LINENO: checking for $ac_func" >&5
  1859. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1860. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then
  1861.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1862. else
  1863.   cat >conftest.$ac_ext <<_ACEOF
  1864. /* confdefs.h.  */
  1865. _ACEOF
  1866. cat confdefs.h >>conftest.$ac_ext
  1867. cat >>conftest.$ac_ext <<_ACEOF
  1868. /* end confdefs.h.  */
  1869. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1870.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1871. #define $ac_func innocuous_$ac_func
  1872. /* System header to define __stub macros and hopefully few prototypes,
  1873.     which can conflict with char $ac_func (); below.
  1874.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1875.     <limits.h> exists even on freestanding compilers.  */
  1876. #ifdef __STDC__
  1877. # include <limits.h>
  1878. #else
  1879. # include <assert.h>
  1880. #endif
  1881. #undef $ac_func
  1882. /* Override any GCC internal prototype to avoid an error.
  1883.    Use char because int might match the return type of a GCC
  1884.    builtin and then its argument prototype would still apply.  */
  1885. #ifdef __cplusplus
  1886. extern "C"
  1887. #endif
  1888. char $ac_func ();
  1889. /* The GNU C library defines this for functions which it implements
  1890.     to always fail with ENOSYS.  Some functions are actually named
  1891.     something starting with __ and the normal name is an alias.  */
  1892. #if defined __stub_$ac_func || defined __stub___$ac_func
  1893. choke me
  1894. #endif
  1895. int
  1896. main ()
  1897. {
  1898. return $ac_func ();
  1899.   ;
  1900.   return 0;
  1901. }
  1902. _ACEOF
  1903. rm -f conftest.$ac_objext conftest$ac_exeext
  1904. if { (ac_try="$ac_link"
  1905. case "(($ac_try" in
  1906.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1907.   *) ac_try_echo=$ac_try;;
  1908. esac
  1909. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1910.   (eval "$ac_link") 2>conftest.er1
  1911.   ac_status=$?
  1912.   grep -v '^ *+' conftest.er1 >conftest.err
  1913.   rm -f conftest.er1
  1914.   cat conftest.err >&5
  1915.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1916.   (exit $ac_status); } && {
  1917.  test -z "$ac_c_werror_flag" ||
  1918.  test ! -s conftest.err
  1919.        } && test -s conftest$ac_exeext &&
  1920.        $as_test_x conftest$ac_exeext; then
  1921.   eval "$as_ac_var=yes"
  1922. else
  1923.   echo "$as_me: failed program was:" >&5
  1924. sed 's/^/| /' conftest.$ac_ext >&5
  1925. eval "$as_ac_var=no"
  1926. fi
  1927. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1928.       conftest$ac_exeext conftest.$ac_ext
  1929. fi
  1930. ac_res=`eval echo '${'$as_ac_var'}'`
  1931.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1932. echo "${ECHO_T}$ac_res" >&6; }
  1933. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1934.   cat >>confdefs.h <<_ACEOF
  1935. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1936. _ACEOF
  1937. else
  1938.   # strftime is in -lintl on SCO UNIX.
  1939. { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
  1940. echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
  1941. if test "${ac_cv_lib_intl_strftime+set}" = set; then
  1942.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1943. else
  1944.   ac_check_lib_save_LIBS=$LIBS
  1945. LIBS="-lintl  $LIBS"
  1946. cat >conftest.$ac_ext <<_ACEOF
  1947. /* confdefs.h.  */
  1948. _ACEOF
  1949. cat confdefs.h >>conftest.$ac_ext
  1950. cat >>conftest.$ac_ext <<_ACEOF
  1951. /* end confdefs.h.  */
  1952. /* Override any GCC internal prototype to avoid an error.
  1953.    Use char because int might match the return type of a GCC
  1954.    builtin and then its argument prototype would still apply.  */
  1955. #ifdef __cplusplus
  1956. extern "C"
  1957. #endif
  1958. char strftime ();
  1959. int
  1960. main ()
  1961. {
  1962. return strftime ();
  1963.   ;
  1964.   return 0;
  1965. }
  1966. _ACEOF
  1967. rm -f conftest.$ac_objext conftest$ac_exeext
  1968. if { (ac_try="$ac_link"
  1969. case "(($ac_try" in
  1970.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1971.   *) ac_try_echo=$ac_try;;
  1972. esac
  1973. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1974.   (eval "$ac_link") 2>conftest.er1
  1975.   ac_status=$?
  1976.   grep -v '^ *+' conftest.er1 >conftest.err
  1977.   rm -f conftest.er1
  1978.   cat conftest.err >&5
  1979.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1980.   (exit $ac_status); } && {
  1981.  test -z "$ac_c_werror_flag" ||
  1982.  test ! -s conftest.err
  1983.        } && test -s conftest$ac_exeext &&
  1984.        $as_test_x conftest$ac_exeext; then
  1985.   ac_cv_lib_intl_strftime=yes
  1986. else
  1987.   echo "$as_me: failed program was:" >&5
  1988. sed 's/^/| /' conftest.$ac_ext >&5
  1989. ac_cv_lib_intl_strftime=no
  1990. fi
  1991. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1992.       conftest$ac_exeext conftest.$ac_ext
  1993. LIBS=$ac_check_lib_save_LIBS
  1994. fi
  1995. { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
  1996. echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
  1997. if test $ac_cv_lib_intl_strftime = yes; then
  1998.   cat >>confdefs.h <<_ACEOF
  1999. #define HAVE_STRFTIME 1
  2000. _ACEOF
  2001. LIBS="-lintl $LIBS"
  2002. fi
  2003. fi
  2004. done
  2005. for ac_func in vprintf
  2006. do
  2007. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  2008. { echo "$as_me:$LINENO: checking for $ac_func" >&5
  2009. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  2010. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then
  2011.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2012. else
  2013.   cat >conftest.$ac_ext <<_ACEOF
  2014. /* confdefs.h.  */
  2015. _ACEOF
  2016. cat confdefs.h >>conftest.$ac_ext
  2017. cat >>conftest.$ac_ext <<_ACEOF
  2018. /* end confdefs.h.  */
  2019. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  2020.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2021. #define $ac_func innocuous_$ac_func
  2022. /* System header to define __stub macros and hopefully few prototypes,
  2023.     which can conflict with char $ac_func (); below.
  2024.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2025.     <limits.h> exists even on freestanding compilers.  */
  2026. #ifdef __STDC__
  2027. # include <limits.h>
  2028. #else
  2029. # include <assert.h>
  2030. #endif
  2031. #undef $ac_func
  2032. /* Override any GCC internal prototype to avoid an error.
  2033.    Use char because int might match the return type of a GCC
  2034.    builtin and then its argument prototype would still apply.  */
  2035. #ifdef __cplusplus
  2036. extern "C"
  2037. #endif
  2038. char $ac_func ();
  2039. /* The GNU C library defines this for functions which it implements
  2040.     to always fail with ENOSYS.  Some functions are actually named
  2041.     something starting with __ and the normal name is an alias.  */
  2042. #if defined __stub_$ac_func || defined __stub___$ac_func
  2043. choke me
  2044. #endif
  2045. int
  2046. main ()
  2047. {
  2048. return $ac_func ();
  2049.   ;
  2050.   return 0;
  2051. }
  2052. _ACEOF
  2053. rm -f conftest.$ac_objext conftest$ac_exeext
  2054. if { (ac_try="$ac_link"
  2055. case "(($ac_try" in
  2056.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2057.   *) ac_try_echo=$ac_try;;
  2058. esac
  2059. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2060.   (eval "$ac_link") 2>conftest.er1
  2061.   ac_status=$?
  2062.   grep -v '^ *+' conftest.er1 >conftest.err
  2063.   rm -f conftest.er1
  2064.   cat conftest.err >&5
  2065.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2066.   (exit $ac_status); } && {
  2067.  test -z "$ac_c_werror_flag" ||
  2068.  test ! -s conftest.err
  2069.        } && test -s conftest$ac_exeext &&
  2070.        $as_test_x conftest$ac_exeext; then
  2071.   eval "$as_ac_var=yes"
  2072. else
  2073.   echo "$as_me: failed program was:" >&5
  2074. sed 's/^/| /' conftest.$ac_ext >&5
  2075. eval "$as_ac_var=no"
  2076. fi
  2077. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2078.       conftest$ac_exeext conftest.$ac_ext
  2079. fi
  2080. ac_res=`eval echo '${'$as_ac_var'}'`
  2081.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  2082. echo "${ECHO_T}$ac_res" >&6; }
  2083. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2084.   cat >>confdefs.h <<_ACEOF
  2085. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2086. _ACEOF
  2087. { echo "$as_me:$LINENO: checking for _doprnt" >&5
  2088. echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
  2089. if test "${ac_cv_func__doprnt+set}" = set; then
  2090.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2091. else
  2092.   cat >conftest.$ac_ext <<_ACEOF
  2093. /* confdefs.h.  */
  2094. _ACEOF
  2095. cat confdefs.h >>conftest.$ac_ext
  2096. cat >>conftest.$ac_ext <<_ACEOF
  2097. /* end confdefs.h.  */
  2098. /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2099.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2100. #define _doprnt innocuous__doprnt
  2101. /* System header to define __stub macros and hopefully few prototypes,
  2102.     which can conflict with char _doprnt (); below.
  2103.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2104.     <limits.h> exists even on freestanding compilers.  */
  2105. #ifdef __STDC__
  2106. # include <limits.h>
  2107. #else
  2108. # include <assert.h>
  2109. #endif
  2110. #undef _doprnt
  2111. /* Override any GCC internal prototype to avoid an error.
  2112.    Use char because int might match the return type of a GCC
  2113.    builtin and then its argument prototype would still apply.  */
  2114. #ifdef __cplusplus
  2115. extern "C"
  2116. #endif
  2117. char _doprnt ();
  2118. /* The GNU C library defines this for functions which it implements
  2119.     to always fail with ENOSYS.  Some functions are actually named
  2120.     something starting with __ and the normal name is an alias.  */
  2121. #if defined __stub__doprnt || defined __stub____doprnt
  2122. choke me
  2123. #endif
  2124. int
  2125. main ()
  2126. {
  2127. return _doprnt ();
  2128.   ;
  2129.   return 0;
  2130. }
  2131. _ACEOF
  2132. rm -f conftest.$ac_objext conftest$ac_exeext
  2133. if { (ac_try="$ac_link"
  2134. case "(($ac_try" in
  2135.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2136.   *) ac_try_echo=$ac_try;;
  2137. esac
  2138. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2139.   (eval "$ac_link") 2>conftest.er1
  2140.   ac_status=$?
  2141.   grep -v '^ *+' conftest.er1 >conftest.err
  2142.   rm -f conftest.er1
  2143.   cat conftest.err >&5
  2144.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2145.   (exit $ac_status); } && {
  2146.  test -z "$ac_c_werror_flag" ||
  2147.  test ! -s conftest.err
  2148.        } && test -s conftest$ac_exeext &&
  2149.        $as_test_x conftest$ac_exeext; then
  2150.   ac_cv_func__doprnt=yes
  2151. else
  2152.   echo "$as_me: failed program was:" >&5
  2153. sed 's/^/| /' conftest.$ac_ext >&5
  2154. ac_cv_func__doprnt=no
  2155. fi
  2156. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2157.       conftest$ac_exeext conftest.$ac_ext
  2158. fi
  2159. { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
  2160. echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
  2161. if test $ac_cv_func__doprnt = yes; then
  2162. cat >>confdefs.h <<_ACEOF
  2163. #define HAVE_DOPRNT 1
  2164. _ACEOF
  2165. fi
  2166. fi
  2167. done
  2168. for ac_func in gethostbyname gethostname getpass gettimeofday memset putenv socket sqrt strcasecmp strchr strerror strrchr uname
  2169. do
  2170. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  2171. { echo "$as_me:$LINENO: checking for $ac_func" >&5
  2172. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  2173. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then
  2174.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2175. else
  2176.   cat >conftest.$ac_ext <<_ACEOF
  2177. /* confdefs.h.  */
  2178. _ACEOF
  2179. cat confdefs.h >>conftest.$ac_ext
  2180. cat >>conftest.$ac_ext <<_ACEOF
  2181. /* end confdefs.h.  */
  2182. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  2183.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2184. #define $ac_func innocuous_$ac_func
  2185. /* System header to define __stub macros and hopefully few prototypes,
  2186.     which can conflict with char $ac_func (); below.
  2187.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2188.     <limits.h> exists even on freestanding compilers.  */
  2189. #ifdef __STDC__
  2190. # include <limits.h>
  2191. #else
  2192. # include <assert.h>
  2193. #endif
  2194. #undef $ac_func
  2195. /* Override any GCC internal prototype to avoid an error.
  2196.    Use char because int might match the return type of a GCC
  2197.    builtin and then its argument prototype would still apply.  */
  2198. #ifdef __cplusplus
  2199. extern "C"
  2200. #endif
  2201. char $ac_func ();
  2202. /* The GNU C library defines this for functions which it implements
  2203.     to always fail with ENOSYS.  Some functions are actually named
  2204.     something starting with __ and the normal name is an alias.  */
  2205. #if defined __stub_$ac_func || defined __stub___$ac_func
  2206. choke me
  2207. #endif
  2208. int
  2209. main ()
  2210. {
  2211. return $ac_func ();
  2212.   ;
  2213.   return 0;
  2214. }
  2215. _ACEOF
  2216. rm -f conftest.$ac_objext conftest$ac_exeext
  2217. if { (ac_try="$ac_link"
  2218. case "(($ac_try" in
  2219.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2220.   *) ac_try_echo=$ac_try;;
  2221. esac
  2222. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2223.   (eval "$ac_link") 2>conftest.er1
  2224.   ac_status=$?
  2225.   grep -v '^ *+' conftest.er1 >conftest.err
  2226.   rm -f conftest.er1
  2227.   cat conftest.err >&5
  2228.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2229.   (exit $ac_status); } && {
  2230.  test -z "$ac_c_werror_flag" ||
  2231.  test ! -s conftest.err
  2232.        } && test -s conftest$ac_exeext &&
  2233.        $as_test_x conftest$ac_exeext; then
  2234.   eval "$as_ac_var=yes"
  2235. else
  2236.   echo "$as_me: failed program was:" >&5
  2237. sed 's/^/| /' conftest.$ac_ext >&5
  2238. eval "$as_ac_var=no"
  2239. fi
  2240. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2241.       conftest$ac_exeext conftest.$ac_ext
  2242. fi
  2243. ac_res=`eval echo '${'$as_ac_var'}'`
  2244.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  2245. echo "${ECHO_T}$ac_res" >&6; }
  2246. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2247.   cat >>confdefs.h <<_ACEOF
  2248. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2249. _ACEOF
  2250. fi
  2251. done
  2252. CFLAGS="$CFLAGS -I$cwd -I$cwd/src -I$cwd/include -I../include "
  2253. ac_config_files="$ac_config_files Makefile"
  2254. cat >confcache <<_ACEOF
  2255. # This file is a shell script that caches the results of configure
  2256. # tests run on this system so they can be shared between configure
  2257. # scripts and configure runs, see configure's option --config-cache.
  2258. # It is not useful on other systems.  If it contains results you don't
  2259. # want to keep, you may remove or edit it.
  2260. #
  2261. # config.status only pays attention to the cache file if you give it
  2262. # the --recheck option to rerun configure.
  2263. #
  2264. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  2265. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2266. # following values.
  2267. _ACEOF
  2268. # The following way of writing the cache mishandles newlines in values,
  2269. # but we know of no workaround that is simple, portable, and efficient.
  2270. # So, we kill variables containing newlines.
  2271. # Ultrix sh set writes to stderr and can't be redirected directly,
  2272. # and sets the high bit in the cache file unless we assign to the vars.
  2273. (
  2274.   for ac_var in `(set) 2>&1 | sed -n 's/^([a-zA-Z_][a-zA-Z0-9_]*)=.*/1/p'`; do
  2275.     eval ac_val=$$ac_var
  2276.     case $ac_val in #(
  2277.     *${as_nl}*)
  2278.       case $ac_var in #(
  2279.       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  2280. echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  2281.       esac
  2282.       case $ac_var in #(
  2283.       _ | IFS | as_nl) ;; #(
  2284.       *) $as_unset $ac_var ;;
  2285.       esac ;;
  2286.     esac
  2287.   done
  2288.   (set) 2>&1 |
  2289.     case $as_nl`(ac_space=' '; set) 2>&1` in #(
  2290.     *${as_nl}ac_space= *)
  2291.       # `set' does not quote correctly, so add quotes (double-quote
  2292.       # substitution turns \\ into \, and sed turns \ into ).
  2293.       sed -n 
  2294. "s/'/'\\''/g;
  2295.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2296.       ;; #(
  2297.     *)
  2298.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2299.       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  2300.       ;;
  2301.     esac |
  2302.     sort
  2303. ) |
  2304.   sed '
  2305.      /^ac_cv_env_/b end
  2306.      t clear
  2307.      :clear
  2308.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2309.      t end
  2310.      s/^([^=]*)=(.*)$/1=${1=2}/
  2311.      :end' >>confcache
  2312. if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  2313.   if test -w "$cache_file"; then
  2314.     test "x$cache_file" != "x/dev/null" &&
  2315.       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
  2316. echo "$as_me: updating cache $cache_file" >&6;}
  2317.     cat confcache >$cache_file
  2318.   else
  2319.     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
  2320. echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  2321.   fi
  2322. fi
  2323. rm -f confcache
  2324. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2325. # Let make expand exec_prefix.
  2326. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2327. DEFS=-DHAVE_CONFIG_H
  2328. ac_libobjs=
  2329. ac_ltlibobjs=
  2330. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  2331.   # 1. Remove the extension, and $U if already installed.
  2332.   ac_script='s/$U././;s/.o$//;s/.obj$//'
  2333.   ac_i=`echo "$ac_i" | sed "$ac_script"`
  2334.   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  2335.   #    will be set to the directory where LIBOBJS objects are built.
  2336.   ac_libobjs="$ac_libobjs ${LIBOBJDIR}$ac_i$U.$ac_objext"
  2337.   ac_ltlibobjs="$ac_ltlibobjs ${LIBOBJDIR}$ac_i"'$U.lo'
  2338. done
  2339. LIBOBJS=$ac_libobjs
  2340. LTLIBOBJS=$ac_ltlibobjs
  2341. : ${CONFIG_STATUS=./config.status}
  2342. ac_clean_files_save=$ac_clean_files
  2343. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2344. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2345. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2346. cat >$CONFIG_STATUS <<_ACEOF
  2347. #! $SHELL
  2348. # Generated by $as_me.
  2349. # Run this file to recreate the current configuration.
  2350. # Compiler output produced by configure, useful for debugging
  2351. # configure, is in config.log if it exists.
  2352. debug=false
  2353. ac_cs_recheck=false
  2354. ac_cs_silent=false
  2355. SHELL=${CONFIG_SHELL-$SHELL}
  2356. _ACEOF
  2357. cat >>$CONFIG_STATUS <<_ACEOF
  2358. ## --------------------- ##
  2359. ## M4sh Initialization.  ##
  2360. ## --------------------- ##
  2361. # Be more Bourne compatible
  2362. DUALCASE=1; export DUALCASE # for MKS sh
  2363. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2364.   emulate sh
  2365.   NULLCMD=:
  2366.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2367.   # is contrary to our usage.  Disable this feature.
  2368.   alias -g '${1+"$@"}'='"$@"'
  2369.   setopt NO_GLOB_SUBST
  2370. else
  2371.   case `(set -o) 2>/dev/null` in
  2372.   *posix*) set -o posix ;;
  2373. esac
  2374. fi
  2375. # PATH needs CR
  2376. # Avoid depending upon Character Ranges.
  2377. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2378. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2379. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2380. as_cr_digits='0123456789'
  2381. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2382. # The user is always right.
  2383. if test "${PATH_SEPARATOR+set}" != set; then
  2384.   echo "#! /bin/sh" >conf$$.sh
  2385.   echo  "exit 0"   >>conf$$.sh
  2386.   chmod +x conf$$.sh
  2387.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2388.     PATH_SEPARATOR=';'
  2389.   else
  2390.     PATH_SEPARATOR=:
  2391.   fi
  2392.   rm -f conf$$.sh
  2393. fi
  2394. # Support unset when possible.
  2395. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2396.   as_unset=unset
  2397. else
  2398.   as_unset=false
  2399. fi
  2400. # IFS
  2401. # We need space, tab and new line, in precisely that order.  Quoting is
  2402. # there to prevent editors from complaining about space-tab.
  2403. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  2404. # splitting by setting IFS to empty value.)
  2405. as_nl='
  2406. '
  2407. IFS=" "" $as_nl"
  2408. # Find who we are.  Look in the path if we contain no directory separator.
  2409. case $0 in
  2410.   *[\/]* ) as_myself=$0 ;;
  2411.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2412. for as_dir in $PATH
  2413. do
  2414.   IFS=$as_save_IFS
  2415.   test -z "$as_dir" && as_dir=.
  2416.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2417. done
  2418. IFS=$as_save_IFS
  2419.      ;;
  2420. esac
  2421. # We did not find ourselves, most probably we were run as `sh COMMAND'
  2422. # in which case we are not to be found in the path.
  2423. if test "x$as_myself" = x; then
  2424.   as_myself=$0
  2425. fi
  2426. if test ! -f "$as_myself"; then
  2427.   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  2428.   { (exit 1); exit 1; }
  2429. fi
  2430. # Work around bugs in pre-3.0 UWIN ksh.
  2431. for as_var in ENV MAIL MAILPATH
  2432. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  2433. done
  2434. PS1='$ '
  2435. PS2='> '
  2436. PS4='+ '
  2437. # NLS nuisances.
  2438. for as_var in 
  2439.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2440.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2441.   LC_TELEPHONE LC_TIME
  2442. do
  2443.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2444.     eval $as_var=C; export $as_var
  2445.   else
  2446.     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  2447.   fi
  2448. done
  2449. # Required to use basename.
  2450. if expr a : '(a)' >/dev/null 2>&1 &&
  2451.    test "X`expr 00001 : '.*(...)'`" = X001; then
  2452.   as_expr=expr
  2453. else
  2454.   as_expr=false
  2455. fi
  2456. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  2457.   as_basename=basename
  2458. else
  2459.   as_basename=false
  2460. fi
  2461. # Name of the executable.
  2462. as_me=`$as_basename -- "$0" ||
  2463. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2464.  X"$0" : 'X(//)$' | 
  2465.  X"$0" : 'X(/)' | . 2>/dev/null ||
  2466. echo X/"$0" |
  2467.     sed '/^.*/([^/][^/]*)/*$/{
  2468.     s//1/
  2469.     q
  2470.   }
  2471.   /^X/(//)$/{
  2472.     s//1/
  2473.     q
  2474.   }
  2475.   /^X/(/).*/{
  2476.     s//1/
  2477.     q
  2478.   }
  2479.   s/.*/./; q'`
  2480. # CDPATH.
  2481. $as_unset CDPATH
  2482.   as_lineno_1=$LINENO
  2483.   as_lineno_2=$LINENO
  2484.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2485.   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  2486.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2487.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2488.   # line-number line after each line using $LINENO; the second 'sed'
  2489.   # does the real work.  The second script uses 'N' to pair each
  2490.   # line-number line with the line containing $LINENO, and appends
  2491.   # trailing '-' during substitution so that $LINENO is not a special
  2492.   # case at line end.
  2493.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2494.   # scripts with optimization help from Paolo Bonzini.  Blame Lee
  2495.   # E. McMahon (1931-1989) for sed's syntax.  :-)
  2496.   sed -n '
  2497.     p
  2498.     /[$]LINENO/=
  2499.   ' <$as_myself |
  2500.     sed '
  2501.       s/[$]LINENO.*/&-/
  2502.       t lineno
  2503.       b
  2504.       :lineno
  2505.       N
  2506.       :loop
  2507.       s/[$]LINENO([^'$as_cr_alnum'_].*n)(.*)/212/
  2508.       t loop
  2509.       s/-n.*//
  2510.     ' >$as_me.lineno &&
  2511.   chmod +x "$as_me.lineno" ||
  2512.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  2513.    { (exit 1); exit 1; }; }
  2514.   # Don't try to exec as it changes $[0], causing all sort of problems
  2515.   # (the dirname of $[0] is not the place where we might find the
  2516.   # original and so on.  Autoconf is especially sensitive to this).
  2517.   . "./$as_me.lineno"
  2518.   # Exit status is that of the last command.
  2519.   exit
  2520. }
  2521. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  2522.   as_dirname=dirname
  2523. else
  2524.   as_dirname=false
  2525. fi
  2526. ECHO_C= ECHO_N= ECHO_T=
  2527. case `echo -n x` in
  2528. -n*)
  2529.   case `echo 'xc'` in
  2530.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  2531.   *)   ECHO_C='c';;
  2532.   esac;;
  2533. *)
  2534.   ECHO_N='-n';;
  2535. esac
  2536. if expr a : '(a)' >/dev/null 2>&1 &&
  2537.    test "X`expr 00001 : '.*(...)'`" = X001; then
  2538.   as_expr=expr
  2539. else
  2540.   as_expr=false
  2541. fi
  2542. rm -f conf$$ conf$$.exe conf$$.file
  2543. if test -d conf$$.dir; then
  2544.   rm -f conf$$.dir/conf$$.file
  2545. else
  2546.   rm -f conf$$.dir
  2547.   mkdir conf$$.dir
  2548. fi
  2549. echo >conf$$.file
  2550. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2551.   as_ln_s='ln -s'
  2552.   # ... but there are two gotchas:
  2553.   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  2554.   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  2555.   # In both cases, we have to default to `cp -p'.
  2556.   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  2557.     as_ln_s='cp -p'
  2558. elif ln conf$$.file conf$$ 2>/dev/null; then
  2559.   as_ln_s=ln
  2560. else
  2561.   as_ln_s='cp -p'
  2562. fi
  2563. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  2564. rmdir conf$$.dir 2>/dev/null
  2565. if mkdir -p . 2>/dev/null; then
  2566.   as_mkdir_p=:
  2567. else
  2568.   test -d ./-p && rmdir ./-p
  2569.   as_mkdir_p=false
  2570. fi
  2571. if test -x / >/dev/null 2>&1; then
  2572.   as_test_x='test -x'
  2573. else
  2574.   if ls -dL / >/dev/null 2>&1; then
  2575.     as_ls_L_option=L
  2576.   else
  2577.     as_ls_L_option=
  2578.   fi
  2579.   as_test_x='
  2580.     eval sh -c '''
  2581.       if test -d "$1"; then
  2582.         test -d "$1/.";
  2583.       else
  2584. case $1 in
  2585.         -*)set "./$1";;
  2586. esac;
  2587. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  2588. ???[sx]*):;;*)false;;esac;fi
  2589.     ''' sh
  2590.   '
  2591. fi
  2592. as_executable_p=$as_test_x
  2593. # Sed expression to map a string onto a valid CPP name.
  2594. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2595. # Sed expression to map a string onto a valid variable name.
  2596. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2597. exec 6>&1
  2598. # Save the log message, to keep $[0] and so on meaningful, and to
  2599. # report actual input values of CONFIG_FILES etc. instead of their
  2600. # values after options handling.
  2601. ac_log="
  2602. This file was extended by dlib $as_me 1.0, which was
  2603. generated by GNU Autoconf 2.61.  Invocation command line was
  2604.   CONFIG_FILES    = $CONFIG_FILES
  2605.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2606.   CONFIG_LINKS    = $CONFIG_LINKS
  2607.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2608.   $ $0 $@
  2609. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  2610. "
  2611. _ACEOF
  2612. cat >>$CONFIG_STATUS <<_ACEOF
  2613. # Files that config.status was made for.
  2614. config_files="$ac_config_files"
  2615. config_headers="$ac_config_headers"
  2616. _ACEOF
  2617. cat >>$CONFIG_STATUS <<_ACEOF
  2618. ac_cs_usage="
  2619. `$as_me' instantiates files from templates according to the
  2620. current configuration.
  2621. Usage: $0 [OPTIONS] [FILE]...
  2622.   -h, --help       print this help, then exit
  2623.   -V, --version    print version number and configuration settings, then exit
  2624.   -q, --quiet      do not print progress messages
  2625.   -d, --debug      don't remove temporary files
  2626.       --recheck    update $as_me by reconfiguring in the same conditions
  2627.   --file=FILE[:TEMPLATE]
  2628.    instantiate the configuration file FILE
  2629.   --header=FILE[:TEMPLATE]
  2630.    instantiate the configuration header FILE
  2631. Configuration files:
  2632. $config_files
  2633. Configuration headers:
  2634. $config_headers
  2635. Report bugs to <bug-autoconf@gnu.org>."
  2636. _ACEOF
  2637. cat >>$CONFIG_STATUS <<_ACEOF
  2638. ac_cs_version="\
  2639. dlib config.status 1.0
  2640. configured by $0, generated by GNU Autoconf 2.61,
  2641.   with options \"`echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`\"
  2642. Copyright (C) 2006 Free Software Foundation, Inc.
  2643. This config.status script is free software; the Free Software Foundation
  2644. gives unlimited permission to copy, distribute and modify it."
  2645. ac_pwd='$ac_pwd'
  2646. srcdir='$srcdir'
  2647. _ACEOF
  2648. cat >>$CONFIG_STATUS <<_ACEOF
  2649. # If no file are specified by the user, then we need to provide default
  2650. # value.  By we need to know if files were specified by the user.
  2651. ac_need_defaults=:
  2652. while test $# != 0
  2653. do
  2654.   case $1 in
  2655.   --*=*)
  2656.     ac_option=`expr "X$1" : 'X([^=]*)='`
  2657.     ac_optarg=`expr "X$1" : 'X[^=]*=(.*)'`
  2658.     ac_shift=:
  2659.     ;;
  2660.   *)
  2661.     ac_option=$1
  2662.     ac_optarg=$2
  2663.     ac_shift=shift
  2664.     ;;
  2665.   esac
  2666.   case $ac_option in
  2667.   # Handling of the options.
  2668.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2669.     ac_cs_recheck=: ;;
  2670.   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  2671.     echo "$ac_cs_version"; exit ;;
  2672.   --debug | --debu | --deb | --de | --d | -d )
  2673.     debug=: ;;
  2674.   --file | --fil | --fi | --f )
  2675.     $ac_shift
  2676.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2677.     ac_need_defaults=false;;
  2678.   --header | --heade | --head | --hea )
  2679.     $ac_shift
  2680.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2681.     ac_need_defaults=false;;
  2682.   --he | --h)
  2683.     # Conflict between --help and --header
  2684.     { echo "$as_me: error: ambiguous option: $1
  2685. Try `$0 --help' for more information." >&2
  2686.    { (exit 1); exit 1; }; };;
  2687.   --help | --hel | -h )
  2688.     echo "$ac_cs_usage"; exit ;;
  2689.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2690.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2691.     ac_cs_silent=: ;;
  2692.   # This is an error.
  2693.   -*) { echo "$as_me: error: unrecognized option: $1
  2694. Try `$0 --help' for more information." >&2
  2695.    { (exit 1); exit 1; }; } ;;
  2696.   *) ac_config_targets="$ac_config_targets $1"
  2697.      ac_need_defaults=false ;;
  2698.   esac
  2699.   shift
  2700. done
  2701. ac_configure_extra_args=
  2702. if $ac_cs_silent; then
  2703.   exec 6>/dev/null
  2704.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2705. fi
  2706. _ACEOF
  2707. cat >>$CONFIG_STATUS <<_ACEOF
  2708. if $ac_cs_recheck; then
  2709.   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2710.   CONFIG_SHELL=$SHELL
  2711.   export CONFIG_SHELL
  2712.   exec $SHELL "$0"$ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2713. fi
  2714. _ACEOF
  2715. cat >>$CONFIG_STATUS <<_ACEOF
  2716. exec 5>>config.log
  2717. {
  2718.   echo
  2719.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2720. ## Running $as_me. ##
  2721. _ASBOX
  2722.   echo "$ac_log"
  2723. } >&5
  2724. _ACEOF
  2725. cat >>$CONFIG_STATUS <<_ACEOF
  2726. _ACEOF
  2727. cat >>$CONFIG_STATUS <<_ACEOF
  2728. # Handling of arguments.
  2729. for ac_config_target in $ac_config_targets
  2730. do
  2731.   case $ac_config_target in
  2732.     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
  2733.     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2734.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2735. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2736.    { (exit 1); exit 1; }; };;
  2737.   esac
  2738. done
  2739. # If the user did not use the arguments to specify the items to instantiate,
  2740. # then the envvar interface is used.  Set only those that are not.
  2741. # We use the long form for the default assignment because of an extremely
  2742. # bizarre bug on SunOS 4.1.3.
  2743. if $ac_need_defaults; then
  2744.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2745.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2746. fi
  2747. # Have a temporary directory for convenience.  Make it in the build tree
  2748. # simply because there is no reason against having it here, and in addition,
  2749. # creating and moving files from /tmp can sometimes cause problems.
  2750. # Hook for its removal unless debugging.
  2751. # Note that there is a small window in which the directory will not be cleaned:
  2752. # after its creation but before its name has been assigned to `$tmp'.
  2753. $debug ||
  2754. {
  2755.   tmp=
  2756.   trap 'exit_status=$?
  2757.   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  2758. ' 0
  2759.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2760. }
  2761. # Create a (secure) tmp directory for tmp files.
  2762. {
  2763.   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  2764.   test -n "$tmp" && test -d "$tmp"
  2765. }  ||
  2766. {
  2767.   tmp=./conf$$-$RANDOM
  2768.   (umask 077 && mkdir "$tmp")
  2769. } ||
  2770. {
  2771.    echo "$me: cannot create a temporary directory in ." >&2
  2772.    { (exit 1); exit 1; }
  2773. }
  2774. #
  2775. # Set up the sed scripts for CONFIG_FILES section.
  2776. #
  2777. # No need to generate the scripts if there are no CONFIG_FILES.
  2778. # This happens for instance when ./config.status config.h
  2779. if test -n "$CONFIG_FILES"; then
  2780. _ACEOF
  2781. ac_delim='%!_!# '
  2782. for ac_last_try in false false false false false :; do
  2783.   cat >conf$$subs.sed <<_ACEOF
  2784. SHELL!$SHELL$ac_delim
  2785. PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
  2786. PACKAGE_NAME!$PACKAGE_NAME$ac_delim
  2787. PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
  2788. PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
  2789. PACKAGE_STRING!$PACKAGE_STRING$ac_delim
  2790. PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
  2791. exec_prefix!$exec_prefix$ac_delim
  2792. prefix!$prefix$ac_delim
  2793. program_transform_name!$program_transform_name$ac_delim
  2794. bindir!$bindir$ac_delim
  2795. sbindir!$sbindir$ac_delim
  2796. libexecdir!$libexecdir$ac_delim
  2797. datarootdir!$datarootdir$ac_delim
  2798. datadir!$datadir$ac_delim
  2799. sysconfdir!$sysconfdir$ac_delim
  2800. sharedstatedir!$sharedstatedir$ac_delim
  2801. localstatedir!$localstatedir$ac_delim
  2802. includedir!$includedir$ac_delim
  2803. oldincludedir!$oldincludedir$ac_delim
  2804. docdir!$docdir$ac_delim
  2805. infodir!$infodir$ac_delim
  2806. htmldir!$htmldir$ac_delim
  2807. dvidir!$dvidir$ac_delim
  2808. pdfdir!$pdfdir$ac_delim
  2809. psdir!$psdir$ac_delim
  2810. libdir!$libdir$ac_delim
  2811. localedir!$localedir$ac_delim
  2812. mandir!$mandir$ac_delim
  2813. DEFS!$DEFS$ac_delim
  2814. ECHO_C!$ECHO_C$ac_delim
  2815. ECHO_N!$ECHO_N$ac_delim
  2816. ECHO_T!$ECHO_T$ac_delim
  2817. LIBS!$LIBS$ac_delim
  2818. build_alias!$build_alias$ac_delim
  2819. host_alias!$host_alias$ac_delim
  2820. target_alias!$target_alias$ac_delim
  2821. CC!$CC$ac_delim
  2822. CFLAGS!$CFLAGS$ac_delim
  2823. LDFLAGS!$LDFLAGS$ac_delim
  2824. CPPFLAGS!$CPPFLAGS$ac_delim
  2825. ac_ct_CC!$ac_ct_CC$ac_delim
  2826. EXEEXT!$EXEEXT$ac_delim
  2827. OBJEXT!$OBJEXT$ac_delim
  2828. SET_MAKE!$SET_MAKE$ac_delim
  2829. CPP!$CPP$ac_delim
  2830. GREP!$GREP$ac_delim
  2831. EGREP!$EGREP$ac_delim
  2832. LIBOBJS!$LIBOBJS$ac_delim
  2833. LTLIBOBJS!$LTLIBOBJS$ac_delim
  2834. _ACEOF
  2835.   if test `sed -n "s/.*$ac_delim$/X/p" conf$$subs.sed | grep -c X` = 50; then
  2836.     break
  2837.   elif $ac_last_try; then
  2838.     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
  2839. echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
  2840.    { (exit 1); exit 1; }; }
  2841.   else
  2842.     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  2843.   fi
  2844. done
  2845. ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
  2846. if test -n "$ac_eof"; then
  2847.   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  2848.   ac_eof=`expr $ac_eof + 1`
  2849. fi
  2850. cat >>$CONFIG_STATUS <<_ACEOF
  2851. cat >"$tmp/subs-1.sed" <<CEOF$ac_eof
  2852. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
  2853. _ACEOF
  2854. sed '
  2855. s/[,\&]/\&/g; s/@/@|#_!!_#|/g
  2856. s/^/s,@/; s/!/@,|#_!!_#|/
  2857. :n
  2858. t n
  2859. s/'"$ac_delim"'$/,g/; t
  2860. s/$/\/; p
  2861. N; s/^.*n//; s/[,\&]/\&/g; s/@/@|#_!!_#|/g; b n
  2862. ' >>$CONFIG_STATUS <conf$$subs.sed
  2863. rm -f conf$$subs.sed
  2864. cat >>$CONFIG_STATUS <<_ACEOF
  2865. :end
  2866. s/|#_!!_#|//g
  2867. CEOF$ac_eof
  2868. _ACEOF
  2869. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2870. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2871. # trailing colons and then remove the whole line if VPATH becomes empty
  2872. # (actually we leave an empty line to preserve line numbers).
  2873. if test "x$srcdir" = x.; then
  2874.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2875. s/:*$(srcdir):*/:/
  2876. s/:*${srcdir}:*/:/
  2877. s/:*@srcdir@:*/:/
  2878. s/^([^=]*=[  ]*):*/1/
  2879. s/:*$//
  2880. s/^[^=]*=[  ]*$//
  2881. }'
  2882. fi
  2883. cat >>$CONFIG_STATUS <<_ACEOF
  2884. fi # test -n "$CONFIG_FILES"
  2885. for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
  2886. do
  2887.   case $ac_tag in
  2888.   :[FHLC]) ac_mode=$ac_tag; continue;;
  2889.   esac
  2890.   case $ac_mode$ac_tag in
  2891.   :[FHL]*:*);;
  2892.   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
  2893. echo "$as_me: error: Invalid tag $ac_tag." >&2;}
  2894.    { (exit 1); exit 1; }; };;
  2895.   :[FH]-) ac_tag=-:-;;
  2896.   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  2897.   esac
  2898.   ac_save_IFS=$IFS
  2899.   IFS=:
  2900.   set x $ac_tag
  2901.   IFS=$ac_save_IFS
  2902.   shift
  2903.   ac_file=$1
  2904.   shift
  2905.   case $ac_mode in
  2906.   :L) ac_source=$1;;
  2907.   :[FH])
  2908.     ac_file_inputs=
  2909.     for ac_f
  2910.     do
  2911.       case $ac_f in
  2912.       -) ac_f="$tmp/stdin";;
  2913.       *) # Look for the file first in the build tree, then in the source tree
  2914.  # (if the path is not absolute).  The absolute path cannot be DOS-style,
  2915.  # because $ac_f cannot contain `:'.
  2916.  test -f "$ac_f" ||
  2917.    case $ac_f in
  2918.    [\/$]*) false;;
  2919.    *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  2920.    esac ||
  2921.    { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
  2922. echo "$as_me: error: cannot find input file: $ac_f" >&2;}
  2923.    { (exit 1); exit 1; }; };;
  2924.       esac
  2925.       ac_file_inputs="$ac_file_inputs $ac_f"
  2926.     done
  2927.     # Let's still pretend it is `configure' which instantiates (i.e., don't
  2928.     # use $as_me), people would be surprised to read:
  2929.     #    /* config.h.  Generated by config.status.  */
  2930.     configure_input="Generated from "`IFS=:
  2931.   echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
  2932.     if test x"$ac_file" != x-; then
  2933.       configure_input="$ac_file.  $configure_input"
  2934.       { echo "$as_me:$LINENO: creating $ac_file" >&5
  2935. echo "$as_me: creating $ac_file" >&6;}
  2936.     fi
  2937.     case $ac_tag in
  2938.     *:-:* | *:-) cat >"$tmp/stdin";;
  2939.     esac
  2940.     ;;
  2941.   esac
  2942.   ac_dir=`$as_dirname -- "$ac_file" ||
  2943. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2944.  X"$ac_file" : 'X(//)[^/]' | 
  2945.  X"$ac_file" : 'X(//)$' | 
  2946.  X"$ac_file" : 'X(/)' | . 2>/dev/null ||
  2947. echo X"$ac_file" |
  2948.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2949.     s//1/
  2950.     q
  2951.   }
  2952.   /^X(//)[^/].*/{
  2953.     s//1/
  2954.     q
  2955.   }
  2956.   /^X(//)$/{
  2957.     s//1/
  2958.     q
  2959.   }
  2960.   /^X(/).*/{
  2961.     s//1/
  2962.     q
  2963.   }
  2964.   s/.*/./; q'`
  2965.   { as_dir="$ac_dir"
  2966.   case $as_dir in #(
  2967.   -*) as_dir=./$as_dir;;
  2968.   esac
  2969.   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
  2970.     as_dirs=
  2971.     while :; do
  2972.       case $as_dir in #(
  2973.       *'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\''/g"`;; #(
  2974.       *) as_qdir=$as_dir;;
  2975.       esac
  2976.       as_dirs="'$as_qdir' $as_dirs"
  2977.       as_dir=`$as_dirname -- "$as_dir" ||
  2978. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2979.  X"$as_dir" : 'X(//)[^/]' | 
  2980.  X"$as_dir" : 'X(//)$' | 
  2981.  X"$as_dir" : 'X(/)' | . 2>/dev/null ||
  2982. echo X"$as_dir" |
  2983.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  2984.     s//1/
  2985.     q
  2986.   }
  2987.   /^X(//)[^/].*/{
  2988.     s//1/
  2989.     q
  2990.   }
  2991.   /^X(//)$/{
  2992.     s//1/
  2993.     q
  2994.   }
  2995.   /^X(/).*/{
  2996.     s//1/
  2997.     q
  2998.   }
  2999.   s/.*/./; q'`
  3000.       test -d "$as_dir" && break
  3001.     done
  3002.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  3003.   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  3004. echo "$as_me: error: cannot create directory $as_dir" >&2;}
  3005.    { (exit 1); exit 1; }; }; }
  3006.   ac_builddir=.
  3007. case "$ac_dir" in
  3008. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  3009. *)
  3010.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3011.   # A ".." for each directory in $ac_dir_suffix.
  3012.   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,/..,g;s,/,,'`
  3013.   case $ac_top_builddir_sub in
  3014.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  3015.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  3016.   esac ;;
  3017. esac
  3018. ac_abs_top_builddir=$ac_pwd
  3019. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  3020. # for backward compatibility:
  3021. ac_top_builddir=$ac_top_build_prefix
  3022. case $srcdir in
  3023.   .)  # We are building in place.
  3024.     ac_srcdir=.
  3025.     ac_top_srcdir=$ac_top_builddir_sub
  3026.     ac_abs_top_srcdir=$ac_pwd ;;
  3027.   [\/]* | ?:[\/]* )  # Absolute name.
  3028.     ac_srcdir=$srcdir$ac_dir_suffix;
  3029.     ac_top_srcdir=$srcdir
  3030.     ac_abs_top_srcdir=$srcdir ;;
  3031.   *) # Relative name.
  3032.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  3033.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  3034.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  3035. esac
  3036. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  3037.   case $ac_mode in
  3038.   :F)
  3039.   #
  3040.   # CONFIG_FILE
  3041.   #
  3042. _ACEOF
  3043. cat >>$CONFIG_STATUS <<_ACEOF
  3044. # If the template does not know about datarootdir, expand it.
  3045. # FIXME: This hack should be removed a few years after 2.60.
  3046. ac_datarootdir_hack=; ac_datarootdir_seen=
  3047. case `sed -n '/datarootdir/ {
  3048.   p
  3049.   q
  3050. }
  3051. /@datadir@/p
  3052. /@docdir@/p
  3053. /@infodir@/p
  3054. /@localedir@/p
  3055. /@mandir@/p
  3056. ' $ac_file_inputs` in
  3057. *datarootdir*) ac_datarootdir_seen=yes;;
  3058. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  3059.   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  3060. echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  3061. _ACEOF
  3062. cat >>$CONFIG_STATUS <<_ACEOF
  3063.   ac_datarootdir_hack='
  3064.   s&@datadir@&$datadir&g
  3065.   s&@docdir@&$docdir&g
  3066.   s&@infodir@&$infodir&g
  3067.   s&@localedir@&$localedir&g
  3068.   s&@mandir@&$mandir&g
  3069.     s&\${datarootdir}&$datarootdir&g' ;;
  3070. esac
  3071. _ACEOF
  3072. # Neutralize VPATH when `$srcdir' = `.'.
  3073. # Shell code in configure.ac might set extrasub.
  3074. # FIXME: do we really want to maintain this feature?
  3075. cat >>$CONFIG_STATUS <<_ACEOF
  3076.   sed "$ac_vpsub
  3077. $extrasub
  3078. _ACEOF
  3079. cat >>$CONFIG_STATUS <<_ACEOF
  3080. :t
  3081. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  3082. s&@configure_input@&$configure_input&;t t
  3083. s&@top_builddir@&$ac_top_builddir_sub&;t t
  3084. s&@srcdir@&$ac_srcdir&;t t
  3085. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  3086. s&@top_srcdir@&$ac_top_srcdir&;t t
  3087. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  3088. s&@builddir@&$ac_builddir&;t t
  3089. s&@abs_builddir@&$ac_abs_builddir&;t t
  3090. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  3091. $ac_datarootdir_hack
  3092. " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
  3093. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  3094.   { ac_out=`sed -n '/${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  3095.   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  3096.   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable `datarootdir'
  3097. which seems to be undefined.  Please make sure it is defined." >&5
  3098. echo "$as_me: WARNING: $ac_file contains a reference to the variable `datarootdir'
  3099. which seems to be undefined.  Please make sure it is defined." >&2;}
  3100.   rm -f "$tmp/stdin"
  3101.   case $ac_file in
  3102.   -) cat "$tmp/out"; rm -f "$tmp/out";;
  3103.   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
  3104.   esac
  3105.  ;;
  3106.   :H)
  3107.   #
  3108.   # CONFIG_HEADER
  3109.   #
  3110. _ACEOF
  3111. # Transform confdefs.h into a sed script `conftest.defines', that
  3112. # substitutes the proper values into config.h.in to produce config.h.
  3113. rm -f conftest.defines conftest.tail
  3114. # First, append a space to every undef/define line, to ease matching.
  3115. echo 's/$/ /' >conftest.defines
  3116. # Then, protect against being on the right side of a sed subst, or in
  3117. # an unquoted here document, in config.status.  If some macros were
  3118. # called several times there might be several #defines for the same
  3119. # symbol, which is useless.  But do not sort them, since the last
  3120. # AC_DEFINE must be honored.
  3121. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  3122. # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
  3123. # NAME is the cpp macro being defined, VALUE is the value it is being given.
  3124. # PARAMS is the parameter list in the macro definition--in most cases, it's
  3125. # just an empty string.
  3126. ac_dA='s,^\([  #]*\)[^  ]*\([  ]*'
  3127. ac_dB='\)[  (].*,\1define\2'
  3128. ac_dC=' '
  3129. ac_dD=' ,'
  3130. uniq confdefs.h |
  3131.   sed -n '
  3132. t rset
  3133. :rset
  3134. s/^[  ]*#[  ]*define[  ][  ]*//
  3135. t ok
  3136. d
  3137. :ok
  3138. s/[\&,]/\&/g
  3139. s/^('"$ac_word_re"')(([^()]*))[  ]*(.*)/ '"$ac_dA"'1'"$ac_dB"'2'"${ac_dC}"'3'"$ac_dD"'/p
  3140. s/^('"$ac_word_re"')[  ]*(.*)/'"$ac_dA"'1'"$ac_dB$ac_dC"'2'"$ac_dD"'/p
  3141.   ' >>conftest.defines
  3142. # Remove the space that was appended to ease matching.
  3143. # Then replace #undef with comments.  This is necessary, for
  3144. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3145. # on some systems where configure will not decide to define it.
  3146. # (The regexp can be short, since the line contains either #define or #undef.)
  3147. echo 's/ $//
  3148. s,^[  #]*u.*,/* & */,' >>conftest.defines
  3149. # Break up conftest.defines:
  3150. ac_max_sed_lines=50
  3151. # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
  3152. # Second one is:  sed -f defines.sed "$tmp/out1" >"$tmp/out2"
  3153. # Third one will be:  sed -f defines.sed "$tmp/out2" >"$tmp/out1"
  3154. # et cetera.
  3155. ac_in='$ac_file_inputs'
  3156. ac_out='"$tmp/out1"'
  3157. ac_nxt='"$tmp/out2"'
  3158. while :
  3159. do
  3160.   # Write a here document:
  3161.     cat >>$CONFIG_STATUS <<_ACEOF
  3162.     # First, check the format of the line:
  3163.     cat >"$tmp/defines.sed" <<\CEOF
  3164. /^[  ]*#[  ]*undef[  ][  ]*$ac_word_re[  ]*$/b def
  3165. /^[  ]*#[  ]*define[  ][  ]*$ac_word_re[(  ]/b def
  3166. b
  3167. :def
  3168. _ACEOF
  3169.   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
  3170.   echo 'CEOF
  3171.     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
  3172.   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
  3173.   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
  3174.   grep . conftest.tail >/dev/null || break
  3175.   rm -f conftest.defines
  3176.   mv conftest.tail conftest.defines
  3177. done
  3178. rm -f conftest.defines conftest.tail
  3179. echo "ac_result=$ac_in" >>$CONFIG_STATUS
  3180. cat >>$CONFIG_STATUS <<_ACEOF
  3181.   if test x"$ac_file" != x-; then
  3182.     echo "/* $configure_input  */" >"$tmp/config.h"
  3183.     cat "$ac_result" >>"$tmp/config.h"
  3184.     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
  3185.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3186. echo "$as_me: $ac_file is unchanged" >&6;}
  3187.     else
  3188.       rm -f $ac_file
  3189.       mv "$tmp/config.h" $ac_file
  3190.     fi
  3191.   else
  3192.     echo "/* $configure_input  */"
  3193.     cat "$ac_result"
  3194.   fi
  3195.   rm -f "$tmp/out12"
  3196.  ;;
  3197.   esac
  3198. done # for ac_tag
  3199. { (exit 0); exit 0; }
  3200. _ACEOF
  3201. chmod +x $CONFIG_STATUS
  3202. ac_clean_files=$ac_clean_files_save
  3203. # configure is writing to config.log, and then calls config.status.
  3204. # config.status does its own redirection, appending to config.log.
  3205. # Unfortunately, on DOS this fails, as config.log is still kept open
  3206. # by configure, so config.status won't be able to write to it; its
  3207. # output is simply discarded.  So we exec the FD to /dev/null,
  3208. # effectively closing config.log, so it can be properly (re)opened and
  3209. # appended to by config.status.  When coming back to configure, we
  3210. # need to make the FD available again.
  3211. if test "$no_create" != yes; then
  3212.   ac_cs_success=:
  3213.   ac_config_status_args=
  3214.   test "$silent" = yes &&
  3215.     ac_config_status_args="$ac_config_status_args --quiet"
  3216.   exec 5>/dev/null
  3217.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3218.   exec 5>>config.log
  3219.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3220.   # would make configure fail if this is the last instruction.
  3221.   $ac_cs_success || { (exit 1); exit 1; }
  3222. fi