configure
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:223k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. if test $ac_cv_header_stdc = yes; then
  2.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  3.   cat >conftest.$ac_ext <<_ACEOF
  4. #line $LINENO "configure"
  5. /* confdefs.h.  */
  6. _ACEOF
  7. cat confdefs.h >>conftest.$ac_ext
  8. cat >>conftest.$ac_ext <<_ACEOF
  9. /* end confdefs.h.  */
  10. #include <stdlib.h>
  11. _ACEOF
  12. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  13.   $EGREP "free" >/dev/null 2>&1; then
  14.   :
  15. else
  16.   ac_cv_header_stdc=no
  17. fi
  18. rm -f conftest*
  19. fi
  20. if test $ac_cv_header_stdc = yes; then
  21.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  22.   if test "$cross_compiling" = yes; then
  23.   :
  24. else
  25.   cat >conftest.$ac_ext <<_ACEOF
  26. #line $LINENO "configure"
  27. /* confdefs.h.  */
  28. _ACEOF
  29. cat confdefs.h >>conftest.$ac_ext
  30. cat >>conftest.$ac_ext <<_ACEOF
  31. /* end confdefs.h.  */
  32. #include <ctype.h>
  33. #if ((' ' & 0x0FF) == 0x020)
  34. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  35. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  36. #else
  37. # define ISLOWER(c) 
  38.                    (('a' <= (c) && (c) <= 'i') 
  39.                      || ('j' <= (c) && (c) <= 'r') 
  40.                      || ('s' <= (c) && (c) <= 'z'))
  41. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  42. #endif
  43. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  44. int
  45. main ()
  46. {
  47.   int i;
  48.   for (i = 0; i < 256; i++)
  49.     if (XOR (islower (i), ISLOWER (i))
  50.         || toupper (i) != TOUPPER (i))
  51.       exit(2);
  52.   exit (0);
  53. }
  54. _ACEOF
  55. rm -f conftest$ac_exeext
  56. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  57.   (eval $ac_link) 2>&5
  58.   ac_status=$?
  59.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  60.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  61.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  62.   (eval $ac_try) 2>&5
  63.   ac_status=$?
  64.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  65.   (exit $ac_status); }; }; then
  66.   :
  67. else
  68.   echo "$as_me: program exited with status $ac_status" >&5
  69. echo "$as_me: failed program was:" >&5
  70. sed 's/^/| /' conftest.$ac_ext >&5
  71. ( exit $ac_status )
  72. ac_cv_header_stdc=no
  73. fi
  74. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  75. fi
  76. fi
  77. fi
  78. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  79. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  80. if test $ac_cv_header_stdc = yes; then
  81. cat >>confdefs.h <<_ACEOF
  82. #define STDC_HEADERS 1
  83. _ACEOF
  84. fi
  85. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  86. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  87.                   inttypes.h stdint.h unistd.h
  88. do
  89. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  90. echo "$as_me:$LINENO: checking for $ac_header" >&5
  91. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  92. if eval "test "${$as_ac_Header+set}" = set"; then
  93.   echo $ECHO_N "(cached) $ECHO_C" >&6
  94. else
  95.   cat >conftest.$ac_ext <<_ACEOF
  96. #line $LINENO "configure"
  97. /* confdefs.h.  */
  98. _ACEOF
  99. cat confdefs.h >>conftest.$ac_ext
  100. cat >>conftest.$ac_ext <<_ACEOF
  101. /* end confdefs.h.  */
  102. $ac_includes_default
  103. #include <$ac_header>
  104. _ACEOF
  105. rm -f conftest.$ac_objext
  106. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  107.   (eval $ac_compile) 2>&5
  108.   ac_status=$?
  109.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  110.   (exit $ac_status); } &&
  111.          { ac_try='test -s conftest.$ac_objext'
  112.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  113.   (eval $ac_try) 2>&5
  114.   ac_status=$?
  115.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  116.   (exit $ac_status); }; }; then
  117.   eval "$as_ac_Header=yes"
  118. else
  119.   echo "$as_me: failed program was:" >&5
  120. sed 's/^/| /' conftest.$ac_ext >&5
  121. eval "$as_ac_Header=no"
  122. fi
  123. rm -f conftest.$ac_objext conftest.$ac_ext
  124. fi
  125. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  126. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  127. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  128.   cat >>confdefs.h <<_ACEOF
  129. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  130. _ACEOF
  131. fi
  132. done
  133. echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
  134. echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
  135. if test "${ac_cv_header_stdbool_h+set}" = set; then
  136.   echo $ECHO_N "(cached) $ECHO_C" >&6
  137. else
  138.   cat >conftest.$ac_ext <<_ACEOF
  139. #line $LINENO "configure"
  140. /* confdefs.h.  */
  141. _ACEOF
  142. cat confdefs.h >>conftest.$ac_ext
  143. cat >>conftest.$ac_ext <<_ACEOF
  144. /* end confdefs.h.  */
  145. #include <stdbool.h>
  146. #ifndef bool
  147. # error bool is not defined
  148. #endif
  149. #ifndef false
  150. # error false is not defined
  151. #endif
  152. #if false
  153. # error false is not 0
  154. #endif
  155. #ifndef true
  156. # error true is not defined
  157. #endif
  158. #if true != 1
  159. # error true is not 1
  160. #endif
  161. #ifndef __bool_true_false_are_defined
  162. # error __bool_true_false_are_defined is not defined
  163. #endif
  164.         struct s { _Bool s: 1; _Bool t; } s;
  165.         char a[true == 1 ? 1 : -1];
  166.         char b[false == 0 ? 1 : -1];
  167.         char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  168.         char d[(bool) -0.5 == true ? 1 : -1];
  169.         bool e = &s;
  170.         char f[(_Bool) -0.0 == false ? 1 : -1];
  171.         char g[true];
  172.         char h[sizeof (_Bool)];
  173.         char i[sizeof s.t];
  174. int
  175. main ()
  176. {
  177.  return !a + !b + !c + !d + !e + !f + !g + !h + !i;
  178.   ;
  179.   return 0;
  180. }
  181. _ACEOF
  182. rm -f conftest.$ac_objext
  183. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  184.   (eval $ac_compile) 2>&5
  185.   ac_status=$?
  186.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  187.   (exit $ac_status); } &&
  188.          { ac_try='test -s conftest.$ac_objext'
  189.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  190.   (eval $ac_try) 2>&5
  191.   ac_status=$?
  192.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  193.   (exit $ac_status); }; }; then
  194.   ac_cv_header_stdbool_h=yes
  195. else
  196.   echo "$as_me: failed program was:" >&5
  197. sed 's/^/| /' conftest.$ac_ext >&5
  198. ac_cv_header_stdbool_h=no
  199. fi
  200. rm -f conftest.$ac_objext conftest.$ac_ext
  201. fi
  202. echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
  203. echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
  204. echo "$as_me:$LINENO: checking for _Bool" >&5
  205. echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
  206. if test "${ac_cv_type__Bool+set}" = set; then
  207.   echo $ECHO_N "(cached) $ECHO_C" >&6
  208. else
  209.   cat >conftest.$ac_ext <<_ACEOF
  210. #line $LINENO "configure"
  211. /* confdefs.h.  */
  212. _ACEOF
  213. cat confdefs.h >>conftest.$ac_ext
  214. cat >>conftest.$ac_ext <<_ACEOF
  215. /* end confdefs.h.  */
  216. $ac_includes_default
  217. int
  218. main ()
  219. {
  220. if ((_Bool *) 0)
  221.   return 0;
  222. if (sizeof (_Bool))
  223.   return 0;
  224.   ;
  225.   return 0;
  226. }
  227. _ACEOF
  228. rm -f conftest.$ac_objext
  229. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  230.   (eval $ac_compile) 2>&5
  231.   ac_status=$?
  232.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  233.   (exit $ac_status); } &&
  234.          { ac_try='test -s conftest.$ac_objext'
  235.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  236.   (eval $ac_try) 2>&5
  237.   ac_status=$?
  238.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  239.   (exit $ac_status); }; }; then
  240.   ac_cv_type__Bool=yes
  241. else
  242.   echo "$as_me: failed program was:" >&5
  243. sed 's/^/| /' conftest.$ac_ext >&5
  244. ac_cv_type__Bool=no
  245. fi
  246. rm -f conftest.$ac_objext conftest.$ac_ext
  247. fi
  248. echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
  249. echo "${ECHO_T}$ac_cv_type__Bool" >&6
  250. if test $ac_cv_type__Bool = yes; then
  251. cat >>confdefs.h <<_ACEOF
  252. #define HAVE__BOOL 1
  253. _ACEOF
  254. fi
  255. if test $ac_cv_header_stdbool_h = yes; then
  256. cat >>confdefs.h <<_ACEOF
  257. #define HAVE_STDBOOL_H 1
  258. _ACEOF
  259. fi
  260. echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  261. echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
  262. if test "${ac_cv_header_time+set}" = set; then
  263.   echo $ECHO_N "(cached) $ECHO_C" >&6
  264. else
  265.   cat >conftest.$ac_ext <<_ACEOF
  266. #line $LINENO "configure"
  267. /* confdefs.h.  */
  268. _ACEOF
  269. cat confdefs.h >>conftest.$ac_ext
  270. cat >>conftest.$ac_ext <<_ACEOF
  271. /* end confdefs.h.  */
  272. #include <sys/types.h>
  273. #include <sys/time.h>
  274. #include <time.h>
  275. int
  276. main ()
  277. {
  278. if ((struct tm *) 0)
  279. return 0;
  280.   ;
  281.   return 0;
  282. }
  283. _ACEOF
  284. rm -f conftest.$ac_objext
  285. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  286.   (eval $ac_compile) 2>&5
  287.   ac_status=$?
  288.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  289.   (exit $ac_status); } &&
  290.          { ac_try='test -s conftest.$ac_objext'
  291.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  292.   (eval $ac_try) 2>&5
  293.   ac_status=$?
  294.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  295.   (exit $ac_status); }; }; then
  296.   ac_cv_header_time=yes
  297. else
  298.   echo "$as_me: failed program was:" >&5
  299. sed 's/^/| /' conftest.$ac_ext >&5
  300. ac_cv_header_time=no
  301. fi
  302. rm -f conftest.$ac_objext conftest.$ac_ext
  303. fi
  304. echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  305. echo "${ECHO_T}$ac_cv_header_time" >&6
  306. if test $ac_cv_header_time = yes; then
  307. cat >>confdefs.h <<_ACEOF
  308. #define TIME_WITH_SYS_TIME 1
  309. _ACEOF
  310. fi
  311. for ac_header in 
  312.    limits.h sys/ioctl.h unistd.h fcntl.h float.h mysql.h      
  313.    malloc.h netdb.h netinet/in.h stddef.h sys/socket.h        
  314.    sys/time.h sys/timeb.h                                     
  315. do
  316. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  317. if eval "test "${$as_ac_Header+set}" = set"; then
  318.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  319. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  320. if eval "test "${$as_ac_Header+set}" = set"; then
  321.   echo $ECHO_N "(cached) $ECHO_C" >&6
  322. fi
  323. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  324. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  325. else
  326.   # Is the header compilable?
  327. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  328. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  329. cat >conftest.$ac_ext <<_ACEOF
  330. #line $LINENO "configure"
  331. /* confdefs.h.  */
  332. _ACEOF
  333. cat confdefs.h >>conftest.$ac_ext
  334. cat >>conftest.$ac_ext <<_ACEOF
  335. /* end confdefs.h.  */
  336. $ac_includes_default
  337. #include <$ac_header>
  338. _ACEOF
  339. rm -f conftest.$ac_objext
  340. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  341.   (eval $ac_compile) 2>&5
  342.   ac_status=$?
  343.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  344.   (exit $ac_status); } &&
  345.          { ac_try='test -s conftest.$ac_objext'
  346.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  347.   (eval $ac_try) 2>&5
  348.   ac_status=$?
  349.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  350.   (exit $ac_status); }; }; then
  351.   ac_header_compiler=yes
  352. else
  353.   echo "$as_me: failed program was:" >&5
  354. sed 's/^/| /' conftest.$ac_ext >&5
  355. ac_header_compiler=no
  356. fi
  357. rm -f conftest.$ac_objext conftest.$ac_ext
  358. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  359. echo "${ECHO_T}$ac_header_compiler" >&6
  360. # Is the header present?
  361. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  362. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  363. cat >conftest.$ac_ext <<_ACEOF
  364. #line $LINENO "configure"
  365. /* confdefs.h.  */
  366. _ACEOF
  367. cat confdefs.h >>conftest.$ac_ext
  368. cat >>conftest.$ac_ext <<_ACEOF
  369. /* end confdefs.h.  */
  370. #include <$ac_header>
  371. _ACEOF
  372. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  373.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  374.   ac_status=$?
  375.   grep -v '^ *+' conftest.er1 >conftest.err
  376.   rm -f conftest.er1
  377.   cat conftest.err >&5
  378.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  379.   (exit $ac_status); } >/dev/null; then
  380.   if test -s conftest.err; then
  381.     ac_cpp_err=$ac_c_preproc_warn_flag
  382.   else
  383.     ac_cpp_err=
  384.   fi
  385. else
  386.   ac_cpp_err=yes
  387. fi
  388. if test -z "$ac_cpp_err"; then
  389.   ac_header_preproc=yes
  390. else
  391.   echo "$as_me: failed program was:" >&5
  392. sed 's/^/| /' conftest.$ac_ext >&5
  393.   ac_header_preproc=no
  394. fi
  395. rm -f conftest.err conftest.$ac_ext
  396. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  397. echo "${ECHO_T}$ac_header_preproc" >&6
  398. # So?  What about this header?
  399. case $ac_header_compiler:$ac_header_preproc in
  400.   yes:no )
  401.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  402. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  403.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  404. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  405.     (
  406.       cat <<_ASBOX
  407. ## ------------------------------------ ##
  408. ## Report this to bug-autoconf@gnu.org. ##
  409. ## ------------------------------------ ##
  410. _ASBOX
  411.     ) |
  412.       sed "s/^/$as_me: WARNING:     /" >&2
  413.     ;;
  414.   no:yes )
  415.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  416. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  417.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  418. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  419.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  420. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  421.     (
  422.       cat <<_ASBOX
  423. ## ------------------------------------ ##
  424. ## Report this to bug-autoconf@gnu.org. ##
  425. ## ------------------------------------ ##
  426. _ASBOX
  427.     ) |
  428.       sed "s/^/$as_me: WARNING:     /" >&2
  429.     ;;
  430. esac
  431. echo "$as_me:$LINENO: checking for $ac_header" >&5
  432. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  433. if eval "test "${$as_ac_Header+set}" = set"; then
  434.   echo $ECHO_N "(cached) $ECHO_C" >&6
  435. else
  436.   eval "$as_ac_Header=$ac_header_preproc"
  437. fi
  438. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  439. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  440. fi
  441. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  442.   cat >>confdefs.h <<_ACEOF
  443. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  444. _ACEOF
  445. else
  446.   { { echo "$as_me:$LINENO: error: Missing required header" >&5
  447. echo "$as_me: error: Missing required header" >&2;}
  448.    { (exit 1); exit 1; }; }
  449. fi
  450. done
  451. # Checks for typedefs, structures, and compiler characteristics.
  452. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  453. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  454. if test "${ac_cv_c_const+set}" = set; then
  455.   echo $ECHO_N "(cached) $ECHO_C" >&6
  456. else
  457.   cat >conftest.$ac_ext <<_ACEOF
  458. #line $LINENO "configure"
  459. /* confdefs.h.  */
  460. _ACEOF
  461. cat confdefs.h >>conftest.$ac_ext
  462. cat >>conftest.$ac_ext <<_ACEOF
  463. /* end confdefs.h.  */
  464. int
  465. main ()
  466. {
  467. /* FIXME: Include the comments suggested by Paul. */
  468. #ifndef __cplusplus
  469.   /* Ultrix mips cc rejects this.  */
  470.   typedef int charset[2];
  471.   const charset x;
  472.   /* SunOS 4.1.1 cc rejects this.  */
  473.   char const *const *ccp;
  474.   char **p;
  475.   /* NEC SVR4.0.2 mips cc rejects this.  */
  476.   struct point {int x, y;};
  477.   static struct point const zero = {0,0};
  478.   /* AIX XL C 1.02.0.0 rejects this.
  479.      It does not let you subtract one const X* pointer from another in
  480.      an arm of an if-expression whose if-part is not a constant
  481.      expression */
  482.   const char *g = "string";
  483.   ccp = &g + (g ? g-g : 0);
  484.   /* HPUX 7.0 cc rejects these. */
  485.   ++ccp;
  486.   p = (char**) ccp;
  487.   ccp = (char const *const *) p;
  488.   { /* SCO 3.2v4 cc rejects this.  */
  489.     char *t;
  490.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  491.     *t++ = 0;
  492.   }
  493.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  494.     int x[] = {25, 17};
  495.     const int *foo = &x[0];
  496.     ++foo;
  497.   }
  498.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  499.     typedef const int *iptr;
  500.     iptr p = 0;
  501.     ++p;
  502.   }
  503.   { /* AIX XL C 1.02.0.0 rejects this saying
  504.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  505.     struct s { int j; const int *ap[3]; };
  506.     struct s *b; b->j = 5;
  507.   }
  508.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  509.     const int foo = 10;
  510.   }
  511. #endif
  512.   ;
  513.   return 0;
  514. }
  515. _ACEOF
  516. rm -f conftest.$ac_objext
  517. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  518.   (eval $ac_compile) 2>&5
  519.   ac_status=$?
  520.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  521.   (exit $ac_status); } &&
  522.          { ac_try='test -s conftest.$ac_objext'
  523.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  524.   (eval $ac_try) 2>&5
  525.   ac_status=$?
  526.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  527.   (exit $ac_status); }; }; then
  528.   ac_cv_c_const=yes
  529. else
  530.   echo "$as_me: failed program was:" >&5
  531. sed 's/^/| /' conftest.$ac_ext >&5
  532. ac_cv_c_const=no
  533. fi
  534. rm -f conftest.$ac_objext conftest.$ac_ext
  535. fi
  536. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  537. echo "${ECHO_T}$ac_cv_c_const" >&6
  538. if test $ac_cv_c_const = no; then
  539. cat >>confdefs.h <<_ACEOF
  540. #define const
  541. _ACEOF
  542. fi
  543. echo "$as_me:$LINENO: checking for inline" >&5
  544. echo $ECHO_N "checking for inline... $ECHO_C" >&6
  545. if test "${ac_cv_c_inline+set}" = set; then
  546.   echo $ECHO_N "(cached) $ECHO_C" >&6
  547. else
  548.   ac_cv_c_inline=no
  549. for ac_kw in inline __inline__ __inline; do
  550.   cat >conftest.$ac_ext <<_ACEOF
  551. #line $LINENO "configure"
  552. /* confdefs.h.  */
  553. _ACEOF
  554. cat confdefs.h >>conftest.$ac_ext
  555. cat >>conftest.$ac_ext <<_ACEOF
  556. /* end confdefs.h.  */
  557. #ifndef __cplusplus
  558. typedef int foo_t;
  559. static $ac_kw foo_t static_foo () {return 0; }
  560. $ac_kw foo_t foo () {return 0; }
  561. #endif
  562. _ACEOF
  563. rm -f conftest.$ac_objext
  564. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  565.   (eval $ac_compile) 2>&5
  566.   ac_status=$?
  567.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  568.   (exit $ac_status); } &&
  569.          { ac_try='test -s conftest.$ac_objext'
  570.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  571.   (eval $ac_try) 2>&5
  572.   ac_status=$?
  573.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  574.   (exit $ac_status); }; }; then
  575.   ac_cv_c_inline=$ac_kw; break
  576. else
  577.   echo "$as_me: failed program was:" >&5
  578. sed 's/^/| /' conftest.$ac_ext >&5
  579. fi
  580. rm -f conftest.$ac_objext conftest.$ac_ext
  581. done
  582. fi
  583. echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
  584. echo "${ECHO_T}$ac_cv_c_inline" >&6
  585. case $ac_cv_c_inline in
  586.   inline | yes) ;;
  587.   no)
  588. cat >>confdefs.h <<_ACEOF
  589. #define inline
  590. _ACEOF
  591.  ;;
  592.   *)  cat >>confdefs.h <<_ACEOF
  593. #define inline $ac_cv_c_inline
  594. _ACEOF
  595.  ;;
  596. esac
  597. echo "$as_me:$LINENO: checking for working volatile" >&5
  598. echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
  599. if test "${ac_cv_c_volatile+set}" = set; then
  600.   echo $ECHO_N "(cached) $ECHO_C" >&6
  601. else
  602.   cat >conftest.$ac_ext <<_ACEOF
  603. #line $LINENO "configure"
  604. /* confdefs.h.  */
  605. _ACEOF
  606. cat confdefs.h >>conftest.$ac_ext
  607. cat >>conftest.$ac_ext <<_ACEOF
  608. /* end confdefs.h.  */
  609. int
  610. main ()
  611. {
  612. volatile int x;
  613. int * volatile y;
  614.   ;
  615.   return 0;
  616. }
  617. _ACEOF
  618. rm -f conftest.$ac_objext
  619. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  620.   (eval $ac_compile) 2>&5
  621.   ac_status=$?
  622.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  623.   (exit $ac_status); } &&
  624.          { ac_try='test -s conftest.$ac_objext'
  625.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  626.   (eval $ac_try) 2>&5
  627.   ac_status=$?
  628.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  629.   (exit $ac_status); }; }; then
  630.   ac_cv_c_volatile=yes
  631. else
  632.   echo "$as_me: failed program was:" >&5
  633. sed 's/^/| /' conftest.$ac_ext >&5
  634. ac_cv_c_volatile=no
  635. fi
  636. rm -f conftest.$ac_objext conftest.$ac_ext
  637. fi
  638. echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
  639. echo "${ECHO_T}$ac_cv_c_volatile" >&6
  640. if test $ac_cv_c_volatile = no; then
  641. cat >>confdefs.h <<_ACEOF
  642. #define volatile
  643. _ACEOF
  644. fi
  645. echo "$as_me:$LINENO: checking for size_t" >&5
  646. echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  647. if test "${ac_cv_type_size_t+set}" = set; then
  648.   echo $ECHO_N "(cached) $ECHO_C" >&6
  649. else
  650.   cat >conftest.$ac_ext <<_ACEOF
  651. #line $LINENO "configure"
  652. /* confdefs.h.  */
  653. _ACEOF
  654. cat confdefs.h >>conftest.$ac_ext
  655. cat >>conftest.$ac_ext <<_ACEOF
  656. /* end confdefs.h.  */
  657. $ac_includes_default
  658. int
  659. main ()
  660. {
  661. if ((size_t *) 0)
  662.   return 0;
  663. if (sizeof (size_t))
  664.   return 0;
  665.   ;
  666.   return 0;
  667. }
  668. _ACEOF
  669. rm -f conftest.$ac_objext
  670. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  671.   (eval $ac_compile) 2>&5
  672.   ac_status=$?
  673.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  674.   (exit $ac_status); } &&
  675.          { ac_try='test -s conftest.$ac_objext'
  676.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  677.   (eval $ac_try) 2>&5
  678.   ac_status=$?
  679.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  680.   (exit $ac_status); }; }; then
  681.   ac_cv_type_size_t=yes
  682. else
  683.   echo "$as_me: failed program was:" >&5
  684. sed 's/^/| /' conftest.$ac_ext >&5
  685. ac_cv_type_size_t=no
  686. fi
  687. rm -f conftest.$ac_objext conftest.$ac_ext
  688. fi
  689. echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  690. echo "${ECHO_T}$ac_cv_type_size_t" >&6
  691. if test $ac_cv_type_size_t = yes; then
  692.   :
  693. else
  694. cat >>confdefs.h <<_ACEOF
  695. #define size_t unsigned
  696. _ACEOF
  697. fi
  698. echo "$as_me:$LINENO: checking for off_t" >&5
  699. echo $ECHO_N "checking for off_t... $ECHO_C" >&6
  700. if test "${ac_cv_type_off_t+set}" = set; then
  701.   echo $ECHO_N "(cached) $ECHO_C" >&6
  702. else
  703.   cat >conftest.$ac_ext <<_ACEOF
  704. #line $LINENO "configure"
  705. /* confdefs.h.  */
  706. _ACEOF
  707. cat confdefs.h >>conftest.$ac_ext
  708. cat >>conftest.$ac_ext <<_ACEOF
  709. /* end confdefs.h.  */
  710. $ac_includes_default
  711. int
  712. main ()
  713. {
  714. if ((off_t *) 0)
  715.   return 0;
  716. if (sizeof (off_t))
  717.   return 0;
  718.   ;
  719.   return 0;
  720. }
  721. _ACEOF
  722. rm -f conftest.$ac_objext
  723. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  724.   (eval $ac_compile) 2>&5
  725.   ac_status=$?
  726.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  727.   (exit $ac_status); } &&
  728.          { ac_try='test -s conftest.$ac_objext'
  729.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  730.   (eval $ac_try) 2>&5
  731.   ac_status=$?
  732.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  733.   (exit $ac_status); }; }; then
  734.   ac_cv_type_off_t=yes
  735. else
  736.   echo "$as_me: failed program was:" >&5
  737. sed 's/^/| /' conftest.$ac_ext >&5
  738. ac_cv_type_off_t=no
  739. fi
  740. rm -f conftest.$ac_objext conftest.$ac_ext
  741. fi
  742. echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
  743. echo "${ECHO_T}$ac_cv_type_off_t" >&6
  744. if test $ac_cv_type_off_t = yes; then
  745.   :
  746. else
  747. cat >>confdefs.h <<_ACEOF
  748. #define off_t long
  749. _ACEOF
  750. fi
  751. echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  752. echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  753. if test "${ac_cv_type_signal+set}" = set; then
  754.   echo $ECHO_N "(cached) $ECHO_C" >&6
  755. else
  756.   cat >conftest.$ac_ext <<_ACEOF
  757. #line $LINENO "configure"
  758. /* confdefs.h.  */
  759. _ACEOF
  760. cat confdefs.h >>conftest.$ac_ext
  761. cat >>conftest.$ac_ext <<_ACEOF
  762. /* end confdefs.h.  */
  763. #include <sys/types.h>
  764. #include <signal.h>
  765. #ifdef signal
  766. # undef signal
  767. #endif
  768. #ifdef __cplusplus
  769. extern "C" void (*signal (int, void (*)(int)))(int);
  770. #else
  771. void (*signal ()) ();
  772. #endif
  773. int
  774. main ()
  775. {
  776. int i;
  777.   ;
  778.   return 0;
  779. }
  780. _ACEOF
  781. rm -f conftest.$ac_objext
  782. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  783.   (eval $ac_compile) 2>&5
  784.   ac_status=$?
  785.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  786.   (exit $ac_status); } &&
  787.          { ac_try='test -s conftest.$ac_objext'
  788.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  789.   (eval $ac_try) 2>&5
  790.   ac_status=$?
  791.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  792.   (exit $ac_status); }; }; then
  793.   ac_cv_type_signal=void
  794. else
  795.   echo "$as_me: failed program was:" >&5
  796. sed 's/^/| /' conftest.$ac_ext >&5
  797. ac_cv_type_signal=int
  798. fi
  799. rm -f conftest.$ac_objext conftest.$ac_ext
  800. fi
  801. echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  802. echo "${ECHO_T}$ac_cv_type_signal" >&6
  803. cat >>confdefs.h <<_ACEOF
  804. #define RETSIGTYPE $ac_cv_type_signal
  805. _ACEOF
  806. echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
  807. echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
  808. if test "${ac_cv_struct_tm+set}" = set; then
  809.   echo $ECHO_N "(cached) $ECHO_C" >&6
  810. else
  811.   cat >conftest.$ac_ext <<_ACEOF
  812. #line $LINENO "configure"
  813. /* confdefs.h.  */
  814. _ACEOF
  815. cat confdefs.h >>conftest.$ac_ext
  816. cat >>conftest.$ac_ext <<_ACEOF
  817. /* end confdefs.h.  */
  818. #include <sys/types.h>
  819. #include <time.h>
  820. int
  821. main ()
  822. {
  823. struct tm *tp; tp->tm_sec;
  824.   ;
  825.   return 0;
  826. }
  827. _ACEOF
  828. rm -f conftest.$ac_objext
  829. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  830.   (eval $ac_compile) 2>&5
  831.   ac_status=$?
  832.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  833.   (exit $ac_status); } &&
  834.          { ac_try='test -s conftest.$ac_objext'
  835.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  836.   (eval $ac_try) 2>&5
  837.   ac_status=$?
  838.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  839.   (exit $ac_status); }; }; then
  840.   ac_cv_struct_tm=time.h
  841. else
  842.   echo "$as_me: failed program was:" >&5
  843. sed 's/^/| /' conftest.$ac_ext >&5
  844. ac_cv_struct_tm=sys/time.h
  845. fi
  846. rm -f conftest.$ac_objext conftest.$ac_ext
  847. fi
  848. echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
  849. echo "${ECHO_T}$ac_cv_struct_tm" >&6
  850. if test $ac_cv_struct_tm = sys/time.h; then
  851. cat >>confdefs.h <<_ACEOF
  852. #define TM_IN_SYS_TIME 1
  853. _ACEOF
  854. fi
  855. echo "$as_me:$LINENO: checking for ptrdiff_t " >&5
  856. echo $ECHO_N "checking for ptrdiff_t ... $ECHO_C" >&6
  857. if test "${ac_cv_type_ptrdiff_t_+set}" = set; then
  858.   echo $ECHO_N "(cached) $ECHO_C" >&6
  859. else
  860.   cat >conftest.$ac_ext <<_ACEOF
  861. #line $LINENO "configure"
  862. /* confdefs.h.  */
  863. _ACEOF
  864. cat confdefs.h >>conftest.$ac_ext
  865. cat >>conftest.$ac_ext <<_ACEOF
  866. /* end confdefs.h.  */
  867. $ac_includes_default
  868. int
  869. main ()
  870. {
  871. if ((ptrdiff_t  *) 0)
  872.   return 0;
  873. if (sizeof (ptrdiff_t ))
  874.   return 0;
  875.   ;
  876.   return 0;
  877. }
  878. _ACEOF
  879. rm -f conftest.$ac_objext
  880. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  881.   (eval $ac_compile) 2>&5
  882.   ac_status=$?
  883.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  884.   (exit $ac_status); } &&
  885.          { ac_try='test -s conftest.$ac_objext'
  886.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  887.   (eval $ac_try) 2>&5
  888.   ac_status=$?
  889.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  890.   (exit $ac_status); }; }; then
  891.   ac_cv_type_ptrdiff_t_=yes
  892. else
  893.   echo "$as_me: failed program was:" >&5
  894. sed 's/^/| /' conftest.$ac_ext >&5
  895. ac_cv_type_ptrdiff_t_=no
  896. fi
  897. rm -f conftest.$ac_objext conftest.$ac_ext
  898. fi
  899. echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t_" >&5
  900. echo "${ECHO_T}$ac_cv_type_ptrdiff_t_" >&6
  901. if test $ac_cv_type_ptrdiff_t_ = yes; then
  902. cat >>confdefs.h <<_ACEOF
  903. #define HAVE_PTRDIFF_T_ 1
  904. _ACEOF
  905. fi
  906. # Checks for library functions.
  907. echo "$as_me:$LINENO: checking for working memcmp" >&5
  908. echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6
  909. if test "${ac_cv_func_memcmp_working+set}" = set; then
  910.   echo $ECHO_N "(cached) $ECHO_C" >&6
  911. else
  912.   if test "$cross_compiling" = yes; then
  913.   ac_cv_func_memcmp_working=no
  914. else
  915.   cat >conftest.$ac_ext <<_ACEOF
  916. #line $LINENO "configure"
  917. /* confdefs.h.  */
  918. _ACEOF
  919. cat confdefs.h >>conftest.$ac_ext
  920. cat >>conftest.$ac_ext <<_ACEOF
  921. /* end confdefs.h.  */
  922. int
  923. main ()
  924. {
  925.   /* Some versions of memcmp are not 8-bit clean.  */
  926.   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  927.   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
  928.     exit (1);
  929.   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
  930.      or more and with at least one buffer not starting on a 4-byte boundary.
  931.      William Lewis provided this test program.   */
  932.   {
  933.     char foo[21];
  934.     char bar[21];
  935.     int i;
  936.     for (i = 0; i < 4; i++)
  937.       {
  938.         char *a = foo + i;
  939.         char *b = bar + i;
  940.         strcpy (a, "--------01111111");
  941.         strcpy (b, "--------10000000");
  942.         if (memcmp (a, b, 16) >= 0)
  943.           exit (1);
  944.       }
  945.     exit (0);
  946.   }
  947.   ;
  948.   return 0;
  949. }
  950. _ACEOF
  951. rm -f conftest$ac_exeext
  952. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  953.   (eval $ac_link) 2>&5
  954.   ac_status=$?
  955.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  956.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  957.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  958.   (eval $ac_try) 2>&5
  959.   ac_status=$?
  960.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  961.   (exit $ac_status); }; }; then
  962.   ac_cv_func_memcmp_working=yes
  963. else
  964.   echo "$as_me: program exited with status $ac_status" >&5
  965. echo "$as_me: failed program was:" >&5
  966. sed 's/^/| /' conftest.$ac_ext >&5
  967. ( exit $ac_status )
  968. ac_cv_func_memcmp_working=no
  969. fi
  970. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  971. fi
  972. fi
  973. echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
  974. echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6
  975. test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext"
  976. echo "$as_me:$LINENO: checking for working strcoll" >&5
  977. echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6
  978. if test "${ac_cv_func_strcoll_works+set}" = set; then
  979.   echo $ECHO_N "(cached) $ECHO_C" >&6
  980. else
  981.   if test "$cross_compiling" = yes; then
  982.   ac_cv_func_strcoll_works=no
  983. else
  984.   cat >conftest.$ac_ext <<_ACEOF
  985. #line $LINENO "configure"
  986. /* confdefs.h.  */
  987. _ACEOF
  988. cat confdefs.h >>conftest.$ac_ext
  989. cat >>conftest.$ac_ext <<_ACEOF
  990. /* end confdefs.h.  */
  991. $ac_includes_default
  992. int
  993. main ()
  994. {
  995. exit (strcoll ("abc", "def") >= 0 ||
  996.  strcoll ("ABC", "DEF") >= 0 ||
  997.  strcoll ("123", "456") >= 0)
  998.   ;
  999.   return 0;
  1000. }
  1001. _ACEOF
  1002. rm -f conftest$ac_exeext
  1003. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1004.   (eval $ac_link) 2>&5
  1005.   ac_status=$?
  1006.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1007.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1008.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1009.   (eval $ac_try) 2>&5
  1010.   ac_status=$?
  1011.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1012.   (exit $ac_status); }; }; then
  1013.   ac_cv_func_strcoll_works=yes
  1014. else
  1015.   echo "$as_me: program exited with status $ac_status" >&5
  1016. echo "$as_me: failed program was:" >&5
  1017. sed 's/^/| /' conftest.$ac_ext >&5
  1018. ( exit $ac_status )
  1019. ac_cv_func_strcoll_works=no
  1020. fi
  1021. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1022. fi
  1023. fi
  1024. echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5
  1025. echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6
  1026. if test $ac_cv_func_strcoll_works = yes; then
  1027. cat >>confdefs.h <<_ACEOF
  1028. #define HAVE_STRCOLL 1
  1029. _ACEOF
  1030. fi
  1031. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1032. # for constant arguments.  Useless!
  1033. echo "$as_me:$LINENO: checking for working alloca.h" >&5
  1034. echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  1035. if test "${ac_cv_working_alloca_h+set}" = set; then
  1036.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1037. else
  1038.   cat >conftest.$ac_ext <<_ACEOF
  1039. #line $LINENO "configure"
  1040. /* confdefs.h.  */
  1041. _ACEOF
  1042. cat confdefs.h >>conftest.$ac_ext
  1043. cat >>conftest.$ac_ext <<_ACEOF
  1044. /* end confdefs.h.  */
  1045. #include <alloca.h>
  1046. int
  1047. main ()
  1048. {
  1049. char *p = (char *) alloca (2 * sizeof (int));
  1050.   ;
  1051.   return 0;
  1052. }
  1053. _ACEOF
  1054. rm -f conftest.$ac_objext conftest$ac_exeext
  1055. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1056.   (eval $ac_link) 2>&5
  1057.   ac_status=$?
  1058.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1059.   (exit $ac_status); } &&
  1060.          { ac_try='test -s conftest$ac_exeext'
  1061.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1062.   (eval $ac_try) 2>&5
  1063.   ac_status=$?
  1064.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1065.   (exit $ac_status); }; }; then
  1066.   ac_cv_working_alloca_h=yes
  1067. else
  1068.   echo "$as_me: failed program was:" >&5
  1069. sed 's/^/| /' conftest.$ac_ext >&5
  1070. ac_cv_working_alloca_h=no
  1071. fi
  1072. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  1073. fi
  1074. echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
  1075. echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  1076. if test $ac_cv_working_alloca_h = yes; then
  1077. cat >>confdefs.h <<_ACEOF
  1078. #define HAVE_ALLOCA_H 1
  1079. _ACEOF
  1080. fi
  1081. echo "$as_me:$LINENO: checking for alloca" >&5
  1082. echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  1083. if test "${ac_cv_func_alloca_works+set}" = set; then
  1084.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1085. else
  1086.   cat >conftest.$ac_ext <<_ACEOF
  1087. #line $LINENO "configure"
  1088. /* confdefs.h.  */
  1089. _ACEOF
  1090. cat confdefs.h >>conftest.$ac_ext
  1091. cat >>conftest.$ac_ext <<_ACEOF
  1092. /* end confdefs.h.  */
  1093. #ifdef __GNUC__
  1094. # define alloca __builtin_alloca
  1095. #else
  1096. # ifdef _MSC_VER
  1097. #  include <malloc.h>
  1098. #  define alloca _alloca
  1099. # else
  1100. #  if HAVE_ALLOCA_H
  1101. #   include <alloca.h>
  1102. #  else
  1103. #   ifdef _AIX
  1104.  #pragma alloca
  1105. #   else
  1106. #    ifndef alloca /* predefined by HP cc +Olibcalls */
  1107. char *alloca ();
  1108. #    endif
  1109. #   endif
  1110. #  endif
  1111. # endif
  1112. #endif
  1113. int
  1114. main ()
  1115. {
  1116. char *p = (char *) alloca (1);
  1117.   ;
  1118.   return 0;
  1119. }
  1120. _ACEOF
  1121. rm -f conftest.$ac_objext conftest$ac_exeext
  1122. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1123.   (eval $ac_link) 2>&5
  1124.   ac_status=$?
  1125.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1126.   (exit $ac_status); } &&
  1127.          { ac_try='test -s conftest$ac_exeext'
  1128.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1129.   (eval $ac_try) 2>&5
  1130.   ac_status=$?
  1131.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1132.   (exit $ac_status); }; }; then
  1133.   ac_cv_func_alloca_works=yes
  1134. else
  1135.   echo "$as_me: failed program was:" >&5
  1136. sed 's/^/| /' conftest.$ac_ext >&5
  1137. ac_cv_func_alloca_works=no
  1138. fi
  1139. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  1140. fi
  1141. echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
  1142. echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  1143. if test $ac_cv_func_alloca_works = yes; then
  1144. cat >>confdefs.h <<_ACEOF
  1145. #define HAVE_ALLOCA 1
  1146. _ACEOF
  1147. else
  1148.   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1149. # that cause trouble.  Some versions do not even contain alloca or
  1150. # contain a buggy version.  If you still want to use their alloca,
  1151. # use ar to extract alloca.o from them instead of compiling alloca.c.
  1152. ALLOCA=alloca.$ac_objext
  1153. cat >>confdefs.h <<_ACEOF
  1154. #define C_ALLOCA 1
  1155. _ACEOF
  1156. echo "$as_me:$LINENO: checking whether `alloca.c' needs Cray hooks" >&5
  1157. echo $ECHO_N "checking whether `alloca.c' needs Cray hooks... $ECHO_C" >&6
  1158. if test "${ac_cv_os_cray+set}" = set; then
  1159.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1160. else
  1161.   cat >conftest.$ac_ext <<_ACEOF
  1162. #line $LINENO "configure"
  1163. /* confdefs.h.  */
  1164. _ACEOF
  1165. cat confdefs.h >>conftest.$ac_ext
  1166. cat >>conftest.$ac_ext <<_ACEOF
  1167. /* end confdefs.h.  */
  1168. #if defined(CRAY) && ! defined(CRAY2)
  1169. webecray
  1170. #else
  1171. wenotbecray
  1172. #endif
  1173. _ACEOF
  1174. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1175.   $EGREP "webecray" >/dev/null 2>&1; then
  1176.   ac_cv_os_cray=yes
  1177. else
  1178.   ac_cv_os_cray=no
  1179. fi
  1180. rm -f conftest*
  1181. fi
  1182. echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
  1183. echo "${ECHO_T}$ac_cv_os_cray" >&6
  1184. if test $ac_cv_os_cray = yes; then
  1185.   for ac_func in _getb67 GETB67 getb67; do
  1186.     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1187. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1188. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1189. if eval "test "${$as_ac_var+set}" = set"; then
  1190.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1191. else
  1192.   cat >conftest.$ac_ext <<_ACEOF
  1193. #line $LINENO "configure"
  1194. /* confdefs.h.  */
  1195. _ACEOF
  1196. cat confdefs.h >>conftest.$ac_ext
  1197. cat >>conftest.$ac_ext <<_ACEOF
  1198. /* end confdefs.h.  */
  1199. /* System header to define __stub macros and hopefully few prototypes,
  1200.     which can conflict with char $ac_func (); below.
  1201.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1202.     <limits.h> exists even on freestanding compilers.  */
  1203. #ifdef __STDC__
  1204. # include <limits.h>
  1205. #else
  1206. # include <assert.h>
  1207. #endif
  1208. /* Override any gcc2 internal prototype to avoid an error.  */
  1209. #ifdef __cplusplus
  1210. extern "C"
  1211. {
  1212. #endif
  1213. /* We use char because int might match the return type of a gcc2
  1214.    builtin and then its argument prototype would still apply.  */
  1215. char $ac_func ();
  1216. /* The GNU C library defines this for functions which it implements
  1217.     to always fail with ENOSYS.  Some functions are actually named
  1218.     something starting with __ and the normal name is an alias.  */
  1219. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1220. choke me
  1221. #else
  1222. char (*f) () = $ac_func;
  1223. #endif
  1224. #ifdef __cplusplus
  1225. }
  1226. #endif
  1227. int
  1228. main ()
  1229. {
  1230. return f != $ac_func;
  1231.   ;
  1232.   return 0;
  1233. }
  1234. _ACEOF
  1235. rm -f conftest.$ac_objext conftest$ac_exeext
  1236. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1237.   (eval $ac_link) 2>&5
  1238.   ac_status=$?
  1239.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1240.   (exit $ac_status); } &&
  1241.          { ac_try='test -s conftest$ac_exeext'
  1242.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1243.   (eval $ac_try) 2>&5
  1244.   ac_status=$?
  1245.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1246.   (exit $ac_status); }; }; then
  1247.   eval "$as_ac_var=yes"
  1248. else
  1249.   echo "$as_me: failed program was:" >&5
  1250. sed 's/^/| /' conftest.$ac_ext >&5
  1251. eval "$as_ac_var=no"
  1252. fi
  1253. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  1254. fi
  1255. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1256. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1257. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1258. cat >>confdefs.h <<_ACEOF
  1259. #define CRAY_STACKSEG_END $ac_func
  1260. _ACEOF
  1261.     break
  1262. fi
  1263.   done
  1264. fi
  1265. echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
  1266. echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  1267. if test "${ac_cv_c_stack_direction+set}" = set; then
  1268.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1269. else
  1270.   if test "$cross_compiling" = yes; then
  1271.   ac_cv_c_stack_direction=0
  1272. else
  1273.   cat >conftest.$ac_ext <<_ACEOF
  1274. #line $LINENO "configure"
  1275. /* confdefs.h.  */
  1276. _ACEOF
  1277. cat confdefs.h >>conftest.$ac_ext
  1278. cat >>conftest.$ac_ext <<_ACEOF
  1279. /* end confdefs.h.  */
  1280. int
  1281. find_stack_direction ()
  1282. {
  1283.   static char *addr = 0;
  1284.   auto char dummy;
  1285.   if (addr == 0)
  1286.     {
  1287.       addr = &dummy;
  1288.       return find_stack_direction ();
  1289.     }
  1290.   else
  1291.     return (&dummy > addr) ? 1 : -1;
  1292. }
  1293. int
  1294. main ()
  1295. {
  1296.   exit (find_stack_direction () < 0);
  1297. }
  1298. _ACEOF
  1299. rm -f conftest$ac_exeext
  1300. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1301.   (eval $ac_link) 2>&5
  1302.   ac_status=$?
  1303.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1304.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1305.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1306.   (eval $ac_try) 2>&5
  1307.   ac_status=$?
  1308.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1309.   (exit $ac_status); }; }; then
  1310.   ac_cv_c_stack_direction=1
  1311. else
  1312.   echo "$as_me: program exited with status $ac_status" >&5
  1313. echo "$as_me: failed program was:" >&5
  1314. sed 's/^/| /' conftest.$ac_ext >&5
  1315. ( exit $ac_status )
  1316. ac_cv_c_stack_direction=-1
  1317. fi
  1318. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1319. fi
  1320. fi
  1321. echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
  1322. echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  1323. cat >>confdefs.h <<_ACEOF
  1324. #define STACK_DIRECTION $ac_cv_c_stack_direction
  1325. _ACEOF
  1326. fi
  1327. for ac_header in stdlib.h
  1328. do
  1329. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1330. if eval "test "${$as_ac_Header+set}" = set"; then
  1331.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1332. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1333. if eval "test "${$as_ac_Header+set}" = set"; then
  1334.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1335. fi
  1336. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1337. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1338. else
  1339.   # Is the header compilable?
  1340. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1341. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1342. cat >conftest.$ac_ext <<_ACEOF
  1343. #line $LINENO "configure"
  1344. /* confdefs.h.  */
  1345. _ACEOF
  1346. cat confdefs.h >>conftest.$ac_ext
  1347. cat >>conftest.$ac_ext <<_ACEOF
  1348. /* end confdefs.h.  */
  1349. $ac_includes_default
  1350. #include <$ac_header>
  1351. _ACEOF
  1352. rm -f conftest.$ac_objext
  1353. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1354.   (eval $ac_compile) 2>&5
  1355.   ac_status=$?
  1356.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1357.   (exit $ac_status); } &&
  1358.          { ac_try='test -s conftest.$ac_objext'
  1359.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1360.   (eval $ac_try) 2>&5
  1361.   ac_status=$?
  1362.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1363.   (exit $ac_status); }; }; then
  1364.   ac_header_compiler=yes
  1365. else
  1366.   echo "$as_me: failed program was:" >&5
  1367. sed 's/^/| /' conftest.$ac_ext >&5
  1368. ac_header_compiler=no
  1369. fi
  1370. rm -f conftest.$ac_objext conftest.$ac_ext
  1371. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1372. echo "${ECHO_T}$ac_header_compiler" >&6
  1373. # Is the header present?
  1374. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1375. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1376. cat >conftest.$ac_ext <<_ACEOF
  1377. #line $LINENO "configure"
  1378. /* confdefs.h.  */
  1379. _ACEOF
  1380. cat confdefs.h >>conftest.$ac_ext
  1381. cat >>conftest.$ac_ext <<_ACEOF
  1382. /* end confdefs.h.  */
  1383. #include <$ac_header>
  1384. _ACEOF
  1385. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1386.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1387.   ac_status=$?
  1388.   grep -v '^ *+' conftest.er1 >conftest.err
  1389.   rm -f conftest.er1
  1390.   cat conftest.err >&5
  1391.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1392.   (exit $ac_status); } >/dev/null; then
  1393.   if test -s conftest.err; then
  1394.     ac_cpp_err=$ac_c_preproc_warn_flag
  1395.   else
  1396.     ac_cpp_err=
  1397.   fi
  1398. else
  1399.   ac_cpp_err=yes
  1400. fi
  1401. if test -z "$ac_cpp_err"; then
  1402.   ac_header_preproc=yes
  1403. else
  1404.   echo "$as_me: failed program was:" >&5
  1405. sed 's/^/| /' conftest.$ac_ext >&5
  1406.   ac_header_preproc=no
  1407. fi
  1408. rm -f conftest.err conftest.$ac_ext
  1409. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1410. echo "${ECHO_T}$ac_header_preproc" >&6
  1411. # So?  What about this header?
  1412. case $ac_header_compiler:$ac_header_preproc in
  1413.   yes:no )
  1414.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1415. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1416.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1417. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1418.     (
  1419.       cat <<_ASBOX
  1420. ## ------------------------------------ ##
  1421. ## Report this to bug-autoconf@gnu.org. ##
  1422. ## ------------------------------------ ##
  1423. _ASBOX
  1424.     ) |
  1425.       sed "s/^/$as_me: WARNING:     /" >&2
  1426.     ;;
  1427.   no:yes )
  1428.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1429. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1430.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  1431. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  1432.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1433. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1434.     (
  1435.       cat <<_ASBOX
  1436. ## ------------------------------------ ##
  1437. ## Report this to bug-autoconf@gnu.org. ##
  1438. ## ------------------------------------ ##
  1439. _ASBOX
  1440.     ) |
  1441.       sed "s/^/$as_me: WARNING:     /" >&2
  1442.     ;;
  1443. esac
  1444. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1445. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1446. if eval "test "${$as_ac_Header+set}" = set"; then
  1447.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1448. else
  1449.   eval "$as_ac_Header=$ac_header_preproc"
  1450. fi
  1451. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1452. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1453. fi
  1454. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1455.   cat >>confdefs.h <<_ACEOF
  1456. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1457. _ACEOF
  1458. fi
  1459. done
  1460. echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
  1461. echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
  1462. if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
  1463.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1464. else
  1465.   if test "$cross_compiling" = yes; then
  1466.   ac_cv_func_malloc_0_nonnull=no
  1467. else
  1468.   cat >conftest.$ac_ext <<_ACEOF
  1469. #line $LINENO "configure"
  1470. /* confdefs.h.  */
  1471. _ACEOF
  1472. cat confdefs.h >>conftest.$ac_ext
  1473. cat >>conftest.$ac_ext <<_ACEOF
  1474. /* end confdefs.h.  */
  1475. #if STDC_HEADERS || HAVE_STDLIB_H
  1476. # include <stdlib.h>
  1477. #else
  1478. char *malloc ();
  1479. #endif
  1480. int
  1481. main ()
  1482. {
  1483. exit (malloc (0) ? 0 : 1);
  1484.   ;
  1485.   return 0;
  1486. }
  1487. _ACEOF
  1488. rm -f conftest$ac_exeext
  1489. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1490.   (eval $ac_link) 2>&5
  1491.   ac_status=$?
  1492.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1493.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1494.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1495.   (eval $ac_try) 2>&5
  1496.   ac_status=$?
  1497.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1498.   (exit $ac_status); }; }; then
  1499.   ac_cv_func_malloc_0_nonnull=yes
  1500. else
  1501.   echo "$as_me: program exited with status $ac_status" >&5
  1502. echo "$as_me: failed program was:" >&5
  1503. sed 's/^/| /' conftest.$ac_ext >&5
  1504. ( exit $ac_status )
  1505. ac_cv_func_malloc_0_nonnull=no
  1506. fi
  1507. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1508. fi
  1509. fi
  1510. echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
  1511. echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
  1512. if test $ac_cv_func_malloc_0_nonnull = yes; then
  1513. cat >>confdefs.h <<_ACEOF
  1514. #define HAVE_MALLOC 1
  1515. _ACEOF
  1516. else
  1517.   cat >>confdefs.h <<_ACEOF
  1518. #define HAVE_MALLOC 0
  1519. _ACEOF
  1520.    LIBOBJS="$LIBOBJS malloc.$ac_objext"
  1521. cat >>confdefs.h <<_ACEOF
  1522. #define malloc rpl_malloc
  1523. _ACEOF
  1524. fi
  1525. for ac_header in stdlib.h
  1526. do
  1527. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1528. if eval "test "${$as_ac_Header+set}" = set"; then
  1529.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1530. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1531. if eval "test "${$as_ac_Header+set}" = set"; then
  1532.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1533. fi
  1534. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1535. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1536. else
  1537.   # Is the header compilable?
  1538. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1539. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1540. cat >conftest.$ac_ext <<_ACEOF
  1541. #line $LINENO "configure"
  1542. /* confdefs.h.  */
  1543. _ACEOF
  1544. cat confdefs.h >>conftest.$ac_ext
  1545. cat >>conftest.$ac_ext <<_ACEOF
  1546. /* end confdefs.h.  */
  1547. $ac_includes_default
  1548. #include <$ac_header>
  1549. _ACEOF
  1550. rm -f conftest.$ac_objext
  1551. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1552.   (eval $ac_compile) 2>&5
  1553.   ac_status=$?
  1554.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1555.   (exit $ac_status); } &&
  1556.          { ac_try='test -s conftest.$ac_objext'
  1557.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1558.   (eval $ac_try) 2>&5
  1559.   ac_status=$?
  1560.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1561.   (exit $ac_status); }; }; then
  1562.   ac_header_compiler=yes
  1563. else
  1564.   echo "$as_me: failed program was:" >&5
  1565. sed 's/^/| /' conftest.$ac_ext >&5
  1566. ac_header_compiler=no
  1567. fi
  1568. rm -f conftest.$ac_objext conftest.$ac_ext
  1569. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1570. echo "${ECHO_T}$ac_header_compiler" >&6
  1571. # Is the header present?
  1572. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1573. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1574. cat >conftest.$ac_ext <<_ACEOF
  1575. #line $LINENO "configure"
  1576. /* confdefs.h.  */
  1577. _ACEOF
  1578. cat confdefs.h >>conftest.$ac_ext
  1579. cat >>conftest.$ac_ext <<_ACEOF
  1580. /* end confdefs.h.  */
  1581. #include <$ac_header>
  1582. _ACEOF
  1583. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1584.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1585.   ac_status=$?
  1586.   grep -v '^ *+' conftest.er1 >conftest.err
  1587.   rm -f conftest.er1
  1588.   cat conftest.err >&5
  1589.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1590.   (exit $ac_status); } >/dev/null; then
  1591.   if test -s conftest.err; then
  1592.     ac_cpp_err=$ac_c_preproc_warn_flag
  1593.   else
  1594.     ac_cpp_err=
  1595.   fi
  1596. else
  1597.   ac_cpp_err=yes
  1598. fi
  1599. if test -z "$ac_cpp_err"; then
  1600.   ac_header_preproc=yes
  1601. else
  1602.   echo "$as_me: failed program was:" >&5
  1603. sed 's/^/| /' conftest.$ac_ext >&5
  1604.   ac_header_preproc=no
  1605. fi
  1606. rm -f conftest.err conftest.$ac_ext
  1607. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1608. echo "${ECHO_T}$ac_header_preproc" >&6
  1609. # So?  What about this header?
  1610. case $ac_header_compiler:$ac_header_preproc in
  1611.   yes:no )
  1612.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1613. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1614.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1615. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1616.     (
  1617.       cat <<_ASBOX
  1618. ## ------------------------------------ ##
  1619. ## Report this to bug-autoconf@gnu.org. ##
  1620. ## ------------------------------------ ##
  1621. _ASBOX
  1622.     ) |
  1623.       sed "s/^/$as_me: WARNING:     /" >&2
  1624.     ;;
  1625.   no:yes )
  1626.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1627. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1628.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  1629. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  1630.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1631. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1632.     (
  1633.       cat <<_ASBOX
  1634. ## ------------------------------------ ##
  1635. ## Report this to bug-autoconf@gnu.org. ##
  1636. ## ------------------------------------ ##
  1637. _ASBOX
  1638.     ) |
  1639.       sed "s/^/$as_me: WARNING:     /" >&2
  1640.     ;;
  1641. esac
  1642. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1643. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1644. if eval "test "${$as_ac_Header+set}" = set"; then
  1645.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1646. else
  1647.   eval "$as_ac_Header=$ac_header_preproc"
  1648. fi
  1649. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1650. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1651. fi
  1652. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1653.   cat >>confdefs.h <<_ACEOF
  1654. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1655. _ACEOF
  1656. fi
  1657. done
  1658. echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
  1659. echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6
  1660. if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
  1661.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1662. else
  1663.   if test "$cross_compiling" = yes; then
  1664.   ac_cv_func_realloc_0_nonnull=no
  1665. else
  1666.   cat >conftest.$ac_ext <<_ACEOF
  1667. #line $LINENO "configure"
  1668. /* confdefs.h.  */
  1669. _ACEOF
  1670. cat confdefs.h >>conftest.$ac_ext
  1671. cat >>conftest.$ac_ext <<_ACEOF
  1672. /* end confdefs.h.  */
  1673. #if STDC_HEADERS || HAVE_STDLIB_H
  1674. # include <stdlib.h>
  1675. #else
  1676. char *realloc ();
  1677. #endif
  1678. int
  1679. main ()
  1680. {
  1681. exit (realloc (0, 0) ? 0 : 1);
  1682.   ;
  1683.   return 0;
  1684. }
  1685. _ACEOF
  1686. rm -f conftest$ac_exeext
  1687. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1688.   (eval $ac_link) 2>&5
  1689.   ac_status=$?
  1690.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1691.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1692.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1693.   (eval $ac_try) 2>&5
  1694.   ac_status=$?
  1695.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1696.   (exit $ac_status); }; }; then
  1697.   ac_cv_func_realloc_0_nonnull=yes
  1698. else
  1699.   echo "$as_me: program exited with status $ac_status" >&5
  1700. echo "$as_me: failed program was:" >&5
  1701. sed 's/^/| /' conftest.$ac_ext >&5
  1702. ( exit $ac_status )
  1703. ac_cv_func_realloc_0_nonnull=no
  1704. fi
  1705. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1706. fi
  1707. fi
  1708. echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
  1709. echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6
  1710. if test $ac_cv_func_realloc_0_nonnull = yes; then
  1711. cat >>confdefs.h <<_ACEOF
  1712. #define HAVE_REALLOC 1
  1713. _ACEOF
  1714. else
  1715.   cat >>confdefs.h <<_ACEOF
  1716. #define HAVE_REALLOC 0
  1717. _ACEOF
  1718.    LIBOBJS="$LIBOBJS realloc.$ac_objext"
  1719. cat >>confdefs.h <<_ACEOF
  1720. #define realloc rpl_realloc
  1721. _ACEOF
  1722. fi
  1723. for ac_header in sys/select.h sys/socket.h
  1724. do
  1725. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1726. if eval "test "${$as_ac_Header+set}" = set"; then
  1727.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1728. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1729. if eval "test "${$as_ac_Header+set}" = set"; then
  1730.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1731. fi
  1732. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1733. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1734. else
  1735.   # Is the header compilable?
  1736. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1737. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1738. cat >conftest.$ac_ext <<_ACEOF
  1739. #line $LINENO "configure"
  1740. /* confdefs.h.  */
  1741. _ACEOF
  1742. cat confdefs.h >>conftest.$ac_ext
  1743. cat >>conftest.$ac_ext <<_ACEOF
  1744. /* end confdefs.h.  */
  1745. $ac_includes_default
  1746. #include <$ac_header>
  1747. _ACEOF
  1748. rm -f conftest.$ac_objext
  1749. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1750.   (eval $ac_compile) 2>&5
  1751.   ac_status=$?
  1752.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1753.   (exit $ac_status); } &&
  1754.          { ac_try='test -s conftest.$ac_objext'
  1755.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1756.   (eval $ac_try) 2>&5
  1757.   ac_status=$?
  1758.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1759.   (exit $ac_status); }; }; then
  1760.   ac_header_compiler=yes
  1761. else
  1762.   echo "$as_me: failed program was:" >&5
  1763. sed 's/^/| /' conftest.$ac_ext >&5
  1764. ac_header_compiler=no
  1765. fi
  1766. rm -f conftest.$ac_objext conftest.$ac_ext
  1767. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1768. echo "${ECHO_T}$ac_header_compiler" >&6
  1769. # Is the header present?
  1770. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1771. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1772. cat >conftest.$ac_ext <<_ACEOF
  1773. #line $LINENO "configure"
  1774. /* confdefs.h.  */
  1775. _ACEOF
  1776. cat confdefs.h >>conftest.$ac_ext
  1777. cat >>conftest.$ac_ext <<_ACEOF
  1778. /* end confdefs.h.  */
  1779. #include <$ac_header>
  1780. _ACEOF
  1781. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1782.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1783.   ac_status=$?
  1784.   grep -v '^ *+' conftest.er1 >conftest.err
  1785.   rm -f conftest.er1
  1786.   cat conftest.err >&5
  1787.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1788.   (exit $ac_status); } >/dev/null; then
  1789.   if test -s conftest.err; then
  1790.     ac_cpp_err=$ac_c_preproc_warn_flag
  1791.   else
  1792.     ac_cpp_err=
  1793.   fi
  1794. else
  1795.   ac_cpp_err=yes
  1796. fi
  1797. if test -z "$ac_cpp_err"; then
  1798.   ac_header_preproc=yes
  1799. else
  1800.   echo "$as_me: failed program was:" >&5
  1801. sed 's/^/| /' conftest.$ac_ext >&5
  1802.   ac_header_preproc=no
  1803. fi
  1804. rm -f conftest.err conftest.$ac_ext
  1805. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1806. echo "${ECHO_T}$ac_header_preproc" >&6
  1807. # So?  What about this header?
  1808. case $ac_header_compiler:$ac_header_preproc in
  1809.   yes:no )
  1810.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1811. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1812.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1813. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1814.     (
  1815.       cat <<_ASBOX
  1816. ## ------------------------------------ ##
  1817. ## Report this to bug-autoconf@gnu.org. ##
  1818. ## ------------------------------------ ##
  1819. _ASBOX
  1820.     ) |
  1821.       sed "s/^/$as_me: WARNING:     /" >&2
  1822.     ;;
  1823.   no:yes )
  1824.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1825. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1826.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  1827. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  1828.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1829. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1830.     (
  1831.       cat <<_ASBOX
  1832. ## ------------------------------------ ##
  1833. ## Report this to bug-autoconf@gnu.org. ##
  1834. ## ------------------------------------ ##
  1835. _ASBOX
  1836.     ) |
  1837.       sed "s/^/$as_me: WARNING:     /" >&2
  1838.     ;;
  1839. esac
  1840. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1841. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1842. if eval "test "${$as_ac_Header+set}" = set"; then
  1843.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1844. else
  1845.   eval "$as_ac_Header=$ac_header_preproc"
  1846. fi
  1847. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1848. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1849. fi
  1850. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1851.   cat >>confdefs.h <<_ACEOF
  1852. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1853. _ACEOF
  1854. fi
  1855. done
  1856. echo "$as_me:$LINENO: checking types of arguments for select" >&5
  1857. echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6
  1858. if test "${ac_cv_func_select_args+set}" = set; then
  1859.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1860. else
  1861.   for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
  1862.  for ac_arg1 in 'int' 'size_t' 'unsigned long' 'unsigned'; do
  1863.   for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
  1864.    cat >conftest.$ac_ext <<_ACEOF
  1865. #line $LINENO "configure"
  1866. /* confdefs.h.  */
  1867. _ACEOF
  1868. cat confdefs.h >>conftest.$ac_ext
  1869. cat >>conftest.$ac_ext <<_ACEOF
  1870. /* end confdefs.h.  */
  1871. $ac_includes_default
  1872. #if HAVE_SYS_SELECT_H
  1873. # include <sys/select.h>
  1874. #endif
  1875. #if HAVE_SYS_SOCKET_H
  1876. # include <sys/socket.h>
  1877. #endif
  1878. int
  1879. main ()
  1880. {
  1881. extern int select ($ac_arg1,
  1882.                                             $ac_arg234, $ac_arg234, $ac_arg234,
  1883.                                             $ac_arg5);
  1884.   ;
  1885.   return 0;
  1886. }
  1887. _ACEOF
  1888. rm -f conftest.$ac_objext
  1889. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1890.   (eval $ac_compile) 2>&5
  1891.   ac_status=$?
  1892.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1893.   (exit $ac_status); } &&
  1894.          { ac_try='test -s conftest.$ac_objext'
  1895.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1896.   (eval $ac_try) 2>&5
  1897.   ac_status=$?
  1898.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1899.   (exit $ac_status); }; }; then
  1900.   ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
  1901. else
  1902.   echo "$as_me: failed program was:" >&5
  1903. sed 's/^/| /' conftest.$ac_ext >&5
  1904. fi
  1905. rm -f conftest.$ac_objext conftest.$ac_ext
  1906.   done
  1907.  done
  1908. done
  1909. # Provide a safe default value.
  1910. : ${ac_cv_func_select_args='int,int *,struct timeval *'}
  1911. fi
  1912. echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
  1913. echo "${ECHO_T}$ac_cv_func_select_args" >&6
  1914. ac_save_IFS=$IFS; IFS=','
  1915. set dummy `echo "$ac_cv_func_select_args" | sed 's/*/*/g'`
  1916. IFS=$ac_save_IFS
  1917. shift
  1918. cat >>confdefs.h <<_ACEOF
  1919. #define SELECT_TYPE_ARG1 $1
  1920. _ACEOF
  1921. cat >>confdefs.h <<_ACEOF
  1922. #define SELECT_TYPE_ARG234 ($2)
  1923. _ACEOF
  1924. cat >>confdefs.h <<_ACEOF
  1925. #define SELECT_TYPE_ARG5 ($3)
  1926. _ACEOF
  1927. rm -f conftest*
  1928. for ac_func in strftime
  1929. do
  1930. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1931. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1932. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1933. if eval "test "${$as_ac_var+set}" = set"; then
  1934.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1935. else
  1936.   cat >conftest.$ac_ext <<_ACEOF
  1937. #line $LINENO "configure"
  1938. /* confdefs.h.  */
  1939. _ACEOF
  1940. cat confdefs.h >>conftest.$ac_ext
  1941. cat >>conftest.$ac_ext <<_ACEOF
  1942. /* end confdefs.h.  */
  1943. /* System header to define __stub macros and hopefully few prototypes,
  1944.     which can conflict with char $ac_func (); below.
  1945.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1946.     <limits.h> exists even on freestanding compilers.  */
  1947. #ifdef __STDC__
  1948. # include <limits.h>
  1949. #else
  1950. # include <assert.h>
  1951. #endif
  1952. /* Override any gcc2 internal prototype to avoid an error.  */
  1953. #ifdef __cplusplus
  1954. extern "C"
  1955. {
  1956. #endif
  1957. /* We use char because int might match the return type of a gcc2
  1958.    builtin and then its argument prototype would still apply.  */
  1959. char $ac_func ();
  1960. /* The GNU C library defines this for functions which it implements
  1961.     to always fail with ENOSYS.  Some functions are actually named
  1962.     something starting with __ and the normal name is an alias.  */
  1963. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1964. choke me
  1965. #else
  1966. char (*f) () = $ac_func;
  1967. #endif
  1968. #ifdef __cplusplus
  1969. }
  1970. #endif
  1971. int
  1972. main ()
  1973. {
  1974. return f != $ac_func;
  1975.   ;
  1976.   return 0;
  1977. }
  1978. _ACEOF
  1979. rm -f conftest.$ac_objext conftest$ac_exeext
  1980. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1981.   (eval $ac_link) 2>&5
  1982.   ac_status=$?
  1983.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1984.   (exit $ac_status); } &&
  1985.          { ac_try='test -s conftest$ac_exeext'
  1986.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1987.   (eval $ac_try) 2>&5
  1988.   ac_status=$?
  1989.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1990.   (exit $ac_status); }; }; then
  1991.   eval "$as_ac_var=yes"
  1992. else
  1993.   echo "$as_me: failed program was:" >&5
  1994. sed 's/^/| /' conftest.$ac_ext >&5
  1995. eval "$as_ac_var=no"
  1996. fi
  1997. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  1998. fi
  1999. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  2000. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  2001. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2002.   cat >>confdefs.h <<_ACEOF
  2003. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2004. _ACEOF
  2005. else
  2006.   # strftime is in -lintl on SCO UNIX.
  2007. echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
  2008. echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
  2009. if test "${ac_cv_lib_intl_strftime+set}" = set; then
  2010.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2011. else
  2012.   ac_check_lib_save_LIBS=$LIBS
  2013. LIBS="-lintl  $LIBS"
  2014. cat >conftest.$ac_ext <<_ACEOF
  2015. #line $LINENO "configure"
  2016. /* confdefs.h.  */
  2017. _ACEOF
  2018. cat confdefs.h >>conftest.$ac_ext
  2019. cat >>conftest.$ac_ext <<_ACEOF
  2020. /* end confdefs.h.  */
  2021. /* Override any gcc2 internal prototype to avoid an error.  */
  2022. #ifdef __cplusplus
  2023. extern "C"
  2024. #endif
  2025. /* We use char because int might match the return type of a gcc2
  2026.    builtin and then its argument prototype would still apply.  */
  2027. char strftime ();
  2028. int
  2029. main ()
  2030. {
  2031. strftime ();
  2032.   ;
  2033.   return 0;
  2034. }
  2035. _ACEOF
  2036. rm -f conftest.$ac_objext conftest$ac_exeext
  2037. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2038.   (eval $ac_link) 2>&5
  2039.   ac_status=$?
  2040.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2041.   (exit $ac_status); } &&
  2042.          { ac_try='test -s conftest$ac_exeext'
  2043.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2044.   (eval $ac_try) 2>&5
  2045.   ac_status=$?
  2046.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2047.   (exit $ac_status); }; }; then
  2048.   ac_cv_lib_intl_strftime=yes
  2049. else
  2050.   echo "$as_me: failed program was:" >&5
  2051. sed 's/^/| /' conftest.$ac_ext >&5
  2052. ac_cv_lib_intl_strftime=no
  2053. fi
  2054. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2055. LIBS=$ac_check_lib_save_LIBS
  2056. fi
  2057. echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
  2058. echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
  2059. if test $ac_cv_lib_intl_strftime = yes; then
  2060.   cat >>confdefs.h <<_ACEOF
  2061. #define HAVE_STRFTIME 1
  2062. _ACEOF
  2063. LIBS="-lintl $LIBS"
  2064. fi
  2065. fi
  2066. done
  2067. echo "$as_me:$LINENO: checking for working strnlen" >&5
  2068. echo $ECHO_N "checking for working strnlen... $ECHO_C" >&6
  2069. if test "${ac_cv_func_strnlen_working+set}" = set; then
  2070.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2071. else
  2072.   if test "$cross_compiling" = yes; then
  2073.   ac_cv_func_strnlen_working=no
  2074. else
  2075.   cat >conftest.$ac_ext <<_ACEOF
  2076. #line $LINENO "configure"
  2077. /* confdefs.h.  */
  2078. _ACEOF
  2079. cat confdefs.h >>conftest.$ac_ext
  2080. cat >>conftest.$ac_ext <<_ACEOF
  2081. /* end confdefs.h.  */
  2082. int
  2083. main ()
  2084. {
  2085. #define S "foobar"
  2086. #define S_LEN (sizeof S - 1)
  2087.   /* At least one implementation is buggy: that of AIX 4.3 would
  2088.      give strnlen (S, 1) == 3.  */
  2089.   int i;
  2090.   for (i = 0; i < S_LEN + 1; ++i)
  2091.     {
  2092.       int expected = i <= S_LEN ? i : S_LEN;
  2093.       if (strnlen (S, i) != expected)
  2094. exit (1);
  2095.     }
  2096.   exit (0);
  2097.   ;
  2098.   return 0;
  2099. }
  2100. _ACEOF
  2101. rm -f conftest$ac_exeext
  2102. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2103.   (eval $ac_link) 2>&5
  2104.   ac_status=$?
  2105.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2106.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2107.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2108.   (eval $ac_try) 2>&5
  2109.   ac_status=$?
  2110.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2111.   (exit $ac_status); }; }; then
  2112.   ac_cv_func_strnlen_working=yes
  2113. else
  2114.   echo "$as_me: program exited with status $ac_status" >&5
  2115. echo "$as_me: failed program was:" >&5
  2116. sed 's/^/| /' conftest.$ac_ext >&5
  2117. ( exit $ac_status )
  2118. ac_cv_func_strnlen_working=no
  2119. fi
  2120. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2121. fi
  2122. fi
  2123. echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5
  2124. echo "${ECHO_T}$ac_cv_func_strnlen_working" >&6
  2125. test $ac_cv_func_strnlen_working = no && LIBOBJS="$LIBOBJS strnlen.$ac_objext"
  2126. for ac_func in vprintf
  2127. do
  2128. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  2129. echo "$as_me:$LINENO: checking for $ac_func" >&5
  2130. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  2131. if eval "test "${$as_ac_var+set}" = set"; then
  2132.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2133. else
  2134.   cat >conftest.$ac_ext <<_ACEOF
  2135. #line $LINENO "configure"
  2136. /* confdefs.h.  */
  2137. _ACEOF
  2138. cat confdefs.h >>conftest.$ac_ext
  2139. cat >>conftest.$ac_ext <<_ACEOF
  2140. /* end confdefs.h.  */
  2141. /* System header to define __stub macros and hopefully few prototypes,
  2142.     which can conflict with char $ac_func (); below.
  2143.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2144.     <limits.h> exists even on freestanding compilers.  */
  2145. #ifdef __STDC__
  2146. # include <limits.h>
  2147. #else
  2148. # include <assert.h>
  2149. #endif
  2150. /* Override any gcc2 internal prototype to avoid an error.  */
  2151. #ifdef __cplusplus
  2152. extern "C"
  2153. {
  2154. #endif
  2155. /* We use char because int might match the return type of a gcc2
  2156.    builtin and then its argument prototype would still apply.  */
  2157. char $ac_func ();
  2158. /* The GNU C library defines this for functions which it implements
  2159.     to always fail with ENOSYS.  Some functions are actually named
  2160.     something starting with __ and the normal name is an alias.  */
  2161. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2162. choke me
  2163. #else
  2164. char (*f) () = $ac_func;
  2165. #endif
  2166. #ifdef __cplusplus
  2167. }
  2168. #endif
  2169. int
  2170. main ()
  2171. {
  2172. return f != $ac_func;
  2173.   ;
  2174.   return 0;
  2175. }
  2176. _ACEOF
  2177. rm -f conftest.$ac_objext conftest$ac_exeext
  2178. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2179.   (eval $ac_link) 2>&5
  2180.   ac_status=$?
  2181.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2182.   (exit $ac_status); } &&
  2183.          { ac_try='test -s conftest$ac_exeext'
  2184.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2185.   (eval $ac_try) 2>&5
  2186.   ac_status=$?
  2187.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2188.   (exit $ac_status); }; }; then
  2189.   eval "$as_ac_var=yes"
  2190. else
  2191.   echo "$as_me: failed program was:" >&5
  2192. sed 's/^/| /' conftest.$ac_ext >&5
  2193. eval "$as_ac_var=no"
  2194. fi
  2195. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2196. fi
  2197. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  2198. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  2199. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2200.   cat >>confdefs.h <<_ACEOF
  2201. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2202. _ACEOF
  2203. echo "$as_me:$LINENO: checking for _doprnt" >&5
  2204. echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
  2205. if test "${ac_cv_func__doprnt+set}" = set; then
  2206.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2207. else
  2208.   cat >conftest.$ac_ext <<_ACEOF
  2209. #line $LINENO "configure"
  2210. /* confdefs.h.  */
  2211. _ACEOF
  2212. cat confdefs.h >>conftest.$ac_ext
  2213. cat >>conftest.$ac_ext <<_ACEOF
  2214. /* end confdefs.h.  */
  2215. /* System header to define __stub macros and hopefully few prototypes,
  2216.     which can conflict with char _doprnt (); below.
  2217.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2218.     <limits.h> exists even on freestanding compilers.  */
  2219. #ifdef __STDC__
  2220. # include <limits.h>
  2221. #else
  2222. # include <assert.h>
  2223. #endif
  2224. /* Override any gcc2 internal prototype to avoid an error.  */
  2225. #ifdef __cplusplus
  2226. extern "C"
  2227. {
  2228. #endif
  2229. /* We use char because int might match the return type of a gcc2
  2230.    builtin and then its argument prototype would still apply.  */
  2231. char _doprnt ();
  2232. /* The GNU C library defines this for functions which it implements
  2233.     to always fail with ENOSYS.  Some functions are actually named
  2234.     something starting with __ and the normal name is an alias.  */
  2235. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2236. choke me
  2237. #else
  2238. char (*f) () = _doprnt;
  2239. #endif
  2240. #ifdef __cplusplus
  2241. }
  2242. #endif
  2243. int
  2244. main ()
  2245. {
  2246. return f != _doprnt;
  2247.   ;
  2248.   return 0;
  2249. }
  2250. _ACEOF
  2251. rm -f conftest.$ac_objext conftest$ac_exeext
  2252. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2253.   (eval $ac_link) 2>&5
  2254.   ac_status=$?
  2255.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2256.   (exit $ac_status); } &&
  2257.          { ac_try='test -s conftest$ac_exeext'
  2258.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2259.   (eval $ac_try) 2>&5
  2260.   ac_status=$?
  2261.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2262.   (exit $ac_status); }; }; then
  2263.   ac_cv_func__doprnt=yes
  2264. else
  2265.   echo "$as_me: failed program was:" >&5
  2266. sed 's/^/| /' conftest.$ac_ext >&5
  2267. ac_cv_func__doprnt=no
  2268. fi
  2269. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2270. fi
  2271. echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
  2272. echo "${ECHO_T}$ac_cv_func__doprnt" >&6
  2273. if test $ac_cv_func__doprnt = yes; then
  2274. cat >>confdefs.h <<_ACEOF
  2275. #define HAVE_DOPRNT 1
  2276. _ACEOF
  2277. fi
  2278. fi
  2279. done
  2280. for ac_func in 
  2281.    ftime strcspn strtoul atexit bzero floor gethostbyname     
  2282.    gettimeofday localtime_r memset rint select socket         
  2283.    sqrt stpcpy strchr strpbrk strrchr strstr strtol strtoul   
  2284. do
  2285. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  2286. echo "$as_me:$LINENO: checking for $ac_func" >&5
  2287. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  2288. if eval "test "${$as_ac_var+set}" = set"; then
  2289.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2290. else
  2291.   cat >conftest.$ac_ext <<_ACEOF
  2292. #line $LINENO "configure"
  2293. /* confdefs.h.  */
  2294. _ACEOF
  2295. cat confdefs.h >>conftest.$ac_ext
  2296. cat >>conftest.$ac_ext <<_ACEOF
  2297. /* end confdefs.h.  */
  2298. /* System header to define __stub macros and hopefully few prototypes,
  2299.     which can conflict with char $ac_func (); below.
  2300.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2301.     <limits.h> exists even on freestanding compilers.  */
  2302. #ifdef __STDC__
  2303. # include <limits.h>
  2304. #else
  2305. # include <assert.h>
  2306. #endif
  2307. /* Override any gcc2 internal prototype to avoid an error.  */
  2308. #ifdef __cplusplus
  2309. extern "C"
  2310. {
  2311. #endif
  2312. /* We use char because int might match the return type of a gcc2
  2313.    builtin and then its argument prototype would still apply.  */
  2314. char $ac_func ();
  2315. /* The GNU C library defines this for functions which it implements
  2316.     to always fail with ENOSYS.  Some functions are actually named
  2317.     something starting with __ and the normal name is an alias.  */
  2318. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2319. choke me
  2320. #else
  2321. char (*f) () = $ac_func;
  2322. #endif
  2323. #ifdef __cplusplus
  2324. }
  2325. #endif
  2326. int
  2327. main ()
  2328. {
  2329. return f != $ac_func;
  2330.   ;
  2331.   return 0;
  2332. }
  2333. _ACEOF
  2334. rm -f conftest.$ac_objext conftest$ac_exeext
  2335. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2336.   (eval $ac_link) 2>&5
  2337.   ac_status=$?
  2338.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2339.   (exit $ac_status); } &&
  2340.          { ac_try='test -s conftest$ac_exeext'
  2341.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2342.   (eval $ac_try) 2>&5
  2343.   ac_status=$?
  2344.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2345.   (exit $ac_status); }; }; then
  2346.   eval "$as_ac_var=yes"
  2347. else
  2348.   echo "$as_me: failed program was:" >&5
  2349. sed 's/^/| /' conftest.$ac_ext >&5
  2350. eval "$as_ac_var=no"
  2351. fi
  2352. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2353. fi
  2354. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  2355. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  2356. if test `eval echo '${'$as_ac_var'}'` = yes; then
  2357.   cat >>confdefs.h <<_ACEOF
  2358. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  2359. _ACEOF
  2360. fi
  2361. done
  2362.                                                                       ac_config_files="$ac_config_files ./Makefile doc/Makefile src/Makefile src/wowpython/Makefile src/shared/Makefile src/realmlist/Makefile src/game/Makefile"
  2363. cat >confcache <<_ACEOF
  2364. # This file is a shell script that caches the results of configure
  2365. # tests run on this system so they can be shared between configure
  2366. # scripts and configure runs, see configure's option --config-cache.
  2367. # It is not useful on other systems.  If it contains results you don't
  2368. # want to keep, you may remove or edit it.
  2369. #
  2370. # config.status only pays attention to the cache file if you give it
  2371. # the --recheck option to rerun configure.
  2372. #
  2373. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  2374. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2375. # following values.
  2376. _ACEOF
  2377. # The following way of writing the cache mishandles newlines in values,
  2378. # but we know of no workaround that is simple, portable, and efficient.
  2379. # So, don't put newlines in cache variables' values.
  2380. # Ultrix sh set writes to stderr and can't be redirected directly,
  2381. # and sets the high bit in the cache file unless we assign to the vars.
  2382. {
  2383.   (set) 2>&1 |
  2384.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2385.     *ac_space= *)
  2386.       # `set' does not quote correctly, so add quotes (double-quote
  2387.       # substitution turns \\ into \, and sed turns \ into ).
  2388.       sed -n 
  2389.         "s/'/'\\''/g;
  2390.        s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2391.       ;;
  2392.     *)
  2393.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2394.       sed -n 
  2395.         "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  2396.       ;;
  2397.     esac;
  2398. } |
  2399.   sed '
  2400.      t clear
  2401.      : clear
  2402.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2403.      t end
  2404.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  2405.      : end' >>confcache
  2406. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  2407.   if test -w $cache_file; then
  2408.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  2409.     cat confcache >$cache_file
  2410.   else
  2411.     echo "not updating unwritable cache $cache_file"
  2412.   fi
  2413. fi
  2414. rm -f confcache
  2415. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2416. # Let make expand exec_prefix.
  2417. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2418. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2419. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2420. # trailing colons and then remove the whole line if VPATH becomes empty
  2421. # (actually we leave an empty line to preserve line numbers).
  2422. if test "x$srcdir" = x.; then
  2423.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2424. s/:*$(srcdir):*/:/;
  2425. s/:*${srcdir}:*/:/;
  2426. s/:*@srcdir@:*/:/;
  2427. s/^([^=]*=[  ]*):*/1/;
  2428. s/:*$//;
  2429. s/^[^=]*=[  ]*$//;
  2430. }'
  2431. fi
  2432. DEFS=-DHAVE_CONFIG_H
  2433. ac_libobjs=
  2434. ac_ltlibobjs=
  2435. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  2436.   # 1. Remove the extension, and $U if already installed.
  2437.   ac_i=`echo "$ac_i" |
  2438.          sed 's/$U././;s/.o$//;s/.obj$//'`
  2439.   # 2. Add them.
  2440.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  2441.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  2442. done
  2443. LIBOBJS=$ac_libobjs
  2444. LTLIBOBJS=$ac_ltlibobjs
  2445. if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
  2446.   { { echo "$as_me:$LINENO: error: conditional "MAINTAINER_MODE" was never defined.
  2447. Usually this means the macro was only invoked conditionally." >&5
  2448. echo "$as_me: error: conditional "MAINTAINER_MODE" was never defined.
  2449. Usually this means the macro was only invoked conditionally." >&2;}
  2450.    { (exit 1); exit 1; }; }
  2451. fi
  2452. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  2453.   { { echo "$as_me:$LINENO: error: conditional "AMDEP" was never defined.
  2454. Usually this means the macro was only invoked conditionally." >&5
  2455. echo "$as_me: error: conditional "AMDEP" was never defined.
  2456. Usually this means the macro was only invoked conditionally." >&2;}
  2457.    { (exit 1); exit 1; }; }
  2458. fi
  2459. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  2460.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCC" was never defined.
  2461. Usually this means the macro was only invoked conditionally." >&5
  2462. echo "$as_me: error: conditional "am__fastdepCC" was never defined.
  2463. Usually this means the macro was only invoked conditionally." >&2;}
  2464.    { (exit 1); exit 1; }; }
  2465. fi
  2466. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  2467.   { { echo "$as_me:$LINENO: error: conditional "am__fastdepCXX" was never defined.
  2468. Usually this means the macro was only invoked conditionally." >&5
  2469. echo "$as_me: error: conditional "am__fastdepCXX" was never defined.
  2470. Usually this means the macro was only invoked conditionally." >&2;}
  2471.    { (exit 1); exit 1; }; }
  2472. fi
  2473. : ${CONFIG_STATUS=./config.status}
  2474. ac_clean_files_save=$ac_clean_files
  2475. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2476. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2477. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2478. cat >$CONFIG_STATUS <<_ACEOF
  2479. #! $SHELL
  2480. # Generated by $as_me.
  2481. # Run this file to recreate the current configuration.
  2482. # Compiler output produced by configure, useful for debugging
  2483. # configure, is in config.log if it exists.
  2484. debug=false
  2485. ac_cs_recheck=false
  2486. ac_cs_silent=false
  2487. SHELL=${CONFIG_SHELL-$SHELL}
  2488. _ACEOF
  2489. cat >>$CONFIG_STATUS <<_ACEOF
  2490. ## --------------------- ##
  2491. ## M4sh Initialization.  ##
  2492. ## --------------------- ##
  2493. # Be Bourne compatible
  2494. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2495.   emulate sh
  2496.   NULLCMD=:
  2497.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2498.   # is contrary to our usage.  Disable this feature.
  2499.   alias -g '${1+"$@"}'='"$@"'
  2500. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2501.   set -o posix
  2502. fi
  2503. # Support unset when possible.
  2504. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  2505.   as_unset=unset
  2506. else
  2507.   as_unset=false
  2508. fi
  2509. # Work around bugs in pre-3.0 UWIN ksh.
  2510. $as_unset ENV MAIL MAILPATH
  2511. PS1='$ '
  2512. PS2='> '
  2513. PS4='+ '
  2514. # NLS nuisances.
  2515. for as_var in 
  2516.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2517.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2518.   LC_TELEPHONE LC_TIME
  2519. do
  2520.   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2521.     eval $as_var=C; export $as_var
  2522.   else
  2523.     $as_unset $as_var
  2524.   fi
  2525. done
  2526. # Required to use basename.
  2527. if expr a : '(a)' >/dev/null 2>&1; then
  2528.   as_expr=expr
  2529. else
  2530.   as_expr=false
  2531. fi
  2532. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2533.   as_basename=basename
  2534. else
  2535.   as_basename=false
  2536. fi
  2537. # Name of the executable.
  2538. as_me=`$as_basename "$0" ||
  2539. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2540.  X"$0" : 'X(//)$' | 
  2541.  X"$0" : 'X(/)$' | 
  2542.  .     : '(.)' 2>/dev/null ||
  2543. echo X/"$0" |
  2544.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2545.      /^X/(//)$/{ s//1/; q; }
  2546.      /^X/(/).*/{ s//1/; q; }
  2547.      s/.*/./; q'`
  2548. # PATH needs CR, and LINENO needs CR and PATH.
  2549. # Avoid depending upon Character Ranges.
  2550. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2551. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2552. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2553. as_cr_digits='0123456789'
  2554. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2555. # The user is always right.
  2556. if test "${PATH_SEPARATOR+set}" != set; then
  2557.   echo "#! /bin/sh" >conf$$.sh
  2558.   echo  "exit 0"   >>conf$$.sh
  2559.   chmod +x conf$$.sh
  2560.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2561.     PATH_SEPARATOR=';'
  2562.   else
  2563.     PATH_SEPARATOR=:
  2564.   fi
  2565.   rm -f conf$$.sh
  2566. fi
  2567.   as_lineno_1=$LINENO
  2568.   as_lineno_2=$LINENO
  2569.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2570.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2571.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2572.   # Find who we are.  Look in the path if we contain no path at all
  2573.   # relative or not.
  2574.   case $0 in
  2575.     *[\/]* ) as_myself=$0 ;;
  2576.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2577. for as_dir in $PATH
  2578. do
  2579.   IFS=$as_save_IFS
  2580.   test -z "$as_dir" && as_dir=.
  2581.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2582. done
  2583.        ;;
  2584.   esac
  2585.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2586.   # in which case we are not to be found in the path.
  2587.   if test "x$as_myself" = x; then
  2588.     as_myself=$0
  2589.   fi
  2590.   if test ! -f "$as_myself"; then
  2591.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2592. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2593.    { (exit 1); exit 1; }; }
  2594.   fi
  2595.   case $CONFIG_SHELL in
  2596.   '')
  2597.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2598. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2599. do
  2600.   IFS=$as_save_IFS
  2601.   test -z "$as_dir" && as_dir=.
  2602.   for as_base in sh bash ksh sh5; do
  2603.  case $as_dir in
  2604.  /*)
  2605.    if ("$as_dir/$as_base" -c '
  2606.   as_lineno_1=$LINENO
  2607.   as_lineno_2=$LINENO
  2608.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2609.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2610.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2611.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2612.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2613.      CONFIG_SHELL=$as_dir/$as_base
  2614.      export CONFIG_SHELL
  2615.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2616.    fi;;
  2617.  esac
  2618.        done
  2619. done
  2620. ;;
  2621.   esac
  2622.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2623.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2624.   # line-number line before each line; the second 'sed' does the real
  2625.   # work.  The second script uses 'N' to pair each line-number line
  2626.   # with the numbered line, and appends trailing '-' during
  2627.   # substitution so that $LINENO is not a special case at line end.
  2628.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2629.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2630.   sed '=' <$as_myself |
  2631.     sed '
  2632.       N
  2633.       s,$,-,
  2634.       : loop
  2635.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2636.       t loop
  2637.       s,-$,,
  2638.       s,^['$as_cr_digits']*n,,
  2639.     ' >$as_me.lineno &&
  2640.   chmod +x $as_me.lineno ||
  2641.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2642. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2643.    { (exit 1); exit 1; }; }
  2644.   # Don't try to exec as it changes $[0], causing all sort of problems
  2645.   # (the dirname of $[0] is not the place where we might find the
  2646.   # original and so on.  Autoconf is especially sensible to this).
  2647.   . ./$as_me.lineno
  2648.   # Exit status is that of the last command.
  2649.   exit
  2650. }
  2651. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2652.   *c*,-n*) ECHO_N= ECHO_C='
  2653. ' ECHO_T=' ' ;;
  2654.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2655.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2656. esac
  2657. if expr a : '(a)' >/dev/null 2>&1; then
  2658.   as_expr=expr
  2659. else
  2660.   as_expr=false
  2661. fi
  2662. rm -f conf$$ conf$$.exe conf$$.file
  2663. echo >conf$$.file
  2664. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2665.   # We could just check for DJGPP; but this test a) works b) is more generic
  2666.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2667.   if test -f conf$$.exe; then
  2668.     # Don't use ln at all; we don't have any links
  2669.     as_ln_s='cp -p'
  2670.   else
  2671.     as_ln_s='ln -s'
  2672.   fi
  2673. elif ln conf$$.file conf$$ 2>/dev/null; then
  2674.   as_ln_s=ln
  2675. else
  2676.   as_ln_s='cp -p'
  2677. fi
  2678. rm -f conf$$ conf$$.exe conf$$.file
  2679. if mkdir -p . 2>/dev/null; then
  2680.   as_mkdir_p=:
  2681. else
  2682.   as_mkdir_p=false
  2683. fi
  2684. as_executable_p="test -f"
  2685. # Sed expression to map a string onto a valid CPP name.
  2686. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  2687. # Sed expression to map a string onto a valid variable name.
  2688. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  2689. # IFS
  2690. # We need space, tab and new line, in precisely that order.
  2691. as_nl='
  2692. '
  2693. IFS="  $as_nl"
  2694. # CDPATH.
  2695. $as_unset CDPATH
  2696. exec 6>&1
  2697. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2698. # report actual input values of CONFIG_FILES etc. instead of their
  2699. # values after options handling.  Logging --version etc. is OK.
  2700. exec 5>>config.log
  2701. {
  2702.   echo
  2703.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2704. ## Running $as_me. ##
  2705. _ASBOX
  2706. } >&5
  2707. cat >&5 <<_CSEOF
  2708. This file was extended by WoWPython $as_me 0.11.0.1, which was
  2709. generated by GNU Autoconf 2.57.  Invocation command line was
  2710.   CONFIG_FILES    = $CONFIG_FILES
  2711.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2712.   CONFIG_LINKS    = $CONFIG_LINKS
  2713.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2714.   $ $0 $@
  2715. _CSEOF
  2716. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2717. echo >&5
  2718. _ACEOF
  2719. # Files that config.status was made for.
  2720. if test -n "$ac_config_files"; then
  2721.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2722. fi
  2723. if test -n "$ac_config_headers"; then
  2724.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2725. fi
  2726. if test -n "$ac_config_links"; then
  2727.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2728. fi
  2729. if test -n "$ac_config_commands"; then
  2730.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2731. fi
  2732. cat >>$CONFIG_STATUS <<_ACEOF
  2733. ac_cs_usage="
  2734. `$as_me' instantiates files from templates according to the
  2735. current configuration.
  2736. Usage: $0 [OPTIONS] [FILE]...
  2737.   -h, --help       print this help, then exit
  2738.   -V, --version    print version number, then exit
  2739.   -q, --quiet      do not print progress messages
  2740.   -d, --debug      don't remove temporary files
  2741.       --recheck    update $as_me by reconfiguring in the same conditions
  2742.   --file=FILE[:TEMPLATE]
  2743.                    instantiate the configuration file FILE
  2744.   --header=FILE[:TEMPLATE]
  2745.                    instantiate the configuration header FILE
  2746. Configuration files:
  2747. $config_files
  2748. Configuration headers:
  2749. $config_headers
  2750. Configuration commands:
  2751. $config_commands
  2752. Report bugs to <bug-autoconf@gnu.org>."
  2753. _ACEOF
  2754. cat >>$CONFIG_STATUS <<_ACEOF
  2755. ac_cs_version="\
  2756. WoWPython config.status 0.11.0.1
  2757. configured by $0, generated by GNU Autoconf 2.57,
  2758.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2759. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  2760. Free Software Foundation, Inc.
  2761. This config.status script is free software; the Free Software Foundation
  2762. gives unlimited permission to copy, distribute and modify it."
  2763. srcdir=$srcdir
  2764. INSTALL="$INSTALL"
  2765. _ACEOF
  2766. cat >>$CONFIG_STATUS <<_ACEOF
  2767. # If no file are specified by the user, then we need to provide default
  2768. # value.  By we need to know if files were specified by the user.
  2769. ac_need_defaults=:
  2770. while test $# != 0
  2771. do
  2772.   case $1 in
  2773.   --*=*)
  2774.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2775.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2776.     ac_shift=:
  2777.     ;;
  2778.   -*)
  2779.     ac_option=$1
  2780.     ac_optarg=$2
  2781.     ac_shift=shift
  2782.     ;;
  2783.   *) # This is not an option, so the user has probably given explicit
  2784.      # arguments.
  2785.      ac_option=$1
  2786.      ac_need_defaults=false;;
  2787.   esac
  2788.   case $ac_option in
  2789.   # Handling of the options.
  2790. _ACEOF
  2791. cat >>$CONFIG_STATUS <<_ACEOF
  2792.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2793.     ac_cs_recheck=: ;;
  2794.   --version | --vers* | -V )
  2795.     echo "$ac_cs_version"; exit 0 ;;
  2796.   --he | --h)
  2797.     # Conflict between --help and --header
  2798.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2799. Try `$0 --help' for more information." >&5
  2800. echo "$as_me: error: ambiguous option: $1
  2801. Try `$0 --help' for more information." >&2;}
  2802.    { (exit 1); exit 1; }; };;
  2803.   --help | --hel | -h )
  2804.     echo "$ac_cs_usage"; exit 0 ;;
  2805.   --debug | --d* | -d )
  2806.     debug=: ;;
  2807.   --file | --fil | --fi | --f )
  2808.     $ac_shift
  2809.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2810.     ac_need_defaults=false;;
  2811.   --header | --heade | --head | --hea )
  2812.     $ac_shift
  2813.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2814.     ac_need_defaults=false;;
  2815.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2816.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2817.     ac_cs_silent=: ;;
  2818.   # This is an error.
  2819.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2820. Try `$0 --help' for more information." >&5
  2821. echo "$as_me: error: unrecognized option: $1
  2822. Try `$0 --help' for more information." >&2;}
  2823.    { (exit 1); exit 1; }; } ;;
  2824.   *) ac_config_targets="$ac_config_targets $1" ;;
  2825.   esac
  2826.   shift
  2827. done
  2828. ac_configure_extra_args=
  2829. if $ac_cs_silent; then
  2830.   exec 6>/dev/null
  2831.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2832. fi
  2833. _ACEOF
  2834. cat >>$CONFIG_STATUS <<_ACEOF
  2835. if $ac_cs_recheck; then
  2836.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2837.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2838. fi
  2839. _ACEOF
  2840. cat >>$CONFIG_STATUS <<_ACEOF
  2841. #
  2842. # INIT-COMMANDS section.
  2843. #
  2844. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  2845. _ACEOF
  2846. cat >>$CONFIG_STATUS <<_ACEOF
  2847. for ac_config_target in $ac_config_targets
  2848. do
  2849.   case "$ac_config_target" in
  2850.   # Handling of arguments.
  2851.   "./Makefile" ) CONFIG_FILES="$CONFIG_FILES ./Makefile" ;;
  2852.   "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  2853.   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2854.   "src/wowpython/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/wowpython/Makefile" ;;
  2855.   "src/shared/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/shared/Makefile" ;;
  2856.   "src/realmlist/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/realmlist/Makefile" ;;
  2857.   "src/game/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/game/Makefile" ;;
  2858.   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  2859.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  2860.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2861. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2862.    { (exit 1); exit 1; }; };;
  2863.   esac
  2864. done
  2865. # If the user did not use the arguments to specify the items to instantiate,
  2866. # then the envvar interface is used.  Set only those that are not.
  2867. # We use the long form for the default assignment because of an extremely
  2868. # bizarre bug on SunOS 4.1.3.
  2869. if $ac_need_defaults; then
  2870.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2871.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2872.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2873. fi
  2874. # Have a temporary directory for convenience.  Make it in the build tree
  2875. # simply because there is no reason to put it here, and in addition,
  2876. # creating and moving files from /tmp can sometimes cause problems.
  2877. # Create a temporary directory, and hook for its removal unless debugging.
  2878. $debug ||
  2879. {
  2880.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2881.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2882. }
  2883. # Create a (secure) tmp directory for tmp files.
  2884. {
  2885.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2886.   test -n "$tmp" && test -d "$tmp"
  2887. }  ||
  2888. {
  2889.   tmp=./confstat$$-$RANDOM
  2890.   (umask 077 && mkdir $tmp)
  2891. } ||
  2892. {
  2893.    echo "$me: cannot create a temporary directory in ." >&2
  2894.    { (exit 1); exit 1; }
  2895. }
  2896. _ACEOF
  2897. cat >>$CONFIG_STATUS <<_ACEOF
  2898. #
  2899. # CONFIG_FILES section.
  2900. #
  2901. # No need to generate the scripts if there are no CONFIG_FILES.
  2902. # This happens for instance when ./config.status config.h
  2903. if test -n "$CONFIG_FILES"; then
  2904.   # Protect against being on the right side of a sed subst in config.status.
  2905.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2906.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2907. s,@SHELL@,$SHELL,;t t
  2908. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2909. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2910. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2911. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2912. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2913. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2914. s,@exec_prefix@,$exec_prefix,;t t
  2915. s,@prefix@,$prefix,;t t
  2916. s,@program_transform_name@,$program_transform_name,;t t
  2917. s,@bindir@,$bindir,;t t
  2918. s,@sbindir@,$sbindir,;t t
  2919. s,@libexecdir@,$libexecdir,;t t
  2920. s,@datadir@,$datadir,;t t
  2921. s,@sysconfdir@,$sysconfdir,;t t
  2922. s,@sharedstatedir@,$sharedstatedir,;t t
  2923. s,@localstatedir@,$localstatedir,;t t
  2924. s,@libdir@,$libdir,;t t
  2925. s,@includedir@,$includedir,;t t
  2926. s,@oldincludedir@,$oldincludedir,;t t
  2927. s,@infodir@,$infodir,;t t
  2928. s,@mandir@,$mandir,;t t
  2929. s,@build_alias@,$build_alias,;t t
  2930. s,@host_alias@,$host_alias,;t t
  2931. s,@target_alias@,$target_alias,;t t
  2932. s,@DEFS@,$DEFS,;t t
  2933. s,@ECHO_C@,$ECHO_C,;t t
  2934. s,@ECHO_N@,$ECHO_N,;t t
  2935. s,@ECHO_T@,$ECHO_T,;t t
  2936. s,@LIBS@,$LIBS,;t t
  2937. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2938. s,@LDFLAGS@,$LDFLAGS,;t t
  2939. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2940. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2941. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2942. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2943. s,@PACKAGE@,$PACKAGE,;t t
  2944. s,@VERSION@,$VERSION,;t t
  2945. s,@ACLOCAL@,$ACLOCAL,;t t
  2946. s,@AUTOCONF@,$AUTOCONF,;t t
  2947. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2948. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2949. s,@MAKEINFO@,$MAKEINFO,;t t
  2950. s,@AMTAR@,$AMTAR,;t t
  2951. s,@install_sh@,$install_sh,;t t
  2952. s,@STRIP@,$STRIP,;t t
  2953. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2954. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2955. s,@AWK@,$AWK,;t t
  2956. s,@SET_MAKE@,$SET_MAKE,;t t
  2957. s,@am__leading_dot@,$am__leading_dot,;t t
  2958. s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  2959. s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  2960. s,@MAINT@,$MAINT,;t t
  2961. s,@CC@,$CC,;t t
  2962. s,@CFLAGS@,$CFLAGS,;t t
  2963. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2964. s,@EXEEXT@,$EXEEXT,;t t
  2965. s,@OBJEXT@,$OBJEXT,;t t
  2966. s,@DEPDIR@,$DEPDIR,;t t
  2967. s,@am__include@,$am__include,;t t
  2968. s,@am__quote@,$am__quote,;t t
  2969. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2970. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2971. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2972. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2973. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  2974. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  2975. s,@CXX@,$CXX,;t t
  2976. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2977. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2978. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2979. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  2980. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  2981. s,@RANLIB@,$RANLIB,;t t
  2982. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2983. s,@CPP@,$CPP,;t t
  2984. s,@EGREP@,$EGREP,;t t
  2985. s,@LIBOBJS@,$LIBOBJS,;t t
  2986. s,@ALLOCA@,$ALLOCA,;t t
  2987. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2988. CEOF
  2989. _ACEOF
  2990.   cat >>$CONFIG_STATUS <<_ACEOF
  2991.   # Split the substitutions into bite-sized pieces for seds with
  2992.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2993.   ac_max_sed_lines=48
  2994.   ac_sed_frag=1 # Number of current file.
  2995.   ac_beg=1 # First line for current file.
  2996.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2997.   ac_more_lines=:
  2998.   ac_sed_cmds=
  2999.   while $ac_more_lines; do
  3000.     if test $ac_beg -gt 1; then
  3001.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3002.     else
  3003.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3004.     fi
  3005.     if test ! -s $tmp/subs.frag; then
  3006.       ac_more_lines=false
  3007.     else
  3008.       # The purpose of the label and of the branching condition is to
  3009.       # speed up the sed processing (if there are no `@' at all, there
  3010.       # is no need to browse any of the substitutions).
  3011.       # These are the two extra sed commands mentioned above.
  3012.       (echo ':t
  3013.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  3014.       if test -z "$ac_sed_cmds"; then
  3015.    ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  3016.       else
  3017.    ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  3018.       fi
  3019.       ac_sed_frag=`expr $ac_sed_frag + 1`
  3020.       ac_beg=$ac_end
  3021.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  3022.     fi
  3023.   done
  3024.   if test -z "$ac_sed_cmds"; then
  3025.     ac_sed_cmds=cat
  3026.   fi
  3027. fi # test -n "$CONFIG_FILES"
  3028. _ACEOF
  3029. cat >>$CONFIG_STATUS <<_ACEOF
  3030. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  3031.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3032.   case $ac_file in
  3033.   - | *:- | *:-:* ) # input from stdin
  3034.         cat >$tmp/stdin
  3035.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3036.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3037.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3038.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3039.   * )   ac_file_in=$ac_file.in ;;
  3040.   esac
  3041.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  3042.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3043. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3044.          X"$ac_file" : 'X(//)[^/]' | 
  3045.          X"$ac_file" : 'X(//)$' | 
  3046.          X"$ac_file" : 'X(/)' | 
  3047.          .     : '(.)' 2>/dev/null ||
  3048. echo X"$ac_file" |
  3049.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3050.      /^X(//)[^/].*/{ s//1/; q; }
  3051.      /^X(//)$/{ s//1/; q; }
  3052.      /^X(/).*/{ s//1/; q; }
  3053.      s/.*/./; q'`
  3054.   { if $as_mkdir_p; then
  3055.     mkdir -p "$ac_dir"
  3056.   else
  3057.     as_dir="$ac_dir"
  3058.     as_dirs=
  3059.     while test ! -d "$as_dir"; do
  3060.       as_dirs="$as_dir $as_dirs"
  3061.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3062. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3063.          X"$as_dir" : 'X(//)[^/]' | 
  3064.          X"$as_dir" : 'X(//)$' | 
  3065.          X"$as_dir" : 'X(/)' | 
  3066.          .     : '(.)' 2>/dev/null ||
  3067. echo X"$as_dir" |
  3068.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3069.      /^X(//)[^/].*/{ s//1/; q; }
  3070.      /^X(//)$/{ s//1/; q; }
  3071.      /^X(/).*/{ s//1/; q; }
  3072.      s/.*/./; q'`
  3073.     done
  3074.     test ! -n "$as_dirs" || mkdir $as_dirs
  3075.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3076. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3077.    { (exit 1); exit 1; }; }; }
  3078.   ac_builddir=.
  3079. if test "$ac_dir" != .; then
  3080.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3081.   # A "../" for each directory in $ac_dir_suffix.
  3082.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3083. else
  3084.   ac_dir_suffix= ac_top_builddir=
  3085. fi
  3086. case $srcdir in
  3087.   .)  # No --srcdir option.  We are building in place.
  3088.     ac_srcdir=.
  3089.     if test -z "$ac_top_builddir"; then
  3090.        ac_top_srcdir=.
  3091.     else
  3092.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3093.     fi ;;
  3094.   [\/]* | ?:[\/]* )  # Absolute path.
  3095.     ac_srcdir=$srcdir$ac_dir_suffix;
  3096.     ac_top_srcdir=$srcdir ;;
  3097.   *) # Relative path.
  3098.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3099.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3100. esac
  3101. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  3102. # absolute.
  3103. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  3104. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  3105. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  3106. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  3107.   case $INSTALL in
  3108.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  3109.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  3110.   esac
  3111.   if test x"$ac_file" != x-; then
  3112.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  3113. echo "$as_me: creating $ac_file" >&6;}
  3114.     rm -f "$ac_file"
  3115.   fi
  3116.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3117.   # use $as_me), people would be surprised to read:
  3118.   #    /* config.h.  Generated by config.status.  */
  3119.   if test x"$ac_file" = x-; then
  3120.     configure_input=
  3121.   else
  3122.     configure_input="$ac_file.  "
  3123.   fi
  3124.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  3125.                                      sed 's,.*/,,'` by configure."
  3126.   # First look for the input files in the build tree, otherwise in the
  3127.   # src tree.
  3128.   ac_file_inputs=`IFS=:
  3129.     for f in $ac_file_in; do
  3130.       case $f in
  3131.       -) echo $tmp/stdin ;;
  3132.       [\/$]*)
  3133.          # Absolute (can't be DOS-style, as IFS=:)
  3134.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3135. echo "$as_me: error: cannot find input file: $f" >&2;}
  3136.    { (exit 1); exit 1; }; }
  3137.          echo $f;;
  3138.       *) # Relative
  3139.          if test -f "$f"; then
  3140.            # Build tree
  3141.            echo $f
  3142.          elif test -f "$srcdir/$f"; then
  3143.            # Source tree
  3144.            echo $srcdir/$f
  3145.          else
  3146.            # /dev/null tree
  3147.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3148. echo "$as_me: error: cannot find input file: $f" >&2;}
  3149.    { (exit 1); exit 1; }; }
  3150.          fi;;
  3151.       esac
  3152.     done` || { (exit 1); exit 1; }
  3153. _ACEOF
  3154. cat >>$CONFIG_STATUS <<_ACEOF
  3155.   sed "$ac_vpsub
  3156. $extrasub
  3157. _ACEOF
  3158. cat >>$CONFIG_STATUS <<_ACEOF
  3159. :t
  3160. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  3161. s,@configure_input@,$configure_input,;t t
  3162. s,@srcdir@,$ac_srcdir,;t t
  3163. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  3164. s,@top_srcdir@,$ac_top_srcdir,;t t
  3165. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  3166. s,@builddir@,$ac_builddir,;t t
  3167. s,@abs_builddir@,$ac_abs_builddir,;t t
  3168. s,@top_builddir@,$ac_top_builddir,;t t
  3169. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  3170. s,@INSTALL@,$ac_INSTALL,;t t
  3171. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  3172.   rm -f $tmp/stdin
  3173.   if test x"$ac_file" != x-; then
  3174.     mv $tmp/out $ac_file
  3175.   else
  3176.     cat $tmp/out
  3177.     rm -f $tmp/out
  3178.   fi
  3179. done
  3180. _ACEOF
  3181. cat >>$CONFIG_STATUS <<_ACEOF
  3182. #
  3183. # CONFIG_HEADER section.
  3184. #
  3185. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3186. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3187. #
  3188. # ac_d sets the value in "#define NAME VALUE" lines.
  3189. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  3190. ac_dB='[  ].*$,1#2'
  3191. ac_dC=' '
  3192. ac_dD=',;t'
  3193. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3194. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  3195. ac_uB='$,1#2define3'
  3196. ac_uC=' '
  3197. ac_uD=',;t'
  3198. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  3199.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3200.   case $ac_file in
  3201.   - | *:- | *:-:* ) # input from stdin
  3202.         cat >$tmp/stdin
  3203.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3204.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3205.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3206.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3207.   * )   ac_file_in=$ac_file.in ;;
  3208.   esac
  3209.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  3210. echo "$as_me: creating $ac_file" >&6;}
  3211.   # First look for the input files in the build tree, otherwise in the
  3212.   # src tree.
  3213.   ac_file_inputs=`IFS=:
  3214.     for f in $ac_file_in; do
  3215.       case $f in
  3216.       -) echo $tmp/stdin ;;
  3217.       [\/$]*)
  3218.          # Absolute (can't be DOS-style, as IFS=:)
  3219.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3220. echo "$as_me: error: cannot find input file: $f" >&2;}
  3221.    { (exit 1); exit 1; }; }
  3222.          echo $f;;
  3223.       *) # Relative
  3224.          if test -f "$f"; then
  3225.            # Build tree
  3226.            echo $f
  3227.          elif test -f "$srcdir/$f"; then
  3228.            # Source tree
  3229.            echo $srcdir/$f
  3230.          else
  3231.            # /dev/null tree
  3232.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3233. echo "$as_me: error: cannot find input file: $f" >&2;}
  3234.    { (exit 1); exit 1; }; }
  3235.          fi;;
  3236.       esac
  3237.     done` || { (exit 1); exit 1; }
  3238.   # Remove the trailing spaces.
  3239.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  3240. _ACEOF
  3241. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  3242. # `conftest.undefs', that substitutes the proper values into
  3243. # config.h.in to produce config.h.  The first handles `#define'
  3244. # templates, and the second `#undef' templates.
  3245. # And first: Protect against being on the right side of a sed subst in
  3246. # config.status.  Protect against being in an unquoted here document
  3247. # in config.status.
  3248. rm -f conftest.defines conftest.undefs
  3249. # Using a here document instead of a string reduces the quoting nightmare.
  3250. # Putting comments in sed scripts is not portable.
  3251. #
  3252. # `end' is used to avoid that the second main sed command (meant for
  3253. # 0-ary CPP macros) applies to n-ary macro definitions.
  3254. # See the Autoconf documentation for `clear'.
  3255. cat >confdef2sed.sed <<_ACEOF
  3256. s/[\&,]/\&/g
  3257. s,[\$`],\&,g
  3258. t clear
  3259. : clear
  3260. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  3261. t end
  3262. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  3263. : end
  3264. _ACEOF
  3265. # If some macros were called several times there might be several times
  3266. # the same #defines, which is useless.  Nevertheless, we may not want to
  3267. # sort them, since we want the *last* AC-DEFINE to be honored.
  3268. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  3269. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  3270. rm -f confdef2sed.sed
  3271. # This sed command replaces #undef with comments.  This is necessary, for
  3272. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3273. # on some systems where configure will not decide to define it.
  3274. cat >>conftest.undefs <<_ACEOF
  3275. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  3276. _ACEOF
  3277. # Break up conftest.defines because some shells have a limit on the size
  3278. # of here documents, and old seds have small limits too (100 cmds).
  3279. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  3280. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  3281. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  3282. echo '  :' >>$CONFIG_STATUS
  3283. rm -f conftest.tail
  3284. while grep . conftest.defines >/dev/null
  3285. do
  3286.   # Write a limited-size here document to $tmp/defines.sed.
  3287.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  3288.   # Speed up: don't consider the non `#define' lines.
  3289.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  3290.   # Work around the forget-to-reset-the-flag bug.
  3291.   echo 't clr' >>$CONFIG_STATUS
  3292.   echo ': clr' >>$CONFIG_STATUS
  3293.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  3294.   echo 'CEOF
  3295.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  3296.   rm -f $tmp/in
  3297.   mv $tmp/out $tmp/in
  3298. ' >>$CONFIG_STATUS
  3299.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  3300.   rm -f conftest.defines
  3301.   mv conftest.tail conftest.defines
  3302. done
  3303. rm -f conftest.defines
  3304. echo '  fi # grep' >>$CONFIG_STATUS
  3305. echo >>$CONFIG_STATUS
  3306. # Break up conftest.undefs because some shells have a limit on the size
  3307. # of here documents, and old seds have small limits too (100 cmds).
  3308. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  3309. rm -f conftest.tail
  3310. while grep . conftest.undefs >/dev/null
  3311. do
  3312.   # Write a limited-size here document to $tmp/undefs.sed.
  3313.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  3314.   # Speed up: don't consider the non `#undef'
  3315.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  3316.   # Work around the forget-to-reset-the-flag bug.
  3317.   echo 't clr' >>$CONFIG_STATUS
  3318.   echo ': clr' >>$CONFIG_STATUS
  3319.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  3320.   echo 'CEOF
  3321.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  3322.   rm -f $tmp/in
  3323.   mv $tmp/out $tmp/in
  3324. ' >>$CONFIG_STATUS
  3325.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  3326.   rm -f conftest.undefs
  3327.   mv conftest.tail conftest.undefs
  3328. done
  3329. rm -f conftest.undefs
  3330. cat >>$CONFIG_STATUS <<_ACEOF
  3331.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3332.   # use $as_me), people would be surprised to read:
  3333.   #    /* config.h.  Generated by config.status.  */
  3334.   if test x"$ac_file" = x-; then
  3335.     echo "/* Generated by configure.  */" >$tmp/config.h
  3336.   else
  3337.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  3338.   fi
  3339.   cat $tmp/in >>$tmp/config.h
  3340.   rm -f $tmp/in
  3341.   if test x"$ac_file" != x-; then
  3342.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3343.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3344. echo "$as_me: $ac_file is unchanged" >&6;}
  3345.     else
  3346.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3347. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3348.          X"$ac_file" : 'X(//)[^/]' | 
  3349.          X"$ac_file" : 'X(//)$' | 
  3350.          X"$ac_file" : 'X(/)' | 
  3351.          .     : '(.)' 2>/dev/null ||
  3352. echo X"$ac_file" |
  3353.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3354.      /^X(//)[^/].*/{ s//1/; q; }
  3355.      /^X(//)$/{ s//1/; q; }
  3356.      /^X(/).*/{ s//1/; q; }
  3357.      s/.*/./; q'`
  3358.       { if $as_mkdir_p; then
  3359.     mkdir -p "$ac_dir"
  3360.   else
  3361.     as_dir="$ac_dir"
  3362.     as_dirs=
  3363.     while test ! -d "$as_dir"; do
  3364.       as_dirs="$as_dir $as_dirs"
  3365.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3366. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3367.          X"$as_dir" : 'X(//)[^/]' | 
  3368.          X"$as_dir" : 'X(//)$' | 
  3369.          X"$as_dir" : 'X(/)' | 
  3370.          .     : '(.)' 2>/dev/null ||
  3371. echo X"$as_dir" |
  3372.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3373.      /^X(//)[^/].*/{ s//1/; q; }
  3374.      /^X(//)$/{ s//1/; q; }
  3375.      /^X(/).*/{ s//1/; q; }
  3376.      s/.*/./; q'`
  3377.     done
  3378.     test ! -n "$as_dirs" || mkdir $as_dirs
  3379.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3380. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3381.    { (exit 1); exit 1; }; }; }
  3382.       rm -f $ac_file
  3383.       mv $tmp/config.h $ac_file
  3384.     fi
  3385.   else
  3386.     cat $tmp/config.h
  3387.     rm -f $tmp/config.h
  3388.   fi
  3389. # Compute $ac_file's index in $config_headers.
  3390. _am_stamp_count=1
  3391. for _am_header in $config_headers :; do
  3392.   case $_am_header in
  3393.     $ac_file | $ac_file:* )
  3394.       break ;;
  3395.     * )
  3396.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  3397.   esac
  3398. done
  3399. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  3400. $as_expr X$ac_file : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3401.          X$ac_file : 'X(//)[^/]' | 
  3402.          X$ac_file : 'X(//)$' | 
  3403.          X$ac_file : 'X(/)' | 
  3404.          .     : '(.)' 2>/dev/null ||
  3405. echo X$ac_file |
  3406.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3407.      /^X(//)[^/].*/{ s//1/; q; }
  3408.      /^X(//)$/{ s//1/; q; }
  3409.      /^X(/).*/{ s//1/; q; }
  3410.      s/.*/./; q'`/stamp-h$_am_stamp_count
  3411. done
  3412. _ACEOF
  3413. cat >>$CONFIG_STATUS <<_ACEOF
  3414. #
  3415. # CONFIG_COMMANDS section.
  3416. #
  3417. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  3418.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  3419.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3420.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  3421. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3422.          X"$ac_dest" : 'X(//)[^/]' | 
  3423.          X"$ac_dest" : 'X(//)$' | 
  3424.          X"$ac_dest" : 'X(/)' | 
  3425.          .     : '(.)' 2>/dev/null ||
  3426. echo X"$ac_dest" |
  3427.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3428.      /^X(//)[^/].*/{ s//1/; q; }
  3429.      /^X(//)$/{ s//1/; q; }
  3430.      /^X(/).*/{ s//1/; q; }
  3431.      s/.*/./; q'`
  3432.   ac_builddir=.
  3433. if test "$ac_dir" != .; then
  3434.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3435.   # A "../" for each directory in $ac_dir_suffix.
  3436.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3437. else
  3438.   ac_dir_suffix= ac_top_builddir=
  3439. fi
  3440. case $srcdir in
  3441.   .)  # No --srcdir option.  We are building in place.
  3442.     ac_srcdir=.
  3443.     if test -z "$ac_top_builddir"; then
  3444.        ac_top_srcdir=.
  3445.     else
  3446.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3447.     fi ;;
  3448.   [\/]* | ?:[\/]* )  # Absolute path.
  3449.     ac_srcdir=$srcdir$ac_dir_suffix;
  3450.     ac_top_srcdir=$srcdir ;;
  3451.   *) # Relative path.
  3452.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3453.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3454. esac
  3455. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  3456. # absolute.
  3457. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  3458. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  3459. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  3460. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  3461.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3462. echo "$as_me: executing $ac_dest commands" >&6;}
  3463.   case $ac_dest in
  3464.     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  3465.   # Strip MF so we end up with the name of the file.
  3466.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  3467.   # Check whether this is an Automake generated Makefile or not.
  3468.   # We used to match only the files named `Makefile.in', but
  3469.   # some people rename them; so instead we look at the file content.
  3470.   # Grep'ing the first line is not enough: some people post-process
  3471.   # each Makefile.in and add a new line on top of each file to say so.
  3472.   # So let's grep whole file.
  3473.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  3474.     dirpart=`(dirname "$mf") 2>/dev/null ||
  3475. $as_expr X"$mf" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3476.          X"$mf" : 'X(//)[^/]' | 
  3477.          X"$mf" : 'X(//)$' | 
  3478.          X"$mf" : 'X(/)' | 
  3479.          .     : '(.)' 2>/dev/null ||
  3480. echo X"$mf" |
  3481.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3482.      /^X(//)[^/].*/{ s//1/; q; }
  3483.      /^X(//)$/{ s//1/; q; }
  3484.      /^X(/).*/{ s//1/; q; }
  3485.      s/.*/./; q'`
  3486.   else
  3487.     continue
  3488.   fi
  3489.   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  3490.   # Extract the definition of DEP_FILES from the Makefile without
  3491.   # running `make'.
  3492.   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  3493.   test -z "$DEPDIR" && continue
  3494.   # When using ansi2knr, U may be empty or an underscore; expand it
  3495.   U=`sed -n -e '/^U = / s///p' < "$mf"`
  3496.   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  3497.   # We invoke sed twice because it is the simplest approach to
  3498.   # changing $(DEPDIR) to its actual value in the expansion.
  3499.   for file in `sed -n -e '
  3500.     /^DEP_FILES = .*\\$/ {
  3501.       s/^DEP_FILES = //
  3502.       :loop
  3503. s/\\$//
  3504. p
  3505. n
  3506. /\\$/ b loop
  3507.       p
  3508.     }
  3509.     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | 
  3510.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3511.     # Make sure the directory exists.
  3512.     test -f "$dirpart/$file" && continue
  3513.     fdir=`(dirname "$file") 2>/dev/null ||
  3514. $as_expr X"$file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3515.          X"$file" : 'X(//)[^/]' | 
  3516.          X"$file" : 'X(//)$' | 
  3517.          X"$file" : 'X(/)' | 
  3518.          .     : '(.)' 2>/dev/null ||
  3519. echo X"$file" |
  3520.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3521.      /^X(//)[^/].*/{ s//1/; q; }
  3522.      /^X(//)$/{ s//1/; q; }
  3523.      /^X(/).*/{ s//1/; q; }
  3524.      s/.*/./; q'`
  3525.     { if $as_mkdir_p; then
  3526.     mkdir -p $dirpart/$fdir
  3527.   else
  3528.     as_dir=$dirpart/$fdir
  3529.     as_dirs=
  3530.     while test ! -d "$as_dir"; do
  3531.       as_dirs="$as_dir $as_dirs"
  3532.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3533. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3534.          X"$as_dir" : 'X(//)[^/]' | 
  3535.          X"$as_dir" : 'X(//)$' | 
  3536.          X"$as_dir" : 'X(/)' | 
  3537.          .     : '(.)' 2>/dev/null ||
  3538. echo X"$as_dir" |
  3539.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3540.      /^X(//)[^/].*/{ s//1/; q; }
  3541.      /^X(//)$/{ s//1/; q; }
  3542.      /^X(/).*/{ s//1/; q; }
  3543.      s/.*/./; q'`
  3544.     done
  3545.     test ! -n "$as_dirs" || mkdir $as_dirs
  3546.   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  3547. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  3548.    { (exit 1); exit 1; }; }; }
  3549.     # echo "creating $dirpart/$file"
  3550.     echo '# dummy' > "$dirpart/$file"
  3551.   done
  3552. done
  3553.  ;;
  3554.   esac
  3555. done
  3556. _ACEOF
  3557. cat >>$CONFIG_STATUS <<_ACEOF
  3558. { (exit 0); exit 0; }
  3559. _ACEOF
  3560. chmod +x $CONFIG_STATUS
  3561. ac_clean_files=$ac_clean_files_save
  3562. # configure is writing to config.log, and then calls config.status.
  3563. # config.status does its own redirection, appending to config.log.
  3564. # Unfortunately, on DOS this fails, as config.log is still kept open
  3565. # by configure, so config.status won't be able to write to it; its
  3566. # output is simply discarded.  So we exec the FD to /dev/null,
  3567. # effectively closing config.log, so it can be properly (re)opened and
  3568. # appended to by config.status.  When coming back to configure, we
  3569. # need to make the FD available again.
  3570. if test "$no_create" != yes; then
  3571.   ac_cs_success=:
  3572.   ac_config_status_args=
  3573.   test "$silent" = yes &&
  3574.     ac_config_status_args="$ac_config_status_args --quiet"
  3575.   exec 5>/dev/null
  3576.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3577.   exec 5>>config.log
  3578.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3579.   # would make configure fail if this is the last instruction.
  3580.   $ac_cs_success || { (exit 1); exit 1; }
  3581. fi