configure
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:343k
源码类别:

多媒体编程

开发平台:

Visual C++

  1.   # Passes both tests.
  2. ac_preproc_ok=:
  3. break
  4. fi
  5. rm -f conftest.err conftest.$ac_ext
  6. done
  7. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  8. rm -f conftest.err conftest.$ac_ext
  9. if $ac_preproc_ok; then
  10.   break
  11. fi
  12.     done
  13.     ac_cv_prog_CPP=$CPP
  14. fi
  15.   CPP=$ac_cv_prog_CPP
  16. else
  17.   ac_cv_prog_CPP=$CPP
  18. fi
  19. echo "$as_me:$LINENO: result: $CPP" >&5
  20. echo "${ECHO_T}$CPP" >&6
  21. ac_preproc_ok=false
  22. for ac_c_preproc_warn_flag in '' yes
  23. do
  24.   # Use a header file that comes with gcc, so configuring glibc
  25.   # with a fresh cross-compiler works.
  26.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27.   # <limits.h> exists even on freestanding compilers.
  28.   # On the NeXT, cc -E runs the code through the compiler's parser,
  29.   # not just through cpp. "Syntax error" is here to catch this case.
  30.   cat >conftest.$ac_ext <<_ACEOF
  31. #line $LINENO "configure"
  32. /* confdefs.h.  */
  33. _ACEOF
  34. cat confdefs.h >>conftest.$ac_ext
  35. cat >>conftest.$ac_ext <<_ACEOF
  36. /* end confdefs.h.  */
  37. #ifdef __STDC__
  38. # include <limits.h>
  39. #else
  40. # include <assert.h>
  41. #endif
  42.                      Syntax error
  43. _ACEOF
  44. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  45.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  46.   ac_status=$?
  47.   grep -v '^ *+' conftest.er1 >conftest.err
  48.   rm -f conftest.er1
  49.   cat conftest.err >&5
  50.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  51.   (exit $ac_status); } >/dev/null; then
  52.   if test -s conftest.err; then
  53.     ac_cpp_err=$ac_c_preproc_warn_flag
  54.   else
  55.     ac_cpp_err=
  56.   fi
  57. else
  58.   ac_cpp_err=yes
  59. fi
  60. if test -z "$ac_cpp_err"; then
  61.   :
  62. else
  63.   echo "$as_me: failed program was:" >&5
  64. sed 's/^/| /' conftest.$ac_ext >&5
  65.   # Broken: fails on valid input.
  66. continue
  67. fi
  68. rm -f conftest.err conftest.$ac_ext
  69.   # OK, works on sane cases.  Now check whether non-existent headers
  70.   # can be detected and how.
  71.   cat >conftest.$ac_ext <<_ACEOF
  72. #line $LINENO "configure"
  73. /* confdefs.h.  */
  74. _ACEOF
  75. cat confdefs.h >>conftest.$ac_ext
  76. cat >>conftest.$ac_ext <<_ACEOF
  77. /* end confdefs.h.  */
  78. #include <ac_nonexistent.h>
  79. _ACEOF
  80. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  81.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  82.   ac_status=$?
  83.   grep -v '^ *+' conftest.er1 >conftest.err
  84.   rm -f conftest.er1
  85.   cat conftest.err >&5
  86.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  87.   (exit $ac_status); } >/dev/null; then
  88.   if test -s conftest.err; then
  89.     ac_cpp_err=$ac_c_preproc_warn_flag
  90.   else
  91.     ac_cpp_err=
  92.   fi
  93. else
  94.   ac_cpp_err=yes
  95. fi
  96. if test -z "$ac_cpp_err"; then
  97.   # Broken: success on invalid input.
  98. continue
  99. else
  100.   echo "$as_me: failed program was:" >&5
  101. sed 's/^/| /' conftest.$ac_ext >&5
  102.   # Passes both tests.
  103. ac_preproc_ok=:
  104. break
  105. fi
  106. rm -f conftest.err conftest.$ac_ext
  107. done
  108. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  109. rm -f conftest.err conftest.$ac_ext
  110. if $ac_preproc_ok; then
  111.   :
  112. else
  113.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  114. See `config.log' for more details." >&5
  115. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  116. See `config.log' for more details." >&2;}
  117.    { (exit 1); exit 1; }; }
  118. fi
  119. ac_ext=c
  120. ac_cpp='$CPP $CPPFLAGS'
  121. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  122. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  123. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  124. echo "$as_me:$LINENO: checking for egrep" >&5
  125. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  126. if test "${ac_cv_prog_egrep+set}" = set; then
  127.   echo $ECHO_N "(cached) $ECHO_C" >&6
  128. else
  129.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  130.     then ac_cv_prog_egrep='grep -E'
  131.     else ac_cv_prog_egrep='egrep'
  132.     fi
  133. fi
  134. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  135. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  136.  EGREP=$ac_cv_prog_egrep
  137. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  138. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  139. if test "${ac_cv_header_stdc+set}" = set; then
  140.   echo $ECHO_N "(cached) $ECHO_C" >&6
  141. else
  142.   cat >conftest.$ac_ext <<_ACEOF
  143. #line $LINENO "configure"
  144. /* confdefs.h.  */
  145. _ACEOF
  146. cat confdefs.h >>conftest.$ac_ext
  147. cat >>conftest.$ac_ext <<_ACEOF
  148. /* end confdefs.h.  */
  149. #include <stdlib.h>
  150. #include <stdarg.h>
  151. #include <string.h>
  152. #include <float.h>
  153. int
  154. main ()
  155. {
  156.   ;
  157.   return 0;
  158. }
  159. _ACEOF
  160. rm -f conftest.$ac_objext
  161. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  162.   (eval $ac_compile) 2>&5
  163.   ac_status=$?
  164.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  165.   (exit $ac_status); } &&
  166.          { ac_try='test -s conftest.$ac_objext'
  167.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  168.   (eval $ac_try) 2>&5
  169.   ac_status=$?
  170.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  171.   (exit $ac_status); }; }; then
  172.   ac_cv_header_stdc=yes
  173. else
  174.   echo "$as_me: failed program was:" >&5
  175. sed 's/^/| /' conftest.$ac_ext >&5
  176. ac_cv_header_stdc=no
  177. fi
  178. rm -f conftest.$ac_objext conftest.$ac_ext
  179. if test $ac_cv_header_stdc = yes; then
  180.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  181.   cat >conftest.$ac_ext <<_ACEOF
  182. #line $LINENO "configure"
  183. /* confdefs.h.  */
  184. _ACEOF
  185. cat confdefs.h >>conftest.$ac_ext
  186. cat >>conftest.$ac_ext <<_ACEOF
  187. /* end confdefs.h.  */
  188. #include <string.h>
  189. _ACEOF
  190. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  191.   $EGREP "memchr" >/dev/null 2>&1; then
  192.   :
  193. else
  194.   ac_cv_header_stdc=no
  195. fi
  196. rm -f conftest*
  197. fi
  198. if test $ac_cv_header_stdc = yes; then
  199.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  200.   cat >conftest.$ac_ext <<_ACEOF
  201. #line $LINENO "configure"
  202. /* confdefs.h.  */
  203. _ACEOF
  204. cat confdefs.h >>conftest.$ac_ext
  205. cat >>conftest.$ac_ext <<_ACEOF
  206. /* end confdefs.h.  */
  207. #include <stdlib.h>
  208. _ACEOF
  209. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  210.   $EGREP "free" >/dev/null 2>&1; then
  211.   :
  212. else
  213.   ac_cv_header_stdc=no
  214. fi
  215. rm -f conftest*
  216. fi
  217. if test $ac_cv_header_stdc = yes; then
  218.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  219.   if test "$cross_compiling" = yes; then
  220.   :
  221. else
  222.   cat >conftest.$ac_ext <<_ACEOF
  223. #line $LINENO "configure"
  224. /* confdefs.h.  */
  225. _ACEOF
  226. cat confdefs.h >>conftest.$ac_ext
  227. cat >>conftest.$ac_ext <<_ACEOF
  228. /* end confdefs.h.  */
  229. #include <ctype.h>
  230. #if ((' ' & 0x0FF) == 0x020)
  231. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  232. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  233. #else
  234. # define ISLOWER(c) 
  235.                    (('a' <= (c) && (c) <= 'i') 
  236.                      || ('j' <= (c) && (c) <= 'r') 
  237.                      || ('s' <= (c) && (c) <= 'z'))
  238. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  239. #endif
  240. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  241. int
  242. main ()
  243. {
  244.   int i;
  245.   for (i = 0; i < 256; i++)
  246.     if (XOR (islower (i), ISLOWER (i))
  247.         || toupper (i) != TOUPPER (i))
  248.       exit(2);
  249.   exit (0);
  250. }
  251. _ACEOF
  252. rm -f conftest$ac_exeext
  253. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  254.   (eval $ac_link) 2>&5
  255.   ac_status=$?
  256.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  257.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  258.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  259.   (eval $ac_try) 2>&5
  260.   ac_status=$?
  261.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  262.   (exit $ac_status); }; }; then
  263.   :
  264. else
  265.   echo "$as_me: program exited with status $ac_status" >&5
  266. echo "$as_me: failed program was:" >&5
  267. sed 's/^/| /' conftest.$ac_ext >&5
  268. ( exit $ac_status )
  269. ac_cv_header_stdc=no
  270. fi
  271. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  272. fi
  273. fi
  274. fi
  275. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  276. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  277. if test $ac_cv_header_stdc = yes; then
  278. cat >>confdefs.h <<_ACEOF
  279. #define STDC_HEADERS 1
  280. _ACEOF
  281. fi
  282. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  283. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  284.                   inttypes.h stdint.h unistd.h
  285. do
  286. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  287. echo "$as_me:$LINENO: checking for $ac_header" >&5
  288. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  289. if eval "test "${$as_ac_Header+set}" = set"; then
  290.   echo $ECHO_N "(cached) $ECHO_C" >&6
  291. else
  292.   cat >conftest.$ac_ext <<_ACEOF
  293. #line $LINENO "configure"
  294. /* confdefs.h.  */
  295. _ACEOF
  296. cat confdefs.h >>conftest.$ac_ext
  297. cat >>conftest.$ac_ext <<_ACEOF
  298. /* end confdefs.h.  */
  299. $ac_includes_default
  300. #include <$ac_header>
  301. _ACEOF
  302. rm -f conftest.$ac_objext
  303. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  304.   (eval $ac_compile) 2>&5
  305.   ac_status=$?
  306.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  307.   (exit $ac_status); } &&
  308.          { ac_try='test -s conftest.$ac_objext'
  309.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  310.   (eval $ac_try) 2>&5
  311.   ac_status=$?
  312.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  313.   (exit $ac_status); }; }; then
  314.   eval "$as_ac_Header=yes"
  315. else
  316.   echo "$as_me: failed program was:" >&5
  317. sed 's/^/| /' conftest.$ac_ext >&5
  318. eval "$as_ac_Header=no"
  319. fi
  320. rm -f conftest.$ac_objext conftest.$ac_ext
  321. fi
  322. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  323. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  324. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  325.   cat >>confdefs.h <<_ACEOF
  326. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  327. _ACEOF
  328. fi
  329. done
  330. for ac_header in dlfcn.h
  331. do
  332. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  333. if eval "test "${$as_ac_Header+set}" = set"; then
  334.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  335. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  336. if eval "test "${$as_ac_Header+set}" = set"; then
  337.   echo $ECHO_N "(cached) $ECHO_C" >&6
  338. fi
  339. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  340. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  341. else
  342.   # Is the header compilable?
  343. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  344. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  345. cat >conftest.$ac_ext <<_ACEOF
  346. #line $LINENO "configure"
  347. /* confdefs.h.  */
  348. _ACEOF
  349. cat confdefs.h >>conftest.$ac_ext
  350. cat >>conftest.$ac_ext <<_ACEOF
  351. /* end confdefs.h.  */
  352. $ac_includes_default
  353. #include <$ac_header>
  354. _ACEOF
  355. rm -f conftest.$ac_objext
  356. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  357.   (eval $ac_compile) 2>&5
  358.   ac_status=$?
  359.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  360.   (exit $ac_status); } &&
  361.          { ac_try='test -s conftest.$ac_objext'
  362.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  363.   (eval $ac_try) 2>&5
  364.   ac_status=$?
  365.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  366.   (exit $ac_status); }; }; then
  367.   ac_header_compiler=yes
  368. else
  369.   echo "$as_me: failed program was:" >&5
  370. sed 's/^/| /' conftest.$ac_ext >&5
  371. ac_header_compiler=no
  372. fi
  373. rm -f conftest.$ac_objext conftest.$ac_ext
  374. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  375. echo "${ECHO_T}$ac_header_compiler" >&6
  376. # Is the header present?
  377. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  378. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  379. cat >conftest.$ac_ext <<_ACEOF
  380. #line $LINENO "configure"
  381. /* confdefs.h.  */
  382. _ACEOF
  383. cat confdefs.h >>conftest.$ac_ext
  384. cat >>conftest.$ac_ext <<_ACEOF
  385. /* end confdefs.h.  */
  386. #include <$ac_header>
  387. _ACEOF
  388. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  389.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  390.   ac_status=$?
  391.   grep -v '^ *+' conftest.er1 >conftest.err
  392.   rm -f conftest.er1
  393.   cat conftest.err >&5
  394.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  395.   (exit $ac_status); } >/dev/null; then
  396.   if test -s conftest.err; then
  397.     ac_cpp_err=$ac_c_preproc_warn_flag
  398.   else
  399.     ac_cpp_err=
  400.   fi
  401. else
  402.   ac_cpp_err=yes
  403. fi
  404. if test -z "$ac_cpp_err"; then
  405.   ac_header_preproc=yes
  406. else
  407.   echo "$as_me: failed program was:" >&5
  408. sed 's/^/| /' conftest.$ac_ext >&5
  409.   ac_header_preproc=no
  410. fi
  411. rm -f conftest.err conftest.$ac_ext
  412. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  413. echo "${ECHO_T}$ac_header_preproc" >&6
  414. # So?  What about this header?
  415. case $ac_header_compiler:$ac_header_preproc in
  416.   yes:no )
  417.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  418. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  419.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  420. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  421.     (
  422.       cat <<_ASBOX
  423. ## ------------------------------------ ##
  424. ## Report this to bug-autoconf@gnu.org. ##
  425. ## ------------------------------------ ##
  426. _ASBOX
  427.     ) |
  428.       sed "s/^/$as_me: WARNING:     /" >&2
  429.     ;;
  430.   no:yes )
  431.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  432. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  433.     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
  434. echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
  435.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  436. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  437.     (
  438.       cat <<_ASBOX
  439. ## ------------------------------------ ##
  440. ## Report this to bug-autoconf@gnu.org. ##
  441. ## ------------------------------------ ##
  442. _ASBOX
  443.     ) |
  444.       sed "s/^/$as_me: WARNING:     /" >&2
  445.     ;;
  446. esac
  447. echo "$as_me:$LINENO: checking for $ac_header" >&5
  448. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  449. if eval "test "${$as_ac_Header+set}" = set"; then
  450.   echo $ECHO_N "(cached) $ECHO_C" >&6
  451. else
  452.   eval "$as_ac_Header=$ac_header_preproc"
  453. fi
  454. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  455. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  456. fi
  457. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  458.   cat >>confdefs.h <<_ACEOF
  459. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  460. _ACEOF
  461. fi
  462. done
  463. # Only perform the check for file, if the check method requires it
  464. case $deplibs_check_method in
  465. file_magic*)
  466.   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  467.     echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
  468. echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
  469. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  470.   echo $ECHO_N "(cached) $ECHO_C" >&6
  471. else
  472.   case $MAGIC_CMD in
  473.   /*)
  474.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  475.   ;;
  476.   ?:/*)
  477.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
  478.   ;;
  479.   *)
  480.   ac_save_MAGIC_CMD="$MAGIC_CMD"
  481.   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  482.   ac_dummy="/usr/bin:$PATH"
  483.   for ac_dir in $ac_dummy; do
  484.     test -z "$ac_dir" && ac_dir=.
  485.     if test -f $ac_dir/${ac_tool_prefix}file; then
  486.       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
  487.       if test -n "$file_magic_test_file"; then
  488. case $deplibs_check_method in
  489. "file_magic "*)
  490.   file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  491.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  492.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  493.     egrep "$file_magic_regex" > /dev/null; then
  494.     :
  495.   else
  496.     cat <<EOF 1>&2
  497. *** Warning: the command libtool uses to detect shared libraries,
  498. *** $file_magic_cmd, produces output that libtool cannot recognize.
  499. *** The result is that libtool may fail to recognize shared libraries
  500. *** as such.  This will affect the creation of libtool libraries that
  501. *** depend on shared libraries, but programs linked with such libtool
  502. *** libraries will work regardless of this problem.  Nevertheless, you
  503. *** may want to report the problem to your system manager and/or to
  504. *** bug-libtool@gnu.org
  505. EOF
  506.   fi ;;
  507. esac
  508.       fi
  509.       break
  510.     fi
  511.   done
  512.   IFS="$ac_save_ifs"
  513.   MAGIC_CMD="$ac_save_MAGIC_CMD"
  514.   ;;
  515. esac
  516. fi
  517. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  518. if test -n "$MAGIC_CMD"; then
  519.   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  520. echo "${ECHO_T}$MAGIC_CMD" >&6
  521. else
  522.   echo "$as_me:$LINENO: result: no" >&5
  523. echo "${ECHO_T}no" >&6
  524. fi
  525. if test -z "$lt_cv_path_MAGIC_CMD"; then
  526.   if test -n "$ac_tool_prefix"; then
  527.     echo "$as_me:$LINENO: checking for file" >&5
  528. echo $ECHO_N "checking for file... $ECHO_C" >&6
  529. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  530.   echo $ECHO_N "(cached) $ECHO_C" >&6
  531. else
  532.   case $MAGIC_CMD in
  533.   /*)
  534.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  535.   ;;
  536.   ?:/*)
  537.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
  538.   ;;
  539.   *)
  540.   ac_save_MAGIC_CMD="$MAGIC_CMD"
  541.   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
  542.   ac_dummy="/usr/bin:$PATH"
  543.   for ac_dir in $ac_dummy; do
  544.     test -z "$ac_dir" && ac_dir=.
  545.     if test -f $ac_dir/file; then
  546.       lt_cv_path_MAGIC_CMD="$ac_dir/file"
  547.       if test -n "$file_magic_test_file"; then
  548. case $deplibs_check_method in
  549. "file_magic "*)
  550.   file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  551.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  552.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  553.     egrep "$file_magic_regex" > /dev/null; then
  554.     :
  555.   else
  556.     cat <<EOF 1>&2
  557. *** Warning: the command libtool uses to detect shared libraries,
  558. *** $file_magic_cmd, produces output that libtool cannot recognize.
  559. *** The result is that libtool may fail to recognize shared libraries
  560. *** as such.  This will affect the creation of libtool libraries that
  561. *** depend on shared libraries, but programs linked with such libtool
  562. *** libraries will work regardless of this problem.  Nevertheless, you
  563. *** may want to report the problem to your system manager and/or to
  564. *** bug-libtool@gnu.org
  565. EOF
  566.   fi ;;
  567. esac
  568.       fi
  569.       break
  570.     fi
  571.   done
  572.   IFS="$ac_save_ifs"
  573.   MAGIC_CMD="$ac_save_MAGIC_CMD"
  574.   ;;
  575. esac
  576. fi
  577. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  578. if test -n "$MAGIC_CMD"; then
  579.   echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  580. echo "${ECHO_T}$MAGIC_CMD" >&6
  581. else
  582.   echo "$as_me:$LINENO: result: no" >&5
  583. echo "${ECHO_T}no" >&6
  584. fi
  585.   else
  586.     MAGIC_CMD=:
  587.   fi
  588. fi
  589.   fi
  590.   ;;
  591. esac
  592. if test -n "$ac_tool_prefix"; then
  593.   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  594. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  595. echo "$as_me:$LINENO: checking for $ac_word" >&5
  596. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  597. if test "${ac_cv_prog_RANLIB+set}" = set; then
  598.   echo $ECHO_N "(cached) $ECHO_C" >&6
  599. else
  600.   if test -n "$RANLIB"; then
  601.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  602. else
  603. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  604. for as_dir in $PATH
  605. do
  606.   IFS=$as_save_IFS
  607.   test -z "$as_dir" && as_dir=.
  608.   for ac_exec_ext in '' $ac_executable_extensions; do
  609.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  610.     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  611.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  612.     break 2
  613.   fi
  614. done
  615. done
  616. fi
  617. fi
  618. RANLIB=$ac_cv_prog_RANLIB
  619. if test -n "$RANLIB"; then
  620.   echo "$as_me:$LINENO: result: $RANLIB" >&5
  621. echo "${ECHO_T}$RANLIB" >&6
  622. else
  623.   echo "$as_me:$LINENO: result: no" >&5
  624. echo "${ECHO_T}no" >&6
  625. fi
  626. fi
  627. if test -z "$ac_cv_prog_RANLIB"; then
  628.   ac_ct_RANLIB=$RANLIB
  629.   # Extract the first word of "ranlib", so it can be a program name with args.
  630. set dummy ranlib; ac_word=$2
  631. echo "$as_me:$LINENO: checking for $ac_word" >&5
  632. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  633. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  634.   echo $ECHO_N "(cached) $ECHO_C" >&6
  635. else
  636.   if test -n "$ac_ct_RANLIB"; then
  637.   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  638. else
  639. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  640. for as_dir in $PATH
  641. do
  642.   IFS=$as_save_IFS
  643.   test -z "$as_dir" && as_dir=.
  644.   for ac_exec_ext in '' $ac_executable_extensions; do
  645.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  646.     ac_cv_prog_ac_ct_RANLIB="ranlib"
  647.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  648.     break 2
  649.   fi
  650. done
  651. done
  652.   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  653. fi
  654. fi
  655. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  656. if test -n "$ac_ct_RANLIB"; then
  657.   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  658. echo "${ECHO_T}$ac_ct_RANLIB" >&6
  659. else
  660.   echo "$as_me:$LINENO: result: no" >&5
  661. echo "${ECHO_T}no" >&6
  662. fi
  663.   RANLIB=$ac_ct_RANLIB
  664. else
  665.   RANLIB="$ac_cv_prog_RANLIB"
  666. fi
  667. if test -n "$ac_tool_prefix"; then
  668.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  669. set dummy ${ac_tool_prefix}strip; ac_word=$2
  670. echo "$as_me:$LINENO: checking for $ac_word" >&5
  671. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  672. if test "${ac_cv_prog_STRIP+set}" = set; then
  673.   echo $ECHO_N "(cached) $ECHO_C" >&6
  674. else
  675.   if test -n "$STRIP"; then
  676.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  677. else
  678. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  679. for as_dir in $PATH
  680. do
  681.   IFS=$as_save_IFS
  682.   test -z "$as_dir" && as_dir=.
  683.   for ac_exec_ext in '' $ac_executable_extensions; do
  684.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  685.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  686.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  687.     break 2
  688.   fi
  689. done
  690. done
  691. fi
  692. fi
  693. STRIP=$ac_cv_prog_STRIP
  694. if test -n "$STRIP"; then
  695.   echo "$as_me:$LINENO: result: $STRIP" >&5
  696. echo "${ECHO_T}$STRIP" >&6
  697. else
  698.   echo "$as_me:$LINENO: result: no" >&5
  699. echo "${ECHO_T}no" >&6
  700. fi
  701. fi
  702. if test -z "$ac_cv_prog_STRIP"; then
  703.   ac_ct_STRIP=$STRIP
  704.   # Extract the first word of "strip", so it can be a program name with args.
  705. set dummy strip; ac_word=$2
  706. echo "$as_me:$LINENO: checking for $ac_word" >&5
  707. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  708. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  709.   echo $ECHO_N "(cached) $ECHO_C" >&6
  710. else
  711.   if test -n "$ac_ct_STRIP"; then
  712.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  713. else
  714. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  715. for as_dir in $PATH
  716. do
  717.   IFS=$as_save_IFS
  718.   test -z "$as_dir" && as_dir=.
  719.   for ac_exec_ext in '' $ac_executable_extensions; do
  720.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  721.     ac_cv_prog_ac_ct_STRIP="strip"
  722.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  723.     break 2
  724.   fi
  725. done
  726. done
  727.   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  728. fi
  729. fi
  730. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  731. if test -n "$ac_ct_STRIP"; then
  732.   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  733. echo "${ECHO_T}$ac_ct_STRIP" >&6
  734. else
  735.   echo "$as_me:$LINENO: result: no" >&5
  736. echo "${ECHO_T}no" >&6
  737. fi
  738.   STRIP=$ac_ct_STRIP
  739. else
  740.   STRIP="$ac_cv_prog_STRIP"
  741. fi
  742. enable_dlopen=no
  743. enable_win32_dll=no
  744. # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
  745. if test "${enable_libtool_lock+set}" = set; then
  746.   enableval="$enable_libtool_lock"
  747. fi;
  748. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  749. # Some flags need to be propagated to the compiler or linker for good
  750. # libtool support.
  751. case $host in
  752. *-*-irix6*)
  753.   # Find out which ABI we are using.
  754.   echo '#line 4622 "configure"' > conftest.$ac_ext
  755.   if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  756.   (eval $ac_compile) 2>&5
  757.   ac_status=$?
  758.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  759.   (exit $ac_status); }; then
  760.     case `/usr/bin/file conftest.$ac_objext` in
  761.     *32-bit*)
  762.       LD="${LD-ld} -32"
  763.       ;;
  764.     *N32*)
  765.       LD="${LD-ld} -n32"
  766.       ;;
  767.     *64-bit*)
  768.       LD="${LD-ld} -64"
  769.       ;;
  770.     esac
  771.   fi
  772.   rm -rf conftest*
  773.   ;;
  774. *-*-sco3.2v5*)
  775.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  776.   SAVE_CFLAGS="$CFLAGS"
  777.   CFLAGS="$CFLAGS -belf"
  778.   echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
  779. echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
  780. if test "${lt_cv_cc_needs_belf+set}" = set; then
  781.   echo $ECHO_N "(cached) $ECHO_C" >&6
  782. else
  783.      ac_ext=c
  784. ac_cpp='$CPP $CPPFLAGS'
  785. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  786. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  787. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  788.      cat >conftest.$ac_ext <<_ACEOF
  789. #line $LINENO "configure"
  790. /* confdefs.h.  */
  791. _ACEOF
  792. cat confdefs.h >>conftest.$ac_ext
  793. cat >>conftest.$ac_ext <<_ACEOF
  794. /* end confdefs.h.  */
  795. int
  796. main ()
  797. {
  798.   ;
  799.   return 0;
  800. }
  801. _ACEOF
  802. rm -f conftest.$ac_objext conftest$ac_exeext
  803. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  804.   (eval $ac_link) 2>&5
  805.   ac_status=$?
  806.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  807.   (exit $ac_status); } &&
  808.          { ac_try='test -s conftest$ac_exeext'
  809.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  810.   (eval $ac_try) 2>&5
  811.   ac_status=$?
  812.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  813.   (exit $ac_status); }; }; then
  814.   lt_cv_cc_needs_belf=yes
  815. else
  816.   echo "$as_me: failed program was:" >&5
  817. sed 's/^/| /' conftest.$ac_ext >&5
  818. lt_cv_cc_needs_belf=no
  819. fi
  820. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  821.      ac_ext=c
  822. ac_cpp='$CPP $CPPFLAGS'
  823. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  824. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  825. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  826. fi
  827. echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
  828. echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
  829.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  830.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  831.     CFLAGS="$SAVE_CFLAGS"
  832.   fi
  833.   ;;
  834. esac
  835. # Sed substitution that helps us do robust quoting.  It backslashifies
  836. # metacharacters that are still active within double-quoted strings.
  837. Xsed='sed -e s/^X//'
  838. sed_quote_subst='s/([\"\`$\\])/\1/g'
  839. # Same as above, but do not quote variable references.
  840. double_quote_subst='s/([\"\`\\])/\1/g'
  841. # Sed substitution to delay expansion of an escaped shell variable in a
  842. # double_quote_subst'ed string.
  843. delay_variable_subst='s/\\\\\$/\\\$/g'
  844. # Constants:
  845. rm="rm -f"
  846. # Global variables:
  847. default_ofile=libtool
  848. can_build_shared=yes
  849. # All known linkers require a `.a' archive for static linking (except M$VC,
  850. # which needs '.lib').
  851. libext=a
  852. ltmain="$ac_aux_dir/ltmain.sh"
  853. ofile="$default_ofile"
  854. with_gnu_ld="$lt_cv_prog_gnu_ld"
  855. need_locks="$enable_libtool_lock"
  856. old_CC="$CC"
  857. old_CFLAGS="$CFLAGS"
  858. # Set sane defaults for various variables
  859. test -z "$AR" && AR=ar
  860. test -z "$AR_FLAGS" && AR_FLAGS=cru
  861. test -z "$AS" && AS=as
  862. test -z "$CC" && CC=cc
  863. test -z "$DLLTOOL" && DLLTOOL=dlltool
  864. test -z "$LD" && LD=ld
  865. test -z "$LN_S" && LN_S="ln -s"
  866. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  867. test -z "$NM" && NM=nm
  868. test -z "$OBJDUMP" && OBJDUMP=objdump
  869. test -z "$RANLIB" && RANLIB=:
  870. test -z "$STRIP" && STRIP=:
  871. test -z "$ac_objext" && ac_objext=o
  872. if test x"$host" != x"$build"; then
  873.   ac_tool_prefix=${host_alias}-
  874. else
  875.   ac_tool_prefix=
  876. fi
  877. # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
  878. case $host_os in
  879. linux-gnu*) ;;
  880. linux*) host=`echo $host | sed 's/^(.*-.*-linux)(.*)$/1-gnu2/'`
  881. esac
  882. case $host_os in
  883. aix3*)
  884.   # AIX sometimes has problems with the GCC collect2 program.  For some
  885.   # reason, if we set the COLLECT_NAMES environment variable, the problems
  886.   # vanish in a puff of smoke.
  887.   if test "X${COLLECT_NAMES+set}" != Xset; then
  888.     COLLECT_NAMES=
  889.     export COLLECT_NAMES
  890.   fi
  891.   ;;
  892. esac
  893. # Determine commands to create old-style static archives.
  894. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
  895. old_postinstall_cmds='chmod 644 $oldlib'
  896. old_postuninstall_cmds=
  897. if test -n "$RANLIB"; then
  898.   case $host_os in
  899.   openbsd*)
  900.     old_postinstall_cmds="$RANLIB -t $oldlib~$old_postinstall_cmds"
  901.     ;;
  902.   *)
  903.     old_postinstall_cmds="$RANLIB $oldlib~$old_postinstall_cmds"
  904.     ;;
  905.   esac
  906.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  907. fi
  908. # Allow CC to be a program name with arguments.
  909. set dummy $CC
  910. compiler="$2"
  911. echo "$as_me:$LINENO: checking for objdir" >&5
  912. echo $ECHO_N "checking for objdir... $ECHO_C" >&6
  913. rm -f .libs 2>/dev/null
  914. mkdir .libs 2>/dev/null
  915. if test -d .libs; then
  916.   objdir=.libs
  917. else
  918.   # MS-DOS does not allow filenames that begin with a dot.
  919.   objdir=_libs
  920. fi
  921. rmdir .libs 2>/dev/null
  922. echo "$as_me:$LINENO: result: $objdir" >&5
  923. echo "${ECHO_T}$objdir" >&6
  924. # Check whether --with-pic or --without-pic was given.
  925. if test "${with_pic+set}" = set; then
  926.   withval="$with_pic"
  927.   pic_mode="$withval"
  928. else
  929.   pic_mode=default
  930. fi;
  931. test -z "$pic_mode" && pic_mode=default
  932. # We assume here that the value for lt_cv_prog_cc_pic will not be cached
  933. # in isolation, and that seeing it set (from the cache) indicates that
  934. # the associated values are set (in the cache) correctly too.
  935. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  936. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
  937. if test "${lt_cv_prog_cc_pic+set}" = set; then
  938.   echo $ECHO_N "(cached) $ECHO_C" >&6
  939. else
  940.    lt_cv_prog_cc_pic=
  941.   lt_cv_prog_cc_shlib=
  942.   lt_cv_prog_cc_wl=
  943.   lt_cv_prog_cc_static=
  944.   lt_cv_prog_cc_no_builtin=
  945.   lt_cv_prog_cc_can_build_shared=$can_build_shared
  946.   if test "$GCC" = yes; then
  947.     lt_cv_prog_cc_wl='-Wl,'
  948.     lt_cv_prog_cc_static='-static'
  949.     case $host_os in
  950.     aix*)
  951.       # Below there is a dirty hack to force normal static linking with -ldl
  952.       # The problem is because libdl dynamically linked with both libc and
  953.       # libC (AIX C++ library), which obviously doesn't included in libraries
  954.       # list by gcc. This cause undefined symbols with -static flags.
  955.       # This hack allows C programs to be linked with "-static -ldl", but
  956.       # not sure about C++ programs.
  957.       lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
  958.       ;;
  959.     amigaos*)
  960.       # FIXME: we need at least 68020 code to build shared libraries, but
  961.       # adding the `-m68020' flag to GCC prevents building anything better,
  962.       # like `-m68040'.
  963.       lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
  964.       ;;
  965.     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  966.       # PIC is the default for these OSes.
  967.       ;;
  968.     darwin* | rhapsody*)
  969.       # PIC is the default on this platform
  970.       # Common symbols not allowed in MH_DYLIB files
  971.       lt_cv_prog_cc_pic='-fno-common'
  972.       ;;
  973.     cygwin* | mingw* | pw32* | os2*)
  974.       # This hack is so that the source file can tell whether it is being
  975.       # built for inclusion in a dll (and should export symbols for example).
  976.       lt_cv_prog_cc_pic='-DDLL_EXPORT'
  977.       ;;
  978.     sysv4*MP*)
  979.       if test -d /usr/nec; then
  980.  lt_cv_prog_cc_pic=-Kconform_pic
  981.       fi
  982.       ;;
  983.     *)
  984.       lt_cv_prog_cc_pic='-fPIC'
  985.       ;;
  986.     esac
  987.   else
  988.     # PORTME Check for PIC flags for the system compiler.
  989.     case $host_os in
  990.     aix3* | aix4* | aix5*)
  991.       lt_cv_prog_cc_wl='-Wl,'
  992.       # All AIX code is PIC.
  993.       if test "$host_cpu" = ia64; then
  994. # AIX 5 now supports IA64 processor
  995. lt_cv_prog_cc_static='-Bstatic'
  996.       else
  997. lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
  998.       fi
  999.       ;;
  1000.     hpux9* | hpux10* | hpux11*)
  1001.       # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
  1002.       lt_cv_prog_cc_wl='-Wl,'
  1003.       lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
  1004.       lt_cv_prog_cc_pic='+Z'
  1005.       ;;
  1006.     irix5* | irix6* | nonstopux*)
  1007.       lt_cv_prog_cc_wl='-Wl,'
  1008.       lt_cv_prog_cc_static='-non_shared'
  1009.       # PIC (with -KPIC) is the default.
  1010.       ;;
  1011.     cygwin* | mingw* | pw32* | os2*)
  1012.       # This hack is so that the source file can tell whether it is being
  1013.       # built for inclusion in a dll (and should export symbols for example).
  1014.       lt_cv_prog_cc_pic='-DDLL_EXPORT'
  1015.       ;;
  1016.     newsos6)
  1017.       lt_cv_prog_cc_pic='-KPIC'
  1018.       lt_cv_prog_cc_static='-Bstatic'
  1019.       ;;
  1020.     osf3* | osf4* | osf5*)
  1021.       # All OSF/1 code is PIC.
  1022.       lt_cv_prog_cc_wl='-Wl,'
  1023.       lt_cv_prog_cc_static='-non_shared'
  1024.       ;;
  1025.     sco3.2v5*)
  1026.       lt_cv_prog_cc_pic='-Kpic'
  1027.       lt_cv_prog_cc_static='-dn'
  1028.       lt_cv_prog_cc_shlib='-belf'
  1029.       ;;
  1030.     solaris*)
  1031.       lt_cv_prog_cc_pic='-KPIC'
  1032.       lt_cv_prog_cc_static='-Bstatic'
  1033.       lt_cv_prog_cc_wl='-Wl,'
  1034.       ;;
  1035.     sunos4*)
  1036.       lt_cv_prog_cc_pic='-PIC'
  1037.       lt_cv_prog_cc_static='-Bstatic'
  1038.       lt_cv_prog_cc_wl='-Qoption ld '
  1039.       ;;
  1040.     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1041.       lt_cv_prog_cc_pic='-KPIC'
  1042.       lt_cv_prog_cc_static='-Bstatic'
  1043.       lt_cv_prog_cc_wl='-Wl,'
  1044.       ;;
  1045.     uts4*)
  1046.       lt_cv_prog_cc_pic='-pic'
  1047.       lt_cv_prog_cc_static='-Bstatic'
  1048.       ;;
  1049.     sysv4*MP*)
  1050.       if test -d /usr/nec ;then
  1051. lt_cv_prog_cc_pic='-Kconform_pic'
  1052. lt_cv_prog_cc_static='-Bstatic'
  1053.       fi
  1054.       ;;
  1055.     *)
  1056.       lt_cv_prog_cc_can_build_shared=no
  1057.       ;;
  1058.     esac
  1059.   fi
  1060. fi
  1061. if test -z "$lt_cv_prog_cc_pic"; then
  1062.   echo "$as_me:$LINENO: result: none" >&5
  1063. echo "${ECHO_T}none" >&6
  1064. else
  1065.   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
  1066. echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
  1067.   # Check to make sure the pic_flag actually works.
  1068.   echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
  1069. echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
  1070.   if test "${lt_cv_prog_cc_pic_works+set}" = set; then
  1071.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1072. else
  1073.       save_CFLAGS="$CFLAGS"
  1074.     CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
  1075.     cat >conftest.$ac_ext <<_ACEOF
  1076. #line $LINENO "configure"
  1077. /* confdefs.h.  */
  1078. _ACEOF
  1079. cat confdefs.h >>conftest.$ac_ext
  1080. cat >>conftest.$ac_ext <<_ACEOF
  1081. /* end confdefs.h.  */
  1082. int
  1083. main ()
  1084. {
  1085.   ;
  1086.   return 0;
  1087. }
  1088. _ACEOF
  1089. rm -f conftest.$ac_objext
  1090. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1091.   (eval $ac_compile) 2>&5
  1092.   ac_status=$?
  1093.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1094.   (exit $ac_status); } &&
  1095.          { ac_try='test -s conftest.$ac_objext'
  1096.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1097.   (eval $ac_try) 2>&5
  1098.   ac_status=$?
  1099.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1100.   (exit $ac_status); }; }; then
  1101.         case $host_os in
  1102.       hpux9* | hpux10* | hpux11*)
  1103. # On HP-UX, both CC and GCC only warn that PIC is supported... then
  1104. # they create non-PIC objects.  So, if there were any warnings, we
  1105. # assume that PIC is not supported.
  1106. if test -s conftest.err; then
  1107.   lt_cv_prog_cc_pic_works=no
  1108. else
  1109.   lt_cv_prog_cc_pic_works=yes
  1110. fi
  1111. ;;
  1112.       *)
  1113. lt_cv_prog_cc_pic_works=yes
  1114. ;;
  1115.       esac
  1116. else
  1117.   echo "$as_me: failed program was:" >&5
  1118. sed 's/^/| /' conftest.$ac_ext >&5
  1119.       lt_cv_prog_cc_pic_works=no
  1120. fi
  1121. rm -f conftest.$ac_objext conftest.$ac_ext
  1122.     CFLAGS="$save_CFLAGS"
  1123. fi
  1124.   if test "X$lt_cv_prog_cc_pic_works" = Xno; then
  1125.     lt_cv_prog_cc_pic=
  1126.     lt_cv_prog_cc_can_build_shared=no
  1127.   else
  1128.     lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
  1129.   fi
  1130.   echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
  1131. echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
  1132. fi
  1133. # Check for any special shared library compilation flags.
  1134. if test -n "$lt_cv_prog_cc_shlib"; then
  1135.   { echo "$as_me:$LINENO: WARNING: `$CC' requires `$lt_cv_prog_cc_shlib' to build shared libraries" >&5
  1136. echo "$as_me: WARNING: `$CC' requires `$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
  1137.   if echo "$old_CC $old_CFLAGS " | egrep -e "[  ]$lt_cv_prog_cc_shlib[  ]" >/dev/null; then :
  1138.   else
  1139.    { echo "$as_me:$LINENO: WARNING: add `$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
  1140. echo "$as_me: WARNING: add `$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
  1141.     lt_cv_prog_cc_can_build_shared=no
  1142.   fi
  1143. fi
  1144. echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
  1145. echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
  1146. if test "${lt_cv_prog_cc_static_works+set}" = set; then
  1147.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1148. else
  1149.     lt_cv_prog_cc_static_works=no
  1150.   save_LDFLAGS="$LDFLAGS"
  1151.   LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
  1152.   cat >conftest.$ac_ext <<_ACEOF
  1153. #line $LINENO "configure"
  1154. /* confdefs.h.  */
  1155. _ACEOF
  1156. cat confdefs.h >>conftest.$ac_ext
  1157. cat >>conftest.$ac_ext <<_ACEOF
  1158. /* end confdefs.h.  */
  1159. int
  1160. main ()
  1161. {
  1162.   ;
  1163.   return 0;
  1164. }
  1165. _ACEOF
  1166. rm -f conftest.$ac_objext conftest$ac_exeext
  1167. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1168.   (eval $ac_link) 2>&5
  1169.   ac_status=$?
  1170.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1171.   (exit $ac_status); } &&
  1172.          { ac_try='test -s conftest$ac_exeext'
  1173.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1174.   (eval $ac_try) 2>&5
  1175.   ac_status=$?
  1176.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1177.   (exit $ac_status); }; }; then
  1178.   lt_cv_prog_cc_static_works=yes
  1179. else
  1180.   echo "$as_me: failed program was:" >&5
  1181. sed 's/^/| /' conftest.$ac_ext >&5
  1182. fi
  1183. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  1184.   LDFLAGS="$save_LDFLAGS"
  1185. fi
  1186. # Belt *and* braces to stop my trousers falling down:
  1187. test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
  1188. echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
  1189. echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
  1190. pic_flag="$lt_cv_prog_cc_pic"
  1191. special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
  1192. wl="$lt_cv_prog_cc_wl"
  1193. link_static_flag="$lt_cv_prog_cc_static"
  1194. no_builtin_flag="$lt_cv_prog_cc_no_builtin"
  1195. can_build_shared="$lt_cv_prog_cc_can_build_shared"
  1196. # Check to see if options -o and -c are simultaneously supported by compiler
  1197. echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  1198. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
  1199. if test "${lt_cv_compiler_c_o+set}" = set; then
  1200.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1201. else
  1202. $rm -r conftest 2>/dev/null
  1203. mkdir conftest
  1204. cd conftest
  1205. echo "int some_variable = 0;" > conftest.$ac_ext
  1206. mkdir out
  1207. # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
  1208. # that will create temporary files in the current directory regardless of
  1209. # the output directory.  Thus, making CWD read-only will cause this test
  1210. # to fail, enabling locking or at least warning the user not to do parallel
  1211. # builds.
  1212. chmod -w .
  1213. save_CFLAGS="$CFLAGS"
  1214. CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
  1215. compiler_c_o=no
  1216. if { (eval echo configure:5151: "$ac_compile") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
  1217.   # The compiler can only warn and ignore the option if not recognized
  1218.   # So say no if there are warnings
  1219.   if test -s out/conftest.err; then
  1220.     lt_cv_compiler_c_o=no
  1221.   else
  1222.     lt_cv_compiler_c_o=yes
  1223.   fi
  1224. else
  1225.   # Append any errors to the config.log.
  1226.   cat out/conftest.err 1>&5
  1227.   lt_cv_compiler_c_o=no
  1228. fi
  1229. CFLAGS="$save_CFLAGS"
  1230. chmod u+w .
  1231. $rm conftest* out/*
  1232. rmdir out
  1233. cd ..
  1234. rmdir conftest
  1235. $rm -r conftest 2>/dev/null
  1236. fi
  1237. compiler_c_o=$lt_cv_compiler_c_o
  1238. echo "$as_me:$LINENO: result: $compiler_c_o" >&5
  1239. echo "${ECHO_T}$compiler_c_o" >&6
  1240. if test x"$compiler_c_o" = x"yes"; then
  1241.   # Check to see if we can write to a .lo
  1242.   echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
  1243. echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
  1244.   if test "${lt_cv_compiler_o_lo+set}" = set; then
  1245.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1246. else
  1247.   lt_cv_compiler_o_lo=no
  1248.   save_CFLAGS="$CFLAGS"
  1249.   CFLAGS="$CFLAGS -c -o conftest.lo"
  1250.   save_objext="$ac_objext"
  1251.   ac_objext=lo
  1252.   cat >conftest.$ac_ext <<_ACEOF
  1253. #line $LINENO "configure"
  1254. /* confdefs.h.  */
  1255. _ACEOF
  1256. cat confdefs.h >>conftest.$ac_ext
  1257. cat >>conftest.$ac_ext <<_ACEOF
  1258. /* end confdefs.h.  */
  1259. int
  1260. main ()
  1261. {
  1262. int some_variable = 0;
  1263.   ;
  1264.   return 0;
  1265. }
  1266. _ACEOF
  1267. rm -f conftest.$ac_objext
  1268. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1269.   (eval $ac_compile) 2>&5
  1270.   ac_status=$?
  1271.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1272.   (exit $ac_status); } &&
  1273.          { ac_try='test -s conftest.$ac_objext'
  1274.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1275.   (eval $ac_try) 2>&5
  1276.   ac_status=$?
  1277.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1278.   (exit $ac_status); }; }; then
  1279.       # The compiler can only warn and ignore the option if not recognized
  1280.     # So say no if there are warnings
  1281.     if test -s conftest.err; then
  1282.       lt_cv_compiler_o_lo=no
  1283.     else
  1284.       lt_cv_compiler_o_lo=yes
  1285.     fi
  1286. else
  1287.   echo "$as_me: failed program was:" >&5
  1288. sed 's/^/| /' conftest.$ac_ext >&5
  1289. fi
  1290. rm -f conftest.$ac_objext conftest.$ac_ext
  1291.   ac_objext="$save_objext"
  1292.   CFLAGS="$save_CFLAGS"
  1293. fi
  1294.   compiler_o_lo=$lt_cv_compiler_o_lo
  1295.   echo "$as_me:$LINENO: result: $compiler_o_lo" >&5
  1296. echo "${ECHO_T}$compiler_o_lo" >&6
  1297. else
  1298.   compiler_o_lo=no
  1299. fi
  1300. # Check to see if we can do hard links to lock some files if needed
  1301. hard_links="nottested"
  1302. if test "$compiler_c_o" = no && test "$need_locks" != no; then
  1303.   # do not overwrite the value of need_locks provided by the user
  1304.   echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  1305. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
  1306.   hard_links=yes
  1307.   $rm conftest*
  1308.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1309.   touch conftest.a
  1310.   ln conftest.a conftest.b 2>&5 || hard_links=no
  1311.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1312.   echo "$as_me:$LINENO: result: $hard_links" >&5
  1313. echo "${ECHO_T}$hard_links" >&6
  1314.   if test "$hard_links" = no; then
  1315.     { echo "$as_me:$LINENO: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&5
  1316. echo "$as_me: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2;}
  1317.     need_locks=warn
  1318.   fi
  1319. else
  1320.   need_locks=no
  1321. fi
  1322. if test "$GCC" = yes; then
  1323.   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
  1324.   echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  1325. echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
  1326.   echo "int some_variable = 0;" > conftest.$ac_ext
  1327.   save_CFLAGS="$CFLAGS"
  1328.   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
  1329.   compiler_rtti_exceptions=no
  1330.   cat >conftest.$ac_ext <<_ACEOF
  1331. #line $LINENO "configure"
  1332. /* confdefs.h.  */
  1333. _ACEOF
  1334. cat confdefs.h >>conftest.$ac_ext
  1335. cat >>conftest.$ac_ext <<_ACEOF
  1336. /* end confdefs.h.  */
  1337. int
  1338. main ()
  1339. {
  1340. int some_variable = 0;
  1341.   ;
  1342.   return 0;
  1343. }
  1344. _ACEOF
  1345. rm -f conftest.$ac_objext
  1346. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1347.   (eval $ac_compile) 2>&5
  1348.   ac_status=$?
  1349.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1350.   (exit $ac_status); } &&
  1351.          { ac_try='test -s conftest.$ac_objext'
  1352.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1353.   (eval $ac_try) 2>&5
  1354.   ac_status=$?
  1355.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1356.   (exit $ac_status); }; }; then
  1357.       # The compiler can only warn and ignore the option if not recognized
  1358.     # So say no if there are warnings
  1359.     if test -s conftest.err; then
  1360.       compiler_rtti_exceptions=no
  1361.     else
  1362.       compiler_rtti_exceptions=yes
  1363.     fi
  1364. else
  1365.   echo "$as_me: failed program was:" >&5
  1366. sed 's/^/| /' conftest.$ac_ext >&5
  1367. fi
  1368. rm -f conftest.$ac_objext conftest.$ac_ext
  1369.   CFLAGS="$save_CFLAGS"
  1370.   echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
  1371. echo "${ECHO_T}$compiler_rtti_exceptions" >&6
  1372.   if test "$compiler_rtti_exceptions" = "yes"; then
  1373.     no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
  1374.   else
  1375.     no_builtin_flag=' -fno-builtin'
  1376.   fi
  1377. fi
  1378. # See if the linker supports building shared libraries.
  1379. echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
  1380. echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
  1381. allow_undefined_flag=
  1382. no_undefined_flag=
  1383. need_lib_prefix=unknown
  1384. need_version=unknown
  1385. # when you set need_version to no, make sure it does not cause -set_version
  1386. # flags to be left without arguments
  1387. archive_cmds=
  1388. archive_expsym_cmds=
  1389. old_archive_from_new_cmds=
  1390. old_archive_from_expsyms_cmds=
  1391. export_dynamic_flag_spec=
  1392. whole_archive_flag_spec=
  1393. thread_safe_flag_spec=
  1394. hardcode_into_libs=no
  1395. hardcode_libdir_flag_spec=
  1396. hardcode_libdir_separator=
  1397. hardcode_direct=no
  1398. hardcode_minus_L=no
  1399. hardcode_shlibpath_var=unsupported
  1400. runpath_var=
  1401. link_all_deplibs=unknown
  1402. always_export_symbols=no
  1403. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '''s/.* //''' | sort | uniq > $export_symbols'
  1404. # include_expsyms should be a list of space-separated symbols to be *always*
  1405. # included in the symbol list
  1406. include_expsyms=
  1407. # exclude_expsyms can be an egrep regular expression of symbols to exclude
  1408. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  1409. # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  1410. # as well as any symbol that contains `d'.
  1411. exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  1412. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  1413. # platforms (ab)use it in PIC code, but their linkers get confused if
  1414. # the symbol is explicitly referenced.  Since portable code cannot
  1415. # rely on this symbol name, it's probably fine to never include it in
  1416. # preloaded symbol tables.
  1417. extract_expsyms_cmds=
  1418. case $host_os in
  1419. cygwin* | mingw* | pw32*)
  1420.   # FIXME: the MSVC++ port hasn't been tested in a loooong time
  1421.   # When not using gcc, we currently assume that we are using
  1422.   # Microsoft Visual C++.
  1423.   if test "$GCC" != yes; then
  1424.     with_gnu_ld=no
  1425.   fi
  1426.   ;;
  1427. openbsd*)
  1428.   with_gnu_ld=no
  1429.   ;;
  1430. esac
  1431. ld_shlibs=yes
  1432. if test "$with_gnu_ld" = yes; then
  1433.   # If archive_cmds runs LD, not CC, wlarc should be empty
  1434.   wlarc='${wl}'
  1435.   # See if GNU ld supports shared libraries.
  1436.   case $host_os in
  1437.   aix3* | aix4* | aix5*)
  1438.     # On AIX, the GNU linker is very broken
  1439.     # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.
  1440.     ld_shlibs=no
  1441.     cat <<EOF 1>&2
  1442. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  1443. *** to be unable to reliably create shared libraries on AIX.
  1444. *** Therefore, libtool is disabling shared libraries support.  If you
  1445. *** really care for shared libraries, you may want to modify your PATH
  1446. *** so that a non-GNU linker is found, and then restart.
  1447. EOF
  1448.     ;;
  1449.   amigaos*)
  1450.     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)'
  1451.     hardcode_libdir_flag_spec='-L$libdir'
  1452.     hardcode_minus_L=yes
  1453.     # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  1454.     # that the semantics of dynamic libraries on AmigaOS, at least up
  1455.     # to version 4, is to share data among multiple programs linked
  1456.     # with the same dynamic library.  Since this doesn't match the
  1457.     # behavior of shared libraries on other platforms, we can use
  1458.     # them.
  1459.     ld_shlibs=no
  1460.     ;;
  1461.   beos*)
  1462.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1463.       allow_undefined_flag=unsupported
  1464.       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1465.       # support --undefined.  This deserves some investigation.  FIXME
  1466.       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1467.     else
  1468.       ld_shlibs=no
  1469.     fi
  1470.     ;;
  1471.   cygwin* | mingw* | pw32*)
  1472.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1473.     # no search path for DLLs.
  1474.     hardcode_libdir_flag_spec='-L$libdir'
  1475.     allow_undefined_flag=unsupported
  1476.     always_export_symbols=yes
  1477.     extract_expsyms_cmds='test -f $output_objdir/impgen.c || 
  1478.       sed -e "/^# /* impgen.c starts here *//,/^# /* impgen.c ends here *// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
  1479.       test -f $output_objdir/impgen.exe || (cd $output_objdir && 
  1480.       if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; 
  1481.       else $CC -o impgen impgen.c ; fi)~
  1482.       $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
  1483.     old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
  1484.     # cygwin and mingw dlls have different entry points and sets of symbols
  1485.     # to exclude.
  1486.     # FIXME: what about values for MSVC?
  1487.     dll_entry=__cygwin_dll_entry@12
  1488.     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
  1489.     case $host_os in
  1490.     mingw*)
  1491.       # mingw values
  1492.       dll_entry=_DllMainCRTStartup@12
  1493.       dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
  1494.       ;;
  1495.     esac
  1496.     # mingw and cygwin differ, and it's simplest to just exclude the union
  1497.     # of the two symbol sets.
  1498.     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
  1499.     # recent cygwin and mingw systems supply a stub DllMain which the user
  1500.     # can override, but on older systems we have to supply one (in ltdll.c)
  1501.     if test "x$lt_cv_need_dllmain" = "xyes"; then
  1502.       ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
  1503.       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# /* ltdll.c starts here *//,/^# /* ltdll.c ends here *// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
  1504. test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
  1505.     else
  1506.       ltdll_obj=
  1507.       ltdll_cmds=
  1508.     fi
  1509.     # Extract the symbol export list from an `--export-all' def file,
  1510.     # then regenerate the def file from the symbol export list, so that
  1511.     # the compiled dll only exports the symbol export list.
  1512.     # Be careful not to strip the DATA tag left be newer dlltools.
  1513.     export_symbols_cmds="$ltdll_cmds"'
  1514.       $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
  1515.       sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
  1516.     # If the export-symbols file already is a .def file (1st line
  1517.     # is EXPORTS), use it as is.
  1518.     # If DATA tags from a recent dlltool are present, honour them!
  1519.     archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
  1520. cp $export_symbols $output_objdir/$soname-def;
  1521.       else
  1522. echo EXPORTS > $output_objdir/$soname-def;
  1523. _lt_hint=1;
  1524. cat $export_symbols | while read symbol; do
  1525.  set dummy $symbol;
  1526.  case $# in
  1527.    2) echo "   $2 @ $_lt_hint ; " >> $output_objdir/$soname-def;;
  1528.    4) echo "   $2 $3 $4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr $_lt_hint - 1`;;
  1529.    *) echo "     $2 @ $_lt_hint $3 ; " >> $output_objdir/$soname-def;;
  1530.  esac;
  1531.  _lt_hint=`expr 1 + $_lt_hint`;
  1532. done;
  1533.       fi~
  1534.       '"$ltdll_cmds"'
  1535.       $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
  1536.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
  1537.       $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
  1538.       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
  1539.       $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
  1540.     ;;
  1541.   netbsd*)
  1542.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1543.       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  1544.       wlarc=
  1545.     else
  1546.       archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1547.       archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1548.     fi
  1549.     ;;
  1550.   solaris* | sysv5*)
  1551.     if $LD -v 2>&1 | egrep 'BFD 2.8' > /dev/null; then
  1552.       ld_shlibs=no
  1553.       cat <<EOF 1>&2
  1554. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  1555. *** create shared libraries on Solaris systems.  Therefore, libtool
  1556. *** is disabling shared libraries support.  We urge you to upgrade GNU
  1557. *** binutils to release 2.9.1 or newer.  Another option is to modify
  1558. *** your PATH or compiler configuration so that the native linker is
  1559. *** used, and then restart.
  1560. EOF
  1561.     elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1562.       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1563.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1564.     else
  1565.       ld_shlibs=no
  1566.     fi
  1567.     ;;
  1568.   sunos4*)
  1569.     archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1570.     wlarc=
  1571.     hardcode_direct=yes
  1572.     hardcode_shlibpath_var=no
  1573.     ;;
  1574.   *)
  1575.     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  1576.       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1577.       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1578.     else
  1579.       ld_shlibs=no
  1580.     fi
  1581.     ;;
  1582.   esac
  1583.   if test "$ld_shlibs" = yes; then
  1584.     runpath_var=LD_RUN_PATH
  1585.     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  1586.     export_dynamic_flag_spec='${wl}--export-dynamic'
  1587.     case $host_os in
  1588.     cygwin* | mingw* | pw32*)
  1589.       # dlltool doesn't understand --whole-archive et. al.
  1590.       whole_archive_flag_spec=
  1591.       ;;
  1592.     *)
  1593.       # ancient GNU ld didn't support --whole-archive et. al.
  1594.       if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
  1595. whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1596.       else
  1597. whole_archive_flag_spec=
  1598.       fi
  1599.       ;;
  1600.     esac
  1601.   fi
  1602. else
  1603.   # PORTME fill in a description of your system's linker (not GNU ld)
  1604.   case $host_os in
  1605.   aix3*)
  1606.     allow_undefined_flag=unsupported
  1607.     always_export_symbols=yes
  1608.     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'
  1609.     # Note: this linker hardcodes the directories in LIBPATH if there
  1610.     # are no directories specified by -L.
  1611.     hardcode_minus_L=yes
  1612.     if test "$GCC" = yes && test -z "$link_static_flag"; then
  1613.       # Neither direct hardcoding nor static linking is supported with a
  1614.       # broken collect2.
  1615.       hardcode_direct=unsupported
  1616.     fi
  1617.     ;;
  1618.   aix4* | aix5*)
  1619.     if test "$host_cpu" = ia64; then
  1620.       # On IA64, the linker does run time linking by default, so we don't
  1621.       # have to do anything special.
  1622.       aix_use_runtimelinking=no
  1623.       exp_sym_flag='-Bexport'
  1624.       no_entry_flag=""
  1625.     else
  1626.       aix_use_runtimelinking=no
  1627.       # Test if we are trying to use run time linking or normal
  1628.       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  1629.       # need to do runtime linking.
  1630.       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  1631. for ld_flag in $LDFLAGS; do
  1632.   case $ld_flag in
  1633.   *-brtl*)
  1634.     aix_use_runtimelinking=yes
  1635.     break
  1636.   ;;
  1637.   esac
  1638. done
  1639.       esac
  1640.       exp_sym_flag='-bexport'
  1641.       no_entry_flag='-bnoentry'
  1642.     fi
  1643.     # When large executables or shared objects are built, AIX ld can
  1644.     # have problems creating the table of contents.  If linking a library
  1645.     # or program results in "error TOC overflow" add -mminimal-toc to
  1646.     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  1647.     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  1648.     hardcode_direct=yes
  1649.     archive_cmds=''
  1650.     hardcode_libdir_separator=':'
  1651.     if test "$GCC" = yes; then
  1652.       case $host_os in aix4.[012]|aix4.[012].*)
  1653. collect2name=`${CC} -print-prog-name=collect2`
  1654. if test -f "$collect2name" && 
  1655.   strings "$collect2name" | grep resolve_lib_name >/dev/null
  1656. then
  1657.   # We have reworked collect2
  1658.   hardcode_direct=yes
  1659. else
  1660.   # We have old collect2
  1661.   hardcode_direct=unsupported
  1662.   # It fails to find uninstalled libraries when the uninstalled
  1663.   # path is not listed in the libpath.  Setting hardcode_minus_L
  1664.   # to unsupported forces relinking
  1665.   hardcode_minus_L=yes
  1666.   hardcode_libdir_flag_spec='-L$libdir'
  1667.   hardcode_libdir_separator=
  1668. fi
  1669.       esac
  1670.       shared_flag='-shared'
  1671.     else
  1672.       # not using gcc
  1673.       if test "$host_cpu" = ia64; then
  1674. shared_flag='${wl}-G'
  1675.       else
  1676. if test "$aix_use_runtimelinking" = yes; then
  1677.   shared_flag='${wl}-G'
  1678. else
  1679.   shared_flag='${wl}-bM:SRE'
  1680. fi
  1681.       fi
  1682.     fi
  1683.     # It seems that -bexpall can do strange things, so it is better to
  1684.     # generate a list of symbols to export.
  1685.     always_export_symbols=yes
  1686.     if test "$aix_use_runtimelinking" = yes; then
  1687.       # Warning - without using the other runtime loading flags (-brtl),
  1688.       # -berok will link without error, but may produce a broken library.
  1689.       allow_undefined_flag='-berok'
  1690.       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
  1691.       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"
  1692.     else
  1693.       if test "$host_cpu" = ia64; then
  1694. hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
  1695. allow_undefined_flag="-z nodefs"
  1696. archive_expsym_cmds="$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"${wl}$no_entry_flag ${wl}$exp_sym_flag:$export_symbols"
  1697.       else
  1698. hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
  1699. # Warning - without using the other run time loading flags,
  1700. # -berok will link without error, but may produce a broken library.
  1701. allow_undefined_flag='${wl}-berok'
  1702. # This is a bit strange, but is similar to how AIX traditionally builds
  1703. # it's shared libraries.
  1704. archive_expsym_cmds="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"${wl}$no_entry_flag ${wl}$exp_sym_flag:$export_symbols"' ~$AR -crlo $output_objdir/$libname$release.a $output_objdir/$soname'
  1705.       fi
  1706.     fi
  1707.     ;;
  1708.   amigaos*)
  1709.     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)'
  1710.     hardcode_libdir_flag_spec='-L$libdir'
  1711.     hardcode_minus_L=yes
  1712.     # see comment about different semantics on the GNU ld section
  1713.     ld_shlibs=no
  1714.     ;;
  1715.   cygwin* | mingw* | pw32*)
  1716.     # When not using gcc, we currently assume that we are using
  1717.     # Microsoft Visual C++.
  1718.     # hardcode_libdir_flag_spec is actually meaningless, as there is
  1719.     # no search path for DLLs.
  1720.     hardcode_libdir_flag_spec=' '
  1721.     allow_undefined_flag=unsupported
  1722.     # Tell ltmain to make .lib files, not .a files.
  1723.     libext=lib
  1724.     # FIXME: Setting linknames here is a bad hack.
  1725.     archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '''s/ -lc$//'''` -link -dll~linknames='
  1726.     # The linker will automatically build a .lib file if we build a DLL.
  1727.     old_archive_from_new_cmds='true'
  1728.     # FIXME: Should let the user specify the lib program.
  1729.     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
  1730.     fix_srcfile_path='`cygpath -w "$srcfile"`'
  1731.     ;;
  1732.   darwin* | rhapsody*)
  1733.     case "$host_os" in
  1734.     rhapsody* | darwin1.[012])
  1735.       allow_undefined_flag='-undefined suppress'
  1736.       ;;
  1737.     *) # Darwin 1.3 on
  1738.       allow_undefined_flag='-flat_namespace -undefined suppress'
  1739.       ;;
  1740.     esac
  1741.     # FIXME: Relying on posixy $() will cause problems for
  1742.     #        cross-compilation, but unfortunately the echo tests do not
  1743.     #        yet detect zsh echo's removal of  escapes.  Also zsh mangles
  1744.     #      `"' quotes if we put them in here... so don't!
  1745.     archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
  1746.     # We need to add '_' to the symbols in $export_symbols first
  1747.     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
  1748.     hardcode_direct=yes
  1749.     hardcode_shlibpath_var=no
  1750.     whole_archive_flag_spec='-all_load $convenience'
  1751.     ;;
  1752.   freebsd1*)
  1753.     ld_shlibs=no
  1754.     ;;
  1755.   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1756.   # support.  Future versions do this automatically, but an explicit c++rt0.o
  1757.   # does not break anything, and helps significantly (at the cost of a little
  1758.   # extra space).
  1759.   freebsd2.2*)
  1760.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  1761.     hardcode_libdir_flag_spec='-R$libdir'
  1762.     hardcode_direct=yes
  1763.     hardcode_shlibpath_var=no
  1764.     ;;
  1765.   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1766.   freebsd2*)
  1767.     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1768.     hardcode_direct=yes
  1769.     hardcode_minus_L=yes
  1770.     hardcode_shlibpath_var=no
  1771.     ;;
  1772.   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1773.   freebsd*)
  1774.     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  1775.     hardcode_libdir_flag_spec='-R$libdir'
  1776.     hardcode_direct=yes
  1777.     hardcode_shlibpath_var=no
  1778.     ;;
  1779.   hpux9* | hpux10* | hpux11*)
  1780.     case $host_os in
  1781.     hpux9*) 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' ;;
  1782.     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
  1783.     esac
  1784.     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1785.     hardcode_libdir_separator=:
  1786.     hardcode_direct=yes
  1787.     hardcode_minus_L=yes # Not in the search PATH, but as the default
  1788.  # location of the library.
  1789.     export_dynamic_flag_spec='${wl}-E'
  1790.     ;;
  1791.   irix5* | irix6* | nonstopux*)
  1792.     if test "$GCC" = yes; then
  1793.       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'
  1794.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1795.     else
  1796.       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'
  1797.       hardcode_libdir_flag_spec='-rpath $libdir'
  1798.     fi
  1799.     hardcode_libdir_separator=:
  1800.     link_all_deplibs=yes
  1801.     ;;
  1802.   netbsd*)
  1803.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1804.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  1805.     else
  1806.       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  1807.     fi
  1808.     hardcode_libdir_flag_spec='-R$libdir'
  1809.     hardcode_direct=yes
  1810.     hardcode_shlibpath_var=no
  1811.     ;;
  1812.   newsos6)
  1813.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1814.     hardcode_direct=yes
  1815.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1816.     hardcode_libdir_separator=:
  1817.     hardcode_shlibpath_var=no
  1818.     ;;
  1819.   openbsd*)
  1820.     hardcode_direct=yes
  1821.     hardcode_shlibpath_var=no
  1822.     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1823.       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1824.       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  1825.       export_dynamic_flag_spec='${wl}-E'
  1826.     else
  1827.       case "$host_os" in
  1828.       openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  1829. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1830. hardcode_libdir_flag_spec='-R$libdir'
  1831.         ;;
  1832.       *)
  1833.         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1834.         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  1835.         ;;
  1836.       esac
  1837.     fi
  1838.     ;;
  1839.   os2*)
  1840.     hardcode_libdir_flag_spec='-L$libdir'
  1841.     hardcode_minus_L=yes
  1842.     allow_undefined_flag=unsupported
  1843.     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'
  1844.     old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  1845.     ;;
  1846.   osf3*)
  1847.     if test "$GCC" = yes; then
  1848.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1849.       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'
  1850.     else
  1851.       allow_undefined_flag=' -expect_unresolved *'
  1852.       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'
  1853.     fi
  1854.     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1855.     hardcode_libdir_separator=:
  1856.     ;;
  1857.   osf4* | osf5*) # as osf3* with the addition of -msym flag
  1858.     if test "$GCC" = yes; then
  1859.       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1860.       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'
  1861.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1862.     else
  1863.       allow_undefined_flag=' -expect_unresolved *'
  1864.       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'
  1865.       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  1866.       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
  1867.       #Both c and cxx compiler support -rpath directly
  1868.       hardcode_libdir_flag_spec='-rpath $libdir'
  1869.     fi
  1870.     hardcode_libdir_separator=:
  1871.     ;;
  1872.   sco3.2v5*)
  1873.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1874.     hardcode_shlibpath_var=no
  1875.     runpath_var=LD_RUN_PATH
  1876.     hardcode_runpath_var=yes
  1877.     export_dynamic_flag_spec='${wl}-Bexport'
  1878.     ;;
  1879.   solaris*)
  1880.     # gcc --version < 3.0 without binutils cannot create self contained
  1881.     # shared libraries reliably, requiring libgcc.a to resolve some of
  1882.     # the object symbols generated in some cases.  Libraries that use
  1883.     # assert need libgcc.a to resolve __eprintf, for example.  Linking
  1884.     # a copy of libgcc.a into every shared library to guarantee resolving
  1885.     # such symbols causes other problems:  According to Tim Van Holder
  1886.     # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
  1887.     # (to the application) exception stack for one thing.
  1888.     no_undefined_flag=' -z defs'
  1889.     if test "$GCC" = yes; then
  1890.       case `$CC --version 2>/dev/null` in
  1891.       [12].*)
  1892. cat <<EOF 1>&2
  1893. *** Warning: Releases of GCC earlier than version 3.0 cannot reliably
  1894. *** create self contained shared libraries on Solaris systems, without
  1895. *** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
  1896. *** -no-undefined support, which will at least allow you to build shared
  1897. *** libraries.  However, you may find that when you link such libraries
  1898. *** into an application without using GCC, you have to manually add
  1899. *** `gcc --print-libgcc-file-name` to the link command.  We urge you to
  1900. *** upgrade to a newer version of GCC.  Another option is to rebuild your
  1901. *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
  1902. EOF
  1903.         no_undefined_flag=
  1904. ;;
  1905.       esac
  1906.     fi
  1907.     # $CC -shared without GNU ld will not create a library from C++
  1908.     # object files and a static libstdc++, better avoid it by now
  1909.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1910.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1911. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  1912.     hardcode_libdir_flag_spec='-R$libdir'
  1913.     hardcode_shlibpath_var=no
  1914.     case $host_os in
  1915.     solaris2.[0-5] | solaris2.[0-5].*) ;;
  1916.     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  1917.       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
  1918.     esac
  1919.     link_all_deplibs=yes
  1920.     ;;
  1921.   sunos4*)
  1922.     if test "x$host_vendor" = xsequent; then
  1923.       # Use $CC to link under sequent, because it throws in some extra .o
  1924.       # files that make .init and .fini sections work.
  1925.       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  1926.     else
  1927.       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  1928.     fi
  1929.     hardcode_libdir_flag_spec='-L$libdir'
  1930.     hardcode_direct=yes
  1931.     hardcode_minus_L=yes
  1932.     hardcode_shlibpath_var=no
  1933.     ;;
  1934.   sysv4)
  1935.     case $host_vendor in
  1936.       sni)
  1937.         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1938.         hardcode_direct=yes # is this really true???
  1939.         ;;
  1940.       siemens)
  1941.         ## LD is ld it makes a PLAMLIB
  1942.         ## CC just makes a GrossModule.
  1943.         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1944.         reload_cmds='$CC -r -o $output$reload_objs'
  1945.         hardcode_direct=no
  1946.         ;;
  1947.       motorola)
  1948.         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1949.         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
  1950.         ;;
  1951.     esac
  1952.     runpath_var='LD_RUN_PATH'
  1953.     hardcode_shlibpath_var=no
  1954.     ;;
  1955.   sysv4.3*)
  1956.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1957.     hardcode_shlibpath_var=no
  1958.     export_dynamic_flag_spec='-Bexport'
  1959.     ;;
  1960.   sysv5*)
  1961.     no_undefined_flag=' -z text'
  1962.     # $CC -shared without GNU ld will not create a library from C++
  1963.     # object files and a static libstdc++, better avoid it by now
  1964.     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1965.     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1966. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  1967.     hardcode_libdir_flag_spec=
  1968.     hardcode_shlibpath_var=no
  1969.     runpath_var='LD_RUN_PATH'
  1970.     ;;
  1971.   uts4*)
  1972.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1973.     hardcode_libdir_flag_spec='-L$libdir'
  1974.     hardcode_shlibpath_var=no
  1975.     ;;
  1976.   dgux*)
  1977.     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1978.     hardcode_libdir_flag_spec='-L$libdir'
  1979.     hardcode_shlibpath_var=no
  1980.     ;;
  1981.   sysv4*MP*)
  1982.     if test -d /usr/nec; then
  1983.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1984.       hardcode_shlibpath_var=no
  1985.       runpath_var=LD_RUN_PATH
  1986.       hardcode_runpath_var=yes
  1987.       ld_shlibs=yes
  1988.     fi
  1989.     ;;
  1990.   sysv4.2uw2*)
  1991.     archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1992.     hardcode_direct=yes
  1993.     hardcode_minus_L=no
  1994.     hardcode_shlibpath_var=no
  1995.     hardcode_runpath_var=yes
  1996.     runpath_var=LD_RUN_PATH
  1997.     ;;
  1998.   sysv5uw7* | unixware7*)
  1999.     no_undefined_flag='${wl}-z ${wl}text'
  2000.     if test "$GCC" = yes; then
  2001.       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  2002.     else
  2003.       archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  2004.     fi
  2005.     runpath_var='LD_RUN_PATH'
  2006.     hardcode_shlibpath_var=no
  2007.     ;;
  2008.   *)
  2009.     ld_shlibs=no
  2010.     ;;
  2011.   esac
  2012. fi
  2013. echo "$as_me:$LINENO: result: $ld_shlibs" >&5
  2014. echo "${ECHO_T}$ld_shlibs" >&6
  2015. test "$ld_shlibs" = no && can_build_shared=no
  2016. # Check hardcoding attributes.
  2017. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  2018. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
  2019. hardcode_action=
  2020. if test -n "$hardcode_libdir_flag_spec" || 
  2021.    test -n "$runpath_var"; then
  2022.   # We can hardcode non-existant directories.
  2023.   if test "$hardcode_direct" != no &&
  2024.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  2025.      # have to relink, otherwise we might link with an installed library
  2026.      # when we should be linking with a yet-to-be-installed one
  2027.      ## test "$hardcode_shlibpath_var" != no &&
  2028.      test "$hardcode_minus_L" != no; then
  2029.     # Linking always hardcodes the temporary library directory.
  2030.     hardcode_action=relink
  2031.   else
  2032.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  2033.     hardcode_action=immediate
  2034.   fi
  2035. else
  2036.   # We cannot hardcode anything, or else we can only hardcode existing
  2037.   # directories.
  2038.   hardcode_action=unsupported
  2039. fi
  2040. echo "$as_me:$LINENO: result: $hardcode_action" >&5
  2041. echo "${ECHO_T}$hardcode_action" >&6
  2042. striplib=
  2043. old_striplib=
  2044. echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  2045. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
  2046. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  2047.   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  2048.   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  2049.   echo "$as_me:$LINENO: result: yes" >&5
  2050. echo "${ECHO_T}yes" >&6
  2051. else
  2052.   echo "$as_me:$LINENO: result: no" >&5
  2053. echo "${ECHO_T}no" >&6
  2054. fi
  2055. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  2056. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  2057. # PORTME Fill in your ld.so characteristics
  2058. echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  2059. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
  2060. library_names_spec=
  2061. libname_spec='lib$name'
  2062. soname_spec=
  2063. postinstall_cmds=
  2064. postuninstall_cmds=
  2065. finish_cmds=
  2066. finish_eval=
  2067. shlibpath_var=
  2068. shlibpath_overrides_runpath=unknown
  2069. version_type=none
  2070. dynamic_linker="$host_os ld.so"
  2071. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  2072. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  2073. case $host_os in
  2074. aix3*)
  2075.   version_type=linux
  2076.   library_names_spec='${libname}${release}.so$versuffix $libname.a'
  2077.   shlibpath_var=LIBPATH
  2078.   # AIX has no versioning support, so we append a major version to the name.
  2079.   soname_spec='${libname}${release}.so$major'
  2080.   ;;
  2081. aix4* | aix5*)
  2082.   version_type=linux
  2083.   need_lib_prefix=no
  2084.   need_version=no
  2085.   hardcode_into_libs=yes
  2086.   if test "$host_cpu" = ia64; then
  2087.     # AIX 5 supports IA64
  2088.     library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
  2089.     shlibpath_var=LD_LIBRARY_PATH
  2090.   else
  2091.     # With GCC up to 2.95.x, collect2 would create an import file
  2092.     # for dependence libraries.  The import file would start with
  2093.     # the line `#! .'.  This would cause the generated library to
  2094.     # depend on `.', always an invalid library.  This was fixed in
  2095.     # development snapshots of GCC prior to 3.0.
  2096.     case $host_os in
  2097.       aix4 | aix4.[01] | aix4.[01].*)
  2098. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  2099.      echo ' yes '
  2100.      echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  2101.   :
  2102. else
  2103.   can_build_shared=no
  2104. fi
  2105. ;;
  2106.     esac
  2107.     # AIX (on Power*) has no versioning support, so currently we can
  2108.     # not hardcode correct soname into executable. Probably we can
  2109.     # add versioning support to collect2, so additional links can
  2110.     # be useful in future.
  2111.     if test "$aix_use_runtimelinking" = yes; then
  2112.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  2113.       # instead of lib<name>.a to let people know that these are not
  2114.       # typical AIX shared libraries.
  2115.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2116.     else
  2117.       # We preserve .a as extension for shared libraries through AIX4.2
  2118.       # and later when we are not doing run time linking.
  2119.       library_names_spec='${libname}${release}.a $libname.a'
  2120.       soname_spec='${libname}${release}.so$major'
  2121.     fi
  2122.     shlibpath_var=LIBPATH
  2123.   fi
  2124.   hardcode_into_libs=yes
  2125.   ;;
  2126. amigaos*)
  2127.   library_names_spec='$libname.ixlibrary $libname.a'
  2128.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  2129.   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'
  2130.   ;;
  2131. beos*)
  2132.   library_names_spec='${libname}.so'
  2133.   dynamic_linker="$host_os ld.so"
  2134.   shlibpath_var=LIBRARY_PATH
  2135.   ;;
  2136. bsdi4*)
  2137.   version_type=linux
  2138.   need_version=no
  2139.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2140.   soname_spec='${libname}${release}.so$major'
  2141.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  2142.   shlibpath_var=LD_LIBRARY_PATH
  2143.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  2144.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  2145.   export_dynamic_flag_spec=-rdynamic
  2146.   # the default ld.so.conf also contains /usr/contrib/lib and
  2147.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  2148.   # libtool to hard-code these into programs
  2149.   ;;
  2150. cygwin* | mingw* | pw32*)
  2151.   version_type=windows
  2152.   need_version=no
  2153.   need_lib_prefix=no
  2154.   case $GCC,$host_os in
  2155.   yes,cygwin*)
  2156.     library_names_spec='$libname.dll.a'
  2157.     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
  2158.     postinstall_cmds='dlpath=`bash 2>&1 -c '''. $dir/${file}i;echo $dlname'''`~
  2159.       dldir=$destdir/`dirname $dlpath`~
  2160.       test -d $dldir || mkdir -p $dldir~
  2161.       $install_prog .libs/$dlname $dldir/$dlname'
  2162.     postuninstall_cmds='dldll=`bash 2>&1 -c '''. $file; echo $dlname'''`~
  2163.       dlpath=$dir/$dldll~
  2164.        $rm $dlpath'
  2165.     ;;
  2166.   yes,mingw*)
  2167.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
  2168.     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"`
  2169.     ;;
  2170.   yes,pw32*)
  2171.     library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
  2172.     ;;
  2173.   *)
  2174.     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
  2175.     ;;
  2176.   esac
  2177.   dynamic_linker='Win32 ld.exe'
  2178.   # FIXME: first we should search . and the directory the executable is in
  2179.   shlibpath_var=PATH
  2180.   ;;
  2181. darwin* | rhapsody*)
  2182.   dynamic_linker="$host_os dyld"
  2183.   version_type=darwin
  2184.   need_lib_prefix=no
  2185.   need_version=no
  2186.   # FIXME: Relying on posixy $() will cause problems for
  2187.   #        cross-compilation, but unfortunately the echo tests do not
  2188.   #        yet detect zsh echo's removal of  escapes.
  2189.   library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
  2190.   soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
  2191.   shlibpath_overrides_runpath=yes
  2192.   shlibpath_var=DYLD_LIBRARY_PATH
  2193.   ;;
  2194. freebsd1*)
  2195.   dynamic_linker=no
  2196.   ;;
  2197. freebsd*-gnu*)
  2198.   version_type=linux
  2199.   need_lib_prefix=no
  2200.   need_version=no
  2201.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2202.   soname_spec='${libname}${release}.so$major'
  2203.   shlibpath_var=LD_LIBRARY_PATH
  2204.   shlibpath_overrides_runpath=no
  2205.   hardcode_into_libs=yes
  2206.   dynamic_linker='GNU/FreeBSD ld.so'
  2207.   ;;
  2208. freebsd*)
  2209.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  2210.   version_type=freebsd-$objformat
  2211.   case $version_type in
  2212.     freebsd-elf*)
  2213.       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
  2214.       need_version=no
  2215.       need_lib_prefix=no
  2216.       ;;
  2217.     freebsd-*)
  2218.       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
  2219.       need_version=yes
  2220.       ;;
  2221.   esac
  2222.   shlibpath_var=LD_LIBRARY_PATH
  2223.   case $host_os in
  2224.   freebsd2*)
  2225.     shlibpath_overrides_runpath=yes
  2226.     ;;
  2227.   *)
  2228.     shlibpath_overrides_runpath=no
  2229.     hardcode_into_libs=yes
  2230.     ;;
  2231.   esac
  2232.   ;;
  2233. gnu*)
  2234.   version_type=linux
  2235.   need_lib_prefix=no
  2236.   need_version=no
  2237.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
  2238.   soname_spec='${libname}${release}.so$major'
  2239.   shlibpath_var=LD_LIBRARY_PATH
  2240.   hardcode_into_libs=yes
  2241.   ;;
  2242. hpux9* | hpux10* | hpux11*)
  2243.   # Give a soname corresponding to the major version so that dld.sl refuses to
  2244.   # link against other versions.
  2245.   dynamic_linker="$host_os dld.sl"
  2246.   version_type=sunos
  2247.   need_lib_prefix=no
  2248.   need_version=no
  2249.   shlibpath_var=SHLIB_PATH
  2250.   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  2251.   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
  2252.   soname_spec='${libname}${release}.sl$major'
  2253.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  2254.   postinstall_cmds='chmod 555 $lib'
  2255.   ;;
  2256. irix5* | irix6* | nonstopux*)
  2257.   case $host_os in
  2258.     nonstopux*) version_type=nonstopux ;;
  2259.     *)          version_type=irix ;;
  2260.   esac
  2261.   need_lib_prefix=no
  2262.   need_version=no
  2263.   soname_spec='${libname}${release}.so$major'
  2264.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
  2265.   case $host_os in
  2266.   irix5* | nonstopux*)
  2267.     libsuff= shlibsuff=
  2268.     ;;
  2269.   *)
  2270.     case $LD in # libtool.m4 will add one of these switches to LD
  2271.     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
  2272.     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
  2273.     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
  2274.     *) libsuff= shlibsuff= libmagic=never-match;;
  2275.     esac
  2276.     ;;
  2277.   esac
  2278.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  2279.   shlibpath_overrides_runpath=no
  2280.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  2281.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  2282.   ;;
  2283. # No shared lib support for Linux oldld, aout, or coff.
  2284. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
  2285.   dynamic_linker=no
  2286.   ;;
  2287. # This must be Linux ELF.
  2288. linux-gnu*)
  2289.   version_type=linux
  2290.   need_lib_prefix=no
  2291.   need_version=no
  2292.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2293.   soname_spec='${libname}${release}.so$major'
  2294.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  2295.   shlibpath_var=LD_LIBRARY_PATH
  2296.   shlibpath_overrides_runpath=no
  2297.   # This implies no fast_install, which is unacceptable.
  2298.   # Some rework will be needed to allow for fast_install
  2299.   # before this can be enabled.
  2300.   hardcode_into_libs=yes
  2301.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  2302.   # powerpc, because MkLinux only supported shared libraries with the
  2303.   # GNU dynamic linker.  Since this was broken with cross compilers,
  2304.   # most powerpc-linux boxes support dynamic linking these days and
  2305.   # people can always --disable-shared, the test was removed, and we
  2306.   # assume the GNU/Linux dynamic linker is in use.
  2307.   dynamic_linker='GNU/Linux ld.so'
  2308.   ;;
  2309. netbsd*)
  2310.   version_type=sunos
  2311.   need_lib_prefix=no
  2312.   need_version=no
  2313.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  2314.     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  2315.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  2316.     dynamic_linker='NetBSD (a.out) ld.so'
  2317.   else
  2318.     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
  2319.     soname_spec='${libname}${release}.so$major'
  2320.     dynamic_linker='NetBSD ld.elf_so'
  2321.   fi
  2322.   shlibpath_var=LD_LIBRARY_PATH
  2323.   shlibpath_overrides_runpath=yes
  2324.   hardcode_into_libs=yes
  2325.   ;;
  2326. newsos6)
  2327.   version_type=linux
  2328.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2329.   shlibpath_var=LD_LIBRARY_PATH
  2330.   shlibpath_overrides_runpath=yes
  2331.   ;;
  2332. openbsd*)
  2333.   version_type=sunos
  2334.   need_lib_prefix=no
  2335.   need_version=no
  2336.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  2337.     case "$host_os" in
  2338.     openbsd2.[89] | openbsd2.[89].*)
  2339.       shlibpath_overrides_runpath=no
  2340.       ;;
  2341.     *)
  2342.       shlibpath_overrides_runpath=yes
  2343.       ;;
  2344.     esac
  2345.   else
  2346.     shlibpath_overrides_runpath=yes
  2347.   fi
  2348.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  2349.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  2350.   shlibpath_var=LD_LIBRARY_PATH
  2351.   ;;
  2352. os2*)
  2353.   libname_spec='$name'
  2354.   need_lib_prefix=no
  2355.   library_names_spec='$libname.dll $libname.a'
  2356.   dynamic_linker='OS/2 ld.exe'
  2357.   shlibpath_var=LIBPATH
  2358.   ;;
  2359. osf3* | osf4* | osf5*)
  2360.   version_type=osf
  2361.   need_version=no
  2362.   need_lib_prefix=no
  2363.   soname_spec='${libname}${release}.so$major'
  2364.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2365.   shlibpath_var=LD_LIBRARY_PATH
  2366.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  2367.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  2368.   hardcode_into_libs=yes
  2369.   ;;
  2370. sco3.2v5*)
  2371.   version_type=osf
  2372.   soname_spec='${libname}${release}.so$major'
  2373.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2374.   shlibpath_var=LD_LIBRARY_PATH
  2375.   ;;
  2376. solaris*)
  2377.   version_type=linux
  2378.   need_lib_prefix=no
  2379.   need_version=no
  2380.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2381.   soname_spec='${libname}${release}.so$major'
  2382.   shlibpath_var=LD_LIBRARY_PATH
  2383.   shlibpath_overrides_runpath=yes
  2384.   hardcode_into_libs=yes
  2385.   # ldd complains unless libraries are executable
  2386.   postinstall_cmds='chmod +x $lib'
  2387.   ;;
  2388. sunos4*)
  2389.   version_type=sunos
  2390.   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
  2391.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  2392.   shlibpath_var=LD_LIBRARY_PATH
  2393.   shlibpath_overrides_runpath=yes
  2394.   if test "$with_gnu_ld" = yes; then
  2395.     need_lib_prefix=no
  2396.   fi
  2397.   need_version=yes
  2398.   ;;
  2399. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  2400.   version_type=linux
  2401.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2402.   soname_spec='${libname}${release}.so$major'
  2403.   shlibpath_var=LD_LIBRARY_PATH
  2404.   case $host_vendor in
  2405.     sni)
  2406.       shlibpath_overrides_runpath=no
  2407.       need_lib_prefix=no
  2408.       export_dynamic_flag_spec='${wl}-Blargedynsym'
  2409.       runpath_var=LD_RUN_PATH
  2410.       ;;
  2411.     siemens)
  2412.       need_lib_prefix=no
  2413.       ;;
  2414.     motorola)
  2415.       need_lib_prefix=no
  2416.       need_version=no
  2417.       shlibpath_overrides_runpath=no
  2418.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  2419.       ;;
  2420.   esac
  2421.   ;;
  2422. uts4*)
  2423.   version_type=linux
  2424.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2425.   soname_spec='${libname}${release}.so$major'
  2426.   shlibpath_var=LD_LIBRARY_PATH
  2427.   ;;
  2428. dgux*)
  2429.   version_type=linux
  2430.   need_lib_prefix=no
  2431.   need_version=no
  2432.   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
  2433.   soname_spec='${libname}${release}.so$major'
  2434.   shlibpath_var=LD_LIBRARY_PATH
  2435.   ;;
  2436. sysv4*MP*)
  2437.   if test -d /usr/nec ;then
  2438.     version_type=linux
  2439.     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
  2440.     soname_spec='$libname.so.$major'
  2441.     shlibpath_var=LD_LIBRARY_PATH
  2442.   fi
  2443.   ;;
  2444. *)
  2445.   dynamic_linker=no
  2446.   ;;
  2447. esac
  2448. echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  2449. echo "${ECHO_T}$dynamic_linker" >&6
  2450. test "$dynamic_linker" = no && can_build_shared=no
  2451. # Report the final consequences.
  2452. echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
  2453. echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
  2454. echo "$as_me:$LINENO: result: $can_build_shared" >&5
  2455. echo "${ECHO_T}$can_build_shared" >&6
  2456. echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
  2457. echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
  2458. test "$can_build_shared" = "no" && enable_shared=no
  2459. # On AIX, shared libraries and static libraries use the same namespace, and
  2460. # are all built from PIC.
  2461. case "$host_os" in
  2462. aix3*)
  2463.   test "$enable_shared" = yes && enable_static=no
  2464.   if test -n "$RANLIB"; then
  2465.     archive_cmds="$archive_cmds~$RANLIB $lib"
  2466.     postinstall_cmds='$RANLIB $lib'
  2467.   fi
  2468.   ;;
  2469. aix4*)
  2470.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  2471.     test "$enable_shared" = yes && enable_static=no
  2472.   fi
  2473.   ;;
  2474. esac
  2475. echo "$as_me:$LINENO: result: $enable_shared" >&5
  2476. echo "${ECHO_T}$enable_shared" >&6
  2477. echo "$as_me:$LINENO: checking whether to build static libraries" >&5
  2478. echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
  2479. # Make sure either enable_shared or enable_static is yes.
  2480. test "$enable_shared" = yes || enable_static=yes
  2481. echo "$as_me:$LINENO: result: $enable_static" >&5
  2482. echo "${ECHO_T}$enable_static" >&6
  2483. if test "$hardcode_action" = relink; then
  2484.   # Fast installation is not supported
  2485.   enable_fast_install=no
  2486. elif test "$shlibpath_overrides_runpath" = yes ||
  2487.      test "$enable_shared" = no; then
  2488.   # Fast installation is not necessary
  2489.   enable_fast_install=needless
  2490. fi
  2491. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  2492. if test "$GCC" = yes; then
  2493.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  2494. fi
  2495. if test "x$enable_dlopen" != xyes; then
  2496.   enable_dlopen=unknown
  2497.   enable_dlopen_self=unknown
  2498.   enable_dlopen_self_static=unknown
  2499. else
  2500.   lt_cv_dlopen=no
  2501.   lt_cv_dlopen_libs=
  2502.   case $host_os in
  2503.   beos*)
  2504.     lt_cv_dlopen="load_add_on"
  2505.     lt_cv_dlopen_libs=
  2506.     lt_cv_dlopen_self=yes
  2507.     ;;
  2508.   cygwin* | mingw* | pw32*)
  2509.     lt_cv_dlopen="LoadLibrary"
  2510.     lt_cv_dlopen_libs=
  2511.    ;;
  2512.   *)
  2513.     echo "$as_me:$LINENO: checking for shl_load" >&5
  2514. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
  2515. if test "${ac_cv_func_shl_load+set}" = set; then
  2516.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2517. else
  2518.   cat >conftest.$ac_ext <<_ACEOF
  2519. #line $LINENO "configure"
  2520. /* confdefs.h.  */
  2521. _ACEOF
  2522. cat confdefs.h >>conftest.$ac_ext
  2523. cat >>conftest.$ac_ext <<_ACEOF
  2524. /* end confdefs.h.  */
  2525. /* System header to define __stub macros and hopefully few prototypes,
  2526.     which can conflict with char shl_load (); below.
  2527.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2528.     <limits.h> exists even on freestanding compilers.  */
  2529. #ifdef __STDC__
  2530. # include <limits.h>
  2531. #else
  2532. # include <assert.h>
  2533. #endif
  2534. /* Override any gcc2 internal prototype to avoid an error.  */
  2535. #ifdef __cplusplus
  2536. extern "C"
  2537. {
  2538. #endif
  2539. /* We use char because int might match the return type of a gcc2
  2540.    builtin and then its argument prototype would still apply.  */
  2541. char shl_load ();
  2542. /* The GNU C library defines this for functions which it implements
  2543.     to always fail with ENOSYS.  Some functions are actually named
  2544.     something starting with __ and the normal name is an alias.  */
  2545. #if defined (__stub_shl_load) || defined (__stub___shl_load)
  2546. choke me
  2547. #else
  2548. char (*f) () = shl_load;
  2549. #endif
  2550. #ifdef __cplusplus
  2551. }
  2552. #endif
  2553. int
  2554. main ()
  2555. {
  2556. return f != shl_load;
  2557.   ;
  2558.   return 0;
  2559. }
  2560. _ACEOF
  2561. rm -f conftest.$ac_objext conftest$ac_exeext
  2562. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2563.   (eval $ac_link) 2>&5
  2564.   ac_status=$?
  2565.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2566.   (exit $ac_status); } &&
  2567.          { ac_try='test -s conftest$ac_exeext'
  2568.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2569.   (eval $ac_try) 2>&5
  2570.   ac_status=$?
  2571.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2572.   (exit $ac_status); }; }; then
  2573.   ac_cv_func_shl_load=yes
  2574. else
  2575.   echo "$as_me: failed program was:" >&5
  2576. sed 's/^/| /' conftest.$ac_ext >&5
  2577. ac_cv_func_shl_load=no
  2578. fi
  2579. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2580. fi
  2581. echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  2582. echo "${ECHO_T}$ac_cv_func_shl_load" >&6
  2583. if test $ac_cv_func_shl_load = yes; then
  2584.   lt_cv_dlopen="shl_load"
  2585. else
  2586.   echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  2587. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
  2588. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  2589.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2590. else
  2591.   ac_check_lib_save_LIBS=$LIBS
  2592. LIBS="-ldld  $LIBS"
  2593. cat >conftest.$ac_ext <<_ACEOF
  2594. #line $LINENO "configure"
  2595. /* confdefs.h.  */
  2596. _ACEOF
  2597. cat confdefs.h >>conftest.$ac_ext
  2598. cat >>conftest.$ac_ext <<_ACEOF
  2599. /* end confdefs.h.  */
  2600. /* Override any gcc2 internal prototype to avoid an error.  */
  2601. #ifdef __cplusplus
  2602. extern "C"
  2603. #endif
  2604. /* We use char because int might match the return type of a gcc2
  2605.    builtin and then its argument prototype would still apply.  */
  2606. char shl_load ();
  2607. int
  2608. main ()
  2609. {
  2610. shl_load ();
  2611.   ;
  2612.   return 0;
  2613. }
  2614. _ACEOF
  2615. rm -f conftest.$ac_objext conftest$ac_exeext
  2616. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2617.   (eval $ac_link) 2>&5
  2618.   ac_status=$?
  2619.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2620.   (exit $ac_status); } &&
  2621.          { ac_try='test -s conftest$ac_exeext'
  2622.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2623.   (eval $ac_try) 2>&5
  2624.   ac_status=$?
  2625.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2626.   (exit $ac_status); }; }; then
  2627.   ac_cv_lib_dld_shl_load=yes
  2628. else
  2629.   echo "$as_me: failed program was:" >&5
  2630. sed 's/^/| /' conftest.$ac_ext >&5
  2631. ac_cv_lib_dld_shl_load=no
  2632. fi
  2633. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2634. LIBS=$ac_check_lib_save_LIBS
  2635. fi
  2636. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  2637. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
  2638. if test $ac_cv_lib_dld_shl_load = yes; then
  2639.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  2640. else
  2641.   echo "$as_me:$LINENO: checking for dlopen" >&5
  2642. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
  2643. if test "${ac_cv_func_dlopen+set}" = set; then
  2644.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2645. else
  2646.   cat >conftest.$ac_ext <<_ACEOF
  2647. #line $LINENO "configure"
  2648. /* confdefs.h.  */
  2649. _ACEOF
  2650. cat confdefs.h >>conftest.$ac_ext
  2651. cat >>conftest.$ac_ext <<_ACEOF
  2652. /* end confdefs.h.  */
  2653. /* System header to define __stub macros and hopefully few prototypes,
  2654.     which can conflict with char dlopen (); below.
  2655.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2656.     <limits.h> exists even on freestanding compilers.  */
  2657. #ifdef __STDC__
  2658. # include <limits.h>
  2659. #else
  2660. # include <assert.h>
  2661. #endif
  2662. /* Override any gcc2 internal prototype to avoid an error.  */
  2663. #ifdef __cplusplus
  2664. extern "C"
  2665. {
  2666. #endif
  2667. /* We use char because int might match the return type of a gcc2
  2668.    builtin and then its argument prototype would still apply.  */
  2669. char dlopen ();
  2670. /* The GNU C library defines this for functions which it implements
  2671.     to always fail with ENOSYS.  Some functions are actually named
  2672.     something starting with __ and the normal name is an alias.  */
  2673. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  2674. choke me
  2675. #else
  2676. char (*f) () = dlopen;
  2677. #endif
  2678. #ifdef __cplusplus
  2679. }
  2680. #endif
  2681. int
  2682. main ()
  2683. {
  2684. return f != dlopen;
  2685.   ;
  2686.   return 0;
  2687. }
  2688. _ACEOF
  2689. rm -f conftest.$ac_objext conftest$ac_exeext
  2690. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2691.   (eval $ac_link) 2>&5
  2692.   ac_status=$?
  2693.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2694.   (exit $ac_status); } &&
  2695.          { ac_try='test -s conftest$ac_exeext'
  2696.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2697.   (eval $ac_try) 2>&5
  2698.   ac_status=$?
  2699.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2700.   (exit $ac_status); }; }; then
  2701.   ac_cv_func_dlopen=yes
  2702. else
  2703.   echo "$as_me: failed program was:" >&5
  2704. sed 's/^/| /' conftest.$ac_ext >&5
  2705. ac_cv_func_dlopen=no
  2706. fi
  2707. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2708. fi
  2709. echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  2710. echo "${ECHO_T}$ac_cv_func_dlopen" >&6
  2711. if test $ac_cv_func_dlopen = yes; then
  2712.   lt_cv_dlopen="dlopen"
  2713. else
  2714.   echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  2715. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
  2716. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  2717.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2718. else
  2719.   ac_check_lib_save_LIBS=$LIBS
  2720. LIBS="-ldl  $LIBS"
  2721. cat >conftest.$ac_ext <<_ACEOF
  2722. #line $LINENO "configure"
  2723. /* confdefs.h.  */
  2724. _ACEOF
  2725. cat confdefs.h >>conftest.$ac_ext
  2726. cat >>conftest.$ac_ext <<_ACEOF
  2727. /* end confdefs.h.  */
  2728. /* Override any gcc2 internal prototype to avoid an error.  */
  2729. #ifdef __cplusplus
  2730. extern "C"
  2731. #endif
  2732. /* We use char because int might match the return type of a gcc2
  2733.    builtin and then its argument prototype would still apply.  */
  2734. char dlopen ();
  2735. int
  2736. main ()
  2737. {
  2738. dlopen ();
  2739.   ;
  2740.   return 0;
  2741. }
  2742. _ACEOF
  2743. rm -f conftest.$ac_objext conftest$ac_exeext
  2744. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2745.   (eval $ac_link) 2>&5
  2746.   ac_status=$?
  2747.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2748.   (exit $ac_status); } &&
  2749.          { ac_try='test -s conftest$ac_exeext'
  2750.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2751.   (eval $ac_try) 2>&5
  2752.   ac_status=$?
  2753.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2754.   (exit $ac_status); }; }; then
  2755.   ac_cv_lib_dl_dlopen=yes
  2756. else
  2757.   echo "$as_me: failed program was:" >&5
  2758. sed 's/^/| /' conftest.$ac_ext >&5
  2759. ac_cv_lib_dl_dlopen=no
  2760. fi
  2761. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2762. LIBS=$ac_check_lib_save_LIBS
  2763. fi
  2764. echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  2765. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
  2766. if test $ac_cv_lib_dl_dlopen = yes; then
  2767.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  2768. else
  2769.   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  2770. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
  2771. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  2772.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2773. else
  2774.   ac_check_lib_save_LIBS=$LIBS
  2775. LIBS="-lsvld  $LIBS"
  2776. cat >conftest.$ac_ext <<_ACEOF
  2777. #line $LINENO "configure"
  2778. /* confdefs.h.  */
  2779. _ACEOF
  2780. cat confdefs.h >>conftest.$ac_ext
  2781. cat >>conftest.$ac_ext <<_ACEOF
  2782. /* end confdefs.h.  */
  2783. /* Override any gcc2 internal prototype to avoid an error.  */
  2784. #ifdef __cplusplus
  2785. extern "C"
  2786. #endif
  2787. /* We use char because int might match the return type of a gcc2
  2788.    builtin and then its argument prototype would still apply.  */
  2789. char dlopen ();
  2790. int
  2791. main ()
  2792. {
  2793. dlopen ();
  2794.   ;
  2795.   return 0;
  2796. }
  2797. _ACEOF
  2798. rm -f conftest.$ac_objext conftest$ac_exeext
  2799. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2800.   (eval $ac_link) 2>&5
  2801.   ac_status=$?
  2802.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2803.   (exit $ac_status); } &&
  2804.          { ac_try='test -s conftest$ac_exeext'
  2805.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2806.   (eval $ac_try) 2>&5
  2807.   ac_status=$?
  2808.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2809.   (exit $ac_status); }; }; then
  2810.   ac_cv_lib_svld_dlopen=yes
  2811. else
  2812.   echo "$as_me: failed program was:" >&5
  2813. sed 's/^/| /' conftest.$ac_ext >&5
  2814. ac_cv_lib_svld_dlopen=no
  2815. fi
  2816. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2817. LIBS=$ac_check_lib_save_LIBS
  2818. fi
  2819. echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  2820. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
  2821. if test $ac_cv_lib_svld_dlopen = yes; then
  2822.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  2823. else
  2824.   echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  2825. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
  2826. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  2827.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2828. else
  2829.   ac_check_lib_save_LIBS=$LIBS
  2830. LIBS="-ldld  $LIBS"
  2831. cat >conftest.$ac_ext <<_ACEOF
  2832. #line $LINENO "configure"
  2833. /* confdefs.h.  */
  2834. _ACEOF
  2835. cat confdefs.h >>conftest.$ac_ext
  2836. cat >>conftest.$ac_ext <<_ACEOF
  2837. /* end confdefs.h.  */
  2838. /* Override any gcc2 internal prototype to avoid an error.  */
  2839. #ifdef __cplusplus
  2840. extern "C"
  2841. #endif
  2842. /* We use char because int might match the return type of a gcc2
  2843.    builtin and then its argument prototype would still apply.  */
  2844. char dld_link ();
  2845. int
  2846. main ()
  2847. {
  2848. dld_link ();
  2849.   ;
  2850.   return 0;
  2851. }
  2852. _ACEOF
  2853. rm -f conftest.$ac_objext conftest$ac_exeext
  2854. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2855.   (eval $ac_link) 2>&5
  2856.   ac_status=$?
  2857.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2858.   (exit $ac_status); } &&
  2859.          { ac_try='test -s conftest$ac_exeext'
  2860.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2861.   (eval $ac_try) 2>&5
  2862.   ac_status=$?
  2863.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2864.   (exit $ac_status); }; }; then
  2865.   ac_cv_lib_dld_dld_link=yes
  2866. else
  2867.   echo "$as_me: failed program was:" >&5
  2868. sed 's/^/| /' conftest.$ac_ext >&5
  2869. ac_cv_lib_dld_dld_link=no
  2870. fi
  2871. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  2872. LIBS=$ac_check_lib_save_LIBS
  2873. fi
  2874. echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  2875. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
  2876. if test $ac_cv_lib_dld_dld_link = yes; then
  2877.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  2878. fi
  2879. fi
  2880. fi
  2881. fi
  2882. fi
  2883. fi
  2884.     ;;
  2885.   esac
  2886.   if test "x$lt_cv_dlopen" != xno; then
  2887.     enable_dlopen=yes
  2888.   else
  2889.     enable_dlopen=no
  2890.   fi
  2891.   case $lt_cv_dlopen in
  2892.   dlopen)
  2893.     save_CPPFLAGS="$CPPFLAGS"
  2894.         test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  2895.     save_LDFLAGS="$LDFLAGS"
  2896.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  2897.     save_LIBS="$LIBS"
  2898.     LIBS="$lt_cv_dlopen_libs $LIBS"
  2899.     echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  2900. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
  2901. if test "${lt_cv_dlopen_self+set}" = set; then
  2902.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2903. else
  2904.      if test "$cross_compiling" = yes; then :
  2905.   lt_cv_dlopen_self=cross
  2906. else
  2907.     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2908.   lt_status=$lt_dlunknown
  2909.   cat > conftest.$ac_ext <<EOF
  2910. #line 6996 "configure"
  2911. #include "confdefs.h"
  2912. #if HAVE_DLFCN_H
  2913. #include <dlfcn.h>
  2914. #endif
  2915. #include <stdio.h>
  2916. #ifdef RTLD_GLOBAL
  2917. #  define LT_DLGLOBAL RTLD_GLOBAL
  2918. #else
  2919. #  ifdef DL_GLOBAL
  2920. #    define LT_DLGLOBAL DL_GLOBAL
  2921. #  else
  2922. #    define LT_DLGLOBAL 0
  2923. #  endif
  2924. #endif
  2925. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  2926.    find out it does not work in some platform. */
  2927. #ifndef LT_DLLAZY_OR_NOW
  2928. #  ifdef RTLD_LAZY
  2929. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  2930. #  else
  2931. #    ifdef DL_LAZY
  2932. #      define LT_DLLAZY_OR_NOW DL_LAZY
  2933. #    else
  2934. #      ifdef RTLD_NOW
  2935. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  2936. #      else
  2937. #        ifdef DL_NOW
  2938. #          define LT_DLLAZY_OR_NOW DL_NOW
  2939. #        else
  2940. #          define LT_DLLAZY_OR_NOW 0
  2941. #        endif
  2942. #      endif
  2943. #    endif
  2944. #  endif
  2945. #endif
  2946. #ifdef __cplusplus
  2947. extern "C" void exit (int);
  2948. #endif
  2949. void fnord() { int i=42;}
  2950. int main ()
  2951. {
  2952.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  2953.   int status = $lt_dlunknown;
  2954.   if (self)
  2955.     {
  2956.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  2957.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  2958.       /* dlclose (self); */
  2959.     }
  2960.     exit (status);
  2961. }
  2962. EOF
  2963.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2964.   (eval $ac_link) 2>&5
  2965.   ac_status=$?
  2966.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2967.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  2968.     (./conftest; exit; ) 2>/dev/null
  2969.     lt_status=$?
  2970.     case x$lt_status in
  2971.       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  2972.       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  2973.       x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
  2974.     esac
  2975.   else :
  2976.     # compilation failed
  2977.     lt_cv_dlopen_self=no
  2978.   fi
  2979. fi
  2980. rm -fr conftest*
  2981. fi
  2982. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  2983. echo "${ECHO_T}$lt_cv_dlopen_self" >&6
  2984.     if test "x$lt_cv_dlopen_self" = xyes; then
  2985.       LDFLAGS="$LDFLAGS $link_static_flag"
  2986.       echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  2987. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
  2988. if test "${lt_cv_dlopen_self_static+set}" = set; then
  2989.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2990. else
  2991.      if test "$cross_compiling" = yes; then :
  2992.   lt_cv_dlopen_self_static=cross
  2993. else
  2994.     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2995.   lt_status=$lt_dlunknown
  2996.   cat > conftest.$ac_ext <<EOF
  2997. #line 7094 "configure"
  2998. #include "confdefs.h"
  2999. #if HAVE_DLFCN_H
  3000. #include <dlfcn.h>
  3001. #endif
  3002. #include <stdio.h>
  3003. #ifdef RTLD_GLOBAL
  3004. #  define LT_DLGLOBAL RTLD_GLOBAL
  3005. #else
  3006. #  ifdef DL_GLOBAL
  3007. #    define LT_DLGLOBAL DL_GLOBAL
  3008. #  else
  3009. #    define LT_DLGLOBAL 0
  3010. #  endif
  3011. #endif
  3012. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  3013.    find out it does not work in some platform. */
  3014. #ifndef LT_DLLAZY_OR_NOW
  3015. #  ifdef RTLD_LAZY
  3016. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  3017. #  else
  3018. #    ifdef DL_LAZY
  3019. #      define LT_DLLAZY_OR_NOW DL_LAZY
  3020. #    else
  3021. #      ifdef RTLD_NOW
  3022. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  3023. #      else
  3024. #        ifdef DL_NOW
  3025. #          define LT_DLLAZY_OR_NOW DL_NOW
  3026. #        else
  3027. #          define LT_DLLAZY_OR_NOW 0
  3028. #        endif
  3029. #      endif
  3030. #    endif
  3031. #  endif
  3032. #endif
  3033. #ifdef __cplusplus
  3034. extern "C" void exit (int);
  3035. #endif
  3036. void fnord() { int i=42;}
  3037. int main ()
  3038. {
  3039.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  3040.   int status = $lt_dlunknown;
  3041.   if (self)
  3042.     {
  3043.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  3044.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  3045.       /* dlclose (self); */
  3046.     }
  3047.     exit (status);
  3048. }
  3049. EOF
  3050.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3051.   (eval $ac_link) 2>&5
  3052.   ac_status=$?
  3053.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3054.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  3055.     (./conftest; exit; ) 2>/dev/null
  3056.     lt_status=$?
  3057.     case x$lt_status in
  3058.       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  3059.       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  3060.       x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
  3061.     esac
  3062.   else :
  3063.     # compilation failed
  3064.     lt_cv_dlopen_self_static=no
  3065.   fi
  3066. fi
  3067. rm -fr conftest*
  3068. fi
  3069. echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  3070. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
  3071.     fi
  3072.     CPPFLAGS="$save_CPPFLAGS"
  3073.     LDFLAGS="$save_LDFLAGS"
  3074.     LIBS="$save_LIBS"
  3075.     ;;
  3076.   esac
  3077.   case $lt_cv_dlopen_self in
  3078.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  3079.   *) enable_dlopen_self=unknown ;;
  3080.   esac
  3081.   case $lt_cv_dlopen_self_static in
  3082.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  3083.   *) enable_dlopen_self_static=unknown ;;
  3084.   esac
  3085. fi
  3086. if test "$enable_shared" = yes && test "$GCC" = yes; then
  3087.   case $archive_cmds in
  3088.   *'~'*)
  3089.     # FIXME: we may have to deal with multi-command sequences.
  3090.     ;;
  3091.   '$CC '*)
  3092.     # Test whether the compiler implicitly links with -lc since on some
  3093.     # systems, -lgcc has to come before -lc. If gcc already passes -lc
  3094.     # to ld, don't add -lc before -lgcc.
  3095.     echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  3096. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
  3097.     if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
  3098.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3099. else
  3100.   $rm conftest*
  3101.     echo 'static int dummy;' > conftest.$ac_ext
  3102.     if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3103.   (eval $ac_compile) 2>&5
  3104.   ac_status=$?
  3105.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3106.   (exit $ac_status); }; then
  3107.       soname=conftest
  3108.       lib=conftest
  3109.       libobjs=conftest.$ac_objext
  3110.       deplibs=
  3111.       wl=$lt_cv_prog_cc_wl
  3112.       compiler_flags=-v
  3113.       linker_flags=-v
  3114.       verstring=
  3115.       output_objdir=.
  3116.       libname=conftest
  3117.       save_allow_undefined_flag=$allow_undefined_flag
  3118.       allow_undefined_flag=
  3119.       if { (eval echo "$as_me:$LINENO: "$archive_cmds 2>&1 | grep " -lc " >/dev/null 2>&1"") >&5
  3120.   (eval $archive_cmds 2>&1 | grep " -lc " >/dev/null 2>&1) 2>&5
  3121.   ac_status=$?
  3122.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3123.   (exit $ac_status); }
  3124.       then
  3125. lt_cv_archive_cmds_need_lc=no
  3126.       else
  3127. lt_cv_archive_cmds_need_lc=yes
  3128.       fi
  3129.       allow_undefined_flag=$save_allow_undefined_flag
  3130.     else
  3131.       cat conftest.err 1>&5
  3132.     fi
  3133. fi
  3134.     echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
  3135. echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
  3136.     ;;
  3137.   esac
  3138. fi
  3139. need_lc=${lt_cv_archive_cmds_need_lc-yes}
  3140. # The second clause should only fire when bootstrapping the
  3141. # libtool distribution, otherwise you forgot to ship ltmain.sh
  3142. # with your package, and you will get complaints that there are
  3143. # no rules to generate ltmain.sh.
  3144. if test -f "$ltmain"; then
  3145.   :
  3146. else
  3147.   # If there is no Makefile yet, we rely on a make rule to execute
  3148.   # `config.status --recheck' to rerun these tests and create the
  3149.   # libtool script then.
  3150.   test -f Makefile && make "$ltmain"
  3151. fi
  3152. if test -f "$ltmain"; then
  3153.   trap "$rm "${ofile}T"; exit 1" 1 2 15
  3154.   $rm -f "${ofile}T"
  3155.   echo creating $ofile
  3156.   # Now quote all the things that may contain metacharacters while being
  3157.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  3158.   # variables and quote the copies for generation of the libtool script.
  3159.   for var in echo old_CC old_CFLAGS SED 
  3160.     AR AR_FLAGS CC LD LN_S NM SHELL 
  3161.     reload_flag reload_cmds wl 
  3162.     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec 
  3163.     thread_safe_flag_spec whole_archive_flag_spec libname_spec 
  3164.     library_names_spec soname_spec 
  3165.     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds 
  3166.     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds 
  3167.     postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds 
  3168.     old_striplib striplib file_magic_cmd export_symbols_cmds 
  3169.     deplibs_check_method allow_undefined_flag no_undefined_flag 
  3170.     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl 
  3171.     global_symbol_to_c_name_address 
  3172.     hardcode_libdir_flag_spec hardcode_libdir_separator  
  3173.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  3174.     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
  3175.     case $var in
  3176.     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | 
  3177.     old_postinstall_cmds | old_postuninstall_cmds | 
  3178.     export_symbols_cmds | archive_cmds | archive_expsym_cmds | 
  3179.     extract_expsyms_cmds | old_archive_from_expsyms_cmds | 
  3180.     postinstall_cmds | postuninstall_cmds | 
  3181.     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  3182.       # Double-quote double-evaled strings.
  3183.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  3184.       ;;
  3185.     *)
  3186.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  3187.       ;;
  3188.     esac
  3189.   done
  3190.   cat <<__EOF__ > "${ofile}T"
  3191. #! $SHELL
  3192. # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  3193. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  3194. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  3195. #
  3196. # Copyright (C) 1996-2000 Free Software Foundation, Inc.
  3197. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  3198. #
  3199. # This program is free software; you can redistribute it and/or modify
  3200. # it under the terms of the GNU General Public License as published by
  3201. # the Free Software Foundation; either version 2 of the License, or
  3202. # (at your option) any later version.
  3203. #
  3204. # This program is distributed in the hope that it will be useful, but
  3205. # WITHOUT ANY WARRANTY; without even the implied warranty of
  3206. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  3207. # General Public License for more details.
  3208. #
  3209. # You should have received a copy of the GNU General Public License
  3210. # along with this program; if not, write to the Free Software
  3211. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  3212. #
  3213. # As a special exception to the GNU General Public License, if you
  3214. # distribute this file as part of a program that contains a
  3215. # configuration script generated by Autoconf, you may include it under
  3216. # the same distribution terms that you use for the rest of that program.
  3217. # A sed that does not truncate output.
  3218. SED=$lt_SED
  3219. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  3220. Xsed="${SED} -e s/^X//"
  3221. # The HP-UX ksh and POSIX shell print the target directory to stdout
  3222. # if CDPATH is set.
  3223. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  3224. # ### BEGIN LIBTOOL CONFIG
  3225. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3226. # Shell to use when invoking shell scripts.
  3227. SHELL=$lt_SHELL
  3228. # Whether or not to build shared libraries.
  3229. build_libtool_libs=$enable_shared
  3230. # Whether or not to build static libraries.
  3231. build_old_libs=$enable_static
  3232. # Whether or not to add -lc for building shared libraries.
  3233. build_libtool_need_lc=$need_lc
  3234. # Whether or not to optimize for fast installation.
  3235. fast_install=$enable_fast_install
  3236. # The host system.
  3237. host_alias=$host_alias
  3238. host=$host
  3239. # An echo program that does not interpret backslashes.
  3240. echo=$lt_echo
  3241. # The archiver.
  3242. AR=$lt_AR
  3243. AR_FLAGS=$lt_AR_FLAGS
  3244. # The default C compiler.
  3245. CC=$lt_CC
  3246. # Is the compiler the GNU C compiler?
  3247. with_gcc=$GCC
  3248. # The linker used to build libraries.
  3249. LD=$lt_LD
  3250. # Whether we need hard or soft links.
  3251. LN_S=$lt_LN_S
  3252. # A BSD-compatible nm program.
  3253. NM=$lt_NM
  3254. # A symbol stripping program
  3255. STRIP=$STRIP
  3256. # Used to examine libraries when file_magic_cmd begins "file"
  3257. MAGIC_CMD=$MAGIC_CMD
  3258. # Used on cygwin: DLL creation program.
  3259. DLLTOOL="$DLLTOOL"
  3260. # Used on cygwin: object dumper.
  3261. OBJDUMP="$OBJDUMP"
  3262. # Used on cygwin: assembler.
  3263. AS="$AS"
  3264. # The name of the directory that contains temporary libtool files.
  3265. objdir=$objdir
  3266. # How to create reloadable object files.
  3267. reload_flag=$lt_reload_flag
  3268. reload_cmds=$lt_reload_cmds
  3269. # How to pass a linker flag through the compiler.
  3270. wl=$lt_wl
  3271. # Object file suffix (normally "o").
  3272. objext="$ac_objext"
  3273. # Old archive suffix (normally "a").
  3274. libext="$libext"
  3275. # Executable file suffix (normally "").
  3276. exeext="$exeext"
  3277. # Additional compiler flags for building library objects.
  3278. pic_flag=$lt_pic_flag
  3279. pic_mode=$pic_mode
  3280. # Does compiler simultaneously support -c and -o options?
  3281. compiler_c_o=$lt_compiler_c_o
  3282. # Can we write directly to a .lo ?
  3283. compiler_o_lo=$lt_compiler_o_lo
  3284. # Must we lock files when doing compilation ?
  3285. need_locks=$lt_need_locks
  3286. # Do we need the lib prefix for modules?
  3287. need_lib_prefix=$need_lib_prefix
  3288. # Do we need a version for libraries?
  3289. need_version=$need_version
  3290. # Whether dlopen is supported.
  3291. dlopen_support=$enable_dlopen
  3292. # Whether dlopen of programs is supported.
  3293. dlopen_self=$enable_dlopen_self
  3294. # Whether dlopen of statically linked programs is supported.
  3295. dlopen_self_static=$enable_dlopen_self_static
  3296. # Compiler flag to prevent dynamic linking.
  3297. link_static_flag=$lt_link_static_flag
  3298. # Compiler flag to turn off builtin functions.
  3299. no_builtin_flag=$lt_no_builtin_flag
  3300. # Compiler flag to allow reflexive dlopens.
  3301. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  3302. # Compiler flag to generate shared objects directly from archives.
  3303. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  3304. # Compiler flag to generate thread-safe objects.
  3305. thread_safe_flag_spec=$lt_thread_safe_flag_spec
  3306. # Library versioning type.
  3307. version_type=$version_type
  3308. # Format of library name prefix.
  3309. libname_spec=$lt_libname_spec
  3310. # List of archive names.  First name is the real one, the rest are links.
  3311. # The last name is the one that the linker finds with -lNAME.
  3312. library_names_spec=$lt_library_names_spec
  3313. # The coded name of the library, if different from the real name.
  3314. soname_spec=$lt_soname_spec
  3315. # Commands used to build and install an old-style archive.
  3316. RANLIB=$lt_RANLIB
  3317. old_archive_cmds=$lt_old_archive_cmds
  3318. old_postinstall_cmds=$lt_old_postinstall_cmds
  3319. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  3320. # Create an old-style archive from a shared archive.
  3321. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  3322. # Create a temporary old-style archive to link instead of a shared archive.
  3323. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  3324. # Commands used to build and install a shared archive.
  3325. archive_cmds=$lt_archive_cmds
  3326. archive_expsym_cmds=$lt_archive_expsym_cmds
  3327. postinstall_cmds=$lt_postinstall_cmds
  3328. postuninstall_cmds=$lt_postuninstall_cmds
  3329. # Commands to strip libraries.
  3330. old_striplib=$lt_old_striplib
  3331. striplib=$lt_striplib
  3332. # Method to check whether dependent libraries are shared objects.
  3333. deplibs_check_method=$lt_deplibs_check_method
  3334. # Command to use when deplibs_check_method == file_magic.
  3335. file_magic_cmd=$lt_file_magic_cmd
  3336. # Flag that allows shared libraries with undefined symbols to be built.
  3337. allow_undefined_flag=$lt_allow_undefined_flag
  3338. # Flag that forces no undefined symbols.
  3339. no_undefined_flag=$lt_no_undefined_flag
  3340. # Commands used to finish a libtool library installation in a directory.
  3341. finish_cmds=$lt_finish_cmds
  3342. # Same as above, but a single script fragment to be evaled but not shown.
  3343. finish_eval=$lt_finish_eval
  3344. # Take the output of nm and produce a listing of raw symbols and C names.
  3345. global_symbol_pipe=$lt_global_symbol_pipe
  3346. # Transform the output of nm in a proper C declaration
  3347. global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
  3348. # Transform the output of nm in a C name address pair
  3349. global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
  3350. # This is the shared library runtime path variable.
  3351. runpath_var=$runpath_var
  3352. # This is the shared library path variable.
  3353. shlibpath_var=$shlibpath_var
  3354. # Is shlibpath searched before the hard-coded library search path?
  3355. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  3356. # How to hardcode a shared library path into an executable.
  3357. hardcode_action=$hardcode_action
  3358. # Whether we should hardcode library paths into libraries.
  3359. hardcode_into_libs=$hardcode_into_libs
  3360. # Flag to hardcode $libdir into a binary during linking.
  3361. # This must work even if $libdir does not exist.
  3362. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  3363. # Whether we need a single -rpath flag with a separated argument.
  3364. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  3365. # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
  3366. # resulting binary.
  3367. hardcode_direct=$hardcode_direct
  3368. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  3369. # resulting binary.
  3370. hardcode_minus_L=$hardcode_minus_L
  3371. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  3372. # the resulting binary.
  3373. hardcode_shlibpath_var=$hardcode_shlibpath_var
  3374. # Variables whose values should be saved in libtool wrapper scripts and
  3375. # restored at relink time.
  3376. variables_saved_for_relink="$variables_saved_for_relink"
  3377. # Whether libtool must link a program against all its dependency libraries.
  3378. link_all_deplibs=$link_all_deplibs
  3379. # Compile-time system search path for libraries