Newer
Older
monitord / lame-3.97 / configure
@root root on 23 Jan 2012 984 KB Migration from SVN revision 455
  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59 for lame 3.97.
  4. #
  5. # Report bugs to <lame-dev@lists.sf.net>.
  6. #
  7. # Copyright (C) 2003 Free Software Foundation, Inc.
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10. ## --------------------- ##
  11. ## M4sh Initialization. ##
  12. ## --------------------- ##
  13.  
  14. # Be Bourne compatible
  15. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  16. emulate sh
  17. NULLCMD=:
  18. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  19. # is contrary to our usage. Disable this feature.
  20. alias -g '${1+"$@"}'='"$@"'
  21. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  22. set -o posix
  23. fi
  24. DUALCASE=1; export DUALCASE # for MKS sh
  25.  
  26. # Support unset when possible.
  27. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  28. as_unset=unset
  29. else
  30. as_unset=false
  31. fi
  32.  
  33.  
  34. # Work around bugs in pre-3.0 UWIN ksh.
  35. $as_unset ENV MAIL MAILPATH
  36. PS1='$ '
  37. PS2='> '
  38. PS4='+ '
  39.  
  40. # NLS nuisances.
  41. for as_var in \
  42. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  43. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  44. LC_TELEPHONE LC_TIME
  45. do
  46. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  47. eval $as_var=C; export $as_var
  48. else
  49. $as_unset $as_var
  50. fi
  51. done
  52.  
  53. # Required to use basename.
  54. if expr a : '\(a\)' >/dev/null 2>&1; then
  55. as_expr=expr
  56. else
  57. as_expr=false
  58. fi
  59.  
  60. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  61. as_basename=basename
  62. else
  63. as_basename=false
  64. fi
  65.  
  66.  
  67. # Name of the executable.
  68. as_me=`$as_basename "$0" ||
  69. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  70. X"$0" : 'X\(//\)$' \| \
  71. X"$0" : 'X\(/\)$' \| \
  72. . : '\(.\)' 2>/dev/null ||
  73. echo X/"$0" |
  74. sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  75. /^X\/\(\/\/\)$/{ s//\1/; q; }
  76. /^X\/\(\/\).*/{ s//\1/; q; }
  77. s/.*/./; q'`
  78.  
  79.  
  80. # PATH needs CR, and LINENO needs CR and PATH.
  81. # Avoid depending upon Character Ranges.
  82. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  83. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  84. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  85. as_cr_digits='0123456789'
  86. as_cr_alnum=$as_cr_Letters$as_cr_digits
  87.  
  88. # The user is always right.
  89. if test "${PATH_SEPARATOR+set}" != set; then
  90. echo "#! /bin/sh" >conf$$.sh
  91. echo "exit 0" >>conf$$.sh
  92. chmod +x conf$$.sh
  93. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  94. PATH_SEPARATOR=';'
  95. else
  96. PATH_SEPARATOR=:
  97. fi
  98. rm -f conf$$.sh
  99. fi
  100.  
  101.  
  102. as_lineno_1=$LINENO
  103. as_lineno_2=$LINENO
  104. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  105. test "x$as_lineno_1" != "x$as_lineno_2" &&
  106. test "x$as_lineno_3" = "x$as_lineno_2" || {
  107. # Find who we are. Look in the path if we contain no path at all
  108. # relative or not.
  109. case $0 in
  110. *[\\/]* ) as_myself=$0 ;;
  111. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  112. for as_dir in $PATH
  113. do
  114. IFS=$as_save_IFS
  115. test -z "$as_dir" && as_dir=.
  116. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  117. done
  118.  
  119. ;;
  120. esac
  121. # We did not find ourselves, most probably we were run as `sh COMMAND'
  122. # in which case we are not to be found in the path.
  123. if test "x$as_myself" = x; then
  124. as_myself=$0
  125. fi
  126. if test ! -f "$as_myself"; then
  127. { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  128. { (exit 1); exit 1; }; }
  129. fi
  130. case $CONFIG_SHELL in
  131. '')
  132. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  133. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  134. do
  135. IFS=$as_save_IFS
  136. test -z "$as_dir" && as_dir=.
  137. for as_base in sh bash ksh sh5; do
  138. case $as_dir in
  139. /*)
  140. if ("$as_dir/$as_base" -c '
  141. as_lineno_1=$LINENO
  142. as_lineno_2=$LINENO
  143. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  144. test "x$as_lineno_1" != "x$as_lineno_2" &&
  145. test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
  146. $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  147. $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  148. CONFIG_SHELL=$as_dir/$as_base
  149. export CONFIG_SHELL
  150. exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  151. fi;;
  152. esac
  153. done
  154. done
  155. ;;
  156. esac
  157.  
  158. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  159. # uniformly replaced by the line number. The first 'sed' inserts a
  160. # line-number line before each line; the second 'sed' does the real
  161. # work. The second script uses 'N' to pair each line-number line
  162. # with the numbered line, and appends trailing '-' during
  163. # substitution so that $LINENO is not a special case at line end.
  164. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  165. # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
  166. sed '=' <$as_myself |
  167. sed '
  168. N
  169. s,$,-,
  170. : loop
  171. s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  172. t loop
  173. s,-$,,
  174. s,^['$as_cr_digits']*\n,,
  175. ' >$as_me.lineno &&
  176. chmod +x $as_me.lineno ||
  177. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  178. { (exit 1); exit 1; }; }
  179.  
  180. # Don't try to exec as it changes $[0], causing all sort of problems
  181. # (the dirname of $[0] is not the place where we might find the
  182. # original and so on. Autoconf is especially sensible to this).
  183. . ./$as_me.lineno
  184. # Exit status is that of the last command.
  185. exit
  186. }
  187.  
  188.  
  189. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  190. *c*,-n*) ECHO_N= ECHO_C='
  191. ' ECHO_T=' ' ;;
  192. *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  193. *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
  194. esac
  195.  
  196. if expr a : '\(a\)' >/dev/null 2>&1; then
  197. as_expr=expr
  198. else
  199. as_expr=false
  200. fi
  201.  
  202. rm -f conf$$ conf$$.exe conf$$.file
  203. echo >conf$$.file
  204. if ln -s conf$$.file conf$$ 2>/dev/null; then
  205. # We could just check for DJGPP; but this test a) works b) is more generic
  206. # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  207. if test -f conf$$.exe; then
  208. # Don't use ln at all; we don't have any links
  209. as_ln_s='cp -p'
  210. else
  211. as_ln_s='ln -s'
  212. fi
  213. elif ln conf$$.file conf$$ 2>/dev/null; then
  214. as_ln_s=ln
  215. else
  216. as_ln_s='cp -p'
  217. fi
  218. rm -f conf$$ conf$$.exe conf$$.file
  219.  
  220. if mkdir -p . 2>/dev/null; then
  221. as_mkdir_p=:
  222. else
  223. test -d ./-p && rmdir ./-p
  224. as_mkdir_p=false
  225. fi
  226.  
  227. as_executable_p="test -f"
  228.  
  229. # Sed expression to map a string onto a valid CPP name.
  230. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  231.  
  232. # Sed expression to map a string onto a valid variable name.
  233. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  234.  
  235.  
  236. # IFS
  237. # We need space, tab and new line, in precisely that order.
  238. as_nl='
  239. '
  240. IFS=" $as_nl"
  241.  
  242. # CDPATH.
  243. $as_unset CDPATH
  244.  
  245.  
  246.  
  247. # Check that we are running under the correct shell.
  248. SHELL=${CONFIG_SHELL-/bin/sh}
  249.  
  250. case X$ECHO in
  251. X*--fallback-echo)
  252. # Remove one level of quotation (which was required for Make).
  253. ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
  254. ;;
  255. esac
  256.  
  257. echo=${ECHO-echo}
  258. if test "X$1" = X--no-reexec; then
  259. # Discard the --no-reexec flag, and continue.
  260. shift
  261. elif test "X$1" = X--fallback-echo; then
  262. # Avoid inline document here, it may be left over
  263. :
  264. elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
  265. # Yippee, $echo works!
  266. :
  267. else
  268. # Restart under the correct shell.
  269. exec $SHELL "$0" --no-reexec ${1+"$@"}
  270. fi
  271.  
  272. if test "X$1" = X--fallback-echo; then
  273. # used as fallback echo
  274. shift
  275. cat <<EOF
  276. $*
  277. EOF
  278. exit 0
  279. fi
  280.  
  281. # The HP-UX ksh and POSIX shell print the target directory to stdout
  282. # if CDPATH is set.
  283. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  284.  
  285. if test -z "$ECHO"; then
  286. if test "X${echo_test_string+set}" != Xset; then
  287. # find a string as large as possible, as long as the shell can cope with it
  288. for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  289. # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  290. if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  291. echo_test_string="`eval $cmd`" &&
  292. (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
  293. then
  294. break
  295. fi
  296. done
  297. fi
  298.  
  299. if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
  300. echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  301. test "X$echo_testing_string" = "X$echo_test_string"; then
  302. :
  303. else
  304. # The Solaris, AIX, and Digital Unix default echo programs unquote
  305. # backslashes. This makes it impossible to quote backslashes using
  306. # echo "$something" | sed 's/\\/\\\\/g'
  307. #
  308. # So, first we look for a working echo in the user's PATH.
  309.  
  310. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  311. for dir in $PATH /usr/ucb; do
  312. IFS="$lt_save_ifs"
  313. if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  314. test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
  315. echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  316. test "X$echo_testing_string" = "X$echo_test_string"; then
  317. echo="$dir/echo"
  318. break
  319. fi
  320. done
  321. IFS="$lt_save_ifs"
  322.  
  323. if test "X$echo" = Xecho; then
  324. # We didn't find a better echo, so look for alternatives.
  325. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
  326. echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
  327. test "X$echo_testing_string" = "X$echo_test_string"; then
  328. # This shell has a builtin print -r that does the trick.
  329. echo='print -r'
  330. elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  331. test "X$CONFIG_SHELL" != X/bin/ksh; then
  332. # If we have ksh, try running configure again with it.
  333. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  334. export ORIGINAL_CONFIG_SHELL
  335. CONFIG_SHELL=/bin/ksh
  336. export CONFIG_SHELL
  337. exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  338. else
  339. # Try using printf.
  340. echo='printf %s\n'
  341. if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
  342. echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  343. test "X$echo_testing_string" = "X$echo_test_string"; then
  344. # Cool, printf works
  345. :
  346. elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  347. test "X$echo_testing_string" = 'X\t' &&
  348. echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  349. test "X$echo_testing_string" = "X$echo_test_string"; then
  350. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  351. export CONFIG_SHELL
  352. SHELL="$CONFIG_SHELL"
  353. export SHELL
  354. echo="$CONFIG_SHELL $0 --fallback-echo"
  355. elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
  356. test "X$echo_testing_string" = 'X\t' &&
  357. echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  358. test "X$echo_testing_string" = "X$echo_test_string"; then
  359. echo="$CONFIG_SHELL $0 --fallback-echo"
  360. else
  361. # maybe with a smaller string...
  362. prev=:
  363.  
  364. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  365. if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
  366. then
  367. break
  368. fi
  369. prev="$cmd"
  370. done
  371.  
  372. if test "$prev" != 'sed 50q "$0"'; then
  373. echo_test_string=`eval $prev`
  374. export echo_test_string
  375. exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  376. else
  377. # Oops. We lost completely, so just stick with echo.
  378. echo=echo
  379. fi
  380. fi
  381. fi
  382. fi
  383. fi
  384. fi
  385.  
  386. # Copy echo and quote the copy suitably for passing to libtool from
  387. # the Makefile, instead of quoting the original, which is used later.
  388. ECHO=$echo
  389. if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  390. ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
  391. fi
  392.  
  393.  
  394.  
  395.  
  396. tagnames=${tagnames+${tagnames},}CXX
  397.  
  398. tagnames=${tagnames+${tagnames},}F77
  399.  
  400. # Name of the host.
  401. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  402. # so uname gets run too.
  403. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  404.  
  405. exec 6>&1
  406.  
  407. #
  408. # Initializations.
  409. #
  410. ac_default_prefix=/usr/local
  411. ac_config_libobj_dir=.
  412. cross_compiling=no
  413. subdirs=
  414. MFLAGS=
  415. MAKEFLAGS=
  416. SHELL=${CONFIG_SHELL-/bin/sh}
  417.  
  418. # Maximum number of lines to put in a shell here document.
  419. # This variable seems obsolete. It should probably be removed, and
  420. # only ac_max_sed_lines should be used.
  421. : ${ac_max_here_lines=38}
  422.  
  423. # Identity of this package.
  424. PACKAGE_NAME='lame'
  425. PACKAGE_TARNAME='lame'
  426. PACKAGE_VERSION='3.97'
  427. PACKAGE_STRING='lame 3.97'
  428. PACKAGE_BUGREPORT='lame-dev@lists.sf.net'
  429.  
  430. ac_unique_file="libmp3lame/lame.c"
  431. # Factoring default headers for most tests.
  432. ac_includes_default="\
  433. #include <stdio.h>
  434. #if HAVE_SYS_TYPES_H
  435. # include <sys/types.h>
  436. #endif
  437. #if HAVE_SYS_STAT_H
  438. # include <sys/stat.h>
  439. #endif
  440. #if STDC_HEADERS
  441. # include <stdlib.h>
  442. # include <stddef.h>
  443. #else
  444. # if HAVE_STDLIB_H
  445. # include <stdlib.h>
  446. # endif
  447. #endif
  448. #if HAVE_STRING_H
  449. # if !STDC_HEADERS && HAVE_MEMORY_H
  450. # include <memory.h>
  451. # endif
  452. # include <string.h>
  453. #endif
  454. #if HAVE_STRINGS_H
  455. # include <strings.h>
  456. #endif
  457. #if HAVE_INTTYPES_H
  458. # include <inttypes.h>
  459. #else
  460. # if HAVE_STDINT_H
  461. # include <stdint.h>
  462. # endif
  463. #endif
  464. #if HAVE_UNISTD_H
  465. # include <unistd.h>
  466. #endif"
  467.  
  468. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT am__include am__quote CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS U ANSI2KNR ALLOCA GTK_CONFIG GTK_CFLAGS GTK_LIBS LIB_WITH_DECODER_TRUE LIB_WITH_DECODER_FALSE WITH_BRHIST_TRUE WITH_BRHIST_FALSE NASM HAVE_NASM_TRUE HAVE_NASM_FALSE INCLUDES FRONTEND_LDFLAGS FRONTEND_CFLAGS FRONTEND_LDADD LDADD LIB_MAJOR_VERSION LIB_MINOR_VERSION NASM_FORMAT MAKEDEP RM_F WITH_FRONTEND WITH_MP3X WITH_MP3RTP CPUTYPE CONFIG_DEFS LIBOBJS LTLIBOBJS'
  469. ac_subst_files=''
  470.  
  471. # Initialize some variables set by options.
  472. ac_init_help=
  473. ac_init_version=false
  474. # The variables have the same names as the options, with
  475. # dashes changed to underlines.
  476. cache_file=/dev/null
  477. exec_prefix=NONE
  478. no_create=
  479. no_recursion=
  480. prefix=NONE
  481. program_prefix=NONE
  482. program_suffix=NONE
  483. program_transform_name=s,x,x,
  484. silent=
  485. site=
  486. srcdir=
  487. verbose=
  488. x_includes=NONE
  489. x_libraries=NONE
  490.  
  491. # Installation directory options.
  492. # These are left unexpanded so users can "make install exec_prefix=/foo"
  493. # and all the variables that are supposed to be based on exec_prefix
  494. # by default will actually change.
  495. # Use braces instead of parens because sh, perl, etc. also accept them.
  496. bindir='${exec_prefix}/bin'
  497. sbindir='${exec_prefix}/sbin'
  498. libexecdir='${exec_prefix}/libexec'
  499. datadir='${prefix}/share'
  500. sysconfdir='${prefix}/etc'
  501. sharedstatedir='${prefix}/com'
  502. localstatedir='${prefix}/var'
  503. libdir='${exec_prefix}/lib'
  504. includedir='${prefix}/include'
  505. oldincludedir='/usr/include'
  506. infodir='${prefix}/info'
  507. mandir='${prefix}/man'
  508.  
  509. ac_prev=
  510. for ac_option
  511. do
  512. # If the previous option needs an argument, assign it.
  513. if test -n "$ac_prev"; then
  514. eval "$ac_prev=\$ac_option"
  515. ac_prev=
  516. continue
  517. fi
  518.  
  519. ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  520.  
  521. # Accept the important Cygnus configure options, so we can diagnose typos.
  522.  
  523. case $ac_option in
  524.  
  525. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  526. ac_prev=bindir ;;
  527. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  528. bindir=$ac_optarg ;;
  529.  
  530. -build | --build | --buil | --bui | --bu)
  531. ac_prev=build_alias ;;
  532. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  533. build_alias=$ac_optarg ;;
  534.  
  535. -cache-file | --cache-file | --cache-fil | --cache-fi \
  536. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  537. ac_prev=cache_file ;;
  538. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  539. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  540. cache_file=$ac_optarg ;;
  541.  
  542. --config-cache | -C)
  543. cache_file=config.cache ;;
  544.  
  545. -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  546. ac_prev=datadir ;;
  547. -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  548. | --da=*)
  549. datadir=$ac_optarg ;;
  550.  
  551. -disable-* | --disable-*)
  552. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  553. # Reject names that are not valid shell variable names.
  554. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  555. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  556. { (exit 1); exit 1; }; }
  557. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  558. eval "enable_$ac_feature=no" ;;
  559.  
  560. -enable-* | --enable-*)
  561. ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  562. # Reject names that are not valid shell variable names.
  563. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  564. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  565. { (exit 1); exit 1; }; }
  566. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  567. case $ac_option in
  568. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  569. *) ac_optarg=yes ;;
  570. esac
  571. eval "enable_$ac_feature='$ac_optarg'" ;;
  572.  
  573. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  574. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  575. | --exec | --exe | --ex)
  576. ac_prev=exec_prefix ;;
  577. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  578. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  579. | --exec=* | --exe=* | --ex=*)
  580. exec_prefix=$ac_optarg ;;
  581.  
  582. -gas | --gas | --ga | --g)
  583. # Obsolete; use --with-gas.
  584. with_gas=yes ;;
  585.  
  586. -help | --help | --hel | --he | -h)
  587. ac_init_help=long ;;
  588. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  589. ac_init_help=recursive ;;
  590. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  591. ac_init_help=short ;;
  592.  
  593. -host | --host | --hos | --ho)
  594. ac_prev=host_alias ;;
  595. -host=* | --host=* | --hos=* | --ho=*)
  596. host_alias=$ac_optarg ;;
  597.  
  598. -includedir | --includedir | --includedi | --included | --include \
  599. | --includ | --inclu | --incl | --inc)
  600. ac_prev=includedir ;;
  601. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  602. | --includ=* | --inclu=* | --incl=* | --inc=*)
  603. includedir=$ac_optarg ;;
  604.  
  605. -infodir | --infodir | --infodi | --infod | --info | --inf)
  606. ac_prev=infodir ;;
  607. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  608. infodir=$ac_optarg ;;
  609.  
  610. -libdir | --libdir | --libdi | --libd)
  611. ac_prev=libdir ;;
  612. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  613. libdir=$ac_optarg ;;
  614.  
  615. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  616. | --libexe | --libex | --libe)
  617. ac_prev=libexecdir ;;
  618. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  619. | --libexe=* | --libex=* | --libe=*)
  620. libexecdir=$ac_optarg ;;
  621.  
  622. -localstatedir | --localstatedir | --localstatedi | --localstated \
  623. | --localstate | --localstat | --localsta | --localst \
  624. | --locals | --local | --loca | --loc | --lo)
  625. ac_prev=localstatedir ;;
  626. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  627. | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  628. | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  629. localstatedir=$ac_optarg ;;
  630.  
  631. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  632. ac_prev=mandir ;;
  633. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  634. mandir=$ac_optarg ;;
  635.  
  636. -nfp | --nfp | --nf)
  637. # Obsolete; use --without-fp.
  638. with_fp=no ;;
  639.  
  640. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  641. | --no-cr | --no-c | -n)
  642. no_create=yes ;;
  643.  
  644. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  645. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  646. no_recursion=yes ;;
  647.  
  648. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  649. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  650. | --oldin | --oldi | --old | --ol | --o)
  651. ac_prev=oldincludedir ;;
  652. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  653. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  654. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  655. oldincludedir=$ac_optarg ;;
  656.  
  657. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  658. ac_prev=prefix ;;
  659. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  660. prefix=$ac_optarg ;;
  661.  
  662. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  663. | --program-pre | --program-pr | --program-p)
  664. ac_prev=program_prefix ;;
  665. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  666. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  667. program_prefix=$ac_optarg ;;
  668.  
  669. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  670. | --program-suf | --program-su | --program-s)
  671. ac_prev=program_suffix ;;
  672. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  673. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  674. program_suffix=$ac_optarg ;;
  675.  
  676. -program-transform-name | --program-transform-name \
  677. | --program-transform-nam | --program-transform-na \
  678. | --program-transform-n | --program-transform- \
  679. | --program-transform | --program-transfor \
  680. | --program-transfo | --program-transf \
  681. | --program-trans | --program-tran \
  682. | --progr-tra | --program-tr | --program-t)
  683. ac_prev=program_transform_name ;;
  684. -program-transform-name=* | --program-transform-name=* \
  685. | --program-transform-nam=* | --program-transform-na=* \
  686. | --program-transform-n=* | --program-transform-=* \
  687. | --program-transform=* | --program-transfor=* \
  688. | --program-transfo=* | --program-transf=* \
  689. | --program-trans=* | --program-tran=* \
  690. | --progr-tra=* | --program-tr=* | --program-t=*)
  691. program_transform_name=$ac_optarg ;;
  692.  
  693. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  694. | -silent | --silent | --silen | --sile | --sil)
  695. silent=yes ;;
  696.  
  697. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  698. ac_prev=sbindir ;;
  699. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  700. | --sbi=* | --sb=*)
  701. sbindir=$ac_optarg ;;
  702.  
  703. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  704. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  705. | --sharedst | --shareds | --shared | --share | --shar \
  706. | --sha | --sh)
  707. ac_prev=sharedstatedir ;;
  708. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  709. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  710. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  711. | --sha=* | --sh=*)
  712. sharedstatedir=$ac_optarg ;;
  713.  
  714. -site | --site | --sit)
  715. ac_prev=site ;;
  716. -site=* | --site=* | --sit=*)
  717. site=$ac_optarg ;;
  718.  
  719. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  720. ac_prev=srcdir ;;
  721. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  722. srcdir=$ac_optarg ;;
  723.  
  724. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  725. | --syscon | --sysco | --sysc | --sys | --sy)
  726. ac_prev=sysconfdir ;;
  727. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  728. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  729. sysconfdir=$ac_optarg ;;
  730.  
  731. -target | --target | --targe | --targ | --tar | --ta | --t)
  732. ac_prev=target_alias ;;
  733. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  734. target_alias=$ac_optarg ;;
  735.  
  736. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  737. verbose=yes ;;
  738.  
  739. -version | --version | --versio | --versi | --vers | -V)
  740. ac_init_version=: ;;
  741.  
  742. -with-* | --with-*)
  743. ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  744. # Reject names that are not valid shell variable names.
  745. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  746. { echo "$as_me: error: invalid package name: $ac_package" >&2
  747. { (exit 1); exit 1; }; }
  748. ac_package=`echo $ac_package| sed 's/-/_/g'`
  749. case $ac_option in
  750. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  751. *) ac_optarg=yes ;;
  752. esac
  753. eval "with_$ac_package='$ac_optarg'" ;;
  754.  
  755. -without-* | --without-*)
  756. ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  757. # Reject names that are not valid shell variable names.
  758. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  759. { echo "$as_me: error: invalid package name: $ac_package" >&2
  760. { (exit 1); exit 1; }; }
  761. ac_package=`echo $ac_package | sed 's/-/_/g'`
  762. eval "with_$ac_package=no" ;;
  763.  
  764. --x)
  765. # Obsolete; use --with-x.
  766. with_x=yes ;;
  767.  
  768. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  769. | --x-incl | --x-inc | --x-in | --x-i)
  770. ac_prev=x_includes ;;
  771. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  772. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  773. x_includes=$ac_optarg ;;
  774.  
  775. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  776. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  777. ac_prev=x_libraries ;;
  778. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  779. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  780. x_libraries=$ac_optarg ;;
  781.  
  782. -*) { echo "$as_me: error: unrecognized option: $ac_option
  783. Try \`$0 --help' for more information." >&2
  784. { (exit 1); exit 1; }; }
  785. ;;
  786.  
  787. *=*)
  788. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  789. # Reject names that are not valid shell variable names.
  790. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  791. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  792. { (exit 1); exit 1; }; }
  793. ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  794. eval "$ac_envvar='$ac_optarg'"
  795. export $ac_envvar ;;
  796.  
  797. *)
  798. # FIXME: should be removed in autoconf 3.0.
  799. echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  800. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  801. echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  802. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  803. ;;
  804.  
  805. esac
  806. done
  807.  
  808. if test -n "$ac_prev"; then
  809. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  810. { echo "$as_me: error: missing argument to $ac_option" >&2
  811. { (exit 1); exit 1; }; }
  812. fi
  813.  
  814. # Be sure to have absolute paths.
  815. for ac_var in exec_prefix prefix
  816. do
  817. eval ac_val=$`echo $ac_var`
  818. case $ac_val in
  819. [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  820. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  821. { (exit 1); exit 1; }; };;
  822. esac
  823. done
  824.  
  825. # Be sure to have absolute paths.
  826. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  827. localstatedir libdir includedir oldincludedir infodir mandir
  828. do
  829. eval ac_val=$`echo $ac_var`
  830. case $ac_val in
  831. [\\/$]* | ?:[\\/]* ) ;;
  832. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  833. { (exit 1); exit 1; }; };;
  834. esac
  835. done
  836.  
  837. # There might be people who depend on the old broken behavior: `$host'
  838. # used to hold the argument of --host etc.
  839. # FIXME: To remove some day.
  840. build=$build_alias
  841. host=$host_alias
  842. target=$target_alias
  843.  
  844. # FIXME: To remove some day.
  845. if test "x$host_alias" != x; then
  846. if test "x$build_alias" = x; then
  847. cross_compiling=maybe
  848. echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  849. If a cross compiler is detected then cross compile mode will be used." >&2
  850. elif test "x$build_alias" != "x$host_alias"; then
  851. cross_compiling=yes
  852. fi
  853. fi
  854.  
  855. ac_tool_prefix=
  856. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  857.  
  858. test "$silent" = yes && exec 6>/dev/null
  859.  
  860.  
  861. # Find the source files, if location was not specified.
  862. if test -z "$srcdir"; then
  863. ac_srcdir_defaulted=yes
  864. # Try the directory containing this script, then its parent.
  865. ac_confdir=`(dirname "$0") 2>/dev/null ||
  866. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  867. X"$0" : 'X\(//\)[^/]' \| \
  868. X"$0" : 'X\(//\)$' \| \
  869. X"$0" : 'X\(/\)' \| \
  870. . : '\(.\)' 2>/dev/null ||
  871. echo X"$0" |
  872. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  873. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  874. /^X\(\/\/\)$/{ s//\1/; q; }
  875. /^X\(\/\).*/{ s//\1/; q; }
  876. s/.*/./; q'`
  877. srcdir=$ac_confdir
  878. if test ! -r $srcdir/$ac_unique_file; then
  879. srcdir=..
  880. fi
  881. else
  882. ac_srcdir_defaulted=no
  883. fi
  884. if test ! -r $srcdir/$ac_unique_file; then
  885. if test "$ac_srcdir_defaulted" = yes; then
  886. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  887. { (exit 1); exit 1; }; }
  888. else
  889. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  890. { (exit 1); exit 1; }; }
  891. fi
  892. fi
  893. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  894. { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  895. { (exit 1); exit 1; }; }
  896. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  897. ac_env_build_alias_set=${build_alias+set}
  898. ac_env_build_alias_value=$build_alias
  899. ac_cv_env_build_alias_set=${build_alias+set}
  900. ac_cv_env_build_alias_value=$build_alias
  901. ac_env_host_alias_set=${host_alias+set}
  902. ac_env_host_alias_value=$host_alias
  903. ac_cv_env_host_alias_set=${host_alias+set}
  904. ac_cv_env_host_alias_value=$host_alias
  905. ac_env_target_alias_set=${target_alias+set}
  906. ac_env_target_alias_value=$target_alias
  907. ac_cv_env_target_alias_set=${target_alias+set}
  908. ac_cv_env_target_alias_value=$target_alias
  909. ac_env_CC_set=${CC+set}
  910. ac_env_CC_value=$CC
  911. ac_cv_env_CC_set=${CC+set}
  912. ac_cv_env_CC_value=$CC
  913. ac_env_CFLAGS_set=${CFLAGS+set}
  914. ac_env_CFLAGS_value=$CFLAGS
  915. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  916. ac_cv_env_CFLAGS_value=$CFLAGS
  917. ac_env_LDFLAGS_set=${LDFLAGS+set}
  918. ac_env_LDFLAGS_value=$LDFLAGS
  919. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  920. ac_cv_env_LDFLAGS_value=$LDFLAGS
  921. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  922. ac_env_CPPFLAGS_value=$CPPFLAGS
  923. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  924. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  925. ac_env_CPP_set=${CPP+set}
  926. ac_env_CPP_value=$CPP
  927. ac_cv_env_CPP_set=${CPP+set}
  928. ac_cv_env_CPP_value=$CPP
  929. ac_env_CXX_set=${CXX+set}
  930. ac_env_CXX_value=$CXX
  931. ac_cv_env_CXX_set=${CXX+set}
  932. ac_cv_env_CXX_value=$CXX
  933. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  934. ac_env_CXXFLAGS_value=$CXXFLAGS
  935. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  936. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  937. ac_env_CXXCPP_set=${CXXCPP+set}
  938. ac_env_CXXCPP_value=$CXXCPP
  939. ac_cv_env_CXXCPP_set=${CXXCPP+set}
  940. ac_cv_env_CXXCPP_value=$CXXCPP
  941. ac_env_F77_set=${F77+set}
  942. ac_env_F77_value=$F77
  943. ac_cv_env_F77_set=${F77+set}
  944. ac_cv_env_F77_value=$F77
  945. ac_env_FFLAGS_set=${FFLAGS+set}
  946. ac_env_FFLAGS_value=$FFLAGS
  947. ac_cv_env_FFLAGS_set=${FFLAGS+set}
  948. ac_cv_env_FFLAGS_value=$FFLAGS
  949.  
  950. #
  951. # Report the --help message.
  952. #
  953. if test "$ac_init_help" = "long"; then
  954. # Omit some internal or obsolete options to make the list less imposing.
  955. # This message is too long to be a string in the A/UX 3.1 sh.
  956. cat <<_ACEOF
  957. \`configure' configures lame 3.97 to adapt to many kinds of systems.
  958.  
  959. Usage: $0 [OPTION]... [VAR=VALUE]...
  960.  
  961. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  962. VAR=VALUE. See below for descriptions of some of the useful variables.
  963.  
  964. Defaults for the options are specified in brackets.
  965.  
  966. Configuration:
  967. -h, --help display this help and exit
  968. --help=short display options specific to this package
  969. --help=recursive display the short help of all the included packages
  970. -V, --version display version information and exit
  971. -q, --quiet, --silent do not print \`checking...' messages
  972. --cache-file=FILE cache test results in FILE [disabled]
  973. -C, --config-cache alias for \`--cache-file=config.cache'
  974. -n, --no-create do not create output files
  975. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  976.  
  977. _ACEOF
  978.  
  979. cat <<_ACEOF
  980. Installation directories:
  981. --prefix=PREFIX install architecture-independent files in PREFIX
  982. [$ac_default_prefix]
  983. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  984. [PREFIX]
  985.  
  986. By default, \`make install' will install all the files in
  987. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  988. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  989. for instance \`--prefix=\$HOME'.
  990.  
  991. For better control, use the options below.
  992.  
  993. Fine tuning of the installation directories:
  994. --bindir=DIR user executables [EPREFIX/bin]
  995. --sbindir=DIR system admin executables [EPREFIX/sbin]
  996. --libexecdir=DIR program executables [EPREFIX/libexec]
  997. --datadir=DIR read-only architecture-independent data [PREFIX/share]
  998. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  999. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1000. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1001. --libdir=DIR object code libraries [EPREFIX/lib]
  1002. --includedir=DIR C header files [PREFIX/include]
  1003. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1004. --infodir=DIR info documentation [PREFIX/info]
  1005. --mandir=DIR man documentation [PREFIX/man]
  1006. _ACEOF
  1007.  
  1008. cat <<\_ACEOF
  1009.  
  1010. Program names:
  1011. --program-prefix=PREFIX prepend PREFIX to installed program names
  1012. --program-suffix=SUFFIX append SUFFIX to installed program names
  1013. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1014.  
  1015. System types:
  1016. --build=BUILD configure for building on BUILD [guessed]
  1017. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1018. _ACEOF
  1019. fi
  1020.  
  1021. if test -n "$ac_init_help"; then
  1022. case $ac_init_help in
  1023. short | recursive ) echo "Configuration of lame 3.97:";;
  1024. esac
  1025. cat <<\_ACEOF
  1026.  
  1027. Optional Features:
  1028. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1029. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1030. --enable-maintainer-mode enable make rules and dependencies not useful
  1031. (and sometimes confusing) to the casual installer
  1032. --disable-dependency-tracking speeds up one-time build
  1033. --enable-dependency-tracking do not reject slow dependency extractors
  1034. --enable-shared[=PKGS]
  1035. build shared libraries [default=yes]
  1036. --enable-static[=PKGS]
  1037. build static libraries [default=yes]
  1038. --enable-fast-install[=PKGS]
  1039. optimize for fast installation [default=yes]
  1040. --disable-libtool-lock avoid locking (might break parallel builds)
  1041. --disable-largefile omit support for large files
  1042. --enable-nasm Allow the use of nasm if available
  1043. --disable-gtktest Do not try to compile and run a test GTK program
  1044. --enable-efence Use ElectricFence for malloc debugging
  1045. --disable-analyzer-hooks Exclude analyzer hooks
  1046. --disable-decoder Exclude mpg123 decoder
  1047. --enable-decode-layer1 Include layer1 decoding default=no
  1048. --disable-decode-layer2 Exclude layer2 decoding
  1049. --disable-frontend Do not build the lame executable default=build
  1050. --enable-mp3x Build GTK frame analyzer default=no
  1051. --enable-mp3rtp Build mp3rtp default=no
  1052. --disable-brhist Include the VBR bitrate histogram feature
  1053. default=yes
  1054. --enable-all-float Whether to make all floting point variables as float, not double
  1055. default=no
  1056. --enable-expopt=full,norm Whether to enable experimental optimizations
  1057. default=no
  1058. --enable-debug=alot,norm Enable debugging (disables optimizations)
  1059. default=no
  1060.  
  1061. Optional Packages:
  1062. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1063. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1064. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  1065. --with-pic try to use only PIC/non-PIC objects [default=use
  1066. both]
  1067. --with-tags[=TAGS]
  1068. include additional configurations [automatic]
  1069. --with-dmalloc use dmalloc, as in
  1070. http://www.dmalloc.com/dmalloc.tar.gz
  1071. --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
  1072. --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
  1073. --with-fileio=lame Use lame's internal file io routines default
  1074. =sndfile Use Erik de Castro Lopo's libsndfile
  1075. (no stdin possible currently)
  1076. --with-sndfile-prefix=DIR Alternate location for libsndfile
  1077.  
  1078. Some influential environment variables:
  1079. CC C compiler command
  1080. CFLAGS C compiler flags
  1081. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1082. nonstandard directory <lib dir>
  1083. CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
  1084. headers in a nonstandard directory <include dir>
  1085. CPP C preprocessor
  1086. CXX C++ compiler command
  1087. CXXFLAGS C++ compiler flags
  1088. CXXCPP C++ preprocessor
  1089. F77 Fortran 77 compiler command
  1090. FFLAGS Fortran 77 compiler flags
  1091.  
  1092. Use these variables to override the choices made by `configure' or to help
  1093. it to find libraries and programs with nonstandard names/locations.
  1094.  
  1095. Report bugs to <lame-dev@lists.sf.net>.
  1096. _ACEOF
  1097. fi
  1098.  
  1099. if test "$ac_init_help" = "recursive"; then
  1100. # If there are subdirs, report their specific --help.
  1101. ac_popdir=`pwd`
  1102. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1103. test -d $ac_dir || continue
  1104. ac_builddir=.
  1105.  
  1106. if test "$ac_dir" != .; then
  1107. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1108. # A "../" for each directory in $ac_dir_suffix.
  1109. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  1110. else
  1111. ac_dir_suffix= ac_top_builddir=
  1112. fi
  1113.  
  1114. case $srcdir in
  1115. .) # No --srcdir option. We are building in place.
  1116. ac_srcdir=.
  1117. if test -z "$ac_top_builddir"; then
  1118. ac_top_srcdir=.
  1119. else
  1120. ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1121. fi ;;
  1122. [\\/]* | ?:[\\/]* ) # Absolute path.
  1123. ac_srcdir=$srcdir$ac_dir_suffix;
  1124. ac_top_srcdir=$srcdir ;;
  1125. *) # Relative path.
  1126. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1127. ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1128. esac
  1129.  
  1130. # Do not use `cd foo && pwd` to compute absolute paths, because
  1131. # the directories may not exist.
  1132. case `pwd` in
  1133. .) ac_abs_builddir="$ac_dir";;
  1134. *)
  1135. case "$ac_dir" in
  1136. .) ac_abs_builddir=`pwd`;;
  1137. [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  1138. *) ac_abs_builddir=`pwd`/"$ac_dir";;
  1139. esac;;
  1140. esac
  1141. case $ac_abs_builddir in
  1142. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  1143. *)
  1144. case ${ac_top_builddir}. in
  1145. .) ac_abs_top_builddir=$ac_abs_builddir;;
  1146. [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  1147. *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  1148. esac;;
  1149. esac
  1150. case $ac_abs_builddir in
  1151. .) ac_abs_srcdir=$ac_srcdir;;
  1152. *)
  1153. case $ac_srcdir in
  1154. .) ac_abs_srcdir=$ac_abs_builddir;;
  1155. [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1156. *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1157. esac;;
  1158. esac
  1159. case $ac_abs_builddir in
  1160. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  1161. *)
  1162. case $ac_top_srcdir in
  1163. .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1164. [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1165. *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1166. esac;;
  1167. esac
  1168.  
  1169. cd $ac_dir
  1170. # Check for guested configure; otherwise get Cygnus style configure.
  1171. if test -f $ac_srcdir/configure.gnu; then
  1172. echo
  1173. $SHELL $ac_srcdir/configure.gnu --help=recursive
  1174. elif test -f $ac_srcdir/configure; then
  1175. echo
  1176. $SHELL $ac_srcdir/configure --help=recursive
  1177. elif test -f $ac_srcdir/configure.ac ||
  1178. test -f $ac_srcdir/configure.in; then
  1179. echo
  1180. $ac_configure --help
  1181. else
  1182. echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1183. fi
  1184. cd $ac_popdir
  1185. done
  1186. fi
  1187.  
  1188. test -n "$ac_init_help" && exit 0
  1189. if $ac_init_version; then
  1190. cat <<\_ACEOF
  1191. lame configure 3.97
  1192. generated by GNU Autoconf 2.59
  1193.  
  1194. Copyright (C) 2003 Free Software Foundation, Inc.
  1195. This configure script is free software; the Free Software Foundation
  1196. gives unlimited permission to copy, distribute and modify it.
  1197. _ACEOF
  1198. exit 0
  1199. fi
  1200. exec 5>config.log
  1201. cat >&5 <<_ACEOF
  1202. This file contains any messages produced by compilers while
  1203. running configure, to aid debugging if configure makes a mistake.
  1204.  
  1205. It was created by lame $as_me 3.97, which was
  1206. generated by GNU Autoconf 2.59. Invocation command line was
  1207.  
  1208. $ $0 $@
  1209.  
  1210. _ACEOF
  1211. {
  1212. cat <<_ASUNAME
  1213. ## --------- ##
  1214. ## Platform. ##
  1215. ## --------- ##
  1216.  
  1217. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1218. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1219. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1220. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1221. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1222.  
  1223. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1224. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  1225.  
  1226. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  1227. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  1228. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1229. hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
  1230. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  1231. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  1232. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  1233.  
  1234. _ASUNAME
  1235.  
  1236. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1237. for as_dir in $PATH
  1238. do
  1239. IFS=$as_save_IFS
  1240. test -z "$as_dir" && as_dir=.
  1241. echo "PATH: $as_dir"
  1242. done
  1243.  
  1244. } >&5
  1245.  
  1246. cat >&5 <<_ACEOF
  1247.  
  1248.  
  1249. ## ----------- ##
  1250. ## Core tests. ##
  1251. ## ----------- ##
  1252.  
  1253. _ACEOF
  1254.  
  1255.  
  1256. # Keep a trace of the command line.
  1257. # Strip out --no-create and --no-recursion so they do not pile up.
  1258. # Strip out --silent because we don't want to record it for future runs.
  1259. # Also quote any args containing shell meta-characters.
  1260. # Make two passes to allow for proper duplicate-argument suppression.
  1261. ac_configure_args=
  1262. ac_configure_args0=
  1263. ac_configure_args1=
  1264. ac_sep=
  1265. ac_must_keep_next=false
  1266. for ac_pass in 1 2
  1267. do
  1268. for ac_arg
  1269. do
  1270. case $ac_arg in
  1271. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1272. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1273. | -silent | --silent | --silen | --sile | --sil)
  1274. continue ;;
  1275. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1276. ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1277. esac
  1278. case $ac_pass in
  1279. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1280. 2)
  1281. ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1282. if test $ac_must_keep_next = true; then
  1283. ac_must_keep_next=false # Got value, back to normal.
  1284. else
  1285. case $ac_arg in
  1286. *=* | --config-cache | -C | -disable-* | --disable-* \
  1287. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1288. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1289. | -with-* | --with-* | -without-* | --without-* | --x)
  1290. case "$ac_configure_args0 " in
  1291. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1292. esac
  1293. ;;
  1294. -* ) ac_must_keep_next=true ;;
  1295. esac
  1296. fi
  1297. ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1298. # Get rid of the leading space.
  1299. ac_sep=" "
  1300. ;;
  1301. esac
  1302. done
  1303. done
  1304. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1305. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1306.  
  1307. # When interrupted or exit'd, cleanup temporary files, and complete
  1308. # config.log. We remove comments because anyway the quotes in there
  1309. # would cause problems or look ugly.
  1310. # WARNING: Be sure not to use single quotes in there, as some shells,
  1311. # such as our DU 5.0 friend, will then `close' the trap.
  1312. trap 'exit_status=$?
  1313. # Save into config.log some information that might help in debugging.
  1314. {
  1315. echo
  1316.  
  1317. cat <<\_ASBOX
  1318. ## ---------------- ##
  1319. ## Cache variables. ##
  1320. ## ---------------- ##
  1321. _ASBOX
  1322. echo
  1323. # The following way of writing the cache mishandles newlines in values,
  1324. {
  1325. (set) 2>&1 |
  1326. case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1327. *ac_space=\ *)
  1328. sed -n \
  1329. "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  1330. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  1331. ;;
  1332. *)
  1333. sed -n \
  1334. "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1335. ;;
  1336. esac;
  1337. }
  1338. echo
  1339.  
  1340. cat <<\_ASBOX
  1341. ## ----------------- ##
  1342. ## Output variables. ##
  1343. ## ----------------- ##
  1344. _ASBOX
  1345. echo
  1346. for ac_var in $ac_subst_vars
  1347. do
  1348. eval ac_val=$`echo $ac_var`
  1349. echo "$ac_var='"'"'$ac_val'"'"'"
  1350. done | sort
  1351. echo
  1352.  
  1353. if test -n "$ac_subst_files"; then
  1354. cat <<\_ASBOX
  1355. ## ------------- ##
  1356. ## Output files. ##
  1357. ## ------------- ##
  1358. _ASBOX
  1359. echo
  1360. for ac_var in $ac_subst_files
  1361. do
  1362. eval ac_val=$`echo $ac_var`
  1363. echo "$ac_var='"'"'$ac_val'"'"'"
  1364. done | sort
  1365. echo
  1366. fi
  1367.  
  1368. if test -s confdefs.h; then
  1369. cat <<\_ASBOX
  1370. ## ----------- ##
  1371. ## confdefs.h. ##
  1372. ## ----------- ##
  1373. _ASBOX
  1374. echo
  1375. sed "/^$/d" confdefs.h | sort
  1376. echo
  1377. fi
  1378. test "$ac_signal" != 0 &&
  1379. echo "$as_me: caught signal $ac_signal"
  1380. echo "$as_me: exit $exit_status"
  1381. } >&5
  1382. rm -f core *.core &&
  1383. rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1384. exit $exit_status
  1385. ' 0
  1386. for ac_signal in 1 2 13 15; do
  1387. trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1388. done
  1389. ac_signal=0
  1390.  
  1391. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1392. rm -rf conftest* confdefs.h
  1393. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1394. echo >confdefs.h
  1395.  
  1396. # Predefined preprocessor variables.
  1397.  
  1398. cat >>confdefs.h <<_ACEOF
  1399. #define PACKAGE_NAME "$PACKAGE_NAME"
  1400. _ACEOF
  1401.  
  1402.  
  1403. cat >>confdefs.h <<_ACEOF
  1404. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1405. _ACEOF
  1406.  
  1407.  
  1408. cat >>confdefs.h <<_ACEOF
  1409. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1410. _ACEOF
  1411.  
  1412.  
  1413. cat >>confdefs.h <<_ACEOF
  1414. #define PACKAGE_STRING "$PACKAGE_STRING"
  1415. _ACEOF
  1416.  
  1417.  
  1418. cat >>confdefs.h <<_ACEOF
  1419. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1420. _ACEOF
  1421.  
  1422.  
  1423. # Let the site file select an alternate cache file if it wants to.
  1424. # Prefer explicitly selected file to automatically selected ones.
  1425. if test -z "$CONFIG_SITE"; then
  1426. if test "x$prefix" != xNONE; then
  1427. CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1428. else
  1429. CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1430. fi
  1431. fi
  1432. for ac_site_file in $CONFIG_SITE; do
  1433. if test -r "$ac_site_file"; then
  1434. { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1435. echo "$as_me: loading site script $ac_site_file" >&6;}
  1436. sed 's/^/| /' "$ac_site_file" >&5
  1437. . "$ac_site_file"
  1438. fi
  1439. done
  1440.  
  1441. if test -r "$cache_file"; then
  1442. # Some versions of bash will fail to source /dev/null (special
  1443. # files actually), so we avoid doing that.
  1444. if test -f "$cache_file"; then
  1445. { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1446. echo "$as_me: loading cache $cache_file" >&6;}
  1447. case $cache_file in
  1448. [\\/]* | ?:[\\/]* ) . $cache_file;;
  1449. *) . ./$cache_file;;
  1450. esac
  1451. fi
  1452. else
  1453. { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1454. echo "$as_me: creating cache $cache_file" >&6;}
  1455. >$cache_file
  1456. fi
  1457.  
  1458. # Check that the precious variables saved in the cache have kept the same
  1459. # value.
  1460. ac_cache_corrupted=false
  1461. for ac_var in `(set) 2>&1 |
  1462. sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1463. eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1464. eval ac_new_set=\$ac_env_${ac_var}_set
  1465. eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1466. eval ac_new_val="\$ac_env_${ac_var}_value"
  1467. case $ac_old_set,$ac_new_set in
  1468. set,)
  1469. { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1470. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1471. ac_cache_corrupted=: ;;
  1472. ,set)
  1473. { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1474. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1475. ac_cache_corrupted=: ;;
  1476. ,);;
  1477. *)
  1478. if test "x$ac_old_val" != "x$ac_new_val"; then
  1479. { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1480. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1481. { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
  1482. echo "$as_me: former value: $ac_old_val" >&2;}
  1483. { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
  1484. echo "$as_me: current value: $ac_new_val" >&2;}
  1485. ac_cache_corrupted=:
  1486. fi;;
  1487. esac
  1488. # Pass precious variables to config.status.
  1489. if test "$ac_new_set" = set; then
  1490. case $ac_new_val in
  1491. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1492. ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1493. *) ac_arg=$ac_var=$ac_new_val ;;
  1494. esac
  1495. case " $ac_configure_args " in
  1496. *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
  1497. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1498. esac
  1499. fi
  1500. done
  1501. if $ac_cache_corrupted; then
  1502. { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1503. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1504. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1505. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1506. { (exit 1); exit 1; }; }
  1507. fi
  1508.  
  1509. ac_ext=c
  1510. ac_cpp='$CPP $CPPFLAGS'
  1511. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1512. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1513. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543. ac_aux_dir=
  1544. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1545. if test -f $ac_dir/install-sh; then
  1546. ac_aux_dir=$ac_dir
  1547. ac_install_sh="$ac_aux_dir/install-sh -c"
  1548. break
  1549. elif test -f $ac_dir/install.sh; then
  1550. ac_aux_dir=$ac_dir
  1551. ac_install_sh="$ac_aux_dir/install.sh -c"
  1552. break
  1553. elif test -f $ac_dir/shtool; then
  1554. ac_aux_dir=$ac_dir
  1555. ac_install_sh="$ac_aux_dir/shtool install -c"
  1556. break
  1557. fi
  1558. done
  1559. if test -z "$ac_aux_dir"; then
  1560. { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1561. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1562. { (exit 1); exit 1; }; }
  1563. fi
  1564. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1565. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1566. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1567.  
  1568. # Make sure we can run config.sub.
  1569. $ac_config_sub sun4 >/dev/null 2>&1 ||
  1570. { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1571. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1572. { (exit 1); exit 1; }; }
  1573.  
  1574. echo "$as_me:$LINENO: checking build system type" >&5
  1575. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1576. if test "${ac_cv_build+set}" = set; then
  1577. echo $ECHO_N "(cached) $ECHO_C" >&6
  1578. else
  1579. ac_cv_build_alias=$build_alias
  1580. test -z "$ac_cv_build_alias" &&
  1581. ac_cv_build_alias=`$ac_config_guess`
  1582. test -z "$ac_cv_build_alias" &&
  1583. { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1584. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1585. { (exit 1); exit 1; }; }
  1586. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1587. { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1588. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1589. { (exit 1); exit 1; }; }
  1590.  
  1591. fi
  1592. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1593. echo "${ECHO_T}$ac_cv_build" >&6
  1594. build=$ac_cv_build
  1595. build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1596. build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1597. build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1598.  
  1599.  
  1600. echo "$as_me:$LINENO: checking host system type" >&5
  1601. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1602. if test "${ac_cv_host+set}" = set; then
  1603. echo $ECHO_N "(cached) $ECHO_C" >&6
  1604. else
  1605. ac_cv_host_alias=$host_alias
  1606. test -z "$ac_cv_host_alias" &&
  1607. ac_cv_host_alias=$ac_cv_build_alias
  1608. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1609. { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1610. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1611. { (exit 1); exit 1; }; }
  1612.  
  1613. fi
  1614. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1615. echo "${ECHO_T}$ac_cv_host" >&6
  1616. host=$ac_cv_host
  1617. host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1618. host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1619. host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1620.  
  1621.  
  1622.  
  1623. am__api_version="1.9"
  1624. # Find a good install program. We prefer a C program (faster),
  1625. # so one script is as good as another. But avoid the broken or
  1626. # incompatible versions:
  1627. # SysV /etc/install, /usr/sbin/install
  1628. # SunOS /usr/etc/install
  1629. # IRIX /sbin/install
  1630. # AIX /bin/install
  1631. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1632. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1633. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1634. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1635. # OS/2's system install, which has a completely different semantic
  1636. # ./install, which can be erroneously created by make from ./install.sh.
  1637. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1638. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1639. if test -z "$INSTALL"; then
  1640. if test "${ac_cv_path_install+set}" = set; then
  1641. echo $ECHO_N "(cached) $ECHO_C" >&6
  1642. else
  1643. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1644. for as_dir in $PATH
  1645. do
  1646. IFS=$as_save_IFS
  1647. test -z "$as_dir" && as_dir=.
  1648. # Account for people who put trailing slashes in PATH elements.
  1649. case $as_dir/ in
  1650. ./ | .// | /cC/* | \
  1651. /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1652. ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1653. /usr/ucb/* ) ;;
  1654. *)
  1655. # OSF1 and SCO ODT 3.0 have their own names for install.
  1656. # Don't use installbsd from OSF since it installs stuff as root
  1657. # by default.
  1658. for ac_prog in ginstall scoinst install; do
  1659. for ac_exec_ext in '' $ac_executable_extensions; do
  1660. if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1661. if test $ac_prog = install &&
  1662. grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1663. # AIX install. It has an incompatible calling convention.
  1664. :
  1665. elif test $ac_prog = install &&
  1666. grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1667. # program-specific install script used by HP pwplus--don't use.
  1668. :
  1669. else
  1670. ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1671. break 3
  1672. fi
  1673. fi
  1674. done
  1675. done
  1676. ;;
  1677. esac
  1678. done
  1679.  
  1680.  
  1681. fi
  1682. if test "${ac_cv_path_install+set}" = set; then
  1683. INSTALL=$ac_cv_path_install
  1684. else
  1685. # As a last resort, use the slow shell script. We don't cache a
  1686. # path for INSTALL within a source directory, because that will
  1687. # break other packages using the cache if that directory is
  1688. # removed, or if the path is relative.
  1689. INSTALL=$ac_install_sh
  1690. fi
  1691. fi
  1692. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1693. echo "${ECHO_T}$INSTALL" >&6
  1694.  
  1695. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1696. # It thinks the first close brace ends the variable substitution.
  1697. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1698.  
  1699. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1700.  
  1701. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1702.  
  1703. echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1704. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1705. # Just in case
  1706. sleep 1
  1707. echo timestamp > conftest.file
  1708. # Do `set' in a subshell so we don't clobber the current shell's
  1709. # arguments. Must try -L first in case configure is actually a
  1710. # symlink; some systems play weird games with the mod time of symlinks
  1711. # (eg FreeBSD returns the mod time of the symlink's containing
  1712. # directory).
  1713. if (
  1714. set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1715. if test "$*" = "X"; then
  1716. # -L didn't work.
  1717. set X `ls -t $srcdir/configure conftest.file`
  1718. fi
  1719. rm -f conftest.file
  1720. if test "$*" != "X $srcdir/configure conftest.file" \
  1721. && test "$*" != "X conftest.file $srcdir/configure"; then
  1722.  
  1723. # If neither matched, then we have a broken ls. This can happen
  1724. # if, for instance, CONFIG_SHELL is bash and it inherits a
  1725. # broken ls alias from the environment. This has actually
  1726. # happened. Such a system could not be considered "sane".
  1727. { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
  1728. alias in your environment" >&5
  1729. echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
  1730. alias in your environment" >&2;}
  1731. { (exit 1); exit 1; }; }
  1732. fi
  1733.  
  1734. test "$2" = conftest.file
  1735. )
  1736. then
  1737. # Ok.
  1738. :
  1739. else
  1740. { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1741. Check your system clock" >&5
  1742. echo "$as_me: error: newly created file is older than distributed files!
  1743. Check your system clock" >&2;}
  1744. { (exit 1); exit 1; }; }
  1745. fi
  1746. echo "$as_me:$LINENO: result: yes" >&5
  1747. echo "${ECHO_T}yes" >&6
  1748. test "$program_prefix" != NONE &&
  1749. program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1750. # Use a double $ so make ignores it.
  1751. test "$program_suffix" != NONE &&
  1752. program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  1753. # Double any \ or $. echo might interpret backslashes.
  1754. # By default was `s,x,x', remove it if useless.
  1755. cat <<\_ACEOF >conftest.sed
  1756. s/[\\$]/&&/g;s/;s,x,x,$//
  1757. _ACEOF
  1758. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1759. rm conftest.sed
  1760.  
  1761. # expand $ac_aux_dir to an absolute path
  1762. am_aux_dir=`cd $ac_aux_dir && pwd`
  1763.  
  1764. test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  1765. # Use eval to expand $SHELL
  1766. if eval "$MISSING --run true"; then
  1767. am_missing_run="$MISSING --run "
  1768. else
  1769. am_missing_run=
  1770. { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  1771. echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1772. fi
  1773.  
  1774. if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  1775. # We used to keeping the `.' as first argument, in order to
  1776. # allow $(mkdir_p) to be used without argument. As in
  1777. # $(mkdir_p) $(somedir)
  1778. # where $(somedir) is conditionally defined. However this is wrong
  1779. # for two reasons:
  1780. # 1. if the package is installed by a user who cannot write `.'
  1781. # make install will fail,
  1782. # 2. the above comment should most certainly read
  1783. # $(mkdir_p) $(DESTDIR)$(somedir)
  1784. # so it does not work when $(somedir) is undefined and
  1785. # $(DESTDIR) is not.
  1786. # To support the latter case, we have to write
  1787. # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  1788. # so the `.' trick is pointless.
  1789. mkdir_p='mkdir -p --'
  1790. else
  1791. # On NextStep and OpenStep, the `mkdir' command does not
  1792. # recognize any option. It will interpret all options as
  1793. # directories to create, and then abort because `.' already
  1794. # exists.
  1795. for d in ./-p ./--version;
  1796. do
  1797. test -d $d && rmdir $d
  1798. done
  1799. # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  1800. if test -f "$ac_aux_dir/mkinstalldirs"; then
  1801. mkdir_p='$(mkinstalldirs)'
  1802. else
  1803. mkdir_p='$(install_sh) -d'
  1804. fi
  1805. fi
  1806.  
  1807. for ac_prog in gawk mawk nawk awk
  1808. do
  1809. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1810. set dummy $ac_prog; ac_word=$2
  1811. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1812. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1813. if test "${ac_cv_prog_AWK+set}" = set; then
  1814. echo $ECHO_N "(cached) $ECHO_C" >&6
  1815. else
  1816. if test -n "$AWK"; then
  1817. ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1818. else
  1819. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1820. for as_dir in $PATH
  1821. do
  1822. IFS=$as_save_IFS
  1823. test -z "$as_dir" && as_dir=.
  1824. for ac_exec_ext in '' $ac_executable_extensions; do
  1825. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1826. ac_cv_prog_AWK="$ac_prog"
  1827. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1828. break 2
  1829. fi
  1830. done
  1831. done
  1832.  
  1833. fi
  1834. fi
  1835. AWK=$ac_cv_prog_AWK
  1836. if test -n "$AWK"; then
  1837. echo "$as_me:$LINENO: result: $AWK" >&5
  1838. echo "${ECHO_T}$AWK" >&6
  1839. else
  1840. echo "$as_me:$LINENO: result: no" >&5
  1841. echo "${ECHO_T}no" >&6
  1842. fi
  1843.  
  1844. test -n "$AWK" && break
  1845. done
  1846.  
  1847. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1848. echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  1849. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  1850. if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  1851. echo $ECHO_N "(cached) $ECHO_C" >&6
  1852. else
  1853. cat >conftest.make <<\_ACEOF
  1854. all:
  1855. @echo 'ac_maketemp="$(MAKE)"'
  1856. _ACEOF
  1857. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1858. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1859. if test -n "$ac_maketemp"; then
  1860. eval ac_cv_prog_make_${ac_make}_set=yes
  1861. else
  1862. eval ac_cv_prog_make_${ac_make}_set=no
  1863. fi
  1864. rm -f conftest.make
  1865. fi
  1866. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1867. echo "$as_me:$LINENO: result: yes" >&5
  1868. echo "${ECHO_T}yes" >&6
  1869. SET_MAKE=
  1870. else
  1871. echo "$as_me:$LINENO: result: no" >&5
  1872. echo "${ECHO_T}no" >&6
  1873. SET_MAKE="MAKE=${MAKE-make}"
  1874. fi
  1875.  
  1876. rm -rf .tst 2>/dev/null
  1877. mkdir .tst 2>/dev/null
  1878. if test -d .tst; then
  1879. am__leading_dot=.
  1880. else
  1881. am__leading_dot=_
  1882. fi
  1883. rmdir .tst 2>/dev/null
  1884.  
  1885. # test to see if srcdir already configured
  1886. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1887. test -f $srcdir/config.status; then
  1888. { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1889. echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1890. { (exit 1); exit 1; }; }
  1891. fi
  1892.  
  1893. # test whether we have cygpath
  1894. if test -z "$CYGPATH_W"; then
  1895. if (cygpath --version) >/dev/null 2>/dev/null; then
  1896. CYGPATH_W='cygpath -w'
  1897. else
  1898. CYGPATH_W=echo
  1899. fi
  1900. fi
  1901.  
  1902.  
  1903. # Define the identity of the package.
  1904. PACKAGE='lame'
  1905. VERSION='3.97'
  1906.  
  1907.  
  1908. cat >>confdefs.h <<_ACEOF
  1909. #define PACKAGE "$PACKAGE"
  1910. _ACEOF
  1911.  
  1912.  
  1913. cat >>confdefs.h <<_ACEOF
  1914. #define VERSION "$VERSION"
  1915. _ACEOF
  1916.  
  1917. # Some tools Automake needs.
  1918.  
  1919. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1920.  
  1921.  
  1922. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1923.  
  1924.  
  1925. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1926.  
  1927.  
  1928. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1929.  
  1930.  
  1931. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1932.  
  1933. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1934.  
  1935. # Installed binaries are usually stripped using `strip' when the user
  1936. # run `make install-strip'. However `strip' might not be the right
  1937. # tool to use in cross-compilation environments, therefore Automake
  1938. # will honor the `STRIP' environment variable to overrule this program.
  1939. if test "$cross_compiling" != no; then
  1940. if test -n "$ac_tool_prefix"; then
  1941. # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1942. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1943. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1944. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1945. if test "${ac_cv_prog_STRIP+set}" = set; then
  1946. echo $ECHO_N "(cached) $ECHO_C" >&6
  1947. else
  1948. if test -n "$STRIP"; then
  1949. ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1950. else
  1951. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1952. for as_dir in $PATH
  1953. do
  1954. IFS=$as_save_IFS
  1955. test -z "$as_dir" && as_dir=.
  1956. for ac_exec_ext in '' $ac_executable_extensions; do
  1957. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1958. ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1959. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1960. break 2
  1961. fi
  1962. done
  1963. done
  1964.  
  1965. fi
  1966. fi
  1967. STRIP=$ac_cv_prog_STRIP
  1968. if test -n "$STRIP"; then
  1969. echo "$as_me:$LINENO: result: $STRIP" >&5
  1970. echo "${ECHO_T}$STRIP" >&6
  1971. else
  1972. echo "$as_me:$LINENO: result: no" >&5
  1973. echo "${ECHO_T}no" >&6
  1974. fi
  1975.  
  1976. fi
  1977. if test -z "$ac_cv_prog_STRIP"; then
  1978. ac_ct_STRIP=$STRIP
  1979. # Extract the first word of "strip", so it can be a program name with args.
  1980. set dummy strip; ac_word=$2
  1981. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1982. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1983. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1984. echo $ECHO_N "(cached) $ECHO_C" >&6
  1985. else
  1986. if test -n "$ac_ct_STRIP"; then
  1987. ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1988. else
  1989. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1990. for as_dir in $PATH
  1991. do
  1992. IFS=$as_save_IFS
  1993. test -z "$as_dir" && as_dir=.
  1994. for ac_exec_ext in '' $ac_executable_extensions; do
  1995. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1996. ac_cv_prog_ac_ct_STRIP="strip"
  1997. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1998. break 2
  1999. fi
  2000. done
  2001. done
  2002.  
  2003. test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  2004. fi
  2005. fi
  2006. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  2007. if test -n "$ac_ct_STRIP"; then
  2008. echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  2009. echo "${ECHO_T}$ac_ct_STRIP" >&6
  2010. else
  2011. echo "$as_me:$LINENO: result: no" >&5
  2012. echo "${ECHO_T}no" >&6
  2013. fi
  2014.  
  2015. STRIP=$ac_ct_STRIP
  2016. else
  2017. STRIP="$ac_cv_prog_STRIP"
  2018. fi
  2019.  
  2020. fi
  2021. INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  2022.  
  2023. # We need awk for the "check" target. The system "awk" is bad on
  2024. # some platforms.
  2025. # Always define AMTAR for backward compatibility.
  2026.  
  2027. AMTAR=${AMTAR-"${am_missing_run}tar"}
  2028.  
  2029. am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035. ac_config_headers="$ac_config_headers config.h"
  2036.  
  2037. echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  2038. echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
  2039. # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  2040. if test "${enable_maintainer_mode+set}" = set; then
  2041. enableval="$enable_maintainer_mode"
  2042. USE_MAINTAINER_MODE=$enableval
  2043. else
  2044. USE_MAINTAINER_MODE=no
  2045. fi;
  2046. echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  2047. echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
  2048.  
  2049.  
  2050. if test $USE_MAINTAINER_MODE = yes; then
  2051. MAINTAINER_MODE_TRUE=
  2052. MAINTAINER_MODE_FALSE='#'
  2053. else
  2054. MAINTAINER_MODE_TRUE='#'
  2055. MAINTAINER_MODE_FALSE=
  2056. fi
  2057.  
  2058. MAINT=$MAINTAINER_MODE_TRUE
  2059.  
  2060.  
  2061. am_make=${MAKE-make}
  2062. cat > confinc << 'END'
  2063. am__doit:
  2064. @echo done
  2065. .PHONY: am__doit
  2066. END
  2067. # If we don't find an include directive, just comment out the code.
  2068. echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  2069. echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  2070. am__include="#"
  2071. am__quote=
  2072. _am_result=none
  2073. # First try GNU make style include.
  2074. echo "include confinc" > confmf
  2075. # We grep out `Entering directory' and `Leaving directory'
  2076. # messages which can occur if `w' ends up in MAKEFLAGS.
  2077. # In particular we don't look at `^make:' because GNU make might
  2078. # be invoked under some other name (usually "gmake"), in which
  2079. # case it prints its new name instead of `make'.
  2080. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  2081. am__include=include
  2082. am__quote=
  2083. _am_result=GNU
  2084. fi
  2085. # Now try BSD make style include.
  2086. if test "$am__include" = "#"; then
  2087. echo '.include "confinc"' > confmf
  2088. if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  2089. am__include=.include
  2090. am__quote="\""
  2091. _am_result=BSD
  2092. fi
  2093. fi
  2094.  
  2095.  
  2096. echo "$as_me:$LINENO: result: $_am_result" >&5
  2097. echo "${ECHO_T}$_am_result" >&6
  2098. rm -f confinc confmf
  2099.  
  2100.  
  2101. DEPDIR="${am__leading_dot}deps"
  2102.  
  2103. ac_config_commands="$ac_config_commands depfiles"
  2104.  
  2105.  
  2106. # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  2107. if test "${enable_dependency_tracking+set}" = set; then
  2108. enableval="$enable_dependency_tracking"
  2109.  
  2110. fi;
  2111. if test "x$enable_dependency_tracking" != xno; then
  2112. am_depcomp="$ac_aux_dir/depcomp"
  2113. AMDEPBACKSLASH='\'
  2114. fi
  2115.  
  2116.  
  2117. if test "x$enable_dependency_tracking" != xno; then
  2118. AMDEP_TRUE=
  2119. AMDEP_FALSE='#'
  2120. else
  2121. AMDEP_TRUE='#'
  2122. AMDEP_FALSE=
  2123. fi
  2124.  
  2125.  
  2126.  
  2127. ac_ext=c
  2128. ac_cpp='$CPP $CPPFLAGS'
  2129. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2130. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2131. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2132. if test -n "$ac_tool_prefix"; then
  2133. # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  2134. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  2135. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2136. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2137. if test "${ac_cv_prog_CC+set}" = set; then
  2138. echo $ECHO_N "(cached) $ECHO_C" >&6
  2139. else
  2140. if test -n "$CC"; then
  2141. ac_cv_prog_CC="$CC" # Let the user override the test.
  2142. else
  2143. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2144. for as_dir in $PATH
  2145. do
  2146. IFS=$as_save_IFS
  2147. test -z "$as_dir" && as_dir=.
  2148. for ac_exec_ext in '' $ac_executable_extensions; do
  2149. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2150. ac_cv_prog_CC="${ac_tool_prefix}gcc"
  2151. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2152. break 2
  2153. fi
  2154. done
  2155. done
  2156.  
  2157. fi
  2158. fi
  2159. CC=$ac_cv_prog_CC
  2160. if test -n "$CC"; then
  2161. echo "$as_me:$LINENO: result: $CC" >&5
  2162. echo "${ECHO_T}$CC" >&6
  2163. else
  2164. echo "$as_me:$LINENO: result: no" >&5
  2165. echo "${ECHO_T}no" >&6
  2166. fi
  2167.  
  2168. fi
  2169. if test -z "$ac_cv_prog_CC"; then
  2170. ac_ct_CC=$CC
  2171. # Extract the first word of "gcc", so it can be a program name with args.
  2172. set dummy gcc; ac_word=$2
  2173. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2174. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2175. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2176. echo $ECHO_N "(cached) $ECHO_C" >&6
  2177. else
  2178. if test -n "$ac_ct_CC"; then
  2179. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2180. else
  2181. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2182. for as_dir in $PATH
  2183. do
  2184. IFS=$as_save_IFS
  2185. test -z "$as_dir" && as_dir=.
  2186. for ac_exec_ext in '' $ac_executable_extensions; do
  2187. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2188. ac_cv_prog_ac_ct_CC="gcc"
  2189. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2190. break 2
  2191. fi
  2192. done
  2193. done
  2194.  
  2195. fi
  2196. fi
  2197. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2198. if test -n "$ac_ct_CC"; then
  2199. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2200. echo "${ECHO_T}$ac_ct_CC" >&6
  2201. else
  2202. echo "$as_me:$LINENO: result: no" >&5
  2203. echo "${ECHO_T}no" >&6
  2204. fi
  2205.  
  2206. CC=$ac_ct_CC
  2207. else
  2208. CC="$ac_cv_prog_CC"
  2209. fi
  2210.  
  2211. if test -z "$CC"; then
  2212. if test -n "$ac_tool_prefix"; then
  2213. # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2214. set dummy ${ac_tool_prefix}cc; ac_word=$2
  2215. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2216. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2217. if test "${ac_cv_prog_CC+set}" = set; then
  2218. echo $ECHO_N "(cached) $ECHO_C" >&6
  2219. else
  2220. if test -n "$CC"; then
  2221. ac_cv_prog_CC="$CC" # Let the user override the test.
  2222. else
  2223. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2224. for as_dir in $PATH
  2225. do
  2226. IFS=$as_save_IFS
  2227. test -z "$as_dir" && as_dir=.
  2228. for ac_exec_ext in '' $ac_executable_extensions; do
  2229. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2230. ac_cv_prog_CC="${ac_tool_prefix}cc"
  2231. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2232. break 2
  2233. fi
  2234. done
  2235. done
  2236.  
  2237. fi
  2238. fi
  2239. CC=$ac_cv_prog_CC
  2240. if test -n "$CC"; then
  2241. echo "$as_me:$LINENO: result: $CC" >&5
  2242. echo "${ECHO_T}$CC" >&6
  2243. else
  2244. echo "$as_me:$LINENO: result: no" >&5
  2245. echo "${ECHO_T}no" >&6
  2246. fi
  2247.  
  2248. fi
  2249. if test -z "$ac_cv_prog_CC"; then
  2250. ac_ct_CC=$CC
  2251. # Extract the first word of "cc", so it can be a program name with args.
  2252. set dummy cc; ac_word=$2
  2253. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2254. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2255. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2256. echo $ECHO_N "(cached) $ECHO_C" >&6
  2257. else
  2258. if test -n "$ac_ct_CC"; then
  2259. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2260. else
  2261. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2262. for as_dir in $PATH
  2263. do
  2264. IFS=$as_save_IFS
  2265. test -z "$as_dir" && as_dir=.
  2266. for ac_exec_ext in '' $ac_executable_extensions; do
  2267. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2268. ac_cv_prog_ac_ct_CC="cc"
  2269. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2270. break 2
  2271. fi
  2272. done
  2273. done
  2274.  
  2275. fi
  2276. fi
  2277. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2278. if test -n "$ac_ct_CC"; then
  2279. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2280. echo "${ECHO_T}$ac_ct_CC" >&6
  2281. else
  2282. echo "$as_me:$LINENO: result: no" >&5
  2283. echo "${ECHO_T}no" >&6
  2284. fi
  2285.  
  2286. CC=$ac_ct_CC
  2287. else
  2288. CC="$ac_cv_prog_CC"
  2289. fi
  2290.  
  2291. fi
  2292. if test -z "$CC"; then
  2293. # Extract the first word of "cc", so it can be a program name with args.
  2294. set dummy cc; ac_word=$2
  2295. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2296. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2297. if test "${ac_cv_prog_CC+set}" = set; then
  2298. echo $ECHO_N "(cached) $ECHO_C" >&6
  2299. else
  2300. if test -n "$CC"; then
  2301. ac_cv_prog_CC="$CC" # Let the user override the test.
  2302. else
  2303. ac_prog_rejected=no
  2304. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2305. for as_dir in $PATH
  2306. do
  2307. IFS=$as_save_IFS
  2308. test -z "$as_dir" && as_dir=.
  2309. for ac_exec_ext in '' $ac_executable_extensions; do
  2310. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2311. if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2312. ac_prog_rejected=yes
  2313. continue
  2314. fi
  2315. ac_cv_prog_CC="cc"
  2316. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2317. break 2
  2318. fi
  2319. done
  2320. done
  2321.  
  2322. if test $ac_prog_rejected = yes; then
  2323. # We found a bogon in the path, so make sure we never use it.
  2324. set dummy $ac_cv_prog_CC
  2325. shift
  2326. if test $# != 0; then
  2327. # We chose a different compiler from the bogus one.
  2328. # However, it has the same basename, so the bogon will be chosen
  2329. # first if we set CC to just the basename; use the full file name.
  2330. shift
  2331. ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2332. fi
  2333. fi
  2334. fi
  2335. fi
  2336. CC=$ac_cv_prog_CC
  2337. if test -n "$CC"; then
  2338. echo "$as_me:$LINENO: result: $CC" >&5
  2339. echo "${ECHO_T}$CC" >&6
  2340. else
  2341. echo "$as_me:$LINENO: result: no" >&5
  2342. echo "${ECHO_T}no" >&6
  2343. fi
  2344.  
  2345. fi
  2346. if test -z "$CC"; then
  2347. if test -n "$ac_tool_prefix"; then
  2348. for ac_prog in cl
  2349. do
  2350. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2351. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2352. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2353. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2354. if test "${ac_cv_prog_CC+set}" = set; then
  2355. echo $ECHO_N "(cached) $ECHO_C" >&6
  2356. else
  2357. if test -n "$CC"; then
  2358. ac_cv_prog_CC="$CC" # Let the user override the test.
  2359. else
  2360. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2361. for as_dir in $PATH
  2362. do
  2363. IFS=$as_save_IFS
  2364. test -z "$as_dir" && as_dir=.
  2365. for ac_exec_ext in '' $ac_executable_extensions; do
  2366. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2367. ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2368. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2369. break 2
  2370. fi
  2371. done
  2372. done
  2373.  
  2374. fi
  2375. fi
  2376. CC=$ac_cv_prog_CC
  2377. if test -n "$CC"; then
  2378. echo "$as_me:$LINENO: result: $CC" >&5
  2379. echo "${ECHO_T}$CC" >&6
  2380. else
  2381. echo "$as_me:$LINENO: result: no" >&5
  2382. echo "${ECHO_T}no" >&6
  2383. fi
  2384.  
  2385. test -n "$CC" && break
  2386. done
  2387. fi
  2388. if test -z "$CC"; then
  2389. ac_ct_CC=$CC
  2390. for ac_prog in cl
  2391. do
  2392. # Extract the first word of "$ac_prog", so it can be a program name with args.
  2393. set dummy $ac_prog; ac_word=$2
  2394. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2395. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2396. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2397. echo $ECHO_N "(cached) $ECHO_C" >&6
  2398. else
  2399. if test -n "$ac_ct_CC"; then
  2400. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2401. else
  2402. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2403. for as_dir in $PATH
  2404. do
  2405. IFS=$as_save_IFS
  2406. test -z "$as_dir" && as_dir=.
  2407. for ac_exec_ext in '' $ac_executable_extensions; do
  2408. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2409. ac_cv_prog_ac_ct_CC="$ac_prog"
  2410. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2411. break 2
  2412. fi
  2413. done
  2414. done
  2415.  
  2416. fi
  2417. fi
  2418. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2419. if test -n "$ac_ct_CC"; then
  2420. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2421. echo "${ECHO_T}$ac_ct_CC" >&6
  2422. else
  2423. echo "$as_me:$LINENO: result: no" >&5
  2424. echo "${ECHO_T}no" >&6
  2425. fi
  2426.  
  2427. test -n "$ac_ct_CC" && break
  2428. done
  2429.  
  2430. CC=$ac_ct_CC
  2431. fi
  2432.  
  2433. fi
  2434.  
  2435.  
  2436. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  2437. See \`config.log' for more details." >&5
  2438. echo "$as_me: error: no acceptable C compiler found in \$PATH
  2439. See \`config.log' for more details." >&2;}
  2440. { (exit 1); exit 1; }; }
  2441.  
  2442. # Provide some information about the compiler.
  2443. echo "$as_me:$LINENO:" \
  2444. "checking for C compiler version" >&5
  2445. ac_compiler=`set X $ac_compile; echo $2`
  2446. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  2447. (eval $ac_compiler --version </dev/null >&5) 2>&5
  2448. ac_status=$?
  2449. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2450. (exit $ac_status); }
  2451. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  2452. (eval $ac_compiler -v </dev/null >&5) 2>&5
  2453. ac_status=$?
  2454. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2455. (exit $ac_status); }
  2456. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  2457. (eval $ac_compiler -V </dev/null >&5) 2>&5
  2458. ac_status=$?
  2459. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2460. (exit $ac_status); }
  2461.  
  2462. cat >conftest.$ac_ext <<_ACEOF
  2463. /* confdefs.h. */
  2464. _ACEOF
  2465. cat confdefs.h >>conftest.$ac_ext
  2466. cat >>conftest.$ac_ext <<_ACEOF
  2467. /* end confdefs.h. */
  2468.  
  2469. int
  2470. main ()
  2471. {
  2472.  
  2473. ;
  2474. return 0;
  2475. }
  2476. _ACEOF
  2477. ac_clean_files_save=$ac_clean_files
  2478. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  2479. # Try to create an executable without -o first, disregard a.out.
  2480. # It will help us diagnose broken compilers, and finding out an intuition
  2481. # of exeext.
  2482. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  2483. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  2484. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2485. if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
  2486. (eval $ac_link_default) 2>&5
  2487. ac_status=$?
  2488. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2489. (exit $ac_status); }; then
  2490. # Find the output, starting from the most likely. This scheme is
  2491. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  2492. # resort.
  2493.  
  2494. # Be careful to initialize this variable, since it used to be cached.
  2495. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  2496. ac_cv_exeext=
  2497. # b.out is created by i960 compilers.
  2498. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  2499. do
  2500. test -f "$ac_file" || continue
  2501. case $ac_file in
  2502. *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  2503. ;;
  2504. conftest.$ac_ext )
  2505. # This is the source file.
  2506. ;;
  2507. [ab].out )
  2508. # We found the default executable, but exeext='' is most
  2509. # certainly right.
  2510. break;;
  2511. *.* )
  2512. ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2513. # FIXME: I believe we export ac_cv_exeext for Libtool,
  2514. # but it would be cool to find out if it's true. Does anybody
  2515. # maintain Libtool? --akim.
  2516. export ac_cv_exeext
  2517. break;;
  2518. * )
  2519. break;;
  2520. esac
  2521. done
  2522. else
  2523. echo "$as_me: failed program was:" >&5
  2524. sed 's/^/| /' conftest.$ac_ext >&5
  2525.  
  2526. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  2527. See \`config.log' for more details." >&5
  2528. echo "$as_me: error: C compiler cannot create executables
  2529. See \`config.log' for more details." >&2;}
  2530. { (exit 77); exit 77; }; }
  2531. fi
  2532.  
  2533. ac_exeext=$ac_cv_exeext
  2534. echo "$as_me:$LINENO: result: $ac_file" >&5
  2535. echo "${ECHO_T}$ac_file" >&6
  2536.  
  2537. # Check the compiler produces executables we can run. If not, either
  2538. # the compiler is broken, or we cross compile.
  2539. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2540. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  2541. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2542. # If not cross compiling, check that we can run a simple program.
  2543. if test "$cross_compiling" != yes; then
  2544. if { ac_try='./$ac_file'
  2545. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2546. (eval $ac_try) 2>&5
  2547. ac_status=$?
  2548. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2549. (exit $ac_status); }; }; then
  2550. cross_compiling=no
  2551. else
  2552. if test "$cross_compiling" = maybe; then
  2553. cross_compiling=yes
  2554. else
  2555. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2556. If you meant to cross compile, use \`--host'.
  2557. See \`config.log' for more details." >&5
  2558. echo "$as_me: error: cannot run C compiled programs.
  2559. If you meant to cross compile, use \`--host'.
  2560. See \`config.log' for more details." >&2;}
  2561. { (exit 1); exit 1; }; }
  2562. fi
  2563. fi
  2564. fi
  2565. echo "$as_me:$LINENO: result: yes" >&5
  2566. echo "${ECHO_T}yes" >&6
  2567.  
  2568. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  2569. ac_clean_files=$ac_clean_files_save
  2570. # Check the compiler produces executables we can run. If not, either
  2571. # the compiler is broken, or we cross compile.
  2572. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  2573. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  2574. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  2575. echo "${ECHO_T}$cross_compiling" >&6
  2576.  
  2577. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  2578. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  2579. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  2580. (eval $ac_link) 2>&5
  2581. ac_status=$?
  2582. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2583. (exit $ac_status); }; then
  2584. # If both `conftest.exe' and `conftest' are `present' (well, observable)
  2585. # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
  2586. # work properly (i.e., refer to `conftest.exe'), while it won't with
  2587. # `rm'.
  2588. for ac_file in conftest.exe conftest conftest.*; do
  2589. test -f "$ac_file" || continue
  2590. case $ac_file in
  2591. *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  2592. *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2593. export ac_cv_exeext
  2594. break;;
  2595. * ) break;;
  2596. esac
  2597. done
  2598. else
  2599. { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  2600. See \`config.log' for more details." >&5
  2601. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  2602. See \`config.log' for more details." >&2;}
  2603. { (exit 1); exit 1; }; }
  2604. fi
  2605.  
  2606. rm -f conftest$ac_cv_exeext
  2607. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  2608. echo "${ECHO_T}$ac_cv_exeext" >&6
  2609.  
  2610. rm -f conftest.$ac_ext
  2611. EXEEXT=$ac_cv_exeext
  2612. ac_exeext=$EXEEXT
  2613. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  2614. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  2615. if test "${ac_cv_objext+set}" = set; then
  2616. echo $ECHO_N "(cached) $ECHO_C" >&6
  2617. else
  2618. cat >conftest.$ac_ext <<_ACEOF
  2619. /* confdefs.h. */
  2620. _ACEOF
  2621. cat confdefs.h >>conftest.$ac_ext
  2622. cat >>conftest.$ac_ext <<_ACEOF
  2623. /* end confdefs.h. */
  2624.  
  2625. int
  2626. main ()
  2627. {
  2628.  
  2629. ;
  2630. return 0;
  2631. }
  2632. _ACEOF
  2633. rm -f conftest.o conftest.obj
  2634. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2635. (eval $ac_compile) 2>&5
  2636. ac_status=$?
  2637. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2638. (exit $ac_status); }; then
  2639. for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  2640. case $ac_file in
  2641. *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  2642. *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  2643. break;;
  2644. esac
  2645. done
  2646. else
  2647. echo "$as_me: failed program was:" >&5
  2648. sed 's/^/| /' conftest.$ac_ext >&5
  2649.  
  2650. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  2651. See \`config.log' for more details." >&5
  2652. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  2653. See \`config.log' for more details." >&2;}
  2654. { (exit 1); exit 1; }; }
  2655. fi
  2656.  
  2657. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2658. fi
  2659. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  2660. echo "${ECHO_T}$ac_cv_objext" >&6
  2661. OBJEXT=$ac_cv_objext
  2662. ac_objext=$OBJEXT
  2663. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2664. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  2665. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2666. echo $ECHO_N "(cached) $ECHO_C" >&6
  2667. else
  2668. cat >conftest.$ac_ext <<_ACEOF
  2669. /* confdefs.h. */
  2670. _ACEOF
  2671. cat confdefs.h >>conftest.$ac_ext
  2672. cat >>conftest.$ac_ext <<_ACEOF
  2673. /* end confdefs.h. */
  2674.  
  2675. int
  2676. main ()
  2677. {
  2678. #ifndef __GNUC__
  2679. choke me
  2680. #endif
  2681.  
  2682. ;
  2683. return 0;
  2684. }
  2685. _ACEOF
  2686. rm -f conftest.$ac_objext
  2687. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2688. (eval $ac_compile) 2>conftest.er1
  2689. ac_status=$?
  2690. grep -v '^ *+' conftest.er1 >conftest.err
  2691. rm -f conftest.er1
  2692. cat conftest.err >&5
  2693. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2694. (exit $ac_status); } &&
  2695. { ac_try='test -z "$ac_c_werror_flag"
  2696. || test ! -s conftest.err'
  2697. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2698. (eval $ac_try) 2>&5
  2699. ac_status=$?
  2700. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2701. (exit $ac_status); }; } &&
  2702. { ac_try='test -s conftest.$ac_objext'
  2703. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2704. (eval $ac_try) 2>&5
  2705. ac_status=$?
  2706. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2707. (exit $ac_status); }; }; then
  2708. ac_compiler_gnu=yes
  2709. else
  2710. echo "$as_me: failed program was:" >&5
  2711. sed 's/^/| /' conftest.$ac_ext >&5
  2712.  
  2713. ac_compiler_gnu=no
  2714. fi
  2715. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2716. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2717.  
  2718. fi
  2719. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2720. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  2721. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2722. ac_test_CFLAGS=${CFLAGS+set}
  2723. ac_save_CFLAGS=$CFLAGS
  2724. CFLAGS="-g"
  2725. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2726. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  2727. if test "${ac_cv_prog_cc_g+set}" = set; then
  2728. echo $ECHO_N "(cached) $ECHO_C" >&6
  2729. else
  2730. cat >conftest.$ac_ext <<_ACEOF
  2731. /* confdefs.h. */
  2732. _ACEOF
  2733. cat confdefs.h >>conftest.$ac_ext
  2734. cat >>conftest.$ac_ext <<_ACEOF
  2735. /* end confdefs.h. */
  2736.  
  2737. int
  2738. main ()
  2739. {
  2740.  
  2741. ;
  2742. return 0;
  2743. }
  2744. _ACEOF
  2745. rm -f conftest.$ac_objext
  2746. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2747. (eval $ac_compile) 2>conftest.er1
  2748. ac_status=$?
  2749. grep -v '^ *+' conftest.er1 >conftest.err
  2750. rm -f conftest.er1
  2751. cat conftest.err >&5
  2752. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2753. (exit $ac_status); } &&
  2754. { ac_try='test -z "$ac_c_werror_flag"
  2755. || test ! -s conftest.err'
  2756. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2757. (eval $ac_try) 2>&5
  2758. ac_status=$?
  2759. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2760. (exit $ac_status); }; } &&
  2761. { ac_try='test -s conftest.$ac_objext'
  2762. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2763. (eval $ac_try) 2>&5
  2764. ac_status=$?
  2765. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2766. (exit $ac_status); }; }; then
  2767. ac_cv_prog_cc_g=yes
  2768. else
  2769. echo "$as_me: failed program was:" >&5
  2770. sed 's/^/| /' conftest.$ac_ext >&5
  2771.  
  2772. ac_cv_prog_cc_g=no
  2773. fi
  2774. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2775. fi
  2776. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2777. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  2778. if test "$ac_test_CFLAGS" = set; then
  2779. CFLAGS=$ac_save_CFLAGS
  2780. elif test $ac_cv_prog_cc_g = yes; then
  2781. if test "$GCC" = yes; then
  2782. CFLAGS="-g -O2"
  2783. else
  2784. CFLAGS="-g"
  2785. fi
  2786. else
  2787. if test "$GCC" = yes; then
  2788. CFLAGS="-O2"
  2789. else
  2790. CFLAGS=
  2791. fi
  2792. fi
  2793. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  2794. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  2795. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  2796. echo $ECHO_N "(cached) $ECHO_C" >&6
  2797. else
  2798. ac_cv_prog_cc_stdc=no
  2799. ac_save_CC=$CC
  2800. cat >conftest.$ac_ext <<_ACEOF
  2801. /* confdefs.h. */
  2802. _ACEOF
  2803. cat confdefs.h >>conftest.$ac_ext
  2804. cat >>conftest.$ac_ext <<_ACEOF
  2805. /* end confdefs.h. */
  2806. #include <stdarg.h>
  2807. #include <stdio.h>
  2808. #include <sys/types.h>
  2809. #include <sys/stat.h>
  2810. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  2811. struct buf { int x; };
  2812. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2813. static char *e (p, i)
  2814. char **p;
  2815. int i;
  2816. {
  2817. return p[i];
  2818. }
  2819. static char *f (char * (*g) (char **, int), char **p, ...)
  2820. {
  2821. char *s;
  2822. va_list v;
  2823. va_start (v,p);
  2824. s = g (p, va_arg (v,int));
  2825. va_end (v);
  2826. return s;
  2827. }
  2828.  
  2829. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  2830. function prototypes and stuff, but not '\xHH' hex character constants.
  2831. These don't provoke an error unfortunately, instead are silently treated
  2832. as 'x'. The following induces an error, until -std1 is added to get
  2833. proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  2834. array size at least. It's necessary to write '\x00'==0 to get something
  2835. that's true only with -std1. */
  2836. int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  2837.  
  2838. int test (int i, double x);
  2839. struct s1 {int (*f) (int a);};
  2840. struct s2 {int (*f) (double a);};
  2841. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2842. int argc;
  2843. char **argv;
  2844. int
  2845. main ()
  2846. {
  2847. return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  2848. ;
  2849. return 0;
  2850. }
  2851. _ACEOF
  2852. # Don't try gcc -ansi; that turns off useful extensions and
  2853. # breaks some systems' header files.
  2854. # AIX -qlanglvl=ansi
  2855. # Ultrix and OSF/1 -std1
  2856. # HP-UX 10.20 and later -Ae
  2857. # HP-UX older versions -Aa -D_HPUX_SOURCE
  2858. # SVR4 -Xc -D__EXTENSIONS__
  2859. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2860. do
  2861. CC="$ac_save_CC $ac_arg"
  2862. rm -f conftest.$ac_objext
  2863. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2864. (eval $ac_compile) 2>conftest.er1
  2865. ac_status=$?
  2866. grep -v '^ *+' conftest.er1 >conftest.err
  2867. rm -f conftest.er1
  2868. cat conftest.err >&5
  2869. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2870. (exit $ac_status); } &&
  2871. { ac_try='test -z "$ac_c_werror_flag"
  2872. || test ! -s conftest.err'
  2873. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2874. (eval $ac_try) 2>&5
  2875. ac_status=$?
  2876. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2877. (exit $ac_status); }; } &&
  2878. { ac_try='test -s conftest.$ac_objext'
  2879. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2880. (eval $ac_try) 2>&5
  2881. ac_status=$?
  2882. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2883. (exit $ac_status); }; }; then
  2884. ac_cv_prog_cc_stdc=$ac_arg
  2885. break
  2886. else
  2887. echo "$as_me: failed program was:" >&5
  2888. sed 's/^/| /' conftest.$ac_ext >&5
  2889.  
  2890. fi
  2891. rm -f conftest.err conftest.$ac_objext
  2892. done
  2893. rm -f conftest.$ac_ext conftest.$ac_objext
  2894. CC=$ac_save_CC
  2895.  
  2896. fi
  2897.  
  2898. case "x$ac_cv_prog_cc_stdc" in
  2899. x|xno)
  2900. echo "$as_me:$LINENO: result: none needed" >&5
  2901. echo "${ECHO_T}none needed" >&6 ;;
  2902. *)
  2903. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  2904. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  2905. CC="$CC $ac_cv_prog_cc_stdc" ;;
  2906. esac
  2907.  
  2908. # Some people use a C++ compiler to compile C. Since we use `exit',
  2909. # in C++ we need to declare it. In case someone uses the same compiler
  2910. # for both compiling C and C++ we need to have the C++ compiler decide
  2911. # the declaration of exit, since it's the most demanding environment.
  2912. cat >conftest.$ac_ext <<_ACEOF
  2913. #ifndef __cplusplus
  2914. choke me
  2915. #endif
  2916. _ACEOF
  2917. rm -f conftest.$ac_objext
  2918. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2919. (eval $ac_compile) 2>conftest.er1
  2920. ac_status=$?
  2921. grep -v '^ *+' conftest.er1 >conftest.err
  2922. rm -f conftest.er1
  2923. cat conftest.err >&5
  2924. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2925. (exit $ac_status); } &&
  2926. { ac_try='test -z "$ac_c_werror_flag"
  2927. || test ! -s conftest.err'
  2928. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2929. (eval $ac_try) 2>&5
  2930. ac_status=$?
  2931. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2932. (exit $ac_status); }; } &&
  2933. { ac_try='test -s conftest.$ac_objext'
  2934. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2935. (eval $ac_try) 2>&5
  2936. ac_status=$?
  2937. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2938. (exit $ac_status); }; }; then
  2939. for ac_declaration in \
  2940. '' \
  2941. 'extern "C" void std::exit (int) throw (); using std::exit;' \
  2942. 'extern "C" void std::exit (int); using std::exit;' \
  2943. 'extern "C" void exit (int) throw ();' \
  2944. 'extern "C" void exit (int);' \
  2945. 'void exit (int);'
  2946. do
  2947. cat >conftest.$ac_ext <<_ACEOF
  2948. /* confdefs.h. */
  2949. _ACEOF
  2950. cat confdefs.h >>conftest.$ac_ext
  2951. cat >>conftest.$ac_ext <<_ACEOF
  2952. /* end confdefs.h. */
  2953. $ac_declaration
  2954. #include <stdlib.h>
  2955. int
  2956. main ()
  2957. {
  2958. exit (42);
  2959. ;
  2960. return 0;
  2961. }
  2962. _ACEOF
  2963. rm -f conftest.$ac_objext
  2964. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  2965. (eval $ac_compile) 2>conftest.er1
  2966. ac_status=$?
  2967. grep -v '^ *+' conftest.er1 >conftest.err
  2968. rm -f conftest.er1
  2969. cat conftest.err >&5
  2970. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2971. (exit $ac_status); } &&
  2972. { ac_try='test -z "$ac_c_werror_flag"
  2973. || test ! -s conftest.err'
  2974. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2975. (eval $ac_try) 2>&5
  2976. ac_status=$?
  2977. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2978. (exit $ac_status); }; } &&
  2979. { ac_try='test -s conftest.$ac_objext'
  2980. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  2981. (eval $ac_try) 2>&5
  2982. ac_status=$?
  2983. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2984. (exit $ac_status); }; }; then
  2985. :
  2986. else
  2987. echo "$as_me: failed program was:" >&5
  2988. sed 's/^/| /' conftest.$ac_ext >&5
  2989.  
  2990. continue
  2991. fi
  2992. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2993. cat >conftest.$ac_ext <<_ACEOF
  2994. /* confdefs.h. */
  2995. _ACEOF
  2996. cat confdefs.h >>conftest.$ac_ext
  2997. cat >>conftest.$ac_ext <<_ACEOF
  2998. /* end confdefs.h. */
  2999. $ac_declaration
  3000. int
  3001. main ()
  3002. {
  3003. exit (42);
  3004. ;
  3005. return 0;
  3006. }
  3007. _ACEOF
  3008. rm -f conftest.$ac_objext
  3009. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3010. (eval $ac_compile) 2>conftest.er1
  3011. ac_status=$?
  3012. grep -v '^ *+' conftest.er1 >conftest.err
  3013. rm -f conftest.er1
  3014. cat conftest.err >&5
  3015. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3016. (exit $ac_status); } &&
  3017. { ac_try='test -z "$ac_c_werror_flag"
  3018. || test ! -s conftest.err'
  3019. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3020. (eval $ac_try) 2>&5
  3021. ac_status=$?
  3022. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3023. (exit $ac_status); }; } &&
  3024. { ac_try='test -s conftest.$ac_objext'
  3025. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3026. (eval $ac_try) 2>&5
  3027. ac_status=$?
  3028. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3029. (exit $ac_status); }; }; then
  3030. break
  3031. else
  3032. echo "$as_me: failed program was:" >&5
  3033. sed 's/^/| /' conftest.$ac_ext >&5
  3034.  
  3035. fi
  3036. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3037. done
  3038. rm -f conftest*
  3039. if test -n "$ac_declaration"; then
  3040. echo '#ifdef __cplusplus' >>confdefs.h
  3041. echo $ac_declaration >>confdefs.h
  3042. echo '#endif' >>confdefs.h
  3043. fi
  3044.  
  3045. else
  3046. echo "$as_me: failed program was:" >&5
  3047. sed 's/^/| /' conftest.$ac_ext >&5
  3048.  
  3049. fi
  3050. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3051. ac_ext=c
  3052. ac_cpp='$CPP $CPPFLAGS'
  3053. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3054. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3055. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3056.  
  3057. depcc="$CC" am_compiler_list=
  3058.  
  3059. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  3060. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  3061. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  3062. echo $ECHO_N "(cached) $ECHO_C" >&6
  3063. else
  3064. if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  3065. # We make a subdir and do the tests there. Otherwise we can end up
  3066. # making bogus files that we don't know about and never remove. For
  3067. # instance it was reported that on HP-UX the gcc test will end up
  3068. # making a dummy file named `D' -- because `-MD' means `put the output
  3069. # in D'.
  3070. mkdir conftest.dir
  3071. # Copy depcomp to subdir because otherwise we won't find it if we're
  3072. # using a relative directory.
  3073. cp "$am_depcomp" conftest.dir
  3074. cd conftest.dir
  3075. # We will build objects and dependencies in a subdirectory because
  3076. # it helps to detect inapplicable dependency modes. For instance
  3077. # both Tru64's cc and ICC support -MD to output dependencies as a
  3078. # side effect of compilation, but ICC will put the dependencies in
  3079. # the current directory while Tru64 will put them in the object
  3080. # directory.
  3081. mkdir sub
  3082.  
  3083. am_cv_CC_dependencies_compiler_type=none
  3084. if test "$am_compiler_list" = ""; then
  3085. am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  3086. fi
  3087. for depmode in $am_compiler_list; do
  3088. # Setup a source with many dependencies, because some compilers
  3089. # like to wrap large dependency lists on column 80 (with \), and
  3090. # we should not choose a depcomp mode which is confused by this.
  3091. #
  3092. # We need to recreate these files for each test, as the compiler may
  3093. # overwrite some of them when testing with obscure command lines.
  3094. # This happens at least with the AIX C compiler.
  3095. : > sub/conftest.c
  3096. for i in 1 2 3 4 5 6; do
  3097. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  3098. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  3099. # Solaris 8's {/usr,}/bin/sh.
  3100. touch sub/conftst$i.h
  3101. done
  3102. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  3103.  
  3104. case $depmode in
  3105. nosideeffect)
  3106. # after this tag, mechanisms are not by side-effect, so they'll
  3107. # only be used when explicitly requested
  3108. if test "x$enable_dependency_tracking" = xyes; then
  3109. continue
  3110. else
  3111. break
  3112. fi
  3113. ;;
  3114. none) break ;;
  3115. esac
  3116. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  3117. # mode. It turns out that the SunPro C++ compiler does not properly
  3118. # handle `-M -o', and we need to detect this.
  3119. if depmode=$depmode \
  3120. source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  3121. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  3122. $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  3123. >/dev/null 2>conftest.err &&
  3124. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3125. grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  3126. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3127. # icc doesn't choke on unknown options, it will just issue warnings
  3128. # or remarks (even with -Werror). So we grep stderr for any message
  3129. # that says an option was ignored or not supported.
  3130. # When given -MP, icc 7.0 and 7.1 complain thusly:
  3131. # icc: Command line warning: ignoring option '-M'; no argument required
  3132. # The diagnosis changed in icc 8.0:
  3133. # icc: Command line remark: option '-MP' not supported
  3134. if (grep 'ignoring option' conftest.err ||
  3135. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3136. am_cv_CC_dependencies_compiler_type=$depmode
  3137. break
  3138. fi
  3139. fi
  3140. done
  3141.  
  3142. cd ..
  3143. rm -rf conftest.dir
  3144. else
  3145. am_cv_CC_dependencies_compiler_type=none
  3146. fi
  3147.  
  3148. fi
  3149. echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  3150. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  3151. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  3152.  
  3153.  
  3154.  
  3155. if
  3156. test "x$enable_dependency_tracking" != xno \
  3157. && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  3158. am__fastdepCC_TRUE=
  3159. am__fastdepCC_FALSE='#'
  3160. else
  3161. am__fastdepCC_TRUE='#'
  3162. am__fastdepCC_FALSE=
  3163. fi
  3164.  
  3165.  
  3166.  
  3167. ac_ext=c
  3168. ac_cpp='$CPP $CPPFLAGS'
  3169. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3170. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3171. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3172. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3173. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  3174. # On Suns, sometimes $CPP names a directory.
  3175. if test -n "$CPP" && test -d "$CPP"; then
  3176. CPP=
  3177. fi
  3178. if test -z "$CPP"; then
  3179. if test "${ac_cv_prog_CPP+set}" = set; then
  3180. echo $ECHO_N "(cached) $ECHO_C" >&6
  3181. else
  3182. # Double quotes because CPP needs to be expanded
  3183. for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3184. do
  3185. ac_preproc_ok=false
  3186. for ac_c_preproc_warn_flag in '' yes
  3187. do
  3188. # Use a header file that comes with gcc, so configuring glibc
  3189. # with a fresh cross-compiler works.
  3190. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3191. # <limits.h> exists even on freestanding compilers.
  3192. # On the NeXT, cc -E runs the code through the compiler's parser,
  3193. # not just through cpp. "Syntax error" is here to catch this case.
  3194. cat >conftest.$ac_ext <<_ACEOF
  3195. /* confdefs.h. */
  3196. _ACEOF
  3197. cat confdefs.h >>conftest.$ac_ext
  3198. cat >>conftest.$ac_ext <<_ACEOF
  3199. /* end confdefs.h. */
  3200. #ifdef __STDC__
  3201. # include <limits.h>
  3202. #else
  3203. # include <assert.h>
  3204. #endif
  3205. Syntax error
  3206. _ACEOF
  3207. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3208. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3209. ac_status=$?
  3210. grep -v '^ *+' conftest.er1 >conftest.err
  3211. rm -f conftest.er1
  3212. cat conftest.err >&5
  3213. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3214. (exit $ac_status); } >/dev/null; then
  3215. if test -s conftest.err; then
  3216. ac_cpp_err=$ac_c_preproc_warn_flag
  3217. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3218. else
  3219. ac_cpp_err=
  3220. fi
  3221. else
  3222. ac_cpp_err=yes
  3223. fi
  3224. if test -z "$ac_cpp_err"; then
  3225. :
  3226. else
  3227. echo "$as_me: failed program was:" >&5
  3228. sed 's/^/| /' conftest.$ac_ext >&5
  3229.  
  3230. # Broken: fails on valid input.
  3231. continue
  3232. fi
  3233. rm -f conftest.err conftest.$ac_ext
  3234.  
  3235. # OK, works on sane cases. Now check whether non-existent headers
  3236. # can be detected and how.
  3237. cat >conftest.$ac_ext <<_ACEOF
  3238. /* confdefs.h. */
  3239. _ACEOF
  3240. cat confdefs.h >>conftest.$ac_ext
  3241. cat >>conftest.$ac_ext <<_ACEOF
  3242. /* end confdefs.h. */
  3243. #include <ac_nonexistent.h>
  3244. _ACEOF
  3245. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3246. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3247. ac_status=$?
  3248. grep -v '^ *+' conftest.er1 >conftest.err
  3249. rm -f conftest.er1
  3250. cat conftest.err >&5
  3251. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3252. (exit $ac_status); } >/dev/null; then
  3253. if test -s conftest.err; then
  3254. ac_cpp_err=$ac_c_preproc_warn_flag
  3255. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3256. else
  3257. ac_cpp_err=
  3258. fi
  3259. else
  3260. ac_cpp_err=yes
  3261. fi
  3262. if test -z "$ac_cpp_err"; then
  3263. # Broken: success on invalid input.
  3264. continue
  3265. else
  3266. echo "$as_me: failed program was:" >&5
  3267. sed 's/^/| /' conftest.$ac_ext >&5
  3268.  
  3269. # Passes both tests.
  3270. ac_preproc_ok=:
  3271. break
  3272. fi
  3273. rm -f conftest.err conftest.$ac_ext
  3274.  
  3275. done
  3276. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3277. rm -f conftest.err conftest.$ac_ext
  3278. if $ac_preproc_ok; then
  3279. break
  3280. fi
  3281.  
  3282. done
  3283. ac_cv_prog_CPP=$CPP
  3284.  
  3285. fi
  3286. CPP=$ac_cv_prog_CPP
  3287. else
  3288. ac_cv_prog_CPP=$CPP
  3289. fi
  3290. echo "$as_me:$LINENO: result: $CPP" >&5
  3291. echo "${ECHO_T}$CPP" >&6
  3292. ac_preproc_ok=false
  3293. for ac_c_preproc_warn_flag in '' yes
  3294. do
  3295. # Use a header file that comes with gcc, so configuring glibc
  3296. # with a fresh cross-compiler works.
  3297. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3298. # <limits.h> exists even on freestanding compilers.
  3299. # On the NeXT, cc -E runs the code through the compiler's parser,
  3300. # not just through cpp. "Syntax error" is here to catch this case.
  3301. cat >conftest.$ac_ext <<_ACEOF
  3302. /* confdefs.h. */
  3303. _ACEOF
  3304. cat confdefs.h >>conftest.$ac_ext
  3305. cat >>conftest.$ac_ext <<_ACEOF
  3306. /* end confdefs.h. */
  3307. #ifdef __STDC__
  3308. # include <limits.h>
  3309. #else
  3310. # include <assert.h>
  3311. #endif
  3312. Syntax error
  3313. _ACEOF
  3314. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3315. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3316. ac_status=$?
  3317. grep -v '^ *+' conftest.er1 >conftest.err
  3318. rm -f conftest.er1
  3319. cat conftest.err >&5
  3320. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3321. (exit $ac_status); } >/dev/null; then
  3322. if test -s conftest.err; then
  3323. ac_cpp_err=$ac_c_preproc_warn_flag
  3324. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3325. else
  3326. ac_cpp_err=
  3327. fi
  3328. else
  3329. ac_cpp_err=yes
  3330. fi
  3331. if test -z "$ac_cpp_err"; then
  3332. :
  3333. else
  3334. echo "$as_me: failed program was:" >&5
  3335. sed 's/^/| /' conftest.$ac_ext >&5
  3336.  
  3337. # Broken: fails on valid input.
  3338. continue
  3339. fi
  3340. rm -f conftest.err conftest.$ac_ext
  3341.  
  3342. # OK, works on sane cases. Now check whether non-existent headers
  3343. # can be detected and how.
  3344. cat >conftest.$ac_ext <<_ACEOF
  3345. /* confdefs.h. */
  3346. _ACEOF
  3347. cat confdefs.h >>conftest.$ac_ext
  3348. cat >>conftest.$ac_ext <<_ACEOF
  3349. /* end confdefs.h. */
  3350. #include <ac_nonexistent.h>
  3351. _ACEOF
  3352. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3353. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3354. ac_status=$?
  3355. grep -v '^ *+' conftest.er1 >conftest.err
  3356. rm -f conftest.er1
  3357. cat conftest.err >&5
  3358. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3359. (exit $ac_status); } >/dev/null; then
  3360. if test -s conftest.err; then
  3361. ac_cpp_err=$ac_c_preproc_warn_flag
  3362. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3363. else
  3364. ac_cpp_err=
  3365. fi
  3366. else
  3367. ac_cpp_err=yes
  3368. fi
  3369. if test -z "$ac_cpp_err"; then
  3370. # Broken: success on invalid input.
  3371. continue
  3372. else
  3373. echo "$as_me: failed program was:" >&5
  3374. sed 's/^/| /' conftest.$ac_ext >&5
  3375.  
  3376. # Passes both tests.
  3377. ac_preproc_ok=:
  3378. break
  3379. fi
  3380. rm -f conftest.err conftest.$ac_ext
  3381.  
  3382. done
  3383. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3384. rm -f conftest.err conftest.$ac_ext
  3385. if $ac_preproc_ok; then
  3386. :
  3387. else
  3388. { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  3389. See \`config.log' for more details." >&5
  3390. echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  3391. See \`config.log' for more details." >&2;}
  3392. { (exit 1); exit 1; }; }
  3393. fi
  3394.  
  3395. ac_ext=c
  3396. ac_cpp='$CPP $CPPFLAGS'
  3397. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3398. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3399. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3400.  
  3401.  
  3402. echo "$as_me:$LINENO: checking for egrep" >&5
  3403. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  3404. if test "${ac_cv_prog_egrep+set}" = set; then
  3405. echo $ECHO_N "(cached) $ECHO_C" >&6
  3406. else
  3407. if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  3408. then ac_cv_prog_egrep='grep -E'
  3409. else ac_cv_prog_egrep='egrep'
  3410. fi
  3411. fi
  3412. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  3413. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  3414. EGREP=$ac_cv_prog_egrep
  3415.  
  3416.  
  3417.  
  3418. echo "$as_me:$LINENO: checking for AIX" >&5
  3419. echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  3420. cat >conftest.$ac_ext <<_ACEOF
  3421. /* confdefs.h. */
  3422. _ACEOF
  3423. cat confdefs.h >>conftest.$ac_ext
  3424. cat >>conftest.$ac_ext <<_ACEOF
  3425. /* end confdefs.h. */
  3426. #ifdef _AIX
  3427. yes
  3428. #endif
  3429.  
  3430. _ACEOF
  3431. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3432. $EGREP "yes" >/dev/null 2>&1; then
  3433. echo "$as_me:$LINENO: result: yes" >&5
  3434. echo "${ECHO_T}yes" >&6
  3435. cat >>confdefs.h <<\_ACEOF
  3436. #define _ALL_SOURCE 1
  3437. _ACEOF
  3438.  
  3439. else
  3440. echo "$as_me:$LINENO: result: no" >&5
  3441. echo "${ECHO_T}no" >&6
  3442. fi
  3443. rm -f conftest*
  3444.  
  3445.  
  3446. echo "$as_me:$LINENO: checking for library containing strerror" >&5
  3447. echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
  3448. if test "${ac_cv_search_strerror+set}" = set; then
  3449. echo $ECHO_N "(cached) $ECHO_C" >&6
  3450. else
  3451. ac_func_search_save_LIBS=$LIBS
  3452. ac_cv_search_strerror=no
  3453. cat >conftest.$ac_ext <<_ACEOF
  3454. /* confdefs.h. */
  3455. _ACEOF
  3456. cat confdefs.h >>conftest.$ac_ext
  3457. cat >>conftest.$ac_ext <<_ACEOF
  3458. /* end confdefs.h. */
  3459.  
  3460. /* Override any gcc2 internal prototype to avoid an error. */
  3461. #ifdef __cplusplus
  3462. extern "C"
  3463. #endif
  3464. /* We use char because int might match the return type of a gcc2
  3465. builtin and then its argument prototype would still apply. */
  3466. char strerror ();
  3467. int
  3468. main ()
  3469. {
  3470. strerror ();
  3471. ;
  3472. return 0;
  3473. }
  3474. _ACEOF
  3475. rm -f conftest.$ac_objext conftest$ac_exeext
  3476. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  3477. (eval $ac_link) 2>conftest.er1
  3478. ac_status=$?
  3479. grep -v '^ *+' conftest.er1 >conftest.err
  3480. rm -f conftest.er1
  3481. cat conftest.err >&5
  3482. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3483. (exit $ac_status); } &&
  3484. { ac_try='test -z "$ac_c_werror_flag"
  3485. || test ! -s conftest.err'
  3486. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3487. (eval $ac_try) 2>&5
  3488. ac_status=$?
  3489. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3490. (exit $ac_status); }; } &&
  3491. { ac_try='test -s conftest$ac_exeext'
  3492. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3493. (eval $ac_try) 2>&5
  3494. ac_status=$?
  3495. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3496. (exit $ac_status); }; }; then
  3497. ac_cv_search_strerror="none required"
  3498. else
  3499. echo "$as_me: failed program was:" >&5
  3500. sed 's/^/| /' conftest.$ac_ext >&5
  3501.  
  3502. fi
  3503. rm -f conftest.err conftest.$ac_objext \
  3504. conftest$ac_exeext conftest.$ac_ext
  3505. if test "$ac_cv_search_strerror" = no; then
  3506. for ac_lib in cposix; do
  3507. LIBS="-l$ac_lib $ac_func_search_save_LIBS"
  3508. cat >conftest.$ac_ext <<_ACEOF
  3509. /* confdefs.h. */
  3510. _ACEOF
  3511. cat confdefs.h >>conftest.$ac_ext
  3512. cat >>conftest.$ac_ext <<_ACEOF
  3513. /* end confdefs.h. */
  3514.  
  3515. /* Override any gcc2 internal prototype to avoid an error. */
  3516. #ifdef __cplusplus
  3517. extern "C"
  3518. #endif
  3519. /* We use char because int might match the return type of a gcc2
  3520. builtin and then its argument prototype would still apply. */
  3521. char strerror ();
  3522. int
  3523. main ()
  3524. {
  3525. strerror ();
  3526. ;
  3527. return 0;
  3528. }
  3529. _ACEOF
  3530. rm -f conftest.$ac_objext conftest$ac_exeext
  3531. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  3532. (eval $ac_link) 2>conftest.er1
  3533. ac_status=$?
  3534. grep -v '^ *+' conftest.er1 >conftest.err
  3535. rm -f conftest.er1
  3536. cat conftest.err >&5
  3537. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3538. (exit $ac_status); } &&
  3539. { ac_try='test -z "$ac_c_werror_flag"
  3540. || test ! -s conftest.err'
  3541. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3542. (eval $ac_try) 2>&5
  3543. ac_status=$?
  3544. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3545. (exit $ac_status); }; } &&
  3546. { ac_try='test -s conftest$ac_exeext'
  3547. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3548. (eval $ac_try) 2>&5
  3549. ac_status=$?
  3550. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3551. (exit $ac_status); }; }; then
  3552. ac_cv_search_strerror="-l$ac_lib"
  3553. break
  3554. else
  3555. echo "$as_me: failed program was:" >&5
  3556. sed 's/^/| /' conftest.$ac_ext >&5
  3557.  
  3558. fi
  3559. rm -f conftest.err conftest.$ac_objext \
  3560. conftest$ac_exeext conftest.$ac_ext
  3561. done
  3562. fi
  3563. LIBS=$ac_func_search_save_LIBS
  3564. fi
  3565. echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
  3566. echo "${ECHO_T}$ac_cv_search_strerror" >&6
  3567. if test "$ac_cv_search_strerror" != no; then
  3568. test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
  3569.  
  3570. fi
  3571.  
  3572. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  3573. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  3574. if test "${ac_cv_header_stdc+set}" = set; then
  3575. echo $ECHO_N "(cached) $ECHO_C" >&6
  3576. else
  3577. cat >conftest.$ac_ext <<_ACEOF
  3578. /* confdefs.h. */
  3579. _ACEOF
  3580. cat confdefs.h >>conftest.$ac_ext
  3581. cat >>conftest.$ac_ext <<_ACEOF
  3582. /* end confdefs.h. */
  3583. #include <stdlib.h>
  3584. #include <stdarg.h>
  3585. #include <string.h>
  3586. #include <float.h>
  3587.  
  3588. int
  3589. main ()
  3590. {
  3591.  
  3592. ;
  3593. return 0;
  3594. }
  3595. _ACEOF
  3596. rm -f conftest.$ac_objext
  3597. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3598. (eval $ac_compile) 2>conftest.er1
  3599. ac_status=$?
  3600. grep -v '^ *+' conftest.er1 >conftest.err
  3601. rm -f conftest.er1
  3602. cat conftest.err >&5
  3603. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3604. (exit $ac_status); } &&
  3605. { ac_try='test -z "$ac_c_werror_flag"
  3606. || test ! -s conftest.err'
  3607. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3608. (eval $ac_try) 2>&5
  3609. ac_status=$?
  3610. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3611. (exit $ac_status); }; } &&
  3612. { ac_try='test -s conftest.$ac_objext'
  3613. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3614. (eval $ac_try) 2>&5
  3615. ac_status=$?
  3616. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3617. (exit $ac_status); }; }; then
  3618. ac_cv_header_stdc=yes
  3619. else
  3620. echo "$as_me: failed program was:" >&5
  3621. sed 's/^/| /' conftest.$ac_ext >&5
  3622.  
  3623. ac_cv_header_stdc=no
  3624. fi
  3625. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3626.  
  3627. if test $ac_cv_header_stdc = yes; then
  3628. # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  3629. cat >conftest.$ac_ext <<_ACEOF
  3630. /* confdefs.h. */
  3631. _ACEOF
  3632. cat confdefs.h >>conftest.$ac_ext
  3633. cat >>conftest.$ac_ext <<_ACEOF
  3634. /* end confdefs.h. */
  3635. #include <string.h>
  3636.  
  3637. _ACEOF
  3638. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3639. $EGREP "memchr" >/dev/null 2>&1; then
  3640. :
  3641. else
  3642. ac_cv_header_stdc=no
  3643. fi
  3644. rm -f conftest*
  3645.  
  3646. fi
  3647.  
  3648. if test $ac_cv_header_stdc = yes; then
  3649. # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  3650. cat >conftest.$ac_ext <<_ACEOF
  3651. /* confdefs.h. */
  3652. _ACEOF
  3653. cat confdefs.h >>conftest.$ac_ext
  3654. cat >>conftest.$ac_ext <<_ACEOF
  3655. /* end confdefs.h. */
  3656. #include <stdlib.h>
  3657.  
  3658. _ACEOF
  3659. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3660. $EGREP "free" >/dev/null 2>&1; then
  3661. :
  3662. else
  3663. ac_cv_header_stdc=no
  3664. fi
  3665. rm -f conftest*
  3666.  
  3667. fi
  3668.  
  3669. if test $ac_cv_header_stdc = yes; then
  3670. # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  3671. if test "$cross_compiling" = yes; then
  3672. :
  3673. else
  3674. cat >conftest.$ac_ext <<_ACEOF
  3675. /* confdefs.h. */
  3676. _ACEOF
  3677. cat confdefs.h >>conftest.$ac_ext
  3678. cat >>conftest.$ac_ext <<_ACEOF
  3679. /* end confdefs.h. */
  3680. #include <ctype.h>
  3681. #if ((' ' & 0x0FF) == 0x020)
  3682. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  3683. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  3684. #else
  3685. # define ISLOWER(c) \
  3686. (('a' <= (c) && (c) <= 'i') \
  3687. || ('j' <= (c) && (c) <= 'r') \
  3688. || ('s' <= (c) && (c) <= 'z'))
  3689. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  3690. #endif
  3691.  
  3692. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  3693. int
  3694. main ()
  3695. {
  3696. int i;
  3697. for (i = 0; i < 256; i++)
  3698. if (XOR (islower (i), ISLOWER (i))
  3699. || toupper (i) != TOUPPER (i))
  3700. exit(2);
  3701. exit (0);
  3702. }
  3703. _ACEOF
  3704. rm -f conftest$ac_exeext
  3705. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  3706. (eval $ac_link) 2>&5
  3707. ac_status=$?
  3708. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3709. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  3710. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3711. (eval $ac_try) 2>&5
  3712. ac_status=$?
  3713. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3714. (exit $ac_status); }; }; then
  3715. :
  3716. else
  3717. echo "$as_me: program exited with status $ac_status" >&5
  3718. echo "$as_me: failed program was:" >&5
  3719. sed 's/^/| /' conftest.$ac_ext >&5
  3720.  
  3721. ( exit $ac_status )
  3722. ac_cv_header_stdc=no
  3723. fi
  3724. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  3725. fi
  3726. fi
  3727. fi
  3728. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  3729. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  3730. if test $ac_cv_header_stdc = yes; then
  3731.  
  3732. cat >>confdefs.h <<\_ACEOF
  3733. #define STDC_HEADERS 1
  3734. _ACEOF
  3735.  
  3736. fi
  3737.  
  3738. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  3739.  
  3740.  
  3741.  
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  3749. inttypes.h stdint.h unistd.h
  3750. do
  3751. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3752. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3753. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3754. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  3755. echo $ECHO_N "(cached) $ECHO_C" >&6
  3756. else
  3757. cat >conftest.$ac_ext <<_ACEOF
  3758. /* confdefs.h. */
  3759. _ACEOF
  3760. cat confdefs.h >>conftest.$ac_ext
  3761. cat >>conftest.$ac_ext <<_ACEOF
  3762. /* end confdefs.h. */
  3763. $ac_includes_default
  3764.  
  3765. #include <$ac_header>
  3766. _ACEOF
  3767. rm -f conftest.$ac_objext
  3768. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3769. (eval $ac_compile) 2>conftest.er1
  3770. ac_status=$?
  3771. grep -v '^ *+' conftest.er1 >conftest.err
  3772. rm -f conftest.er1
  3773. cat conftest.err >&5
  3774. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3775. (exit $ac_status); } &&
  3776. { ac_try='test -z "$ac_c_werror_flag"
  3777. || test ! -s conftest.err'
  3778. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3779. (eval $ac_try) 2>&5
  3780. ac_status=$?
  3781. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3782. (exit $ac_status); }; } &&
  3783. { ac_try='test -s conftest.$ac_objext'
  3784. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3785. (eval $ac_try) 2>&5
  3786. ac_status=$?
  3787. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3788. (exit $ac_status); }; }; then
  3789. eval "$as_ac_Header=yes"
  3790. else
  3791. echo "$as_me: failed program was:" >&5
  3792. sed 's/^/| /' conftest.$ac_ext >&5
  3793.  
  3794. eval "$as_ac_Header=no"
  3795. fi
  3796. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3797. fi
  3798. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3799. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3800. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3801. cat >>confdefs.h <<_ACEOF
  3802. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3803. _ACEOF
  3804.  
  3805. fi
  3806.  
  3807. done
  3808.  
  3809.  
  3810. if test "${ac_cv_header_minix_config_h+set}" = set; then
  3811. echo "$as_me:$LINENO: checking for minix/config.h" >&5
  3812. echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
  3813. if test "${ac_cv_header_minix_config_h+set}" = set; then
  3814. echo $ECHO_N "(cached) $ECHO_C" >&6
  3815. fi
  3816. echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
  3817. echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
  3818. else
  3819. # Is the header compilable?
  3820. echo "$as_me:$LINENO: checking minix/config.h usability" >&5
  3821. echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
  3822. cat >conftest.$ac_ext <<_ACEOF
  3823. /* confdefs.h. */
  3824. _ACEOF
  3825. cat confdefs.h >>conftest.$ac_ext
  3826. cat >>conftest.$ac_ext <<_ACEOF
  3827. /* end confdefs.h. */
  3828. $ac_includes_default
  3829. #include <minix/config.h>
  3830. _ACEOF
  3831. rm -f conftest.$ac_objext
  3832. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  3833. (eval $ac_compile) 2>conftest.er1
  3834. ac_status=$?
  3835. grep -v '^ *+' conftest.er1 >conftest.err
  3836. rm -f conftest.er1
  3837. cat conftest.err >&5
  3838. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3839. (exit $ac_status); } &&
  3840. { ac_try='test -z "$ac_c_werror_flag"
  3841. || test ! -s conftest.err'
  3842. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3843. (eval $ac_try) 2>&5
  3844. ac_status=$?
  3845. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3846. (exit $ac_status); }; } &&
  3847. { ac_try='test -s conftest.$ac_objext'
  3848. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  3849. (eval $ac_try) 2>&5
  3850. ac_status=$?
  3851. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3852. (exit $ac_status); }; }; then
  3853. ac_header_compiler=yes
  3854. else
  3855. echo "$as_me: failed program was:" >&5
  3856. sed 's/^/| /' conftest.$ac_ext >&5
  3857.  
  3858. ac_header_compiler=no
  3859. fi
  3860. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3861. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3862. echo "${ECHO_T}$ac_header_compiler" >&6
  3863.  
  3864. # Is the header present?
  3865. echo "$as_me:$LINENO: checking minix/config.h presence" >&5
  3866. echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
  3867. cat >conftest.$ac_ext <<_ACEOF
  3868. /* confdefs.h. */
  3869. _ACEOF
  3870. cat confdefs.h >>conftest.$ac_ext
  3871. cat >>conftest.$ac_ext <<_ACEOF
  3872. /* end confdefs.h. */
  3873. #include <minix/config.h>
  3874. _ACEOF
  3875. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  3876. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3877. ac_status=$?
  3878. grep -v '^ *+' conftest.er1 >conftest.err
  3879. rm -f conftest.er1
  3880. cat conftest.err >&5
  3881. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3882. (exit $ac_status); } >/dev/null; then
  3883. if test -s conftest.err; then
  3884. ac_cpp_err=$ac_c_preproc_warn_flag
  3885. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3886. else
  3887. ac_cpp_err=
  3888. fi
  3889. else
  3890. ac_cpp_err=yes
  3891. fi
  3892. if test -z "$ac_cpp_err"; then
  3893. ac_header_preproc=yes
  3894. else
  3895. echo "$as_me: failed program was:" >&5
  3896. sed 's/^/| /' conftest.$ac_ext >&5
  3897.  
  3898. ac_header_preproc=no
  3899. fi
  3900. rm -f conftest.err conftest.$ac_ext
  3901. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3902. echo "${ECHO_T}$ac_header_preproc" >&6
  3903.  
  3904. # So? What about this header?
  3905. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3906. yes:no: )
  3907. { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
  3908. echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3909. { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
  3910. echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
  3911. ac_header_preproc=yes
  3912. ;;
  3913. no:yes:* )
  3914. { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
  3915. echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
  3916. { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
  3917. echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
  3918. { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
  3919. echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
  3920. { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
  3921. echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
  3922. { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
  3923. echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
  3924. { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
  3925. echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
  3926. (
  3927. cat <<\_ASBOX
  3928. ## ------------------------------------ ##
  3929. ## Report this to lame-dev@lists.sf.net ##
  3930. ## ------------------------------------ ##
  3931. _ASBOX
  3932. ) |
  3933. sed "s/^/$as_me: WARNING: /" >&2
  3934. ;;
  3935. esac
  3936. echo "$as_me:$LINENO: checking for minix/config.h" >&5
  3937. echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
  3938. if test "${ac_cv_header_minix_config_h+set}" = set; then
  3939. echo $ECHO_N "(cached) $ECHO_C" >&6
  3940. else
  3941. ac_cv_header_minix_config_h=$ac_header_preproc
  3942. fi
  3943. echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
  3944. echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
  3945.  
  3946. fi
  3947. if test $ac_cv_header_minix_config_h = yes; then
  3948. MINIX=yes
  3949. else
  3950. MINIX=
  3951. fi
  3952.  
  3953.  
  3954. if test "$MINIX" = yes; then
  3955.  
  3956. cat >>confdefs.h <<\_ACEOF
  3957. #define _POSIX_SOURCE 1
  3958. _ACEOF
  3959.  
  3960.  
  3961. cat >>confdefs.h <<\_ACEOF
  3962. #define _POSIX_1_SOURCE 2
  3963. _ACEOF
  3964.  
  3965.  
  3966. cat >>confdefs.h <<\_ACEOF
  3967. #define _MINIX 1
  3968. _ACEOF
  3969.  
  3970. fi
  3971.  
  3972. case $host_os in
  3973. *cygwin* ) CYGWIN=yes;;
  3974. * ) CYGWIN=no;;
  3975. esac
  3976.  
  3977. # AC_DISABLE_SHARED
  3978. # Check whether --enable-shared or --disable-shared was given.
  3979. if test "${enable_shared+set}" = set; then
  3980. enableval="$enable_shared"
  3981. p=${PACKAGE-default}
  3982. case $enableval in
  3983. yes) enable_shared=yes ;;
  3984. no) enable_shared=no ;;
  3985. *)
  3986. enable_shared=no
  3987. # Look at the argument we got. We use all the common list separators.
  3988. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3989. for pkg in $enableval; do
  3990. IFS="$lt_save_ifs"
  3991. if test "X$pkg" = "X$p"; then
  3992. enable_shared=yes
  3993. fi
  3994. done
  3995. IFS="$lt_save_ifs"
  3996. ;;
  3997. esac
  3998. else
  3999. enable_shared=yes
  4000. fi;
  4001.  
  4002. # Check whether --enable-static or --disable-static was given.
  4003. if test "${enable_static+set}" = set; then
  4004. enableval="$enable_static"
  4005. p=${PACKAGE-default}
  4006. case $enableval in
  4007. yes) enable_static=yes ;;
  4008. no) enable_static=no ;;
  4009. *)
  4010. enable_static=no
  4011. # Look at the argument we got. We use all the common list separators.
  4012. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  4013. for pkg in $enableval; do
  4014. IFS="$lt_save_ifs"
  4015. if test "X$pkg" = "X$p"; then
  4016. enable_static=yes
  4017. fi
  4018. done
  4019. IFS="$lt_save_ifs"
  4020. ;;
  4021. esac
  4022. else
  4023. enable_static=yes
  4024. fi;
  4025.  
  4026. # Check whether --enable-fast-install or --disable-fast-install was given.
  4027. if test "${enable_fast_install+set}" = set; then
  4028. enableval="$enable_fast_install"
  4029. p=${PACKAGE-default}
  4030. case $enableval in
  4031. yes) enable_fast_install=yes ;;
  4032. no) enable_fast_install=no ;;
  4033. *)
  4034. enable_fast_install=no
  4035. # Look at the argument we got. We use all the common list separators.
  4036. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  4037. for pkg in $enableval; do
  4038. IFS="$lt_save_ifs"
  4039. if test "X$pkg" = "X$p"; then
  4040. enable_fast_install=yes
  4041. fi
  4042. done
  4043. IFS="$lt_save_ifs"
  4044. ;;
  4045. esac
  4046. else
  4047. enable_fast_install=yes
  4048. fi;
  4049.  
  4050. echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  4051. echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
  4052. if test "${lt_cv_path_SED+set}" = set; then
  4053. echo $ECHO_N "(cached) $ECHO_C" >&6
  4054. else
  4055. # Loop through the user's path and test for sed and gsed.
  4056. # Then use that list of sed's as ones to test for truncation.
  4057. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4058. for as_dir in $PATH
  4059. do
  4060. IFS=$as_save_IFS
  4061. test -z "$as_dir" && as_dir=.
  4062. for lt_ac_prog in sed gsed; do
  4063. for ac_exec_ext in '' $ac_executable_extensions; do
  4064. if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  4065. lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  4066. fi
  4067. done
  4068. done
  4069. done
  4070. lt_ac_max=0
  4071. lt_ac_count=0
  4072. # Add /usr/xpg4/bin/sed as it is typically found on Solaris
  4073. # along with /bin/sed that truncates output.
  4074. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  4075. test ! -f $lt_ac_sed && continue
  4076. cat /dev/null > conftest.in
  4077. lt_ac_count=0
  4078. echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  4079. # Check for GNU sed and select it if it is found.
  4080. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  4081. lt_cv_path_SED=$lt_ac_sed
  4082. break
  4083. fi
  4084. while true; do
  4085. cat conftest.in conftest.in >conftest.tmp
  4086. mv conftest.tmp conftest.in
  4087. cp conftest.in conftest.nl
  4088. echo >>conftest.nl
  4089. $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  4090. cmp -s conftest.out conftest.nl || break
  4091. # 10000 chars as input seems more than enough
  4092. test $lt_ac_count -gt 10 && break
  4093. lt_ac_count=`expr $lt_ac_count + 1`
  4094. if test $lt_ac_count -gt $lt_ac_max; then
  4095. lt_ac_max=$lt_ac_count
  4096. lt_cv_path_SED=$lt_ac_sed
  4097. fi
  4098. done
  4099. done
  4100.  
  4101. fi
  4102.  
  4103. SED=$lt_cv_path_SED
  4104. echo "$as_me:$LINENO: result: $SED" >&5
  4105. echo "${ECHO_T}$SED" >&6
  4106.  
  4107.  
  4108. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  4109. if test "${with_gnu_ld+set}" = set; then
  4110. withval="$with_gnu_ld"
  4111. test "$withval" = no || with_gnu_ld=yes
  4112. else
  4113. with_gnu_ld=no
  4114. fi;
  4115. ac_prog=ld
  4116. if test "$GCC" = yes; then
  4117. # Check if gcc -print-prog-name=ld gives a path.
  4118. echo "$as_me:$LINENO: checking for ld used by $CC" >&5
  4119. echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
  4120. case $host in
  4121. *-*-mingw*)
  4122. # gcc leaves a trailing carriage return which upsets mingw
  4123. ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  4124. *)
  4125. ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  4126. esac
  4127. case $ac_prog in
  4128. # Accept absolute paths.
  4129. [\\/]* | ?:[\\/]*)
  4130. re_direlt='/[^/][^/]*/\.\./'
  4131. # Canonicalize the pathname of ld
  4132. ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
  4133. while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  4134. ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
  4135. done
  4136. test -z "$LD" && LD="$ac_prog"
  4137. ;;
  4138. "")
  4139. # If it fails, then pretend we aren't using GCC.
  4140. ac_prog=ld
  4141. ;;
  4142. *)
  4143. # If it is relative, then search for the first ld in PATH.
  4144. with_gnu_ld=unknown
  4145. ;;
  4146. esac
  4147. elif test "$with_gnu_ld" = yes; then
  4148. echo "$as_me:$LINENO: checking for GNU ld" >&5
  4149. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
  4150. else
  4151. echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  4152. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
  4153. fi
  4154. if test "${lt_cv_path_LD+set}" = set; then
  4155. echo $ECHO_N "(cached) $ECHO_C" >&6
  4156. else
  4157. if test -z "$LD"; then
  4158. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  4159. for ac_dir in $PATH; do
  4160. IFS="$lt_save_ifs"
  4161. test -z "$ac_dir" && ac_dir=.
  4162. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  4163. lt_cv_path_LD="$ac_dir/$ac_prog"
  4164. # Check to see if the program is GNU ld. I'd rather use --version,
  4165. # but apparently some GNU ld's only accept -v.
  4166. # Break only if it was the GNU/non-GNU ld that we prefer.
  4167. case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  4168. *GNU* | *'with BFD'*)
  4169. test "$with_gnu_ld" != no && break
  4170. ;;
  4171. *)
  4172. test "$with_gnu_ld" != yes && break
  4173. ;;
  4174. esac
  4175. fi
  4176. done
  4177. IFS="$lt_save_ifs"
  4178. else
  4179. lt_cv_path_LD="$LD" # Let the user override the test with a path.
  4180. fi
  4181. fi
  4182.  
  4183. LD="$lt_cv_path_LD"
  4184. if test -n "$LD"; then
  4185. echo "$as_me:$LINENO: result: $LD" >&5
  4186. echo "${ECHO_T}$LD" >&6
  4187. else
  4188. echo "$as_me:$LINENO: result: no" >&5
  4189. echo "${ECHO_T}no" >&6
  4190. fi
  4191. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
  4192. echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
  4193. { (exit 1); exit 1; }; }
  4194. echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  4195. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
  4196. if test "${lt_cv_prog_gnu_ld+set}" = set; then
  4197. echo $ECHO_N "(cached) $ECHO_C" >&6
  4198. else
  4199. # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  4200. case `$LD -v 2>&1 </dev/null` in
  4201. *GNU* | *'with BFD'*)
  4202. lt_cv_prog_gnu_ld=yes
  4203. ;;
  4204. *)
  4205. lt_cv_prog_gnu_ld=no
  4206. ;;
  4207. esac
  4208. fi
  4209. echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
  4210. echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
  4211. with_gnu_ld=$lt_cv_prog_gnu_ld
  4212.  
  4213.  
  4214. echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
  4215. echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
  4216. if test "${lt_cv_ld_reload_flag+set}" = set; then
  4217. echo $ECHO_N "(cached) $ECHO_C" >&6
  4218. else
  4219. lt_cv_ld_reload_flag='-r'
  4220. fi
  4221. echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
  4222. echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
  4223. reload_flag=$lt_cv_ld_reload_flag
  4224. case $reload_flag in
  4225. "" | " "*) ;;
  4226. *) reload_flag=" $reload_flag" ;;
  4227. esac
  4228. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  4229. case $host_os in
  4230. darwin*)
  4231. if test "$GCC" = yes; then
  4232. reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
  4233. else
  4234. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  4235. fi
  4236. ;;
  4237. esac
  4238.  
  4239. echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
  4240. echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
  4241. if test "${lt_cv_path_NM+set}" = set; then
  4242. echo $ECHO_N "(cached) $ECHO_C" >&6
  4243. else
  4244. if test -n "$NM"; then
  4245. # Let the user override the test.
  4246. lt_cv_path_NM="$NM"
  4247. else
  4248. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  4249. for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  4250. IFS="$lt_save_ifs"
  4251. test -z "$ac_dir" && ac_dir=.
  4252. tmp_nm="$ac_dir/${ac_tool_prefix}nm"
  4253. if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  4254. # Check to see if the nm accepts a BSD-compat flag.
  4255. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  4256. # nm: unknown option "B" ignored
  4257. # Tru64's nm complains that /dev/null is an invalid object file
  4258. case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  4259. */dev/null* | *'Invalid file or object type'*)
  4260. lt_cv_path_NM="$tmp_nm -B"
  4261. break
  4262. ;;
  4263. *)
  4264. case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  4265. */dev/null*)
  4266. lt_cv_path_NM="$tmp_nm -p"
  4267. break
  4268. ;;
  4269. *)
  4270. lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  4271. continue # so that we can try to find one that supports BSD flags
  4272. ;;
  4273. esac
  4274. esac
  4275. fi
  4276. done
  4277. IFS="$lt_save_ifs"
  4278. test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  4279. fi
  4280. fi
  4281. echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
  4282. echo "${ECHO_T}$lt_cv_path_NM" >&6
  4283. NM="$lt_cv_path_NM"
  4284.  
  4285. echo "$as_me:$LINENO: checking whether ln -s works" >&5
  4286. echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  4287. LN_S=$as_ln_s
  4288. if test "$LN_S" = "ln -s"; then
  4289. echo "$as_me:$LINENO: result: yes" >&5
  4290. echo "${ECHO_T}yes" >&6
  4291. else
  4292. echo "$as_me:$LINENO: result: no, using $LN_S" >&5
  4293. echo "${ECHO_T}no, using $LN_S" >&6
  4294. fi
  4295.  
  4296. echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
  4297. echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
  4298. if test "${lt_cv_deplibs_check_method+set}" = set; then
  4299. echo $ECHO_N "(cached) $ECHO_C" >&6
  4300. else
  4301. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4302. lt_cv_file_magic_test_file=
  4303. lt_cv_deplibs_check_method='unknown'
  4304. # Need to set the preceding variable on all platforms that support
  4305. # interlibrary dependencies.
  4306. # 'none' -- dependencies not supported.
  4307. # `unknown' -- same as none, but documents that we really don't know.
  4308. # 'pass_all' -- all dependencies passed with no checks.
  4309. # 'test_compile' -- check by making test program.
  4310. # 'file_magic [[regex]]' -- check by looking for files in library path
  4311. # which responds to the $file_magic_cmd with a given extended regex.
  4312. # If you have `file' or equivalent on your system and you're not sure
  4313. # whether `pass_all' will *always* work, you probably want this one.
  4314.  
  4315. case $host_os in
  4316. aix4* | aix5*)
  4317. lt_cv_deplibs_check_method=pass_all
  4318. ;;
  4319.  
  4320. beos*)
  4321. lt_cv_deplibs_check_method=pass_all
  4322. ;;
  4323.  
  4324. bsdi[45]*)
  4325. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  4326. lt_cv_file_magic_cmd='/usr/bin/file -L'
  4327. lt_cv_file_magic_test_file=/shlib/libc.so
  4328. ;;
  4329.  
  4330. cygwin*)
  4331. # func_win32_libid is a shell function defined in ltmain.sh
  4332. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  4333. lt_cv_file_magic_cmd='func_win32_libid'
  4334. ;;
  4335.  
  4336. mingw* | pw32*)
  4337. # Base MSYS/MinGW do not provide the 'file' command needed by
  4338. # func_win32_libid shell function, so use a weaker test based on 'objdump'.
  4339. lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  4340. lt_cv_file_magic_cmd='$OBJDUMP -f'
  4341. ;;
  4342.  
  4343. darwin* | rhapsody*)
  4344. lt_cv_deplibs_check_method=pass_all
  4345. ;;
  4346.  
  4347. freebsd* | kfreebsd*-gnu | dragonfly*)
  4348. if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  4349. case $host_cpu in
  4350. i*86 )
  4351. # Not sure whether the presence of OpenBSD here was a mistake.
  4352. # Let's accept both of them until this is cleared up.
  4353. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
  4354. lt_cv_file_magic_cmd=/usr/bin/file
  4355. lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  4356. ;;
  4357. esac
  4358. else
  4359. lt_cv_deplibs_check_method=pass_all
  4360. fi
  4361. ;;
  4362.  
  4363. gnu*)
  4364. lt_cv_deplibs_check_method=pass_all
  4365. ;;
  4366.  
  4367. hpux10.20* | hpux11*)
  4368. lt_cv_file_magic_cmd=/usr/bin/file
  4369. case "$host_cpu" in
  4370. ia64*)
  4371. lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
  4372. lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  4373. ;;
  4374. hppa*64*)
  4375. lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
  4376. lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  4377. ;;
  4378. *)
  4379. lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
  4380. lt_cv_file_magic_test_file=/usr/lib/libc.sl
  4381. ;;
  4382. esac
  4383. ;;
  4384.  
  4385. irix5* | irix6* | nonstopux*)
  4386. case $LD in
  4387. *-32|*"-32 ") libmagic=32-bit;;
  4388. *-n32|*"-n32 ") libmagic=N32;;
  4389. *-64|*"-64 ") libmagic=64-bit;;
  4390. *) libmagic=never-match;;
  4391. esac
  4392. lt_cv_deplibs_check_method=pass_all
  4393. ;;
  4394.  
  4395. # This must be Linux ELF.
  4396. linux*)
  4397. lt_cv_deplibs_check_method=pass_all
  4398. ;;
  4399.  
  4400. netbsd*)
  4401. if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  4402. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
  4403. else
  4404. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
  4405. fi
  4406. ;;
  4407.  
  4408. newos6*)
  4409. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
  4410. lt_cv_file_magic_cmd=/usr/bin/file
  4411. lt_cv_file_magic_test_file=/usr/lib/libnls.so
  4412. ;;
  4413.  
  4414. nto-qnx*)
  4415. lt_cv_deplibs_check_method=unknown
  4416. ;;
  4417.  
  4418. openbsd*)
  4419. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  4420. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
  4421. else
  4422. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
  4423. fi
  4424. ;;
  4425.  
  4426. osf3* | osf4* | osf5*)
  4427. lt_cv_deplibs_check_method=pass_all
  4428. ;;
  4429.  
  4430. sco3.2v5*)
  4431. lt_cv_deplibs_check_method=pass_all
  4432. ;;
  4433.  
  4434. solaris*)
  4435. lt_cv_deplibs_check_method=pass_all
  4436. ;;
  4437.  
  4438. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  4439. case $host_vendor in
  4440. motorola)
  4441. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  4442. lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  4443. ;;
  4444. ncr)
  4445. lt_cv_deplibs_check_method=pass_all
  4446. ;;
  4447. sequent)
  4448. lt_cv_file_magic_cmd='/bin/file'
  4449. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  4450. ;;
  4451. sni)
  4452. lt_cv_file_magic_cmd='/bin/file'
  4453. lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
  4454. lt_cv_file_magic_test_file=/lib/libc.so
  4455. ;;
  4456. siemens)
  4457. lt_cv_deplibs_check_method=pass_all
  4458. ;;
  4459. esac
  4460. ;;
  4461.  
  4462. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
  4463. lt_cv_deplibs_check_method=pass_all
  4464. ;;
  4465. esac
  4466.  
  4467. fi
  4468. echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
  4469. echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
  4470. file_magic_cmd=$lt_cv_file_magic_cmd
  4471. deplibs_check_method=$lt_cv_deplibs_check_method
  4472. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  4473.  
  4474.  
  4475.  
  4476.  
  4477. # If no C compiler was specified, use CC.
  4478. LTCC=${LTCC-"$CC"}
  4479.  
  4480. # Allow CC to be a program name with arguments.
  4481. compiler=$CC
  4482.  
  4483. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  4484. if test "${enable_libtool_lock+set}" = set; then
  4485. enableval="$enable_libtool_lock"
  4486.  
  4487. fi;
  4488. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  4489.  
  4490. # Some flags need to be propagated to the compiler or linker for good
  4491. # libtool support.
  4492. case $host in
  4493. ia64-*-hpux*)
  4494. # Find out which ABI we are using.
  4495. echo 'int i;' > conftest.$ac_ext
  4496. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4497. (eval $ac_compile) 2>&5
  4498. ac_status=$?
  4499. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4500. (exit $ac_status); }; then
  4501. case `/usr/bin/file conftest.$ac_objext` in
  4502. *ELF-32*)
  4503. HPUX_IA64_MODE="32"
  4504. ;;
  4505. *ELF-64*)
  4506. HPUX_IA64_MODE="64"
  4507. ;;
  4508. esac
  4509. fi
  4510. rm -rf conftest*
  4511. ;;
  4512. *-*-irix6*)
  4513. # Find out which ABI we are using.
  4514. echo '#line 4514 "configure"' > conftest.$ac_ext
  4515. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4516. (eval $ac_compile) 2>&5
  4517. ac_status=$?
  4518. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4519. (exit $ac_status); }; then
  4520. if test "$lt_cv_prog_gnu_ld" = yes; then
  4521. case `/usr/bin/file conftest.$ac_objext` in
  4522. *32-bit*)
  4523. LD="${LD-ld} -melf32bsmip"
  4524. ;;
  4525. *N32*)
  4526. LD="${LD-ld} -melf32bmipn32"
  4527. ;;
  4528. *64-bit*)
  4529. LD="${LD-ld} -melf64bmip"
  4530. ;;
  4531. esac
  4532. else
  4533. case `/usr/bin/file conftest.$ac_objext` in
  4534. *32-bit*)
  4535. LD="${LD-ld} -32"
  4536. ;;
  4537. *N32*)
  4538. LD="${LD-ld} -n32"
  4539. ;;
  4540. *64-bit*)
  4541. LD="${LD-ld} -64"
  4542. ;;
  4543. esac
  4544. fi
  4545. fi
  4546. rm -rf conftest*
  4547. ;;
  4548.  
  4549. x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
  4550. # Find out which ABI we are using.
  4551. echo 'int i;' > conftest.$ac_ext
  4552. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4553. (eval $ac_compile) 2>&5
  4554. ac_status=$?
  4555. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4556. (exit $ac_status); }; then
  4557. case "`/usr/bin/file conftest.o`" in
  4558. *32-bit*)
  4559. case $host in
  4560. x86_64-*linux*)
  4561. LD="${LD-ld} -m elf_i386"
  4562. ;;
  4563. ppc64-*linux*|powerpc64-*linux*)
  4564. LD="${LD-ld} -m elf32ppclinux"
  4565. ;;
  4566. s390x-*linux*)
  4567. LD="${LD-ld} -m elf_s390"
  4568. ;;
  4569. sparc64-*linux*)
  4570. LD="${LD-ld} -m elf32_sparc"
  4571. ;;
  4572. esac
  4573. ;;
  4574. *64-bit*)
  4575. case $host in
  4576. x86_64-*linux*)
  4577. LD="${LD-ld} -m elf_x86_64"
  4578. ;;
  4579. ppc*-*linux*|powerpc*-*linux*)
  4580. LD="${LD-ld} -m elf64ppc"
  4581. ;;
  4582. s390*-*linux*)
  4583. LD="${LD-ld} -m elf64_s390"
  4584. ;;
  4585. sparc*-*linux*)
  4586. LD="${LD-ld} -m elf64_sparc"
  4587. ;;
  4588. esac
  4589. ;;
  4590. esac
  4591. fi
  4592. rm -rf conftest*
  4593. ;;
  4594.  
  4595. *-*-sco3.2v5*)
  4596. # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  4597. SAVE_CFLAGS="$CFLAGS"
  4598. CFLAGS="$CFLAGS -belf"
  4599. echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
  4600. echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
  4601. if test "${lt_cv_cc_needs_belf+set}" = set; then
  4602. echo $ECHO_N "(cached) $ECHO_C" >&6
  4603. else
  4604. ac_ext=c
  4605. ac_cpp='$CPP $CPPFLAGS'
  4606. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4607. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4608. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4609.  
  4610. cat >conftest.$ac_ext <<_ACEOF
  4611. /* confdefs.h. */
  4612. _ACEOF
  4613. cat confdefs.h >>conftest.$ac_ext
  4614. cat >>conftest.$ac_ext <<_ACEOF
  4615. /* end confdefs.h. */
  4616.  
  4617. int
  4618. main ()
  4619. {
  4620.  
  4621. ;
  4622. return 0;
  4623. }
  4624. _ACEOF
  4625. rm -f conftest.$ac_objext conftest$ac_exeext
  4626. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  4627. (eval $ac_link) 2>conftest.er1
  4628. ac_status=$?
  4629. grep -v '^ *+' conftest.er1 >conftest.err
  4630. rm -f conftest.er1
  4631. cat conftest.err >&5
  4632. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4633. (exit $ac_status); } &&
  4634. { ac_try='test -z "$ac_c_werror_flag"
  4635. || test ! -s conftest.err'
  4636. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4637. (eval $ac_try) 2>&5
  4638. ac_status=$?
  4639. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4640. (exit $ac_status); }; } &&
  4641. { ac_try='test -s conftest$ac_exeext'
  4642. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4643. (eval $ac_try) 2>&5
  4644. ac_status=$?
  4645. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4646. (exit $ac_status); }; }; then
  4647. lt_cv_cc_needs_belf=yes
  4648. else
  4649. echo "$as_me: failed program was:" >&5
  4650. sed 's/^/| /' conftest.$ac_ext >&5
  4651.  
  4652. lt_cv_cc_needs_belf=no
  4653. fi
  4654. rm -f conftest.err conftest.$ac_objext \
  4655. conftest$ac_exeext conftest.$ac_ext
  4656. ac_ext=c
  4657. ac_cpp='$CPP $CPPFLAGS'
  4658. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4659. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4660. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4661.  
  4662. fi
  4663. echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
  4664. echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
  4665. if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  4666. # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  4667. CFLAGS="$SAVE_CFLAGS"
  4668. fi
  4669. ;;
  4670.  
  4671. esac
  4672.  
  4673. need_locks="$enable_libtool_lock"
  4674.  
  4675.  
  4676.  
  4677. for ac_header in dlfcn.h
  4678. do
  4679. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  4680. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  4681. echo "$as_me:$LINENO: checking for $ac_header" >&5
  4682. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  4683. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  4684. echo $ECHO_N "(cached) $ECHO_C" >&6
  4685. fi
  4686. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  4687. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  4688. else
  4689. # Is the header compilable?
  4690. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  4691. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  4692. cat >conftest.$ac_ext <<_ACEOF
  4693. /* confdefs.h. */
  4694. _ACEOF
  4695. cat confdefs.h >>conftest.$ac_ext
  4696. cat >>conftest.$ac_ext <<_ACEOF
  4697. /* end confdefs.h. */
  4698. $ac_includes_default
  4699. #include <$ac_header>
  4700. _ACEOF
  4701. rm -f conftest.$ac_objext
  4702. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4703. (eval $ac_compile) 2>conftest.er1
  4704. ac_status=$?
  4705. grep -v '^ *+' conftest.er1 >conftest.err
  4706. rm -f conftest.er1
  4707. cat conftest.err >&5
  4708. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4709. (exit $ac_status); } &&
  4710. { ac_try='test -z "$ac_c_werror_flag"
  4711. || test ! -s conftest.err'
  4712. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4713. (eval $ac_try) 2>&5
  4714. ac_status=$?
  4715. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4716. (exit $ac_status); }; } &&
  4717. { ac_try='test -s conftest.$ac_objext'
  4718. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4719. (eval $ac_try) 2>&5
  4720. ac_status=$?
  4721. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4722. (exit $ac_status); }; }; then
  4723. ac_header_compiler=yes
  4724. else
  4725. echo "$as_me: failed program was:" >&5
  4726. sed 's/^/| /' conftest.$ac_ext >&5
  4727.  
  4728. ac_header_compiler=no
  4729. fi
  4730. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  4731. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  4732. echo "${ECHO_T}$ac_header_compiler" >&6
  4733.  
  4734. # Is the header present?
  4735. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  4736. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  4737. cat >conftest.$ac_ext <<_ACEOF
  4738. /* confdefs.h. */
  4739. _ACEOF
  4740. cat confdefs.h >>conftest.$ac_ext
  4741. cat >>conftest.$ac_ext <<_ACEOF
  4742. /* end confdefs.h. */
  4743. #include <$ac_header>
  4744. _ACEOF
  4745. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  4746. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  4747. ac_status=$?
  4748. grep -v '^ *+' conftest.er1 >conftest.err
  4749. rm -f conftest.er1
  4750. cat conftest.err >&5
  4751. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4752. (exit $ac_status); } >/dev/null; then
  4753. if test -s conftest.err; then
  4754. ac_cpp_err=$ac_c_preproc_warn_flag
  4755. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  4756. else
  4757. ac_cpp_err=
  4758. fi
  4759. else
  4760. ac_cpp_err=yes
  4761. fi
  4762. if test -z "$ac_cpp_err"; then
  4763. ac_header_preproc=yes
  4764. else
  4765. echo "$as_me: failed program was:" >&5
  4766. sed 's/^/| /' conftest.$ac_ext >&5
  4767.  
  4768. ac_header_preproc=no
  4769. fi
  4770. rm -f conftest.err conftest.$ac_ext
  4771. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  4772. echo "${ECHO_T}$ac_header_preproc" >&6
  4773.  
  4774. # So? What about this header?
  4775. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  4776. yes:no: )
  4777. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  4778. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  4779. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  4780. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  4781. ac_header_preproc=yes
  4782. ;;
  4783. no:yes:* )
  4784. { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  4785. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  4786. { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  4787. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  4788. { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  4789. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  4790. { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
  4791. echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
  4792. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  4793. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  4794. { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  4795. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  4796. (
  4797. cat <<\_ASBOX
  4798. ## ------------------------------------ ##
  4799. ## Report this to lame-dev@lists.sf.net ##
  4800. ## ------------------------------------ ##
  4801. _ASBOX
  4802. ) |
  4803. sed "s/^/$as_me: WARNING: /" >&2
  4804. ;;
  4805. esac
  4806. echo "$as_me:$LINENO: checking for $ac_header" >&5
  4807. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  4808. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  4809. echo $ECHO_N "(cached) $ECHO_C" >&6
  4810. else
  4811. eval "$as_ac_Header=\$ac_header_preproc"
  4812. fi
  4813. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  4814. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  4815.  
  4816. fi
  4817. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  4818. cat >>confdefs.h <<_ACEOF
  4819. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  4820. _ACEOF
  4821.  
  4822. fi
  4823.  
  4824. done
  4825.  
  4826. ac_ext=cc
  4827. ac_cpp='$CXXCPP $CPPFLAGS'
  4828. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4829. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4830. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  4831. if test -n "$ac_tool_prefix"; then
  4832. for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
  4833. do
  4834. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  4835. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  4836. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4837. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4838. if test "${ac_cv_prog_CXX+set}" = set; then
  4839. echo $ECHO_N "(cached) $ECHO_C" >&6
  4840. else
  4841. if test -n "$CXX"; then
  4842. ac_cv_prog_CXX="$CXX" # Let the user override the test.
  4843. else
  4844. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4845. for as_dir in $PATH
  4846. do
  4847. IFS=$as_save_IFS
  4848. test -z "$as_dir" && as_dir=.
  4849. for ac_exec_ext in '' $ac_executable_extensions; do
  4850. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4851. ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  4852. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4853. break 2
  4854. fi
  4855. done
  4856. done
  4857.  
  4858. fi
  4859. fi
  4860. CXX=$ac_cv_prog_CXX
  4861. if test -n "$CXX"; then
  4862. echo "$as_me:$LINENO: result: $CXX" >&5
  4863. echo "${ECHO_T}$CXX" >&6
  4864. else
  4865. echo "$as_me:$LINENO: result: no" >&5
  4866. echo "${ECHO_T}no" >&6
  4867. fi
  4868.  
  4869. test -n "$CXX" && break
  4870. done
  4871. fi
  4872. if test -z "$CXX"; then
  4873. ac_ct_CXX=$CXX
  4874. for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
  4875. do
  4876. # Extract the first word of "$ac_prog", so it can be a program name with args.
  4877. set dummy $ac_prog; ac_word=$2
  4878. echo "$as_me:$LINENO: checking for $ac_word" >&5
  4879. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  4880. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
  4881. echo $ECHO_N "(cached) $ECHO_C" >&6
  4882. else
  4883. if test -n "$ac_ct_CXX"; then
  4884. ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  4885. else
  4886. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4887. for as_dir in $PATH
  4888. do
  4889. IFS=$as_save_IFS
  4890. test -z "$as_dir" && as_dir=.
  4891. for ac_exec_ext in '' $ac_executable_extensions; do
  4892. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  4893. ac_cv_prog_ac_ct_CXX="$ac_prog"
  4894. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4895. break 2
  4896. fi
  4897. done
  4898. done
  4899.  
  4900. fi
  4901. fi
  4902. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  4903. if test -n "$ac_ct_CXX"; then
  4904. echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
  4905. echo "${ECHO_T}$ac_ct_CXX" >&6
  4906. else
  4907. echo "$as_me:$LINENO: result: no" >&5
  4908. echo "${ECHO_T}no" >&6
  4909. fi
  4910.  
  4911. test -n "$ac_ct_CXX" && break
  4912. done
  4913. test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
  4914.  
  4915. CXX=$ac_ct_CXX
  4916. fi
  4917.  
  4918.  
  4919. # Provide some information about the compiler.
  4920. echo "$as_me:$LINENO:" \
  4921. "checking for C++ compiler version" >&5
  4922. ac_compiler=`set X $ac_compile; echo $2`
  4923. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  4924. (eval $ac_compiler --version </dev/null >&5) 2>&5
  4925. ac_status=$?
  4926. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4927. (exit $ac_status); }
  4928. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  4929. (eval $ac_compiler -v </dev/null >&5) 2>&5
  4930. ac_status=$?
  4931. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4932. (exit $ac_status); }
  4933. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  4934. (eval $ac_compiler -V </dev/null >&5) 2>&5
  4935. ac_status=$?
  4936. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4937. (exit $ac_status); }
  4938.  
  4939. echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
  4940. echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
  4941. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
  4942. echo $ECHO_N "(cached) $ECHO_C" >&6
  4943. else
  4944. cat >conftest.$ac_ext <<_ACEOF
  4945. /* confdefs.h. */
  4946. _ACEOF
  4947. cat confdefs.h >>conftest.$ac_ext
  4948. cat >>conftest.$ac_ext <<_ACEOF
  4949. /* end confdefs.h. */
  4950.  
  4951. int
  4952. main ()
  4953. {
  4954. #ifndef __GNUC__
  4955. choke me
  4956. #endif
  4957.  
  4958. ;
  4959. return 0;
  4960. }
  4961. _ACEOF
  4962. rm -f conftest.$ac_objext
  4963. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  4964. (eval $ac_compile) 2>conftest.er1
  4965. ac_status=$?
  4966. grep -v '^ *+' conftest.er1 >conftest.err
  4967. rm -f conftest.er1
  4968. cat conftest.err >&5
  4969. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4970. (exit $ac_status); } &&
  4971. { ac_try='test -z "$ac_cxx_werror_flag"
  4972. || test ! -s conftest.err'
  4973. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4974. (eval $ac_try) 2>&5
  4975. ac_status=$?
  4976. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4977. (exit $ac_status); }; } &&
  4978. { ac_try='test -s conftest.$ac_objext'
  4979. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  4980. (eval $ac_try) 2>&5
  4981. ac_status=$?
  4982. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4983. (exit $ac_status); }; }; then
  4984. ac_compiler_gnu=yes
  4985. else
  4986. echo "$as_me: failed program was:" >&5
  4987. sed 's/^/| /' conftest.$ac_ext >&5
  4988.  
  4989. ac_compiler_gnu=no
  4990. fi
  4991. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  4992. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  4993.  
  4994. fi
  4995. echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
  4996. echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
  4997. GXX=`test $ac_compiler_gnu = yes && echo yes`
  4998. ac_test_CXXFLAGS=${CXXFLAGS+set}
  4999. ac_save_CXXFLAGS=$CXXFLAGS
  5000. CXXFLAGS="-g"
  5001. echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
  5002. echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
  5003. if test "${ac_cv_prog_cxx_g+set}" = set; then
  5004. echo $ECHO_N "(cached) $ECHO_C" >&6
  5005. else
  5006. cat >conftest.$ac_ext <<_ACEOF
  5007. /* confdefs.h. */
  5008. _ACEOF
  5009. cat confdefs.h >>conftest.$ac_ext
  5010. cat >>conftest.$ac_ext <<_ACEOF
  5011. /* end confdefs.h. */
  5012.  
  5013. int
  5014. main ()
  5015. {
  5016.  
  5017. ;
  5018. return 0;
  5019. }
  5020. _ACEOF
  5021. rm -f conftest.$ac_objext
  5022. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5023. (eval $ac_compile) 2>conftest.er1
  5024. ac_status=$?
  5025. grep -v '^ *+' conftest.er1 >conftest.err
  5026. rm -f conftest.er1
  5027. cat conftest.err >&5
  5028. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5029. (exit $ac_status); } &&
  5030. { ac_try='test -z "$ac_cxx_werror_flag"
  5031. || test ! -s conftest.err'
  5032. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5033. (eval $ac_try) 2>&5
  5034. ac_status=$?
  5035. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5036. (exit $ac_status); }; } &&
  5037. { ac_try='test -s conftest.$ac_objext'
  5038. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5039. (eval $ac_try) 2>&5
  5040. ac_status=$?
  5041. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5042. (exit $ac_status); }; }; then
  5043. ac_cv_prog_cxx_g=yes
  5044. else
  5045. echo "$as_me: failed program was:" >&5
  5046. sed 's/^/| /' conftest.$ac_ext >&5
  5047.  
  5048. ac_cv_prog_cxx_g=no
  5049. fi
  5050. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  5051. fi
  5052. echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
  5053. echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
  5054. if test "$ac_test_CXXFLAGS" = set; then
  5055. CXXFLAGS=$ac_save_CXXFLAGS
  5056. elif test $ac_cv_prog_cxx_g = yes; then
  5057. if test "$GXX" = yes; then
  5058. CXXFLAGS="-g -O2"
  5059. else
  5060. CXXFLAGS="-g"
  5061. fi
  5062. else
  5063. if test "$GXX" = yes; then
  5064. CXXFLAGS="-O2"
  5065. else
  5066. CXXFLAGS=
  5067. fi
  5068. fi
  5069. for ac_declaration in \
  5070. '' \
  5071. 'extern "C" void std::exit (int) throw (); using std::exit;' \
  5072. 'extern "C" void std::exit (int); using std::exit;' \
  5073. 'extern "C" void exit (int) throw ();' \
  5074. 'extern "C" void exit (int);' \
  5075. 'void exit (int);'
  5076. do
  5077. cat >conftest.$ac_ext <<_ACEOF
  5078. /* confdefs.h. */
  5079. _ACEOF
  5080. cat confdefs.h >>conftest.$ac_ext
  5081. cat >>conftest.$ac_ext <<_ACEOF
  5082. /* end confdefs.h. */
  5083. $ac_declaration
  5084. #include <stdlib.h>
  5085. int
  5086. main ()
  5087. {
  5088. exit (42);
  5089. ;
  5090. return 0;
  5091. }
  5092. _ACEOF
  5093. rm -f conftest.$ac_objext
  5094. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5095. (eval $ac_compile) 2>conftest.er1
  5096. ac_status=$?
  5097. grep -v '^ *+' conftest.er1 >conftest.err
  5098. rm -f conftest.er1
  5099. cat conftest.err >&5
  5100. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5101. (exit $ac_status); } &&
  5102. { ac_try='test -z "$ac_cxx_werror_flag"
  5103. || test ! -s conftest.err'
  5104. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5105. (eval $ac_try) 2>&5
  5106. ac_status=$?
  5107. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5108. (exit $ac_status); }; } &&
  5109. { ac_try='test -s conftest.$ac_objext'
  5110. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5111. (eval $ac_try) 2>&5
  5112. ac_status=$?
  5113. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5114. (exit $ac_status); }; }; then
  5115. :
  5116. else
  5117. echo "$as_me: failed program was:" >&5
  5118. sed 's/^/| /' conftest.$ac_ext >&5
  5119.  
  5120. continue
  5121. fi
  5122. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  5123. cat >conftest.$ac_ext <<_ACEOF
  5124. /* confdefs.h. */
  5125. _ACEOF
  5126. cat confdefs.h >>conftest.$ac_ext
  5127. cat >>conftest.$ac_ext <<_ACEOF
  5128. /* end confdefs.h. */
  5129. $ac_declaration
  5130. int
  5131. main ()
  5132. {
  5133. exit (42);
  5134. ;
  5135. return 0;
  5136. }
  5137. _ACEOF
  5138. rm -f conftest.$ac_objext
  5139. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5140. (eval $ac_compile) 2>conftest.er1
  5141. ac_status=$?
  5142. grep -v '^ *+' conftest.er1 >conftest.err
  5143. rm -f conftest.er1
  5144. cat conftest.err >&5
  5145. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5146. (exit $ac_status); } &&
  5147. { ac_try='test -z "$ac_cxx_werror_flag"
  5148. || test ! -s conftest.err'
  5149. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5150. (eval $ac_try) 2>&5
  5151. ac_status=$?
  5152. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5153. (exit $ac_status); }; } &&
  5154. { ac_try='test -s conftest.$ac_objext'
  5155. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5156. (eval $ac_try) 2>&5
  5157. ac_status=$?
  5158. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5159. (exit $ac_status); }; }; then
  5160. break
  5161. else
  5162. echo "$as_me: failed program was:" >&5
  5163. sed 's/^/| /' conftest.$ac_ext >&5
  5164.  
  5165. fi
  5166. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  5167. done
  5168. rm -f conftest*
  5169. if test -n "$ac_declaration"; then
  5170. echo '#ifdef __cplusplus' >>confdefs.h
  5171. echo $ac_declaration >>confdefs.h
  5172. echo '#endif' >>confdefs.h
  5173. fi
  5174.  
  5175. ac_ext=cc
  5176. ac_cpp='$CXXCPP $CPPFLAGS'
  5177. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5178. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5179. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  5180.  
  5181. depcc="$CXX" am_compiler_list=
  5182.  
  5183. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  5184. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  5185. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
  5186. echo $ECHO_N "(cached) $ECHO_C" >&6
  5187. else
  5188. if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  5189. # We make a subdir and do the tests there. Otherwise we can end up
  5190. # making bogus files that we don't know about and never remove. For
  5191. # instance it was reported that on HP-UX the gcc test will end up
  5192. # making a dummy file named `D' -- because `-MD' means `put the output
  5193. # in D'.
  5194. mkdir conftest.dir
  5195. # Copy depcomp to subdir because otherwise we won't find it if we're
  5196. # using a relative directory.
  5197. cp "$am_depcomp" conftest.dir
  5198. cd conftest.dir
  5199. # We will build objects and dependencies in a subdirectory because
  5200. # it helps to detect inapplicable dependency modes. For instance
  5201. # both Tru64's cc and ICC support -MD to output dependencies as a
  5202. # side effect of compilation, but ICC will put the dependencies in
  5203. # the current directory while Tru64 will put them in the object
  5204. # directory.
  5205. mkdir sub
  5206.  
  5207. am_cv_CXX_dependencies_compiler_type=none
  5208. if test "$am_compiler_list" = ""; then
  5209. am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  5210. fi
  5211. for depmode in $am_compiler_list; do
  5212. # Setup a source with many dependencies, because some compilers
  5213. # like to wrap large dependency lists on column 80 (with \), and
  5214. # we should not choose a depcomp mode which is confused by this.
  5215. #
  5216. # We need to recreate these files for each test, as the compiler may
  5217. # overwrite some of them when testing with obscure command lines.
  5218. # This happens at least with the AIX C compiler.
  5219. : > sub/conftest.c
  5220. for i in 1 2 3 4 5 6; do
  5221. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  5222. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  5223. # Solaris 8's {/usr,}/bin/sh.
  5224. touch sub/conftst$i.h
  5225. done
  5226. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  5227.  
  5228. case $depmode in
  5229. nosideeffect)
  5230. # after this tag, mechanisms are not by side-effect, so they'll
  5231. # only be used when explicitly requested
  5232. if test "x$enable_dependency_tracking" = xyes; then
  5233. continue
  5234. else
  5235. break
  5236. fi
  5237. ;;
  5238. none) break ;;
  5239. esac
  5240. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  5241. # mode. It turns out that the SunPro C++ compiler does not properly
  5242. # handle `-M -o', and we need to detect this.
  5243. if depmode=$depmode \
  5244. source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  5245. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  5246. $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  5247. >/dev/null 2>conftest.err &&
  5248. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  5249. grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  5250. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  5251. # icc doesn't choke on unknown options, it will just issue warnings
  5252. # or remarks (even with -Werror). So we grep stderr for any message
  5253. # that says an option was ignored or not supported.
  5254. # When given -MP, icc 7.0 and 7.1 complain thusly:
  5255. # icc: Command line warning: ignoring option '-M'; no argument required
  5256. # The diagnosis changed in icc 8.0:
  5257. # icc: Command line remark: option '-MP' not supported
  5258. if (grep 'ignoring option' conftest.err ||
  5259. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  5260. am_cv_CXX_dependencies_compiler_type=$depmode
  5261. break
  5262. fi
  5263. fi
  5264. done
  5265.  
  5266. cd ..
  5267. rm -rf conftest.dir
  5268. else
  5269. am_cv_CXX_dependencies_compiler_type=none
  5270. fi
  5271.  
  5272. fi
  5273. echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
  5274. echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
  5275. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  5276.  
  5277.  
  5278.  
  5279. if
  5280. test "x$enable_dependency_tracking" != xno \
  5281. && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  5282. am__fastdepCXX_TRUE=
  5283. am__fastdepCXX_FALSE='#'
  5284. else
  5285. am__fastdepCXX_TRUE='#'
  5286. am__fastdepCXX_FALSE=
  5287. fi
  5288.  
  5289.  
  5290.  
  5291.  
  5292. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  5293. ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  5294. (test "X$CXX" != "Xg++"))) ; then
  5295. ac_ext=cc
  5296. ac_cpp='$CXXCPP $CPPFLAGS'
  5297. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5298. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5299. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  5300. echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
  5301. echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
  5302. if test -z "$CXXCPP"; then
  5303. if test "${ac_cv_prog_CXXCPP+set}" = set; then
  5304. echo $ECHO_N "(cached) $ECHO_C" >&6
  5305. else
  5306. # Double quotes because CXXCPP needs to be expanded
  5307. for CXXCPP in "$CXX -E" "/lib/cpp"
  5308. do
  5309. ac_preproc_ok=false
  5310. for ac_cxx_preproc_warn_flag in '' yes
  5311. do
  5312. # Use a header file that comes with gcc, so configuring glibc
  5313. # with a fresh cross-compiler works.
  5314. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5315. # <limits.h> exists even on freestanding compilers.
  5316. # On the NeXT, cc -E runs the code through the compiler's parser,
  5317. # not just through cpp. "Syntax error" is here to catch this case.
  5318. cat >conftest.$ac_ext <<_ACEOF
  5319. /* confdefs.h. */
  5320. _ACEOF
  5321. cat confdefs.h >>conftest.$ac_ext
  5322. cat >>conftest.$ac_ext <<_ACEOF
  5323. /* end confdefs.h. */
  5324. #ifdef __STDC__
  5325. # include <limits.h>
  5326. #else
  5327. # include <assert.h>
  5328. #endif
  5329. Syntax error
  5330. _ACEOF
  5331. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  5332. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  5333. ac_status=$?
  5334. grep -v '^ *+' conftest.er1 >conftest.err
  5335. rm -f conftest.er1
  5336. cat conftest.err >&5
  5337. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5338. (exit $ac_status); } >/dev/null; then
  5339. if test -s conftest.err; then
  5340. ac_cpp_err=$ac_cxx_preproc_warn_flag
  5341. ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  5342. else
  5343. ac_cpp_err=
  5344. fi
  5345. else
  5346. ac_cpp_err=yes
  5347. fi
  5348. if test -z "$ac_cpp_err"; then
  5349. :
  5350. else
  5351. echo "$as_me: failed program was:" >&5
  5352. sed 's/^/| /' conftest.$ac_ext >&5
  5353.  
  5354. # Broken: fails on valid input.
  5355. continue
  5356. fi
  5357. rm -f conftest.err conftest.$ac_ext
  5358.  
  5359. # OK, works on sane cases. Now check whether non-existent headers
  5360. # can be detected and how.
  5361. cat >conftest.$ac_ext <<_ACEOF
  5362. /* confdefs.h. */
  5363. _ACEOF
  5364. cat confdefs.h >>conftest.$ac_ext
  5365. cat >>conftest.$ac_ext <<_ACEOF
  5366. /* end confdefs.h. */
  5367. #include <ac_nonexistent.h>
  5368. _ACEOF
  5369. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  5370. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  5371. ac_status=$?
  5372. grep -v '^ *+' conftest.er1 >conftest.err
  5373. rm -f conftest.er1
  5374. cat conftest.err >&5
  5375. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5376. (exit $ac_status); } >/dev/null; then
  5377. if test -s conftest.err; then
  5378. ac_cpp_err=$ac_cxx_preproc_warn_flag
  5379. ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  5380. else
  5381. ac_cpp_err=
  5382. fi
  5383. else
  5384. ac_cpp_err=yes
  5385. fi
  5386. if test -z "$ac_cpp_err"; then
  5387. # Broken: success on invalid input.
  5388. continue
  5389. else
  5390. echo "$as_me: failed program was:" >&5
  5391. sed 's/^/| /' conftest.$ac_ext >&5
  5392.  
  5393. # Passes both tests.
  5394. ac_preproc_ok=:
  5395. break
  5396. fi
  5397. rm -f conftest.err conftest.$ac_ext
  5398.  
  5399. done
  5400. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5401. rm -f conftest.err conftest.$ac_ext
  5402. if $ac_preproc_ok; then
  5403. break
  5404. fi
  5405.  
  5406. done
  5407. ac_cv_prog_CXXCPP=$CXXCPP
  5408.  
  5409. fi
  5410. CXXCPP=$ac_cv_prog_CXXCPP
  5411. else
  5412. ac_cv_prog_CXXCPP=$CXXCPP
  5413. fi
  5414. echo "$as_me:$LINENO: result: $CXXCPP" >&5
  5415. echo "${ECHO_T}$CXXCPP" >&6
  5416. ac_preproc_ok=false
  5417. for ac_cxx_preproc_warn_flag in '' yes
  5418. do
  5419. # Use a header file that comes with gcc, so configuring glibc
  5420. # with a fresh cross-compiler works.
  5421. # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5422. # <limits.h> exists even on freestanding compilers.
  5423. # On the NeXT, cc -E runs the code through the compiler's parser,
  5424. # not just through cpp. "Syntax error" is here to catch this case.
  5425. cat >conftest.$ac_ext <<_ACEOF
  5426. /* confdefs.h. */
  5427. _ACEOF
  5428. cat confdefs.h >>conftest.$ac_ext
  5429. cat >>conftest.$ac_ext <<_ACEOF
  5430. /* end confdefs.h. */
  5431. #ifdef __STDC__
  5432. # include <limits.h>
  5433. #else
  5434. # include <assert.h>
  5435. #endif
  5436. Syntax error
  5437. _ACEOF
  5438. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  5439. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  5440. ac_status=$?
  5441. grep -v '^ *+' conftest.er1 >conftest.err
  5442. rm -f conftest.er1
  5443. cat conftest.err >&5
  5444. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5445. (exit $ac_status); } >/dev/null; then
  5446. if test -s conftest.err; then
  5447. ac_cpp_err=$ac_cxx_preproc_warn_flag
  5448. ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  5449. else
  5450. ac_cpp_err=
  5451. fi
  5452. else
  5453. ac_cpp_err=yes
  5454. fi
  5455. if test -z "$ac_cpp_err"; then
  5456. :
  5457. else
  5458. echo "$as_me: failed program was:" >&5
  5459. sed 's/^/| /' conftest.$ac_ext >&5
  5460.  
  5461. # Broken: fails on valid input.
  5462. continue
  5463. fi
  5464. rm -f conftest.err conftest.$ac_ext
  5465.  
  5466. # OK, works on sane cases. Now check whether non-existent headers
  5467. # can be detected and how.
  5468. cat >conftest.$ac_ext <<_ACEOF
  5469. /* confdefs.h. */
  5470. _ACEOF
  5471. cat confdefs.h >>conftest.$ac_ext
  5472. cat >>conftest.$ac_ext <<_ACEOF
  5473. /* end confdefs.h. */
  5474. #include <ac_nonexistent.h>
  5475. _ACEOF
  5476. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  5477. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  5478. ac_status=$?
  5479. grep -v '^ *+' conftest.er1 >conftest.err
  5480. rm -f conftest.er1
  5481. cat conftest.err >&5
  5482. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5483. (exit $ac_status); } >/dev/null; then
  5484. if test -s conftest.err; then
  5485. ac_cpp_err=$ac_cxx_preproc_warn_flag
  5486. ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  5487. else
  5488. ac_cpp_err=
  5489. fi
  5490. else
  5491. ac_cpp_err=yes
  5492. fi
  5493. if test -z "$ac_cpp_err"; then
  5494. # Broken: success on invalid input.
  5495. continue
  5496. else
  5497. echo "$as_me: failed program was:" >&5
  5498. sed 's/^/| /' conftest.$ac_ext >&5
  5499.  
  5500. # Passes both tests.
  5501. ac_preproc_ok=:
  5502. break
  5503. fi
  5504. rm -f conftest.err conftest.$ac_ext
  5505.  
  5506. done
  5507. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5508. rm -f conftest.err conftest.$ac_ext
  5509. if $ac_preproc_ok; then
  5510. :
  5511. else
  5512. { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
  5513. See \`config.log' for more details." >&5
  5514. echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
  5515. See \`config.log' for more details." >&2;}
  5516. { (exit 1); exit 1; }; }
  5517. fi
  5518.  
  5519. ac_ext=cc
  5520. ac_cpp='$CXXCPP $CPPFLAGS'
  5521. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5522. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5523. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  5524.  
  5525. fi
  5526.  
  5527.  
  5528. ac_ext=f
  5529. ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
  5530. ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5531. ac_compiler_gnu=$ac_cv_f77_compiler_gnu
  5532. if test -n "$ac_tool_prefix"; then
  5533. for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
  5534. do
  5535. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  5536. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  5537. echo "$as_me:$LINENO: checking for $ac_word" >&5
  5538. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  5539. if test "${ac_cv_prog_F77+set}" = set; then
  5540. echo $ECHO_N "(cached) $ECHO_C" >&6
  5541. else
  5542. if test -n "$F77"; then
  5543. ac_cv_prog_F77="$F77" # Let the user override the test.
  5544. else
  5545. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5546. for as_dir in $PATH
  5547. do
  5548. IFS=$as_save_IFS
  5549. test -z "$as_dir" && as_dir=.
  5550. for ac_exec_ext in '' $ac_executable_extensions; do
  5551. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  5552. ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
  5553. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  5554. break 2
  5555. fi
  5556. done
  5557. done
  5558.  
  5559. fi
  5560. fi
  5561. F77=$ac_cv_prog_F77
  5562. if test -n "$F77"; then
  5563. echo "$as_me:$LINENO: result: $F77" >&5
  5564. echo "${ECHO_T}$F77" >&6
  5565. else
  5566. echo "$as_me:$LINENO: result: no" >&5
  5567. echo "${ECHO_T}no" >&6
  5568. fi
  5569.  
  5570. test -n "$F77" && break
  5571. done
  5572. fi
  5573. if test -z "$F77"; then
  5574. ac_ct_F77=$F77
  5575. for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
  5576. do
  5577. # Extract the first word of "$ac_prog", so it can be a program name with args.
  5578. set dummy $ac_prog; ac_word=$2
  5579. echo "$as_me:$LINENO: checking for $ac_word" >&5
  5580. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  5581. if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
  5582. echo $ECHO_N "(cached) $ECHO_C" >&6
  5583. else
  5584. if test -n "$ac_ct_F77"; then
  5585. ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
  5586. else
  5587. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5588. for as_dir in $PATH
  5589. do
  5590. IFS=$as_save_IFS
  5591. test -z "$as_dir" && as_dir=.
  5592. for ac_exec_ext in '' $ac_executable_extensions; do
  5593. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  5594. ac_cv_prog_ac_ct_F77="$ac_prog"
  5595. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  5596. break 2
  5597. fi
  5598. done
  5599. done
  5600.  
  5601. fi
  5602. fi
  5603. ac_ct_F77=$ac_cv_prog_ac_ct_F77
  5604. if test -n "$ac_ct_F77"; then
  5605. echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
  5606. echo "${ECHO_T}$ac_ct_F77" >&6
  5607. else
  5608. echo "$as_me:$LINENO: result: no" >&5
  5609. echo "${ECHO_T}no" >&6
  5610. fi
  5611.  
  5612. test -n "$ac_ct_F77" && break
  5613. done
  5614.  
  5615. F77=$ac_ct_F77
  5616. fi
  5617.  
  5618.  
  5619. # Provide some information about the compiler.
  5620. echo "$as_me:5620:" \
  5621. "checking for Fortran 77 compiler version" >&5
  5622. ac_compiler=`set X $ac_compile; echo $2`
  5623. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  5624. (eval $ac_compiler --version </dev/null >&5) 2>&5
  5625. ac_status=$?
  5626. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5627. (exit $ac_status); }
  5628. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  5629. (eval $ac_compiler -v </dev/null >&5) 2>&5
  5630. ac_status=$?
  5631. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5632. (exit $ac_status); }
  5633. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  5634. (eval $ac_compiler -V </dev/null >&5) 2>&5
  5635. ac_status=$?
  5636. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5637. (exit $ac_status); }
  5638. rm -f a.out
  5639.  
  5640. # If we don't use `.F' as extension, the preprocessor is not run on the
  5641. # input file. (Note that this only needs to work for GNU compilers.)
  5642. ac_save_ext=$ac_ext
  5643. ac_ext=F
  5644. echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
  5645. echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
  5646. if test "${ac_cv_f77_compiler_gnu+set}" = set; then
  5647. echo $ECHO_N "(cached) $ECHO_C" >&6
  5648. else
  5649. cat >conftest.$ac_ext <<_ACEOF
  5650. program main
  5651. #ifndef __GNUC__
  5652. choke me
  5653. #endif
  5654.  
  5655. end
  5656. _ACEOF
  5657. rm -f conftest.$ac_objext
  5658. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5659. (eval $ac_compile) 2>conftest.er1
  5660. ac_status=$?
  5661. grep -v '^ *+' conftest.er1 >conftest.err
  5662. rm -f conftest.er1
  5663. cat conftest.err >&5
  5664. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5665. (exit $ac_status); } &&
  5666. { ac_try='test -z "$ac_f77_werror_flag"
  5667. || test ! -s conftest.err'
  5668. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5669. (eval $ac_try) 2>&5
  5670. ac_status=$?
  5671. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5672. (exit $ac_status); }; } &&
  5673. { ac_try='test -s conftest.$ac_objext'
  5674. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5675. (eval $ac_try) 2>&5
  5676. ac_status=$?
  5677. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5678. (exit $ac_status); }; }; then
  5679. ac_compiler_gnu=yes
  5680. else
  5681. echo "$as_me: failed program was:" >&5
  5682. sed 's/^/| /' conftest.$ac_ext >&5
  5683.  
  5684. ac_compiler_gnu=no
  5685. fi
  5686. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  5687. ac_cv_f77_compiler_gnu=$ac_compiler_gnu
  5688.  
  5689. fi
  5690. echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
  5691. echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
  5692. ac_ext=$ac_save_ext
  5693. ac_test_FFLAGS=${FFLAGS+set}
  5694. ac_save_FFLAGS=$FFLAGS
  5695. FFLAGS=
  5696. echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
  5697. echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
  5698. if test "${ac_cv_prog_f77_g+set}" = set; then
  5699. echo $ECHO_N "(cached) $ECHO_C" >&6
  5700. else
  5701. FFLAGS=-g
  5702. cat >conftest.$ac_ext <<_ACEOF
  5703. program main
  5704.  
  5705. end
  5706. _ACEOF
  5707. rm -f conftest.$ac_objext
  5708. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5709. (eval $ac_compile) 2>conftest.er1
  5710. ac_status=$?
  5711. grep -v '^ *+' conftest.er1 >conftest.err
  5712. rm -f conftest.er1
  5713. cat conftest.err >&5
  5714. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5715. (exit $ac_status); } &&
  5716. { ac_try='test -z "$ac_f77_werror_flag"
  5717. || test ! -s conftest.err'
  5718. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5719. (eval $ac_try) 2>&5
  5720. ac_status=$?
  5721. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5722. (exit $ac_status); }; } &&
  5723. { ac_try='test -s conftest.$ac_objext'
  5724. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  5725. (eval $ac_try) 2>&5
  5726. ac_status=$?
  5727. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5728. (exit $ac_status); }; }; then
  5729. ac_cv_prog_f77_g=yes
  5730. else
  5731. echo "$as_me: failed program was:" >&5
  5732. sed 's/^/| /' conftest.$ac_ext >&5
  5733.  
  5734. ac_cv_prog_f77_g=no
  5735. fi
  5736. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  5737.  
  5738. fi
  5739. echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
  5740. echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
  5741. if test "$ac_test_FFLAGS" = set; then
  5742. FFLAGS=$ac_save_FFLAGS
  5743. elif test $ac_cv_prog_f77_g = yes; then
  5744. if test "x$ac_cv_f77_compiler_gnu" = xyes; then
  5745. FFLAGS="-g -O2"
  5746. else
  5747. FFLAGS="-g"
  5748. fi
  5749. else
  5750. if test "x$ac_cv_f77_compiler_gnu" = xyes; then
  5751. FFLAGS="-O2"
  5752. else
  5753. FFLAGS=
  5754. fi
  5755. fi
  5756.  
  5757. G77=`test $ac_compiler_gnu = yes && echo yes`
  5758. ac_ext=c
  5759. ac_cpp='$CPP $CPPFLAGS'
  5760. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5761. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5762. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5763.  
  5764.  
  5765.  
  5766. # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
  5767.  
  5768. # find the maximum length of command line arguments
  5769. echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
  5770. echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
  5771. if test "${lt_cv_sys_max_cmd_len+set}" = set; then
  5772. echo $ECHO_N "(cached) $ECHO_C" >&6
  5773. else
  5774. i=0
  5775. teststring="ABCD"
  5776.  
  5777. case $build_os in
  5778. msdosdjgpp*)
  5779. # On DJGPP, this test can blow up pretty badly due to problems in libc
  5780. # (any single argument exceeding 2000 bytes causes a buffer overrun
  5781. # during glob expansion). Even if it were fixed, the result of this
  5782. # check would be larger than it should be.
  5783. lt_cv_sys_max_cmd_len=12288; # 12K is about right
  5784. ;;
  5785.  
  5786. gnu*)
  5787. # Under GNU Hurd, this test is not required because there is
  5788. # no limit to the length of command line arguments.
  5789. # Libtool will interpret -1 as no limit whatsoever
  5790. lt_cv_sys_max_cmd_len=-1;
  5791. ;;
  5792.  
  5793. cygwin* | mingw*)
  5794. # On Win9x/ME, this test blows up -- it succeeds, but takes
  5795. # about 5 minutes as the teststring grows exponentially.
  5796. # Worse, since 9x/ME are not pre-emptively multitasking,
  5797. # you end up with a "frozen" computer, even though with patience
  5798. # the test eventually succeeds (with a max line length of 256k).
  5799. # Instead, let's just punt: use the minimum linelength reported by
  5800. # all of the supported platforms: 8192 (on NT/2K/XP).
  5801. lt_cv_sys_max_cmd_len=8192;
  5802. ;;
  5803.  
  5804. amigaos*)
  5805. # On AmigaOS with pdksh, this test takes hours, literally.
  5806. # So we just punt and use a minimum line length of 8192.
  5807. lt_cv_sys_max_cmd_len=8192;
  5808. ;;
  5809.  
  5810. netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
  5811. # This has been around since 386BSD, at least. Likely further.
  5812. if test -x /sbin/sysctl; then
  5813. lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
  5814. elif test -x /usr/sbin/sysctl; then
  5815. lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
  5816. else
  5817. lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
  5818. fi
  5819. # And add a safety zone
  5820. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
  5821. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
  5822. ;;
  5823. osf*)
  5824. # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
  5825. # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
  5826. # nice to cause kernel panics so lets avoid the loop below.
  5827. # First set a reasonable default.
  5828. lt_cv_sys_max_cmd_len=16384
  5829. #
  5830. if test -x /sbin/sysconfig; then
  5831. case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
  5832. *1*) lt_cv_sys_max_cmd_len=-1 ;;
  5833. esac
  5834. fi
  5835. ;;
  5836. *)
  5837. # If test is not a shell built-in, we'll probably end up computing a
  5838. # maximum length that is only half of the actual maximum length, but
  5839. # we can't tell.
  5840. SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
  5841. while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
  5842. = "XX$teststring") >/dev/null 2>&1 &&
  5843. new_result=`expr "X$teststring" : ".*" 2>&1` &&
  5844. lt_cv_sys_max_cmd_len=$new_result &&
  5845. test $i != 17 # 1/2 MB should be enough
  5846. do
  5847. i=`expr $i + 1`
  5848. teststring=$teststring$teststring
  5849. done
  5850. teststring=
  5851. # Add a significant safety factor because C++ compilers can tack on massive
  5852. # amounts of additional arguments before passing them to the linker.
  5853. # It appears as though 1/2 is a usable value.
  5854. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
  5855. ;;
  5856. esac
  5857.  
  5858. fi
  5859.  
  5860. if test -n $lt_cv_sys_max_cmd_len ; then
  5861. echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
  5862. echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
  5863. else
  5864. echo "$as_me:$LINENO: result: none" >&5
  5865. echo "${ECHO_T}none" >&6
  5866. fi
  5867.  
  5868.  
  5869.  
  5870.  
  5871. # Check for command to grab the raw symbol name followed by C symbol from nm.
  5872. echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
  5873. echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
  5874. if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
  5875. echo $ECHO_N "(cached) $ECHO_C" >&6
  5876. else
  5877.  
  5878. # These are sane defaults that work on at least a few old systems.
  5879. # [They come from Ultrix. What could be older than Ultrix?!! ;)]
  5880.  
  5881. # Character class describing NM global symbol codes.
  5882. symcode='[BCDEGRST]'
  5883.  
  5884. # Regexp to match symbols that can be accessed directly from C.
  5885. sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
  5886.  
  5887. # Transform an extracted symbol line into a proper C declaration
  5888. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
  5889.  
  5890. # Transform an extracted symbol line into symbol name and symbol address
  5891. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
  5892.  
  5893. # Define system-specific variables.
  5894. case $host_os in
  5895. aix*)
  5896. symcode='[BCDT]'
  5897. ;;
  5898. cygwin* | mingw* | pw32*)
  5899. symcode='[ABCDGISTW]'
  5900. ;;
  5901. hpux*) # Its linker distinguishes data from code symbols
  5902. if test "$host_cpu" = ia64; then
  5903. symcode='[ABCDEGRST]'
  5904. fi
  5905. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
  5906. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
  5907. ;;
  5908. linux*)
  5909. if test "$host_cpu" = ia64; then
  5910. symcode='[ABCDGIRSTW]'
  5911. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
  5912. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
  5913. fi
  5914. ;;
  5915. irix* | nonstopux*)
  5916. symcode='[BCDEGRST]'
  5917. ;;
  5918. osf*)
  5919. symcode='[BCDEGQRST]'
  5920. ;;
  5921. solaris* | sysv5*)
  5922. symcode='[BDRT]'
  5923. ;;
  5924. sysv4)
  5925. symcode='[DFNSTU]'
  5926. ;;
  5927. esac
  5928.  
  5929. # Handle CRLF in mingw tool chain
  5930. opt_cr=
  5931. case $build_os in
  5932. mingw*)
  5933. opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
  5934. ;;
  5935. esac
  5936.  
  5937. # If we're using GNU nm, then use its standard symbol codes.
  5938. case `$NM -V 2>&1` in
  5939. *GNU* | *'with BFD'*)
  5940. symcode='[ABCDGIRSTW]' ;;
  5941. esac
  5942.  
  5943. # Try without a prefix undercore, then with it.
  5944. for ac_symprfx in "" "_"; do
  5945.  
  5946. # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
  5947. symxfrm="\\1 $ac_symprfx\\2 \\2"
  5948.  
  5949. # Write the raw and C identifiers.
  5950. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
  5951.  
  5952. # Check to see that the pipe works correctly.
  5953. pipe_works=no
  5954.  
  5955. rm -f conftest*
  5956. cat > conftest.$ac_ext <<EOF
  5957. #ifdef __cplusplus
  5958. extern "C" {
  5959. #endif
  5960. char nm_test_var;
  5961. void nm_test_func(){}
  5962. #ifdef __cplusplus
  5963. }
  5964. #endif
  5965. int main(){nm_test_var='a';nm_test_func();return(0);}
  5966. EOF
  5967.  
  5968. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  5969. (eval $ac_compile) 2>&5
  5970. ac_status=$?
  5971. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5972. (exit $ac_status); }; then
  5973. # Now try to grab the symbols.
  5974. nlist=conftest.nm
  5975. if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
  5976. (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
  5977. ac_status=$?
  5978. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5979. (exit $ac_status); } && test -s "$nlist"; then
  5980. # Try sorting and uniquifying the output.
  5981. if sort "$nlist" | uniq > "$nlist"T; then
  5982. mv -f "$nlist"T "$nlist"
  5983. else
  5984. rm -f "$nlist"T
  5985. fi
  5986.  
  5987. # Make sure that we snagged all the symbols we need.
  5988. if grep ' nm_test_var$' "$nlist" >/dev/null; then
  5989. if grep ' nm_test_func$' "$nlist" >/dev/null; then
  5990. cat <<EOF > conftest.$ac_ext
  5991. #ifdef __cplusplus
  5992. extern "C" {
  5993. #endif
  5994.  
  5995. EOF
  5996. # Now generate the symbol file.
  5997. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
  5998.  
  5999. cat <<EOF >> conftest.$ac_ext
  6000. #if defined (__STDC__) && __STDC__
  6001. # define lt_ptr_t void *
  6002. #else
  6003. # define lt_ptr_t char *
  6004. # define const
  6005. #endif
  6006.  
  6007. /* The mapping between symbol names and symbols. */
  6008. const struct {
  6009. const char *name;
  6010. lt_ptr_t address;
  6011. }
  6012. lt_preloaded_symbols[] =
  6013. {
  6014. EOF
  6015. $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
  6016. cat <<\EOF >> conftest.$ac_ext
  6017. {0, (lt_ptr_t) 0}
  6018. };
  6019.  
  6020. #ifdef __cplusplus
  6021. }
  6022. #endif
  6023. EOF
  6024. # Now try linking the two files.
  6025. mv conftest.$ac_objext conftstm.$ac_objext
  6026. lt_save_LIBS="$LIBS"
  6027. lt_save_CFLAGS="$CFLAGS"
  6028. LIBS="conftstm.$ac_objext"
  6029. CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
  6030. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  6031. (eval $ac_link) 2>&5
  6032. ac_status=$?
  6033. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6034. (exit $ac_status); } && test -s conftest${ac_exeext}; then
  6035. pipe_works=yes
  6036. fi
  6037. LIBS="$lt_save_LIBS"
  6038. CFLAGS="$lt_save_CFLAGS"
  6039. else
  6040. echo "cannot find nm_test_func in $nlist" >&5
  6041. fi
  6042. else
  6043. echo "cannot find nm_test_var in $nlist" >&5
  6044. fi
  6045. else
  6046. echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
  6047. fi
  6048. else
  6049. echo "$progname: failed program was:" >&5
  6050. cat conftest.$ac_ext >&5
  6051. fi
  6052. rm -f conftest* conftst*
  6053.  
  6054. # Do not use the global_symbol_pipe unless it works.
  6055. if test "$pipe_works" = yes; then
  6056. break
  6057. else
  6058. lt_cv_sys_global_symbol_pipe=
  6059. fi
  6060. done
  6061.  
  6062. fi
  6063.  
  6064. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  6065. lt_cv_sys_global_symbol_to_cdecl=
  6066. fi
  6067. if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
  6068. echo "$as_me:$LINENO: result: failed" >&5
  6069. echo "${ECHO_T}failed" >&6
  6070. else
  6071. echo "$as_me:$LINENO: result: ok" >&5
  6072. echo "${ECHO_T}ok" >&6
  6073. fi
  6074.  
  6075. echo "$as_me:$LINENO: checking for objdir" >&5
  6076. echo $ECHO_N "checking for objdir... $ECHO_C" >&6
  6077. if test "${lt_cv_objdir+set}" = set; then
  6078. echo $ECHO_N "(cached) $ECHO_C" >&6
  6079. else
  6080. rm -f .libs 2>/dev/null
  6081. mkdir .libs 2>/dev/null
  6082. if test -d .libs; then
  6083. lt_cv_objdir=.libs
  6084. else
  6085. # MS-DOS does not allow filenames that begin with a dot.
  6086. lt_cv_objdir=_libs
  6087. fi
  6088. rmdir .libs 2>/dev/null
  6089. fi
  6090. echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
  6091. echo "${ECHO_T}$lt_cv_objdir" >&6
  6092. objdir=$lt_cv_objdir
  6093.  
  6094.  
  6095.  
  6096.  
  6097.  
  6098. case $host_os in
  6099. aix3*)
  6100. # AIX sometimes has problems with the GCC collect2 program. For some
  6101. # reason, if we set the COLLECT_NAMES environment variable, the problems
  6102. # vanish in a puff of smoke.
  6103. if test "X${COLLECT_NAMES+set}" != Xset; then
  6104. COLLECT_NAMES=
  6105. export COLLECT_NAMES
  6106. fi
  6107. ;;
  6108. esac
  6109.  
  6110. # Sed substitution that helps us do robust quoting. It backslashifies
  6111. # metacharacters that are still active within double-quoted strings.
  6112. Xsed='sed -e 1s/^X//'
  6113. sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
  6114.  
  6115. # Same as above, but do not quote variable references.
  6116. double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
  6117.  
  6118. # Sed substitution to delay expansion of an escaped shell variable in a
  6119. # double_quote_subst'ed string.
  6120. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  6121.  
  6122. # Sed substitution to avoid accidental globbing in evaled expressions
  6123. no_glob_subst='s/\*/\\\*/g'
  6124.  
  6125. # Constants:
  6126. rm="rm -f"
  6127.  
  6128. # Global variables:
  6129. default_ofile=libtool
  6130. can_build_shared=yes
  6131.  
  6132. # All known linkers require a `.a' archive for static linking (except M$VC,
  6133. # which needs '.lib').
  6134. libext=a
  6135. ltmain="$ac_aux_dir/ltmain.sh"
  6136. ofile="$default_ofile"
  6137. with_gnu_ld="$lt_cv_prog_gnu_ld"
  6138.  
  6139. if test -n "$ac_tool_prefix"; then
  6140. # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  6141. set dummy ${ac_tool_prefix}ar; ac_word=$2
  6142. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6143. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6144. if test "${ac_cv_prog_AR+set}" = set; then
  6145. echo $ECHO_N "(cached) $ECHO_C" >&6
  6146. else
  6147. if test -n "$AR"; then
  6148. ac_cv_prog_AR="$AR" # Let the user override the test.
  6149. else
  6150. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6151. for as_dir in $PATH
  6152. do
  6153. IFS=$as_save_IFS
  6154. test -z "$as_dir" && as_dir=.
  6155. for ac_exec_ext in '' $ac_executable_extensions; do
  6156. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6157. ac_cv_prog_AR="${ac_tool_prefix}ar"
  6158. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6159. break 2
  6160. fi
  6161. done
  6162. done
  6163.  
  6164. fi
  6165. fi
  6166. AR=$ac_cv_prog_AR
  6167. if test -n "$AR"; then
  6168. echo "$as_me:$LINENO: result: $AR" >&5
  6169. echo "${ECHO_T}$AR" >&6
  6170. else
  6171. echo "$as_me:$LINENO: result: no" >&5
  6172. echo "${ECHO_T}no" >&6
  6173. fi
  6174.  
  6175. fi
  6176. if test -z "$ac_cv_prog_AR"; then
  6177. ac_ct_AR=$AR
  6178. # Extract the first word of "ar", so it can be a program name with args.
  6179. set dummy ar; ac_word=$2
  6180. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6181. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6182. if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
  6183. echo $ECHO_N "(cached) $ECHO_C" >&6
  6184. else
  6185. if test -n "$ac_ct_AR"; then
  6186. ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  6187. else
  6188. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6189. for as_dir in $PATH
  6190. do
  6191. IFS=$as_save_IFS
  6192. test -z "$as_dir" && as_dir=.
  6193. for ac_exec_ext in '' $ac_executable_extensions; do
  6194. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6195. ac_cv_prog_ac_ct_AR="ar"
  6196. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6197. break 2
  6198. fi
  6199. done
  6200. done
  6201.  
  6202. test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
  6203. fi
  6204. fi
  6205. ac_ct_AR=$ac_cv_prog_ac_ct_AR
  6206. if test -n "$ac_ct_AR"; then
  6207. echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
  6208. echo "${ECHO_T}$ac_ct_AR" >&6
  6209. else
  6210. echo "$as_me:$LINENO: result: no" >&5
  6211. echo "${ECHO_T}no" >&6
  6212. fi
  6213.  
  6214. AR=$ac_ct_AR
  6215. else
  6216. AR="$ac_cv_prog_AR"
  6217. fi
  6218.  
  6219. if test -n "$ac_tool_prefix"; then
  6220. # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  6221. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  6222. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6223. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6224. if test "${ac_cv_prog_RANLIB+set}" = set; then
  6225. echo $ECHO_N "(cached) $ECHO_C" >&6
  6226. else
  6227. if test -n "$RANLIB"; then
  6228. ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  6229. else
  6230. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6231. for as_dir in $PATH
  6232. do
  6233. IFS=$as_save_IFS
  6234. test -z "$as_dir" && as_dir=.
  6235. for ac_exec_ext in '' $ac_executable_extensions; do
  6236. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6237. ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  6238. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6239. break 2
  6240. fi
  6241. done
  6242. done
  6243.  
  6244. fi
  6245. fi
  6246. RANLIB=$ac_cv_prog_RANLIB
  6247. if test -n "$RANLIB"; then
  6248. echo "$as_me:$LINENO: result: $RANLIB" >&5
  6249. echo "${ECHO_T}$RANLIB" >&6
  6250. else
  6251. echo "$as_me:$LINENO: result: no" >&5
  6252. echo "${ECHO_T}no" >&6
  6253. fi
  6254.  
  6255. fi
  6256. if test -z "$ac_cv_prog_RANLIB"; then
  6257. ac_ct_RANLIB=$RANLIB
  6258. # Extract the first word of "ranlib", so it can be a program name with args.
  6259. set dummy ranlib; ac_word=$2
  6260. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6261. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6262. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  6263. echo $ECHO_N "(cached) $ECHO_C" >&6
  6264. else
  6265. if test -n "$ac_ct_RANLIB"; then
  6266. ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  6267. else
  6268. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6269. for as_dir in $PATH
  6270. do
  6271. IFS=$as_save_IFS
  6272. test -z "$as_dir" && as_dir=.
  6273. for ac_exec_ext in '' $ac_executable_extensions; do
  6274. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6275. ac_cv_prog_ac_ct_RANLIB="ranlib"
  6276. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6277. break 2
  6278. fi
  6279. done
  6280. done
  6281.  
  6282. test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  6283. fi
  6284. fi
  6285. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  6286. if test -n "$ac_ct_RANLIB"; then
  6287. echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  6288. echo "${ECHO_T}$ac_ct_RANLIB" >&6
  6289. else
  6290. echo "$as_me:$LINENO: result: no" >&5
  6291. echo "${ECHO_T}no" >&6
  6292. fi
  6293.  
  6294. RANLIB=$ac_ct_RANLIB
  6295. else
  6296. RANLIB="$ac_cv_prog_RANLIB"
  6297. fi
  6298.  
  6299. if test -n "$ac_tool_prefix"; then
  6300. # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  6301. set dummy ${ac_tool_prefix}strip; ac_word=$2
  6302. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6303. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6304. if test "${ac_cv_prog_STRIP+set}" = set; then
  6305. echo $ECHO_N "(cached) $ECHO_C" >&6
  6306. else
  6307. if test -n "$STRIP"; then
  6308. ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  6309. else
  6310. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6311. for as_dir in $PATH
  6312. do
  6313. IFS=$as_save_IFS
  6314. test -z "$as_dir" && as_dir=.
  6315. for ac_exec_ext in '' $ac_executable_extensions; do
  6316. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6317. ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  6318. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6319. break 2
  6320. fi
  6321. done
  6322. done
  6323.  
  6324. fi
  6325. fi
  6326. STRIP=$ac_cv_prog_STRIP
  6327. if test -n "$STRIP"; then
  6328. echo "$as_me:$LINENO: result: $STRIP" >&5
  6329. echo "${ECHO_T}$STRIP" >&6
  6330. else
  6331. echo "$as_me:$LINENO: result: no" >&5
  6332. echo "${ECHO_T}no" >&6
  6333. fi
  6334.  
  6335. fi
  6336. if test -z "$ac_cv_prog_STRIP"; then
  6337. ac_ct_STRIP=$STRIP
  6338. # Extract the first word of "strip", so it can be a program name with args.
  6339. set dummy strip; ac_word=$2
  6340. echo "$as_me:$LINENO: checking for $ac_word" >&5
  6341. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  6342. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  6343. echo $ECHO_N "(cached) $ECHO_C" >&6
  6344. else
  6345. if test -n "$ac_ct_STRIP"; then
  6346. ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  6347. else
  6348. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6349. for as_dir in $PATH
  6350. do
  6351. IFS=$as_save_IFS
  6352. test -z "$as_dir" && as_dir=.
  6353. for ac_exec_ext in '' $ac_executable_extensions; do
  6354. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  6355. ac_cv_prog_ac_ct_STRIP="strip"
  6356. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6357. break 2
  6358. fi
  6359. done
  6360. done
  6361.  
  6362. test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  6363. fi
  6364. fi
  6365. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  6366. if test -n "$ac_ct_STRIP"; then
  6367. echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  6368. echo "${ECHO_T}$ac_ct_STRIP" >&6
  6369. else
  6370. echo "$as_me:$LINENO: result: no" >&5
  6371. echo "${ECHO_T}no" >&6
  6372. fi
  6373.  
  6374. STRIP=$ac_ct_STRIP
  6375. else
  6376. STRIP="$ac_cv_prog_STRIP"
  6377. fi
  6378.  
  6379.  
  6380. old_CC="$CC"
  6381. old_CFLAGS="$CFLAGS"
  6382.  
  6383. # Set sane defaults for various variables
  6384. test -z "$AR" && AR=ar
  6385. test -z "$AR_FLAGS" && AR_FLAGS=cru
  6386. test -z "$AS" && AS=as
  6387. test -z "$CC" && CC=cc
  6388. test -z "$LTCC" && LTCC=$CC
  6389. test -z "$DLLTOOL" && DLLTOOL=dlltool
  6390. test -z "$LD" && LD=ld
  6391. test -z "$LN_S" && LN_S="ln -s"
  6392. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  6393. test -z "$NM" && NM=nm
  6394. test -z "$SED" && SED=sed
  6395. test -z "$OBJDUMP" && OBJDUMP=objdump
  6396. test -z "$RANLIB" && RANLIB=:
  6397. test -z "$STRIP" && STRIP=:
  6398. test -z "$ac_objext" && ac_objext=o
  6399.  
  6400. # Determine commands to create old-style static archives.
  6401. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
  6402. old_postinstall_cmds='chmod 644 $oldlib'
  6403. old_postuninstall_cmds=
  6404.  
  6405. if test -n "$RANLIB"; then
  6406. case $host_os in
  6407. openbsd*)
  6408. old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
  6409. ;;
  6410. *)
  6411. old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
  6412. ;;
  6413. esac
  6414. old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  6415. fi
  6416.  
  6417. for cc_temp in $compiler""; do
  6418. case $cc_temp in
  6419. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  6420. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  6421. \-*) ;;
  6422. *) break;;
  6423. esac
  6424. done
  6425. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  6426.  
  6427.  
  6428. # Only perform the check for file, if the check method requires it
  6429. case $deplibs_check_method in
  6430. file_magic*)
  6431. if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  6432. echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
  6433. echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
  6434. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  6435. echo $ECHO_N "(cached) $ECHO_C" >&6
  6436. else
  6437. case $MAGIC_CMD in
  6438. [\\/*] | ?:[\\/]*)
  6439. lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  6440. ;;
  6441. *)
  6442. lt_save_MAGIC_CMD="$MAGIC_CMD"
  6443. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  6444. ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
  6445. for ac_dir in $ac_dummy; do
  6446. IFS="$lt_save_ifs"
  6447. test -z "$ac_dir" && ac_dir=.
  6448. if test -f $ac_dir/${ac_tool_prefix}file; then
  6449. lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
  6450. if test -n "$file_magic_test_file"; then
  6451. case $deplibs_check_method in
  6452. "file_magic "*)
  6453. file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
  6454. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  6455. if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  6456. $EGREP "$file_magic_regex" > /dev/null; then
  6457. :
  6458. else
  6459. cat <<EOF 1>&2
  6460.  
  6461. *** Warning: the command libtool uses to detect shared libraries,
  6462. *** $file_magic_cmd, produces output that libtool cannot recognize.
  6463. *** The result is that libtool may fail to recognize shared libraries
  6464. *** as such. This will affect the creation of libtool libraries that
  6465. *** depend on shared libraries, but programs linked with such libtool
  6466. *** libraries will work regardless of this problem. Nevertheless, you
  6467. *** may want to report the problem to your system manager and/or to
  6468. *** bug-libtool@gnu.org
  6469.  
  6470. EOF
  6471. fi ;;
  6472. esac
  6473. fi
  6474. break
  6475. fi
  6476. done
  6477. IFS="$lt_save_ifs"
  6478. MAGIC_CMD="$lt_save_MAGIC_CMD"
  6479. ;;
  6480. esac
  6481. fi
  6482.  
  6483. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  6484. if test -n "$MAGIC_CMD"; then
  6485. echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  6486. echo "${ECHO_T}$MAGIC_CMD" >&6
  6487. else
  6488. echo "$as_me:$LINENO: result: no" >&5
  6489. echo "${ECHO_T}no" >&6
  6490. fi
  6491.  
  6492. if test -z "$lt_cv_path_MAGIC_CMD"; then
  6493. if test -n "$ac_tool_prefix"; then
  6494. echo "$as_me:$LINENO: checking for file" >&5
  6495. echo $ECHO_N "checking for file... $ECHO_C" >&6
  6496. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  6497. echo $ECHO_N "(cached) $ECHO_C" >&6
  6498. else
  6499. case $MAGIC_CMD in
  6500. [\\/*] | ?:[\\/]*)
  6501. lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  6502. ;;
  6503. *)
  6504. lt_save_MAGIC_CMD="$MAGIC_CMD"
  6505. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  6506. ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
  6507. for ac_dir in $ac_dummy; do
  6508. IFS="$lt_save_ifs"
  6509. test -z "$ac_dir" && ac_dir=.
  6510. if test -f $ac_dir/file; then
  6511. lt_cv_path_MAGIC_CMD="$ac_dir/file"
  6512. if test -n "$file_magic_test_file"; then
  6513. case $deplibs_check_method in
  6514. "file_magic "*)
  6515. file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
  6516. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  6517. if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  6518. $EGREP "$file_magic_regex" > /dev/null; then
  6519. :
  6520. else
  6521. cat <<EOF 1>&2
  6522.  
  6523. *** Warning: the command libtool uses to detect shared libraries,
  6524. *** $file_magic_cmd, produces output that libtool cannot recognize.
  6525. *** The result is that libtool may fail to recognize shared libraries
  6526. *** as such. This will affect the creation of libtool libraries that
  6527. *** depend on shared libraries, but programs linked with such libtool
  6528. *** libraries will work regardless of this problem. Nevertheless, you
  6529. *** may want to report the problem to your system manager and/or to
  6530. *** bug-libtool@gnu.org
  6531.  
  6532. EOF
  6533. fi ;;
  6534. esac
  6535. fi
  6536. break
  6537. fi
  6538. done
  6539. IFS="$lt_save_ifs"
  6540. MAGIC_CMD="$lt_save_MAGIC_CMD"
  6541. ;;
  6542. esac
  6543. fi
  6544.  
  6545. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  6546. if test -n "$MAGIC_CMD"; then
  6547. echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  6548. echo "${ECHO_T}$MAGIC_CMD" >&6
  6549. else
  6550. echo "$as_me:$LINENO: result: no" >&5
  6551. echo "${ECHO_T}no" >&6
  6552. fi
  6553.  
  6554. else
  6555. MAGIC_CMD=:
  6556. fi
  6557. fi
  6558.  
  6559. fi
  6560. ;;
  6561. esac
  6562.  
  6563. enable_dlopen=no
  6564. enable_win32_dll=no
  6565.  
  6566. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  6567. if test "${enable_libtool_lock+set}" = set; then
  6568. enableval="$enable_libtool_lock"
  6569.  
  6570. fi;
  6571. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  6572.  
  6573.  
  6574. # Check whether --with-pic or --without-pic was given.
  6575. if test "${with_pic+set}" = set; then
  6576. withval="$with_pic"
  6577. pic_mode="$withval"
  6578. else
  6579. pic_mode=default
  6580. fi;
  6581. test -z "$pic_mode" && pic_mode=default
  6582.  
  6583. # Use C for the default configuration in the libtool script
  6584. tagname=
  6585. lt_save_CC="$CC"
  6586. ac_ext=c
  6587. ac_cpp='$CPP $CPPFLAGS'
  6588. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  6589. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  6590. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  6591.  
  6592.  
  6593. # Source file extension for C test sources.
  6594. ac_ext=c
  6595.  
  6596. # Object file extension for compiled C test sources.
  6597. objext=o
  6598. objext=$objext
  6599.  
  6600. # Code to be used in simple compile tests
  6601. lt_simple_compile_test_code="int some_variable = 0;\n"
  6602.  
  6603. # Code to be used in simple link tests
  6604. lt_simple_link_test_code='int main(){return(0);}\n'
  6605.  
  6606.  
  6607. # If no C compiler was specified, use CC.
  6608. LTCC=${LTCC-"$CC"}
  6609.  
  6610. # Allow CC to be a program name with arguments.
  6611. compiler=$CC
  6612.  
  6613.  
  6614. # save warnings/boilerplate of simple test code
  6615. ac_outfile=conftest.$ac_objext
  6616. printf "$lt_simple_compile_test_code" >conftest.$ac_ext
  6617. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  6618. _lt_compiler_boilerplate=`cat conftest.err`
  6619. $rm conftest*
  6620.  
  6621. ac_outfile=conftest.$ac_objext
  6622. printf "$lt_simple_link_test_code" >conftest.$ac_ext
  6623. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  6624. _lt_linker_boilerplate=`cat conftest.err`
  6625. $rm conftest*
  6626.  
  6627.  
  6628. #
  6629. # Check for any special shared library compilation flags.
  6630. #
  6631. lt_prog_cc_shlib=
  6632. if test "$GCC" = no; then
  6633. case $host_os in
  6634. sco3.2v5*)
  6635. lt_prog_cc_shlib='-belf'
  6636. ;;
  6637. esac
  6638. fi
  6639. if test -n "$lt_prog_cc_shlib"; then
  6640. { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
  6641. echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
  6642. if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then :
  6643. else
  6644. { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
  6645. echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
  6646. lt_cv_prog_cc_can_build_shared=no
  6647. fi
  6648. fi
  6649.  
  6650.  
  6651. #
  6652. # Check to make sure the static flag actually works.
  6653. #
  6654. echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
  6655. echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
  6656. if test "${lt_prog_compiler_static_works+set}" = set; then
  6657. echo $ECHO_N "(cached) $ECHO_C" >&6
  6658. else
  6659. lt_prog_compiler_static_works=no
  6660. save_LDFLAGS="$LDFLAGS"
  6661. LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
  6662. printf "$lt_simple_link_test_code" > conftest.$ac_ext
  6663. if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  6664. # The compiler can only warn and ignore the option if not recognized
  6665. # So say no if there are warnings
  6666. if test -s conftest.err; then
  6667. # Append any errors to the config.log.
  6668. cat conftest.err 1>&5
  6669. $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
  6670. $SED '/^$/d' conftest.err >conftest.er2
  6671. if diff conftest.exp conftest.er2 >/dev/null; then
  6672. lt_prog_compiler_static_works=yes
  6673. fi
  6674. else
  6675. lt_prog_compiler_static_works=yes
  6676. fi
  6677. fi
  6678. $rm conftest*
  6679. LDFLAGS="$save_LDFLAGS"
  6680.  
  6681. fi
  6682. echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
  6683. echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
  6684.  
  6685. if test x"$lt_prog_compiler_static_works" = xyes; then
  6686. :
  6687. else
  6688. lt_prog_compiler_static=
  6689. fi
  6690.  
  6691.  
  6692.  
  6693.  
  6694. lt_prog_compiler_no_builtin_flag=
  6695.  
  6696. if test "$GCC" = yes; then
  6697. lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  6698.  
  6699.  
  6700. echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  6701. echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
  6702. if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
  6703. echo $ECHO_N "(cached) $ECHO_C" >&6
  6704. else
  6705. lt_cv_prog_compiler_rtti_exceptions=no
  6706. ac_outfile=conftest.$ac_objext
  6707. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  6708. lt_compiler_flag="-fno-rtti -fno-exceptions"
  6709. # Insert the option either (1) after the last *FLAGS variable, or
  6710. # (2) before a word containing "conftest.", or (3) at the end.
  6711. # Note that $ac_compile itself does not contain backslashes and begins
  6712. # with a dollar sign (not a hyphen), so the echo should work correctly.
  6713. # The option is referenced via a variable to avoid confusing sed.
  6714. lt_compile=`echo "$ac_compile" | $SED \
  6715. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  6716. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  6717. -e 's:$: $lt_compiler_flag:'`
  6718. (eval echo "\"\$as_me:6718: $lt_compile\"" >&5)
  6719. (eval "$lt_compile" 2>conftest.err)
  6720. ac_status=$?
  6721. cat conftest.err >&5
  6722. echo "$as_me:6722: \$? = $ac_status" >&5
  6723. if (exit $ac_status) && test -s "$ac_outfile"; then
  6724. # The compiler can only warn and ignore the option if not recognized
  6725. # So say no if there are warnings other than the usual output.
  6726. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  6727. $SED '/^$/d' conftest.err >conftest.er2
  6728. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  6729. lt_cv_prog_compiler_rtti_exceptions=yes
  6730. fi
  6731. fi
  6732. $rm conftest*
  6733.  
  6734. fi
  6735. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
  6736. echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
  6737.  
  6738. if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
  6739. lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
  6740. else
  6741. :
  6742. fi
  6743.  
  6744. fi
  6745.  
  6746. lt_prog_compiler_wl=
  6747. lt_prog_compiler_pic=
  6748. lt_prog_compiler_static=
  6749.  
  6750. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  6751. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  6752.  
  6753. if test "$GCC" = yes; then
  6754. lt_prog_compiler_wl='-Wl,'
  6755. lt_prog_compiler_static='-static'
  6756.  
  6757. case $host_os in
  6758. aix*)
  6759. # All AIX code is PIC.
  6760. if test "$host_cpu" = ia64; then
  6761. # AIX 5 now supports IA64 processor
  6762. lt_prog_compiler_static='-Bstatic'
  6763. fi
  6764. ;;
  6765.  
  6766. amigaos*)
  6767. # FIXME: we need at least 68020 code to build shared libraries, but
  6768. # adding the `-m68020' flag to GCC prevents building anything better,
  6769. # like `-m68040'.
  6770. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
  6771. ;;
  6772.  
  6773. beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  6774. # PIC is the default for these OSes.
  6775. ;;
  6776.  
  6777. mingw* | pw32* | os2*)
  6778. # This hack is so that the source file can tell whether it is being
  6779. # built for inclusion in a dll (and should export symbols for example).
  6780. lt_prog_compiler_pic='-DDLL_EXPORT'
  6781. ;;
  6782.  
  6783. darwin* | rhapsody*)
  6784. # PIC is the default on this platform
  6785. # Common symbols not allowed in MH_DYLIB files
  6786. lt_prog_compiler_pic='-fno-common'
  6787. ;;
  6788.  
  6789. msdosdjgpp*)
  6790. # Just because we use GCC doesn't mean we suddenly get shared libraries
  6791. # on systems that don't support them.
  6792. lt_prog_compiler_can_build_shared=no
  6793. enable_shared=no
  6794. ;;
  6795.  
  6796. sysv4*MP*)
  6797. if test -d /usr/nec; then
  6798. lt_prog_compiler_pic=-Kconform_pic
  6799. fi
  6800. ;;
  6801.  
  6802. hpux*)
  6803. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  6804. # not for PA HP-UX.
  6805. case "$host_cpu" in
  6806. hppa*64*|ia64*)
  6807. # +Z the default
  6808. ;;
  6809. *)
  6810. lt_prog_compiler_pic='-fPIC'
  6811. ;;
  6812. esac
  6813. ;;
  6814.  
  6815. *)
  6816. lt_prog_compiler_pic='-fPIC'
  6817. ;;
  6818. esac
  6819. else
  6820. # PORTME Check for flag to pass linker flags through the system compiler.
  6821. case $host_os in
  6822. aix*)
  6823. lt_prog_compiler_wl='-Wl,'
  6824. if test "$host_cpu" = ia64; then
  6825. # AIX 5 now supports IA64 processor
  6826. lt_prog_compiler_static='-Bstatic'
  6827. else
  6828. lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
  6829. fi
  6830. ;;
  6831. darwin*)
  6832. # PIC is the default on this platform
  6833. # Common symbols not allowed in MH_DYLIB files
  6834. case $cc_basename in
  6835. xlc*)
  6836. lt_prog_compiler_pic='-qnocommon'
  6837. lt_prog_compiler_wl='-Wl,'
  6838. ;;
  6839. esac
  6840. ;;
  6841.  
  6842. mingw* | pw32* | os2*)
  6843. # This hack is so that the source file can tell whether it is being
  6844. # built for inclusion in a dll (and should export symbols for example).
  6845. lt_prog_compiler_pic='-DDLL_EXPORT'
  6846. ;;
  6847.  
  6848. hpux9* | hpux10* | hpux11*)
  6849. lt_prog_compiler_wl='-Wl,'
  6850. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  6851. # not for PA HP-UX.
  6852. case "$host_cpu" in
  6853. hppa*64*|ia64*)
  6854. # +Z the default
  6855. ;;
  6856. *)
  6857. lt_prog_compiler_pic='+Z'
  6858. ;;
  6859. esac
  6860. # Is there a better lt_prog_compiler_static that works with the bundled CC?
  6861. lt_prog_compiler_static='${wl}-a ${wl}archive'
  6862. ;;
  6863.  
  6864. irix5* | irix6* | nonstopux*)
  6865. lt_prog_compiler_wl='-Wl,'
  6866. # PIC (with -KPIC) is the default.
  6867. lt_prog_compiler_static='-non_shared'
  6868. ;;
  6869.  
  6870. newsos6)
  6871. lt_prog_compiler_pic='-KPIC'
  6872. lt_prog_compiler_static='-Bstatic'
  6873. ;;
  6874.  
  6875. linux*)
  6876. case $cc_basename in
  6877. icc* | ecc*)
  6878. lt_prog_compiler_wl='-Wl,'
  6879. lt_prog_compiler_pic='-KPIC'
  6880. lt_prog_compiler_static='-static'
  6881. ;;
  6882. pgcc* | pgf77* | pgf90*)
  6883. # Portland Group compilers (*not* the Pentium gcc compiler,
  6884. # which looks to be a dead project)
  6885. lt_prog_compiler_wl='-Wl,'
  6886. lt_prog_compiler_pic='-fpic'
  6887. lt_prog_compiler_static='-static'
  6888. ;;
  6889. ccc*)
  6890. lt_prog_compiler_wl='-Wl,'
  6891. # All Alpha code is PIC.
  6892. lt_prog_compiler_static='-non_shared'
  6893. ;;
  6894. esac
  6895. ;;
  6896.  
  6897. osf3* | osf4* | osf5*)
  6898. lt_prog_compiler_wl='-Wl,'
  6899. # All OSF/1 code is PIC.
  6900. lt_prog_compiler_static='-non_shared'
  6901. ;;
  6902.  
  6903. sco3.2v5*)
  6904. lt_prog_compiler_pic='-Kpic'
  6905. lt_prog_compiler_static='-dn'
  6906. ;;
  6907.  
  6908. solaris*)
  6909. lt_prog_compiler_pic='-KPIC'
  6910. lt_prog_compiler_static='-Bstatic'
  6911. case $cc_basename in
  6912. f77* | f90* | f95*)
  6913. lt_prog_compiler_wl='-Qoption ld ';;
  6914. *)
  6915. lt_prog_compiler_wl='-Wl,';;
  6916. esac
  6917. ;;
  6918.  
  6919. sunos4*)
  6920. lt_prog_compiler_wl='-Qoption ld '
  6921. lt_prog_compiler_pic='-PIC'
  6922. lt_prog_compiler_static='-Bstatic'
  6923. ;;
  6924.  
  6925. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  6926. lt_prog_compiler_wl='-Wl,'
  6927. lt_prog_compiler_pic='-KPIC'
  6928. lt_prog_compiler_static='-Bstatic'
  6929. ;;
  6930.  
  6931. sysv4*MP*)
  6932. if test -d /usr/nec ;then
  6933. lt_prog_compiler_pic='-Kconform_pic'
  6934. lt_prog_compiler_static='-Bstatic'
  6935. fi
  6936. ;;
  6937.  
  6938. unicos*)
  6939. lt_prog_compiler_wl='-Wl,'
  6940. lt_prog_compiler_can_build_shared=no
  6941. ;;
  6942.  
  6943. uts4*)
  6944. lt_prog_compiler_pic='-pic'
  6945. lt_prog_compiler_static='-Bstatic'
  6946. ;;
  6947.  
  6948. *)
  6949. lt_prog_compiler_can_build_shared=no
  6950. ;;
  6951. esac
  6952. fi
  6953.  
  6954. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
  6955. echo "${ECHO_T}$lt_prog_compiler_pic" >&6
  6956.  
  6957. #
  6958. # Check to make sure the PIC flag actually works.
  6959. #
  6960. if test -n "$lt_prog_compiler_pic"; then
  6961.  
  6962. echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
  6963. echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
  6964. if test "${lt_prog_compiler_pic_works+set}" = set; then
  6965. echo $ECHO_N "(cached) $ECHO_C" >&6
  6966. else
  6967. lt_prog_compiler_pic_works=no
  6968. ac_outfile=conftest.$ac_objext
  6969. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  6970. lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
  6971. # Insert the option either (1) after the last *FLAGS variable, or
  6972. # (2) before a word containing "conftest.", or (3) at the end.
  6973. # Note that $ac_compile itself does not contain backslashes and begins
  6974. # with a dollar sign (not a hyphen), so the echo should work correctly.
  6975. # The option is referenced via a variable to avoid confusing sed.
  6976. lt_compile=`echo "$ac_compile" | $SED \
  6977. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  6978. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  6979. -e 's:$: $lt_compiler_flag:'`
  6980. (eval echo "\"\$as_me:6980: $lt_compile\"" >&5)
  6981. (eval "$lt_compile" 2>conftest.err)
  6982. ac_status=$?
  6983. cat conftest.err >&5
  6984. echo "$as_me:6984: \$? = $ac_status" >&5
  6985. if (exit $ac_status) && test -s "$ac_outfile"; then
  6986. # The compiler can only warn and ignore the option if not recognized
  6987. # So say no if there are warnings other than the usual output.
  6988. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  6989. $SED '/^$/d' conftest.err >conftest.er2
  6990. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  6991. lt_prog_compiler_pic_works=yes
  6992. fi
  6993. fi
  6994. $rm conftest*
  6995.  
  6996. fi
  6997. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
  6998. echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
  6999.  
  7000. if test x"$lt_prog_compiler_pic_works" = xyes; then
  7001. case $lt_prog_compiler_pic in
  7002. "" | " "*) ;;
  7003. *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
  7004. esac
  7005. else
  7006. lt_prog_compiler_pic=
  7007. lt_prog_compiler_can_build_shared=no
  7008. fi
  7009.  
  7010. fi
  7011. case "$host_os" in
  7012. # For platforms which do not support PIC, -DPIC is meaningless:
  7013. *djgpp*)
  7014. lt_prog_compiler_pic=
  7015. ;;
  7016. *)
  7017. lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
  7018. ;;
  7019. esac
  7020.  
  7021. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  7022. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  7023. if test "${lt_cv_prog_compiler_c_o+set}" = set; then
  7024. echo $ECHO_N "(cached) $ECHO_C" >&6
  7025. else
  7026. lt_cv_prog_compiler_c_o=no
  7027. $rm -r conftest 2>/dev/null
  7028. mkdir conftest
  7029. cd conftest
  7030. mkdir out
  7031. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  7032.  
  7033. lt_compiler_flag="-o out/conftest2.$ac_objext"
  7034. # Insert the option either (1) after the last *FLAGS variable, or
  7035. # (2) before a word containing "conftest.", or (3) at the end.
  7036. # Note that $ac_compile itself does not contain backslashes and begins
  7037. # with a dollar sign (not a hyphen), so the echo should work correctly.
  7038. lt_compile=`echo "$ac_compile" | $SED \
  7039. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  7040. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  7041. -e 's:$: $lt_compiler_flag:'`
  7042. (eval echo "\"\$as_me:7042: $lt_compile\"" >&5)
  7043. (eval "$lt_compile" 2>out/conftest.err)
  7044. ac_status=$?
  7045. cat out/conftest.err >&5
  7046. echo "$as_me:7046: \$? = $ac_status" >&5
  7047. if (exit $ac_status) && test -s out/conftest2.$ac_objext
  7048. then
  7049. # The compiler can only warn and ignore the option if not recognized
  7050. # So say no if there are warnings
  7051. $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
  7052. $SED '/^$/d' out/conftest.err >out/conftest.er2
  7053. if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  7054. lt_cv_prog_compiler_c_o=yes
  7055. fi
  7056. fi
  7057. chmod u+w .
  7058. $rm conftest*
  7059. # SGI C++ compiler will create directory out/ii_files/ for
  7060. # template instantiation
  7061. test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  7062. $rm out/* && rmdir out
  7063. cd ..
  7064. rmdir conftest
  7065. $rm conftest*
  7066.  
  7067. fi
  7068. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
  7069. echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
  7070.  
  7071.  
  7072. hard_links="nottested"
  7073. if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
  7074. # do not overwrite the value of need_locks provided by the user
  7075. echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  7076. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  7077. hard_links=yes
  7078. $rm conftest*
  7079. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  7080. touch conftest.a
  7081. ln conftest.a conftest.b 2>&5 || hard_links=no
  7082. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  7083. echo "$as_me:$LINENO: result: $hard_links" >&5
  7084. echo "${ECHO_T}$hard_links" >&6
  7085. if test "$hard_links" = no; then
  7086. { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
  7087. echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
  7088. need_locks=warn
  7089. fi
  7090. else
  7091. need_locks=no
  7092. fi
  7093.  
  7094. echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  7095. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
  7096.  
  7097. runpath_var=
  7098. allow_undefined_flag=
  7099. enable_shared_with_static_runtimes=no
  7100. archive_cmds=
  7101. archive_expsym_cmds=
  7102. old_archive_From_new_cmds=
  7103. old_archive_from_expsyms_cmds=
  7104. export_dynamic_flag_spec=
  7105. whole_archive_flag_spec=
  7106. thread_safe_flag_spec=
  7107. hardcode_libdir_flag_spec=
  7108. hardcode_libdir_flag_spec_ld=
  7109. hardcode_libdir_separator=
  7110. hardcode_direct=no
  7111. hardcode_minus_L=no
  7112. hardcode_shlibpath_var=unsupported
  7113. link_all_deplibs=unknown
  7114. hardcode_automatic=no
  7115. module_cmds=
  7116. module_expsym_cmds=
  7117. always_export_symbols=no
  7118. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  7119. # include_expsyms should be a list of space-separated symbols to be *always*
  7120. # included in the symbol list
  7121. include_expsyms=
  7122. # exclude_expsyms can be an extended regexp of symbols to exclude
  7123. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  7124. # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  7125. # as well as any symbol that contains `d'.
  7126. exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  7127. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  7128. # platforms (ab)use it in PIC code, but their linkers get confused if
  7129. # the symbol is explicitly referenced. Since portable code cannot
  7130. # rely on this symbol name, it's probably fine to never include it in
  7131. # preloaded symbol tables.
  7132. extract_expsyms_cmds=
  7133. # Just being paranoid about ensuring that cc_basename is set.
  7134. for cc_temp in $compiler""; do
  7135. case $cc_temp in
  7136. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  7137. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  7138. \-*) ;;
  7139. *) break;;
  7140. esac
  7141. done
  7142. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  7143.  
  7144. case $host_os in
  7145. cygwin* | mingw* | pw32*)
  7146. # FIXME: the MSVC++ port hasn't been tested in a loooong time
  7147. # When not using gcc, we currently assume that we are using
  7148. # Microsoft Visual C++.
  7149. if test "$GCC" != yes; then
  7150. with_gnu_ld=no
  7151. fi
  7152. ;;
  7153. openbsd*)
  7154. with_gnu_ld=no
  7155. ;;
  7156. esac
  7157.  
  7158. ld_shlibs=yes
  7159. if test "$with_gnu_ld" = yes; then
  7160. # If archive_cmds runs LD, not CC, wlarc should be empty
  7161. wlarc='${wl}'
  7162.  
  7163. # Set some defaults for GNU ld with shared library support. These
  7164. # are reset later if shared libraries are not supported. Putting them
  7165. # here allows them to be overridden if necessary.
  7166. runpath_var=LD_RUN_PATH
  7167. hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  7168. export_dynamic_flag_spec='${wl}--export-dynamic'
  7169. # ancient GNU ld didn't support --whole-archive et. al.
  7170. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
  7171. whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  7172. else
  7173. whole_archive_flag_spec=
  7174. fi
  7175. supports_anon_versioning=no
  7176. case `$LD -v 2>/dev/null` in
  7177. *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
  7178. *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
  7179. *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  7180. *\ 2.11.*) ;; # other 2.11 versions
  7181. *) supports_anon_versioning=yes ;;
  7182. esac
  7183.  
  7184. # See if GNU ld supports shared libraries.
  7185. case $host_os in
  7186. aix3* | aix4* | aix5*)
  7187. # On AIX/PPC, the GNU linker is very broken
  7188. if test "$host_cpu" != ia64; then
  7189. ld_shlibs=no
  7190. cat <<EOF 1>&2
  7191.  
  7192. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  7193. *** to be unable to reliably create shared libraries on AIX.
  7194. *** Therefore, libtool is disabling shared libraries support. If you
  7195. *** really care for shared libraries, you may want to modify your PATH
  7196. *** so that a non-GNU linker is found, and then restart.
  7197.  
  7198. EOF
  7199. fi
  7200. ;;
  7201.  
  7202. amigaos*)
  7203. archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  7204. hardcode_libdir_flag_spec='-L$libdir'
  7205. hardcode_minus_L=yes
  7206.  
  7207. # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  7208. # that the semantics of dynamic libraries on AmigaOS, at least up
  7209. # to version 4, is to share data among multiple programs linked
  7210. # with the same dynamic library. Since this doesn't match the
  7211. # behavior of shared libraries on other platforms, we can't use
  7212. # them.
  7213. ld_shlibs=no
  7214. ;;
  7215.  
  7216. beos*)
  7217. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  7218. allow_undefined_flag=unsupported
  7219. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  7220. # support --undefined. This deserves some investigation. FIXME
  7221. archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  7222. else
  7223. ld_shlibs=no
  7224. fi
  7225. ;;
  7226.  
  7227. cygwin* | mingw* | pw32*)
  7228. # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
  7229. # as there is no search path for DLLs.
  7230. hardcode_libdir_flag_spec='-L$libdir'
  7231. allow_undefined_flag=unsupported
  7232. always_export_symbols=no
  7233. enable_shared_with_static_runtimes=yes
  7234. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
  7235.  
  7236. if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  7237. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  7238. # If the export-symbols file already is a .def file (1st line
  7239. # is EXPORTS), use it as is; otherwise, prepend...
  7240. archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  7241. cp $export_symbols $output_objdir/$soname.def;
  7242. else
  7243. echo EXPORTS > $output_objdir/$soname.def;
  7244. cat $export_symbols >> $output_objdir/$soname.def;
  7245. fi~
  7246. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  7247. else
  7248. ld_shlibs=no
  7249. fi
  7250. ;;
  7251.  
  7252. linux*)
  7253. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  7254. tmp_addflag=
  7255. case $cc_basename,$host_cpu in
  7256. pgcc*) # Portland Group C compiler
  7257. whole_archive_flag_spec='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  7258. tmp_addflag=' $pic_flag'
  7259. ;;
  7260. pgf77* | pgf90* ) # Portland Group f77 and f90 compilers
  7261. whole_archive_flag_spec='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  7262. tmp_addflag=' $pic_flag -Mnomain' ;;
  7263. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  7264. tmp_addflag=' -i_dynamic' ;;
  7265. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  7266. tmp_addflag=' -i_dynamic -nofor_main' ;;
  7267. ifc* | ifort*) # Intel Fortran compiler
  7268. tmp_addflag=' -nofor_main' ;;
  7269. esac
  7270. archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  7271.  
  7272. if test $supports_anon_versioning = yes; then
  7273. archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
  7274. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  7275. $echo "local: *; };" >> $output_objdir/$libname.ver~
  7276. $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  7277. fi
  7278. else
  7279. ld_shlibs=no
  7280. fi
  7281. ;;
  7282.  
  7283. netbsd*)
  7284. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  7285. archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  7286. wlarc=
  7287. else
  7288. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  7289. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  7290. fi
  7291. ;;
  7292.  
  7293. solaris* | sysv5*)
  7294. if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
  7295. ld_shlibs=no
  7296. cat <<EOF 1>&2
  7297.  
  7298. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  7299. *** create shared libraries on Solaris systems. Therefore, libtool
  7300. *** is disabling shared libraries support. We urge you to upgrade GNU
  7301. *** binutils to release 2.9.1 or newer. Another option is to modify
  7302. *** your PATH or compiler configuration so that the native linker is
  7303. *** used, and then restart.
  7304.  
  7305. EOF
  7306. elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  7307. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  7308. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  7309. else
  7310. ld_shlibs=no
  7311. fi
  7312. ;;
  7313.  
  7314. sunos4*)
  7315. archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  7316. wlarc=
  7317. hardcode_direct=yes
  7318. hardcode_shlibpath_var=no
  7319. ;;
  7320.  
  7321. *)
  7322. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  7323. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  7324. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  7325. else
  7326. ld_shlibs=no
  7327. fi
  7328. ;;
  7329. esac
  7330.  
  7331. if test "$ld_shlibs" = no; then
  7332. runpath_var=
  7333. hardcode_libdir_flag_spec=
  7334. export_dynamic_flag_spec=
  7335. whole_archive_flag_spec=
  7336. fi
  7337. else
  7338. # PORTME fill in a description of your system's linker (not GNU ld)
  7339. case $host_os in
  7340. aix3*)
  7341. allow_undefined_flag=unsupported
  7342. always_export_symbols=yes
  7343. archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  7344. # Note: this linker hardcodes the directories in LIBPATH if there
  7345. # are no directories specified by -L.
  7346. hardcode_minus_L=yes
  7347. if test "$GCC" = yes && test -z "$link_static_flag"; then
  7348. # Neither direct hardcoding nor static linking is supported with a
  7349. # broken collect2.
  7350. hardcode_direct=unsupported
  7351. fi
  7352. ;;
  7353.  
  7354. aix4* | aix5*)
  7355. if test "$host_cpu" = ia64; then
  7356. # On IA64, the linker does run time linking by default, so we don't
  7357. # have to do anything special.
  7358. aix_use_runtimelinking=no
  7359. exp_sym_flag='-Bexport'
  7360. no_entry_flag=""
  7361. else
  7362. # If we're using GNU nm, then we don't want the "-C" option.
  7363. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  7364. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  7365. export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  7366. else
  7367. export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  7368. fi
  7369. aix_use_runtimelinking=no
  7370.  
  7371. # Test if we are trying to use run time linking or normal
  7372. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  7373. # need to do runtime linking.
  7374. case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  7375. for ld_flag in $LDFLAGS; do
  7376. if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  7377. aix_use_runtimelinking=yes
  7378. break
  7379. fi
  7380. done
  7381. esac
  7382.  
  7383. exp_sym_flag='-bexport'
  7384. no_entry_flag='-bnoentry'
  7385. fi
  7386.  
  7387. # When large executables or shared objects are built, AIX ld can
  7388. # have problems creating the table of contents. If linking a library
  7389. # or program results in "error TOC overflow" add -mminimal-toc to
  7390. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  7391. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  7392.  
  7393. archive_cmds=''
  7394. hardcode_direct=yes
  7395. hardcode_libdir_separator=':'
  7396. link_all_deplibs=yes
  7397.  
  7398. if test "$GCC" = yes; then
  7399. case $host_os in aix4.[012]|aix4.[012].*)
  7400. # We only want to do this on AIX 4.2 and lower, the check
  7401. # below for broken collect2 doesn't work under 4.3+
  7402. collect2name=`${CC} -print-prog-name=collect2`
  7403. if test -f "$collect2name" && \
  7404. strings "$collect2name" | grep resolve_lib_name >/dev/null
  7405. then
  7406. # We have reworked collect2
  7407. hardcode_direct=yes
  7408. else
  7409. # We have old collect2
  7410. hardcode_direct=unsupported
  7411. # It fails to find uninstalled libraries when the uninstalled
  7412. # path is not listed in the libpath. Setting hardcode_minus_L
  7413. # to unsupported forces relinking
  7414. hardcode_minus_L=yes
  7415. hardcode_libdir_flag_spec='-L$libdir'
  7416. hardcode_libdir_separator=
  7417. fi
  7418. esac
  7419. shared_flag='-shared'
  7420. if test "$aix_use_runtimelinking" = yes; then
  7421. shared_flag="$shared_flag "'${wl}-G'
  7422. fi
  7423. else
  7424. # not using gcc
  7425. if test "$host_cpu" = ia64; then
  7426. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  7427. # chokes on -Wl,-G. The following line is correct:
  7428. shared_flag='-G'
  7429. else
  7430. if test "$aix_use_runtimelinking" = yes; then
  7431. shared_flag='${wl}-G'
  7432. else
  7433. shared_flag='${wl}-bM:SRE'
  7434. fi
  7435. fi
  7436. fi
  7437.  
  7438. # It seems that -bexpall does not export symbols beginning with
  7439. # underscore (_), so it is better to generate a list of symbols to export.
  7440. always_export_symbols=yes
  7441. if test "$aix_use_runtimelinking" = yes; then
  7442. # Warning - without using the other runtime loading flags (-brtl),
  7443. # -berok will link without error, but may produce a broken library.
  7444. allow_undefined_flag='-berok'
  7445. # Determine the default libpath from the value encoded in an empty executable.
  7446. cat >conftest.$ac_ext <<_ACEOF
  7447. /* confdefs.h. */
  7448. _ACEOF
  7449. cat confdefs.h >>conftest.$ac_ext
  7450. cat >>conftest.$ac_ext <<_ACEOF
  7451. /* end confdefs.h. */
  7452.  
  7453. int
  7454. main ()
  7455. {
  7456.  
  7457. ;
  7458. return 0;
  7459. }
  7460. _ACEOF
  7461. rm -f conftest.$ac_objext conftest$ac_exeext
  7462. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  7463. (eval $ac_link) 2>conftest.er1
  7464. ac_status=$?
  7465. grep -v '^ *+' conftest.er1 >conftest.err
  7466. rm -f conftest.er1
  7467. cat conftest.err >&5
  7468. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7469. (exit $ac_status); } &&
  7470. { ac_try='test -z "$ac_c_werror_flag"
  7471. || test ! -s conftest.err'
  7472. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7473. (eval $ac_try) 2>&5
  7474. ac_status=$?
  7475. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7476. (exit $ac_status); }; } &&
  7477. { ac_try='test -s conftest$ac_exeext'
  7478. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7479. (eval $ac_try) 2>&5
  7480. ac_status=$?
  7481. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7482. (exit $ac_status); }; }; then
  7483.  
  7484. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  7485. }'`
  7486. # Check for a 64-bit object if we didn't find anything.
  7487. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  7488. }'`; fi
  7489. else
  7490. echo "$as_me: failed program was:" >&5
  7491. sed 's/^/| /' conftest.$ac_ext >&5
  7492.  
  7493. fi
  7494. rm -f conftest.err conftest.$ac_objext \
  7495. conftest$ac_exeext conftest.$ac_ext
  7496. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  7497.  
  7498. hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  7499. archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  7500. else
  7501. if test "$host_cpu" = ia64; then
  7502. hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
  7503. allow_undefined_flag="-z nodefs"
  7504. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
  7505. else
  7506. # Determine the default libpath from the value encoded in an empty executable.
  7507. cat >conftest.$ac_ext <<_ACEOF
  7508. /* confdefs.h. */
  7509. _ACEOF
  7510. cat confdefs.h >>conftest.$ac_ext
  7511. cat >>conftest.$ac_ext <<_ACEOF
  7512. /* end confdefs.h. */
  7513.  
  7514. int
  7515. main ()
  7516. {
  7517.  
  7518. ;
  7519. return 0;
  7520. }
  7521. _ACEOF
  7522. rm -f conftest.$ac_objext conftest$ac_exeext
  7523. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  7524. (eval $ac_link) 2>conftest.er1
  7525. ac_status=$?
  7526. grep -v '^ *+' conftest.er1 >conftest.err
  7527. rm -f conftest.er1
  7528. cat conftest.err >&5
  7529. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7530. (exit $ac_status); } &&
  7531. { ac_try='test -z "$ac_c_werror_flag"
  7532. || test ! -s conftest.err'
  7533. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7534. (eval $ac_try) 2>&5
  7535. ac_status=$?
  7536. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7537. (exit $ac_status); }; } &&
  7538. { ac_try='test -s conftest$ac_exeext'
  7539. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  7540. (eval $ac_try) 2>&5
  7541. ac_status=$?
  7542. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7543. (exit $ac_status); }; }; then
  7544.  
  7545. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  7546. }'`
  7547. # Check for a 64-bit object if we didn't find anything.
  7548. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  7549. }'`; fi
  7550. else
  7551. echo "$as_me: failed program was:" >&5
  7552. sed 's/^/| /' conftest.$ac_ext >&5
  7553.  
  7554. fi
  7555. rm -f conftest.err conftest.$ac_objext \
  7556. conftest$ac_exeext conftest.$ac_ext
  7557. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  7558.  
  7559. hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  7560. # Warning - without using the other run time loading flags,
  7561. # -berok will link without error, but may produce a broken library.
  7562. no_undefined_flag=' ${wl}-bernotok'
  7563. allow_undefined_flag=' ${wl}-berok'
  7564. # -bexpall does not export symbols beginning with underscore (_)
  7565. always_export_symbols=yes
  7566. # Exported symbols can be pulled into shared objects from archives
  7567. whole_archive_flag_spec=' '
  7568. archive_cmds_need_lc=yes
  7569. # This is similar to how AIX traditionally builds it's shared libraries.
  7570. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  7571. fi
  7572. fi
  7573. ;;
  7574.  
  7575. amigaos*)
  7576. archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  7577. hardcode_libdir_flag_spec='-L$libdir'
  7578. hardcode_minus_L=yes
  7579. # see comment about different semantics on the GNU ld section
  7580. ld_shlibs=no
  7581. ;;
  7582.  
  7583. bsdi[45]*)
  7584. export_dynamic_flag_spec=-rdynamic
  7585. ;;
  7586.  
  7587. cygwin* | mingw* | pw32*)
  7588. # When not using gcc, we currently assume that we are using
  7589. # Microsoft Visual C++.
  7590. # hardcode_libdir_flag_spec is actually meaningless, as there is
  7591. # no search path for DLLs.
  7592. hardcode_libdir_flag_spec=' '
  7593. allow_undefined_flag=unsupported
  7594. # Tell ltmain to make .lib files, not .a files.
  7595. libext=lib
  7596. # Tell ltmain to make .dll files, not .so files.
  7597. shrext_cmds=".dll"
  7598. # FIXME: Setting linknames here is a bad hack.
  7599. archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
  7600. # The linker will automatically build a .lib file if we build a DLL.
  7601. old_archive_From_new_cmds='true'
  7602. # FIXME: Should let the user specify the lib program.
  7603. old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
  7604. fix_srcfile_path='`cygpath -w "$srcfile"`'
  7605. enable_shared_with_static_runtimes=yes
  7606. ;;
  7607.  
  7608. darwin* | rhapsody*)
  7609. case "$host_os" in
  7610. rhapsody* | darwin1.[012])
  7611. allow_undefined_flag='${wl}-undefined ${wl}suppress'
  7612. ;;
  7613. *) # Darwin 1.3 on
  7614. if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  7615. allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  7616. else
  7617. case ${MACOSX_DEPLOYMENT_TARGET} in
  7618. 10.[012])
  7619. allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  7620. ;;
  7621. 10.*)
  7622. allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
  7623. ;;
  7624. esac
  7625. fi
  7626. ;;
  7627. esac
  7628. archive_cmds_need_lc=no
  7629. hardcode_direct=no
  7630. hardcode_automatic=yes
  7631. hardcode_shlibpath_var=unsupported
  7632. whole_archive_flag_spec=''
  7633. link_all_deplibs=yes
  7634. if test "$GCC" = yes ; then
  7635. output_verbose_link_cmd='echo'
  7636. archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  7637. module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  7638. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  7639. archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  7640. module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  7641. else
  7642. case $cc_basename in
  7643. xlc*)
  7644. output_verbose_link_cmd='echo'
  7645. archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
  7646. module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  7647. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  7648. archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  7649. module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  7650. ;;
  7651. *)
  7652. ld_shlibs=no
  7653. ;;
  7654. esac
  7655. fi
  7656. ;;
  7657.  
  7658. dgux*)
  7659. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7660. hardcode_libdir_flag_spec='-L$libdir'
  7661. hardcode_shlibpath_var=no
  7662. ;;
  7663.  
  7664. freebsd1*)
  7665. ld_shlibs=no
  7666. ;;
  7667.  
  7668. # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  7669. # support. Future versions do this automatically, but an explicit c++rt0.o
  7670. # does not break anything, and helps significantly (at the cost of a little
  7671. # extra space).
  7672. freebsd2.2*)
  7673. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  7674. hardcode_libdir_flag_spec='-R$libdir'
  7675. hardcode_direct=yes
  7676. hardcode_shlibpath_var=no
  7677. ;;
  7678.  
  7679. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  7680. freebsd2*)
  7681. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  7682. hardcode_direct=yes
  7683. hardcode_minus_L=yes
  7684. hardcode_shlibpath_var=no
  7685. ;;
  7686.  
  7687. # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  7688. freebsd* | kfreebsd*-gnu | dragonfly*)
  7689. archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  7690. hardcode_libdir_flag_spec='-R$libdir'
  7691. hardcode_direct=yes
  7692. hardcode_shlibpath_var=no
  7693. ;;
  7694.  
  7695. hpux9*)
  7696. if test "$GCC" = yes; then
  7697. archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  7698. else
  7699. archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  7700. fi
  7701. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  7702. hardcode_libdir_separator=:
  7703. hardcode_direct=yes
  7704.  
  7705. # hardcode_minus_L: Not really in the search PATH,
  7706. # but as the default location of the library.
  7707. hardcode_minus_L=yes
  7708. export_dynamic_flag_spec='${wl}-E'
  7709. ;;
  7710.  
  7711. hpux10* | hpux11*)
  7712. if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  7713. case "$host_cpu" in
  7714. hppa*64*|ia64*)
  7715. archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  7716. ;;
  7717. *)
  7718. archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  7719. ;;
  7720. esac
  7721. else
  7722. case "$host_cpu" in
  7723. hppa*64*|ia64*)
  7724. archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
  7725. ;;
  7726. *)
  7727. archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  7728. ;;
  7729. esac
  7730. fi
  7731. if test "$with_gnu_ld" = no; then
  7732. case "$host_cpu" in
  7733. hppa*64*)
  7734. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  7735. hardcode_libdir_flag_spec_ld='+b $libdir'
  7736. hardcode_libdir_separator=:
  7737. hardcode_direct=no
  7738. hardcode_shlibpath_var=no
  7739. ;;
  7740. ia64*)
  7741. hardcode_libdir_flag_spec='-L$libdir'
  7742. hardcode_direct=no
  7743. hardcode_shlibpath_var=no
  7744.  
  7745. # hardcode_minus_L: Not really in the search PATH,
  7746. # but as the default location of the library.
  7747. hardcode_minus_L=yes
  7748. ;;
  7749. *)
  7750. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  7751. hardcode_libdir_separator=:
  7752. hardcode_direct=yes
  7753. export_dynamic_flag_spec='${wl}-E'
  7754.  
  7755. # hardcode_minus_L: Not really in the search PATH,
  7756. # but as the default location of the library.
  7757. hardcode_minus_L=yes
  7758. ;;
  7759. esac
  7760. fi
  7761. ;;
  7762.  
  7763. irix5* | irix6* | nonstopux*)
  7764. if test "$GCC" = yes; then
  7765. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  7766. else
  7767. archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  7768. hardcode_libdir_flag_spec_ld='-rpath $libdir'
  7769. fi
  7770. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7771. hardcode_libdir_separator=:
  7772. link_all_deplibs=yes
  7773. ;;
  7774.  
  7775. netbsd*)
  7776. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  7777. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
  7778. else
  7779. archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
  7780. fi
  7781. hardcode_libdir_flag_spec='-R$libdir'
  7782. hardcode_direct=yes
  7783. hardcode_shlibpath_var=no
  7784. ;;
  7785.  
  7786. newsos6)
  7787. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7788. hardcode_direct=yes
  7789. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7790. hardcode_libdir_separator=:
  7791. hardcode_shlibpath_var=no
  7792. ;;
  7793.  
  7794. openbsd*)
  7795. hardcode_direct=yes
  7796. hardcode_shlibpath_var=no
  7797. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  7798. archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  7799. archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  7800. hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  7801. export_dynamic_flag_spec='${wl}-E'
  7802. else
  7803. case $host_os in
  7804. openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  7805. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  7806. hardcode_libdir_flag_spec='-R$libdir'
  7807. ;;
  7808. *)
  7809. archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  7810. hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  7811. ;;
  7812. esac
  7813. fi
  7814. ;;
  7815.  
  7816. os2*)
  7817. hardcode_libdir_flag_spec='-L$libdir'
  7818. hardcode_minus_L=yes
  7819. allow_undefined_flag=unsupported
  7820. archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  7821. old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  7822. ;;
  7823.  
  7824. osf3*)
  7825. if test "$GCC" = yes; then
  7826. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
  7827. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  7828. else
  7829. allow_undefined_flag=' -expect_unresolved \*'
  7830. archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  7831. fi
  7832. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7833. hardcode_libdir_separator=:
  7834. ;;
  7835.  
  7836. osf4* | osf5*) # as osf3* with the addition of -msym flag
  7837. if test "$GCC" = yes; then
  7838. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
  7839. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  7840. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  7841. else
  7842. allow_undefined_flag=' -expect_unresolved \*'
  7843. archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  7844. archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  7845. $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
  7846.  
  7847. # Both c and cxx compiler support -rpath directly
  7848. hardcode_libdir_flag_spec='-rpath $libdir'
  7849. fi
  7850. hardcode_libdir_separator=:
  7851. ;;
  7852.  
  7853. sco3.2v5*)
  7854. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7855. hardcode_shlibpath_var=no
  7856. export_dynamic_flag_spec='${wl}-Bexport'
  7857. runpath_var=LD_RUN_PATH
  7858. hardcode_runpath_var=yes
  7859. ;;
  7860.  
  7861. solaris*)
  7862. no_undefined_flag=' -z text'
  7863. if test "$GCC" = yes; then
  7864. wlarc='${wl}'
  7865. archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  7866. archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  7867. $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
  7868. else
  7869. wlarc=''
  7870. archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7871. archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  7872. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  7873. fi
  7874. hardcode_libdir_flag_spec='-R$libdir'
  7875. hardcode_shlibpath_var=no
  7876. case $host_os in
  7877. solaris2.[0-5] | solaris2.[0-5].*) ;;
  7878. *)
  7879. # The compiler driver will combine linker options so we
  7880. # cannot just pass the convience library names through
  7881. # without $wl, iff we do not link with $LD.
  7882. # Luckily, gcc supports the same syntax we need for Sun Studio.
  7883. # Supported since Solaris 2.6 (maybe 2.5.1?)
  7884. case $wlarc in
  7885. '')
  7886. whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  7887. *)
  7888. whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
  7889. esac ;;
  7890. esac
  7891. link_all_deplibs=yes
  7892. ;;
  7893.  
  7894. sunos4*)
  7895. if test "x$host_vendor" = xsequent; then
  7896. # Use $CC to link under sequent, because it throws in some extra .o
  7897. # files that make .init and .fini sections work.
  7898. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  7899. else
  7900. archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  7901. fi
  7902. hardcode_libdir_flag_spec='-L$libdir'
  7903. hardcode_direct=yes
  7904. hardcode_minus_L=yes
  7905. hardcode_shlibpath_var=no
  7906. ;;
  7907.  
  7908. sysv4)
  7909. case $host_vendor in
  7910. sni)
  7911. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7912. hardcode_direct=yes # is this really true???
  7913. ;;
  7914. siemens)
  7915. ## LD is ld it makes a PLAMLIB
  7916. ## CC just makes a GrossModule.
  7917. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  7918. reload_cmds='$CC -r -o $output$reload_objs'
  7919. hardcode_direct=no
  7920. ;;
  7921. motorola)
  7922. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7923. hardcode_direct=no #Motorola manual says yes, but my tests say they lie
  7924. ;;
  7925. esac
  7926. runpath_var='LD_RUN_PATH'
  7927. hardcode_shlibpath_var=no
  7928. ;;
  7929.  
  7930. sysv4.3*)
  7931. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7932. hardcode_shlibpath_var=no
  7933. export_dynamic_flag_spec='-Bexport'
  7934. ;;
  7935.  
  7936. sysv4*MP*)
  7937. if test -d /usr/nec; then
  7938. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7939. hardcode_shlibpath_var=no
  7940. runpath_var=LD_RUN_PATH
  7941. hardcode_runpath_var=yes
  7942. ld_shlibs=yes
  7943. fi
  7944. ;;
  7945.  
  7946. sysv4.2uw2*)
  7947. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  7948. hardcode_direct=yes
  7949. hardcode_minus_L=no
  7950. hardcode_shlibpath_var=no
  7951. hardcode_runpath_var=yes
  7952. runpath_var=LD_RUN_PATH
  7953. ;;
  7954.  
  7955. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
  7956. no_undefined_flag='${wl}-z ${wl}text'
  7957. if test "$GCC" = yes; then
  7958. archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  7959. else
  7960. archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  7961. fi
  7962. runpath_var='LD_RUN_PATH'
  7963. hardcode_shlibpath_var=no
  7964. ;;
  7965.  
  7966. sysv5*)
  7967. no_undefined_flag=' -z text'
  7968. # $CC -shared without GNU ld will not create a library from C++
  7969. # object files and a static libstdc++, better avoid it by now
  7970. archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7971. archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  7972. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  7973. hardcode_libdir_flag_spec=
  7974. hardcode_shlibpath_var=no
  7975. runpath_var='LD_RUN_PATH'
  7976. ;;
  7977.  
  7978. uts4*)
  7979. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  7980. hardcode_libdir_flag_spec='-L$libdir'
  7981. hardcode_shlibpath_var=no
  7982. ;;
  7983.  
  7984. *)
  7985. ld_shlibs=no
  7986. ;;
  7987. esac
  7988. fi
  7989.  
  7990. echo "$as_me:$LINENO: result: $ld_shlibs" >&5
  7991. echo "${ECHO_T}$ld_shlibs" >&6
  7992. test "$ld_shlibs" = no && can_build_shared=no
  7993.  
  7994. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  7995. if test "$GCC" = yes; then
  7996. variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  7997. fi
  7998.  
  7999. #
  8000. # Do we need to explicitly link libc?
  8001. #
  8002. case "x$archive_cmds_need_lc" in
  8003. x|xyes)
  8004. # Assume -lc should be added
  8005. archive_cmds_need_lc=yes
  8006.  
  8007. if test "$enable_shared" = yes && test "$GCC" = yes; then
  8008. case $archive_cmds in
  8009. *'~'*)
  8010. # FIXME: we may have to deal with multi-command sequences.
  8011. ;;
  8012. '$CC '*)
  8013. # Test whether the compiler implicitly links with -lc since on some
  8014. # systems, -lgcc has to come before -lc. If gcc already passes -lc
  8015. # to ld, don't add -lc before -lgcc.
  8016. echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  8017. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  8018. $rm conftest*
  8019. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  8020.  
  8021. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  8022. (eval $ac_compile) 2>&5
  8023. ac_status=$?
  8024. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8025. (exit $ac_status); } 2>conftest.err; then
  8026. soname=conftest
  8027. lib=conftest
  8028. libobjs=conftest.$ac_objext
  8029. deplibs=
  8030. wl=$lt_prog_compiler_wl
  8031. compiler_flags=-v
  8032. linker_flags=-v
  8033. verstring=
  8034. output_objdir=.
  8035. libname=conftest
  8036. lt_save_allow_undefined_flag=$allow_undefined_flag
  8037. allow_undefined_flag=
  8038. if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
  8039. (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
  8040. ac_status=$?
  8041. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8042. (exit $ac_status); }
  8043. then
  8044. archive_cmds_need_lc=no
  8045. else
  8046. archive_cmds_need_lc=yes
  8047. fi
  8048. allow_undefined_flag=$lt_save_allow_undefined_flag
  8049. else
  8050. cat conftest.err 1>&5
  8051. fi
  8052. $rm conftest*
  8053. echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
  8054. echo "${ECHO_T}$archive_cmds_need_lc" >&6
  8055. ;;
  8056. esac
  8057. fi
  8058. ;;
  8059. esac
  8060.  
  8061. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  8062. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  8063. library_names_spec=
  8064. libname_spec='lib$name'
  8065. soname_spec=
  8066. shrext_cmds=".so"
  8067. postinstall_cmds=
  8068. postuninstall_cmds=
  8069. finish_cmds=
  8070. finish_eval=
  8071. shlibpath_var=
  8072. shlibpath_overrides_runpath=unknown
  8073. version_type=none
  8074. dynamic_linker="$host_os ld.so"
  8075. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  8076. if test "$GCC" = yes; then
  8077. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  8078. if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
  8079. # if the path contains ";" then we assume it to be the separator
  8080. # otherwise default to the standard path separator (i.e. ":") - it is
  8081. # assumed that no part of a normal pathname contains ";" but that should
  8082. # okay in the real world where ";" in dirpaths is itself problematic.
  8083. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  8084. else
  8085. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  8086. fi
  8087. else
  8088. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  8089. fi
  8090. need_lib_prefix=unknown
  8091. hardcode_into_libs=no
  8092.  
  8093. # when you set need_version to no, make sure it does not cause -set_version
  8094. # flags to be left without arguments
  8095. need_version=unknown
  8096.  
  8097. case $host_os in
  8098. aix3*)
  8099. version_type=linux
  8100. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  8101. shlibpath_var=LIBPATH
  8102.  
  8103. # AIX 3 has no versioning support, so we append a major version to the name.
  8104. soname_spec='${libname}${release}${shared_ext}$major'
  8105. ;;
  8106.  
  8107. aix4* | aix5*)
  8108. version_type=linux
  8109. need_lib_prefix=no
  8110. need_version=no
  8111. hardcode_into_libs=yes
  8112. if test "$host_cpu" = ia64; then
  8113. # AIX 5 supports IA64
  8114. library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  8115. shlibpath_var=LD_LIBRARY_PATH
  8116. else
  8117. # With GCC up to 2.95.x, collect2 would create an import file
  8118. # for dependence libraries. The import file would start with
  8119. # the line `#! .'. This would cause the generated library to
  8120. # depend on `.', always an invalid library. This was fixed in
  8121. # development snapshots of GCC prior to 3.0.
  8122. case $host_os in
  8123. aix4 | aix4.[01] | aix4.[01].*)
  8124. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  8125. echo ' yes '
  8126. echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  8127. :
  8128. else
  8129. can_build_shared=no
  8130. fi
  8131. ;;
  8132. esac
  8133. # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  8134. # soname into executable. Probably we can add versioning support to
  8135. # collect2, so additional links can be useful in future.
  8136. if test "$aix_use_runtimelinking" = yes; then
  8137. # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  8138. # instead of lib<name>.a to let people know that these are not
  8139. # typical AIX shared libraries.
  8140. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8141. else
  8142. # We preserve .a as extension for shared libraries through AIX4.2
  8143. # and later when we are not doing run time linking.
  8144. library_names_spec='${libname}${release}.a $libname.a'
  8145. soname_spec='${libname}${release}${shared_ext}$major'
  8146. fi
  8147. shlibpath_var=LIBPATH
  8148. fi
  8149. ;;
  8150.  
  8151. amigaos*)
  8152. library_names_spec='$libname.ixlibrary $libname.a'
  8153. # Create ${libname}_ixlibrary.a entries in /sys/libs.
  8154. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  8155. ;;
  8156.  
  8157. beos*)
  8158. library_names_spec='${libname}${shared_ext}'
  8159. dynamic_linker="$host_os ld.so"
  8160. shlibpath_var=LIBRARY_PATH
  8161. ;;
  8162.  
  8163. bsdi[45]*)
  8164. version_type=linux
  8165. need_version=no
  8166. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8167. soname_spec='${libname}${release}${shared_ext}$major'
  8168. finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  8169. shlibpath_var=LD_LIBRARY_PATH
  8170. sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  8171. sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  8172. # the default ld.so.conf also contains /usr/contrib/lib and
  8173. # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  8174. # libtool to hard-code these into programs
  8175. ;;
  8176.  
  8177. cygwin* | mingw* | pw32*)
  8178. version_type=windows
  8179. shrext_cmds=".dll"
  8180. need_version=no
  8181. need_lib_prefix=no
  8182.  
  8183. case $GCC,$host_os in
  8184. yes,cygwin* | yes,mingw* | yes,pw32*)
  8185. library_names_spec='$libname.dll.a'
  8186. # DLL is installed to $(libdir)/../bin by postinstall_cmds
  8187. postinstall_cmds='base_file=`basename \${file}`~
  8188. dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
  8189. dldir=$destdir/`dirname \$dlpath`~
  8190. test -d \$dldir || mkdir -p \$dldir~
  8191. $install_prog $dir/$dlname \$dldir/$dlname'
  8192. postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  8193. dlpath=$dir/\$dldll~
  8194. $rm \$dlpath'
  8195. shlibpath_overrides_runpath=yes
  8196.  
  8197. case $host_os in
  8198. cygwin*)
  8199. # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  8200. soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  8201. sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  8202. ;;
  8203. mingw*)
  8204. # MinGW DLLs use traditional 'lib' prefix
  8205. soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  8206. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  8207. if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
  8208. # It is most probably a Windows format PATH printed by
  8209. # mingw gcc, but we are running on Cygwin. Gcc prints its search
  8210. # path with ; separators, and with drive letters. We can handle the
  8211. # drive letters (cygwin fileutils understands them), so leave them,
  8212. # especially as we might pass files found there to a mingw objdump,
  8213. # which wouldn't understand a cygwinified path. Ahh.
  8214. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  8215. else
  8216. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  8217. fi
  8218. ;;
  8219. pw32*)
  8220. # pw32 DLLs use 'pw' prefix rather than 'lib'
  8221. library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  8222. ;;
  8223. esac
  8224. ;;
  8225.  
  8226. *)
  8227. library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  8228. ;;
  8229. esac
  8230. dynamic_linker='Win32 ld.exe'
  8231. # FIXME: first we should search . and the directory the executable is in
  8232. shlibpath_var=PATH
  8233. ;;
  8234.  
  8235. darwin* | rhapsody*)
  8236. dynamic_linker="$host_os dyld"
  8237. version_type=darwin
  8238. need_lib_prefix=no
  8239. need_version=no
  8240. library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  8241. soname_spec='${libname}${release}${major}$shared_ext'
  8242. shlibpath_overrides_runpath=yes
  8243. shlibpath_var=DYLD_LIBRARY_PATH
  8244. shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
  8245. # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
  8246. if test "$GCC" = yes; then
  8247. sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
  8248. else
  8249. sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  8250. fi
  8251. sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  8252. ;;
  8253.  
  8254. dgux*)
  8255. version_type=linux
  8256. need_lib_prefix=no
  8257. need_version=no
  8258. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  8259. soname_spec='${libname}${release}${shared_ext}$major'
  8260. shlibpath_var=LD_LIBRARY_PATH
  8261. ;;
  8262.  
  8263. freebsd1*)
  8264. dynamic_linker=no
  8265. ;;
  8266.  
  8267. kfreebsd*-gnu)
  8268. version_type=linux
  8269. need_lib_prefix=no
  8270. need_version=no
  8271. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  8272. soname_spec='${libname}${release}${shared_ext}$major'
  8273. shlibpath_var=LD_LIBRARY_PATH
  8274. shlibpath_overrides_runpath=no
  8275. hardcode_into_libs=yes
  8276. dynamic_linker='GNU ld.so'
  8277. ;;
  8278.  
  8279. freebsd* | dragonfly*)
  8280. # DragonFly does not have aout. When/if they implement a new
  8281. # versioning mechanism, adjust this.
  8282. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  8283. version_type=freebsd-$objformat
  8284. case $version_type in
  8285. freebsd-elf*)
  8286. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  8287. need_version=no
  8288. need_lib_prefix=no
  8289. ;;
  8290. freebsd-*)
  8291. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  8292. need_version=yes
  8293. ;;
  8294. esac
  8295. shlibpath_var=LD_LIBRARY_PATH
  8296. case $host_os in
  8297. freebsd2*)
  8298. shlibpath_overrides_runpath=yes
  8299. ;;
  8300. freebsd3.[01]* | freebsdelf3.[01]*)
  8301. shlibpath_overrides_runpath=yes
  8302. hardcode_into_libs=yes
  8303. ;;
  8304. *) # from 3.2 on
  8305. shlibpath_overrides_runpath=no
  8306. hardcode_into_libs=yes
  8307. ;;
  8308. esac
  8309. ;;
  8310.  
  8311. gnu*)
  8312. version_type=linux
  8313. need_lib_prefix=no
  8314. need_version=no
  8315. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  8316. soname_spec='${libname}${release}${shared_ext}$major'
  8317. shlibpath_var=LD_LIBRARY_PATH
  8318. hardcode_into_libs=yes
  8319. ;;
  8320.  
  8321. hpux9* | hpux10* | hpux11*)
  8322. # Give a soname corresponding to the major version so that dld.sl refuses to
  8323. # link against other versions.
  8324. version_type=sunos
  8325. need_lib_prefix=no
  8326. need_version=no
  8327. case "$host_cpu" in
  8328. ia64*)
  8329. shrext_cmds='.so'
  8330. hardcode_into_libs=yes
  8331. dynamic_linker="$host_os dld.so"
  8332. shlibpath_var=LD_LIBRARY_PATH
  8333. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  8334. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8335. soname_spec='${libname}${release}${shared_ext}$major'
  8336. if test "X$HPUX_IA64_MODE" = X32; then
  8337. sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  8338. else
  8339. sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  8340. fi
  8341. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  8342. ;;
  8343. hppa*64*)
  8344. shrext_cmds='.sl'
  8345. hardcode_into_libs=yes
  8346. dynamic_linker="$host_os dld.sl"
  8347. shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  8348. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  8349. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8350. soname_spec='${libname}${release}${shared_ext}$major'
  8351. sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  8352. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  8353. ;;
  8354. *)
  8355. shrext_cmds='.sl'
  8356. dynamic_linker="$host_os dld.sl"
  8357. shlibpath_var=SHLIB_PATH
  8358. shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  8359. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8360. soname_spec='${libname}${release}${shared_ext}$major'
  8361. ;;
  8362. esac
  8363. # HP-UX runs *really* slowly unless shared libraries are mode 555.
  8364. postinstall_cmds='chmod 555 $lib'
  8365. ;;
  8366.  
  8367. irix5* | irix6* | nonstopux*)
  8368. case $host_os in
  8369. nonstopux*) version_type=nonstopux ;;
  8370. *)
  8371. if test "$lt_cv_prog_gnu_ld" = yes; then
  8372. version_type=linux
  8373. else
  8374. version_type=irix
  8375. fi ;;
  8376. esac
  8377. need_lib_prefix=no
  8378. need_version=no
  8379. soname_spec='${libname}${release}${shared_ext}$major'
  8380. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  8381. case $host_os in
  8382. irix5* | nonstopux*)
  8383. libsuff= shlibsuff=
  8384. ;;
  8385. *)
  8386. case $LD in # libtool.m4 will add one of these switches to LD
  8387. *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  8388. libsuff= shlibsuff= libmagic=32-bit;;
  8389. *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  8390. libsuff=32 shlibsuff=N32 libmagic=N32;;
  8391. *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  8392. libsuff=64 shlibsuff=64 libmagic=64-bit;;
  8393. *) libsuff= shlibsuff= libmagic=never-match;;
  8394. esac
  8395. ;;
  8396. esac
  8397. shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  8398. shlibpath_overrides_runpath=no
  8399. sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  8400. sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  8401. hardcode_into_libs=yes
  8402. ;;
  8403.  
  8404. # No shared lib support for Linux oldld, aout, or coff.
  8405. linux*oldld* | linux*aout* | linux*coff*)
  8406. dynamic_linker=no
  8407. ;;
  8408.  
  8409. # This must be Linux ELF.
  8410. linux*)
  8411. version_type=linux
  8412. need_lib_prefix=no
  8413. need_version=no
  8414. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8415. soname_spec='${libname}${release}${shared_ext}$major'
  8416. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  8417. shlibpath_var=LD_LIBRARY_PATH
  8418. shlibpath_overrides_runpath=no
  8419. # This implies no fast_install, which is unacceptable.
  8420. # Some rework will be needed to allow for fast_install
  8421. # before this can be enabled.
  8422. hardcode_into_libs=yes
  8423.  
  8424. # Append ld.so.conf contents to the search path
  8425. if test -f /etc/ld.so.conf; then
  8426. lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
  8427. sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  8428. fi
  8429.  
  8430. # We used to test for /lib/ld.so.1 and disable shared libraries on
  8431. # powerpc, because MkLinux only supported shared libraries with the
  8432. # GNU dynamic linker. Since this was broken with cross compilers,
  8433. # most powerpc-linux boxes support dynamic linking these days and
  8434. # people can always --disable-shared, the test was removed, and we
  8435. # assume the GNU/Linux dynamic linker is in use.
  8436. dynamic_linker='GNU/Linux ld.so'
  8437. ;;
  8438.  
  8439. knetbsd*-gnu)
  8440. version_type=linux
  8441. need_lib_prefix=no
  8442. need_version=no
  8443. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  8444. soname_spec='${libname}${release}${shared_ext}$major'
  8445. shlibpath_var=LD_LIBRARY_PATH
  8446. shlibpath_overrides_runpath=no
  8447. hardcode_into_libs=yes
  8448. dynamic_linker='GNU ld.so'
  8449. ;;
  8450.  
  8451. netbsd*)
  8452. version_type=sunos
  8453. need_lib_prefix=no
  8454. need_version=no
  8455. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  8456. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  8457. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  8458. dynamic_linker='NetBSD (a.out) ld.so'
  8459. else
  8460. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  8461. soname_spec='${libname}${release}${shared_ext}$major'
  8462. dynamic_linker='NetBSD ld.elf_so'
  8463. fi
  8464. shlibpath_var=LD_LIBRARY_PATH
  8465. shlibpath_overrides_runpath=yes
  8466. hardcode_into_libs=yes
  8467. ;;
  8468.  
  8469. newsos6)
  8470. version_type=linux
  8471. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8472. shlibpath_var=LD_LIBRARY_PATH
  8473. shlibpath_overrides_runpath=yes
  8474. ;;
  8475.  
  8476. nto-qnx*)
  8477. version_type=linux
  8478. need_lib_prefix=no
  8479. need_version=no
  8480. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8481. soname_spec='${libname}${release}${shared_ext}$major'
  8482. shlibpath_var=LD_LIBRARY_PATH
  8483. shlibpath_overrides_runpath=yes
  8484. ;;
  8485.  
  8486. openbsd*)
  8487. version_type=sunos
  8488. need_lib_prefix=no
  8489. # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  8490. case $host_os in
  8491. openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  8492. *) need_version=no ;;
  8493. esac
  8494. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  8495. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  8496. shlibpath_var=LD_LIBRARY_PATH
  8497. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  8498. case $host_os in
  8499. openbsd2.[89] | openbsd2.[89].*)
  8500. shlibpath_overrides_runpath=no
  8501. ;;
  8502. *)
  8503. shlibpath_overrides_runpath=yes
  8504. ;;
  8505. esac
  8506. else
  8507. shlibpath_overrides_runpath=yes
  8508. fi
  8509. ;;
  8510.  
  8511. os2*)
  8512. libname_spec='$name'
  8513. shrext_cmds=".dll"
  8514. need_lib_prefix=no
  8515. library_names_spec='$libname${shared_ext} $libname.a'
  8516. dynamic_linker='OS/2 ld.exe'
  8517. shlibpath_var=LIBPATH
  8518. ;;
  8519.  
  8520. osf3* | osf4* | osf5*)
  8521. version_type=osf
  8522. need_lib_prefix=no
  8523. need_version=no
  8524. soname_spec='${libname}${release}${shared_ext}$major'
  8525. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8526. shlibpath_var=LD_LIBRARY_PATH
  8527. sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  8528. sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  8529. ;;
  8530.  
  8531. sco3.2v5*)
  8532. version_type=osf
  8533. soname_spec='${libname}${release}${shared_ext}$major'
  8534. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8535. shlibpath_var=LD_LIBRARY_PATH
  8536. ;;
  8537.  
  8538. solaris*)
  8539. version_type=linux
  8540. need_lib_prefix=no
  8541. need_version=no
  8542. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8543. soname_spec='${libname}${release}${shared_ext}$major'
  8544. shlibpath_var=LD_LIBRARY_PATH
  8545. shlibpath_overrides_runpath=yes
  8546. hardcode_into_libs=yes
  8547. # ldd complains unless libraries are executable
  8548. postinstall_cmds='chmod +x $lib'
  8549. ;;
  8550.  
  8551. sunos4*)
  8552. version_type=sunos
  8553. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  8554. finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  8555. shlibpath_var=LD_LIBRARY_PATH
  8556. shlibpath_overrides_runpath=yes
  8557. if test "$with_gnu_ld" = yes; then
  8558. need_lib_prefix=no
  8559. fi
  8560. need_version=yes
  8561. ;;
  8562.  
  8563. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  8564. version_type=linux
  8565. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8566. soname_spec='${libname}${release}${shared_ext}$major'
  8567. shlibpath_var=LD_LIBRARY_PATH
  8568. case $host_vendor in
  8569. sni)
  8570. shlibpath_overrides_runpath=no
  8571. need_lib_prefix=no
  8572. export_dynamic_flag_spec='${wl}-Blargedynsym'
  8573. runpath_var=LD_RUN_PATH
  8574. ;;
  8575. siemens)
  8576. need_lib_prefix=no
  8577. ;;
  8578. motorola)
  8579. need_lib_prefix=no
  8580. need_version=no
  8581. shlibpath_overrides_runpath=no
  8582. sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  8583. ;;
  8584. esac
  8585. ;;
  8586.  
  8587. sysv4*MP*)
  8588. if test -d /usr/nec ;then
  8589. version_type=linux
  8590. library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  8591. soname_spec='$libname${shared_ext}.$major'
  8592. shlibpath_var=LD_LIBRARY_PATH
  8593. fi
  8594. ;;
  8595.  
  8596. uts4*)
  8597. version_type=linux
  8598. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  8599. soname_spec='${libname}${release}${shared_ext}$major'
  8600. shlibpath_var=LD_LIBRARY_PATH
  8601. ;;
  8602.  
  8603. *)
  8604. dynamic_linker=no
  8605. ;;
  8606. esac
  8607. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  8608. echo "${ECHO_T}$dynamic_linker" >&6
  8609. test "$dynamic_linker" = no && can_build_shared=no
  8610.  
  8611. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  8612. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  8613. hardcode_action=
  8614. if test -n "$hardcode_libdir_flag_spec" || \
  8615. test -n "$runpath_var" || \
  8616. test "X$hardcode_automatic" = "Xyes" ; then
  8617.  
  8618. # We can hardcode non-existant directories.
  8619. if test "$hardcode_direct" != no &&
  8620. # If the only mechanism to avoid hardcoding is shlibpath_var, we
  8621. # have to relink, otherwise we might link with an installed library
  8622. # when we should be linking with a yet-to-be-installed one
  8623. ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
  8624. test "$hardcode_minus_L" != no; then
  8625. # Linking always hardcodes the temporary library directory.
  8626. hardcode_action=relink
  8627. else
  8628. # We can link without hardcoding, and we can hardcode nonexisting dirs.
  8629. hardcode_action=immediate
  8630. fi
  8631. else
  8632. # We cannot hardcode anything, or else we can only hardcode existing
  8633. # directories.
  8634. hardcode_action=unsupported
  8635. fi
  8636. echo "$as_me:$LINENO: result: $hardcode_action" >&5
  8637. echo "${ECHO_T}$hardcode_action" >&6
  8638.  
  8639. if test "$hardcode_action" = relink; then
  8640. # Fast installation is not supported
  8641. enable_fast_install=no
  8642. elif test "$shlibpath_overrides_runpath" = yes ||
  8643. test "$enable_shared" = no; then
  8644. # Fast installation is not necessary
  8645. enable_fast_install=needless
  8646. fi
  8647.  
  8648. striplib=
  8649. old_striplib=
  8650. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  8651. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  8652. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  8653. test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  8654. test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  8655. echo "$as_me:$LINENO: result: yes" >&5
  8656. echo "${ECHO_T}yes" >&6
  8657. else
  8658. # FIXME - insert some real tests, host_os isn't really good enough
  8659. case $host_os in
  8660. darwin*)
  8661. if test -n "$STRIP" ; then
  8662. striplib="$STRIP -x"
  8663. echo "$as_me:$LINENO: result: yes" >&5
  8664. echo "${ECHO_T}yes" >&6
  8665. else
  8666. echo "$as_me:$LINENO: result: no" >&5
  8667. echo "${ECHO_T}no" >&6
  8668. fi
  8669. ;;
  8670. *)
  8671. echo "$as_me:$LINENO: result: no" >&5
  8672. echo "${ECHO_T}no" >&6
  8673. ;;
  8674. esac
  8675. fi
  8676.  
  8677. if test "x$enable_dlopen" != xyes; then
  8678. enable_dlopen=unknown
  8679. enable_dlopen_self=unknown
  8680. enable_dlopen_self_static=unknown
  8681. else
  8682. lt_cv_dlopen=no
  8683. lt_cv_dlopen_libs=
  8684.  
  8685. case $host_os in
  8686. beos*)
  8687. lt_cv_dlopen="load_add_on"
  8688. lt_cv_dlopen_libs=
  8689. lt_cv_dlopen_self=yes
  8690. ;;
  8691.  
  8692. mingw* | pw32*)
  8693. lt_cv_dlopen="LoadLibrary"
  8694. lt_cv_dlopen_libs=
  8695. ;;
  8696.  
  8697. cygwin*)
  8698. lt_cv_dlopen="dlopen"
  8699. lt_cv_dlopen_libs=
  8700. ;;
  8701.  
  8702. darwin*)
  8703. # if libdl is installed we need to link against it
  8704. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  8705. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  8706. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  8707. echo $ECHO_N "(cached) $ECHO_C" >&6
  8708. else
  8709. ac_check_lib_save_LIBS=$LIBS
  8710. LIBS="-ldl $LIBS"
  8711. cat >conftest.$ac_ext <<_ACEOF
  8712. /* confdefs.h. */
  8713. _ACEOF
  8714. cat confdefs.h >>conftest.$ac_ext
  8715. cat >>conftest.$ac_ext <<_ACEOF
  8716. /* end confdefs.h. */
  8717.  
  8718. /* Override any gcc2 internal prototype to avoid an error. */
  8719. #ifdef __cplusplus
  8720. extern "C"
  8721. #endif
  8722. /* We use char because int might match the return type of a gcc2
  8723. builtin and then its argument prototype would still apply. */
  8724. char dlopen ();
  8725. int
  8726. main ()
  8727. {
  8728. dlopen ();
  8729. ;
  8730. return 0;
  8731. }
  8732. _ACEOF
  8733. rm -f conftest.$ac_objext conftest$ac_exeext
  8734. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8735. (eval $ac_link) 2>conftest.er1
  8736. ac_status=$?
  8737. grep -v '^ *+' conftest.er1 >conftest.err
  8738. rm -f conftest.er1
  8739. cat conftest.err >&5
  8740. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8741. (exit $ac_status); } &&
  8742. { ac_try='test -z "$ac_c_werror_flag"
  8743. || test ! -s conftest.err'
  8744. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8745. (eval $ac_try) 2>&5
  8746. ac_status=$?
  8747. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8748. (exit $ac_status); }; } &&
  8749. { ac_try='test -s conftest$ac_exeext'
  8750. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8751. (eval $ac_try) 2>&5
  8752. ac_status=$?
  8753. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8754. (exit $ac_status); }; }; then
  8755. ac_cv_lib_dl_dlopen=yes
  8756. else
  8757. echo "$as_me: failed program was:" >&5
  8758. sed 's/^/| /' conftest.$ac_ext >&5
  8759.  
  8760. ac_cv_lib_dl_dlopen=no
  8761. fi
  8762. rm -f conftest.err conftest.$ac_objext \
  8763. conftest$ac_exeext conftest.$ac_ext
  8764. LIBS=$ac_check_lib_save_LIBS
  8765. fi
  8766. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  8767. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  8768. if test $ac_cv_lib_dl_dlopen = yes; then
  8769. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  8770. else
  8771.  
  8772. lt_cv_dlopen="dyld"
  8773. lt_cv_dlopen_libs=
  8774. lt_cv_dlopen_self=yes
  8775.  
  8776. fi
  8777.  
  8778. ;;
  8779.  
  8780. *)
  8781. echo "$as_me:$LINENO: checking for shl_load" >&5
  8782. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
  8783. if test "${ac_cv_func_shl_load+set}" = set; then
  8784. echo $ECHO_N "(cached) $ECHO_C" >&6
  8785. else
  8786. cat >conftest.$ac_ext <<_ACEOF
  8787. /* confdefs.h. */
  8788. _ACEOF
  8789. cat confdefs.h >>conftest.$ac_ext
  8790. cat >>conftest.$ac_ext <<_ACEOF
  8791. /* end confdefs.h. */
  8792. /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  8793. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8794. #define shl_load innocuous_shl_load
  8795.  
  8796. /* System header to define __stub macros and hopefully few prototypes,
  8797. which can conflict with char shl_load (); below.
  8798. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8799. <limits.h> exists even on freestanding compilers. */
  8800.  
  8801. #ifdef __STDC__
  8802. # include <limits.h>
  8803. #else
  8804. # include <assert.h>
  8805. #endif
  8806.  
  8807. #undef shl_load
  8808.  
  8809. /* Override any gcc2 internal prototype to avoid an error. */
  8810. #ifdef __cplusplus
  8811. extern "C"
  8812. {
  8813. #endif
  8814. /* We use char because int might match the return type of a gcc2
  8815. builtin and then its argument prototype would still apply. */
  8816. char shl_load ();
  8817. /* The GNU C library defines this for functions which it implements
  8818. to always fail with ENOSYS. Some functions are actually named
  8819. something starting with __ and the normal name is an alias. */
  8820. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  8821. choke me
  8822. #else
  8823. char (*f) () = shl_load;
  8824. #endif
  8825. #ifdef __cplusplus
  8826. }
  8827. #endif
  8828.  
  8829. int
  8830. main ()
  8831. {
  8832. return f != shl_load;
  8833. ;
  8834. return 0;
  8835. }
  8836. _ACEOF
  8837. rm -f conftest.$ac_objext conftest$ac_exeext
  8838. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8839. (eval $ac_link) 2>conftest.er1
  8840. ac_status=$?
  8841. grep -v '^ *+' conftest.er1 >conftest.err
  8842. rm -f conftest.er1
  8843. cat conftest.err >&5
  8844. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8845. (exit $ac_status); } &&
  8846. { ac_try='test -z "$ac_c_werror_flag"
  8847. || test ! -s conftest.err'
  8848. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8849. (eval $ac_try) 2>&5
  8850. ac_status=$?
  8851. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8852. (exit $ac_status); }; } &&
  8853. { ac_try='test -s conftest$ac_exeext'
  8854. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8855. (eval $ac_try) 2>&5
  8856. ac_status=$?
  8857. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8858. (exit $ac_status); }; }; then
  8859. ac_cv_func_shl_load=yes
  8860. else
  8861. echo "$as_me: failed program was:" >&5
  8862. sed 's/^/| /' conftest.$ac_ext >&5
  8863.  
  8864. ac_cv_func_shl_load=no
  8865. fi
  8866. rm -f conftest.err conftest.$ac_objext \
  8867. conftest$ac_exeext conftest.$ac_ext
  8868. fi
  8869. echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  8870. echo "${ECHO_T}$ac_cv_func_shl_load" >&6
  8871. if test $ac_cv_func_shl_load = yes; then
  8872. lt_cv_dlopen="shl_load"
  8873. else
  8874. echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  8875. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
  8876. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  8877. echo $ECHO_N "(cached) $ECHO_C" >&6
  8878. else
  8879. ac_check_lib_save_LIBS=$LIBS
  8880. LIBS="-ldld $LIBS"
  8881. cat >conftest.$ac_ext <<_ACEOF
  8882. /* confdefs.h. */
  8883. _ACEOF
  8884. cat confdefs.h >>conftest.$ac_ext
  8885. cat >>conftest.$ac_ext <<_ACEOF
  8886. /* end confdefs.h. */
  8887.  
  8888. /* Override any gcc2 internal prototype to avoid an error. */
  8889. #ifdef __cplusplus
  8890. extern "C"
  8891. #endif
  8892. /* We use char because int might match the return type of a gcc2
  8893. builtin and then its argument prototype would still apply. */
  8894. char shl_load ();
  8895. int
  8896. main ()
  8897. {
  8898. shl_load ();
  8899. ;
  8900. return 0;
  8901. }
  8902. _ACEOF
  8903. rm -f conftest.$ac_objext conftest$ac_exeext
  8904. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8905. (eval $ac_link) 2>conftest.er1
  8906. ac_status=$?
  8907. grep -v '^ *+' conftest.er1 >conftest.err
  8908. rm -f conftest.er1
  8909. cat conftest.err >&5
  8910. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8911. (exit $ac_status); } &&
  8912. { ac_try='test -z "$ac_c_werror_flag"
  8913. || test ! -s conftest.err'
  8914. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8915. (eval $ac_try) 2>&5
  8916. ac_status=$?
  8917. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8918. (exit $ac_status); }; } &&
  8919. { ac_try='test -s conftest$ac_exeext'
  8920. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  8921. (eval $ac_try) 2>&5
  8922. ac_status=$?
  8923. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8924. (exit $ac_status); }; }; then
  8925. ac_cv_lib_dld_shl_load=yes
  8926. else
  8927. echo "$as_me: failed program was:" >&5
  8928. sed 's/^/| /' conftest.$ac_ext >&5
  8929.  
  8930. ac_cv_lib_dld_shl_load=no
  8931. fi
  8932. rm -f conftest.err conftest.$ac_objext \
  8933. conftest$ac_exeext conftest.$ac_ext
  8934. LIBS=$ac_check_lib_save_LIBS
  8935. fi
  8936. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  8937. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
  8938. if test $ac_cv_lib_dld_shl_load = yes; then
  8939. lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  8940. else
  8941. echo "$as_me:$LINENO: checking for dlopen" >&5
  8942. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
  8943. if test "${ac_cv_func_dlopen+set}" = set; then
  8944. echo $ECHO_N "(cached) $ECHO_C" >&6
  8945. else
  8946. cat >conftest.$ac_ext <<_ACEOF
  8947. /* confdefs.h. */
  8948. _ACEOF
  8949. cat confdefs.h >>conftest.$ac_ext
  8950. cat >>conftest.$ac_ext <<_ACEOF
  8951. /* end confdefs.h. */
  8952. /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  8953. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8954. #define dlopen innocuous_dlopen
  8955.  
  8956. /* System header to define __stub macros and hopefully few prototypes,
  8957. which can conflict with char dlopen (); below.
  8958. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8959. <limits.h> exists even on freestanding compilers. */
  8960.  
  8961. #ifdef __STDC__
  8962. # include <limits.h>
  8963. #else
  8964. # include <assert.h>
  8965. #endif
  8966.  
  8967. #undef dlopen
  8968.  
  8969. /* Override any gcc2 internal prototype to avoid an error. */
  8970. #ifdef __cplusplus
  8971. extern "C"
  8972. {
  8973. #endif
  8974. /* We use char because int might match the return type of a gcc2
  8975. builtin and then its argument prototype would still apply. */
  8976. char dlopen ();
  8977. /* The GNU C library defines this for functions which it implements
  8978. to always fail with ENOSYS. Some functions are actually named
  8979. something starting with __ and the normal name is an alias. */
  8980. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  8981. choke me
  8982. #else
  8983. char (*f) () = dlopen;
  8984. #endif
  8985. #ifdef __cplusplus
  8986. }
  8987. #endif
  8988.  
  8989. int
  8990. main ()
  8991. {
  8992. return f != dlopen;
  8993. ;
  8994. return 0;
  8995. }
  8996. _ACEOF
  8997. rm -f conftest.$ac_objext conftest$ac_exeext
  8998. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  8999. (eval $ac_link) 2>conftest.er1
  9000. ac_status=$?
  9001. grep -v '^ *+' conftest.er1 >conftest.err
  9002. rm -f conftest.er1
  9003. cat conftest.err >&5
  9004. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9005. (exit $ac_status); } &&
  9006. { ac_try='test -z "$ac_c_werror_flag"
  9007. || test ! -s conftest.err'
  9008. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9009. (eval $ac_try) 2>&5
  9010. ac_status=$?
  9011. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9012. (exit $ac_status); }; } &&
  9013. { ac_try='test -s conftest$ac_exeext'
  9014. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9015. (eval $ac_try) 2>&5
  9016. ac_status=$?
  9017. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9018. (exit $ac_status); }; }; then
  9019. ac_cv_func_dlopen=yes
  9020. else
  9021. echo "$as_me: failed program was:" >&5
  9022. sed 's/^/| /' conftest.$ac_ext >&5
  9023.  
  9024. ac_cv_func_dlopen=no
  9025. fi
  9026. rm -f conftest.err conftest.$ac_objext \
  9027. conftest$ac_exeext conftest.$ac_ext
  9028. fi
  9029. echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  9030. echo "${ECHO_T}$ac_cv_func_dlopen" >&6
  9031. if test $ac_cv_func_dlopen = yes; then
  9032. lt_cv_dlopen="dlopen"
  9033. else
  9034. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  9035. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  9036. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  9037. echo $ECHO_N "(cached) $ECHO_C" >&6
  9038. else
  9039. ac_check_lib_save_LIBS=$LIBS
  9040. LIBS="-ldl $LIBS"
  9041. cat >conftest.$ac_ext <<_ACEOF
  9042. /* confdefs.h. */
  9043. _ACEOF
  9044. cat confdefs.h >>conftest.$ac_ext
  9045. cat >>conftest.$ac_ext <<_ACEOF
  9046. /* end confdefs.h. */
  9047.  
  9048. /* Override any gcc2 internal prototype to avoid an error. */
  9049. #ifdef __cplusplus
  9050. extern "C"
  9051. #endif
  9052. /* We use char because int might match the return type of a gcc2
  9053. builtin and then its argument prototype would still apply. */
  9054. char dlopen ();
  9055. int
  9056. main ()
  9057. {
  9058. dlopen ();
  9059. ;
  9060. return 0;
  9061. }
  9062. _ACEOF
  9063. rm -f conftest.$ac_objext conftest$ac_exeext
  9064. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9065. (eval $ac_link) 2>conftest.er1
  9066. ac_status=$?
  9067. grep -v '^ *+' conftest.er1 >conftest.err
  9068. rm -f conftest.er1
  9069. cat conftest.err >&5
  9070. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9071. (exit $ac_status); } &&
  9072. { ac_try='test -z "$ac_c_werror_flag"
  9073. || test ! -s conftest.err'
  9074. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9075. (eval $ac_try) 2>&5
  9076. ac_status=$?
  9077. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9078. (exit $ac_status); }; } &&
  9079. { ac_try='test -s conftest$ac_exeext'
  9080. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9081. (eval $ac_try) 2>&5
  9082. ac_status=$?
  9083. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9084. (exit $ac_status); }; }; then
  9085. ac_cv_lib_dl_dlopen=yes
  9086. else
  9087. echo "$as_me: failed program was:" >&5
  9088. sed 's/^/| /' conftest.$ac_ext >&5
  9089.  
  9090. ac_cv_lib_dl_dlopen=no
  9091. fi
  9092. rm -f conftest.err conftest.$ac_objext \
  9093. conftest$ac_exeext conftest.$ac_ext
  9094. LIBS=$ac_check_lib_save_LIBS
  9095. fi
  9096. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  9097. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  9098. if test $ac_cv_lib_dl_dlopen = yes; then
  9099. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  9100. else
  9101. echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  9102. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  9103. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  9104. echo $ECHO_N "(cached) $ECHO_C" >&6
  9105. else
  9106. ac_check_lib_save_LIBS=$LIBS
  9107. LIBS="-lsvld $LIBS"
  9108. cat >conftest.$ac_ext <<_ACEOF
  9109. /* confdefs.h. */
  9110. _ACEOF
  9111. cat confdefs.h >>conftest.$ac_ext
  9112. cat >>conftest.$ac_ext <<_ACEOF
  9113. /* end confdefs.h. */
  9114.  
  9115. /* Override any gcc2 internal prototype to avoid an error. */
  9116. #ifdef __cplusplus
  9117. extern "C"
  9118. #endif
  9119. /* We use char because int might match the return type of a gcc2
  9120. builtin and then its argument prototype would still apply. */
  9121. char dlopen ();
  9122. int
  9123. main ()
  9124. {
  9125. dlopen ();
  9126. ;
  9127. return 0;
  9128. }
  9129. _ACEOF
  9130. rm -f conftest.$ac_objext conftest$ac_exeext
  9131. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9132. (eval $ac_link) 2>conftest.er1
  9133. ac_status=$?
  9134. grep -v '^ *+' conftest.er1 >conftest.err
  9135. rm -f conftest.er1
  9136. cat conftest.err >&5
  9137. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9138. (exit $ac_status); } &&
  9139. { ac_try='test -z "$ac_c_werror_flag"
  9140. || test ! -s conftest.err'
  9141. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9142. (eval $ac_try) 2>&5
  9143. ac_status=$?
  9144. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9145. (exit $ac_status); }; } &&
  9146. { ac_try='test -s conftest$ac_exeext'
  9147. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9148. (eval $ac_try) 2>&5
  9149. ac_status=$?
  9150. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9151. (exit $ac_status); }; }; then
  9152. ac_cv_lib_svld_dlopen=yes
  9153. else
  9154. echo "$as_me: failed program was:" >&5
  9155. sed 's/^/| /' conftest.$ac_ext >&5
  9156.  
  9157. ac_cv_lib_svld_dlopen=no
  9158. fi
  9159. rm -f conftest.err conftest.$ac_objext \
  9160. conftest$ac_exeext conftest.$ac_ext
  9161. LIBS=$ac_check_lib_save_LIBS
  9162. fi
  9163. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  9164. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  9165. if test $ac_cv_lib_svld_dlopen = yes; then
  9166. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  9167. else
  9168. echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  9169. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  9170. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  9171. echo $ECHO_N "(cached) $ECHO_C" >&6
  9172. else
  9173. ac_check_lib_save_LIBS=$LIBS
  9174. LIBS="-ldld $LIBS"
  9175. cat >conftest.$ac_ext <<_ACEOF
  9176. /* confdefs.h. */
  9177. _ACEOF
  9178. cat confdefs.h >>conftest.$ac_ext
  9179. cat >>conftest.$ac_ext <<_ACEOF
  9180. /* end confdefs.h. */
  9181.  
  9182. /* Override any gcc2 internal prototype to avoid an error. */
  9183. #ifdef __cplusplus
  9184. extern "C"
  9185. #endif
  9186. /* We use char because int might match the return type of a gcc2
  9187. builtin and then its argument prototype would still apply. */
  9188. char dld_link ();
  9189. int
  9190. main ()
  9191. {
  9192. dld_link ();
  9193. ;
  9194. return 0;
  9195. }
  9196. _ACEOF
  9197. rm -f conftest.$ac_objext conftest$ac_exeext
  9198. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9199. (eval $ac_link) 2>conftest.er1
  9200. ac_status=$?
  9201. grep -v '^ *+' conftest.er1 >conftest.err
  9202. rm -f conftest.er1
  9203. cat conftest.err >&5
  9204. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9205. (exit $ac_status); } &&
  9206. { ac_try='test -z "$ac_c_werror_flag"
  9207. || test ! -s conftest.err'
  9208. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9209. (eval $ac_try) 2>&5
  9210. ac_status=$?
  9211. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9212. (exit $ac_status); }; } &&
  9213. { ac_try='test -s conftest$ac_exeext'
  9214. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  9215. (eval $ac_try) 2>&5
  9216. ac_status=$?
  9217. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9218. (exit $ac_status); }; }; then
  9219. ac_cv_lib_dld_dld_link=yes
  9220. else
  9221. echo "$as_me: failed program was:" >&5
  9222. sed 's/^/| /' conftest.$ac_ext >&5
  9223.  
  9224. ac_cv_lib_dld_dld_link=no
  9225. fi
  9226. rm -f conftest.err conftest.$ac_objext \
  9227. conftest$ac_exeext conftest.$ac_ext
  9228. LIBS=$ac_check_lib_save_LIBS
  9229. fi
  9230. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  9231. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  9232. if test $ac_cv_lib_dld_dld_link = yes; then
  9233. lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  9234. fi
  9235.  
  9236.  
  9237. fi
  9238.  
  9239.  
  9240. fi
  9241.  
  9242.  
  9243. fi
  9244.  
  9245.  
  9246. fi
  9247.  
  9248.  
  9249. fi
  9250.  
  9251. ;;
  9252. esac
  9253.  
  9254. if test "x$lt_cv_dlopen" != xno; then
  9255. enable_dlopen=yes
  9256. else
  9257. enable_dlopen=no
  9258. fi
  9259.  
  9260. case $lt_cv_dlopen in
  9261. dlopen)
  9262. save_CPPFLAGS="$CPPFLAGS"
  9263. test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  9264.  
  9265. save_LDFLAGS="$LDFLAGS"
  9266. eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  9267.  
  9268. save_LIBS="$LIBS"
  9269. LIBS="$lt_cv_dlopen_libs $LIBS"
  9270.  
  9271. echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  9272. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  9273. if test "${lt_cv_dlopen_self+set}" = set; then
  9274. echo $ECHO_N "(cached) $ECHO_C" >&6
  9275. else
  9276. if test "$cross_compiling" = yes; then :
  9277. lt_cv_dlopen_self=cross
  9278. else
  9279. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  9280. lt_status=$lt_dlunknown
  9281. cat > conftest.$ac_ext <<EOF
  9282. #line 9282 "configure"
  9283. #include "confdefs.h"
  9284.  
  9285. #if HAVE_DLFCN_H
  9286. #include <dlfcn.h>
  9287. #endif
  9288.  
  9289. #include <stdio.h>
  9290.  
  9291. #ifdef RTLD_GLOBAL
  9292. # define LT_DLGLOBAL RTLD_GLOBAL
  9293. #else
  9294. # ifdef DL_GLOBAL
  9295. # define LT_DLGLOBAL DL_GLOBAL
  9296. # else
  9297. # define LT_DLGLOBAL 0
  9298. # endif
  9299. #endif
  9300.  
  9301. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  9302. find out it does not work in some platform. */
  9303. #ifndef LT_DLLAZY_OR_NOW
  9304. # ifdef RTLD_LAZY
  9305. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  9306. # else
  9307. # ifdef DL_LAZY
  9308. # define LT_DLLAZY_OR_NOW DL_LAZY
  9309. # else
  9310. # ifdef RTLD_NOW
  9311. # define LT_DLLAZY_OR_NOW RTLD_NOW
  9312. # else
  9313. # ifdef DL_NOW
  9314. # define LT_DLLAZY_OR_NOW DL_NOW
  9315. # else
  9316. # define LT_DLLAZY_OR_NOW 0
  9317. # endif
  9318. # endif
  9319. # endif
  9320. # endif
  9321. #endif
  9322.  
  9323. #ifdef __cplusplus
  9324. extern "C" void exit (int);
  9325. #endif
  9326.  
  9327. void fnord() { int i=42;}
  9328. int main ()
  9329. {
  9330. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  9331. int status = $lt_dlunknown;
  9332.  
  9333. if (self)
  9334. {
  9335. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  9336. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  9337. /* dlclose (self); */
  9338. }
  9339.  
  9340. exit (status);
  9341. }
  9342. EOF
  9343. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9344. (eval $ac_link) 2>&5
  9345. ac_status=$?
  9346. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9347. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  9348. (./conftest; exit; ) 2>/dev/null
  9349. lt_status=$?
  9350. case x$lt_status in
  9351. x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  9352. x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  9353. x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  9354. esac
  9355. else :
  9356. # compilation failed
  9357. lt_cv_dlopen_self=no
  9358. fi
  9359. fi
  9360. rm -fr conftest*
  9361.  
  9362.  
  9363. fi
  9364. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  9365. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  9366.  
  9367. if test "x$lt_cv_dlopen_self" = xyes; then
  9368. LDFLAGS="$LDFLAGS $link_static_flag"
  9369. echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  9370. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  9371. if test "${lt_cv_dlopen_self_static+set}" = set; then
  9372. echo $ECHO_N "(cached) $ECHO_C" >&6
  9373. else
  9374. if test "$cross_compiling" = yes; then :
  9375. lt_cv_dlopen_self_static=cross
  9376. else
  9377. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  9378. lt_status=$lt_dlunknown
  9379. cat > conftest.$ac_ext <<EOF
  9380. #line 9380 "configure"
  9381. #include "confdefs.h"
  9382.  
  9383. #if HAVE_DLFCN_H
  9384. #include <dlfcn.h>
  9385. #endif
  9386.  
  9387. #include <stdio.h>
  9388.  
  9389. #ifdef RTLD_GLOBAL
  9390. # define LT_DLGLOBAL RTLD_GLOBAL
  9391. #else
  9392. # ifdef DL_GLOBAL
  9393. # define LT_DLGLOBAL DL_GLOBAL
  9394. # else
  9395. # define LT_DLGLOBAL 0
  9396. # endif
  9397. #endif
  9398.  
  9399. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  9400. find out it does not work in some platform. */
  9401. #ifndef LT_DLLAZY_OR_NOW
  9402. # ifdef RTLD_LAZY
  9403. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  9404. # else
  9405. # ifdef DL_LAZY
  9406. # define LT_DLLAZY_OR_NOW DL_LAZY
  9407. # else
  9408. # ifdef RTLD_NOW
  9409. # define LT_DLLAZY_OR_NOW RTLD_NOW
  9410. # else
  9411. # ifdef DL_NOW
  9412. # define LT_DLLAZY_OR_NOW DL_NOW
  9413. # else
  9414. # define LT_DLLAZY_OR_NOW 0
  9415. # endif
  9416. # endif
  9417. # endif
  9418. # endif
  9419. #endif
  9420.  
  9421. #ifdef __cplusplus
  9422. extern "C" void exit (int);
  9423. #endif
  9424.  
  9425. void fnord() { int i=42;}
  9426. int main ()
  9427. {
  9428. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  9429. int status = $lt_dlunknown;
  9430.  
  9431. if (self)
  9432. {
  9433. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  9434. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  9435. /* dlclose (self); */
  9436. }
  9437.  
  9438. exit (status);
  9439. }
  9440. EOF
  9441. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  9442. (eval $ac_link) 2>&5
  9443. ac_status=$?
  9444. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9445. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  9446. (./conftest; exit; ) 2>/dev/null
  9447. lt_status=$?
  9448. case x$lt_status in
  9449. x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  9450. x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  9451. x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  9452. esac
  9453. else :
  9454. # compilation failed
  9455. lt_cv_dlopen_self_static=no
  9456. fi
  9457. fi
  9458. rm -fr conftest*
  9459.  
  9460.  
  9461. fi
  9462. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  9463. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  9464. fi
  9465.  
  9466. CPPFLAGS="$save_CPPFLAGS"
  9467. LDFLAGS="$save_LDFLAGS"
  9468. LIBS="$save_LIBS"
  9469. ;;
  9470. esac
  9471.  
  9472. case $lt_cv_dlopen_self in
  9473. yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  9474. *) enable_dlopen_self=unknown ;;
  9475. esac
  9476.  
  9477. case $lt_cv_dlopen_self_static in
  9478. yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  9479. *) enable_dlopen_self_static=unknown ;;
  9480. esac
  9481. fi
  9482.  
  9483.  
  9484. # Report which librarie types wil actually be built
  9485. echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
  9486. echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
  9487. echo "$as_me:$LINENO: result: $can_build_shared" >&5
  9488. echo "${ECHO_T}$can_build_shared" >&6
  9489.  
  9490. echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
  9491. echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
  9492. test "$can_build_shared" = "no" && enable_shared=no
  9493.  
  9494. # On AIX, shared libraries and static libraries use the same namespace, and
  9495. # are all built from PIC.
  9496. case "$host_os" in
  9497. aix3*)
  9498. test "$enable_shared" = yes && enable_static=no
  9499. if test -n "$RANLIB"; then
  9500. archive_cmds="$archive_cmds~\$RANLIB \$lib"
  9501. postinstall_cmds='$RANLIB $lib'
  9502. fi
  9503. ;;
  9504.  
  9505. aix4* | aix5*)
  9506. if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  9507. test "$enable_shared" = yes && enable_static=no
  9508. fi
  9509. ;;
  9510. esac
  9511. echo "$as_me:$LINENO: result: $enable_shared" >&5
  9512. echo "${ECHO_T}$enable_shared" >&6
  9513.  
  9514. echo "$as_me:$LINENO: checking whether to build static libraries" >&5
  9515. echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
  9516. # Make sure either enable_shared or enable_static is yes.
  9517. test "$enable_shared" = yes || enable_static=yes
  9518. echo "$as_me:$LINENO: result: $enable_static" >&5
  9519. echo "${ECHO_T}$enable_static" >&6
  9520.  
  9521. # The else clause should only fire when bootstrapping the
  9522. # libtool distribution, otherwise you forgot to ship ltmain.sh
  9523. # with your package, and you will get complaints that there are
  9524. # no rules to generate ltmain.sh.
  9525. if test -f "$ltmain"; then
  9526. # See if we are running on zsh, and set the options which allow our commands through
  9527. # without removal of \ escapes.
  9528. if test -n "${ZSH_VERSION+set}" ; then
  9529. setopt NO_GLOB_SUBST
  9530. fi
  9531. # Now quote all the things that may contain metacharacters while being
  9532. # careful not to overquote the AC_SUBSTed values. We take copies of the
  9533. # variables and quote the copies for generation of the libtool script.
  9534. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
  9535. SED SHELL STRIP \
  9536. libname_spec library_names_spec soname_spec extract_expsyms_cmds \
  9537. old_striplib striplib file_magic_cmd finish_cmds finish_eval \
  9538. deplibs_check_method reload_flag reload_cmds need_locks \
  9539. lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
  9540. lt_cv_sys_global_symbol_to_c_name_address \
  9541. sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  9542. old_postinstall_cmds old_postuninstall_cmds \
  9543. compiler \
  9544. CC \
  9545. LD \
  9546. lt_prog_compiler_wl \
  9547. lt_prog_compiler_pic \
  9548. lt_prog_compiler_static \
  9549. lt_prog_compiler_no_builtin_flag \
  9550. export_dynamic_flag_spec \
  9551. thread_safe_flag_spec \
  9552. whole_archive_flag_spec \
  9553. enable_shared_with_static_runtimes \
  9554. old_archive_cmds \
  9555. old_archive_from_new_cmds \
  9556. predep_objects \
  9557. postdep_objects \
  9558. predeps \
  9559. postdeps \
  9560. compiler_lib_search_path \
  9561. archive_cmds \
  9562. archive_expsym_cmds \
  9563. postinstall_cmds \
  9564. postuninstall_cmds \
  9565. old_archive_from_expsyms_cmds \
  9566. allow_undefined_flag \
  9567. no_undefined_flag \
  9568. export_symbols_cmds \
  9569. hardcode_libdir_flag_spec \
  9570. hardcode_libdir_flag_spec_ld \
  9571. hardcode_libdir_separator \
  9572. hardcode_automatic \
  9573. module_cmds \
  9574. module_expsym_cmds \
  9575. lt_cv_prog_compiler_c_o \
  9576. exclude_expsyms \
  9577. include_expsyms; do
  9578.  
  9579. case $var in
  9580. old_archive_cmds | \
  9581. old_archive_from_new_cmds | \
  9582. archive_cmds | \
  9583. archive_expsym_cmds | \
  9584. module_cmds | \
  9585. module_expsym_cmds | \
  9586. old_archive_from_expsyms_cmds | \
  9587. export_symbols_cmds | \
  9588. extract_expsyms_cmds | reload_cmds | finish_cmds | \
  9589. postinstall_cmds | postuninstall_cmds | \
  9590. old_postinstall_cmds | old_postuninstall_cmds | \
  9591. sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  9592. # Double-quote double-evaled strings.
  9593. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  9594. ;;
  9595. *)
  9596. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  9597. ;;
  9598. esac
  9599. done
  9600.  
  9601. case $lt_echo in
  9602. *'\$0 --fallback-echo"')
  9603. lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  9604. ;;
  9605. esac
  9606.  
  9607. cfgfile="${ofile}T"
  9608. trap "$rm \"$cfgfile\"; exit 1" 1 2 15
  9609. $rm -f "$cfgfile"
  9610. { echo "$as_me:$LINENO: creating $ofile" >&5
  9611. echo "$as_me: creating $ofile" >&6;}
  9612.  
  9613. cat <<__EOF__ >> "$cfgfile"
  9614. #! $SHELL
  9615.  
  9616. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  9617. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  9618. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  9619. #
  9620. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
  9621. # Free Software Foundation, Inc.
  9622. #
  9623. # This file is part of GNU Libtool:
  9624. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  9625. #
  9626. # This program is free software; you can redistribute it and/or modify
  9627. # it under the terms of the GNU General Public License as published by
  9628. # the Free Software Foundation; either version 2 of the License, or
  9629. # (at your option) any later version.
  9630. #
  9631. # This program is distributed in the hope that it will be useful, but
  9632. # WITHOUT ANY WARRANTY; without even the implied warranty of
  9633. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  9634. # General Public License for more details.
  9635. #
  9636. # You should have received a copy of the GNU General Public License
  9637. # along with this program; if not, write to the Free Software
  9638. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  9639. #
  9640. # As a special exception to the GNU General Public License, if you
  9641. # distribute this file as part of a program that contains a
  9642. # configuration script generated by Autoconf, you may include it under
  9643. # the same distribution terms that you use for the rest of that program.
  9644.  
  9645. # A sed program that does not truncate output.
  9646. SED=$lt_SED
  9647.  
  9648. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  9649. Xsed="$SED -e 1s/^X//"
  9650.  
  9651. # The HP-UX ksh and POSIX shell print the target directory to stdout
  9652. # if CDPATH is set.
  9653. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  9654.  
  9655. # The names of the tagged configurations supported by this script.
  9656. available_tags=
  9657.  
  9658. # ### BEGIN LIBTOOL CONFIG
  9659.  
  9660. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  9661.  
  9662. # Shell to use when invoking shell scripts.
  9663. SHELL=$lt_SHELL
  9664.  
  9665. # Whether or not to build shared libraries.
  9666. build_libtool_libs=$enable_shared
  9667.  
  9668. # Whether or not to build static libraries.
  9669. build_old_libs=$enable_static
  9670.  
  9671. # Whether or not to add -lc for building shared libraries.
  9672. build_libtool_need_lc=$archive_cmds_need_lc
  9673.  
  9674. # Whether or not to disallow shared libs when runtime libs are static
  9675. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  9676.  
  9677. # Whether or not to optimize for fast installation.
  9678. fast_install=$enable_fast_install
  9679.  
  9680. # The host system.
  9681. host_alias=$host_alias
  9682. host=$host
  9683. host_os=$host_os
  9684.  
  9685. # The build system.
  9686. build_alias=$build_alias
  9687. build=$build
  9688. build_os=$build_os
  9689.  
  9690. # An echo program that does not interpret backslashes.
  9691. echo=$lt_echo
  9692.  
  9693. # The archiver.
  9694. AR=$lt_AR
  9695. AR_FLAGS=$lt_AR_FLAGS
  9696.  
  9697. # A C compiler.
  9698. LTCC=$lt_LTCC
  9699.  
  9700. # A language-specific compiler.
  9701. CC=$lt_compiler
  9702.  
  9703. # Is the compiler the GNU C compiler?
  9704. with_gcc=$GCC
  9705.  
  9706. # An ERE matcher.
  9707. EGREP=$lt_EGREP
  9708.  
  9709. # The linker used to build libraries.
  9710. LD=$lt_LD
  9711.  
  9712. # Whether we need hard or soft links.
  9713. LN_S=$lt_LN_S
  9714.  
  9715. # A BSD-compatible nm program.
  9716. NM=$lt_NM
  9717.  
  9718. # A symbol stripping program
  9719. STRIP=$lt_STRIP
  9720.  
  9721. # Used to examine libraries when file_magic_cmd begins "file"
  9722. MAGIC_CMD=$MAGIC_CMD
  9723.  
  9724. # Used on cygwin: DLL creation program.
  9725. DLLTOOL="$DLLTOOL"
  9726.  
  9727. # Used on cygwin: object dumper.
  9728. OBJDUMP="$OBJDUMP"
  9729.  
  9730. # Used on cygwin: assembler.
  9731. AS="$AS"
  9732.  
  9733. # The name of the directory that contains temporary libtool files.
  9734. objdir=$objdir
  9735.  
  9736. # How to create reloadable object files.
  9737. reload_flag=$lt_reload_flag
  9738. reload_cmds=$lt_reload_cmds
  9739.  
  9740. # How to pass a linker flag through the compiler.
  9741. wl=$lt_lt_prog_compiler_wl
  9742.  
  9743. # Object file suffix (normally "o").
  9744. objext="$ac_objext"
  9745.  
  9746. # Old archive suffix (normally "a").
  9747. libext="$libext"
  9748.  
  9749. # Shared library suffix (normally ".so").
  9750. shrext_cmds='$shrext_cmds'
  9751.  
  9752. # Executable file suffix (normally "").
  9753. exeext="$exeext"
  9754.  
  9755. # Additional compiler flags for building library objects.
  9756. pic_flag=$lt_lt_prog_compiler_pic
  9757. pic_mode=$pic_mode
  9758.  
  9759. # What is the maximum length of a command?
  9760. max_cmd_len=$lt_cv_sys_max_cmd_len
  9761.  
  9762. # Does compiler simultaneously support -c and -o options?
  9763. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  9764.  
  9765. # Must we lock files when doing compilation?
  9766. need_locks=$lt_need_locks
  9767.  
  9768. # Do we need the lib prefix for modules?
  9769. need_lib_prefix=$need_lib_prefix
  9770.  
  9771. # Do we need a version for libraries?
  9772. need_version=$need_version
  9773.  
  9774. # Whether dlopen is supported.
  9775. dlopen_support=$enable_dlopen
  9776.  
  9777. # Whether dlopen of programs is supported.
  9778. dlopen_self=$enable_dlopen_self
  9779.  
  9780. # Whether dlopen of statically linked programs is supported.
  9781. dlopen_self_static=$enable_dlopen_self_static
  9782.  
  9783. # Compiler flag to prevent dynamic linking.
  9784. link_static_flag=$lt_lt_prog_compiler_static
  9785.  
  9786. # Compiler flag to turn off builtin functions.
  9787. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  9788.  
  9789. # Compiler flag to allow reflexive dlopens.
  9790. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  9791.  
  9792. # Compiler flag to generate shared objects directly from archives.
  9793. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  9794.  
  9795. # Compiler flag to generate thread-safe objects.
  9796. thread_safe_flag_spec=$lt_thread_safe_flag_spec
  9797.  
  9798. # Library versioning type.
  9799. version_type=$version_type
  9800.  
  9801. # Format of library name prefix.
  9802. libname_spec=$lt_libname_spec
  9803.  
  9804. # List of archive names. First name is the real one, the rest are links.
  9805. # The last name is the one that the linker finds with -lNAME.
  9806. library_names_spec=$lt_library_names_spec
  9807.  
  9808. # The coded name of the library, if different from the real name.
  9809. soname_spec=$lt_soname_spec
  9810.  
  9811. # Commands used to build and install an old-style archive.
  9812. RANLIB=$lt_RANLIB
  9813. old_archive_cmds=$lt_old_archive_cmds
  9814. old_postinstall_cmds=$lt_old_postinstall_cmds
  9815. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  9816.  
  9817. # Create an old-style archive from a shared archive.
  9818. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  9819.  
  9820. # Create a temporary old-style archive to link instead of a shared archive.
  9821. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  9822.  
  9823. # Commands used to build and install a shared archive.
  9824. archive_cmds=$lt_archive_cmds
  9825. archive_expsym_cmds=$lt_archive_expsym_cmds
  9826. postinstall_cmds=$lt_postinstall_cmds
  9827. postuninstall_cmds=$lt_postuninstall_cmds
  9828.  
  9829. # Commands used to build a loadable module (assumed same as above if empty)
  9830. module_cmds=$lt_module_cmds
  9831. module_expsym_cmds=$lt_module_expsym_cmds
  9832.  
  9833. # Commands to strip libraries.
  9834. old_striplib=$lt_old_striplib
  9835. striplib=$lt_striplib
  9836.  
  9837. # Dependencies to place before the objects being linked to create a
  9838. # shared library.
  9839. predep_objects=$lt_predep_objects
  9840.  
  9841. # Dependencies to place after the objects being linked to create a
  9842. # shared library.
  9843. postdep_objects=$lt_postdep_objects
  9844.  
  9845. # Dependencies to place before the objects being linked to create a
  9846. # shared library.
  9847. predeps=$lt_predeps
  9848.  
  9849. # Dependencies to place after the objects being linked to create a
  9850. # shared library.
  9851. postdeps=$lt_postdeps
  9852.  
  9853. # The library search path used internally by the compiler when linking
  9854. # a shared library.
  9855. compiler_lib_search_path=$lt_compiler_lib_search_path
  9856.  
  9857. # Method to check whether dependent libraries are shared objects.
  9858. deplibs_check_method=$lt_deplibs_check_method
  9859.  
  9860. # Command to use when deplibs_check_method == file_magic.
  9861. file_magic_cmd=$lt_file_magic_cmd
  9862.  
  9863. # Flag that allows shared libraries with undefined symbols to be built.
  9864. allow_undefined_flag=$lt_allow_undefined_flag
  9865.  
  9866. # Flag that forces no undefined symbols.
  9867. no_undefined_flag=$lt_no_undefined_flag
  9868.  
  9869. # Commands used to finish a libtool library installation in a directory.
  9870. finish_cmds=$lt_finish_cmds
  9871.  
  9872. # Same as above, but a single script fragment to be evaled but not shown.
  9873. finish_eval=$lt_finish_eval
  9874.  
  9875. # Take the output of nm and produce a listing of raw symbols and C names.
  9876. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  9877.  
  9878. # Transform the output of nm in a proper C declaration
  9879. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  9880.  
  9881. # Transform the output of nm in a C name address pair
  9882. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  9883.  
  9884. # This is the shared library runtime path variable.
  9885. runpath_var=$runpath_var
  9886.  
  9887. # This is the shared library path variable.
  9888. shlibpath_var=$shlibpath_var
  9889.  
  9890. # Is shlibpath searched before the hard-coded library search path?
  9891. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  9892.  
  9893. # How to hardcode a shared library path into an executable.
  9894. hardcode_action=$hardcode_action
  9895.  
  9896. # Whether we should hardcode library paths into libraries.
  9897. hardcode_into_libs=$hardcode_into_libs
  9898.  
  9899. # Flag to hardcode \$libdir into a binary during linking.
  9900. # This must work even if \$libdir does not exist.
  9901. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  9902.  
  9903. # If ld is used when linking, flag to hardcode \$libdir into
  9904. # a binary during linking. This must work even if \$libdir does
  9905. # not exist.
  9906. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
  9907.  
  9908. # Whether we need a single -rpath flag with a separated argument.
  9909. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  9910.  
  9911. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  9912. # resulting binary.
  9913. hardcode_direct=$hardcode_direct
  9914.  
  9915. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  9916. # resulting binary.
  9917. hardcode_minus_L=$hardcode_minus_L
  9918.  
  9919. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  9920. # the resulting binary.
  9921. hardcode_shlibpath_var=$hardcode_shlibpath_var
  9922.  
  9923. # Set to yes if building a shared library automatically hardcodes DIR into the library
  9924. # and all subsequent libraries and executables linked against it.
  9925. hardcode_automatic=$hardcode_automatic
  9926.  
  9927. # Variables whose values should be saved in libtool wrapper scripts and
  9928. # restored at relink time.
  9929. variables_saved_for_relink="$variables_saved_for_relink"
  9930.  
  9931. # Whether libtool must link a program against all its dependency libraries.
  9932. link_all_deplibs=$link_all_deplibs
  9933.  
  9934. # Compile-time system search path for libraries
  9935. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  9936.  
  9937. # Run-time system search path for libraries
  9938. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  9939.  
  9940. # Fix the shell variable \$srcfile for the compiler.
  9941. fix_srcfile_path="$fix_srcfile_path"
  9942.  
  9943. # Set to yes if exported symbols are required.
  9944. always_export_symbols=$always_export_symbols
  9945.  
  9946. # The commands to list exported symbols.
  9947. export_symbols_cmds=$lt_export_symbols_cmds
  9948.  
  9949. # The commands to extract the exported symbol list from a shared archive.
  9950. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  9951.  
  9952. # Symbols that should not be listed in the preloaded symbols.
  9953. exclude_expsyms=$lt_exclude_expsyms
  9954.  
  9955. # Symbols that must always be exported.
  9956. include_expsyms=$lt_include_expsyms
  9957.  
  9958. # ### END LIBTOOL CONFIG
  9959.  
  9960. __EOF__
  9961.  
  9962.  
  9963. case $host_os in
  9964. aix3*)
  9965. cat <<\EOF >> "$cfgfile"
  9966.  
  9967. # AIX sometimes has problems with the GCC collect2 program. For some
  9968. # reason, if we set the COLLECT_NAMES environment variable, the problems
  9969. # vanish in a puff of smoke.
  9970. if test "X${COLLECT_NAMES+set}" != Xset; then
  9971. COLLECT_NAMES=
  9972. export COLLECT_NAMES
  9973. fi
  9974. EOF
  9975. ;;
  9976. esac
  9977.  
  9978. # We use sed instead of cat because bash on DJGPP gets confused if
  9979. # if finds mixed CR/LF and LF-only lines. Since sed operates in
  9980. # text mode, it properly converts lines to CR/LF. This bash problem
  9981. # is reportedly fixed, but why not run on old versions too?
  9982. sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
  9983.  
  9984. mv -f "$cfgfile" "$ofile" || \
  9985. (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  9986. chmod +x "$ofile"
  9987.  
  9988. else
  9989. # If there is no Makefile yet, we rely on a make rule to execute
  9990. # `config.status --recheck' to rerun these tests and create the
  9991. # libtool script then.
  9992. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
  9993. if test -f "$ltmain_in"; then
  9994. test -f Makefile && make "$ltmain"
  9995. fi
  9996. fi
  9997.  
  9998.  
  9999. ac_ext=c
  10000. ac_cpp='$CPP $CPPFLAGS'
  10001. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  10002. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  10003. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  10004.  
  10005. CC="$lt_save_CC"
  10006.  
  10007.  
  10008. # Check whether --with-tags or --without-tags was given.
  10009. if test "${with_tags+set}" = set; then
  10010. withval="$with_tags"
  10011. tagnames="$withval"
  10012. fi;
  10013.  
  10014. if test -f "$ltmain" && test -n "$tagnames"; then
  10015. if test ! -f "${ofile}"; then
  10016. { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
  10017. echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
  10018. fi
  10019.  
  10020. if test -z "$LTCC"; then
  10021. eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
  10022. if test -z "$LTCC"; then
  10023. { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
  10024. echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
  10025. else
  10026. { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
  10027. echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
  10028. fi
  10029. fi
  10030.  
  10031. # Extract list of available tagged configurations in $ofile.
  10032. # Note that this assumes the entire list is on one line.
  10033. available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
  10034.  
  10035. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  10036. for tagname in $tagnames; do
  10037. IFS="$lt_save_ifs"
  10038. # Check whether tagname contains only valid characters
  10039. case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
  10040. "") ;;
  10041. *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
  10042. echo "$as_me: error: invalid tag name: $tagname" >&2;}
  10043. { (exit 1); exit 1; }; }
  10044. ;;
  10045. esac
  10046.  
  10047. if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
  10048. then
  10049. { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
  10050. echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
  10051. { (exit 1); exit 1; }; }
  10052. fi
  10053.  
  10054. # Update the list of available tags.
  10055. if test -n "$tagname"; then
  10056. echo appending configuration tag \"$tagname\" to $ofile
  10057.  
  10058. case $tagname in
  10059. CXX)
  10060. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  10061. ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  10062. (test "X$CXX" != "Xg++"))) ; then
  10063. ac_ext=cc
  10064. ac_cpp='$CXXCPP $CPPFLAGS'
  10065. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  10066. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  10067. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  10068.  
  10069.  
  10070.  
  10071.  
  10072. archive_cmds_need_lc_CXX=no
  10073. allow_undefined_flag_CXX=
  10074. always_export_symbols_CXX=no
  10075. archive_expsym_cmds_CXX=
  10076. export_dynamic_flag_spec_CXX=
  10077. hardcode_direct_CXX=no
  10078. hardcode_libdir_flag_spec_CXX=
  10079. hardcode_libdir_flag_spec_ld_CXX=
  10080. hardcode_libdir_separator_CXX=
  10081. hardcode_minus_L_CXX=no
  10082. hardcode_automatic_CXX=no
  10083. module_cmds_CXX=
  10084. module_expsym_cmds_CXX=
  10085. link_all_deplibs_CXX=unknown
  10086. old_archive_cmds_CXX=$old_archive_cmds
  10087. no_undefined_flag_CXX=
  10088. whole_archive_flag_spec_CXX=
  10089. enable_shared_with_static_runtimes_CXX=no
  10090.  
  10091. # Dependencies to place before and after the object being linked:
  10092. predep_objects_CXX=
  10093. postdep_objects_CXX=
  10094. predeps_CXX=
  10095. postdeps_CXX=
  10096. compiler_lib_search_path_CXX=
  10097.  
  10098. # Source file extension for C++ test sources.
  10099. ac_ext=cc
  10100.  
  10101. # Object file extension for compiled C++ test sources.
  10102. objext=o
  10103. objext_CXX=$objext
  10104.  
  10105. # Code to be used in simple compile tests
  10106. lt_simple_compile_test_code="int some_variable = 0;\n"
  10107.  
  10108. # Code to be used in simple link tests
  10109. lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
  10110.  
  10111. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  10112.  
  10113. # If no C compiler was specified, use CC.
  10114. LTCC=${LTCC-"$CC"}
  10115.  
  10116. # Allow CC to be a program name with arguments.
  10117. compiler=$CC
  10118.  
  10119.  
  10120. # save warnings/boilerplate of simple test code
  10121. ac_outfile=conftest.$ac_objext
  10122. printf "$lt_simple_compile_test_code" >conftest.$ac_ext
  10123. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  10124. _lt_compiler_boilerplate=`cat conftest.err`
  10125. $rm conftest*
  10126.  
  10127. ac_outfile=conftest.$ac_objext
  10128. printf "$lt_simple_link_test_code" >conftest.$ac_ext
  10129. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  10130. _lt_linker_boilerplate=`cat conftest.err`
  10131. $rm conftest*
  10132.  
  10133.  
  10134. # Allow CC to be a program name with arguments.
  10135. lt_save_CC=$CC
  10136. lt_save_LD=$LD
  10137. lt_save_GCC=$GCC
  10138. GCC=$GXX
  10139. lt_save_with_gnu_ld=$with_gnu_ld
  10140. lt_save_path_LD=$lt_cv_path_LD
  10141. if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  10142. lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  10143. else
  10144. unset lt_cv_prog_gnu_ld
  10145. fi
  10146. if test -n "${lt_cv_path_LDCXX+set}"; then
  10147. lt_cv_path_LD=$lt_cv_path_LDCXX
  10148. else
  10149. unset lt_cv_path_LD
  10150. fi
  10151. test -z "${LDCXX+set}" || LD=$LDCXX
  10152. CC=${CXX-"c++"}
  10153. compiler=$CC
  10154. compiler_CXX=$CC
  10155. for cc_temp in $compiler""; do
  10156. case $cc_temp in
  10157. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  10158. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  10159. \-*) ;;
  10160. *) break;;
  10161. esac
  10162. done
  10163. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  10164.  
  10165.  
  10166. # We don't want -fno-exception wen compiling C++ code, so set the
  10167. # no_builtin_flag separately
  10168. if test "$GXX" = yes; then
  10169. lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  10170. else
  10171. lt_prog_compiler_no_builtin_flag_CXX=
  10172. fi
  10173.  
  10174. if test "$GXX" = yes; then
  10175. # Set up default GNU C++ configuration
  10176.  
  10177.  
  10178. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  10179. if test "${with_gnu_ld+set}" = set; then
  10180. withval="$with_gnu_ld"
  10181. test "$withval" = no || with_gnu_ld=yes
  10182. else
  10183. with_gnu_ld=no
  10184. fi;
  10185. ac_prog=ld
  10186. if test "$GCC" = yes; then
  10187. # Check if gcc -print-prog-name=ld gives a path.
  10188. echo "$as_me:$LINENO: checking for ld used by $CC" >&5
  10189. echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
  10190. case $host in
  10191. *-*-mingw*)
  10192. # gcc leaves a trailing carriage return which upsets mingw
  10193. ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  10194. *)
  10195. ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  10196. esac
  10197. case $ac_prog in
  10198. # Accept absolute paths.
  10199. [\\/]* | ?:[\\/]*)
  10200. re_direlt='/[^/][^/]*/\.\./'
  10201. # Canonicalize the pathname of ld
  10202. ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
  10203. while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  10204. ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
  10205. done
  10206. test -z "$LD" && LD="$ac_prog"
  10207. ;;
  10208. "")
  10209. # If it fails, then pretend we aren't using GCC.
  10210. ac_prog=ld
  10211. ;;
  10212. *)
  10213. # If it is relative, then search for the first ld in PATH.
  10214. with_gnu_ld=unknown
  10215. ;;
  10216. esac
  10217. elif test "$with_gnu_ld" = yes; then
  10218. echo "$as_me:$LINENO: checking for GNU ld" >&5
  10219. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
  10220. else
  10221. echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  10222. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
  10223. fi
  10224. if test "${lt_cv_path_LD+set}" = set; then
  10225. echo $ECHO_N "(cached) $ECHO_C" >&6
  10226. else
  10227. if test -z "$LD"; then
  10228. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  10229. for ac_dir in $PATH; do
  10230. IFS="$lt_save_ifs"
  10231. test -z "$ac_dir" && ac_dir=.
  10232. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  10233. lt_cv_path_LD="$ac_dir/$ac_prog"
  10234. # Check to see if the program is GNU ld. I'd rather use --version,
  10235. # but apparently some GNU ld's only accept -v.
  10236. # Break only if it was the GNU/non-GNU ld that we prefer.
  10237. case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  10238. *GNU* | *'with BFD'*)
  10239. test "$with_gnu_ld" != no && break
  10240. ;;
  10241. *)
  10242. test "$with_gnu_ld" != yes && break
  10243. ;;
  10244. esac
  10245. fi
  10246. done
  10247. IFS="$lt_save_ifs"
  10248. else
  10249. lt_cv_path_LD="$LD" # Let the user override the test with a path.
  10250. fi
  10251. fi
  10252.  
  10253. LD="$lt_cv_path_LD"
  10254. if test -n "$LD"; then
  10255. echo "$as_me:$LINENO: result: $LD" >&5
  10256. echo "${ECHO_T}$LD" >&6
  10257. else
  10258. echo "$as_me:$LINENO: result: no" >&5
  10259. echo "${ECHO_T}no" >&6
  10260. fi
  10261. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
  10262. echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
  10263. { (exit 1); exit 1; }; }
  10264. echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  10265. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
  10266. if test "${lt_cv_prog_gnu_ld+set}" = set; then
  10267. echo $ECHO_N "(cached) $ECHO_C" >&6
  10268. else
  10269. # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  10270. case `$LD -v 2>&1 </dev/null` in
  10271. *GNU* | *'with BFD'*)
  10272. lt_cv_prog_gnu_ld=yes
  10273. ;;
  10274. *)
  10275. lt_cv_prog_gnu_ld=no
  10276. ;;
  10277. esac
  10278. fi
  10279. echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
  10280. echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
  10281. with_gnu_ld=$lt_cv_prog_gnu_ld
  10282.  
  10283.  
  10284.  
  10285. # Check if GNU C++ uses GNU ld as the underlying linker, since the
  10286. # archiving commands below assume that GNU ld is being used.
  10287. if test "$with_gnu_ld" = yes; then
  10288. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  10289. archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  10290.  
  10291. hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
  10292. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  10293.  
  10294. # If archive_cmds runs LD, not CC, wlarc should be empty
  10295. # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  10296. # investigate it a little bit more. (MM)
  10297. wlarc='${wl}'
  10298.  
  10299. # ancient GNU ld didn't support --whole-archive et. al.
  10300. if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
  10301. grep 'no-whole-archive' > /dev/null; then
  10302. whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  10303. else
  10304. whole_archive_flag_spec_CXX=
  10305. fi
  10306. else
  10307. with_gnu_ld=no
  10308. wlarc=
  10309.  
  10310. # A generic and very simple default shared library creation
  10311. # command for GNU C++ for the case where it uses the native
  10312. # linker, instead of GNU ld. If possible, this setting should
  10313. # overridden to take advantage of the native linker features on
  10314. # the platform it is being used on.
  10315. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  10316. fi
  10317.  
  10318. # Commands to make compiler produce verbose output that lists
  10319. # what "hidden" libraries, object files and flags are used when
  10320. # linking a shared library.
  10321. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
  10322.  
  10323. else
  10324. GXX=no
  10325. with_gnu_ld=no
  10326. wlarc=
  10327. fi
  10328.  
  10329. # PORTME: fill in a description of your system's C++ link characteristics
  10330. echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  10331. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
  10332. ld_shlibs_CXX=yes
  10333. case $host_os in
  10334. aix3*)
  10335. # FIXME: insert proper C++ library support
  10336. ld_shlibs_CXX=no
  10337. ;;
  10338. aix4* | aix5*)
  10339. if test "$host_cpu" = ia64; then
  10340. # On IA64, the linker does run time linking by default, so we don't
  10341. # have to do anything special.
  10342. aix_use_runtimelinking=no
  10343. exp_sym_flag='-Bexport'
  10344. no_entry_flag=""
  10345. else
  10346. aix_use_runtimelinking=no
  10347.  
  10348. # Test if we are trying to use run time linking or normal
  10349. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  10350. # need to do runtime linking.
  10351. case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  10352. for ld_flag in $LDFLAGS; do
  10353. case $ld_flag in
  10354. *-brtl*)
  10355. aix_use_runtimelinking=yes
  10356. break
  10357. ;;
  10358. esac
  10359. done
  10360. esac
  10361.  
  10362. exp_sym_flag='-bexport'
  10363. no_entry_flag='-bnoentry'
  10364. fi
  10365.  
  10366. # When large executables or shared objects are built, AIX ld can
  10367. # have problems creating the table of contents. If linking a library
  10368. # or program results in "error TOC overflow" add -mminimal-toc to
  10369. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  10370. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  10371.  
  10372. archive_cmds_CXX=''
  10373. hardcode_direct_CXX=yes
  10374. hardcode_libdir_separator_CXX=':'
  10375. link_all_deplibs_CXX=yes
  10376.  
  10377. if test "$GXX" = yes; then
  10378. case $host_os in aix4.[012]|aix4.[012].*)
  10379. # We only want to do this on AIX 4.2 and lower, the check
  10380. # below for broken collect2 doesn't work under 4.3+
  10381. collect2name=`${CC} -print-prog-name=collect2`
  10382. if test -f "$collect2name" && \
  10383. strings "$collect2name" | grep resolve_lib_name >/dev/null
  10384. then
  10385. # We have reworked collect2
  10386. hardcode_direct_CXX=yes
  10387. else
  10388. # We have old collect2
  10389. hardcode_direct_CXX=unsupported
  10390. # It fails to find uninstalled libraries when the uninstalled
  10391. # path is not listed in the libpath. Setting hardcode_minus_L
  10392. # to unsupported forces relinking
  10393. hardcode_minus_L_CXX=yes
  10394. hardcode_libdir_flag_spec_CXX='-L$libdir'
  10395. hardcode_libdir_separator_CXX=
  10396. fi
  10397. esac
  10398. shared_flag='-shared'
  10399. if test "$aix_use_runtimelinking" = yes; then
  10400. shared_flag="$shared_flag "'${wl}-G'
  10401. fi
  10402. else
  10403. # not using gcc
  10404. if test "$host_cpu" = ia64; then
  10405. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  10406. # chokes on -Wl,-G. The following line is correct:
  10407. shared_flag='-G'
  10408. else
  10409. if test "$aix_use_runtimelinking" = yes; then
  10410. shared_flag='${wl}-G'
  10411. else
  10412. shared_flag='${wl}-bM:SRE'
  10413. fi
  10414. fi
  10415. fi
  10416.  
  10417. # It seems that -bexpall does not export symbols beginning with
  10418. # underscore (_), so it is better to generate a list of symbols to export.
  10419. always_export_symbols_CXX=yes
  10420. if test "$aix_use_runtimelinking" = yes; then
  10421. # Warning - without using the other runtime loading flags (-brtl),
  10422. # -berok will link without error, but may produce a broken library.
  10423. allow_undefined_flag_CXX='-berok'
  10424. # Determine the default libpath from the value encoded in an empty executable.
  10425. cat >conftest.$ac_ext <<_ACEOF
  10426. /* confdefs.h. */
  10427. _ACEOF
  10428. cat confdefs.h >>conftest.$ac_ext
  10429. cat >>conftest.$ac_ext <<_ACEOF
  10430. /* end confdefs.h. */
  10431.  
  10432. int
  10433. main ()
  10434. {
  10435.  
  10436. ;
  10437. return 0;
  10438. }
  10439. _ACEOF
  10440. rm -f conftest.$ac_objext conftest$ac_exeext
  10441. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10442. (eval $ac_link) 2>conftest.er1
  10443. ac_status=$?
  10444. grep -v '^ *+' conftest.er1 >conftest.err
  10445. rm -f conftest.er1
  10446. cat conftest.err >&5
  10447. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10448. (exit $ac_status); } &&
  10449. { ac_try='test -z "$ac_cxx_werror_flag"
  10450. || test ! -s conftest.err'
  10451. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10452. (eval $ac_try) 2>&5
  10453. ac_status=$?
  10454. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10455. (exit $ac_status); }; } &&
  10456. { ac_try='test -s conftest$ac_exeext'
  10457. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10458. (eval $ac_try) 2>&5
  10459. ac_status=$?
  10460. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10461. (exit $ac_status); }; }; then
  10462.  
  10463. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  10464. }'`
  10465. # Check for a 64-bit object if we didn't find anything.
  10466. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  10467. }'`; fi
  10468. else
  10469. echo "$as_me: failed program was:" >&5
  10470. sed 's/^/| /' conftest.$ac_ext >&5
  10471.  
  10472. fi
  10473. rm -f conftest.err conftest.$ac_objext \
  10474. conftest$ac_exeext conftest.$ac_ext
  10475. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  10476.  
  10477. hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
  10478.  
  10479. archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  10480. else
  10481. if test "$host_cpu" = ia64; then
  10482. hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
  10483. allow_undefined_flag_CXX="-z nodefs"
  10484. archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
  10485. else
  10486. # Determine the default libpath from the value encoded in an empty executable.
  10487. cat >conftest.$ac_ext <<_ACEOF
  10488. /* confdefs.h. */
  10489. _ACEOF
  10490. cat confdefs.h >>conftest.$ac_ext
  10491. cat >>conftest.$ac_ext <<_ACEOF
  10492. /* end confdefs.h. */
  10493.  
  10494. int
  10495. main ()
  10496. {
  10497.  
  10498. ;
  10499. return 0;
  10500. }
  10501. _ACEOF
  10502. rm -f conftest.$ac_objext conftest$ac_exeext
  10503. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  10504. (eval $ac_link) 2>conftest.er1
  10505. ac_status=$?
  10506. grep -v '^ *+' conftest.er1 >conftest.err
  10507. rm -f conftest.er1
  10508. cat conftest.err >&5
  10509. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10510. (exit $ac_status); } &&
  10511. { ac_try='test -z "$ac_cxx_werror_flag"
  10512. || test ! -s conftest.err'
  10513. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10514. (eval $ac_try) 2>&5
  10515. ac_status=$?
  10516. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10517. (exit $ac_status); }; } &&
  10518. { ac_try='test -s conftest$ac_exeext'
  10519. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  10520. (eval $ac_try) 2>&5
  10521. ac_status=$?
  10522. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  10523. (exit $ac_status); }; }; then
  10524.  
  10525. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  10526. }'`
  10527. # Check for a 64-bit object if we didn't find anything.
  10528. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  10529. }'`; fi
  10530. else
  10531. echo "$as_me: failed program was:" >&5
  10532. sed 's/^/| /' conftest.$ac_ext >&5
  10533.  
  10534. fi
  10535. rm -f conftest.err conftest.$ac_objext \
  10536. conftest$ac_exeext conftest.$ac_ext
  10537. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  10538.  
  10539. hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
  10540. # Warning - without using the other run time loading flags,
  10541. # -berok will link without error, but may produce a broken library.
  10542. no_undefined_flag_CXX=' ${wl}-bernotok'
  10543. allow_undefined_flag_CXX=' ${wl}-berok'
  10544. # -bexpall does not export symbols beginning with underscore (_)
  10545. always_export_symbols_CXX=yes
  10546. # Exported symbols can be pulled into shared objects from archives
  10547. whole_archive_flag_spec_CXX=' '
  10548. archive_cmds_need_lc_CXX=yes
  10549. # This is similar to how AIX traditionally builds it's shared libraries.
  10550. archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  10551. fi
  10552. fi
  10553. ;;
  10554. chorus*)
  10555. case $cc_basename in
  10556. *)
  10557. # FIXME: insert proper C++ library support
  10558. ld_shlibs_CXX=no
  10559. ;;
  10560. esac
  10561. ;;
  10562.  
  10563.  
  10564. cygwin* | mingw* | pw32*)
  10565. # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
  10566. # as there is no search path for DLLs.
  10567. hardcode_libdir_flag_spec_CXX='-L$libdir'
  10568. allow_undefined_flag_CXX=unsupported
  10569. always_export_symbols_CXX=no
  10570. enable_shared_with_static_runtimes_CXX=yes
  10571.  
  10572. if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  10573. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  10574. # If the export-symbols file already is a .def file (1st line
  10575. # is EXPORTS), use it as is; otherwise, prepend...
  10576. archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  10577. cp $export_symbols $output_objdir/$soname.def;
  10578. else
  10579. echo EXPORTS > $output_objdir/$soname.def;
  10580. cat $export_symbols >> $output_objdir/$soname.def;
  10581. fi~
  10582. $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  10583. else
  10584. ld_shlibs_CXX=no
  10585. fi
  10586. ;;
  10587. darwin* | rhapsody*)
  10588. case "$host_os" in
  10589. rhapsody* | darwin1.[012])
  10590. allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
  10591. ;;
  10592. *) # Darwin 1.3 on
  10593. if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  10594. allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  10595. else
  10596. case ${MACOSX_DEPLOYMENT_TARGET} in
  10597. 10.[012])
  10598. allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  10599. ;;
  10600. 10.*)
  10601. allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
  10602. ;;
  10603. esac
  10604. fi
  10605. ;;
  10606. esac
  10607. archive_cmds_need_lc_CXX=no
  10608. hardcode_direct_CXX=no
  10609. hardcode_automatic_CXX=yes
  10610. hardcode_shlibpath_var_CXX=unsupported
  10611. whole_archive_flag_spec_CXX=''
  10612. link_all_deplibs_CXX=yes
  10613.  
  10614. if test "$GXX" = yes ; then
  10615. lt_int_apple_cc_single_mod=no
  10616. output_verbose_link_cmd='echo'
  10617. if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
  10618. lt_int_apple_cc_single_mod=yes
  10619. fi
  10620. if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  10621. archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  10622. else
  10623. archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  10624. fi
  10625. module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  10626. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  10627. if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  10628. archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  10629. else
  10630. archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  10631. fi
  10632. module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  10633. else
  10634. case $cc_basename in
  10635. xlc*)
  10636. output_verbose_link_cmd='echo'
  10637. archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
  10638. module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  10639. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  10640. archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  10641. module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  10642. ;;
  10643. *)
  10644. ld_shlibs_CXX=no
  10645. ;;
  10646. esac
  10647. fi
  10648. ;;
  10649.  
  10650. dgux*)
  10651. case $cc_basename in
  10652. ec++*)
  10653. # FIXME: insert proper C++ library support
  10654. ld_shlibs_CXX=no
  10655. ;;
  10656. ghcx*)
  10657. # Green Hills C++ Compiler
  10658. # FIXME: insert proper C++ library support
  10659. ld_shlibs_CXX=no
  10660. ;;
  10661. *)
  10662. # FIXME: insert proper C++ library support
  10663. ld_shlibs_CXX=no
  10664. ;;
  10665. esac
  10666. ;;
  10667. freebsd[12]*)
  10668. # C++ shared libraries reported to be fairly broken before switch to ELF
  10669. ld_shlibs_CXX=no
  10670. ;;
  10671. freebsd-elf*)
  10672. archive_cmds_need_lc_CXX=no
  10673. ;;
  10674. freebsd* | kfreebsd*-gnu | dragonfly*)
  10675. # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  10676. # conventions
  10677. ld_shlibs_CXX=yes
  10678. ;;
  10679. gnu*)
  10680. ;;
  10681. hpux9*)
  10682. hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
  10683. hardcode_libdir_separator_CXX=:
  10684. export_dynamic_flag_spec_CXX='${wl}-E'
  10685. hardcode_direct_CXX=yes
  10686. hardcode_minus_L_CXX=yes # Not in the search PATH,
  10687. # but as the default
  10688. # location of the library.
  10689.  
  10690. case $cc_basename in
  10691. CC*)
  10692. # FIXME: insert proper C++ library support
  10693. ld_shlibs_CXX=no
  10694. ;;
  10695. aCC*)
  10696. archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  10697. # Commands to make compiler produce verbose output that lists
  10698. # what "hidden" libraries, object files and flags are used when
  10699. # linking a shared library.
  10700. #
  10701. # There doesn't appear to be a way to prevent this compiler from
  10702. # explicitly linking system object files so we need to strip them
  10703. # from the output so that they don't get included in the library
  10704. # dependencies.
  10705. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  10706. ;;
  10707. *)
  10708. if test "$GXX" = yes; then
  10709. archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  10710. else
  10711. # FIXME: insert proper C++ library support
  10712. ld_shlibs_CXX=no
  10713. fi
  10714. ;;
  10715. esac
  10716. ;;
  10717. hpux10*|hpux11*)
  10718. if test $with_gnu_ld = no; then
  10719. case "$host_cpu" in
  10720. hppa*64*)
  10721. hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
  10722. hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
  10723. hardcode_libdir_separator_CXX=:
  10724. ;;
  10725. ia64*)
  10726. hardcode_libdir_flag_spec_CXX='-L$libdir'
  10727. ;;
  10728. *)
  10729. hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
  10730. hardcode_libdir_separator_CXX=:
  10731. export_dynamic_flag_spec_CXX='${wl}-E'
  10732. ;;
  10733. esac
  10734. fi
  10735. case "$host_cpu" in
  10736. hppa*64*)
  10737. hardcode_direct_CXX=no
  10738. hardcode_shlibpath_var_CXX=no
  10739. ;;
  10740. ia64*)
  10741. hardcode_direct_CXX=no
  10742. hardcode_shlibpath_var_CXX=no
  10743. hardcode_minus_L_CXX=yes # Not in the search PATH,
  10744. # but as the default
  10745. # location of the library.
  10746. ;;
  10747. *)
  10748. hardcode_direct_CXX=yes
  10749. hardcode_minus_L_CXX=yes # Not in the search PATH,
  10750. # but as the default
  10751. # location of the library.
  10752. ;;
  10753. esac
  10754.  
  10755. case $cc_basename in
  10756. CC*)
  10757. # FIXME: insert proper C++ library support
  10758. ld_shlibs_CXX=no
  10759. ;;
  10760. aCC*)
  10761. case "$host_cpu" in
  10762. hppa*64*|ia64*)
  10763. archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  10764. ;;
  10765. *)
  10766. archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  10767. ;;
  10768. esac
  10769. # Commands to make compiler produce verbose output that lists
  10770. # what "hidden" libraries, object files and flags are used when
  10771. # linking a shared library.
  10772. #
  10773. # There doesn't appear to be a way to prevent this compiler from
  10774. # explicitly linking system object files so we need to strip them
  10775. # from the output so that they don't get included in the library
  10776. # dependencies.
  10777. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  10778. ;;
  10779. *)
  10780. if test "$GXX" = yes; then
  10781. if test $with_gnu_ld = no; then
  10782. case "$host_cpu" in
  10783. ia64*|hppa*64*)
  10784. archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  10785. ;;
  10786. *)
  10787. archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  10788. ;;
  10789. esac
  10790. fi
  10791. else
  10792. # FIXME: insert proper C++ library support
  10793. ld_shlibs_CXX=no
  10794. fi
  10795. ;;
  10796. esac
  10797. ;;
  10798. irix5* | irix6*)
  10799. case $cc_basename in
  10800. CC*)
  10801. # SGI C++
  10802. archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  10803.  
  10804. # Archives containing C++ object files must be created using
  10805. # "CC -ar", where "CC" is the IRIX C++ compiler. This is
  10806. # necessary to make sure instantiated templates are included
  10807. # in the archive.
  10808. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
  10809. ;;
  10810. *)
  10811. if test "$GXX" = yes; then
  10812. if test "$with_gnu_ld" = no; then
  10813. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  10814. else
  10815. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
  10816. fi
  10817. fi
  10818. link_all_deplibs_CXX=yes
  10819. ;;
  10820. esac
  10821. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  10822. hardcode_libdir_separator_CXX=:
  10823. ;;
  10824. linux*)
  10825. case $cc_basename in
  10826. KCC*)
  10827. # Kuck and Associates, Inc. (KAI) C++ Compiler
  10828.  
  10829. # KCC will only create a shared library if the output file
  10830. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  10831. # to its proper name (with version) after linking.
  10832. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
  10833. archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
  10834. # Commands to make compiler produce verbose output that lists
  10835. # what "hidden" libraries, object files and flags are used when
  10836. # linking a shared library.
  10837. #
  10838. # There doesn't appear to be a way to prevent this compiler from
  10839. # explicitly linking system object files so we need to strip them
  10840. # from the output so that they don't get included in the library
  10841. # dependencies.
  10842. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  10843.  
  10844. hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
  10845. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  10846.  
  10847. # Archives containing C++ object files must be created using
  10848. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  10849. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
  10850. ;;
  10851. icpc*)
  10852. # Intel C++
  10853. with_gnu_ld=yes
  10854. # version 8.0 and above of icpc choke on multiply defined symbols
  10855. # if we add $predep_objects and $postdep_objects, however 7.1 and
  10856. # earlier do not add the objects themselves.
  10857. case `$CC -V 2>&1` in
  10858. *"Version 7."*)
  10859. archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  10860. archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  10861. ;;
  10862. *) # Version 8.0 or newer
  10863. tmp_idyn=
  10864. case $host_cpu in
  10865. ia64*) tmp_idyn=' -i_dynamic';;
  10866. esac
  10867. archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  10868. archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  10869. ;;
  10870. esac
  10871. archive_cmds_need_lc_CXX=no
  10872. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  10873. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  10874. whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  10875. ;;
  10876. pgCC*)
  10877. # Portland Group C++ compiler
  10878. archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  10879. archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
  10880.  
  10881. hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
  10882. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  10883. whole_archive_flag_spec_CXX='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  10884. ;;
  10885. cxx*)
  10886. # Compaq C++
  10887. archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  10888. archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
  10889.  
  10890. runpath_var=LD_RUN_PATH
  10891. hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  10892. hardcode_libdir_separator_CXX=:
  10893.  
  10894. # Commands to make compiler produce verbose output that lists
  10895. # what "hidden" libraries, object files and flags are used when
  10896. # linking a shared library.
  10897. #
  10898. # There doesn't appear to be a way to prevent this compiler from
  10899. # explicitly linking system object files so we need to strip them
  10900. # from the output so that they don't get included in the library
  10901. # dependencies.
  10902. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  10903. ;;
  10904. esac
  10905. ;;
  10906. lynxos*)
  10907. # FIXME: insert proper C++ library support
  10908. ld_shlibs_CXX=no
  10909. ;;
  10910. m88k*)
  10911. # FIXME: insert proper C++ library support
  10912. ld_shlibs_CXX=no
  10913. ;;
  10914. mvs*)
  10915. case $cc_basename in
  10916. cxx*)
  10917. # FIXME: insert proper C++ library support
  10918. ld_shlibs_CXX=no
  10919. ;;
  10920. *)
  10921. # FIXME: insert proper C++ library support
  10922. ld_shlibs_CXX=no
  10923. ;;
  10924. esac
  10925. ;;
  10926. netbsd*)
  10927. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  10928. archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  10929. wlarc=
  10930. hardcode_libdir_flag_spec_CXX='-R$libdir'
  10931. hardcode_direct_CXX=yes
  10932. hardcode_shlibpath_var_CXX=no
  10933. fi
  10934. # Workaround some broken pre-1.5 toolchains
  10935. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  10936. ;;
  10937. openbsd2*)
  10938. # C++ shared libraries are fairly broken
  10939. ld_shlibs_CXX=no
  10940. ;;
  10941. openbsd*)
  10942. hardcode_direct_CXX=yes
  10943. hardcode_shlibpath_var_CXX=no
  10944. archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  10945. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  10946. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  10947. archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
  10948. export_dynamic_flag_spec_CXX='${wl}-E'
  10949. whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  10950. fi
  10951. output_verbose_link_cmd='echo'
  10952. ;;
  10953. osf3*)
  10954. case $cc_basename in
  10955. KCC*)
  10956. # Kuck and Associates, Inc. (KAI) C++ Compiler
  10957.  
  10958. # KCC will only create a shared library if the output file
  10959. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  10960. # to its proper name (with version) after linking.
  10961. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
  10962.  
  10963. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  10964. hardcode_libdir_separator_CXX=:
  10965.  
  10966. # Archives containing C++ object files must be created using
  10967. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  10968. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
  10969.  
  10970. ;;
  10971. RCC*)
  10972. # Rational C++ 2.4.1
  10973. # FIXME: insert proper C++ library support
  10974. ld_shlibs_CXX=no
  10975. ;;
  10976. cxx*)
  10977. allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
  10978. archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  10979.  
  10980. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  10981. hardcode_libdir_separator_CXX=:
  10982.  
  10983. # Commands to make compiler produce verbose output that lists
  10984. # what "hidden" libraries, object files and flags are used when
  10985. # linking a shared library.
  10986. #
  10987. # There doesn't appear to be a way to prevent this compiler from
  10988. # explicitly linking system object files so we need to strip them
  10989. # from the output so that they don't get included in the library
  10990. # dependencies.
  10991. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  10992. ;;
  10993. *)
  10994. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  10995. allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
  10996. archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  10997.  
  10998. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  10999. hardcode_libdir_separator_CXX=:
  11000.  
  11001. # Commands to make compiler produce verbose output that lists
  11002. # what "hidden" libraries, object files and flags are used when
  11003. # linking a shared library.
  11004. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
  11005.  
  11006. else
  11007. # FIXME: insert proper C++ library support
  11008. ld_shlibs_CXX=no
  11009. fi
  11010. ;;
  11011. esac
  11012. ;;
  11013. osf4* | osf5*)
  11014. case $cc_basename in
  11015. KCC*)
  11016. # Kuck and Associates, Inc. (KAI) C++ Compiler
  11017.  
  11018. # KCC will only create a shared library if the output file
  11019. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  11020. # to its proper name (with version) after linking.
  11021. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
  11022.  
  11023. hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
  11024. hardcode_libdir_separator_CXX=:
  11025.  
  11026. # Archives containing C++ object files must be created using
  11027. # the KAI C++ compiler.
  11028. old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
  11029. ;;
  11030. RCC*)
  11031. # Rational C++ 2.4.1
  11032. # FIXME: insert proper C++ library support
  11033. ld_shlibs_CXX=no
  11034. ;;
  11035. cxx*)
  11036. allow_undefined_flag_CXX=' -expect_unresolved \*'
  11037. archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  11038. archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
  11039. echo "-hidden">> $lib.exp~
  11040. $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
  11041. $rm $lib.exp'
  11042.  
  11043. hardcode_libdir_flag_spec_CXX='-rpath $libdir'
  11044. hardcode_libdir_separator_CXX=:
  11045.  
  11046. # Commands to make compiler produce verbose output that lists
  11047. # what "hidden" libraries, object files and flags are used when
  11048. # linking a shared library.
  11049. #
  11050. # There doesn't appear to be a way to prevent this compiler from
  11051. # explicitly linking system object files so we need to strip them
  11052. # from the output so that they don't get included in the library
  11053. # dependencies.
  11054. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  11055. ;;
  11056. *)
  11057. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  11058. allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
  11059. archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  11060.  
  11061. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  11062. hardcode_libdir_separator_CXX=:
  11063.  
  11064. # Commands to make compiler produce verbose output that lists
  11065. # what "hidden" libraries, object files and flags are used when
  11066. # linking a shared library.
  11067. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
  11068.  
  11069. else
  11070. # FIXME: insert proper C++ library support
  11071. ld_shlibs_CXX=no
  11072. fi
  11073. ;;
  11074. esac
  11075. ;;
  11076. psos*)
  11077. # FIXME: insert proper C++ library support
  11078. ld_shlibs_CXX=no
  11079. ;;
  11080. sco*)
  11081. archive_cmds_need_lc_CXX=no
  11082. case $cc_basename in
  11083. CC*)
  11084. # FIXME: insert proper C++ library support
  11085. ld_shlibs_CXX=no
  11086. ;;
  11087. *)
  11088. # FIXME: insert proper C++ library support
  11089. ld_shlibs_CXX=no
  11090. ;;
  11091. esac
  11092. ;;
  11093. sunos4*)
  11094. case $cc_basename in
  11095. CC*)
  11096. # Sun C++ 4.x
  11097. # FIXME: insert proper C++ library support
  11098. ld_shlibs_CXX=no
  11099. ;;
  11100. lcc*)
  11101. # Lucid
  11102. # FIXME: insert proper C++ library support
  11103. ld_shlibs_CXX=no
  11104. ;;
  11105. *)
  11106. # FIXME: insert proper C++ library support
  11107. ld_shlibs_CXX=no
  11108. ;;
  11109. esac
  11110. ;;
  11111. solaris*)
  11112. case $cc_basename in
  11113. CC*)
  11114. # Sun C++ 4.2, 5.x and Centerline C++
  11115. no_undefined_flag_CXX=' -zdefs'
  11116. archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  11117. archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  11118. $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  11119.  
  11120. hardcode_libdir_flag_spec_CXX='-R$libdir'
  11121. hardcode_shlibpath_var_CXX=no
  11122. case $host_os in
  11123. solaris2.[0-5] | solaris2.[0-5].*) ;;
  11124. *)
  11125. # The C++ compiler is used as linker so we must use $wl
  11126. # flag to pass the commands to the underlying system
  11127. # linker. We must also pass each convience library through
  11128. # to the system linker between allextract/defaultextract.
  11129. # The C++ compiler will combine linker options so we
  11130. # cannot just pass the convience library names through
  11131. # without $wl.
  11132. # Supported since Solaris 2.6 (maybe 2.5.1?)
  11133. whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
  11134. ;;
  11135. esac
  11136. link_all_deplibs_CXX=yes
  11137.  
  11138. # Commands to make compiler produce verbose output that lists
  11139. # what "hidden" libraries, object files and flags are used when
  11140. # linking a shared library.
  11141. #
  11142. # There doesn't appear to be a way to prevent this compiler from
  11143. # explicitly linking system object files so we need to strip them
  11144. # from the output so that they don't get included in the library
  11145. # dependencies.
  11146. output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
  11147.  
  11148. # Archives containing C++ object files must be created using
  11149. # "CC -xar", where "CC" is the Sun C++ compiler. This is
  11150. # necessary to make sure instantiated templates are included
  11151. # in the archive.
  11152. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
  11153. ;;
  11154. gcx*)
  11155. # Green Hills C++ Compiler
  11156. archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  11157.  
  11158. # The C++ compiler must be used to create the archive.
  11159. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  11160. ;;
  11161. *)
  11162. # GNU C++ compiler with Solaris linker
  11163. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  11164. no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
  11165. if $CC --version | grep -v '^2\.7' > /dev/null; then
  11166. archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  11167. archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  11168. $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  11169.  
  11170. # Commands to make compiler produce verbose output that lists
  11171. # what "hidden" libraries, object files and flags are used when
  11172. # linking a shared library.
  11173. output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
  11174. else
  11175. # g++ 2.7 appears to require `-G' NOT `-shared' on this
  11176. # platform.
  11177. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  11178. archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  11179. $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  11180.  
  11181. # Commands to make compiler produce verbose output that lists
  11182. # what "hidden" libraries, object files and flags are used when
  11183. # linking a shared library.
  11184. output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
  11185. fi
  11186.  
  11187. hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
  11188. fi
  11189. ;;
  11190. esac
  11191. ;;
  11192. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
  11193. archive_cmds_need_lc_CXX=no
  11194. ;;
  11195. tandem*)
  11196. case $cc_basename in
  11197. NCC*)
  11198. # NonStop-UX NCC 3.20
  11199. # FIXME: insert proper C++ library support
  11200. ld_shlibs_CXX=no
  11201. ;;
  11202. *)
  11203. # FIXME: insert proper C++ library support
  11204. ld_shlibs_CXX=no
  11205. ;;
  11206. esac
  11207. ;;
  11208. vxworks*)
  11209. # FIXME: insert proper C++ library support
  11210. ld_shlibs_CXX=no
  11211. ;;
  11212. *)
  11213. # FIXME: insert proper C++ library support
  11214. ld_shlibs_CXX=no
  11215. ;;
  11216. esac
  11217. echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
  11218. echo "${ECHO_T}$ld_shlibs_CXX" >&6
  11219. test "$ld_shlibs_CXX" = no && can_build_shared=no
  11220.  
  11221. GCC_CXX="$GXX"
  11222. LD_CXX="$LD"
  11223.  
  11224.  
  11225. cat > conftest.$ac_ext <<EOF
  11226. class Foo
  11227. {
  11228. public:
  11229. Foo (void) { a = 0; }
  11230. private:
  11231. int a;
  11232. };
  11233. EOF
  11234.  
  11235. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  11236. (eval $ac_compile) 2>&5
  11237. ac_status=$?
  11238. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11239. (exit $ac_status); }; then
  11240. # Parse the compiler output and extract the necessary
  11241. # objects, libraries and library flags.
  11242.  
  11243. # Sentinel used to keep track of whether or not we are before
  11244. # the conftest object file.
  11245. pre_test_object_deps_done=no
  11246.  
  11247. # The `*' in the case matches for architectures that use `case' in
  11248. # $output_verbose_cmd can trigger glob expansion during the loop
  11249. # eval without this substitution.
  11250. output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
  11251.  
  11252. for p in `eval $output_verbose_link_cmd`; do
  11253. case $p in
  11254.  
  11255. -L* | -R* | -l*)
  11256. # Some compilers place space between "-{L,R}" and the path.
  11257. # Remove the space.
  11258. if test $p = "-L" \
  11259. || test $p = "-R"; then
  11260. prev=$p
  11261. continue
  11262. else
  11263. prev=
  11264. fi
  11265.  
  11266. if test "$pre_test_object_deps_done" = no; then
  11267. case $p in
  11268. -L* | -R*)
  11269. # Internal compiler library paths should come after those
  11270. # provided the user. The postdeps already come after the
  11271. # user supplied libs so there is no need to process them.
  11272. if test -z "$compiler_lib_search_path_CXX"; then
  11273. compiler_lib_search_path_CXX="${prev}${p}"
  11274. else
  11275. compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
  11276. fi
  11277. ;;
  11278. # The "-l" case would never come before the object being
  11279. # linked, so don't bother handling this case.
  11280. esac
  11281. else
  11282. if test -z "$postdeps_CXX"; then
  11283. postdeps_CXX="${prev}${p}"
  11284. else
  11285. postdeps_CXX="${postdeps_CXX} ${prev}${p}"
  11286. fi
  11287. fi
  11288. ;;
  11289.  
  11290. *.$objext)
  11291. # This assumes that the test object file only shows up
  11292. # once in the compiler output.
  11293. if test "$p" = "conftest.$objext"; then
  11294. pre_test_object_deps_done=yes
  11295. continue
  11296. fi
  11297.  
  11298. if test "$pre_test_object_deps_done" = no; then
  11299. if test -z "$predep_objects_CXX"; then
  11300. predep_objects_CXX="$p"
  11301. else
  11302. predep_objects_CXX="$predep_objects_CXX $p"
  11303. fi
  11304. else
  11305. if test -z "$postdep_objects_CXX"; then
  11306. postdep_objects_CXX="$p"
  11307. else
  11308. postdep_objects_CXX="$postdep_objects_CXX $p"
  11309. fi
  11310. fi
  11311. ;;
  11312.  
  11313. *) ;; # Ignore the rest.
  11314.  
  11315. esac
  11316. done
  11317.  
  11318. # Clean up.
  11319. rm -f a.out a.exe
  11320. else
  11321. echo "libtool.m4: error: problem compiling CXX test program"
  11322. fi
  11323.  
  11324. $rm -f confest.$objext
  11325.  
  11326. case " $postdeps_CXX " in
  11327. *" -lc "*) archive_cmds_need_lc_CXX=no ;;
  11328. esac
  11329.  
  11330. lt_prog_compiler_wl_CXX=
  11331. lt_prog_compiler_pic_CXX=
  11332. lt_prog_compiler_static_CXX=
  11333.  
  11334. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  11335. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  11336.  
  11337. # C++ specific cases for pic, static, wl, etc.
  11338. if test "$GXX" = yes; then
  11339. lt_prog_compiler_wl_CXX='-Wl,'
  11340. lt_prog_compiler_static_CXX='-static'
  11341.  
  11342. case $host_os in
  11343. aix*)
  11344. # All AIX code is PIC.
  11345. if test "$host_cpu" = ia64; then
  11346. # AIX 5 now supports IA64 processor
  11347. lt_prog_compiler_static_CXX='-Bstatic'
  11348. fi
  11349. ;;
  11350. amigaos*)
  11351. # FIXME: we need at least 68020 code to build shared libraries, but
  11352. # adding the `-m68020' flag to GCC prevents building anything better,
  11353. # like `-m68040'.
  11354. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
  11355. ;;
  11356. beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  11357. # PIC is the default for these OSes.
  11358. ;;
  11359. mingw* | os2* | pw32*)
  11360. # This hack is so that the source file can tell whether it is being
  11361. # built for inclusion in a dll (and should export symbols for example).
  11362. lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
  11363. ;;
  11364. darwin* | rhapsody*)
  11365. # PIC is the default on this platform
  11366. # Common symbols not allowed in MH_DYLIB files
  11367. lt_prog_compiler_pic_CXX='-fno-common'
  11368. ;;
  11369. *djgpp*)
  11370. # DJGPP does not support shared libraries at all
  11371. lt_prog_compiler_pic_CXX=
  11372. ;;
  11373. sysv4*MP*)
  11374. if test -d /usr/nec; then
  11375. lt_prog_compiler_pic_CXX=-Kconform_pic
  11376. fi
  11377. ;;
  11378. hpux*)
  11379. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  11380. # not for PA HP-UX.
  11381. case "$host_cpu" in
  11382. hppa*64*|ia64*)
  11383. ;;
  11384. *)
  11385. lt_prog_compiler_pic_CXX='-fPIC'
  11386. ;;
  11387. esac
  11388. ;;
  11389. *)
  11390. lt_prog_compiler_pic_CXX='-fPIC'
  11391. ;;
  11392. esac
  11393. else
  11394. case $host_os in
  11395. aix4* | aix5*)
  11396. # All AIX code is PIC.
  11397. if test "$host_cpu" = ia64; then
  11398. # AIX 5 now supports IA64 processor
  11399. lt_prog_compiler_static_CXX='-Bstatic'
  11400. else
  11401. lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
  11402. fi
  11403. ;;
  11404. chorus*)
  11405. case $cc_basename in
  11406. cxch68*)
  11407. # Green Hills C++ Compiler
  11408. # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
  11409. ;;
  11410. esac
  11411. ;;
  11412. darwin*)
  11413. # PIC is the default on this platform
  11414. # Common symbols not allowed in MH_DYLIB files
  11415. case $cc_basename in
  11416. xlc*)
  11417. lt_prog_compiler_pic_CXX='-qnocommon'
  11418. lt_prog_compiler_wl_CXX='-Wl,'
  11419. ;;
  11420. esac
  11421. ;;
  11422. dgux*)
  11423. case $cc_basename in
  11424. ec++*)
  11425. lt_prog_compiler_pic_CXX='-KPIC'
  11426. ;;
  11427. ghcx*)
  11428. # Green Hills C++ Compiler
  11429. lt_prog_compiler_pic_CXX='-pic'
  11430. ;;
  11431. *)
  11432. ;;
  11433. esac
  11434. ;;
  11435. freebsd* | kfreebsd*-gnu | dragonfly*)
  11436. # FreeBSD uses GNU C++
  11437. ;;
  11438. hpux9* | hpux10* | hpux11*)
  11439. case $cc_basename in
  11440. CC*)
  11441. lt_prog_compiler_wl_CXX='-Wl,'
  11442. lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
  11443. if test "$host_cpu" != ia64; then
  11444. lt_prog_compiler_pic_CXX='+Z'
  11445. fi
  11446. ;;
  11447. aCC*)
  11448. lt_prog_compiler_wl_CXX='-Wl,'
  11449. lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
  11450. case "$host_cpu" in
  11451. hppa*64*|ia64*)
  11452. # +Z the default
  11453. ;;
  11454. *)
  11455. lt_prog_compiler_pic_CXX='+Z'
  11456. ;;
  11457. esac
  11458. ;;
  11459. *)
  11460. ;;
  11461. esac
  11462. ;;
  11463. irix5* | irix6* | nonstopux*)
  11464. case $cc_basename in
  11465. CC*)
  11466. lt_prog_compiler_wl_CXX='-Wl,'
  11467. lt_prog_compiler_static_CXX='-non_shared'
  11468. # CC pic flag -KPIC is the default.
  11469. ;;
  11470. *)
  11471. ;;
  11472. esac
  11473. ;;
  11474. linux*)
  11475. case $cc_basename in
  11476. KCC*)
  11477. # KAI C++ Compiler
  11478. lt_prog_compiler_wl_CXX='--backend -Wl,'
  11479. lt_prog_compiler_pic_CXX='-fPIC'
  11480. ;;
  11481. icpc* | ecpc*)
  11482. # Intel C++
  11483. lt_prog_compiler_wl_CXX='-Wl,'
  11484. lt_prog_compiler_pic_CXX='-KPIC'
  11485. lt_prog_compiler_static_CXX='-static'
  11486. ;;
  11487. pgCC*)
  11488. # Portland Group C++ compiler.
  11489. lt_prog_compiler_wl_CXX='-Wl,'
  11490. lt_prog_compiler_pic_CXX='-fpic'
  11491. lt_prog_compiler_static_CXX='-static'
  11492. ;;
  11493. cxx*)
  11494. # Compaq C++
  11495. # Make sure the PIC flag is empty. It appears that all Alpha
  11496. # Linux and Compaq Tru64 Unix objects are PIC.
  11497. lt_prog_compiler_pic_CXX=
  11498. lt_prog_compiler_static_CXX='-non_shared'
  11499. ;;
  11500. *)
  11501. ;;
  11502. esac
  11503. ;;
  11504. lynxos*)
  11505. ;;
  11506. m88k*)
  11507. ;;
  11508. mvs*)
  11509. case $cc_basename in
  11510. cxx*)
  11511. lt_prog_compiler_pic_CXX='-W c,exportall'
  11512. ;;
  11513. *)
  11514. ;;
  11515. esac
  11516. ;;
  11517. netbsd*)
  11518. ;;
  11519. osf3* | osf4* | osf5*)
  11520. case $cc_basename in
  11521. KCC*)
  11522. lt_prog_compiler_wl_CXX='--backend -Wl,'
  11523. ;;
  11524. RCC*)
  11525. # Rational C++ 2.4.1
  11526. lt_prog_compiler_pic_CXX='-pic'
  11527. ;;
  11528. cxx*)
  11529. # Digital/Compaq C++
  11530. lt_prog_compiler_wl_CXX='-Wl,'
  11531. # Make sure the PIC flag is empty. It appears that all Alpha
  11532. # Linux and Compaq Tru64 Unix objects are PIC.
  11533. lt_prog_compiler_pic_CXX=
  11534. lt_prog_compiler_static_CXX='-non_shared'
  11535. ;;
  11536. *)
  11537. ;;
  11538. esac
  11539. ;;
  11540. psos*)
  11541. ;;
  11542. sco*)
  11543. case $cc_basename in
  11544. CC*)
  11545. lt_prog_compiler_pic_CXX='-fPIC'
  11546. ;;
  11547. *)
  11548. ;;
  11549. esac
  11550. ;;
  11551. solaris*)
  11552. case $cc_basename in
  11553. CC*)
  11554. # Sun C++ 4.2, 5.x and Centerline C++
  11555. lt_prog_compiler_pic_CXX='-KPIC'
  11556. lt_prog_compiler_static_CXX='-Bstatic'
  11557. lt_prog_compiler_wl_CXX='-Qoption ld '
  11558. ;;
  11559. gcx*)
  11560. # Green Hills C++ Compiler
  11561. lt_prog_compiler_pic_CXX='-PIC'
  11562. ;;
  11563. *)
  11564. ;;
  11565. esac
  11566. ;;
  11567. sunos4*)
  11568. case $cc_basename in
  11569. CC*)
  11570. # Sun C++ 4.x
  11571. lt_prog_compiler_pic_CXX='-pic'
  11572. lt_prog_compiler_static_CXX='-Bstatic'
  11573. ;;
  11574. lcc*)
  11575. # Lucid
  11576. lt_prog_compiler_pic_CXX='-pic'
  11577. ;;
  11578. *)
  11579. ;;
  11580. esac
  11581. ;;
  11582. tandem*)
  11583. case $cc_basename in
  11584. NCC*)
  11585. # NonStop-UX NCC 3.20
  11586. lt_prog_compiler_pic_CXX='-KPIC'
  11587. ;;
  11588. *)
  11589. ;;
  11590. esac
  11591. ;;
  11592. unixware*)
  11593. ;;
  11594. vxworks*)
  11595. ;;
  11596. *)
  11597. lt_prog_compiler_can_build_shared_CXX=no
  11598. ;;
  11599. esac
  11600. fi
  11601.  
  11602. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
  11603. echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
  11604.  
  11605. #
  11606. # Check to make sure the PIC flag actually works.
  11607. #
  11608. if test -n "$lt_prog_compiler_pic_CXX"; then
  11609.  
  11610. echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
  11611. echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
  11612. if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
  11613. echo $ECHO_N "(cached) $ECHO_C" >&6
  11614. else
  11615. lt_prog_compiler_pic_works_CXX=no
  11616. ac_outfile=conftest.$ac_objext
  11617. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  11618. lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
  11619. # Insert the option either (1) after the last *FLAGS variable, or
  11620. # (2) before a word containing "conftest.", or (3) at the end.
  11621. # Note that $ac_compile itself does not contain backslashes and begins
  11622. # with a dollar sign (not a hyphen), so the echo should work correctly.
  11623. # The option is referenced via a variable to avoid confusing sed.
  11624. lt_compile=`echo "$ac_compile" | $SED \
  11625. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  11626. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  11627. -e 's:$: $lt_compiler_flag:'`
  11628. (eval echo "\"\$as_me:11628: $lt_compile\"" >&5)
  11629. (eval "$lt_compile" 2>conftest.err)
  11630. ac_status=$?
  11631. cat conftest.err >&5
  11632. echo "$as_me:11632: \$? = $ac_status" >&5
  11633. if (exit $ac_status) && test -s "$ac_outfile"; then
  11634. # The compiler can only warn and ignore the option if not recognized
  11635. # So say no if there are warnings other than the usual output.
  11636. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  11637. $SED '/^$/d' conftest.err >conftest.er2
  11638. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  11639. lt_prog_compiler_pic_works_CXX=yes
  11640. fi
  11641. fi
  11642. $rm conftest*
  11643.  
  11644. fi
  11645. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
  11646. echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
  11647.  
  11648. if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
  11649. case $lt_prog_compiler_pic_CXX in
  11650. "" | " "*) ;;
  11651. *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
  11652. esac
  11653. else
  11654. lt_prog_compiler_pic_CXX=
  11655. lt_prog_compiler_can_build_shared_CXX=no
  11656. fi
  11657.  
  11658. fi
  11659. case "$host_os" in
  11660. # For platforms which do not support PIC, -DPIC is meaningless:
  11661. *djgpp*)
  11662. lt_prog_compiler_pic_CXX=
  11663. ;;
  11664. *)
  11665. lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
  11666. ;;
  11667. esac
  11668.  
  11669. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  11670. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  11671. if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
  11672. echo $ECHO_N "(cached) $ECHO_C" >&6
  11673. else
  11674. lt_cv_prog_compiler_c_o_CXX=no
  11675. $rm -r conftest 2>/dev/null
  11676. mkdir conftest
  11677. cd conftest
  11678. mkdir out
  11679. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  11680.  
  11681. lt_compiler_flag="-o out/conftest2.$ac_objext"
  11682. # Insert the option either (1) after the last *FLAGS variable, or
  11683. # (2) before a word containing "conftest.", or (3) at the end.
  11684. # Note that $ac_compile itself does not contain backslashes and begins
  11685. # with a dollar sign (not a hyphen), so the echo should work correctly.
  11686. lt_compile=`echo "$ac_compile" | $SED \
  11687. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  11688. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  11689. -e 's:$: $lt_compiler_flag:'`
  11690. (eval echo "\"\$as_me:11690: $lt_compile\"" >&5)
  11691. (eval "$lt_compile" 2>out/conftest.err)
  11692. ac_status=$?
  11693. cat out/conftest.err >&5
  11694. echo "$as_me:11694: \$? = $ac_status" >&5
  11695. if (exit $ac_status) && test -s out/conftest2.$ac_objext
  11696. then
  11697. # The compiler can only warn and ignore the option if not recognized
  11698. # So say no if there are warnings
  11699. $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
  11700. $SED '/^$/d' out/conftest.err >out/conftest.er2
  11701. if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  11702. lt_cv_prog_compiler_c_o_CXX=yes
  11703. fi
  11704. fi
  11705. chmod u+w .
  11706. $rm conftest*
  11707. # SGI C++ compiler will create directory out/ii_files/ for
  11708. # template instantiation
  11709. test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  11710. $rm out/* && rmdir out
  11711. cd ..
  11712. rmdir conftest
  11713. $rm conftest*
  11714.  
  11715. fi
  11716. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
  11717. echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
  11718.  
  11719.  
  11720. hard_links="nottested"
  11721. if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
  11722. # do not overwrite the value of need_locks provided by the user
  11723. echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  11724. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  11725. hard_links=yes
  11726. $rm conftest*
  11727. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  11728. touch conftest.a
  11729. ln conftest.a conftest.b 2>&5 || hard_links=no
  11730. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  11731. echo "$as_me:$LINENO: result: $hard_links" >&5
  11732. echo "${ECHO_T}$hard_links" >&6
  11733. if test "$hard_links" = no; then
  11734. { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
  11735. echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
  11736. need_locks=warn
  11737. fi
  11738. else
  11739. need_locks=no
  11740. fi
  11741.  
  11742. echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  11743. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
  11744.  
  11745. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  11746. case $host_os in
  11747. aix4* | aix5*)
  11748. # If we're using GNU nm, then we don't want the "-C" option.
  11749. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  11750. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  11751. export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  11752. else
  11753. export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  11754. fi
  11755. ;;
  11756. pw32*)
  11757. export_symbols_cmds_CXX="$ltdll_cmds"
  11758. ;;
  11759. cygwin* | mingw*)
  11760. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
  11761. ;;
  11762. *)
  11763. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  11764. ;;
  11765. esac
  11766.  
  11767. echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
  11768. echo "${ECHO_T}$ld_shlibs_CXX" >&6
  11769. test "$ld_shlibs_CXX" = no && can_build_shared=no
  11770.  
  11771. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  11772. if test "$GCC" = yes; then
  11773. variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  11774. fi
  11775.  
  11776. #
  11777. # Do we need to explicitly link libc?
  11778. #
  11779. case "x$archive_cmds_need_lc_CXX" in
  11780. x|xyes)
  11781. # Assume -lc should be added
  11782. archive_cmds_need_lc_CXX=yes
  11783.  
  11784. if test "$enable_shared" = yes && test "$GCC" = yes; then
  11785. case $archive_cmds_CXX in
  11786. *'~'*)
  11787. # FIXME: we may have to deal with multi-command sequences.
  11788. ;;
  11789. '$CC '*)
  11790. # Test whether the compiler implicitly links with -lc since on some
  11791. # systems, -lgcc has to come before -lc. If gcc already passes -lc
  11792. # to ld, don't add -lc before -lgcc.
  11793. echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  11794. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  11795. $rm conftest*
  11796. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  11797.  
  11798. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  11799. (eval $ac_compile) 2>&5
  11800. ac_status=$?
  11801. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11802. (exit $ac_status); } 2>conftest.err; then
  11803. soname=conftest
  11804. lib=conftest
  11805. libobjs=conftest.$ac_objext
  11806. deplibs=
  11807. wl=$lt_prog_compiler_wl_CXX
  11808. compiler_flags=-v
  11809. linker_flags=-v
  11810. verstring=
  11811. output_objdir=.
  11812. libname=conftest
  11813. lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
  11814. allow_undefined_flag_CXX=
  11815. if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
  11816. (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
  11817. ac_status=$?
  11818. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  11819. (exit $ac_status); }
  11820. then
  11821. archive_cmds_need_lc_CXX=no
  11822. else
  11823. archive_cmds_need_lc_CXX=yes
  11824. fi
  11825. allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
  11826. else
  11827. cat conftest.err 1>&5
  11828. fi
  11829. $rm conftest*
  11830. echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
  11831. echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
  11832. ;;
  11833. esac
  11834. fi
  11835. ;;
  11836. esac
  11837.  
  11838. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  11839. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  11840. library_names_spec=
  11841. libname_spec='lib$name'
  11842. soname_spec=
  11843. shrext_cmds=".so"
  11844. postinstall_cmds=
  11845. postuninstall_cmds=
  11846. finish_cmds=
  11847. finish_eval=
  11848. shlibpath_var=
  11849. shlibpath_overrides_runpath=unknown
  11850. version_type=none
  11851. dynamic_linker="$host_os ld.so"
  11852. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  11853. if test "$GCC" = yes; then
  11854. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  11855. if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
  11856. # if the path contains ";" then we assume it to be the separator
  11857. # otherwise default to the standard path separator (i.e. ":") - it is
  11858. # assumed that no part of a normal pathname contains ";" but that should
  11859. # okay in the real world where ";" in dirpaths is itself problematic.
  11860. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  11861. else
  11862. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  11863. fi
  11864. else
  11865. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  11866. fi
  11867. need_lib_prefix=unknown
  11868. hardcode_into_libs=no
  11869.  
  11870. # when you set need_version to no, make sure it does not cause -set_version
  11871. # flags to be left without arguments
  11872. need_version=unknown
  11873.  
  11874. case $host_os in
  11875. aix3*)
  11876. version_type=linux
  11877. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  11878. shlibpath_var=LIBPATH
  11879.  
  11880. # AIX 3 has no versioning support, so we append a major version to the name.
  11881. soname_spec='${libname}${release}${shared_ext}$major'
  11882. ;;
  11883.  
  11884. aix4* | aix5*)
  11885. version_type=linux
  11886. need_lib_prefix=no
  11887. need_version=no
  11888. hardcode_into_libs=yes
  11889. if test "$host_cpu" = ia64; then
  11890. # AIX 5 supports IA64
  11891. library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  11892. shlibpath_var=LD_LIBRARY_PATH
  11893. else
  11894. # With GCC up to 2.95.x, collect2 would create an import file
  11895. # for dependence libraries. The import file would start with
  11896. # the line `#! .'. This would cause the generated library to
  11897. # depend on `.', always an invalid library. This was fixed in
  11898. # development snapshots of GCC prior to 3.0.
  11899. case $host_os in
  11900. aix4 | aix4.[01] | aix4.[01].*)
  11901. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  11902. echo ' yes '
  11903. echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  11904. :
  11905. else
  11906. can_build_shared=no
  11907. fi
  11908. ;;
  11909. esac
  11910. # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  11911. # soname into executable. Probably we can add versioning support to
  11912. # collect2, so additional links can be useful in future.
  11913. if test "$aix_use_runtimelinking" = yes; then
  11914. # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  11915. # instead of lib<name>.a to let people know that these are not
  11916. # typical AIX shared libraries.
  11917. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  11918. else
  11919. # We preserve .a as extension for shared libraries through AIX4.2
  11920. # and later when we are not doing run time linking.
  11921. library_names_spec='${libname}${release}.a $libname.a'
  11922. soname_spec='${libname}${release}${shared_ext}$major'
  11923. fi
  11924. shlibpath_var=LIBPATH
  11925. fi
  11926. ;;
  11927.  
  11928. amigaos*)
  11929. library_names_spec='$libname.ixlibrary $libname.a'
  11930. # Create ${libname}_ixlibrary.a entries in /sys/libs.
  11931. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  11932. ;;
  11933.  
  11934. beos*)
  11935. library_names_spec='${libname}${shared_ext}'
  11936. dynamic_linker="$host_os ld.so"
  11937. shlibpath_var=LIBRARY_PATH
  11938. ;;
  11939.  
  11940. bsdi[45]*)
  11941. version_type=linux
  11942. need_version=no
  11943. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  11944. soname_spec='${libname}${release}${shared_ext}$major'
  11945. finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  11946. shlibpath_var=LD_LIBRARY_PATH
  11947. sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  11948. sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  11949. # the default ld.so.conf also contains /usr/contrib/lib and
  11950. # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  11951. # libtool to hard-code these into programs
  11952. ;;
  11953.  
  11954. cygwin* | mingw* | pw32*)
  11955. version_type=windows
  11956. shrext_cmds=".dll"
  11957. need_version=no
  11958. need_lib_prefix=no
  11959.  
  11960. case $GCC,$host_os in
  11961. yes,cygwin* | yes,mingw* | yes,pw32*)
  11962. library_names_spec='$libname.dll.a'
  11963. # DLL is installed to $(libdir)/../bin by postinstall_cmds
  11964. postinstall_cmds='base_file=`basename \${file}`~
  11965. dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
  11966. dldir=$destdir/`dirname \$dlpath`~
  11967. test -d \$dldir || mkdir -p \$dldir~
  11968. $install_prog $dir/$dlname \$dldir/$dlname'
  11969. postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  11970. dlpath=$dir/\$dldll~
  11971. $rm \$dlpath'
  11972. shlibpath_overrides_runpath=yes
  11973.  
  11974. case $host_os in
  11975. cygwin*)
  11976. # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  11977. soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  11978. sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  11979. ;;
  11980. mingw*)
  11981. # MinGW DLLs use traditional 'lib' prefix
  11982. soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  11983. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  11984. if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
  11985. # It is most probably a Windows format PATH printed by
  11986. # mingw gcc, but we are running on Cygwin. Gcc prints its search
  11987. # path with ; separators, and with drive letters. We can handle the
  11988. # drive letters (cygwin fileutils understands them), so leave them,
  11989. # especially as we might pass files found there to a mingw objdump,
  11990. # which wouldn't understand a cygwinified path. Ahh.
  11991. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  11992. else
  11993. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  11994. fi
  11995. ;;
  11996. pw32*)
  11997. # pw32 DLLs use 'pw' prefix rather than 'lib'
  11998. library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  11999. ;;
  12000. esac
  12001. ;;
  12002.  
  12003. *)
  12004. library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  12005. ;;
  12006. esac
  12007. dynamic_linker='Win32 ld.exe'
  12008. # FIXME: first we should search . and the directory the executable is in
  12009. shlibpath_var=PATH
  12010. ;;
  12011.  
  12012. darwin* | rhapsody*)
  12013. dynamic_linker="$host_os dyld"
  12014. version_type=darwin
  12015. need_lib_prefix=no
  12016. need_version=no
  12017. library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  12018. soname_spec='${libname}${release}${major}$shared_ext'
  12019. shlibpath_overrides_runpath=yes
  12020. shlibpath_var=DYLD_LIBRARY_PATH
  12021. shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
  12022. # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
  12023. if test "$GCC" = yes; then
  12024. sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
  12025. else
  12026. sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  12027. fi
  12028. sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  12029. ;;
  12030.  
  12031. dgux*)
  12032. version_type=linux
  12033. need_lib_prefix=no
  12034. need_version=no
  12035. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  12036. soname_spec='${libname}${release}${shared_ext}$major'
  12037. shlibpath_var=LD_LIBRARY_PATH
  12038. ;;
  12039.  
  12040. freebsd1*)
  12041. dynamic_linker=no
  12042. ;;
  12043.  
  12044. kfreebsd*-gnu)
  12045. version_type=linux
  12046. need_lib_prefix=no
  12047. need_version=no
  12048. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  12049. soname_spec='${libname}${release}${shared_ext}$major'
  12050. shlibpath_var=LD_LIBRARY_PATH
  12051. shlibpath_overrides_runpath=no
  12052. hardcode_into_libs=yes
  12053. dynamic_linker='GNU ld.so'
  12054. ;;
  12055.  
  12056. freebsd* | dragonfly*)
  12057. # DragonFly does not have aout. When/if they implement a new
  12058. # versioning mechanism, adjust this.
  12059. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  12060. version_type=freebsd-$objformat
  12061. case $version_type in
  12062. freebsd-elf*)
  12063. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  12064. need_version=no
  12065. need_lib_prefix=no
  12066. ;;
  12067. freebsd-*)
  12068. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  12069. need_version=yes
  12070. ;;
  12071. esac
  12072. shlibpath_var=LD_LIBRARY_PATH
  12073. case $host_os in
  12074. freebsd2*)
  12075. shlibpath_overrides_runpath=yes
  12076. ;;
  12077. freebsd3.[01]* | freebsdelf3.[01]*)
  12078. shlibpath_overrides_runpath=yes
  12079. hardcode_into_libs=yes
  12080. ;;
  12081. *) # from 3.2 on
  12082. shlibpath_overrides_runpath=no
  12083. hardcode_into_libs=yes
  12084. ;;
  12085. esac
  12086. ;;
  12087.  
  12088. gnu*)
  12089. version_type=linux
  12090. need_lib_prefix=no
  12091. need_version=no
  12092. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  12093. soname_spec='${libname}${release}${shared_ext}$major'
  12094. shlibpath_var=LD_LIBRARY_PATH
  12095. hardcode_into_libs=yes
  12096. ;;
  12097.  
  12098. hpux9* | hpux10* | hpux11*)
  12099. # Give a soname corresponding to the major version so that dld.sl refuses to
  12100. # link against other versions.
  12101. version_type=sunos
  12102. need_lib_prefix=no
  12103. need_version=no
  12104. case "$host_cpu" in
  12105. ia64*)
  12106. shrext_cmds='.so'
  12107. hardcode_into_libs=yes
  12108. dynamic_linker="$host_os dld.so"
  12109. shlibpath_var=LD_LIBRARY_PATH
  12110. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  12111. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12112. soname_spec='${libname}${release}${shared_ext}$major'
  12113. if test "X$HPUX_IA64_MODE" = X32; then
  12114. sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  12115. else
  12116. sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  12117. fi
  12118. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  12119. ;;
  12120. hppa*64*)
  12121. shrext_cmds='.sl'
  12122. hardcode_into_libs=yes
  12123. dynamic_linker="$host_os dld.sl"
  12124. shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  12125. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  12126. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12127. soname_spec='${libname}${release}${shared_ext}$major'
  12128. sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  12129. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  12130. ;;
  12131. *)
  12132. shrext_cmds='.sl'
  12133. dynamic_linker="$host_os dld.sl"
  12134. shlibpath_var=SHLIB_PATH
  12135. shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  12136. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12137. soname_spec='${libname}${release}${shared_ext}$major'
  12138. ;;
  12139. esac
  12140. # HP-UX runs *really* slowly unless shared libraries are mode 555.
  12141. postinstall_cmds='chmod 555 $lib'
  12142. ;;
  12143.  
  12144. irix5* | irix6* | nonstopux*)
  12145. case $host_os in
  12146. nonstopux*) version_type=nonstopux ;;
  12147. *)
  12148. if test "$lt_cv_prog_gnu_ld" = yes; then
  12149. version_type=linux
  12150. else
  12151. version_type=irix
  12152. fi ;;
  12153. esac
  12154. need_lib_prefix=no
  12155. need_version=no
  12156. soname_spec='${libname}${release}${shared_ext}$major'
  12157. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  12158. case $host_os in
  12159. irix5* | nonstopux*)
  12160. libsuff= shlibsuff=
  12161. ;;
  12162. *)
  12163. case $LD in # libtool.m4 will add one of these switches to LD
  12164. *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  12165. libsuff= shlibsuff= libmagic=32-bit;;
  12166. *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  12167. libsuff=32 shlibsuff=N32 libmagic=N32;;
  12168. *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  12169. libsuff=64 shlibsuff=64 libmagic=64-bit;;
  12170. *) libsuff= shlibsuff= libmagic=never-match;;
  12171. esac
  12172. ;;
  12173. esac
  12174. shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  12175. shlibpath_overrides_runpath=no
  12176. sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  12177. sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  12178. hardcode_into_libs=yes
  12179. ;;
  12180.  
  12181. # No shared lib support for Linux oldld, aout, or coff.
  12182. linux*oldld* | linux*aout* | linux*coff*)
  12183. dynamic_linker=no
  12184. ;;
  12185.  
  12186. # This must be Linux ELF.
  12187. linux*)
  12188. version_type=linux
  12189. need_lib_prefix=no
  12190. need_version=no
  12191. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12192. soname_spec='${libname}${release}${shared_ext}$major'
  12193. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  12194. shlibpath_var=LD_LIBRARY_PATH
  12195. shlibpath_overrides_runpath=no
  12196. # This implies no fast_install, which is unacceptable.
  12197. # Some rework will be needed to allow for fast_install
  12198. # before this can be enabled.
  12199. hardcode_into_libs=yes
  12200.  
  12201. # Append ld.so.conf contents to the search path
  12202. if test -f /etc/ld.so.conf; then
  12203. lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
  12204. sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  12205. fi
  12206.  
  12207. # We used to test for /lib/ld.so.1 and disable shared libraries on
  12208. # powerpc, because MkLinux only supported shared libraries with the
  12209. # GNU dynamic linker. Since this was broken with cross compilers,
  12210. # most powerpc-linux boxes support dynamic linking these days and
  12211. # people can always --disable-shared, the test was removed, and we
  12212. # assume the GNU/Linux dynamic linker is in use.
  12213. dynamic_linker='GNU/Linux ld.so'
  12214. ;;
  12215.  
  12216. knetbsd*-gnu)
  12217. version_type=linux
  12218. need_lib_prefix=no
  12219. need_version=no
  12220. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  12221. soname_spec='${libname}${release}${shared_ext}$major'
  12222. shlibpath_var=LD_LIBRARY_PATH
  12223. shlibpath_overrides_runpath=no
  12224. hardcode_into_libs=yes
  12225. dynamic_linker='GNU ld.so'
  12226. ;;
  12227.  
  12228. netbsd*)
  12229. version_type=sunos
  12230. need_lib_prefix=no
  12231. need_version=no
  12232. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  12233. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  12234. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  12235. dynamic_linker='NetBSD (a.out) ld.so'
  12236. else
  12237. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  12238. soname_spec='${libname}${release}${shared_ext}$major'
  12239. dynamic_linker='NetBSD ld.elf_so'
  12240. fi
  12241. shlibpath_var=LD_LIBRARY_PATH
  12242. shlibpath_overrides_runpath=yes
  12243. hardcode_into_libs=yes
  12244. ;;
  12245.  
  12246. newsos6)
  12247. version_type=linux
  12248. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12249. shlibpath_var=LD_LIBRARY_PATH
  12250. shlibpath_overrides_runpath=yes
  12251. ;;
  12252.  
  12253. nto-qnx*)
  12254. version_type=linux
  12255. need_lib_prefix=no
  12256. need_version=no
  12257. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12258. soname_spec='${libname}${release}${shared_ext}$major'
  12259. shlibpath_var=LD_LIBRARY_PATH
  12260. shlibpath_overrides_runpath=yes
  12261. ;;
  12262.  
  12263. openbsd*)
  12264. version_type=sunos
  12265. need_lib_prefix=no
  12266. # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  12267. case $host_os in
  12268. openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  12269. *) need_version=no ;;
  12270. esac
  12271. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  12272. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  12273. shlibpath_var=LD_LIBRARY_PATH
  12274. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  12275. case $host_os in
  12276. openbsd2.[89] | openbsd2.[89].*)
  12277. shlibpath_overrides_runpath=no
  12278. ;;
  12279. *)
  12280. shlibpath_overrides_runpath=yes
  12281. ;;
  12282. esac
  12283. else
  12284. shlibpath_overrides_runpath=yes
  12285. fi
  12286. ;;
  12287.  
  12288. os2*)
  12289. libname_spec='$name'
  12290. shrext_cmds=".dll"
  12291. need_lib_prefix=no
  12292. library_names_spec='$libname${shared_ext} $libname.a'
  12293. dynamic_linker='OS/2 ld.exe'
  12294. shlibpath_var=LIBPATH
  12295. ;;
  12296.  
  12297. osf3* | osf4* | osf5*)
  12298. version_type=osf
  12299. need_lib_prefix=no
  12300. need_version=no
  12301. soname_spec='${libname}${release}${shared_ext}$major'
  12302. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12303. shlibpath_var=LD_LIBRARY_PATH
  12304. sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  12305. sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  12306. ;;
  12307.  
  12308. sco3.2v5*)
  12309. version_type=osf
  12310. soname_spec='${libname}${release}${shared_ext}$major'
  12311. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12312. shlibpath_var=LD_LIBRARY_PATH
  12313. ;;
  12314.  
  12315. solaris*)
  12316. version_type=linux
  12317. need_lib_prefix=no
  12318. need_version=no
  12319. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12320. soname_spec='${libname}${release}${shared_ext}$major'
  12321. shlibpath_var=LD_LIBRARY_PATH
  12322. shlibpath_overrides_runpath=yes
  12323. hardcode_into_libs=yes
  12324. # ldd complains unless libraries are executable
  12325. postinstall_cmds='chmod +x $lib'
  12326. ;;
  12327.  
  12328. sunos4*)
  12329. version_type=sunos
  12330. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  12331. finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  12332. shlibpath_var=LD_LIBRARY_PATH
  12333. shlibpath_overrides_runpath=yes
  12334. if test "$with_gnu_ld" = yes; then
  12335. need_lib_prefix=no
  12336. fi
  12337. need_version=yes
  12338. ;;
  12339.  
  12340. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  12341. version_type=linux
  12342. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12343. soname_spec='${libname}${release}${shared_ext}$major'
  12344. shlibpath_var=LD_LIBRARY_PATH
  12345. case $host_vendor in
  12346. sni)
  12347. shlibpath_overrides_runpath=no
  12348. need_lib_prefix=no
  12349. export_dynamic_flag_spec='${wl}-Blargedynsym'
  12350. runpath_var=LD_RUN_PATH
  12351. ;;
  12352. siemens)
  12353. need_lib_prefix=no
  12354. ;;
  12355. motorola)
  12356. need_lib_prefix=no
  12357. need_version=no
  12358. shlibpath_overrides_runpath=no
  12359. sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  12360. ;;
  12361. esac
  12362. ;;
  12363.  
  12364. sysv4*MP*)
  12365. if test -d /usr/nec ;then
  12366. version_type=linux
  12367. library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  12368. soname_spec='$libname${shared_ext}.$major'
  12369. shlibpath_var=LD_LIBRARY_PATH
  12370. fi
  12371. ;;
  12372.  
  12373. uts4*)
  12374. version_type=linux
  12375. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  12376. soname_spec='${libname}${release}${shared_ext}$major'
  12377. shlibpath_var=LD_LIBRARY_PATH
  12378. ;;
  12379.  
  12380. *)
  12381. dynamic_linker=no
  12382. ;;
  12383. esac
  12384. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  12385. echo "${ECHO_T}$dynamic_linker" >&6
  12386. test "$dynamic_linker" = no && can_build_shared=no
  12387.  
  12388. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  12389. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  12390. hardcode_action_CXX=
  12391. if test -n "$hardcode_libdir_flag_spec_CXX" || \
  12392. test -n "$runpath_var_CXX" || \
  12393. test "X$hardcode_automatic_CXX" = "Xyes" ; then
  12394.  
  12395. # We can hardcode non-existant directories.
  12396. if test "$hardcode_direct_CXX" != no &&
  12397. # If the only mechanism to avoid hardcoding is shlibpath_var, we
  12398. # have to relink, otherwise we might link with an installed library
  12399. # when we should be linking with a yet-to-be-installed one
  12400. ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
  12401. test "$hardcode_minus_L_CXX" != no; then
  12402. # Linking always hardcodes the temporary library directory.
  12403. hardcode_action_CXX=relink
  12404. else
  12405. # We can link without hardcoding, and we can hardcode nonexisting dirs.
  12406. hardcode_action_CXX=immediate
  12407. fi
  12408. else
  12409. # We cannot hardcode anything, or else we can only hardcode existing
  12410. # directories.
  12411. hardcode_action_CXX=unsupported
  12412. fi
  12413. echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
  12414. echo "${ECHO_T}$hardcode_action_CXX" >&6
  12415.  
  12416. if test "$hardcode_action_CXX" = relink; then
  12417. # Fast installation is not supported
  12418. enable_fast_install=no
  12419. elif test "$shlibpath_overrides_runpath" = yes ||
  12420. test "$enable_shared" = no; then
  12421. # Fast installation is not necessary
  12422. enable_fast_install=needless
  12423. fi
  12424.  
  12425. striplib=
  12426. old_striplib=
  12427. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  12428. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  12429. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  12430. test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  12431. test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  12432. echo "$as_me:$LINENO: result: yes" >&5
  12433. echo "${ECHO_T}yes" >&6
  12434. else
  12435. # FIXME - insert some real tests, host_os isn't really good enough
  12436. case $host_os in
  12437. darwin*)
  12438. if test -n "$STRIP" ; then
  12439. striplib="$STRIP -x"
  12440. echo "$as_me:$LINENO: result: yes" >&5
  12441. echo "${ECHO_T}yes" >&6
  12442. else
  12443. echo "$as_me:$LINENO: result: no" >&5
  12444. echo "${ECHO_T}no" >&6
  12445. fi
  12446. ;;
  12447. *)
  12448. echo "$as_me:$LINENO: result: no" >&5
  12449. echo "${ECHO_T}no" >&6
  12450. ;;
  12451. esac
  12452. fi
  12453.  
  12454. if test "x$enable_dlopen" != xyes; then
  12455. enable_dlopen=unknown
  12456. enable_dlopen_self=unknown
  12457. enable_dlopen_self_static=unknown
  12458. else
  12459. lt_cv_dlopen=no
  12460. lt_cv_dlopen_libs=
  12461.  
  12462. case $host_os in
  12463. beos*)
  12464. lt_cv_dlopen="load_add_on"
  12465. lt_cv_dlopen_libs=
  12466. lt_cv_dlopen_self=yes
  12467. ;;
  12468.  
  12469. mingw* | pw32*)
  12470. lt_cv_dlopen="LoadLibrary"
  12471. lt_cv_dlopen_libs=
  12472. ;;
  12473.  
  12474. cygwin*)
  12475. lt_cv_dlopen="dlopen"
  12476. lt_cv_dlopen_libs=
  12477. ;;
  12478.  
  12479. darwin*)
  12480. # if libdl is installed we need to link against it
  12481. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  12482. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  12483. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  12484. echo $ECHO_N "(cached) $ECHO_C" >&6
  12485. else
  12486. ac_check_lib_save_LIBS=$LIBS
  12487. LIBS="-ldl $LIBS"
  12488. cat >conftest.$ac_ext <<_ACEOF
  12489. /* confdefs.h. */
  12490. _ACEOF
  12491. cat confdefs.h >>conftest.$ac_ext
  12492. cat >>conftest.$ac_ext <<_ACEOF
  12493. /* end confdefs.h. */
  12494.  
  12495. /* Override any gcc2 internal prototype to avoid an error. */
  12496. #ifdef __cplusplus
  12497. extern "C"
  12498. #endif
  12499. /* We use char because int might match the return type of a gcc2
  12500. builtin and then its argument prototype would still apply. */
  12501. char dlopen ();
  12502. int
  12503. main ()
  12504. {
  12505. dlopen ();
  12506. ;
  12507. return 0;
  12508. }
  12509. _ACEOF
  12510. rm -f conftest.$ac_objext conftest$ac_exeext
  12511. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12512. (eval $ac_link) 2>conftest.er1
  12513. ac_status=$?
  12514. grep -v '^ *+' conftest.er1 >conftest.err
  12515. rm -f conftest.er1
  12516. cat conftest.err >&5
  12517. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12518. (exit $ac_status); } &&
  12519. { ac_try='test -z "$ac_cxx_werror_flag"
  12520. || test ! -s conftest.err'
  12521. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12522. (eval $ac_try) 2>&5
  12523. ac_status=$?
  12524. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12525. (exit $ac_status); }; } &&
  12526. { ac_try='test -s conftest$ac_exeext'
  12527. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12528. (eval $ac_try) 2>&5
  12529. ac_status=$?
  12530. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12531. (exit $ac_status); }; }; then
  12532. ac_cv_lib_dl_dlopen=yes
  12533. else
  12534. echo "$as_me: failed program was:" >&5
  12535. sed 's/^/| /' conftest.$ac_ext >&5
  12536.  
  12537. ac_cv_lib_dl_dlopen=no
  12538. fi
  12539. rm -f conftest.err conftest.$ac_objext \
  12540. conftest$ac_exeext conftest.$ac_ext
  12541. LIBS=$ac_check_lib_save_LIBS
  12542. fi
  12543. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  12544. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  12545. if test $ac_cv_lib_dl_dlopen = yes; then
  12546. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  12547. else
  12548.  
  12549. lt_cv_dlopen="dyld"
  12550. lt_cv_dlopen_libs=
  12551. lt_cv_dlopen_self=yes
  12552.  
  12553. fi
  12554.  
  12555. ;;
  12556.  
  12557. *)
  12558. echo "$as_me:$LINENO: checking for shl_load" >&5
  12559. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
  12560. if test "${ac_cv_func_shl_load+set}" = set; then
  12561. echo $ECHO_N "(cached) $ECHO_C" >&6
  12562. else
  12563. cat >conftest.$ac_ext <<_ACEOF
  12564. /* confdefs.h. */
  12565. _ACEOF
  12566. cat confdefs.h >>conftest.$ac_ext
  12567. cat >>conftest.$ac_ext <<_ACEOF
  12568. /* end confdefs.h. */
  12569. /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  12570. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  12571. #define shl_load innocuous_shl_load
  12572.  
  12573. /* System header to define __stub macros and hopefully few prototypes,
  12574. which can conflict with char shl_load (); below.
  12575. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  12576. <limits.h> exists even on freestanding compilers. */
  12577.  
  12578. #ifdef __STDC__
  12579. # include <limits.h>
  12580. #else
  12581. # include <assert.h>
  12582. #endif
  12583.  
  12584. #undef shl_load
  12585.  
  12586. /* Override any gcc2 internal prototype to avoid an error. */
  12587. #ifdef __cplusplus
  12588. extern "C"
  12589. {
  12590. #endif
  12591. /* We use char because int might match the return type of a gcc2
  12592. builtin and then its argument prototype would still apply. */
  12593. char shl_load ();
  12594. /* The GNU C library defines this for functions which it implements
  12595. to always fail with ENOSYS. Some functions are actually named
  12596. something starting with __ and the normal name is an alias. */
  12597. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  12598. choke me
  12599. #else
  12600. char (*f) () = shl_load;
  12601. #endif
  12602. #ifdef __cplusplus
  12603. }
  12604. #endif
  12605.  
  12606. int
  12607. main ()
  12608. {
  12609. return f != shl_load;
  12610. ;
  12611. return 0;
  12612. }
  12613. _ACEOF
  12614. rm -f conftest.$ac_objext conftest$ac_exeext
  12615. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12616. (eval $ac_link) 2>conftest.er1
  12617. ac_status=$?
  12618. grep -v '^ *+' conftest.er1 >conftest.err
  12619. rm -f conftest.er1
  12620. cat conftest.err >&5
  12621. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12622. (exit $ac_status); } &&
  12623. { ac_try='test -z "$ac_cxx_werror_flag"
  12624. || test ! -s conftest.err'
  12625. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12626. (eval $ac_try) 2>&5
  12627. ac_status=$?
  12628. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12629. (exit $ac_status); }; } &&
  12630. { ac_try='test -s conftest$ac_exeext'
  12631. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12632. (eval $ac_try) 2>&5
  12633. ac_status=$?
  12634. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12635. (exit $ac_status); }; }; then
  12636. ac_cv_func_shl_load=yes
  12637. else
  12638. echo "$as_me: failed program was:" >&5
  12639. sed 's/^/| /' conftest.$ac_ext >&5
  12640.  
  12641. ac_cv_func_shl_load=no
  12642. fi
  12643. rm -f conftest.err conftest.$ac_objext \
  12644. conftest$ac_exeext conftest.$ac_ext
  12645. fi
  12646. echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  12647. echo "${ECHO_T}$ac_cv_func_shl_load" >&6
  12648. if test $ac_cv_func_shl_load = yes; then
  12649. lt_cv_dlopen="shl_load"
  12650. else
  12651. echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  12652. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
  12653. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  12654. echo $ECHO_N "(cached) $ECHO_C" >&6
  12655. else
  12656. ac_check_lib_save_LIBS=$LIBS
  12657. LIBS="-ldld $LIBS"
  12658. cat >conftest.$ac_ext <<_ACEOF
  12659. /* confdefs.h. */
  12660. _ACEOF
  12661. cat confdefs.h >>conftest.$ac_ext
  12662. cat >>conftest.$ac_ext <<_ACEOF
  12663. /* end confdefs.h. */
  12664.  
  12665. /* Override any gcc2 internal prototype to avoid an error. */
  12666. #ifdef __cplusplus
  12667. extern "C"
  12668. #endif
  12669. /* We use char because int might match the return type of a gcc2
  12670. builtin and then its argument prototype would still apply. */
  12671. char shl_load ();
  12672. int
  12673. main ()
  12674. {
  12675. shl_load ();
  12676. ;
  12677. return 0;
  12678. }
  12679. _ACEOF
  12680. rm -f conftest.$ac_objext conftest$ac_exeext
  12681. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12682. (eval $ac_link) 2>conftest.er1
  12683. ac_status=$?
  12684. grep -v '^ *+' conftest.er1 >conftest.err
  12685. rm -f conftest.er1
  12686. cat conftest.err >&5
  12687. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12688. (exit $ac_status); } &&
  12689. { ac_try='test -z "$ac_cxx_werror_flag"
  12690. || test ! -s conftest.err'
  12691. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12692. (eval $ac_try) 2>&5
  12693. ac_status=$?
  12694. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12695. (exit $ac_status); }; } &&
  12696. { ac_try='test -s conftest$ac_exeext'
  12697. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12698. (eval $ac_try) 2>&5
  12699. ac_status=$?
  12700. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12701. (exit $ac_status); }; }; then
  12702. ac_cv_lib_dld_shl_load=yes
  12703. else
  12704. echo "$as_me: failed program was:" >&5
  12705. sed 's/^/| /' conftest.$ac_ext >&5
  12706.  
  12707. ac_cv_lib_dld_shl_load=no
  12708. fi
  12709. rm -f conftest.err conftest.$ac_objext \
  12710. conftest$ac_exeext conftest.$ac_ext
  12711. LIBS=$ac_check_lib_save_LIBS
  12712. fi
  12713. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  12714. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
  12715. if test $ac_cv_lib_dld_shl_load = yes; then
  12716. lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  12717. else
  12718. echo "$as_me:$LINENO: checking for dlopen" >&5
  12719. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
  12720. if test "${ac_cv_func_dlopen+set}" = set; then
  12721. echo $ECHO_N "(cached) $ECHO_C" >&6
  12722. else
  12723. cat >conftest.$ac_ext <<_ACEOF
  12724. /* confdefs.h. */
  12725. _ACEOF
  12726. cat confdefs.h >>conftest.$ac_ext
  12727. cat >>conftest.$ac_ext <<_ACEOF
  12728. /* end confdefs.h. */
  12729. /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  12730. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  12731. #define dlopen innocuous_dlopen
  12732.  
  12733. /* System header to define __stub macros and hopefully few prototypes,
  12734. which can conflict with char dlopen (); below.
  12735. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  12736. <limits.h> exists even on freestanding compilers. */
  12737.  
  12738. #ifdef __STDC__
  12739. # include <limits.h>
  12740. #else
  12741. # include <assert.h>
  12742. #endif
  12743.  
  12744. #undef dlopen
  12745.  
  12746. /* Override any gcc2 internal prototype to avoid an error. */
  12747. #ifdef __cplusplus
  12748. extern "C"
  12749. {
  12750. #endif
  12751. /* We use char because int might match the return type of a gcc2
  12752. builtin and then its argument prototype would still apply. */
  12753. char dlopen ();
  12754. /* The GNU C library defines this for functions which it implements
  12755. to always fail with ENOSYS. Some functions are actually named
  12756. something starting with __ and the normal name is an alias. */
  12757. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  12758. choke me
  12759. #else
  12760. char (*f) () = dlopen;
  12761. #endif
  12762. #ifdef __cplusplus
  12763. }
  12764. #endif
  12765.  
  12766. int
  12767. main ()
  12768. {
  12769. return f != dlopen;
  12770. ;
  12771. return 0;
  12772. }
  12773. _ACEOF
  12774. rm -f conftest.$ac_objext conftest$ac_exeext
  12775. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12776. (eval $ac_link) 2>conftest.er1
  12777. ac_status=$?
  12778. grep -v '^ *+' conftest.er1 >conftest.err
  12779. rm -f conftest.er1
  12780. cat conftest.err >&5
  12781. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12782. (exit $ac_status); } &&
  12783. { ac_try='test -z "$ac_cxx_werror_flag"
  12784. || test ! -s conftest.err'
  12785. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12786. (eval $ac_try) 2>&5
  12787. ac_status=$?
  12788. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12789. (exit $ac_status); }; } &&
  12790. { ac_try='test -s conftest$ac_exeext'
  12791. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12792. (eval $ac_try) 2>&5
  12793. ac_status=$?
  12794. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12795. (exit $ac_status); }; }; then
  12796. ac_cv_func_dlopen=yes
  12797. else
  12798. echo "$as_me: failed program was:" >&5
  12799. sed 's/^/| /' conftest.$ac_ext >&5
  12800.  
  12801. ac_cv_func_dlopen=no
  12802. fi
  12803. rm -f conftest.err conftest.$ac_objext \
  12804. conftest$ac_exeext conftest.$ac_ext
  12805. fi
  12806. echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  12807. echo "${ECHO_T}$ac_cv_func_dlopen" >&6
  12808. if test $ac_cv_func_dlopen = yes; then
  12809. lt_cv_dlopen="dlopen"
  12810. else
  12811. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  12812. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  12813. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  12814. echo $ECHO_N "(cached) $ECHO_C" >&6
  12815. else
  12816. ac_check_lib_save_LIBS=$LIBS
  12817. LIBS="-ldl $LIBS"
  12818. cat >conftest.$ac_ext <<_ACEOF
  12819. /* confdefs.h. */
  12820. _ACEOF
  12821. cat confdefs.h >>conftest.$ac_ext
  12822. cat >>conftest.$ac_ext <<_ACEOF
  12823. /* end confdefs.h. */
  12824.  
  12825. /* Override any gcc2 internal prototype to avoid an error. */
  12826. #ifdef __cplusplus
  12827. extern "C"
  12828. #endif
  12829. /* We use char because int might match the return type of a gcc2
  12830. builtin and then its argument prototype would still apply. */
  12831. char dlopen ();
  12832. int
  12833. main ()
  12834. {
  12835. dlopen ();
  12836. ;
  12837. return 0;
  12838. }
  12839. _ACEOF
  12840. rm -f conftest.$ac_objext conftest$ac_exeext
  12841. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12842. (eval $ac_link) 2>conftest.er1
  12843. ac_status=$?
  12844. grep -v '^ *+' conftest.er1 >conftest.err
  12845. rm -f conftest.er1
  12846. cat conftest.err >&5
  12847. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12848. (exit $ac_status); } &&
  12849. { ac_try='test -z "$ac_cxx_werror_flag"
  12850. || test ! -s conftest.err'
  12851. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12852. (eval $ac_try) 2>&5
  12853. ac_status=$?
  12854. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12855. (exit $ac_status); }; } &&
  12856. { ac_try='test -s conftest$ac_exeext'
  12857. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12858. (eval $ac_try) 2>&5
  12859. ac_status=$?
  12860. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12861. (exit $ac_status); }; }; then
  12862. ac_cv_lib_dl_dlopen=yes
  12863. else
  12864. echo "$as_me: failed program was:" >&5
  12865. sed 's/^/| /' conftest.$ac_ext >&5
  12866.  
  12867. ac_cv_lib_dl_dlopen=no
  12868. fi
  12869. rm -f conftest.err conftest.$ac_objext \
  12870. conftest$ac_exeext conftest.$ac_ext
  12871. LIBS=$ac_check_lib_save_LIBS
  12872. fi
  12873. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  12874. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  12875. if test $ac_cv_lib_dl_dlopen = yes; then
  12876. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  12877. else
  12878. echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  12879. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  12880. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  12881. echo $ECHO_N "(cached) $ECHO_C" >&6
  12882. else
  12883. ac_check_lib_save_LIBS=$LIBS
  12884. LIBS="-lsvld $LIBS"
  12885. cat >conftest.$ac_ext <<_ACEOF
  12886. /* confdefs.h. */
  12887. _ACEOF
  12888. cat confdefs.h >>conftest.$ac_ext
  12889. cat >>conftest.$ac_ext <<_ACEOF
  12890. /* end confdefs.h. */
  12891.  
  12892. /* Override any gcc2 internal prototype to avoid an error. */
  12893. #ifdef __cplusplus
  12894. extern "C"
  12895. #endif
  12896. /* We use char because int might match the return type of a gcc2
  12897. builtin and then its argument prototype would still apply. */
  12898. char dlopen ();
  12899. int
  12900. main ()
  12901. {
  12902. dlopen ();
  12903. ;
  12904. return 0;
  12905. }
  12906. _ACEOF
  12907. rm -f conftest.$ac_objext conftest$ac_exeext
  12908. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12909. (eval $ac_link) 2>conftest.er1
  12910. ac_status=$?
  12911. grep -v '^ *+' conftest.er1 >conftest.err
  12912. rm -f conftest.er1
  12913. cat conftest.err >&5
  12914. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12915. (exit $ac_status); } &&
  12916. { ac_try='test -z "$ac_cxx_werror_flag"
  12917. || test ! -s conftest.err'
  12918. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12919. (eval $ac_try) 2>&5
  12920. ac_status=$?
  12921. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12922. (exit $ac_status); }; } &&
  12923. { ac_try='test -s conftest$ac_exeext'
  12924. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12925. (eval $ac_try) 2>&5
  12926. ac_status=$?
  12927. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12928. (exit $ac_status); }; }; then
  12929. ac_cv_lib_svld_dlopen=yes
  12930. else
  12931. echo "$as_me: failed program was:" >&5
  12932. sed 's/^/| /' conftest.$ac_ext >&5
  12933.  
  12934. ac_cv_lib_svld_dlopen=no
  12935. fi
  12936. rm -f conftest.err conftest.$ac_objext \
  12937. conftest$ac_exeext conftest.$ac_ext
  12938. LIBS=$ac_check_lib_save_LIBS
  12939. fi
  12940. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  12941. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  12942. if test $ac_cv_lib_svld_dlopen = yes; then
  12943. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  12944. else
  12945. echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  12946. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  12947. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  12948. echo $ECHO_N "(cached) $ECHO_C" >&6
  12949. else
  12950. ac_check_lib_save_LIBS=$LIBS
  12951. LIBS="-ldld $LIBS"
  12952. cat >conftest.$ac_ext <<_ACEOF
  12953. /* confdefs.h. */
  12954. _ACEOF
  12955. cat confdefs.h >>conftest.$ac_ext
  12956. cat >>conftest.$ac_ext <<_ACEOF
  12957. /* end confdefs.h. */
  12958.  
  12959. /* Override any gcc2 internal prototype to avoid an error. */
  12960. #ifdef __cplusplus
  12961. extern "C"
  12962. #endif
  12963. /* We use char because int might match the return type of a gcc2
  12964. builtin and then its argument prototype would still apply. */
  12965. char dld_link ();
  12966. int
  12967. main ()
  12968. {
  12969. dld_link ();
  12970. ;
  12971. return 0;
  12972. }
  12973. _ACEOF
  12974. rm -f conftest.$ac_objext conftest$ac_exeext
  12975. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  12976. (eval $ac_link) 2>conftest.er1
  12977. ac_status=$?
  12978. grep -v '^ *+' conftest.er1 >conftest.err
  12979. rm -f conftest.er1
  12980. cat conftest.err >&5
  12981. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12982. (exit $ac_status); } &&
  12983. { ac_try='test -z "$ac_cxx_werror_flag"
  12984. || test ! -s conftest.err'
  12985. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12986. (eval $ac_try) 2>&5
  12987. ac_status=$?
  12988. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12989. (exit $ac_status); }; } &&
  12990. { ac_try='test -s conftest$ac_exeext'
  12991. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  12992. (eval $ac_try) 2>&5
  12993. ac_status=$?
  12994. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  12995. (exit $ac_status); }; }; then
  12996. ac_cv_lib_dld_dld_link=yes
  12997. else
  12998. echo "$as_me: failed program was:" >&5
  12999. sed 's/^/| /' conftest.$ac_ext >&5
  13000.  
  13001. ac_cv_lib_dld_dld_link=no
  13002. fi
  13003. rm -f conftest.err conftest.$ac_objext \
  13004. conftest$ac_exeext conftest.$ac_ext
  13005. LIBS=$ac_check_lib_save_LIBS
  13006. fi
  13007. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  13008. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  13009. if test $ac_cv_lib_dld_dld_link = yes; then
  13010. lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  13011. fi
  13012.  
  13013.  
  13014. fi
  13015.  
  13016.  
  13017. fi
  13018.  
  13019.  
  13020. fi
  13021.  
  13022.  
  13023. fi
  13024.  
  13025.  
  13026. fi
  13027.  
  13028. ;;
  13029. esac
  13030.  
  13031. if test "x$lt_cv_dlopen" != xno; then
  13032. enable_dlopen=yes
  13033. else
  13034. enable_dlopen=no
  13035. fi
  13036.  
  13037. case $lt_cv_dlopen in
  13038. dlopen)
  13039. save_CPPFLAGS="$CPPFLAGS"
  13040. test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  13041.  
  13042. save_LDFLAGS="$LDFLAGS"
  13043. eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  13044.  
  13045. save_LIBS="$LIBS"
  13046. LIBS="$lt_cv_dlopen_libs $LIBS"
  13047.  
  13048. echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  13049. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  13050. if test "${lt_cv_dlopen_self+set}" = set; then
  13051. echo $ECHO_N "(cached) $ECHO_C" >&6
  13052. else
  13053. if test "$cross_compiling" = yes; then :
  13054. lt_cv_dlopen_self=cross
  13055. else
  13056. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  13057. lt_status=$lt_dlunknown
  13058. cat > conftest.$ac_ext <<EOF
  13059. #line 13059 "configure"
  13060. #include "confdefs.h"
  13061.  
  13062. #if HAVE_DLFCN_H
  13063. #include <dlfcn.h>
  13064. #endif
  13065.  
  13066. #include <stdio.h>
  13067.  
  13068. #ifdef RTLD_GLOBAL
  13069. # define LT_DLGLOBAL RTLD_GLOBAL
  13070. #else
  13071. # ifdef DL_GLOBAL
  13072. # define LT_DLGLOBAL DL_GLOBAL
  13073. # else
  13074. # define LT_DLGLOBAL 0
  13075. # endif
  13076. #endif
  13077.  
  13078. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  13079. find out it does not work in some platform. */
  13080. #ifndef LT_DLLAZY_OR_NOW
  13081. # ifdef RTLD_LAZY
  13082. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  13083. # else
  13084. # ifdef DL_LAZY
  13085. # define LT_DLLAZY_OR_NOW DL_LAZY
  13086. # else
  13087. # ifdef RTLD_NOW
  13088. # define LT_DLLAZY_OR_NOW RTLD_NOW
  13089. # else
  13090. # ifdef DL_NOW
  13091. # define LT_DLLAZY_OR_NOW DL_NOW
  13092. # else
  13093. # define LT_DLLAZY_OR_NOW 0
  13094. # endif
  13095. # endif
  13096. # endif
  13097. # endif
  13098. #endif
  13099.  
  13100. #ifdef __cplusplus
  13101. extern "C" void exit (int);
  13102. #endif
  13103.  
  13104. void fnord() { int i=42;}
  13105. int main ()
  13106. {
  13107. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  13108. int status = $lt_dlunknown;
  13109.  
  13110. if (self)
  13111. {
  13112. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  13113. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  13114. /* dlclose (self); */
  13115. }
  13116.  
  13117. exit (status);
  13118. }
  13119. EOF
  13120. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13121. (eval $ac_link) 2>&5
  13122. ac_status=$?
  13123. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13124. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  13125. (./conftest; exit; ) 2>/dev/null
  13126. lt_status=$?
  13127. case x$lt_status in
  13128. x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  13129. x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  13130. x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  13131. esac
  13132. else :
  13133. # compilation failed
  13134. lt_cv_dlopen_self=no
  13135. fi
  13136. fi
  13137. rm -fr conftest*
  13138.  
  13139.  
  13140. fi
  13141. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  13142. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  13143.  
  13144. if test "x$lt_cv_dlopen_self" = xyes; then
  13145. LDFLAGS="$LDFLAGS $link_static_flag"
  13146. echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  13147. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  13148. if test "${lt_cv_dlopen_self_static+set}" = set; then
  13149. echo $ECHO_N "(cached) $ECHO_C" >&6
  13150. else
  13151. if test "$cross_compiling" = yes; then :
  13152. lt_cv_dlopen_self_static=cross
  13153. else
  13154. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  13155. lt_status=$lt_dlunknown
  13156. cat > conftest.$ac_ext <<EOF
  13157. #line 13157 "configure"
  13158. #include "confdefs.h"
  13159.  
  13160. #if HAVE_DLFCN_H
  13161. #include <dlfcn.h>
  13162. #endif
  13163.  
  13164. #include <stdio.h>
  13165.  
  13166. #ifdef RTLD_GLOBAL
  13167. # define LT_DLGLOBAL RTLD_GLOBAL
  13168. #else
  13169. # ifdef DL_GLOBAL
  13170. # define LT_DLGLOBAL DL_GLOBAL
  13171. # else
  13172. # define LT_DLGLOBAL 0
  13173. # endif
  13174. #endif
  13175.  
  13176. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  13177. find out it does not work in some platform. */
  13178. #ifndef LT_DLLAZY_OR_NOW
  13179. # ifdef RTLD_LAZY
  13180. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  13181. # else
  13182. # ifdef DL_LAZY
  13183. # define LT_DLLAZY_OR_NOW DL_LAZY
  13184. # else
  13185. # ifdef RTLD_NOW
  13186. # define LT_DLLAZY_OR_NOW RTLD_NOW
  13187. # else
  13188. # ifdef DL_NOW
  13189. # define LT_DLLAZY_OR_NOW DL_NOW
  13190. # else
  13191. # define LT_DLLAZY_OR_NOW 0
  13192. # endif
  13193. # endif
  13194. # endif
  13195. # endif
  13196. #endif
  13197.  
  13198. #ifdef __cplusplus
  13199. extern "C" void exit (int);
  13200. #endif
  13201.  
  13202. void fnord() { int i=42;}
  13203. int main ()
  13204. {
  13205. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  13206. int status = $lt_dlunknown;
  13207.  
  13208. if (self)
  13209. {
  13210. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  13211. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  13212. /* dlclose (self); */
  13213. }
  13214.  
  13215. exit (status);
  13216. }
  13217. EOF
  13218. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  13219. (eval $ac_link) 2>&5
  13220. ac_status=$?
  13221. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  13222. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  13223. (./conftest; exit; ) 2>/dev/null
  13224. lt_status=$?
  13225. case x$lt_status in
  13226. x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  13227. x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  13228. x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  13229. esac
  13230. else :
  13231. # compilation failed
  13232. lt_cv_dlopen_self_static=no
  13233. fi
  13234. fi
  13235. rm -fr conftest*
  13236.  
  13237.  
  13238. fi
  13239. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  13240. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  13241. fi
  13242.  
  13243. CPPFLAGS="$save_CPPFLAGS"
  13244. LDFLAGS="$save_LDFLAGS"
  13245. LIBS="$save_LIBS"
  13246. ;;
  13247. esac
  13248.  
  13249. case $lt_cv_dlopen_self in
  13250. yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  13251. *) enable_dlopen_self=unknown ;;
  13252. esac
  13253.  
  13254. case $lt_cv_dlopen_self_static in
  13255. yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  13256. *) enable_dlopen_self_static=unknown ;;
  13257. esac
  13258. fi
  13259.  
  13260.  
  13261. # The else clause should only fire when bootstrapping the
  13262. # libtool distribution, otherwise you forgot to ship ltmain.sh
  13263. # with your package, and you will get complaints that there are
  13264. # no rules to generate ltmain.sh.
  13265. if test -f "$ltmain"; then
  13266. # See if we are running on zsh, and set the options which allow our commands through
  13267. # without removal of \ escapes.
  13268. if test -n "${ZSH_VERSION+set}" ; then
  13269. setopt NO_GLOB_SUBST
  13270. fi
  13271. # Now quote all the things that may contain metacharacters while being
  13272. # careful not to overquote the AC_SUBSTed values. We take copies of the
  13273. # variables and quote the copies for generation of the libtool script.
  13274. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
  13275. SED SHELL STRIP \
  13276. libname_spec library_names_spec soname_spec extract_expsyms_cmds \
  13277. old_striplib striplib file_magic_cmd finish_cmds finish_eval \
  13278. deplibs_check_method reload_flag reload_cmds need_locks \
  13279. lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
  13280. lt_cv_sys_global_symbol_to_c_name_address \
  13281. sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  13282. old_postinstall_cmds old_postuninstall_cmds \
  13283. compiler_CXX \
  13284. CC_CXX \
  13285. LD_CXX \
  13286. lt_prog_compiler_wl_CXX \
  13287. lt_prog_compiler_pic_CXX \
  13288. lt_prog_compiler_static_CXX \
  13289. lt_prog_compiler_no_builtin_flag_CXX \
  13290. export_dynamic_flag_spec_CXX \
  13291. thread_safe_flag_spec_CXX \
  13292. whole_archive_flag_spec_CXX \
  13293. enable_shared_with_static_runtimes_CXX \
  13294. old_archive_cmds_CXX \
  13295. old_archive_from_new_cmds_CXX \
  13296. predep_objects_CXX \
  13297. postdep_objects_CXX \
  13298. predeps_CXX \
  13299. postdeps_CXX \
  13300. compiler_lib_search_path_CXX \
  13301. archive_cmds_CXX \
  13302. archive_expsym_cmds_CXX \
  13303. postinstall_cmds_CXX \
  13304. postuninstall_cmds_CXX \
  13305. old_archive_from_expsyms_cmds_CXX \
  13306. allow_undefined_flag_CXX \
  13307. no_undefined_flag_CXX \
  13308. export_symbols_cmds_CXX \
  13309. hardcode_libdir_flag_spec_CXX \
  13310. hardcode_libdir_flag_spec_ld_CXX \
  13311. hardcode_libdir_separator_CXX \
  13312. hardcode_automatic_CXX \
  13313. module_cmds_CXX \
  13314. module_expsym_cmds_CXX \
  13315. lt_cv_prog_compiler_c_o_CXX \
  13316. exclude_expsyms_CXX \
  13317. include_expsyms_CXX; do
  13318.  
  13319. case $var in
  13320. old_archive_cmds_CXX | \
  13321. old_archive_from_new_cmds_CXX | \
  13322. archive_cmds_CXX | \
  13323. archive_expsym_cmds_CXX | \
  13324. module_cmds_CXX | \
  13325. module_expsym_cmds_CXX | \
  13326. old_archive_from_expsyms_cmds_CXX | \
  13327. export_symbols_cmds_CXX | \
  13328. extract_expsyms_cmds | reload_cmds | finish_cmds | \
  13329. postinstall_cmds | postuninstall_cmds | \
  13330. old_postinstall_cmds | old_postuninstall_cmds | \
  13331. sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  13332. # Double-quote double-evaled strings.
  13333. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  13334. ;;
  13335. *)
  13336. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  13337. ;;
  13338. esac
  13339. done
  13340.  
  13341. case $lt_echo in
  13342. *'\$0 --fallback-echo"')
  13343. lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  13344. ;;
  13345. esac
  13346.  
  13347. cfgfile="$ofile"
  13348.  
  13349. cat <<__EOF__ >> "$cfgfile"
  13350. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  13351.  
  13352. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  13353.  
  13354. # Shell to use when invoking shell scripts.
  13355. SHELL=$lt_SHELL
  13356.  
  13357. # Whether or not to build shared libraries.
  13358. build_libtool_libs=$enable_shared
  13359.  
  13360. # Whether or not to build static libraries.
  13361. build_old_libs=$enable_static
  13362.  
  13363. # Whether or not to add -lc for building shared libraries.
  13364. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  13365.  
  13366. # Whether or not to disallow shared libs when runtime libs are static
  13367. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  13368.  
  13369. # Whether or not to optimize for fast installation.
  13370. fast_install=$enable_fast_install
  13371.  
  13372. # The host system.
  13373. host_alias=$host_alias
  13374. host=$host
  13375. host_os=$host_os
  13376.  
  13377. # The build system.
  13378. build_alias=$build_alias
  13379. build=$build
  13380. build_os=$build_os
  13381.  
  13382. # An echo program that does not interpret backslashes.
  13383. echo=$lt_echo
  13384.  
  13385. # The archiver.
  13386. AR=$lt_AR
  13387. AR_FLAGS=$lt_AR_FLAGS
  13388.  
  13389. # A C compiler.
  13390. LTCC=$lt_LTCC
  13391.  
  13392. # A language-specific compiler.
  13393. CC=$lt_compiler_CXX
  13394.  
  13395. # Is the compiler the GNU C compiler?
  13396. with_gcc=$GCC_CXX
  13397.  
  13398. # An ERE matcher.
  13399. EGREP=$lt_EGREP
  13400.  
  13401. # The linker used to build libraries.
  13402. LD=$lt_LD_CXX
  13403.  
  13404. # Whether we need hard or soft links.
  13405. LN_S=$lt_LN_S
  13406.  
  13407. # A BSD-compatible nm program.
  13408. NM=$lt_NM
  13409.  
  13410. # A symbol stripping program
  13411. STRIP=$lt_STRIP
  13412.  
  13413. # Used to examine libraries when file_magic_cmd begins "file"
  13414. MAGIC_CMD=$MAGIC_CMD
  13415.  
  13416. # Used on cygwin: DLL creation program.
  13417. DLLTOOL="$DLLTOOL"
  13418.  
  13419. # Used on cygwin: object dumper.
  13420. OBJDUMP="$OBJDUMP"
  13421.  
  13422. # Used on cygwin: assembler.
  13423. AS="$AS"
  13424.  
  13425. # The name of the directory that contains temporary libtool files.
  13426. objdir=$objdir
  13427.  
  13428. # How to create reloadable object files.
  13429. reload_flag=$lt_reload_flag
  13430. reload_cmds=$lt_reload_cmds
  13431.  
  13432. # How to pass a linker flag through the compiler.
  13433. wl=$lt_lt_prog_compiler_wl_CXX
  13434.  
  13435. # Object file suffix (normally "o").
  13436. objext="$ac_objext"
  13437.  
  13438. # Old archive suffix (normally "a").
  13439. libext="$libext"
  13440.  
  13441. # Shared library suffix (normally ".so").
  13442. shrext_cmds='$shrext_cmds'
  13443.  
  13444. # Executable file suffix (normally "").
  13445. exeext="$exeext"
  13446.  
  13447. # Additional compiler flags for building library objects.
  13448. pic_flag=$lt_lt_prog_compiler_pic_CXX
  13449. pic_mode=$pic_mode
  13450.  
  13451. # What is the maximum length of a command?
  13452. max_cmd_len=$lt_cv_sys_max_cmd_len
  13453.  
  13454. # Does compiler simultaneously support -c and -o options?
  13455. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  13456.  
  13457. # Must we lock files when doing compilation?
  13458. need_locks=$lt_need_locks
  13459.  
  13460. # Do we need the lib prefix for modules?
  13461. need_lib_prefix=$need_lib_prefix
  13462.  
  13463. # Do we need a version for libraries?
  13464. need_version=$need_version
  13465.  
  13466. # Whether dlopen is supported.
  13467. dlopen_support=$enable_dlopen
  13468.  
  13469. # Whether dlopen of programs is supported.
  13470. dlopen_self=$enable_dlopen_self
  13471.  
  13472. # Whether dlopen of statically linked programs is supported.
  13473. dlopen_self_static=$enable_dlopen_self_static
  13474.  
  13475. # Compiler flag to prevent dynamic linking.
  13476. link_static_flag=$lt_lt_prog_compiler_static_CXX
  13477.  
  13478. # Compiler flag to turn off builtin functions.
  13479. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  13480.  
  13481. # Compiler flag to allow reflexive dlopens.
  13482. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  13483.  
  13484. # Compiler flag to generate shared objects directly from archives.
  13485. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  13486.  
  13487. # Compiler flag to generate thread-safe objects.
  13488. thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
  13489.  
  13490. # Library versioning type.
  13491. version_type=$version_type
  13492.  
  13493. # Format of library name prefix.
  13494. libname_spec=$lt_libname_spec
  13495.  
  13496. # List of archive names. First name is the real one, the rest are links.
  13497. # The last name is the one that the linker finds with -lNAME.
  13498. library_names_spec=$lt_library_names_spec
  13499.  
  13500. # The coded name of the library, if different from the real name.
  13501. soname_spec=$lt_soname_spec
  13502.  
  13503. # Commands used to build and install an old-style archive.
  13504. RANLIB=$lt_RANLIB
  13505. old_archive_cmds=$lt_old_archive_cmds_CXX
  13506. old_postinstall_cmds=$lt_old_postinstall_cmds
  13507. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  13508.  
  13509. # Create an old-style archive from a shared archive.
  13510. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  13511.  
  13512. # Create a temporary old-style archive to link instead of a shared archive.
  13513. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  13514.  
  13515. # Commands used to build and install a shared archive.
  13516. archive_cmds=$lt_archive_cmds_CXX
  13517. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  13518. postinstall_cmds=$lt_postinstall_cmds
  13519. postuninstall_cmds=$lt_postuninstall_cmds
  13520.  
  13521. # Commands used to build a loadable module (assumed same as above if empty)
  13522. module_cmds=$lt_module_cmds_CXX
  13523. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  13524.  
  13525. # Commands to strip libraries.
  13526. old_striplib=$lt_old_striplib
  13527. striplib=$lt_striplib
  13528.  
  13529. # Dependencies to place before the objects being linked to create a
  13530. # shared library.
  13531. predep_objects=$lt_predep_objects_CXX
  13532.  
  13533. # Dependencies to place after the objects being linked to create a
  13534. # shared library.
  13535. postdep_objects=$lt_postdep_objects_CXX
  13536.  
  13537. # Dependencies to place before the objects being linked to create a
  13538. # shared library.
  13539. predeps=$lt_predeps_CXX
  13540.  
  13541. # Dependencies to place after the objects being linked to create a
  13542. # shared library.
  13543. postdeps=$lt_postdeps_CXX
  13544.  
  13545. # The library search path used internally by the compiler when linking
  13546. # a shared library.
  13547. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  13548.  
  13549. # Method to check whether dependent libraries are shared objects.
  13550. deplibs_check_method=$lt_deplibs_check_method
  13551.  
  13552. # Command to use when deplibs_check_method == file_magic.
  13553. file_magic_cmd=$lt_file_magic_cmd
  13554.  
  13555. # Flag that allows shared libraries with undefined symbols to be built.
  13556. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  13557.  
  13558. # Flag that forces no undefined symbols.
  13559. no_undefined_flag=$lt_no_undefined_flag_CXX
  13560.  
  13561. # Commands used to finish a libtool library installation in a directory.
  13562. finish_cmds=$lt_finish_cmds
  13563.  
  13564. # Same as above, but a single script fragment to be evaled but not shown.
  13565. finish_eval=$lt_finish_eval
  13566.  
  13567. # Take the output of nm and produce a listing of raw symbols and C names.
  13568. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  13569.  
  13570. # Transform the output of nm in a proper C declaration
  13571. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  13572.  
  13573. # Transform the output of nm in a C name address pair
  13574. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  13575.  
  13576. # This is the shared library runtime path variable.
  13577. runpath_var=$runpath_var
  13578.  
  13579. # This is the shared library path variable.
  13580. shlibpath_var=$shlibpath_var
  13581.  
  13582. # Is shlibpath searched before the hard-coded library search path?
  13583. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  13584.  
  13585. # How to hardcode a shared library path into an executable.
  13586. hardcode_action=$hardcode_action_CXX
  13587.  
  13588. # Whether we should hardcode library paths into libraries.
  13589. hardcode_into_libs=$hardcode_into_libs
  13590.  
  13591. # Flag to hardcode \$libdir into a binary during linking.
  13592. # This must work even if \$libdir does not exist.
  13593. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  13594.  
  13595. # If ld is used when linking, flag to hardcode \$libdir into
  13596. # a binary during linking. This must work even if \$libdir does
  13597. # not exist.
  13598. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
  13599.  
  13600. # Whether we need a single -rpath flag with a separated argument.
  13601. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  13602.  
  13603. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  13604. # resulting binary.
  13605. hardcode_direct=$hardcode_direct_CXX
  13606.  
  13607. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  13608. # resulting binary.
  13609. hardcode_minus_L=$hardcode_minus_L_CXX
  13610.  
  13611. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  13612. # the resulting binary.
  13613. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  13614.  
  13615. # Set to yes if building a shared library automatically hardcodes DIR into the library
  13616. # and all subsequent libraries and executables linked against it.
  13617. hardcode_automatic=$hardcode_automatic_CXX
  13618.  
  13619. # Variables whose values should be saved in libtool wrapper scripts and
  13620. # restored at relink time.
  13621. variables_saved_for_relink="$variables_saved_for_relink"
  13622.  
  13623. # Whether libtool must link a program against all its dependency libraries.
  13624. link_all_deplibs=$link_all_deplibs_CXX
  13625.  
  13626. # Compile-time system search path for libraries
  13627. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  13628.  
  13629. # Run-time system search path for libraries
  13630. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  13631.  
  13632. # Fix the shell variable \$srcfile for the compiler.
  13633. fix_srcfile_path="$fix_srcfile_path_CXX"
  13634.  
  13635. # Set to yes if exported symbols are required.
  13636. always_export_symbols=$always_export_symbols_CXX
  13637.  
  13638. # The commands to list exported symbols.
  13639. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  13640.  
  13641. # The commands to extract the exported symbol list from a shared archive.
  13642. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  13643.  
  13644. # Symbols that should not be listed in the preloaded symbols.
  13645. exclude_expsyms=$lt_exclude_expsyms_CXX
  13646.  
  13647. # Symbols that must always be exported.
  13648. include_expsyms=$lt_include_expsyms_CXX
  13649.  
  13650. # ### END LIBTOOL TAG CONFIG: $tagname
  13651.  
  13652. __EOF__
  13653.  
  13654.  
  13655. else
  13656. # If there is no Makefile yet, we rely on a make rule to execute
  13657. # `config.status --recheck' to rerun these tests and create the
  13658. # libtool script then.
  13659. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
  13660. if test -f "$ltmain_in"; then
  13661. test -f Makefile && make "$ltmain"
  13662. fi
  13663. fi
  13664.  
  13665.  
  13666. ac_ext=c
  13667. ac_cpp='$CPP $CPPFLAGS'
  13668. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  13669. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  13670. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  13671.  
  13672. CC=$lt_save_CC
  13673. LDCXX=$LD
  13674. LD=$lt_save_LD
  13675. GCC=$lt_save_GCC
  13676. with_gnu_ldcxx=$with_gnu_ld
  13677. with_gnu_ld=$lt_save_with_gnu_ld
  13678. lt_cv_path_LDCXX=$lt_cv_path_LD
  13679. lt_cv_path_LD=$lt_save_path_LD
  13680. lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  13681. lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  13682.  
  13683. else
  13684. tagname=""
  13685. fi
  13686. ;;
  13687.  
  13688. F77)
  13689. if test -n "$F77" && test "X$F77" != "Xno"; then
  13690.  
  13691. ac_ext=f
  13692. ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
  13693. ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  13694. ac_compiler_gnu=$ac_cv_f77_compiler_gnu
  13695.  
  13696.  
  13697. archive_cmds_need_lc_F77=no
  13698. allow_undefined_flag_F77=
  13699. always_export_symbols_F77=no
  13700. archive_expsym_cmds_F77=
  13701. export_dynamic_flag_spec_F77=
  13702. hardcode_direct_F77=no
  13703. hardcode_libdir_flag_spec_F77=
  13704. hardcode_libdir_flag_spec_ld_F77=
  13705. hardcode_libdir_separator_F77=
  13706. hardcode_minus_L_F77=no
  13707. hardcode_automatic_F77=no
  13708. module_cmds_F77=
  13709. module_expsym_cmds_F77=
  13710. link_all_deplibs_F77=unknown
  13711. old_archive_cmds_F77=$old_archive_cmds
  13712. no_undefined_flag_F77=
  13713. whole_archive_flag_spec_F77=
  13714. enable_shared_with_static_runtimes_F77=no
  13715.  
  13716. # Source file extension for f77 test sources.
  13717. ac_ext=f
  13718.  
  13719. # Object file extension for compiled f77 test sources.
  13720. objext=o
  13721. objext_F77=$objext
  13722.  
  13723. # Code to be used in simple compile tests
  13724. lt_simple_compile_test_code=" subroutine t\n return\n end\n"
  13725.  
  13726. # Code to be used in simple link tests
  13727. lt_simple_link_test_code=" program t\n end\n"
  13728.  
  13729. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  13730.  
  13731. # If no C compiler was specified, use CC.
  13732. LTCC=${LTCC-"$CC"}
  13733.  
  13734. # Allow CC to be a program name with arguments.
  13735. compiler=$CC
  13736.  
  13737.  
  13738. # save warnings/boilerplate of simple test code
  13739. ac_outfile=conftest.$ac_objext
  13740. printf "$lt_simple_compile_test_code" >conftest.$ac_ext
  13741. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  13742. _lt_compiler_boilerplate=`cat conftest.err`
  13743. $rm conftest*
  13744.  
  13745. ac_outfile=conftest.$ac_objext
  13746. printf "$lt_simple_link_test_code" >conftest.$ac_ext
  13747. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  13748. _lt_linker_boilerplate=`cat conftest.err`
  13749. $rm conftest*
  13750.  
  13751.  
  13752. # Allow CC to be a program name with arguments.
  13753. lt_save_CC="$CC"
  13754. CC=${F77-"f77"}
  13755. compiler=$CC
  13756. compiler_F77=$CC
  13757. for cc_temp in $compiler""; do
  13758. case $cc_temp in
  13759. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  13760. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  13761. \-*) ;;
  13762. *) break;;
  13763. esac
  13764. done
  13765. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  13766.  
  13767.  
  13768. echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
  13769. echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
  13770. echo "$as_me:$LINENO: result: $can_build_shared" >&5
  13771. echo "${ECHO_T}$can_build_shared" >&6
  13772.  
  13773. echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
  13774. echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
  13775. test "$can_build_shared" = "no" && enable_shared=no
  13776.  
  13777. # On AIX, shared libraries and static libraries use the same namespace, and
  13778. # are all built from PIC.
  13779. case "$host_os" in
  13780. aix3*)
  13781. test "$enable_shared" = yes && enable_static=no
  13782. if test -n "$RANLIB"; then
  13783. archive_cmds="$archive_cmds~\$RANLIB \$lib"
  13784. postinstall_cmds='$RANLIB $lib'
  13785. fi
  13786. ;;
  13787. aix4* | aix5*)
  13788. if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  13789. test "$enable_shared" = yes && enable_static=no
  13790. fi
  13791. ;;
  13792. esac
  13793. echo "$as_me:$LINENO: result: $enable_shared" >&5
  13794. echo "${ECHO_T}$enable_shared" >&6
  13795.  
  13796. echo "$as_me:$LINENO: checking whether to build static libraries" >&5
  13797. echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
  13798. # Make sure either enable_shared or enable_static is yes.
  13799. test "$enable_shared" = yes || enable_static=yes
  13800. echo "$as_me:$LINENO: result: $enable_static" >&5
  13801. echo "${ECHO_T}$enable_static" >&6
  13802.  
  13803. test "$ld_shlibs_F77" = no && can_build_shared=no
  13804.  
  13805. GCC_F77="$G77"
  13806. LD_F77="$LD"
  13807.  
  13808. lt_prog_compiler_wl_F77=
  13809. lt_prog_compiler_pic_F77=
  13810. lt_prog_compiler_static_F77=
  13811.  
  13812. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  13813. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  13814.  
  13815. if test "$GCC" = yes; then
  13816. lt_prog_compiler_wl_F77='-Wl,'
  13817. lt_prog_compiler_static_F77='-static'
  13818.  
  13819. case $host_os in
  13820. aix*)
  13821. # All AIX code is PIC.
  13822. if test "$host_cpu" = ia64; then
  13823. # AIX 5 now supports IA64 processor
  13824. lt_prog_compiler_static_F77='-Bstatic'
  13825. fi
  13826. ;;
  13827.  
  13828. amigaos*)
  13829. # FIXME: we need at least 68020 code to build shared libraries, but
  13830. # adding the `-m68020' flag to GCC prevents building anything better,
  13831. # like `-m68040'.
  13832. lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
  13833. ;;
  13834.  
  13835. beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  13836. # PIC is the default for these OSes.
  13837. ;;
  13838.  
  13839. mingw* | pw32* | os2*)
  13840. # This hack is so that the source file can tell whether it is being
  13841. # built for inclusion in a dll (and should export symbols for example).
  13842. lt_prog_compiler_pic_F77='-DDLL_EXPORT'
  13843. ;;
  13844.  
  13845. darwin* | rhapsody*)
  13846. # PIC is the default on this platform
  13847. # Common symbols not allowed in MH_DYLIB files
  13848. lt_prog_compiler_pic_F77='-fno-common'
  13849. ;;
  13850.  
  13851. msdosdjgpp*)
  13852. # Just because we use GCC doesn't mean we suddenly get shared libraries
  13853. # on systems that don't support them.
  13854. lt_prog_compiler_can_build_shared_F77=no
  13855. enable_shared=no
  13856. ;;
  13857.  
  13858. sysv4*MP*)
  13859. if test -d /usr/nec; then
  13860. lt_prog_compiler_pic_F77=-Kconform_pic
  13861. fi
  13862. ;;
  13863.  
  13864. hpux*)
  13865. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  13866. # not for PA HP-UX.
  13867. case "$host_cpu" in
  13868. hppa*64*|ia64*)
  13869. # +Z the default
  13870. ;;
  13871. *)
  13872. lt_prog_compiler_pic_F77='-fPIC'
  13873. ;;
  13874. esac
  13875. ;;
  13876.  
  13877. *)
  13878. lt_prog_compiler_pic_F77='-fPIC'
  13879. ;;
  13880. esac
  13881. else
  13882. # PORTME Check for flag to pass linker flags through the system compiler.
  13883. case $host_os in
  13884. aix*)
  13885. lt_prog_compiler_wl_F77='-Wl,'
  13886. if test "$host_cpu" = ia64; then
  13887. # AIX 5 now supports IA64 processor
  13888. lt_prog_compiler_static_F77='-Bstatic'
  13889. else
  13890. lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
  13891. fi
  13892. ;;
  13893. darwin*)
  13894. # PIC is the default on this platform
  13895. # Common symbols not allowed in MH_DYLIB files
  13896. case $cc_basename in
  13897. xlc*)
  13898. lt_prog_compiler_pic_F77='-qnocommon'
  13899. lt_prog_compiler_wl_F77='-Wl,'
  13900. ;;
  13901. esac
  13902. ;;
  13903.  
  13904. mingw* | pw32* | os2*)
  13905. # This hack is so that the source file can tell whether it is being
  13906. # built for inclusion in a dll (and should export symbols for example).
  13907. lt_prog_compiler_pic_F77='-DDLL_EXPORT'
  13908. ;;
  13909.  
  13910. hpux9* | hpux10* | hpux11*)
  13911. lt_prog_compiler_wl_F77='-Wl,'
  13912. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  13913. # not for PA HP-UX.
  13914. case "$host_cpu" in
  13915. hppa*64*|ia64*)
  13916. # +Z the default
  13917. ;;
  13918. *)
  13919. lt_prog_compiler_pic_F77='+Z'
  13920. ;;
  13921. esac
  13922. # Is there a better lt_prog_compiler_static that works with the bundled CC?
  13923. lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
  13924. ;;
  13925.  
  13926. irix5* | irix6* | nonstopux*)
  13927. lt_prog_compiler_wl_F77='-Wl,'
  13928. # PIC (with -KPIC) is the default.
  13929. lt_prog_compiler_static_F77='-non_shared'
  13930. ;;
  13931.  
  13932. newsos6)
  13933. lt_prog_compiler_pic_F77='-KPIC'
  13934. lt_prog_compiler_static_F77='-Bstatic'
  13935. ;;
  13936.  
  13937. linux*)
  13938. case $cc_basename in
  13939. icc* | ecc*)
  13940. lt_prog_compiler_wl_F77='-Wl,'
  13941. lt_prog_compiler_pic_F77='-KPIC'
  13942. lt_prog_compiler_static_F77='-static'
  13943. ;;
  13944. pgcc* | pgf77* | pgf90*)
  13945. # Portland Group compilers (*not* the Pentium gcc compiler,
  13946. # which looks to be a dead project)
  13947. lt_prog_compiler_wl_F77='-Wl,'
  13948. lt_prog_compiler_pic_F77='-fpic'
  13949. lt_prog_compiler_static_F77='-static'
  13950. ;;
  13951. ccc*)
  13952. lt_prog_compiler_wl_F77='-Wl,'
  13953. # All Alpha code is PIC.
  13954. lt_prog_compiler_static_F77='-non_shared'
  13955. ;;
  13956. esac
  13957. ;;
  13958.  
  13959. osf3* | osf4* | osf5*)
  13960. lt_prog_compiler_wl_F77='-Wl,'
  13961. # All OSF/1 code is PIC.
  13962. lt_prog_compiler_static_F77='-non_shared'
  13963. ;;
  13964.  
  13965. sco3.2v5*)
  13966. lt_prog_compiler_pic_F77='-Kpic'
  13967. lt_prog_compiler_static_F77='-dn'
  13968. ;;
  13969.  
  13970. solaris*)
  13971. lt_prog_compiler_pic_F77='-KPIC'
  13972. lt_prog_compiler_static_F77='-Bstatic'
  13973. case $cc_basename in
  13974. f77* | f90* | f95*)
  13975. lt_prog_compiler_wl_F77='-Qoption ld ';;
  13976. *)
  13977. lt_prog_compiler_wl_F77='-Wl,';;
  13978. esac
  13979. ;;
  13980.  
  13981. sunos4*)
  13982. lt_prog_compiler_wl_F77='-Qoption ld '
  13983. lt_prog_compiler_pic_F77='-PIC'
  13984. lt_prog_compiler_static_F77='-Bstatic'
  13985. ;;
  13986.  
  13987. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  13988. lt_prog_compiler_wl_F77='-Wl,'
  13989. lt_prog_compiler_pic_F77='-KPIC'
  13990. lt_prog_compiler_static_F77='-Bstatic'
  13991. ;;
  13992.  
  13993. sysv4*MP*)
  13994. if test -d /usr/nec ;then
  13995. lt_prog_compiler_pic_F77='-Kconform_pic'
  13996. lt_prog_compiler_static_F77='-Bstatic'
  13997. fi
  13998. ;;
  13999.  
  14000. unicos*)
  14001. lt_prog_compiler_wl_F77='-Wl,'
  14002. lt_prog_compiler_can_build_shared_F77=no
  14003. ;;
  14004.  
  14005. uts4*)
  14006. lt_prog_compiler_pic_F77='-pic'
  14007. lt_prog_compiler_static_F77='-Bstatic'
  14008. ;;
  14009.  
  14010. *)
  14011. lt_prog_compiler_can_build_shared_F77=no
  14012. ;;
  14013. esac
  14014. fi
  14015.  
  14016. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
  14017. echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
  14018.  
  14019. #
  14020. # Check to make sure the PIC flag actually works.
  14021. #
  14022. if test -n "$lt_prog_compiler_pic_F77"; then
  14023.  
  14024. echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
  14025. echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
  14026. if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
  14027. echo $ECHO_N "(cached) $ECHO_C" >&6
  14028. else
  14029. lt_prog_compiler_pic_works_F77=no
  14030. ac_outfile=conftest.$ac_objext
  14031. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  14032. lt_compiler_flag="$lt_prog_compiler_pic_F77"
  14033. # Insert the option either (1) after the last *FLAGS variable, or
  14034. # (2) before a word containing "conftest.", or (3) at the end.
  14035. # Note that $ac_compile itself does not contain backslashes and begins
  14036. # with a dollar sign (not a hyphen), so the echo should work correctly.
  14037. # The option is referenced via a variable to avoid confusing sed.
  14038. lt_compile=`echo "$ac_compile" | $SED \
  14039. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  14040. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  14041. -e 's:$: $lt_compiler_flag:'`
  14042. (eval echo "\"\$as_me:14042: $lt_compile\"" >&5)
  14043. (eval "$lt_compile" 2>conftest.err)
  14044. ac_status=$?
  14045. cat conftest.err >&5
  14046. echo "$as_me:14046: \$? = $ac_status" >&5
  14047. if (exit $ac_status) && test -s "$ac_outfile"; then
  14048. # The compiler can only warn and ignore the option if not recognized
  14049. # So say no if there are warnings other than the usual output.
  14050. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  14051. $SED '/^$/d' conftest.err >conftest.er2
  14052. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  14053. lt_prog_compiler_pic_works_F77=yes
  14054. fi
  14055. fi
  14056. $rm conftest*
  14057.  
  14058. fi
  14059. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
  14060. echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
  14061.  
  14062. if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
  14063. case $lt_prog_compiler_pic_F77 in
  14064. "" | " "*) ;;
  14065. *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
  14066. esac
  14067. else
  14068. lt_prog_compiler_pic_F77=
  14069. lt_prog_compiler_can_build_shared_F77=no
  14070. fi
  14071.  
  14072. fi
  14073. case "$host_os" in
  14074. # For platforms which do not support PIC, -DPIC is meaningless:
  14075. *djgpp*)
  14076. lt_prog_compiler_pic_F77=
  14077. ;;
  14078. *)
  14079. lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
  14080. ;;
  14081. esac
  14082.  
  14083. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  14084. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  14085. if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
  14086. echo $ECHO_N "(cached) $ECHO_C" >&6
  14087. else
  14088. lt_cv_prog_compiler_c_o_F77=no
  14089. $rm -r conftest 2>/dev/null
  14090. mkdir conftest
  14091. cd conftest
  14092. mkdir out
  14093. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  14094.  
  14095. lt_compiler_flag="-o out/conftest2.$ac_objext"
  14096. # Insert the option either (1) after the last *FLAGS variable, or
  14097. # (2) before a word containing "conftest.", or (3) at the end.
  14098. # Note that $ac_compile itself does not contain backslashes and begins
  14099. # with a dollar sign (not a hyphen), so the echo should work correctly.
  14100. lt_compile=`echo "$ac_compile" | $SED \
  14101. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  14102. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  14103. -e 's:$: $lt_compiler_flag:'`
  14104. (eval echo "\"\$as_me:14104: $lt_compile\"" >&5)
  14105. (eval "$lt_compile" 2>out/conftest.err)
  14106. ac_status=$?
  14107. cat out/conftest.err >&5
  14108. echo "$as_me:14108: \$? = $ac_status" >&5
  14109. if (exit $ac_status) && test -s out/conftest2.$ac_objext
  14110. then
  14111. # The compiler can only warn and ignore the option if not recognized
  14112. # So say no if there are warnings
  14113. $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
  14114. $SED '/^$/d' out/conftest.err >out/conftest.er2
  14115. if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  14116. lt_cv_prog_compiler_c_o_F77=yes
  14117. fi
  14118. fi
  14119. chmod u+w .
  14120. $rm conftest*
  14121. # SGI C++ compiler will create directory out/ii_files/ for
  14122. # template instantiation
  14123. test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  14124. $rm out/* && rmdir out
  14125. cd ..
  14126. rmdir conftest
  14127. $rm conftest*
  14128.  
  14129. fi
  14130. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
  14131. echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
  14132.  
  14133.  
  14134. hard_links="nottested"
  14135. if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
  14136. # do not overwrite the value of need_locks provided by the user
  14137. echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  14138. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  14139. hard_links=yes
  14140. $rm conftest*
  14141. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  14142. touch conftest.a
  14143. ln conftest.a conftest.b 2>&5 || hard_links=no
  14144. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  14145. echo "$as_me:$LINENO: result: $hard_links" >&5
  14146. echo "${ECHO_T}$hard_links" >&6
  14147. if test "$hard_links" = no; then
  14148. { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
  14149. echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
  14150. need_locks=warn
  14151. fi
  14152. else
  14153. need_locks=no
  14154. fi
  14155.  
  14156. echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  14157. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
  14158.  
  14159. runpath_var=
  14160. allow_undefined_flag_F77=
  14161. enable_shared_with_static_runtimes_F77=no
  14162. archive_cmds_F77=
  14163. archive_expsym_cmds_F77=
  14164. old_archive_From_new_cmds_F77=
  14165. old_archive_from_expsyms_cmds_F77=
  14166. export_dynamic_flag_spec_F77=
  14167. whole_archive_flag_spec_F77=
  14168. thread_safe_flag_spec_F77=
  14169. hardcode_libdir_flag_spec_F77=
  14170. hardcode_libdir_flag_spec_ld_F77=
  14171. hardcode_libdir_separator_F77=
  14172. hardcode_direct_F77=no
  14173. hardcode_minus_L_F77=no
  14174. hardcode_shlibpath_var_F77=unsupported
  14175. link_all_deplibs_F77=unknown
  14176. hardcode_automatic_F77=no
  14177. module_cmds_F77=
  14178. module_expsym_cmds_F77=
  14179. always_export_symbols_F77=no
  14180. export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  14181. # include_expsyms should be a list of space-separated symbols to be *always*
  14182. # included in the symbol list
  14183. include_expsyms_F77=
  14184. # exclude_expsyms can be an extended regexp of symbols to exclude
  14185. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  14186. # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  14187. # as well as any symbol that contains `d'.
  14188. exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"
  14189. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  14190. # platforms (ab)use it in PIC code, but their linkers get confused if
  14191. # the symbol is explicitly referenced. Since portable code cannot
  14192. # rely on this symbol name, it's probably fine to never include it in
  14193. # preloaded symbol tables.
  14194. extract_expsyms_cmds=
  14195. # Just being paranoid about ensuring that cc_basename is set.
  14196. for cc_temp in $compiler""; do
  14197. case $cc_temp in
  14198. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  14199. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  14200. \-*) ;;
  14201. *) break;;
  14202. esac
  14203. done
  14204. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  14205.  
  14206. case $host_os in
  14207. cygwin* | mingw* | pw32*)
  14208. # FIXME: the MSVC++ port hasn't been tested in a loooong time
  14209. # When not using gcc, we currently assume that we are using
  14210. # Microsoft Visual C++.
  14211. if test "$GCC" != yes; then
  14212. with_gnu_ld=no
  14213. fi
  14214. ;;
  14215. openbsd*)
  14216. with_gnu_ld=no
  14217. ;;
  14218. esac
  14219.  
  14220. ld_shlibs_F77=yes
  14221. if test "$with_gnu_ld" = yes; then
  14222. # If archive_cmds runs LD, not CC, wlarc should be empty
  14223. wlarc='${wl}'
  14224.  
  14225. # Set some defaults for GNU ld with shared library support. These
  14226. # are reset later if shared libraries are not supported. Putting them
  14227. # here allows them to be overridden if necessary.
  14228. runpath_var=LD_RUN_PATH
  14229. hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
  14230. export_dynamic_flag_spec_F77='${wl}--export-dynamic'
  14231. # ancient GNU ld didn't support --whole-archive et. al.
  14232. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
  14233. whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  14234. else
  14235. whole_archive_flag_spec_F77=
  14236. fi
  14237. supports_anon_versioning=no
  14238. case `$LD -v 2>/dev/null` in
  14239. *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
  14240. *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
  14241. *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  14242. *\ 2.11.*) ;; # other 2.11 versions
  14243. *) supports_anon_versioning=yes ;;
  14244. esac
  14245.  
  14246. # See if GNU ld supports shared libraries.
  14247. case $host_os in
  14248. aix3* | aix4* | aix5*)
  14249. # On AIX/PPC, the GNU linker is very broken
  14250. if test "$host_cpu" != ia64; then
  14251. ld_shlibs_F77=no
  14252. cat <<EOF 1>&2
  14253.  
  14254. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  14255. *** to be unable to reliably create shared libraries on AIX.
  14256. *** Therefore, libtool is disabling shared libraries support. If you
  14257. *** really care for shared libraries, you may want to modify your PATH
  14258. *** so that a non-GNU linker is found, and then restart.
  14259.  
  14260. EOF
  14261. fi
  14262. ;;
  14263.  
  14264. amigaos*)
  14265. archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  14266. hardcode_libdir_flag_spec_F77='-L$libdir'
  14267. hardcode_minus_L_F77=yes
  14268.  
  14269. # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  14270. # that the semantics of dynamic libraries on AmigaOS, at least up
  14271. # to version 4, is to share data among multiple programs linked
  14272. # with the same dynamic library. Since this doesn't match the
  14273. # behavior of shared libraries on other platforms, we can't use
  14274. # them.
  14275. ld_shlibs_F77=no
  14276. ;;
  14277.  
  14278. beos*)
  14279. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  14280. allow_undefined_flag_F77=unsupported
  14281. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  14282. # support --undefined. This deserves some investigation. FIXME
  14283. archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  14284. else
  14285. ld_shlibs_F77=no
  14286. fi
  14287. ;;
  14288.  
  14289. cygwin* | mingw* | pw32*)
  14290. # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
  14291. # as there is no search path for DLLs.
  14292. hardcode_libdir_flag_spec_F77='-L$libdir'
  14293. allow_undefined_flag_F77=unsupported
  14294. always_export_symbols_F77=no
  14295. enable_shared_with_static_runtimes_F77=yes
  14296. export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
  14297.  
  14298. if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  14299. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  14300. # If the export-symbols file already is a .def file (1st line
  14301. # is EXPORTS), use it as is; otherwise, prepend...
  14302. archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  14303. cp $export_symbols $output_objdir/$soname.def;
  14304. else
  14305. echo EXPORTS > $output_objdir/$soname.def;
  14306. cat $export_symbols >> $output_objdir/$soname.def;
  14307. fi~
  14308. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  14309. else
  14310. ld_shlibs_F77=no
  14311. fi
  14312. ;;
  14313.  
  14314. linux*)
  14315. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  14316. tmp_addflag=
  14317. case $cc_basename,$host_cpu in
  14318. pgcc*) # Portland Group C compiler
  14319. whole_archive_flag_spec_F77='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  14320. tmp_addflag=' $pic_flag'
  14321. ;;
  14322. pgf77* | pgf90* ) # Portland Group f77 and f90 compilers
  14323. whole_archive_flag_spec_F77='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  14324. tmp_addflag=' $pic_flag -Mnomain' ;;
  14325. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  14326. tmp_addflag=' -i_dynamic' ;;
  14327. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  14328. tmp_addflag=' -i_dynamic -nofor_main' ;;
  14329. ifc* | ifort*) # Intel Fortran compiler
  14330. tmp_addflag=' -nofor_main' ;;
  14331. esac
  14332. archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  14333.  
  14334. if test $supports_anon_versioning = yes; then
  14335. archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
  14336. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  14337. $echo "local: *; };" >> $output_objdir/$libname.ver~
  14338. $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  14339. fi
  14340. else
  14341. ld_shlibs_F77=no
  14342. fi
  14343. ;;
  14344.  
  14345. netbsd*)
  14346. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  14347. archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  14348. wlarc=
  14349. else
  14350. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  14351. archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  14352. fi
  14353. ;;
  14354.  
  14355. solaris* | sysv5*)
  14356. if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
  14357. ld_shlibs_F77=no
  14358. cat <<EOF 1>&2
  14359.  
  14360. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  14361. *** create shared libraries on Solaris systems. Therefore, libtool
  14362. *** is disabling shared libraries support. We urge you to upgrade GNU
  14363. *** binutils to release 2.9.1 or newer. Another option is to modify
  14364. *** your PATH or compiler configuration so that the native linker is
  14365. *** used, and then restart.
  14366.  
  14367. EOF
  14368. elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  14369. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  14370. archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  14371. else
  14372. ld_shlibs_F77=no
  14373. fi
  14374. ;;
  14375.  
  14376. sunos4*)
  14377. archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  14378. wlarc=
  14379. hardcode_direct_F77=yes
  14380. hardcode_shlibpath_var_F77=no
  14381. ;;
  14382.  
  14383. *)
  14384. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  14385. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  14386. archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  14387. else
  14388. ld_shlibs_F77=no
  14389. fi
  14390. ;;
  14391. esac
  14392.  
  14393. if test "$ld_shlibs_F77" = no; then
  14394. runpath_var=
  14395. hardcode_libdir_flag_spec_F77=
  14396. export_dynamic_flag_spec_F77=
  14397. whole_archive_flag_spec_F77=
  14398. fi
  14399. else
  14400. # PORTME fill in a description of your system's linker (not GNU ld)
  14401. case $host_os in
  14402. aix3*)
  14403. allow_undefined_flag_F77=unsupported
  14404. always_export_symbols_F77=yes
  14405. archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  14406. # Note: this linker hardcodes the directories in LIBPATH if there
  14407. # are no directories specified by -L.
  14408. hardcode_minus_L_F77=yes
  14409. if test "$GCC" = yes && test -z "$link_static_flag"; then
  14410. # Neither direct hardcoding nor static linking is supported with a
  14411. # broken collect2.
  14412. hardcode_direct_F77=unsupported
  14413. fi
  14414. ;;
  14415.  
  14416. aix4* | aix5*)
  14417. if test "$host_cpu" = ia64; then
  14418. # On IA64, the linker does run time linking by default, so we don't
  14419. # have to do anything special.
  14420. aix_use_runtimelinking=no
  14421. exp_sym_flag='-Bexport'
  14422. no_entry_flag=""
  14423. else
  14424. # If we're using GNU nm, then we don't want the "-C" option.
  14425. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  14426. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  14427. export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  14428. else
  14429. export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  14430. fi
  14431. aix_use_runtimelinking=no
  14432.  
  14433. # Test if we are trying to use run time linking or normal
  14434. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  14435. # need to do runtime linking.
  14436. case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  14437. for ld_flag in $LDFLAGS; do
  14438. if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  14439. aix_use_runtimelinking=yes
  14440. break
  14441. fi
  14442. done
  14443. esac
  14444.  
  14445. exp_sym_flag='-bexport'
  14446. no_entry_flag='-bnoentry'
  14447. fi
  14448.  
  14449. # When large executables or shared objects are built, AIX ld can
  14450. # have problems creating the table of contents. If linking a library
  14451. # or program results in "error TOC overflow" add -mminimal-toc to
  14452. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  14453. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  14454.  
  14455. archive_cmds_F77=''
  14456. hardcode_direct_F77=yes
  14457. hardcode_libdir_separator_F77=':'
  14458. link_all_deplibs_F77=yes
  14459.  
  14460. if test "$GCC" = yes; then
  14461. case $host_os in aix4.[012]|aix4.[012].*)
  14462. # We only want to do this on AIX 4.2 and lower, the check
  14463. # below for broken collect2 doesn't work under 4.3+
  14464. collect2name=`${CC} -print-prog-name=collect2`
  14465. if test -f "$collect2name" && \
  14466. strings "$collect2name" | grep resolve_lib_name >/dev/null
  14467. then
  14468. # We have reworked collect2
  14469. hardcode_direct_F77=yes
  14470. else
  14471. # We have old collect2
  14472. hardcode_direct_F77=unsupported
  14473. # It fails to find uninstalled libraries when the uninstalled
  14474. # path is not listed in the libpath. Setting hardcode_minus_L
  14475. # to unsupported forces relinking
  14476. hardcode_minus_L_F77=yes
  14477. hardcode_libdir_flag_spec_F77='-L$libdir'
  14478. hardcode_libdir_separator_F77=
  14479. fi
  14480. esac
  14481. shared_flag='-shared'
  14482. if test "$aix_use_runtimelinking" = yes; then
  14483. shared_flag="$shared_flag "'${wl}-G'
  14484. fi
  14485. else
  14486. # not using gcc
  14487. if test "$host_cpu" = ia64; then
  14488. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  14489. # chokes on -Wl,-G. The following line is correct:
  14490. shared_flag='-G'
  14491. else
  14492. if test "$aix_use_runtimelinking" = yes; then
  14493. shared_flag='${wl}-G'
  14494. else
  14495. shared_flag='${wl}-bM:SRE'
  14496. fi
  14497. fi
  14498. fi
  14499.  
  14500. # It seems that -bexpall does not export symbols beginning with
  14501. # underscore (_), so it is better to generate a list of symbols to export.
  14502. always_export_symbols_F77=yes
  14503. if test "$aix_use_runtimelinking" = yes; then
  14504. # Warning - without using the other runtime loading flags (-brtl),
  14505. # -berok will link without error, but may produce a broken library.
  14506. allow_undefined_flag_F77='-berok'
  14507. # Determine the default libpath from the value encoded in an empty executable.
  14508. cat >conftest.$ac_ext <<_ACEOF
  14509. program main
  14510.  
  14511. end
  14512. _ACEOF
  14513. rm -f conftest.$ac_objext conftest$ac_exeext
  14514. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14515. (eval $ac_link) 2>conftest.er1
  14516. ac_status=$?
  14517. grep -v '^ *+' conftest.er1 >conftest.err
  14518. rm -f conftest.er1
  14519. cat conftest.err >&5
  14520. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14521. (exit $ac_status); } &&
  14522. { ac_try='test -z "$ac_f77_werror_flag"
  14523. || test ! -s conftest.err'
  14524. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14525. (eval $ac_try) 2>&5
  14526. ac_status=$?
  14527. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14528. (exit $ac_status); }; } &&
  14529. { ac_try='test -s conftest$ac_exeext'
  14530. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14531. (eval $ac_try) 2>&5
  14532. ac_status=$?
  14533. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14534. (exit $ac_status); }; }; then
  14535.  
  14536. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  14537. }'`
  14538. # Check for a 64-bit object if we didn't find anything.
  14539. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  14540. }'`; fi
  14541. else
  14542. echo "$as_me: failed program was:" >&5
  14543. sed 's/^/| /' conftest.$ac_ext >&5
  14544.  
  14545. fi
  14546. rm -f conftest.err conftest.$ac_objext \
  14547. conftest$ac_exeext conftest.$ac_ext
  14548. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  14549.  
  14550. hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
  14551. archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  14552. else
  14553. if test "$host_cpu" = ia64; then
  14554. hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
  14555. allow_undefined_flag_F77="-z nodefs"
  14556. archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
  14557. else
  14558. # Determine the default libpath from the value encoded in an empty executable.
  14559. cat >conftest.$ac_ext <<_ACEOF
  14560. program main
  14561.  
  14562. end
  14563. _ACEOF
  14564. rm -f conftest.$ac_objext conftest$ac_exeext
  14565. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  14566. (eval $ac_link) 2>conftest.er1
  14567. ac_status=$?
  14568. grep -v '^ *+' conftest.er1 >conftest.err
  14569. rm -f conftest.er1
  14570. cat conftest.err >&5
  14571. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14572. (exit $ac_status); } &&
  14573. { ac_try='test -z "$ac_f77_werror_flag"
  14574. || test ! -s conftest.err'
  14575. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14576. (eval $ac_try) 2>&5
  14577. ac_status=$?
  14578. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14579. (exit $ac_status); }; } &&
  14580. { ac_try='test -s conftest$ac_exeext'
  14581. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  14582. (eval $ac_try) 2>&5
  14583. ac_status=$?
  14584. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  14585. (exit $ac_status); }; }; then
  14586.  
  14587. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  14588. }'`
  14589. # Check for a 64-bit object if we didn't find anything.
  14590. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  14591. }'`; fi
  14592. else
  14593. echo "$as_me: failed program was:" >&5
  14594. sed 's/^/| /' conftest.$ac_ext >&5
  14595.  
  14596. fi
  14597. rm -f conftest.err conftest.$ac_objext \
  14598. conftest$ac_exeext conftest.$ac_ext
  14599. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  14600.  
  14601. hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
  14602. # Warning - without using the other run time loading flags,
  14603. # -berok will link without error, but may produce a broken library.
  14604. no_undefined_flag_F77=' ${wl}-bernotok'
  14605. allow_undefined_flag_F77=' ${wl}-berok'
  14606. # -bexpall does not export symbols beginning with underscore (_)
  14607. always_export_symbols_F77=yes
  14608. # Exported symbols can be pulled into shared objects from archives
  14609. whole_archive_flag_spec_F77=' '
  14610. archive_cmds_need_lc_F77=yes
  14611. # This is similar to how AIX traditionally builds it's shared libraries.
  14612. archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  14613. fi
  14614. fi
  14615. ;;
  14616.  
  14617. amigaos*)
  14618. archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  14619. hardcode_libdir_flag_spec_F77='-L$libdir'
  14620. hardcode_minus_L_F77=yes
  14621. # see comment about different semantics on the GNU ld section
  14622. ld_shlibs_F77=no
  14623. ;;
  14624.  
  14625. bsdi[45]*)
  14626. export_dynamic_flag_spec_F77=-rdynamic
  14627. ;;
  14628.  
  14629. cygwin* | mingw* | pw32*)
  14630. # When not using gcc, we currently assume that we are using
  14631. # Microsoft Visual C++.
  14632. # hardcode_libdir_flag_spec is actually meaningless, as there is
  14633. # no search path for DLLs.
  14634. hardcode_libdir_flag_spec_F77=' '
  14635. allow_undefined_flag_F77=unsupported
  14636. # Tell ltmain to make .lib files, not .a files.
  14637. libext=lib
  14638. # Tell ltmain to make .dll files, not .so files.
  14639. shrext_cmds=".dll"
  14640. # FIXME: Setting linknames here is a bad hack.
  14641. archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
  14642. # The linker will automatically build a .lib file if we build a DLL.
  14643. old_archive_From_new_cmds_F77='true'
  14644. # FIXME: Should let the user specify the lib program.
  14645. old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
  14646. fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
  14647. enable_shared_with_static_runtimes_F77=yes
  14648. ;;
  14649.  
  14650. darwin* | rhapsody*)
  14651. case "$host_os" in
  14652. rhapsody* | darwin1.[012])
  14653. allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
  14654. ;;
  14655. *) # Darwin 1.3 on
  14656. if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  14657. allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  14658. else
  14659. case ${MACOSX_DEPLOYMENT_TARGET} in
  14660. 10.[012])
  14661. allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  14662. ;;
  14663. 10.*)
  14664. allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
  14665. ;;
  14666. esac
  14667. fi
  14668. ;;
  14669. esac
  14670. archive_cmds_need_lc_F77=no
  14671. hardcode_direct_F77=no
  14672. hardcode_automatic_F77=yes
  14673. hardcode_shlibpath_var_F77=unsupported
  14674. whole_archive_flag_spec_F77=''
  14675. link_all_deplibs_F77=yes
  14676. if test "$GCC" = yes ; then
  14677. output_verbose_link_cmd='echo'
  14678. archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  14679. module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  14680. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  14681. archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  14682. module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  14683. else
  14684. case $cc_basename in
  14685. xlc*)
  14686. output_verbose_link_cmd='echo'
  14687. archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
  14688. module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  14689. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  14690. archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  14691. module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  14692. ;;
  14693. *)
  14694. ld_shlibs_F77=no
  14695. ;;
  14696. esac
  14697. fi
  14698. ;;
  14699.  
  14700. dgux*)
  14701. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14702. hardcode_libdir_flag_spec_F77='-L$libdir'
  14703. hardcode_shlibpath_var_F77=no
  14704. ;;
  14705.  
  14706. freebsd1*)
  14707. ld_shlibs_F77=no
  14708. ;;
  14709.  
  14710. # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  14711. # support. Future versions do this automatically, but an explicit c++rt0.o
  14712. # does not break anything, and helps significantly (at the cost of a little
  14713. # extra space).
  14714. freebsd2.2*)
  14715. archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  14716. hardcode_libdir_flag_spec_F77='-R$libdir'
  14717. hardcode_direct_F77=yes
  14718. hardcode_shlibpath_var_F77=no
  14719. ;;
  14720.  
  14721. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  14722. freebsd2*)
  14723. archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  14724. hardcode_direct_F77=yes
  14725. hardcode_minus_L_F77=yes
  14726. hardcode_shlibpath_var_F77=no
  14727. ;;
  14728.  
  14729. # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  14730. freebsd* | kfreebsd*-gnu | dragonfly*)
  14731. archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  14732. hardcode_libdir_flag_spec_F77='-R$libdir'
  14733. hardcode_direct_F77=yes
  14734. hardcode_shlibpath_var_F77=no
  14735. ;;
  14736.  
  14737. hpux9*)
  14738. if test "$GCC" = yes; then
  14739. archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  14740. else
  14741. archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  14742. fi
  14743. hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
  14744. hardcode_libdir_separator_F77=:
  14745. hardcode_direct_F77=yes
  14746.  
  14747. # hardcode_minus_L: Not really in the search PATH,
  14748. # but as the default location of the library.
  14749. hardcode_minus_L_F77=yes
  14750. export_dynamic_flag_spec_F77='${wl}-E'
  14751. ;;
  14752.  
  14753. hpux10* | hpux11*)
  14754. if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  14755. case "$host_cpu" in
  14756. hppa*64*|ia64*)
  14757. archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  14758. ;;
  14759. *)
  14760. archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  14761. ;;
  14762. esac
  14763. else
  14764. case "$host_cpu" in
  14765. hppa*64*|ia64*)
  14766. archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
  14767. ;;
  14768. *)
  14769. archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  14770. ;;
  14771. esac
  14772. fi
  14773. if test "$with_gnu_ld" = no; then
  14774. case "$host_cpu" in
  14775. hppa*64*)
  14776. hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
  14777. hardcode_libdir_flag_spec_ld_F77='+b $libdir'
  14778. hardcode_libdir_separator_F77=:
  14779. hardcode_direct_F77=no
  14780. hardcode_shlibpath_var_F77=no
  14781. ;;
  14782. ia64*)
  14783. hardcode_libdir_flag_spec_F77='-L$libdir'
  14784. hardcode_direct_F77=no
  14785. hardcode_shlibpath_var_F77=no
  14786.  
  14787. # hardcode_minus_L: Not really in the search PATH,
  14788. # but as the default location of the library.
  14789. hardcode_minus_L_F77=yes
  14790. ;;
  14791. *)
  14792. hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
  14793. hardcode_libdir_separator_F77=:
  14794. hardcode_direct_F77=yes
  14795. export_dynamic_flag_spec_F77='${wl}-E'
  14796.  
  14797. # hardcode_minus_L: Not really in the search PATH,
  14798. # but as the default location of the library.
  14799. hardcode_minus_L_F77=yes
  14800. ;;
  14801. esac
  14802. fi
  14803. ;;
  14804.  
  14805. irix5* | irix6* | nonstopux*)
  14806. if test "$GCC" = yes; then
  14807. archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  14808. else
  14809. archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  14810. hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
  14811. fi
  14812. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  14813. hardcode_libdir_separator_F77=:
  14814. link_all_deplibs_F77=yes
  14815. ;;
  14816.  
  14817. netbsd*)
  14818. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  14819. archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
  14820. else
  14821. archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
  14822. fi
  14823. hardcode_libdir_flag_spec_F77='-R$libdir'
  14824. hardcode_direct_F77=yes
  14825. hardcode_shlibpath_var_F77=no
  14826. ;;
  14827.  
  14828. newsos6)
  14829. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14830. hardcode_direct_F77=yes
  14831. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  14832. hardcode_libdir_separator_F77=:
  14833. hardcode_shlibpath_var_F77=no
  14834. ;;
  14835.  
  14836. openbsd*)
  14837. hardcode_direct_F77=yes
  14838. hardcode_shlibpath_var_F77=no
  14839. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  14840. archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  14841. archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  14842. hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
  14843. export_dynamic_flag_spec_F77='${wl}-E'
  14844. else
  14845. case $host_os in
  14846. openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  14847. archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  14848. hardcode_libdir_flag_spec_F77='-R$libdir'
  14849. ;;
  14850. *)
  14851. archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  14852. hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
  14853. ;;
  14854. esac
  14855. fi
  14856. ;;
  14857.  
  14858. os2*)
  14859. hardcode_libdir_flag_spec_F77='-L$libdir'
  14860. hardcode_minus_L_F77=yes
  14861. allow_undefined_flag_F77=unsupported
  14862. archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  14863. old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  14864. ;;
  14865.  
  14866. osf3*)
  14867. if test "$GCC" = yes; then
  14868. allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
  14869. archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  14870. else
  14871. allow_undefined_flag_F77=' -expect_unresolved \*'
  14872. archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  14873. fi
  14874. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  14875. hardcode_libdir_separator_F77=:
  14876. ;;
  14877.  
  14878. osf4* | osf5*) # as osf3* with the addition of -msym flag
  14879. if test "$GCC" = yes; then
  14880. allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
  14881. archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  14882. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  14883. else
  14884. allow_undefined_flag_F77=' -expect_unresolved \*'
  14885. archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  14886. archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  14887. $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
  14888.  
  14889. # Both c and cxx compiler support -rpath directly
  14890. hardcode_libdir_flag_spec_F77='-rpath $libdir'
  14891. fi
  14892. hardcode_libdir_separator_F77=:
  14893. ;;
  14894.  
  14895. sco3.2v5*)
  14896. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14897. hardcode_shlibpath_var_F77=no
  14898. export_dynamic_flag_spec_F77='${wl}-Bexport'
  14899. runpath_var=LD_RUN_PATH
  14900. hardcode_runpath_var=yes
  14901. ;;
  14902.  
  14903. solaris*)
  14904. no_undefined_flag_F77=' -z text'
  14905. if test "$GCC" = yes; then
  14906. wlarc='${wl}'
  14907. archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  14908. archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  14909. $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
  14910. else
  14911. wlarc=''
  14912. archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14913. archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  14914. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  14915. fi
  14916. hardcode_libdir_flag_spec_F77='-R$libdir'
  14917. hardcode_shlibpath_var_F77=no
  14918. case $host_os in
  14919. solaris2.[0-5] | solaris2.[0-5].*) ;;
  14920. *)
  14921. # The compiler driver will combine linker options so we
  14922. # cannot just pass the convience library names through
  14923. # without $wl, iff we do not link with $LD.
  14924. # Luckily, gcc supports the same syntax we need for Sun Studio.
  14925. # Supported since Solaris 2.6 (maybe 2.5.1?)
  14926. case $wlarc in
  14927. '')
  14928. whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
  14929. *)
  14930. whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
  14931. esac ;;
  14932. esac
  14933. link_all_deplibs_F77=yes
  14934. ;;
  14935.  
  14936. sunos4*)
  14937. if test "x$host_vendor" = xsequent; then
  14938. # Use $CC to link under sequent, because it throws in some extra .o
  14939. # files that make .init and .fini sections work.
  14940. archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  14941. else
  14942. archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  14943. fi
  14944. hardcode_libdir_flag_spec_F77='-L$libdir'
  14945. hardcode_direct_F77=yes
  14946. hardcode_minus_L_F77=yes
  14947. hardcode_shlibpath_var_F77=no
  14948. ;;
  14949.  
  14950. sysv4)
  14951. case $host_vendor in
  14952. sni)
  14953. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14954. hardcode_direct_F77=yes # is this really true???
  14955. ;;
  14956. siemens)
  14957. ## LD is ld it makes a PLAMLIB
  14958. ## CC just makes a GrossModule.
  14959. archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  14960. reload_cmds_F77='$CC -r -o $output$reload_objs'
  14961. hardcode_direct_F77=no
  14962. ;;
  14963. motorola)
  14964. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14965. hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
  14966. ;;
  14967. esac
  14968. runpath_var='LD_RUN_PATH'
  14969. hardcode_shlibpath_var_F77=no
  14970. ;;
  14971.  
  14972. sysv4.3*)
  14973. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14974. hardcode_shlibpath_var_F77=no
  14975. export_dynamic_flag_spec_F77='-Bexport'
  14976. ;;
  14977.  
  14978. sysv4*MP*)
  14979. if test -d /usr/nec; then
  14980. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  14981. hardcode_shlibpath_var_F77=no
  14982. runpath_var=LD_RUN_PATH
  14983. hardcode_runpath_var=yes
  14984. ld_shlibs_F77=yes
  14985. fi
  14986. ;;
  14987.  
  14988. sysv4.2uw2*)
  14989. archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  14990. hardcode_direct_F77=yes
  14991. hardcode_minus_L_F77=no
  14992. hardcode_shlibpath_var_F77=no
  14993. hardcode_runpath_var=yes
  14994. runpath_var=LD_RUN_PATH
  14995. ;;
  14996.  
  14997. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
  14998. no_undefined_flag_F77='${wl}-z ${wl}text'
  14999. if test "$GCC" = yes; then
  15000. archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  15001. else
  15002. archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  15003. fi
  15004. runpath_var='LD_RUN_PATH'
  15005. hardcode_shlibpath_var_F77=no
  15006. ;;
  15007.  
  15008. sysv5*)
  15009. no_undefined_flag_F77=' -z text'
  15010. # $CC -shared without GNU ld will not create a library from C++
  15011. # object files and a static libstdc++, better avoid it by now
  15012. archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  15013. archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  15014. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  15015. hardcode_libdir_flag_spec_F77=
  15016. hardcode_shlibpath_var_F77=no
  15017. runpath_var='LD_RUN_PATH'
  15018. ;;
  15019.  
  15020. uts4*)
  15021. archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  15022. hardcode_libdir_flag_spec_F77='-L$libdir'
  15023. hardcode_shlibpath_var_F77=no
  15024. ;;
  15025.  
  15026. *)
  15027. ld_shlibs_F77=no
  15028. ;;
  15029. esac
  15030. fi
  15031.  
  15032. echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
  15033. echo "${ECHO_T}$ld_shlibs_F77" >&6
  15034. test "$ld_shlibs_F77" = no && can_build_shared=no
  15035.  
  15036. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  15037. if test "$GCC" = yes; then
  15038. variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  15039. fi
  15040.  
  15041. #
  15042. # Do we need to explicitly link libc?
  15043. #
  15044. case "x$archive_cmds_need_lc_F77" in
  15045. x|xyes)
  15046. # Assume -lc should be added
  15047. archive_cmds_need_lc_F77=yes
  15048.  
  15049. if test "$enable_shared" = yes && test "$GCC" = yes; then
  15050. case $archive_cmds_F77 in
  15051. *'~'*)
  15052. # FIXME: we may have to deal with multi-command sequences.
  15053. ;;
  15054. '$CC '*)
  15055. # Test whether the compiler implicitly links with -lc since on some
  15056. # systems, -lgcc has to come before -lc. If gcc already passes -lc
  15057. # to ld, don't add -lc before -lgcc.
  15058. echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  15059. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  15060. $rm conftest*
  15061. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  15062.  
  15063. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  15064. (eval $ac_compile) 2>&5
  15065. ac_status=$?
  15066. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15067. (exit $ac_status); } 2>conftest.err; then
  15068. soname=conftest
  15069. lib=conftest
  15070. libobjs=conftest.$ac_objext
  15071. deplibs=
  15072. wl=$lt_prog_compiler_wl_F77
  15073. compiler_flags=-v
  15074. linker_flags=-v
  15075. verstring=
  15076. output_objdir=.
  15077. libname=conftest
  15078. lt_save_allow_undefined_flag=$allow_undefined_flag_F77
  15079. allow_undefined_flag_F77=
  15080. if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
  15081. (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
  15082. ac_status=$?
  15083. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  15084. (exit $ac_status); }
  15085. then
  15086. archive_cmds_need_lc_F77=no
  15087. else
  15088. archive_cmds_need_lc_F77=yes
  15089. fi
  15090. allow_undefined_flag_F77=$lt_save_allow_undefined_flag
  15091. else
  15092. cat conftest.err 1>&5
  15093. fi
  15094. $rm conftest*
  15095. echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
  15096. echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
  15097. ;;
  15098. esac
  15099. fi
  15100. ;;
  15101. esac
  15102.  
  15103. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  15104. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  15105. library_names_spec=
  15106. libname_spec='lib$name'
  15107. soname_spec=
  15108. shrext_cmds=".so"
  15109. postinstall_cmds=
  15110. postuninstall_cmds=
  15111. finish_cmds=
  15112. finish_eval=
  15113. shlibpath_var=
  15114. shlibpath_overrides_runpath=unknown
  15115. version_type=none
  15116. dynamic_linker="$host_os ld.so"
  15117. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  15118. if test "$GCC" = yes; then
  15119. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  15120. if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
  15121. # if the path contains ";" then we assume it to be the separator
  15122. # otherwise default to the standard path separator (i.e. ":") - it is
  15123. # assumed that no part of a normal pathname contains ";" but that should
  15124. # okay in the real world where ";" in dirpaths is itself problematic.
  15125. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  15126. else
  15127. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  15128. fi
  15129. else
  15130. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  15131. fi
  15132. need_lib_prefix=unknown
  15133. hardcode_into_libs=no
  15134.  
  15135. # when you set need_version to no, make sure it does not cause -set_version
  15136. # flags to be left without arguments
  15137. need_version=unknown
  15138.  
  15139. case $host_os in
  15140. aix3*)
  15141. version_type=linux
  15142. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  15143. shlibpath_var=LIBPATH
  15144.  
  15145. # AIX 3 has no versioning support, so we append a major version to the name.
  15146. soname_spec='${libname}${release}${shared_ext}$major'
  15147. ;;
  15148.  
  15149. aix4* | aix5*)
  15150. version_type=linux
  15151. need_lib_prefix=no
  15152. need_version=no
  15153. hardcode_into_libs=yes
  15154. if test "$host_cpu" = ia64; then
  15155. # AIX 5 supports IA64
  15156. library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  15157. shlibpath_var=LD_LIBRARY_PATH
  15158. else
  15159. # With GCC up to 2.95.x, collect2 would create an import file
  15160. # for dependence libraries. The import file would start with
  15161. # the line `#! .'. This would cause the generated library to
  15162. # depend on `.', always an invalid library. This was fixed in
  15163. # development snapshots of GCC prior to 3.0.
  15164. case $host_os in
  15165. aix4 | aix4.[01] | aix4.[01].*)
  15166. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  15167. echo ' yes '
  15168. echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  15169. :
  15170. else
  15171. can_build_shared=no
  15172. fi
  15173. ;;
  15174. esac
  15175. # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  15176. # soname into executable. Probably we can add versioning support to
  15177. # collect2, so additional links can be useful in future.
  15178. if test "$aix_use_runtimelinking" = yes; then
  15179. # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  15180. # instead of lib<name>.a to let people know that these are not
  15181. # typical AIX shared libraries.
  15182. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15183. else
  15184. # We preserve .a as extension for shared libraries through AIX4.2
  15185. # and later when we are not doing run time linking.
  15186. library_names_spec='${libname}${release}.a $libname.a'
  15187. soname_spec='${libname}${release}${shared_ext}$major'
  15188. fi
  15189. shlibpath_var=LIBPATH
  15190. fi
  15191. ;;
  15192.  
  15193. amigaos*)
  15194. library_names_spec='$libname.ixlibrary $libname.a'
  15195. # Create ${libname}_ixlibrary.a entries in /sys/libs.
  15196. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  15197. ;;
  15198.  
  15199. beos*)
  15200. library_names_spec='${libname}${shared_ext}'
  15201. dynamic_linker="$host_os ld.so"
  15202. shlibpath_var=LIBRARY_PATH
  15203. ;;
  15204.  
  15205. bsdi[45]*)
  15206. version_type=linux
  15207. need_version=no
  15208. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15209. soname_spec='${libname}${release}${shared_ext}$major'
  15210. finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  15211. shlibpath_var=LD_LIBRARY_PATH
  15212. sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  15213. sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  15214. # the default ld.so.conf also contains /usr/contrib/lib and
  15215. # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  15216. # libtool to hard-code these into programs
  15217. ;;
  15218.  
  15219. cygwin* | mingw* | pw32*)
  15220. version_type=windows
  15221. shrext_cmds=".dll"
  15222. need_version=no
  15223. need_lib_prefix=no
  15224.  
  15225. case $GCC,$host_os in
  15226. yes,cygwin* | yes,mingw* | yes,pw32*)
  15227. library_names_spec='$libname.dll.a'
  15228. # DLL is installed to $(libdir)/../bin by postinstall_cmds
  15229. postinstall_cmds='base_file=`basename \${file}`~
  15230. dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
  15231. dldir=$destdir/`dirname \$dlpath`~
  15232. test -d \$dldir || mkdir -p \$dldir~
  15233. $install_prog $dir/$dlname \$dldir/$dlname'
  15234. postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  15235. dlpath=$dir/\$dldll~
  15236. $rm \$dlpath'
  15237. shlibpath_overrides_runpath=yes
  15238.  
  15239. case $host_os in
  15240. cygwin*)
  15241. # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  15242. soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  15243. sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  15244. ;;
  15245. mingw*)
  15246. # MinGW DLLs use traditional 'lib' prefix
  15247. soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  15248. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  15249. if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
  15250. # It is most probably a Windows format PATH printed by
  15251. # mingw gcc, but we are running on Cygwin. Gcc prints its search
  15252. # path with ; separators, and with drive letters. We can handle the
  15253. # drive letters (cygwin fileutils understands them), so leave them,
  15254. # especially as we might pass files found there to a mingw objdump,
  15255. # which wouldn't understand a cygwinified path. Ahh.
  15256. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  15257. else
  15258. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  15259. fi
  15260. ;;
  15261. pw32*)
  15262. # pw32 DLLs use 'pw' prefix rather than 'lib'
  15263. library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  15264. ;;
  15265. esac
  15266. ;;
  15267.  
  15268. *)
  15269. library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  15270. ;;
  15271. esac
  15272. dynamic_linker='Win32 ld.exe'
  15273. # FIXME: first we should search . and the directory the executable is in
  15274. shlibpath_var=PATH
  15275. ;;
  15276.  
  15277. darwin* | rhapsody*)
  15278. dynamic_linker="$host_os dyld"
  15279. version_type=darwin
  15280. need_lib_prefix=no
  15281. need_version=no
  15282. library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  15283. soname_spec='${libname}${release}${major}$shared_ext'
  15284. shlibpath_overrides_runpath=yes
  15285. shlibpath_var=DYLD_LIBRARY_PATH
  15286. shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
  15287. # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
  15288. if test "$GCC" = yes; then
  15289. sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
  15290. else
  15291. sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  15292. fi
  15293. sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  15294. ;;
  15295.  
  15296. dgux*)
  15297. version_type=linux
  15298. need_lib_prefix=no
  15299. need_version=no
  15300. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  15301. soname_spec='${libname}${release}${shared_ext}$major'
  15302. shlibpath_var=LD_LIBRARY_PATH
  15303. ;;
  15304.  
  15305. freebsd1*)
  15306. dynamic_linker=no
  15307. ;;
  15308.  
  15309. kfreebsd*-gnu)
  15310. version_type=linux
  15311. need_lib_prefix=no
  15312. need_version=no
  15313. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  15314. soname_spec='${libname}${release}${shared_ext}$major'
  15315. shlibpath_var=LD_LIBRARY_PATH
  15316. shlibpath_overrides_runpath=no
  15317. hardcode_into_libs=yes
  15318. dynamic_linker='GNU ld.so'
  15319. ;;
  15320.  
  15321. freebsd* | dragonfly*)
  15322. # DragonFly does not have aout. When/if they implement a new
  15323. # versioning mechanism, adjust this.
  15324. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  15325. version_type=freebsd-$objformat
  15326. case $version_type in
  15327. freebsd-elf*)
  15328. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  15329. need_version=no
  15330. need_lib_prefix=no
  15331. ;;
  15332. freebsd-*)
  15333. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  15334. need_version=yes
  15335. ;;
  15336. esac
  15337. shlibpath_var=LD_LIBRARY_PATH
  15338. case $host_os in
  15339. freebsd2*)
  15340. shlibpath_overrides_runpath=yes
  15341. ;;
  15342. freebsd3.[01]* | freebsdelf3.[01]*)
  15343. shlibpath_overrides_runpath=yes
  15344. hardcode_into_libs=yes
  15345. ;;
  15346. *) # from 3.2 on
  15347. shlibpath_overrides_runpath=no
  15348. hardcode_into_libs=yes
  15349. ;;
  15350. esac
  15351. ;;
  15352.  
  15353. gnu*)
  15354. version_type=linux
  15355. need_lib_prefix=no
  15356. need_version=no
  15357. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  15358. soname_spec='${libname}${release}${shared_ext}$major'
  15359. shlibpath_var=LD_LIBRARY_PATH
  15360. hardcode_into_libs=yes
  15361. ;;
  15362.  
  15363. hpux9* | hpux10* | hpux11*)
  15364. # Give a soname corresponding to the major version so that dld.sl refuses to
  15365. # link against other versions.
  15366. version_type=sunos
  15367. need_lib_prefix=no
  15368. need_version=no
  15369. case "$host_cpu" in
  15370. ia64*)
  15371. shrext_cmds='.so'
  15372. hardcode_into_libs=yes
  15373. dynamic_linker="$host_os dld.so"
  15374. shlibpath_var=LD_LIBRARY_PATH
  15375. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  15376. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15377. soname_spec='${libname}${release}${shared_ext}$major'
  15378. if test "X$HPUX_IA64_MODE" = X32; then
  15379. sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  15380. else
  15381. sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  15382. fi
  15383. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  15384. ;;
  15385. hppa*64*)
  15386. shrext_cmds='.sl'
  15387. hardcode_into_libs=yes
  15388. dynamic_linker="$host_os dld.sl"
  15389. shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  15390. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  15391. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15392. soname_spec='${libname}${release}${shared_ext}$major'
  15393. sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  15394. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  15395. ;;
  15396. *)
  15397. shrext_cmds='.sl'
  15398. dynamic_linker="$host_os dld.sl"
  15399. shlibpath_var=SHLIB_PATH
  15400. shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  15401. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15402. soname_spec='${libname}${release}${shared_ext}$major'
  15403. ;;
  15404. esac
  15405. # HP-UX runs *really* slowly unless shared libraries are mode 555.
  15406. postinstall_cmds='chmod 555 $lib'
  15407. ;;
  15408.  
  15409. irix5* | irix6* | nonstopux*)
  15410. case $host_os in
  15411. nonstopux*) version_type=nonstopux ;;
  15412. *)
  15413. if test "$lt_cv_prog_gnu_ld" = yes; then
  15414. version_type=linux
  15415. else
  15416. version_type=irix
  15417. fi ;;
  15418. esac
  15419. need_lib_prefix=no
  15420. need_version=no
  15421. soname_spec='${libname}${release}${shared_ext}$major'
  15422. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  15423. case $host_os in
  15424. irix5* | nonstopux*)
  15425. libsuff= shlibsuff=
  15426. ;;
  15427. *)
  15428. case $LD in # libtool.m4 will add one of these switches to LD
  15429. *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  15430. libsuff= shlibsuff= libmagic=32-bit;;
  15431. *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  15432. libsuff=32 shlibsuff=N32 libmagic=N32;;
  15433. *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  15434. libsuff=64 shlibsuff=64 libmagic=64-bit;;
  15435. *) libsuff= shlibsuff= libmagic=never-match;;
  15436. esac
  15437. ;;
  15438. esac
  15439. shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  15440. shlibpath_overrides_runpath=no
  15441. sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  15442. sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  15443. hardcode_into_libs=yes
  15444. ;;
  15445.  
  15446. # No shared lib support for Linux oldld, aout, or coff.
  15447. linux*oldld* | linux*aout* | linux*coff*)
  15448. dynamic_linker=no
  15449. ;;
  15450.  
  15451. # This must be Linux ELF.
  15452. linux*)
  15453. version_type=linux
  15454. need_lib_prefix=no
  15455. need_version=no
  15456. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15457. soname_spec='${libname}${release}${shared_ext}$major'
  15458. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  15459. shlibpath_var=LD_LIBRARY_PATH
  15460. shlibpath_overrides_runpath=no
  15461. # This implies no fast_install, which is unacceptable.
  15462. # Some rework will be needed to allow for fast_install
  15463. # before this can be enabled.
  15464. hardcode_into_libs=yes
  15465.  
  15466. # Append ld.so.conf contents to the search path
  15467. if test -f /etc/ld.so.conf; then
  15468. lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
  15469. sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  15470. fi
  15471.  
  15472. # We used to test for /lib/ld.so.1 and disable shared libraries on
  15473. # powerpc, because MkLinux only supported shared libraries with the
  15474. # GNU dynamic linker. Since this was broken with cross compilers,
  15475. # most powerpc-linux boxes support dynamic linking these days and
  15476. # people can always --disable-shared, the test was removed, and we
  15477. # assume the GNU/Linux dynamic linker is in use.
  15478. dynamic_linker='GNU/Linux ld.so'
  15479. ;;
  15480.  
  15481. knetbsd*-gnu)
  15482. version_type=linux
  15483. need_lib_prefix=no
  15484. need_version=no
  15485. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  15486. soname_spec='${libname}${release}${shared_ext}$major'
  15487. shlibpath_var=LD_LIBRARY_PATH
  15488. shlibpath_overrides_runpath=no
  15489. hardcode_into_libs=yes
  15490. dynamic_linker='GNU ld.so'
  15491. ;;
  15492.  
  15493. netbsd*)
  15494. version_type=sunos
  15495. need_lib_prefix=no
  15496. need_version=no
  15497. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  15498. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  15499. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  15500. dynamic_linker='NetBSD (a.out) ld.so'
  15501. else
  15502. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  15503. soname_spec='${libname}${release}${shared_ext}$major'
  15504. dynamic_linker='NetBSD ld.elf_so'
  15505. fi
  15506. shlibpath_var=LD_LIBRARY_PATH
  15507. shlibpath_overrides_runpath=yes
  15508. hardcode_into_libs=yes
  15509. ;;
  15510.  
  15511. newsos6)
  15512. version_type=linux
  15513. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15514. shlibpath_var=LD_LIBRARY_PATH
  15515. shlibpath_overrides_runpath=yes
  15516. ;;
  15517.  
  15518. nto-qnx*)
  15519. version_type=linux
  15520. need_lib_prefix=no
  15521. need_version=no
  15522. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15523. soname_spec='${libname}${release}${shared_ext}$major'
  15524. shlibpath_var=LD_LIBRARY_PATH
  15525. shlibpath_overrides_runpath=yes
  15526. ;;
  15527.  
  15528. openbsd*)
  15529. version_type=sunos
  15530. need_lib_prefix=no
  15531. # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  15532. case $host_os in
  15533. openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  15534. *) need_version=no ;;
  15535. esac
  15536. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  15537. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  15538. shlibpath_var=LD_LIBRARY_PATH
  15539. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  15540. case $host_os in
  15541. openbsd2.[89] | openbsd2.[89].*)
  15542. shlibpath_overrides_runpath=no
  15543. ;;
  15544. *)
  15545. shlibpath_overrides_runpath=yes
  15546. ;;
  15547. esac
  15548. else
  15549. shlibpath_overrides_runpath=yes
  15550. fi
  15551. ;;
  15552.  
  15553. os2*)
  15554. libname_spec='$name'
  15555. shrext_cmds=".dll"
  15556. need_lib_prefix=no
  15557. library_names_spec='$libname${shared_ext} $libname.a'
  15558. dynamic_linker='OS/2 ld.exe'
  15559. shlibpath_var=LIBPATH
  15560. ;;
  15561.  
  15562. osf3* | osf4* | osf5*)
  15563. version_type=osf
  15564. need_lib_prefix=no
  15565. need_version=no
  15566. soname_spec='${libname}${release}${shared_ext}$major'
  15567. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15568. shlibpath_var=LD_LIBRARY_PATH
  15569. sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  15570. sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  15571. ;;
  15572.  
  15573. sco3.2v5*)
  15574. version_type=osf
  15575. soname_spec='${libname}${release}${shared_ext}$major'
  15576. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15577. shlibpath_var=LD_LIBRARY_PATH
  15578. ;;
  15579.  
  15580. solaris*)
  15581. version_type=linux
  15582. need_lib_prefix=no
  15583. need_version=no
  15584. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15585. soname_spec='${libname}${release}${shared_ext}$major'
  15586. shlibpath_var=LD_LIBRARY_PATH
  15587. shlibpath_overrides_runpath=yes
  15588. hardcode_into_libs=yes
  15589. # ldd complains unless libraries are executable
  15590. postinstall_cmds='chmod +x $lib'
  15591. ;;
  15592.  
  15593. sunos4*)
  15594. version_type=sunos
  15595. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  15596. finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  15597. shlibpath_var=LD_LIBRARY_PATH
  15598. shlibpath_overrides_runpath=yes
  15599. if test "$with_gnu_ld" = yes; then
  15600. need_lib_prefix=no
  15601. fi
  15602. need_version=yes
  15603. ;;
  15604.  
  15605. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  15606. version_type=linux
  15607. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15608. soname_spec='${libname}${release}${shared_ext}$major'
  15609. shlibpath_var=LD_LIBRARY_PATH
  15610. case $host_vendor in
  15611. sni)
  15612. shlibpath_overrides_runpath=no
  15613. need_lib_prefix=no
  15614. export_dynamic_flag_spec='${wl}-Blargedynsym'
  15615. runpath_var=LD_RUN_PATH
  15616. ;;
  15617. siemens)
  15618. need_lib_prefix=no
  15619. ;;
  15620. motorola)
  15621. need_lib_prefix=no
  15622. need_version=no
  15623. shlibpath_overrides_runpath=no
  15624. sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  15625. ;;
  15626. esac
  15627. ;;
  15628.  
  15629. sysv4*MP*)
  15630. if test -d /usr/nec ;then
  15631. version_type=linux
  15632. library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  15633. soname_spec='$libname${shared_ext}.$major'
  15634. shlibpath_var=LD_LIBRARY_PATH
  15635. fi
  15636. ;;
  15637.  
  15638. uts4*)
  15639. version_type=linux
  15640. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  15641. soname_spec='${libname}${release}${shared_ext}$major'
  15642. shlibpath_var=LD_LIBRARY_PATH
  15643. ;;
  15644.  
  15645. *)
  15646. dynamic_linker=no
  15647. ;;
  15648. esac
  15649. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  15650. echo "${ECHO_T}$dynamic_linker" >&6
  15651. test "$dynamic_linker" = no && can_build_shared=no
  15652.  
  15653. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  15654. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  15655. hardcode_action_F77=
  15656. if test -n "$hardcode_libdir_flag_spec_F77" || \
  15657. test -n "$runpath_var_F77" || \
  15658. test "X$hardcode_automatic_F77" = "Xyes" ; then
  15659.  
  15660. # We can hardcode non-existant directories.
  15661. if test "$hardcode_direct_F77" != no &&
  15662. # If the only mechanism to avoid hardcoding is shlibpath_var, we
  15663. # have to relink, otherwise we might link with an installed library
  15664. # when we should be linking with a yet-to-be-installed one
  15665. ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
  15666. test "$hardcode_minus_L_F77" != no; then
  15667. # Linking always hardcodes the temporary library directory.
  15668. hardcode_action_F77=relink
  15669. else
  15670. # We can link without hardcoding, and we can hardcode nonexisting dirs.
  15671. hardcode_action_F77=immediate
  15672. fi
  15673. else
  15674. # We cannot hardcode anything, or else we can only hardcode existing
  15675. # directories.
  15676. hardcode_action_F77=unsupported
  15677. fi
  15678. echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
  15679. echo "${ECHO_T}$hardcode_action_F77" >&6
  15680.  
  15681. if test "$hardcode_action_F77" = relink; then
  15682. # Fast installation is not supported
  15683. enable_fast_install=no
  15684. elif test "$shlibpath_overrides_runpath" = yes ||
  15685. test "$enable_shared" = no; then
  15686. # Fast installation is not necessary
  15687. enable_fast_install=needless
  15688. fi
  15689.  
  15690. striplib=
  15691. old_striplib=
  15692. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  15693. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  15694. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  15695. test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  15696. test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  15697. echo "$as_me:$LINENO: result: yes" >&5
  15698. echo "${ECHO_T}yes" >&6
  15699. else
  15700. # FIXME - insert some real tests, host_os isn't really good enough
  15701. case $host_os in
  15702. darwin*)
  15703. if test -n "$STRIP" ; then
  15704. striplib="$STRIP -x"
  15705. echo "$as_me:$LINENO: result: yes" >&5
  15706. echo "${ECHO_T}yes" >&6
  15707. else
  15708. echo "$as_me:$LINENO: result: no" >&5
  15709. echo "${ECHO_T}no" >&6
  15710. fi
  15711. ;;
  15712. *)
  15713. echo "$as_me:$LINENO: result: no" >&5
  15714. echo "${ECHO_T}no" >&6
  15715. ;;
  15716. esac
  15717. fi
  15718.  
  15719.  
  15720.  
  15721. # The else clause should only fire when bootstrapping the
  15722. # libtool distribution, otherwise you forgot to ship ltmain.sh
  15723. # with your package, and you will get complaints that there are
  15724. # no rules to generate ltmain.sh.
  15725. if test -f "$ltmain"; then
  15726. # See if we are running on zsh, and set the options which allow our commands through
  15727. # without removal of \ escapes.
  15728. if test -n "${ZSH_VERSION+set}" ; then
  15729. setopt NO_GLOB_SUBST
  15730. fi
  15731. # Now quote all the things that may contain metacharacters while being
  15732. # careful not to overquote the AC_SUBSTed values. We take copies of the
  15733. # variables and quote the copies for generation of the libtool script.
  15734. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
  15735. SED SHELL STRIP \
  15736. libname_spec library_names_spec soname_spec extract_expsyms_cmds \
  15737. old_striplib striplib file_magic_cmd finish_cmds finish_eval \
  15738. deplibs_check_method reload_flag reload_cmds need_locks \
  15739. lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
  15740. lt_cv_sys_global_symbol_to_c_name_address \
  15741. sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  15742. old_postinstall_cmds old_postuninstall_cmds \
  15743. compiler_F77 \
  15744. CC_F77 \
  15745. LD_F77 \
  15746. lt_prog_compiler_wl_F77 \
  15747. lt_prog_compiler_pic_F77 \
  15748. lt_prog_compiler_static_F77 \
  15749. lt_prog_compiler_no_builtin_flag_F77 \
  15750. export_dynamic_flag_spec_F77 \
  15751. thread_safe_flag_spec_F77 \
  15752. whole_archive_flag_spec_F77 \
  15753. enable_shared_with_static_runtimes_F77 \
  15754. old_archive_cmds_F77 \
  15755. old_archive_from_new_cmds_F77 \
  15756. predep_objects_F77 \
  15757. postdep_objects_F77 \
  15758. predeps_F77 \
  15759. postdeps_F77 \
  15760. compiler_lib_search_path_F77 \
  15761. archive_cmds_F77 \
  15762. archive_expsym_cmds_F77 \
  15763. postinstall_cmds_F77 \
  15764. postuninstall_cmds_F77 \
  15765. old_archive_from_expsyms_cmds_F77 \
  15766. allow_undefined_flag_F77 \
  15767. no_undefined_flag_F77 \
  15768. export_symbols_cmds_F77 \
  15769. hardcode_libdir_flag_spec_F77 \
  15770. hardcode_libdir_flag_spec_ld_F77 \
  15771. hardcode_libdir_separator_F77 \
  15772. hardcode_automatic_F77 \
  15773. module_cmds_F77 \
  15774. module_expsym_cmds_F77 \
  15775. lt_cv_prog_compiler_c_o_F77 \
  15776. exclude_expsyms_F77 \
  15777. include_expsyms_F77; do
  15778.  
  15779. case $var in
  15780. old_archive_cmds_F77 | \
  15781. old_archive_from_new_cmds_F77 | \
  15782. archive_cmds_F77 | \
  15783. archive_expsym_cmds_F77 | \
  15784. module_cmds_F77 | \
  15785. module_expsym_cmds_F77 | \
  15786. old_archive_from_expsyms_cmds_F77 | \
  15787. export_symbols_cmds_F77 | \
  15788. extract_expsyms_cmds | reload_cmds | finish_cmds | \
  15789. postinstall_cmds | postuninstall_cmds | \
  15790. old_postinstall_cmds | old_postuninstall_cmds | \
  15791. sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  15792. # Double-quote double-evaled strings.
  15793. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  15794. ;;
  15795. *)
  15796. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  15797. ;;
  15798. esac
  15799. done
  15800.  
  15801. case $lt_echo in
  15802. *'\$0 --fallback-echo"')
  15803. lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  15804. ;;
  15805. esac
  15806.  
  15807. cfgfile="$ofile"
  15808.  
  15809. cat <<__EOF__ >> "$cfgfile"
  15810. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  15811.  
  15812. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  15813.  
  15814. # Shell to use when invoking shell scripts.
  15815. SHELL=$lt_SHELL
  15816.  
  15817. # Whether or not to build shared libraries.
  15818. build_libtool_libs=$enable_shared
  15819.  
  15820. # Whether or not to build static libraries.
  15821. build_old_libs=$enable_static
  15822.  
  15823. # Whether or not to add -lc for building shared libraries.
  15824. build_libtool_need_lc=$archive_cmds_need_lc_F77
  15825.  
  15826. # Whether or not to disallow shared libs when runtime libs are static
  15827. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
  15828.  
  15829. # Whether or not to optimize for fast installation.
  15830. fast_install=$enable_fast_install
  15831.  
  15832. # The host system.
  15833. host_alias=$host_alias
  15834. host=$host
  15835. host_os=$host_os
  15836.  
  15837. # The build system.
  15838. build_alias=$build_alias
  15839. build=$build
  15840. build_os=$build_os
  15841.  
  15842. # An echo program that does not interpret backslashes.
  15843. echo=$lt_echo
  15844.  
  15845. # The archiver.
  15846. AR=$lt_AR
  15847. AR_FLAGS=$lt_AR_FLAGS
  15848.  
  15849. # A C compiler.
  15850. LTCC=$lt_LTCC
  15851.  
  15852. # A language-specific compiler.
  15853. CC=$lt_compiler_F77
  15854.  
  15855. # Is the compiler the GNU C compiler?
  15856. with_gcc=$GCC_F77
  15857.  
  15858. # An ERE matcher.
  15859. EGREP=$lt_EGREP
  15860.  
  15861. # The linker used to build libraries.
  15862. LD=$lt_LD_F77
  15863.  
  15864. # Whether we need hard or soft links.
  15865. LN_S=$lt_LN_S
  15866.  
  15867. # A BSD-compatible nm program.
  15868. NM=$lt_NM
  15869.  
  15870. # A symbol stripping program
  15871. STRIP=$lt_STRIP
  15872.  
  15873. # Used to examine libraries when file_magic_cmd begins "file"
  15874. MAGIC_CMD=$MAGIC_CMD
  15875.  
  15876. # Used on cygwin: DLL creation program.
  15877. DLLTOOL="$DLLTOOL"
  15878.  
  15879. # Used on cygwin: object dumper.
  15880. OBJDUMP="$OBJDUMP"
  15881.  
  15882. # Used on cygwin: assembler.
  15883. AS="$AS"
  15884.  
  15885. # The name of the directory that contains temporary libtool files.
  15886. objdir=$objdir
  15887.  
  15888. # How to create reloadable object files.
  15889. reload_flag=$lt_reload_flag
  15890. reload_cmds=$lt_reload_cmds
  15891.  
  15892. # How to pass a linker flag through the compiler.
  15893. wl=$lt_lt_prog_compiler_wl_F77
  15894.  
  15895. # Object file suffix (normally "o").
  15896. objext="$ac_objext"
  15897.  
  15898. # Old archive suffix (normally "a").
  15899. libext="$libext"
  15900.  
  15901. # Shared library suffix (normally ".so").
  15902. shrext_cmds='$shrext_cmds'
  15903.  
  15904. # Executable file suffix (normally "").
  15905. exeext="$exeext"
  15906.  
  15907. # Additional compiler flags for building library objects.
  15908. pic_flag=$lt_lt_prog_compiler_pic_F77
  15909. pic_mode=$pic_mode
  15910.  
  15911. # What is the maximum length of a command?
  15912. max_cmd_len=$lt_cv_sys_max_cmd_len
  15913.  
  15914. # Does compiler simultaneously support -c and -o options?
  15915. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
  15916.  
  15917. # Must we lock files when doing compilation?
  15918. need_locks=$lt_need_locks
  15919.  
  15920. # Do we need the lib prefix for modules?
  15921. need_lib_prefix=$need_lib_prefix
  15922.  
  15923. # Do we need a version for libraries?
  15924. need_version=$need_version
  15925.  
  15926. # Whether dlopen is supported.
  15927. dlopen_support=$enable_dlopen
  15928.  
  15929. # Whether dlopen of programs is supported.
  15930. dlopen_self=$enable_dlopen_self
  15931.  
  15932. # Whether dlopen of statically linked programs is supported.
  15933. dlopen_self_static=$enable_dlopen_self_static
  15934.  
  15935. # Compiler flag to prevent dynamic linking.
  15936. link_static_flag=$lt_lt_prog_compiler_static_F77
  15937.  
  15938. # Compiler flag to turn off builtin functions.
  15939. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
  15940.  
  15941. # Compiler flag to allow reflexive dlopens.
  15942. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
  15943.  
  15944. # Compiler flag to generate shared objects directly from archives.
  15945. whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
  15946.  
  15947. # Compiler flag to generate thread-safe objects.
  15948. thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
  15949.  
  15950. # Library versioning type.
  15951. version_type=$version_type
  15952.  
  15953. # Format of library name prefix.
  15954. libname_spec=$lt_libname_spec
  15955.  
  15956. # List of archive names. First name is the real one, the rest are links.
  15957. # The last name is the one that the linker finds with -lNAME.
  15958. library_names_spec=$lt_library_names_spec
  15959.  
  15960. # The coded name of the library, if different from the real name.
  15961. soname_spec=$lt_soname_spec
  15962.  
  15963. # Commands used to build and install an old-style archive.
  15964. RANLIB=$lt_RANLIB
  15965. old_archive_cmds=$lt_old_archive_cmds_F77
  15966. old_postinstall_cmds=$lt_old_postinstall_cmds
  15967. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  15968.  
  15969. # Create an old-style archive from a shared archive.
  15970. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
  15971.  
  15972. # Create a temporary old-style archive to link instead of a shared archive.
  15973. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
  15974.  
  15975. # Commands used to build and install a shared archive.
  15976. archive_cmds=$lt_archive_cmds_F77
  15977. archive_expsym_cmds=$lt_archive_expsym_cmds_F77
  15978. postinstall_cmds=$lt_postinstall_cmds
  15979. postuninstall_cmds=$lt_postuninstall_cmds
  15980.  
  15981. # Commands used to build a loadable module (assumed same as above if empty)
  15982. module_cmds=$lt_module_cmds_F77
  15983. module_expsym_cmds=$lt_module_expsym_cmds_F77
  15984.  
  15985. # Commands to strip libraries.
  15986. old_striplib=$lt_old_striplib
  15987. striplib=$lt_striplib
  15988.  
  15989. # Dependencies to place before the objects being linked to create a
  15990. # shared library.
  15991. predep_objects=$lt_predep_objects_F77
  15992.  
  15993. # Dependencies to place after the objects being linked to create a
  15994. # shared library.
  15995. postdep_objects=$lt_postdep_objects_F77
  15996.  
  15997. # Dependencies to place before the objects being linked to create a
  15998. # shared library.
  15999. predeps=$lt_predeps_F77
  16000.  
  16001. # Dependencies to place after the objects being linked to create a
  16002. # shared library.
  16003. postdeps=$lt_postdeps_F77
  16004.  
  16005. # The library search path used internally by the compiler when linking
  16006. # a shared library.
  16007. compiler_lib_search_path=$lt_compiler_lib_search_path_F77
  16008.  
  16009. # Method to check whether dependent libraries are shared objects.
  16010. deplibs_check_method=$lt_deplibs_check_method
  16011.  
  16012. # Command to use when deplibs_check_method == file_magic.
  16013. file_magic_cmd=$lt_file_magic_cmd
  16014.  
  16015. # Flag that allows shared libraries with undefined symbols to be built.
  16016. allow_undefined_flag=$lt_allow_undefined_flag_F77
  16017.  
  16018. # Flag that forces no undefined symbols.
  16019. no_undefined_flag=$lt_no_undefined_flag_F77
  16020.  
  16021. # Commands used to finish a libtool library installation in a directory.
  16022. finish_cmds=$lt_finish_cmds
  16023.  
  16024. # Same as above, but a single script fragment to be evaled but not shown.
  16025. finish_eval=$lt_finish_eval
  16026.  
  16027. # Take the output of nm and produce a listing of raw symbols and C names.
  16028. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  16029.  
  16030. # Transform the output of nm in a proper C declaration
  16031. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  16032.  
  16033. # Transform the output of nm in a C name address pair
  16034. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  16035.  
  16036. # This is the shared library runtime path variable.
  16037. runpath_var=$runpath_var
  16038.  
  16039. # This is the shared library path variable.
  16040. shlibpath_var=$shlibpath_var
  16041.  
  16042. # Is shlibpath searched before the hard-coded library search path?
  16043. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  16044.  
  16045. # How to hardcode a shared library path into an executable.
  16046. hardcode_action=$hardcode_action_F77
  16047.  
  16048. # Whether we should hardcode library paths into libraries.
  16049. hardcode_into_libs=$hardcode_into_libs
  16050.  
  16051. # Flag to hardcode \$libdir into a binary during linking.
  16052. # This must work even if \$libdir does not exist.
  16053. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
  16054.  
  16055. # If ld is used when linking, flag to hardcode \$libdir into
  16056. # a binary during linking. This must work even if \$libdir does
  16057. # not exist.
  16058. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
  16059.  
  16060. # Whether we need a single -rpath flag with a separated argument.
  16061. hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
  16062.  
  16063. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  16064. # resulting binary.
  16065. hardcode_direct=$hardcode_direct_F77
  16066.  
  16067. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  16068. # resulting binary.
  16069. hardcode_minus_L=$hardcode_minus_L_F77
  16070.  
  16071. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  16072. # the resulting binary.
  16073. hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
  16074.  
  16075. # Set to yes if building a shared library automatically hardcodes DIR into the library
  16076. # and all subsequent libraries and executables linked against it.
  16077. hardcode_automatic=$hardcode_automatic_F77
  16078.  
  16079. # Variables whose values should be saved in libtool wrapper scripts and
  16080. # restored at relink time.
  16081. variables_saved_for_relink="$variables_saved_for_relink"
  16082.  
  16083. # Whether libtool must link a program against all its dependency libraries.
  16084. link_all_deplibs=$link_all_deplibs_F77
  16085.  
  16086. # Compile-time system search path for libraries
  16087. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  16088.  
  16089. # Run-time system search path for libraries
  16090. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  16091.  
  16092. # Fix the shell variable \$srcfile for the compiler.
  16093. fix_srcfile_path="$fix_srcfile_path_F77"
  16094.  
  16095. # Set to yes if exported symbols are required.
  16096. always_export_symbols=$always_export_symbols_F77
  16097.  
  16098. # The commands to list exported symbols.
  16099. export_symbols_cmds=$lt_export_symbols_cmds_F77
  16100.  
  16101. # The commands to extract the exported symbol list from a shared archive.
  16102. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  16103.  
  16104. # Symbols that should not be listed in the preloaded symbols.
  16105. exclude_expsyms=$lt_exclude_expsyms_F77
  16106.  
  16107. # Symbols that must always be exported.
  16108. include_expsyms=$lt_include_expsyms_F77
  16109.  
  16110. # ### END LIBTOOL TAG CONFIG: $tagname
  16111.  
  16112. __EOF__
  16113.  
  16114.  
  16115. else
  16116. # If there is no Makefile yet, we rely on a make rule to execute
  16117. # `config.status --recheck' to rerun these tests and create the
  16118. # libtool script then.
  16119. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
  16120. if test -f "$ltmain_in"; then
  16121. test -f Makefile && make "$ltmain"
  16122. fi
  16123. fi
  16124.  
  16125.  
  16126. ac_ext=c
  16127. ac_cpp='$CPP $CPPFLAGS'
  16128. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  16129. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  16130. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  16131.  
  16132. CC="$lt_save_CC"
  16133.  
  16134. else
  16135. tagname=""
  16136. fi
  16137. ;;
  16138.  
  16139. GCJ)
  16140. if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
  16141.  
  16142.  
  16143.  
  16144. # Source file extension for Java test sources.
  16145. ac_ext=java
  16146.  
  16147. # Object file extension for compiled Java test sources.
  16148. objext=o
  16149. objext_GCJ=$objext
  16150.  
  16151. # Code to be used in simple compile tests
  16152. lt_simple_compile_test_code="class foo {}\n"
  16153.  
  16154. # Code to be used in simple link tests
  16155. lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
  16156.  
  16157. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  16158.  
  16159. # If no C compiler was specified, use CC.
  16160. LTCC=${LTCC-"$CC"}
  16161.  
  16162. # Allow CC to be a program name with arguments.
  16163. compiler=$CC
  16164.  
  16165.  
  16166. # save warnings/boilerplate of simple test code
  16167. ac_outfile=conftest.$ac_objext
  16168. printf "$lt_simple_compile_test_code" >conftest.$ac_ext
  16169. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  16170. _lt_compiler_boilerplate=`cat conftest.err`
  16171. $rm conftest*
  16172.  
  16173. ac_outfile=conftest.$ac_objext
  16174. printf "$lt_simple_link_test_code" >conftest.$ac_ext
  16175. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  16176. _lt_linker_boilerplate=`cat conftest.err`
  16177. $rm conftest*
  16178.  
  16179.  
  16180. # Allow CC to be a program name with arguments.
  16181. lt_save_CC="$CC"
  16182. CC=${GCJ-"gcj"}
  16183. compiler=$CC
  16184. compiler_GCJ=$CC
  16185. for cc_temp in $compiler""; do
  16186. case $cc_temp in
  16187. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  16188. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  16189. \-*) ;;
  16190. *) break;;
  16191. esac
  16192. done
  16193. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  16194.  
  16195.  
  16196. # GCJ did not exist at the time GCC didn't implicitly link libc in.
  16197. archive_cmds_need_lc_GCJ=no
  16198.  
  16199. old_archive_cmds_GCJ=$old_archive_cmds
  16200.  
  16201.  
  16202. lt_prog_compiler_no_builtin_flag_GCJ=
  16203.  
  16204. if test "$GCC" = yes; then
  16205. lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
  16206.  
  16207.  
  16208. echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  16209. echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
  16210. if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
  16211. echo $ECHO_N "(cached) $ECHO_C" >&6
  16212. else
  16213. lt_cv_prog_compiler_rtti_exceptions=no
  16214. ac_outfile=conftest.$ac_objext
  16215. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  16216. lt_compiler_flag="-fno-rtti -fno-exceptions"
  16217. # Insert the option either (1) after the last *FLAGS variable, or
  16218. # (2) before a word containing "conftest.", or (3) at the end.
  16219. # Note that $ac_compile itself does not contain backslashes and begins
  16220. # with a dollar sign (not a hyphen), so the echo should work correctly.
  16221. # The option is referenced via a variable to avoid confusing sed.
  16222. lt_compile=`echo "$ac_compile" | $SED \
  16223. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  16224. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  16225. -e 's:$: $lt_compiler_flag:'`
  16226. (eval echo "\"\$as_me:16226: $lt_compile\"" >&5)
  16227. (eval "$lt_compile" 2>conftest.err)
  16228. ac_status=$?
  16229. cat conftest.err >&5
  16230. echo "$as_me:16230: \$? = $ac_status" >&5
  16231. if (exit $ac_status) && test -s "$ac_outfile"; then
  16232. # The compiler can only warn and ignore the option if not recognized
  16233. # So say no if there are warnings other than the usual output.
  16234. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  16235. $SED '/^$/d' conftest.err >conftest.er2
  16236. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  16237. lt_cv_prog_compiler_rtti_exceptions=yes
  16238. fi
  16239. fi
  16240. $rm conftest*
  16241.  
  16242. fi
  16243. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
  16244. echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
  16245.  
  16246. if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
  16247. lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
  16248. else
  16249. :
  16250. fi
  16251.  
  16252. fi
  16253.  
  16254. lt_prog_compiler_wl_GCJ=
  16255. lt_prog_compiler_pic_GCJ=
  16256. lt_prog_compiler_static_GCJ=
  16257.  
  16258. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  16259. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  16260.  
  16261. if test "$GCC" = yes; then
  16262. lt_prog_compiler_wl_GCJ='-Wl,'
  16263. lt_prog_compiler_static_GCJ='-static'
  16264.  
  16265. case $host_os in
  16266. aix*)
  16267. # All AIX code is PIC.
  16268. if test "$host_cpu" = ia64; then
  16269. # AIX 5 now supports IA64 processor
  16270. lt_prog_compiler_static_GCJ='-Bstatic'
  16271. fi
  16272. ;;
  16273.  
  16274. amigaos*)
  16275. # FIXME: we need at least 68020 code to build shared libraries, but
  16276. # adding the `-m68020' flag to GCC prevents building anything better,
  16277. # like `-m68040'.
  16278. lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
  16279. ;;
  16280.  
  16281. beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  16282. # PIC is the default for these OSes.
  16283. ;;
  16284.  
  16285. mingw* | pw32* | os2*)
  16286. # This hack is so that the source file can tell whether it is being
  16287. # built for inclusion in a dll (and should export symbols for example).
  16288. lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
  16289. ;;
  16290.  
  16291. darwin* | rhapsody*)
  16292. # PIC is the default on this platform
  16293. # Common symbols not allowed in MH_DYLIB files
  16294. lt_prog_compiler_pic_GCJ='-fno-common'
  16295. ;;
  16296.  
  16297. msdosdjgpp*)
  16298. # Just because we use GCC doesn't mean we suddenly get shared libraries
  16299. # on systems that don't support them.
  16300. lt_prog_compiler_can_build_shared_GCJ=no
  16301. enable_shared=no
  16302. ;;
  16303.  
  16304. sysv4*MP*)
  16305. if test -d /usr/nec; then
  16306. lt_prog_compiler_pic_GCJ=-Kconform_pic
  16307. fi
  16308. ;;
  16309.  
  16310. hpux*)
  16311. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  16312. # not for PA HP-UX.
  16313. case "$host_cpu" in
  16314. hppa*64*|ia64*)
  16315. # +Z the default
  16316. ;;
  16317. *)
  16318. lt_prog_compiler_pic_GCJ='-fPIC'
  16319. ;;
  16320. esac
  16321. ;;
  16322.  
  16323. *)
  16324. lt_prog_compiler_pic_GCJ='-fPIC'
  16325. ;;
  16326. esac
  16327. else
  16328. # PORTME Check for flag to pass linker flags through the system compiler.
  16329. case $host_os in
  16330. aix*)
  16331. lt_prog_compiler_wl_GCJ='-Wl,'
  16332. if test "$host_cpu" = ia64; then
  16333. # AIX 5 now supports IA64 processor
  16334. lt_prog_compiler_static_GCJ='-Bstatic'
  16335. else
  16336. lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
  16337. fi
  16338. ;;
  16339. darwin*)
  16340. # PIC is the default on this platform
  16341. # Common symbols not allowed in MH_DYLIB files
  16342. case $cc_basename in
  16343. xlc*)
  16344. lt_prog_compiler_pic_GCJ='-qnocommon'
  16345. lt_prog_compiler_wl_GCJ='-Wl,'
  16346. ;;
  16347. esac
  16348. ;;
  16349.  
  16350. mingw* | pw32* | os2*)
  16351. # This hack is so that the source file can tell whether it is being
  16352. # built for inclusion in a dll (and should export symbols for example).
  16353. lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
  16354. ;;
  16355.  
  16356. hpux9* | hpux10* | hpux11*)
  16357. lt_prog_compiler_wl_GCJ='-Wl,'
  16358. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  16359. # not for PA HP-UX.
  16360. case "$host_cpu" in
  16361. hppa*64*|ia64*)
  16362. # +Z the default
  16363. ;;
  16364. *)
  16365. lt_prog_compiler_pic_GCJ='+Z'
  16366. ;;
  16367. esac
  16368. # Is there a better lt_prog_compiler_static that works with the bundled CC?
  16369. lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
  16370. ;;
  16371.  
  16372. irix5* | irix6* | nonstopux*)
  16373. lt_prog_compiler_wl_GCJ='-Wl,'
  16374. # PIC (with -KPIC) is the default.
  16375. lt_prog_compiler_static_GCJ='-non_shared'
  16376. ;;
  16377.  
  16378. newsos6)
  16379. lt_prog_compiler_pic_GCJ='-KPIC'
  16380. lt_prog_compiler_static_GCJ='-Bstatic'
  16381. ;;
  16382.  
  16383. linux*)
  16384. case $cc_basename in
  16385. icc* | ecc*)
  16386. lt_prog_compiler_wl_GCJ='-Wl,'
  16387. lt_prog_compiler_pic_GCJ='-KPIC'
  16388. lt_prog_compiler_static_GCJ='-static'
  16389. ;;
  16390. pgcc* | pgf77* | pgf90*)
  16391. # Portland Group compilers (*not* the Pentium gcc compiler,
  16392. # which looks to be a dead project)
  16393. lt_prog_compiler_wl_GCJ='-Wl,'
  16394. lt_prog_compiler_pic_GCJ='-fpic'
  16395. lt_prog_compiler_static_GCJ='-static'
  16396. ;;
  16397. ccc*)
  16398. lt_prog_compiler_wl_GCJ='-Wl,'
  16399. # All Alpha code is PIC.
  16400. lt_prog_compiler_static_GCJ='-non_shared'
  16401. ;;
  16402. esac
  16403. ;;
  16404.  
  16405. osf3* | osf4* | osf5*)
  16406. lt_prog_compiler_wl_GCJ='-Wl,'
  16407. # All OSF/1 code is PIC.
  16408. lt_prog_compiler_static_GCJ='-non_shared'
  16409. ;;
  16410.  
  16411. sco3.2v5*)
  16412. lt_prog_compiler_pic_GCJ='-Kpic'
  16413. lt_prog_compiler_static_GCJ='-dn'
  16414. ;;
  16415.  
  16416. solaris*)
  16417. lt_prog_compiler_pic_GCJ='-KPIC'
  16418. lt_prog_compiler_static_GCJ='-Bstatic'
  16419. case $cc_basename in
  16420. f77* | f90* | f95*)
  16421. lt_prog_compiler_wl_GCJ='-Qoption ld ';;
  16422. *)
  16423. lt_prog_compiler_wl_GCJ='-Wl,';;
  16424. esac
  16425. ;;
  16426.  
  16427. sunos4*)
  16428. lt_prog_compiler_wl_GCJ='-Qoption ld '
  16429. lt_prog_compiler_pic_GCJ='-PIC'
  16430. lt_prog_compiler_static_GCJ='-Bstatic'
  16431. ;;
  16432.  
  16433. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  16434. lt_prog_compiler_wl_GCJ='-Wl,'
  16435. lt_prog_compiler_pic_GCJ='-KPIC'
  16436. lt_prog_compiler_static_GCJ='-Bstatic'
  16437. ;;
  16438.  
  16439. sysv4*MP*)
  16440. if test -d /usr/nec ;then
  16441. lt_prog_compiler_pic_GCJ='-Kconform_pic'
  16442. lt_prog_compiler_static_GCJ='-Bstatic'
  16443. fi
  16444. ;;
  16445.  
  16446. unicos*)
  16447. lt_prog_compiler_wl_GCJ='-Wl,'
  16448. lt_prog_compiler_can_build_shared_GCJ=no
  16449. ;;
  16450.  
  16451. uts4*)
  16452. lt_prog_compiler_pic_GCJ='-pic'
  16453. lt_prog_compiler_static_GCJ='-Bstatic'
  16454. ;;
  16455.  
  16456. *)
  16457. lt_prog_compiler_can_build_shared_GCJ=no
  16458. ;;
  16459. esac
  16460. fi
  16461.  
  16462. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
  16463. echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
  16464.  
  16465. #
  16466. # Check to make sure the PIC flag actually works.
  16467. #
  16468. if test -n "$lt_prog_compiler_pic_GCJ"; then
  16469.  
  16470. echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
  16471. echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
  16472. if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
  16473. echo $ECHO_N "(cached) $ECHO_C" >&6
  16474. else
  16475. lt_prog_compiler_pic_works_GCJ=no
  16476. ac_outfile=conftest.$ac_objext
  16477. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  16478. lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
  16479. # Insert the option either (1) after the last *FLAGS variable, or
  16480. # (2) before a word containing "conftest.", or (3) at the end.
  16481. # Note that $ac_compile itself does not contain backslashes and begins
  16482. # with a dollar sign (not a hyphen), so the echo should work correctly.
  16483. # The option is referenced via a variable to avoid confusing sed.
  16484. lt_compile=`echo "$ac_compile" | $SED \
  16485. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  16486. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  16487. -e 's:$: $lt_compiler_flag:'`
  16488. (eval echo "\"\$as_me:16488: $lt_compile\"" >&5)
  16489. (eval "$lt_compile" 2>conftest.err)
  16490. ac_status=$?
  16491. cat conftest.err >&5
  16492. echo "$as_me:16492: \$? = $ac_status" >&5
  16493. if (exit $ac_status) && test -s "$ac_outfile"; then
  16494. # The compiler can only warn and ignore the option if not recognized
  16495. # So say no if there are warnings other than the usual output.
  16496. $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
  16497. $SED '/^$/d' conftest.err >conftest.er2
  16498. if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
  16499. lt_prog_compiler_pic_works_GCJ=yes
  16500. fi
  16501. fi
  16502. $rm conftest*
  16503.  
  16504. fi
  16505. echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
  16506. echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
  16507.  
  16508. if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
  16509. case $lt_prog_compiler_pic_GCJ in
  16510. "" | " "*) ;;
  16511. *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
  16512. esac
  16513. else
  16514. lt_prog_compiler_pic_GCJ=
  16515. lt_prog_compiler_can_build_shared_GCJ=no
  16516. fi
  16517.  
  16518. fi
  16519. case "$host_os" in
  16520. # For platforms which do not support PIC, -DPIC is meaningless:
  16521. *djgpp*)
  16522. lt_prog_compiler_pic_GCJ=
  16523. ;;
  16524. *)
  16525. lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
  16526. ;;
  16527. esac
  16528.  
  16529. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  16530. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  16531. if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
  16532. echo $ECHO_N "(cached) $ECHO_C" >&6
  16533. else
  16534. lt_cv_prog_compiler_c_o_GCJ=no
  16535. $rm -r conftest 2>/dev/null
  16536. mkdir conftest
  16537. cd conftest
  16538. mkdir out
  16539. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  16540.  
  16541. lt_compiler_flag="-o out/conftest2.$ac_objext"
  16542. # Insert the option either (1) after the last *FLAGS variable, or
  16543. # (2) before a word containing "conftest.", or (3) at the end.
  16544. # Note that $ac_compile itself does not contain backslashes and begins
  16545. # with a dollar sign (not a hyphen), so the echo should work correctly.
  16546. lt_compile=`echo "$ac_compile" | $SED \
  16547. -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
  16548. -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
  16549. -e 's:$: $lt_compiler_flag:'`
  16550. (eval echo "\"\$as_me:16550: $lt_compile\"" >&5)
  16551. (eval "$lt_compile" 2>out/conftest.err)
  16552. ac_status=$?
  16553. cat out/conftest.err >&5
  16554. echo "$as_me:16554: \$? = $ac_status" >&5
  16555. if (exit $ac_status) && test -s out/conftest2.$ac_objext
  16556. then
  16557. # The compiler can only warn and ignore the option if not recognized
  16558. # So say no if there are warnings
  16559. $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
  16560. $SED '/^$/d' out/conftest.err >out/conftest.er2
  16561. if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  16562. lt_cv_prog_compiler_c_o_GCJ=yes
  16563. fi
  16564. fi
  16565. chmod u+w .
  16566. $rm conftest*
  16567. # SGI C++ compiler will create directory out/ii_files/ for
  16568. # template instantiation
  16569. test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  16570. $rm out/* && rmdir out
  16571. cd ..
  16572. rmdir conftest
  16573. $rm conftest*
  16574.  
  16575. fi
  16576. echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
  16577. echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
  16578.  
  16579.  
  16580. hard_links="nottested"
  16581. if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
  16582. # do not overwrite the value of need_locks provided by the user
  16583. echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  16584. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  16585. hard_links=yes
  16586. $rm conftest*
  16587. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  16588. touch conftest.a
  16589. ln conftest.a conftest.b 2>&5 || hard_links=no
  16590. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  16591. echo "$as_me:$LINENO: result: $hard_links" >&5
  16592. echo "${ECHO_T}$hard_links" >&6
  16593. if test "$hard_links" = no; then
  16594. { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
  16595. echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
  16596. need_locks=warn
  16597. fi
  16598. else
  16599. need_locks=no
  16600. fi
  16601.  
  16602. echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  16603. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
  16604.  
  16605. runpath_var=
  16606. allow_undefined_flag_GCJ=
  16607. enable_shared_with_static_runtimes_GCJ=no
  16608. archive_cmds_GCJ=
  16609. archive_expsym_cmds_GCJ=
  16610. old_archive_From_new_cmds_GCJ=
  16611. old_archive_from_expsyms_cmds_GCJ=
  16612. export_dynamic_flag_spec_GCJ=
  16613. whole_archive_flag_spec_GCJ=
  16614. thread_safe_flag_spec_GCJ=
  16615. hardcode_libdir_flag_spec_GCJ=
  16616. hardcode_libdir_flag_spec_ld_GCJ=
  16617. hardcode_libdir_separator_GCJ=
  16618. hardcode_direct_GCJ=no
  16619. hardcode_minus_L_GCJ=no
  16620. hardcode_shlibpath_var_GCJ=unsupported
  16621. link_all_deplibs_GCJ=unknown
  16622. hardcode_automatic_GCJ=no
  16623. module_cmds_GCJ=
  16624. module_expsym_cmds_GCJ=
  16625. always_export_symbols_GCJ=no
  16626. export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  16627. # include_expsyms should be a list of space-separated symbols to be *always*
  16628. # included in the symbol list
  16629. include_expsyms_GCJ=
  16630. # exclude_expsyms can be an extended regexp of symbols to exclude
  16631. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  16632. # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  16633. # as well as any symbol that contains `d'.
  16634. exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"
  16635. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  16636. # platforms (ab)use it in PIC code, but their linkers get confused if
  16637. # the symbol is explicitly referenced. Since portable code cannot
  16638. # rely on this symbol name, it's probably fine to never include it in
  16639. # preloaded symbol tables.
  16640. extract_expsyms_cmds=
  16641. # Just being paranoid about ensuring that cc_basename is set.
  16642. for cc_temp in $compiler""; do
  16643. case $cc_temp in
  16644. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  16645. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  16646. \-*) ;;
  16647. *) break;;
  16648. esac
  16649. done
  16650. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  16651.  
  16652. case $host_os in
  16653. cygwin* | mingw* | pw32*)
  16654. # FIXME: the MSVC++ port hasn't been tested in a loooong time
  16655. # When not using gcc, we currently assume that we are using
  16656. # Microsoft Visual C++.
  16657. if test "$GCC" != yes; then
  16658. with_gnu_ld=no
  16659. fi
  16660. ;;
  16661. openbsd*)
  16662. with_gnu_ld=no
  16663. ;;
  16664. esac
  16665.  
  16666. ld_shlibs_GCJ=yes
  16667. if test "$with_gnu_ld" = yes; then
  16668. # If archive_cmds runs LD, not CC, wlarc should be empty
  16669. wlarc='${wl}'
  16670.  
  16671. # Set some defaults for GNU ld with shared library support. These
  16672. # are reset later if shared libraries are not supported. Putting them
  16673. # here allows them to be overridden if necessary.
  16674. runpath_var=LD_RUN_PATH
  16675. hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
  16676. export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
  16677. # ancient GNU ld didn't support --whole-archive et. al.
  16678. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
  16679. whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  16680. else
  16681. whole_archive_flag_spec_GCJ=
  16682. fi
  16683. supports_anon_versioning=no
  16684. case `$LD -v 2>/dev/null` in
  16685. *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
  16686. *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
  16687. *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  16688. *\ 2.11.*) ;; # other 2.11 versions
  16689. *) supports_anon_versioning=yes ;;
  16690. esac
  16691.  
  16692. # See if GNU ld supports shared libraries.
  16693. case $host_os in
  16694. aix3* | aix4* | aix5*)
  16695. # On AIX/PPC, the GNU linker is very broken
  16696. if test "$host_cpu" != ia64; then
  16697. ld_shlibs_GCJ=no
  16698. cat <<EOF 1>&2
  16699.  
  16700. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  16701. *** to be unable to reliably create shared libraries on AIX.
  16702. *** Therefore, libtool is disabling shared libraries support. If you
  16703. *** really care for shared libraries, you may want to modify your PATH
  16704. *** so that a non-GNU linker is found, and then restart.
  16705.  
  16706. EOF
  16707. fi
  16708. ;;
  16709.  
  16710. amigaos*)
  16711. archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  16712. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  16713. hardcode_minus_L_GCJ=yes
  16714.  
  16715. # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  16716. # that the semantics of dynamic libraries on AmigaOS, at least up
  16717. # to version 4, is to share data among multiple programs linked
  16718. # with the same dynamic library. Since this doesn't match the
  16719. # behavior of shared libraries on other platforms, we can't use
  16720. # them.
  16721. ld_shlibs_GCJ=no
  16722. ;;
  16723.  
  16724. beos*)
  16725. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  16726. allow_undefined_flag_GCJ=unsupported
  16727. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  16728. # support --undefined. This deserves some investigation. FIXME
  16729. archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  16730. else
  16731. ld_shlibs_GCJ=no
  16732. fi
  16733. ;;
  16734.  
  16735. cygwin* | mingw* | pw32*)
  16736. # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
  16737. # as there is no search path for DLLs.
  16738. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  16739. allow_undefined_flag_GCJ=unsupported
  16740. always_export_symbols_GCJ=no
  16741. enable_shared_with_static_runtimes_GCJ=yes
  16742. export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
  16743.  
  16744. if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  16745. archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  16746. # If the export-symbols file already is a .def file (1st line
  16747. # is EXPORTS), use it as is; otherwise, prepend...
  16748. archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  16749. cp $export_symbols $output_objdir/$soname.def;
  16750. else
  16751. echo EXPORTS > $output_objdir/$soname.def;
  16752. cat $export_symbols >> $output_objdir/$soname.def;
  16753. fi~
  16754. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  16755. else
  16756. ld_shlibs_GCJ=no
  16757. fi
  16758. ;;
  16759.  
  16760. linux*)
  16761. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  16762. tmp_addflag=
  16763. case $cc_basename,$host_cpu in
  16764. pgcc*) # Portland Group C compiler
  16765. whole_archive_flag_spec_GCJ='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  16766. tmp_addflag=' $pic_flag'
  16767. ;;
  16768. pgf77* | pgf90* ) # Portland Group f77 and f90 compilers
  16769. whole_archive_flag_spec_GCJ='${wl}--whole-archive,`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
  16770. tmp_addflag=' $pic_flag -Mnomain' ;;
  16771. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  16772. tmp_addflag=' -i_dynamic' ;;
  16773. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  16774. tmp_addflag=' -i_dynamic -nofor_main' ;;
  16775. ifc* | ifort*) # Intel Fortran compiler
  16776. tmp_addflag=' -nofor_main' ;;
  16777. esac
  16778. archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  16779.  
  16780. if test $supports_anon_versioning = yes; then
  16781. archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
  16782. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  16783. $echo "local: *; };" >> $output_objdir/$libname.ver~
  16784. $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  16785. fi
  16786. else
  16787. ld_shlibs_GCJ=no
  16788. fi
  16789. ;;
  16790.  
  16791. netbsd*)
  16792. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  16793. archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  16794. wlarc=
  16795. else
  16796. archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  16797. archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  16798. fi
  16799. ;;
  16800.  
  16801. solaris* | sysv5*)
  16802. if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
  16803. ld_shlibs_GCJ=no
  16804. cat <<EOF 1>&2
  16805.  
  16806. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  16807. *** create shared libraries on Solaris systems. Therefore, libtool
  16808. *** is disabling shared libraries support. We urge you to upgrade GNU
  16809. *** binutils to release 2.9.1 or newer. Another option is to modify
  16810. *** your PATH or compiler configuration so that the native linker is
  16811. *** used, and then restart.
  16812.  
  16813. EOF
  16814. elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  16815. archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  16816. archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  16817. else
  16818. ld_shlibs_GCJ=no
  16819. fi
  16820. ;;
  16821.  
  16822. sunos4*)
  16823. archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  16824. wlarc=
  16825. hardcode_direct_GCJ=yes
  16826. hardcode_shlibpath_var_GCJ=no
  16827. ;;
  16828.  
  16829. *)
  16830. if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  16831. archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  16832. archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  16833. else
  16834. ld_shlibs_GCJ=no
  16835. fi
  16836. ;;
  16837. esac
  16838.  
  16839. if test "$ld_shlibs_GCJ" = no; then
  16840. runpath_var=
  16841. hardcode_libdir_flag_spec_GCJ=
  16842. export_dynamic_flag_spec_GCJ=
  16843. whole_archive_flag_spec_GCJ=
  16844. fi
  16845. else
  16846. # PORTME fill in a description of your system's linker (not GNU ld)
  16847. case $host_os in
  16848. aix3*)
  16849. allow_undefined_flag_GCJ=unsupported
  16850. always_export_symbols_GCJ=yes
  16851. archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  16852. # Note: this linker hardcodes the directories in LIBPATH if there
  16853. # are no directories specified by -L.
  16854. hardcode_minus_L_GCJ=yes
  16855. if test "$GCC" = yes && test -z "$link_static_flag"; then
  16856. # Neither direct hardcoding nor static linking is supported with a
  16857. # broken collect2.
  16858. hardcode_direct_GCJ=unsupported
  16859. fi
  16860. ;;
  16861.  
  16862. aix4* | aix5*)
  16863. if test "$host_cpu" = ia64; then
  16864. # On IA64, the linker does run time linking by default, so we don't
  16865. # have to do anything special.
  16866. aix_use_runtimelinking=no
  16867. exp_sym_flag='-Bexport'
  16868. no_entry_flag=""
  16869. else
  16870. # If we're using GNU nm, then we don't want the "-C" option.
  16871. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  16872. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  16873. export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  16874. else
  16875. export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
  16876. fi
  16877. aix_use_runtimelinking=no
  16878.  
  16879. # Test if we are trying to use run time linking or normal
  16880. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  16881. # need to do runtime linking.
  16882. case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  16883. for ld_flag in $LDFLAGS; do
  16884. if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  16885. aix_use_runtimelinking=yes
  16886. break
  16887. fi
  16888. done
  16889. esac
  16890.  
  16891. exp_sym_flag='-bexport'
  16892. no_entry_flag='-bnoentry'
  16893. fi
  16894.  
  16895. # When large executables or shared objects are built, AIX ld can
  16896. # have problems creating the table of contents. If linking a library
  16897. # or program results in "error TOC overflow" add -mminimal-toc to
  16898. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  16899. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  16900.  
  16901. archive_cmds_GCJ=''
  16902. hardcode_direct_GCJ=yes
  16903. hardcode_libdir_separator_GCJ=':'
  16904. link_all_deplibs_GCJ=yes
  16905.  
  16906. if test "$GCC" = yes; then
  16907. case $host_os in aix4.[012]|aix4.[012].*)
  16908. # We only want to do this on AIX 4.2 and lower, the check
  16909. # below for broken collect2 doesn't work under 4.3+
  16910. collect2name=`${CC} -print-prog-name=collect2`
  16911. if test -f "$collect2name" && \
  16912. strings "$collect2name" | grep resolve_lib_name >/dev/null
  16913. then
  16914. # We have reworked collect2
  16915. hardcode_direct_GCJ=yes
  16916. else
  16917. # We have old collect2
  16918. hardcode_direct_GCJ=unsupported
  16919. # It fails to find uninstalled libraries when the uninstalled
  16920. # path is not listed in the libpath. Setting hardcode_minus_L
  16921. # to unsupported forces relinking
  16922. hardcode_minus_L_GCJ=yes
  16923. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  16924. hardcode_libdir_separator_GCJ=
  16925. fi
  16926. esac
  16927. shared_flag='-shared'
  16928. if test "$aix_use_runtimelinking" = yes; then
  16929. shared_flag="$shared_flag "'${wl}-G'
  16930. fi
  16931. else
  16932. # not using gcc
  16933. if test "$host_cpu" = ia64; then
  16934. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  16935. # chokes on -Wl,-G. The following line is correct:
  16936. shared_flag='-G'
  16937. else
  16938. if test "$aix_use_runtimelinking" = yes; then
  16939. shared_flag='${wl}-G'
  16940. else
  16941. shared_flag='${wl}-bM:SRE'
  16942. fi
  16943. fi
  16944. fi
  16945.  
  16946. # It seems that -bexpall does not export symbols beginning with
  16947. # underscore (_), so it is better to generate a list of symbols to export.
  16948. always_export_symbols_GCJ=yes
  16949. if test "$aix_use_runtimelinking" = yes; then
  16950. # Warning - without using the other runtime loading flags (-brtl),
  16951. # -berok will link without error, but may produce a broken library.
  16952. allow_undefined_flag_GCJ='-berok'
  16953. # Determine the default libpath from the value encoded in an empty executable.
  16954. cat >conftest.$ac_ext <<_ACEOF
  16955. /* confdefs.h. */
  16956. _ACEOF
  16957. cat confdefs.h >>conftest.$ac_ext
  16958. cat >>conftest.$ac_ext <<_ACEOF
  16959. /* end confdefs.h. */
  16960.  
  16961. int
  16962. main ()
  16963. {
  16964.  
  16965. ;
  16966. return 0;
  16967. }
  16968. _ACEOF
  16969. rm -f conftest.$ac_objext conftest$ac_exeext
  16970. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  16971. (eval $ac_link) 2>conftest.er1
  16972. ac_status=$?
  16973. grep -v '^ *+' conftest.er1 >conftest.err
  16974. rm -f conftest.er1
  16975. cat conftest.err >&5
  16976. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16977. (exit $ac_status); } &&
  16978. { ac_try='test -z "$ac_c_werror_flag"
  16979. || test ! -s conftest.err'
  16980. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16981. (eval $ac_try) 2>&5
  16982. ac_status=$?
  16983. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16984. (exit $ac_status); }; } &&
  16985. { ac_try='test -s conftest$ac_exeext'
  16986. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  16987. (eval $ac_try) 2>&5
  16988. ac_status=$?
  16989. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  16990. (exit $ac_status); }; }; then
  16991.  
  16992. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  16993. }'`
  16994. # Check for a 64-bit object if we didn't find anything.
  16995. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  16996. }'`; fi
  16997. else
  16998. echo "$as_me: failed program was:" >&5
  16999. sed 's/^/| /' conftest.$ac_ext >&5
  17000.  
  17001. fi
  17002. rm -f conftest.err conftest.$ac_objext \
  17003. conftest$ac_exeext conftest.$ac_ext
  17004. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  17005.  
  17006. hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
  17007. archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  17008. else
  17009. if test "$host_cpu" = ia64; then
  17010. hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
  17011. allow_undefined_flag_GCJ="-z nodefs"
  17012. archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
  17013. else
  17014. # Determine the default libpath from the value encoded in an empty executable.
  17015. cat >conftest.$ac_ext <<_ACEOF
  17016. /* confdefs.h. */
  17017. _ACEOF
  17018. cat confdefs.h >>conftest.$ac_ext
  17019. cat >>conftest.$ac_ext <<_ACEOF
  17020. /* end confdefs.h. */
  17021.  
  17022. int
  17023. main ()
  17024. {
  17025.  
  17026. ;
  17027. return 0;
  17028. }
  17029. _ACEOF
  17030. rm -f conftest.$ac_objext conftest$ac_exeext
  17031. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  17032. (eval $ac_link) 2>conftest.er1
  17033. ac_status=$?
  17034. grep -v '^ *+' conftest.er1 >conftest.err
  17035. rm -f conftest.er1
  17036. cat conftest.err >&5
  17037. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17038. (exit $ac_status); } &&
  17039. { ac_try='test -z "$ac_c_werror_flag"
  17040. || test ! -s conftest.err'
  17041. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17042. (eval $ac_try) 2>&5
  17043. ac_status=$?
  17044. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17045. (exit $ac_status); }; } &&
  17046. { ac_try='test -s conftest$ac_exeext'
  17047. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  17048. (eval $ac_try) 2>&5
  17049. ac_status=$?
  17050. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17051. (exit $ac_status); }; }; then
  17052.  
  17053. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  17054. }'`
  17055. # Check for a 64-bit object if we didn't find anything.
  17056. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  17057. }'`; fi
  17058. else
  17059. echo "$as_me: failed program was:" >&5
  17060. sed 's/^/| /' conftest.$ac_ext >&5
  17061.  
  17062. fi
  17063. rm -f conftest.err conftest.$ac_objext \
  17064. conftest$ac_exeext conftest.$ac_ext
  17065. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  17066.  
  17067. hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
  17068. # Warning - without using the other run time loading flags,
  17069. # -berok will link without error, but may produce a broken library.
  17070. no_undefined_flag_GCJ=' ${wl}-bernotok'
  17071. allow_undefined_flag_GCJ=' ${wl}-berok'
  17072. # -bexpall does not export symbols beginning with underscore (_)
  17073. always_export_symbols_GCJ=yes
  17074. # Exported symbols can be pulled into shared objects from archives
  17075. whole_archive_flag_spec_GCJ=' '
  17076. archive_cmds_need_lc_GCJ=yes
  17077. # This is similar to how AIX traditionally builds it's shared libraries.
  17078. archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  17079. fi
  17080. fi
  17081. ;;
  17082.  
  17083. amigaos*)
  17084. archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  17085. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17086. hardcode_minus_L_GCJ=yes
  17087. # see comment about different semantics on the GNU ld section
  17088. ld_shlibs_GCJ=no
  17089. ;;
  17090.  
  17091. bsdi[45]*)
  17092. export_dynamic_flag_spec_GCJ=-rdynamic
  17093. ;;
  17094.  
  17095. cygwin* | mingw* | pw32*)
  17096. # When not using gcc, we currently assume that we are using
  17097. # Microsoft Visual C++.
  17098. # hardcode_libdir_flag_spec is actually meaningless, as there is
  17099. # no search path for DLLs.
  17100. hardcode_libdir_flag_spec_GCJ=' '
  17101. allow_undefined_flag_GCJ=unsupported
  17102. # Tell ltmain to make .lib files, not .a files.
  17103. libext=lib
  17104. # Tell ltmain to make .dll files, not .so files.
  17105. shrext_cmds=".dll"
  17106. # FIXME: Setting linknames here is a bad hack.
  17107. archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
  17108. # The linker will automatically build a .lib file if we build a DLL.
  17109. old_archive_From_new_cmds_GCJ='true'
  17110. # FIXME: Should let the user specify the lib program.
  17111. old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
  17112. fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
  17113. enable_shared_with_static_runtimes_GCJ=yes
  17114. ;;
  17115.  
  17116. darwin* | rhapsody*)
  17117. case "$host_os" in
  17118. rhapsody* | darwin1.[012])
  17119. allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
  17120. ;;
  17121. *) # Darwin 1.3 on
  17122. if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  17123. allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  17124. else
  17125. case ${MACOSX_DEPLOYMENT_TARGET} in
  17126. 10.[012])
  17127. allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  17128. ;;
  17129. 10.*)
  17130. allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
  17131. ;;
  17132. esac
  17133. fi
  17134. ;;
  17135. esac
  17136. archive_cmds_need_lc_GCJ=no
  17137. hardcode_direct_GCJ=no
  17138. hardcode_automatic_GCJ=yes
  17139. hardcode_shlibpath_var_GCJ=unsupported
  17140. whole_archive_flag_spec_GCJ=''
  17141. link_all_deplibs_GCJ=yes
  17142. if test "$GCC" = yes ; then
  17143. output_verbose_link_cmd='echo'
  17144. archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  17145. module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  17146. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  17147. archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  17148. module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  17149. else
  17150. case $cc_basename in
  17151. xlc*)
  17152. output_verbose_link_cmd='echo'
  17153. archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
  17154. module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  17155. # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  17156. archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  17157. module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  17158. ;;
  17159. *)
  17160. ld_shlibs_GCJ=no
  17161. ;;
  17162. esac
  17163. fi
  17164. ;;
  17165.  
  17166. dgux*)
  17167. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17168. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17169. hardcode_shlibpath_var_GCJ=no
  17170. ;;
  17171.  
  17172. freebsd1*)
  17173. ld_shlibs_GCJ=no
  17174. ;;
  17175.  
  17176. # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  17177. # support. Future versions do this automatically, but an explicit c++rt0.o
  17178. # does not break anything, and helps significantly (at the cost of a little
  17179. # extra space).
  17180. freebsd2.2*)
  17181. archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  17182. hardcode_libdir_flag_spec_GCJ='-R$libdir'
  17183. hardcode_direct_GCJ=yes
  17184. hardcode_shlibpath_var_GCJ=no
  17185. ;;
  17186.  
  17187. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  17188. freebsd2*)
  17189. archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  17190. hardcode_direct_GCJ=yes
  17191. hardcode_minus_L_GCJ=yes
  17192. hardcode_shlibpath_var_GCJ=no
  17193. ;;
  17194.  
  17195. # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  17196. freebsd* | kfreebsd*-gnu | dragonfly*)
  17197. archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  17198. hardcode_libdir_flag_spec_GCJ='-R$libdir'
  17199. hardcode_direct_GCJ=yes
  17200. hardcode_shlibpath_var_GCJ=no
  17201. ;;
  17202.  
  17203. hpux9*)
  17204. if test "$GCC" = yes; then
  17205. archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  17206. else
  17207. archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  17208. fi
  17209. hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
  17210. hardcode_libdir_separator_GCJ=:
  17211. hardcode_direct_GCJ=yes
  17212.  
  17213. # hardcode_minus_L: Not really in the search PATH,
  17214. # but as the default location of the library.
  17215. hardcode_minus_L_GCJ=yes
  17216. export_dynamic_flag_spec_GCJ='${wl}-E'
  17217. ;;
  17218.  
  17219. hpux10* | hpux11*)
  17220. if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  17221. case "$host_cpu" in
  17222. hppa*64*|ia64*)
  17223. archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  17224. ;;
  17225. *)
  17226. archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  17227. ;;
  17228. esac
  17229. else
  17230. case "$host_cpu" in
  17231. hppa*64*|ia64*)
  17232. archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
  17233. ;;
  17234. *)
  17235. archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  17236. ;;
  17237. esac
  17238. fi
  17239. if test "$with_gnu_ld" = no; then
  17240. case "$host_cpu" in
  17241. hppa*64*)
  17242. hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
  17243. hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
  17244. hardcode_libdir_separator_GCJ=:
  17245. hardcode_direct_GCJ=no
  17246. hardcode_shlibpath_var_GCJ=no
  17247. ;;
  17248. ia64*)
  17249. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17250. hardcode_direct_GCJ=no
  17251. hardcode_shlibpath_var_GCJ=no
  17252.  
  17253. # hardcode_minus_L: Not really in the search PATH,
  17254. # but as the default location of the library.
  17255. hardcode_minus_L_GCJ=yes
  17256. ;;
  17257. *)
  17258. hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
  17259. hardcode_libdir_separator_GCJ=:
  17260. hardcode_direct_GCJ=yes
  17261. export_dynamic_flag_spec_GCJ='${wl}-E'
  17262.  
  17263. # hardcode_minus_L: Not really in the search PATH,
  17264. # but as the default location of the library.
  17265. hardcode_minus_L_GCJ=yes
  17266. ;;
  17267. esac
  17268. fi
  17269. ;;
  17270.  
  17271. irix5* | irix6* | nonstopux*)
  17272. if test "$GCC" = yes; then
  17273. archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  17274. else
  17275. archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  17276. hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
  17277. fi
  17278. hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
  17279. hardcode_libdir_separator_GCJ=:
  17280. link_all_deplibs_GCJ=yes
  17281. ;;
  17282.  
  17283. netbsd*)
  17284. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  17285. archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
  17286. else
  17287. archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
  17288. fi
  17289. hardcode_libdir_flag_spec_GCJ='-R$libdir'
  17290. hardcode_direct_GCJ=yes
  17291. hardcode_shlibpath_var_GCJ=no
  17292. ;;
  17293.  
  17294. newsos6)
  17295. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17296. hardcode_direct_GCJ=yes
  17297. hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
  17298. hardcode_libdir_separator_GCJ=:
  17299. hardcode_shlibpath_var_GCJ=no
  17300. ;;
  17301.  
  17302. openbsd*)
  17303. hardcode_direct_GCJ=yes
  17304. hardcode_shlibpath_var_GCJ=no
  17305. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  17306. archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  17307. archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  17308. hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
  17309. export_dynamic_flag_spec_GCJ='${wl}-E'
  17310. else
  17311. case $host_os in
  17312. openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  17313. archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  17314. hardcode_libdir_flag_spec_GCJ='-R$libdir'
  17315. ;;
  17316. *)
  17317. archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  17318. hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
  17319. ;;
  17320. esac
  17321. fi
  17322. ;;
  17323.  
  17324. os2*)
  17325. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17326. hardcode_minus_L_GCJ=yes
  17327. allow_undefined_flag_GCJ=unsupported
  17328. archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  17329. old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  17330. ;;
  17331.  
  17332. osf3*)
  17333. if test "$GCC" = yes; then
  17334. allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
  17335. archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  17336. else
  17337. allow_undefined_flag_GCJ=' -expect_unresolved \*'
  17338. archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  17339. fi
  17340. hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
  17341. hardcode_libdir_separator_GCJ=:
  17342. ;;
  17343.  
  17344. osf4* | osf5*) # as osf3* with the addition of -msym flag
  17345. if test "$GCC" = yes; then
  17346. allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
  17347. archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  17348. hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
  17349. else
  17350. allow_undefined_flag_GCJ=' -expect_unresolved \*'
  17351. archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  17352. archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  17353. $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
  17354.  
  17355. # Both c and cxx compiler support -rpath directly
  17356. hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
  17357. fi
  17358. hardcode_libdir_separator_GCJ=:
  17359. ;;
  17360.  
  17361. sco3.2v5*)
  17362. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17363. hardcode_shlibpath_var_GCJ=no
  17364. export_dynamic_flag_spec_GCJ='${wl}-Bexport'
  17365. runpath_var=LD_RUN_PATH
  17366. hardcode_runpath_var=yes
  17367. ;;
  17368.  
  17369. solaris*)
  17370. no_undefined_flag_GCJ=' -z text'
  17371. if test "$GCC" = yes; then
  17372. wlarc='${wl}'
  17373. archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  17374. archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  17375. $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
  17376. else
  17377. wlarc=''
  17378. archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17379. archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  17380. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  17381. fi
  17382. hardcode_libdir_flag_spec_GCJ='-R$libdir'
  17383. hardcode_shlibpath_var_GCJ=no
  17384. case $host_os in
  17385. solaris2.[0-5] | solaris2.[0-5].*) ;;
  17386. *)
  17387. # The compiler driver will combine linker options so we
  17388. # cannot just pass the convience library names through
  17389. # without $wl, iff we do not link with $LD.
  17390. # Luckily, gcc supports the same syntax we need for Sun Studio.
  17391. # Supported since Solaris 2.6 (maybe 2.5.1?)
  17392. case $wlarc in
  17393. '')
  17394. whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
  17395. *)
  17396. whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
  17397. esac ;;
  17398. esac
  17399. link_all_deplibs_GCJ=yes
  17400. ;;
  17401.  
  17402. sunos4*)
  17403. if test "x$host_vendor" = xsequent; then
  17404. # Use $CC to link under sequent, because it throws in some extra .o
  17405. # files that make .init and .fini sections work.
  17406. archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  17407. else
  17408. archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  17409. fi
  17410. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17411. hardcode_direct_GCJ=yes
  17412. hardcode_minus_L_GCJ=yes
  17413. hardcode_shlibpath_var_GCJ=no
  17414. ;;
  17415.  
  17416. sysv4)
  17417. case $host_vendor in
  17418. sni)
  17419. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17420. hardcode_direct_GCJ=yes # is this really true???
  17421. ;;
  17422. siemens)
  17423. ## LD is ld it makes a PLAMLIB
  17424. ## CC just makes a GrossModule.
  17425. archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  17426. reload_cmds_GCJ='$CC -r -o $output$reload_objs'
  17427. hardcode_direct_GCJ=no
  17428. ;;
  17429. motorola)
  17430. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17431. hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
  17432. ;;
  17433. esac
  17434. runpath_var='LD_RUN_PATH'
  17435. hardcode_shlibpath_var_GCJ=no
  17436. ;;
  17437.  
  17438. sysv4.3*)
  17439. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17440. hardcode_shlibpath_var_GCJ=no
  17441. export_dynamic_flag_spec_GCJ='-Bexport'
  17442. ;;
  17443.  
  17444. sysv4*MP*)
  17445. if test -d /usr/nec; then
  17446. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17447. hardcode_shlibpath_var_GCJ=no
  17448. runpath_var=LD_RUN_PATH
  17449. hardcode_runpath_var=yes
  17450. ld_shlibs_GCJ=yes
  17451. fi
  17452. ;;
  17453.  
  17454. sysv4.2uw2*)
  17455. archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  17456. hardcode_direct_GCJ=yes
  17457. hardcode_minus_L_GCJ=no
  17458. hardcode_shlibpath_var_GCJ=no
  17459. hardcode_runpath_var=yes
  17460. runpath_var=LD_RUN_PATH
  17461. ;;
  17462.  
  17463. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
  17464. no_undefined_flag_GCJ='${wl}-z ${wl}text'
  17465. if test "$GCC" = yes; then
  17466. archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  17467. else
  17468. archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  17469. fi
  17470. runpath_var='LD_RUN_PATH'
  17471. hardcode_shlibpath_var_GCJ=no
  17472. ;;
  17473.  
  17474. sysv5*)
  17475. no_undefined_flag_GCJ=' -z text'
  17476. # $CC -shared without GNU ld will not create a library from C++
  17477. # object files and a static libstdc++, better avoid it by now
  17478. archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17479. archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  17480. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  17481. hardcode_libdir_flag_spec_GCJ=
  17482. hardcode_shlibpath_var_GCJ=no
  17483. runpath_var='LD_RUN_PATH'
  17484. ;;
  17485.  
  17486. uts4*)
  17487. archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  17488. hardcode_libdir_flag_spec_GCJ='-L$libdir'
  17489. hardcode_shlibpath_var_GCJ=no
  17490. ;;
  17491.  
  17492. *)
  17493. ld_shlibs_GCJ=no
  17494. ;;
  17495. esac
  17496. fi
  17497.  
  17498. echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
  17499. echo "${ECHO_T}$ld_shlibs_GCJ" >&6
  17500. test "$ld_shlibs_GCJ" = no && can_build_shared=no
  17501.  
  17502. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  17503. if test "$GCC" = yes; then
  17504. variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  17505. fi
  17506.  
  17507. #
  17508. # Do we need to explicitly link libc?
  17509. #
  17510. case "x$archive_cmds_need_lc_GCJ" in
  17511. x|xyes)
  17512. # Assume -lc should be added
  17513. archive_cmds_need_lc_GCJ=yes
  17514.  
  17515. if test "$enable_shared" = yes && test "$GCC" = yes; then
  17516. case $archive_cmds_GCJ in
  17517. *'~'*)
  17518. # FIXME: we may have to deal with multi-command sequences.
  17519. ;;
  17520. '$CC '*)
  17521. # Test whether the compiler implicitly links with -lc since on some
  17522. # systems, -lgcc has to come before -lc. If gcc already passes -lc
  17523. # to ld, don't add -lc before -lgcc.
  17524. echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  17525. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  17526. $rm conftest*
  17527. printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  17528.  
  17529. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  17530. (eval $ac_compile) 2>&5
  17531. ac_status=$?
  17532. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17533. (exit $ac_status); } 2>conftest.err; then
  17534. soname=conftest
  17535. lib=conftest
  17536. libobjs=conftest.$ac_objext
  17537. deplibs=
  17538. wl=$lt_prog_compiler_wl_GCJ
  17539. compiler_flags=-v
  17540. linker_flags=-v
  17541. verstring=
  17542. output_objdir=.
  17543. libname=conftest
  17544. lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
  17545. allow_undefined_flag_GCJ=
  17546. if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
  17547. (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
  17548. ac_status=$?
  17549. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  17550. (exit $ac_status); }
  17551. then
  17552. archive_cmds_need_lc_GCJ=no
  17553. else
  17554. archive_cmds_need_lc_GCJ=yes
  17555. fi
  17556. allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
  17557. else
  17558. cat conftest.err 1>&5
  17559. fi
  17560. $rm conftest*
  17561. echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
  17562. echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
  17563. ;;
  17564. esac
  17565. fi
  17566. ;;
  17567. esac
  17568.  
  17569. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  17570. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  17571. library_names_spec=
  17572. libname_spec='lib$name'
  17573. soname_spec=
  17574. shrext_cmds=".so"
  17575. postinstall_cmds=
  17576. postuninstall_cmds=
  17577. finish_cmds=
  17578. finish_eval=
  17579. shlibpath_var=
  17580. shlibpath_overrides_runpath=unknown
  17581. version_type=none
  17582. dynamic_linker="$host_os ld.so"
  17583. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  17584. if test "$GCC" = yes; then
  17585. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  17586. if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
  17587. # if the path contains ";" then we assume it to be the separator
  17588. # otherwise default to the standard path separator (i.e. ":") - it is
  17589. # assumed that no part of a normal pathname contains ";" but that should
  17590. # okay in the real world where ";" in dirpaths is itself problematic.
  17591. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  17592. else
  17593. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  17594. fi
  17595. else
  17596. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  17597. fi
  17598. need_lib_prefix=unknown
  17599. hardcode_into_libs=no
  17600.  
  17601. # when you set need_version to no, make sure it does not cause -set_version
  17602. # flags to be left without arguments
  17603. need_version=unknown
  17604.  
  17605. case $host_os in
  17606. aix3*)
  17607. version_type=linux
  17608. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  17609. shlibpath_var=LIBPATH
  17610.  
  17611. # AIX 3 has no versioning support, so we append a major version to the name.
  17612. soname_spec='${libname}${release}${shared_ext}$major'
  17613. ;;
  17614.  
  17615. aix4* | aix5*)
  17616. version_type=linux
  17617. need_lib_prefix=no
  17618. need_version=no
  17619. hardcode_into_libs=yes
  17620. if test "$host_cpu" = ia64; then
  17621. # AIX 5 supports IA64
  17622. library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  17623. shlibpath_var=LD_LIBRARY_PATH
  17624. else
  17625. # With GCC up to 2.95.x, collect2 would create an import file
  17626. # for dependence libraries. The import file would start with
  17627. # the line `#! .'. This would cause the generated library to
  17628. # depend on `.', always an invalid library. This was fixed in
  17629. # development snapshots of GCC prior to 3.0.
  17630. case $host_os in
  17631. aix4 | aix4.[01] | aix4.[01].*)
  17632. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  17633. echo ' yes '
  17634. echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  17635. :
  17636. else
  17637. can_build_shared=no
  17638. fi
  17639. ;;
  17640. esac
  17641. # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  17642. # soname into executable. Probably we can add versioning support to
  17643. # collect2, so additional links can be useful in future.
  17644. if test "$aix_use_runtimelinking" = yes; then
  17645. # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  17646. # instead of lib<name>.a to let people know that these are not
  17647. # typical AIX shared libraries.
  17648. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17649. else
  17650. # We preserve .a as extension for shared libraries through AIX4.2
  17651. # and later when we are not doing run time linking.
  17652. library_names_spec='${libname}${release}.a $libname.a'
  17653. soname_spec='${libname}${release}${shared_ext}$major'
  17654. fi
  17655. shlibpath_var=LIBPATH
  17656. fi
  17657. ;;
  17658.  
  17659. amigaos*)
  17660. library_names_spec='$libname.ixlibrary $libname.a'
  17661. # Create ${libname}_ixlibrary.a entries in /sys/libs.
  17662. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  17663. ;;
  17664.  
  17665. beos*)
  17666. library_names_spec='${libname}${shared_ext}'
  17667. dynamic_linker="$host_os ld.so"
  17668. shlibpath_var=LIBRARY_PATH
  17669. ;;
  17670.  
  17671. bsdi[45]*)
  17672. version_type=linux
  17673. need_version=no
  17674. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17675. soname_spec='${libname}${release}${shared_ext}$major'
  17676. finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  17677. shlibpath_var=LD_LIBRARY_PATH
  17678. sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  17679. sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  17680. # the default ld.so.conf also contains /usr/contrib/lib and
  17681. # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  17682. # libtool to hard-code these into programs
  17683. ;;
  17684.  
  17685. cygwin* | mingw* | pw32*)
  17686. version_type=windows
  17687. shrext_cmds=".dll"
  17688. need_version=no
  17689. need_lib_prefix=no
  17690.  
  17691. case $GCC,$host_os in
  17692. yes,cygwin* | yes,mingw* | yes,pw32*)
  17693. library_names_spec='$libname.dll.a'
  17694. # DLL is installed to $(libdir)/../bin by postinstall_cmds
  17695. postinstall_cmds='base_file=`basename \${file}`~
  17696. dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
  17697. dldir=$destdir/`dirname \$dlpath`~
  17698. test -d \$dldir || mkdir -p \$dldir~
  17699. $install_prog $dir/$dlname \$dldir/$dlname'
  17700. postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  17701. dlpath=$dir/\$dldll~
  17702. $rm \$dlpath'
  17703. shlibpath_overrides_runpath=yes
  17704.  
  17705. case $host_os in
  17706. cygwin*)
  17707. # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  17708. soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  17709. sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  17710. ;;
  17711. mingw*)
  17712. # MinGW DLLs use traditional 'lib' prefix
  17713. soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  17714. sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  17715. if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
  17716. # It is most probably a Windows format PATH printed by
  17717. # mingw gcc, but we are running on Cygwin. Gcc prints its search
  17718. # path with ; separators, and with drive letters. We can handle the
  17719. # drive letters (cygwin fileutils understands them), so leave them,
  17720. # especially as we might pass files found there to a mingw objdump,
  17721. # which wouldn't understand a cygwinified path. Ahh.
  17722. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  17723. else
  17724. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  17725. fi
  17726. ;;
  17727. pw32*)
  17728. # pw32 DLLs use 'pw' prefix rather than 'lib'
  17729. library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  17730. ;;
  17731. esac
  17732. ;;
  17733.  
  17734. *)
  17735. library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  17736. ;;
  17737. esac
  17738. dynamic_linker='Win32 ld.exe'
  17739. # FIXME: first we should search . and the directory the executable is in
  17740. shlibpath_var=PATH
  17741. ;;
  17742.  
  17743. darwin* | rhapsody*)
  17744. dynamic_linker="$host_os dyld"
  17745. version_type=darwin
  17746. need_lib_prefix=no
  17747. need_version=no
  17748. library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  17749. soname_spec='${libname}${release}${major}$shared_ext'
  17750. shlibpath_overrides_runpath=yes
  17751. shlibpath_var=DYLD_LIBRARY_PATH
  17752. shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
  17753. # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
  17754. if test "$GCC" = yes; then
  17755. sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
  17756. else
  17757. sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  17758. fi
  17759. sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  17760. ;;
  17761.  
  17762. dgux*)
  17763. version_type=linux
  17764. need_lib_prefix=no
  17765. need_version=no
  17766. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  17767. soname_spec='${libname}${release}${shared_ext}$major'
  17768. shlibpath_var=LD_LIBRARY_PATH
  17769. ;;
  17770.  
  17771. freebsd1*)
  17772. dynamic_linker=no
  17773. ;;
  17774.  
  17775. kfreebsd*-gnu)
  17776. version_type=linux
  17777. need_lib_prefix=no
  17778. need_version=no
  17779. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  17780. soname_spec='${libname}${release}${shared_ext}$major'
  17781. shlibpath_var=LD_LIBRARY_PATH
  17782. shlibpath_overrides_runpath=no
  17783. hardcode_into_libs=yes
  17784. dynamic_linker='GNU ld.so'
  17785. ;;
  17786.  
  17787. freebsd* | dragonfly*)
  17788. # DragonFly does not have aout. When/if they implement a new
  17789. # versioning mechanism, adjust this.
  17790. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  17791. version_type=freebsd-$objformat
  17792. case $version_type in
  17793. freebsd-elf*)
  17794. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  17795. need_version=no
  17796. need_lib_prefix=no
  17797. ;;
  17798. freebsd-*)
  17799. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  17800. need_version=yes
  17801. ;;
  17802. esac
  17803. shlibpath_var=LD_LIBRARY_PATH
  17804. case $host_os in
  17805. freebsd2*)
  17806. shlibpath_overrides_runpath=yes
  17807. ;;
  17808. freebsd3.[01]* | freebsdelf3.[01]*)
  17809. shlibpath_overrides_runpath=yes
  17810. hardcode_into_libs=yes
  17811. ;;
  17812. *) # from 3.2 on
  17813. shlibpath_overrides_runpath=no
  17814. hardcode_into_libs=yes
  17815. ;;
  17816. esac
  17817. ;;
  17818.  
  17819. gnu*)
  17820. version_type=linux
  17821. need_lib_prefix=no
  17822. need_version=no
  17823. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  17824. soname_spec='${libname}${release}${shared_ext}$major'
  17825. shlibpath_var=LD_LIBRARY_PATH
  17826. hardcode_into_libs=yes
  17827. ;;
  17828.  
  17829. hpux9* | hpux10* | hpux11*)
  17830. # Give a soname corresponding to the major version so that dld.sl refuses to
  17831. # link against other versions.
  17832. version_type=sunos
  17833. need_lib_prefix=no
  17834. need_version=no
  17835. case "$host_cpu" in
  17836. ia64*)
  17837. shrext_cmds='.so'
  17838. hardcode_into_libs=yes
  17839. dynamic_linker="$host_os dld.so"
  17840. shlibpath_var=LD_LIBRARY_PATH
  17841. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  17842. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17843. soname_spec='${libname}${release}${shared_ext}$major'
  17844. if test "X$HPUX_IA64_MODE" = X32; then
  17845. sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  17846. else
  17847. sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  17848. fi
  17849. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  17850. ;;
  17851. hppa*64*)
  17852. shrext_cmds='.sl'
  17853. hardcode_into_libs=yes
  17854. dynamic_linker="$host_os dld.sl"
  17855. shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  17856. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  17857. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17858. soname_spec='${libname}${release}${shared_ext}$major'
  17859. sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  17860. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  17861. ;;
  17862. *)
  17863. shrext_cmds='.sl'
  17864. dynamic_linker="$host_os dld.sl"
  17865. shlibpath_var=SHLIB_PATH
  17866. shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  17867. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17868. soname_spec='${libname}${release}${shared_ext}$major'
  17869. ;;
  17870. esac
  17871. # HP-UX runs *really* slowly unless shared libraries are mode 555.
  17872. postinstall_cmds='chmod 555 $lib'
  17873. ;;
  17874.  
  17875. irix5* | irix6* | nonstopux*)
  17876. case $host_os in
  17877. nonstopux*) version_type=nonstopux ;;
  17878. *)
  17879. if test "$lt_cv_prog_gnu_ld" = yes; then
  17880. version_type=linux
  17881. else
  17882. version_type=irix
  17883. fi ;;
  17884. esac
  17885. need_lib_prefix=no
  17886. need_version=no
  17887. soname_spec='${libname}${release}${shared_ext}$major'
  17888. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  17889. case $host_os in
  17890. irix5* | nonstopux*)
  17891. libsuff= shlibsuff=
  17892. ;;
  17893. *)
  17894. case $LD in # libtool.m4 will add one of these switches to LD
  17895. *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  17896. libsuff= shlibsuff= libmagic=32-bit;;
  17897. *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  17898. libsuff=32 shlibsuff=N32 libmagic=N32;;
  17899. *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  17900. libsuff=64 shlibsuff=64 libmagic=64-bit;;
  17901. *) libsuff= shlibsuff= libmagic=never-match;;
  17902. esac
  17903. ;;
  17904. esac
  17905. shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  17906. shlibpath_overrides_runpath=no
  17907. sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  17908. sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  17909. hardcode_into_libs=yes
  17910. ;;
  17911.  
  17912. # No shared lib support for Linux oldld, aout, or coff.
  17913. linux*oldld* | linux*aout* | linux*coff*)
  17914. dynamic_linker=no
  17915. ;;
  17916.  
  17917. # This must be Linux ELF.
  17918. linux*)
  17919. version_type=linux
  17920. need_lib_prefix=no
  17921. need_version=no
  17922. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17923. soname_spec='${libname}${release}${shared_ext}$major'
  17924. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  17925. shlibpath_var=LD_LIBRARY_PATH
  17926. shlibpath_overrides_runpath=no
  17927. # This implies no fast_install, which is unacceptable.
  17928. # Some rework will be needed to allow for fast_install
  17929. # before this can be enabled.
  17930. hardcode_into_libs=yes
  17931.  
  17932. # Append ld.so.conf contents to the search path
  17933. if test -f /etc/ld.so.conf; then
  17934. lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
  17935. sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  17936. fi
  17937.  
  17938. # We used to test for /lib/ld.so.1 and disable shared libraries on
  17939. # powerpc, because MkLinux only supported shared libraries with the
  17940. # GNU dynamic linker. Since this was broken with cross compilers,
  17941. # most powerpc-linux boxes support dynamic linking these days and
  17942. # people can always --disable-shared, the test was removed, and we
  17943. # assume the GNU/Linux dynamic linker is in use.
  17944. dynamic_linker='GNU/Linux ld.so'
  17945. ;;
  17946.  
  17947. knetbsd*-gnu)
  17948. version_type=linux
  17949. need_lib_prefix=no
  17950. need_version=no
  17951. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  17952. soname_spec='${libname}${release}${shared_ext}$major'
  17953. shlibpath_var=LD_LIBRARY_PATH
  17954. shlibpath_overrides_runpath=no
  17955. hardcode_into_libs=yes
  17956. dynamic_linker='GNU ld.so'
  17957. ;;
  17958.  
  17959. netbsd*)
  17960. version_type=sunos
  17961. need_lib_prefix=no
  17962. need_version=no
  17963. if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  17964. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  17965. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  17966. dynamic_linker='NetBSD (a.out) ld.so'
  17967. else
  17968. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  17969. soname_spec='${libname}${release}${shared_ext}$major'
  17970. dynamic_linker='NetBSD ld.elf_so'
  17971. fi
  17972. shlibpath_var=LD_LIBRARY_PATH
  17973. shlibpath_overrides_runpath=yes
  17974. hardcode_into_libs=yes
  17975. ;;
  17976.  
  17977. newsos6)
  17978. version_type=linux
  17979. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17980. shlibpath_var=LD_LIBRARY_PATH
  17981. shlibpath_overrides_runpath=yes
  17982. ;;
  17983.  
  17984. nto-qnx*)
  17985. version_type=linux
  17986. need_lib_prefix=no
  17987. need_version=no
  17988. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  17989. soname_spec='${libname}${release}${shared_ext}$major'
  17990. shlibpath_var=LD_LIBRARY_PATH
  17991. shlibpath_overrides_runpath=yes
  17992. ;;
  17993.  
  17994. openbsd*)
  17995. version_type=sunos
  17996. need_lib_prefix=no
  17997. # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  17998. case $host_os in
  17999. openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  18000. *) need_version=no ;;
  18001. esac
  18002. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  18003. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  18004. shlibpath_var=LD_LIBRARY_PATH
  18005. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  18006. case $host_os in
  18007. openbsd2.[89] | openbsd2.[89].*)
  18008. shlibpath_overrides_runpath=no
  18009. ;;
  18010. *)
  18011. shlibpath_overrides_runpath=yes
  18012. ;;
  18013. esac
  18014. else
  18015. shlibpath_overrides_runpath=yes
  18016. fi
  18017. ;;
  18018.  
  18019. os2*)
  18020. libname_spec='$name'
  18021. shrext_cmds=".dll"
  18022. need_lib_prefix=no
  18023. library_names_spec='$libname${shared_ext} $libname.a'
  18024. dynamic_linker='OS/2 ld.exe'
  18025. shlibpath_var=LIBPATH
  18026. ;;
  18027.  
  18028. osf3* | osf4* | osf5*)
  18029. version_type=osf
  18030. need_lib_prefix=no
  18031. need_version=no
  18032. soname_spec='${libname}${release}${shared_ext}$major'
  18033. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  18034. shlibpath_var=LD_LIBRARY_PATH
  18035. sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  18036. sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  18037. ;;
  18038.  
  18039. sco3.2v5*)
  18040. version_type=osf
  18041. soname_spec='${libname}${release}${shared_ext}$major'
  18042. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  18043. shlibpath_var=LD_LIBRARY_PATH
  18044. ;;
  18045.  
  18046. solaris*)
  18047. version_type=linux
  18048. need_lib_prefix=no
  18049. need_version=no
  18050. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  18051. soname_spec='${libname}${release}${shared_ext}$major'
  18052. shlibpath_var=LD_LIBRARY_PATH
  18053. shlibpath_overrides_runpath=yes
  18054. hardcode_into_libs=yes
  18055. # ldd complains unless libraries are executable
  18056. postinstall_cmds='chmod +x $lib'
  18057. ;;
  18058.  
  18059. sunos4*)
  18060. version_type=sunos
  18061. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  18062. finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  18063. shlibpath_var=LD_LIBRARY_PATH
  18064. shlibpath_overrides_runpath=yes
  18065. if test "$with_gnu_ld" = yes; then
  18066. need_lib_prefix=no
  18067. fi
  18068. need_version=yes
  18069. ;;
  18070.  
  18071. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  18072. version_type=linux
  18073. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  18074. soname_spec='${libname}${release}${shared_ext}$major'
  18075. shlibpath_var=LD_LIBRARY_PATH
  18076. case $host_vendor in
  18077. sni)
  18078. shlibpath_overrides_runpath=no
  18079. need_lib_prefix=no
  18080. export_dynamic_flag_spec='${wl}-Blargedynsym'
  18081. runpath_var=LD_RUN_PATH
  18082. ;;
  18083. siemens)
  18084. need_lib_prefix=no
  18085. ;;
  18086. motorola)
  18087. need_lib_prefix=no
  18088. need_version=no
  18089. shlibpath_overrides_runpath=no
  18090. sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  18091. ;;
  18092. esac
  18093. ;;
  18094.  
  18095. sysv4*MP*)
  18096. if test -d /usr/nec ;then
  18097. version_type=linux
  18098. library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  18099. soname_spec='$libname${shared_ext}.$major'
  18100. shlibpath_var=LD_LIBRARY_PATH
  18101. fi
  18102. ;;
  18103.  
  18104. uts4*)
  18105. version_type=linux
  18106. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  18107. soname_spec='${libname}${release}${shared_ext}$major'
  18108. shlibpath_var=LD_LIBRARY_PATH
  18109. ;;
  18110.  
  18111. *)
  18112. dynamic_linker=no
  18113. ;;
  18114. esac
  18115. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  18116. echo "${ECHO_T}$dynamic_linker" >&6
  18117. test "$dynamic_linker" = no && can_build_shared=no
  18118.  
  18119. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  18120. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  18121. hardcode_action_GCJ=
  18122. if test -n "$hardcode_libdir_flag_spec_GCJ" || \
  18123. test -n "$runpath_var_GCJ" || \
  18124. test "X$hardcode_automatic_GCJ" = "Xyes" ; then
  18125.  
  18126. # We can hardcode non-existant directories.
  18127. if test "$hardcode_direct_GCJ" != no &&
  18128. # If the only mechanism to avoid hardcoding is shlibpath_var, we
  18129. # have to relink, otherwise we might link with an installed library
  18130. # when we should be linking with a yet-to-be-installed one
  18131. ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
  18132. test "$hardcode_minus_L_GCJ" != no; then
  18133. # Linking always hardcodes the temporary library directory.
  18134. hardcode_action_GCJ=relink
  18135. else
  18136. # We can link without hardcoding, and we can hardcode nonexisting dirs.
  18137. hardcode_action_GCJ=immediate
  18138. fi
  18139. else
  18140. # We cannot hardcode anything, or else we can only hardcode existing
  18141. # directories.
  18142. hardcode_action_GCJ=unsupported
  18143. fi
  18144. echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
  18145. echo "${ECHO_T}$hardcode_action_GCJ" >&6
  18146.  
  18147. if test "$hardcode_action_GCJ" = relink; then
  18148. # Fast installation is not supported
  18149. enable_fast_install=no
  18150. elif test "$shlibpath_overrides_runpath" = yes ||
  18151. test "$enable_shared" = no; then
  18152. # Fast installation is not necessary
  18153. enable_fast_install=needless
  18154. fi
  18155.  
  18156. striplib=
  18157. old_striplib=
  18158. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  18159. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  18160. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  18161. test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  18162. test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  18163. echo "$as_me:$LINENO: result: yes" >&5
  18164. echo "${ECHO_T}yes" >&6
  18165. else
  18166. # FIXME - insert some real tests, host_os isn't really good enough
  18167. case $host_os in
  18168. darwin*)
  18169. if test -n "$STRIP" ; then
  18170. striplib="$STRIP -x"
  18171. echo "$as_me:$LINENO: result: yes" >&5
  18172. echo "${ECHO_T}yes" >&6
  18173. else
  18174. echo "$as_me:$LINENO: result: no" >&5
  18175. echo "${ECHO_T}no" >&6
  18176. fi
  18177. ;;
  18178. *)
  18179. echo "$as_me:$LINENO: result: no" >&5
  18180. echo "${ECHO_T}no" >&6
  18181. ;;
  18182. esac
  18183. fi
  18184.  
  18185. if test "x$enable_dlopen" != xyes; then
  18186. enable_dlopen=unknown
  18187. enable_dlopen_self=unknown
  18188. enable_dlopen_self_static=unknown
  18189. else
  18190. lt_cv_dlopen=no
  18191. lt_cv_dlopen_libs=
  18192.  
  18193. case $host_os in
  18194. beos*)
  18195. lt_cv_dlopen="load_add_on"
  18196. lt_cv_dlopen_libs=
  18197. lt_cv_dlopen_self=yes
  18198. ;;
  18199.  
  18200. mingw* | pw32*)
  18201. lt_cv_dlopen="LoadLibrary"
  18202. lt_cv_dlopen_libs=
  18203. ;;
  18204.  
  18205. cygwin*)
  18206. lt_cv_dlopen="dlopen"
  18207. lt_cv_dlopen_libs=
  18208. ;;
  18209.  
  18210. darwin*)
  18211. # if libdl is installed we need to link against it
  18212. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  18213. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  18214. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  18215. echo $ECHO_N "(cached) $ECHO_C" >&6
  18216. else
  18217. ac_check_lib_save_LIBS=$LIBS
  18218. LIBS="-ldl $LIBS"
  18219. cat >conftest.$ac_ext <<_ACEOF
  18220. /* confdefs.h. */
  18221. _ACEOF
  18222. cat confdefs.h >>conftest.$ac_ext
  18223. cat >>conftest.$ac_ext <<_ACEOF
  18224. /* end confdefs.h. */
  18225.  
  18226. /* Override any gcc2 internal prototype to avoid an error. */
  18227. #ifdef __cplusplus
  18228. extern "C"
  18229. #endif
  18230. /* We use char because int might match the return type of a gcc2
  18231. builtin and then its argument prototype would still apply. */
  18232. char dlopen ();
  18233. int
  18234. main ()
  18235. {
  18236. dlopen ();
  18237. ;
  18238. return 0;
  18239. }
  18240. _ACEOF
  18241. rm -f conftest.$ac_objext conftest$ac_exeext
  18242. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18243. (eval $ac_link) 2>conftest.er1
  18244. ac_status=$?
  18245. grep -v '^ *+' conftest.er1 >conftest.err
  18246. rm -f conftest.er1
  18247. cat conftest.err >&5
  18248. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18249. (exit $ac_status); } &&
  18250. { ac_try='test -z "$ac_c_werror_flag"
  18251. || test ! -s conftest.err'
  18252. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18253. (eval $ac_try) 2>&5
  18254. ac_status=$?
  18255. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18256. (exit $ac_status); }; } &&
  18257. { ac_try='test -s conftest$ac_exeext'
  18258. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18259. (eval $ac_try) 2>&5
  18260. ac_status=$?
  18261. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18262. (exit $ac_status); }; }; then
  18263. ac_cv_lib_dl_dlopen=yes
  18264. else
  18265. echo "$as_me: failed program was:" >&5
  18266. sed 's/^/| /' conftest.$ac_ext >&5
  18267.  
  18268. ac_cv_lib_dl_dlopen=no
  18269. fi
  18270. rm -f conftest.err conftest.$ac_objext \
  18271. conftest$ac_exeext conftest.$ac_ext
  18272. LIBS=$ac_check_lib_save_LIBS
  18273. fi
  18274. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  18275. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  18276. if test $ac_cv_lib_dl_dlopen = yes; then
  18277. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  18278. else
  18279.  
  18280. lt_cv_dlopen="dyld"
  18281. lt_cv_dlopen_libs=
  18282. lt_cv_dlopen_self=yes
  18283.  
  18284. fi
  18285.  
  18286. ;;
  18287.  
  18288. *)
  18289. echo "$as_me:$LINENO: checking for shl_load" >&5
  18290. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
  18291. if test "${ac_cv_func_shl_load+set}" = set; then
  18292. echo $ECHO_N "(cached) $ECHO_C" >&6
  18293. else
  18294. cat >conftest.$ac_ext <<_ACEOF
  18295. /* confdefs.h. */
  18296. _ACEOF
  18297. cat confdefs.h >>conftest.$ac_ext
  18298. cat >>conftest.$ac_ext <<_ACEOF
  18299. /* end confdefs.h. */
  18300. /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  18301. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18302. #define shl_load innocuous_shl_load
  18303.  
  18304. /* System header to define __stub macros and hopefully few prototypes,
  18305. which can conflict with char shl_load (); below.
  18306. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18307. <limits.h> exists even on freestanding compilers. */
  18308.  
  18309. #ifdef __STDC__
  18310. # include <limits.h>
  18311. #else
  18312. # include <assert.h>
  18313. #endif
  18314.  
  18315. #undef shl_load
  18316.  
  18317. /* Override any gcc2 internal prototype to avoid an error. */
  18318. #ifdef __cplusplus
  18319. extern "C"
  18320. {
  18321. #endif
  18322. /* We use char because int might match the return type of a gcc2
  18323. builtin and then its argument prototype would still apply. */
  18324. char shl_load ();
  18325. /* The GNU C library defines this for functions which it implements
  18326. to always fail with ENOSYS. Some functions are actually named
  18327. something starting with __ and the normal name is an alias. */
  18328. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  18329. choke me
  18330. #else
  18331. char (*f) () = shl_load;
  18332. #endif
  18333. #ifdef __cplusplus
  18334. }
  18335. #endif
  18336.  
  18337. int
  18338. main ()
  18339. {
  18340. return f != shl_load;
  18341. ;
  18342. return 0;
  18343. }
  18344. _ACEOF
  18345. rm -f conftest.$ac_objext conftest$ac_exeext
  18346. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18347. (eval $ac_link) 2>conftest.er1
  18348. ac_status=$?
  18349. grep -v '^ *+' conftest.er1 >conftest.err
  18350. rm -f conftest.er1
  18351. cat conftest.err >&5
  18352. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18353. (exit $ac_status); } &&
  18354. { ac_try='test -z "$ac_c_werror_flag"
  18355. || test ! -s conftest.err'
  18356. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18357. (eval $ac_try) 2>&5
  18358. ac_status=$?
  18359. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18360. (exit $ac_status); }; } &&
  18361. { ac_try='test -s conftest$ac_exeext'
  18362. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18363. (eval $ac_try) 2>&5
  18364. ac_status=$?
  18365. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18366. (exit $ac_status); }; }; then
  18367. ac_cv_func_shl_load=yes
  18368. else
  18369. echo "$as_me: failed program was:" >&5
  18370. sed 's/^/| /' conftest.$ac_ext >&5
  18371.  
  18372. ac_cv_func_shl_load=no
  18373. fi
  18374. rm -f conftest.err conftest.$ac_objext \
  18375. conftest$ac_exeext conftest.$ac_ext
  18376. fi
  18377. echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  18378. echo "${ECHO_T}$ac_cv_func_shl_load" >&6
  18379. if test $ac_cv_func_shl_load = yes; then
  18380. lt_cv_dlopen="shl_load"
  18381. else
  18382. echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  18383. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
  18384. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  18385. echo $ECHO_N "(cached) $ECHO_C" >&6
  18386. else
  18387. ac_check_lib_save_LIBS=$LIBS
  18388. LIBS="-ldld $LIBS"
  18389. cat >conftest.$ac_ext <<_ACEOF
  18390. /* confdefs.h. */
  18391. _ACEOF
  18392. cat confdefs.h >>conftest.$ac_ext
  18393. cat >>conftest.$ac_ext <<_ACEOF
  18394. /* end confdefs.h. */
  18395.  
  18396. /* Override any gcc2 internal prototype to avoid an error. */
  18397. #ifdef __cplusplus
  18398. extern "C"
  18399. #endif
  18400. /* We use char because int might match the return type of a gcc2
  18401. builtin and then its argument prototype would still apply. */
  18402. char shl_load ();
  18403. int
  18404. main ()
  18405. {
  18406. shl_load ();
  18407. ;
  18408. return 0;
  18409. }
  18410. _ACEOF
  18411. rm -f conftest.$ac_objext conftest$ac_exeext
  18412. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18413. (eval $ac_link) 2>conftest.er1
  18414. ac_status=$?
  18415. grep -v '^ *+' conftest.er1 >conftest.err
  18416. rm -f conftest.er1
  18417. cat conftest.err >&5
  18418. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18419. (exit $ac_status); } &&
  18420. { ac_try='test -z "$ac_c_werror_flag"
  18421. || test ! -s conftest.err'
  18422. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18423. (eval $ac_try) 2>&5
  18424. ac_status=$?
  18425. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18426. (exit $ac_status); }; } &&
  18427. { ac_try='test -s conftest$ac_exeext'
  18428. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18429. (eval $ac_try) 2>&5
  18430. ac_status=$?
  18431. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18432. (exit $ac_status); }; }; then
  18433. ac_cv_lib_dld_shl_load=yes
  18434. else
  18435. echo "$as_me: failed program was:" >&5
  18436. sed 's/^/| /' conftest.$ac_ext >&5
  18437.  
  18438. ac_cv_lib_dld_shl_load=no
  18439. fi
  18440. rm -f conftest.err conftest.$ac_objext \
  18441. conftest$ac_exeext conftest.$ac_ext
  18442. LIBS=$ac_check_lib_save_LIBS
  18443. fi
  18444. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  18445. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
  18446. if test $ac_cv_lib_dld_shl_load = yes; then
  18447. lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  18448. else
  18449. echo "$as_me:$LINENO: checking for dlopen" >&5
  18450. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
  18451. if test "${ac_cv_func_dlopen+set}" = set; then
  18452. echo $ECHO_N "(cached) $ECHO_C" >&6
  18453. else
  18454. cat >conftest.$ac_ext <<_ACEOF
  18455. /* confdefs.h. */
  18456. _ACEOF
  18457. cat confdefs.h >>conftest.$ac_ext
  18458. cat >>conftest.$ac_ext <<_ACEOF
  18459. /* end confdefs.h. */
  18460. /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  18461. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18462. #define dlopen innocuous_dlopen
  18463.  
  18464. /* System header to define __stub macros and hopefully few prototypes,
  18465. which can conflict with char dlopen (); below.
  18466. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18467. <limits.h> exists even on freestanding compilers. */
  18468.  
  18469. #ifdef __STDC__
  18470. # include <limits.h>
  18471. #else
  18472. # include <assert.h>
  18473. #endif
  18474.  
  18475. #undef dlopen
  18476.  
  18477. /* Override any gcc2 internal prototype to avoid an error. */
  18478. #ifdef __cplusplus
  18479. extern "C"
  18480. {
  18481. #endif
  18482. /* We use char because int might match the return type of a gcc2
  18483. builtin and then its argument prototype would still apply. */
  18484. char dlopen ();
  18485. /* The GNU C library defines this for functions which it implements
  18486. to always fail with ENOSYS. Some functions are actually named
  18487. something starting with __ and the normal name is an alias. */
  18488. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  18489. choke me
  18490. #else
  18491. char (*f) () = dlopen;
  18492. #endif
  18493. #ifdef __cplusplus
  18494. }
  18495. #endif
  18496.  
  18497. int
  18498. main ()
  18499. {
  18500. return f != dlopen;
  18501. ;
  18502. return 0;
  18503. }
  18504. _ACEOF
  18505. rm -f conftest.$ac_objext conftest$ac_exeext
  18506. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18507. (eval $ac_link) 2>conftest.er1
  18508. ac_status=$?
  18509. grep -v '^ *+' conftest.er1 >conftest.err
  18510. rm -f conftest.er1
  18511. cat conftest.err >&5
  18512. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18513. (exit $ac_status); } &&
  18514. { ac_try='test -z "$ac_c_werror_flag"
  18515. || test ! -s conftest.err'
  18516. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18517. (eval $ac_try) 2>&5
  18518. ac_status=$?
  18519. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18520. (exit $ac_status); }; } &&
  18521. { ac_try='test -s conftest$ac_exeext'
  18522. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18523. (eval $ac_try) 2>&5
  18524. ac_status=$?
  18525. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18526. (exit $ac_status); }; }; then
  18527. ac_cv_func_dlopen=yes
  18528. else
  18529. echo "$as_me: failed program was:" >&5
  18530. sed 's/^/| /' conftest.$ac_ext >&5
  18531.  
  18532. ac_cv_func_dlopen=no
  18533. fi
  18534. rm -f conftest.err conftest.$ac_objext \
  18535. conftest$ac_exeext conftest.$ac_ext
  18536. fi
  18537. echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  18538. echo "${ECHO_T}$ac_cv_func_dlopen" >&6
  18539. if test $ac_cv_func_dlopen = yes; then
  18540. lt_cv_dlopen="dlopen"
  18541. else
  18542. echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  18543. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  18544. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  18545. echo $ECHO_N "(cached) $ECHO_C" >&6
  18546. else
  18547. ac_check_lib_save_LIBS=$LIBS
  18548. LIBS="-ldl $LIBS"
  18549. cat >conftest.$ac_ext <<_ACEOF
  18550. /* confdefs.h. */
  18551. _ACEOF
  18552. cat confdefs.h >>conftest.$ac_ext
  18553. cat >>conftest.$ac_ext <<_ACEOF
  18554. /* end confdefs.h. */
  18555.  
  18556. /* Override any gcc2 internal prototype to avoid an error. */
  18557. #ifdef __cplusplus
  18558. extern "C"
  18559. #endif
  18560. /* We use char because int might match the return type of a gcc2
  18561. builtin and then its argument prototype would still apply. */
  18562. char dlopen ();
  18563. int
  18564. main ()
  18565. {
  18566. dlopen ();
  18567. ;
  18568. return 0;
  18569. }
  18570. _ACEOF
  18571. rm -f conftest.$ac_objext conftest$ac_exeext
  18572. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18573. (eval $ac_link) 2>conftest.er1
  18574. ac_status=$?
  18575. grep -v '^ *+' conftest.er1 >conftest.err
  18576. rm -f conftest.er1
  18577. cat conftest.err >&5
  18578. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18579. (exit $ac_status); } &&
  18580. { ac_try='test -z "$ac_c_werror_flag"
  18581. || test ! -s conftest.err'
  18582. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18583. (eval $ac_try) 2>&5
  18584. ac_status=$?
  18585. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18586. (exit $ac_status); }; } &&
  18587. { ac_try='test -s conftest$ac_exeext'
  18588. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18589. (eval $ac_try) 2>&5
  18590. ac_status=$?
  18591. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18592. (exit $ac_status); }; }; then
  18593. ac_cv_lib_dl_dlopen=yes
  18594. else
  18595. echo "$as_me: failed program was:" >&5
  18596. sed 's/^/| /' conftest.$ac_ext >&5
  18597.  
  18598. ac_cv_lib_dl_dlopen=no
  18599. fi
  18600. rm -f conftest.err conftest.$ac_objext \
  18601. conftest$ac_exeext conftest.$ac_ext
  18602. LIBS=$ac_check_lib_save_LIBS
  18603. fi
  18604. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  18605. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  18606. if test $ac_cv_lib_dl_dlopen = yes; then
  18607. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  18608. else
  18609. echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  18610. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  18611. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  18612. echo $ECHO_N "(cached) $ECHO_C" >&6
  18613. else
  18614. ac_check_lib_save_LIBS=$LIBS
  18615. LIBS="-lsvld $LIBS"
  18616. cat >conftest.$ac_ext <<_ACEOF
  18617. /* confdefs.h. */
  18618. _ACEOF
  18619. cat confdefs.h >>conftest.$ac_ext
  18620. cat >>conftest.$ac_ext <<_ACEOF
  18621. /* end confdefs.h. */
  18622.  
  18623. /* Override any gcc2 internal prototype to avoid an error. */
  18624. #ifdef __cplusplus
  18625. extern "C"
  18626. #endif
  18627. /* We use char because int might match the return type of a gcc2
  18628. builtin and then its argument prototype would still apply. */
  18629. char dlopen ();
  18630. int
  18631. main ()
  18632. {
  18633. dlopen ();
  18634. ;
  18635. return 0;
  18636. }
  18637. _ACEOF
  18638. rm -f conftest.$ac_objext conftest$ac_exeext
  18639. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18640. (eval $ac_link) 2>conftest.er1
  18641. ac_status=$?
  18642. grep -v '^ *+' conftest.er1 >conftest.err
  18643. rm -f conftest.er1
  18644. cat conftest.err >&5
  18645. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18646. (exit $ac_status); } &&
  18647. { ac_try='test -z "$ac_c_werror_flag"
  18648. || test ! -s conftest.err'
  18649. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18650. (eval $ac_try) 2>&5
  18651. ac_status=$?
  18652. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18653. (exit $ac_status); }; } &&
  18654. { ac_try='test -s conftest$ac_exeext'
  18655. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18656. (eval $ac_try) 2>&5
  18657. ac_status=$?
  18658. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18659. (exit $ac_status); }; }; then
  18660. ac_cv_lib_svld_dlopen=yes
  18661. else
  18662. echo "$as_me: failed program was:" >&5
  18663. sed 's/^/| /' conftest.$ac_ext >&5
  18664.  
  18665. ac_cv_lib_svld_dlopen=no
  18666. fi
  18667. rm -f conftest.err conftest.$ac_objext \
  18668. conftest$ac_exeext conftest.$ac_ext
  18669. LIBS=$ac_check_lib_save_LIBS
  18670. fi
  18671. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  18672. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  18673. if test $ac_cv_lib_svld_dlopen = yes; then
  18674. lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  18675. else
  18676. echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  18677. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  18678. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  18679. echo $ECHO_N "(cached) $ECHO_C" >&6
  18680. else
  18681. ac_check_lib_save_LIBS=$LIBS
  18682. LIBS="-ldld $LIBS"
  18683. cat >conftest.$ac_ext <<_ACEOF
  18684. /* confdefs.h. */
  18685. _ACEOF
  18686. cat confdefs.h >>conftest.$ac_ext
  18687. cat >>conftest.$ac_ext <<_ACEOF
  18688. /* end confdefs.h. */
  18689.  
  18690. /* Override any gcc2 internal prototype to avoid an error. */
  18691. #ifdef __cplusplus
  18692. extern "C"
  18693. #endif
  18694. /* We use char because int might match the return type of a gcc2
  18695. builtin and then its argument prototype would still apply. */
  18696. char dld_link ();
  18697. int
  18698. main ()
  18699. {
  18700. dld_link ();
  18701. ;
  18702. return 0;
  18703. }
  18704. _ACEOF
  18705. rm -f conftest.$ac_objext conftest$ac_exeext
  18706. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18707. (eval $ac_link) 2>conftest.er1
  18708. ac_status=$?
  18709. grep -v '^ *+' conftest.er1 >conftest.err
  18710. rm -f conftest.er1
  18711. cat conftest.err >&5
  18712. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18713. (exit $ac_status); } &&
  18714. { ac_try='test -z "$ac_c_werror_flag"
  18715. || test ! -s conftest.err'
  18716. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18717. (eval $ac_try) 2>&5
  18718. ac_status=$?
  18719. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18720. (exit $ac_status); }; } &&
  18721. { ac_try='test -s conftest$ac_exeext'
  18722. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  18723. (eval $ac_try) 2>&5
  18724. ac_status=$?
  18725. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18726. (exit $ac_status); }; }; then
  18727. ac_cv_lib_dld_dld_link=yes
  18728. else
  18729. echo "$as_me: failed program was:" >&5
  18730. sed 's/^/| /' conftest.$ac_ext >&5
  18731.  
  18732. ac_cv_lib_dld_dld_link=no
  18733. fi
  18734. rm -f conftest.err conftest.$ac_objext \
  18735. conftest$ac_exeext conftest.$ac_ext
  18736. LIBS=$ac_check_lib_save_LIBS
  18737. fi
  18738. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  18739. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  18740. if test $ac_cv_lib_dld_dld_link = yes; then
  18741. lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  18742. fi
  18743.  
  18744.  
  18745. fi
  18746.  
  18747.  
  18748. fi
  18749.  
  18750.  
  18751. fi
  18752.  
  18753.  
  18754. fi
  18755.  
  18756.  
  18757. fi
  18758.  
  18759. ;;
  18760. esac
  18761.  
  18762. if test "x$lt_cv_dlopen" != xno; then
  18763. enable_dlopen=yes
  18764. else
  18765. enable_dlopen=no
  18766. fi
  18767.  
  18768. case $lt_cv_dlopen in
  18769. dlopen)
  18770. save_CPPFLAGS="$CPPFLAGS"
  18771. test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  18772.  
  18773. save_LDFLAGS="$LDFLAGS"
  18774. eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  18775.  
  18776. save_LIBS="$LIBS"
  18777. LIBS="$lt_cv_dlopen_libs $LIBS"
  18778.  
  18779. echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  18780. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  18781. if test "${lt_cv_dlopen_self+set}" = set; then
  18782. echo $ECHO_N "(cached) $ECHO_C" >&6
  18783. else
  18784. if test "$cross_compiling" = yes; then :
  18785. lt_cv_dlopen_self=cross
  18786. else
  18787. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  18788. lt_status=$lt_dlunknown
  18789. cat > conftest.$ac_ext <<EOF
  18790. #line 18790 "configure"
  18791. #include "confdefs.h"
  18792.  
  18793. #if HAVE_DLFCN_H
  18794. #include <dlfcn.h>
  18795. #endif
  18796.  
  18797. #include <stdio.h>
  18798.  
  18799. #ifdef RTLD_GLOBAL
  18800. # define LT_DLGLOBAL RTLD_GLOBAL
  18801. #else
  18802. # ifdef DL_GLOBAL
  18803. # define LT_DLGLOBAL DL_GLOBAL
  18804. # else
  18805. # define LT_DLGLOBAL 0
  18806. # endif
  18807. #endif
  18808.  
  18809. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  18810. find out it does not work in some platform. */
  18811. #ifndef LT_DLLAZY_OR_NOW
  18812. # ifdef RTLD_LAZY
  18813. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  18814. # else
  18815. # ifdef DL_LAZY
  18816. # define LT_DLLAZY_OR_NOW DL_LAZY
  18817. # else
  18818. # ifdef RTLD_NOW
  18819. # define LT_DLLAZY_OR_NOW RTLD_NOW
  18820. # else
  18821. # ifdef DL_NOW
  18822. # define LT_DLLAZY_OR_NOW DL_NOW
  18823. # else
  18824. # define LT_DLLAZY_OR_NOW 0
  18825. # endif
  18826. # endif
  18827. # endif
  18828. # endif
  18829. #endif
  18830.  
  18831. #ifdef __cplusplus
  18832. extern "C" void exit (int);
  18833. #endif
  18834.  
  18835. void fnord() { int i=42;}
  18836. int main ()
  18837. {
  18838. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  18839. int status = $lt_dlunknown;
  18840.  
  18841. if (self)
  18842. {
  18843. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  18844. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  18845. /* dlclose (self); */
  18846. }
  18847.  
  18848. exit (status);
  18849. }
  18850. EOF
  18851. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18852. (eval $ac_link) 2>&5
  18853. ac_status=$?
  18854. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18855. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  18856. (./conftest; exit; ) 2>/dev/null
  18857. lt_status=$?
  18858. case x$lt_status in
  18859. x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  18860. x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  18861. x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  18862. esac
  18863. else :
  18864. # compilation failed
  18865. lt_cv_dlopen_self=no
  18866. fi
  18867. fi
  18868. rm -fr conftest*
  18869.  
  18870.  
  18871. fi
  18872. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  18873. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  18874.  
  18875. if test "x$lt_cv_dlopen_self" = xyes; then
  18876. LDFLAGS="$LDFLAGS $link_static_flag"
  18877. echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  18878. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  18879. if test "${lt_cv_dlopen_self_static+set}" = set; then
  18880. echo $ECHO_N "(cached) $ECHO_C" >&6
  18881. else
  18882. if test "$cross_compiling" = yes; then :
  18883. lt_cv_dlopen_self_static=cross
  18884. else
  18885. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  18886. lt_status=$lt_dlunknown
  18887. cat > conftest.$ac_ext <<EOF
  18888. #line 18888 "configure"
  18889. #include "confdefs.h"
  18890.  
  18891. #if HAVE_DLFCN_H
  18892. #include <dlfcn.h>
  18893. #endif
  18894.  
  18895. #include <stdio.h>
  18896.  
  18897. #ifdef RTLD_GLOBAL
  18898. # define LT_DLGLOBAL RTLD_GLOBAL
  18899. #else
  18900. # ifdef DL_GLOBAL
  18901. # define LT_DLGLOBAL DL_GLOBAL
  18902. # else
  18903. # define LT_DLGLOBAL 0
  18904. # endif
  18905. #endif
  18906.  
  18907. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  18908. find out it does not work in some platform. */
  18909. #ifndef LT_DLLAZY_OR_NOW
  18910. # ifdef RTLD_LAZY
  18911. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  18912. # else
  18913. # ifdef DL_LAZY
  18914. # define LT_DLLAZY_OR_NOW DL_LAZY
  18915. # else
  18916. # ifdef RTLD_NOW
  18917. # define LT_DLLAZY_OR_NOW RTLD_NOW
  18918. # else
  18919. # ifdef DL_NOW
  18920. # define LT_DLLAZY_OR_NOW DL_NOW
  18921. # else
  18922. # define LT_DLLAZY_OR_NOW 0
  18923. # endif
  18924. # endif
  18925. # endif
  18926. # endif
  18927. #endif
  18928.  
  18929. #ifdef __cplusplus
  18930. extern "C" void exit (int);
  18931. #endif
  18932.  
  18933. void fnord() { int i=42;}
  18934. int main ()
  18935. {
  18936. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  18937. int status = $lt_dlunknown;
  18938.  
  18939. if (self)
  18940. {
  18941. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  18942. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  18943. /* dlclose (self); */
  18944. }
  18945.  
  18946. exit (status);
  18947. }
  18948. EOF
  18949. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  18950. (eval $ac_link) 2>&5
  18951. ac_status=$?
  18952. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  18953. (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  18954. (./conftest; exit; ) 2>/dev/null
  18955. lt_status=$?
  18956. case x$lt_status in
  18957. x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  18958. x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  18959. x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  18960. esac
  18961. else :
  18962. # compilation failed
  18963. lt_cv_dlopen_self_static=no
  18964. fi
  18965. fi
  18966. rm -fr conftest*
  18967.  
  18968.  
  18969. fi
  18970. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  18971. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  18972. fi
  18973.  
  18974. CPPFLAGS="$save_CPPFLAGS"
  18975. LDFLAGS="$save_LDFLAGS"
  18976. LIBS="$save_LIBS"
  18977. ;;
  18978. esac
  18979.  
  18980. case $lt_cv_dlopen_self in
  18981. yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  18982. *) enable_dlopen_self=unknown ;;
  18983. esac
  18984.  
  18985. case $lt_cv_dlopen_self_static in
  18986. yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  18987. *) enable_dlopen_self_static=unknown ;;
  18988. esac
  18989. fi
  18990.  
  18991.  
  18992. # The else clause should only fire when bootstrapping the
  18993. # libtool distribution, otherwise you forgot to ship ltmain.sh
  18994. # with your package, and you will get complaints that there are
  18995. # no rules to generate ltmain.sh.
  18996. if test -f "$ltmain"; then
  18997. # See if we are running on zsh, and set the options which allow our commands through
  18998. # without removal of \ escapes.
  18999. if test -n "${ZSH_VERSION+set}" ; then
  19000. setopt NO_GLOB_SUBST
  19001. fi
  19002. # Now quote all the things that may contain metacharacters while being
  19003. # careful not to overquote the AC_SUBSTed values. We take copies of the
  19004. # variables and quote the copies for generation of the libtool script.
  19005. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
  19006. SED SHELL STRIP \
  19007. libname_spec library_names_spec soname_spec extract_expsyms_cmds \
  19008. old_striplib striplib file_magic_cmd finish_cmds finish_eval \
  19009. deplibs_check_method reload_flag reload_cmds need_locks \
  19010. lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
  19011. lt_cv_sys_global_symbol_to_c_name_address \
  19012. sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  19013. old_postinstall_cmds old_postuninstall_cmds \
  19014. compiler_GCJ \
  19015. CC_GCJ \
  19016. LD_GCJ \
  19017. lt_prog_compiler_wl_GCJ \
  19018. lt_prog_compiler_pic_GCJ \
  19019. lt_prog_compiler_static_GCJ \
  19020. lt_prog_compiler_no_builtin_flag_GCJ \
  19021. export_dynamic_flag_spec_GCJ \
  19022. thread_safe_flag_spec_GCJ \
  19023. whole_archive_flag_spec_GCJ \
  19024. enable_shared_with_static_runtimes_GCJ \
  19025. old_archive_cmds_GCJ \
  19026. old_archive_from_new_cmds_GCJ \
  19027. predep_objects_GCJ \
  19028. postdep_objects_GCJ \
  19029. predeps_GCJ \
  19030. postdeps_GCJ \
  19031. compiler_lib_search_path_GCJ \
  19032. archive_cmds_GCJ \
  19033. archive_expsym_cmds_GCJ \
  19034. postinstall_cmds_GCJ \
  19035. postuninstall_cmds_GCJ \
  19036. old_archive_from_expsyms_cmds_GCJ \
  19037. allow_undefined_flag_GCJ \
  19038. no_undefined_flag_GCJ \
  19039. export_symbols_cmds_GCJ \
  19040. hardcode_libdir_flag_spec_GCJ \
  19041. hardcode_libdir_flag_spec_ld_GCJ \
  19042. hardcode_libdir_separator_GCJ \
  19043. hardcode_automatic_GCJ \
  19044. module_cmds_GCJ \
  19045. module_expsym_cmds_GCJ \
  19046. lt_cv_prog_compiler_c_o_GCJ \
  19047. exclude_expsyms_GCJ \
  19048. include_expsyms_GCJ; do
  19049.  
  19050. case $var in
  19051. old_archive_cmds_GCJ | \
  19052. old_archive_from_new_cmds_GCJ | \
  19053. archive_cmds_GCJ | \
  19054. archive_expsym_cmds_GCJ | \
  19055. module_cmds_GCJ | \
  19056. module_expsym_cmds_GCJ | \
  19057. old_archive_from_expsyms_cmds_GCJ | \
  19058. export_symbols_cmds_GCJ | \
  19059. extract_expsyms_cmds | reload_cmds | finish_cmds | \
  19060. postinstall_cmds | postuninstall_cmds | \
  19061. old_postinstall_cmds | old_postuninstall_cmds | \
  19062. sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  19063. # Double-quote double-evaled strings.
  19064. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  19065. ;;
  19066. *)
  19067. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  19068. ;;
  19069. esac
  19070. done
  19071.  
  19072. case $lt_echo in
  19073. *'\$0 --fallback-echo"')
  19074. lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  19075. ;;
  19076. esac
  19077.  
  19078. cfgfile="$ofile"
  19079.  
  19080. cat <<__EOF__ >> "$cfgfile"
  19081. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  19082.  
  19083. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  19084.  
  19085. # Shell to use when invoking shell scripts.
  19086. SHELL=$lt_SHELL
  19087.  
  19088. # Whether or not to build shared libraries.
  19089. build_libtool_libs=$enable_shared
  19090.  
  19091. # Whether or not to build static libraries.
  19092. build_old_libs=$enable_static
  19093.  
  19094. # Whether or not to add -lc for building shared libraries.
  19095. build_libtool_need_lc=$archive_cmds_need_lc_GCJ
  19096.  
  19097. # Whether or not to disallow shared libs when runtime libs are static
  19098. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
  19099.  
  19100. # Whether or not to optimize for fast installation.
  19101. fast_install=$enable_fast_install
  19102.  
  19103. # The host system.
  19104. host_alias=$host_alias
  19105. host=$host
  19106. host_os=$host_os
  19107.  
  19108. # The build system.
  19109. build_alias=$build_alias
  19110. build=$build
  19111. build_os=$build_os
  19112.  
  19113. # An echo program that does not interpret backslashes.
  19114. echo=$lt_echo
  19115.  
  19116. # The archiver.
  19117. AR=$lt_AR
  19118. AR_FLAGS=$lt_AR_FLAGS
  19119.  
  19120. # A C compiler.
  19121. LTCC=$lt_LTCC
  19122.  
  19123. # A language-specific compiler.
  19124. CC=$lt_compiler_GCJ
  19125.  
  19126. # Is the compiler the GNU C compiler?
  19127. with_gcc=$GCC_GCJ
  19128.  
  19129. # An ERE matcher.
  19130. EGREP=$lt_EGREP
  19131.  
  19132. # The linker used to build libraries.
  19133. LD=$lt_LD_GCJ
  19134.  
  19135. # Whether we need hard or soft links.
  19136. LN_S=$lt_LN_S
  19137.  
  19138. # A BSD-compatible nm program.
  19139. NM=$lt_NM
  19140.  
  19141. # A symbol stripping program
  19142. STRIP=$lt_STRIP
  19143.  
  19144. # Used to examine libraries when file_magic_cmd begins "file"
  19145. MAGIC_CMD=$MAGIC_CMD
  19146.  
  19147. # Used on cygwin: DLL creation program.
  19148. DLLTOOL="$DLLTOOL"
  19149.  
  19150. # Used on cygwin: object dumper.
  19151. OBJDUMP="$OBJDUMP"
  19152.  
  19153. # Used on cygwin: assembler.
  19154. AS="$AS"
  19155.  
  19156. # The name of the directory that contains temporary libtool files.
  19157. objdir=$objdir
  19158.  
  19159. # How to create reloadable object files.
  19160. reload_flag=$lt_reload_flag
  19161. reload_cmds=$lt_reload_cmds
  19162.  
  19163. # How to pass a linker flag through the compiler.
  19164. wl=$lt_lt_prog_compiler_wl_GCJ
  19165.  
  19166. # Object file suffix (normally "o").
  19167. objext="$ac_objext"
  19168.  
  19169. # Old archive suffix (normally "a").
  19170. libext="$libext"
  19171.  
  19172. # Shared library suffix (normally ".so").
  19173. shrext_cmds='$shrext_cmds'
  19174.  
  19175. # Executable file suffix (normally "").
  19176. exeext="$exeext"
  19177.  
  19178. # Additional compiler flags for building library objects.
  19179. pic_flag=$lt_lt_prog_compiler_pic_GCJ
  19180. pic_mode=$pic_mode
  19181.  
  19182. # What is the maximum length of a command?
  19183. max_cmd_len=$lt_cv_sys_max_cmd_len
  19184.  
  19185. # Does compiler simultaneously support -c and -o options?
  19186. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
  19187.  
  19188. # Must we lock files when doing compilation?
  19189. need_locks=$lt_need_locks
  19190.  
  19191. # Do we need the lib prefix for modules?
  19192. need_lib_prefix=$need_lib_prefix
  19193.  
  19194. # Do we need a version for libraries?
  19195. need_version=$need_version
  19196.  
  19197. # Whether dlopen is supported.
  19198. dlopen_support=$enable_dlopen
  19199.  
  19200. # Whether dlopen of programs is supported.
  19201. dlopen_self=$enable_dlopen_self
  19202.  
  19203. # Whether dlopen of statically linked programs is supported.
  19204. dlopen_self_static=$enable_dlopen_self_static
  19205.  
  19206. # Compiler flag to prevent dynamic linking.
  19207. link_static_flag=$lt_lt_prog_compiler_static_GCJ
  19208.  
  19209. # Compiler flag to turn off builtin functions.
  19210. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
  19211.  
  19212. # Compiler flag to allow reflexive dlopens.
  19213. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
  19214.  
  19215. # Compiler flag to generate shared objects directly from archives.
  19216. whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
  19217.  
  19218. # Compiler flag to generate thread-safe objects.
  19219. thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
  19220.  
  19221. # Library versioning type.
  19222. version_type=$version_type
  19223.  
  19224. # Format of library name prefix.
  19225. libname_spec=$lt_libname_spec
  19226.  
  19227. # List of archive names. First name is the real one, the rest are links.
  19228. # The last name is the one that the linker finds with -lNAME.
  19229. library_names_spec=$lt_library_names_spec
  19230.  
  19231. # The coded name of the library, if different from the real name.
  19232. soname_spec=$lt_soname_spec
  19233.  
  19234. # Commands used to build and install an old-style archive.
  19235. RANLIB=$lt_RANLIB
  19236. old_archive_cmds=$lt_old_archive_cmds_GCJ
  19237. old_postinstall_cmds=$lt_old_postinstall_cmds
  19238. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  19239.  
  19240. # Create an old-style archive from a shared archive.
  19241. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
  19242.  
  19243. # Create a temporary old-style archive to link instead of a shared archive.
  19244. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
  19245.  
  19246. # Commands used to build and install a shared archive.
  19247. archive_cmds=$lt_archive_cmds_GCJ
  19248. archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
  19249. postinstall_cmds=$lt_postinstall_cmds
  19250. postuninstall_cmds=$lt_postuninstall_cmds
  19251.  
  19252. # Commands used to build a loadable module (assumed same as above if empty)
  19253. module_cmds=$lt_module_cmds_GCJ
  19254. module_expsym_cmds=$lt_module_expsym_cmds_GCJ
  19255.  
  19256. # Commands to strip libraries.
  19257. old_striplib=$lt_old_striplib
  19258. striplib=$lt_striplib
  19259.  
  19260. # Dependencies to place before the objects being linked to create a
  19261. # shared library.
  19262. predep_objects=$lt_predep_objects_GCJ
  19263.  
  19264. # Dependencies to place after the objects being linked to create a
  19265. # shared library.
  19266. postdep_objects=$lt_postdep_objects_GCJ
  19267.  
  19268. # Dependencies to place before the objects being linked to create a
  19269. # shared library.
  19270. predeps=$lt_predeps_GCJ
  19271.  
  19272. # Dependencies to place after the objects being linked to create a
  19273. # shared library.
  19274. postdeps=$lt_postdeps_GCJ
  19275.  
  19276. # The library search path used internally by the compiler when linking
  19277. # a shared library.
  19278. compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
  19279.  
  19280. # Method to check whether dependent libraries are shared objects.
  19281. deplibs_check_method=$lt_deplibs_check_method
  19282.  
  19283. # Command to use when deplibs_check_method == file_magic.
  19284. file_magic_cmd=$lt_file_magic_cmd
  19285.  
  19286. # Flag that allows shared libraries with undefined symbols to be built.
  19287. allow_undefined_flag=$lt_allow_undefined_flag_GCJ
  19288.  
  19289. # Flag that forces no undefined symbols.
  19290. no_undefined_flag=$lt_no_undefined_flag_GCJ
  19291.  
  19292. # Commands used to finish a libtool library installation in a directory.
  19293. finish_cmds=$lt_finish_cmds
  19294.  
  19295. # Same as above, but a single script fragment to be evaled but not shown.
  19296. finish_eval=$lt_finish_eval
  19297.  
  19298. # Take the output of nm and produce a listing of raw symbols and C names.
  19299. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  19300.  
  19301. # Transform the output of nm in a proper C declaration
  19302. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  19303.  
  19304. # Transform the output of nm in a C name address pair
  19305. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  19306.  
  19307. # This is the shared library runtime path variable.
  19308. runpath_var=$runpath_var
  19309.  
  19310. # This is the shared library path variable.
  19311. shlibpath_var=$shlibpath_var
  19312.  
  19313. # Is shlibpath searched before the hard-coded library search path?
  19314. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  19315.  
  19316. # How to hardcode a shared library path into an executable.
  19317. hardcode_action=$hardcode_action_GCJ
  19318.  
  19319. # Whether we should hardcode library paths into libraries.
  19320. hardcode_into_libs=$hardcode_into_libs
  19321.  
  19322. # Flag to hardcode \$libdir into a binary during linking.
  19323. # This must work even if \$libdir does not exist.
  19324. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
  19325.  
  19326. # If ld is used when linking, flag to hardcode \$libdir into
  19327. # a binary during linking. This must work even if \$libdir does
  19328. # not exist.
  19329. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
  19330.  
  19331. # Whether we need a single -rpath flag with a separated argument.
  19332. hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
  19333.  
  19334. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  19335. # resulting binary.
  19336. hardcode_direct=$hardcode_direct_GCJ
  19337.  
  19338. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  19339. # resulting binary.
  19340. hardcode_minus_L=$hardcode_minus_L_GCJ
  19341.  
  19342. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  19343. # the resulting binary.
  19344. hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
  19345.  
  19346. # Set to yes if building a shared library automatically hardcodes DIR into the library
  19347. # and all subsequent libraries and executables linked against it.
  19348. hardcode_automatic=$hardcode_automatic_GCJ
  19349.  
  19350. # Variables whose values should be saved in libtool wrapper scripts and
  19351. # restored at relink time.
  19352. variables_saved_for_relink="$variables_saved_for_relink"
  19353.  
  19354. # Whether libtool must link a program against all its dependency libraries.
  19355. link_all_deplibs=$link_all_deplibs_GCJ
  19356.  
  19357. # Compile-time system search path for libraries
  19358. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  19359.  
  19360. # Run-time system search path for libraries
  19361. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  19362.  
  19363. # Fix the shell variable \$srcfile for the compiler.
  19364. fix_srcfile_path="$fix_srcfile_path_GCJ"
  19365.  
  19366. # Set to yes if exported symbols are required.
  19367. always_export_symbols=$always_export_symbols_GCJ
  19368.  
  19369. # The commands to list exported symbols.
  19370. export_symbols_cmds=$lt_export_symbols_cmds_GCJ
  19371.  
  19372. # The commands to extract the exported symbol list from a shared archive.
  19373. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  19374.  
  19375. # Symbols that should not be listed in the preloaded symbols.
  19376. exclude_expsyms=$lt_exclude_expsyms_GCJ
  19377.  
  19378. # Symbols that must always be exported.
  19379. include_expsyms=$lt_include_expsyms_GCJ
  19380.  
  19381. # ### END LIBTOOL TAG CONFIG: $tagname
  19382.  
  19383. __EOF__
  19384.  
  19385.  
  19386. else
  19387. # If there is no Makefile yet, we rely on a make rule to execute
  19388. # `config.status --recheck' to rerun these tests and create the
  19389. # libtool script then.
  19390. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
  19391. if test -f "$ltmain_in"; then
  19392. test -f Makefile && make "$ltmain"
  19393. fi
  19394. fi
  19395.  
  19396.  
  19397. ac_ext=c
  19398. ac_cpp='$CPP $CPPFLAGS'
  19399. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  19400. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  19401. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  19402.  
  19403. CC="$lt_save_CC"
  19404.  
  19405. else
  19406. tagname=""
  19407. fi
  19408. ;;
  19409.  
  19410. RC)
  19411.  
  19412.  
  19413.  
  19414. # Source file extension for RC test sources.
  19415. ac_ext=rc
  19416.  
  19417. # Object file extension for compiled RC test sources.
  19418. objext=o
  19419. objext_RC=$objext
  19420.  
  19421. # Code to be used in simple compile tests
  19422. lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
  19423.  
  19424. # Code to be used in simple link tests
  19425. lt_simple_link_test_code="$lt_simple_compile_test_code"
  19426.  
  19427. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  19428.  
  19429. # If no C compiler was specified, use CC.
  19430. LTCC=${LTCC-"$CC"}
  19431.  
  19432. # Allow CC to be a program name with arguments.
  19433. compiler=$CC
  19434.  
  19435.  
  19436. # save warnings/boilerplate of simple test code
  19437. ac_outfile=conftest.$ac_objext
  19438. printf "$lt_simple_compile_test_code" >conftest.$ac_ext
  19439. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  19440. _lt_compiler_boilerplate=`cat conftest.err`
  19441. $rm conftest*
  19442.  
  19443. ac_outfile=conftest.$ac_objext
  19444. printf "$lt_simple_link_test_code" >conftest.$ac_ext
  19445. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
  19446. _lt_linker_boilerplate=`cat conftest.err`
  19447. $rm conftest*
  19448.  
  19449.  
  19450. # Allow CC to be a program name with arguments.
  19451. lt_save_CC="$CC"
  19452. CC=${RC-"windres"}
  19453. compiler=$CC
  19454. compiler_RC=$CC
  19455. for cc_temp in $compiler""; do
  19456. case $cc_temp in
  19457. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  19458. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  19459. \-*) ;;
  19460. *) break;;
  19461. esac
  19462. done
  19463. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  19464.  
  19465. lt_cv_prog_compiler_c_o_RC=yes
  19466.  
  19467. # The else clause should only fire when bootstrapping the
  19468. # libtool distribution, otherwise you forgot to ship ltmain.sh
  19469. # with your package, and you will get complaints that there are
  19470. # no rules to generate ltmain.sh.
  19471. if test -f "$ltmain"; then
  19472. # See if we are running on zsh, and set the options which allow our commands through
  19473. # without removal of \ escapes.
  19474. if test -n "${ZSH_VERSION+set}" ; then
  19475. setopt NO_GLOB_SUBST
  19476. fi
  19477. # Now quote all the things that may contain metacharacters while being
  19478. # careful not to overquote the AC_SUBSTed values. We take copies of the
  19479. # variables and quote the copies for generation of the libtool script.
  19480. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
  19481. SED SHELL STRIP \
  19482. libname_spec library_names_spec soname_spec extract_expsyms_cmds \
  19483. old_striplib striplib file_magic_cmd finish_cmds finish_eval \
  19484. deplibs_check_method reload_flag reload_cmds need_locks \
  19485. lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
  19486. lt_cv_sys_global_symbol_to_c_name_address \
  19487. sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
  19488. old_postinstall_cmds old_postuninstall_cmds \
  19489. compiler_RC \
  19490. CC_RC \
  19491. LD_RC \
  19492. lt_prog_compiler_wl_RC \
  19493. lt_prog_compiler_pic_RC \
  19494. lt_prog_compiler_static_RC \
  19495. lt_prog_compiler_no_builtin_flag_RC \
  19496. export_dynamic_flag_spec_RC \
  19497. thread_safe_flag_spec_RC \
  19498. whole_archive_flag_spec_RC \
  19499. enable_shared_with_static_runtimes_RC \
  19500. old_archive_cmds_RC \
  19501. old_archive_from_new_cmds_RC \
  19502. predep_objects_RC \
  19503. postdep_objects_RC \
  19504. predeps_RC \
  19505. postdeps_RC \
  19506. compiler_lib_search_path_RC \
  19507. archive_cmds_RC \
  19508. archive_expsym_cmds_RC \
  19509. postinstall_cmds_RC \
  19510. postuninstall_cmds_RC \
  19511. old_archive_from_expsyms_cmds_RC \
  19512. allow_undefined_flag_RC \
  19513. no_undefined_flag_RC \
  19514. export_symbols_cmds_RC \
  19515. hardcode_libdir_flag_spec_RC \
  19516. hardcode_libdir_flag_spec_ld_RC \
  19517. hardcode_libdir_separator_RC \
  19518. hardcode_automatic_RC \
  19519. module_cmds_RC \
  19520. module_expsym_cmds_RC \
  19521. lt_cv_prog_compiler_c_o_RC \
  19522. exclude_expsyms_RC \
  19523. include_expsyms_RC; do
  19524.  
  19525. case $var in
  19526. old_archive_cmds_RC | \
  19527. old_archive_from_new_cmds_RC | \
  19528. archive_cmds_RC | \
  19529. archive_expsym_cmds_RC | \
  19530. module_cmds_RC | \
  19531. module_expsym_cmds_RC | \
  19532. old_archive_from_expsyms_cmds_RC | \
  19533. export_symbols_cmds_RC | \
  19534. extract_expsyms_cmds | reload_cmds | finish_cmds | \
  19535. postinstall_cmds | postuninstall_cmds | \
  19536. old_postinstall_cmds | old_postuninstall_cmds | \
  19537. sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  19538. # Double-quote double-evaled strings.
  19539. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  19540. ;;
  19541. *)
  19542. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
  19543. ;;
  19544. esac
  19545. done
  19546.  
  19547. case $lt_echo in
  19548. *'\$0 --fallback-echo"')
  19549. lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  19550. ;;
  19551. esac
  19552.  
  19553. cfgfile="$ofile"
  19554.  
  19555. cat <<__EOF__ >> "$cfgfile"
  19556. # ### BEGIN LIBTOOL TAG CONFIG: $tagname
  19557.  
  19558. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  19559.  
  19560. # Shell to use when invoking shell scripts.
  19561. SHELL=$lt_SHELL
  19562.  
  19563. # Whether or not to build shared libraries.
  19564. build_libtool_libs=$enable_shared
  19565.  
  19566. # Whether or not to build static libraries.
  19567. build_old_libs=$enable_static
  19568.  
  19569. # Whether or not to add -lc for building shared libraries.
  19570. build_libtool_need_lc=$archive_cmds_need_lc_RC
  19571.  
  19572. # Whether or not to disallow shared libs when runtime libs are static
  19573. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
  19574.  
  19575. # Whether or not to optimize for fast installation.
  19576. fast_install=$enable_fast_install
  19577.  
  19578. # The host system.
  19579. host_alias=$host_alias
  19580. host=$host
  19581. host_os=$host_os
  19582.  
  19583. # The build system.
  19584. build_alias=$build_alias
  19585. build=$build
  19586. build_os=$build_os
  19587.  
  19588. # An echo program that does not interpret backslashes.
  19589. echo=$lt_echo
  19590.  
  19591. # The archiver.
  19592. AR=$lt_AR
  19593. AR_FLAGS=$lt_AR_FLAGS
  19594.  
  19595. # A C compiler.
  19596. LTCC=$lt_LTCC
  19597.  
  19598. # A language-specific compiler.
  19599. CC=$lt_compiler_RC
  19600.  
  19601. # Is the compiler the GNU C compiler?
  19602. with_gcc=$GCC_RC
  19603.  
  19604. # An ERE matcher.
  19605. EGREP=$lt_EGREP
  19606.  
  19607. # The linker used to build libraries.
  19608. LD=$lt_LD_RC
  19609.  
  19610. # Whether we need hard or soft links.
  19611. LN_S=$lt_LN_S
  19612.  
  19613. # A BSD-compatible nm program.
  19614. NM=$lt_NM
  19615.  
  19616. # A symbol stripping program
  19617. STRIP=$lt_STRIP
  19618.  
  19619. # Used to examine libraries when file_magic_cmd begins "file"
  19620. MAGIC_CMD=$MAGIC_CMD
  19621.  
  19622. # Used on cygwin: DLL creation program.
  19623. DLLTOOL="$DLLTOOL"
  19624.  
  19625. # Used on cygwin: object dumper.
  19626. OBJDUMP="$OBJDUMP"
  19627.  
  19628. # Used on cygwin: assembler.
  19629. AS="$AS"
  19630.  
  19631. # The name of the directory that contains temporary libtool files.
  19632. objdir=$objdir
  19633.  
  19634. # How to create reloadable object files.
  19635. reload_flag=$lt_reload_flag
  19636. reload_cmds=$lt_reload_cmds
  19637.  
  19638. # How to pass a linker flag through the compiler.
  19639. wl=$lt_lt_prog_compiler_wl_RC
  19640.  
  19641. # Object file suffix (normally "o").
  19642. objext="$ac_objext"
  19643.  
  19644. # Old archive suffix (normally "a").
  19645. libext="$libext"
  19646.  
  19647. # Shared library suffix (normally ".so").
  19648. shrext_cmds='$shrext_cmds'
  19649.  
  19650. # Executable file suffix (normally "").
  19651. exeext="$exeext"
  19652.  
  19653. # Additional compiler flags for building library objects.
  19654. pic_flag=$lt_lt_prog_compiler_pic_RC
  19655. pic_mode=$pic_mode
  19656.  
  19657. # What is the maximum length of a command?
  19658. max_cmd_len=$lt_cv_sys_max_cmd_len
  19659.  
  19660. # Does compiler simultaneously support -c and -o options?
  19661. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
  19662.  
  19663. # Must we lock files when doing compilation?
  19664. need_locks=$lt_need_locks
  19665.  
  19666. # Do we need the lib prefix for modules?
  19667. need_lib_prefix=$need_lib_prefix
  19668.  
  19669. # Do we need a version for libraries?
  19670. need_version=$need_version
  19671.  
  19672. # Whether dlopen is supported.
  19673. dlopen_support=$enable_dlopen
  19674.  
  19675. # Whether dlopen of programs is supported.
  19676. dlopen_self=$enable_dlopen_self
  19677.  
  19678. # Whether dlopen of statically linked programs is supported.
  19679. dlopen_self_static=$enable_dlopen_self_static
  19680.  
  19681. # Compiler flag to prevent dynamic linking.
  19682. link_static_flag=$lt_lt_prog_compiler_static_RC
  19683.  
  19684. # Compiler flag to turn off builtin functions.
  19685. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
  19686.  
  19687. # Compiler flag to allow reflexive dlopens.
  19688. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
  19689.  
  19690. # Compiler flag to generate shared objects directly from archives.
  19691. whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
  19692.  
  19693. # Compiler flag to generate thread-safe objects.
  19694. thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
  19695.  
  19696. # Library versioning type.
  19697. version_type=$version_type
  19698.  
  19699. # Format of library name prefix.
  19700. libname_spec=$lt_libname_spec
  19701.  
  19702. # List of archive names. First name is the real one, the rest are links.
  19703. # The last name is the one that the linker finds with -lNAME.
  19704. library_names_spec=$lt_library_names_spec
  19705.  
  19706. # The coded name of the library, if different from the real name.
  19707. soname_spec=$lt_soname_spec
  19708.  
  19709. # Commands used to build and install an old-style archive.
  19710. RANLIB=$lt_RANLIB
  19711. old_archive_cmds=$lt_old_archive_cmds_RC
  19712. old_postinstall_cmds=$lt_old_postinstall_cmds
  19713. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  19714.  
  19715. # Create an old-style archive from a shared archive.
  19716. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
  19717.  
  19718. # Create a temporary old-style archive to link instead of a shared archive.
  19719. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
  19720.  
  19721. # Commands used to build and install a shared archive.
  19722. archive_cmds=$lt_archive_cmds_RC
  19723. archive_expsym_cmds=$lt_archive_expsym_cmds_RC
  19724. postinstall_cmds=$lt_postinstall_cmds
  19725. postuninstall_cmds=$lt_postuninstall_cmds
  19726.  
  19727. # Commands used to build a loadable module (assumed same as above if empty)
  19728. module_cmds=$lt_module_cmds_RC
  19729. module_expsym_cmds=$lt_module_expsym_cmds_RC
  19730.  
  19731. # Commands to strip libraries.
  19732. old_striplib=$lt_old_striplib
  19733. striplib=$lt_striplib
  19734.  
  19735. # Dependencies to place before the objects being linked to create a
  19736. # shared library.
  19737. predep_objects=$lt_predep_objects_RC
  19738.  
  19739. # Dependencies to place after the objects being linked to create a
  19740. # shared library.
  19741. postdep_objects=$lt_postdep_objects_RC
  19742.  
  19743. # Dependencies to place before the objects being linked to create a
  19744. # shared library.
  19745. predeps=$lt_predeps_RC
  19746.  
  19747. # Dependencies to place after the objects being linked to create a
  19748. # shared library.
  19749. postdeps=$lt_postdeps_RC
  19750.  
  19751. # The library search path used internally by the compiler when linking
  19752. # a shared library.
  19753. compiler_lib_search_path=$lt_compiler_lib_search_path_RC
  19754.  
  19755. # Method to check whether dependent libraries are shared objects.
  19756. deplibs_check_method=$lt_deplibs_check_method
  19757.  
  19758. # Command to use when deplibs_check_method == file_magic.
  19759. file_magic_cmd=$lt_file_magic_cmd
  19760.  
  19761. # Flag that allows shared libraries with undefined symbols to be built.
  19762. allow_undefined_flag=$lt_allow_undefined_flag_RC
  19763.  
  19764. # Flag that forces no undefined symbols.
  19765. no_undefined_flag=$lt_no_undefined_flag_RC
  19766.  
  19767. # Commands used to finish a libtool library installation in a directory.
  19768. finish_cmds=$lt_finish_cmds
  19769.  
  19770. # Same as above, but a single script fragment to be evaled but not shown.
  19771. finish_eval=$lt_finish_eval
  19772.  
  19773. # Take the output of nm and produce a listing of raw symbols and C names.
  19774. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  19775.  
  19776. # Transform the output of nm in a proper C declaration
  19777. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  19778.  
  19779. # Transform the output of nm in a C name address pair
  19780. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  19781.  
  19782. # This is the shared library runtime path variable.
  19783. runpath_var=$runpath_var
  19784.  
  19785. # This is the shared library path variable.
  19786. shlibpath_var=$shlibpath_var
  19787.  
  19788. # Is shlibpath searched before the hard-coded library search path?
  19789. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  19790.  
  19791. # How to hardcode a shared library path into an executable.
  19792. hardcode_action=$hardcode_action_RC
  19793.  
  19794. # Whether we should hardcode library paths into libraries.
  19795. hardcode_into_libs=$hardcode_into_libs
  19796.  
  19797. # Flag to hardcode \$libdir into a binary during linking.
  19798. # This must work even if \$libdir does not exist.
  19799. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
  19800.  
  19801. # If ld is used when linking, flag to hardcode \$libdir into
  19802. # a binary during linking. This must work even if \$libdir does
  19803. # not exist.
  19804. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
  19805.  
  19806. # Whether we need a single -rpath flag with a separated argument.
  19807. hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
  19808.  
  19809. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  19810. # resulting binary.
  19811. hardcode_direct=$hardcode_direct_RC
  19812.  
  19813. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  19814. # resulting binary.
  19815. hardcode_minus_L=$hardcode_minus_L_RC
  19816.  
  19817. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  19818. # the resulting binary.
  19819. hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
  19820.  
  19821. # Set to yes if building a shared library automatically hardcodes DIR into the library
  19822. # and all subsequent libraries and executables linked against it.
  19823. hardcode_automatic=$hardcode_automatic_RC
  19824.  
  19825. # Variables whose values should be saved in libtool wrapper scripts and
  19826. # restored at relink time.
  19827. variables_saved_for_relink="$variables_saved_for_relink"
  19828.  
  19829. # Whether libtool must link a program against all its dependency libraries.
  19830. link_all_deplibs=$link_all_deplibs_RC
  19831.  
  19832. # Compile-time system search path for libraries
  19833. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  19834.  
  19835. # Run-time system search path for libraries
  19836. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  19837.  
  19838. # Fix the shell variable \$srcfile for the compiler.
  19839. fix_srcfile_path="$fix_srcfile_path_RC"
  19840.  
  19841. # Set to yes if exported symbols are required.
  19842. always_export_symbols=$always_export_symbols_RC
  19843.  
  19844. # The commands to list exported symbols.
  19845. export_symbols_cmds=$lt_export_symbols_cmds_RC
  19846.  
  19847. # The commands to extract the exported symbol list from a shared archive.
  19848. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  19849.  
  19850. # Symbols that should not be listed in the preloaded symbols.
  19851. exclude_expsyms=$lt_exclude_expsyms_RC
  19852.  
  19853. # Symbols that must always be exported.
  19854. include_expsyms=$lt_include_expsyms_RC
  19855.  
  19856. # ### END LIBTOOL TAG CONFIG: $tagname
  19857.  
  19858. __EOF__
  19859.  
  19860.  
  19861. else
  19862. # If there is no Makefile yet, we rely on a make rule to execute
  19863. # `config.status --recheck' to rerun these tests and create the
  19864. # libtool script then.
  19865. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
  19866. if test -f "$ltmain_in"; then
  19867. test -f Makefile && make "$ltmain"
  19868. fi
  19869. fi
  19870.  
  19871.  
  19872. ac_ext=c
  19873. ac_cpp='$CPP $CPPFLAGS'
  19874. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  19875. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  19876. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  19877.  
  19878. CC="$lt_save_CC"
  19879.  
  19880. ;;
  19881.  
  19882. *)
  19883. { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
  19884. echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
  19885. { (exit 1); exit 1; }; }
  19886. ;;
  19887. esac
  19888.  
  19889. # Append the new tag name to the list of available tags.
  19890. if test -n "$tagname" ; then
  19891. available_tags="$available_tags $tagname"
  19892. fi
  19893. fi
  19894. done
  19895. IFS="$lt_save_ifs"
  19896.  
  19897. # Now substitute the updated list of available tags.
  19898. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
  19899. mv "${ofile}T" "$ofile"
  19900. chmod +x "$ofile"
  19901. else
  19902. rm -f "${ofile}T"
  19903. { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
  19904. echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
  19905. { (exit 1); exit 1; }; }
  19906. fi
  19907. fi
  19908.  
  19909.  
  19910.  
  19911. # This can be used to rebuild libtool when needed
  19912. LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  19913.  
  19914. # Always use our own libtool.
  19915. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  19916.  
  19917. # Prevent multiple expansion
  19918.  
  19919.  
  19920.  
  19921.  
  19922.  
  19923.  
  19924.  
  19925.  
  19926.  
  19927.  
  19928.  
  19929.  
  19930.  
  19931.  
  19932.  
  19933.  
  19934.  
  19935.  
  19936.  
  19937.  
  19938.  
  19939. CFLAGS="${ac_save_CFLAGS}"
  19940.  
  19941. # increase this when the shared lib becomes totally incompatible
  19942. LIB_MAJOR_VERSION=0
  19943.  
  19944. # increase this when changes are made, but they are upward compatible
  19945. # to previous versions
  19946. LIB_MINOR_VERSION=0
  19947.  
  19948. if test "${ac_cv_cygwin}" = "yes"; then
  19949. if test "${CC}" != "gcc"; then
  19950. { { echo "$as_me:$LINENO: error: Please use
  19951. CC=gcc ./configure
  19952. Abort this configure run and add \"CC=gcc\" or you will
  19953. see errors and no lame.exe will be build." >&5
  19954. echo "$as_me: error: Please use
  19955. CC=gcc ./configure
  19956. Abort this configure run and add \"CC=gcc\" or you will
  19957. see errors and no lame.exe will be build." >&2;}
  19958. { (exit 1); exit 1; }; }
  19959. fi
  19960. fi
  19961.  
  19962. ac_ext=c
  19963. ac_cpp='$CPP $CPPFLAGS'
  19964. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  19965. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  19966. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  19967. if test -n "$ac_tool_prefix"; then
  19968. # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  19969. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  19970. echo "$as_me:$LINENO: checking for $ac_word" >&5
  19971. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  19972. if test "${ac_cv_prog_CC+set}" = set; then
  19973. echo $ECHO_N "(cached) $ECHO_C" >&6
  19974. else
  19975. if test -n "$CC"; then
  19976. ac_cv_prog_CC="$CC" # Let the user override the test.
  19977. else
  19978. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  19979. for as_dir in $PATH
  19980. do
  19981. IFS=$as_save_IFS
  19982. test -z "$as_dir" && as_dir=.
  19983. for ac_exec_ext in '' $ac_executable_extensions; do
  19984. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  19985. ac_cv_prog_CC="${ac_tool_prefix}gcc"
  19986. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  19987. break 2
  19988. fi
  19989. done
  19990. done
  19991.  
  19992. fi
  19993. fi
  19994. CC=$ac_cv_prog_CC
  19995. if test -n "$CC"; then
  19996. echo "$as_me:$LINENO: result: $CC" >&5
  19997. echo "${ECHO_T}$CC" >&6
  19998. else
  19999. echo "$as_me:$LINENO: result: no" >&5
  20000. echo "${ECHO_T}no" >&6
  20001. fi
  20002.  
  20003. fi
  20004. if test -z "$ac_cv_prog_CC"; then
  20005. ac_ct_CC=$CC
  20006. # Extract the first word of "gcc", so it can be a program name with args.
  20007. set dummy gcc; ac_word=$2
  20008. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20009. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20010. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  20011. echo $ECHO_N "(cached) $ECHO_C" >&6
  20012. else
  20013. if test -n "$ac_ct_CC"; then
  20014. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  20015. else
  20016. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20017. for as_dir in $PATH
  20018. do
  20019. IFS=$as_save_IFS
  20020. test -z "$as_dir" && as_dir=.
  20021. for ac_exec_ext in '' $ac_executable_extensions; do
  20022. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20023. ac_cv_prog_ac_ct_CC="gcc"
  20024. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20025. break 2
  20026. fi
  20027. done
  20028. done
  20029.  
  20030. fi
  20031. fi
  20032. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  20033. if test -n "$ac_ct_CC"; then
  20034. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  20035. echo "${ECHO_T}$ac_ct_CC" >&6
  20036. else
  20037. echo "$as_me:$LINENO: result: no" >&5
  20038. echo "${ECHO_T}no" >&6
  20039. fi
  20040.  
  20041. CC=$ac_ct_CC
  20042. else
  20043. CC="$ac_cv_prog_CC"
  20044. fi
  20045.  
  20046. if test -z "$CC"; then
  20047. if test -n "$ac_tool_prefix"; then
  20048. # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  20049. set dummy ${ac_tool_prefix}cc; ac_word=$2
  20050. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20051. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20052. if test "${ac_cv_prog_CC+set}" = set; then
  20053. echo $ECHO_N "(cached) $ECHO_C" >&6
  20054. else
  20055. if test -n "$CC"; then
  20056. ac_cv_prog_CC="$CC" # Let the user override the test.
  20057. else
  20058. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20059. for as_dir in $PATH
  20060. do
  20061. IFS=$as_save_IFS
  20062. test -z "$as_dir" && as_dir=.
  20063. for ac_exec_ext in '' $ac_executable_extensions; do
  20064. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20065. ac_cv_prog_CC="${ac_tool_prefix}cc"
  20066. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20067. break 2
  20068. fi
  20069. done
  20070. done
  20071.  
  20072. fi
  20073. fi
  20074. CC=$ac_cv_prog_CC
  20075. if test -n "$CC"; then
  20076. echo "$as_me:$LINENO: result: $CC" >&5
  20077. echo "${ECHO_T}$CC" >&6
  20078. else
  20079. echo "$as_me:$LINENO: result: no" >&5
  20080. echo "${ECHO_T}no" >&6
  20081. fi
  20082.  
  20083. fi
  20084. if test -z "$ac_cv_prog_CC"; then
  20085. ac_ct_CC=$CC
  20086. # Extract the first word of "cc", so it can be a program name with args.
  20087. set dummy cc; ac_word=$2
  20088. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20089. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20090. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  20091. echo $ECHO_N "(cached) $ECHO_C" >&6
  20092. else
  20093. if test -n "$ac_ct_CC"; then
  20094. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  20095. else
  20096. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20097. for as_dir in $PATH
  20098. do
  20099. IFS=$as_save_IFS
  20100. test -z "$as_dir" && as_dir=.
  20101. for ac_exec_ext in '' $ac_executable_extensions; do
  20102. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20103. ac_cv_prog_ac_ct_CC="cc"
  20104. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20105. break 2
  20106. fi
  20107. done
  20108. done
  20109.  
  20110. fi
  20111. fi
  20112. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  20113. if test -n "$ac_ct_CC"; then
  20114. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  20115. echo "${ECHO_T}$ac_ct_CC" >&6
  20116. else
  20117. echo "$as_me:$LINENO: result: no" >&5
  20118. echo "${ECHO_T}no" >&6
  20119. fi
  20120.  
  20121. CC=$ac_ct_CC
  20122. else
  20123. CC="$ac_cv_prog_CC"
  20124. fi
  20125.  
  20126. fi
  20127. if test -z "$CC"; then
  20128. # Extract the first word of "cc", so it can be a program name with args.
  20129. set dummy cc; ac_word=$2
  20130. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20131. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20132. if test "${ac_cv_prog_CC+set}" = set; then
  20133. echo $ECHO_N "(cached) $ECHO_C" >&6
  20134. else
  20135. if test -n "$CC"; then
  20136. ac_cv_prog_CC="$CC" # Let the user override the test.
  20137. else
  20138. ac_prog_rejected=no
  20139. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20140. for as_dir in $PATH
  20141. do
  20142. IFS=$as_save_IFS
  20143. test -z "$as_dir" && as_dir=.
  20144. for ac_exec_ext in '' $ac_executable_extensions; do
  20145. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20146. if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  20147. ac_prog_rejected=yes
  20148. continue
  20149. fi
  20150. ac_cv_prog_CC="cc"
  20151. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20152. break 2
  20153. fi
  20154. done
  20155. done
  20156.  
  20157. if test $ac_prog_rejected = yes; then
  20158. # We found a bogon in the path, so make sure we never use it.
  20159. set dummy $ac_cv_prog_CC
  20160. shift
  20161. if test $# != 0; then
  20162. # We chose a different compiler from the bogus one.
  20163. # However, it has the same basename, so the bogon will be chosen
  20164. # first if we set CC to just the basename; use the full file name.
  20165. shift
  20166. ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  20167. fi
  20168. fi
  20169. fi
  20170. fi
  20171. CC=$ac_cv_prog_CC
  20172. if test -n "$CC"; then
  20173. echo "$as_me:$LINENO: result: $CC" >&5
  20174. echo "${ECHO_T}$CC" >&6
  20175. else
  20176. echo "$as_me:$LINENO: result: no" >&5
  20177. echo "${ECHO_T}no" >&6
  20178. fi
  20179.  
  20180. fi
  20181. if test -z "$CC"; then
  20182. if test -n "$ac_tool_prefix"; then
  20183. for ac_prog in cl
  20184. do
  20185. # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  20186. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  20187. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20188. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20189. if test "${ac_cv_prog_CC+set}" = set; then
  20190. echo $ECHO_N "(cached) $ECHO_C" >&6
  20191. else
  20192. if test -n "$CC"; then
  20193. ac_cv_prog_CC="$CC" # Let the user override the test.
  20194. else
  20195. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20196. for as_dir in $PATH
  20197. do
  20198. IFS=$as_save_IFS
  20199. test -z "$as_dir" && as_dir=.
  20200. for ac_exec_ext in '' $ac_executable_extensions; do
  20201. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20202. ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  20203. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20204. break 2
  20205. fi
  20206. done
  20207. done
  20208.  
  20209. fi
  20210. fi
  20211. CC=$ac_cv_prog_CC
  20212. if test -n "$CC"; then
  20213. echo "$as_me:$LINENO: result: $CC" >&5
  20214. echo "${ECHO_T}$CC" >&6
  20215. else
  20216. echo "$as_me:$LINENO: result: no" >&5
  20217. echo "${ECHO_T}no" >&6
  20218. fi
  20219.  
  20220. test -n "$CC" && break
  20221. done
  20222. fi
  20223. if test -z "$CC"; then
  20224. ac_ct_CC=$CC
  20225. for ac_prog in cl
  20226. do
  20227. # Extract the first word of "$ac_prog", so it can be a program name with args.
  20228. set dummy $ac_prog; ac_word=$2
  20229. echo "$as_me:$LINENO: checking for $ac_word" >&5
  20230. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  20231. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  20232. echo $ECHO_N "(cached) $ECHO_C" >&6
  20233. else
  20234. if test -n "$ac_ct_CC"; then
  20235. ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  20236. else
  20237. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  20238. for as_dir in $PATH
  20239. do
  20240. IFS=$as_save_IFS
  20241. test -z "$as_dir" && as_dir=.
  20242. for ac_exec_ext in '' $ac_executable_extensions; do
  20243. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  20244. ac_cv_prog_ac_ct_CC="$ac_prog"
  20245. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  20246. break 2
  20247. fi
  20248. done
  20249. done
  20250.  
  20251. fi
  20252. fi
  20253. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  20254. if test -n "$ac_ct_CC"; then
  20255. echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  20256. echo "${ECHO_T}$ac_ct_CC" >&6
  20257. else
  20258. echo "$as_me:$LINENO: result: no" >&5
  20259. echo "${ECHO_T}no" >&6
  20260. fi
  20261.  
  20262. test -n "$ac_ct_CC" && break
  20263. done
  20264.  
  20265. CC=$ac_ct_CC
  20266. fi
  20267.  
  20268. fi
  20269.  
  20270.  
  20271. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  20272. See \`config.log' for more details." >&5
  20273. echo "$as_me: error: no acceptable C compiler found in \$PATH
  20274. See \`config.log' for more details." >&2;}
  20275. { (exit 1); exit 1; }; }
  20276.  
  20277. # Provide some information about the compiler.
  20278. echo "$as_me:$LINENO:" \
  20279. "checking for C compiler version" >&5
  20280. ac_compiler=`set X $ac_compile; echo $2`
  20281. { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  20282. (eval $ac_compiler --version </dev/null >&5) 2>&5
  20283. ac_status=$?
  20284. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20285. (exit $ac_status); }
  20286. { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  20287. (eval $ac_compiler -v </dev/null >&5) 2>&5
  20288. ac_status=$?
  20289. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20290. (exit $ac_status); }
  20291. { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  20292. (eval $ac_compiler -V </dev/null >&5) 2>&5
  20293. ac_status=$?
  20294. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20295. (exit $ac_status); }
  20296.  
  20297. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  20298. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  20299. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  20300. echo $ECHO_N "(cached) $ECHO_C" >&6
  20301. else
  20302. cat >conftest.$ac_ext <<_ACEOF
  20303. /* confdefs.h. */
  20304. _ACEOF
  20305. cat confdefs.h >>conftest.$ac_ext
  20306. cat >>conftest.$ac_ext <<_ACEOF
  20307. /* end confdefs.h. */
  20308.  
  20309. int
  20310. main ()
  20311. {
  20312. #ifndef __GNUC__
  20313. choke me
  20314. #endif
  20315.  
  20316. ;
  20317. return 0;
  20318. }
  20319. _ACEOF
  20320. rm -f conftest.$ac_objext
  20321. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20322. (eval $ac_compile) 2>conftest.er1
  20323. ac_status=$?
  20324. grep -v '^ *+' conftest.er1 >conftest.err
  20325. rm -f conftest.er1
  20326. cat conftest.err >&5
  20327. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20328. (exit $ac_status); } &&
  20329. { ac_try='test -z "$ac_c_werror_flag"
  20330. || test ! -s conftest.err'
  20331. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20332. (eval $ac_try) 2>&5
  20333. ac_status=$?
  20334. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20335. (exit $ac_status); }; } &&
  20336. { ac_try='test -s conftest.$ac_objext'
  20337. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20338. (eval $ac_try) 2>&5
  20339. ac_status=$?
  20340. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20341. (exit $ac_status); }; }; then
  20342. ac_compiler_gnu=yes
  20343. else
  20344. echo "$as_me: failed program was:" >&5
  20345. sed 's/^/| /' conftest.$ac_ext >&5
  20346.  
  20347. ac_compiler_gnu=no
  20348. fi
  20349. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20350. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  20351.  
  20352. fi
  20353. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  20354. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  20355. GCC=`test $ac_compiler_gnu = yes && echo yes`
  20356. ac_test_CFLAGS=${CFLAGS+set}
  20357. ac_save_CFLAGS=$CFLAGS
  20358. CFLAGS="-g"
  20359. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  20360. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  20361. if test "${ac_cv_prog_cc_g+set}" = set; then
  20362. echo $ECHO_N "(cached) $ECHO_C" >&6
  20363. else
  20364. cat >conftest.$ac_ext <<_ACEOF
  20365. /* confdefs.h. */
  20366. _ACEOF
  20367. cat confdefs.h >>conftest.$ac_ext
  20368. cat >>conftest.$ac_ext <<_ACEOF
  20369. /* end confdefs.h. */
  20370.  
  20371. int
  20372. main ()
  20373. {
  20374.  
  20375. ;
  20376. return 0;
  20377. }
  20378. _ACEOF
  20379. rm -f conftest.$ac_objext
  20380. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20381. (eval $ac_compile) 2>conftest.er1
  20382. ac_status=$?
  20383. grep -v '^ *+' conftest.er1 >conftest.err
  20384. rm -f conftest.er1
  20385. cat conftest.err >&5
  20386. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20387. (exit $ac_status); } &&
  20388. { ac_try='test -z "$ac_c_werror_flag"
  20389. || test ! -s conftest.err'
  20390. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20391. (eval $ac_try) 2>&5
  20392. ac_status=$?
  20393. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20394. (exit $ac_status); }; } &&
  20395. { ac_try='test -s conftest.$ac_objext'
  20396. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20397. (eval $ac_try) 2>&5
  20398. ac_status=$?
  20399. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20400. (exit $ac_status); }; }; then
  20401. ac_cv_prog_cc_g=yes
  20402. else
  20403. echo "$as_me: failed program was:" >&5
  20404. sed 's/^/| /' conftest.$ac_ext >&5
  20405.  
  20406. ac_cv_prog_cc_g=no
  20407. fi
  20408. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20409. fi
  20410. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  20411. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  20412. if test "$ac_test_CFLAGS" = set; then
  20413. CFLAGS=$ac_save_CFLAGS
  20414. elif test $ac_cv_prog_cc_g = yes; then
  20415. if test "$GCC" = yes; then
  20416. CFLAGS="-g -O2"
  20417. else
  20418. CFLAGS="-g"
  20419. fi
  20420. else
  20421. if test "$GCC" = yes; then
  20422. CFLAGS="-O2"
  20423. else
  20424. CFLAGS=
  20425. fi
  20426. fi
  20427. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  20428. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  20429. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  20430. echo $ECHO_N "(cached) $ECHO_C" >&6
  20431. else
  20432. ac_cv_prog_cc_stdc=no
  20433. ac_save_CC=$CC
  20434. cat >conftest.$ac_ext <<_ACEOF
  20435. /* confdefs.h. */
  20436. _ACEOF
  20437. cat confdefs.h >>conftest.$ac_ext
  20438. cat >>conftest.$ac_ext <<_ACEOF
  20439. /* end confdefs.h. */
  20440. #include <stdarg.h>
  20441. #include <stdio.h>
  20442. #include <sys/types.h>
  20443. #include <sys/stat.h>
  20444. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  20445. struct buf { int x; };
  20446. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  20447. static char *e (p, i)
  20448. char **p;
  20449. int i;
  20450. {
  20451. return p[i];
  20452. }
  20453. static char *f (char * (*g) (char **, int), char **p, ...)
  20454. {
  20455. char *s;
  20456. va_list v;
  20457. va_start (v,p);
  20458. s = g (p, va_arg (v,int));
  20459. va_end (v);
  20460. return s;
  20461. }
  20462.  
  20463. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  20464. function prototypes and stuff, but not '\xHH' hex character constants.
  20465. These don't provoke an error unfortunately, instead are silently treated
  20466. as 'x'. The following induces an error, until -std1 is added to get
  20467. proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  20468. array size at least. It's necessary to write '\x00'==0 to get something
  20469. that's true only with -std1. */
  20470. int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  20471.  
  20472. int test (int i, double x);
  20473. struct s1 {int (*f) (int a);};
  20474. struct s2 {int (*f) (double a);};
  20475. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  20476. int argc;
  20477. char **argv;
  20478. int
  20479. main ()
  20480. {
  20481. return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  20482. ;
  20483. return 0;
  20484. }
  20485. _ACEOF
  20486. # Don't try gcc -ansi; that turns off useful extensions and
  20487. # breaks some systems' header files.
  20488. # AIX -qlanglvl=ansi
  20489. # Ultrix and OSF/1 -std1
  20490. # HP-UX 10.20 and later -Ae
  20491. # HP-UX older versions -Aa -D_HPUX_SOURCE
  20492. # SVR4 -Xc -D__EXTENSIONS__
  20493. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  20494. do
  20495. CC="$ac_save_CC $ac_arg"
  20496. rm -f conftest.$ac_objext
  20497. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20498. (eval $ac_compile) 2>conftest.er1
  20499. ac_status=$?
  20500. grep -v '^ *+' conftest.er1 >conftest.err
  20501. rm -f conftest.er1
  20502. cat conftest.err >&5
  20503. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20504. (exit $ac_status); } &&
  20505. { ac_try='test -z "$ac_c_werror_flag"
  20506. || test ! -s conftest.err'
  20507. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20508. (eval $ac_try) 2>&5
  20509. ac_status=$?
  20510. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20511. (exit $ac_status); }; } &&
  20512. { ac_try='test -s conftest.$ac_objext'
  20513. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20514. (eval $ac_try) 2>&5
  20515. ac_status=$?
  20516. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20517. (exit $ac_status); }; }; then
  20518. ac_cv_prog_cc_stdc=$ac_arg
  20519. break
  20520. else
  20521. echo "$as_me: failed program was:" >&5
  20522. sed 's/^/| /' conftest.$ac_ext >&5
  20523.  
  20524. fi
  20525. rm -f conftest.err conftest.$ac_objext
  20526. done
  20527. rm -f conftest.$ac_ext conftest.$ac_objext
  20528. CC=$ac_save_CC
  20529.  
  20530. fi
  20531.  
  20532. case "x$ac_cv_prog_cc_stdc" in
  20533. x|xno)
  20534. echo "$as_me:$LINENO: result: none needed" >&5
  20535. echo "${ECHO_T}none needed" >&6 ;;
  20536. *)
  20537. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  20538. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  20539. CC="$CC $ac_cv_prog_cc_stdc" ;;
  20540. esac
  20541.  
  20542. # Some people use a C++ compiler to compile C. Since we use `exit',
  20543. # in C++ we need to declare it. In case someone uses the same compiler
  20544. # for both compiling C and C++ we need to have the C++ compiler decide
  20545. # the declaration of exit, since it's the most demanding environment.
  20546. cat >conftest.$ac_ext <<_ACEOF
  20547. #ifndef __cplusplus
  20548. choke me
  20549. #endif
  20550. _ACEOF
  20551. rm -f conftest.$ac_objext
  20552. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20553. (eval $ac_compile) 2>conftest.er1
  20554. ac_status=$?
  20555. grep -v '^ *+' conftest.er1 >conftest.err
  20556. rm -f conftest.er1
  20557. cat conftest.err >&5
  20558. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20559. (exit $ac_status); } &&
  20560. { ac_try='test -z "$ac_c_werror_flag"
  20561. || test ! -s conftest.err'
  20562. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20563. (eval $ac_try) 2>&5
  20564. ac_status=$?
  20565. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20566. (exit $ac_status); }; } &&
  20567. { ac_try='test -s conftest.$ac_objext'
  20568. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20569. (eval $ac_try) 2>&5
  20570. ac_status=$?
  20571. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20572. (exit $ac_status); }; }; then
  20573. for ac_declaration in \
  20574. '' \
  20575. 'extern "C" void std::exit (int) throw (); using std::exit;' \
  20576. 'extern "C" void std::exit (int); using std::exit;' \
  20577. 'extern "C" void exit (int) throw ();' \
  20578. 'extern "C" void exit (int);' \
  20579. 'void exit (int);'
  20580. do
  20581. cat >conftest.$ac_ext <<_ACEOF
  20582. /* confdefs.h. */
  20583. _ACEOF
  20584. cat confdefs.h >>conftest.$ac_ext
  20585. cat >>conftest.$ac_ext <<_ACEOF
  20586. /* end confdefs.h. */
  20587. $ac_declaration
  20588. #include <stdlib.h>
  20589. int
  20590. main ()
  20591. {
  20592. exit (42);
  20593. ;
  20594. return 0;
  20595. }
  20596. _ACEOF
  20597. rm -f conftest.$ac_objext
  20598. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20599. (eval $ac_compile) 2>conftest.er1
  20600. ac_status=$?
  20601. grep -v '^ *+' conftest.er1 >conftest.err
  20602. rm -f conftest.er1
  20603. cat conftest.err >&5
  20604. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20605. (exit $ac_status); } &&
  20606. { ac_try='test -z "$ac_c_werror_flag"
  20607. || test ! -s conftest.err'
  20608. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20609. (eval $ac_try) 2>&5
  20610. ac_status=$?
  20611. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20612. (exit $ac_status); }; } &&
  20613. { ac_try='test -s conftest.$ac_objext'
  20614. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20615. (eval $ac_try) 2>&5
  20616. ac_status=$?
  20617. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20618. (exit $ac_status); }; }; then
  20619. :
  20620. else
  20621. echo "$as_me: failed program was:" >&5
  20622. sed 's/^/| /' conftest.$ac_ext >&5
  20623.  
  20624. continue
  20625. fi
  20626. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20627. cat >conftest.$ac_ext <<_ACEOF
  20628. /* confdefs.h. */
  20629. _ACEOF
  20630. cat confdefs.h >>conftest.$ac_ext
  20631. cat >>conftest.$ac_ext <<_ACEOF
  20632. /* end confdefs.h. */
  20633. $ac_declaration
  20634. int
  20635. main ()
  20636. {
  20637. exit (42);
  20638. ;
  20639. return 0;
  20640. }
  20641. _ACEOF
  20642. rm -f conftest.$ac_objext
  20643. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20644. (eval $ac_compile) 2>conftest.er1
  20645. ac_status=$?
  20646. grep -v '^ *+' conftest.er1 >conftest.err
  20647. rm -f conftest.er1
  20648. cat conftest.err >&5
  20649. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20650. (exit $ac_status); } &&
  20651. { ac_try='test -z "$ac_c_werror_flag"
  20652. || test ! -s conftest.err'
  20653. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20654. (eval $ac_try) 2>&5
  20655. ac_status=$?
  20656. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20657. (exit $ac_status); }; } &&
  20658. { ac_try='test -s conftest.$ac_objext'
  20659. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20660. (eval $ac_try) 2>&5
  20661. ac_status=$?
  20662. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20663. (exit $ac_status); }; }; then
  20664. break
  20665. else
  20666. echo "$as_me: failed program was:" >&5
  20667. sed 's/^/| /' conftest.$ac_ext >&5
  20668.  
  20669. fi
  20670. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20671. done
  20672. rm -f conftest*
  20673. if test -n "$ac_declaration"; then
  20674. echo '#ifdef __cplusplus' >>confdefs.h
  20675. echo $ac_declaration >>confdefs.h
  20676. echo '#endif' >>confdefs.h
  20677. fi
  20678.  
  20679. else
  20680. echo "$as_me: failed program was:" >&5
  20681. sed 's/^/| /' conftest.$ac_ext >&5
  20682.  
  20683. fi
  20684. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20685. ac_ext=c
  20686. ac_cpp='$CPP $CPPFLAGS'
  20687. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  20688. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  20689. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  20690.  
  20691. depcc="$CC" am_compiler_list=
  20692.  
  20693. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  20694. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  20695. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  20696. echo $ECHO_N "(cached) $ECHO_C" >&6
  20697. else
  20698. if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  20699. # We make a subdir and do the tests there. Otherwise we can end up
  20700. # making bogus files that we don't know about and never remove. For
  20701. # instance it was reported that on HP-UX the gcc test will end up
  20702. # making a dummy file named `D' -- because `-MD' means `put the output
  20703. # in D'.
  20704. mkdir conftest.dir
  20705. # Copy depcomp to subdir because otherwise we won't find it if we're
  20706. # using a relative directory.
  20707. cp "$am_depcomp" conftest.dir
  20708. cd conftest.dir
  20709. # We will build objects and dependencies in a subdirectory because
  20710. # it helps to detect inapplicable dependency modes. For instance
  20711. # both Tru64's cc and ICC support -MD to output dependencies as a
  20712. # side effect of compilation, but ICC will put the dependencies in
  20713. # the current directory while Tru64 will put them in the object
  20714. # directory.
  20715. mkdir sub
  20716.  
  20717. am_cv_CC_dependencies_compiler_type=none
  20718. if test "$am_compiler_list" = ""; then
  20719. am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  20720. fi
  20721. for depmode in $am_compiler_list; do
  20722. # Setup a source with many dependencies, because some compilers
  20723. # like to wrap large dependency lists on column 80 (with \), and
  20724. # we should not choose a depcomp mode which is confused by this.
  20725. #
  20726. # We need to recreate these files for each test, as the compiler may
  20727. # overwrite some of them when testing with obscure command lines.
  20728. # This happens at least with the AIX C compiler.
  20729. : > sub/conftest.c
  20730. for i in 1 2 3 4 5 6; do
  20731. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  20732. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  20733. # Solaris 8's {/usr,}/bin/sh.
  20734. touch sub/conftst$i.h
  20735. done
  20736. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  20737.  
  20738. case $depmode in
  20739. nosideeffect)
  20740. # after this tag, mechanisms are not by side-effect, so they'll
  20741. # only be used when explicitly requested
  20742. if test "x$enable_dependency_tracking" = xyes; then
  20743. continue
  20744. else
  20745. break
  20746. fi
  20747. ;;
  20748. none) break ;;
  20749. esac
  20750. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  20751. # mode. It turns out that the SunPro C++ compiler does not properly
  20752. # handle `-M -o', and we need to detect this.
  20753. if depmode=$depmode \
  20754. source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  20755. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  20756. $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  20757. >/dev/null 2>conftest.err &&
  20758. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  20759. grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  20760. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  20761. # icc doesn't choke on unknown options, it will just issue warnings
  20762. # or remarks (even with -Werror). So we grep stderr for any message
  20763. # that says an option was ignored or not supported.
  20764. # When given -MP, icc 7.0 and 7.1 complain thusly:
  20765. # icc: Command line warning: ignoring option '-M'; no argument required
  20766. # The diagnosis changed in icc 8.0:
  20767. # icc: Command line remark: option '-MP' not supported
  20768. if (grep 'ignoring option' conftest.err ||
  20769. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  20770. am_cv_CC_dependencies_compiler_type=$depmode
  20771. break
  20772. fi
  20773. fi
  20774. done
  20775.  
  20776. cd ..
  20777. rm -rf conftest.dir
  20778. else
  20779. am_cv_CC_dependencies_compiler_type=none
  20780. fi
  20781.  
  20782. fi
  20783. echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  20784. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  20785. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  20786.  
  20787.  
  20788.  
  20789. if
  20790. test "x$enable_dependency_tracking" != xno \
  20791. && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  20792. am__fastdepCC_TRUE=
  20793. am__fastdepCC_FALSE='#'
  20794. else
  20795. am__fastdepCC_TRUE='#'
  20796. am__fastdepCC_FALSE=
  20797. fi
  20798.  
  20799.  
  20800.  
  20801. am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
  20802.  
  20803.  
  20804. echo "$as_me:$LINENO: checking for function prototypes" >&5
  20805. echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
  20806. if test "$ac_cv_prog_cc_stdc" != no; then
  20807. echo "$as_me:$LINENO: result: yes" >&5
  20808. echo "${ECHO_T}yes" >&6
  20809.  
  20810. cat >>confdefs.h <<\_ACEOF
  20811. #define PROTOTYPES 1
  20812. _ACEOF
  20813.  
  20814.  
  20815. cat >>confdefs.h <<\_ACEOF
  20816. #define __PROTOTYPES 1
  20817. _ACEOF
  20818.  
  20819. else
  20820. echo "$as_me:$LINENO: result: no" >&5
  20821. echo "${ECHO_T}no" >&6
  20822. fi
  20823.  
  20824.  
  20825. if test "$ac_cv_prog_cc_stdc" != no; then
  20826. U= ANSI2KNR=
  20827. else
  20828. U=_ ANSI2KNR=./ansi2knr
  20829. fi
  20830. # Ensure some checks needed by ansi2knr itself.
  20831.  
  20832.  
  20833. for ac_header in string.h
  20834. do
  20835. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  20836. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  20837. echo "$as_me:$LINENO: checking for $ac_header" >&5
  20838. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  20839. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  20840. echo $ECHO_N "(cached) $ECHO_C" >&6
  20841. fi
  20842. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  20843. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  20844. else
  20845. # Is the header compilable?
  20846. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  20847. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  20848. cat >conftest.$ac_ext <<_ACEOF
  20849. /* confdefs.h. */
  20850. _ACEOF
  20851. cat confdefs.h >>conftest.$ac_ext
  20852. cat >>conftest.$ac_ext <<_ACEOF
  20853. /* end confdefs.h. */
  20854. $ac_includes_default
  20855. #include <$ac_header>
  20856. _ACEOF
  20857. rm -f conftest.$ac_objext
  20858. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  20859. (eval $ac_compile) 2>conftest.er1
  20860. ac_status=$?
  20861. grep -v '^ *+' conftest.er1 >conftest.err
  20862. rm -f conftest.er1
  20863. cat conftest.err >&5
  20864. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20865. (exit $ac_status); } &&
  20866. { ac_try='test -z "$ac_c_werror_flag"
  20867. || test ! -s conftest.err'
  20868. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20869. (eval $ac_try) 2>&5
  20870. ac_status=$?
  20871. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20872. (exit $ac_status); }; } &&
  20873. { ac_try='test -s conftest.$ac_objext'
  20874. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  20875. (eval $ac_try) 2>&5
  20876. ac_status=$?
  20877. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20878. (exit $ac_status); }; }; then
  20879. ac_header_compiler=yes
  20880. else
  20881. echo "$as_me: failed program was:" >&5
  20882. sed 's/^/| /' conftest.$ac_ext >&5
  20883.  
  20884. ac_header_compiler=no
  20885. fi
  20886. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  20887. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  20888. echo "${ECHO_T}$ac_header_compiler" >&6
  20889.  
  20890. # Is the header present?
  20891. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  20892. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  20893. cat >conftest.$ac_ext <<_ACEOF
  20894. /* confdefs.h. */
  20895. _ACEOF
  20896. cat confdefs.h >>conftest.$ac_ext
  20897. cat >>conftest.$ac_ext <<_ACEOF
  20898. /* end confdefs.h. */
  20899. #include <$ac_header>
  20900. _ACEOF
  20901. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  20902. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  20903. ac_status=$?
  20904. grep -v '^ *+' conftest.er1 >conftest.err
  20905. rm -f conftest.er1
  20906. cat conftest.err >&5
  20907. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  20908. (exit $ac_status); } >/dev/null; then
  20909. if test -s conftest.err; then
  20910. ac_cpp_err=$ac_c_preproc_warn_flag
  20911. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  20912. else
  20913. ac_cpp_err=
  20914. fi
  20915. else
  20916. ac_cpp_err=yes
  20917. fi
  20918. if test -z "$ac_cpp_err"; then
  20919. ac_header_preproc=yes
  20920. else
  20921. echo "$as_me: failed program was:" >&5
  20922. sed 's/^/| /' conftest.$ac_ext >&5
  20923.  
  20924. ac_header_preproc=no
  20925. fi
  20926. rm -f conftest.err conftest.$ac_ext
  20927. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  20928. echo "${ECHO_T}$ac_header_preproc" >&6
  20929.  
  20930. # So? What about this header?
  20931. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  20932. yes:no: )
  20933. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  20934. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  20935. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  20936. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  20937. ac_header_preproc=yes
  20938. ;;
  20939. no:yes:* )
  20940. { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  20941. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  20942. { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  20943. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  20944. { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  20945. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  20946. { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
  20947. echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
  20948. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  20949. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  20950. { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  20951. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  20952. (
  20953. cat <<\_ASBOX
  20954. ## ------------------------------------ ##
  20955. ## Report this to lame-dev@lists.sf.net ##
  20956. ## ------------------------------------ ##
  20957. _ASBOX
  20958. ) |
  20959. sed "s/^/$as_me: WARNING: /" >&2
  20960. ;;
  20961. esac
  20962. echo "$as_me:$LINENO: checking for $ac_header" >&5
  20963. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  20964. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  20965. echo $ECHO_N "(cached) $ECHO_C" >&6
  20966. else
  20967. eval "$as_ac_Header=\$ac_header_preproc"
  20968. fi
  20969. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  20970. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  20971.  
  20972. fi
  20973. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  20974. cat >>confdefs.h <<_ACEOF
  20975. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  20976. _ACEOF
  20977.  
  20978. fi
  20979.  
  20980. done
  20981.  
  20982.  
  20983.  
  20984. if test "${ac_cv_header_dmalloc_h+set}" = set; then
  20985. echo "$as_me:$LINENO: checking for dmalloc.h" >&5
  20986. echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
  20987. if test "${ac_cv_header_dmalloc_h+set}" = set; then
  20988. echo $ECHO_N "(cached) $ECHO_C" >&6
  20989. fi
  20990. echo "$as_me:$LINENO: result: $ac_cv_header_dmalloc_h" >&5
  20991. echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
  20992. else
  20993. # Is the header compilable?
  20994. echo "$as_me:$LINENO: checking dmalloc.h usability" >&5
  20995. echo $ECHO_N "checking dmalloc.h usability... $ECHO_C" >&6
  20996. cat >conftest.$ac_ext <<_ACEOF
  20997. /* confdefs.h. */
  20998. _ACEOF
  20999. cat confdefs.h >>conftest.$ac_ext
  21000. cat >>conftest.$ac_ext <<_ACEOF
  21001. /* end confdefs.h. */
  21002. $ac_includes_default
  21003. #include <dmalloc.h>
  21004. _ACEOF
  21005. rm -f conftest.$ac_objext
  21006. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21007. (eval $ac_compile) 2>conftest.er1
  21008. ac_status=$?
  21009. grep -v '^ *+' conftest.er1 >conftest.err
  21010. rm -f conftest.er1
  21011. cat conftest.err >&5
  21012. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21013. (exit $ac_status); } &&
  21014. { ac_try='test -z "$ac_c_werror_flag"
  21015. || test ! -s conftest.err'
  21016. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21017. (eval $ac_try) 2>&5
  21018. ac_status=$?
  21019. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21020. (exit $ac_status); }; } &&
  21021. { ac_try='test -s conftest.$ac_objext'
  21022. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21023. (eval $ac_try) 2>&5
  21024. ac_status=$?
  21025. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21026. (exit $ac_status); }; }; then
  21027. ac_header_compiler=yes
  21028. else
  21029. echo "$as_me: failed program was:" >&5
  21030. sed 's/^/| /' conftest.$ac_ext >&5
  21031.  
  21032. ac_header_compiler=no
  21033. fi
  21034. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21035. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  21036. echo "${ECHO_T}$ac_header_compiler" >&6
  21037.  
  21038. # Is the header present?
  21039. echo "$as_me:$LINENO: checking dmalloc.h presence" >&5
  21040. echo $ECHO_N "checking dmalloc.h presence... $ECHO_C" >&6
  21041. cat >conftest.$ac_ext <<_ACEOF
  21042. /* confdefs.h. */
  21043. _ACEOF
  21044. cat confdefs.h >>conftest.$ac_ext
  21045. cat >>conftest.$ac_ext <<_ACEOF
  21046. /* end confdefs.h. */
  21047. #include <dmalloc.h>
  21048. _ACEOF
  21049. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  21050. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  21051. ac_status=$?
  21052. grep -v '^ *+' conftest.er1 >conftest.err
  21053. rm -f conftest.er1
  21054. cat conftest.err >&5
  21055. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21056. (exit $ac_status); } >/dev/null; then
  21057. if test -s conftest.err; then
  21058. ac_cpp_err=$ac_c_preproc_warn_flag
  21059. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  21060. else
  21061. ac_cpp_err=
  21062. fi
  21063. else
  21064. ac_cpp_err=yes
  21065. fi
  21066. if test -z "$ac_cpp_err"; then
  21067. ac_header_preproc=yes
  21068. else
  21069. echo "$as_me: failed program was:" >&5
  21070. sed 's/^/| /' conftest.$ac_ext >&5
  21071.  
  21072. ac_header_preproc=no
  21073. fi
  21074. rm -f conftest.err conftest.$ac_ext
  21075. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  21076. echo "${ECHO_T}$ac_header_preproc" >&6
  21077.  
  21078. # So? What about this header?
  21079. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  21080. yes:no: )
  21081. { echo "$as_me:$LINENO: WARNING: dmalloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
  21082. echo "$as_me: WARNING: dmalloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  21083. { echo "$as_me:$LINENO: WARNING: dmalloc.h: proceeding with the compiler's result" >&5
  21084. echo "$as_me: WARNING: dmalloc.h: proceeding with the compiler's result" >&2;}
  21085. ac_header_preproc=yes
  21086. ;;
  21087. no:yes:* )
  21088. { echo "$as_me:$LINENO: WARNING: dmalloc.h: present but cannot be compiled" >&5
  21089. echo "$as_me: WARNING: dmalloc.h: present but cannot be compiled" >&2;}
  21090. { echo "$as_me:$LINENO: WARNING: dmalloc.h: check for missing prerequisite headers?" >&5
  21091. echo "$as_me: WARNING: dmalloc.h: check for missing prerequisite headers?" >&2;}
  21092. { echo "$as_me:$LINENO: WARNING: dmalloc.h: see the Autoconf documentation" >&5
  21093. echo "$as_me: WARNING: dmalloc.h: see the Autoconf documentation" >&2;}
  21094. { echo "$as_me:$LINENO: WARNING: dmalloc.h: section \"Present But Cannot Be Compiled\"" >&5
  21095. echo "$as_me: WARNING: dmalloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
  21096. { echo "$as_me:$LINENO: WARNING: dmalloc.h: proceeding with the preprocessor's result" >&5
  21097. echo "$as_me: WARNING: dmalloc.h: proceeding with the preprocessor's result" >&2;}
  21098. { echo "$as_me:$LINENO: WARNING: dmalloc.h: in the future, the compiler will take precedence" >&5
  21099. echo "$as_me: WARNING: dmalloc.h: in the future, the compiler will take precedence" >&2;}
  21100. (
  21101. cat <<\_ASBOX
  21102. ## ------------------------------------ ##
  21103. ## Report this to lame-dev@lists.sf.net ##
  21104. ## ------------------------------------ ##
  21105. _ASBOX
  21106. ) |
  21107. sed "s/^/$as_me: WARNING: /" >&2
  21108. ;;
  21109. esac
  21110. echo "$as_me:$LINENO: checking for dmalloc.h" >&5
  21111. echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
  21112. if test "${ac_cv_header_dmalloc_h+set}" = set; then
  21113. echo $ECHO_N "(cached) $ECHO_C" >&6
  21114. else
  21115. ac_cv_header_dmalloc_h=$ac_header_preproc
  21116. fi
  21117. echo "$as_me:$LINENO: result: $ac_cv_header_dmalloc_h" >&5
  21118. echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
  21119.  
  21120. fi
  21121.  
  21122.  
  21123. if test "${ac_cv_header_dmalloc_h}" = "yes"; then
  21124. echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
  21125. echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6
  21126.  
  21127. # Check whether --with-dmalloc or --without-dmalloc was given.
  21128. if test "${with_dmalloc+set}" = set; then
  21129. withval="$with_dmalloc"
  21130. if test "$withval" = yes; then
  21131. echo "$as_me:$LINENO: result: yes" >&5
  21132. echo "${ECHO_T}yes" >&6
  21133.  
  21134. cat >>confdefs.h <<\_ACEOF
  21135. #define WITH_DMALLOC 1
  21136. _ACEOF
  21137.  
  21138. LIBS="$LIBS -ldmalloc"
  21139. LDFLAGS="$LDFLAGS -g"
  21140. else
  21141. echo "$as_me:$LINENO: result: no" >&5
  21142. echo "${ECHO_T}no" >&6
  21143. fi
  21144. else
  21145. echo "$as_me:$LINENO: result: no" >&5
  21146. echo "${ECHO_T}no" >&6
  21147. fi;
  21148.  
  21149. fi
  21150.  
  21151. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  21152. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  21153. if test "${ac_cv_header_stdc+set}" = set; then
  21154. echo $ECHO_N "(cached) $ECHO_C" >&6
  21155. else
  21156. cat >conftest.$ac_ext <<_ACEOF
  21157. /* confdefs.h. */
  21158. _ACEOF
  21159. cat confdefs.h >>conftest.$ac_ext
  21160. cat >>conftest.$ac_ext <<_ACEOF
  21161. /* end confdefs.h. */
  21162. #include <stdlib.h>
  21163. #include <stdarg.h>
  21164. #include <string.h>
  21165. #include <float.h>
  21166.  
  21167. int
  21168. main ()
  21169. {
  21170.  
  21171. ;
  21172. return 0;
  21173. }
  21174. _ACEOF
  21175. rm -f conftest.$ac_objext
  21176. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21177. (eval $ac_compile) 2>conftest.er1
  21178. ac_status=$?
  21179. grep -v '^ *+' conftest.er1 >conftest.err
  21180. rm -f conftest.er1
  21181. cat conftest.err >&5
  21182. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21183. (exit $ac_status); } &&
  21184. { ac_try='test -z "$ac_c_werror_flag"
  21185. || test ! -s conftest.err'
  21186. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21187. (eval $ac_try) 2>&5
  21188. ac_status=$?
  21189. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21190. (exit $ac_status); }; } &&
  21191. { ac_try='test -s conftest.$ac_objext'
  21192. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21193. (eval $ac_try) 2>&5
  21194. ac_status=$?
  21195. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21196. (exit $ac_status); }; }; then
  21197. ac_cv_header_stdc=yes
  21198. else
  21199. echo "$as_me: failed program was:" >&5
  21200. sed 's/^/| /' conftest.$ac_ext >&5
  21201.  
  21202. ac_cv_header_stdc=no
  21203. fi
  21204. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21205.  
  21206. if test $ac_cv_header_stdc = yes; then
  21207. # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  21208. cat >conftest.$ac_ext <<_ACEOF
  21209. /* confdefs.h. */
  21210. _ACEOF
  21211. cat confdefs.h >>conftest.$ac_ext
  21212. cat >>conftest.$ac_ext <<_ACEOF
  21213. /* end confdefs.h. */
  21214. #include <string.h>
  21215.  
  21216. _ACEOF
  21217. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  21218. $EGREP "memchr" >/dev/null 2>&1; then
  21219. :
  21220. else
  21221. ac_cv_header_stdc=no
  21222. fi
  21223. rm -f conftest*
  21224.  
  21225. fi
  21226.  
  21227. if test $ac_cv_header_stdc = yes; then
  21228. # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  21229. cat >conftest.$ac_ext <<_ACEOF
  21230. /* confdefs.h. */
  21231. _ACEOF
  21232. cat confdefs.h >>conftest.$ac_ext
  21233. cat >>conftest.$ac_ext <<_ACEOF
  21234. /* end confdefs.h. */
  21235. #include <stdlib.h>
  21236.  
  21237. _ACEOF
  21238. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  21239. $EGREP "free" >/dev/null 2>&1; then
  21240. :
  21241. else
  21242. ac_cv_header_stdc=no
  21243. fi
  21244. rm -f conftest*
  21245.  
  21246. fi
  21247.  
  21248. if test $ac_cv_header_stdc = yes; then
  21249. # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  21250. if test "$cross_compiling" = yes; then
  21251. :
  21252. else
  21253. cat >conftest.$ac_ext <<_ACEOF
  21254. /* confdefs.h. */
  21255. _ACEOF
  21256. cat confdefs.h >>conftest.$ac_ext
  21257. cat >>conftest.$ac_ext <<_ACEOF
  21258. /* end confdefs.h. */
  21259. #include <ctype.h>
  21260. #if ((' ' & 0x0FF) == 0x020)
  21261. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  21262. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  21263. #else
  21264. # define ISLOWER(c) \
  21265. (('a' <= (c) && (c) <= 'i') \
  21266. || ('j' <= (c) && (c) <= 'r') \
  21267. || ('s' <= (c) && (c) <= 'z'))
  21268. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  21269. #endif
  21270.  
  21271. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  21272. int
  21273. main ()
  21274. {
  21275. int i;
  21276. for (i = 0; i < 256; i++)
  21277. if (XOR (islower (i), ISLOWER (i))
  21278. || toupper (i) != TOUPPER (i))
  21279. exit(2);
  21280. exit (0);
  21281. }
  21282. _ACEOF
  21283. rm -f conftest$ac_exeext
  21284. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  21285. (eval $ac_link) 2>&5
  21286. ac_status=$?
  21287. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21288. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  21289. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21290. (eval $ac_try) 2>&5
  21291. ac_status=$?
  21292. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21293. (exit $ac_status); }; }; then
  21294. :
  21295. else
  21296. echo "$as_me: program exited with status $ac_status" >&5
  21297. echo "$as_me: failed program was:" >&5
  21298. sed 's/^/| /' conftest.$ac_ext >&5
  21299.  
  21300. ( exit $ac_status )
  21301. ac_cv_header_stdc=no
  21302. fi
  21303. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  21304. fi
  21305. fi
  21306. fi
  21307. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  21308. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  21309. if test $ac_cv_header_stdc = yes; then
  21310.  
  21311. cat >>confdefs.h <<\_ACEOF
  21312. #define STDC_HEADERS 1
  21313. _ACEOF
  21314.  
  21315. fi
  21316.  
  21317.  
  21318.  
  21319.  
  21320.  
  21321.  
  21322.  
  21323.  
  21324.  
  21325.  
  21326. for ac_header in \
  21327. errno.h \
  21328. fcntl.h \
  21329. limits.h \
  21330. stdint.h \
  21331. string.h \
  21332. sys/soundcard.h \
  21333. sys/time.h \
  21334. unistd.h \
  21335. linux/soundcard.h
  21336. do
  21337. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  21338. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  21339. echo "$as_me:$LINENO: checking for $ac_header" >&5
  21340. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  21341. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  21342. echo $ECHO_N "(cached) $ECHO_C" >&6
  21343. fi
  21344. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  21345. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  21346. else
  21347. # Is the header compilable?
  21348. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  21349. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  21350. cat >conftest.$ac_ext <<_ACEOF
  21351. /* confdefs.h. */
  21352. _ACEOF
  21353. cat confdefs.h >>conftest.$ac_ext
  21354. cat >>conftest.$ac_ext <<_ACEOF
  21355. /* end confdefs.h. */
  21356. $ac_includes_default
  21357. #include <$ac_header>
  21358. _ACEOF
  21359. rm -f conftest.$ac_objext
  21360. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21361. (eval $ac_compile) 2>conftest.er1
  21362. ac_status=$?
  21363. grep -v '^ *+' conftest.er1 >conftest.err
  21364. rm -f conftest.er1
  21365. cat conftest.err >&5
  21366. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21367. (exit $ac_status); } &&
  21368. { ac_try='test -z "$ac_c_werror_flag"
  21369. || test ! -s conftest.err'
  21370. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21371. (eval $ac_try) 2>&5
  21372. ac_status=$?
  21373. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21374. (exit $ac_status); }; } &&
  21375. { ac_try='test -s conftest.$ac_objext'
  21376. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21377. (eval $ac_try) 2>&5
  21378. ac_status=$?
  21379. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21380. (exit $ac_status); }; }; then
  21381. ac_header_compiler=yes
  21382. else
  21383. echo "$as_me: failed program was:" >&5
  21384. sed 's/^/| /' conftest.$ac_ext >&5
  21385.  
  21386. ac_header_compiler=no
  21387. fi
  21388. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21389. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  21390. echo "${ECHO_T}$ac_header_compiler" >&6
  21391.  
  21392. # Is the header present?
  21393. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  21394. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  21395. cat >conftest.$ac_ext <<_ACEOF
  21396. /* confdefs.h. */
  21397. _ACEOF
  21398. cat confdefs.h >>conftest.$ac_ext
  21399. cat >>conftest.$ac_ext <<_ACEOF
  21400. /* end confdefs.h. */
  21401. #include <$ac_header>
  21402. _ACEOF
  21403. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  21404. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  21405. ac_status=$?
  21406. grep -v '^ *+' conftest.er1 >conftest.err
  21407. rm -f conftest.er1
  21408. cat conftest.err >&5
  21409. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21410. (exit $ac_status); } >/dev/null; then
  21411. if test -s conftest.err; then
  21412. ac_cpp_err=$ac_c_preproc_warn_flag
  21413. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  21414. else
  21415. ac_cpp_err=
  21416. fi
  21417. else
  21418. ac_cpp_err=yes
  21419. fi
  21420. if test -z "$ac_cpp_err"; then
  21421. ac_header_preproc=yes
  21422. else
  21423. echo "$as_me: failed program was:" >&5
  21424. sed 's/^/| /' conftest.$ac_ext >&5
  21425.  
  21426. ac_header_preproc=no
  21427. fi
  21428. rm -f conftest.err conftest.$ac_ext
  21429. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  21430. echo "${ECHO_T}$ac_header_preproc" >&6
  21431.  
  21432. # So? What about this header?
  21433. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  21434. yes:no: )
  21435. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  21436. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  21437. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  21438. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  21439. ac_header_preproc=yes
  21440. ;;
  21441. no:yes:* )
  21442. { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  21443. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  21444. { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  21445. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  21446. { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  21447. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  21448. { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
  21449. echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
  21450. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  21451. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  21452. { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  21453. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  21454. (
  21455. cat <<\_ASBOX
  21456. ## ------------------------------------ ##
  21457. ## Report this to lame-dev@lists.sf.net ##
  21458. ## ------------------------------------ ##
  21459. _ASBOX
  21460. ) |
  21461. sed "s/^/$as_me: WARNING: /" >&2
  21462. ;;
  21463. esac
  21464. echo "$as_me:$LINENO: checking for $ac_header" >&5
  21465. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  21466. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  21467. echo $ECHO_N "(cached) $ECHO_C" >&6
  21468. else
  21469. eval "$as_ac_Header=\$ac_header_preproc"
  21470. fi
  21471. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  21472. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  21473.  
  21474. fi
  21475. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  21476. cat >>confdefs.h <<_ACEOF
  21477. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  21478. _ACEOF
  21479.  
  21480. fi
  21481.  
  21482. done
  21483.  
  21484.  
  21485. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  21486. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  21487. if test "${ac_cv_c_const+set}" = set; then
  21488. echo $ECHO_N "(cached) $ECHO_C" >&6
  21489. else
  21490. cat >conftest.$ac_ext <<_ACEOF
  21491. /* confdefs.h. */
  21492. _ACEOF
  21493. cat confdefs.h >>conftest.$ac_ext
  21494. cat >>conftest.$ac_ext <<_ACEOF
  21495. /* end confdefs.h. */
  21496.  
  21497. int
  21498. main ()
  21499. {
  21500. /* FIXME: Include the comments suggested by Paul. */
  21501. #ifndef __cplusplus
  21502. /* Ultrix mips cc rejects this. */
  21503. typedef int charset[2];
  21504. const charset x;
  21505. /* SunOS 4.1.1 cc rejects this. */
  21506. char const *const *ccp;
  21507. char **p;
  21508. /* NEC SVR4.0.2 mips cc rejects this. */
  21509. struct point {int x, y;};
  21510. static struct point const zero = {0,0};
  21511. /* AIX XL C 1.02.0.0 rejects this.
  21512. It does not let you subtract one const X* pointer from another in
  21513. an arm of an if-expression whose if-part is not a constant
  21514. expression */
  21515. const char *g = "string";
  21516. ccp = &g + (g ? g-g : 0);
  21517. /* HPUX 7.0 cc rejects these. */
  21518. ++ccp;
  21519. p = (char**) ccp;
  21520. ccp = (char const *const *) p;
  21521. { /* SCO 3.2v4 cc rejects this. */
  21522. char *t;
  21523. char const *s = 0 ? (char *) 0 : (char const *) 0;
  21524.  
  21525. *t++ = 0;
  21526. }
  21527. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
  21528. int x[] = {25, 17};
  21529. const int *foo = &x[0];
  21530. ++foo;
  21531. }
  21532. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  21533. typedef const int *iptr;
  21534. iptr p = 0;
  21535. ++p;
  21536. }
  21537. { /* AIX XL C 1.02.0.0 rejects this saying
  21538. "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  21539. struct s { int j; const int *ap[3]; };
  21540. struct s *b; b->j = 5;
  21541. }
  21542. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  21543. const int foo = 10;
  21544. }
  21545. #endif
  21546.  
  21547. ;
  21548. return 0;
  21549. }
  21550. _ACEOF
  21551. rm -f conftest.$ac_objext
  21552. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21553. (eval $ac_compile) 2>conftest.er1
  21554. ac_status=$?
  21555. grep -v '^ *+' conftest.er1 >conftest.err
  21556. rm -f conftest.er1
  21557. cat conftest.err >&5
  21558. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21559. (exit $ac_status); } &&
  21560. { ac_try='test -z "$ac_c_werror_flag"
  21561. || test ! -s conftest.err'
  21562. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21563. (eval $ac_try) 2>&5
  21564. ac_status=$?
  21565. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21566. (exit $ac_status); }; } &&
  21567. { ac_try='test -s conftest.$ac_objext'
  21568. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21569. (eval $ac_try) 2>&5
  21570. ac_status=$?
  21571. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21572. (exit $ac_status); }; }; then
  21573. ac_cv_c_const=yes
  21574. else
  21575. echo "$as_me: failed program was:" >&5
  21576. sed 's/^/| /' conftest.$ac_ext >&5
  21577.  
  21578. ac_cv_c_const=no
  21579. fi
  21580. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21581. fi
  21582. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  21583. echo "${ECHO_T}$ac_cv_c_const" >&6
  21584. if test $ac_cv_c_const = no; then
  21585.  
  21586. cat >>confdefs.h <<\_ACEOF
  21587. #define const
  21588. _ACEOF
  21589.  
  21590. fi
  21591.  
  21592. echo "$as_me:$LINENO: checking for inline" >&5
  21593. echo $ECHO_N "checking for inline... $ECHO_C" >&6
  21594. if test "${ac_cv_c_inline+set}" = set; then
  21595. echo $ECHO_N "(cached) $ECHO_C" >&6
  21596. else
  21597. ac_cv_c_inline=no
  21598. for ac_kw in inline __inline__ __inline; do
  21599. cat >conftest.$ac_ext <<_ACEOF
  21600. /* confdefs.h. */
  21601. _ACEOF
  21602. cat confdefs.h >>conftest.$ac_ext
  21603. cat >>conftest.$ac_ext <<_ACEOF
  21604. /* end confdefs.h. */
  21605. #ifndef __cplusplus
  21606. typedef int foo_t;
  21607. static $ac_kw foo_t static_foo () {return 0; }
  21608. $ac_kw foo_t foo () {return 0; }
  21609. #endif
  21610.  
  21611. _ACEOF
  21612. rm -f conftest.$ac_objext
  21613. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21614. (eval $ac_compile) 2>conftest.er1
  21615. ac_status=$?
  21616. grep -v '^ *+' conftest.er1 >conftest.err
  21617. rm -f conftest.er1
  21618. cat conftest.err >&5
  21619. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21620. (exit $ac_status); } &&
  21621. { ac_try='test -z "$ac_c_werror_flag"
  21622. || test ! -s conftest.err'
  21623. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21624. (eval $ac_try) 2>&5
  21625. ac_status=$?
  21626. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21627. (exit $ac_status); }; } &&
  21628. { ac_try='test -s conftest.$ac_objext'
  21629. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21630. (eval $ac_try) 2>&5
  21631. ac_status=$?
  21632. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21633. (exit $ac_status); }; }; then
  21634. ac_cv_c_inline=$ac_kw; break
  21635. else
  21636. echo "$as_me: failed program was:" >&5
  21637. sed 's/^/| /' conftest.$ac_ext >&5
  21638.  
  21639. fi
  21640. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21641. done
  21642.  
  21643. fi
  21644. echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
  21645. echo "${ECHO_T}$ac_cv_c_inline" >&6
  21646.  
  21647.  
  21648. case $ac_cv_c_inline in
  21649. inline | yes) ;;
  21650. *)
  21651. case $ac_cv_c_inline in
  21652. no) ac_val=;;
  21653. *) ac_val=$ac_cv_c_inline;;
  21654. esac
  21655. cat >>confdefs.h <<_ACEOF
  21656. #ifndef __cplusplus
  21657. #define inline $ac_val
  21658. #endif
  21659. _ACEOF
  21660. ;;
  21661. esac
  21662.  
  21663. if test ${cross_compiling} = "no"; then
  21664. echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
  21665. echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
  21666. if test "${ac_cv_c_bigendian+set}" = set; then
  21667. echo $ECHO_N "(cached) $ECHO_C" >&6
  21668. else
  21669. # See if sys/param.h defines the BYTE_ORDER macro.
  21670. cat >conftest.$ac_ext <<_ACEOF
  21671. /* confdefs.h. */
  21672. _ACEOF
  21673. cat confdefs.h >>conftest.$ac_ext
  21674. cat >>conftest.$ac_ext <<_ACEOF
  21675. /* end confdefs.h. */
  21676. #include <sys/types.h>
  21677. #include <sys/param.h>
  21678.  
  21679. int
  21680. main ()
  21681. {
  21682. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  21683. bogus endian macros
  21684. #endif
  21685.  
  21686. ;
  21687. return 0;
  21688. }
  21689. _ACEOF
  21690. rm -f conftest.$ac_objext
  21691. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21692. (eval $ac_compile) 2>conftest.er1
  21693. ac_status=$?
  21694. grep -v '^ *+' conftest.er1 >conftest.err
  21695. rm -f conftest.er1
  21696. cat conftest.err >&5
  21697. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21698. (exit $ac_status); } &&
  21699. { ac_try='test -z "$ac_c_werror_flag"
  21700. || test ! -s conftest.err'
  21701. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21702. (eval $ac_try) 2>&5
  21703. ac_status=$?
  21704. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21705. (exit $ac_status); }; } &&
  21706. { ac_try='test -s conftest.$ac_objext'
  21707. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21708. (eval $ac_try) 2>&5
  21709. ac_status=$?
  21710. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21711. (exit $ac_status); }; }; then
  21712. # It does; now see whether it defined to BIG_ENDIAN or not.
  21713. cat >conftest.$ac_ext <<_ACEOF
  21714. /* confdefs.h. */
  21715. _ACEOF
  21716. cat confdefs.h >>conftest.$ac_ext
  21717. cat >>conftest.$ac_ext <<_ACEOF
  21718. /* end confdefs.h. */
  21719. #include <sys/types.h>
  21720. #include <sys/param.h>
  21721.  
  21722. int
  21723. main ()
  21724. {
  21725. #if BYTE_ORDER != BIG_ENDIAN
  21726. not big endian
  21727. #endif
  21728.  
  21729. ;
  21730. return 0;
  21731. }
  21732. _ACEOF
  21733. rm -f conftest.$ac_objext
  21734. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21735. (eval $ac_compile) 2>conftest.er1
  21736. ac_status=$?
  21737. grep -v '^ *+' conftest.er1 >conftest.err
  21738. rm -f conftest.er1
  21739. cat conftest.err >&5
  21740. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21741. (exit $ac_status); } &&
  21742. { ac_try='test -z "$ac_c_werror_flag"
  21743. || test ! -s conftest.err'
  21744. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21745. (eval $ac_try) 2>&5
  21746. ac_status=$?
  21747. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21748. (exit $ac_status); }; } &&
  21749. { ac_try='test -s conftest.$ac_objext'
  21750. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21751. (eval $ac_try) 2>&5
  21752. ac_status=$?
  21753. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21754. (exit $ac_status); }; }; then
  21755. ac_cv_c_bigendian=yes
  21756. else
  21757. echo "$as_me: failed program was:" >&5
  21758. sed 's/^/| /' conftest.$ac_ext >&5
  21759.  
  21760. ac_cv_c_bigendian=no
  21761. fi
  21762. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21763. else
  21764. echo "$as_me: failed program was:" >&5
  21765. sed 's/^/| /' conftest.$ac_ext >&5
  21766.  
  21767. # It does not; compile a test program.
  21768. if test "$cross_compiling" = yes; then
  21769. # try to guess the endianness by grepping values into an object file
  21770. ac_cv_c_bigendian=unknown
  21771. cat >conftest.$ac_ext <<_ACEOF
  21772. /* confdefs.h. */
  21773. _ACEOF
  21774. cat confdefs.h >>conftest.$ac_ext
  21775. cat >>conftest.$ac_ext <<_ACEOF
  21776. /* end confdefs.h. */
  21777. short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
  21778. short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
  21779. void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
  21780. short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
  21781. short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
  21782. void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
  21783. int
  21784. main ()
  21785. {
  21786. _ascii (); _ebcdic ();
  21787. ;
  21788. return 0;
  21789. }
  21790. _ACEOF
  21791. rm -f conftest.$ac_objext
  21792. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21793. (eval $ac_compile) 2>conftest.er1
  21794. ac_status=$?
  21795. grep -v '^ *+' conftest.er1 >conftest.err
  21796. rm -f conftest.er1
  21797. cat conftest.err >&5
  21798. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21799. (exit $ac_status); } &&
  21800. { ac_try='test -z "$ac_c_werror_flag"
  21801. || test ! -s conftest.err'
  21802. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21803. (eval $ac_try) 2>&5
  21804. ac_status=$?
  21805. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21806. (exit $ac_status); }; } &&
  21807. { ac_try='test -s conftest.$ac_objext'
  21808. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21809. (eval $ac_try) 2>&5
  21810. ac_status=$?
  21811. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21812. (exit $ac_status); }; }; then
  21813. if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
  21814. ac_cv_c_bigendian=yes
  21815. fi
  21816. if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
  21817. if test "$ac_cv_c_bigendian" = unknown; then
  21818. ac_cv_c_bigendian=no
  21819. else
  21820. # finding both strings is unlikely to happen, but who knows?
  21821. ac_cv_c_bigendian=unknown
  21822. fi
  21823. fi
  21824. else
  21825. echo "$as_me: failed program was:" >&5
  21826. sed 's/^/| /' conftest.$ac_ext >&5
  21827.  
  21828. fi
  21829. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21830. else
  21831. cat >conftest.$ac_ext <<_ACEOF
  21832. /* confdefs.h. */
  21833. _ACEOF
  21834. cat confdefs.h >>conftest.$ac_ext
  21835. cat >>conftest.$ac_ext <<_ACEOF
  21836. /* end confdefs.h. */
  21837. int
  21838. main ()
  21839. {
  21840. /* Are we little or big endian? From Harbison&Steele. */
  21841. union
  21842. {
  21843. long l;
  21844. char c[sizeof (long)];
  21845. } u;
  21846. u.l = 1;
  21847. exit (u.c[sizeof (long) - 1] == 1);
  21848. }
  21849. _ACEOF
  21850. rm -f conftest$ac_exeext
  21851. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  21852. (eval $ac_link) 2>&5
  21853. ac_status=$?
  21854. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21855. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  21856. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21857. (eval $ac_try) 2>&5
  21858. ac_status=$?
  21859. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21860. (exit $ac_status); }; }; then
  21861. ac_cv_c_bigendian=no
  21862. else
  21863. echo "$as_me: program exited with status $ac_status" >&5
  21864. echo "$as_me: failed program was:" >&5
  21865. sed 's/^/| /' conftest.$ac_ext >&5
  21866.  
  21867. ( exit $ac_status )
  21868. ac_cv_c_bigendian=yes
  21869. fi
  21870. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  21871. fi
  21872. fi
  21873. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  21874. fi
  21875. echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
  21876. echo "${ECHO_T}$ac_cv_c_bigendian" >&6
  21877. case $ac_cv_c_bigendian in
  21878. yes)
  21879.  
  21880. cat >>confdefs.h <<\_ACEOF
  21881. #define WORDS_BIGENDIAN 1
  21882. _ACEOF
  21883. ;;
  21884. no)
  21885. ;;
  21886. *)
  21887. { { echo "$as_me:$LINENO: error: unknown endianness
  21888. presetting ac_cv_c_bigendian=no (or yes) will help" >&5
  21889. echo "$as_me: error: unknown endianness
  21890. presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
  21891. { (exit 1); exit 1; }; } ;;
  21892. esac
  21893.  
  21894. fi
  21895.  
  21896. if test "${GCC}" = "yes"; then
  21897. echo "$as_me:$LINENO: checking version of GCC" >&5
  21898. echo $ECHO_N "checking version of GCC... $ECHO_C" >&6
  21899. GCC_version=`${CC} --version | sed -n '1s/^[^ ]* (.*) //;s/ .*$//;1p'`
  21900. echo "$as_me:$LINENO: result: ${GCC_version}" >&5
  21901. echo "${ECHO_T}${GCC_version}" >&6
  21902. fi
  21903.  
  21904. # Check whether --enable-largefile or --disable-largefile was given.
  21905. if test "${enable_largefile+set}" = set; then
  21906. enableval="$enable_largefile"
  21907.  
  21908. fi;
  21909. if test "$enable_largefile" != no; then
  21910.  
  21911. echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
  21912. echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
  21913. if test "${ac_cv_sys_largefile_CC+set}" = set; then
  21914. echo $ECHO_N "(cached) $ECHO_C" >&6
  21915. else
  21916. ac_cv_sys_largefile_CC=no
  21917. if test "$GCC" != yes; then
  21918. ac_save_CC=$CC
  21919. while :; do
  21920. # IRIX 6.2 and later do not support large files by default,
  21921. # so use the C compiler's -n32 option if that helps.
  21922. cat >conftest.$ac_ext <<_ACEOF
  21923. /* confdefs.h. */
  21924. _ACEOF
  21925. cat confdefs.h >>conftest.$ac_ext
  21926. cat >>conftest.$ac_ext <<_ACEOF
  21927. /* end confdefs.h. */
  21928. #include <sys/types.h>
  21929. /* Check that off_t can represent 2**63 - 1 correctly.
  21930. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  21931. since some C++ compilers masquerading as C compilers
  21932. incorrectly reject 9223372036854775807. */
  21933. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  21934. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  21935. && LARGE_OFF_T % 2147483647 == 1)
  21936. ? 1 : -1];
  21937. int
  21938. main ()
  21939. {
  21940.  
  21941. ;
  21942. return 0;
  21943. }
  21944. _ACEOF
  21945. rm -f conftest.$ac_objext
  21946. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21947. (eval $ac_compile) 2>conftest.er1
  21948. ac_status=$?
  21949. grep -v '^ *+' conftest.er1 >conftest.err
  21950. rm -f conftest.er1
  21951. cat conftest.err >&5
  21952. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21953. (exit $ac_status); } &&
  21954. { ac_try='test -z "$ac_c_werror_flag"
  21955. || test ! -s conftest.err'
  21956. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21957. (eval $ac_try) 2>&5
  21958. ac_status=$?
  21959. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21960. (exit $ac_status); }; } &&
  21961. { ac_try='test -s conftest.$ac_objext'
  21962. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21963. (eval $ac_try) 2>&5
  21964. ac_status=$?
  21965. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21966. (exit $ac_status); }; }; then
  21967. break
  21968. else
  21969. echo "$as_me: failed program was:" >&5
  21970. sed 's/^/| /' conftest.$ac_ext >&5
  21971.  
  21972. fi
  21973. rm -f conftest.err conftest.$ac_objext
  21974. CC="$CC -n32"
  21975. rm -f conftest.$ac_objext
  21976. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  21977. (eval $ac_compile) 2>conftest.er1
  21978. ac_status=$?
  21979. grep -v '^ *+' conftest.er1 >conftest.err
  21980. rm -f conftest.er1
  21981. cat conftest.err >&5
  21982. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21983. (exit $ac_status); } &&
  21984. { ac_try='test -z "$ac_c_werror_flag"
  21985. || test ! -s conftest.err'
  21986. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21987. (eval $ac_try) 2>&5
  21988. ac_status=$?
  21989. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21990. (exit $ac_status); }; } &&
  21991. { ac_try='test -s conftest.$ac_objext'
  21992. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  21993. (eval $ac_try) 2>&5
  21994. ac_status=$?
  21995. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  21996. (exit $ac_status); }; }; then
  21997. ac_cv_sys_largefile_CC=' -n32'; break
  21998. else
  21999. echo "$as_me: failed program was:" >&5
  22000. sed 's/^/| /' conftest.$ac_ext >&5
  22001.  
  22002. fi
  22003. rm -f conftest.err conftest.$ac_objext
  22004. break
  22005. done
  22006. CC=$ac_save_CC
  22007. rm -f conftest.$ac_ext
  22008. fi
  22009. fi
  22010. echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
  22011. echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
  22012. if test "$ac_cv_sys_largefile_CC" != no; then
  22013. CC=$CC$ac_cv_sys_largefile_CC
  22014. fi
  22015.  
  22016. echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
  22017. echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
  22018. if test "${ac_cv_sys_file_offset_bits+set}" = set; then
  22019. echo $ECHO_N "(cached) $ECHO_C" >&6
  22020. else
  22021. while :; do
  22022. ac_cv_sys_file_offset_bits=no
  22023. cat >conftest.$ac_ext <<_ACEOF
  22024. /* confdefs.h. */
  22025. _ACEOF
  22026. cat confdefs.h >>conftest.$ac_ext
  22027. cat >>conftest.$ac_ext <<_ACEOF
  22028. /* end confdefs.h. */
  22029. #include <sys/types.h>
  22030. /* Check that off_t can represent 2**63 - 1 correctly.
  22031. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  22032. since some C++ compilers masquerading as C compilers
  22033. incorrectly reject 9223372036854775807. */
  22034. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  22035. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  22036. && LARGE_OFF_T % 2147483647 == 1)
  22037. ? 1 : -1];
  22038. int
  22039. main ()
  22040. {
  22041.  
  22042. ;
  22043. return 0;
  22044. }
  22045. _ACEOF
  22046. rm -f conftest.$ac_objext
  22047. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22048. (eval $ac_compile) 2>conftest.er1
  22049. ac_status=$?
  22050. grep -v '^ *+' conftest.er1 >conftest.err
  22051. rm -f conftest.er1
  22052. cat conftest.err >&5
  22053. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22054. (exit $ac_status); } &&
  22055. { ac_try='test -z "$ac_c_werror_flag"
  22056. || test ! -s conftest.err'
  22057. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22058. (eval $ac_try) 2>&5
  22059. ac_status=$?
  22060. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22061. (exit $ac_status); }; } &&
  22062. { ac_try='test -s conftest.$ac_objext'
  22063. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22064. (eval $ac_try) 2>&5
  22065. ac_status=$?
  22066. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22067. (exit $ac_status); }; }; then
  22068. break
  22069. else
  22070. echo "$as_me: failed program was:" >&5
  22071. sed 's/^/| /' conftest.$ac_ext >&5
  22072.  
  22073. fi
  22074. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22075. cat >conftest.$ac_ext <<_ACEOF
  22076. /* confdefs.h. */
  22077. _ACEOF
  22078. cat confdefs.h >>conftest.$ac_ext
  22079. cat >>conftest.$ac_ext <<_ACEOF
  22080. /* end confdefs.h. */
  22081. #define _FILE_OFFSET_BITS 64
  22082. #include <sys/types.h>
  22083. /* Check that off_t can represent 2**63 - 1 correctly.
  22084. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  22085. since some C++ compilers masquerading as C compilers
  22086. incorrectly reject 9223372036854775807. */
  22087. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  22088. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  22089. && LARGE_OFF_T % 2147483647 == 1)
  22090. ? 1 : -1];
  22091. int
  22092. main ()
  22093. {
  22094.  
  22095. ;
  22096. return 0;
  22097. }
  22098. _ACEOF
  22099. rm -f conftest.$ac_objext
  22100. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22101. (eval $ac_compile) 2>conftest.er1
  22102. ac_status=$?
  22103. grep -v '^ *+' conftest.er1 >conftest.err
  22104. rm -f conftest.er1
  22105. cat conftest.err >&5
  22106. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22107. (exit $ac_status); } &&
  22108. { ac_try='test -z "$ac_c_werror_flag"
  22109. || test ! -s conftest.err'
  22110. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22111. (eval $ac_try) 2>&5
  22112. ac_status=$?
  22113. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22114. (exit $ac_status); }; } &&
  22115. { ac_try='test -s conftest.$ac_objext'
  22116. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22117. (eval $ac_try) 2>&5
  22118. ac_status=$?
  22119. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22120. (exit $ac_status); }; }; then
  22121. ac_cv_sys_file_offset_bits=64; break
  22122. else
  22123. echo "$as_me: failed program was:" >&5
  22124. sed 's/^/| /' conftest.$ac_ext >&5
  22125.  
  22126. fi
  22127. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22128. break
  22129. done
  22130. fi
  22131. echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
  22132. echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
  22133. if test "$ac_cv_sys_file_offset_bits" != no; then
  22134.  
  22135. cat >>confdefs.h <<_ACEOF
  22136. #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
  22137. _ACEOF
  22138.  
  22139. fi
  22140. rm -f conftest*
  22141. echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
  22142. echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
  22143. if test "${ac_cv_sys_large_files+set}" = set; then
  22144. echo $ECHO_N "(cached) $ECHO_C" >&6
  22145. else
  22146. while :; do
  22147. ac_cv_sys_large_files=no
  22148. cat >conftest.$ac_ext <<_ACEOF
  22149. /* confdefs.h. */
  22150. _ACEOF
  22151. cat confdefs.h >>conftest.$ac_ext
  22152. cat >>conftest.$ac_ext <<_ACEOF
  22153. /* end confdefs.h. */
  22154. #include <sys/types.h>
  22155. /* Check that off_t can represent 2**63 - 1 correctly.
  22156. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  22157. since some C++ compilers masquerading as C compilers
  22158. incorrectly reject 9223372036854775807. */
  22159. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  22160. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  22161. && LARGE_OFF_T % 2147483647 == 1)
  22162. ? 1 : -1];
  22163. int
  22164. main ()
  22165. {
  22166.  
  22167. ;
  22168. return 0;
  22169. }
  22170. _ACEOF
  22171. rm -f conftest.$ac_objext
  22172. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22173. (eval $ac_compile) 2>conftest.er1
  22174. ac_status=$?
  22175. grep -v '^ *+' conftest.er1 >conftest.err
  22176. rm -f conftest.er1
  22177. cat conftest.err >&5
  22178. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22179. (exit $ac_status); } &&
  22180. { ac_try='test -z "$ac_c_werror_flag"
  22181. || test ! -s conftest.err'
  22182. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22183. (eval $ac_try) 2>&5
  22184. ac_status=$?
  22185. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22186. (exit $ac_status); }; } &&
  22187. { ac_try='test -s conftest.$ac_objext'
  22188. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22189. (eval $ac_try) 2>&5
  22190. ac_status=$?
  22191. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22192. (exit $ac_status); }; }; then
  22193. break
  22194. else
  22195. echo "$as_me: failed program was:" >&5
  22196. sed 's/^/| /' conftest.$ac_ext >&5
  22197.  
  22198. fi
  22199. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22200. cat >conftest.$ac_ext <<_ACEOF
  22201. /* confdefs.h. */
  22202. _ACEOF
  22203. cat confdefs.h >>conftest.$ac_ext
  22204. cat >>conftest.$ac_ext <<_ACEOF
  22205. /* end confdefs.h. */
  22206. #define _LARGE_FILES 1
  22207. #include <sys/types.h>
  22208. /* Check that off_t can represent 2**63 - 1 correctly.
  22209. We can't simply define LARGE_OFF_T to be 9223372036854775807,
  22210. since some C++ compilers masquerading as C compilers
  22211. incorrectly reject 9223372036854775807. */
  22212. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  22213. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  22214. && LARGE_OFF_T % 2147483647 == 1)
  22215. ? 1 : -1];
  22216. int
  22217. main ()
  22218. {
  22219.  
  22220. ;
  22221. return 0;
  22222. }
  22223. _ACEOF
  22224. rm -f conftest.$ac_objext
  22225. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22226. (eval $ac_compile) 2>conftest.er1
  22227. ac_status=$?
  22228. grep -v '^ *+' conftest.er1 >conftest.err
  22229. rm -f conftest.er1
  22230. cat conftest.err >&5
  22231. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22232. (exit $ac_status); } &&
  22233. { ac_try='test -z "$ac_c_werror_flag"
  22234. || test ! -s conftest.err'
  22235. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22236. (eval $ac_try) 2>&5
  22237. ac_status=$?
  22238. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22239. (exit $ac_status); }; } &&
  22240. { ac_try='test -s conftest.$ac_objext'
  22241. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22242. (eval $ac_try) 2>&5
  22243. ac_status=$?
  22244. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22245. (exit $ac_status); }; }; then
  22246. ac_cv_sys_large_files=1; break
  22247. else
  22248. echo "$as_me: failed program was:" >&5
  22249. sed 's/^/| /' conftest.$ac_ext >&5
  22250.  
  22251. fi
  22252. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22253. break
  22254. done
  22255. fi
  22256. echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
  22257. echo "${ECHO_T}$ac_cv_sys_large_files" >&6
  22258. if test "$ac_cv_sys_large_files" != no; then
  22259.  
  22260. cat >>confdefs.h <<_ACEOF
  22261. #define _LARGE_FILES $ac_cv_sys_large_files
  22262. _ACEOF
  22263.  
  22264. fi
  22265. rm -f conftest*
  22266. fi
  22267.  
  22268.  
  22269. echo "$as_me:$LINENO: checking for short" >&5
  22270. echo $ECHO_N "checking for short... $ECHO_C" >&6
  22271. if test "${ac_cv_type_short+set}" = set; then
  22272. echo $ECHO_N "(cached) $ECHO_C" >&6
  22273. else
  22274. cat >conftest.$ac_ext <<_ACEOF
  22275. /* confdefs.h. */
  22276. _ACEOF
  22277. cat confdefs.h >>conftest.$ac_ext
  22278. cat >>conftest.$ac_ext <<_ACEOF
  22279. /* end confdefs.h. */
  22280. $ac_includes_default
  22281. int
  22282. main ()
  22283. {
  22284. if ((short *) 0)
  22285. return 0;
  22286. if (sizeof (short))
  22287. return 0;
  22288. ;
  22289. return 0;
  22290. }
  22291. _ACEOF
  22292. rm -f conftest.$ac_objext
  22293. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22294. (eval $ac_compile) 2>conftest.er1
  22295. ac_status=$?
  22296. grep -v '^ *+' conftest.er1 >conftest.err
  22297. rm -f conftest.er1
  22298. cat conftest.err >&5
  22299. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22300. (exit $ac_status); } &&
  22301. { ac_try='test -z "$ac_c_werror_flag"
  22302. || test ! -s conftest.err'
  22303. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22304. (eval $ac_try) 2>&5
  22305. ac_status=$?
  22306. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22307. (exit $ac_status); }; } &&
  22308. { ac_try='test -s conftest.$ac_objext'
  22309. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22310. (eval $ac_try) 2>&5
  22311. ac_status=$?
  22312. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22313. (exit $ac_status); }; }; then
  22314. ac_cv_type_short=yes
  22315. else
  22316. echo "$as_me: failed program was:" >&5
  22317. sed 's/^/| /' conftest.$ac_ext >&5
  22318.  
  22319. ac_cv_type_short=no
  22320. fi
  22321. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22322. fi
  22323. echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
  22324. echo "${ECHO_T}$ac_cv_type_short" >&6
  22325.  
  22326. echo "$as_me:$LINENO: checking size of short" >&5
  22327. echo $ECHO_N "checking size of short... $ECHO_C" >&6
  22328. if test "${ac_cv_sizeof_short+set}" = set; then
  22329. echo $ECHO_N "(cached) $ECHO_C" >&6
  22330. else
  22331. if test "$ac_cv_type_short" = yes; then
  22332. # The cast to unsigned long works around a bug in the HP C Compiler
  22333. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  22334. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  22335. # This bug is HP SR number 8606223364.
  22336. if test "$cross_compiling" = yes; then
  22337. # Depending upon the size, compute the lo and hi bounds.
  22338. cat >conftest.$ac_ext <<_ACEOF
  22339. /* confdefs.h. */
  22340. _ACEOF
  22341. cat confdefs.h >>conftest.$ac_ext
  22342. cat >>conftest.$ac_ext <<_ACEOF
  22343. /* end confdefs.h. */
  22344. $ac_includes_default
  22345. int
  22346. main ()
  22347. {
  22348. static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
  22349. test_array [0] = 0
  22350.  
  22351. ;
  22352. return 0;
  22353. }
  22354. _ACEOF
  22355. rm -f conftest.$ac_objext
  22356. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22357. (eval $ac_compile) 2>conftest.er1
  22358. ac_status=$?
  22359. grep -v '^ *+' conftest.er1 >conftest.err
  22360. rm -f conftest.er1
  22361. cat conftest.err >&5
  22362. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22363. (exit $ac_status); } &&
  22364. { ac_try='test -z "$ac_c_werror_flag"
  22365. || test ! -s conftest.err'
  22366. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22367. (eval $ac_try) 2>&5
  22368. ac_status=$?
  22369. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22370. (exit $ac_status); }; } &&
  22371. { ac_try='test -s conftest.$ac_objext'
  22372. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22373. (eval $ac_try) 2>&5
  22374. ac_status=$?
  22375. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22376. (exit $ac_status); }; }; then
  22377. ac_lo=0 ac_mid=0
  22378. while :; do
  22379. cat >conftest.$ac_ext <<_ACEOF
  22380. /* confdefs.h. */
  22381. _ACEOF
  22382. cat confdefs.h >>conftest.$ac_ext
  22383. cat >>conftest.$ac_ext <<_ACEOF
  22384. /* end confdefs.h. */
  22385. $ac_includes_default
  22386. int
  22387. main ()
  22388. {
  22389. static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
  22390. test_array [0] = 0
  22391.  
  22392. ;
  22393. return 0;
  22394. }
  22395. _ACEOF
  22396. rm -f conftest.$ac_objext
  22397. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22398. (eval $ac_compile) 2>conftest.er1
  22399. ac_status=$?
  22400. grep -v '^ *+' conftest.er1 >conftest.err
  22401. rm -f conftest.er1
  22402. cat conftest.err >&5
  22403. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22404. (exit $ac_status); } &&
  22405. { ac_try='test -z "$ac_c_werror_flag"
  22406. || test ! -s conftest.err'
  22407. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22408. (eval $ac_try) 2>&5
  22409. ac_status=$?
  22410. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22411. (exit $ac_status); }; } &&
  22412. { ac_try='test -s conftest.$ac_objext'
  22413. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22414. (eval $ac_try) 2>&5
  22415. ac_status=$?
  22416. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22417. (exit $ac_status); }; }; then
  22418. ac_hi=$ac_mid; break
  22419. else
  22420. echo "$as_me: failed program was:" >&5
  22421. sed 's/^/| /' conftest.$ac_ext >&5
  22422.  
  22423. ac_lo=`expr $ac_mid + 1`
  22424. if test $ac_lo -le $ac_mid; then
  22425. ac_lo= ac_hi=
  22426. break
  22427. fi
  22428. ac_mid=`expr 2 '*' $ac_mid + 1`
  22429. fi
  22430. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22431. done
  22432. else
  22433. echo "$as_me: failed program was:" >&5
  22434. sed 's/^/| /' conftest.$ac_ext >&5
  22435.  
  22436. cat >conftest.$ac_ext <<_ACEOF
  22437. /* confdefs.h. */
  22438. _ACEOF
  22439. cat confdefs.h >>conftest.$ac_ext
  22440. cat >>conftest.$ac_ext <<_ACEOF
  22441. /* end confdefs.h. */
  22442. $ac_includes_default
  22443. int
  22444. main ()
  22445. {
  22446. static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
  22447. test_array [0] = 0
  22448.  
  22449. ;
  22450. return 0;
  22451. }
  22452. _ACEOF
  22453. rm -f conftest.$ac_objext
  22454. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22455. (eval $ac_compile) 2>conftest.er1
  22456. ac_status=$?
  22457. grep -v '^ *+' conftest.er1 >conftest.err
  22458. rm -f conftest.er1
  22459. cat conftest.err >&5
  22460. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22461. (exit $ac_status); } &&
  22462. { ac_try='test -z "$ac_c_werror_flag"
  22463. || test ! -s conftest.err'
  22464. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22465. (eval $ac_try) 2>&5
  22466. ac_status=$?
  22467. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22468. (exit $ac_status); }; } &&
  22469. { ac_try='test -s conftest.$ac_objext'
  22470. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22471. (eval $ac_try) 2>&5
  22472. ac_status=$?
  22473. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22474. (exit $ac_status); }; }; then
  22475. ac_hi=-1 ac_mid=-1
  22476. while :; do
  22477. cat >conftest.$ac_ext <<_ACEOF
  22478. /* confdefs.h. */
  22479. _ACEOF
  22480. cat confdefs.h >>conftest.$ac_ext
  22481. cat >>conftest.$ac_ext <<_ACEOF
  22482. /* end confdefs.h. */
  22483. $ac_includes_default
  22484. int
  22485. main ()
  22486. {
  22487. static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
  22488. test_array [0] = 0
  22489.  
  22490. ;
  22491. return 0;
  22492. }
  22493. _ACEOF
  22494. rm -f conftest.$ac_objext
  22495. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22496. (eval $ac_compile) 2>conftest.er1
  22497. ac_status=$?
  22498. grep -v '^ *+' conftest.er1 >conftest.err
  22499. rm -f conftest.er1
  22500. cat conftest.err >&5
  22501. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22502. (exit $ac_status); } &&
  22503. { ac_try='test -z "$ac_c_werror_flag"
  22504. || test ! -s conftest.err'
  22505. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22506. (eval $ac_try) 2>&5
  22507. ac_status=$?
  22508. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22509. (exit $ac_status); }; } &&
  22510. { ac_try='test -s conftest.$ac_objext'
  22511. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22512. (eval $ac_try) 2>&5
  22513. ac_status=$?
  22514. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22515. (exit $ac_status); }; }; then
  22516. ac_lo=$ac_mid; break
  22517. else
  22518. echo "$as_me: failed program was:" >&5
  22519. sed 's/^/| /' conftest.$ac_ext >&5
  22520.  
  22521. ac_hi=`expr '(' $ac_mid ')' - 1`
  22522. if test $ac_mid -le $ac_hi; then
  22523. ac_lo= ac_hi=
  22524. break
  22525. fi
  22526. ac_mid=`expr 2 '*' $ac_mid`
  22527. fi
  22528. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22529. done
  22530. else
  22531. echo "$as_me: failed program was:" >&5
  22532. sed 's/^/| /' conftest.$ac_ext >&5
  22533.  
  22534. ac_lo= ac_hi=
  22535. fi
  22536. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22537. fi
  22538. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22539. # Binary search between lo and hi bounds.
  22540. while test "x$ac_lo" != "x$ac_hi"; do
  22541. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  22542. cat >conftest.$ac_ext <<_ACEOF
  22543. /* confdefs.h. */
  22544. _ACEOF
  22545. cat confdefs.h >>conftest.$ac_ext
  22546. cat >>conftest.$ac_ext <<_ACEOF
  22547. /* end confdefs.h. */
  22548. $ac_includes_default
  22549. int
  22550. main ()
  22551. {
  22552. static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
  22553. test_array [0] = 0
  22554.  
  22555. ;
  22556. return 0;
  22557. }
  22558. _ACEOF
  22559. rm -f conftest.$ac_objext
  22560. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22561. (eval $ac_compile) 2>conftest.er1
  22562. ac_status=$?
  22563. grep -v '^ *+' conftest.er1 >conftest.err
  22564. rm -f conftest.er1
  22565. cat conftest.err >&5
  22566. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22567. (exit $ac_status); } &&
  22568. { ac_try='test -z "$ac_c_werror_flag"
  22569. || test ! -s conftest.err'
  22570. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22571. (eval $ac_try) 2>&5
  22572. ac_status=$?
  22573. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22574. (exit $ac_status); }; } &&
  22575. { ac_try='test -s conftest.$ac_objext'
  22576. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22577. (eval $ac_try) 2>&5
  22578. ac_status=$?
  22579. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22580. (exit $ac_status); }; }; then
  22581. ac_hi=$ac_mid
  22582. else
  22583. echo "$as_me: failed program was:" >&5
  22584. sed 's/^/| /' conftest.$ac_ext >&5
  22585.  
  22586. ac_lo=`expr '(' $ac_mid ')' + 1`
  22587. fi
  22588. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22589. done
  22590. case $ac_lo in
  22591. ?*) ac_cv_sizeof_short=$ac_lo;;
  22592. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
  22593. See \`config.log' for more details." >&5
  22594. echo "$as_me: error: cannot compute sizeof (short), 77
  22595. See \`config.log' for more details." >&2;}
  22596. { (exit 1); exit 1; }; } ;;
  22597. esac
  22598. else
  22599. if test "$cross_compiling" = yes; then
  22600. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  22601. See \`config.log' for more details." >&5
  22602. echo "$as_me: error: cannot run test program while cross compiling
  22603. See \`config.log' for more details." >&2;}
  22604. { (exit 1); exit 1; }; }
  22605. else
  22606. cat >conftest.$ac_ext <<_ACEOF
  22607. /* confdefs.h. */
  22608. _ACEOF
  22609. cat confdefs.h >>conftest.$ac_ext
  22610. cat >>conftest.$ac_ext <<_ACEOF
  22611. /* end confdefs.h. */
  22612. $ac_includes_default
  22613. long longval () { return (long) (sizeof (short)); }
  22614. unsigned long ulongval () { return (long) (sizeof (short)); }
  22615. #include <stdio.h>
  22616. #include <stdlib.h>
  22617. int
  22618. main ()
  22619. {
  22620.  
  22621. FILE *f = fopen ("conftest.val", "w");
  22622. if (! f)
  22623. exit (1);
  22624. if (((long) (sizeof (short))) < 0)
  22625. {
  22626. long i = longval ();
  22627. if (i != ((long) (sizeof (short))))
  22628. exit (1);
  22629. fprintf (f, "%ld\n", i);
  22630. }
  22631. else
  22632. {
  22633. unsigned long i = ulongval ();
  22634. if (i != ((long) (sizeof (short))))
  22635. exit (1);
  22636. fprintf (f, "%lu\n", i);
  22637. }
  22638. exit (ferror (f) || fclose (f) != 0);
  22639.  
  22640. ;
  22641. return 0;
  22642. }
  22643. _ACEOF
  22644. rm -f conftest$ac_exeext
  22645. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  22646. (eval $ac_link) 2>&5
  22647. ac_status=$?
  22648. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22649. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  22650. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22651. (eval $ac_try) 2>&5
  22652. ac_status=$?
  22653. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22654. (exit $ac_status); }; }; then
  22655. ac_cv_sizeof_short=`cat conftest.val`
  22656. else
  22657. echo "$as_me: program exited with status $ac_status" >&5
  22658. echo "$as_me: failed program was:" >&5
  22659. sed 's/^/| /' conftest.$ac_ext >&5
  22660.  
  22661. ( exit $ac_status )
  22662. { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
  22663. See \`config.log' for more details." >&5
  22664. echo "$as_me: error: cannot compute sizeof (short), 77
  22665. See \`config.log' for more details." >&2;}
  22666. { (exit 1); exit 1; }; }
  22667. fi
  22668. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  22669. fi
  22670. fi
  22671. rm -f conftest.val
  22672. else
  22673. ac_cv_sizeof_short=0
  22674. fi
  22675. fi
  22676. echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
  22677. echo "${ECHO_T}$ac_cv_sizeof_short" >&6
  22678. cat >>confdefs.h <<_ACEOF
  22679. #define SIZEOF_SHORT $ac_cv_sizeof_short
  22680. _ACEOF
  22681.  
  22682.  
  22683. echo "$as_me:$LINENO: checking for unsigned short" >&5
  22684. echo $ECHO_N "checking for unsigned short... $ECHO_C" >&6
  22685. if test "${ac_cv_type_unsigned_short+set}" = set; then
  22686. echo $ECHO_N "(cached) $ECHO_C" >&6
  22687. else
  22688. cat >conftest.$ac_ext <<_ACEOF
  22689. /* confdefs.h. */
  22690. _ACEOF
  22691. cat confdefs.h >>conftest.$ac_ext
  22692. cat >>conftest.$ac_ext <<_ACEOF
  22693. /* end confdefs.h. */
  22694. $ac_includes_default
  22695. int
  22696. main ()
  22697. {
  22698. if ((unsigned short *) 0)
  22699. return 0;
  22700. if (sizeof (unsigned short))
  22701. return 0;
  22702. ;
  22703. return 0;
  22704. }
  22705. _ACEOF
  22706. rm -f conftest.$ac_objext
  22707. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22708. (eval $ac_compile) 2>conftest.er1
  22709. ac_status=$?
  22710. grep -v '^ *+' conftest.er1 >conftest.err
  22711. rm -f conftest.er1
  22712. cat conftest.err >&5
  22713. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22714. (exit $ac_status); } &&
  22715. { ac_try='test -z "$ac_c_werror_flag"
  22716. || test ! -s conftest.err'
  22717. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22718. (eval $ac_try) 2>&5
  22719. ac_status=$?
  22720. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22721. (exit $ac_status); }; } &&
  22722. { ac_try='test -s conftest.$ac_objext'
  22723. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22724. (eval $ac_try) 2>&5
  22725. ac_status=$?
  22726. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22727. (exit $ac_status); }; }; then
  22728. ac_cv_type_unsigned_short=yes
  22729. else
  22730. echo "$as_me: failed program was:" >&5
  22731. sed 's/^/| /' conftest.$ac_ext >&5
  22732.  
  22733. ac_cv_type_unsigned_short=no
  22734. fi
  22735. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22736. fi
  22737. echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_short" >&5
  22738. echo "${ECHO_T}$ac_cv_type_unsigned_short" >&6
  22739.  
  22740. echo "$as_me:$LINENO: checking size of unsigned short" >&5
  22741. echo $ECHO_N "checking size of unsigned short... $ECHO_C" >&6
  22742. if test "${ac_cv_sizeof_unsigned_short+set}" = set; then
  22743. echo $ECHO_N "(cached) $ECHO_C" >&6
  22744. else
  22745. if test "$ac_cv_type_unsigned_short" = yes; then
  22746. # The cast to unsigned long works around a bug in the HP C Compiler
  22747. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  22748. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  22749. # This bug is HP SR number 8606223364.
  22750. if test "$cross_compiling" = yes; then
  22751. # Depending upon the size, compute the lo and hi bounds.
  22752. cat >conftest.$ac_ext <<_ACEOF
  22753. /* confdefs.h. */
  22754. _ACEOF
  22755. cat confdefs.h >>conftest.$ac_ext
  22756. cat >>conftest.$ac_ext <<_ACEOF
  22757. /* end confdefs.h. */
  22758. $ac_includes_default
  22759. int
  22760. main ()
  22761. {
  22762. static int test_array [1 - 2 * !(((long) (sizeof (unsigned short))) >= 0)];
  22763. test_array [0] = 0
  22764.  
  22765. ;
  22766. return 0;
  22767. }
  22768. _ACEOF
  22769. rm -f conftest.$ac_objext
  22770. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22771. (eval $ac_compile) 2>conftest.er1
  22772. ac_status=$?
  22773. grep -v '^ *+' conftest.er1 >conftest.err
  22774. rm -f conftest.er1
  22775. cat conftest.err >&5
  22776. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22777. (exit $ac_status); } &&
  22778. { ac_try='test -z "$ac_c_werror_flag"
  22779. || test ! -s conftest.err'
  22780. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22781. (eval $ac_try) 2>&5
  22782. ac_status=$?
  22783. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22784. (exit $ac_status); }; } &&
  22785. { ac_try='test -s conftest.$ac_objext'
  22786. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22787. (eval $ac_try) 2>&5
  22788. ac_status=$?
  22789. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22790. (exit $ac_status); }; }; then
  22791. ac_lo=0 ac_mid=0
  22792. while :; do
  22793. cat >conftest.$ac_ext <<_ACEOF
  22794. /* confdefs.h. */
  22795. _ACEOF
  22796. cat confdefs.h >>conftest.$ac_ext
  22797. cat >>conftest.$ac_ext <<_ACEOF
  22798. /* end confdefs.h. */
  22799. $ac_includes_default
  22800. int
  22801. main ()
  22802. {
  22803. static int test_array [1 - 2 * !(((long) (sizeof (unsigned short))) <= $ac_mid)];
  22804. test_array [0] = 0
  22805.  
  22806. ;
  22807. return 0;
  22808. }
  22809. _ACEOF
  22810. rm -f conftest.$ac_objext
  22811. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22812. (eval $ac_compile) 2>conftest.er1
  22813. ac_status=$?
  22814. grep -v '^ *+' conftest.er1 >conftest.err
  22815. rm -f conftest.er1
  22816. cat conftest.err >&5
  22817. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22818. (exit $ac_status); } &&
  22819. { ac_try='test -z "$ac_c_werror_flag"
  22820. || test ! -s conftest.err'
  22821. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22822. (eval $ac_try) 2>&5
  22823. ac_status=$?
  22824. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22825. (exit $ac_status); }; } &&
  22826. { ac_try='test -s conftest.$ac_objext'
  22827. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22828. (eval $ac_try) 2>&5
  22829. ac_status=$?
  22830. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22831. (exit $ac_status); }; }; then
  22832. ac_hi=$ac_mid; break
  22833. else
  22834. echo "$as_me: failed program was:" >&5
  22835. sed 's/^/| /' conftest.$ac_ext >&5
  22836.  
  22837. ac_lo=`expr $ac_mid + 1`
  22838. if test $ac_lo -le $ac_mid; then
  22839. ac_lo= ac_hi=
  22840. break
  22841. fi
  22842. ac_mid=`expr 2 '*' $ac_mid + 1`
  22843. fi
  22844. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22845. done
  22846. else
  22847. echo "$as_me: failed program was:" >&5
  22848. sed 's/^/| /' conftest.$ac_ext >&5
  22849.  
  22850. cat >conftest.$ac_ext <<_ACEOF
  22851. /* confdefs.h. */
  22852. _ACEOF
  22853. cat confdefs.h >>conftest.$ac_ext
  22854. cat >>conftest.$ac_ext <<_ACEOF
  22855. /* end confdefs.h. */
  22856. $ac_includes_default
  22857. int
  22858. main ()
  22859. {
  22860. static int test_array [1 - 2 * !(((long) (sizeof (unsigned short))) < 0)];
  22861. test_array [0] = 0
  22862.  
  22863. ;
  22864. return 0;
  22865. }
  22866. _ACEOF
  22867. rm -f conftest.$ac_objext
  22868. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22869. (eval $ac_compile) 2>conftest.er1
  22870. ac_status=$?
  22871. grep -v '^ *+' conftest.er1 >conftest.err
  22872. rm -f conftest.er1
  22873. cat conftest.err >&5
  22874. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22875. (exit $ac_status); } &&
  22876. { ac_try='test -z "$ac_c_werror_flag"
  22877. || test ! -s conftest.err'
  22878. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22879. (eval $ac_try) 2>&5
  22880. ac_status=$?
  22881. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22882. (exit $ac_status); }; } &&
  22883. { ac_try='test -s conftest.$ac_objext'
  22884. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22885. (eval $ac_try) 2>&5
  22886. ac_status=$?
  22887. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22888. (exit $ac_status); }; }; then
  22889. ac_hi=-1 ac_mid=-1
  22890. while :; do
  22891. cat >conftest.$ac_ext <<_ACEOF
  22892. /* confdefs.h. */
  22893. _ACEOF
  22894. cat confdefs.h >>conftest.$ac_ext
  22895. cat >>conftest.$ac_ext <<_ACEOF
  22896. /* end confdefs.h. */
  22897. $ac_includes_default
  22898. int
  22899. main ()
  22900. {
  22901. static int test_array [1 - 2 * !(((long) (sizeof (unsigned short))) >= $ac_mid)];
  22902. test_array [0] = 0
  22903.  
  22904. ;
  22905. return 0;
  22906. }
  22907. _ACEOF
  22908. rm -f conftest.$ac_objext
  22909. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22910. (eval $ac_compile) 2>conftest.er1
  22911. ac_status=$?
  22912. grep -v '^ *+' conftest.er1 >conftest.err
  22913. rm -f conftest.er1
  22914. cat conftest.err >&5
  22915. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22916. (exit $ac_status); } &&
  22917. { ac_try='test -z "$ac_c_werror_flag"
  22918. || test ! -s conftest.err'
  22919. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22920. (eval $ac_try) 2>&5
  22921. ac_status=$?
  22922. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22923. (exit $ac_status); }; } &&
  22924. { ac_try='test -s conftest.$ac_objext'
  22925. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22926. (eval $ac_try) 2>&5
  22927. ac_status=$?
  22928. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22929. (exit $ac_status); }; }; then
  22930. ac_lo=$ac_mid; break
  22931. else
  22932. echo "$as_me: failed program was:" >&5
  22933. sed 's/^/| /' conftest.$ac_ext >&5
  22934.  
  22935. ac_hi=`expr '(' $ac_mid ')' - 1`
  22936. if test $ac_mid -le $ac_hi; then
  22937. ac_lo= ac_hi=
  22938. break
  22939. fi
  22940. ac_mid=`expr 2 '*' $ac_mid`
  22941. fi
  22942. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22943. done
  22944. else
  22945. echo "$as_me: failed program was:" >&5
  22946. sed 's/^/| /' conftest.$ac_ext >&5
  22947.  
  22948. ac_lo= ac_hi=
  22949. fi
  22950. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22951. fi
  22952. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  22953. # Binary search between lo and hi bounds.
  22954. while test "x$ac_lo" != "x$ac_hi"; do
  22955. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  22956. cat >conftest.$ac_ext <<_ACEOF
  22957. /* confdefs.h. */
  22958. _ACEOF
  22959. cat confdefs.h >>conftest.$ac_ext
  22960. cat >>conftest.$ac_ext <<_ACEOF
  22961. /* end confdefs.h. */
  22962. $ac_includes_default
  22963. int
  22964. main ()
  22965. {
  22966. static int test_array [1 - 2 * !(((long) (sizeof (unsigned short))) <= $ac_mid)];
  22967. test_array [0] = 0
  22968.  
  22969. ;
  22970. return 0;
  22971. }
  22972. _ACEOF
  22973. rm -f conftest.$ac_objext
  22974. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  22975. (eval $ac_compile) 2>conftest.er1
  22976. ac_status=$?
  22977. grep -v '^ *+' conftest.er1 >conftest.err
  22978. rm -f conftest.er1
  22979. cat conftest.err >&5
  22980. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22981. (exit $ac_status); } &&
  22982. { ac_try='test -z "$ac_c_werror_flag"
  22983. || test ! -s conftest.err'
  22984. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22985. (eval $ac_try) 2>&5
  22986. ac_status=$?
  22987. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22988. (exit $ac_status); }; } &&
  22989. { ac_try='test -s conftest.$ac_objext'
  22990. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  22991. (eval $ac_try) 2>&5
  22992. ac_status=$?
  22993. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  22994. (exit $ac_status); }; }; then
  22995. ac_hi=$ac_mid
  22996. else
  22997. echo "$as_me: failed program was:" >&5
  22998. sed 's/^/| /' conftest.$ac_ext >&5
  22999.  
  23000. ac_lo=`expr '(' $ac_mid ')' + 1`
  23001. fi
  23002. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23003. done
  23004. case $ac_lo in
  23005. ?*) ac_cv_sizeof_unsigned_short=$ac_lo;;
  23006. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned short), 77
  23007. See \`config.log' for more details." >&5
  23008. echo "$as_me: error: cannot compute sizeof (unsigned short), 77
  23009. See \`config.log' for more details." >&2;}
  23010. { (exit 1); exit 1; }; } ;;
  23011. esac
  23012. else
  23013. if test "$cross_compiling" = yes; then
  23014. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  23015. See \`config.log' for more details." >&5
  23016. echo "$as_me: error: cannot run test program while cross compiling
  23017. See \`config.log' for more details." >&2;}
  23018. { (exit 1); exit 1; }; }
  23019. else
  23020. cat >conftest.$ac_ext <<_ACEOF
  23021. /* confdefs.h. */
  23022. _ACEOF
  23023. cat confdefs.h >>conftest.$ac_ext
  23024. cat >>conftest.$ac_ext <<_ACEOF
  23025. /* end confdefs.h. */
  23026. $ac_includes_default
  23027. long longval () { return (long) (sizeof (unsigned short)); }
  23028. unsigned long ulongval () { return (long) (sizeof (unsigned short)); }
  23029. #include <stdio.h>
  23030. #include <stdlib.h>
  23031. int
  23032. main ()
  23033. {
  23034.  
  23035. FILE *f = fopen ("conftest.val", "w");
  23036. if (! f)
  23037. exit (1);
  23038. if (((long) (sizeof (unsigned short))) < 0)
  23039. {
  23040. long i = longval ();
  23041. if (i != ((long) (sizeof (unsigned short))))
  23042. exit (1);
  23043. fprintf (f, "%ld\n", i);
  23044. }
  23045. else
  23046. {
  23047. unsigned long i = ulongval ();
  23048. if (i != ((long) (sizeof (unsigned short))))
  23049. exit (1);
  23050. fprintf (f, "%lu\n", i);
  23051. }
  23052. exit (ferror (f) || fclose (f) != 0);
  23053.  
  23054. ;
  23055. return 0;
  23056. }
  23057. _ACEOF
  23058. rm -f conftest$ac_exeext
  23059. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  23060. (eval $ac_link) 2>&5
  23061. ac_status=$?
  23062. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23063. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  23064. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23065. (eval $ac_try) 2>&5
  23066. ac_status=$?
  23067. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23068. (exit $ac_status); }; }; then
  23069. ac_cv_sizeof_unsigned_short=`cat conftest.val`
  23070. else
  23071. echo "$as_me: program exited with status $ac_status" >&5
  23072. echo "$as_me: failed program was:" >&5
  23073. sed 's/^/| /' conftest.$ac_ext >&5
  23074.  
  23075. ( exit $ac_status )
  23076. { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned short), 77
  23077. See \`config.log' for more details." >&5
  23078. echo "$as_me: error: cannot compute sizeof (unsigned short), 77
  23079. See \`config.log' for more details." >&2;}
  23080. { (exit 1); exit 1; }; }
  23081. fi
  23082. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  23083. fi
  23084. fi
  23085. rm -f conftest.val
  23086. else
  23087. ac_cv_sizeof_unsigned_short=0
  23088. fi
  23089. fi
  23090. echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_short" >&5
  23091. echo "${ECHO_T}$ac_cv_sizeof_unsigned_short" >&6
  23092. cat >>confdefs.h <<_ACEOF
  23093. #define SIZEOF_UNSIGNED_SHORT $ac_cv_sizeof_unsigned_short
  23094. _ACEOF
  23095.  
  23096.  
  23097. echo "$as_me:$LINENO: checking for int" >&5
  23098. echo $ECHO_N "checking for int... $ECHO_C" >&6
  23099. if test "${ac_cv_type_int+set}" = set; then
  23100. echo $ECHO_N "(cached) $ECHO_C" >&6
  23101. else
  23102. cat >conftest.$ac_ext <<_ACEOF
  23103. /* confdefs.h. */
  23104. _ACEOF
  23105. cat confdefs.h >>conftest.$ac_ext
  23106. cat >>conftest.$ac_ext <<_ACEOF
  23107. /* end confdefs.h. */
  23108. $ac_includes_default
  23109. int
  23110. main ()
  23111. {
  23112. if ((int *) 0)
  23113. return 0;
  23114. if (sizeof (int))
  23115. return 0;
  23116. ;
  23117. return 0;
  23118. }
  23119. _ACEOF
  23120. rm -f conftest.$ac_objext
  23121. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23122. (eval $ac_compile) 2>conftest.er1
  23123. ac_status=$?
  23124. grep -v '^ *+' conftest.er1 >conftest.err
  23125. rm -f conftest.er1
  23126. cat conftest.err >&5
  23127. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23128. (exit $ac_status); } &&
  23129. { ac_try='test -z "$ac_c_werror_flag"
  23130. || test ! -s conftest.err'
  23131. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23132. (eval $ac_try) 2>&5
  23133. ac_status=$?
  23134. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23135. (exit $ac_status); }; } &&
  23136. { ac_try='test -s conftest.$ac_objext'
  23137. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23138. (eval $ac_try) 2>&5
  23139. ac_status=$?
  23140. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23141. (exit $ac_status); }; }; then
  23142. ac_cv_type_int=yes
  23143. else
  23144. echo "$as_me: failed program was:" >&5
  23145. sed 's/^/| /' conftest.$ac_ext >&5
  23146.  
  23147. ac_cv_type_int=no
  23148. fi
  23149. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23150. fi
  23151. echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
  23152. echo "${ECHO_T}$ac_cv_type_int" >&6
  23153.  
  23154. echo "$as_me:$LINENO: checking size of int" >&5
  23155. echo $ECHO_N "checking size of int... $ECHO_C" >&6
  23156. if test "${ac_cv_sizeof_int+set}" = set; then
  23157. echo $ECHO_N "(cached) $ECHO_C" >&6
  23158. else
  23159. if test "$ac_cv_type_int" = yes; then
  23160. # The cast to unsigned long works around a bug in the HP C Compiler
  23161. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  23162. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  23163. # This bug is HP SR number 8606223364.
  23164. if test "$cross_compiling" = yes; then
  23165. # Depending upon the size, compute the lo and hi bounds.
  23166. cat >conftest.$ac_ext <<_ACEOF
  23167. /* confdefs.h. */
  23168. _ACEOF
  23169. cat confdefs.h >>conftest.$ac_ext
  23170. cat >>conftest.$ac_ext <<_ACEOF
  23171. /* end confdefs.h. */
  23172. $ac_includes_default
  23173. int
  23174. main ()
  23175. {
  23176. static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
  23177. test_array [0] = 0
  23178.  
  23179. ;
  23180. return 0;
  23181. }
  23182. _ACEOF
  23183. rm -f conftest.$ac_objext
  23184. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23185. (eval $ac_compile) 2>conftest.er1
  23186. ac_status=$?
  23187. grep -v '^ *+' conftest.er1 >conftest.err
  23188. rm -f conftest.er1
  23189. cat conftest.err >&5
  23190. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23191. (exit $ac_status); } &&
  23192. { ac_try='test -z "$ac_c_werror_flag"
  23193. || test ! -s conftest.err'
  23194. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23195. (eval $ac_try) 2>&5
  23196. ac_status=$?
  23197. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23198. (exit $ac_status); }; } &&
  23199. { ac_try='test -s conftest.$ac_objext'
  23200. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23201. (eval $ac_try) 2>&5
  23202. ac_status=$?
  23203. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23204. (exit $ac_status); }; }; then
  23205. ac_lo=0 ac_mid=0
  23206. while :; do
  23207. cat >conftest.$ac_ext <<_ACEOF
  23208. /* confdefs.h. */
  23209. _ACEOF
  23210. cat confdefs.h >>conftest.$ac_ext
  23211. cat >>conftest.$ac_ext <<_ACEOF
  23212. /* end confdefs.h. */
  23213. $ac_includes_default
  23214. int
  23215. main ()
  23216. {
  23217. static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
  23218. test_array [0] = 0
  23219.  
  23220. ;
  23221. return 0;
  23222. }
  23223. _ACEOF
  23224. rm -f conftest.$ac_objext
  23225. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23226. (eval $ac_compile) 2>conftest.er1
  23227. ac_status=$?
  23228. grep -v '^ *+' conftest.er1 >conftest.err
  23229. rm -f conftest.er1
  23230. cat conftest.err >&5
  23231. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23232. (exit $ac_status); } &&
  23233. { ac_try='test -z "$ac_c_werror_flag"
  23234. || test ! -s conftest.err'
  23235. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23236. (eval $ac_try) 2>&5
  23237. ac_status=$?
  23238. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23239. (exit $ac_status); }; } &&
  23240. { ac_try='test -s conftest.$ac_objext'
  23241. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23242. (eval $ac_try) 2>&5
  23243. ac_status=$?
  23244. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23245. (exit $ac_status); }; }; then
  23246. ac_hi=$ac_mid; break
  23247. else
  23248. echo "$as_me: failed program was:" >&5
  23249. sed 's/^/| /' conftest.$ac_ext >&5
  23250.  
  23251. ac_lo=`expr $ac_mid + 1`
  23252. if test $ac_lo -le $ac_mid; then
  23253. ac_lo= ac_hi=
  23254. break
  23255. fi
  23256. ac_mid=`expr 2 '*' $ac_mid + 1`
  23257. fi
  23258. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23259. done
  23260. else
  23261. echo "$as_me: failed program was:" >&5
  23262. sed 's/^/| /' conftest.$ac_ext >&5
  23263.  
  23264. cat >conftest.$ac_ext <<_ACEOF
  23265. /* confdefs.h. */
  23266. _ACEOF
  23267. cat confdefs.h >>conftest.$ac_ext
  23268. cat >>conftest.$ac_ext <<_ACEOF
  23269. /* end confdefs.h. */
  23270. $ac_includes_default
  23271. int
  23272. main ()
  23273. {
  23274. static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
  23275. test_array [0] = 0
  23276.  
  23277. ;
  23278. return 0;
  23279. }
  23280. _ACEOF
  23281. rm -f conftest.$ac_objext
  23282. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23283. (eval $ac_compile) 2>conftest.er1
  23284. ac_status=$?
  23285. grep -v '^ *+' conftest.er1 >conftest.err
  23286. rm -f conftest.er1
  23287. cat conftest.err >&5
  23288. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23289. (exit $ac_status); } &&
  23290. { ac_try='test -z "$ac_c_werror_flag"
  23291. || test ! -s conftest.err'
  23292. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23293. (eval $ac_try) 2>&5
  23294. ac_status=$?
  23295. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23296. (exit $ac_status); }; } &&
  23297. { ac_try='test -s conftest.$ac_objext'
  23298. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23299. (eval $ac_try) 2>&5
  23300. ac_status=$?
  23301. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23302. (exit $ac_status); }; }; then
  23303. ac_hi=-1 ac_mid=-1
  23304. while :; do
  23305. cat >conftest.$ac_ext <<_ACEOF
  23306. /* confdefs.h. */
  23307. _ACEOF
  23308. cat confdefs.h >>conftest.$ac_ext
  23309. cat >>conftest.$ac_ext <<_ACEOF
  23310. /* end confdefs.h. */
  23311. $ac_includes_default
  23312. int
  23313. main ()
  23314. {
  23315. static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
  23316. test_array [0] = 0
  23317.  
  23318. ;
  23319. return 0;
  23320. }
  23321. _ACEOF
  23322. rm -f conftest.$ac_objext
  23323. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23324. (eval $ac_compile) 2>conftest.er1
  23325. ac_status=$?
  23326. grep -v '^ *+' conftest.er1 >conftest.err
  23327. rm -f conftest.er1
  23328. cat conftest.err >&5
  23329. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23330. (exit $ac_status); } &&
  23331. { ac_try='test -z "$ac_c_werror_flag"
  23332. || test ! -s conftest.err'
  23333. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23334. (eval $ac_try) 2>&5
  23335. ac_status=$?
  23336. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23337. (exit $ac_status); }; } &&
  23338. { ac_try='test -s conftest.$ac_objext'
  23339. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23340. (eval $ac_try) 2>&5
  23341. ac_status=$?
  23342. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23343. (exit $ac_status); }; }; then
  23344. ac_lo=$ac_mid; break
  23345. else
  23346. echo "$as_me: failed program was:" >&5
  23347. sed 's/^/| /' conftest.$ac_ext >&5
  23348.  
  23349. ac_hi=`expr '(' $ac_mid ')' - 1`
  23350. if test $ac_mid -le $ac_hi; then
  23351. ac_lo= ac_hi=
  23352. break
  23353. fi
  23354. ac_mid=`expr 2 '*' $ac_mid`
  23355. fi
  23356. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23357. done
  23358. else
  23359. echo "$as_me: failed program was:" >&5
  23360. sed 's/^/| /' conftest.$ac_ext >&5
  23361.  
  23362. ac_lo= ac_hi=
  23363. fi
  23364. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23365. fi
  23366. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23367. # Binary search between lo and hi bounds.
  23368. while test "x$ac_lo" != "x$ac_hi"; do
  23369. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  23370. cat >conftest.$ac_ext <<_ACEOF
  23371. /* confdefs.h. */
  23372. _ACEOF
  23373. cat confdefs.h >>conftest.$ac_ext
  23374. cat >>conftest.$ac_ext <<_ACEOF
  23375. /* end confdefs.h. */
  23376. $ac_includes_default
  23377. int
  23378. main ()
  23379. {
  23380. static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
  23381. test_array [0] = 0
  23382.  
  23383. ;
  23384. return 0;
  23385. }
  23386. _ACEOF
  23387. rm -f conftest.$ac_objext
  23388. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23389. (eval $ac_compile) 2>conftest.er1
  23390. ac_status=$?
  23391. grep -v '^ *+' conftest.er1 >conftest.err
  23392. rm -f conftest.er1
  23393. cat conftest.err >&5
  23394. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23395. (exit $ac_status); } &&
  23396. { ac_try='test -z "$ac_c_werror_flag"
  23397. || test ! -s conftest.err'
  23398. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23399. (eval $ac_try) 2>&5
  23400. ac_status=$?
  23401. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23402. (exit $ac_status); }; } &&
  23403. { ac_try='test -s conftest.$ac_objext'
  23404. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23405. (eval $ac_try) 2>&5
  23406. ac_status=$?
  23407. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23408. (exit $ac_status); }; }; then
  23409. ac_hi=$ac_mid
  23410. else
  23411. echo "$as_me: failed program was:" >&5
  23412. sed 's/^/| /' conftest.$ac_ext >&5
  23413.  
  23414. ac_lo=`expr '(' $ac_mid ')' + 1`
  23415. fi
  23416. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23417. done
  23418. case $ac_lo in
  23419. ?*) ac_cv_sizeof_int=$ac_lo;;
  23420. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
  23421. See \`config.log' for more details." >&5
  23422. echo "$as_me: error: cannot compute sizeof (int), 77
  23423. See \`config.log' for more details." >&2;}
  23424. { (exit 1); exit 1; }; } ;;
  23425. esac
  23426. else
  23427. if test "$cross_compiling" = yes; then
  23428. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  23429. See \`config.log' for more details." >&5
  23430. echo "$as_me: error: cannot run test program while cross compiling
  23431. See \`config.log' for more details." >&2;}
  23432. { (exit 1); exit 1; }; }
  23433. else
  23434. cat >conftest.$ac_ext <<_ACEOF
  23435. /* confdefs.h. */
  23436. _ACEOF
  23437. cat confdefs.h >>conftest.$ac_ext
  23438. cat >>conftest.$ac_ext <<_ACEOF
  23439. /* end confdefs.h. */
  23440. $ac_includes_default
  23441. long longval () { return (long) (sizeof (int)); }
  23442. unsigned long ulongval () { return (long) (sizeof (int)); }
  23443. #include <stdio.h>
  23444. #include <stdlib.h>
  23445. int
  23446. main ()
  23447. {
  23448.  
  23449. FILE *f = fopen ("conftest.val", "w");
  23450. if (! f)
  23451. exit (1);
  23452. if (((long) (sizeof (int))) < 0)
  23453. {
  23454. long i = longval ();
  23455. if (i != ((long) (sizeof (int))))
  23456. exit (1);
  23457. fprintf (f, "%ld\n", i);
  23458. }
  23459. else
  23460. {
  23461. unsigned long i = ulongval ();
  23462. if (i != ((long) (sizeof (int))))
  23463. exit (1);
  23464. fprintf (f, "%lu\n", i);
  23465. }
  23466. exit (ferror (f) || fclose (f) != 0);
  23467.  
  23468. ;
  23469. return 0;
  23470. }
  23471. _ACEOF
  23472. rm -f conftest$ac_exeext
  23473. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  23474. (eval $ac_link) 2>&5
  23475. ac_status=$?
  23476. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23477. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  23478. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23479. (eval $ac_try) 2>&5
  23480. ac_status=$?
  23481. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23482. (exit $ac_status); }; }; then
  23483. ac_cv_sizeof_int=`cat conftest.val`
  23484. else
  23485. echo "$as_me: program exited with status $ac_status" >&5
  23486. echo "$as_me: failed program was:" >&5
  23487. sed 's/^/| /' conftest.$ac_ext >&5
  23488.  
  23489. ( exit $ac_status )
  23490. { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
  23491. See \`config.log' for more details." >&5
  23492. echo "$as_me: error: cannot compute sizeof (int), 77
  23493. See \`config.log' for more details." >&2;}
  23494. { (exit 1); exit 1; }; }
  23495. fi
  23496. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  23497. fi
  23498. fi
  23499. rm -f conftest.val
  23500. else
  23501. ac_cv_sizeof_int=0
  23502. fi
  23503. fi
  23504. echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
  23505. echo "${ECHO_T}$ac_cv_sizeof_int" >&6
  23506. cat >>confdefs.h <<_ACEOF
  23507. #define SIZEOF_INT $ac_cv_sizeof_int
  23508. _ACEOF
  23509.  
  23510.  
  23511. echo "$as_me:$LINENO: checking for unsigned int" >&5
  23512. echo $ECHO_N "checking for unsigned int... $ECHO_C" >&6
  23513. if test "${ac_cv_type_unsigned_int+set}" = set; then
  23514. echo $ECHO_N "(cached) $ECHO_C" >&6
  23515. else
  23516. cat >conftest.$ac_ext <<_ACEOF
  23517. /* confdefs.h. */
  23518. _ACEOF
  23519. cat confdefs.h >>conftest.$ac_ext
  23520. cat >>conftest.$ac_ext <<_ACEOF
  23521. /* end confdefs.h. */
  23522. $ac_includes_default
  23523. int
  23524. main ()
  23525. {
  23526. if ((unsigned int *) 0)
  23527. return 0;
  23528. if (sizeof (unsigned int))
  23529. return 0;
  23530. ;
  23531. return 0;
  23532. }
  23533. _ACEOF
  23534. rm -f conftest.$ac_objext
  23535. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23536. (eval $ac_compile) 2>conftest.er1
  23537. ac_status=$?
  23538. grep -v '^ *+' conftest.er1 >conftest.err
  23539. rm -f conftest.er1
  23540. cat conftest.err >&5
  23541. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23542. (exit $ac_status); } &&
  23543. { ac_try='test -z "$ac_c_werror_flag"
  23544. || test ! -s conftest.err'
  23545. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23546. (eval $ac_try) 2>&5
  23547. ac_status=$?
  23548. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23549. (exit $ac_status); }; } &&
  23550. { ac_try='test -s conftest.$ac_objext'
  23551. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23552. (eval $ac_try) 2>&5
  23553. ac_status=$?
  23554. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23555. (exit $ac_status); }; }; then
  23556. ac_cv_type_unsigned_int=yes
  23557. else
  23558. echo "$as_me: failed program was:" >&5
  23559. sed 's/^/| /' conftest.$ac_ext >&5
  23560.  
  23561. ac_cv_type_unsigned_int=no
  23562. fi
  23563. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23564. fi
  23565. echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_int" >&5
  23566. echo "${ECHO_T}$ac_cv_type_unsigned_int" >&6
  23567.  
  23568. echo "$as_me:$LINENO: checking size of unsigned int" >&5
  23569. echo $ECHO_N "checking size of unsigned int... $ECHO_C" >&6
  23570. if test "${ac_cv_sizeof_unsigned_int+set}" = set; then
  23571. echo $ECHO_N "(cached) $ECHO_C" >&6
  23572. else
  23573. if test "$ac_cv_type_unsigned_int" = yes; then
  23574. # The cast to unsigned long works around a bug in the HP C Compiler
  23575. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  23576. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  23577. # This bug is HP SR number 8606223364.
  23578. if test "$cross_compiling" = yes; then
  23579. # Depending upon the size, compute the lo and hi bounds.
  23580. cat >conftest.$ac_ext <<_ACEOF
  23581. /* confdefs.h. */
  23582. _ACEOF
  23583. cat confdefs.h >>conftest.$ac_ext
  23584. cat >>conftest.$ac_ext <<_ACEOF
  23585. /* end confdefs.h. */
  23586. $ac_includes_default
  23587. int
  23588. main ()
  23589. {
  23590. static int test_array [1 - 2 * !(((long) (sizeof (unsigned int))) >= 0)];
  23591. test_array [0] = 0
  23592.  
  23593. ;
  23594. return 0;
  23595. }
  23596. _ACEOF
  23597. rm -f conftest.$ac_objext
  23598. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23599. (eval $ac_compile) 2>conftest.er1
  23600. ac_status=$?
  23601. grep -v '^ *+' conftest.er1 >conftest.err
  23602. rm -f conftest.er1
  23603. cat conftest.err >&5
  23604. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23605. (exit $ac_status); } &&
  23606. { ac_try='test -z "$ac_c_werror_flag"
  23607. || test ! -s conftest.err'
  23608. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23609. (eval $ac_try) 2>&5
  23610. ac_status=$?
  23611. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23612. (exit $ac_status); }; } &&
  23613. { ac_try='test -s conftest.$ac_objext'
  23614. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23615. (eval $ac_try) 2>&5
  23616. ac_status=$?
  23617. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23618. (exit $ac_status); }; }; then
  23619. ac_lo=0 ac_mid=0
  23620. while :; do
  23621. cat >conftest.$ac_ext <<_ACEOF
  23622. /* confdefs.h. */
  23623. _ACEOF
  23624. cat confdefs.h >>conftest.$ac_ext
  23625. cat >>conftest.$ac_ext <<_ACEOF
  23626. /* end confdefs.h. */
  23627. $ac_includes_default
  23628. int
  23629. main ()
  23630. {
  23631. static int test_array [1 - 2 * !(((long) (sizeof (unsigned int))) <= $ac_mid)];
  23632. test_array [0] = 0
  23633.  
  23634. ;
  23635. return 0;
  23636. }
  23637. _ACEOF
  23638. rm -f conftest.$ac_objext
  23639. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23640. (eval $ac_compile) 2>conftest.er1
  23641. ac_status=$?
  23642. grep -v '^ *+' conftest.er1 >conftest.err
  23643. rm -f conftest.er1
  23644. cat conftest.err >&5
  23645. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23646. (exit $ac_status); } &&
  23647. { ac_try='test -z "$ac_c_werror_flag"
  23648. || test ! -s conftest.err'
  23649. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23650. (eval $ac_try) 2>&5
  23651. ac_status=$?
  23652. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23653. (exit $ac_status); }; } &&
  23654. { ac_try='test -s conftest.$ac_objext'
  23655. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23656. (eval $ac_try) 2>&5
  23657. ac_status=$?
  23658. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23659. (exit $ac_status); }; }; then
  23660. ac_hi=$ac_mid; break
  23661. else
  23662. echo "$as_me: failed program was:" >&5
  23663. sed 's/^/| /' conftest.$ac_ext >&5
  23664.  
  23665. ac_lo=`expr $ac_mid + 1`
  23666. if test $ac_lo -le $ac_mid; then
  23667. ac_lo= ac_hi=
  23668. break
  23669. fi
  23670. ac_mid=`expr 2 '*' $ac_mid + 1`
  23671. fi
  23672. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23673. done
  23674. else
  23675. echo "$as_me: failed program was:" >&5
  23676. sed 's/^/| /' conftest.$ac_ext >&5
  23677.  
  23678. cat >conftest.$ac_ext <<_ACEOF
  23679. /* confdefs.h. */
  23680. _ACEOF
  23681. cat confdefs.h >>conftest.$ac_ext
  23682. cat >>conftest.$ac_ext <<_ACEOF
  23683. /* end confdefs.h. */
  23684. $ac_includes_default
  23685. int
  23686. main ()
  23687. {
  23688. static int test_array [1 - 2 * !(((long) (sizeof (unsigned int))) < 0)];
  23689. test_array [0] = 0
  23690.  
  23691. ;
  23692. return 0;
  23693. }
  23694. _ACEOF
  23695. rm -f conftest.$ac_objext
  23696. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23697. (eval $ac_compile) 2>conftest.er1
  23698. ac_status=$?
  23699. grep -v '^ *+' conftest.er1 >conftest.err
  23700. rm -f conftest.er1
  23701. cat conftest.err >&5
  23702. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23703. (exit $ac_status); } &&
  23704. { ac_try='test -z "$ac_c_werror_flag"
  23705. || test ! -s conftest.err'
  23706. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23707. (eval $ac_try) 2>&5
  23708. ac_status=$?
  23709. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23710. (exit $ac_status); }; } &&
  23711. { ac_try='test -s conftest.$ac_objext'
  23712. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23713. (eval $ac_try) 2>&5
  23714. ac_status=$?
  23715. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23716. (exit $ac_status); }; }; then
  23717. ac_hi=-1 ac_mid=-1
  23718. while :; do
  23719. cat >conftest.$ac_ext <<_ACEOF
  23720. /* confdefs.h. */
  23721. _ACEOF
  23722. cat confdefs.h >>conftest.$ac_ext
  23723. cat >>conftest.$ac_ext <<_ACEOF
  23724. /* end confdefs.h. */
  23725. $ac_includes_default
  23726. int
  23727. main ()
  23728. {
  23729. static int test_array [1 - 2 * !(((long) (sizeof (unsigned int))) >= $ac_mid)];
  23730. test_array [0] = 0
  23731.  
  23732. ;
  23733. return 0;
  23734. }
  23735. _ACEOF
  23736. rm -f conftest.$ac_objext
  23737. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23738. (eval $ac_compile) 2>conftest.er1
  23739. ac_status=$?
  23740. grep -v '^ *+' conftest.er1 >conftest.err
  23741. rm -f conftest.er1
  23742. cat conftest.err >&5
  23743. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23744. (exit $ac_status); } &&
  23745. { ac_try='test -z "$ac_c_werror_flag"
  23746. || test ! -s conftest.err'
  23747. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23748. (eval $ac_try) 2>&5
  23749. ac_status=$?
  23750. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23751. (exit $ac_status); }; } &&
  23752. { ac_try='test -s conftest.$ac_objext'
  23753. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23754. (eval $ac_try) 2>&5
  23755. ac_status=$?
  23756. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23757. (exit $ac_status); }; }; then
  23758. ac_lo=$ac_mid; break
  23759. else
  23760. echo "$as_me: failed program was:" >&5
  23761. sed 's/^/| /' conftest.$ac_ext >&5
  23762.  
  23763. ac_hi=`expr '(' $ac_mid ')' - 1`
  23764. if test $ac_mid -le $ac_hi; then
  23765. ac_lo= ac_hi=
  23766. break
  23767. fi
  23768. ac_mid=`expr 2 '*' $ac_mid`
  23769. fi
  23770. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23771. done
  23772. else
  23773. echo "$as_me: failed program was:" >&5
  23774. sed 's/^/| /' conftest.$ac_ext >&5
  23775.  
  23776. ac_lo= ac_hi=
  23777. fi
  23778. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23779. fi
  23780. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23781. # Binary search between lo and hi bounds.
  23782. while test "x$ac_lo" != "x$ac_hi"; do
  23783. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  23784. cat >conftest.$ac_ext <<_ACEOF
  23785. /* confdefs.h. */
  23786. _ACEOF
  23787. cat confdefs.h >>conftest.$ac_ext
  23788. cat >>conftest.$ac_ext <<_ACEOF
  23789. /* end confdefs.h. */
  23790. $ac_includes_default
  23791. int
  23792. main ()
  23793. {
  23794. static int test_array [1 - 2 * !(((long) (sizeof (unsigned int))) <= $ac_mid)];
  23795. test_array [0] = 0
  23796.  
  23797. ;
  23798. return 0;
  23799. }
  23800. _ACEOF
  23801. rm -f conftest.$ac_objext
  23802. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23803. (eval $ac_compile) 2>conftest.er1
  23804. ac_status=$?
  23805. grep -v '^ *+' conftest.er1 >conftest.err
  23806. rm -f conftest.er1
  23807. cat conftest.err >&5
  23808. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23809. (exit $ac_status); } &&
  23810. { ac_try='test -z "$ac_c_werror_flag"
  23811. || test ! -s conftest.err'
  23812. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23813. (eval $ac_try) 2>&5
  23814. ac_status=$?
  23815. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23816. (exit $ac_status); }; } &&
  23817. { ac_try='test -s conftest.$ac_objext'
  23818. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23819. (eval $ac_try) 2>&5
  23820. ac_status=$?
  23821. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23822. (exit $ac_status); }; }; then
  23823. ac_hi=$ac_mid
  23824. else
  23825. echo "$as_me: failed program was:" >&5
  23826. sed 's/^/| /' conftest.$ac_ext >&5
  23827.  
  23828. ac_lo=`expr '(' $ac_mid ')' + 1`
  23829. fi
  23830. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23831. done
  23832. case $ac_lo in
  23833. ?*) ac_cv_sizeof_unsigned_int=$ac_lo;;
  23834. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned int), 77
  23835. See \`config.log' for more details." >&5
  23836. echo "$as_me: error: cannot compute sizeof (unsigned int), 77
  23837. See \`config.log' for more details." >&2;}
  23838. { (exit 1); exit 1; }; } ;;
  23839. esac
  23840. else
  23841. if test "$cross_compiling" = yes; then
  23842. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  23843. See \`config.log' for more details." >&5
  23844. echo "$as_me: error: cannot run test program while cross compiling
  23845. See \`config.log' for more details." >&2;}
  23846. { (exit 1); exit 1; }; }
  23847. else
  23848. cat >conftest.$ac_ext <<_ACEOF
  23849. /* confdefs.h. */
  23850. _ACEOF
  23851. cat confdefs.h >>conftest.$ac_ext
  23852. cat >>conftest.$ac_ext <<_ACEOF
  23853. /* end confdefs.h. */
  23854. $ac_includes_default
  23855. long longval () { return (long) (sizeof (unsigned int)); }
  23856. unsigned long ulongval () { return (long) (sizeof (unsigned int)); }
  23857. #include <stdio.h>
  23858. #include <stdlib.h>
  23859. int
  23860. main ()
  23861. {
  23862.  
  23863. FILE *f = fopen ("conftest.val", "w");
  23864. if (! f)
  23865. exit (1);
  23866. if (((long) (sizeof (unsigned int))) < 0)
  23867. {
  23868. long i = longval ();
  23869. if (i != ((long) (sizeof (unsigned int))))
  23870. exit (1);
  23871. fprintf (f, "%ld\n", i);
  23872. }
  23873. else
  23874. {
  23875. unsigned long i = ulongval ();
  23876. if (i != ((long) (sizeof (unsigned int))))
  23877. exit (1);
  23878. fprintf (f, "%lu\n", i);
  23879. }
  23880. exit (ferror (f) || fclose (f) != 0);
  23881.  
  23882. ;
  23883. return 0;
  23884. }
  23885. _ACEOF
  23886. rm -f conftest$ac_exeext
  23887. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  23888. (eval $ac_link) 2>&5
  23889. ac_status=$?
  23890. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23891. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  23892. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23893. (eval $ac_try) 2>&5
  23894. ac_status=$?
  23895. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23896. (exit $ac_status); }; }; then
  23897. ac_cv_sizeof_unsigned_int=`cat conftest.val`
  23898. else
  23899. echo "$as_me: program exited with status $ac_status" >&5
  23900. echo "$as_me: failed program was:" >&5
  23901. sed 's/^/| /' conftest.$ac_ext >&5
  23902.  
  23903. ( exit $ac_status )
  23904. { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned int), 77
  23905. See \`config.log' for more details." >&5
  23906. echo "$as_me: error: cannot compute sizeof (unsigned int), 77
  23907. See \`config.log' for more details." >&2;}
  23908. { (exit 1); exit 1; }; }
  23909. fi
  23910. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  23911. fi
  23912. fi
  23913. rm -f conftest.val
  23914. else
  23915. ac_cv_sizeof_unsigned_int=0
  23916. fi
  23917. fi
  23918. echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_int" >&5
  23919. echo "${ECHO_T}$ac_cv_sizeof_unsigned_int" >&6
  23920. cat >>confdefs.h <<_ACEOF
  23921. #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
  23922. _ACEOF
  23923.  
  23924.  
  23925. echo "$as_me:$LINENO: checking for long" >&5
  23926. echo $ECHO_N "checking for long... $ECHO_C" >&6
  23927. if test "${ac_cv_type_long+set}" = set; then
  23928. echo $ECHO_N "(cached) $ECHO_C" >&6
  23929. else
  23930. cat >conftest.$ac_ext <<_ACEOF
  23931. /* confdefs.h. */
  23932. _ACEOF
  23933. cat confdefs.h >>conftest.$ac_ext
  23934. cat >>conftest.$ac_ext <<_ACEOF
  23935. /* end confdefs.h. */
  23936. $ac_includes_default
  23937. int
  23938. main ()
  23939. {
  23940. if ((long *) 0)
  23941. return 0;
  23942. if (sizeof (long))
  23943. return 0;
  23944. ;
  23945. return 0;
  23946. }
  23947. _ACEOF
  23948. rm -f conftest.$ac_objext
  23949. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  23950. (eval $ac_compile) 2>conftest.er1
  23951. ac_status=$?
  23952. grep -v '^ *+' conftest.er1 >conftest.err
  23953. rm -f conftest.er1
  23954. cat conftest.err >&5
  23955. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23956. (exit $ac_status); } &&
  23957. { ac_try='test -z "$ac_c_werror_flag"
  23958. || test ! -s conftest.err'
  23959. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23960. (eval $ac_try) 2>&5
  23961. ac_status=$?
  23962. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23963. (exit $ac_status); }; } &&
  23964. { ac_try='test -s conftest.$ac_objext'
  23965. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  23966. (eval $ac_try) 2>&5
  23967. ac_status=$?
  23968. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  23969. (exit $ac_status); }; }; then
  23970. ac_cv_type_long=yes
  23971. else
  23972. echo "$as_me: failed program was:" >&5
  23973. sed 's/^/| /' conftest.$ac_ext >&5
  23974.  
  23975. ac_cv_type_long=no
  23976. fi
  23977. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  23978. fi
  23979. echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
  23980. echo "${ECHO_T}$ac_cv_type_long" >&6
  23981.  
  23982. echo "$as_me:$LINENO: checking size of long" >&5
  23983. echo $ECHO_N "checking size of long... $ECHO_C" >&6
  23984. if test "${ac_cv_sizeof_long+set}" = set; then
  23985. echo $ECHO_N "(cached) $ECHO_C" >&6
  23986. else
  23987. if test "$ac_cv_type_long" = yes; then
  23988. # The cast to unsigned long works around a bug in the HP C Compiler
  23989. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  23990. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  23991. # This bug is HP SR number 8606223364.
  23992. if test "$cross_compiling" = yes; then
  23993. # Depending upon the size, compute the lo and hi bounds.
  23994. cat >conftest.$ac_ext <<_ACEOF
  23995. /* confdefs.h. */
  23996. _ACEOF
  23997. cat confdefs.h >>conftest.$ac_ext
  23998. cat >>conftest.$ac_ext <<_ACEOF
  23999. /* end confdefs.h. */
  24000. $ac_includes_default
  24001. int
  24002. main ()
  24003. {
  24004. static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
  24005. test_array [0] = 0
  24006.  
  24007. ;
  24008. return 0;
  24009. }
  24010. _ACEOF
  24011. rm -f conftest.$ac_objext
  24012. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24013. (eval $ac_compile) 2>conftest.er1
  24014. ac_status=$?
  24015. grep -v '^ *+' conftest.er1 >conftest.err
  24016. rm -f conftest.er1
  24017. cat conftest.err >&5
  24018. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24019. (exit $ac_status); } &&
  24020. { ac_try='test -z "$ac_c_werror_flag"
  24021. || test ! -s conftest.err'
  24022. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24023. (eval $ac_try) 2>&5
  24024. ac_status=$?
  24025. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24026. (exit $ac_status); }; } &&
  24027. { ac_try='test -s conftest.$ac_objext'
  24028. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24029. (eval $ac_try) 2>&5
  24030. ac_status=$?
  24031. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24032. (exit $ac_status); }; }; then
  24033. ac_lo=0 ac_mid=0
  24034. while :; do
  24035. cat >conftest.$ac_ext <<_ACEOF
  24036. /* confdefs.h. */
  24037. _ACEOF
  24038. cat confdefs.h >>conftest.$ac_ext
  24039. cat >>conftest.$ac_ext <<_ACEOF
  24040. /* end confdefs.h. */
  24041. $ac_includes_default
  24042. int
  24043. main ()
  24044. {
  24045. static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
  24046. test_array [0] = 0
  24047.  
  24048. ;
  24049. return 0;
  24050. }
  24051. _ACEOF
  24052. rm -f conftest.$ac_objext
  24053. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24054. (eval $ac_compile) 2>conftest.er1
  24055. ac_status=$?
  24056. grep -v '^ *+' conftest.er1 >conftest.err
  24057. rm -f conftest.er1
  24058. cat conftest.err >&5
  24059. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24060. (exit $ac_status); } &&
  24061. { ac_try='test -z "$ac_c_werror_flag"
  24062. || test ! -s conftest.err'
  24063. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24064. (eval $ac_try) 2>&5
  24065. ac_status=$?
  24066. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24067. (exit $ac_status); }; } &&
  24068. { ac_try='test -s conftest.$ac_objext'
  24069. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24070. (eval $ac_try) 2>&5
  24071. ac_status=$?
  24072. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24073. (exit $ac_status); }; }; then
  24074. ac_hi=$ac_mid; break
  24075. else
  24076. echo "$as_me: failed program was:" >&5
  24077. sed 's/^/| /' conftest.$ac_ext >&5
  24078.  
  24079. ac_lo=`expr $ac_mid + 1`
  24080. if test $ac_lo -le $ac_mid; then
  24081. ac_lo= ac_hi=
  24082. break
  24083. fi
  24084. ac_mid=`expr 2 '*' $ac_mid + 1`
  24085. fi
  24086. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24087. done
  24088. else
  24089. echo "$as_me: failed program was:" >&5
  24090. sed 's/^/| /' conftest.$ac_ext >&5
  24091.  
  24092. cat >conftest.$ac_ext <<_ACEOF
  24093. /* confdefs.h. */
  24094. _ACEOF
  24095. cat confdefs.h >>conftest.$ac_ext
  24096. cat >>conftest.$ac_ext <<_ACEOF
  24097. /* end confdefs.h. */
  24098. $ac_includes_default
  24099. int
  24100. main ()
  24101. {
  24102. static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
  24103. test_array [0] = 0
  24104.  
  24105. ;
  24106. return 0;
  24107. }
  24108. _ACEOF
  24109. rm -f conftest.$ac_objext
  24110. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24111. (eval $ac_compile) 2>conftest.er1
  24112. ac_status=$?
  24113. grep -v '^ *+' conftest.er1 >conftest.err
  24114. rm -f conftest.er1
  24115. cat conftest.err >&5
  24116. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24117. (exit $ac_status); } &&
  24118. { ac_try='test -z "$ac_c_werror_flag"
  24119. || test ! -s conftest.err'
  24120. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24121. (eval $ac_try) 2>&5
  24122. ac_status=$?
  24123. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24124. (exit $ac_status); }; } &&
  24125. { ac_try='test -s conftest.$ac_objext'
  24126. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24127. (eval $ac_try) 2>&5
  24128. ac_status=$?
  24129. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24130. (exit $ac_status); }; }; then
  24131. ac_hi=-1 ac_mid=-1
  24132. while :; do
  24133. cat >conftest.$ac_ext <<_ACEOF
  24134. /* confdefs.h. */
  24135. _ACEOF
  24136. cat confdefs.h >>conftest.$ac_ext
  24137. cat >>conftest.$ac_ext <<_ACEOF
  24138. /* end confdefs.h. */
  24139. $ac_includes_default
  24140. int
  24141. main ()
  24142. {
  24143. static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
  24144. test_array [0] = 0
  24145.  
  24146. ;
  24147. return 0;
  24148. }
  24149. _ACEOF
  24150. rm -f conftest.$ac_objext
  24151. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24152. (eval $ac_compile) 2>conftest.er1
  24153. ac_status=$?
  24154. grep -v '^ *+' conftest.er1 >conftest.err
  24155. rm -f conftest.er1
  24156. cat conftest.err >&5
  24157. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24158. (exit $ac_status); } &&
  24159. { ac_try='test -z "$ac_c_werror_flag"
  24160. || test ! -s conftest.err'
  24161. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24162. (eval $ac_try) 2>&5
  24163. ac_status=$?
  24164. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24165. (exit $ac_status); }; } &&
  24166. { ac_try='test -s conftest.$ac_objext'
  24167. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24168. (eval $ac_try) 2>&5
  24169. ac_status=$?
  24170. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24171. (exit $ac_status); }; }; then
  24172. ac_lo=$ac_mid; break
  24173. else
  24174. echo "$as_me: failed program was:" >&5
  24175. sed 's/^/| /' conftest.$ac_ext >&5
  24176.  
  24177. ac_hi=`expr '(' $ac_mid ')' - 1`
  24178. if test $ac_mid -le $ac_hi; then
  24179. ac_lo= ac_hi=
  24180. break
  24181. fi
  24182. ac_mid=`expr 2 '*' $ac_mid`
  24183. fi
  24184. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24185. done
  24186. else
  24187. echo "$as_me: failed program was:" >&5
  24188. sed 's/^/| /' conftest.$ac_ext >&5
  24189.  
  24190. ac_lo= ac_hi=
  24191. fi
  24192. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24193. fi
  24194. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24195. # Binary search between lo and hi bounds.
  24196. while test "x$ac_lo" != "x$ac_hi"; do
  24197. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  24198. cat >conftest.$ac_ext <<_ACEOF
  24199. /* confdefs.h. */
  24200. _ACEOF
  24201. cat confdefs.h >>conftest.$ac_ext
  24202. cat >>conftest.$ac_ext <<_ACEOF
  24203. /* end confdefs.h. */
  24204. $ac_includes_default
  24205. int
  24206. main ()
  24207. {
  24208. static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
  24209. test_array [0] = 0
  24210.  
  24211. ;
  24212. return 0;
  24213. }
  24214. _ACEOF
  24215. rm -f conftest.$ac_objext
  24216. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24217. (eval $ac_compile) 2>conftest.er1
  24218. ac_status=$?
  24219. grep -v '^ *+' conftest.er1 >conftest.err
  24220. rm -f conftest.er1
  24221. cat conftest.err >&5
  24222. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24223. (exit $ac_status); } &&
  24224. { ac_try='test -z "$ac_c_werror_flag"
  24225. || test ! -s conftest.err'
  24226. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24227. (eval $ac_try) 2>&5
  24228. ac_status=$?
  24229. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24230. (exit $ac_status); }; } &&
  24231. { ac_try='test -s conftest.$ac_objext'
  24232. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24233. (eval $ac_try) 2>&5
  24234. ac_status=$?
  24235. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24236. (exit $ac_status); }; }; then
  24237. ac_hi=$ac_mid
  24238. else
  24239. echo "$as_me: failed program was:" >&5
  24240. sed 's/^/| /' conftest.$ac_ext >&5
  24241.  
  24242. ac_lo=`expr '(' $ac_mid ')' + 1`
  24243. fi
  24244. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24245. done
  24246. case $ac_lo in
  24247. ?*) ac_cv_sizeof_long=$ac_lo;;
  24248. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
  24249. See \`config.log' for more details." >&5
  24250. echo "$as_me: error: cannot compute sizeof (long), 77
  24251. See \`config.log' for more details." >&2;}
  24252. { (exit 1); exit 1; }; } ;;
  24253. esac
  24254. else
  24255. if test "$cross_compiling" = yes; then
  24256. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  24257. See \`config.log' for more details." >&5
  24258. echo "$as_me: error: cannot run test program while cross compiling
  24259. See \`config.log' for more details." >&2;}
  24260. { (exit 1); exit 1; }; }
  24261. else
  24262. cat >conftest.$ac_ext <<_ACEOF
  24263. /* confdefs.h. */
  24264. _ACEOF
  24265. cat confdefs.h >>conftest.$ac_ext
  24266. cat >>conftest.$ac_ext <<_ACEOF
  24267. /* end confdefs.h. */
  24268. $ac_includes_default
  24269. long longval () { return (long) (sizeof (long)); }
  24270. unsigned long ulongval () { return (long) (sizeof (long)); }
  24271. #include <stdio.h>
  24272. #include <stdlib.h>
  24273. int
  24274. main ()
  24275. {
  24276.  
  24277. FILE *f = fopen ("conftest.val", "w");
  24278. if (! f)
  24279. exit (1);
  24280. if (((long) (sizeof (long))) < 0)
  24281. {
  24282. long i = longval ();
  24283. if (i != ((long) (sizeof (long))))
  24284. exit (1);
  24285. fprintf (f, "%ld\n", i);
  24286. }
  24287. else
  24288. {
  24289. unsigned long i = ulongval ();
  24290. if (i != ((long) (sizeof (long))))
  24291. exit (1);
  24292. fprintf (f, "%lu\n", i);
  24293. }
  24294. exit (ferror (f) || fclose (f) != 0);
  24295.  
  24296. ;
  24297. return 0;
  24298. }
  24299. _ACEOF
  24300. rm -f conftest$ac_exeext
  24301. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  24302. (eval $ac_link) 2>&5
  24303. ac_status=$?
  24304. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24305. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  24306. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24307. (eval $ac_try) 2>&5
  24308. ac_status=$?
  24309. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24310. (exit $ac_status); }; }; then
  24311. ac_cv_sizeof_long=`cat conftest.val`
  24312. else
  24313. echo "$as_me: program exited with status $ac_status" >&5
  24314. echo "$as_me: failed program was:" >&5
  24315. sed 's/^/| /' conftest.$ac_ext >&5
  24316.  
  24317. ( exit $ac_status )
  24318. { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
  24319. See \`config.log' for more details." >&5
  24320. echo "$as_me: error: cannot compute sizeof (long), 77
  24321. See \`config.log' for more details." >&2;}
  24322. { (exit 1); exit 1; }; }
  24323. fi
  24324. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  24325. fi
  24326. fi
  24327. rm -f conftest.val
  24328. else
  24329. ac_cv_sizeof_long=0
  24330. fi
  24331. fi
  24332. echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
  24333. echo "${ECHO_T}$ac_cv_sizeof_long" >&6
  24334. cat >>confdefs.h <<_ACEOF
  24335. #define SIZEOF_LONG $ac_cv_sizeof_long
  24336. _ACEOF
  24337.  
  24338.  
  24339. echo "$as_me:$LINENO: checking for unsigned long" >&5
  24340. echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
  24341. if test "${ac_cv_type_unsigned_long+set}" = set; then
  24342. echo $ECHO_N "(cached) $ECHO_C" >&6
  24343. else
  24344. cat >conftest.$ac_ext <<_ACEOF
  24345. /* confdefs.h. */
  24346. _ACEOF
  24347. cat confdefs.h >>conftest.$ac_ext
  24348. cat >>conftest.$ac_ext <<_ACEOF
  24349. /* end confdefs.h. */
  24350. $ac_includes_default
  24351. int
  24352. main ()
  24353. {
  24354. if ((unsigned long *) 0)
  24355. return 0;
  24356. if (sizeof (unsigned long))
  24357. return 0;
  24358. ;
  24359. return 0;
  24360. }
  24361. _ACEOF
  24362. rm -f conftest.$ac_objext
  24363. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24364. (eval $ac_compile) 2>conftest.er1
  24365. ac_status=$?
  24366. grep -v '^ *+' conftest.er1 >conftest.err
  24367. rm -f conftest.er1
  24368. cat conftest.err >&5
  24369. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24370. (exit $ac_status); } &&
  24371. { ac_try='test -z "$ac_c_werror_flag"
  24372. || test ! -s conftest.err'
  24373. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24374. (eval $ac_try) 2>&5
  24375. ac_status=$?
  24376. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24377. (exit $ac_status); }; } &&
  24378. { ac_try='test -s conftest.$ac_objext'
  24379. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24380. (eval $ac_try) 2>&5
  24381. ac_status=$?
  24382. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24383. (exit $ac_status); }; }; then
  24384. ac_cv_type_unsigned_long=yes
  24385. else
  24386. echo "$as_me: failed program was:" >&5
  24387. sed 's/^/| /' conftest.$ac_ext >&5
  24388.  
  24389. ac_cv_type_unsigned_long=no
  24390. fi
  24391. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24392. fi
  24393. echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
  24394. echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
  24395.  
  24396. echo "$as_me:$LINENO: checking size of unsigned long" >&5
  24397. echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
  24398. if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
  24399. echo $ECHO_N "(cached) $ECHO_C" >&6
  24400. else
  24401. if test "$ac_cv_type_unsigned_long" = yes; then
  24402. # The cast to unsigned long works around a bug in the HP C Compiler
  24403. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  24404. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  24405. # This bug is HP SR number 8606223364.
  24406. if test "$cross_compiling" = yes; then
  24407. # Depending upon the size, compute the lo and hi bounds.
  24408. cat >conftest.$ac_ext <<_ACEOF
  24409. /* confdefs.h. */
  24410. _ACEOF
  24411. cat confdefs.h >>conftest.$ac_ext
  24412. cat >>conftest.$ac_ext <<_ACEOF
  24413. /* end confdefs.h. */
  24414. $ac_includes_default
  24415. int
  24416. main ()
  24417. {
  24418. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)];
  24419. test_array [0] = 0
  24420.  
  24421. ;
  24422. return 0;
  24423. }
  24424. _ACEOF
  24425. rm -f conftest.$ac_objext
  24426. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24427. (eval $ac_compile) 2>conftest.er1
  24428. ac_status=$?
  24429. grep -v '^ *+' conftest.er1 >conftest.err
  24430. rm -f conftest.er1
  24431. cat conftest.err >&5
  24432. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24433. (exit $ac_status); } &&
  24434. { ac_try='test -z "$ac_c_werror_flag"
  24435. || test ! -s conftest.err'
  24436. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24437. (eval $ac_try) 2>&5
  24438. ac_status=$?
  24439. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24440. (exit $ac_status); }; } &&
  24441. { ac_try='test -s conftest.$ac_objext'
  24442. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24443. (eval $ac_try) 2>&5
  24444. ac_status=$?
  24445. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24446. (exit $ac_status); }; }; then
  24447. ac_lo=0 ac_mid=0
  24448. while :; do
  24449. cat >conftest.$ac_ext <<_ACEOF
  24450. /* confdefs.h. */
  24451. _ACEOF
  24452. cat confdefs.h >>conftest.$ac_ext
  24453. cat >>conftest.$ac_ext <<_ACEOF
  24454. /* end confdefs.h. */
  24455. $ac_includes_default
  24456. int
  24457. main ()
  24458. {
  24459. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
  24460. test_array [0] = 0
  24461.  
  24462. ;
  24463. return 0;
  24464. }
  24465. _ACEOF
  24466. rm -f conftest.$ac_objext
  24467. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24468. (eval $ac_compile) 2>conftest.er1
  24469. ac_status=$?
  24470. grep -v '^ *+' conftest.er1 >conftest.err
  24471. rm -f conftest.er1
  24472. cat conftest.err >&5
  24473. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24474. (exit $ac_status); } &&
  24475. { ac_try='test -z "$ac_c_werror_flag"
  24476. || test ! -s conftest.err'
  24477. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24478. (eval $ac_try) 2>&5
  24479. ac_status=$?
  24480. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24481. (exit $ac_status); }; } &&
  24482. { ac_try='test -s conftest.$ac_objext'
  24483. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24484. (eval $ac_try) 2>&5
  24485. ac_status=$?
  24486. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24487. (exit $ac_status); }; }; then
  24488. ac_hi=$ac_mid; break
  24489. else
  24490. echo "$as_me: failed program was:" >&5
  24491. sed 's/^/| /' conftest.$ac_ext >&5
  24492.  
  24493. ac_lo=`expr $ac_mid + 1`
  24494. if test $ac_lo -le $ac_mid; then
  24495. ac_lo= ac_hi=
  24496. break
  24497. fi
  24498. ac_mid=`expr 2 '*' $ac_mid + 1`
  24499. fi
  24500. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24501. done
  24502. else
  24503. echo "$as_me: failed program was:" >&5
  24504. sed 's/^/| /' conftest.$ac_ext >&5
  24505.  
  24506. cat >conftest.$ac_ext <<_ACEOF
  24507. /* confdefs.h. */
  24508. _ACEOF
  24509. cat confdefs.h >>conftest.$ac_ext
  24510. cat >>conftest.$ac_ext <<_ACEOF
  24511. /* end confdefs.h. */
  24512. $ac_includes_default
  24513. int
  24514. main ()
  24515. {
  24516. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) < 0)];
  24517. test_array [0] = 0
  24518.  
  24519. ;
  24520. return 0;
  24521. }
  24522. _ACEOF
  24523. rm -f conftest.$ac_objext
  24524. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24525. (eval $ac_compile) 2>conftest.er1
  24526. ac_status=$?
  24527. grep -v '^ *+' conftest.er1 >conftest.err
  24528. rm -f conftest.er1
  24529. cat conftest.err >&5
  24530. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24531. (exit $ac_status); } &&
  24532. { ac_try='test -z "$ac_c_werror_flag"
  24533. || test ! -s conftest.err'
  24534. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24535. (eval $ac_try) 2>&5
  24536. ac_status=$?
  24537. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24538. (exit $ac_status); }; } &&
  24539. { ac_try='test -s conftest.$ac_objext'
  24540. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24541. (eval $ac_try) 2>&5
  24542. ac_status=$?
  24543. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24544. (exit $ac_status); }; }; then
  24545. ac_hi=-1 ac_mid=-1
  24546. while :; do
  24547. cat >conftest.$ac_ext <<_ACEOF
  24548. /* confdefs.h. */
  24549. _ACEOF
  24550. cat confdefs.h >>conftest.$ac_ext
  24551. cat >>conftest.$ac_ext <<_ACEOF
  24552. /* end confdefs.h. */
  24553. $ac_includes_default
  24554. int
  24555. main ()
  24556. {
  24557. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)];
  24558. test_array [0] = 0
  24559.  
  24560. ;
  24561. return 0;
  24562. }
  24563. _ACEOF
  24564. rm -f conftest.$ac_objext
  24565. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24566. (eval $ac_compile) 2>conftest.er1
  24567. ac_status=$?
  24568. grep -v '^ *+' conftest.er1 >conftest.err
  24569. rm -f conftest.er1
  24570. cat conftest.err >&5
  24571. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24572. (exit $ac_status); } &&
  24573. { ac_try='test -z "$ac_c_werror_flag"
  24574. || test ! -s conftest.err'
  24575. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24576. (eval $ac_try) 2>&5
  24577. ac_status=$?
  24578. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24579. (exit $ac_status); }; } &&
  24580. { ac_try='test -s conftest.$ac_objext'
  24581. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24582. (eval $ac_try) 2>&5
  24583. ac_status=$?
  24584. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24585. (exit $ac_status); }; }; then
  24586. ac_lo=$ac_mid; break
  24587. else
  24588. echo "$as_me: failed program was:" >&5
  24589. sed 's/^/| /' conftest.$ac_ext >&5
  24590.  
  24591. ac_hi=`expr '(' $ac_mid ')' - 1`
  24592. if test $ac_mid -le $ac_hi; then
  24593. ac_lo= ac_hi=
  24594. break
  24595. fi
  24596. ac_mid=`expr 2 '*' $ac_mid`
  24597. fi
  24598. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24599. done
  24600. else
  24601. echo "$as_me: failed program was:" >&5
  24602. sed 's/^/| /' conftest.$ac_ext >&5
  24603.  
  24604. ac_lo= ac_hi=
  24605. fi
  24606. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24607. fi
  24608. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24609. # Binary search between lo and hi bounds.
  24610. while test "x$ac_lo" != "x$ac_hi"; do
  24611. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  24612. cat >conftest.$ac_ext <<_ACEOF
  24613. /* confdefs.h. */
  24614. _ACEOF
  24615. cat confdefs.h >>conftest.$ac_ext
  24616. cat >>conftest.$ac_ext <<_ACEOF
  24617. /* end confdefs.h. */
  24618. $ac_includes_default
  24619. int
  24620. main ()
  24621. {
  24622. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
  24623. test_array [0] = 0
  24624.  
  24625. ;
  24626. return 0;
  24627. }
  24628. _ACEOF
  24629. rm -f conftest.$ac_objext
  24630. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24631. (eval $ac_compile) 2>conftest.er1
  24632. ac_status=$?
  24633. grep -v '^ *+' conftest.er1 >conftest.err
  24634. rm -f conftest.er1
  24635. cat conftest.err >&5
  24636. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24637. (exit $ac_status); } &&
  24638. { ac_try='test -z "$ac_c_werror_flag"
  24639. || test ! -s conftest.err'
  24640. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24641. (eval $ac_try) 2>&5
  24642. ac_status=$?
  24643. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24644. (exit $ac_status); }; } &&
  24645. { ac_try='test -s conftest.$ac_objext'
  24646. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24647. (eval $ac_try) 2>&5
  24648. ac_status=$?
  24649. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24650. (exit $ac_status); }; }; then
  24651. ac_hi=$ac_mid
  24652. else
  24653. echo "$as_me: failed program was:" >&5
  24654. sed 's/^/| /' conftest.$ac_ext >&5
  24655.  
  24656. ac_lo=`expr '(' $ac_mid ')' + 1`
  24657. fi
  24658. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24659. done
  24660. case $ac_lo in
  24661. ?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
  24662. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
  24663. See \`config.log' for more details." >&5
  24664. echo "$as_me: error: cannot compute sizeof (unsigned long), 77
  24665. See \`config.log' for more details." >&2;}
  24666. { (exit 1); exit 1; }; } ;;
  24667. esac
  24668. else
  24669. if test "$cross_compiling" = yes; then
  24670. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  24671. See \`config.log' for more details." >&5
  24672. echo "$as_me: error: cannot run test program while cross compiling
  24673. See \`config.log' for more details." >&2;}
  24674. { (exit 1); exit 1; }; }
  24675. else
  24676. cat >conftest.$ac_ext <<_ACEOF
  24677. /* confdefs.h. */
  24678. _ACEOF
  24679. cat confdefs.h >>conftest.$ac_ext
  24680. cat >>conftest.$ac_ext <<_ACEOF
  24681. /* end confdefs.h. */
  24682. $ac_includes_default
  24683. long longval () { return (long) (sizeof (unsigned long)); }
  24684. unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
  24685. #include <stdio.h>
  24686. #include <stdlib.h>
  24687. int
  24688. main ()
  24689. {
  24690.  
  24691. FILE *f = fopen ("conftest.val", "w");
  24692. if (! f)
  24693. exit (1);
  24694. if (((long) (sizeof (unsigned long))) < 0)
  24695. {
  24696. long i = longval ();
  24697. if (i != ((long) (sizeof (unsigned long))))
  24698. exit (1);
  24699. fprintf (f, "%ld\n", i);
  24700. }
  24701. else
  24702. {
  24703. unsigned long i = ulongval ();
  24704. if (i != ((long) (sizeof (unsigned long))))
  24705. exit (1);
  24706. fprintf (f, "%lu\n", i);
  24707. }
  24708. exit (ferror (f) || fclose (f) != 0);
  24709.  
  24710. ;
  24711. return 0;
  24712. }
  24713. _ACEOF
  24714. rm -f conftest$ac_exeext
  24715. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  24716. (eval $ac_link) 2>&5
  24717. ac_status=$?
  24718. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24719. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  24720. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24721. (eval $ac_try) 2>&5
  24722. ac_status=$?
  24723. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24724. (exit $ac_status); }; }; then
  24725. ac_cv_sizeof_unsigned_long=`cat conftest.val`
  24726. else
  24727. echo "$as_me: program exited with status $ac_status" >&5
  24728. echo "$as_me: failed program was:" >&5
  24729. sed 's/^/| /' conftest.$ac_ext >&5
  24730.  
  24731. ( exit $ac_status )
  24732. { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
  24733. See \`config.log' for more details." >&5
  24734. echo "$as_me: error: cannot compute sizeof (unsigned long), 77
  24735. See \`config.log' for more details." >&2;}
  24736. { (exit 1); exit 1; }; }
  24737. fi
  24738. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  24739. fi
  24740. fi
  24741. rm -f conftest.val
  24742. else
  24743. ac_cv_sizeof_unsigned_long=0
  24744. fi
  24745. fi
  24746. echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
  24747. echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
  24748. cat >>confdefs.h <<_ACEOF
  24749. #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
  24750. _ACEOF
  24751.  
  24752.  
  24753. echo "$as_me:$LINENO: checking for long long" >&5
  24754. echo $ECHO_N "checking for long long... $ECHO_C" >&6
  24755. if test "${ac_cv_type_long_long+set}" = set; then
  24756. echo $ECHO_N "(cached) $ECHO_C" >&6
  24757. else
  24758. cat >conftest.$ac_ext <<_ACEOF
  24759. /* confdefs.h. */
  24760. _ACEOF
  24761. cat confdefs.h >>conftest.$ac_ext
  24762. cat >>conftest.$ac_ext <<_ACEOF
  24763. /* end confdefs.h. */
  24764. $ac_includes_default
  24765. int
  24766. main ()
  24767. {
  24768. if ((long long *) 0)
  24769. return 0;
  24770. if (sizeof (long long))
  24771. return 0;
  24772. ;
  24773. return 0;
  24774. }
  24775. _ACEOF
  24776. rm -f conftest.$ac_objext
  24777. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24778. (eval $ac_compile) 2>conftest.er1
  24779. ac_status=$?
  24780. grep -v '^ *+' conftest.er1 >conftest.err
  24781. rm -f conftest.er1
  24782. cat conftest.err >&5
  24783. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24784. (exit $ac_status); } &&
  24785. { ac_try='test -z "$ac_c_werror_flag"
  24786. || test ! -s conftest.err'
  24787. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24788. (eval $ac_try) 2>&5
  24789. ac_status=$?
  24790. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24791. (exit $ac_status); }; } &&
  24792. { ac_try='test -s conftest.$ac_objext'
  24793. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24794. (eval $ac_try) 2>&5
  24795. ac_status=$?
  24796. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24797. (exit $ac_status); }; }; then
  24798. ac_cv_type_long_long=yes
  24799. else
  24800. echo "$as_me: failed program was:" >&5
  24801. sed 's/^/| /' conftest.$ac_ext >&5
  24802.  
  24803. ac_cv_type_long_long=no
  24804. fi
  24805. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24806. fi
  24807. echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
  24808. echo "${ECHO_T}$ac_cv_type_long_long" >&6
  24809.  
  24810. echo "$as_me:$LINENO: checking size of long long" >&5
  24811. echo $ECHO_N "checking size of long long... $ECHO_C" >&6
  24812. if test "${ac_cv_sizeof_long_long+set}" = set; then
  24813. echo $ECHO_N "(cached) $ECHO_C" >&6
  24814. else
  24815. if test "$ac_cv_type_long_long" = yes; then
  24816. # The cast to unsigned long works around a bug in the HP C Compiler
  24817. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  24818. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  24819. # This bug is HP SR number 8606223364.
  24820. if test "$cross_compiling" = yes; then
  24821. # Depending upon the size, compute the lo and hi bounds.
  24822. cat >conftest.$ac_ext <<_ACEOF
  24823. /* confdefs.h. */
  24824. _ACEOF
  24825. cat confdefs.h >>conftest.$ac_ext
  24826. cat >>conftest.$ac_ext <<_ACEOF
  24827. /* end confdefs.h. */
  24828. $ac_includes_default
  24829. int
  24830. main ()
  24831. {
  24832. static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
  24833. test_array [0] = 0
  24834.  
  24835. ;
  24836. return 0;
  24837. }
  24838. _ACEOF
  24839. rm -f conftest.$ac_objext
  24840. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24841. (eval $ac_compile) 2>conftest.er1
  24842. ac_status=$?
  24843. grep -v '^ *+' conftest.er1 >conftest.err
  24844. rm -f conftest.er1
  24845. cat conftest.err >&5
  24846. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24847. (exit $ac_status); } &&
  24848. { ac_try='test -z "$ac_c_werror_flag"
  24849. || test ! -s conftest.err'
  24850. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24851. (eval $ac_try) 2>&5
  24852. ac_status=$?
  24853. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24854. (exit $ac_status); }; } &&
  24855. { ac_try='test -s conftest.$ac_objext'
  24856. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24857. (eval $ac_try) 2>&5
  24858. ac_status=$?
  24859. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24860. (exit $ac_status); }; }; then
  24861. ac_lo=0 ac_mid=0
  24862. while :; do
  24863. cat >conftest.$ac_ext <<_ACEOF
  24864. /* confdefs.h. */
  24865. _ACEOF
  24866. cat confdefs.h >>conftest.$ac_ext
  24867. cat >>conftest.$ac_ext <<_ACEOF
  24868. /* end confdefs.h. */
  24869. $ac_includes_default
  24870. int
  24871. main ()
  24872. {
  24873. static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
  24874. test_array [0] = 0
  24875.  
  24876. ;
  24877. return 0;
  24878. }
  24879. _ACEOF
  24880. rm -f conftest.$ac_objext
  24881. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24882. (eval $ac_compile) 2>conftest.er1
  24883. ac_status=$?
  24884. grep -v '^ *+' conftest.er1 >conftest.err
  24885. rm -f conftest.er1
  24886. cat conftest.err >&5
  24887. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24888. (exit $ac_status); } &&
  24889. { ac_try='test -z "$ac_c_werror_flag"
  24890. || test ! -s conftest.err'
  24891. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24892. (eval $ac_try) 2>&5
  24893. ac_status=$?
  24894. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24895. (exit $ac_status); }; } &&
  24896. { ac_try='test -s conftest.$ac_objext'
  24897. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24898. (eval $ac_try) 2>&5
  24899. ac_status=$?
  24900. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24901. (exit $ac_status); }; }; then
  24902. ac_hi=$ac_mid; break
  24903. else
  24904. echo "$as_me: failed program was:" >&5
  24905. sed 's/^/| /' conftest.$ac_ext >&5
  24906.  
  24907. ac_lo=`expr $ac_mid + 1`
  24908. if test $ac_lo -le $ac_mid; then
  24909. ac_lo= ac_hi=
  24910. break
  24911. fi
  24912. ac_mid=`expr 2 '*' $ac_mid + 1`
  24913. fi
  24914. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  24915. done
  24916. else
  24917. echo "$as_me: failed program was:" >&5
  24918. sed 's/^/| /' conftest.$ac_ext >&5
  24919.  
  24920. cat >conftest.$ac_ext <<_ACEOF
  24921. /* confdefs.h. */
  24922. _ACEOF
  24923. cat confdefs.h >>conftest.$ac_ext
  24924. cat >>conftest.$ac_ext <<_ACEOF
  24925. /* end confdefs.h. */
  24926. $ac_includes_default
  24927. int
  24928. main ()
  24929. {
  24930. static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
  24931. test_array [0] = 0
  24932.  
  24933. ;
  24934. return 0;
  24935. }
  24936. _ACEOF
  24937. rm -f conftest.$ac_objext
  24938. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24939. (eval $ac_compile) 2>conftest.er1
  24940. ac_status=$?
  24941. grep -v '^ *+' conftest.er1 >conftest.err
  24942. rm -f conftest.er1
  24943. cat conftest.err >&5
  24944. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24945. (exit $ac_status); } &&
  24946. { ac_try='test -z "$ac_c_werror_flag"
  24947. || test ! -s conftest.err'
  24948. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24949. (eval $ac_try) 2>&5
  24950. ac_status=$?
  24951. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24952. (exit $ac_status); }; } &&
  24953. { ac_try='test -s conftest.$ac_objext'
  24954. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24955. (eval $ac_try) 2>&5
  24956. ac_status=$?
  24957. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24958. (exit $ac_status); }; }; then
  24959. ac_hi=-1 ac_mid=-1
  24960. while :; do
  24961. cat >conftest.$ac_ext <<_ACEOF
  24962. /* confdefs.h. */
  24963. _ACEOF
  24964. cat confdefs.h >>conftest.$ac_ext
  24965. cat >>conftest.$ac_ext <<_ACEOF
  24966. /* end confdefs.h. */
  24967. $ac_includes_default
  24968. int
  24969. main ()
  24970. {
  24971. static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
  24972. test_array [0] = 0
  24973.  
  24974. ;
  24975. return 0;
  24976. }
  24977. _ACEOF
  24978. rm -f conftest.$ac_objext
  24979. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  24980. (eval $ac_compile) 2>conftest.er1
  24981. ac_status=$?
  24982. grep -v '^ *+' conftest.er1 >conftest.err
  24983. rm -f conftest.er1
  24984. cat conftest.err >&5
  24985. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24986. (exit $ac_status); } &&
  24987. { ac_try='test -z "$ac_c_werror_flag"
  24988. || test ! -s conftest.err'
  24989. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24990. (eval $ac_try) 2>&5
  24991. ac_status=$?
  24992. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24993. (exit $ac_status); }; } &&
  24994. { ac_try='test -s conftest.$ac_objext'
  24995. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  24996. (eval $ac_try) 2>&5
  24997. ac_status=$?
  24998. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  24999. (exit $ac_status); }; }; then
  25000. ac_lo=$ac_mid; break
  25001. else
  25002. echo "$as_me: failed program was:" >&5
  25003. sed 's/^/| /' conftest.$ac_ext >&5
  25004.  
  25005. ac_hi=`expr '(' $ac_mid ')' - 1`
  25006. if test $ac_mid -le $ac_hi; then
  25007. ac_lo= ac_hi=
  25008. break
  25009. fi
  25010. ac_mid=`expr 2 '*' $ac_mid`
  25011. fi
  25012. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25013. done
  25014. else
  25015. echo "$as_me: failed program was:" >&5
  25016. sed 's/^/| /' conftest.$ac_ext >&5
  25017.  
  25018. ac_lo= ac_hi=
  25019. fi
  25020. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25021. fi
  25022. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25023. # Binary search between lo and hi bounds.
  25024. while test "x$ac_lo" != "x$ac_hi"; do
  25025. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  25026. cat >conftest.$ac_ext <<_ACEOF
  25027. /* confdefs.h. */
  25028. _ACEOF
  25029. cat confdefs.h >>conftest.$ac_ext
  25030. cat >>conftest.$ac_ext <<_ACEOF
  25031. /* end confdefs.h. */
  25032. $ac_includes_default
  25033. int
  25034. main ()
  25035. {
  25036. static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
  25037. test_array [0] = 0
  25038.  
  25039. ;
  25040. return 0;
  25041. }
  25042. _ACEOF
  25043. rm -f conftest.$ac_objext
  25044. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25045. (eval $ac_compile) 2>conftest.er1
  25046. ac_status=$?
  25047. grep -v '^ *+' conftest.er1 >conftest.err
  25048. rm -f conftest.er1
  25049. cat conftest.err >&5
  25050. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25051. (exit $ac_status); } &&
  25052. { ac_try='test -z "$ac_c_werror_flag"
  25053. || test ! -s conftest.err'
  25054. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25055. (eval $ac_try) 2>&5
  25056. ac_status=$?
  25057. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25058. (exit $ac_status); }; } &&
  25059. { ac_try='test -s conftest.$ac_objext'
  25060. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25061. (eval $ac_try) 2>&5
  25062. ac_status=$?
  25063. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25064. (exit $ac_status); }; }; then
  25065. ac_hi=$ac_mid
  25066. else
  25067. echo "$as_me: failed program was:" >&5
  25068. sed 's/^/| /' conftest.$ac_ext >&5
  25069.  
  25070. ac_lo=`expr '(' $ac_mid ')' + 1`
  25071. fi
  25072. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25073. done
  25074. case $ac_lo in
  25075. ?*) ac_cv_sizeof_long_long=$ac_lo;;
  25076. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
  25077. See \`config.log' for more details." >&5
  25078. echo "$as_me: error: cannot compute sizeof (long long), 77
  25079. See \`config.log' for more details." >&2;}
  25080. { (exit 1); exit 1; }; } ;;
  25081. esac
  25082. else
  25083. if test "$cross_compiling" = yes; then
  25084. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  25085. See \`config.log' for more details." >&5
  25086. echo "$as_me: error: cannot run test program while cross compiling
  25087. See \`config.log' for more details." >&2;}
  25088. { (exit 1); exit 1; }; }
  25089. else
  25090. cat >conftest.$ac_ext <<_ACEOF
  25091. /* confdefs.h. */
  25092. _ACEOF
  25093. cat confdefs.h >>conftest.$ac_ext
  25094. cat >>conftest.$ac_ext <<_ACEOF
  25095. /* end confdefs.h. */
  25096. $ac_includes_default
  25097. long longval () { return (long) (sizeof (long long)); }
  25098. unsigned long ulongval () { return (long) (sizeof (long long)); }
  25099. #include <stdio.h>
  25100. #include <stdlib.h>
  25101. int
  25102. main ()
  25103. {
  25104.  
  25105. FILE *f = fopen ("conftest.val", "w");
  25106. if (! f)
  25107. exit (1);
  25108. if (((long) (sizeof (long long))) < 0)
  25109. {
  25110. long i = longval ();
  25111. if (i != ((long) (sizeof (long long))))
  25112. exit (1);
  25113. fprintf (f, "%ld\n", i);
  25114. }
  25115. else
  25116. {
  25117. unsigned long i = ulongval ();
  25118. if (i != ((long) (sizeof (long long))))
  25119. exit (1);
  25120. fprintf (f, "%lu\n", i);
  25121. }
  25122. exit (ferror (f) || fclose (f) != 0);
  25123.  
  25124. ;
  25125. return 0;
  25126. }
  25127. _ACEOF
  25128. rm -f conftest$ac_exeext
  25129. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  25130. (eval $ac_link) 2>&5
  25131. ac_status=$?
  25132. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25133. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  25134. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25135. (eval $ac_try) 2>&5
  25136. ac_status=$?
  25137. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25138. (exit $ac_status); }; }; then
  25139. ac_cv_sizeof_long_long=`cat conftest.val`
  25140. else
  25141. echo "$as_me: program exited with status $ac_status" >&5
  25142. echo "$as_me: failed program was:" >&5
  25143. sed 's/^/| /' conftest.$ac_ext >&5
  25144.  
  25145. ( exit $ac_status )
  25146. { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
  25147. See \`config.log' for more details." >&5
  25148. echo "$as_me: error: cannot compute sizeof (long long), 77
  25149. See \`config.log' for more details." >&2;}
  25150. { (exit 1); exit 1; }; }
  25151. fi
  25152. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  25153. fi
  25154. fi
  25155. rm -f conftest.val
  25156. else
  25157. ac_cv_sizeof_long_long=0
  25158. fi
  25159. fi
  25160. echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
  25161. echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
  25162. cat >>confdefs.h <<_ACEOF
  25163. #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
  25164. _ACEOF
  25165.  
  25166.  
  25167. echo "$as_me:$LINENO: checking for unsigned long long" >&5
  25168. echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
  25169. if test "${ac_cv_type_unsigned_long_long+set}" = set; then
  25170. echo $ECHO_N "(cached) $ECHO_C" >&6
  25171. else
  25172. cat >conftest.$ac_ext <<_ACEOF
  25173. /* confdefs.h. */
  25174. _ACEOF
  25175. cat confdefs.h >>conftest.$ac_ext
  25176. cat >>conftest.$ac_ext <<_ACEOF
  25177. /* end confdefs.h. */
  25178. $ac_includes_default
  25179. int
  25180. main ()
  25181. {
  25182. if ((unsigned long long *) 0)
  25183. return 0;
  25184. if (sizeof (unsigned long long))
  25185. return 0;
  25186. ;
  25187. return 0;
  25188. }
  25189. _ACEOF
  25190. rm -f conftest.$ac_objext
  25191. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25192. (eval $ac_compile) 2>conftest.er1
  25193. ac_status=$?
  25194. grep -v '^ *+' conftest.er1 >conftest.err
  25195. rm -f conftest.er1
  25196. cat conftest.err >&5
  25197. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25198. (exit $ac_status); } &&
  25199. { ac_try='test -z "$ac_c_werror_flag"
  25200. || test ! -s conftest.err'
  25201. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25202. (eval $ac_try) 2>&5
  25203. ac_status=$?
  25204. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25205. (exit $ac_status); }; } &&
  25206. { ac_try='test -s conftest.$ac_objext'
  25207. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25208. (eval $ac_try) 2>&5
  25209. ac_status=$?
  25210. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25211. (exit $ac_status); }; }; then
  25212. ac_cv_type_unsigned_long_long=yes
  25213. else
  25214. echo "$as_me: failed program was:" >&5
  25215. sed 's/^/| /' conftest.$ac_ext >&5
  25216.  
  25217. ac_cv_type_unsigned_long_long=no
  25218. fi
  25219. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25220. fi
  25221. echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
  25222. echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
  25223.  
  25224. echo "$as_me:$LINENO: checking size of unsigned long long" >&5
  25225. echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6
  25226. if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then
  25227. echo $ECHO_N "(cached) $ECHO_C" >&6
  25228. else
  25229. if test "$ac_cv_type_unsigned_long_long" = yes; then
  25230. # The cast to unsigned long works around a bug in the HP C Compiler
  25231. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  25232. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  25233. # This bug is HP SR number 8606223364.
  25234. if test "$cross_compiling" = yes; then
  25235. # Depending upon the size, compute the lo and hi bounds.
  25236. cat >conftest.$ac_ext <<_ACEOF
  25237. /* confdefs.h. */
  25238. _ACEOF
  25239. cat confdefs.h >>conftest.$ac_ext
  25240. cat >>conftest.$ac_ext <<_ACEOF
  25241. /* end confdefs.h. */
  25242. $ac_includes_default
  25243. int
  25244. main ()
  25245. {
  25246. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= 0)];
  25247. test_array [0] = 0
  25248.  
  25249. ;
  25250. return 0;
  25251. }
  25252. _ACEOF
  25253. rm -f conftest.$ac_objext
  25254. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25255. (eval $ac_compile) 2>conftest.er1
  25256. ac_status=$?
  25257. grep -v '^ *+' conftest.er1 >conftest.err
  25258. rm -f conftest.er1
  25259. cat conftest.err >&5
  25260. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25261. (exit $ac_status); } &&
  25262. { ac_try='test -z "$ac_c_werror_flag"
  25263. || test ! -s conftest.err'
  25264. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25265. (eval $ac_try) 2>&5
  25266. ac_status=$?
  25267. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25268. (exit $ac_status); }; } &&
  25269. { ac_try='test -s conftest.$ac_objext'
  25270. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25271. (eval $ac_try) 2>&5
  25272. ac_status=$?
  25273. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25274. (exit $ac_status); }; }; then
  25275. ac_lo=0 ac_mid=0
  25276. while :; do
  25277. cat >conftest.$ac_ext <<_ACEOF
  25278. /* confdefs.h. */
  25279. _ACEOF
  25280. cat confdefs.h >>conftest.$ac_ext
  25281. cat >>conftest.$ac_ext <<_ACEOF
  25282. /* end confdefs.h. */
  25283. $ac_includes_default
  25284. int
  25285. main ()
  25286. {
  25287. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
  25288. test_array [0] = 0
  25289.  
  25290. ;
  25291. return 0;
  25292. }
  25293. _ACEOF
  25294. rm -f conftest.$ac_objext
  25295. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25296. (eval $ac_compile) 2>conftest.er1
  25297. ac_status=$?
  25298. grep -v '^ *+' conftest.er1 >conftest.err
  25299. rm -f conftest.er1
  25300. cat conftest.err >&5
  25301. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25302. (exit $ac_status); } &&
  25303. { ac_try='test -z "$ac_c_werror_flag"
  25304. || test ! -s conftest.err'
  25305. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25306. (eval $ac_try) 2>&5
  25307. ac_status=$?
  25308. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25309. (exit $ac_status); }; } &&
  25310. { ac_try='test -s conftest.$ac_objext'
  25311. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25312. (eval $ac_try) 2>&5
  25313. ac_status=$?
  25314. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25315. (exit $ac_status); }; }; then
  25316. ac_hi=$ac_mid; break
  25317. else
  25318. echo "$as_me: failed program was:" >&5
  25319. sed 's/^/| /' conftest.$ac_ext >&5
  25320.  
  25321. ac_lo=`expr $ac_mid + 1`
  25322. if test $ac_lo -le $ac_mid; then
  25323. ac_lo= ac_hi=
  25324. break
  25325. fi
  25326. ac_mid=`expr 2 '*' $ac_mid + 1`
  25327. fi
  25328. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25329. done
  25330. else
  25331. echo "$as_me: failed program was:" >&5
  25332. sed 's/^/| /' conftest.$ac_ext >&5
  25333.  
  25334. cat >conftest.$ac_ext <<_ACEOF
  25335. /* confdefs.h. */
  25336. _ACEOF
  25337. cat confdefs.h >>conftest.$ac_ext
  25338. cat >>conftest.$ac_ext <<_ACEOF
  25339. /* end confdefs.h. */
  25340. $ac_includes_default
  25341. int
  25342. main ()
  25343. {
  25344. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) < 0)];
  25345. test_array [0] = 0
  25346.  
  25347. ;
  25348. return 0;
  25349. }
  25350. _ACEOF
  25351. rm -f conftest.$ac_objext
  25352. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25353. (eval $ac_compile) 2>conftest.er1
  25354. ac_status=$?
  25355. grep -v '^ *+' conftest.er1 >conftest.err
  25356. rm -f conftest.er1
  25357. cat conftest.err >&5
  25358. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25359. (exit $ac_status); } &&
  25360. { ac_try='test -z "$ac_c_werror_flag"
  25361. || test ! -s conftest.err'
  25362. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25363. (eval $ac_try) 2>&5
  25364. ac_status=$?
  25365. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25366. (exit $ac_status); }; } &&
  25367. { ac_try='test -s conftest.$ac_objext'
  25368. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25369. (eval $ac_try) 2>&5
  25370. ac_status=$?
  25371. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25372. (exit $ac_status); }; }; then
  25373. ac_hi=-1 ac_mid=-1
  25374. while :; do
  25375. cat >conftest.$ac_ext <<_ACEOF
  25376. /* confdefs.h. */
  25377. _ACEOF
  25378. cat confdefs.h >>conftest.$ac_ext
  25379. cat >>conftest.$ac_ext <<_ACEOF
  25380. /* end confdefs.h. */
  25381. $ac_includes_default
  25382. int
  25383. main ()
  25384. {
  25385. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= $ac_mid)];
  25386. test_array [0] = 0
  25387.  
  25388. ;
  25389. return 0;
  25390. }
  25391. _ACEOF
  25392. rm -f conftest.$ac_objext
  25393. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25394. (eval $ac_compile) 2>conftest.er1
  25395. ac_status=$?
  25396. grep -v '^ *+' conftest.er1 >conftest.err
  25397. rm -f conftest.er1
  25398. cat conftest.err >&5
  25399. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25400. (exit $ac_status); } &&
  25401. { ac_try='test -z "$ac_c_werror_flag"
  25402. || test ! -s conftest.err'
  25403. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25404. (eval $ac_try) 2>&5
  25405. ac_status=$?
  25406. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25407. (exit $ac_status); }; } &&
  25408. { ac_try='test -s conftest.$ac_objext'
  25409. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25410. (eval $ac_try) 2>&5
  25411. ac_status=$?
  25412. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25413. (exit $ac_status); }; }; then
  25414. ac_lo=$ac_mid; break
  25415. else
  25416. echo "$as_me: failed program was:" >&5
  25417. sed 's/^/| /' conftest.$ac_ext >&5
  25418.  
  25419. ac_hi=`expr '(' $ac_mid ')' - 1`
  25420. if test $ac_mid -le $ac_hi; then
  25421. ac_lo= ac_hi=
  25422. break
  25423. fi
  25424. ac_mid=`expr 2 '*' $ac_mid`
  25425. fi
  25426. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25427. done
  25428. else
  25429. echo "$as_me: failed program was:" >&5
  25430. sed 's/^/| /' conftest.$ac_ext >&5
  25431.  
  25432. ac_lo= ac_hi=
  25433. fi
  25434. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25435. fi
  25436. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25437. # Binary search between lo and hi bounds.
  25438. while test "x$ac_lo" != "x$ac_hi"; do
  25439. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  25440. cat >conftest.$ac_ext <<_ACEOF
  25441. /* confdefs.h. */
  25442. _ACEOF
  25443. cat confdefs.h >>conftest.$ac_ext
  25444. cat >>conftest.$ac_ext <<_ACEOF
  25445. /* end confdefs.h. */
  25446. $ac_includes_default
  25447. int
  25448. main ()
  25449. {
  25450. static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
  25451. test_array [0] = 0
  25452.  
  25453. ;
  25454. return 0;
  25455. }
  25456. _ACEOF
  25457. rm -f conftest.$ac_objext
  25458. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25459. (eval $ac_compile) 2>conftest.er1
  25460. ac_status=$?
  25461. grep -v '^ *+' conftest.er1 >conftest.err
  25462. rm -f conftest.er1
  25463. cat conftest.err >&5
  25464. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25465. (exit $ac_status); } &&
  25466. { ac_try='test -z "$ac_c_werror_flag"
  25467. || test ! -s conftest.err'
  25468. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25469. (eval $ac_try) 2>&5
  25470. ac_status=$?
  25471. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25472. (exit $ac_status); }; } &&
  25473. { ac_try='test -s conftest.$ac_objext'
  25474. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25475. (eval $ac_try) 2>&5
  25476. ac_status=$?
  25477. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25478. (exit $ac_status); }; }; then
  25479. ac_hi=$ac_mid
  25480. else
  25481. echo "$as_me: failed program was:" >&5
  25482. sed 's/^/| /' conftest.$ac_ext >&5
  25483.  
  25484. ac_lo=`expr '(' $ac_mid ')' + 1`
  25485. fi
  25486. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25487. done
  25488. case $ac_lo in
  25489. ?*) ac_cv_sizeof_unsigned_long_long=$ac_lo;;
  25490. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
  25491. See \`config.log' for more details." >&5
  25492. echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
  25493. See \`config.log' for more details." >&2;}
  25494. { (exit 1); exit 1; }; } ;;
  25495. esac
  25496. else
  25497. if test "$cross_compiling" = yes; then
  25498. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  25499. See \`config.log' for more details." >&5
  25500. echo "$as_me: error: cannot run test program while cross compiling
  25501. See \`config.log' for more details." >&2;}
  25502. { (exit 1); exit 1; }; }
  25503. else
  25504. cat >conftest.$ac_ext <<_ACEOF
  25505. /* confdefs.h. */
  25506. _ACEOF
  25507. cat confdefs.h >>conftest.$ac_ext
  25508. cat >>conftest.$ac_ext <<_ACEOF
  25509. /* end confdefs.h. */
  25510. $ac_includes_default
  25511. long longval () { return (long) (sizeof (unsigned long long)); }
  25512. unsigned long ulongval () { return (long) (sizeof (unsigned long long)); }
  25513. #include <stdio.h>
  25514. #include <stdlib.h>
  25515. int
  25516. main ()
  25517. {
  25518.  
  25519. FILE *f = fopen ("conftest.val", "w");
  25520. if (! f)
  25521. exit (1);
  25522. if (((long) (sizeof (unsigned long long))) < 0)
  25523. {
  25524. long i = longval ();
  25525. if (i != ((long) (sizeof (unsigned long long))))
  25526. exit (1);
  25527. fprintf (f, "%ld\n", i);
  25528. }
  25529. else
  25530. {
  25531. unsigned long i = ulongval ();
  25532. if (i != ((long) (sizeof (unsigned long long))))
  25533. exit (1);
  25534. fprintf (f, "%lu\n", i);
  25535. }
  25536. exit (ferror (f) || fclose (f) != 0);
  25537.  
  25538. ;
  25539. return 0;
  25540. }
  25541. _ACEOF
  25542. rm -f conftest$ac_exeext
  25543. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  25544. (eval $ac_link) 2>&5
  25545. ac_status=$?
  25546. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25547. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  25548. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25549. (eval $ac_try) 2>&5
  25550. ac_status=$?
  25551. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25552. (exit $ac_status); }; }; then
  25553. ac_cv_sizeof_unsigned_long_long=`cat conftest.val`
  25554. else
  25555. echo "$as_me: program exited with status $ac_status" >&5
  25556. echo "$as_me: failed program was:" >&5
  25557. sed 's/^/| /' conftest.$ac_ext >&5
  25558.  
  25559. ( exit $ac_status )
  25560. { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
  25561. See \`config.log' for more details." >&5
  25562. echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
  25563. See \`config.log' for more details." >&2;}
  25564. { (exit 1); exit 1; }; }
  25565. fi
  25566. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  25567. fi
  25568. fi
  25569. rm -f conftest.val
  25570. else
  25571. ac_cv_sizeof_unsigned_long_long=0
  25572. fi
  25573. fi
  25574. echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long_long" >&5
  25575. echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6
  25576. cat >>confdefs.h <<_ACEOF
  25577. #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
  25578. _ACEOF
  25579.  
  25580.  
  25581. echo "$as_me:$LINENO: checking for float" >&5
  25582. echo $ECHO_N "checking for float... $ECHO_C" >&6
  25583. if test "${ac_cv_type_float+set}" = set; then
  25584. echo $ECHO_N "(cached) $ECHO_C" >&6
  25585. else
  25586. cat >conftest.$ac_ext <<_ACEOF
  25587. /* confdefs.h. */
  25588. _ACEOF
  25589. cat confdefs.h >>conftest.$ac_ext
  25590. cat >>conftest.$ac_ext <<_ACEOF
  25591. /* end confdefs.h. */
  25592. $ac_includes_default
  25593. int
  25594. main ()
  25595. {
  25596. if ((float *) 0)
  25597. return 0;
  25598. if (sizeof (float))
  25599. return 0;
  25600. ;
  25601. return 0;
  25602. }
  25603. _ACEOF
  25604. rm -f conftest.$ac_objext
  25605. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25606. (eval $ac_compile) 2>conftest.er1
  25607. ac_status=$?
  25608. grep -v '^ *+' conftest.er1 >conftest.err
  25609. rm -f conftest.er1
  25610. cat conftest.err >&5
  25611. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25612. (exit $ac_status); } &&
  25613. { ac_try='test -z "$ac_c_werror_flag"
  25614. || test ! -s conftest.err'
  25615. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25616. (eval $ac_try) 2>&5
  25617. ac_status=$?
  25618. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25619. (exit $ac_status); }; } &&
  25620. { ac_try='test -s conftest.$ac_objext'
  25621. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25622. (eval $ac_try) 2>&5
  25623. ac_status=$?
  25624. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25625. (exit $ac_status); }; }; then
  25626. ac_cv_type_float=yes
  25627. else
  25628. echo "$as_me: failed program was:" >&5
  25629. sed 's/^/| /' conftest.$ac_ext >&5
  25630.  
  25631. ac_cv_type_float=no
  25632. fi
  25633. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25634. fi
  25635. echo "$as_me:$LINENO: result: $ac_cv_type_float" >&5
  25636. echo "${ECHO_T}$ac_cv_type_float" >&6
  25637.  
  25638. echo "$as_me:$LINENO: checking size of float" >&5
  25639. echo $ECHO_N "checking size of float... $ECHO_C" >&6
  25640. if test "${ac_cv_sizeof_float+set}" = set; then
  25641. echo $ECHO_N "(cached) $ECHO_C" >&6
  25642. else
  25643. if test "$ac_cv_type_float" = yes; then
  25644. # The cast to unsigned long works around a bug in the HP C Compiler
  25645. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  25646. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  25647. # This bug is HP SR number 8606223364.
  25648. if test "$cross_compiling" = yes; then
  25649. # Depending upon the size, compute the lo and hi bounds.
  25650. cat >conftest.$ac_ext <<_ACEOF
  25651. /* confdefs.h. */
  25652. _ACEOF
  25653. cat confdefs.h >>conftest.$ac_ext
  25654. cat >>conftest.$ac_ext <<_ACEOF
  25655. /* end confdefs.h. */
  25656. $ac_includes_default
  25657. int
  25658. main ()
  25659. {
  25660. static int test_array [1 - 2 * !(((long) (sizeof (float))) >= 0)];
  25661. test_array [0] = 0
  25662.  
  25663. ;
  25664. return 0;
  25665. }
  25666. _ACEOF
  25667. rm -f conftest.$ac_objext
  25668. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25669. (eval $ac_compile) 2>conftest.er1
  25670. ac_status=$?
  25671. grep -v '^ *+' conftest.er1 >conftest.err
  25672. rm -f conftest.er1
  25673. cat conftest.err >&5
  25674. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25675. (exit $ac_status); } &&
  25676. { ac_try='test -z "$ac_c_werror_flag"
  25677. || test ! -s conftest.err'
  25678. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25679. (eval $ac_try) 2>&5
  25680. ac_status=$?
  25681. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25682. (exit $ac_status); }; } &&
  25683. { ac_try='test -s conftest.$ac_objext'
  25684. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25685. (eval $ac_try) 2>&5
  25686. ac_status=$?
  25687. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25688. (exit $ac_status); }; }; then
  25689. ac_lo=0 ac_mid=0
  25690. while :; do
  25691. cat >conftest.$ac_ext <<_ACEOF
  25692. /* confdefs.h. */
  25693. _ACEOF
  25694. cat confdefs.h >>conftest.$ac_ext
  25695. cat >>conftest.$ac_ext <<_ACEOF
  25696. /* end confdefs.h. */
  25697. $ac_includes_default
  25698. int
  25699. main ()
  25700. {
  25701. static int test_array [1 - 2 * !(((long) (sizeof (float))) <= $ac_mid)];
  25702. test_array [0] = 0
  25703.  
  25704. ;
  25705. return 0;
  25706. }
  25707. _ACEOF
  25708. rm -f conftest.$ac_objext
  25709. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25710. (eval $ac_compile) 2>conftest.er1
  25711. ac_status=$?
  25712. grep -v '^ *+' conftest.er1 >conftest.err
  25713. rm -f conftest.er1
  25714. cat conftest.err >&5
  25715. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25716. (exit $ac_status); } &&
  25717. { ac_try='test -z "$ac_c_werror_flag"
  25718. || test ! -s conftest.err'
  25719. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25720. (eval $ac_try) 2>&5
  25721. ac_status=$?
  25722. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25723. (exit $ac_status); }; } &&
  25724. { ac_try='test -s conftest.$ac_objext'
  25725. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25726. (eval $ac_try) 2>&5
  25727. ac_status=$?
  25728. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25729. (exit $ac_status); }; }; then
  25730. ac_hi=$ac_mid; break
  25731. else
  25732. echo "$as_me: failed program was:" >&5
  25733. sed 's/^/| /' conftest.$ac_ext >&5
  25734.  
  25735. ac_lo=`expr $ac_mid + 1`
  25736. if test $ac_lo -le $ac_mid; then
  25737. ac_lo= ac_hi=
  25738. break
  25739. fi
  25740. ac_mid=`expr 2 '*' $ac_mid + 1`
  25741. fi
  25742. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25743. done
  25744. else
  25745. echo "$as_me: failed program was:" >&5
  25746. sed 's/^/| /' conftest.$ac_ext >&5
  25747.  
  25748. cat >conftest.$ac_ext <<_ACEOF
  25749. /* confdefs.h. */
  25750. _ACEOF
  25751. cat confdefs.h >>conftest.$ac_ext
  25752. cat >>conftest.$ac_ext <<_ACEOF
  25753. /* end confdefs.h. */
  25754. $ac_includes_default
  25755. int
  25756. main ()
  25757. {
  25758. static int test_array [1 - 2 * !(((long) (sizeof (float))) < 0)];
  25759. test_array [0] = 0
  25760.  
  25761. ;
  25762. return 0;
  25763. }
  25764. _ACEOF
  25765. rm -f conftest.$ac_objext
  25766. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25767. (eval $ac_compile) 2>conftest.er1
  25768. ac_status=$?
  25769. grep -v '^ *+' conftest.er1 >conftest.err
  25770. rm -f conftest.er1
  25771. cat conftest.err >&5
  25772. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25773. (exit $ac_status); } &&
  25774. { ac_try='test -z "$ac_c_werror_flag"
  25775. || test ! -s conftest.err'
  25776. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25777. (eval $ac_try) 2>&5
  25778. ac_status=$?
  25779. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25780. (exit $ac_status); }; } &&
  25781. { ac_try='test -s conftest.$ac_objext'
  25782. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25783. (eval $ac_try) 2>&5
  25784. ac_status=$?
  25785. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25786. (exit $ac_status); }; }; then
  25787. ac_hi=-1 ac_mid=-1
  25788. while :; do
  25789. cat >conftest.$ac_ext <<_ACEOF
  25790. /* confdefs.h. */
  25791. _ACEOF
  25792. cat confdefs.h >>conftest.$ac_ext
  25793. cat >>conftest.$ac_ext <<_ACEOF
  25794. /* end confdefs.h. */
  25795. $ac_includes_default
  25796. int
  25797. main ()
  25798. {
  25799. static int test_array [1 - 2 * !(((long) (sizeof (float))) >= $ac_mid)];
  25800. test_array [0] = 0
  25801.  
  25802. ;
  25803. return 0;
  25804. }
  25805. _ACEOF
  25806. rm -f conftest.$ac_objext
  25807. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25808. (eval $ac_compile) 2>conftest.er1
  25809. ac_status=$?
  25810. grep -v '^ *+' conftest.er1 >conftest.err
  25811. rm -f conftest.er1
  25812. cat conftest.err >&5
  25813. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25814. (exit $ac_status); } &&
  25815. { ac_try='test -z "$ac_c_werror_flag"
  25816. || test ! -s conftest.err'
  25817. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25818. (eval $ac_try) 2>&5
  25819. ac_status=$?
  25820. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25821. (exit $ac_status); }; } &&
  25822. { ac_try='test -s conftest.$ac_objext'
  25823. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25824. (eval $ac_try) 2>&5
  25825. ac_status=$?
  25826. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25827. (exit $ac_status); }; }; then
  25828. ac_lo=$ac_mid; break
  25829. else
  25830. echo "$as_me: failed program was:" >&5
  25831. sed 's/^/| /' conftest.$ac_ext >&5
  25832.  
  25833. ac_hi=`expr '(' $ac_mid ')' - 1`
  25834. if test $ac_mid -le $ac_hi; then
  25835. ac_lo= ac_hi=
  25836. break
  25837. fi
  25838. ac_mid=`expr 2 '*' $ac_mid`
  25839. fi
  25840. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25841. done
  25842. else
  25843. echo "$as_me: failed program was:" >&5
  25844. sed 's/^/| /' conftest.$ac_ext >&5
  25845.  
  25846. ac_lo= ac_hi=
  25847. fi
  25848. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25849. fi
  25850. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25851. # Binary search between lo and hi bounds.
  25852. while test "x$ac_lo" != "x$ac_hi"; do
  25853. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  25854. cat >conftest.$ac_ext <<_ACEOF
  25855. /* confdefs.h. */
  25856. _ACEOF
  25857. cat confdefs.h >>conftest.$ac_ext
  25858. cat >>conftest.$ac_ext <<_ACEOF
  25859. /* end confdefs.h. */
  25860. $ac_includes_default
  25861. int
  25862. main ()
  25863. {
  25864. static int test_array [1 - 2 * !(((long) (sizeof (float))) <= $ac_mid)];
  25865. test_array [0] = 0
  25866.  
  25867. ;
  25868. return 0;
  25869. }
  25870. _ACEOF
  25871. rm -f conftest.$ac_objext
  25872. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  25873. (eval $ac_compile) 2>conftest.er1
  25874. ac_status=$?
  25875. grep -v '^ *+' conftest.er1 >conftest.err
  25876. rm -f conftest.er1
  25877. cat conftest.err >&5
  25878. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25879. (exit $ac_status); } &&
  25880. { ac_try='test -z "$ac_c_werror_flag"
  25881. || test ! -s conftest.err'
  25882. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25883. (eval $ac_try) 2>&5
  25884. ac_status=$?
  25885. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25886. (exit $ac_status); }; } &&
  25887. { ac_try='test -s conftest.$ac_objext'
  25888. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25889. (eval $ac_try) 2>&5
  25890. ac_status=$?
  25891. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25892. (exit $ac_status); }; }; then
  25893. ac_hi=$ac_mid
  25894. else
  25895. echo "$as_me: failed program was:" >&5
  25896. sed 's/^/| /' conftest.$ac_ext >&5
  25897.  
  25898. ac_lo=`expr '(' $ac_mid ')' + 1`
  25899. fi
  25900. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  25901. done
  25902. case $ac_lo in
  25903. ?*) ac_cv_sizeof_float=$ac_lo;;
  25904. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (float), 77
  25905. See \`config.log' for more details." >&5
  25906. echo "$as_me: error: cannot compute sizeof (float), 77
  25907. See \`config.log' for more details." >&2;}
  25908. { (exit 1); exit 1; }; } ;;
  25909. esac
  25910. else
  25911. if test "$cross_compiling" = yes; then
  25912. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  25913. See \`config.log' for more details." >&5
  25914. echo "$as_me: error: cannot run test program while cross compiling
  25915. See \`config.log' for more details." >&2;}
  25916. { (exit 1); exit 1; }; }
  25917. else
  25918. cat >conftest.$ac_ext <<_ACEOF
  25919. /* confdefs.h. */
  25920. _ACEOF
  25921. cat confdefs.h >>conftest.$ac_ext
  25922. cat >>conftest.$ac_ext <<_ACEOF
  25923. /* end confdefs.h. */
  25924. $ac_includes_default
  25925. long longval () { return (long) (sizeof (float)); }
  25926. unsigned long ulongval () { return (long) (sizeof (float)); }
  25927. #include <stdio.h>
  25928. #include <stdlib.h>
  25929. int
  25930. main ()
  25931. {
  25932.  
  25933. FILE *f = fopen ("conftest.val", "w");
  25934. if (! f)
  25935. exit (1);
  25936. if (((long) (sizeof (float))) < 0)
  25937. {
  25938. long i = longval ();
  25939. if (i != ((long) (sizeof (float))))
  25940. exit (1);
  25941. fprintf (f, "%ld\n", i);
  25942. }
  25943. else
  25944. {
  25945. unsigned long i = ulongval ();
  25946. if (i != ((long) (sizeof (float))))
  25947. exit (1);
  25948. fprintf (f, "%lu\n", i);
  25949. }
  25950. exit (ferror (f) || fclose (f) != 0);
  25951.  
  25952. ;
  25953. return 0;
  25954. }
  25955. _ACEOF
  25956. rm -f conftest$ac_exeext
  25957. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  25958. (eval $ac_link) 2>&5
  25959. ac_status=$?
  25960. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25961. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  25962. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  25963. (eval $ac_try) 2>&5
  25964. ac_status=$?
  25965. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  25966. (exit $ac_status); }; }; then
  25967. ac_cv_sizeof_float=`cat conftest.val`
  25968. else
  25969. echo "$as_me: program exited with status $ac_status" >&5
  25970. echo "$as_me: failed program was:" >&5
  25971. sed 's/^/| /' conftest.$ac_ext >&5
  25972.  
  25973. ( exit $ac_status )
  25974. { { echo "$as_me:$LINENO: error: cannot compute sizeof (float), 77
  25975. See \`config.log' for more details." >&5
  25976. echo "$as_me: error: cannot compute sizeof (float), 77
  25977. See \`config.log' for more details." >&2;}
  25978. { (exit 1); exit 1; }; }
  25979. fi
  25980. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  25981. fi
  25982. fi
  25983. rm -f conftest.val
  25984. else
  25985. ac_cv_sizeof_float=0
  25986. fi
  25987. fi
  25988. echo "$as_me:$LINENO: result: $ac_cv_sizeof_float" >&5
  25989. echo "${ECHO_T}$ac_cv_sizeof_float" >&6
  25990. cat >>confdefs.h <<_ACEOF
  25991. #define SIZEOF_FLOAT $ac_cv_sizeof_float
  25992. _ACEOF
  25993.  
  25994.  
  25995. echo "$as_me:$LINENO: checking for double" >&5
  25996. echo $ECHO_N "checking for double... $ECHO_C" >&6
  25997. if test "${ac_cv_type_double+set}" = set; then
  25998. echo $ECHO_N "(cached) $ECHO_C" >&6
  25999. else
  26000. cat >conftest.$ac_ext <<_ACEOF
  26001. /* confdefs.h. */
  26002. _ACEOF
  26003. cat confdefs.h >>conftest.$ac_ext
  26004. cat >>conftest.$ac_ext <<_ACEOF
  26005. /* end confdefs.h. */
  26006. $ac_includes_default
  26007. int
  26008. main ()
  26009. {
  26010. if ((double *) 0)
  26011. return 0;
  26012. if (sizeof (double))
  26013. return 0;
  26014. ;
  26015. return 0;
  26016. }
  26017. _ACEOF
  26018. rm -f conftest.$ac_objext
  26019. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26020. (eval $ac_compile) 2>conftest.er1
  26021. ac_status=$?
  26022. grep -v '^ *+' conftest.er1 >conftest.err
  26023. rm -f conftest.er1
  26024. cat conftest.err >&5
  26025. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26026. (exit $ac_status); } &&
  26027. { ac_try='test -z "$ac_c_werror_flag"
  26028. || test ! -s conftest.err'
  26029. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26030. (eval $ac_try) 2>&5
  26031. ac_status=$?
  26032. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26033. (exit $ac_status); }; } &&
  26034. { ac_try='test -s conftest.$ac_objext'
  26035. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26036. (eval $ac_try) 2>&5
  26037. ac_status=$?
  26038. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26039. (exit $ac_status); }; }; then
  26040. ac_cv_type_double=yes
  26041. else
  26042. echo "$as_me: failed program was:" >&5
  26043. sed 's/^/| /' conftest.$ac_ext >&5
  26044.  
  26045. ac_cv_type_double=no
  26046. fi
  26047. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26048. fi
  26049. echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
  26050. echo "${ECHO_T}$ac_cv_type_double" >&6
  26051.  
  26052. echo "$as_me:$LINENO: checking size of double" >&5
  26053. echo $ECHO_N "checking size of double... $ECHO_C" >&6
  26054. if test "${ac_cv_sizeof_double+set}" = set; then
  26055. echo $ECHO_N "(cached) $ECHO_C" >&6
  26056. else
  26057. if test "$ac_cv_type_double" = yes; then
  26058. # The cast to unsigned long works around a bug in the HP C Compiler
  26059. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  26060. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  26061. # This bug is HP SR number 8606223364.
  26062. if test "$cross_compiling" = yes; then
  26063. # Depending upon the size, compute the lo and hi bounds.
  26064. cat >conftest.$ac_ext <<_ACEOF
  26065. /* confdefs.h. */
  26066. _ACEOF
  26067. cat confdefs.h >>conftest.$ac_ext
  26068. cat >>conftest.$ac_ext <<_ACEOF
  26069. /* end confdefs.h. */
  26070. $ac_includes_default
  26071. int
  26072. main ()
  26073. {
  26074. static int test_array [1 - 2 * !(((long) (sizeof (double))) >= 0)];
  26075. test_array [0] = 0
  26076.  
  26077. ;
  26078. return 0;
  26079. }
  26080. _ACEOF
  26081. rm -f conftest.$ac_objext
  26082. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26083. (eval $ac_compile) 2>conftest.er1
  26084. ac_status=$?
  26085. grep -v '^ *+' conftest.er1 >conftest.err
  26086. rm -f conftest.er1
  26087. cat conftest.err >&5
  26088. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26089. (exit $ac_status); } &&
  26090. { ac_try='test -z "$ac_c_werror_flag"
  26091. || test ! -s conftest.err'
  26092. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26093. (eval $ac_try) 2>&5
  26094. ac_status=$?
  26095. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26096. (exit $ac_status); }; } &&
  26097. { ac_try='test -s conftest.$ac_objext'
  26098. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26099. (eval $ac_try) 2>&5
  26100. ac_status=$?
  26101. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26102. (exit $ac_status); }; }; then
  26103. ac_lo=0 ac_mid=0
  26104. while :; do
  26105. cat >conftest.$ac_ext <<_ACEOF
  26106. /* confdefs.h. */
  26107. _ACEOF
  26108. cat confdefs.h >>conftest.$ac_ext
  26109. cat >>conftest.$ac_ext <<_ACEOF
  26110. /* end confdefs.h. */
  26111. $ac_includes_default
  26112. int
  26113. main ()
  26114. {
  26115. static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)];
  26116. test_array [0] = 0
  26117.  
  26118. ;
  26119. return 0;
  26120. }
  26121. _ACEOF
  26122. rm -f conftest.$ac_objext
  26123. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26124. (eval $ac_compile) 2>conftest.er1
  26125. ac_status=$?
  26126. grep -v '^ *+' conftest.er1 >conftest.err
  26127. rm -f conftest.er1
  26128. cat conftest.err >&5
  26129. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26130. (exit $ac_status); } &&
  26131. { ac_try='test -z "$ac_c_werror_flag"
  26132. || test ! -s conftest.err'
  26133. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26134. (eval $ac_try) 2>&5
  26135. ac_status=$?
  26136. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26137. (exit $ac_status); }; } &&
  26138. { ac_try='test -s conftest.$ac_objext'
  26139. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26140. (eval $ac_try) 2>&5
  26141. ac_status=$?
  26142. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26143. (exit $ac_status); }; }; then
  26144. ac_hi=$ac_mid; break
  26145. else
  26146. echo "$as_me: failed program was:" >&5
  26147. sed 's/^/| /' conftest.$ac_ext >&5
  26148.  
  26149. ac_lo=`expr $ac_mid + 1`
  26150. if test $ac_lo -le $ac_mid; then
  26151. ac_lo= ac_hi=
  26152. break
  26153. fi
  26154. ac_mid=`expr 2 '*' $ac_mid + 1`
  26155. fi
  26156. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26157. done
  26158. else
  26159. echo "$as_me: failed program was:" >&5
  26160. sed 's/^/| /' conftest.$ac_ext >&5
  26161.  
  26162. cat >conftest.$ac_ext <<_ACEOF
  26163. /* confdefs.h. */
  26164. _ACEOF
  26165. cat confdefs.h >>conftest.$ac_ext
  26166. cat >>conftest.$ac_ext <<_ACEOF
  26167. /* end confdefs.h. */
  26168. $ac_includes_default
  26169. int
  26170. main ()
  26171. {
  26172. static int test_array [1 - 2 * !(((long) (sizeof (double))) < 0)];
  26173. test_array [0] = 0
  26174.  
  26175. ;
  26176. return 0;
  26177. }
  26178. _ACEOF
  26179. rm -f conftest.$ac_objext
  26180. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26181. (eval $ac_compile) 2>conftest.er1
  26182. ac_status=$?
  26183. grep -v '^ *+' conftest.er1 >conftest.err
  26184. rm -f conftest.er1
  26185. cat conftest.err >&5
  26186. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26187. (exit $ac_status); } &&
  26188. { ac_try='test -z "$ac_c_werror_flag"
  26189. || test ! -s conftest.err'
  26190. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26191. (eval $ac_try) 2>&5
  26192. ac_status=$?
  26193. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26194. (exit $ac_status); }; } &&
  26195. { ac_try='test -s conftest.$ac_objext'
  26196. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26197. (eval $ac_try) 2>&5
  26198. ac_status=$?
  26199. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26200. (exit $ac_status); }; }; then
  26201. ac_hi=-1 ac_mid=-1
  26202. while :; do
  26203. cat >conftest.$ac_ext <<_ACEOF
  26204. /* confdefs.h. */
  26205. _ACEOF
  26206. cat confdefs.h >>conftest.$ac_ext
  26207. cat >>conftest.$ac_ext <<_ACEOF
  26208. /* end confdefs.h. */
  26209. $ac_includes_default
  26210. int
  26211. main ()
  26212. {
  26213. static int test_array [1 - 2 * !(((long) (sizeof (double))) >= $ac_mid)];
  26214. test_array [0] = 0
  26215.  
  26216. ;
  26217. return 0;
  26218. }
  26219. _ACEOF
  26220. rm -f conftest.$ac_objext
  26221. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26222. (eval $ac_compile) 2>conftest.er1
  26223. ac_status=$?
  26224. grep -v '^ *+' conftest.er1 >conftest.err
  26225. rm -f conftest.er1
  26226. cat conftest.err >&5
  26227. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26228. (exit $ac_status); } &&
  26229. { ac_try='test -z "$ac_c_werror_flag"
  26230. || test ! -s conftest.err'
  26231. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26232. (eval $ac_try) 2>&5
  26233. ac_status=$?
  26234. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26235. (exit $ac_status); }; } &&
  26236. { ac_try='test -s conftest.$ac_objext'
  26237. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26238. (eval $ac_try) 2>&5
  26239. ac_status=$?
  26240. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26241. (exit $ac_status); }; }; then
  26242. ac_lo=$ac_mid; break
  26243. else
  26244. echo "$as_me: failed program was:" >&5
  26245. sed 's/^/| /' conftest.$ac_ext >&5
  26246.  
  26247. ac_hi=`expr '(' $ac_mid ')' - 1`
  26248. if test $ac_mid -le $ac_hi; then
  26249. ac_lo= ac_hi=
  26250. break
  26251. fi
  26252. ac_mid=`expr 2 '*' $ac_mid`
  26253. fi
  26254. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26255. done
  26256. else
  26257. echo "$as_me: failed program was:" >&5
  26258. sed 's/^/| /' conftest.$ac_ext >&5
  26259.  
  26260. ac_lo= ac_hi=
  26261. fi
  26262. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26263. fi
  26264. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26265. # Binary search between lo and hi bounds.
  26266. while test "x$ac_lo" != "x$ac_hi"; do
  26267. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  26268. cat >conftest.$ac_ext <<_ACEOF
  26269. /* confdefs.h. */
  26270. _ACEOF
  26271. cat confdefs.h >>conftest.$ac_ext
  26272. cat >>conftest.$ac_ext <<_ACEOF
  26273. /* end confdefs.h. */
  26274. $ac_includes_default
  26275. int
  26276. main ()
  26277. {
  26278. static int test_array [1 - 2 * !(((long) (sizeof (double))) <= $ac_mid)];
  26279. test_array [0] = 0
  26280.  
  26281. ;
  26282. return 0;
  26283. }
  26284. _ACEOF
  26285. rm -f conftest.$ac_objext
  26286. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26287. (eval $ac_compile) 2>conftest.er1
  26288. ac_status=$?
  26289. grep -v '^ *+' conftest.er1 >conftest.err
  26290. rm -f conftest.er1
  26291. cat conftest.err >&5
  26292. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26293. (exit $ac_status); } &&
  26294. { ac_try='test -z "$ac_c_werror_flag"
  26295. || test ! -s conftest.err'
  26296. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26297. (eval $ac_try) 2>&5
  26298. ac_status=$?
  26299. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26300. (exit $ac_status); }; } &&
  26301. { ac_try='test -s conftest.$ac_objext'
  26302. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26303. (eval $ac_try) 2>&5
  26304. ac_status=$?
  26305. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26306. (exit $ac_status); }; }; then
  26307. ac_hi=$ac_mid
  26308. else
  26309. echo "$as_me: failed program was:" >&5
  26310. sed 's/^/| /' conftest.$ac_ext >&5
  26311.  
  26312. ac_lo=`expr '(' $ac_mid ')' + 1`
  26313. fi
  26314. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26315. done
  26316. case $ac_lo in
  26317. ?*) ac_cv_sizeof_double=$ac_lo;;
  26318. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77
  26319. See \`config.log' for more details." >&5
  26320. echo "$as_me: error: cannot compute sizeof (double), 77
  26321. See \`config.log' for more details." >&2;}
  26322. { (exit 1); exit 1; }; } ;;
  26323. esac
  26324. else
  26325. if test "$cross_compiling" = yes; then
  26326. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  26327. See \`config.log' for more details." >&5
  26328. echo "$as_me: error: cannot run test program while cross compiling
  26329. See \`config.log' for more details." >&2;}
  26330. { (exit 1); exit 1; }; }
  26331. else
  26332. cat >conftest.$ac_ext <<_ACEOF
  26333. /* confdefs.h. */
  26334. _ACEOF
  26335. cat confdefs.h >>conftest.$ac_ext
  26336. cat >>conftest.$ac_ext <<_ACEOF
  26337. /* end confdefs.h. */
  26338. $ac_includes_default
  26339. long longval () { return (long) (sizeof (double)); }
  26340. unsigned long ulongval () { return (long) (sizeof (double)); }
  26341. #include <stdio.h>
  26342. #include <stdlib.h>
  26343. int
  26344. main ()
  26345. {
  26346.  
  26347. FILE *f = fopen ("conftest.val", "w");
  26348. if (! f)
  26349. exit (1);
  26350. if (((long) (sizeof (double))) < 0)
  26351. {
  26352. long i = longval ();
  26353. if (i != ((long) (sizeof (double))))
  26354. exit (1);
  26355. fprintf (f, "%ld\n", i);
  26356. }
  26357. else
  26358. {
  26359. unsigned long i = ulongval ();
  26360. if (i != ((long) (sizeof (double))))
  26361. exit (1);
  26362. fprintf (f, "%lu\n", i);
  26363. }
  26364. exit (ferror (f) || fclose (f) != 0);
  26365.  
  26366. ;
  26367. return 0;
  26368. }
  26369. _ACEOF
  26370. rm -f conftest$ac_exeext
  26371. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  26372. (eval $ac_link) 2>&5
  26373. ac_status=$?
  26374. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26375. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  26376. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26377. (eval $ac_try) 2>&5
  26378. ac_status=$?
  26379. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26380. (exit $ac_status); }; }; then
  26381. ac_cv_sizeof_double=`cat conftest.val`
  26382. else
  26383. echo "$as_me: program exited with status $ac_status" >&5
  26384. echo "$as_me: failed program was:" >&5
  26385. sed 's/^/| /' conftest.$ac_ext >&5
  26386.  
  26387. ( exit $ac_status )
  26388. { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77
  26389. See \`config.log' for more details." >&5
  26390. echo "$as_me: error: cannot compute sizeof (double), 77
  26391. See \`config.log' for more details." >&2;}
  26392. { (exit 1); exit 1; }; }
  26393. fi
  26394. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  26395. fi
  26396. fi
  26397. rm -f conftest.val
  26398. else
  26399. ac_cv_sizeof_double=0
  26400. fi
  26401. fi
  26402. echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
  26403. echo "${ECHO_T}$ac_cv_sizeof_double" >&6
  26404. cat >>confdefs.h <<_ACEOF
  26405. #define SIZEOF_DOUBLE $ac_cv_sizeof_double
  26406. _ACEOF
  26407.  
  26408.  
  26409.  
  26410. echo "$as_me:$LINENO: checking for working long double with more range or precision than double" >&5
  26411. echo $ECHO_N "checking for working long double with more range or precision than double... $ECHO_C" >&6
  26412. if test "${ac_cv_c_long_double+set}" = set; then
  26413. echo $ECHO_N "(cached) $ECHO_C" >&6
  26414. else
  26415. cat >conftest.$ac_ext <<_ACEOF
  26416. /* confdefs.h. */
  26417. _ACEOF
  26418. cat confdefs.h >>conftest.$ac_ext
  26419. cat >>conftest.$ac_ext <<_ACEOF
  26420. /* end confdefs.h. */
  26421. #include <float.h>
  26422. long double foo = 0.0;
  26423. int
  26424. main ()
  26425. {
  26426. static int test_array [1 - 2 * !(/* Using '|' rather than '||' catches a GCC 2.95.2 x86 bug. */
  26427. (DBL_MAX < LDBL_MAX) | (LDBL_EPSILON < DBL_EPSILON)
  26428. | (DBL_MAX_EXP < LDBL_MAX_EXP) | (DBL_MANT_DIG < LDBL_MANT_DIG))];
  26429. test_array [0] = 0
  26430.  
  26431. ;
  26432. return 0;
  26433. }
  26434. _ACEOF
  26435. rm -f conftest.$ac_objext
  26436. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26437. (eval $ac_compile) 2>conftest.er1
  26438. ac_status=$?
  26439. grep -v '^ *+' conftest.er1 >conftest.err
  26440. rm -f conftest.er1
  26441. cat conftest.err >&5
  26442. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26443. (exit $ac_status); } &&
  26444. { ac_try='test -z "$ac_c_werror_flag"
  26445. || test ! -s conftest.err'
  26446. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26447. (eval $ac_try) 2>&5
  26448. ac_status=$?
  26449. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26450. (exit $ac_status); }; } &&
  26451. { ac_try='test -s conftest.$ac_objext'
  26452. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26453. (eval $ac_try) 2>&5
  26454. ac_status=$?
  26455. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26456. (exit $ac_status); }; }; then
  26457. ac_cv_c_long_double=yes
  26458. else
  26459. echo "$as_me: failed program was:" >&5
  26460. sed 's/^/| /' conftest.$ac_ext >&5
  26461.  
  26462. ac_cv_c_long_double=no
  26463. fi
  26464. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26465. fi
  26466. echo "$as_me:$LINENO: result: $ac_cv_c_long_double" >&5
  26467. echo "${ECHO_T}$ac_cv_c_long_double" >&6
  26468. if test $ac_cv_c_long_double = yes; then
  26469.  
  26470. cat >>confdefs.h <<\_ACEOF
  26471. #define HAVE_LONG_DOUBLE 1
  26472. _ACEOF
  26473.  
  26474. fi
  26475.  
  26476. if test "${ac_cv_c_have_long_double}" = "yes" ; then
  26477. echo "$as_me:$LINENO: checking for long double" >&5
  26478. echo $ECHO_N "checking for long double... $ECHO_C" >&6
  26479. if test "${ac_cv_type_long_double+set}" = set; then
  26480. echo $ECHO_N "(cached) $ECHO_C" >&6
  26481. else
  26482. cat >conftest.$ac_ext <<_ACEOF
  26483. /* confdefs.h. */
  26484. _ACEOF
  26485. cat confdefs.h >>conftest.$ac_ext
  26486. cat >>conftest.$ac_ext <<_ACEOF
  26487. /* end confdefs.h. */
  26488. $ac_includes_default
  26489. int
  26490. main ()
  26491. {
  26492. if ((long double *) 0)
  26493. return 0;
  26494. if (sizeof (long double))
  26495. return 0;
  26496. ;
  26497. return 0;
  26498. }
  26499. _ACEOF
  26500. rm -f conftest.$ac_objext
  26501. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26502. (eval $ac_compile) 2>conftest.er1
  26503. ac_status=$?
  26504. grep -v '^ *+' conftest.er1 >conftest.err
  26505. rm -f conftest.er1
  26506. cat conftest.err >&5
  26507. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26508. (exit $ac_status); } &&
  26509. { ac_try='test -z "$ac_c_werror_flag"
  26510. || test ! -s conftest.err'
  26511. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26512. (eval $ac_try) 2>&5
  26513. ac_status=$?
  26514. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26515. (exit $ac_status); }; } &&
  26516. { ac_try='test -s conftest.$ac_objext'
  26517. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26518. (eval $ac_try) 2>&5
  26519. ac_status=$?
  26520. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26521. (exit $ac_status); }; }; then
  26522. ac_cv_type_long_double=yes
  26523. else
  26524. echo "$as_me: failed program was:" >&5
  26525. sed 's/^/| /' conftest.$ac_ext >&5
  26526.  
  26527. ac_cv_type_long_double=no
  26528. fi
  26529. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26530. fi
  26531. echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
  26532. echo "${ECHO_T}$ac_cv_type_long_double" >&6
  26533.  
  26534. echo "$as_me:$LINENO: checking size of long double" >&5
  26535. echo $ECHO_N "checking size of long double... $ECHO_C" >&6
  26536. if test "${ac_cv_sizeof_long_double+set}" = set; then
  26537. echo $ECHO_N "(cached) $ECHO_C" >&6
  26538. else
  26539. if test "$ac_cv_type_long_double" = yes; then
  26540. # The cast to unsigned long works around a bug in the HP C Compiler
  26541. # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  26542. # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  26543. # This bug is HP SR number 8606223364.
  26544. if test "$cross_compiling" = yes; then
  26545. # Depending upon the size, compute the lo and hi bounds.
  26546. cat >conftest.$ac_ext <<_ACEOF
  26547. /* confdefs.h. */
  26548. _ACEOF
  26549. cat confdefs.h >>conftest.$ac_ext
  26550. cat >>conftest.$ac_ext <<_ACEOF
  26551. /* end confdefs.h. */
  26552. $ac_includes_default
  26553. int
  26554. main ()
  26555. {
  26556. static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= 0)];
  26557. test_array [0] = 0
  26558.  
  26559. ;
  26560. return 0;
  26561. }
  26562. _ACEOF
  26563. rm -f conftest.$ac_objext
  26564. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26565. (eval $ac_compile) 2>conftest.er1
  26566. ac_status=$?
  26567. grep -v '^ *+' conftest.er1 >conftest.err
  26568. rm -f conftest.er1
  26569. cat conftest.err >&5
  26570. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26571. (exit $ac_status); } &&
  26572. { ac_try='test -z "$ac_c_werror_flag"
  26573. || test ! -s conftest.err'
  26574. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26575. (eval $ac_try) 2>&5
  26576. ac_status=$?
  26577. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26578. (exit $ac_status); }; } &&
  26579. { ac_try='test -s conftest.$ac_objext'
  26580. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26581. (eval $ac_try) 2>&5
  26582. ac_status=$?
  26583. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26584. (exit $ac_status); }; }; then
  26585. ac_lo=0 ac_mid=0
  26586. while :; do
  26587. cat >conftest.$ac_ext <<_ACEOF
  26588. /* confdefs.h. */
  26589. _ACEOF
  26590. cat confdefs.h >>conftest.$ac_ext
  26591. cat >>conftest.$ac_ext <<_ACEOF
  26592. /* end confdefs.h. */
  26593. $ac_includes_default
  26594. int
  26595. main ()
  26596. {
  26597. static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)];
  26598. test_array [0] = 0
  26599.  
  26600. ;
  26601. return 0;
  26602. }
  26603. _ACEOF
  26604. rm -f conftest.$ac_objext
  26605. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26606. (eval $ac_compile) 2>conftest.er1
  26607. ac_status=$?
  26608. grep -v '^ *+' conftest.er1 >conftest.err
  26609. rm -f conftest.er1
  26610. cat conftest.err >&5
  26611. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26612. (exit $ac_status); } &&
  26613. { ac_try='test -z "$ac_c_werror_flag"
  26614. || test ! -s conftest.err'
  26615. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26616. (eval $ac_try) 2>&5
  26617. ac_status=$?
  26618. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26619. (exit $ac_status); }; } &&
  26620. { ac_try='test -s conftest.$ac_objext'
  26621. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26622. (eval $ac_try) 2>&5
  26623. ac_status=$?
  26624. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26625. (exit $ac_status); }; }; then
  26626. ac_hi=$ac_mid; break
  26627. else
  26628. echo "$as_me: failed program was:" >&5
  26629. sed 's/^/| /' conftest.$ac_ext >&5
  26630.  
  26631. ac_lo=`expr $ac_mid + 1`
  26632. if test $ac_lo -le $ac_mid; then
  26633. ac_lo= ac_hi=
  26634. break
  26635. fi
  26636. ac_mid=`expr 2 '*' $ac_mid + 1`
  26637. fi
  26638. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26639. done
  26640. else
  26641. echo "$as_me: failed program was:" >&5
  26642. sed 's/^/| /' conftest.$ac_ext >&5
  26643.  
  26644. cat >conftest.$ac_ext <<_ACEOF
  26645. /* confdefs.h. */
  26646. _ACEOF
  26647. cat confdefs.h >>conftest.$ac_ext
  26648. cat >>conftest.$ac_ext <<_ACEOF
  26649. /* end confdefs.h. */
  26650. $ac_includes_default
  26651. int
  26652. main ()
  26653. {
  26654. static int test_array [1 - 2 * !(((long) (sizeof (long double))) < 0)];
  26655. test_array [0] = 0
  26656.  
  26657. ;
  26658. return 0;
  26659. }
  26660. _ACEOF
  26661. rm -f conftest.$ac_objext
  26662. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26663. (eval $ac_compile) 2>conftest.er1
  26664. ac_status=$?
  26665. grep -v '^ *+' conftest.er1 >conftest.err
  26666. rm -f conftest.er1
  26667. cat conftest.err >&5
  26668. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26669. (exit $ac_status); } &&
  26670. { ac_try='test -z "$ac_c_werror_flag"
  26671. || test ! -s conftest.err'
  26672. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26673. (eval $ac_try) 2>&5
  26674. ac_status=$?
  26675. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26676. (exit $ac_status); }; } &&
  26677. { ac_try='test -s conftest.$ac_objext'
  26678. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26679. (eval $ac_try) 2>&5
  26680. ac_status=$?
  26681. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26682. (exit $ac_status); }; }; then
  26683. ac_hi=-1 ac_mid=-1
  26684. while :; do
  26685. cat >conftest.$ac_ext <<_ACEOF
  26686. /* confdefs.h. */
  26687. _ACEOF
  26688. cat confdefs.h >>conftest.$ac_ext
  26689. cat >>conftest.$ac_ext <<_ACEOF
  26690. /* end confdefs.h. */
  26691. $ac_includes_default
  26692. int
  26693. main ()
  26694. {
  26695. static int test_array [1 - 2 * !(((long) (sizeof (long double))) >= $ac_mid)];
  26696. test_array [0] = 0
  26697.  
  26698. ;
  26699. return 0;
  26700. }
  26701. _ACEOF
  26702. rm -f conftest.$ac_objext
  26703. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26704. (eval $ac_compile) 2>conftest.er1
  26705. ac_status=$?
  26706. grep -v '^ *+' conftest.er1 >conftest.err
  26707. rm -f conftest.er1
  26708. cat conftest.err >&5
  26709. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26710. (exit $ac_status); } &&
  26711. { ac_try='test -z "$ac_c_werror_flag"
  26712. || test ! -s conftest.err'
  26713. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26714. (eval $ac_try) 2>&5
  26715. ac_status=$?
  26716. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26717. (exit $ac_status); }; } &&
  26718. { ac_try='test -s conftest.$ac_objext'
  26719. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26720. (eval $ac_try) 2>&5
  26721. ac_status=$?
  26722. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26723. (exit $ac_status); }; }; then
  26724. ac_lo=$ac_mid; break
  26725. else
  26726. echo "$as_me: failed program was:" >&5
  26727. sed 's/^/| /' conftest.$ac_ext >&5
  26728.  
  26729. ac_hi=`expr '(' $ac_mid ')' - 1`
  26730. if test $ac_mid -le $ac_hi; then
  26731. ac_lo= ac_hi=
  26732. break
  26733. fi
  26734. ac_mid=`expr 2 '*' $ac_mid`
  26735. fi
  26736. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26737. done
  26738. else
  26739. echo "$as_me: failed program was:" >&5
  26740. sed 's/^/| /' conftest.$ac_ext >&5
  26741.  
  26742. ac_lo= ac_hi=
  26743. fi
  26744. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26745. fi
  26746. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26747. # Binary search between lo and hi bounds.
  26748. while test "x$ac_lo" != "x$ac_hi"; do
  26749. ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  26750. cat >conftest.$ac_ext <<_ACEOF
  26751. /* confdefs.h. */
  26752. _ACEOF
  26753. cat confdefs.h >>conftest.$ac_ext
  26754. cat >>conftest.$ac_ext <<_ACEOF
  26755. /* end confdefs.h. */
  26756. $ac_includes_default
  26757. int
  26758. main ()
  26759. {
  26760. static int test_array [1 - 2 * !(((long) (sizeof (long double))) <= $ac_mid)];
  26761. test_array [0] = 0
  26762.  
  26763. ;
  26764. return 0;
  26765. }
  26766. _ACEOF
  26767. rm -f conftest.$ac_objext
  26768. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26769. (eval $ac_compile) 2>conftest.er1
  26770. ac_status=$?
  26771. grep -v '^ *+' conftest.er1 >conftest.err
  26772. rm -f conftest.er1
  26773. cat conftest.err >&5
  26774. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26775. (exit $ac_status); } &&
  26776. { ac_try='test -z "$ac_c_werror_flag"
  26777. || test ! -s conftest.err'
  26778. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26779. (eval $ac_try) 2>&5
  26780. ac_status=$?
  26781. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26782. (exit $ac_status); }; } &&
  26783. { ac_try='test -s conftest.$ac_objext'
  26784. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26785. (eval $ac_try) 2>&5
  26786. ac_status=$?
  26787. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26788. (exit $ac_status); }; }; then
  26789. ac_hi=$ac_mid
  26790. else
  26791. echo "$as_me: failed program was:" >&5
  26792. sed 's/^/| /' conftest.$ac_ext >&5
  26793.  
  26794. ac_lo=`expr '(' $ac_mid ')' + 1`
  26795. fi
  26796. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26797. done
  26798. case $ac_lo in
  26799. ?*) ac_cv_sizeof_long_double=$ac_lo;;
  26800. '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77
  26801. See \`config.log' for more details." >&5
  26802. echo "$as_me: error: cannot compute sizeof (long double), 77
  26803. See \`config.log' for more details." >&2;}
  26804. { (exit 1); exit 1; }; } ;;
  26805. esac
  26806. else
  26807. if test "$cross_compiling" = yes; then
  26808. { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  26809. See \`config.log' for more details." >&5
  26810. echo "$as_me: error: cannot run test program while cross compiling
  26811. See \`config.log' for more details." >&2;}
  26812. { (exit 1); exit 1; }; }
  26813. else
  26814. cat >conftest.$ac_ext <<_ACEOF
  26815. /* confdefs.h. */
  26816. _ACEOF
  26817. cat confdefs.h >>conftest.$ac_ext
  26818. cat >>conftest.$ac_ext <<_ACEOF
  26819. /* end confdefs.h. */
  26820. $ac_includes_default
  26821. long longval () { return (long) (sizeof (long double)); }
  26822. unsigned long ulongval () { return (long) (sizeof (long double)); }
  26823. #include <stdio.h>
  26824. #include <stdlib.h>
  26825. int
  26826. main ()
  26827. {
  26828.  
  26829. FILE *f = fopen ("conftest.val", "w");
  26830. if (! f)
  26831. exit (1);
  26832. if (((long) (sizeof (long double))) < 0)
  26833. {
  26834. long i = longval ();
  26835. if (i != ((long) (sizeof (long double))))
  26836. exit (1);
  26837. fprintf (f, "%ld\n", i);
  26838. }
  26839. else
  26840. {
  26841. unsigned long i = ulongval ();
  26842. if (i != ((long) (sizeof (long double))))
  26843. exit (1);
  26844. fprintf (f, "%lu\n", i);
  26845. }
  26846. exit (ferror (f) || fclose (f) != 0);
  26847.  
  26848. ;
  26849. return 0;
  26850. }
  26851. _ACEOF
  26852. rm -f conftest$ac_exeext
  26853. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  26854. (eval $ac_link) 2>&5
  26855. ac_status=$?
  26856. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26857. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  26858. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26859. (eval $ac_try) 2>&5
  26860. ac_status=$?
  26861. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26862. (exit $ac_status); }; }; then
  26863. ac_cv_sizeof_long_double=`cat conftest.val`
  26864. else
  26865. echo "$as_me: program exited with status $ac_status" >&5
  26866. echo "$as_me: failed program was:" >&5
  26867. sed 's/^/| /' conftest.$ac_ext >&5
  26868.  
  26869. ( exit $ac_status )
  26870. { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77
  26871. See \`config.log' for more details." >&5
  26872. echo "$as_me: error: cannot compute sizeof (long double), 77
  26873. See \`config.log' for more details." >&2;}
  26874. { (exit 1); exit 1; }; }
  26875. fi
  26876. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  26877. fi
  26878. fi
  26879. rm -f conftest.val
  26880. else
  26881. ac_cv_sizeof_long_double=0
  26882. fi
  26883. fi
  26884. echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5
  26885. echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6
  26886. cat >>confdefs.h <<_ACEOF
  26887. #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
  26888. _ACEOF
  26889.  
  26890.  
  26891. fi
  26892.  
  26893. echo "$as_me:$LINENO: checking for uint8_t" >&5
  26894. echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6
  26895. if test "${ac_cv_type_uint8_t+set}" = set; then
  26896. echo $ECHO_N "(cached) $ECHO_C" >&6
  26897. else
  26898. cat >conftest.$ac_ext <<_ACEOF
  26899. /* confdefs.h. */
  26900. _ACEOF
  26901. cat confdefs.h >>conftest.$ac_ext
  26902. cat >>conftest.$ac_ext <<_ACEOF
  26903. /* end confdefs.h. */
  26904. $ac_includes_default
  26905. int
  26906. main ()
  26907. {
  26908. if ((uint8_t *) 0)
  26909. return 0;
  26910. if (sizeof (uint8_t))
  26911. return 0;
  26912. ;
  26913. return 0;
  26914. }
  26915. _ACEOF
  26916. rm -f conftest.$ac_objext
  26917. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26918. (eval $ac_compile) 2>conftest.er1
  26919. ac_status=$?
  26920. grep -v '^ *+' conftest.er1 >conftest.err
  26921. rm -f conftest.er1
  26922. cat conftest.err >&5
  26923. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26924. (exit $ac_status); } &&
  26925. { ac_try='test -z "$ac_c_werror_flag"
  26926. || test ! -s conftest.err'
  26927. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26928. (eval $ac_try) 2>&5
  26929. ac_status=$?
  26930. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26931. (exit $ac_status); }; } &&
  26932. { ac_try='test -s conftest.$ac_objext'
  26933. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26934. (eval $ac_try) 2>&5
  26935. ac_status=$?
  26936. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26937. (exit $ac_status); }; }; then
  26938. ac_cv_type_uint8_t=yes
  26939. else
  26940. echo "$as_me: failed program was:" >&5
  26941. sed 's/^/| /' conftest.$ac_ext >&5
  26942.  
  26943. ac_cv_type_uint8_t=no
  26944. fi
  26945. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  26946. fi
  26947. echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5
  26948. echo "${ECHO_T}$ac_cv_type_uint8_t" >&6
  26949. if test $ac_cv_type_uint8_t = yes; then
  26950.  
  26951. cat >>confdefs.h <<_ACEOF
  26952. #define HAVE_UINT8_T 1
  26953. _ACEOF
  26954.  
  26955.  
  26956. fi
  26957. echo "$as_me:$LINENO: checking for int8_t" >&5
  26958. echo $ECHO_N "checking for int8_t... $ECHO_C" >&6
  26959. if test "${ac_cv_type_int8_t+set}" = set; then
  26960. echo $ECHO_N "(cached) $ECHO_C" >&6
  26961. else
  26962. cat >conftest.$ac_ext <<_ACEOF
  26963. /* confdefs.h. */
  26964. _ACEOF
  26965. cat confdefs.h >>conftest.$ac_ext
  26966. cat >>conftest.$ac_ext <<_ACEOF
  26967. /* end confdefs.h. */
  26968. $ac_includes_default
  26969. int
  26970. main ()
  26971. {
  26972. if ((int8_t *) 0)
  26973. return 0;
  26974. if (sizeof (int8_t))
  26975. return 0;
  26976. ;
  26977. return 0;
  26978. }
  26979. _ACEOF
  26980. rm -f conftest.$ac_objext
  26981. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  26982. (eval $ac_compile) 2>conftest.er1
  26983. ac_status=$?
  26984. grep -v '^ *+' conftest.er1 >conftest.err
  26985. rm -f conftest.er1
  26986. cat conftest.err >&5
  26987. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26988. (exit $ac_status); } &&
  26989. { ac_try='test -z "$ac_c_werror_flag"
  26990. || test ! -s conftest.err'
  26991. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26992. (eval $ac_try) 2>&5
  26993. ac_status=$?
  26994. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  26995. (exit $ac_status); }; } &&
  26996. { ac_try='test -s conftest.$ac_objext'
  26997. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  26998. (eval $ac_try) 2>&5
  26999. ac_status=$?
  27000. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27001. (exit $ac_status); }; }; then
  27002. ac_cv_type_int8_t=yes
  27003. else
  27004. echo "$as_me: failed program was:" >&5
  27005. sed 's/^/| /' conftest.$ac_ext >&5
  27006.  
  27007. ac_cv_type_int8_t=no
  27008. fi
  27009. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27010. fi
  27011. echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5
  27012. echo "${ECHO_T}$ac_cv_type_int8_t" >&6
  27013. if test $ac_cv_type_int8_t = yes; then
  27014.  
  27015. cat >>confdefs.h <<_ACEOF
  27016. #define HAVE_INT8_T 1
  27017. _ACEOF
  27018.  
  27019.  
  27020. fi
  27021. echo "$as_me:$LINENO: checking for uint16_t" >&5
  27022. echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
  27023. if test "${ac_cv_type_uint16_t+set}" = set; then
  27024. echo $ECHO_N "(cached) $ECHO_C" >&6
  27025. else
  27026. cat >conftest.$ac_ext <<_ACEOF
  27027. /* confdefs.h. */
  27028. _ACEOF
  27029. cat confdefs.h >>conftest.$ac_ext
  27030. cat >>conftest.$ac_ext <<_ACEOF
  27031. /* end confdefs.h. */
  27032. $ac_includes_default
  27033. int
  27034. main ()
  27035. {
  27036. if ((uint16_t *) 0)
  27037. return 0;
  27038. if (sizeof (uint16_t))
  27039. return 0;
  27040. ;
  27041. return 0;
  27042. }
  27043. _ACEOF
  27044. rm -f conftest.$ac_objext
  27045. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27046. (eval $ac_compile) 2>conftest.er1
  27047. ac_status=$?
  27048. grep -v '^ *+' conftest.er1 >conftest.err
  27049. rm -f conftest.er1
  27050. cat conftest.err >&5
  27051. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27052. (exit $ac_status); } &&
  27053. { ac_try='test -z "$ac_c_werror_flag"
  27054. || test ! -s conftest.err'
  27055. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27056. (eval $ac_try) 2>&5
  27057. ac_status=$?
  27058. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27059. (exit $ac_status); }; } &&
  27060. { ac_try='test -s conftest.$ac_objext'
  27061. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27062. (eval $ac_try) 2>&5
  27063. ac_status=$?
  27064. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27065. (exit $ac_status); }; }; then
  27066. ac_cv_type_uint16_t=yes
  27067. else
  27068. echo "$as_me: failed program was:" >&5
  27069. sed 's/^/| /' conftest.$ac_ext >&5
  27070.  
  27071. ac_cv_type_uint16_t=no
  27072. fi
  27073. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27074. fi
  27075. echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5
  27076. echo "${ECHO_T}$ac_cv_type_uint16_t" >&6
  27077. if test $ac_cv_type_uint16_t = yes; then
  27078.  
  27079. cat >>confdefs.h <<_ACEOF
  27080. #define HAVE_UINT16_T 1
  27081. _ACEOF
  27082.  
  27083.  
  27084. fi
  27085. echo "$as_me:$LINENO: checking for int16_t" >&5
  27086. echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
  27087. if test "${ac_cv_type_int16_t+set}" = set; then
  27088. echo $ECHO_N "(cached) $ECHO_C" >&6
  27089. else
  27090. cat >conftest.$ac_ext <<_ACEOF
  27091. /* confdefs.h. */
  27092. _ACEOF
  27093. cat confdefs.h >>conftest.$ac_ext
  27094. cat >>conftest.$ac_ext <<_ACEOF
  27095. /* end confdefs.h. */
  27096. $ac_includes_default
  27097. int
  27098. main ()
  27099. {
  27100. if ((int16_t *) 0)
  27101. return 0;
  27102. if (sizeof (int16_t))
  27103. return 0;
  27104. ;
  27105. return 0;
  27106. }
  27107. _ACEOF
  27108. rm -f conftest.$ac_objext
  27109. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27110. (eval $ac_compile) 2>conftest.er1
  27111. ac_status=$?
  27112. grep -v '^ *+' conftest.er1 >conftest.err
  27113. rm -f conftest.er1
  27114. cat conftest.err >&5
  27115. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27116. (exit $ac_status); } &&
  27117. { ac_try='test -z "$ac_c_werror_flag"
  27118. || test ! -s conftest.err'
  27119. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27120. (eval $ac_try) 2>&5
  27121. ac_status=$?
  27122. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27123. (exit $ac_status); }; } &&
  27124. { ac_try='test -s conftest.$ac_objext'
  27125. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27126. (eval $ac_try) 2>&5
  27127. ac_status=$?
  27128. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27129. (exit $ac_status); }; }; then
  27130. ac_cv_type_int16_t=yes
  27131. else
  27132. echo "$as_me: failed program was:" >&5
  27133. sed 's/^/| /' conftest.$ac_ext >&5
  27134.  
  27135. ac_cv_type_int16_t=no
  27136. fi
  27137. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27138. fi
  27139. echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5
  27140. echo "${ECHO_T}$ac_cv_type_int16_t" >&6
  27141. if test $ac_cv_type_int16_t = yes; then
  27142.  
  27143. cat >>confdefs.h <<_ACEOF
  27144. #define HAVE_INT16_T 1
  27145. _ACEOF
  27146.  
  27147.  
  27148. fi
  27149. echo "$as_me:$LINENO: checking for uint32_t" >&5
  27150. echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
  27151. if test "${ac_cv_type_uint32_t+set}" = set; then
  27152. echo $ECHO_N "(cached) $ECHO_C" >&6
  27153. else
  27154. cat >conftest.$ac_ext <<_ACEOF
  27155. /* confdefs.h. */
  27156. _ACEOF
  27157. cat confdefs.h >>conftest.$ac_ext
  27158. cat >>conftest.$ac_ext <<_ACEOF
  27159. /* end confdefs.h. */
  27160. $ac_includes_default
  27161. int
  27162. main ()
  27163. {
  27164. if ((uint32_t *) 0)
  27165. return 0;
  27166. if (sizeof (uint32_t))
  27167. return 0;
  27168. ;
  27169. return 0;
  27170. }
  27171. _ACEOF
  27172. rm -f conftest.$ac_objext
  27173. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27174. (eval $ac_compile) 2>conftest.er1
  27175. ac_status=$?
  27176. grep -v '^ *+' conftest.er1 >conftest.err
  27177. rm -f conftest.er1
  27178. cat conftest.err >&5
  27179. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27180. (exit $ac_status); } &&
  27181. { ac_try='test -z "$ac_c_werror_flag"
  27182. || test ! -s conftest.err'
  27183. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27184. (eval $ac_try) 2>&5
  27185. ac_status=$?
  27186. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27187. (exit $ac_status); }; } &&
  27188. { ac_try='test -s conftest.$ac_objext'
  27189. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27190. (eval $ac_try) 2>&5
  27191. ac_status=$?
  27192. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27193. (exit $ac_status); }; }; then
  27194. ac_cv_type_uint32_t=yes
  27195. else
  27196. echo "$as_me: failed program was:" >&5
  27197. sed 's/^/| /' conftest.$ac_ext >&5
  27198.  
  27199. ac_cv_type_uint32_t=no
  27200. fi
  27201. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27202. fi
  27203. echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
  27204. echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
  27205. if test $ac_cv_type_uint32_t = yes; then
  27206.  
  27207. cat >>confdefs.h <<_ACEOF
  27208. #define HAVE_UINT32_T 1
  27209. _ACEOF
  27210.  
  27211.  
  27212. fi
  27213. echo "$as_me:$LINENO: checking for int32_t" >&5
  27214. echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
  27215. if test "${ac_cv_type_int32_t+set}" = set; then
  27216. echo $ECHO_N "(cached) $ECHO_C" >&6
  27217. else
  27218. cat >conftest.$ac_ext <<_ACEOF
  27219. /* confdefs.h. */
  27220. _ACEOF
  27221. cat confdefs.h >>conftest.$ac_ext
  27222. cat >>conftest.$ac_ext <<_ACEOF
  27223. /* end confdefs.h. */
  27224. $ac_includes_default
  27225. int
  27226. main ()
  27227. {
  27228. if ((int32_t *) 0)
  27229. return 0;
  27230. if (sizeof (int32_t))
  27231. return 0;
  27232. ;
  27233. return 0;
  27234. }
  27235. _ACEOF
  27236. rm -f conftest.$ac_objext
  27237. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27238. (eval $ac_compile) 2>conftest.er1
  27239. ac_status=$?
  27240. grep -v '^ *+' conftest.er1 >conftest.err
  27241. rm -f conftest.er1
  27242. cat conftest.err >&5
  27243. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27244. (exit $ac_status); } &&
  27245. { ac_try='test -z "$ac_c_werror_flag"
  27246. || test ! -s conftest.err'
  27247. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27248. (eval $ac_try) 2>&5
  27249. ac_status=$?
  27250. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27251. (exit $ac_status); }; } &&
  27252. { ac_try='test -s conftest.$ac_objext'
  27253. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27254. (eval $ac_try) 2>&5
  27255. ac_status=$?
  27256. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27257. (exit $ac_status); }; }; then
  27258. ac_cv_type_int32_t=yes
  27259. else
  27260. echo "$as_me: failed program was:" >&5
  27261. sed 's/^/| /' conftest.$ac_ext >&5
  27262.  
  27263. ac_cv_type_int32_t=no
  27264. fi
  27265. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27266. fi
  27267. echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
  27268. echo "${ECHO_T}$ac_cv_type_int32_t" >&6
  27269. if test $ac_cv_type_int32_t = yes; then
  27270.  
  27271. cat >>confdefs.h <<_ACEOF
  27272. #define HAVE_INT32_T 1
  27273. _ACEOF
  27274.  
  27275.  
  27276. fi
  27277. echo "$as_me:$LINENO: checking for uint64_t" >&5
  27278. echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
  27279. if test "${ac_cv_type_uint64_t+set}" = set; then
  27280. echo $ECHO_N "(cached) $ECHO_C" >&6
  27281. else
  27282. cat >conftest.$ac_ext <<_ACEOF
  27283. /* confdefs.h. */
  27284. _ACEOF
  27285. cat confdefs.h >>conftest.$ac_ext
  27286. cat >>conftest.$ac_ext <<_ACEOF
  27287. /* end confdefs.h. */
  27288. $ac_includes_default
  27289. int
  27290. main ()
  27291. {
  27292. if ((uint64_t *) 0)
  27293. return 0;
  27294. if (sizeof (uint64_t))
  27295. return 0;
  27296. ;
  27297. return 0;
  27298. }
  27299. _ACEOF
  27300. rm -f conftest.$ac_objext
  27301. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27302. (eval $ac_compile) 2>conftest.er1
  27303. ac_status=$?
  27304. grep -v '^ *+' conftest.er1 >conftest.err
  27305. rm -f conftest.er1
  27306. cat conftest.err >&5
  27307. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27308. (exit $ac_status); } &&
  27309. { ac_try='test -z "$ac_c_werror_flag"
  27310. || test ! -s conftest.err'
  27311. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27312. (eval $ac_try) 2>&5
  27313. ac_status=$?
  27314. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27315. (exit $ac_status); }; } &&
  27316. { ac_try='test -s conftest.$ac_objext'
  27317. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27318. (eval $ac_try) 2>&5
  27319. ac_status=$?
  27320. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27321. (exit $ac_status); }; }; then
  27322. ac_cv_type_uint64_t=yes
  27323. else
  27324. echo "$as_me: failed program was:" >&5
  27325. sed 's/^/| /' conftest.$ac_ext >&5
  27326.  
  27327. ac_cv_type_uint64_t=no
  27328. fi
  27329. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27330. fi
  27331. echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
  27332. echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
  27333. if test $ac_cv_type_uint64_t = yes; then
  27334.  
  27335. cat >>confdefs.h <<_ACEOF
  27336. #define HAVE_UINT64_T 1
  27337. _ACEOF
  27338.  
  27339.  
  27340. fi
  27341. echo "$as_me:$LINENO: checking for int64_t" >&5
  27342. echo $ECHO_N "checking for int64_t... $ECHO_C" >&6
  27343. if test "${ac_cv_type_int64_t+set}" = set; then
  27344. echo $ECHO_N "(cached) $ECHO_C" >&6
  27345. else
  27346. cat >conftest.$ac_ext <<_ACEOF
  27347. /* confdefs.h. */
  27348. _ACEOF
  27349. cat confdefs.h >>conftest.$ac_ext
  27350. cat >>conftest.$ac_ext <<_ACEOF
  27351. /* end confdefs.h. */
  27352. $ac_includes_default
  27353. int
  27354. main ()
  27355. {
  27356. if ((int64_t *) 0)
  27357. return 0;
  27358. if (sizeof (int64_t))
  27359. return 0;
  27360. ;
  27361. return 0;
  27362. }
  27363. _ACEOF
  27364. rm -f conftest.$ac_objext
  27365. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27366. (eval $ac_compile) 2>conftest.er1
  27367. ac_status=$?
  27368. grep -v '^ *+' conftest.er1 >conftest.err
  27369. rm -f conftest.er1
  27370. cat conftest.err >&5
  27371. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27372. (exit $ac_status); } &&
  27373. { ac_try='test -z "$ac_c_werror_flag"
  27374. || test ! -s conftest.err'
  27375. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27376. (eval $ac_try) 2>&5
  27377. ac_status=$?
  27378. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27379. (exit $ac_status); }; } &&
  27380. { ac_try='test -s conftest.$ac_objext'
  27381. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27382. (eval $ac_try) 2>&5
  27383. ac_status=$?
  27384. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27385. (exit $ac_status); }; }; then
  27386. ac_cv_type_int64_t=yes
  27387. else
  27388. echo "$as_me: failed program was:" >&5
  27389. sed 's/^/| /' conftest.$ac_ext >&5
  27390.  
  27391. ac_cv_type_int64_t=no
  27392. fi
  27393. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27394. fi
  27395. echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5
  27396. echo "${ECHO_T}$ac_cv_type_int64_t" >&6
  27397. if test $ac_cv_type_int64_t = yes; then
  27398.  
  27399. cat >>confdefs.h <<_ACEOF
  27400. #define HAVE_INT64_T 1
  27401. _ACEOF
  27402.  
  27403.  
  27404. fi
  27405.  
  27406.  
  27407.  
  27408.  
  27409.  
  27410.  
  27411.  
  27412.  
  27413.  
  27414.  
  27415.  
  27416.  
  27417.  
  27418.  
  27419. if test "${ac_cv_sizeof_unsigned_short}" = "4"; then
  27420. cat >>confdefs.h <<\_ACEOF
  27421. #define A_UINT32_T unsigned short
  27422. _ACEOF
  27423.  
  27424. else
  27425. if test "${ac_cv_sizeof_unsigned_int}" = "4"; then
  27426. cat >>confdefs.h <<\_ACEOF
  27427. #define A_UINT32_T unsigned int
  27428. _ACEOF
  27429.  
  27430. else
  27431. if test "${ac_cv_sizeof_unsigned_long}" = "4"; then
  27432. cat >>confdefs.h <<\_ACEOF
  27433. #define A_UINT32_T unsigned long
  27434. _ACEOF
  27435.  
  27436. else
  27437. { { echo "$as_me:$LINENO: error: CHECK_TYPE_uint32_t - please report to lame-dev@lists.sourceforge.net" >&5
  27438. echo "$as_me: error: CHECK_TYPE_uint32_t - please report to lame-dev@lists.sourceforge.net" >&2;}
  27439. { (exit 1); exit 1; }; }
  27440. fi
  27441. fi
  27442. fi
  27443.  
  27444.  
  27445.  
  27446.  
  27447. if test "${ac_cv_sizeof_short}" = "4"; then
  27448. cat >>confdefs.h <<\_ACEOF
  27449. #define A_INT32_T short
  27450. _ACEOF
  27451.  
  27452. else
  27453. if test "${ac_cv_sizeof_int}" = "4"; then
  27454. cat >>confdefs.h <<\_ACEOF
  27455. #define A_INT32_T int
  27456. _ACEOF
  27457.  
  27458. else
  27459. if test "${ac_cv_sizeof_long}" = "4"; then
  27460. cat >>confdefs.h <<\_ACEOF
  27461. #define A_INT32_T long
  27462. _ACEOF
  27463.  
  27464. else
  27465. { { echo "$as_me:$LINENO: error: CHECK_TYPE_int32_t - please report to lame-dev@lists.sourceforge.net" >&5
  27466. echo "$as_me: error: CHECK_TYPE_int32_t - please report to lame-dev@lists.sourceforge.net" >&2;}
  27467. { (exit 1); exit 1; }; }
  27468. fi
  27469. fi
  27470. fi
  27471.  
  27472.  
  27473.  
  27474.  
  27475. if test "${ac_cv_sizeof_unsigned_int}" = "8"; then
  27476. cat >>confdefs.h <<\_ACEOF
  27477. #define A_UINT64_T unsigned int
  27478. _ACEOF
  27479.  
  27480. else
  27481. if test "${ac_cv_sizeof_unsigned_long}" = "8"; then
  27482. cat >>confdefs.h <<\_ACEOF
  27483. #define A_UINT64_T unsigned long
  27484. _ACEOF
  27485.  
  27486. else
  27487. if test "${ac_cv_sizeof_unsigned_long_long}" = "8"; then
  27488. cat >>confdefs.h <<\_ACEOF
  27489. #define A_UINT64_T unsigned long long
  27490. _ACEOF
  27491.  
  27492. else
  27493. { { echo "$as_me:$LINENO: error: CHECK_TYPE_uint64_t - please report to lame-dev@lists.sourceforge.net" >&5
  27494. echo "$as_me: error: CHECK_TYPE_uint64_t - please report to lame-dev@lists.sourceforge.net" >&2;}
  27495. { (exit 1); exit 1; }; }
  27496. fi
  27497. fi
  27498. fi
  27499.  
  27500.  
  27501.  
  27502.  
  27503. if test "${ac_cv_sizeof_int}" = "8"; then
  27504. cat >>confdefs.h <<\_ACEOF
  27505. #define A_INT64_T int
  27506. _ACEOF
  27507.  
  27508. else
  27509. if test "${ac_cv_sizeof_long}" = "8"; then
  27510. cat >>confdefs.h <<\_ACEOF
  27511. #define A_INT64_T long
  27512. _ACEOF
  27513.  
  27514. else
  27515. if test "${ac_cv_sizeof_long_long}" = "8"; then
  27516. cat >>confdefs.h <<\_ACEOF
  27517. #define A_INT64_T long long
  27518. _ACEOF
  27519.  
  27520. else
  27521. { { echo "$as_me:$LINENO: error: CHECK_TYPE_int64_t - please report to lame-dev@lists.sourceforge.net" >&5
  27522. echo "$as_me: error: CHECK_TYPE_int64_t - please report to lame-dev@lists.sourceforge.net" >&2;}
  27523. { (exit 1); exit 1; }; }
  27524. fi
  27525. fi
  27526. fi
  27527.  
  27528.  
  27529.  
  27530.  
  27531. echo "$as_me:$LINENO: checking for IEEE854 compliant 80 bit floats" >&5
  27532. echo $ECHO_N "checking for IEEE854 compliant 80 bit floats... $ECHO_C" >&6
  27533. if test "${alex_cv_ieee854_float80+set}" = set; then
  27534. echo $ECHO_N "(cached) $ECHO_C" >&6
  27535. else
  27536. if test "$cross_compiling" = yes; then
  27537. { echo "$as_me:$LINENO: WARNING: can't check for IEEE854 compliant 80 bit floats" >&5
  27538. echo "$as_me: WARNING: can't check for IEEE854 compliant 80 bit floats" >&2;}
  27539.  
  27540. else
  27541. cat >conftest.$ac_ext <<_ACEOF
  27542. /* confdefs.h. */
  27543. _ACEOF
  27544. cat confdefs.h >>conftest.$ac_ext
  27545. cat >>conftest.$ac_ext <<_ACEOF
  27546. /* end confdefs.h. */
  27547.  
  27548. int float2long_IEEE_compliance ( void )
  27549. {
  27550. struct {
  27551. long padding; /* to prevent unaligned access */
  27552. float f;
  27553. } s;
  27554. s.f = 12582912.; if ( *(long*)(&s.f) != 1262485504l ) return 0;
  27555. s.f = 12615679.; if ( *(long*)(&s.f) != 1262518271l ) return 0;
  27556. s.f = 13582912.; if ( *(long*)(&s.f) != 1263485504l ) return 0;
  27557. s.f = 12550145.; if ( *(long*)(&s.f) != 1262452737l ) return 0;
  27558. s.f = 11582912.; if ( *(long*)(&s.f) != 1261485504l ) return 0;
  27559. return 1;
  27560. }
  27561.  
  27562. int main(void)
  27563. {
  27564. int retval;
  27565.  
  27566. retval = float2long_IEEE_compliance();
  27567.  
  27568. /* no error return -> success */
  27569. return !retval;
  27570. }
  27571.  
  27572. _ACEOF
  27573. rm -f conftest$ac_exeext
  27574. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  27575. (eval $ac_link) 2>&5
  27576. ac_status=$?
  27577. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27578. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  27579. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27580. (eval $ac_try) 2>&5
  27581. ac_status=$?
  27582. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27583. (exit $ac_status); }; }; then
  27584. alex_cv_ieee854_float80=yes
  27585. else
  27586. echo "$as_me: program exited with status $ac_status" >&5
  27587. echo "$as_me: failed program was:" >&5
  27588. sed 's/^/| /' conftest.$ac_ext >&5
  27589.  
  27590. ( exit $ac_status )
  27591. alex_cv_ieee854_float80=no
  27592. fi
  27593. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  27594. fi
  27595. fi
  27596. echo "$as_me:$LINENO: result: $alex_cv_ieee854_float80" >&5
  27597. echo "${ECHO_T}$alex_cv_ieee854_float80" >&6
  27598. if test "${alex_cv_ieee854_float80}" = "yes" ; then
  27599. if test "${ac_cv_c_long_double}" = "yes" ; then
  27600. echo "$as_me:$LINENO: checking for ieee854_float80_t" >&5
  27601. echo $ECHO_N "checking for ieee854_float80_t... $ECHO_C" >&6
  27602. if test "${ac_cv_type_ieee854_float80_t+set}" = set; then
  27603. echo $ECHO_N "(cached) $ECHO_C" >&6
  27604. else
  27605. cat >conftest.$ac_ext <<_ACEOF
  27606. /* confdefs.h. */
  27607. _ACEOF
  27608. cat confdefs.h >>conftest.$ac_ext
  27609. cat >>conftest.$ac_ext <<_ACEOF
  27610. /* end confdefs.h. */
  27611. $ac_includes_default
  27612. int
  27613. main ()
  27614. {
  27615. if ((ieee854_float80_t *) 0)
  27616. return 0;
  27617. if (sizeof (ieee854_float80_t))
  27618. return 0;
  27619. ;
  27620. return 0;
  27621. }
  27622. _ACEOF
  27623. rm -f conftest.$ac_objext
  27624. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27625. (eval $ac_compile) 2>conftest.er1
  27626. ac_status=$?
  27627. grep -v '^ *+' conftest.er1 >conftest.err
  27628. rm -f conftest.er1
  27629. cat conftest.err >&5
  27630. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27631. (exit $ac_status); } &&
  27632. { ac_try='test -z "$ac_c_werror_flag"
  27633. || test ! -s conftest.err'
  27634. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27635. (eval $ac_try) 2>&5
  27636. ac_status=$?
  27637. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27638. (exit $ac_status); }; } &&
  27639. { ac_try='test -s conftest.$ac_objext'
  27640. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27641. (eval $ac_try) 2>&5
  27642. ac_status=$?
  27643. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27644. (exit $ac_status); }; }; then
  27645. ac_cv_type_ieee854_float80_t=yes
  27646. else
  27647. echo "$as_me: failed program was:" >&5
  27648. sed 's/^/| /' conftest.$ac_ext >&5
  27649.  
  27650. ac_cv_type_ieee854_float80_t=no
  27651. fi
  27652. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27653. fi
  27654. echo "$as_me:$LINENO: result: $ac_cv_type_ieee854_float80_t" >&5
  27655. echo "${ECHO_T}$ac_cv_type_ieee854_float80_t" >&6
  27656. if test $ac_cv_type_ieee854_float80_t = yes; then
  27657.  
  27658. cat >>confdefs.h <<_ACEOF
  27659. #define HAVE_IEEE854_FLOAT80_T 1
  27660. _ACEOF
  27661.  
  27662. long double
  27663. fi
  27664.  
  27665.  
  27666.  
  27667.  
  27668.  
  27669. cat >>confdefs.h <<\_ACEOF
  27670. #define HAVE_IEEE854_FLOAT80 1
  27671. _ACEOF
  27672.  
  27673. fi
  27674. fi
  27675. echo "$as_me:$LINENO: checking for ieee754_float64_t" >&5
  27676. echo $ECHO_N "checking for ieee754_float64_t... $ECHO_C" >&6
  27677. if test "${ac_cv_type_ieee754_float64_t+set}" = set; then
  27678. echo $ECHO_N "(cached) $ECHO_C" >&6
  27679. else
  27680. cat >conftest.$ac_ext <<_ACEOF
  27681. /* confdefs.h. */
  27682. _ACEOF
  27683. cat confdefs.h >>conftest.$ac_ext
  27684. cat >>conftest.$ac_ext <<_ACEOF
  27685. /* end confdefs.h. */
  27686. $ac_includes_default
  27687. int
  27688. main ()
  27689. {
  27690. if ((ieee754_float64_t *) 0)
  27691. return 0;
  27692. if (sizeof (ieee754_float64_t))
  27693. return 0;
  27694. ;
  27695. return 0;
  27696. }
  27697. _ACEOF
  27698. rm -f conftest.$ac_objext
  27699. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27700. (eval $ac_compile) 2>conftest.er1
  27701. ac_status=$?
  27702. grep -v '^ *+' conftest.er1 >conftest.err
  27703. rm -f conftest.er1
  27704. cat conftest.err >&5
  27705. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27706. (exit $ac_status); } &&
  27707. { ac_try='test -z "$ac_c_werror_flag"
  27708. || test ! -s conftest.err'
  27709. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27710. (eval $ac_try) 2>&5
  27711. ac_status=$?
  27712. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27713. (exit $ac_status); }; } &&
  27714. { ac_try='test -s conftest.$ac_objext'
  27715. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27716. (eval $ac_try) 2>&5
  27717. ac_status=$?
  27718. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27719. (exit $ac_status); }; }; then
  27720. ac_cv_type_ieee754_float64_t=yes
  27721. else
  27722. echo "$as_me: failed program was:" >&5
  27723. sed 's/^/| /' conftest.$ac_ext >&5
  27724.  
  27725. ac_cv_type_ieee754_float64_t=no
  27726. fi
  27727. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27728. fi
  27729. echo "$as_me:$LINENO: result: $ac_cv_type_ieee754_float64_t" >&5
  27730. echo "${ECHO_T}$ac_cv_type_ieee754_float64_t" >&6
  27731. if test $ac_cv_type_ieee754_float64_t = yes; then
  27732.  
  27733. cat >>confdefs.h <<_ACEOF
  27734. #define HAVE_IEEE754_FLOAT64_T 1
  27735. _ACEOF
  27736.  
  27737.  
  27738. fi
  27739. echo "$as_me:$LINENO: checking for ieee754_float32_t" >&5
  27740. echo $ECHO_N "checking for ieee754_float32_t... $ECHO_C" >&6
  27741. if test "${ac_cv_type_ieee754_float32_t+set}" = set; then
  27742. echo $ECHO_N "(cached) $ECHO_C" >&6
  27743. else
  27744. cat >conftest.$ac_ext <<_ACEOF
  27745. /* confdefs.h. */
  27746. _ACEOF
  27747. cat confdefs.h >>conftest.$ac_ext
  27748. cat >>conftest.$ac_ext <<_ACEOF
  27749. /* end confdefs.h. */
  27750. $ac_includes_default
  27751. int
  27752. main ()
  27753. {
  27754. if ((ieee754_float32_t *) 0)
  27755. return 0;
  27756. if (sizeof (ieee754_float32_t))
  27757. return 0;
  27758. ;
  27759. return 0;
  27760. }
  27761. _ACEOF
  27762. rm -f conftest.$ac_objext
  27763. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27764. (eval $ac_compile) 2>conftest.er1
  27765. ac_status=$?
  27766. grep -v '^ *+' conftest.er1 >conftest.err
  27767. rm -f conftest.er1
  27768. cat conftest.err >&5
  27769. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27770. (exit $ac_status); } &&
  27771. { ac_try='test -z "$ac_c_werror_flag"
  27772. || test ! -s conftest.err'
  27773. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27774. (eval $ac_try) 2>&5
  27775. ac_status=$?
  27776. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27777. (exit $ac_status); }; } &&
  27778. { ac_try='test -s conftest.$ac_objext'
  27779. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27780. (eval $ac_try) 2>&5
  27781. ac_status=$?
  27782. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27783. (exit $ac_status); }; }; then
  27784. ac_cv_type_ieee754_float32_t=yes
  27785. else
  27786. echo "$as_me: failed program was:" >&5
  27787. sed 's/^/| /' conftest.$ac_ext >&5
  27788.  
  27789. ac_cv_type_ieee754_float32_t=no
  27790. fi
  27791. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27792. fi
  27793. echo "$as_me:$LINENO: result: $ac_cv_type_ieee754_float32_t" >&5
  27794. echo "${ECHO_T}$ac_cv_type_ieee754_float32_t" >&6
  27795. if test $ac_cv_type_ieee754_float32_t = yes; then
  27796.  
  27797. cat >>confdefs.h <<_ACEOF
  27798. #define HAVE_IEEE754_FLOAT32_T 1
  27799. _ACEOF
  27800.  
  27801.  
  27802. fi
  27803.  
  27804.  
  27805.  
  27806.  
  27807.  
  27808.  
  27809.  
  27810.  
  27811.  
  27812. cat >>confdefs.h <<\_ACEOF
  27813. #define LAME_LIBRARY_BUILD 1
  27814. _ACEOF
  27815.  
  27816.  
  27817.  
  27818. if test ${cross_compiling} = "yes"; then
  27819. { echo "$as_me:$LINENO: WARNING:
  27820. **************************************************************************
  27821. * *
  27822. * You are cross compiling: *
  27823. * - I did not have a change to determine *
  27824. * + the size of: *
  27825. * - short *
  27826. * - unsigned short *
  27827. * - int *
  27828. * - unsigned int *
  27829. * - long *
  27830. * - unsigned long *
  27831. * - float *
  27832. * - double *
  27833. * - long double *
  27834. * + the endianess of the system *
  27835. * - You have to provide appropriate defines for them in config.h, e.g. *
  27836. * + define SIZEOF_SHORT to 2 if the size of a short is 2 *
  27837. * + define WORDS_BIGENDIAN if your system is a big endian system *
  27838. * *
  27839. **************************************************************************" >&5
  27840. echo "$as_me: WARNING:
  27841. **************************************************************************
  27842. * *
  27843. * You are cross compiling: *
  27844. * - I did not have a change to determine *
  27845. * + the size of: *
  27846. * - short *
  27847. * - unsigned short *
  27848. * - int *
  27849. * - unsigned int *
  27850. * - long *
  27851. * - unsigned long *
  27852. * - float *
  27853. * - double *
  27854. * - long double *
  27855. * + the endianess of the system *
  27856. * - You have to provide appropriate defines for them in config.h, e.g. *
  27857. * + define SIZEOF_SHORT to 2 if the size of a short is 2 *
  27858. * + define WORDS_BIGENDIAN if your system is a big endian system *
  27859. * *
  27860. **************************************************************************" >&2;}
  27861. fi
  27862.  
  27863. echo "$as_me:$LINENO: checking for size_t" >&5
  27864. echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  27865. if test "${ac_cv_type_size_t+set}" = set; then
  27866. echo $ECHO_N "(cached) $ECHO_C" >&6
  27867. else
  27868. cat >conftest.$ac_ext <<_ACEOF
  27869. /* confdefs.h. */
  27870. _ACEOF
  27871. cat confdefs.h >>conftest.$ac_ext
  27872. cat >>conftest.$ac_ext <<_ACEOF
  27873. /* end confdefs.h. */
  27874. $ac_includes_default
  27875. int
  27876. main ()
  27877. {
  27878. if ((size_t *) 0)
  27879. return 0;
  27880. if (sizeof (size_t))
  27881. return 0;
  27882. ;
  27883. return 0;
  27884. }
  27885. _ACEOF
  27886. rm -f conftest.$ac_objext
  27887. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27888. (eval $ac_compile) 2>conftest.er1
  27889. ac_status=$?
  27890. grep -v '^ *+' conftest.er1 >conftest.err
  27891. rm -f conftest.er1
  27892. cat conftest.err >&5
  27893. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27894. (exit $ac_status); } &&
  27895. { ac_try='test -z "$ac_c_werror_flag"
  27896. || test ! -s conftest.err'
  27897. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27898. (eval $ac_try) 2>&5
  27899. ac_status=$?
  27900. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27901. (exit $ac_status); }; } &&
  27902. { ac_try='test -s conftest.$ac_objext'
  27903. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27904. (eval $ac_try) 2>&5
  27905. ac_status=$?
  27906. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27907. (exit $ac_status); }; }; then
  27908. ac_cv_type_size_t=yes
  27909. else
  27910. echo "$as_me: failed program was:" >&5
  27911. sed 's/^/| /' conftest.$ac_ext >&5
  27912.  
  27913. ac_cv_type_size_t=no
  27914. fi
  27915. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27916. fi
  27917. echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  27918. echo "${ECHO_T}$ac_cv_type_size_t" >&6
  27919. if test $ac_cv_type_size_t = yes; then
  27920. :
  27921. else
  27922.  
  27923. cat >>confdefs.h <<_ACEOF
  27924. #define size_t unsigned
  27925. _ACEOF
  27926.  
  27927. fi
  27928.  
  27929. echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  27930. echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
  27931. if test "${ac_cv_header_time+set}" = set; then
  27932. echo $ECHO_N "(cached) $ECHO_C" >&6
  27933. else
  27934. cat >conftest.$ac_ext <<_ACEOF
  27935. /* confdefs.h. */
  27936. _ACEOF
  27937. cat confdefs.h >>conftest.$ac_ext
  27938. cat >>conftest.$ac_ext <<_ACEOF
  27939. /* end confdefs.h. */
  27940. #include <sys/types.h>
  27941. #include <sys/time.h>
  27942. #include <time.h>
  27943.  
  27944. int
  27945. main ()
  27946. {
  27947. if ((struct tm *) 0)
  27948. return 0;
  27949. ;
  27950. return 0;
  27951. }
  27952. _ACEOF
  27953. rm -f conftest.$ac_objext
  27954. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  27955. (eval $ac_compile) 2>conftest.er1
  27956. ac_status=$?
  27957. grep -v '^ *+' conftest.er1 >conftest.err
  27958. rm -f conftest.er1
  27959. cat conftest.err >&5
  27960. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27961. (exit $ac_status); } &&
  27962. { ac_try='test -z "$ac_c_werror_flag"
  27963. || test ! -s conftest.err'
  27964. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27965. (eval $ac_try) 2>&5
  27966. ac_status=$?
  27967. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27968. (exit $ac_status); }; } &&
  27969. { ac_try='test -s conftest.$ac_objext'
  27970. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  27971. (eval $ac_try) 2>&5
  27972. ac_status=$?
  27973. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27974. (exit $ac_status); }; }; then
  27975. ac_cv_header_time=yes
  27976. else
  27977. echo "$as_me: failed program was:" >&5
  27978. sed 's/^/| /' conftest.$ac_ext >&5
  27979.  
  27980. ac_cv_header_time=no
  27981. fi
  27982. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  27983. fi
  27984. echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  27985. echo "${ECHO_T}$ac_cv_header_time" >&6
  27986. if test $ac_cv_header_time = yes; then
  27987.  
  27988. cat >>confdefs.h <<\_ACEOF
  27989. #define TIME_WITH_SYS_TIME 1
  27990. _ACEOF
  27991.  
  27992. fi
  27993.  
  27994.  
  27995. # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  27996. # for constant arguments. Useless!
  27997. echo "$as_me:$LINENO: checking for working alloca.h" >&5
  27998. echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  27999. if test "${ac_cv_working_alloca_h+set}" = set; then
  28000. echo $ECHO_N "(cached) $ECHO_C" >&6
  28001. else
  28002. cat >conftest.$ac_ext <<_ACEOF
  28003. /* confdefs.h. */
  28004. _ACEOF
  28005. cat confdefs.h >>conftest.$ac_ext
  28006. cat >>conftest.$ac_ext <<_ACEOF
  28007. /* end confdefs.h. */
  28008. #include <alloca.h>
  28009. int
  28010. main ()
  28011. {
  28012. char *p = (char *) alloca (2 * sizeof (int));
  28013. ;
  28014. return 0;
  28015. }
  28016. _ACEOF
  28017. rm -f conftest.$ac_objext conftest$ac_exeext
  28018. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28019. (eval $ac_link) 2>conftest.er1
  28020. ac_status=$?
  28021. grep -v '^ *+' conftest.er1 >conftest.err
  28022. rm -f conftest.er1
  28023. cat conftest.err >&5
  28024. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28025. (exit $ac_status); } &&
  28026. { ac_try='test -z "$ac_c_werror_flag"
  28027. || test ! -s conftest.err'
  28028. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28029. (eval $ac_try) 2>&5
  28030. ac_status=$?
  28031. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28032. (exit $ac_status); }; } &&
  28033. { ac_try='test -s conftest$ac_exeext'
  28034. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28035. (eval $ac_try) 2>&5
  28036. ac_status=$?
  28037. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28038. (exit $ac_status); }; }; then
  28039. ac_cv_working_alloca_h=yes
  28040. else
  28041. echo "$as_me: failed program was:" >&5
  28042. sed 's/^/| /' conftest.$ac_ext >&5
  28043.  
  28044. ac_cv_working_alloca_h=no
  28045. fi
  28046. rm -f conftest.err conftest.$ac_objext \
  28047. conftest$ac_exeext conftest.$ac_ext
  28048. fi
  28049. echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
  28050. echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  28051. if test $ac_cv_working_alloca_h = yes; then
  28052.  
  28053. cat >>confdefs.h <<\_ACEOF
  28054. #define HAVE_ALLOCA_H 1
  28055. _ACEOF
  28056.  
  28057. fi
  28058.  
  28059. echo "$as_me:$LINENO: checking for alloca" >&5
  28060. echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  28061. if test "${ac_cv_func_alloca_works+set}" = set; then
  28062. echo $ECHO_N "(cached) $ECHO_C" >&6
  28063. else
  28064. cat >conftest.$ac_ext <<_ACEOF
  28065. /* confdefs.h. */
  28066. _ACEOF
  28067. cat confdefs.h >>conftest.$ac_ext
  28068. cat >>conftest.$ac_ext <<_ACEOF
  28069. /* end confdefs.h. */
  28070. #ifdef __GNUC__
  28071. # define alloca __builtin_alloca
  28072. #else
  28073. # ifdef _MSC_VER
  28074. # include <malloc.h>
  28075. # define alloca _alloca
  28076. # else
  28077. # if HAVE_ALLOCA_H
  28078. # include <alloca.h>
  28079. # else
  28080. # ifdef _AIX
  28081. #pragma alloca
  28082. # else
  28083. # ifndef alloca /* predefined by HP cc +Olibcalls */
  28084. char *alloca ();
  28085. # endif
  28086. # endif
  28087. # endif
  28088. # endif
  28089. #endif
  28090.  
  28091. int
  28092. main ()
  28093. {
  28094. char *p = (char *) alloca (1);
  28095. ;
  28096. return 0;
  28097. }
  28098. _ACEOF
  28099. rm -f conftest.$ac_objext conftest$ac_exeext
  28100. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28101. (eval $ac_link) 2>conftest.er1
  28102. ac_status=$?
  28103. grep -v '^ *+' conftest.er1 >conftest.err
  28104. rm -f conftest.er1
  28105. cat conftest.err >&5
  28106. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28107. (exit $ac_status); } &&
  28108. { ac_try='test -z "$ac_c_werror_flag"
  28109. || test ! -s conftest.err'
  28110. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28111. (eval $ac_try) 2>&5
  28112. ac_status=$?
  28113. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28114. (exit $ac_status); }; } &&
  28115. { ac_try='test -s conftest$ac_exeext'
  28116. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28117. (eval $ac_try) 2>&5
  28118. ac_status=$?
  28119. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28120. (exit $ac_status); }; }; then
  28121. ac_cv_func_alloca_works=yes
  28122. else
  28123. echo "$as_me: failed program was:" >&5
  28124. sed 's/^/| /' conftest.$ac_ext >&5
  28125.  
  28126. ac_cv_func_alloca_works=no
  28127. fi
  28128. rm -f conftest.err conftest.$ac_objext \
  28129. conftest$ac_exeext conftest.$ac_ext
  28130. fi
  28131. echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
  28132. echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  28133.  
  28134. if test $ac_cv_func_alloca_works = yes; then
  28135.  
  28136. cat >>confdefs.h <<\_ACEOF
  28137. #define HAVE_ALLOCA 1
  28138. _ACEOF
  28139.  
  28140. else
  28141. # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  28142. # that cause trouble. Some versions do not even contain alloca or
  28143. # contain a buggy version. If you still want to use their alloca,
  28144. # use ar to extract alloca.o from them instead of compiling alloca.c.
  28145.  
  28146. ALLOCA=alloca.$ac_objext
  28147.  
  28148. cat >>confdefs.h <<\_ACEOF
  28149. #define C_ALLOCA 1
  28150. _ACEOF
  28151.  
  28152.  
  28153. echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
  28154. echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
  28155. if test "${ac_cv_os_cray+set}" = set; then
  28156. echo $ECHO_N "(cached) $ECHO_C" >&6
  28157. else
  28158. cat >conftest.$ac_ext <<_ACEOF
  28159. /* confdefs.h. */
  28160. _ACEOF
  28161. cat confdefs.h >>conftest.$ac_ext
  28162. cat >>conftest.$ac_ext <<_ACEOF
  28163. /* end confdefs.h. */
  28164. #if defined(CRAY) && ! defined(CRAY2)
  28165. webecray
  28166. #else
  28167. wenotbecray
  28168. #endif
  28169.  
  28170. _ACEOF
  28171. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  28172. $EGREP "webecray" >/dev/null 2>&1; then
  28173. ac_cv_os_cray=yes
  28174. else
  28175. ac_cv_os_cray=no
  28176. fi
  28177. rm -f conftest*
  28178.  
  28179. fi
  28180. echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
  28181. echo "${ECHO_T}$ac_cv_os_cray" >&6
  28182. if test $ac_cv_os_cray = yes; then
  28183. for ac_func in _getb67 GETB67 getb67; do
  28184. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  28185. echo "$as_me:$LINENO: checking for $ac_func" >&5
  28186. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  28187. if eval "test \"\${$as_ac_var+set}\" = set"; then
  28188. echo $ECHO_N "(cached) $ECHO_C" >&6
  28189. else
  28190. cat >conftest.$ac_ext <<_ACEOF
  28191. /* confdefs.h. */
  28192. _ACEOF
  28193. cat confdefs.h >>conftest.$ac_ext
  28194. cat >>conftest.$ac_ext <<_ACEOF
  28195. /* end confdefs.h. */
  28196. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  28197. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28198. #define $ac_func innocuous_$ac_func
  28199.  
  28200. /* System header to define __stub macros and hopefully few prototypes,
  28201. which can conflict with char $ac_func (); below.
  28202. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28203. <limits.h> exists even on freestanding compilers. */
  28204.  
  28205. #ifdef __STDC__
  28206. # include <limits.h>
  28207. #else
  28208. # include <assert.h>
  28209. #endif
  28210.  
  28211. #undef $ac_func
  28212.  
  28213. /* Override any gcc2 internal prototype to avoid an error. */
  28214. #ifdef __cplusplus
  28215. extern "C"
  28216. {
  28217. #endif
  28218. /* We use char because int might match the return type of a gcc2
  28219. builtin and then its argument prototype would still apply. */
  28220. char $ac_func ();
  28221. /* The GNU C library defines this for functions which it implements
  28222. to always fail with ENOSYS. Some functions are actually named
  28223. something starting with __ and the normal name is an alias. */
  28224. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  28225. choke me
  28226. #else
  28227. char (*f) () = $ac_func;
  28228. #endif
  28229. #ifdef __cplusplus
  28230. }
  28231. #endif
  28232.  
  28233. int
  28234. main ()
  28235. {
  28236. return f != $ac_func;
  28237. ;
  28238. return 0;
  28239. }
  28240. _ACEOF
  28241. rm -f conftest.$ac_objext conftest$ac_exeext
  28242. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28243. (eval $ac_link) 2>conftest.er1
  28244. ac_status=$?
  28245. grep -v '^ *+' conftest.er1 >conftest.err
  28246. rm -f conftest.er1
  28247. cat conftest.err >&5
  28248. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28249. (exit $ac_status); } &&
  28250. { ac_try='test -z "$ac_c_werror_flag"
  28251. || test ! -s conftest.err'
  28252. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28253. (eval $ac_try) 2>&5
  28254. ac_status=$?
  28255. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28256. (exit $ac_status); }; } &&
  28257. { ac_try='test -s conftest$ac_exeext'
  28258. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28259. (eval $ac_try) 2>&5
  28260. ac_status=$?
  28261. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28262. (exit $ac_status); }; }; then
  28263. eval "$as_ac_var=yes"
  28264. else
  28265. echo "$as_me: failed program was:" >&5
  28266. sed 's/^/| /' conftest.$ac_ext >&5
  28267.  
  28268. eval "$as_ac_var=no"
  28269. fi
  28270. rm -f conftest.err conftest.$ac_objext \
  28271. conftest$ac_exeext conftest.$ac_ext
  28272. fi
  28273. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  28274. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  28275. if test `eval echo '${'$as_ac_var'}'` = yes; then
  28276.  
  28277. cat >>confdefs.h <<_ACEOF
  28278. #define CRAY_STACKSEG_END $ac_func
  28279. _ACEOF
  28280.  
  28281. break
  28282. fi
  28283.  
  28284. done
  28285. fi
  28286.  
  28287. echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
  28288. echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  28289. if test "${ac_cv_c_stack_direction+set}" = set; then
  28290. echo $ECHO_N "(cached) $ECHO_C" >&6
  28291. else
  28292. if test "$cross_compiling" = yes; then
  28293. ac_cv_c_stack_direction=0
  28294. else
  28295. cat >conftest.$ac_ext <<_ACEOF
  28296. /* confdefs.h. */
  28297. _ACEOF
  28298. cat confdefs.h >>conftest.$ac_ext
  28299. cat >>conftest.$ac_ext <<_ACEOF
  28300. /* end confdefs.h. */
  28301. int
  28302. find_stack_direction ()
  28303. {
  28304. static char *addr = 0;
  28305. auto char dummy;
  28306. if (addr == 0)
  28307. {
  28308. addr = &dummy;
  28309. return find_stack_direction ();
  28310. }
  28311. else
  28312. return (&dummy > addr) ? 1 : -1;
  28313. }
  28314.  
  28315. int
  28316. main ()
  28317. {
  28318. exit (find_stack_direction () < 0);
  28319. }
  28320. _ACEOF
  28321. rm -f conftest$ac_exeext
  28322. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28323. (eval $ac_link) 2>&5
  28324. ac_status=$?
  28325. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28326. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  28327. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28328. (eval $ac_try) 2>&5
  28329. ac_status=$?
  28330. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28331. (exit $ac_status); }; }; then
  28332. ac_cv_c_stack_direction=1
  28333. else
  28334. echo "$as_me: program exited with status $ac_status" >&5
  28335. echo "$as_me: failed program was:" >&5
  28336. sed 's/^/| /' conftest.$ac_ext >&5
  28337.  
  28338. ( exit $ac_status )
  28339. ac_cv_c_stack_direction=-1
  28340. fi
  28341. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  28342. fi
  28343. fi
  28344. echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
  28345. echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  28346.  
  28347. cat >>confdefs.h <<_ACEOF
  28348. #define STACK_DIRECTION $ac_cv_c_stack_direction
  28349. _ACEOF
  28350.  
  28351.  
  28352. fi
  28353.  
  28354.  
  28355.  
  28356. for ac_func in gettimeofday strtol
  28357. do
  28358. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  28359. echo "$as_me:$LINENO: checking for $ac_func" >&5
  28360. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  28361. if eval "test \"\${$as_ac_var+set}\" = set"; then
  28362. echo $ECHO_N "(cached) $ECHO_C" >&6
  28363. else
  28364. cat >conftest.$ac_ext <<_ACEOF
  28365. /* confdefs.h. */
  28366. _ACEOF
  28367. cat confdefs.h >>conftest.$ac_ext
  28368. cat >>conftest.$ac_ext <<_ACEOF
  28369. /* end confdefs.h. */
  28370. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  28371. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28372. #define $ac_func innocuous_$ac_func
  28373.  
  28374. /* System header to define __stub macros and hopefully few prototypes,
  28375. which can conflict with char $ac_func (); below.
  28376. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28377. <limits.h> exists even on freestanding compilers. */
  28378.  
  28379. #ifdef __STDC__
  28380. # include <limits.h>
  28381. #else
  28382. # include <assert.h>
  28383. #endif
  28384.  
  28385. #undef $ac_func
  28386.  
  28387. /* Override any gcc2 internal prototype to avoid an error. */
  28388. #ifdef __cplusplus
  28389. extern "C"
  28390. {
  28391. #endif
  28392. /* We use char because int might match the return type of a gcc2
  28393. builtin and then its argument prototype would still apply. */
  28394. char $ac_func ();
  28395. /* The GNU C library defines this for functions which it implements
  28396. to always fail with ENOSYS. Some functions are actually named
  28397. something starting with __ and the normal name is an alias. */
  28398. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  28399. choke me
  28400. #else
  28401. char (*f) () = $ac_func;
  28402. #endif
  28403. #ifdef __cplusplus
  28404. }
  28405. #endif
  28406.  
  28407. int
  28408. main ()
  28409. {
  28410. return f != $ac_func;
  28411. ;
  28412. return 0;
  28413. }
  28414. _ACEOF
  28415. rm -f conftest.$ac_objext conftest$ac_exeext
  28416. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28417. (eval $ac_link) 2>conftest.er1
  28418. ac_status=$?
  28419. grep -v '^ *+' conftest.er1 >conftest.err
  28420. rm -f conftest.er1
  28421. cat conftest.err >&5
  28422. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28423. (exit $ac_status); } &&
  28424. { ac_try='test -z "$ac_c_werror_flag"
  28425. || test ! -s conftest.err'
  28426. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28427. (eval $ac_try) 2>&5
  28428. ac_status=$?
  28429. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28430. (exit $ac_status); }; } &&
  28431. { ac_try='test -s conftest$ac_exeext'
  28432. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28433. (eval $ac_try) 2>&5
  28434. ac_status=$?
  28435. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28436. (exit $ac_status); }; }; then
  28437. eval "$as_ac_var=yes"
  28438. else
  28439. echo "$as_me: failed program was:" >&5
  28440. sed 's/^/| /' conftest.$ac_ext >&5
  28441.  
  28442. eval "$as_ac_var=no"
  28443. fi
  28444. rm -f conftest.err conftest.$ac_objext \
  28445. conftest$ac_exeext conftest.$ac_ext
  28446. fi
  28447. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  28448. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  28449. if test `eval echo '${'$as_ac_var'}'` = yes; then
  28450. cat >>confdefs.h <<_ACEOF
  28451. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  28452. _ACEOF
  28453.  
  28454. fi
  28455. done
  28456.  
  28457.  
  28458. if test "X${ac_cv_func_strtol}" != "Xyes"; then
  28459. { { echo "$as_me:$LINENO: error: function strtol is mandatory" >&5
  28460. echo "$as_me: error: function strtol is mandatory" >&2;}
  28461. { (exit 1); exit 1; }; }
  28462. fi
  28463.  
  28464. SOCKETFUNCTION=YES
  28465. if test "${ac_cv_header_winsock2_h+set}" = set; then
  28466. echo "$as_me:$LINENO: checking for winsock2.h" >&5
  28467. echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6
  28468. if test "${ac_cv_header_winsock2_h+set}" = set; then
  28469. echo $ECHO_N "(cached) $ECHO_C" >&6
  28470. fi
  28471. echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5
  28472. echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6
  28473. else
  28474. # Is the header compilable?
  28475. echo "$as_me:$LINENO: checking winsock2.h usability" >&5
  28476. echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6
  28477. cat >conftest.$ac_ext <<_ACEOF
  28478. /* confdefs.h. */
  28479. _ACEOF
  28480. cat confdefs.h >>conftest.$ac_ext
  28481. cat >>conftest.$ac_ext <<_ACEOF
  28482. /* end confdefs.h. */
  28483. $ac_includes_default
  28484. #include <winsock2.h>
  28485. _ACEOF
  28486. rm -f conftest.$ac_objext
  28487. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  28488. (eval $ac_compile) 2>conftest.er1
  28489. ac_status=$?
  28490. grep -v '^ *+' conftest.er1 >conftest.err
  28491. rm -f conftest.er1
  28492. cat conftest.err >&5
  28493. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28494. (exit $ac_status); } &&
  28495. { ac_try='test -z "$ac_c_werror_flag"
  28496. || test ! -s conftest.err'
  28497. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28498. (eval $ac_try) 2>&5
  28499. ac_status=$?
  28500. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28501. (exit $ac_status); }; } &&
  28502. { ac_try='test -s conftest.$ac_objext'
  28503. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28504. (eval $ac_try) 2>&5
  28505. ac_status=$?
  28506. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28507. (exit $ac_status); }; }; then
  28508. ac_header_compiler=yes
  28509. else
  28510. echo "$as_me: failed program was:" >&5
  28511. sed 's/^/| /' conftest.$ac_ext >&5
  28512.  
  28513. ac_header_compiler=no
  28514. fi
  28515. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  28516. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  28517. echo "${ECHO_T}$ac_header_compiler" >&6
  28518.  
  28519. # Is the header present?
  28520. echo "$as_me:$LINENO: checking winsock2.h presence" >&5
  28521. echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6
  28522. cat >conftest.$ac_ext <<_ACEOF
  28523. /* confdefs.h. */
  28524. _ACEOF
  28525. cat confdefs.h >>conftest.$ac_ext
  28526. cat >>conftest.$ac_ext <<_ACEOF
  28527. /* end confdefs.h. */
  28528. #include <winsock2.h>
  28529. _ACEOF
  28530. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  28531. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  28532. ac_status=$?
  28533. grep -v '^ *+' conftest.er1 >conftest.err
  28534. rm -f conftest.er1
  28535. cat conftest.err >&5
  28536. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28537. (exit $ac_status); } >/dev/null; then
  28538. if test -s conftest.err; then
  28539. ac_cpp_err=$ac_c_preproc_warn_flag
  28540. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  28541. else
  28542. ac_cpp_err=
  28543. fi
  28544. else
  28545. ac_cpp_err=yes
  28546. fi
  28547. if test -z "$ac_cpp_err"; then
  28548. ac_header_preproc=yes
  28549. else
  28550. echo "$as_me: failed program was:" >&5
  28551. sed 's/^/| /' conftest.$ac_ext >&5
  28552.  
  28553. ac_header_preproc=no
  28554. fi
  28555. rm -f conftest.err conftest.$ac_ext
  28556. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  28557. echo "${ECHO_T}$ac_header_preproc" >&6
  28558.  
  28559. # So? What about this header?
  28560. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  28561. yes:no: )
  28562. { echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5
  28563. echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  28564. { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&5
  28565. echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;}
  28566. ac_header_preproc=yes
  28567. ;;
  28568. no:yes:* )
  28569. { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5
  28570. echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;}
  28571. { echo "$as_me:$LINENO: WARNING: winsock2.h: check for missing prerequisite headers?" >&5
  28572. echo "$as_me: WARNING: winsock2.h: check for missing prerequisite headers?" >&2;}
  28573. { echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&5
  28574. echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;}
  28575. { echo "$as_me:$LINENO: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&5
  28576. echo "$as_me: WARNING: winsock2.h: section \"Present But Cannot Be Compiled\"" >&2;}
  28577. { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5
  28578. echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;}
  28579. { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5
  28580. echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;}
  28581. (
  28582. cat <<\_ASBOX
  28583. ## ------------------------------------ ##
  28584. ## Report this to lame-dev@lists.sf.net ##
  28585. ## ------------------------------------ ##
  28586. _ASBOX
  28587. ) |
  28588. sed "s/^/$as_me: WARNING: /" >&2
  28589. ;;
  28590. esac
  28591. echo "$as_me:$LINENO: checking for winsock2.h" >&5
  28592. echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6
  28593. if test "${ac_cv_header_winsock2_h+set}" = set; then
  28594. echo $ECHO_N "(cached) $ECHO_C" >&6
  28595. else
  28596. ac_cv_header_winsock2_h=$ac_header_preproc
  28597. fi
  28598. echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5
  28599. echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6
  28600.  
  28601. fi
  28602. if test $ac_cv_header_winsock2_h = yes; then
  28603.  
  28604. cat >>confdefs.h <<\_ACEOF
  28605. #define HAVE_WINSOCKET
  28606. _ACEOF
  28607.  
  28608. LIBS="$LIBS -lwsock32"
  28609. fi
  28610.  
  28611.  
  28612. if test $ac_cv_header_winsock2_h = no; then
  28613.  
  28614. for ac_func in socket
  28615. do
  28616. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  28617. echo "$as_me:$LINENO: checking for $ac_func" >&5
  28618. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  28619. if eval "test \"\${$as_ac_var+set}\" = set"; then
  28620. echo $ECHO_N "(cached) $ECHO_C" >&6
  28621. else
  28622. cat >conftest.$ac_ext <<_ACEOF
  28623. /* confdefs.h. */
  28624. _ACEOF
  28625. cat confdefs.h >>conftest.$ac_ext
  28626. cat >>conftest.$ac_ext <<_ACEOF
  28627. /* end confdefs.h. */
  28628. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  28629. For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28630. #define $ac_func innocuous_$ac_func
  28631.  
  28632. /* System header to define __stub macros and hopefully few prototypes,
  28633. which can conflict with char $ac_func (); below.
  28634. Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28635. <limits.h> exists even on freestanding compilers. */
  28636.  
  28637. #ifdef __STDC__
  28638. # include <limits.h>
  28639. #else
  28640. # include <assert.h>
  28641. #endif
  28642.  
  28643. #undef $ac_func
  28644.  
  28645. /* Override any gcc2 internal prototype to avoid an error. */
  28646. #ifdef __cplusplus
  28647. extern "C"
  28648. {
  28649. #endif
  28650. /* We use char because int might match the return type of a gcc2
  28651. builtin and then its argument prototype would still apply. */
  28652. char $ac_func ();
  28653. /* The GNU C library defines this for functions which it implements
  28654. to always fail with ENOSYS. Some functions are actually named
  28655. something starting with __ and the normal name is an alias. */
  28656. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  28657. choke me
  28658. #else
  28659. char (*f) () = $ac_func;
  28660. #endif
  28661. #ifdef __cplusplus
  28662. }
  28663. #endif
  28664.  
  28665. int
  28666. main ()
  28667. {
  28668. return f != $ac_func;
  28669. ;
  28670. return 0;
  28671. }
  28672. _ACEOF
  28673. rm -f conftest.$ac_objext conftest$ac_exeext
  28674. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28675. (eval $ac_link) 2>conftest.er1
  28676. ac_status=$?
  28677. grep -v '^ *+' conftest.er1 >conftest.err
  28678. rm -f conftest.er1
  28679. cat conftest.err >&5
  28680. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28681. (exit $ac_status); } &&
  28682. { ac_try='test -z "$ac_c_werror_flag"
  28683. || test ! -s conftest.err'
  28684. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28685. (eval $ac_try) 2>&5
  28686. ac_status=$?
  28687. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28688. (exit $ac_status); }; } &&
  28689. { ac_try='test -s conftest$ac_exeext'
  28690. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28691. (eval $ac_try) 2>&5
  28692. ac_status=$?
  28693. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28694. (exit $ac_status); }; }; then
  28695. eval "$as_ac_var=yes"
  28696. else
  28697. echo "$as_me: failed program was:" >&5
  28698. sed 's/^/| /' conftest.$ac_ext >&5
  28699.  
  28700. eval "$as_ac_var=no"
  28701. fi
  28702. rm -f conftest.err conftest.$ac_objext \
  28703. conftest$ac_exeext conftest.$ac_ext
  28704. fi
  28705. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  28706. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  28707. if test `eval echo '${'$as_ac_var'}'` = yes; then
  28708. cat >>confdefs.h <<_ACEOF
  28709. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  28710. _ACEOF
  28711.  
  28712. fi
  28713. done
  28714.  
  28715. if test $ac_cv_func_socket = no; then
  28716. # maybe it is in libsocket
  28717. echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
  28718. echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
  28719. if test "${ac_cv_lib_socket_socket+set}" = set; then
  28720. echo $ECHO_N "(cached) $ECHO_C" >&6
  28721. else
  28722. ac_check_lib_save_LIBS=$LIBS
  28723. LIBS="-lsocket $LIBS"
  28724. cat >conftest.$ac_ext <<_ACEOF
  28725. /* confdefs.h. */
  28726. _ACEOF
  28727. cat confdefs.h >>conftest.$ac_ext
  28728. cat >>conftest.$ac_ext <<_ACEOF
  28729. /* end confdefs.h. */
  28730.  
  28731. /* Override any gcc2 internal prototype to avoid an error. */
  28732. #ifdef __cplusplus
  28733. extern "C"
  28734. #endif
  28735. /* We use char because int might match the return type of a gcc2
  28736. builtin and then its argument prototype would still apply. */
  28737. char socket ();
  28738. int
  28739. main ()
  28740. {
  28741. socket ();
  28742. ;
  28743. return 0;
  28744. }
  28745. _ACEOF
  28746. rm -f conftest.$ac_objext conftest$ac_exeext
  28747. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  28748. (eval $ac_link) 2>conftest.er1
  28749. ac_status=$?
  28750. grep -v '^ *+' conftest.er1 >conftest.err
  28751. rm -f conftest.er1
  28752. cat conftest.err >&5
  28753. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28754. (exit $ac_status); } &&
  28755. { ac_try='test -z "$ac_c_werror_flag"
  28756. || test ! -s conftest.err'
  28757. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28758. (eval $ac_try) 2>&5
  28759. ac_status=$?
  28760. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28761. (exit $ac_status); }; } &&
  28762. { ac_try='test -s conftest$ac_exeext'
  28763. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28764. (eval $ac_try) 2>&5
  28765. ac_status=$?
  28766. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28767. (exit $ac_status); }; }; then
  28768. ac_cv_lib_socket_socket=yes
  28769. else
  28770. echo "$as_me: failed program was:" >&5
  28771. sed 's/^/| /' conftest.$ac_ext >&5
  28772.  
  28773. ac_cv_lib_socket_socket=no
  28774. fi
  28775. rm -f conftest.err conftest.$ac_objext \
  28776. conftest$ac_exeext conftest.$ac_ext
  28777. LIBS=$ac_check_lib_save_LIBS
  28778. fi
  28779. echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
  28780. echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
  28781. if test $ac_cv_lib_socket_socket = yes; then
  28782. cat >>confdefs.h <<\_ACEOF
  28783. #define HAVE_SOCKET 1
  28784. _ACEOF
  28785.  
  28786. LIBS="$LIBS -lsocket"
  28787. fi
  28788.  
  28789.  
  28790. if test "X${ac_cv_lib_socket_socket}" != "Xyes"; then
  28791. SOCKETFUNCTION=NO
  28792. else
  28793. case ${host_os} in
  28794. *solaris*)
  28795. LIBS="$LIBS -lnsl"
  28796. ;;
  28797. esac
  28798. fi
  28799. fi
  28800. fi
  28801.  
  28802.  
  28803. CFLAGS=${CFLAGS}
  28804. CONFIG_DEFS=${CONFIG_DEFS}
  28805. NASM=
  28806. INCLUDES="-I\$(top_srcdir)/include -I\$(srcdir)"
  28807. FRONTEND_LDFLAGS=
  28808. FRONTEND_CFLAGS=
  28809. LIB_SOURCES=
  28810. MAKEDEP="-M"
  28811. RM_F="rm -f"
  28812.  
  28813. # Check whether --enable-nasm or --disable-nasm was given.
  28814. if test "${enable_nasm+set}" = set; then
  28815. enableval="$enable_nasm"
  28816. ASM_FOR_ARCH="i386"
  28817. else
  28818. ASM_FOR_ARCH=""
  28819. fi;
  28820.  
  28821.  
  28822.  
  28823. for ac_header in termcap.h
  28824. do
  28825. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  28826. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  28827. echo "$as_me:$LINENO: checking for $ac_header" >&5
  28828. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  28829. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  28830. echo $ECHO_N "(cached) $ECHO_C" >&6
  28831. fi
  28832. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  28833. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  28834. else
  28835. # Is the header compilable?
  28836. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  28837. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  28838. cat >conftest.$ac_ext <<_ACEOF
  28839. /* confdefs.h. */
  28840. _ACEOF
  28841. cat confdefs.h >>conftest.$ac_ext
  28842. cat >>conftest.$ac_ext <<_ACEOF
  28843. /* end confdefs.h. */
  28844. $ac_includes_default
  28845. #include <$ac_header>
  28846. _ACEOF
  28847. rm -f conftest.$ac_objext
  28848. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  28849. (eval $ac_compile) 2>conftest.er1
  28850. ac_status=$?
  28851. grep -v '^ *+' conftest.er1 >conftest.err
  28852. rm -f conftest.er1
  28853. cat conftest.err >&5
  28854. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28855. (exit $ac_status); } &&
  28856. { ac_try='test -z "$ac_c_werror_flag"
  28857. || test ! -s conftest.err'
  28858. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28859. (eval $ac_try) 2>&5
  28860. ac_status=$?
  28861. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28862. (exit $ac_status); }; } &&
  28863. { ac_try='test -s conftest.$ac_objext'
  28864. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  28865. (eval $ac_try) 2>&5
  28866. ac_status=$?
  28867. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28868. (exit $ac_status); }; }; then
  28869. ac_header_compiler=yes
  28870. else
  28871. echo "$as_me: failed program was:" >&5
  28872. sed 's/^/| /' conftest.$ac_ext >&5
  28873.  
  28874. ac_header_compiler=no
  28875. fi
  28876. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  28877. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  28878. echo "${ECHO_T}$ac_header_compiler" >&6
  28879.  
  28880. # Is the header present?
  28881. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  28882. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  28883. cat >conftest.$ac_ext <<_ACEOF
  28884. /* confdefs.h. */
  28885. _ACEOF
  28886. cat confdefs.h >>conftest.$ac_ext
  28887. cat >>conftest.$ac_ext <<_ACEOF
  28888. /* end confdefs.h. */
  28889. #include <$ac_header>
  28890. _ACEOF
  28891. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  28892. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  28893. ac_status=$?
  28894. grep -v '^ *+' conftest.er1 >conftest.err
  28895. rm -f conftest.er1
  28896. cat conftest.err >&5
  28897. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  28898. (exit $ac_status); } >/dev/null; then
  28899. if test -s conftest.err; then
  28900. ac_cpp_err=$ac_c_preproc_warn_flag
  28901. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  28902. else
  28903. ac_cpp_err=
  28904. fi
  28905. else
  28906. ac_cpp_err=yes
  28907. fi
  28908. if test -z "$ac_cpp_err"; then
  28909. ac_header_preproc=yes
  28910. else
  28911. echo "$as_me: failed program was:" >&5
  28912. sed 's/^/| /' conftest.$ac_ext >&5
  28913.  
  28914. ac_header_preproc=no
  28915. fi
  28916. rm -f conftest.err conftest.$ac_ext
  28917. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  28918. echo "${ECHO_T}$ac_header_preproc" >&6
  28919.  
  28920. # So? What about this header?
  28921. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  28922. yes:no: )
  28923. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  28924. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  28925. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  28926. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  28927. ac_header_preproc=yes
  28928. ;;
  28929. no:yes:* )
  28930. { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  28931. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  28932. { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  28933. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  28934. { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  28935. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  28936. { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
  28937. echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
  28938. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  28939. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  28940. { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  28941. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  28942. (
  28943. cat <<\_ASBOX
  28944. ## ------------------------------------ ##
  28945. ## Report this to lame-dev@lists.sf.net ##
  28946. ## ------------------------------------ ##
  28947. _ASBOX
  28948. ) |
  28949. sed "s/^/$as_me: WARNING: /" >&2
  28950. ;;
  28951. esac
  28952. echo "$as_me:$LINENO: checking for $ac_header" >&5
  28953. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  28954. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  28955. echo $ECHO_N "(cached) $ECHO_C" >&6
  28956. else
  28957. eval "$as_ac_Header=\$ac_header_preproc"
  28958. fi
  28959. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  28960. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  28961.  
  28962. fi
  28963. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  28964. cat >>confdefs.h <<_ACEOF
  28965. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  28966. _ACEOF
  28967.  
  28968. fi
  28969.  
  28970. done
  28971.  
  28972.  
  28973. for ac_header in ncurses/termcap.h
  28974. do
  28975. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  28976. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  28977. echo "$as_me:$LINENO: checking for $ac_header" >&5
  28978. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  28979. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  28980. echo $ECHO_N "(cached) $ECHO_C" >&6
  28981. fi
  28982. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  28983. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  28984. else
  28985. # Is the header compilable?
  28986. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  28987. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  28988. cat >conftest.$ac_ext <<_ACEOF
  28989. /* confdefs.h. */
  28990. _ACEOF
  28991. cat confdefs.h >>conftest.$ac_ext
  28992. cat >>conftest.$ac_ext <<_ACEOF
  28993. /* end confdefs.h. */
  28994. $ac_includes_default
  28995. #include <$ac_header>
  28996. _ACEOF
  28997. rm -f conftest.$ac_objext
  28998. if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  28999. (eval $ac_compile) 2>conftest.er1
  29000. ac_status=$?
  29001. grep -v '^ *+' conftest.er1 >conftest.err
  29002. rm -f conftest.er1
  29003. cat conftest.err >&5
  29004. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29005. (exit $ac_status); } &&
  29006. { ac_try='test -z "$ac_c_werror_flag"
  29007. || test ! -s conftest.err'
  29008. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29009. (eval $ac_try) 2>&5
  29010. ac_status=$?
  29011. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29012. (exit $ac_status); }; } &&
  29013. { ac_try='test -s conftest.$ac_objext'
  29014. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29015. (eval $ac_try) 2>&5
  29016. ac_status=$?
  29017. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29018. (exit $ac_status); }; }; then
  29019. ac_header_compiler=yes
  29020. else
  29021. echo "$as_me: failed program was:" >&5
  29022. sed 's/^/| /' conftest.$ac_ext >&5
  29023.  
  29024. ac_header_compiler=no
  29025. fi
  29026. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  29027. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  29028. echo "${ECHO_T}$ac_header_compiler" >&6
  29029.  
  29030. # Is the header present?
  29031. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  29032. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  29033. cat >conftest.$ac_ext <<_ACEOF
  29034. /* confdefs.h. */
  29035. _ACEOF
  29036. cat confdefs.h >>conftest.$ac_ext
  29037. cat >>conftest.$ac_ext <<_ACEOF
  29038. /* end confdefs.h. */
  29039. #include <$ac_header>
  29040. _ACEOF
  29041. if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  29042. (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  29043. ac_status=$?
  29044. grep -v '^ *+' conftest.er1 >conftest.err
  29045. rm -f conftest.er1
  29046. cat conftest.err >&5
  29047. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29048. (exit $ac_status); } >/dev/null; then
  29049. if test -s conftest.err; then
  29050. ac_cpp_err=$ac_c_preproc_warn_flag
  29051. ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  29052. else
  29053. ac_cpp_err=
  29054. fi
  29055. else
  29056. ac_cpp_err=yes
  29057. fi
  29058. if test -z "$ac_cpp_err"; then
  29059. ac_header_preproc=yes
  29060. else
  29061. echo "$as_me: failed program was:" >&5
  29062. sed 's/^/| /' conftest.$ac_ext >&5
  29063.  
  29064. ac_header_preproc=no
  29065. fi
  29066. rm -f conftest.err conftest.$ac_ext
  29067. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  29068. echo "${ECHO_T}$ac_header_preproc" >&6
  29069.  
  29070. # So? What about this header?
  29071. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  29072. yes:no: )
  29073. { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  29074. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  29075. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  29076. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  29077. ac_header_preproc=yes
  29078. ;;
  29079. no:yes:* )
  29080. { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  29081. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  29082. { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  29083. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  29084. { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  29085. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  29086. { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
  29087. echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
  29088. { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  29089. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  29090. { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  29091. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  29092. (
  29093. cat <<\_ASBOX
  29094. ## ------------------------------------ ##
  29095. ## Report this to lame-dev@lists.sf.net ##
  29096. ## ------------------------------------ ##
  29097. _ASBOX
  29098. ) |
  29099. sed "s/^/$as_me: WARNING: /" >&2
  29100. ;;
  29101. esac
  29102. echo "$as_me:$LINENO: checking for $ac_header" >&5
  29103. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  29104. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  29105. echo $ECHO_N "(cached) $ECHO_C" >&6
  29106. else
  29107. eval "$as_ac_Header=\$ac_header_preproc"
  29108. fi
  29109. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  29110. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  29111.  
  29112. fi
  29113. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  29114. cat >>confdefs.h <<_ACEOF
  29115. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  29116. _ACEOF
  29117.  
  29118. fi
  29119.  
  29120. done
  29121.  
  29122. echo "$as_me:$LINENO: checking for initscr in -ltermcap" >&5
  29123. echo $ECHO_N "checking for initscr in -ltermcap... $ECHO_C" >&6
  29124. if test "${ac_cv_lib_termcap_initscr+set}" = set; then
  29125. echo $ECHO_N "(cached) $ECHO_C" >&6
  29126. else
  29127. ac_check_lib_save_LIBS=$LIBS
  29128. LIBS="-ltermcap $LIBS"
  29129. cat >conftest.$ac_ext <<_ACEOF
  29130. /* confdefs.h. */
  29131. _ACEOF
  29132. cat confdefs.h >>conftest.$ac_ext
  29133. cat >>conftest.$ac_ext <<_ACEOF
  29134. /* end confdefs.h. */
  29135.  
  29136. /* Override any gcc2 internal prototype to avoid an error. */
  29137. #ifdef __cplusplus
  29138. extern "C"
  29139. #endif
  29140. /* We use char because int might match the return type of a gcc2
  29141. builtin and then its argument prototype would still apply. */
  29142. char initscr ();
  29143. int
  29144. main ()
  29145. {
  29146. initscr ();
  29147. ;
  29148. return 0;
  29149. }
  29150. _ACEOF
  29151. rm -f conftest.$ac_objext conftest$ac_exeext
  29152. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29153. (eval $ac_link) 2>conftest.er1
  29154. ac_status=$?
  29155. grep -v '^ *+' conftest.er1 >conftest.err
  29156. rm -f conftest.er1
  29157. cat conftest.err >&5
  29158. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29159. (exit $ac_status); } &&
  29160. { ac_try='test -z "$ac_c_werror_flag"
  29161. || test ! -s conftest.err'
  29162. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29163. (eval $ac_try) 2>&5
  29164. ac_status=$?
  29165. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29166. (exit $ac_status); }; } &&
  29167. { ac_try='test -s conftest$ac_exeext'
  29168. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29169. (eval $ac_try) 2>&5
  29170. ac_status=$?
  29171. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29172. (exit $ac_status); }; }; then
  29173. ac_cv_lib_termcap_initscr=yes
  29174. else
  29175. echo "$as_me: failed program was:" >&5
  29176. sed 's/^/| /' conftest.$ac_ext >&5
  29177.  
  29178. ac_cv_lib_termcap_initscr=no
  29179. fi
  29180. rm -f conftest.err conftest.$ac_objext \
  29181. conftest$ac_exeext conftest.$ac_ext
  29182. LIBS=$ac_check_lib_save_LIBS
  29183. fi
  29184. echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_initscr" >&5
  29185. echo "${ECHO_T}$ac_cv_lib_termcap_initscr" >&6
  29186. if test $ac_cv_lib_termcap_initscr = yes; then
  29187. HAVE_TERMCAP="termcap"
  29188. fi
  29189.  
  29190. echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5
  29191. echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
  29192. if test "${ac_cv_lib_curses_initscr+set}" = set; then
  29193. echo $ECHO_N "(cached) $ECHO_C" >&6
  29194. else
  29195. ac_check_lib_save_LIBS=$LIBS
  29196. LIBS="-lcurses $LIBS"
  29197. cat >conftest.$ac_ext <<_ACEOF
  29198. /* confdefs.h. */
  29199. _ACEOF
  29200. cat confdefs.h >>conftest.$ac_ext
  29201. cat >>conftest.$ac_ext <<_ACEOF
  29202. /* end confdefs.h. */
  29203.  
  29204. /* Override any gcc2 internal prototype to avoid an error. */
  29205. #ifdef __cplusplus
  29206. extern "C"
  29207. #endif
  29208. /* We use char because int might match the return type of a gcc2
  29209. builtin and then its argument prototype would still apply. */
  29210. char initscr ();
  29211. int
  29212. main ()
  29213. {
  29214. initscr ();
  29215. ;
  29216. return 0;
  29217. }
  29218. _ACEOF
  29219. rm -f conftest.$ac_objext conftest$ac_exeext
  29220. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29221. (eval $ac_link) 2>conftest.er1
  29222. ac_status=$?
  29223. grep -v '^ *+' conftest.er1 >conftest.err
  29224. rm -f conftest.er1
  29225. cat conftest.err >&5
  29226. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29227. (exit $ac_status); } &&
  29228. { ac_try='test -z "$ac_c_werror_flag"
  29229. || test ! -s conftest.err'
  29230. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29231. (eval $ac_try) 2>&5
  29232. ac_status=$?
  29233. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29234. (exit $ac_status); }; } &&
  29235. { ac_try='test -s conftest$ac_exeext'
  29236. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29237. (eval $ac_try) 2>&5
  29238. ac_status=$?
  29239. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29240. (exit $ac_status); }; }; then
  29241. ac_cv_lib_curses_initscr=yes
  29242. else
  29243. echo "$as_me: failed program was:" >&5
  29244. sed 's/^/| /' conftest.$ac_ext >&5
  29245.  
  29246. ac_cv_lib_curses_initscr=no
  29247. fi
  29248. rm -f conftest.err conftest.$ac_objext \
  29249. conftest$ac_exeext conftest.$ac_ext
  29250. LIBS=$ac_check_lib_save_LIBS
  29251. fi
  29252. echo "$as_me:$LINENO: result: $ac_cv_lib_curses_initscr" >&5
  29253. echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6
  29254. if test $ac_cv_lib_curses_initscr = yes; then
  29255. HAVE_TERMCAP="curses"
  29256. fi
  29257.  
  29258. echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
  29259. echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
  29260. if test "${ac_cv_lib_ncurses_initscr+set}" = set; then
  29261. echo $ECHO_N "(cached) $ECHO_C" >&6
  29262. else
  29263. ac_check_lib_save_LIBS=$LIBS
  29264. LIBS="-lncurses $LIBS"
  29265. cat >conftest.$ac_ext <<_ACEOF
  29266. /* confdefs.h. */
  29267. _ACEOF
  29268. cat confdefs.h >>conftest.$ac_ext
  29269. cat >>conftest.$ac_ext <<_ACEOF
  29270. /* end confdefs.h. */
  29271.  
  29272. /* Override any gcc2 internal prototype to avoid an error. */
  29273. #ifdef __cplusplus
  29274. extern "C"
  29275. #endif
  29276. /* We use char because int might match the return type of a gcc2
  29277. builtin and then its argument prototype would still apply. */
  29278. char initscr ();
  29279. int
  29280. main ()
  29281. {
  29282. initscr ();
  29283. ;
  29284. return 0;
  29285. }
  29286. _ACEOF
  29287. rm -f conftest.$ac_objext conftest$ac_exeext
  29288. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29289. (eval $ac_link) 2>conftest.er1
  29290. ac_status=$?
  29291. grep -v '^ *+' conftest.er1 >conftest.err
  29292. rm -f conftest.er1
  29293. cat conftest.err >&5
  29294. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29295. (exit $ac_status); } &&
  29296. { ac_try='test -z "$ac_c_werror_flag"
  29297. || test ! -s conftest.err'
  29298. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29299. (eval $ac_try) 2>&5
  29300. ac_status=$?
  29301. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29302. (exit $ac_status); }; } &&
  29303. { ac_try='test -s conftest$ac_exeext'
  29304. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29305. (eval $ac_try) 2>&5
  29306. ac_status=$?
  29307. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29308. (exit $ac_status); }; }; then
  29309. ac_cv_lib_ncurses_initscr=yes
  29310. else
  29311. echo "$as_me: failed program was:" >&5
  29312. sed 's/^/| /' conftest.$ac_ext >&5
  29313.  
  29314. ac_cv_lib_ncurses_initscr=no
  29315. fi
  29316. rm -f conftest.err conftest.$ac_objext \
  29317. conftest$ac_exeext conftest.$ac_ext
  29318. LIBS=$ac_check_lib_save_LIBS
  29319. fi
  29320. echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5
  29321. echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6
  29322. if test $ac_cv_lib_ncurses_initscr = yes; then
  29323. HAVE_TERMCAP="ncurses"
  29324. fi
  29325.  
  29326.  
  29327. echo "$as_me:$LINENO: checking for cos in -lm" >&5
  29328. echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
  29329. if test "${ac_cv_lib_m_cos+set}" = set; then
  29330. echo $ECHO_N "(cached) $ECHO_C" >&6
  29331. else
  29332. ac_check_lib_save_LIBS=$LIBS
  29333. LIBS="-lm $LIBS"
  29334. cat >conftest.$ac_ext <<_ACEOF
  29335. /* confdefs.h. */
  29336. _ACEOF
  29337. cat confdefs.h >>conftest.$ac_ext
  29338. cat >>conftest.$ac_ext <<_ACEOF
  29339. /* end confdefs.h. */
  29340.  
  29341. /* Override any gcc2 internal prototype to avoid an error. */
  29342. #ifdef __cplusplus
  29343. extern "C"
  29344. #endif
  29345. /* We use char because int might match the return type of a gcc2
  29346. builtin and then its argument prototype would still apply. */
  29347. char cos ();
  29348. int
  29349. main ()
  29350. {
  29351. cos ();
  29352. ;
  29353. return 0;
  29354. }
  29355. _ACEOF
  29356. rm -f conftest.$ac_objext conftest$ac_exeext
  29357. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29358. (eval $ac_link) 2>conftest.er1
  29359. ac_status=$?
  29360. grep -v '^ *+' conftest.er1 >conftest.err
  29361. rm -f conftest.er1
  29362. cat conftest.err >&5
  29363. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29364. (exit $ac_status); } &&
  29365. { ac_try='test -z "$ac_c_werror_flag"
  29366. || test ! -s conftest.err'
  29367. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29368. (eval $ac_try) 2>&5
  29369. ac_status=$?
  29370. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29371. (exit $ac_status); }; } &&
  29372. { ac_try='test -s conftest$ac_exeext'
  29373. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29374. (eval $ac_try) 2>&5
  29375. ac_status=$?
  29376. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29377. (exit $ac_status); }; }; then
  29378. ac_cv_lib_m_cos=yes
  29379. else
  29380. echo "$as_me: failed program was:" >&5
  29381. sed 's/^/| /' conftest.$ac_ext >&5
  29382.  
  29383. ac_cv_lib_m_cos=no
  29384. fi
  29385. rm -f conftest.err conftest.$ac_objext \
  29386. conftest$ac_exeext conftest.$ac_ext
  29387. LIBS=$ac_check_lib_save_LIBS
  29388. fi
  29389. echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
  29390. echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
  29391. if test $ac_cv_lib_m_cos = yes; then
  29392. USE_LIBM="-lm"
  29393. fi
  29394.  
  29395. echo "$as_me:$LINENO: checking for cos in -lffm" >&5
  29396. echo $ECHO_N "checking for cos in -lffm... $ECHO_C" >&6
  29397. if test "${ac_cv_lib_ffm_cos+set}" = set; then
  29398. echo $ECHO_N "(cached) $ECHO_C" >&6
  29399. else
  29400. ac_check_lib_save_LIBS=$LIBS
  29401. LIBS="-lffm $LIBS"
  29402. cat >conftest.$ac_ext <<_ACEOF
  29403. /* confdefs.h. */
  29404. _ACEOF
  29405. cat confdefs.h >>conftest.$ac_ext
  29406. cat >>conftest.$ac_ext <<_ACEOF
  29407. /* end confdefs.h. */
  29408.  
  29409. /* Override any gcc2 internal prototype to avoid an error. */
  29410. #ifdef __cplusplus
  29411. extern "C"
  29412. #endif
  29413. /* We use char because int might match the return type of a gcc2
  29414. builtin and then its argument prototype would still apply. */
  29415. char cos ();
  29416. int
  29417. main ()
  29418. {
  29419. cos ();
  29420. ;
  29421. return 0;
  29422. }
  29423. _ACEOF
  29424. rm -f conftest.$ac_objext conftest$ac_exeext
  29425. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29426. (eval $ac_link) 2>conftest.er1
  29427. ac_status=$?
  29428. grep -v '^ *+' conftest.er1 >conftest.err
  29429. rm -f conftest.er1
  29430. cat conftest.err >&5
  29431. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29432. (exit $ac_status); } &&
  29433. { ac_try='test -z "$ac_c_werror_flag"
  29434. || test ! -s conftest.err'
  29435. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29436. (eval $ac_try) 2>&5
  29437. ac_status=$?
  29438. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29439. (exit $ac_status); }; } &&
  29440. { ac_try='test -s conftest$ac_exeext'
  29441. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29442. (eval $ac_try) 2>&5
  29443. ac_status=$?
  29444. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29445. (exit $ac_status); }; }; then
  29446. ac_cv_lib_ffm_cos=yes
  29447. else
  29448. echo "$as_me: failed program was:" >&5
  29449. sed 's/^/| /' conftest.$ac_ext >&5
  29450.  
  29451. ac_cv_lib_ffm_cos=no
  29452. fi
  29453. rm -f conftest.err conftest.$ac_objext \
  29454. conftest$ac_exeext conftest.$ac_ext
  29455. LIBS=$ac_check_lib_save_LIBS
  29456. fi
  29457. echo "$as_me:$LINENO: result: $ac_cv_lib_ffm_cos" >&5
  29458. echo "${ECHO_T}$ac_cv_lib_ffm_cos" >&6
  29459. if test $ac_cv_lib_ffm_cos = yes; then
  29460. USE_LIBM="-lffm -lm"
  29461. fi
  29462.  
  29463. echo "$as_me:$LINENO: checking for cos in -lcpml" >&5
  29464. echo $ECHO_N "checking for cos in -lcpml... $ECHO_C" >&6
  29465. if test "${ac_cv_lib_cpml_cos+set}" = set; then
  29466. echo $ECHO_N "(cached) $ECHO_C" >&6
  29467. else
  29468. ac_check_lib_save_LIBS=$LIBS
  29469. LIBS="-lcpml $LIBS"
  29470. cat >conftest.$ac_ext <<_ACEOF
  29471. /* confdefs.h. */
  29472. _ACEOF
  29473. cat confdefs.h >>conftest.$ac_ext
  29474. cat >>conftest.$ac_ext <<_ACEOF
  29475. /* end confdefs.h. */
  29476.  
  29477. /* Override any gcc2 internal prototype to avoid an error. */
  29478. #ifdef __cplusplus
  29479. extern "C"
  29480. #endif
  29481. /* We use char because int might match the return type of a gcc2
  29482. builtin and then its argument prototype would still apply. */
  29483. char cos ();
  29484. int
  29485. main ()
  29486. {
  29487. cos ();
  29488. ;
  29489. return 0;
  29490. }
  29491. _ACEOF
  29492. rm -f conftest.$ac_objext conftest$ac_exeext
  29493. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29494. (eval $ac_link) 2>conftest.er1
  29495. ac_status=$?
  29496. grep -v '^ *+' conftest.er1 >conftest.err
  29497. rm -f conftest.er1
  29498. cat conftest.err >&5
  29499. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29500. (exit $ac_status); } &&
  29501. { ac_try='test -z "$ac_c_werror_flag"
  29502. || test ! -s conftest.err'
  29503. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29504. (eval $ac_try) 2>&5
  29505. ac_status=$?
  29506. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29507. (exit $ac_status); }; } &&
  29508. { ac_try='test -s conftest$ac_exeext'
  29509. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29510. (eval $ac_try) 2>&5
  29511. ac_status=$?
  29512. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29513. (exit $ac_status); }; }; then
  29514. ac_cv_lib_cpml_cos=yes
  29515. else
  29516. echo "$as_me: failed program was:" >&5
  29517. sed 's/^/| /' conftest.$ac_ext >&5
  29518.  
  29519. ac_cv_lib_cpml_cos=no
  29520. fi
  29521. rm -f conftest.err conftest.$ac_objext \
  29522. conftest$ac_exeext conftest.$ac_ext
  29523. LIBS=$ac_check_lib_save_LIBS
  29524. fi
  29525. echo "$as_me:$LINENO: result: $ac_cv_lib_cpml_cos" >&5
  29526. echo "${ECHO_T}$ac_cv_lib_cpml_cos" >&6
  29527. if test $ac_cv_lib_cpml_cos = yes; then
  29528. USE_LIBM="-lcpml"
  29529. fi
  29530.  
  29531. CONFIG_MATH_LIB="${USE_LIBM}"
  29532.  
  29533. echo "$as_me:$LINENO: checking for sf_open_read in -lsndfile" >&5
  29534. echo $ECHO_N "checking for sf_open_read in -lsndfile... $ECHO_C" >&6
  29535. if test "${ac_cv_lib_sndfile_sf_open_read+set}" = set; then
  29536. echo $ECHO_N "(cached) $ECHO_C" >&6
  29537. else
  29538. ac_check_lib_save_LIBS=$LIBS
  29539. LIBS="-lsndfile $LIBS"
  29540. cat >conftest.$ac_ext <<_ACEOF
  29541. /* confdefs.h. */
  29542. _ACEOF
  29543. cat confdefs.h >>conftest.$ac_ext
  29544. cat >>conftest.$ac_ext <<_ACEOF
  29545. /* end confdefs.h. */
  29546.  
  29547. /* Override any gcc2 internal prototype to avoid an error. */
  29548. #ifdef __cplusplus
  29549. extern "C"
  29550. #endif
  29551. /* We use char because int might match the return type of a gcc2
  29552. builtin and then its argument prototype would still apply. */
  29553. char sf_open_read ();
  29554. int
  29555. main ()
  29556. {
  29557. sf_open_read ();
  29558. ;
  29559. return 0;
  29560. }
  29561. _ACEOF
  29562. rm -f conftest.$ac_objext conftest$ac_exeext
  29563. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29564. (eval $ac_link) 2>conftest.er1
  29565. ac_status=$?
  29566. grep -v '^ *+' conftest.er1 >conftest.err
  29567. rm -f conftest.er1
  29568. cat conftest.err >&5
  29569. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29570. (exit $ac_status); } &&
  29571. { ac_try='test -z "$ac_c_werror_flag"
  29572. || test ! -s conftest.err'
  29573. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29574. (eval $ac_try) 2>&5
  29575. ac_status=$?
  29576. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29577. (exit $ac_status); }; } &&
  29578. { ac_try='test -s conftest$ac_exeext'
  29579. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29580. (eval $ac_try) 2>&5
  29581. ac_status=$?
  29582. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29583. (exit $ac_status); }; }; then
  29584. ac_cv_lib_sndfile_sf_open_read=yes
  29585. else
  29586. echo "$as_me: failed program was:" >&5
  29587. sed 's/^/| /' conftest.$ac_ext >&5
  29588.  
  29589. ac_cv_lib_sndfile_sf_open_read=no
  29590. fi
  29591. rm -f conftest.err conftest.$ac_objext \
  29592. conftest$ac_exeext conftest.$ac_ext
  29593. LIBS=$ac_check_lib_save_LIBS
  29594. fi
  29595. echo "$as_me:$LINENO: result: $ac_cv_lib_sndfile_sf_open_read" >&5
  29596. echo "${ECHO_T}$ac_cv_lib_sndfile_sf_open_read" >&6
  29597. if test $ac_cv_lib_sndfile_sf_open_read = yes; then
  29598. HAVE_SNDFILE="yes"
  29599. fi
  29600.  
  29601.  
  29602.  
  29603.  
  29604.  
  29605. # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
  29606. if test "${with_gtk_prefix+set}" = set; then
  29607. withval="$with_gtk_prefix"
  29608. gtk_config_prefix="$withval"
  29609. else
  29610. gtk_config_prefix=""
  29611. fi;
  29612.  
  29613. # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
  29614. if test "${with_gtk_exec_prefix+set}" = set; then
  29615. withval="$with_gtk_exec_prefix"
  29616. gtk_config_exec_prefix="$withval"
  29617. else
  29618. gtk_config_exec_prefix=""
  29619. fi;
  29620. # Check whether --enable-gtktest or --disable-gtktest was given.
  29621. if test "${enable_gtktest+set}" = set; then
  29622. enableval="$enable_gtktest"
  29623.  
  29624. else
  29625. enable_gtktest=yes
  29626. fi;
  29627.  
  29628. for module in .
  29629. do
  29630. case "$module" in
  29631. gthread)
  29632. gtk_config_args="$gtk_config_args gthread"
  29633. ;;
  29634. esac
  29635. done
  29636.  
  29637. if test x$gtk_config_exec_prefix != x ; then
  29638. gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
  29639. if test x${GTK_CONFIG+set} != xset ; then
  29640. GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
  29641. fi
  29642. fi
  29643. if test x$gtk_config_prefix != x ; then
  29644. gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
  29645. if test x${GTK_CONFIG+set} != xset ; then
  29646. GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
  29647. fi
  29648. fi
  29649.  
  29650. # Extract the first word of "gtk-config", so it can be a program name with args.
  29651. set dummy gtk-config; ac_word=$2
  29652. echo "$as_me:$LINENO: checking for $ac_word" >&5
  29653. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  29654. if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
  29655. echo $ECHO_N "(cached) $ECHO_C" >&6
  29656. else
  29657. case $GTK_CONFIG in
  29658. [\\/]* | ?:[\\/]*)
  29659. ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
  29660. ;;
  29661. *)
  29662. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  29663. for as_dir in $PATH
  29664. do
  29665. IFS=$as_save_IFS
  29666. test -z "$as_dir" && as_dir=.
  29667. for ac_exec_ext in '' $ac_executable_extensions; do
  29668. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  29669. ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  29670. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  29671. break 2
  29672. fi
  29673. done
  29674. done
  29675.  
  29676. test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
  29677. ;;
  29678. esac
  29679. fi
  29680. GTK_CONFIG=$ac_cv_path_GTK_CONFIG
  29681.  
  29682. if test -n "$GTK_CONFIG"; then
  29683. echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
  29684. echo "${ECHO_T}$GTK_CONFIG" >&6
  29685. else
  29686. echo "$as_me:$LINENO: result: no" >&5
  29687. echo "${ECHO_T}no" >&6
  29688. fi
  29689.  
  29690. min_gtk_version=1.2.0
  29691. echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
  29692. echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
  29693. no_gtk=""
  29694. if test "$GTK_CONFIG" = "no" ; then
  29695. no_gtk=yes
  29696. else
  29697. GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
  29698. GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
  29699. gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
  29700. sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
  29701. gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
  29702. sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
  29703. gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
  29704. sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
  29705. if test "x$enable_gtktest" = "xyes" ; then
  29706. ac_save_CFLAGS="$CFLAGS"
  29707. ac_save_LIBS="$LIBS"
  29708. CFLAGS="$CFLAGS $GTK_CFLAGS"
  29709. LIBS="$GTK_LIBS $LIBS"
  29710. rm -f conf.gtktest
  29711. if test "$cross_compiling" = yes; then
  29712. echo $ac_n "cross compiling; assumed OK... $ac_c"
  29713. else
  29714. cat >conftest.$ac_ext <<_ACEOF
  29715. /* confdefs.h. */
  29716. _ACEOF
  29717. cat confdefs.h >>conftest.$ac_ext
  29718. cat >>conftest.$ac_ext <<_ACEOF
  29719. /* end confdefs.h. */
  29720.  
  29721. #include <gtk/gtk.h>
  29722. #include <stdio.h>
  29723. #include <stdlib.h>
  29724.  
  29725. int
  29726. main ()
  29727. {
  29728. int major, minor, micro;
  29729. char *tmp_version;
  29730.  
  29731. system ("touch conf.gtktest");
  29732.  
  29733. /* HP/UX 9 (%@#!) writes to sscanf strings */
  29734. tmp_version = g_strdup("$min_gtk_version");
  29735. if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  29736. printf("%s, bad version string\n", "$min_gtk_version");
  29737. exit(1);
  29738. }
  29739.  
  29740. if ((gtk_major_version != $gtk_config_major_version) ||
  29741. (gtk_minor_version != $gtk_config_minor_version) ||
  29742. (gtk_micro_version != $gtk_config_micro_version))
  29743. {
  29744. printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
  29745. $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
  29746. gtk_major_version, gtk_minor_version, gtk_micro_version);
  29747. printf ("*** was found! If gtk-config was correct, then it is best\n");
  29748. printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
  29749. printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  29750. printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  29751. printf("*** required on your system.\n");
  29752. printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
  29753. printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
  29754. printf("*** before re-running configure\n");
  29755. }
  29756. #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
  29757. else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  29758. (gtk_minor_version != GTK_MINOR_VERSION) ||
  29759. (gtk_micro_version != GTK_MICRO_VERSION))
  29760. {
  29761. printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
  29762. GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  29763. printf("*** library (version %d.%d.%d)\n",
  29764. gtk_major_version, gtk_minor_version, gtk_micro_version);
  29765. }
  29766. #endif /* defined (GTK_MAJOR_VERSION) ... */
  29767. else
  29768. {
  29769. if ((gtk_major_version > major) ||
  29770. ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  29771. ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  29772. {
  29773. return 0;
  29774. }
  29775. else
  29776. {
  29777. printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
  29778. gtk_major_version, gtk_minor_version, gtk_micro_version);
  29779. printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
  29780. major, minor, micro);
  29781. printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
  29782. printf("***\n");
  29783. printf("*** If you have already installed a sufficiently new version, this error\n");
  29784. printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
  29785. printf("*** being found. The easiest way to fix this is to remove the old version\n");
  29786. printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
  29787. printf("*** correct copy of gtk-config. (In this case, you will have to\n");
  29788. printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  29789. printf("*** so that the correct libraries are found at run-time))\n");
  29790. }
  29791. }
  29792. return 1;
  29793. }
  29794.  
  29795. _ACEOF
  29796. rm -f conftest$ac_exeext
  29797. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29798. (eval $ac_link) 2>&5
  29799. ac_status=$?
  29800. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29801. (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  29802. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29803. (eval $ac_try) 2>&5
  29804. ac_status=$?
  29805. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29806. (exit $ac_status); }; }; then
  29807. :
  29808. else
  29809. echo "$as_me: program exited with status $ac_status" >&5
  29810. echo "$as_me: failed program was:" >&5
  29811. sed 's/^/| /' conftest.$ac_ext >&5
  29812.  
  29813. ( exit $ac_status )
  29814. no_gtk=yes
  29815. fi
  29816. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  29817. fi
  29818. CFLAGS="$ac_save_CFLAGS"
  29819. LIBS="$ac_save_LIBS"
  29820. fi
  29821. fi
  29822. if test "x$no_gtk" = x ; then
  29823. echo "$as_me:$LINENO: result: yes" >&5
  29824. echo "${ECHO_T}yes" >&6
  29825. HAVE_GTK="yes"
  29826. else
  29827. echo "$as_me:$LINENO: result: no" >&5
  29828. echo "${ECHO_T}no" >&6
  29829. if test "$GTK_CONFIG" = "no" ; then
  29830. echo "*** The gtk-config script installed by GTK could not be found"
  29831. echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
  29832. echo "*** your path, or set the GTK_CONFIG environment variable to the"
  29833. echo "*** full path to gtk-config."
  29834. else
  29835. if test -f conf.gtktest ; then
  29836. :
  29837. else
  29838. echo "*** Could not run GTK test program, checking why..."
  29839. CFLAGS="$CFLAGS $GTK_CFLAGS"
  29840. LIBS="$LIBS $GTK_LIBS"
  29841. cat >conftest.$ac_ext <<_ACEOF
  29842. /* confdefs.h. */
  29843. _ACEOF
  29844. cat confdefs.h >>conftest.$ac_ext
  29845. cat >>conftest.$ac_ext <<_ACEOF
  29846. /* end confdefs.h. */
  29847.  
  29848. #include <gtk/gtk.h>
  29849. #include <stdio.h>
  29850.  
  29851. int
  29852. main ()
  29853. {
  29854. return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
  29855. ;
  29856. return 0;
  29857. }
  29858. _ACEOF
  29859. rm -f conftest.$ac_objext conftest$ac_exeext
  29860. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29861. (eval $ac_link) 2>conftest.er1
  29862. ac_status=$?
  29863. grep -v '^ *+' conftest.er1 >conftest.err
  29864. rm -f conftest.er1
  29865. cat conftest.err >&5
  29866. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29867. (exit $ac_status); } &&
  29868. { ac_try='test -z "$ac_c_werror_flag"
  29869. || test ! -s conftest.err'
  29870. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29871. (eval $ac_try) 2>&5
  29872. ac_status=$?
  29873. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29874. (exit $ac_status); }; } &&
  29875. { ac_try='test -s conftest$ac_exeext'
  29876. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29877. (eval $ac_try) 2>&5
  29878. ac_status=$?
  29879. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29880. (exit $ac_status); }; }; then
  29881. echo "*** The test program compiled, but did not run. This usually means"
  29882. echo "*** that the run-time linker is not finding GTK or finding the wrong"
  29883. echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
  29884. echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  29885. echo "*** to the installed location Also, make sure you have run ldconfig if that"
  29886. echo "*** is required on your system"
  29887. echo "***"
  29888. echo "*** If you have an old version installed, it is best to remove it, although"
  29889. echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  29890. echo "***"
  29891. echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
  29892. echo "*** came with the system with the command"
  29893. echo "***"
  29894. echo "*** rpm --erase --nodeps gtk gtk-devel"
  29895. else
  29896. echo "$as_me: failed program was:" >&5
  29897. sed 's/^/| /' conftest.$ac_ext >&5
  29898.  
  29899. echo "*** The test program failed to compile or link. See the file config.log for the"
  29900. echo "*** exact error that occured. This usually means GTK was incorrectly installed"
  29901. echo "*** or that you have moved GTK since it was installed. In the latter case, you"
  29902. echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
  29903. fi
  29904. rm -f conftest.err conftest.$ac_objext \
  29905. conftest$ac_exeext conftest.$ac_ext
  29906. CFLAGS="$ac_save_CFLAGS"
  29907. LIBS="$ac_save_LIBS"
  29908. fi
  29909. fi
  29910. GTK_CFLAGS=""
  29911. GTK_LIBS=""
  29912. HAVE_GTK="no"
  29913. fi
  29914.  
  29915.  
  29916. rm -f conf.gtktest
  29917.  
  29918. if test "${HAVE_GTK}" = "yes"; then
  29919.  
  29920. cat >>confdefs.h <<\_ACEOF
  29921. #define HAVE_GTK 1
  29922. _ACEOF
  29923.  
  29924. fi
  29925.  
  29926.  
  29927. echo "$as_me:$LINENO: checking use of ElectricFence malloc debugging" >&5
  29928. echo $ECHO_N "checking use of ElectricFence malloc debugging... $ECHO_C" >&6
  29929. # Check whether --enable-efence or --disable-efence was given.
  29930. if test "${enable_efence+set}" = set; then
  29931. enableval="$enable_efence"
  29932. CONFIG_EFENCE="${enableval}"
  29933. else
  29934. CONFIG_EFENCE="no"
  29935. fi;
  29936.  
  29937. case "${CONFIG_EFENCE}" in
  29938. yes)
  29939. echo "$as_me:$LINENO: checking for EF_Print in -lefence" >&5
  29940. echo $ECHO_N "checking for EF_Print in -lefence... $ECHO_C" >&6
  29941. if test "${ac_cv_lib_efence_EF_Print+set}" = set; then
  29942. echo $ECHO_N "(cached) $ECHO_C" >&6
  29943. else
  29944. ac_check_lib_save_LIBS=$LIBS
  29945. LIBS="-lefence $LIBS"
  29946. cat >conftest.$ac_ext <<_ACEOF
  29947. /* confdefs.h. */
  29948. _ACEOF
  29949. cat confdefs.h >>conftest.$ac_ext
  29950. cat >>conftest.$ac_ext <<_ACEOF
  29951. /* end confdefs.h. */
  29952.  
  29953. /* Override any gcc2 internal prototype to avoid an error. */
  29954. #ifdef __cplusplus
  29955. extern "C"
  29956. #endif
  29957. /* We use char because int might match the return type of a gcc2
  29958. builtin and then its argument prototype would still apply. */
  29959. char EF_Print ();
  29960. int
  29961. main ()
  29962. {
  29963. EF_Print ();
  29964. ;
  29965. return 0;
  29966. }
  29967. _ACEOF
  29968. rm -f conftest.$ac_objext conftest$ac_exeext
  29969. if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  29970. (eval $ac_link) 2>conftest.er1
  29971. ac_status=$?
  29972. grep -v '^ *+' conftest.er1 >conftest.err
  29973. rm -f conftest.er1
  29974. cat conftest.err >&5
  29975. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29976. (exit $ac_status); } &&
  29977. { ac_try='test -z "$ac_c_werror_flag"
  29978. || test ! -s conftest.err'
  29979. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29980. (eval $ac_try) 2>&5
  29981. ac_status=$?
  29982. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29983. (exit $ac_status); }; } &&
  29984. { ac_try='test -s conftest$ac_exeext'
  29985. { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  29986. (eval $ac_try) 2>&5
  29987. ac_status=$?
  29988. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  29989. (exit $ac_status); }; }; then
  29990. ac_cv_lib_efence_EF_Print=yes
  29991. else
  29992. echo "$as_me: failed program was:" >&5
  29993. sed 's/^/| /' conftest.$ac_ext >&5
  29994.  
  29995. ac_cv_lib_efence_EF_Print=no
  29996. fi
  29997. rm -f conftest.err conftest.$ac_objext \
  29998. conftest$ac_exeext conftest.$ac_ext
  29999. LIBS=$ac_check_lib_save_LIBS
  30000. fi
  30001. echo "$as_me:$LINENO: result: $ac_cv_lib_efence_EF_Print" >&5
  30002. echo "${ECHO_T}$ac_cv_lib_efence_EF_Print" >&6
  30003. if test $ac_cv_lib_efence_EF_Print = yes; then
  30004. HAVE_EFENCE="-lefence"
  30005. fi
  30006.  
  30007. if test "x${HAVE_EFENCE}" != "x-lefence"; then
  30008. echo "$as_me:$LINENO: result: yes" >&5
  30009. echo "${ECHO_T}yes" >&6
  30010. else
  30011. LDADD="${LDADD} ${HAVE_EFENCE}"
  30012.  
  30013. cat >>confdefs.h <<\_ACEOF
  30014. #define HAVE_EFENCE 1
  30015. _ACEOF
  30016.  
  30017. echo "$as_me:$LINENO: result: ${CONFIG_EFENCE}" >&5
  30018. echo "${ECHO_T}${CONFIG_EFENCE}" >&6
  30019. fi
  30020. ;;
  30021. no)
  30022. echo "$as_me:$LINENO: result: ${CONFIG_EFENCE}" >&5
  30023. echo "${ECHO_T}${CONFIG_EFENCE}" >&6
  30024. ;;
  30025. *)
  30026. { { echo "$as_me:$LINENO: error: bad value »${CONFIG_EFENCE}« for efence option" >&5
  30027. echo "$as_me: error: bad value »${CONFIG_EFENCE}« for efence option" >&2;}
  30028. { (exit 1); exit 1; }; }
  30029. ;;
  30030. esac
  30031.  
  30032.  
  30033. echo "$as_me:$LINENO: checking use of file io" >&5
  30034. echo $ECHO_N "checking use of file io... $ECHO_C" >&6
  30035. WARNING=
  30036.  
  30037. # Check whether --with-fileio or --without-fileio was given.
  30038. if test "${with_fileio+set}" = set; then
  30039. withval="$with_fileio"
  30040. CONFIG_FILEIO="${withval}"
  30041. else
  30042. CONFIG_FILEIO="lame"
  30043. fi;
  30044.  
  30045. # Check whether --with-sndfile-prefix or --without-sndfile-prefix was given.
  30046. if test "${with_sndfile_prefix+set}" = set; then
  30047. withval="$with_sndfile_prefix"
  30048. CONFIG_SNDFILE_PREFIX="${withval}"
  30049. else
  30050. CONFIG_SNDFILE_PREFIX=""
  30051. fi;
  30052. if test "${CONFIG_FILEIO}" = "sndfile" ; then
  30053. if test "x${CONFIG_SNDFILE_PREFIX}" != "x" ; then
  30054. # look for sndfile lib. This overrides any standard location
  30055.  
  30056.  
  30057. SNDFILE_LIB_LOC=
  30058. libsndfile.a
  30059. for FILE in \
  30060. libsndfile.a; do
  30061. for DIR in $CONFIG_SNDFILE_PREFIX $CONFIG_SNDFILE_PREFIX/lib $CONFIG_SNDFILE_PREFIX/.. $CONFIG_SNDFILE_PREFIX/../lib; do
  30062. if test ".SNDFILE_LIB_LOC"="." && test -f "$DIR/$FILE"; then
  30063. SNDFILE_LIB_LOC=$DIR
  30064. fi
  30065. done
  30066. done
  30067.  
  30068.  
  30069. SNDFILE_INC_LOC=
  30070. for FILE in sndfile.h; do
  30071. for DIR in $CONFIG_SNDFILE_PREFIX $CONFIG_SNDFILE_PREFIX/include $CONFIG_SNDFILE_PREFIX/.. $CONFIG_SNDFILE_PREFIX/../include; do
  30072. if test ".SNDFILE_INC_LOC"="." && test -f "$DIR/$FILE"; then
  30073. SNDFILE_INC_LOC=$DIR
  30074. fi
  30075. done
  30076. done
  30077.  
  30078. if test ".SNDFILE_LIB_LOC" = "." || test ".SNDFILE_INC_LOC" = "."; then
  30079. SNDFILE_LIB_LOC=
  30080. SNDFILE_INC_LOC=
  30081. fi
  30082.  
  30083. if test "x${SNDFILE_LIB_LOC}" != "x" ; then
  30084. HAVE_SNDFILE="yes"
  30085. FRONTEND_LDFLAGS="-L${SNDFILE_LIB_LOC} ${FRONTEND_LDFLAGS}"
  30086. INCLUDES="-I${SNDFILE_INC_LOC} ${INCLUDES}"
  30087. else
  30088. WARNING="sndfile lib not found in specified prefix."
  30089. fi
  30090. fi
  30091. if test "${HAVE_SNDFILE}" = "yes" ; then
  30092. FRONTEND_LDADD="-lsndfile ${FRONTEND_LDADD}"
  30093.  
  30094. cat >>confdefs.h <<\_ACEOF
  30095. #define LIBSNDFILE 1
  30096. _ACEOF
  30097.  
  30098. else
  30099. # default
  30100. CONFIG_FILEIO="lame"
  30101. WARNING="${WARNING} Could not find any sndfile lib on system."
  30102. fi
  30103. else
  30104. CONFIG_FILEIO="lame"
  30105. fi
  30106. echo "$as_me:$LINENO: result: ${CONFIG_FILEIO}" >&5
  30107. echo "${ECHO_T}${CONFIG_FILEIO}" >&6
  30108. if test "x${WARNING}" != "x" ; then
  30109. { echo "$as_me:$LINENO: WARNING: $WARNING" >&5
  30110. echo "$as_me: WARNING: $WARNING" >&2;}
  30111. fi
  30112.  
  30113.  
  30114. echo "$as_me:$LINENO: checking use of analyzer hooks" >&5
  30115. echo $ECHO_N "checking use of analyzer hooks... $ECHO_C" >&6
  30116. # Check whether --enable-analyzer-hooks or --disable-analyzer-hooks was given.
  30117. if test "${enable_analyzer_hooks+set}" = set; then
  30118. enableval="$enable_analyzer_hooks"
  30119. CONFIG_ANALYZER="${enableval}"
  30120. else
  30121. CONFIG_ANALYZER="yes"
  30122. fi;
  30123.  
  30124. case "${CONFIG_ANALYZER}" in
  30125. yes)
  30126. ;;
  30127. no)
  30128.  
  30129. cat >>confdefs.h <<\_ACEOF
  30130. #define NOANALYSIS 1
  30131. _ACEOF
  30132.  
  30133. ;;
  30134. *)
  30135. { { echo "$as_me:$LINENO: error: bad value »${CONFIG_ANALYZER}« for analyzer-hooks option" >&5
  30136. echo "$as_me: error: bad value »${CONFIG_ANALYZER}« for analyzer-hooks option" >&2;}
  30137. { (exit 1); exit 1; }; }
  30138. ;;
  30139. esac
  30140. echo "$as_me:$LINENO: result: $CONFIG_ANALYZER" >&5
  30141. echo "${ECHO_T}$CONFIG_ANALYZER" >&6
  30142.  
  30143.  
  30144. echo "$as_me:$LINENO: checking use of mpg123 decoder" >&5
  30145. echo $ECHO_N "checking use of mpg123 decoder... $ECHO_C" >&6
  30146. # Check whether --enable-decoder or --disable-decoder was given.
  30147. if test "${enable_decoder+set}" = set; then
  30148. enableval="$enable_decoder"
  30149. CONFIG_DECODER="${enableval}"
  30150. else
  30151. CONFIG_DECODER="yes"
  30152. fi;
  30153. # Check whether --enable-decode-layer1 or --disable-decode-layer1 was given.
  30154. if test "${enable_decode_layer1+set}" = set; then
  30155. enableval="$enable_decode_layer1"
  30156. CONFIG_DECODER_L1="${enableval}"
  30157. else
  30158. CONFIG_DECODER_L1="no"
  30159. fi;
  30160. # Check whether --enable-decode-layer2 or --disable-decode-layer2 was given.
  30161. if test "${enable_decode_layer2+set}" = set; then
  30162. enableval="$enable_decode_layer2"
  30163. CONFIG_DECODER_L2="${enableval}"
  30164. else
  30165. CONFIG_DECODER_L2="yes"
  30166. fi;
  30167.  
  30168.  
  30169.  
  30170. if test "x${CONFIG_DECODER}" = "xyes"; then
  30171. LIB_WITH_DECODER_TRUE=
  30172. LIB_WITH_DECODER_FALSE='#'
  30173. else
  30174. LIB_WITH_DECODER_TRUE='#'
  30175. LIB_WITH_DECODER_FALSE=
  30176. fi
  30177.  
  30178.  
  30179. if test "${CONFIG_DECODER}" != "no" ; then
  30180. CONFIG_DECODER="yes (Layer"
  30181.  
  30182. cat >>confdefs.h <<\_ACEOF
  30183. #define HAVE_MPGLIB 1
  30184. _ACEOF
  30185.  
  30186.  
  30187. cat >>confdefs.h <<\_ACEOF
  30188. #define DECODE_ON_THE_FLY 1
  30189. _ACEOF
  30190.  
  30191.  
  30192. if test "${CONFIG_DECODER_L1}" != "no"; then
  30193. CONFIG_DECODER="${CONFIG_DECODER} 1,"
  30194.  
  30195. cat >>confdefs.h <<\_ACEOF
  30196. #define USE_LAYER_1 1
  30197. _ACEOF
  30198.  
  30199. fi
  30200. if test "${CONFIG_DECODER_L2}" != "no"; then
  30201. CONFIG_DECODER="${CONFIG_DECODER} 2,"
  30202.  
  30203. cat >>confdefs.h <<\_ACEOF
  30204. #define USE_LAYER_2 1
  30205. _ACEOF
  30206.  
  30207. fi
  30208. CONFIG_DECODER="${CONFIG_DECODER} 3)"
  30209. fi
  30210. echo "$as_me:$LINENO: result: $CONFIG_DECODER" >&5
  30211. echo "${ECHO_T}$CONFIG_DECODER" >&6
  30212.  
  30213.  
  30214. echo "$as_me:$LINENO: checking if the lame frontend should be build" >&5
  30215. echo $ECHO_N "checking if the lame frontend should be build... $ECHO_C" >&6
  30216. # Check whether --enable-frontend or --disable-frontend was given.
  30217. if test "${enable_frontend+set}" = set; then
  30218. enableval="$enable_frontend"
  30219. WITH_FRONTEND="${enableval}"
  30220. else
  30221. WITH_FRONTEND=yes
  30222. fi;
  30223. if test "x${WITH_FRONTEND}" = "xyes"; then
  30224. WITH_FRONTEND=lame${ac_exeext}
  30225. echo "$as_me:$LINENO: result: yes" >&5
  30226. echo "${ECHO_T}yes" >&6
  30227. else
  30228. WITH_FRONTEND=
  30229. echo "$as_me:$LINENO: result: no" >&5
  30230. echo "${ECHO_T}no" >&6
  30231. fi
  30232.  
  30233.  
  30234.  
  30235. echo "$as_me:$LINENO: checking if mp3x is requested" >&5
  30236. echo $ECHO_N "checking if mp3x is requested... $ECHO_C" >&6
  30237. # Check whether --enable-mp3x or --disable-mp3x was given.
  30238. if test "${enable_mp3x+set}" = set; then
  30239. enableval="$enable_mp3x"
  30240. WITH_MP3X="${enableval}"
  30241. else
  30242. WITH_MP3X=no
  30243. fi;
  30244. if test "x${WITH_MP3X}" = "xyes"; then
  30245. WITH_MP3X=mp3x${ac_exeext}
  30246. echo "$as_me:$LINENO: result: yes" >&5
  30247. echo "${ECHO_T}yes" >&6
  30248. else
  30249. WITH_MP3X=
  30250. echo "$as_me:$LINENO: result: no" >&5
  30251. echo "${ECHO_T}no" >&6
  30252. fi
  30253.  
  30254. if test "${HAVE_GTK}" = "no"; then
  30255. if test "x${WITH_MP3X}" = "xmp3x"; then
  30256. { echo "$as_me:$LINENO: WARNING: can't build mp3x" >&5
  30257. echo "$as_me: WARNING: can't build mp3x" >&2;}
  30258. WITH_MP3X=
  30259. fi
  30260. if test "x${CONFIG_ANALYZER}" != "xyes"; then
  30261. { echo "$as_me:$LINENO: WARNING: can't build mp3x because of disabled analyzer hooks" >&5
  30262. echo "$as_me: WARNING: can't build mp3x because of disabled analyzer hooks" >&2;}
  30263. WITH_MP3X=
  30264. fi
  30265. fi
  30266.  
  30267. echo "$as_me:$LINENO: checking if mp3rtp is requested" >&5
  30268. echo $ECHO_N "checking if mp3rtp is requested... $ECHO_C" >&6
  30269. # Check whether --enable-mp3rtp or --disable-mp3rtp was given.
  30270. if test "${enable_mp3rtp+set}" = set; then
  30271. enableval="$enable_mp3rtp"
  30272. WITH_MP3RTP="${enableval}"
  30273. else
  30274. WITH_MP3RTP=no
  30275. fi;
  30276. if test "x${WITH_MP3RTP}" = "xyes"; then
  30277. if test ${SOCKETFUNCTION} = NO; then
  30278. { { echo "$as_me:$LINENO: error: function socket is mandatory for mp3rtp" >&5
  30279. echo "$as_me: error: function socket is mandatory for mp3rtp" >&2;}
  30280. { (exit 1); exit 1; }; }
  30281. fi
  30282. WITH_MP3RTP=mp3rtp${ac_exeext}
  30283. echo "$as_me:$LINENO: result: yes" >&5
  30284. echo "${ECHO_T}yes" >&6
  30285. else
  30286. WITH_MP3RTP=
  30287. echo "$as_me:$LINENO: result: no" >&5
  30288. echo "${ECHO_T}no" >&6
  30289. fi
  30290.  
  30291.  
  30292. #
  30293. # this is from vorbis
  30294. #
  30295. case $host in
  30296. *86-*-linux*)
  30297. # glibc < 2.1.3 has a serious FP bug in the math inline header
  30298. # that will cripple Vorbis. Look to see if the magic FP stack
  30299. # clobber is missing in the mathinline header, thus indicating
  30300. # the buggy version
  30301.  
  30302. cat >conftest.$ac_ext <<_ACEOF
  30303. /* confdefs.h. */
  30304. _ACEOF
  30305. cat confdefs.h >>conftest.$ac_ext
  30306. cat >>conftest.$ac_ext <<_ACEOF
  30307. /* end confdefs.h. */
  30308.  
  30309. #define __LIBC_INTERNAL_MATH_INLINES 1
  30310. #define __OPTIMIZE__
  30311. #include <math.h>
  30312.  
  30313. _ACEOF
  30314. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  30315. $EGREP "log10.*fldlg2.*fxch" >/dev/null 2>&1; then
  30316. bad=maybe
  30317. else
  30318. bad=no
  30319. fi
  30320. rm -f conftest*
  30321.  
  30322.  
  30323. echo "$as_me:$LINENO: checking glibc mathinline bug" >&5
  30324. echo $ECHO_N "checking glibc mathinline bug... $ECHO_C" >&6
  30325. if test ${bad} = "maybe" ;then
  30326. cat >conftest.$ac_ext <<_ACEOF
  30327. /* confdefs.h. */
  30328. _ACEOF
  30329. cat confdefs.h >>conftest.$ac_ext
  30330. cat >>conftest.$ac_ext <<_ACEOF
  30331. /* end confdefs.h. */
  30332.  
  30333. #define __LIBC_INTERNAL_MATH_INLINES 1
  30334. #define __OPTIMIZE__
  30335. #include <math.h>
  30336.  
  30337. _ACEOF
  30338. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  30339. $EGREP "log10.*fldlg2.*fxch.*st\([0123456789]*\)" >/dev/null 2>&1; then
  30340. bad=no
  30341. else
  30342. bad=yes
  30343. fi
  30344. rm -f conftest*
  30345.  
  30346. fi
  30347. echo "$as_me:$LINENO: result: ${bad}" >&5
  30348. echo "${ECHO_T}${bad}" >&6
  30349. if test ${bad} = "yes" ;then
  30350. { echo "$as_me:$LINENO: WARNING: " >&5
  30351. echo "$as_me: WARNING: " >&2;}
  30352. { echo "$as_me:$LINENO: WARNING: ********************************************************" >&5
  30353. echo "$as_me: WARNING: ********************************************************" >&2;}
  30354. { echo "$as_me:$LINENO: WARNING: * The glibc headers on this machine have a serious bug *" >&5
  30355. echo "$as_me: WARNING: * The glibc headers on this machine have a serious bug *" >&2;}
  30356. { echo "$as_me:$LINENO: WARNING: * in /usr/include/bits/mathinline.h This bug affects *" >&5
  30357. echo "$as_me: WARNING: * in /usr/include/bits/mathinline.h This bug affects *" >&2;}
  30358. { echo "$as_me:$LINENO: WARNING: * all floating point code, not only LAME, but all code *" >&5
  30359. echo "$as_me: WARNING: * all floating point code, not only LAME, but all code *" >&2;}
  30360. { echo "$as_me:$LINENO: WARNING: * built on this machine. Upgrading to glibc 2.1.3 is *" >&5
  30361. echo "$as_me: WARNING: * built on this machine. Upgrading to glibc 2.1.3 is *" >&2;}
  30362. { echo "$as_me:$LINENO: WARNING: * strongly urged to correct the problem. *" >&5
  30363. echo "$as_me: WARNING: * strongly urged to correct the problem. *" >&2;}
  30364. { echo "$as_me:$LINENO: WARNING: *Note: that upgrading glibc will not fix any previously*" >&5
  30365. echo "$as_me: WARNING: *Note: that upgrading glibc will not fix any previously*" >&2;}
  30366. { echo "$as_me:$LINENO: WARNING: * built programs; this is a compile-time bug. *" >&5
  30367. echo "$as_me: WARNING: * built programs; this is a compile-time bug. *" >&2;}
  30368. { echo "$as_me:$LINENO: WARNING: * To work around the problem for this build of LAME, *" >&5
  30369. echo "$as_me: WARNING: * To work around the problem for this build of LAME, *" >&2;}
  30370. { echo "$as_me:$LINENO: WARNING: * autoconf is disabling all math inlining. This will *" >&5
  30371. echo "$as_me: WARNING: * autoconf is disabling all math inlining. This will *" >&2;}
  30372. { echo "$as_me:$LINENO: WARNING: * hurt LAME performace but is necessary for LAME to *" >&5
  30373. echo "$as_me: WARNING: * hurt LAME performace but is necessary for LAME to *" >&2;}
  30374. { echo "$as_me:$LINENO: WARNING: * work correctly. Once glibc is upgraded, rerun *" >&5
  30375. echo "$as_me: WARNING: * work correctly. Once glibc is upgraded, rerun *" >&2;}
  30376. { echo "$as_me:$LINENO: WARNING: * configure and make to build with inlining. *" >&5
  30377. echo "$as_me: WARNING: * configure and make to build with inlining. *" >&2;}
  30378. { echo "$as_me:$LINENO: WARNING: ********************************************************" >&5
  30379. echo "$as_me: WARNING: ********************************************************" >&2;}
  30380. { echo "$as_me:$LINENO: WARNING: " >&5
  30381. echo "$as_me: WARNING: " >&2;}
  30382.  
  30383.  
  30384. cat >>confdefs.h <<\_ACEOF
  30385. #define __NO_MATH_INLINES 1
  30386. _ACEOF
  30387.  
  30388. fi;;
  30389. esac
  30390.  
  30391.  
  30392. echo "$as_me:$LINENO: checking use of VBR bitrate histogram" >&5
  30393. echo $ECHO_N "checking use of VBR bitrate histogram... $ECHO_C" >&6
  30394. if test "x${HAVE_TERMCAP}" != "x"; then
  30395. TERMCAP_DEFAULT="yes"
  30396. else
  30397. TERMCAP_DEFAULT="no"
  30398. fi
  30399. # Check whether --enable-brhist or --disable-brhist was given.
  30400. if test "${enable_brhist+set}" = set; then
  30401. enableval="$enable_brhist"
  30402. CONFIG_BRHIST="${enableval}"
  30403. else
  30404. CONFIG_BRHIST="yes"
  30405. fi;
  30406. if test "${CONFIG_BRHIST}" != "no" ; then
  30407.  
  30408. cat >>confdefs.h <<\_ACEOF
  30409. #define BRHIST 1
  30410. _ACEOF
  30411.  
  30412.  
  30413. if test "${TERMCAP_DEFAULT}" = "yes" ; then
  30414. FRONTEND_LDADD="-l${HAVE_TERMCAP} ${FRONTEND_LDADD}"
  30415. CONFIG_BRHIST="yes, with ${HAVE_TERMCAP}"
  30416.  
  30417. cat >>confdefs.h <<\_ACEOF
  30418. #define HAVE_TERMCAP 1
  30419. _ACEOF
  30420.  
  30421. else
  30422. CONFIG_BRHIST="yes, simulated termcap"
  30423. fi
  30424. fi
  30425. echo "$as_me:$LINENO: result: ${CONFIG_BRHIST}" >&5
  30426. echo "${ECHO_T}${CONFIG_BRHIST}" >&6
  30427.  
  30428.  
  30429. if test "${CONFIG_BRHIST}" != "no"; then
  30430. WITH_BRHIST_TRUE=
  30431. WITH_BRHIST_FALSE='#'
  30432. else
  30433. WITH_BRHIST_TRUE='#'
  30434. WITH_BRHIST_FALSE=
  30435. fi
  30436.  
  30437.  
  30438.  
  30439.  
  30440. case $host_cpu in
  30441. *86)
  30442. CPUTYPE="i386"
  30443.  
  30444. # use internal knowledge of the IEEE 754 layout
  30445.  
  30446. cat >>confdefs.h <<\_ACEOF
  30447. #define TAKEHIRO_IEEE754_HACK 1
  30448. _ACEOF
  30449.  
  30450.  
  30451. cat >>confdefs.h <<\_ACEOF
  30452. #define USE_FAST_LOG 1
  30453. _ACEOF
  30454.  
  30455. ;;
  30456. powerpc)
  30457. CPUTYPE="no"
  30458.  
  30459. # use internal knowledge of the IEEE 754 layout
  30460.  
  30461. cat >>confdefs.h <<\_ACEOF
  30462. #define TAKEHIRO_IEEE754_HACK 1
  30463. _ACEOF
  30464.  
  30465.  
  30466. # The following should not get enabled on a G5. HOWTO check for a G5?
  30467.  
  30468. cat >>confdefs.h <<\_ACEOF
  30469. #define USE_FAST_LOG 1
  30470. _ACEOF
  30471.  
  30472. ;;
  30473. *)
  30474. CPUTYPE="no"
  30475. ;;
  30476. esac
  30477.  
  30478.  
  30479.  
  30480. echo "$as_me:$LINENO: checking for FLOAT8 as float" >&5
  30481. echo $ECHO_N "checking for FLOAT8 as float... $ECHO_C" >&6
  30482. # Check whether --enable-all-float or --disable-all-float was given.
  30483. if test "${enable_all_float+set}" = set; then
  30484. enableval="$enable_all_float"
  30485. CONFIG_ALLFLOAT="${enableval}"
  30486. else
  30487. CONFIG_ALLFLOAT="no"
  30488. fi;
  30489. case "${CONFIG_ALLFLOAT}" in
  30490. no)
  30491. ;;
  30492. yes)
  30493.  
  30494. cat >>confdefs.h <<\_ACEOF
  30495. #define FLOAT8 float
  30496. _ACEOF
  30497.  
  30498. ;;
  30499. *)
  30500. { { echo "$as_me:$LINENO: error: bad value »${CONFIG_ALLFLOAT}« for all-float option" >&5
  30501. echo "$as_me: error: bad value »${CONFIG_ALLFLOAT}« for all-float option" >&2;}
  30502. { (exit 1); exit 1; }; }
  30503. ;;
  30504. esac
  30505. echo "$as_me:$LINENO: result: ${CONFIG_ALLFLOAT}" >&5
  30506. echo "${ECHO_T}${CONFIG_ALLFLOAT}" >&6
  30507.  
  30508.  
  30509.  
  30510. # Extract the first word of "nasm", so it can be a program name with args.
  30511. set dummy nasm; ac_word=$2
  30512. echo "$as_me:$LINENO: checking for $ac_word" >&5
  30513. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  30514. if test "${ac_cv_path_NASM+set}" = set; then
  30515. echo $ECHO_N "(cached) $ECHO_C" >&6
  30516. else
  30517. case $NASM in
  30518. [\\/]* | ?:[\\/]*)
  30519. ac_cv_path_NASM="$NASM" # Let the user override the test with a path.
  30520. ;;
  30521. *)
  30522. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  30523. for as_dir in $PATH
  30524. do
  30525. IFS=$as_save_IFS
  30526. test -z "$as_dir" && as_dir=.
  30527. for ac_exec_ext in '' $ac_executable_extensions; do
  30528. if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  30529. ac_cv_path_NASM="$as_dir/$ac_word$ac_exec_ext"
  30530. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  30531. break 2
  30532. fi
  30533. done
  30534. done
  30535.  
  30536. test -z "$ac_cv_path_NASM" && ac_cv_path_NASM="no"
  30537. ;;
  30538. esac
  30539. fi
  30540. NASM=$ac_cv_path_NASM
  30541.  
  30542. if test -n "$NASM"; then
  30543. echo "$as_me:$LINENO: result: $NASM" >&5
  30544. echo "${ECHO_T}$NASM" >&6
  30545. else
  30546. echo "$as_me:$LINENO: result: no" >&5
  30547. echo "${ECHO_T}no" >&6
  30548. fi
  30549.  
  30550. case "${NASM}" in
  30551. no)
  30552. ;;
  30553. *)
  30554. echo "$as_me:$LINENO: checking for assembler routines for this processor type" >&5
  30555. echo $ECHO_N "checking for assembler routines for this processor type... $ECHO_C" >&6
  30556. for recurse_over in ${ASM_FOR_ARCH}
  30557. do
  30558. if test "${CPUTYPE}" = "${recurse_over}"; then
  30559. include_asm_routines="yes"
  30560. fi
  30561. done
  30562. if test "x${include_asm_routines}" = "xyes"; then
  30563.  
  30564. cat >>confdefs.h <<\_ACEOF
  30565. #define HAVE_NASM 1
  30566. _ACEOF
  30567.  
  30568.  
  30569. cat >>confdefs.h <<\_ACEOF
  30570. #define MMX_choose_table 1
  30571. _ACEOF
  30572.  
  30573. else
  30574. include_asm_routines="no"
  30575. NASM="no"
  30576. fi
  30577. echo "$as_me:$LINENO: result: ${include_asm_routines}" >&5
  30578. echo "${ECHO_T}${include_asm_routines}" >&6
  30579. ;;
  30580. esac
  30581.  
  30582.  
  30583. if test "${NASM}" != "no"; then
  30584. HAVE_NASM_TRUE=
  30585. HAVE_NASM_FALSE='#'
  30586. else
  30587. HAVE_NASM_TRUE='#'
  30588. HAVE_NASM_FALSE=
  30589. fi
  30590.  
  30591.  
  30592. case $host_os in
  30593. *cygwin*|*mingw32*)
  30594. CYGWIN=yes
  30595. NASM_FORMAT="-f win32 -DWIN32"
  30596. ;;
  30597. *)
  30598. CYGWIN=no
  30599. NASM_FORMAT="-f elf"
  30600. ;;
  30601. esac
  30602.  
  30603. #
  30604. # 'expopt' is used for "additional optimizations", not for optimizations which
  30605. # are marked as "experimental" in the guide for the compiler.
  30606. # They are "experimental" here in the LAME project (at least
  30607. # "--enable-expopt=full").
  30608. #
  30609. echo "$as_me:$LINENO: checking for additional optimizations" >&5
  30610. echo $ECHO_N "checking for additional optimizations... $ECHO_C" >&6
  30611. # Check whether --enable-expopt or --disable-expopt was given.
  30612. if test "${enable_expopt+set}" = set; then
  30613. enableval="$enable_expopt"
  30614. CONFIG_EXPOPT="${enableval}"
  30615. else
  30616. CONFIG_EXPOPT="no"
  30617. fi;
  30618.  
  30619. if test "x$GCC" = "xyes"; then
  30620. # gcc defaults. OS specific options go in versious sections below
  30621. # from the gcc man pages: "there is no reason to use -pedantic"
  30622. if test "x${with_gnu_ld}" = "xyes"; then
  30623. CFLAGS="-Wall -pipe ${CFLAGS}"
  30624. else
  30625. # some vendor ld's don't like '-pipe'
  30626. CFLAGS="-Wall ${CFLAGS}"
  30627. fi
  30628.  
  30629. # GCC version specific generic options
  30630. case "${GCC_version}" in
  30631. 2.96*)
  30632. # for buggy version of gcc shipped with RH7.1, back of on some
  30633. # optimizations
  30634. OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \
  30635. -funroll-loops"
  30636. OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \
  30637. -fsched-interblock -fbranch-count-reg -fforce-addr \
  30638. -fforce-mem"
  30639. ;;
  30640. 3.0*)
  30641. # -funroll-loops seems to produce buggy code with gcc 3.0.3
  30642. OPTIMIZATION="-O -fomit-frame-pointer -ffast-math"
  30643. OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \
  30644. -fbranch-count-reg -fforce-addr -fforce-mem"
  30645. ;;
  30646. 3.2*)
  30647. # -fomit-frame-pointer seems to be buggy on cygwin
  30648. case ${host_os} in
  30649. *cygwin*)
  30650. OMIT_FRAME_POINTER=
  30651. ;;
  30652. *)
  30653. OMIT_FRAME_POINTER=-fomit-frame-pointer
  30654. ;;
  30655. esac
  30656.  
  30657. OPTIMIZATION="-O ${OMIT_FRAME_POINTER} -ffast-math"
  30658. OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \
  30659. -fbranch-count-reg -fforce-addr -fforce-mem"
  30660. ;;
  30661. *)
  30662. # default
  30663. OPTIMIZATION="-O3 ${OMIT_FRAME_POINTER} -ffast-math \
  30664. -funroll-loops"
  30665. OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr -fforce-mem"
  30666. ;;
  30667. esac
  30668.  
  30669.  
  30670. # GCC version independend generic options
  30671. OPTIMIZATION_NORM="-fschedule-insns2"
  30672.  
  30673.  
  30674. # generic CPU specific options
  30675. case ${host_cpu} in
  30676. sparc)
  30677. case "${GCC_version}" in
  30678. 3.0*)
  30679. ;;
  30680. 3.*)
  30681. # doesn't work on 3.0.x, but on 3.[12] and
  30682. # hopefully on every other release after that too
  30683. if test -x /usr/bin/isalist; then
  30684. /usr/bin/isalist | grep sparcv8plus \
  30685. >/dev/null 2>&1 && \
  30686. OPTIMIZATION="${OPTIMIZATION} \
  30687. -mcpu=ultrasparc \
  30688. -mtune=ultrasparc"
  30689. fi
  30690. ;;
  30691. esac
  30692. ;;
  30693. *86)
  30694. case "${GCC_version}" in
  30695. 3.*)
  30696. OPTIMIZATION="${OPTIMIZATION} \
  30697. -maccumulate-outgoing-args"
  30698. ;;
  30699. esac
  30700. ;;
  30701. esac
  30702.  
  30703.  
  30704. case "${CONFIG_EXPOPT}" in
  30705. no)
  30706. # if someone supplies own CFLAGS, we don't add our own
  30707. if test "x${ac_save_CFLAGS}" != "x"; then
  30708. OPTIMIZATION=""
  30709. fi
  30710. ;;
  30711. norm|yes)
  30712. OPTIMIZATION="${OPTIMIZATION} ${OPTIMIZATION_NORM}"
  30713. ;;
  30714. full)
  30715. OPTIMIZATION="${OPTIMIZATION} ${OPTIMIZATION_NORM} \
  30716. ${OPTIMIZATION_FULL}"
  30717.  
  30718. # some hardware dependend options
  30719. case "${GCC_version}" in
  30720. 2.9*|3.*)
  30721. # "new" GCC, use some "new" CPU specific optimizations
  30722. case ${host_cpu} in
  30723. *486)
  30724. OPTIMIZATION="${OPTIMIZATION} -m486 \
  30725. -mfancy-math-387"
  30726. ;;
  30727. *586)
  30728. OPTIMIZATION="${OPTIMIZATION} -mcpu=pentium \
  30729. -march=pentium -mfancy-math-387"
  30730. ;;
  30731. *686)
  30732. OPTIMIZATION="${OPTIMIZATION} -mcpu=pentiumpro \
  30733. -march=pentiumpro -mfancy-math-387 \
  30734. -malign-double"
  30735. ;;
  30736. *86)
  30737. OPTIMIZATION="${OPTIMIZATION} -mfancy-math-387"
  30738. ;;
  30739. alpha*)
  30740. OPTIMIZATION="${OPTIMIZATION} -mfp-regs"
  30741.  
  30742. cat >>confdefs.h <<\_ACEOF
  30743. #define FLOAT double
  30744. _ACEOF
  30745.  
  30746. # add "-mcpu=21164a -Wa,-m21164a" to optimize
  30747. # for 21164a (ev56) CPU
  30748. ;;
  30749. *)
  30750. OPTIMIZATION="${OPTIMIZATION} -fdelayed-branch"
  30751. ;;
  30752. esac
  30753. ;;
  30754. *)
  30755. # no special optimization for other versions
  30756. { echo "$as_me:$LINENO: WARNING: LAME doesn't know about your version of gcc" >&5
  30757. echo "$as_me: WARNING: LAME doesn't know about your version of gcc" >&2;}
  30758. ;;
  30759. esac
  30760. ;;
  30761. *)
  30762. { { echo "$as_me:$LINENO: error: bad value »${CONFIG_EXPOPT}« for expopt option" >&5
  30763. echo "$as_me: error: bad value »${CONFIG_EXPOPT}« for expopt option" >&2;}
  30764. { (exit 1); exit 1; }; }
  30765. ;;
  30766. esac
  30767.  
  30768. echo "$as_me:$LINENO: result: ${CONFIG_EXPOPT}" >&5
  30769. echo "${ECHO_T}${CONFIG_EXPOPT}" >&6
  30770. else
  30771. echo "$as_me:$LINENO: result: no" >&5
  30772. echo "${ECHO_T}no" >&6
  30773. fi
  30774.  
  30775.  
  30776.  
  30777.  
  30778.  
  30779. echo "$as_me:$LINENO: checking for debug options" >&5
  30780. echo $ECHO_N "checking for debug options... $ECHO_C" >&6
  30781. # Check whether --enable-debug or --disable-debug was given.
  30782. if test "${enable_debug+set}" = set; then
  30783. enableval="$enable_debug"
  30784. CONFIG_DEBUG="${enableval}"
  30785. else
  30786. CONFIG_DEBUG="no"
  30787. fi;
  30788.  
  30789. if test "x$GCC" = "xyes"; then
  30790. DEBUG_NORM_OPT="-O -g -Wall"
  30791. DEBUG_ANOYING="-Wbad-function-cast -Wcast-align \
  30792. -Wcast-qual -Wchar-subscripts -Wconversion \
  30793. -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
  30794. -Wredundant-decls -Wshadow -Wstrict-prototypes \
  30795. -Wwrite-strings -Winline \
  30796. -Wformat -Wswitch -Waggregate-return -Wmissing-noreturn \
  30797. -Wimplicit-int -fno-builtin"
  30798.  
  30799. case "${CONFIG_DEBUG}" in
  30800. no)
  30801.  
  30802. cat >>confdefs.h <<\_ACEOF
  30803. #define NDEBUG 1
  30804. _ACEOF
  30805.  
  30806. ;;
  30807. norm|yes)
  30808.  
  30809. cat >>confdefs.h <<\_ACEOF
  30810. #define ABORTFP 1
  30811. _ACEOF
  30812.  
  30813. OPTIMIZATION="${DEBUG_NORM_OPT}"
  30814. ;;
  30815. anoying)
  30816.  
  30817. cat >>confdefs.h <<\_ACEOF
  30818. #define ABORTFP 1
  30819. _ACEOF
  30820.  
  30821. OPTIMIZATION="${DEBUG_NORM_OPT} ${DEBUG_ANOYING}"
  30822. ;;
  30823. alot)
  30824.  
  30825. cat >>confdefs.h <<\_ACEOF
  30826. #define ABORTFP 1
  30827. _ACEOF
  30828.  
  30829.  
  30830. cat >>confdefs.h <<\_ACEOF
  30831. #define DEBUG 1
  30832. _ACEOF
  30833.  
  30834. OPTIMIZATION="${DEBUG_NORM_OPT}"
  30835. ;;
  30836. *)
  30837. { { echo "$as_me:$LINENO: error: bad value »${CONFIG_DEBUG}« for debug option" >&5
  30838. echo "$as_me: error: bad value »${CONFIG_DEBUG}« for debug option" >&2;}
  30839. { (exit 1); exit 1; }; }
  30840. esac
  30841.  
  30842. echo "$as_me:$LINENO: result: ${CONFIG_DEBUG}" >&5
  30843. echo "${ECHO_T}${CONFIG_DEBUG}" >&6
  30844. else
  30845. echo "$as_me:$LINENO: result: no" >&5
  30846. echo "${ECHO_T}no" >&6
  30847. fi
  30848.  
  30849.  
  30850.  
  30851.  
  30852. ##########################################################################
  30853. # LINUX on Digital/Compaq Alpha CPUs
  30854. ##########################################################################
  30855. case $host in
  30856. alpha*-*-linux*)
  30857.  
  30858. ################################################################
  30859. #### Check if 'ccc' is in our path
  30860. ################################################################
  30861. if test "`which ccc 2>/dev/null | grep -c ccc`" != "0" ; then
  30862. # Compaq's C Compiler
  30863. CC=ccc
  30864.  
  30865. ################################################################
  30866. #### set 'OPTIMIZATION = -arch host -tune host'
  30867. #### to generate/tune instructions for this machine
  30868. #### 'OPTIMIZATION += -migrate -fast -inline speed -unroll 0'
  30869. #### tweak to run as fast as possible :)
  30870. #### 'OPTIMIZATION += -w0'
  30871. #### set warning and linking flags
  30872. ################################################################
  30873. OPTIMIZATION="-arch host -tune host"
  30874. OPTIMIZATION="-migrate -fast -inline speed -unroll 0 $OPTIMIZATION"
  30875. OPTIMIZATION="-w0 $OPTIMIZATION"
  30876.  
  30877.  
  30878. ################################################################
  30879. #### to debug, uncomment
  30880. ################################################################
  30881. # For Debugging
  30882. #OPTIMIZATION="-g3 $OPTIMIZATION"
  30883.  
  30884. ################################################################
  30885. #### define __DECALPHA__ (i was getting re-declaration warnings
  30886. #### in machine.h
  30887. ################################################################
  30888. # Define DEC Alpha
  30889.  
  30890. cat >>confdefs.h <<\_ACEOF
  30891. #define __DECALPHA__ 1
  30892. _ACEOF
  30893.  
  30894. fi # gcc or ccc?
  30895. ;; # alpha
  30896.  
  30897.  
  30898. ##########################################################################
  30899. # SunOS
  30900. ##########################################################################
  30901. sparc-*-sunos4*)
  30902. if test CC = "cc"; then
  30903. OPTIMIZATION="-O -xCC"
  30904. MAKEDEP="-xM"
  30905. # for gcc, use instead:
  30906. # CC="gcc"
  30907. # OPTIMIZATION="-O"
  30908. # MAKEDEP="-M"
  30909. { echo "$as_me:$LINENO: WARNING: Please contact lame@lists.sourceforge.net with the output of the configure run and the file config.cache. Thank you for your cooperation." >&5
  30910. echo "$as_me: WARNING: Please contact lame@lists.sourceforge.net with the output of the configure run and the file config.cache. Thank you for your cooperation." >&2;}
  30911. fi
  30912. ;; #SunOS
  30913.  
  30914. ##########################################################################
  30915. # SGI
  30916. ##########################################################################
  30917. *-sgi-irix*)
  30918. if test CC = "cc"; then
  30919. OPTIMIZATION="-O3 -woff all"
  30920. fi
  30921. ;; # SGI
  30922.  
  30923. ##########################################################################
  30924. # Compaq Alpha running Dec Unix (OSF)
  30925. ##########################################################################
  30926. alpha*-dec-osf*)
  30927. if test CC = "cc"; then
  30928. OPTIMIZATION="-fast -O3 -std -g3 -non_shared"
  30929. fi
  30930. ;; #OSF
  30931. esac
  30932.  
  30933. # todo: include the following tests in the case-list
  30934. UNAME=`uname`
  30935. ARCH=`uname -m`
  30936.  
  30937. ###########################################################################
  30938. # MOSXS (Rhapsody PPC)
  30939. ###########################################################################
  30940. if test "$UNAME" = "Rhapsody"; then
  30941. # CC="cc" # should be handled already by autoconf
  30942. MAKEDEP="-make"
  30943. fi
  30944.  
  30945. ###########################################################################
  30946. # MAC OSX Darwin PPC
  30947. ###########################################################################
  30948. if test "$UNAME" = "Darwin"; then
  30949. MAKEDEP="-make"
  30950. CFLAGS="$CFLAGS -fno-common"
  30951. fi
  30952.  
  30953.  
  30954. ##########################################################################
  30955. # OS/2
  30956. ##########################################################################
  30957. # Properly installed EMX runtime & development package is a prerequisite.
  30958. # tools I used: make 3.76.1, uname 1.12, sed 2.05, PD-ksh 5.2.13
  30959. #
  30960. ##########################################################################
  30961. if test "$UNAME" = "OS/2"; then
  30962. SHELL=sh
  30963. #CC=gcc # should already be handled by configure
  30964.  
  30965. # file extension should already be handled by automake (I don't know,
  30966. # please give feedback!
  30967. #FILE_EXTENSION=".exe"
  30968.  
  30969. # Uncomment & inspect the GTK lines to use MP3x GTK frame analyzer.
  30970. # Properly installed XFree86/devlibs & GTK+ is a prerequisite.
  30971. # The following works for me using Xfree86/OS2 3.3.5 and GTK+ 1.2.3:
  30972. # AC_DEFINE(HAVE_GTK, 1, have GTK)
  30973. # AC_DEFINE(__ST_MT_ERRNO__, 1)
  30974. # INCLUDES="-IC:/XFree86/include/gtk12 -IC:/XFree86/include/glib12 \
  30975. # -IC:/XFree86/include $INCLUDES"
  30976. # FRONTEND_LDFLAGS="-LC:/XFree86/lib -lgtk12 -lgdk12 -lgmodule -lglib12 \
  30977. # -lXext -lX11 -lshm -lbsd -lsocket -lm $FRONTEND_LDFLAGS"
  30978. # FRONTEND_CFLAGS="-Zmtd -Zsysv-signals -Zbin-files $FRONTEND_CFLAGS"
  30979. fi
  30980.  
  30981. ###########################################################################
  30982. # AmigaOS
  30983. ###########################################################################
  30984. # Type 'Make ARCH=PPC' for PowerUP and 'Make ARCH=WOS' for WarpOS
  30985. #
  30986. ###########################################################################
  30987. if test "$UNAME" = "AmigaOS" ; then
  30988. CC="gcc -noixemul"
  30989. OPTIMIZATION="$OPTIMIZATION -m68020-60 -m68881"
  30990. MAKEDEP="-MM"
  30991. if test "$ARCH" = "WOS"; then
  30992. CC="ppc-amigaos-gcc -warpup"
  30993. OPTIMIZATION="$OPTIMIZATION -mmultiple -mcpu=603e"
  30994. AR="ppc-amigaos-ar"
  30995. RANLIB="ppc-amigaos-ranlib"
  30996. fi
  30997. if test "$ARCH",PPC; then
  30998. CC="ppc-amigaos-gcc"
  30999. OPTIMIZATION="$OPTIMIZATION -mmultiple -mcpu=603e"
  31000. AR="ppc-amigaos-ar"
  31001. RANLIB="ppc-amigaos-ranlib"
  31002. fi
  31003. fi
  31004.  
  31005.  
  31006. CFLAGS="${OPTIMIZATION} ${CFLAGS}"
  31007. LDADD="${LDADD}"
  31008. FRONTEND_LDADD="${FRONTEND_LDADD} ${CONFIG_MATH_LIB}"
  31009.  
  31010.  
  31011.  
  31012.  
  31013.  
  31014.  
  31015.  
  31016.  
  31017.  
  31018.  
  31019.  
  31020.  
  31021.  
  31022.  
  31023.  
  31024.  
  31025.  
  31026.  
  31027.  
  31028.  
  31029.  
  31030.  
  31031.  
  31032.  
  31033.  
  31034.  
  31035.  
  31036.  
  31037. ac_config_files="$ac_config_files Makefile libmp3lame/Makefile libmp3lame/i386/Makefile frontend/Makefile mpglib/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile include/Makefile Dll/Makefile misc/Makefile debian/Makefile dshow/Makefile ACM/Makefile ACM/ADbg/Makefile ACM/ddk/Makefile ACM/tinyxml/Makefile lame.spec mac/Makefile"
  31038.  
  31039. cat >confcache <<\_ACEOF
  31040. # This file is a shell script that caches the results of configure
  31041. # tests run on this system so they can be shared between configure
  31042. # scripts and configure runs, see configure's option --config-cache.
  31043. # It is not useful on other systems. If it contains results you don't
  31044. # want to keep, you may remove or edit it.
  31045. #
  31046. # config.status only pays attention to the cache file if you give it
  31047. # the --recheck option to rerun configure.
  31048. #
  31049. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  31050. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  31051. # following values.
  31052.  
  31053. _ACEOF
  31054.  
  31055. # The following way of writing the cache mishandles newlines in values,
  31056. # but we know of no workaround that is simple, portable, and efficient.
  31057. # So, don't put newlines in cache variables' values.
  31058. # Ultrix sh set writes to stderr and can't be redirected directly,
  31059. # and sets the high bit in the cache file unless we assign to the vars.
  31060. {
  31061. (set) 2>&1 |
  31062. case `(ac_space=' '; set | grep ac_space) 2>&1` in
  31063. *ac_space=\ *)
  31064. # `set' does not quote correctly, so add quotes (double-quote
  31065. # substitution turns \\\\ into \\, and sed turns \\ into \).
  31066. sed -n \
  31067. "s/'/'\\\\''/g;
  31068. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  31069. ;;
  31070. *)
  31071. # `set' quotes correctly as required by POSIX, so do not add quotes.
  31072. sed -n \
  31073. "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  31074. ;;
  31075. esac;
  31076. } |
  31077. sed '
  31078. t clear
  31079. : clear
  31080. s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  31081. t end
  31082. /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  31083. : end' >>confcache
  31084. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  31085. if test -w $cache_file; then
  31086. test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  31087. cat confcache >$cache_file
  31088. else
  31089. echo "not updating unwritable cache $cache_file"
  31090. fi
  31091. fi
  31092. rm -f confcache
  31093.  
  31094. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  31095. # Let make expand exec_prefix.
  31096. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  31097.  
  31098. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  31099. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  31100. # trailing colons and then remove the whole line if VPATH becomes empty
  31101. # (actually we leave an empty line to preserve line numbers).
  31102. if test "x$srcdir" = x.; then
  31103. ac_vpsub='/^[ ]*VPATH[ ]*=/{
  31104. s/:*\$(srcdir):*/:/;
  31105. s/:*\${srcdir}:*/:/;
  31106. s/:*@srcdir@:*/:/;
  31107. s/^\([^=]*=[ ]*\):*/\1/;
  31108. s/:*$//;
  31109. s/^[^=]*=[ ]*$//;
  31110. }'
  31111. fi
  31112.  
  31113. DEFS=-DHAVE_CONFIG_H
  31114.  
  31115. ac_libobjs=
  31116. ac_ltlibobjs=
  31117. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  31118. # 1. Remove the extension, and $U if already installed.
  31119. ac_i=`echo "$ac_i" |
  31120. sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
  31121. # 2. Add them.
  31122. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
  31123. ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  31124. done
  31125. LIBOBJS=$ac_libobjs
  31126.  
  31127. LTLIBOBJS=$ac_ltlibobjs
  31128.  
  31129.  
  31130. if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
  31131. { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
  31132. Usually this means the macro was only invoked conditionally." >&5
  31133. echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
  31134. Usually this means the macro was only invoked conditionally." >&2;}
  31135. { (exit 1); exit 1; }; }
  31136. fi
  31137. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  31138. { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  31139. Usually this means the macro was only invoked conditionally." >&5
  31140. echo "$as_me: error: conditional \"AMDEP\" was never defined.
  31141. Usually this means the macro was only invoked conditionally." >&2;}
  31142. { (exit 1); exit 1; }; }
  31143. fi
  31144. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  31145. { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
  31146. Usually this means the macro was only invoked conditionally." >&5
  31147. echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
  31148. Usually this means the macro was only invoked conditionally." >&2;}
  31149. { (exit 1); exit 1; }; }
  31150. fi
  31151. if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
  31152. { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
  31153. Usually this means the macro was only invoked conditionally." >&5
  31154. echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
  31155. Usually this means the macro was only invoked conditionally." >&2;}
  31156. { (exit 1); exit 1; }; }
  31157. fi
  31158. if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  31159. { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
  31160. Usually this means the macro was only invoked conditionally." >&5
  31161. echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
  31162. Usually this means the macro was only invoked conditionally." >&2;}
  31163. { (exit 1); exit 1; }; }
  31164. fi
  31165. if test -z "${LIB_WITH_DECODER_TRUE}" && test -z "${LIB_WITH_DECODER_FALSE}"; then
  31166. { { echo "$as_me:$LINENO: error: conditional \"LIB_WITH_DECODER\" was never defined.
  31167. Usually this means the macro was only invoked conditionally." >&5
  31168. echo "$as_me: error: conditional \"LIB_WITH_DECODER\" was never defined.
  31169. Usually this means the macro was only invoked conditionally." >&2;}
  31170. { (exit 1); exit 1; }; }
  31171. fi
  31172. if test -z "${WITH_BRHIST_TRUE}" && test -z "${WITH_BRHIST_FALSE}"; then
  31173. { { echo "$as_me:$LINENO: error: conditional \"WITH_BRHIST\" was never defined.
  31174. Usually this means the macro was only invoked conditionally." >&5
  31175. echo "$as_me: error: conditional \"WITH_BRHIST\" was never defined.
  31176. Usually this means the macro was only invoked conditionally." >&2;}
  31177. { (exit 1); exit 1; }; }
  31178. fi
  31179. if test -z "${HAVE_NASM_TRUE}" && test -z "${HAVE_NASM_FALSE}"; then
  31180. { { echo "$as_me:$LINENO: error: conditional \"HAVE_NASM\" was never defined.
  31181. Usually this means the macro was only invoked conditionally." >&5
  31182. echo "$as_me: error: conditional \"HAVE_NASM\" was never defined.
  31183. Usually this means the macro was only invoked conditionally." >&2;}
  31184. { (exit 1); exit 1; }; }
  31185. fi
  31186.  
  31187. : ${CONFIG_STATUS=./config.status}
  31188. ac_clean_files_save=$ac_clean_files
  31189. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  31190. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  31191. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  31192. cat >$CONFIG_STATUS <<_ACEOF
  31193. #! $SHELL
  31194. # Generated by $as_me.
  31195. # Run this file to recreate the current configuration.
  31196. # Compiler output produced by configure, useful for debugging
  31197. # configure, is in config.log if it exists.
  31198.  
  31199. debug=false
  31200. ac_cs_recheck=false
  31201. ac_cs_silent=false
  31202. SHELL=\${CONFIG_SHELL-$SHELL}
  31203. _ACEOF
  31204.  
  31205. cat >>$CONFIG_STATUS <<\_ACEOF
  31206. ## --------------------- ##
  31207. ## M4sh Initialization. ##
  31208. ## --------------------- ##
  31209.  
  31210. # Be Bourne compatible
  31211. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  31212. emulate sh
  31213. NULLCMD=:
  31214. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  31215. # is contrary to our usage. Disable this feature.
  31216. alias -g '${1+"$@"}'='"$@"'
  31217. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  31218. set -o posix
  31219. fi
  31220. DUALCASE=1; export DUALCASE # for MKS sh
  31221.  
  31222. # Support unset when possible.
  31223. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  31224. as_unset=unset
  31225. else
  31226. as_unset=false
  31227. fi
  31228.  
  31229.  
  31230. # Work around bugs in pre-3.0 UWIN ksh.
  31231. $as_unset ENV MAIL MAILPATH
  31232. PS1='$ '
  31233. PS2='> '
  31234. PS4='+ '
  31235.  
  31236. # NLS nuisances.
  31237. for as_var in \
  31238. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  31239. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  31240. LC_TELEPHONE LC_TIME
  31241. do
  31242. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  31243. eval $as_var=C; export $as_var
  31244. else
  31245. $as_unset $as_var
  31246. fi
  31247. done
  31248.  
  31249. # Required to use basename.
  31250. if expr a : '\(a\)' >/dev/null 2>&1; then
  31251. as_expr=expr
  31252. else
  31253. as_expr=false
  31254. fi
  31255.  
  31256. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  31257. as_basename=basename
  31258. else
  31259. as_basename=false
  31260. fi
  31261.  
  31262.  
  31263. # Name of the executable.
  31264. as_me=`$as_basename "$0" ||
  31265. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  31266. X"$0" : 'X\(//\)$' \| \
  31267. X"$0" : 'X\(/\)$' \| \
  31268. . : '\(.\)' 2>/dev/null ||
  31269. echo X/"$0" |
  31270. sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  31271. /^X\/\(\/\/\)$/{ s//\1/; q; }
  31272. /^X\/\(\/\).*/{ s//\1/; q; }
  31273. s/.*/./; q'`
  31274.  
  31275.  
  31276. # PATH needs CR, and LINENO needs CR and PATH.
  31277. # Avoid depending upon Character Ranges.
  31278. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  31279. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  31280. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  31281. as_cr_digits='0123456789'
  31282. as_cr_alnum=$as_cr_Letters$as_cr_digits
  31283.  
  31284. # The user is always right.
  31285. if test "${PATH_SEPARATOR+set}" != set; then
  31286. echo "#! /bin/sh" >conf$$.sh
  31287. echo "exit 0" >>conf$$.sh
  31288. chmod +x conf$$.sh
  31289. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  31290. PATH_SEPARATOR=';'
  31291. else
  31292. PATH_SEPARATOR=:
  31293. fi
  31294. rm -f conf$$.sh
  31295. fi
  31296.  
  31297.  
  31298. as_lineno_1=$LINENO
  31299. as_lineno_2=$LINENO
  31300. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  31301. test "x$as_lineno_1" != "x$as_lineno_2" &&
  31302. test "x$as_lineno_3" = "x$as_lineno_2" || {
  31303. # Find who we are. Look in the path if we contain no path at all
  31304. # relative or not.
  31305. case $0 in
  31306. *[\\/]* ) as_myself=$0 ;;
  31307. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  31308. for as_dir in $PATH
  31309. do
  31310. IFS=$as_save_IFS
  31311. test -z "$as_dir" && as_dir=.
  31312. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  31313. done
  31314.  
  31315. ;;
  31316. esac
  31317. # We did not find ourselves, most probably we were run as `sh COMMAND'
  31318. # in which case we are not to be found in the path.
  31319. if test "x$as_myself" = x; then
  31320. as_myself=$0
  31321. fi
  31322. if test ! -f "$as_myself"; then
  31323. { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  31324. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  31325. { (exit 1); exit 1; }; }
  31326. fi
  31327. case $CONFIG_SHELL in
  31328. '')
  31329. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  31330. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  31331. do
  31332. IFS=$as_save_IFS
  31333. test -z "$as_dir" && as_dir=.
  31334. for as_base in sh bash ksh sh5; do
  31335. case $as_dir in
  31336. /*)
  31337. if ("$as_dir/$as_base" -c '
  31338. as_lineno_1=$LINENO
  31339. as_lineno_2=$LINENO
  31340. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  31341. test "x$as_lineno_1" != "x$as_lineno_2" &&
  31342. test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
  31343. $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  31344. $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  31345. CONFIG_SHELL=$as_dir/$as_base
  31346. export CONFIG_SHELL
  31347. exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  31348. fi;;
  31349. esac
  31350. done
  31351. done
  31352. ;;
  31353. esac
  31354.  
  31355. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  31356. # uniformly replaced by the line number. The first 'sed' inserts a
  31357. # line-number line before each line; the second 'sed' does the real
  31358. # work. The second script uses 'N' to pair each line-number line
  31359. # with the numbered line, and appends trailing '-' during
  31360. # substitution so that $LINENO is not a special case at line end.
  31361. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  31362. # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
  31363. sed '=' <$as_myself |
  31364. sed '
  31365. N
  31366. s,$,-,
  31367. : loop
  31368. s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  31369. t loop
  31370. s,-$,,
  31371. s,^['$as_cr_digits']*\n,,
  31372. ' >$as_me.lineno &&
  31373. chmod +x $as_me.lineno ||
  31374. { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  31375. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  31376. { (exit 1); exit 1; }; }
  31377.  
  31378. # Don't try to exec as it changes $[0], causing all sort of problems
  31379. # (the dirname of $[0] is not the place where we might find the
  31380. # original and so on. Autoconf is especially sensible to this).
  31381. . ./$as_me.lineno
  31382. # Exit status is that of the last command.
  31383. exit
  31384. }
  31385.  
  31386.  
  31387. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  31388. *c*,-n*) ECHO_N= ECHO_C='
  31389. ' ECHO_T=' ' ;;
  31390. *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  31391. *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
  31392. esac
  31393.  
  31394. if expr a : '\(a\)' >/dev/null 2>&1; then
  31395. as_expr=expr
  31396. else
  31397. as_expr=false
  31398. fi
  31399.  
  31400. rm -f conf$$ conf$$.exe conf$$.file
  31401. echo >conf$$.file
  31402. if ln -s conf$$.file conf$$ 2>/dev/null; then
  31403. # We could just check for DJGPP; but this test a) works b) is more generic
  31404. # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  31405. if test -f conf$$.exe; then
  31406. # Don't use ln at all; we don't have any links
  31407. as_ln_s='cp -p'
  31408. else
  31409. as_ln_s='ln -s'
  31410. fi
  31411. elif ln conf$$.file conf$$ 2>/dev/null; then
  31412. as_ln_s=ln
  31413. else
  31414. as_ln_s='cp -p'
  31415. fi
  31416. rm -f conf$$ conf$$.exe conf$$.file
  31417.  
  31418. if mkdir -p . 2>/dev/null; then
  31419. as_mkdir_p=:
  31420. else
  31421. test -d ./-p && rmdir ./-p
  31422. as_mkdir_p=false
  31423. fi
  31424.  
  31425. as_executable_p="test -f"
  31426.  
  31427. # Sed expression to map a string onto a valid CPP name.
  31428. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  31429.  
  31430. # Sed expression to map a string onto a valid variable name.
  31431. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  31432.  
  31433.  
  31434. # IFS
  31435. # We need space, tab and new line, in precisely that order.
  31436. as_nl='
  31437. '
  31438. IFS=" $as_nl"
  31439.  
  31440. # CDPATH.
  31441. $as_unset CDPATH
  31442.  
  31443. exec 6>&1
  31444.  
  31445. # Open the log real soon, to keep \$[0] and so on meaningful, and to
  31446. # report actual input values of CONFIG_FILES etc. instead of their
  31447. # values after options handling. Logging --version etc. is OK.
  31448. exec 5>>config.log
  31449. {
  31450. echo
  31451. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  31452. ## Running $as_me. ##
  31453. _ASBOX
  31454. } >&5
  31455. cat >&5 <<_CSEOF
  31456.  
  31457. This file was extended by lame $as_me 3.97, which was
  31458. generated by GNU Autoconf 2.59. Invocation command line was
  31459.  
  31460. CONFIG_FILES = $CONFIG_FILES
  31461. CONFIG_HEADERS = $CONFIG_HEADERS
  31462. CONFIG_LINKS = $CONFIG_LINKS
  31463. CONFIG_COMMANDS = $CONFIG_COMMANDS
  31464. $ $0 $@
  31465.  
  31466. _CSEOF
  31467. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  31468. echo >&5
  31469. _ACEOF
  31470.  
  31471. # Files that config.status was made for.
  31472. if test -n "$ac_config_files"; then
  31473. echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
  31474. fi
  31475.  
  31476. if test -n "$ac_config_headers"; then
  31477. echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
  31478. fi
  31479.  
  31480. if test -n "$ac_config_links"; then
  31481. echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
  31482. fi
  31483.  
  31484. if test -n "$ac_config_commands"; then
  31485. echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
  31486. fi
  31487.  
  31488. cat >>$CONFIG_STATUS <<\_ACEOF
  31489.  
  31490. ac_cs_usage="\
  31491. \`$as_me' instantiates files from templates according to the
  31492. current configuration.
  31493.  
  31494. Usage: $0 [OPTIONS] [FILE]...
  31495.  
  31496. -h, --help print this help, then exit
  31497. -V, --version print version number, then exit
  31498. -q, --quiet do not print progress messages
  31499. -d, --debug don't remove temporary files
  31500. --recheck update $as_me by reconfiguring in the same conditions
  31501. --file=FILE[:TEMPLATE]
  31502. instantiate the configuration file FILE
  31503. --header=FILE[:TEMPLATE]
  31504. instantiate the configuration header FILE
  31505.  
  31506. Configuration files:
  31507. $config_files
  31508.  
  31509. Configuration headers:
  31510. $config_headers
  31511.  
  31512. Configuration commands:
  31513. $config_commands
  31514.  
  31515. Report bugs to <bug-autoconf@gnu.org>."
  31516. _ACEOF
  31517.  
  31518. cat >>$CONFIG_STATUS <<_ACEOF
  31519. ac_cs_version="\\
  31520. lame config.status 3.97
  31521. configured by $0, generated by GNU Autoconf 2.59,
  31522. with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  31523.  
  31524. Copyright (C) 2003 Free Software Foundation, Inc.
  31525. This config.status script is free software; the Free Software Foundation
  31526. gives unlimited permission to copy, distribute and modify it."
  31527. srcdir=$srcdir
  31528. INSTALL="$INSTALL"
  31529. _ACEOF
  31530.  
  31531. cat >>$CONFIG_STATUS <<\_ACEOF
  31532. # If no file are specified by the user, then we need to provide default
  31533. # value. By we need to know if files were specified by the user.
  31534. ac_need_defaults=:
  31535. while test $# != 0
  31536. do
  31537. case $1 in
  31538. --*=*)
  31539. ac_option=`expr "x$1" : 'x\([^=]*\)='`
  31540. ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
  31541. ac_shift=:
  31542. ;;
  31543. -*)
  31544. ac_option=$1
  31545. ac_optarg=$2
  31546. ac_shift=shift
  31547. ;;
  31548. *) # This is not an option, so the user has probably given explicit
  31549. # arguments.
  31550. ac_option=$1
  31551. ac_need_defaults=false;;
  31552. esac
  31553.  
  31554. case $ac_option in
  31555. # Handling of the options.
  31556. _ACEOF
  31557. cat >>$CONFIG_STATUS <<\_ACEOF
  31558. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  31559. ac_cs_recheck=: ;;
  31560. --version | --vers* | -V )
  31561. echo "$ac_cs_version"; exit 0 ;;
  31562. --he | --h)
  31563. # Conflict between --help and --header
  31564. { { echo "$as_me:$LINENO: error: ambiguous option: $1
  31565. Try \`$0 --help' for more information." >&5
  31566. echo "$as_me: error: ambiguous option: $1
  31567. Try \`$0 --help' for more information." >&2;}
  31568. { (exit 1); exit 1; }; };;
  31569. --help | --hel | -h )
  31570. echo "$ac_cs_usage"; exit 0 ;;
  31571. --debug | --d* | -d )
  31572. debug=: ;;
  31573. --file | --fil | --fi | --f )
  31574. $ac_shift
  31575. CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  31576. ac_need_defaults=false;;
  31577. --header | --heade | --head | --hea )
  31578. $ac_shift
  31579. CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  31580. ac_need_defaults=false;;
  31581. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  31582. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  31583. ac_cs_silent=: ;;
  31584.  
  31585. # This is an error.
  31586. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  31587. Try \`$0 --help' for more information." >&5
  31588. echo "$as_me: error: unrecognized option: $1
  31589. Try \`$0 --help' for more information." >&2;}
  31590. { (exit 1); exit 1; }; } ;;
  31591.  
  31592. *) ac_config_targets="$ac_config_targets $1" ;;
  31593.  
  31594. esac
  31595. shift
  31596. done
  31597.  
  31598. ac_configure_extra_args=
  31599.  
  31600. if $ac_cs_silent; then
  31601. exec 6>/dev/null
  31602. ac_configure_extra_args="$ac_configure_extra_args --silent"
  31603. fi
  31604.  
  31605. _ACEOF
  31606. cat >>$CONFIG_STATUS <<_ACEOF
  31607. if \$ac_cs_recheck; then
  31608. echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  31609. exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  31610. fi
  31611.  
  31612. _ACEOF
  31613.  
  31614. cat >>$CONFIG_STATUS <<_ACEOF
  31615. #
  31616. # INIT-COMMANDS section.
  31617. #
  31618.  
  31619. AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  31620.  
  31621. _ACEOF
  31622.  
  31623.  
  31624.  
  31625. cat >>$CONFIG_STATUS <<\_ACEOF
  31626. for ac_config_target in $ac_config_targets
  31627. do
  31628. case "$ac_config_target" in
  31629. # Handling of arguments.
  31630. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  31631. "libmp3lame/Makefile" ) CONFIG_FILES="$CONFIG_FILES libmp3lame/Makefile" ;;
  31632. "libmp3lame/i386/Makefile" ) CONFIG_FILES="$CONFIG_FILES libmp3lame/i386/Makefile" ;;
  31633. "frontend/Makefile" ) CONFIG_FILES="$CONFIG_FILES frontend/Makefile" ;;
  31634. "mpglib/Makefile" ) CONFIG_FILES="$CONFIG_FILES mpglib/Makefile" ;;
  31635. "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  31636. "doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
  31637. "doc/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/man/Makefile" ;;
  31638. "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
  31639. "Dll/Makefile" ) CONFIG_FILES="$CONFIG_FILES Dll/Makefile" ;;
  31640. "misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
  31641. "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
  31642. "dshow/Makefile" ) CONFIG_FILES="$CONFIG_FILES dshow/Makefile" ;;
  31643. "ACM/Makefile" ) CONFIG_FILES="$CONFIG_FILES ACM/Makefile" ;;
  31644. "ACM/ADbg/Makefile" ) CONFIG_FILES="$CONFIG_FILES ACM/ADbg/Makefile" ;;
  31645. "ACM/ddk/Makefile" ) CONFIG_FILES="$CONFIG_FILES ACM/ddk/Makefile" ;;
  31646. "ACM/tinyxml/Makefile" ) CONFIG_FILES="$CONFIG_FILES ACM/tinyxml/Makefile" ;;
  31647. "lame.spec" ) CONFIG_FILES="$CONFIG_FILES lame.spec" ;;
  31648. "mac/Makefile" ) CONFIG_FILES="$CONFIG_FILES mac/Makefile" ;;
  31649. "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  31650. "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  31651. *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  31652. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  31653. { (exit 1); exit 1; }; };;
  31654. esac
  31655. done
  31656.  
  31657. # If the user did not use the arguments to specify the items to instantiate,
  31658. # then the envvar interface is used. Set only those that are not.
  31659. # We use the long form for the default assignment because of an extremely
  31660. # bizarre bug on SunOS 4.1.3.
  31661. if $ac_need_defaults; then
  31662. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  31663. test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  31664. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  31665. fi
  31666.  
  31667. # Have a temporary directory for convenience. Make it in the build tree
  31668. # simply because there is no reason to put it here, and in addition,
  31669. # creating and moving files from /tmp can sometimes cause problems.
  31670. # Create a temporary directory, and hook for its removal unless debugging.
  31671. $debug ||
  31672. {
  31673. trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  31674. trap '{ (exit 1); exit 1; }' 1 2 13 15
  31675. }
  31676.  
  31677. # Create a (secure) tmp directory for tmp files.
  31678.  
  31679. {
  31680. tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  31681. test -n "$tmp" && test -d "$tmp"
  31682. } ||
  31683. {
  31684. tmp=./confstat$$-$RANDOM
  31685. (umask 077 && mkdir $tmp)
  31686. } ||
  31687. {
  31688. echo "$me: cannot create a temporary directory in ." >&2
  31689. { (exit 1); exit 1; }
  31690. }
  31691.  
  31692. _ACEOF
  31693.  
  31694. cat >>$CONFIG_STATUS <<_ACEOF
  31695.  
  31696. #
  31697. # CONFIG_FILES section.
  31698. #
  31699.  
  31700. # No need to generate the scripts if there are no CONFIG_FILES.
  31701. # This happens for instance when ./config.status config.h
  31702. if test -n "\$CONFIG_FILES"; then
  31703. # Protect against being on the right side of a sed subst in config.status.
  31704. sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
  31705. s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
  31706. s,@SHELL@,$SHELL,;t t
  31707. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  31708. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  31709. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  31710. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  31711. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  31712. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  31713. s,@exec_prefix@,$exec_prefix,;t t
  31714. s,@prefix@,$prefix,;t t
  31715. s,@program_transform_name@,$program_transform_name,;t t
  31716. s,@bindir@,$bindir,;t t
  31717. s,@sbindir@,$sbindir,;t t
  31718. s,@libexecdir@,$libexecdir,;t t
  31719. s,@datadir@,$datadir,;t t
  31720. s,@sysconfdir@,$sysconfdir,;t t
  31721. s,@sharedstatedir@,$sharedstatedir,;t t
  31722. s,@localstatedir@,$localstatedir,;t t
  31723. s,@libdir@,$libdir,;t t
  31724. s,@includedir@,$includedir,;t t
  31725. s,@oldincludedir@,$oldincludedir,;t t
  31726. s,@infodir@,$infodir,;t t
  31727. s,@mandir@,$mandir,;t t
  31728. s,@build_alias@,$build_alias,;t t
  31729. s,@host_alias@,$host_alias,;t t
  31730. s,@target_alias@,$target_alias,;t t
  31731. s,@DEFS@,$DEFS,;t t
  31732. s,@ECHO_C@,$ECHO_C,;t t
  31733. s,@ECHO_N@,$ECHO_N,;t t
  31734. s,@ECHO_T@,$ECHO_T,;t t
  31735. s,@LIBS@,$LIBS,;t t
  31736. s,@build@,$build,;t t
  31737. s,@build_cpu@,$build_cpu,;t t
  31738. s,@build_vendor@,$build_vendor,;t t
  31739. s,@build_os@,$build_os,;t t
  31740. s,@host@,$host,;t t
  31741. s,@host_cpu@,$host_cpu,;t t
  31742. s,@host_vendor@,$host_vendor,;t t
  31743. s,@host_os@,$host_os,;t t
  31744. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  31745. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  31746. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  31747. s,@CYGPATH_W@,$CYGPATH_W,;t t
  31748. s,@PACKAGE@,$PACKAGE,;t t
  31749. s,@VERSION@,$VERSION,;t t
  31750. s,@ACLOCAL@,$ACLOCAL,;t t
  31751. s,@AUTOCONF@,$AUTOCONF,;t t
  31752. s,@AUTOMAKE@,$AUTOMAKE,;t t
  31753. s,@AUTOHEADER@,$AUTOHEADER,;t t
  31754. s,@MAKEINFO@,$MAKEINFO,;t t
  31755. s,@install_sh@,$install_sh,;t t
  31756. s,@STRIP@,$STRIP,;t t
  31757. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  31758. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  31759. s,@mkdir_p@,$mkdir_p,;t t
  31760. s,@AWK@,$AWK,;t t
  31761. s,@SET_MAKE@,$SET_MAKE,;t t
  31762. s,@am__leading_dot@,$am__leading_dot,;t t
  31763. s,@AMTAR@,$AMTAR,;t t
  31764. s,@am__tar@,$am__tar,;t t
  31765. s,@am__untar@,$am__untar,;t t
  31766. s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
  31767. s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
  31768. s,@MAINT@,$MAINT,;t t
  31769. s,@am__include@,$am__include,;t t
  31770. s,@am__quote@,$am__quote,;t t
  31771. s,@CC@,$CC,;t t
  31772. s,@CFLAGS@,$CFLAGS,;t t
  31773. s,@LDFLAGS@,$LDFLAGS,;t t
  31774. s,@CPPFLAGS@,$CPPFLAGS,;t t
  31775. s,@ac_ct_CC@,$ac_ct_CC,;t t
  31776. s,@EXEEXT@,$EXEEXT,;t t
  31777. s,@OBJEXT@,$OBJEXT,;t t
  31778. s,@DEPDIR@,$DEPDIR,;t t
  31779. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  31780. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  31781. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  31782. s,@CCDEPMODE@,$CCDEPMODE,;t t
  31783. s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  31784. s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  31785. s,@CPP@,$CPP,;t t
  31786. s,@EGREP@,$EGREP,;t t
  31787. s,@LN_S@,$LN_S,;t t
  31788. s,@ECHO@,$ECHO,;t t
  31789. s,@AR@,$AR,;t t
  31790. s,@ac_ct_AR@,$ac_ct_AR,;t t
  31791. s,@RANLIB@,$RANLIB,;t t
  31792. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  31793. s,@CXX@,$CXX,;t t
  31794. s,@CXXFLAGS@,$CXXFLAGS,;t t
  31795. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  31796. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  31797. s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
  31798. s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
  31799. s,@CXXCPP@,$CXXCPP,;t t
  31800. s,@F77@,$F77,;t t
  31801. s,@FFLAGS@,$FFLAGS,;t t
  31802. s,@ac_ct_F77@,$ac_ct_F77,;t t
  31803. s,@LIBTOOL@,$LIBTOOL,;t t
  31804. s,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t t
  31805. s,@U@,$U,;t t
  31806. s,@ANSI2KNR@,$ANSI2KNR,;t t
  31807. s,@ALLOCA@,$ALLOCA,;t t
  31808. s,@GTK_CONFIG@,$GTK_CONFIG,;t t
  31809. s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
  31810. s,@GTK_LIBS@,$GTK_LIBS,;t t
  31811. s,@LIB_WITH_DECODER_TRUE@,$LIB_WITH_DECODER_TRUE,;t t
  31812. s,@LIB_WITH_DECODER_FALSE@,$LIB_WITH_DECODER_FALSE,;t t
  31813. s,@WITH_BRHIST_TRUE@,$WITH_BRHIST_TRUE,;t t
  31814. s,@WITH_BRHIST_FALSE@,$WITH_BRHIST_FALSE,;t t
  31815. s,@NASM@,$NASM,;t t
  31816. s,@HAVE_NASM_TRUE@,$HAVE_NASM_TRUE,;t t
  31817. s,@HAVE_NASM_FALSE@,$HAVE_NASM_FALSE,;t t
  31818. s,@INCLUDES@,$INCLUDES,;t t
  31819. s,@FRONTEND_LDFLAGS@,$FRONTEND_LDFLAGS,;t t
  31820. s,@FRONTEND_CFLAGS@,$FRONTEND_CFLAGS,;t t
  31821. s,@FRONTEND_LDADD@,$FRONTEND_LDADD,;t t
  31822. s,@LDADD@,$LDADD,;t t
  31823. s,@LIB_MAJOR_VERSION@,$LIB_MAJOR_VERSION,;t t
  31824. s,@LIB_MINOR_VERSION@,$LIB_MINOR_VERSION,;t t
  31825. s,@NASM_FORMAT@,$NASM_FORMAT,;t t
  31826. s,@MAKEDEP@,$MAKEDEP,;t t
  31827. s,@RM_F@,$RM_F,;t t
  31828. s,@WITH_FRONTEND@,$WITH_FRONTEND,;t t
  31829. s,@WITH_MP3X@,$WITH_MP3X,;t t
  31830. s,@WITH_MP3RTP@,$WITH_MP3RTP,;t t
  31831. s,@CPUTYPE@,$CPUTYPE,;t t
  31832. s,@CONFIG_DEFS@,$CONFIG_DEFS,;t t
  31833. s,@LIBOBJS@,$LIBOBJS,;t t
  31834. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  31835. CEOF
  31836.  
  31837. _ACEOF
  31838.  
  31839. cat >>$CONFIG_STATUS <<\_ACEOF
  31840. # Split the substitutions into bite-sized pieces for seds with
  31841. # small command number limits, like on Digital OSF/1 and HP-UX.
  31842. ac_max_sed_lines=48
  31843. ac_sed_frag=1 # Number of current file.
  31844. ac_beg=1 # First line for current file.
  31845. ac_end=$ac_max_sed_lines # Line after last line for current file.
  31846. ac_more_lines=:
  31847. ac_sed_cmds=
  31848. while $ac_more_lines; do
  31849. if test $ac_beg -gt 1; then
  31850. sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  31851. else
  31852. sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  31853. fi
  31854. if test ! -s $tmp/subs.frag; then
  31855. ac_more_lines=false
  31856. else
  31857. # The purpose of the label and of the branching condition is to
  31858. # speed up the sed processing (if there are no `@' at all, there
  31859. # is no need to browse any of the substitutions).
  31860. # These are the two extra sed commands mentioned above.
  31861. (echo ':t
  31862. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  31863. if test -z "$ac_sed_cmds"; then
  31864. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  31865. else
  31866. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  31867. fi
  31868. ac_sed_frag=`expr $ac_sed_frag + 1`
  31869. ac_beg=$ac_end
  31870. ac_end=`expr $ac_end + $ac_max_sed_lines`
  31871. fi
  31872. done
  31873. if test -z "$ac_sed_cmds"; then
  31874. ac_sed_cmds=cat
  31875. fi
  31876. fi # test -n "$CONFIG_FILES"
  31877.  
  31878. _ACEOF
  31879. cat >>$CONFIG_STATUS <<\_ACEOF
  31880. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  31881. # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  31882. case $ac_file in
  31883. - | *:- | *:-:* ) # input from stdin
  31884. cat >$tmp/stdin
  31885. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  31886. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  31887. *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  31888. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  31889. * ) ac_file_in=$ac_file.in ;;
  31890. esac
  31891.  
  31892. # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  31893. ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  31894. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  31895. X"$ac_file" : 'X\(//\)[^/]' \| \
  31896. X"$ac_file" : 'X\(//\)$' \| \
  31897. X"$ac_file" : 'X\(/\)' \| \
  31898. . : '\(.\)' 2>/dev/null ||
  31899. echo X"$ac_file" |
  31900. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  31901. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  31902. /^X\(\/\/\)$/{ s//\1/; q; }
  31903. /^X\(\/\).*/{ s//\1/; q; }
  31904. s/.*/./; q'`
  31905. { if $as_mkdir_p; then
  31906. mkdir -p "$ac_dir"
  31907. else
  31908. as_dir="$ac_dir"
  31909. as_dirs=
  31910. while test ! -d "$as_dir"; do
  31911. as_dirs="$as_dir $as_dirs"
  31912. as_dir=`(dirname "$as_dir") 2>/dev/null ||
  31913. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  31914. X"$as_dir" : 'X\(//\)[^/]' \| \
  31915. X"$as_dir" : 'X\(//\)$' \| \
  31916. X"$as_dir" : 'X\(/\)' \| \
  31917. . : '\(.\)' 2>/dev/null ||
  31918. echo X"$as_dir" |
  31919. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  31920. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  31921. /^X\(\/\/\)$/{ s//\1/; q; }
  31922. /^X\(\/\).*/{ s//\1/; q; }
  31923. s/.*/./; q'`
  31924. done
  31925. test ! -n "$as_dirs" || mkdir $as_dirs
  31926. fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  31927. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  31928. { (exit 1); exit 1; }; }; }
  31929.  
  31930. ac_builddir=.
  31931.  
  31932. if test "$ac_dir" != .; then
  31933. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  31934. # A "../" for each directory in $ac_dir_suffix.
  31935. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  31936. else
  31937. ac_dir_suffix= ac_top_builddir=
  31938. fi
  31939.  
  31940. case $srcdir in
  31941. .) # No --srcdir option. We are building in place.
  31942. ac_srcdir=.
  31943. if test -z "$ac_top_builddir"; then
  31944. ac_top_srcdir=.
  31945. else
  31946. ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  31947. fi ;;
  31948. [\\/]* | ?:[\\/]* ) # Absolute path.
  31949. ac_srcdir=$srcdir$ac_dir_suffix;
  31950. ac_top_srcdir=$srcdir ;;
  31951. *) # Relative path.
  31952. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  31953. ac_top_srcdir=$ac_top_builddir$srcdir ;;
  31954. esac
  31955.  
  31956. # Do not use `cd foo && pwd` to compute absolute paths, because
  31957. # the directories may not exist.
  31958. case `pwd` in
  31959. .) ac_abs_builddir="$ac_dir";;
  31960. *)
  31961. case "$ac_dir" in
  31962. .) ac_abs_builddir=`pwd`;;
  31963. [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  31964. *) ac_abs_builddir=`pwd`/"$ac_dir";;
  31965. esac;;
  31966. esac
  31967. case $ac_abs_builddir in
  31968. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  31969. *)
  31970. case ${ac_top_builddir}. in
  31971. .) ac_abs_top_builddir=$ac_abs_builddir;;
  31972. [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  31973. *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  31974. esac;;
  31975. esac
  31976. case $ac_abs_builddir in
  31977. .) ac_abs_srcdir=$ac_srcdir;;
  31978. *)
  31979. case $ac_srcdir in
  31980. .) ac_abs_srcdir=$ac_abs_builddir;;
  31981. [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  31982. *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  31983. esac;;
  31984. esac
  31985. case $ac_abs_builddir in
  31986. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  31987. *)
  31988. case $ac_top_srcdir in
  31989. .) ac_abs_top_srcdir=$ac_abs_builddir;;
  31990. [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  31991. *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  31992. esac;;
  31993. esac
  31994.  
  31995.  
  31996. case $INSTALL in
  31997. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  31998. *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  31999. esac
  32000.  
  32001. if test x"$ac_file" != x-; then
  32002. { echo "$as_me:$LINENO: creating $ac_file" >&5
  32003. echo "$as_me: creating $ac_file" >&6;}
  32004. rm -f "$ac_file"
  32005. fi
  32006. # Let's still pretend it is `configure' which instantiates (i.e., don't
  32007. # use $as_me), people would be surprised to read:
  32008. # /* config.h. Generated by config.status. */
  32009. if test x"$ac_file" = x-; then
  32010. configure_input=
  32011. else
  32012. configure_input="$ac_file. "
  32013. fi
  32014. configure_input=$configure_input"Generated from `echo $ac_file_in |
  32015. sed 's,.*/,,'` by configure."
  32016.  
  32017. # First look for the input files in the build tree, otherwise in the
  32018. # src tree.
  32019. ac_file_inputs=`IFS=:
  32020. for f in $ac_file_in; do
  32021. case $f in
  32022. -) echo $tmp/stdin ;;
  32023. [\\/$]*)
  32024. # Absolute (can't be DOS-style, as IFS=:)
  32025. test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  32026. echo "$as_me: error: cannot find input file: $f" >&2;}
  32027. { (exit 1); exit 1; }; }
  32028. echo "$f";;
  32029. *) # Relative
  32030. if test -f "$f"; then
  32031. # Build tree
  32032. echo "$f"
  32033. elif test -f "$srcdir/$f"; then
  32034. # Source tree
  32035. echo "$srcdir/$f"
  32036. else
  32037. # /dev/null tree
  32038. { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  32039. echo "$as_me: error: cannot find input file: $f" >&2;}
  32040. { (exit 1); exit 1; }; }
  32041. fi;;
  32042. esac
  32043. done` || { (exit 1); exit 1; }
  32044. _ACEOF
  32045. cat >>$CONFIG_STATUS <<_ACEOF
  32046. sed "$ac_vpsub
  32047. $extrasub
  32048. _ACEOF
  32049. cat >>$CONFIG_STATUS <<\_ACEOF
  32050. :t
  32051. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  32052. s,@configure_input@,$configure_input,;t t
  32053. s,@srcdir@,$ac_srcdir,;t t
  32054. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  32055. s,@top_srcdir@,$ac_top_srcdir,;t t
  32056. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  32057. s,@builddir@,$ac_builddir,;t t
  32058. s,@abs_builddir@,$ac_abs_builddir,;t t
  32059. s,@top_builddir@,$ac_top_builddir,;t t
  32060. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  32061. s,@INSTALL@,$ac_INSTALL,;t t
  32062. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  32063. rm -f $tmp/stdin
  32064. if test x"$ac_file" != x-; then
  32065. mv $tmp/out $ac_file
  32066. else
  32067. cat $tmp/out
  32068. rm -f $tmp/out
  32069. fi
  32070.  
  32071. done
  32072. _ACEOF
  32073. cat >>$CONFIG_STATUS <<\_ACEOF
  32074.  
  32075. #
  32076. # CONFIG_HEADER section.
  32077. #
  32078.  
  32079. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  32080. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  32081. #
  32082. # ac_d sets the value in "#define NAME VALUE" lines.
  32083. ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
  32084. ac_dB='[ ].*$,\1#\2'
  32085. ac_dC=' '
  32086. ac_dD=',;t'
  32087. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  32088. ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
  32089. ac_uB='$,\1#\2define\3'
  32090. ac_uC=' '
  32091. ac_uD=',;t'
  32092.  
  32093. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  32094. # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  32095. case $ac_file in
  32096. - | *:- | *:-:* ) # input from stdin
  32097. cat >$tmp/stdin
  32098. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  32099. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  32100. *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  32101. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  32102. * ) ac_file_in=$ac_file.in ;;
  32103. esac
  32104.  
  32105. test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  32106. echo "$as_me: creating $ac_file" >&6;}
  32107.  
  32108. # First look for the input files in the build tree, otherwise in the
  32109. # src tree.
  32110. ac_file_inputs=`IFS=:
  32111. for f in $ac_file_in; do
  32112. case $f in
  32113. -) echo $tmp/stdin ;;
  32114. [\\/$]*)
  32115. # Absolute (can't be DOS-style, as IFS=:)
  32116. test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  32117. echo "$as_me: error: cannot find input file: $f" >&2;}
  32118. { (exit 1); exit 1; }; }
  32119. # Do quote $f, to prevent DOS paths from being IFS'd.
  32120. echo "$f";;
  32121. *) # Relative
  32122. if test -f "$f"; then
  32123. # Build tree
  32124. echo "$f"
  32125. elif test -f "$srcdir/$f"; then
  32126. # Source tree
  32127. echo "$srcdir/$f"
  32128. else
  32129. # /dev/null tree
  32130. { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  32131. echo "$as_me: error: cannot find input file: $f" >&2;}
  32132. { (exit 1); exit 1; }; }
  32133. fi;;
  32134. esac
  32135. done` || { (exit 1); exit 1; }
  32136. # Remove the trailing spaces.
  32137. sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
  32138.  
  32139. _ACEOF
  32140.  
  32141. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  32142. # `conftest.undefs', that substitutes the proper values into
  32143. # config.h.in to produce config.h. The first handles `#define'
  32144. # templates, and the second `#undef' templates.
  32145. # And first: Protect against being on the right side of a sed subst in
  32146. # config.status. Protect against being in an unquoted here document
  32147. # in config.status.
  32148. rm -f conftest.defines conftest.undefs
  32149. # Using a here document instead of a string reduces the quoting nightmare.
  32150. # Putting comments in sed scripts is not portable.
  32151. #
  32152. # `end' is used to avoid that the second main sed command (meant for
  32153. # 0-ary CPP macros) applies to n-ary macro definitions.
  32154. # See the Autoconf documentation for `clear'.
  32155. cat >confdef2sed.sed <<\_ACEOF
  32156. s/[\\&,]/\\&/g
  32157. s,[\\$`],\\&,g
  32158. t clear
  32159. : clear
  32160. s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
  32161. t end
  32162. s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
  32163. : end
  32164. _ACEOF
  32165. # If some macros were called several times there might be several times
  32166. # the same #defines, which is useless. Nevertheless, we may not want to
  32167. # sort them, since we want the *last* AC-DEFINE to be honored.
  32168. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  32169. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  32170. rm -f confdef2sed.sed
  32171.  
  32172. # This sed command replaces #undef with comments. This is necessary, for
  32173. # example, in the case of _POSIX_SOURCE, which is predefined and required
  32174. # on some systems where configure will not decide to define it.
  32175. cat >>conftest.undefs <<\_ACEOF
  32176. s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  32177. _ACEOF
  32178.  
  32179. # Break up conftest.defines because some shells have a limit on the size
  32180. # of here documents, and old seds have small limits too (100 cmds).
  32181. echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  32182. echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  32183. echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  32184. echo ' :' >>$CONFIG_STATUS
  32185. rm -f conftest.tail
  32186. while grep . conftest.defines >/dev/null
  32187. do
  32188. # Write a limited-size here document to $tmp/defines.sed.
  32189. echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  32190. # Speed up: don't consider the non `#define' lines.
  32191. echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
  32192. # Work around the forget-to-reset-the-flag bug.
  32193. echo 't clr' >>$CONFIG_STATUS
  32194. echo ': clr' >>$CONFIG_STATUS
  32195. sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  32196. echo 'CEOF
  32197. sed -f $tmp/defines.sed $tmp/in >$tmp/out
  32198. rm -f $tmp/in
  32199. mv $tmp/out $tmp/in
  32200. ' >>$CONFIG_STATUS
  32201. sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  32202. rm -f conftest.defines
  32203. mv conftest.tail conftest.defines
  32204. done
  32205. rm -f conftest.defines
  32206. echo ' fi # grep' >>$CONFIG_STATUS
  32207. echo >>$CONFIG_STATUS
  32208.  
  32209. # Break up conftest.undefs because some shells have a limit on the size
  32210. # of here documents, and old seds have small limits too (100 cmds).
  32211. echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
  32212. rm -f conftest.tail
  32213. while grep . conftest.undefs >/dev/null
  32214. do
  32215. # Write a limited-size here document to $tmp/undefs.sed.
  32216. echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  32217. # Speed up: don't consider the non `#undef'
  32218. echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
  32219. # Work around the forget-to-reset-the-flag bug.
  32220. echo 't clr' >>$CONFIG_STATUS
  32221. echo ': clr' >>$CONFIG_STATUS
  32222. sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  32223. echo 'CEOF
  32224. sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  32225. rm -f $tmp/in
  32226. mv $tmp/out $tmp/in
  32227. ' >>$CONFIG_STATUS
  32228. sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  32229. rm -f conftest.undefs
  32230. mv conftest.tail conftest.undefs
  32231. done
  32232. rm -f conftest.undefs
  32233.  
  32234. cat >>$CONFIG_STATUS <<\_ACEOF
  32235. # Let's still pretend it is `configure' which instantiates (i.e., don't
  32236. # use $as_me), people would be surprised to read:
  32237. # /* config.h. Generated by config.status. */
  32238. if test x"$ac_file" = x-; then
  32239. echo "/* Generated by configure. */" >$tmp/config.h
  32240. else
  32241. echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
  32242. fi
  32243. cat $tmp/in >>$tmp/config.h
  32244. rm -f $tmp/in
  32245. if test x"$ac_file" != x-; then
  32246. if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  32247. { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  32248. echo "$as_me: $ac_file is unchanged" >&6;}
  32249. else
  32250. ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  32251. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32252. X"$ac_file" : 'X\(//\)[^/]' \| \
  32253. X"$ac_file" : 'X\(//\)$' \| \
  32254. X"$ac_file" : 'X\(/\)' \| \
  32255. . : '\(.\)' 2>/dev/null ||
  32256. echo X"$ac_file" |
  32257. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32258. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32259. /^X\(\/\/\)$/{ s//\1/; q; }
  32260. /^X\(\/\).*/{ s//\1/; q; }
  32261. s/.*/./; q'`
  32262. { if $as_mkdir_p; then
  32263. mkdir -p "$ac_dir"
  32264. else
  32265. as_dir="$ac_dir"
  32266. as_dirs=
  32267. while test ! -d "$as_dir"; do
  32268. as_dirs="$as_dir $as_dirs"
  32269. as_dir=`(dirname "$as_dir") 2>/dev/null ||
  32270. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32271. X"$as_dir" : 'X\(//\)[^/]' \| \
  32272. X"$as_dir" : 'X\(//\)$' \| \
  32273. X"$as_dir" : 'X\(/\)' \| \
  32274. . : '\(.\)' 2>/dev/null ||
  32275. echo X"$as_dir" |
  32276. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32277. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32278. /^X\(\/\/\)$/{ s//\1/; q; }
  32279. /^X\(\/\).*/{ s//\1/; q; }
  32280. s/.*/./; q'`
  32281. done
  32282. test ! -n "$as_dirs" || mkdir $as_dirs
  32283. fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  32284. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  32285. { (exit 1); exit 1; }; }; }
  32286.  
  32287. rm -f $ac_file
  32288. mv $tmp/config.h $ac_file
  32289. fi
  32290. else
  32291. cat $tmp/config.h
  32292. rm -f $tmp/config.h
  32293. fi
  32294. # Compute $ac_file's index in $config_headers.
  32295. _am_stamp_count=1
  32296. for _am_header in $config_headers :; do
  32297. case $_am_header in
  32298. $ac_file | $ac_file:* )
  32299. break ;;
  32300. * )
  32301. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  32302. esac
  32303. done
  32304. echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  32305. $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32306. X$ac_file : 'X\(//\)[^/]' \| \
  32307. X$ac_file : 'X\(//\)$' \| \
  32308. X$ac_file : 'X\(/\)' \| \
  32309. . : '\(.\)' 2>/dev/null ||
  32310. echo X$ac_file |
  32311. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32312. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32313. /^X\(\/\/\)$/{ s//\1/; q; }
  32314. /^X\(\/\).*/{ s//\1/; q; }
  32315. s/.*/./; q'`/stamp-h$_am_stamp_count
  32316. done
  32317. _ACEOF
  32318. cat >>$CONFIG_STATUS <<\_ACEOF
  32319.  
  32320. #
  32321. # CONFIG_COMMANDS section.
  32322. #
  32323. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  32324. ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  32325. ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  32326. ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  32327. $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32328. X"$ac_dest" : 'X\(//\)[^/]' \| \
  32329. X"$ac_dest" : 'X\(//\)$' \| \
  32330. X"$ac_dest" : 'X\(/\)' \| \
  32331. . : '\(.\)' 2>/dev/null ||
  32332. echo X"$ac_dest" |
  32333. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32334. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32335. /^X\(\/\/\)$/{ s//\1/; q; }
  32336. /^X\(\/\).*/{ s//\1/; q; }
  32337. s/.*/./; q'`
  32338. { if $as_mkdir_p; then
  32339. mkdir -p "$ac_dir"
  32340. else
  32341. as_dir="$ac_dir"
  32342. as_dirs=
  32343. while test ! -d "$as_dir"; do
  32344. as_dirs="$as_dir $as_dirs"
  32345. as_dir=`(dirname "$as_dir") 2>/dev/null ||
  32346. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32347. X"$as_dir" : 'X\(//\)[^/]' \| \
  32348. X"$as_dir" : 'X\(//\)$' \| \
  32349. X"$as_dir" : 'X\(/\)' \| \
  32350. . : '\(.\)' 2>/dev/null ||
  32351. echo X"$as_dir" |
  32352. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32353. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32354. /^X\(\/\/\)$/{ s//\1/; q; }
  32355. /^X\(\/\).*/{ s//\1/; q; }
  32356. s/.*/./; q'`
  32357. done
  32358. test ! -n "$as_dirs" || mkdir $as_dirs
  32359. fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  32360. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  32361. { (exit 1); exit 1; }; }; }
  32362.  
  32363. ac_builddir=.
  32364.  
  32365. if test "$ac_dir" != .; then
  32366. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  32367. # A "../" for each directory in $ac_dir_suffix.
  32368. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  32369. else
  32370. ac_dir_suffix= ac_top_builddir=
  32371. fi
  32372.  
  32373. case $srcdir in
  32374. .) # No --srcdir option. We are building in place.
  32375. ac_srcdir=.
  32376. if test -z "$ac_top_builddir"; then
  32377. ac_top_srcdir=.
  32378. else
  32379. ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  32380. fi ;;
  32381. [\\/]* | ?:[\\/]* ) # Absolute path.
  32382. ac_srcdir=$srcdir$ac_dir_suffix;
  32383. ac_top_srcdir=$srcdir ;;
  32384. *) # Relative path.
  32385. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  32386. ac_top_srcdir=$ac_top_builddir$srcdir ;;
  32387. esac
  32388.  
  32389. # Do not use `cd foo && pwd` to compute absolute paths, because
  32390. # the directories may not exist.
  32391. case `pwd` in
  32392. .) ac_abs_builddir="$ac_dir";;
  32393. *)
  32394. case "$ac_dir" in
  32395. .) ac_abs_builddir=`pwd`;;
  32396. [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  32397. *) ac_abs_builddir=`pwd`/"$ac_dir";;
  32398. esac;;
  32399. esac
  32400. case $ac_abs_builddir in
  32401. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  32402. *)
  32403. case ${ac_top_builddir}. in
  32404. .) ac_abs_top_builddir=$ac_abs_builddir;;
  32405. [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  32406. *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  32407. esac;;
  32408. esac
  32409. case $ac_abs_builddir in
  32410. .) ac_abs_srcdir=$ac_srcdir;;
  32411. *)
  32412. case $ac_srcdir in
  32413. .) ac_abs_srcdir=$ac_abs_builddir;;
  32414. [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  32415. *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  32416. esac;;
  32417. esac
  32418. case $ac_abs_builddir in
  32419. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  32420. *)
  32421. case $ac_top_srcdir in
  32422. .) ac_abs_top_srcdir=$ac_abs_builddir;;
  32423. [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  32424. *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  32425. esac;;
  32426. esac
  32427.  
  32428.  
  32429. { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  32430. echo "$as_me: executing $ac_dest commands" >&6;}
  32431. case $ac_dest in
  32432. depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  32433. # Strip MF so we end up with the name of the file.
  32434. mf=`echo "$mf" | sed -e 's/:.*$//'`
  32435. # Check whether this is an Automake generated Makefile or not.
  32436. # We used to match only the files named `Makefile.in', but
  32437. # some people rename them; so instead we look at the file content.
  32438. # Grep'ing the first line is not enough: some people post-process
  32439. # each Makefile.in and add a new line on top of each file to say so.
  32440. # So let's grep whole file.
  32441. if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  32442. dirpart=`(dirname "$mf") 2>/dev/null ||
  32443. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32444. X"$mf" : 'X\(//\)[^/]' \| \
  32445. X"$mf" : 'X\(//\)$' \| \
  32446. X"$mf" : 'X\(/\)' \| \
  32447. . : '\(.\)' 2>/dev/null ||
  32448. echo X"$mf" |
  32449. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32450. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32451. /^X\(\/\/\)$/{ s//\1/; q; }
  32452. /^X\(\/\).*/{ s//\1/; q; }
  32453. s/.*/./; q'`
  32454. else
  32455. continue
  32456. fi
  32457. # Extract the definition of DEPDIR, am__include, and am__quote
  32458. # from the Makefile without running `make'.
  32459. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  32460. test -z "$DEPDIR" && continue
  32461. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  32462. test -z "am__include" && continue
  32463. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  32464. # When using ansi2knr, U may be empty or an underscore; expand it
  32465. U=`sed -n 's/^U = //p' < "$mf"`
  32466. # Find all dependency output files, they are included files with
  32467. # $(DEPDIR) in their names. We invoke sed twice because it is the
  32468. # simplest approach to changing $(DEPDIR) to its actual value in the
  32469. # expansion.
  32470. for file in `sed -n "
  32471. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  32472. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  32473. # Make sure the directory exists.
  32474. test -f "$dirpart/$file" && continue
  32475. fdir=`(dirname "$file") 2>/dev/null ||
  32476. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32477. X"$file" : 'X\(//\)[^/]' \| \
  32478. X"$file" : 'X\(//\)$' \| \
  32479. X"$file" : 'X\(/\)' \| \
  32480. . : '\(.\)' 2>/dev/null ||
  32481. echo X"$file" |
  32482. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32483. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32484. /^X\(\/\/\)$/{ s//\1/; q; }
  32485. /^X\(\/\).*/{ s//\1/; q; }
  32486. s/.*/./; q'`
  32487. { if $as_mkdir_p; then
  32488. mkdir -p $dirpart/$fdir
  32489. else
  32490. as_dir=$dirpart/$fdir
  32491. as_dirs=
  32492. while test ! -d "$as_dir"; do
  32493. as_dirs="$as_dir $as_dirs"
  32494. as_dir=`(dirname "$as_dir") 2>/dev/null ||
  32495. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  32496. X"$as_dir" : 'X\(//\)[^/]' \| \
  32497. X"$as_dir" : 'X\(//\)$' \| \
  32498. X"$as_dir" : 'X\(/\)' \| \
  32499. . : '\(.\)' 2>/dev/null ||
  32500. echo X"$as_dir" |
  32501. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  32502. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  32503. /^X\(\/\/\)$/{ s//\1/; q; }
  32504. /^X\(\/\).*/{ s//\1/; q; }
  32505. s/.*/./; q'`
  32506. done
  32507. test ! -n "$as_dirs" || mkdir $as_dirs
  32508. fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  32509. echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  32510. { (exit 1); exit 1; }; }; }
  32511.  
  32512. # echo "creating $dirpart/$file"
  32513. echo '# dummy' > "$dirpart/$file"
  32514. done
  32515. done
  32516. ;;
  32517. esac
  32518. done
  32519. _ACEOF
  32520.  
  32521. cat >>$CONFIG_STATUS <<\_ACEOF
  32522.  
  32523. { (exit 0); exit 0; }
  32524. _ACEOF
  32525. chmod +x $CONFIG_STATUS
  32526. ac_clean_files=$ac_clean_files_save
  32527.  
  32528.  
  32529. # configure is writing to config.log, and then calls config.status.
  32530. # config.status does its own redirection, appending to config.log.
  32531. # Unfortunately, on DOS this fails, as config.log is still kept open
  32532. # by configure, so config.status won't be able to write to it; its
  32533. # output is simply discarded. So we exec the FD to /dev/null,
  32534. # effectively closing config.log, so it can be properly (re)opened and
  32535. # appended to by config.status. When coming back to configure, we
  32536. # need to make the FD available again.
  32537. if test "$no_create" != yes; then
  32538. ac_cs_success=:
  32539. ac_config_status_args=
  32540. test "$silent" = yes &&
  32541. ac_config_status_args="$ac_config_status_args --quiet"
  32542. exec 5>/dev/null
  32543. $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  32544. exec 5>>config.log
  32545. # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  32546. # would make configure fail if this is the last instruction.
  32547. $ac_cs_success || { (exit 1); exit 1; }
  32548. fi
  32549.