configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:268k
源码类别:

通讯编程

开发平台:

Visual C++

  1. fi
  2. echo "$as_me:$LINENO: checking for libotcl$OTCL_VERS" >&5
  3. echo $ECHO_N "checking for libotcl$OTCL_VERS... $ECHO_C" >&6
  4. if test "x$d" = "xno"; then
  5. : disable library
  6. V_LIB_OTCL=FAIL
  7. NS_PACKAGE_otcl_COMPLETE=false
  8. echo "$as_me:$LINENO: result: no" >&5
  9. echo "${ECHO_T}no" >&6
  10. else
  11. places="$OTCL_LIB_PLACES"
  12. if test "x$d" != "x" -a "x$d" != xyes; then
  13. if test ! -d $d; then
  14. { { echo "$as_me:$LINENO: error: $d is not a directory" >&5
  15. echo "$as_me: error: $d is not a directory" >&2;}
  16.    { (exit 1); exit 1; }; }
  17. fi
  18. places="$OTCL_LIB_PLACES_D"
  19. fi
  20. V_LIB_OTCL=""
  21. full_lib_name="otcl$OTCL_VERS"
  22. simple_lib_name=`echo $full_lib_name | sed -e 's/.//'`
  23. other_simple_lib_name=`echo $full_lib_name | sed -e 's/./_/'`
  24. simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
  25. double_break=false
  26. for dir in $places; do
  27. for file in $full_lib_name $simple_lib_name $other_simple_lib_name $simpler_lib_name
  28. do
  29. if test -r $dir/lib$file.so -o -r $dir/lib$file.a -o -r $dir/lib$file.dylib; then
  30. V_LIB_OTCL="-L$dir -l$file"
  31. double_break=true
  32. break
  33. fi
  34. done
  35. if $double_break; then
  36. break
  37. fi
  38. done
  39. if test "FAIL$V_LIB_OTCL" = "FAIL" ; then
  40. NS_PACKAGE_otcl_COMPLETE=false
  41. echo "$as_me:$LINENO: result: no" >&5
  42. echo "${ECHO_T}no" >&6
  43. else
  44. if test "$solaris"; then
  45. V_LIB_OTCL="-R$dir $V_LIB_OTCL"
  46. fi
  47. ac_tr_lib=HAVE_LIB`echo otcl$OTCL_VERS | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  48.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  49. cat >>confdefs.h <<_ACEOF
  50. #define $ac_tr_lib 1
  51. _ACEOF
  52. V_LIBS="$V_LIB_OTCL $V_LIBS"
  53. V_DEFINES="-D$ac_tr_lib $V_DEFINES"
  54. NS_PACKAGE_otcl_UNDERWAY=true
  55. echo "$as_me:$LINENO: result: $V_LIB_OTCL" >&5
  56. echo "${ECHO_T}$V_LIB_OTCL" >&6
  57. fi
  58. fi
  59. NS_PACKAGE_otcl_VALID=false
  60. if $NS_PACKAGE_otcl_UNDERWAY; then
  61. if $NS_PACKAGE_otcl_COMPLETE; then
  62. : All components of otcl found.
  63. NS_PACKAGE_otcl_VALID=true
  64. else
  65. { { echo "$as_me:$LINENO: error: Installation of otcl seems incomplete or can't be found automatically.
  66. Please correct the problem by telling configure where otcl is
  67. using the argument --with-otcl=/path/to/package
  68. (perhaps after installing it),
  69. or the package is not required, disable it with --with-otcl=no." >&5
  70. echo "$as_me: error: Installation of otcl seems incomplete or can't be found automatically.
  71. Please correct the problem by telling configure where otcl is
  72. using the argument --with-otcl=/path/to/package
  73. (perhaps after installing it),
  74. or the package is not required, disable it with --with-otcl=no." >&2;}
  75.    { (exit 1); exit 1; }; }
  76. fi
  77. fi
  78. if test "xyes" = xyes; then
  79. if $NS_PACKAGE_otcl_VALID; then
  80. :
  81. else
  82. { { echo "$as_me:$LINENO: error: otcl is required but could not be completely found.
  83. Please correct the problem by telling configure where otcl is
  84. using the argument --with-otcl=/path/to/package,
  85. or the package is not required, disable it with --with-otcl=no." >&5
  86. echo "$as_me: error: otcl is required but could not be completely found.
  87. Please correct the problem by telling configure where otcl is
  88. using the argument --with-otcl=/path/to/package,
  89. or the package is not required, disable it with --with-otcl=no." >&2;}
  90.    { (exit 1); exit 1; }; }
  91. fi
  92. fi
  93. # Check whether --with-Tcl or --without-Tcl was given.
  94. if test "${with_Tcl+set}" = set; then
  95.   withval="$with_Tcl"
  96.   { { echo "$as_me:$LINENO: error: The --with-Tcl option has been replaced with --with-tclcl.
  97. Please insure you have an up-to-date copy of TclCL and re-run your configuration." >&5
  98. echo "$as_me: error: The --with-Tcl option has been replaced with --with-tclcl.
  99. Please insure you have an up-to-date copy of TclCL and re-run your configuration." >&2;}
  100.    { (exit 1); exit 1; }; }
  101. fi;
  102. # Check whether --with-tclcl or --without-tclcl was given.
  103. if test "${with_tclcl+set}" = set; then
  104.   withval="$with_tclcl"
  105.   d=$withval
  106. else
  107.   d=""
  108. fi;
  109. TCLCL_VERS=1.19
  110. TCLCL_ALT_VERS=1.0
  111. TCLCL_H_PLACES="
  112. ../tclcl-$TCLCL_VERS 
  113. ../tclcl-$TCLCL_ALT_VERS 
  114. ../tclcl 
  115. ../TclCL 
  116. ../Tcl-$TCLCL_VERS 
  117. ../Tcl-$TCLCL_ALT_VERS 
  118. ../Tcl 
  119.                 /usr/src/local/Tcl 
  120.                 /usr/src/local/Tcl-1.0 
  121.                 /import/Tcl/include 
  122.                 /usr/local/include 
  123.                 /usr/contrib/include 
  124.                 /usr/include"
  125. TCLCL_H_PLACES_D="$d 
  126.   $d/include"
  127. TCLCL_LIB_PLACES="
  128. ../tclcl-$TCLCL_VERS 
  129. ../tclcl-$TCLCL_ALT_VERS 
  130. ../tclcl 
  131. ../TclCL 
  132. ../Tcl-$TCLCL_VERS 
  133. ../Tcl-$TCLCL_ALT_VERS 
  134. ../Tcl 
  135.                 $x_libraries 
  136.                 /usr/contrib/lib 
  137.                 /usr/local/lib 
  138.                 /usr/lib 
  139.                 /usr/src/local/Tcl 
  140.                 /usr/src/local/Tcl-1.0"
  141. TCLCL_LIB_PLACES_D="
  142.         $d 
  143.         $d/lib 
  144.         $d/bin"
  145. TCLCL_PROG_PLACES="
  146. ../tclcl-$TCLCL_VERS 
  147. ../tclcl-$TCLCL_ALT_VERS 
  148. ../tclcl 
  149. ../TclCL 
  150. ../Tcl-$TCLCL_VERS 
  151. ../Tcl-$TCLCL_ALT_VERS 
  152. ../Tcl 
  153.                 $prefix/bin 
  154.                 $x_libraries 
  155.                 /usr/contrib/bin 
  156.                 /usr/local/bin 
  157.                 /usr/bin 
  158.                 /usr/src/local/Tcl 
  159.                 /usr/src/local/Tcl-1.0 
  160.                 "
  161. TCLCL_PROG_PLACES_D="
  162. $d 
  163. $d/bin"
  164. NS_PACKAGE_tclcl_UNDERWAY=false
  165. NS_PACKAGE_tclcl_COMPLETE=true
  166. echo "$as_me:$LINENO: checking for tclcl.h" >&5
  167. echo $ECHO_N "checking for tclcl.h... $ECHO_C" >&6
  168. if test "x$d" = "xno"; then
  169. : disable header
  170. V_INCLUDE_TCLCL=FAIL
  171. NS_PACKAGE_tclcl_COMPLETE=false
  172. echo "$as_me:$LINENO: result: no" >&5
  173. echo "${ECHO_T}no" >&6
  174. else
  175. places="$TCLCL_H_PLACES"
  176. if test "x$d" != "x" -a "x$d" != xyes; then
  177. if test ! -d $d; then
  178. { { echo "$as_me:$LINENO: error: $d is not a directory" >&5
  179. echo "$as_me: error: $d is not a directory" >&2;}
  180.    { (exit 1); exit 1; }; }
  181. fi
  182. places="$TCLCL_H_PLACES_D"
  183. fi
  184. V_INCLUDE_TCLCL=""
  185. found=""
  186. for dir in $places; do
  187. if test -r $dir/tclcl.h; then
  188.                         found="$dir"
  189.                         if test "$CC" != "icc" ||
  190.                                 test "$dir" != "/usr/include"; then
  191.                                 V_INCLUDE_TCLCL="-I$dir"
  192.                         fi
  193. break
  194. fi
  195. done
  196. if test "FAIL$found" = "FAIL" ; then
  197. NS_PACKAGE_tclcl_COMPLETE=false
  198. echo "$as_me:$LINENO: result: no" >&5
  199. echo "${ECHO_T}no" >&6
  200. else
  201.   ac_tr_hdr=HAVE_`echo tclcl.h | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  202.                 cat >>confdefs.h <<_ACEOF
  203. #define $ac_tr_hdr 1
  204. _ACEOF
  205. V_INCLUDES="$V_INCLUDE_TCLCL $V_INCLUDES"
  206. V_DEFINES="-D$ac_tr_hdr $V_DEFINES"
  207. NS_PACKAGE_tclcl_UNDERWAY=true
  208. echo "$as_me:$LINENO: result: $V_INCLUDE_TCLCL" >&5
  209. echo "${ECHO_T}$V_INCLUDE_TCLCL" >&6
  210. fi
  211. fi
  212. echo "$as_me:$LINENO: checking for libtclcl$tclcl_VERS" >&5
  213. echo $ECHO_N "checking for libtclcl$tclcl_VERS... $ECHO_C" >&6
  214. if test "x$d" = "xno"; then
  215. : disable library
  216. V_LIB_TCLCL=FAIL
  217. NS_PACKAGE_tclcl_COMPLETE=false
  218. echo "$as_me:$LINENO: result: no" >&5
  219. echo "${ECHO_T}no" >&6
  220. else
  221. places="$TCLCL_LIB_PLACES"
  222. if test "x$d" != "x" -a "x$d" != xyes; then
  223. if test ! -d $d; then
  224. { { echo "$as_me:$LINENO: error: $d is not a directory" >&5
  225. echo "$as_me: error: $d is not a directory" >&2;}
  226.    { (exit 1); exit 1; }; }
  227. fi
  228. places="$TCLCL_LIB_PLACES_D"
  229. fi
  230. V_LIB_TCLCL=""
  231. full_lib_name="tclcl$tclcl_VERS"
  232. simple_lib_name=`echo $full_lib_name | sed -e 's/.//'`
  233. other_simple_lib_name=`echo $full_lib_name | sed -e 's/./_/'`
  234. simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
  235. double_break=false
  236. for dir in $places; do
  237. for file in $full_lib_name $simple_lib_name $other_simple_lib_name $simpler_lib_name
  238. do
  239. if test -r $dir/lib$file.so -o -r $dir/lib$file.a -o -r $dir/lib$file.dylib; then
  240. V_LIB_TCLCL="-L$dir -l$file"
  241. double_break=true
  242. break
  243. fi
  244. done
  245. if $double_break; then
  246. break
  247. fi
  248. done
  249. if test "FAIL$V_LIB_TCLCL" = "FAIL" ; then
  250. NS_PACKAGE_tclcl_COMPLETE=false
  251. echo "$as_me:$LINENO: result: no" >&5
  252. echo "${ECHO_T}no" >&6
  253. else
  254. if test "$solaris"; then
  255. V_LIB_TCLCL="-R$dir $V_LIB_TCLCL"
  256. fi
  257. ac_tr_lib=HAVE_LIB`echo tclcl$tclcl_VERS | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  258.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  259. cat >>confdefs.h <<_ACEOF
  260. #define $ac_tr_lib 1
  261. _ACEOF
  262. V_LIBS="$V_LIB_TCLCL $V_LIBS"
  263. V_DEFINES="-D$ac_tr_lib $V_DEFINES"
  264. NS_PACKAGE_tclcl_UNDERWAY=true
  265. echo "$as_me:$LINENO: result: $V_LIB_TCLCL" >&5
  266. echo "${ECHO_T}$V_LIB_TCLCL" >&6
  267. fi
  268. fi
  269. echo "$as_me:$LINENO: checking for tcl2c++" >&5
  270. echo $ECHO_N "checking for tcl2c++... $ECHO_C" >&6
  271. if test "x$d" = "xno"; then
  272. : disable header
  273. V_TCL2CPP_DIR=FAIL
  274. NS_PACKAGE_tclcl_COMPLETE=false
  275. echo "$as_me:$LINENO: result: no" >&5
  276. echo "${ECHO_T}no" >&6
  277. else
  278. places="$TCLCL_PROG_PLACES"
  279. if test "x$d" != "x" -a "x$d" != xyes; then
  280. if test ! -d $d; then
  281. { { echo "$as_me:$LINENO: error: $d is not a directory" >&5
  282. echo "$as_me: error: $d is not a directory" >&2;}
  283.    { (exit 1); exit 1; }; }
  284. fi
  285. places="$TCLCL_PROG_PLACES_D"
  286. fi
  287. V_TCL2CPP_DIR=""
  288. for dir in $places; do
  289. if test -r $dir/tcl2c++; then
  290. V_TCL2CPP_DIR="$dir"
  291. break
  292. fi
  293. done
  294. if test "FAIL$V_TCL2CPP_DIR" = "FAIL" ; then
  295. NS_PACKAGE_tclcl_COMPLETE=false
  296. echo "$as_me:$LINENO: result: no" >&5
  297. echo "${ECHO_T}no" >&6
  298. else
  299. NS_PACKAGE_tclcl_UNDERWAY=true
  300. echo "$as_me:$LINENO: result: $V_TCL2CPP_DIR" >&5
  301. echo "${ECHO_T}$V_TCL2CPP_DIR" >&6
  302. fi
  303. fi
  304. V_TCL2CPP=$V_TCL2CPP_DIR/tcl2c++
  305. NS_PACKAGE_tclcl_VALID=false
  306. if $NS_PACKAGE_tclcl_UNDERWAY; then
  307. if $NS_PACKAGE_tclcl_COMPLETE; then
  308. : All components of tclcl found.
  309. NS_PACKAGE_tclcl_VALID=true
  310. else
  311. { { echo "$as_me:$LINENO: error: Installation of tclcl seems incomplete or can't be found automatically.
  312. Please correct the problem by telling configure where tclcl is
  313. using the argument --with-tclcl=/path/to/package
  314. (perhaps after installing it),
  315. or the package is not required, disable it with --with-tclcl=no." >&5
  316. echo "$as_me: error: Installation of tclcl seems incomplete or can't be found automatically.
  317. Please correct the problem by telling configure where tclcl is
  318. using the argument --with-tclcl=/path/to/package
  319. (perhaps after installing it),
  320. or the package is not required, disable it with --with-tclcl=no." >&2;}
  321.    { (exit 1); exit 1; }; }
  322. fi
  323. fi
  324. if test "xyes" = xyes; then
  325. if $NS_PACKAGE_tclcl_VALID; then
  326. :
  327. else
  328. { { echo "$as_me:$LINENO: error: tclcl is required but could not be completely found.
  329. Please correct the problem by telling configure where tclcl is
  330. using the argument --with-tclcl=/path/to/package,
  331. or the package is not required, disable it with --with-tclcl=no." >&5
  332. echo "$as_me: error: tclcl is required but could not be completely found.
  333. Please correct the problem by telling configure where tclcl is
  334. using the argument --with-tclcl=/path/to/package,
  335. or the package is not required, disable it with --with-tclcl=no." >&2;}
  336.    { (exit 1); exit 1; }; }
  337. fi
  338. fi
  339. echo "$as_me:$LINENO: checking return type of random" >&5
  340. echo $ECHO_N "checking return type of random... $ECHO_C" >&6
  341. touch confdefs.h
  342. if test "$cross_compiling" = yes; then
  343.   echo "$as_me:$LINENO: result: cross compiling--guessing int" >&5
  344. echo "${ECHO_T}cross compiling--guessing int" >&6
  345. cat >>confdefs.h <<_ACEOF
  346. #define RANDOM_RETURN_TYPE int
  347. _ACEOF
  348. else
  349.   cat >conftest.$ac_ext <<_ACEOF
  350. /* confdefs.h.  */
  351. _ACEOF
  352. cat confdefs.h >>conftest.$ac_ext
  353. cat >>conftest.$ac_ext <<_ACEOF
  354. /* end confdefs.h.  */
  355. #include <stdlib.h>
  356. #include "confdefs.h"
  357. long random() { return 1; }
  358. main() { exit(0); }
  359. _ACEOF
  360. rm -f conftest$ac_exeext
  361. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  362.   (eval $ac_link) 2>&5
  363.   ac_status=$?
  364.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  365.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  366.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  367.   (eval $ac_try) 2>&5
  368.   ac_status=$?
  369.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  370.   (exit $ac_status); }; }; then
  371.   echo "$as_me:$LINENO: result: long" >&5
  372. echo "${ECHO_T}long" >&6
  373. cat >>confdefs.h <<_ACEOF
  374. #define RANDOM_RETURN_TYPE long
  375. _ACEOF
  376. else
  377.   echo "$as_me: program exited with status $ac_status" >&5
  378. echo "$as_me: failed program was:" >&5
  379. sed 's/^/| /' conftest.$ac_ext >&5
  380. ( exit $ac_status )
  381. echo "$as_me:$LINENO: result: int" >&5
  382. echo "${ECHO_T}int" >&6
  383. cat >>confdefs.h <<_ACEOF
  384. #define RANDOM_RETURN_TYPE int
  385. _ACEOF
  386. fi
  387. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  388. fi
  389. echo "$as_me:$LINENO: checking for int8_t" >&5
  390. echo $ECHO_N "checking for int8_t... $ECHO_C" >&6
  391. if test "${ac_cv_type_int8_t+set}" = set; then
  392.   echo $ECHO_N "(cached) $ECHO_C" >&6
  393. else
  394.   cat >conftest.$ac_ext <<_ACEOF
  395. /* confdefs.h.  */
  396. _ACEOF
  397. cat confdefs.h >>conftest.$ac_ext
  398. cat >>conftest.$ac_ext <<_ACEOF
  399. /* end confdefs.h.  */
  400. $ac_includes_default
  401. int
  402. main ()
  403. {
  404. if ((int8_t *) 0)
  405.   return 0;
  406. if (sizeof (int8_t))
  407.   return 0;
  408.   ;
  409.   return 0;
  410. }
  411. _ACEOF
  412. rm -f conftest.$ac_objext
  413. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  414.   (eval $ac_compile) 2>conftest.er1
  415.   ac_status=$?
  416.   grep -v '^ *+' conftest.er1 >conftest.err
  417.   rm -f conftest.er1
  418.   cat conftest.err >&5
  419.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  420.   (exit $ac_status); } &&
  421.  { ac_try='test -z "$ac_c_werror_flag"
  422.  || test ! -s conftest.err'
  423.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  424.   (eval $ac_try) 2>&5
  425.   ac_status=$?
  426.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  427.   (exit $ac_status); }; } &&
  428.  { ac_try='test -s conftest.$ac_objext'
  429.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  430.   (eval $ac_try) 2>&5
  431.   ac_status=$?
  432.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  433.   (exit $ac_status); }; }; then
  434.   ac_cv_type_int8_t=yes
  435. else
  436.   echo "$as_me: failed program was:" >&5
  437. sed 's/^/| /' conftest.$ac_ext >&5
  438. ac_cv_type_int8_t=no
  439. fi
  440. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  441. fi
  442. echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5
  443. echo "${ECHO_T}$ac_cv_type_int8_t" >&6
  444. if test $ac_cv_type_int8_t = yes; then
  445.   :
  446. else
  447. cat >>confdefs.h <<_ACEOF
  448. #define int8_t signed char
  449. _ACEOF
  450. fi
  451. echo "$as_me:$LINENO: checking for int16_t" >&5
  452. echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
  453. if test "${ac_cv_type_int16_t+set}" = set; then
  454.   echo $ECHO_N "(cached) $ECHO_C" >&6
  455. else
  456.   cat >conftest.$ac_ext <<_ACEOF
  457. /* confdefs.h.  */
  458. _ACEOF
  459. cat confdefs.h >>conftest.$ac_ext
  460. cat >>conftest.$ac_ext <<_ACEOF
  461. /* end confdefs.h.  */
  462. $ac_includes_default
  463. int
  464. main ()
  465. {
  466. if ((int16_t *) 0)
  467.   return 0;
  468. if (sizeof (int16_t))
  469.   return 0;
  470.   ;
  471.   return 0;
  472. }
  473. _ACEOF
  474. rm -f conftest.$ac_objext
  475. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  476.   (eval $ac_compile) 2>conftest.er1
  477.   ac_status=$?
  478.   grep -v '^ *+' conftest.er1 >conftest.err
  479.   rm -f conftest.er1
  480.   cat conftest.err >&5
  481.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  482.   (exit $ac_status); } &&
  483.  { ac_try='test -z "$ac_c_werror_flag"
  484.  || test ! -s conftest.err'
  485.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  486.   (eval $ac_try) 2>&5
  487.   ac_status=$?
  488.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  489.   (exit $ac_status); }; } &&
  490.  { ac_try='test -s conftest.$ac_objext'
  491.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  492.   (eval $ac_try) 2>&5
  493.   ac_status=$?
  494.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  495.   (exit $ac_status); }; }; then
  496.   ac_cv_type_int16_t=yes
  497. else
  498.   echo "$as_me: failed program was:" >&5
  499. sed 's/^/| /' conftest.$ac_ext >&5
  500. ac_cv_type_int16_t=no
  501. fi
  502. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  503. fi
  504. echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5
  505. echo "${ECHO_T}$ac_cv_type_int16_t" >&6
  506. if test $ac_cv_type_int16_t = yes; then
  507.   :
  508. else
  509. cat >>confdefs.h <<_ACEOF
  510. #define int16_t short
  511. _ACEOF
  512. fi
  513. echo "$as_me:$LINENO: checking for int32_t" >&5
  514. echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
  515. if test "${ac_cv_type_int32_t+set}" = set; then
  516.   echo $ECHO_N "(cached) $ECHO_C" >&6
  517. else
  518.   cat >conftest.$ac_ext <<_ACEOF
  519. /* confdefs.h.  */
  520. _ACEOF
  521. cat confdefs.h >>conftest.$ac_ext
  522. cat >>conftest.$ac_ext <<_ACEOF
  523. /* end confdefs.h.  */
  524. $ac_includes_default
  525. int
  526. main ()
  527. {
  528. if ((int32_t *) 0)
  529.   return 0;
  530. if (sizeof (int32_t))
  531.   return 0;
  532.   ;
  533.   return 0;
  534. }
  535. _ACEOF
  536. rm -f conftest.$ac_objext
  537. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  538.   (eval $ac_compile) 2>conftest.er1
  539.   ac_status=$?
  540.   grep -v '^ *+' conftest.er1 >conftest.err
  541.   rm -f conftest.er1
  542.   cat conftest.err >&5
  543.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  544.   (exit $ac_status); } &&
  545.  { ac_try='test -z "$ac_c_werror_flag"
  546.  || test ! -s conftest.err'
  547.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  548.   (eval $ac_try) 2>&5
  549.   ac_status=$?
  550.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  551.   (exit $ac_status); }; } &&
  552.  { ac_try='test -s conftest.$ac_objext'
  553.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  554.   (eval $ac_try) 2>&5
  555.   ac_status=$?
  556.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  557.   (exit $ac_status); }; }; then
  558.   ac_cv_type_int32_t=yes
  559. else
  560.   echo "$as_me: failed program was:" >&5
  561. sed 's/^/| /' conftest.$ac_ext >&5
  562. ac_cv_type_int32_t=no
  563. fi
  564. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  565. fi
  566. echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
  567. echo "${ECHO_T}$ac_cv_type_int32_t" >&6
  568. if test $ac_cv_type_int32_t = yes; then
  569.   :
  570. else
  571. cat >>confdefs.h <<_ACEOF
  572. #define int32_t int
  573. _ACEOF
  574. fi
  575. echo "$as_me:$LINENO: checking for u_int8_t" >&5
  576. echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6
  577. if test "${ac_cv_type_u_int8_t+set}" = set; then
  578.   echo $ECHO_N "(cached) $ECHO_C" >&6
  579. else
  580.   cat >conftest.$ac_ext <<_ACEOF
  581. /* confdefs.h.  */
  582. _ACEOF
  583. cat confdefs.h >>conftest.$ac_ext
  584. cat >>conftest.$ac_ext <<_ACEOF
  585. /* end confdefs.h.  */
  586. $ac_includes_default
  587. int
  588. main ()
  589. {
  590. if ((u_int8_t *) 0)
  591.   return 0;
  592. if (sizeof (u_int8_t))
  593.   return 0;
  594.   ;
  595.   return 0;
  596. }
  597. _ACEOF
  598. rm -f conftest.$ac_objext
  599. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  600.   (eval $ac_compile) 2>conftest.er1
  601.   ac_status=$?
  602.   grep -v '^ *+' conftest.er1 >conftest.err
  603.   rm -f conftest.er1
  604.   cat conftest.err >&5
  605.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  606.   (exit $ac_status); } &&
  607.  { ac_try='test -z "$ac_c_werror_flag"
  608.  || test ! -s conftest.err'
  609.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  610.   (eval $ac_try) 2>&5
  611.   ac_status=$?
  612.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  613.   (exit $ac_status); }; } &&
  614.  { ac_try='test -s conftest.$ac_objext'
  615.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  616.   (eval $ac_try) 2>&5
  617.   ac_status=$?
  618.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  619.   (exit $ac_status); }; }; then
  620.   ac_cv_type_u_int8_t=yes
  621. else
  622.   echo "$as_me: failed program was:" >&5
  623. sed 's/^/| /' conftest.$ac_ext >&5
  624. ac_cv_type_u_int8_t=no
  625. fi
  626. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  627. fi
  628. echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5
  629. echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6
  630. if test $ac_cv_type_u_int8_t = yes; then
  631.   :
  632. else
  633. cat >>confdefs.h <<_ACEOF
  634. #define u_int8_t unsigned char
  635. _ACEOF
  636. fi
  637. echo "$as_me:$LINENO: checking for u_int16_t" >&5
  638. echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6
  639. if test "${ac_cv_type_u_int16_t+set}" = set; then
  640.   echo $ECHO_N "(cached) $ECHO_C" >&6
  641. else
  642.   cat >conftest.$ac_ext <<_ACEOF
  643. /* confdefs.h.  */
  644. _ACEOF
  645. cat confdefs.h >>conftest.$ac_ext
  646. cat >>conftest.$ac_ext <<_ACEOF
  647. /* end confdefs.h.  */
  648. $ac_includes_default
  649. int
  650. main ()
  651. {
  652. if ((u_int16_t *) 0)
  653.   return 0;
  654. if (sizeof (u_int16_t))
  655.   return 0;
  656.   ;
  657.   return 0;
  658. }
  659. _ACEOF
  660. rm -f conftest.$ac_objext
  661. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  662.   (eval $ac_compile) 2>conftest.er1
  663.   ac_status=$?
  664.   grep -v '^ *+' conftest.er1 >conftest.err
  665.   rm -f conftest.er1
  666.   cat conftest.err >&5
  667.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  668.   (exit $ac_status); } &&
  669.  { ac_try='test -z "$ac_c_werror_flag"
  670.  || test ! -s conftest.err'
  671.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  672.   (eval $ac_try) 2>&5
  673.   ac_status=$?
  674.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  675.   (exit $ac_status); }; } &&
  676.  { ac_try='test -s conftest.$ac_objext'
  677.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  678.   (eval $ac_try) 2>&5
  679.   ac_status=$?
  680.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  681.   (exit $ac_status); }; }; then
  682.   ac_cv_type_u_int16_t=yes
  683. else
  684.   echo "$as_me: failed program was:" >&5
  685. sed 's/^/| /' conftest.$ac_ext >&5
  686. ac_cv_type_u_int16_t=no
  687. fi
  688. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  689. fi
  690. echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5
  691. echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6
  692. if test $ac_cv_type_u_int16_t = yes; then
  693.   :
  694. else
  695. cat >>confdefs.h <<_ACEOF
  696. #define u_int16_t unsigned short
  697. _ACEOF
  698. fi
  699. echo "$as_me:$LINENO: checking for u_int32_t" >&5
  700. echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
  701. if test "${ac_cv_type_u_int32_t+set}" = set; then
  702.   echo $ECHO_N "(cached) $ECHO_C" >&6
  703. else
  704.   cat >conftest.$ac_ext <<_ACEOF
  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 ((u_int32_t *) 0)
  715.   return 0;
  716. if (sizeof (u_int32_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>conftest.er1
  725.   ac_status=$?
  726.   grep -v '^ *+' conftest.er1 >conftest.err
  727.   rm -f conftest.er1
  728.   cat conftest.err >&5
  729.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  730.   (exit $ac_status); } &&
  731.  { ac_try='test -z "$ac_c_werror_flag"
  732.  || test ! -s conftest.err'
  733.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  734.   (eval $ac_try) 2>&5
  735.   ac_status=$?
  736.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  737.   (exit $ac_status); }; } &&
  738.  { ac_try='test -s conftest.$ac_objext'
  739.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  740.   (eval $ac_try) 2>&5
  741.   ac_status=$?
  742.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  743.   (exit $ac_status); }; }; then
  744.   ac_cv_type_u_int32_t=yes
  745. else
  746.   echo "$as_me: failed program was:" >&5
  747. sed 's/^/| /' conftest.$ac_ext >&5
  748. ac_cv_type_u_int32_t=no
  749. fi
  750. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  751. fi
  752. echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
  753. echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
  754. if test $ac_cv_type_u_int32_t = yes; then
  755.   :
  756. else
  757. cat >>confdefs.h <<_ACEOF
  758. #define u_int32_t unsigned int
  759. _ACEOF
  760. fi
  761. for ac_func in strtoq strtoll
  762. do
  763. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  764. echo "$as_me:$LINENO: checking for $ac_func" >&5
  765. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  766. if eval "test "${$as_ac_var+set}" = set"; then
  767.   echo $ECHO_N "(cached) $ECHO_C" >&6
  768. else
  769.   cat >conftest.$ac_ext <<_ACEOF
  770. /* confdefs.h.  */
  771. _ACEOF
  772. cat confdefs.h >>conftest.$ac_ext
  773. cat >>conftest.$ac_ext <<_ACEOF
  774. /* end confdefs.h.  */
  775. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  776.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  777. #define $ac_func innocuous_$ac_func
  778. /* System header to define __stub macros and hopefully few prototypes,
  779.     which can conflict with char $ac_func (); below.
  780.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  781.     <limits.h> exists even on freestanding compilers.  */
  782. #ifdef __STDC__
  783. # include <limits.h>
  784. #else
  785. # include <assert.h>
  786. #endif
  787. #undef $ac_func
  788. /* Override any gcc2 internal prototype to avoid an error.  */
  789. #ifdef __cplusplus
  790. extern "C"
  791. {
  792. #endif
  793. /* We use char because int might match the return type of a gcc2
  794.    builtin and then its argument prototype would still apply.  */
  795. char $ac_func ();
  796. /* The GNU C library defines this for functions which it implements
  797.     to always fail with ENOSYS.  Some functions are actually named
  798.     something starting with __ and the normal name is an alias.  */
  799. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  800. choke me
  801. #else
  802. char (*f) () = $ac_func;
  803. #endif
  804. #ifdef __cplusplus
  805. }
  806. #endif
  807. int
  808. main ()
  809. {
  810. return f != $ac_func;
  811.   ;
  812.   return 0;
  813. }
  814. _ACEOF
  815. rm -f conftest.$ac_objext conftest$ac_exeext
  816. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  817.   (eval $ac_link) 2>conftest.er1
  818.   ac_status=$?
  819.   grep -v '^ *+' conftest.er1 >conftest.err
  820.   rm -f conftest.er1
  821.   cat conftest.err >&5
  822.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  823.   (exit $ac_status); } &&
  824.  { ac_try='test -z "$ac_c_werror_flag"
  825.  || test ! -s conftest.err'
  826.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  827.   (eval $ac_try) 2>&5
  828.   ac_status=$?
  829.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  830.   (exit $ac_status); }; } &&
  831.  { ac_try='test -s conftest$ac_exeext'
  832.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  833.   (eval $ac_try) 2>&5
  834.   ac_status=$?
  835.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  836.   (exit $ac_status); }; }; then
  837.   eval "$as_ac_var=yes"
  838. else
  839.   echo "$as_me: failed program was:" >&5
  840. sed 's/^/| /' conftest.$ac_ext >&5
  841. eval "$as_ac_var=no"
  842. fi
  843. rm -f conftest.err conftest.$ac_objext 
  844.       conftest$ac_exeext conftest.$ac_ext
  845. fi
  846. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  847. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  848. if test `eval echo '${'$as_ac_var'}'` = yes; then
  849.   cat >>confdefs.h <<_ACEOF
  850. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  851. _ACEOF
  852. fi
  853. done
  854. INT64_T_ALTERNATIVE=none
  855. HAVE_SUPPORTING_FUNC=false
  856. echo "$as_me:$LINENO: checking for long" >&5
  857. echo $ECHO_N "checking for long... $ECHO_C" >&6
  858. if test "${ac_cv_type_long+set}" = set; then
  859.   echo $ECHO_N "(cached) $ECHO_C" >&6
  860. else
  861.   cat >conftest.$ac_ext <<_ACEOF
  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 ((long *) 0)
  872.   return 0;
  873. if (sizeof (long))
  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>conftest.er1
  882.   ac_status=$?
  883.   grep -v '^ *+' conftest.er1 >conftest.err
  884.   rm -f conftest.er1
  885.   cat conftest.err >&5
  886.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  887.   (exit $ac_status); } &&
  888.  { ac_try='test -z "$ac_c_werror_flag"
  889.  || test ! -s conftest.err'
  890.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  891.   (eval $ac_try) 2>&5
  892.   ac_status=$?
  893.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  894.   (exit $ac_status); }; } &&
  895.  { ac_try='test -s conftest.$ac_objext'
  896.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  897.   (eval $ac_try) 2>&5
  898.   ac_status=$?
  899.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  900.   (exit $ac_status); }; }; then
  901.   ac_cv_type_long=yes
  902. else
  903.   echo "$as_me: failed program was:" >&5
  904. sed 's/^/| /' conftest.$ac_ext >&5
  905. ac_cv_type_long=no
  906. fi
  907. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  908. fi
  909. echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
  910. echo "${ECHO_T}$ac_cv_type_long" >&6
  911. echo "$as_me:$LINENO: checking size of long" >&5
  912. echo $ECHO_N "checking size of long... $ECHO_C" >&6
  913. if test "${ac_cv_sizeof_long+set}" = set; then
  914.   echo $ECHO_N "(cached) $ECHO_C" >&6
  915. else
  916.   if test "$ac_cv_type_long" = yes; then
  917.   # The cast to unsigned long works around a bug in the HP C Compiler
  918.   # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  919.   # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  920.   # This bug is HP SR number 8606223364.
  921.   if test "$cross_compiling" = yes; then
  922.   # Depending upon the size, compute the lo and hi bounds.
  923. cat >conftest.$ac_ext <<_ACEOF
  924. /* confdefs.h.  */
  925. _ACEOF
  926. cat confdefs.h >>conftest.$ac_ext
  927. cat >>conftest.$ac_ext <<_ACEOF
  928. /* end confdefs.h.  */
  929. $ac_includes_default
  930. int
  931. main ()
  932. {
  933. static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
  934. test_array [0] = 0
  935.   ;
  936.   return 0;
  937. }
  938. _ACEOF
  939. rm -f conftest.$ac_objext
  940. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  941.   (eval $ac_compile) 2>conftest.er1
  942.   ac_status=$?
  943.   grep -v '^ *+' conftest.er1 >conftest.err
  944.   rm -f conftest.er1
  945.   cat conftest.err >&5
  946.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  947.   (exit $ac_status); } &&
  948.  { ac_try='test -z "$ac_c_werror_flag"
  949.  || test ! -s conftest.err'
  950.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  951.   (eval $ac_try) 2>&5
  952.   ac_status=$?
  953.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  954.   (exit $ac_status); }; } &&
  955.  { ac_try='test -s conftest.$ac_objext'
  956.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  957.   (eval $ac_try) 2>&5
  958.   ac_status=$?
  959.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  960.   (exit $ac_status); }; }; then
  961.   ac_lo=0 ac_mid=0
  962.   while :; do
  963.     cat >conftest.$ac_ext <<_ACEOF
  964. /* confdefs.h.  */
  965. _ACEOF
  966. cat confdefs.h >>conftest.$ac_ext
  967. cat >>conftest.$ac_ext <<_ACEOF
  968. /* end confdefs.h.  */
  969. $ac_includes_default
  970. int
  971. main ()
  972. {
  973. static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
  974. test_array [0] = 0
  975.   ;
  976.   return 0;
  977. }
  978. _ACEOF
  979. rm -f conftest.$ac_objext
  980. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  981.   (eval $ac_compile) 2>conftest.er1
  982.   ac_status=$?
  983.   grep -v '^ *+' conftest.er1 >conftest.err
  984.   rm -f conftest.er1
  985.   cat conftest.err >&5
  986.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  987.   (exit $ac_status); } &&
  988.  { ac_try='test -z "$ac_c_werror_flag"
  989.  || test ! -s conftest.err'
  990.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  991.   (eval $ac_try) 2>&5
  992.   ac_status=$?
  993.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  994.   (exit $ac_status); }; } &&
  995.  { ac_try='test -s conftest.$ac_objext'
  996.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  997.   (eval $ac_try) 2>&5
  998.   ac_status=$?
  999.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1000.   (exit $ac_status); }; }; then
  1001.   ac_hi=$ac_mid; break
  1002. else
  1003.   echo "$as_me: failed program was:" >&5
  1004. sed 's/^/| /' conftest.$ac_ext >&5
  1005. ac_lo=`expr $ac_mid + 1`
  1006.     if test $ac_lo -le $ac_mid; then
  1007.       ac_lo= ac_hi=
  1008.       break
  1009.     fi
  1010.     ac_mid=`expr 2 '*' $ac_mid + 1`
  1011. fi
  1012. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1013.   done
  1014. else
  1015.   echo "$as_me: failed program was:" >&5
  1016. sed 's/^/| /' conftest.$ac_ext >&5
  1017. cat >conftest.$ac_ext <<_ACEOF
  1018. /* confdefs.h.  */
  1019. _ACEOF
  1020. cat confdefs.h >>conftest.$ac_ext
  1021. cat >>conftest.$ac_ext <<_ACEOF
  1022. /* end confdefs.h.  */
  1023. $ac_includes_default
  1024. int
  1025. main ()
  1026. {
  1027. static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
  1028. test_array [0] = 0
  1029.   ;
  1030.   return 0;
  1031. }
  1032. _ACEOF
  1033. rm -f conftest.$ac_objext
  1034. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1035.   (eval $ac_compile) 2>conftest.er1
  1036.   ac_status=$?
  1037.   grep -v '^ *+' conftest.er1 >conftest.err
  1038.   rm -f conftest.er1
  1039.   cat conftest.err >&5
  1040.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1041.   (exit $ac_status); } &&
  1042.  { ac_try='test -z "$ac_c_werror_flag"
  1043.  || test ! -s conftest.err'
  1044.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1045.   (eval $ac_try) 2>&5
  1046.   ac_status=$?
  1047.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1048.   (exit $ac_status); }; } &&
  1049.  { ac_try='test -s conftest.$ac_objext'
  1050.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1051.   (eval $ac_try) 2>&5
  1052.   ac_status=$?
  1053.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1054.   (exit $ac_status); }; }; then
  1055.   ac_hi=-1 ac_mid=-1
  1056.   while :; do
  1057.     cat >conftest.$ac_ext <<_ACEOF
  1058. /* confdefs.h.  */
  1059. _ACEOF
  1060. cat confdefs.h >>conftest.$ac_ext
  1061. cat >>conftest.$ac_ext <<_ACEOF
  1062. /* end confdefs.h.  */
  1063. $ac_includes_default
  1064. int
  1065. main ()
  1066. {
  1067. static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
  1068. test_array [0] = 0
  1069.   ;
  1070.   return 0;
  1071. }
  1072. _ACEOF
  1073. rm -f conftest.$ac_objext
  1074. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1075.   (eval $ac_compile) 2>conftest.er1
  1076.   ac_status=$?
  1077.   grep -v '^ *+' conftest.er1 >conftest.err
  1078.   rm -f conftest.er1
  1079.   cat conftest.err >&5
  1080.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1081.   (exit $ac_status); } &&
  1082.  { ac_try='test -z "$ac_c_werror_flag"
  1083.  || test ! -s conftest.err'
  1084.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1085.   (eval $ac_try) 2>&5
  1086.   ac_status=$?
  1087.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1088.   (exit $ac_status); }; } &&
  1089.  { ac_try='test -s conftest.$ac_objext'
  1090.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1091.   (eval $ac_try) 2>&5
  1092.   ac_status=$?
  1093.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1094.   (exit $ac_status); }; }; then
  1095.   ac_lo=$ac_mid; break
  1096. else
  1097.   echo "$as_me: failed program was:" >&5
  1098. sed 's/^/| /' conftest.$ac_ext >&5
  1099. ac_hi=`expr '(' $ac_mid ')' - 1`
  1100.        if test $ac_mid -le $ac_hi; then
  1101.  ac_lo= ac_hi=
  1102.  break
  1103.        fi
  1104.        ac_mid=`expr 2 '*' $ac_mid`
  1105. fi
  1106. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1107.   done
  1108. else
  1109.   echo "$as_me: failed program was:" >&5
  1110. sed 's/^/| /' conftest.$ac_ext >&5
  1111. ac_lo= ac_hi=
  1112. fi
  1113. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1114. fi
  1115. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1116. # Binary search between lo and hi bounds.
  1117. while test "x$ac_lo" != "x$ac_hi"; do
  1118.   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  1119.   cat >conftest.$ac_ext <<_ACEOF
  1120. /* confdefs.h.  */
  1121. _ACEOF
  1122. cat confdefs.h >>conftest.$ac_ext
  1123. cat >>conftest.$ac_ext <<_ACEOF
  1124. /* end confdefs.h.  */
  1125. $ac_includes_default
  1126. int
  1127. main ()
  1128. {
  1129. static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
  1130. test_array [0] = 0
  1131.   ;
  1132.   return 0;
  1133. }
  1134. _ACEOF
  1135. rm -f conftest.$ac_objext
  1136. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1137.   (eval $ac_compile) 2>conftest.er1
  1138.   ac_status=$?
  1139.   grep -v '^ *+' conftest.er1 >conftest.err
  1140.   rm -f conftest.er1
  1141.   cat conftest.err >&5
  1142.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1143.   (exit $ac_status); } &&
  1144.  { ac_try='test -z "$ac_c_werror_flag"
  1145.  || test ! -s conftest.err'
  1146.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1147.   (eval $ac_try) 2>&5
  1148.   ac_status=$?
  1149.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1150.   (exit $ac_status); }; } &&
  1151.  { ac_try='test -s conftest.$ac_objext'
  1152.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1153.   (eval $ac_try) 2>&5
  1154.   ac_status=$?
  1155.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1156.   (exit $ac_status); }; }; then
  1157.   ac_hi=$ac_mid
  1158. else
  1159.   echo "$as_me: failed program was:" >&5
  1160. sed 's/^/| /' conftest.$ac_ext >&5
  1161. ac_lo=`expr '(' $ac_mid ')' + 1`
  1162. fi
  1163. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1164. done
  1165. case $ac_lo in
  1166. ?*) ac_cv_sizeof_long=$ac_lo;;
  1167. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
  1168. See `config.log' for more details." >&5
  1169. echo "$as_me: error: cannot compute sizeof (long), 77
  1170. See `config.log' for more details." >&2;}
  1171.    { (exit 1); exit 1; }; } ;;
  1172. esac
  1173. else
  1174.   if test "$cross_compiling" = yes; then
  1175.   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  1176. See `config.log' for more details." >&5
  1177. echo "$as_me: error: cannot run test program while cross compiling
  1178. See `config.log' for more details." >&2;}
  1179.    { (exit 1); exit 1; }; }
  1180. else
  1181.   cat >conftest.$ac_ext <<_ACEOF
  1182. /* confdefs.h.  */
  1183. _ACEOF
  1184. cat confdefs.h >>conftest.$ac_ext
  1185. cat >>conftest.$ac_ext <<_ACEOF
  1186. /* end confdefs.h.  */
  1187. $ac_includes_default
  1188. long longval () { return (long) (sizeof (long)); }
  1189. unsigned long ulongval () { return (long) (sizeof (long)); }
  1190. #include <stdio.h>
  1191. #include <stdlib.h>
  1192. int
  1193. main ()
  1194. {
  1195.   FILE *f = fopen ("conftest.val", "w");
  1196.   if (! f)
  1197.     exit (1);
  1198.   if (((long) (sizeof (long))) < 0)
  1199.     {
  1200.       long i = longval ();
  1201.       if (i != ((long) (sizeof (long))))
  1202. exit (1);
  1203.       fprintf (f, "%ldn", i);
  1204.     }
  1205.   else
  1206.     {
  1207.       unsigned long i = ulongval ();
  1208.       if (i != ((long) (sizeof (long))))
  1209. exit (1);
  1210.       fprintf (f, "%lun", i);
  1211.     }
  1212.   exit (ferror (f) || fclose (f) != 0);
  1213.   ;
  1214.   return 0;
  1215. }
  1216. _ACEOF
  1217. rm -f conftest$ac_exeext
  1218. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1219.   (eval $ac_link) 2>&5
  1220.   ac_status=$?
  1221.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1222.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1223.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1224.   (eval $ac_try) 2>&5
  1225.   ac_status=$?
  1226.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1227.   (exit $ac_status); }; }; then
  1228.   ac_cv_sizeof_long=`cat conftest.val`
  1229. else
  1230.   echo "$as_me: program exited with status $ac_status" >&5
  1231. echo "$as_me: failed program was:" >&5
  1232. sed 's/^/| /' conftest.$ac_ext >&5
  1233. ( exit $ac_status )
  1234. { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
  1235. See `config.log' for more details." >&5
  1236. echo "$as_me: error: cannot compute sizeof (long), 77
  1237. See `config.log' for more details." >&2;}
  1238.    { (exit 1); exit 1; }; }
  1239. fi
  1240. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1241. fi
  1242. fi
  1243. rm -f conftest.val
  1244. else
  1245.   ac_cv_sizeof_long=0
  1246. fi
  1247. fi
  1248. echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
  1249. echo "${ECHO_T}$ac_cv_sizeof_long" >&6
  1250. cat >>confdefs.h <<_ACEOF
  1251. #define SIZEOF_LONG $ac_cv_sizeof_long
  1252. _ACEOF
  1253. if test $ac_cv_sizeof_long -ge 8
  1254. then
  1255. INT64_T_ALTERNATIVE=long
  1256. echo "$as_me:$LINENO: checking for strtol" >&5
  1257. echo $ECHO_N "checking for strtol... $ECHO_C" >&6
  1258. if test "${ac_cv_func_strtol+set}" = set; then
  1259.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1260. else
  1261.   cat >conftest.$ac_ext <<_ACEOF
  1262. /* confdefs.h.  */
  1263. _ACEOF
  1264. cat confdefs.h >>conftest.$ac_ext
  1265. cat >>conftest.$ac_ext <<_ACEOF
  1266. /* end confdefs.h.  */
  1267. /* Define strtol to an innocuous variant, in case <limits.h> declares strtol.
  1268.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1269. #define strtol innocuous_strtol
  1270. /* System header to define __stub macros and hopefully few prototypes,
  1271.     which can conflict with char strtol (); below.
  1272.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1273.     <limits.h> exists even on freestanding compilers.  */
  1274. #ifdef __STDC__
  1275. # include <limits.h>
  1276. #else
  1277. # include <assert.h>
  1278. #endif
  1279. #undef strtol
  1280. /* Override any gcc2 internal prototype to avoid an error.  */
  1281. #ifdef __cplusplus
  1282. extern "C"
  1283. {
  1284. #endif
  1285. /* We use char because int might match the return type of a gcc2
  1286.    builtin and then its argument prototype would still apply.  */
  1287. char strtol ();
  1288. /* The GNU C library defines this for functions which it implements
  1289.     to always fail with ENOSYS.  Some functions are actually named
  1290.     something starting with __ and the normal name is an alias.  */
  1291. #if defined (__stub_strtol) || defined (__stub___strtol)
  1292. choke me
  1293. #else
  1294. char (*f) () = strtol;
  1295. #endif
  1296. #ifdef __cplusplus
  1297. }
  1298. #endif
  1299. int
  1300. main ()
  1301. {
  1302. return f != strtol;
  1303.   ;
  1304.   return 0;
  1305. }
  1306. _ACEOF
  1307. rm -f conftest.$ac_objext conftest$ac_exeext
  1308. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1309.   (eval $ac_link) 2>conftest.er1
  1310.   ac_status=$?
  1311.   grep -v '^ *+' conftest.er1 >conftest.err
  1312.   rm -f conftest.er1
  1313.   cat conftest.err >&5
  1314.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1315.   (exit $ac_status); } &&
  1316.  { ac_try='test -z "$ac_c_werror_flag"
  1317.  || test ! -s conftest.err'
  1318.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1319.   (eval $ac_try) 2>&5
  1320.   ac_status=$?
  1321.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1322.   (exit $ac_status); }; } &&
  1323.  { ac_try='test -s conftest$ac_exeext'
  1324.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1325.   (eval $ac_try) 2>&5
  1326.   ac_status=$?
  1327.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1328.   (exit $ac_status); }; }; then
  1329.   ac_cv_func_strtol=yes
  1330. else
  1331.   echo "$as_me: failed program was:" >&5
  1332. sed 's/^/| /' conftest.$ac_ext >&5
  1333. ac_cv_func_strtol=no
  1334. fi
  1335. rm -f conftest.err conftest.$ac_objext 
  1336.       conftest$ac_exeext conftest.$ac_ext
  1337. fi
  1338. echo "$as_me:$LINENO: result: $ac_cv_func_strtol" >&5
  1339. echo "${ECHO_T}$ac_cv_func_strtol" >&6
  1340. fi
  1341. echo "$as_me:$LINENO: checking for __int64_t" >&5
  1342. echo $ECHO_N "checking for __int64_t... $ECHO_C" >&6
  1343. if test "${int64_t_HAVE___INT64_T+set}" = set; then
  1344.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1345. else
  1346. if test "$cross_compiling" = yes; then
  1347.   int64_t_HAVE___INT64_T=cross
  1348. else
  1349.   cat >conftest.$ac_ext <<_ACEOF
  1350. /* confdefs.h.  */
  1351. _ACEOF
  1352. cat confdefs.h >>conftest.$ac_ext
  1353. cat >>conftest.$ac_ext <<_ACEOF
  1354. /* end confdefs.h.  */
  1355. main() { __int64_t x; exit (sizeof(x) >= 8 ? 0 : 1); }
  1356. _ACEOF
  1357. rm -f conftest$ac_exeext
  1358. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1359.   (eval $ac_link) 2>&5
  1360.   ac_status=$?
  1361.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1362.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1363.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1364.   (eval $ac_try) 2>&5
  1365.   ac_status=$?
  1366.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1367.   (exit $ac_status); }; }; then
  1368.   int64_t_HAVE___INT64_T=yes
  1369. else
  1370.   echo "$as_me: program exited with status $ac_status" >&5
  1371. echo "$as_me: failed program was:" >&5
  1372. sed 's/^/| /' conftest.$ac_ext >&5
  1373. ( exit $ac_status )
  1374. int64_t_HAVE___INT64_T=no
  1375. fi
  1376. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1377. fi
  1378. fi
  1379. echo "$as_me:$LINENO: result: $int64_t_HAVE___INT64_T" >&5
  1380. echo "${ECHO_T}$int64_t_HAVE___INT64_T" >&6
  1381. if test x"$int64_t_HAVE___INT64_T" = x"yes" -a "x$INT64_T_ALTERNATIVE" = xnone; then
  1382. INT64_T_ALTERNATIVE=__int64_t
  1383. fi
  1384. echo "$as_me:$LINENO: checking for long long" >&5
  1385. echo $ECHO_N "checking for long long... $ECHO_C" >&6
  1386. if test "${int64_t_HAVE_LONG_LONG+set}" = set; then
  1387.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1388. else
  1389. if test "$cross_compiling" = yes; then
  1390.   int64_t_HAVE_LONG_LONG=cross
  1391. else
  1392.   cat >conftest.$ac_ext <<_ACEOF
  1393. /* confdefs.h.  */
  1394. _ACEOF
  1395. cat confdefs.h >>conftest.$ac_ext
  1396. cat >>conftest.$ac_ext <<_ACEOF
  1397. /* end confdefs.h.  */
  1398. main() { long long x; exit (sizeof(x) >= 8 ? 0 : 1); }
  1399. _ACEOF
  1400. rm -f conftest$ac_exeext
  1401. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1402.   (eval $ac_link) 2>&5
  1403.   ac_status=$?
  1404.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1405.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1406.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1407.   (eval $ac_try) 2>&5
  1408.   ac_status=$?
  1409.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1410.   (exit $ac_status); }; }; then
  1411.   int64_t_HAVE_LONG_LONG=yes
  1412. else
  1413.   echo "$as_me: program exited with status $ac_status" >&5
  1414. echo "$as_me: failed program was:" >&5
  1415. sed 's/^/| /' conftest.$ac_ext >&5
  1416. ( exit $ac_status )
  1417. int64_t_HAVE_LONG_LONG=no
  1418. fi
  1419. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1420. fi
  1421. fi
  1422. echo "$as_me:$LINENO: result: $int64_t_HAVE_LONG_LONG" >&5
  1423. echo "${ECHO_T}$int64_t_HAVE_LONG_LONG" >&6
  1424. if test x"$int64_t_HAVE_LONG_LONG" = x"yes" -a "x$INT64_T_ALTERNATIVE" = xnone; then
  1425. INT64_T_ALTERNATIVE="long long"
  1426. fi
  1427. echo "$as_me:$LINENO: checking for int64_t" >&5
  1428. echo $ECHO_N "checking for int64_t... $ECHO_C" >&6
  1429. if test "${ac_cv_type_int64_t+set}" = set; then
  1430.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1431. else
  1432.   cat >conftest.$ac_ext <<_ACEOF
  1433. /* confdefs.h.  */
  1434. _ACEOF
  1435. cat confdefs.h >>conftest.$ac_ext
  1436. cat >>conftest.$ac_ext <<_ACEOF
  1437. /* end confdefs.h.  */
  1438. #include <sys/types.h>
  1439. #if STDC_HEADERS
  1440. #include <stdlib.h>
  1441. #include <stddef.h>
  1442. #endif
  1443. _ACEOF
  1444. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1445.   $EGREP "(^|[^a-zA-Z_0-9])int64_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1446.   ac_cv_type_int64_t=yes
  1447. else
  1448.   ac_cv_type_int64_t=no
  1449. fi
  1450. rm -f conftest*
  1451. fi
  1452. echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5
  1453. echo "${ECHO_T}$ac_cv_type_int64_t" >&6
  1454. if test $ac_cv_type_int64_t = no; then
  1455.   cat >>confdefs.h <<_ACEOF
  1456. #define int64_t $INT64_T_ALTERNATIVE
  1457. _ACEOF
  1458. fi
  1459. echo "$as_me:$LINENO: checking which kind of 64-bit int to use" >&5
  1460. echo $ECHO_N "checking which kind of 64-bit int to use... $ECHO_C" >&6
  1461. if test $ac_cv_type_int64_t = yes -o "$INT64_T_ALTERNATIVE" != none
  1462. then
  1463. if test "$INT64_T_ALTERNATIVE" = long -o "$ac_cv_func_strtoq" = yes -o "$ac_cv_func_strtoll" = yes
  1464. then
  1465. cat >>confdefs.h <<_ACEOF
  1466. #define HAVE_INT64 1
  1467. _ACEOF
  1468. if test $ac_cv_type_int64_t = yes
  1469. then
  1470. echo "$as_me:$LINENO: result: int64_t" >&5
  1471. echo "${ECHO_T}int64_t" >&6
  1472. else
  1473. echo "$as_me:$LINENO: result: $INT64_T_ALTERNATIVE" >&5
  1474. echo "${ECHO_T}$INT64_T_ALTERNATIVE" >&6
  1475. fi
  1476. else
  1477. echo "$as_me:$LINENO: result: missing strto 64-bit-type" >&5
  1478. echo "${ECHO_T}missing strto 64-bit-type" >&6
  1479. fi
  1480. else
  1481. echo "$as_me:$LINENO: result: none" >&5
  1482. echo "${ECHO_T}none" >&6
  1483. fi
  1484. for ac_func in snprintf
  1485. do
  1486. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1487. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1488. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1489. if eval "test "${$as_ac_var+set}" = set"; then
  1490.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1491. else
  1492.   cat >conftest.$ac_ext <<_ACEOF
  1493. /* confdefs.h.  */
  1494. _ACEOF
  1495. cat confdefs.h >>conftest.$ac_ext
  1496. cat >>conftest.$ac_ext <<_ACEOF
  1497. /* end confdefs.h.  */
  1498. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1499.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1500. #define $ac_func innocuous_$ac_func
  1501. /* System header to define __stub macros and hopefully few prototypes,
  1502.     which can conflict with char $ac_func (); below.
  1503.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1504.     <limits.h> exists even on freestanding compilers.  */
  1505. #ifdef __STDC__
  1506. # include <limits.h>
  1507. #else
  1508. # include <assert.h>
  1509. #endif
  1510. #undef $ac_func
  1511. /* Override any gcc2 internal prototype to avoid an error.  */
  1512. #ifdef __cplusplus
  1513. extern "C"
  1514. {
  1515. #endif
  1516. /* We use char because int might match the return type of a gcc2
  1517.    builtin and then its argument prototype would still apply.  */
  1518. char $ac_func ();
  1519. /* The GNU C library defines this for functions which it implements
  1520.     to always fail with ENOSYS.  Some functions are actually named
  1521.     something starting with __ and the normal name is an alias.  */
  1522. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1523. choke me
  1524. #else
  1525. char (*f) () = $ac_func;
  1526. #endif
  1527. #ifdef __cplusplus
  1528. }
  1529. #endif
  1530. int
  1531. main ()
  1532. {
  1533. return f != $ac_func;
  1534.   ;
  1535.   return 0;
  1536. }
  1537. _ACEOF
  1538. rm -f conftest.$ac_objext conftest$ac_exeext
  1539. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1540.   (eval $ac_link) 2>conftest.er1
  1541.   ac_status=$?
  1542.   grep -v '^ *+' conftest.er1 >conftest.err
  1543.   rm -f conftest.er1
  1544.   cat conftest.err >&5
  1545.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1546.   (exit $ac_status); } &&
  1547.  { ac_try='test -z "$ac_c_werror_flag"
  1548.  || test ! -s conftest.err'
  1549.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1550.   (eval $ac_try) 2>&5
  1551.   ac_status=$?
  1552.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1553.   (exit $ac_status); }; } &&
  1554.  { ac_try='test -s conftest$ac_exeext'
  1555.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1556.   (eval $ac_try) 2>&5
  1557.   ac_status=$?
  1558.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1559.   (exit $ac_status); }; }; then
  1560.   eval "$as_ac_var=yes"
  1561. else
  1562.   echo "$as_me: failed program was:" >&5
  1563. sed 's/^/| /' conftest.$ac_ext >&5
  1564. eval "$as_ac_var=no"
  1565. fi
  1566. rm -f conftest.err conftest.$ac_objext 
  1567.       conftest$ac_exeext conftest.$ac_ext
  1568. fi
  1569. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1570. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1571. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1572.   cat >>confdefs.h <<_ACEOF
  1573. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1574. _ACEOF
  1575. fi
  1576. done
  1577. if test "$enable_static" = "yes" ; then
  1578. echo Explicitly enabling static compilation
  1579. V_STATIC="-static"
  1580. elif test "$enable_static" = "no" ; then
  1581. echo Explicitly disabling static compilation
  1582. V_STATIC=""
  1583. else
  1584. echo No explicit static compilation flag; setting V_STATIC to "$V_STATIC"
  1585. fi
  1586. #
  1587. # tcl7.x needs a dynamic loading library (unless built with the
  1588. # -disable-load flag).  Try to find the appropriate one.
  1589. if test ! -z "$V_NEED_DL" ; then
  1590. V_LIB_DL=""
  1591. case "$target" in
  1592. *-*-solaris*)
  1593. V_LIB_DL="dl"
  1594. ;;
  1595. sparc-sun-sunos*)
  1596. V_LIB_DL="dl"
  1597. ;;
  1598. *-*-bsdi2.1)
  1599. V_LIB_DL="dl"
  1600. ;;
  1601. *-*-bsdi3.0)
  1602. V_LIB_DL="dl"
  1603. ;;
  1604. *-*-hpux*)
  1605. V_LIB_DL="dld"
  1606. ;;
  1607. *-*-linux*)
  1608. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  1609. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  1610. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  1611.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1612. else
  1613.   ac_check_lib_save_LIBS=$LIBS
  1614. LIBS="-ldl  $LIBS"
  1615. cat >conftest.$ac_ext <<_ACEOF
  1616. /* confdefs.h.  */
  1617. _ACEOF
  1618. cat confdefs.h >>conftest.$ac_ext
  1619. cat >>conftest.$ac_ext <<_ACEOF
  1620. /* end confdefs.h.  */
  1621. /* Override any gcc2 internal prototype to avoid an error.  */
  1622. #ifdef __cplusplus
  1623. extern "C"
  1624. #endif
  1625. /* We use char because int might match the return type of a gcc2
  1626.    builtin and then its argument prototype would still apply.  */
  1627. char dlopen ();
  1628. int
  1629. main ()
  1630. {
  1631. dlopen ();
  1632.   ;
  1633.   return 0;
  1634. }
  1635. _ACEOF
  1636. rm -f conftest.$ac_objext conftest$ac_exeext
  1637. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1638.   (eval $ac_link) 2>conftest.er1
  1639.   ac_status=$?
  1640.   grep -v '^ *+' conftest.er1 >conftest.err
  1641.   rm -f conftest.er1
  1642.   cat conftest.err >&5
  1643.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1644.   (exit $ac_status); } &&
  1645.  { ac_try='test -z "$ac_c_werror_flag"
  1646.  || test ! -s conftest.err'
  1647.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1648.   (eval $ac_try) 2>&5
  1649.   ac_status=$?
  1650.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1651.   (exit $ac_status); }; } &&
  1652.  { ac_try='test -s conftest$ac_exeext'
  1653.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1654.   (eval $ac_try) 2>&5
  1655.   ac_status=$?
  1656.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1657.   (exit $ac_status); }; }; then
  1658.   ac_cv_lib_dl_dlopen=yes
  1659. else
  1660.   echo "$as_me: failed program was:" >&5
  1661. sed 's/^/| /' conftest.$ac_ext >&5
  1662. ac_cv_lib_dl_dlopen=no
  1663. fi
  1664. rm -f conftest.err conftest.$ac_objext 
  1665.       conftest$ac_exeext conftest.$ac_ext
  1666. LIBS=$ac_check_lib_save_LIBS
  1667. fi
  1668. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  1669. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  1670. if test $ac_cv_lib_dl_dlopen = yes; then
  1671.   V_LIB_DL="dl"
  1672. else
  1673.   V_LIB_DL="dld"
  1674. fi
  1675. ;;
  1676. esac
  1677. if test ! -z "$V_LIB_DL" ; then
  1678. case "$target" in
  1679. *-*-linux*)
  1680. ;;
  1681. *)
  1682. as_ac_Lib=`echo "ac_cv_lib_$V_LIB_DL''_main" | $as_tr_sh`
  1683. echo "$as_me:$LINENO: checking for main in -l$V_LIB_DL" >&5
  1684. echo $ECHO_N "checking for main in -l$V_LIB_DL... $ECHO_C" >&6
  1685. if eval "test "${$as_ac_Lib+set}" = set"; then
  1686.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1687. else
  1688.   ac_check_lib_save_LIBS=$LIBS
  1689. LIBS="-l$V_LIB_DL $V_STATIC $LIBS"
  1690. cat >conftest.$ac_ext <<_ACEOF
  1691. /* confdefs.h.  */
  1692. _ACEOF
  1693. cat confdefs.h >>conftest.$ac_ext
  1694. cat >>conftest.$ac_ext <<_ACEOF
  1695. /* end confdefs.h.  */
  1696. int
  1697. main ()
  1698. {
  1699. main ();
  1700.   ;
  1701.   return 0;
  1702. }
  1703. _ACEOF
  1704. rm -f conftest.$ac_objext conftest$ac_exeext
  1705. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1706.   (eval $ac_link) 2>conftest.er1
  1707.   ac_status=$?
  1708.   grep -v '^ *+' conftest.er1 >conftest.err
  1709.   rm -f conftest.er1
  1710.   cat conftest.err >&5
  1711.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1712.   (exit $ac_status); } &&
  1713.  { ac_try='test -z "$ac_c_werror_flag"
  1714.  || test ! -s conftest.err'
  1715.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1716.   (eval $ac_try) 2>&5
  1717.   ac_status=$?
  1718.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1719.   (exit $ac_status); }; } &&
  1720.  { ac_try='test -s conftest$ac_exeext'
  1721.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1722.   (eval $ac_try) 2>&5
  1723.   ac_status=$?
  1724.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1725.   (exit $ac_status); }; }; then
  1726.   eval "$as_ac_Lib=yes"
  1727. else
  1728.   echo "$as_me: failed program was:" >&5
  1729. sed 's/^/| /' conftest.$ac_ext >&5
  1730. eval "$as_ac_Lib=no"
  1731. fi
  1732. rm -f conftest.err conftest.$ac_objext 
  1733.       conftest$ac_exeext conftest.$ac_ext
  1734. LIBS=$ac_check_lib_save_LIBS
  1735. fi
  1736. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
  1737. echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
  1738. if test `eval echo '${'$as_ac_Lib'}'` = yes; then
  1739.   cat >>confdefs.h <<_ACEOF
  1740. #define `echo "HAVE_LIB$V_LIB_DL" | $as_tr_cpp` 1
  1741. _ACEOF
  1742.   LIBS="-l$V_LIB_DL $LIBS"
  1743. else
  1744.   V_LIB_DL=""
  1745. fi
  1746. ;;
  1747. esac
  1748. fi
  1749. if test ! -z "$V_LIB_DL" ; then
  1750. case "$target" in
  1751. *-*-bsdi*)
  1752. ;;
  1753. *-*-linux*)
  1754. if test -z "$V_STATIC" ; then
  1755. V_LIB="$V_LIB -l$V_LIB_DL"
  1756. fi
  1757. ;;
  1758. *)
  1759. V_LIB="$V_LIB -l$V_LIB_DL"
  1760. ;;
  1761. esac
  1762. else
  1763. echo "no dynamic load lib"
  1764. fi
  1765. fi
  1766. if test "$host_cpu" = alpha ; then
  1767. V_DEFINE="$V_DEFINE -DINT_64=u_long"
  1768. fi
  1769. # various include hacks
  1770. dirs="/usr/src/local/include-fixes 
  1771. /import/mcast/include"
  1772. for dir in $dirs; do
  1773. if test -d $dir ; then
  1774. V_INCLUDE="$V_INCLUDE -I$dir"
  1775. fi
  1776. done
  1777. # always use -g with gcc during development (even with -O)
  1778. # force noline so that we can debug all functions
  1779. if test "$CC" = gcc && test -f .devel ; then
  1780. V_CCOPT="$V_CCOPT -g -Wall -Werror"
  1781. V_DEFINE="$V_DEFINE -fsigned-char -fno-inline"
  1782. fi
  1783. V_DEFINE="$V_DEFINE $V_SHM"
  1784. V_TAR_TARGET=$target_os
  1785. absolutize_list() {
  1786.     tmp=""
  1787.     for p
  1788.     do
  1789. case $p in
  1790. -L* | -I*) tmp="$tmp `absolutize $p`";;
  1791. *) tmp="$tmp $p";;
  1792.         esac
  1793.     done
  1794.     echo $tmp
  1795. }
  1796. # Replace relative path with absolute path
  1797. V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
  1798. V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
  1799. V_LIB_TCL=`absolutize_list $V_LIB_TCL`
  1800. V_LIB_TK=`absolutize_list $V_LIB_TK`
  1801. V_LIBS=`absolutize_list $V_LIBS`
  1802. V_INCLUDES=`absolutize_list $V_INCLUDES`
  1803. # Since SMASH and MASH need different sets of libraries, we
  1804. # use each lib definition seperately instead of using V_LIBS.
  1805. # Find a good install program.  We prefer a C program (faster),
  1806. # so one script is as good as another.  But avoid the broken or
  1807. # incompatible versions:
  1808. # SysV /etc/install, /usr/sbin/install
  1809. # SunOS /usr/etc/install
  1810. # IRIX /sbin/install
  1811. # AIX /bin/install
  1812. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1813. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1814. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1815. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1816. # OS/2's system install, which has a completely different semantic
  1817. # ./install, which can be erroneously created by make from ./install.sh.
  1818. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1819. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1820. if test -z "$INSTALL"; then
  1821. if test "${ac_cv_path_install+set}" = set; then
  1822.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1823. else
  1824.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1825. for as_dir in $PATH
  1826. do
  1827.   IFS=$as_save_IFS
  1828.   test -z "$as_dir" && as_dir=.
  1829.   # Account for people who put trailing slashes in PATH elements.
  1830. case $as_dir/ in
  1831.   ./ | .// | /cC/* | 
  1832.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  1833.   ?:\/os2\/install\/* | ?:\/OS2\/INSTALL\/* | 
  1834.   /usr/ucb/* ) ;;
  1835.   *)
  1836.     # OSF1 and SCO ODT 3.0 have their own names for install.
  1837.     # Don't use installbsd from OSF since it installs stuff as root
  1838.     # by default.
  1839.     for ac_prog in ginstall scoinst install; do
  1840.       for ac_exec_ext in '' $ac_executable_extensions; do
  1841. if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1842.   if test $ac_prog = install &&
  1843.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1844.     # AIX install.  It has an incompatible calling convention.
  1845.     :
  1846.   elif test $ac_prog = install &&
  1847.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1848.     # program-specific install script used by HP pwplus--don't use.
  1849.     :
  1850.   else
  1851.     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1852.     break 3
  1853.   fi
  1854. fi
  1855.       done
  1856.     done
  1857.     ;;
  1858. esac
  1859. done
  1860. fi
  1861.   if test "${ac_cv_path_install+set}" = set; then
  1862.     INSTALL=$ac_cv_path_install
  1863.   else
  1864.     # As a last resort, use the slow shell script.  We don't cache a
  1865.     # path for INSTALL within a source directory, because that will
  1866.     # break other packages using the cache if that directory is
  1867.     # removed, or if the path is relative.
  1868.     INSTALL=$ac_install_sh
  1869.   fi
  1870. fi
  1871. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1872. echo "${ECHO_T}$INSTALL" >&6
  1873. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1874. # It thinks the first close brace ends the variable substitution.
  1875. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1876. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1877. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1878.           ac_config_files="$ac_config_files Makefile"
  1879. cat >confcache <<_ACEOF
  1880. # This file is a shell script that caches the results of configure
  1881. # tests run on this system so they can be shared between configure
  1882. # scripts and configure runs, see configure's option --config-cache.
  1883. # It is not useful on other systems.  If it contains results you don't
  1884. # want to keep, you may remove or edit it.
  1885. #
  1886. # config.status only pays attention to the cache file if you give it
  1887. # the --recheck option to rerun configure.
  1888. #
  1889. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1890. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1891. # following values.
  1892. _ACEOF
  1893. # The following way of writing the cache mishandles newlines in values,
  1894. # but we know of no workaround that is simple, portable, and efficient.
  1895. # So, don't put newlines in cache variables' values.
  1896. # Ultrix sh set writes to stderr and can't be redirected directly,
  1897. # and sets the high bit in the cache file unless we assign to the vars.
  1898. {
  1899.   (set) 2>&1 |
  1900.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1901.     *ac_space= *)
  1902.       # `set' does not quote correctly, so add quotes (double-quote
  1903.       # substitution turns \\ into \, and sed turns \ into ).
  1904.       sed -n 
  1905. "s/'/'\\''/g;
  1906.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1907.       ;;
  1908.     *)
  1909.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1910.       sed -n 
  1911. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1912.       ;;
  1913.     esac;
  1914. } |
  1915.   sed '
  1916.      t clear
  1917.      : clear
  1918.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1919.      t end
  1920.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  1921.      : end' >>confcache
  1922. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1923.   if test -w $cache_file; then
  1924.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1925.     cat confcache >$cache_file
  1926.   else
  1927.     echo "not updating unwritable cache $cache_file"
  1928.   fi
  1929. fi
  1930. rm -f confcache
  1931. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1932. # Let make expand exec_prefix.
  1933. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1934. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1935. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1936. # trailing colons and then remove the whole line if VPATH becomes empty
  1937. # (actually we leave an empty line to preserve line numbers).
  1938. if test "x$srcdir" = x.; then
  1939.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  1940. s/:*$(srcdir):*/:/;
  1941. s/:*${srcdir}:*/:/;
  1942. s/:*@srcdir@:*/:/;
  1943. s/^([^=]*=[  ]*):*/1/;
  1944. s/:*$//;
  1945. s/^[^=]*=[  ]*$//;
  1946. }'
  1947. fi
  1948. DEFS=-DHAVE_CONFIG_H
  1949. ac_libobjs=
  1950. ac_ltlibobjs=
  1951. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1952.   # 1. Remove the extension, and $U if already installed.
  1953.   ac_i=`echo "$ac_i" |
  1954.  sed 's/$U././;s/.o$//;s/.obj$//'`
  1955.   # 2. Add them.
  1956.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  1957.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1958. done
  1959. LIBOBJS=$ac_libobjs
  1960. LTLIBOBJS=$ac_ltlibobjs
  1961. : ${CONFIG_STATUS=./config.status}
  1962. ac_clean_files_save=$ac_clean_files
  1963. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1964. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1965. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1966. cat >$CONFIG_STATUS <<_ACEOF
  1967. #! $SHELL
  1968. # Generated by $as_me.
  1969. # Run this file to recreate the current configuration.
  1970. # Compiler output produced by configure, useful for debugging
  1971. # configure, is in config.log if it exists.
  1972. debug=false
  1973. ac_cs_recheck=false
  1974. ac_cs_silent=false
  1975. SHELL=${CONFIG_SHELL-$SHELL}
  1976. _ACEOF
  1977. cat >>$CONFIG_STATUS <<_ACEOF
  1978. ## --------------------- ##
  1979. ## M4sh Initialization.  ##
  1980. ## --------------------- ##
  1981. # Be Bourne compatible
  1982. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1983.   emulate sh
  1984.   NULLCMD=:
  1985.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1986.   # is contrary to our usage.  Disable this feature.
  1987.   alias -g '${1+"$@"}'='"$@"'
  1988. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  1989.   set -o posix
  1990. fi
  1991. DUALCASE=1; export DUALCASE # for MKS sh
  1992. # Support unset when possible.
  1993. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1994.   as_unset=unset
  1995. else
  1996.   as_unset=false
  1997. fi
  1998. # Work around bugs in pre-3.0 UWIN ksh.
  1999. $as_unset ENV MAIL MAILPATH
  2000. PS1='$ '
  2001. PS2='> '
  2002. PS4='+ '
  2003. # NLS nuisances.
  2004. for as_var in 
  2005.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2006.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2007.   LC_TELEPHONE LC_TIME
  2008. do
  2009.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2010.     eval $as_var=C; export $as_var
  2011.   else
  2012.     $as_unset $as_var
  2013.   fi
  2014. done
  2015. # Required to use basename.
  2016. if expr a : '(a)' >/dev/null 2>&1; then
  2017.   as_expr=expr
  2018. else
  2019.   as_expr=false
  2020. fi
  2021. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2022.   as_basename=basename
  2023. else
  2024.   as_basename=false
  2025. fi
  2026. # Name of the executable.
  2027. as_me=`$as_basename "$0" ||
  2028. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2029.  X"$0" : 'X(//)$' | 
  2030.  X"$0" : 'X(/)$' | 
  2031.  .     : '(.)' 2>/dev/null ||
  2032. echo X/"$0" |
  2033.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2034.      /^X/(//)$/{ s//1/; q; }
  2035.      /^X/(/).*/{ s//1/; q; }
  2036.      s/.*/./; q'`
  2037. # PATH needs CR, and LINENO needs CR and PATH.
  2038. # Avoid depending upon Character Ranges.
  2039. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2040. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2041. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2042. as_cr_digits='0123456789'
  2043. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2044. # The user is always right.
  2045. if test "${PATH_SEPARATOR+set}" != set; then
  2046.   echo "#! /bin/sh" >conf$$.sh
  2047.   echo  "exit 0"   >>conf$$.sh
  2048.   chmod +x conf$$.sh
  2049.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2050.     PATH_SEPARATOR=';'
  2051.   else
  2052.     PATH_SEPARATOR=:
  2053.   fi
  2054.   rm -f conf$$.sh
  2055. fi
  2056.   as_lineno_1=$LINENO
  2057.   as_lineno_2=$LINENO
  2058.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2059.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2060.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2061.   # Find who we are.  Look in the path if we contain no path at all
  2062.   # relative or not.
  2063.   case $0 in
  2064.     *[\/]* ) as_myself=$0 ;;
  2065.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2066. for as_dir in $PATH
  2067. do
  2068.   IFS=$as_save_IFS
  2069.   test -z "$as_dir" && as_dir=.
  2070.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2071. done
  2072.        ;;
  2073.   esac
  2074.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2075.   # in which case we are not to be found in the path.
  2076.   if test "x$as_myself" = x; then
  2077.     as_myself=$0
  2078.   fi
  2079.   if test ! -f "$as_myself"; then
  2080.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2081. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2082.    { (exit 1); exit 1; }; }
  2083.   fi
  2084.   case $CONFIG_SHELL in
  2085.   '')
  2086.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2087. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2088. do
  2089.   IFS=$as_save_IFS
  2090.   test -z "$as_dir" && as_dir=.
  2091.   for as_base in sh bash ksh sh5; do
  2092.  case $as_dir in
  2093.  /*)
  2094.    if ("$as_dir/$as_base" -c '
  2095.   as_lineno_1=$LINENO
  2096.   as_lineno_2=$LINENO
  2097.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2098.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2099.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2100.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2101.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2102.      CONFIG_SHELL=$as_dir/$as_base
  2103.      export CONFIG_SHELL
  2104.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2105.    fi;;
  2106.  esac
  2107.        done
  2108. done
  2109. ;;
  2110.   esac
  2111.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2112.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2113.   # line-number line before each line; the second 'sed' does the real
  2114.   # work.  The second script uses 'N' to pair each line-number line
  2115.   # with the numbered line, and appends trailing '-' during
  2116.   # substitution so that $LINENO is not a special case at line end.
  2117.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2118.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2119.   sed '=' <$as_myself |
  2120.     sed '
  2121.       N
  2122.       s,$,-,
  2123.       : loop
  2124.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2125.       t loop
  2126.       s,-$,,
  2127.       s,^['$as_cr_digits']*n,,
  2128.     ' >$as_me.lineno &&
  2129.   chmod +x $as_me.lineno ||
  2130.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2131. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2132.    { (exit 1); exit 1; }; }
  2133.   # Don't try to exec as it changes $[0], causing all sort of problems
  2134.   # (the dirname of $[0] is not the place where we might find the
  2135.   # original and so on.  Autoconf is especially sensible to this).
  2136.   . ./$as_me.lineno
  2137.   # Exit status is that of the last command.
  2138.   exit
  2139. }
  2140. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2141.   *c*,-n*) ECHO_N= ECHO_C='
  2142. ' ECHO_T=' ' ;;
  2143.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2144.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2145. esac
  2146. if expr a : '(a)' >/dev/null 2>&1; then
  2147.   as_expr=expr
  2148. else
  2149.   as_expr=false
  2150. fi
  2151. rm -f conf$$ conf$$.exe conf$$.file
  2152. echo >conf$$.file
  2153. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2154.   # We could just check for DJGPP; but this test a) works b) is more generic
  2155.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2156.   if test -f conf$$.exe; then
  2157.     # Don't use ln at all; we don't have any links
  2158.     as_ln_s='cp -p'
  2159.   else
  2160.     as_ln_s='ln -s'
  2161.   fi
  2162. elif ln conf$$.file conf$$ 2>/dev/null; then
  2163.   as_ln_s=ln
  2164. else
  2165.   as_ln_s='cp -p'
  2166. fi
  2167. rm -f conf$$ conf$$.exe conf$$.file
  2168. if mkdir -p . 2>/dev/null; then
  2169.   as_mkdir_p=:
  2170. else
  2171.   test -d ./-p && rmdir ./-p
  2172.   as_mkdir_p=false
  2173. fi
  2174. as_executable_p="test -f"
  2175. # Sed expression to map a string onto a valid CPP name.
  2176. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2177. # Sed expression to map a string onto a valid variable name.
  2178. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2179. # IFS
  2180. # We need space, tab and new line, in precisely that order.
  2181. as_nl='
  2182. '
  2183. IFS="  $as_nl"
  2184. # CDPATH.
  2185. $as_unset CDPATH
  2186. exec 6>&1
  2187. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2188. # report actual input values of CONFIG_FILES etc. instead of their
  2189. # values after options handling.  Logging --version etc. is OK.
  2190. exec 5>>config.log
  2191. {
  2192.   echo
  2193.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2194. ## Running $as_me. ##
  2195. _ASBOX
  2196. } >&5
  2197. cat >&5 <<_CSEOF
  2198. This file was extended by $as_me, which was
  2199. generated by GNU Autoconf 2.59.  Invocation command line was
  2200.   CONFIG_FILES    = $CONFIG_FILES
  2201.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2202.   CONFIG_LINKS    = $CONFIG_LINKS
  2203.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2204.   $ $0 $@
  2205. _CSEOF
  2206. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2207. echo >&5
  2208. _ACEOF
  2209. # Files that config.status was made for.
  2210. if test -n "$ac_config_files"; then
  2211.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2212. fi
  2213. if test -n "$ac_config_headers"; then
  2214.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2215. fi
  2216. if test -n "$ac_config_links"; then
  2217.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2218. fi
  2219. if test -n "$ac_config_commands"; then
  2220.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2221. fi
  2222. cat >>$CONFIG_STATUS <<_ACEOF
  2223. ac_cs_usage="
  2224. `$as_me' instantiates files from templates according to the
  2225. current configuration.
  2226. Usage: $0 [OPTIONS] [FILE]...
  2227.   -h, --help       print this help, then exit
  2228.   -V, --version    print version number, then exit
  2229.   -q, --quiet      do not print progress messages
  2230.   -d, --debug      don't remove temporary files
  2231.       --recheck    update $as_me by reconfiguring in the same conditions
  2232.   --file=FILE[:TEMPLATE]
  2233.    instantiate the configuration file FILE
  2234.   --header=FILE[:TEMPLATE]
  2235.    instantiate the configuration header FILE
  2236. Configuration files:
  2237. $config_files
  2238. Configuration headers:
  2239. $config_headers
  2240. Report bugs to <bug-autoconf@gnu.org>."
  2241. _ACEOF
  2242. cat >>$CONFIG_STATUS <<_ACEOF
  2243. ac_cs_version="\
  2244. config.status
  2245. configured by $0, generated by GNU Autoconf 2.59,
  2246.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2247. Copyright (C) 2003 Free Software Foundation, Inc.
  2248. This config.status script is free software; the Free Software Foundation
  2249. gives unlimited permission to copy, distribute and modify it."
  2250. srcdir=$srcdir
  2251. INSTALL="$INSTALL"
  2252. _ACEOF
  2253. cat >>$CONFIG_STATUS <<_ACEOF
  2254. # If no file are specified by the user, then we need to provide default
  2255. # value.  By we need to know if files were specified by the user.
  2256. ac_need_defaults=:
  2257. while test $# != 0
  2258. do
  2259.   case $1 in
  2260.   --*=*)
  2261.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2262.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2263.     ac_shift=:
  2264.     ;;
  2265.   -*)
  2266.     ac_option=$1
  2267.     ac_optarg=$2
  2268.     ac_shift=shift
  2269.     ;;
  2270.   *) # This is not an option, so the user has probably given explicit
  2271.      # arguments.
  2272.      ac_option=$1
  2273.      ac_need_defaults=false;;
  2274.   esac
  2275.   case $ac_option in
  2276.   # Handling of the options.
  2277. _ACEOF
  2278. cat >>$CONFIG_STATUS <<_ACEOF
  2279.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2280.     ac_cs_recheck=: ;;
  2281.   --version | --vers* | -V )
  2282.     echo "$ac_cs_version"; exit 0 ;;
  2283.   --he | --h)
  2284.     # Conflict between --help and --header
  2285.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2286. Try `$0 --help' for more information." >&5
  2287. echo "$as_me: error: ambiguous option: $1
  2288. Try `$0 --help' for more information." >&2;}
  2289.    { (exit 1); exit 1; }; };;
  2290.   --help | --hel | -h )
  2291.     echo "$ac_cs_usage"; exit 0 ;;
  2292.   --debug | --d* | -d )
  2293.     debug=: ;;
  2294.   --file | --fil | --fi | --f )
  2295.     $ac_shift
  2296.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2297.     ac_need_defaults=false;;
  2298.   --header | --heade | --head | --hea )
  2299.     $ac_shift
  2300.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2301.     ac_need_defaults=false;;
  2302.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2303.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2304.     ac_cs_silent=: ;;
  2305.   # This is an error.
  2306.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2307. Try `$0 --help' for more information." >&5
  2308. echo "$as_me: error: unrecognized option: $1
  2309. Try `$0 --help' for more information." >&2;}
  2310.    { (exit 1); exit 1; }; } ;;
  2311.   *) ac_config_targets="$ac_config_targets $1" ;;
  2312.   esac
  2313.   shift
  2314. done
  2315. ac_configure_extra_args=
  2316. if $ac_cs_silent; then
  2317.   exec 6>/dev/null
  2318.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2319. fi
  2320. _ACEOF
  2321. cat >>$CONFIG_STATUS <<_ACEOF
  2322. if $ac_cs_recheck; then
  2323.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2324.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2325. fi
  2326. _ACEOF
  2327. cat >>$CONFIG_STATUS <<_ACEOF
  2328. for ac_config_target in $ac_config_targets
  2329. do
  2330.   case "$ac_config_target" in
  2331.   # Handling of arguments.
  2332.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2333.   "autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
  2334.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2335. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2336.    { (exit 1); exit 1; }; };;
  2337.   esac
  2338. done
  2339. # If the user did not use the arguments to specify the items to instantiate,
  2340. # then the envvar interface is used.  Set only those that are not.
  2341. # We use the long form for the default assignment because of an extremely
  2342. # bizarre bug on SunOS 4.1.3.
  2343. if $ac_need_defaults; then
  2344.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2345.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2346. fi
  2347. # Have a temporary directory for convenience.  Make it in the build tree
  2348. # simply because there is no reason to put it here, and in addition,
  2349. # creating and moving files from /tmp can sometimes cause problems.
  2350. # Create a temporary directory, and hook for its removal unless debugging.
  2351. $debug ||
  2352. {
  2353.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2354.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2355. }
  2356. # Create a (secure) tmp directory for tmp files.
  2357. {
  2358.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2359.   test -n "$tmp" && test -d "$tmp"
  2360. }  ||
  2361. {
  2362.   tmp=./confstat$$-$RANDOM
  2363.   (umask 077 && mkdir $tmp)
  2364. } ||
  2365. {
  2366.    echo "$me: cannot create a temporary directory in ." >&2
  2367.    { (exit 1); exit 1; }
  2368. }
  2369. _ACEOF
  2370. cat >>$CONFIG_STATUS <<_ACEOF
  2371. #
  2372. # CONFIG_FILES section.
  2373. #
  2374. # No need to generate the scripts if there are no CONFIG_FILES.
  2375. # This happens for instance when ./config.status config.h
  2376. if test -n "$CONFIG_FILES"; then
  2377.   # Protect against being on the right side of a sed subst in config.status.
  2378.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2379.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2380. s,@SHELL@,$SHELL,;t t
  2381. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2382. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2383. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2384. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2385. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2386. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2387. s,@exec_prefix@,$exec_prefix,;t t
  2388. s,@prefix@,$prefix,;t t
  2389. s,@program_transform_name@,$program_transform_name,;t t
  2390. s,@bindir@,$bindir,;t t
  2391. s,@sbindir@,$sbindir,;t t
  2392. s,@libexecdir@,$libexecdir,;t t
  2393. s,@datadir@,$datadir,;t t
  2394. s,@sysconfdir@,$sysconfdir,;t t
  2395. s,@sharedstatedir@,$sharedstatedir,;t t
  2396. s,@localstatedir@,$localstatedir,;t t
  2397. s,@libdir@,$libdir,;t t
  2398. s,@includedir@,$includedir,;t t
  2399. s,@oldincludedir@,$oldincludedir,;t t
  2400. s,@infodir@,$infodir,;t t
  2401. s,@mandir@,$mandir,;t t
  2402. s,@build_alias@,$build_alias,;t t
  2403. s,@host_alias@,$host_alias,;t t
  2404. s,@target_alias@,$target_alias,;t t
  2405. s,@DEFS@,$DEFS,;t t
  2406. s,@ECHO_C@,$ECHO_C,;t t
  2407. s,@ECHO_N@,$ECHO_N,;t t
  2408. s,@ECHO_T@,$ECHO_T,;t t
  2409. s,@LIBS@,$LIBS,;t t
  2410. s,@CC@,$CC,;t t
  2411. s,@CFLAGS@,$CFLAGS,;t t
  2412. s,@LDFLAGS@,$LDFLAGS,;t t
  2413. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2414. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2415. s,@EXEEXT@,$EXEEXT,;t t
  2416. s,@OBJEXT@,$OBJEXT,;t t
  2417. s,@CPP@,$CPP,;t t
  2418. s,@EGREP@,$EGREP,;t t
  2419. s,@build@,$build,;t t
  2420. s,@build_cpu@,$build_cpu,;t t
  2421. s,@build_vendor@,$build_vendor,;t t
  2422. s,@build_os@,$build_os,;t t
  2423. s,@host@,$host,;t t
  2424. s,@host_cpu@,$host_cpu,;t t
  2425. s,@host_vendor@,$host_vendor,;t t
  2426. s,@host_os@,$host_os,;t t
  2427. s,@target@,$target,;t t
  2428. s,@target_cpu@,$target_cpu,;t t
  2429. s,@target_vendor@,$target_vendor,;t t
  2430. s,@target_os@,$target_os,;t t
  2431. s,@CXX@,$CXX,;t t
  2432. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2433. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2434. s,@V_INCLUDE_X11@,$V_INCLUDE_X11,;t t
  2435. s,@V_LIB_X11@,$V_LIB_X11,;t t
  2436. s,@V_TCL_LIBRARY_FILES@,$V_TCL_LIBRARY_FILES,;t t
  2437. s,@V_TCLSH@,$V_TCLSH,;t t
  2438. s,@V_LIBRARY_TCL@,$V_LIBRARY_TCL,;t t
  2439. s,@V_TKDOSNAMES@,$V_TKDOSNAMES,;t t
  2440. s,@V_LIBRARY_TK@,$V_LIBRARY_TK,;t t
  2441. s,@V_TCL2CPP@,$V_TCL2CPP,;t t
  2442. s,@V_INCLUDES@,$V_INCLUDES,;t t
  2443. s,@V_LIBS@,$V_LIBS,;t t
  2444. s,@V_DEFINES@,$V_DEFINES,;t t
  2445. s,@V_STATIC@,$V_STATIC,;t t
  2446. s,@V_TAR_TARGET@,$V_TAR_TARGET,;t t
  2447. s,@V_LIB_TCLCL@,$V_LIB_TCLCL,;t t
  2448. s,@V_LIB_OTCL@,$V_LIB_OTCL,;t t
  2449. s,@V_LIB_TCL@,$V_LIB_TCL,;t t
  2450. s,@V_LIB_TK@,$V_LIB_TK,;t t
  2451. s,@V_ALL@,$V_ALL,;t t
  2452. s,@V_CCOPT@,$V_CCOPT,;t t
  2453. s,@V_TAR_EXTRA@,$V_TAR_EXTRA,;t t
  2454. s,@V_LIB@,$V_LIB,;t t
  2455. s,@V_DEFINE@,$V_DEFINE,;t t
  2456. s,@V_SIGRET@,$V_SIGRET,;t t
  2457. s,@V_SHELL@,$V_SHELL,;t t
  2458. s,@V_TARCMD@,$V_TARCMD,;t t
  2459. s,@V_INCLUDE@,$V_INCLUDE,;t t
  2460. s,@V_OBJ@,$V_OBJ,;t t
  2461. s,@V_BROKEN_OBJ@,$V_BROKEN_OBJ,;t t
  2462. s,@V_OBJ_CRYPT@,$V_OBJ_CRYPT,;t t
  2463. s,@V_RANLIB@,$V_RANLIB,;t t
  2464. s,@V_AR@,$V_AR,;t t
  2465. s,@V_STLOBJ@,$V_STLOBJ,;t t
  2466. s,@V_NS_TCL_LIB_STL@,$V_NS_TCL_LIB_STL,;t t
  2467. s,@V_LSSCRIPT@,$V_LSSCRIPT,;t t
  2468. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2469. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2470. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2471. s,@LIBOBJS@,$LIBOBJS,;t t
  2472. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2473. CEOF
  2474. _ACEOF
  2475.   cat >>$CONFIG_STATUS <<_ACEOF
  2476.   # Split the substitutions into bite-sized pieces for seds with
  2477.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2478.   ac_max_sed_lines=48
  2479.   ac_sed_frag=1 # Number of current file.
  2480.   ac_beg=1 # First line for current file.
  2481.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2482.   ac_more_lines=:
  2483.   ac_sed_cmds=
  2484.   while $ac_more_lines; do
  2485.     if test $ac_beg -gt 1; then
  2486.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2487.     else
  2488.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2489.     fi
  2490.     if test ! -s $tmp/subs.frag; then
  2491.       ac_more_lines=false
  2492.     else
  2493.       # The purpose of the label and of the branching condition is to
  2494.       # speed up the sed processing (if there are no `@' at all, there
  2495.       # is no need to browse any of the substitutions).
  2496.       # These are the two extra sed commands mentioned above.
  2497.       (echo ':t
  2498.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2499.       if test -z "$ac_sed_cmds"; then
  2500. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2501.       else
  2502. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2503.       fi
  2504.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2505.       ac_beg=$ac_end
  2506.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2507.     fi
  2508.   done
  2509.   if test -z "$ac_sed_cmds"; then
  2510.     ac_sed_cmds=cat
  2511.   fi
  2512. fi # test -n "$CONFIG_FILES"
  2513. _ACEOF
  2514. cat >>$CONFIG_STATUS <<_ACEOF
  2515. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2516.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2517.   case $ac_file in
  2518.   - | *:- | *:-:* ) # input from stdin
  2519. cat >$tmp/stdin
  2520. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2521. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2522.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2523. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2524.   * )   ac_file_in=$ac_file.in ;;
  2525.   esac
  2526.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2527.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2528. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2529.  X"$ac_file" : 'X(//)[^/]' | 
  2530.  X"$ac_file" : 'X(//)$' | 
  2531.  X"$ac_file" : 'X(/)' | 
  2532.  .     : '(.)' 2>/dev/null ||
  2533. echo X"$ac_file" |
  2534.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2535.      /^X(//)[^/].*/{ s//1/; q; }
  2536.      /^X(//)$/{ s//1/; q; }
  2537.      /^X(/).*/{ s//1/; q; }
  2538.      s/.*/./; q'`
  2539.   { if $as_mkdir_p; then
  2540.     mkdir -p "$ac_dir"
  2541.   else
  2542.     as_dir="$ac_dir"
  2543.     as_dirs=
  2544.     while test ! -d "$as_dir"; do
  2545.       as_dirs="$as_dir $as_dirs"
  2546.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2547. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2548.  X"$as_dir" : 'X(//)[^/]' | 
  2549.  X"$as_dir" : 'X(//)$' | 
  2550.  X"$as_dir" : 'X(/)' | 
  2551.  .     : '(.)' 2>/dev/null ||
  2552. echo X"$as_dir" |
  2553.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2554.      /^X(//)[^/].*/{ s//1/; q; }
  2555.      /^X(//)$/{ s//1/; q; }
  2556.      /^X(/).*/{ s//1/; q; }
  2557.      s/.*/./; q'`
  2558.     done
  2559.     test ! -n "$as_dirs" || mkdir $as_dirs
  2560.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2561. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2562.    { (exit 1); exit 1; }; }; }
  2563.   ac_builddir=.
  2564. if test "$ac_dir" != .; then
  2565.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2566.   # A "../" for each directory in $ac_dir_suffix.
  2567.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2568. else
  2569.   ac_dir_suffix= ac_top_builddir=
  2570. fi
  2571. case $srcdir in
  2572.   .)  # No --srcdir option.  We are building in place.
  2573.     ac_srcdir=.
  2574.     if test -z "$ac_top_builddir"; then
  2575.        ac_top_srcdir=.
  2576.     else
  2577.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2578.     fi ;;
  2579.   [\/]* | ?:[\/]* )  # Absolute path.
  2580.     ac_srcdir=$srcdir$ac_dir_suffix;
  2581.     ac_top_srcdir=$srcdir ;;
  2582.   *) # Relative path.
  2583.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2584.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2585. esac
  2586. # Do not use `cd foo && pwd` to compute absolute paths, because
  2587. # the directories may not exist.
  2588. case `pwd` in
  2589. .) ac_abs_builddir="$ac_dir";;
  2590. *)
  2591.   case "$ac_dir" in
  2592.   .) ac_abs_builddir=`pwd`;;
  2593.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  2594.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  2595.   esac;;
  2596. esac
  2597. case $ac_abs_builddir in
  2598. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  2599. *)
  2600.   case ${ac_top_builddir}. in
  2601.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  2602.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  2603.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  2604.   esac;;
  2605. esac
  2606. case $ac_abs_builddir in
  2607. .) ac_abs_srcdir=$ac_srcdir;;
  2608. *)
  2609.   case $ac_srcdir in
  2610.   .) ac_abs_srcdir=$ac_abs_builddir;;
  2611.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  2612.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  2613.   esac;;
  2614. esac
  2615. case $ac_abs_builddir in
  2616. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  2617. *)
  2618.   case $ac_top_srcdir in
  2619.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  2620.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  2621.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  2622.   esac;;
  2623. esac
  2624.   case $INSTALL in
  2625.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2626.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2627.   esac
  2628.   if test x"$ac_file" != x-; then
  2629.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2630. echo "$as_me: creating $ac_file" >&6;}
  2631.     rm -f "$ac_file"
  2632.   fi
  2633.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2634.   # use $as_me), people would be surprised to read:
  2635.   #    /* config.h.  Generated by config.status.  */
  2636.   if test x"$ac_file" = x-; then
  2637.     configure_input=
  2638.   else
  2639.     configure_input="$ac_file.  "
  2640.   fi
  2641.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2642.      sed 's,.*/,,'` by configure."
  2643.   # First look for the input files in the build tree, otherwise in the
  2644.   # src tree.
  2645.   ac_file_inputs=`IFS=:
  2646.     for f in $ac_file_in; do
  2647.       case $f in
  2648.       -) echo $tmp/stdin ;;
  2649.       [\/$]*)
  2650.  # Absolute (can't be DOS-style, as IFS=:)
  2651.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2652. echo "$as_me: error: cannot find input file: $f" >&2;}
  2653.    { (exit 1); exit 1; }; }
  2654.  echo "$f";;
  2655.       *) # Relative
  2656.  if test -f "$f"; then
  2657.    # Build tree
  2658.    echo "$f"
  2659.  elif test -f "$srcdir/$f"; then
  2660.    # Source tree
  2661.    echo "$srcdir/$f"
  2662.  else
  2663.    # /dev/null tree
  2664.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2665. echo "$as_me: error: cannot find input file: $f" >&2;}
  2666.    { (exit 1); exit 1; }; }
  2667.  fi;;
  2668.       esac
  2669.     done` || { (exit 1); exit 1; }
  2670. _ACEOF
  2671. cat >>$CONFIG_STATUS <<_ACEOF
  2672.   sed "$ac_vpsub
  2673. $extrasub
  2674. _ACEOF
  2675. cat >>$CONFIG_STATUS <<_ACEOF
  2676. :t
  2677. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2678. s,@configure_input@,$configure_input,;t t
  2679. s,@srcdir@,$ac_srcdir,;t t
  2680. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2681. s,@top_srcdir@,$ac_top_srcdir,;t t
  2682. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2683. s,@builddir@,$ac_builddir,;t t
  2684. s,@abs_builddir@,$ac_abs_builddir,;t t
  2685. s,@top_builddir@,$ac_top_builddir,;t t
  2686. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2687. s,@INSTALL@,$ac_INSTALL,;t t
  2688. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2689.   rm -f $tmp/stdin
  2690.   if test x"$ac_file" != x-; then
  2691.     mv $tmp/out $ac_file
  2692.   else
  2693.     cat $tmp/out
  2694.     rm -f $tmp/out
  2695.   fi
  2696. done
  2697. _ACEOF
  2698. cat >>$CONFIG_STATUS <<_ACEOF
  2699. #
  2700. # CONFIG_HEADER section.
  2701. #
  2702. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2703. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2704. #
  2705. # ac_d sets the value in "#define NAME VALUE" lines.
  2706. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  2707. ac_dB='[  ].*$,1#2'
  2708. ac_dC=' '
  2709. ac_dD=',;t'
  2710. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2711. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  2712. ac_uB='$,1#2define3'
  2713. ac_uC=' '
  2714. ac_uD=',;t'
  2715. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  2716.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2717.   case $ac_file in
  2718.   - | *:- | *:-:* ) # input from stdin
  2719. cat >$tmp/stdin
  2720. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2721. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2722.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2723. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2724.   * )   ac_file_in=$ac_file.in ;;
  2725.   esac
  2726.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  2727. echo "$as_me: creating $ac_file" >&6;}
  2728.   # First look for the input files in the build tree, otherwise in the
  2729.   # src tree.
  2730.   ac_file_inputs=`IFS=:
  2731.     for f in $ac_file_in; do
  2732.       case $f in
  2733.       -) echo $tmp/stdin ;;
  2734.       [\/$]*)
  2735.  # Absolute (can't be DOS-style, as IFS=:)
  2736.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2737. echo "$as_me: error: cannot find input file: $f" >&2;}
  2738.    { (exit 1); exit 1; }; }
  2739.  # Do quote $f, to prevent DOS paths from being IFS'd.
  2740.  echo "$f";;
  2741.       *) # Relative
  2742.  if test -f "$f"; then
  2743.    # Build tree
  2744.    echo "$f"
  2745.  elif test -f "$srcdir/$f"; then
  2746.    # Source tree
  2747.    echo "$srcdir/$f"
  2748.  else
  2749.    # /dev/null tree
  2750.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2751. echo "$as_me: error: cannot find input file: $f" >&2;}
  2752.    { (exit 1); exit 1; }; }
  2753.  fi;;
  2754.       esac
  2755.     done` || { (exit 1); exit 1; }
  2756.   # Remove the trailing spaces.
  2757.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  2758. _ACEOF
  2759. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  2760. # `conftest.undefs', that substitutes the proper values into
  2761. # config.h.in to produce config.h.  The first handles `#define'
  2762. # templates, and the second `#undef' templates.
  2763. # And first: Protect against being on the right side of a sed subst in
  2764. # config.status.  Protect against being in an unquoted here document
  2765. # in config.status.
  2766. rm -f conftest.defines conftest.undefs
  2767. # Using a here document instead of a string reduces the quoting nightmare.
  2768. # Putting comments in sed scripts is not portable.
  2769. #
  2770. # `end' is used to avoid that the second main sed command (meant for
  2771. # 0-ary CPP macros) applies to n-ary macro definitions.
  2772. # See the Autoconf documentation for `clear'.
  2773. cat >confdef2sed.sed <<_ACEOF
  2774. s/[\&,]/\&/g
  2775. s,[\$`],\&,g
  2776. t clear
  2777. : clear
  2778. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  2779. t end
  2780. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  2781. : end
  2782. _ACEOF
  2783. # If some macros were called several times there might be several times
  2784. # the same #defines, which is useless.  Nevertheless, we may not want to
  2785. # sort them, since we want the *last* AC-DEFINE to be honored.
  2786. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  2787. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  2788. rm -f confdef2sed.sed
  2789. # This sed command replaces #undef with comments.  This is necessary, for
  2790. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2791. # on some systems where configure will not decide to define it.
  2792. cat >>conftest.undefs <<_ACEOF
  2793. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  2794. _ACEOF
  2795. # Break up conftest.defines because some shells have a limit on the size
  2796. # of here documents, and old seds have small limits too (100 cmds).
  2797. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  2798. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  2799. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  2800. echo '  :' >>$CONFIG_STATUS
  2801. rm -f conftest.tail
  2802. while grep . conftest.defines >/dev/null
  2803. do
  2804.   # Write a limited-size here document to $tmp/defines.sed.
  2805.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  2806.   # Speed up: don't consider the non `#define' lines.
  2807.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  2808.   # Work around the forget-to-reset-the-flag bug.
  2809.   echo 't clr' >>$CONFIG_STATUS
  2810.   echo ': clr' >>$CONFIG_STATUS
  2811.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  2812.   echo 'CEOF
  2813.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  2814.   rm -f $tmp/in
  2815.   mv $tmp/out $tmp/in
  2816. ' >>$CONFIG_STATUS
  2817.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  2818.   rm -f conftest.defines
  2819.   mv conftest.tail conftest.defines
  2820. done
  2821. rm -f conftest.defines
  2822. echo '  fi # grep' >>$CONFIG_STATUS
  2823. echo >>$CONFIG_STATUS
  2824. # Break up conftest.undefs because some shells have a limit on the size
  2825. # of here documents, and old seds have small limits too (100 cmds).
  2826. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  2827. rm -f conftest.tail
  2828. while grep . conftest.undefs >/dev/null
  2829. do
  2830.   # Write a limited-size here document to $tmp/undefs.sed.
  2831.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  2832.   # Speed up: don't consider the non `#undef'
  2833.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  2834.   # Work around the forget-to-reset-the-flag bug.
  2835.   echo 't clr' >>$CONFIG_STATUS
  2836.   echo ': clr' >>$CONFIG_STATUS
  2837.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  2838.   echo 'CEOF
  2839.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  2840.   rm -f $tmp/in
  2841.   mv $tmp/out $tmp/in
  2842. ' >>$CONFIG_STATUS
  2843.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  2844.   rm -f conftest.undefs
  2845.   mv conftest.tail conftest.undefs
  2846. done
  2847. rm -f conftest.undefs
  2848. cat >>$CONFIG_STATUS <<_ACEOF
  2849.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2850.   # use $as_me), people would be surprised to read:
  2851.   #    /* config.h.  Generated by config.status.  */
  2852.   if test x"$ac_file" = x-; then
  2853.     echo "/* Generated by configure.  */" >$tmp/config.h
  2854.   else
  2855.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  2856.   fi
  2857.   cat $tmp/in >>$tmp/config.h
  2858.   rm -f $tmp/in
  2859.   if test x"$ac_file" != x-; then
  2860.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  2861.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  2862. echo "$as_me: $ac_file is unchanged" >&6;}
  2863.     else
  2864.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2865. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2866.  X"$ac_file" : 'X(//)[^/]' | 
  2867.  X"$ac_file" : 'X(//)$' | 
  2868.  X"$ac_file" : 'X(/)' | 
  2869.  .     : '(.)' 2>/dev/null ||
  2870. echo X"$ac_file" |
  2871.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2872.      /^X(//)[^/].*/{ s//1/; q; }
  2873.      /^X(//)$/{ s//1/; q; }
  2874.      /^X(/).*/{ s//1/; q; }
  2875.      s/.*/./; q'`
  2876.       { if $as_mkdir_p; then
  2877.     mkdir -p "$ac_dir"
  2878.   else
  2879.     as_dir="$ac_dir"
  2880.     as_dirs=
  2881.     while test ! -d "$as_dir"; do
  2882.       as_dirs="$as_dir $as_dirs"
  2883.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2884. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2885.  X"$as_dir" : 'X(//)[^/]' | 
  2886.  X"$as_dir" : 'X(//)$' | 
  2887.  X"$as_dir" : 'X(/)' | 
  2888.  .     : '(.)' 2>/dev/null ||
  2889. echo X"$as_dir" |
  2890.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2891.      /^X(//)[^/].*/{ s//1/; q; }
  2892.      /^X(//)$/{ s//1/; q; }
  2893.      /^X(/).*/{ s//1/; q; }
  2894.      s/.*/./; q'`
  2895.     done
  2896.     test ! -n "$as_dirs" || mkdir $as_dirs
  2897.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2898. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2899.    { (exit 1); exit 1; }; }; }
  2900.       rm -f $ac_file
  2901.       mv $tmp/config.h $ac_file
  2902.     fi
  2903.   else
  2904.     cat $tmp/config.h
  2905.     rm -f $tmp/config.h
  2906.   fi
  2907. done
  2908. _ACEOF
  2909. cat >>$CONFIG_STATUS <<_ACEOF
  2910. { (exit 0); exit 0; }
  2911. _ACEOF
  2912. chmod +x $CONFIG_STATUS
  2913. ac_clean_files=$ac_clean_files_save
  2914. # configure is writing to config.log, and then calls config.status.
  2915. # config.status does its own redirection, appending to config.log.
  2916. # Unfortunately, on DOS this fails, as config.log is still kept open
  2917. # by configure, so config.status won't be able to write to it; its
  2918. # output is simply discarded.  So we exec the FD to /dev/null,
  2919. # effectively closing config.log, so it can be properly (re)opened and
  2920. # appended to by config.status.  When coming back to configure, we
  2921. # need to make the FD available again.
  2922. if test "$no_create" != yes; then
  2923.   ac_cs_success=:
  2924.   ac_config_status_args=
  2925.   test "$silent" = yes &&
  2926.     ac_config_status_args="$ac_config_status_args --quiet"
  2927.   exec 5>/dev/null
  2928.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  2929.   exec 5>>config.log
  2930.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  2931.   # would make configure fail if this is the last instruction.
  2932.   $ac_cs_success || { (exit 1); exit 1; }
  2933. fi
  2934. if test ! -d gen ; then
  2935. echo "creating ./gen"
  2936. mkdir gen
  2937. fi
  2938. if test ! -d bin ; then
  2939. echo "creating ./bin"
  2940. mkdir bin
  2941. fi
  2942. if test -f .devel -o "$enable_devel" = "yes" ; then
  2943. make depend
  2944. fi