Advertisement
Guest User

Untitled

a guest
Jan 4th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.84 KB | None | 0 0
  1. #! /bin/sh
  2. # Generated by configure.
  3. # Run this file to recreate the current configuration.
  4. # Compiler output produced by configure, useful for debugging
  5. # configure, is in config.log if it exists.
  6.  
  7. debug=false
  8. ac_cs_recheck=false
  9. ac_cs_silent=false
  10.  
  11. SHELL=${CONFIG_SHELL-/bin/sh}
  12. export SHELL
  13. ## -------------------- ##
  14. ## M4sh Initialization. ##
  15. ## -------------------- ##
  16.  
  17. # Be more Bourne compatible
  18. DUALCASE=1; export DUALCASE # for MKS sh
  19. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  20. emulate sh
  21. NULLCMD=:
  22. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  23. # is contrary to our usage. Disable this feature.
  24. alias -g '${1+"$@"}'='"$@"'
  25. setopt NO_GLOB_SUBST
  26. else
  27. case `(set -o) 2>/dev/null` in #(
  28. *posix*) :
  29. set -o posix ;; #(
  30. *) :
  31. ;;
  32. esac
  33. fi
  34.  
  35.  
  36. as_nl='
  37. '
  38. export as_nl
  39. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  40. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  42. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  43. # Prefer a ksh shell builtin over an external printf program on Solaris,
  44. # but without wasting forks for bash or zsh.
  45. if test -z "$BASH_VERSION$ZSH_VERSION" \
  46. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  47. as_echo='print -r --'
  48. as_echo_n='print -rn --'
  49. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  50. as_echo='printf %s\n'
  51. as_echo_n='printf %s'
  52. else
  53. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  54. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  55. as_echo_n='/usr/ucb/echo -n'
  56. else
  57. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  58. as_echo_n_body='eval
  59. arg=$1;
  60. case $arg in #(
  61. *"$as_nl"*)
  62. expr "X$arg" : "X\\(.*\\)$as_nl";
  63. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  64. esac;
  65. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  66. '
  67. export as_echo_n_body
  68. as_echo_n='sh -c $as_echo_n_body as_echo'
  69. fi
  70. export as_echo_body
  71. as_echo='sh -c $as_echo_body as_echo'
  72. fi
  73.  
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76. PATH_SEPARATOR=:
  77. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  78. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  79. PATH_SEPARATOR=';'
  80. }
  81. fi
  82.  
  83.  
  84. # IFS
  85. # We need space, tab and new line, in precisely that order. Quoting is
  86. # there to prevent editors from complaining about space-tab.
  87. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  88. # splitting by setting IFS to empty value.)
  89. IFS=" "" $as_nl"
  90.  
  91. # Find who we are. Look in the path if we contain no directory separator.
  92. as_myself=
  93. case $0 in #((
  94. *[\\/]* ) as_myself=$0 ;;
  95. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  96. for as_dir in $PATH
  97. do
  98. IFS=$as_save_IFS
  99. test -z "$as_dir" && as_dir=.
  100. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  101. done
  102. IFS=$as_save_IFS
  103.  
  104. ;;
  105. esac
  106. # We did not find ourselves, most probably we were run as `sh COMMAND'
  107. # in which case we are not to be found in the path.
  108. if test "x$as_myself" = x; then
  109. as_myself=$0
  110. fi
  111. if test ! -f "$as_myself"; then
  112. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  113. exit 1
  114. fi
  115.  
  116. # Unset variables that we do not need and which cause bugs (e.g. in
  117. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  118. # suppresses any "Segmentation fault" message there. '((' could
  119. # trigger a bug in pdksh 5.2.14.
  120. for as_var in BASH_ENV ENV MAIL MAILPATH
  121. do eval test x\${$as_var+set} = xset \
  122. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  123. done
  124. PS1='$ '
  125. PS2='> '
  126. PS4='+ '
  127.  
  128. # NLS nuisances.
  129. LC_ALL=C
  130. export LC_ALL
  131. LANGUAGE=C
  132. export LANGUAGE
  133.  
  134. # CDPATH.
  135. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  136.  
  137.  
  138. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  139. # ----------------------------------------
  140. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  141. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  142. # script with STATUS, using 1 if that was 0.
  143. as_fn_error ()
  144. {
  145. as_status=$1; test $as_status -eq 0 && as_status=1
  146. if test "$4"; then
  147. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  148. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  149. fi
  150. $as_echo "$as_me: error: $2" >&2
  151. as_fn_exit $as_status
  152. } # as_fn_error
  153.  
  154.  
  155. # as_fn_set_status STATUS
  156. # -----------------------
  157. # Set $? to STATUS, without forking.
  158. as_fn_set_status ()
  159. {
  160. return $1
  161. } # as_fn_set_status
  162.  
  163. # as_fn_exit STATUS
  164. # -----------------
  165. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  166. as_fn_exit ()
  167. {
  168. set +e
  169. as_fn_set_status $1
  170. exit $1
  171. } # as_fn_exit
  172.  
  173. # as_fn_unset VAR
  174. # ---------------
  175. # Portably unset VAR.
  176. as_fn_unset ()
  177. {
  178. { eval $1=; unset $1;}
  179. }
  180. as_unset=as_fn_unset
  181. # as_fn_append VAR VALUE
  182. # ----------------------
  183. # Append the text in VALUE to the end of the definition contained in VAR. Take
  184. # advantage of any shell optimizations that allow amortized linear growth over
  185. # repeated appends, instead of the typical quadratic growth present in naive
  186. # implementations.
  187. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  188. eval 'as_fn_append ()
  189. {
  190. eval $1+=\$2
  191. }'
  192. else
  193. as_fn_append ()
  194. {
  195. eval $1=\$$1\$2
  196. }
  197. fi # as_fn_append
  198.  
  199. # as_fn_arith ARG...
  200. # ------------------
  201. # Perform arithmetic evaluation on the ARGs, and store the result in the
  202. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  203. # must be portable across $(()) and expr.
  204. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  205. eval 'as_fn_arith ()
  206. {
  207. as_val=$(( $* ))
  208. }'
  209. else
  210. as_fn_arith ()
  211. {
  212. as_val=`expr "$@" || test $? -eq 1`
  213. }
  214. fi # as_fn_arith
  215.  
  216.  
  217. if expr a : '\(a\)' >/dev/null 2>&1 &&
  218. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  219. as_expr=expr
  220. else
  221. as_expr=false
  222. fi
  223.  
  224. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  225. as_basename=basename
  226. else
  227. as_basename=false
  228. fi
  229.  
  230. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  231. as_dirname=dirname
  232. else
  233. as_dirname=false
  234. fi
  235.  
  236. as_me=`$as_basename -- "$0" ||
  237. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  238. X"$0" : 'X\(//\)$' \| \
  239. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  240. $as_echo X/"$0" |
  241. sed '/^.*\/\([^/][^/]*\)\/*$/{
  242. s//\1/
  243. q
  244. }
  245. /^X\/\(\/\/\)$/{
  246. s//\1/
  247. q
  248. }
  249. /^X\/\(\/\).*/{
  250. s//\1/
  251. q
  252. }
  253. s/.*/./; q'`
  254.  
  255. # Avoid depending upon Character Ranges.
  256. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  257. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  258. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  259. as_cr_digits='0123456789'
  260. as_cr_alnum=$as_cr_Letters$as_cr_digits
  261.  
  262. ECHO_C= ECHO_N= ECHO_T=
  263. case `echo -n x` in #(((((
  264. -n*)
  265. case `echo 'xy\c'` in
  266. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  267. xy) ECHO_C='\c';;
  268. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  269. ECHO_T=' ';;
  270. esac;;
  271. *)
  272. ECHO_N='-n';;
  273. esac
  274.  
  275. rm -f conf$$ conf$$.exe conf$$.file
  276. if test -d conf$$.dir; then
  277. rm -f conf$$.dir/conf$$.file
  278. else
  279. rm -f conf$$.dir
  280. mkdir conf$$.dir 2>/dev/null
  281. fi
  282. if (echo >conf$$.file) 2>/dev/null; then
  283. if ln -s conf$$.file conf$$ 2>/dev/null; then
  284. as_ln_s='ln -s'
  285. # ... but there are two gotchas:
  286. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  287. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  288. # In both cases, we have to default to `cp -pR'.
  289. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  290. as_ln_s='cp -pR'
  291. elif ln conf$$.file conf$$ 2>/dev/null; then
  292. as_ln_s=ln
  293. else
  294. as_ln_s='cp -pR'
  295. fi
  296. else
  297. as_ln_s='cp -pR'
  298. fi
  299. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  300. rmdir conf$$.dir 2>/dev/null
  301.  
  302.  
  303. # as_fn_mkdir_p
  304. # -------------
  305. # Create "$as_dir" as a directory, including parents if necessary.
  306. as_fn_mkdir_p ()
  307. {
  308.  
  309. case $as_dir in #(
  310. -*) as_dir=./$as_dir;;
  311. esac
  312. test -d "$as_dir" || eval $as_mkdir_p || {
  313. as_dirs=
  314. while :; do
  315. case $as_dir in #(
  316. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  317. *) as_qdir=$as_dir;;
  318. esac
  319. as_dirs="'$as_qdir' $as_dirs"
  320. as_dir=`$as_dirname -- "$as_dir" ||
  321. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  322. X"$as_dir" : 'X\(//\)[^/]' \| \
  323. X"$as_dir" : 'X\(//\)$' \| \
  324. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  325. $as_echo X"$as_dir" |
  326. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  327. s//\1/
  328. q
  329. }
  330. /^X\(\/\/\)[^/].*/{
  331. s//\1/
  332. q
  333. }
  334. /^X\(\/\/\)$/{
  335. s//\1/
  336. q
  337. }
  338. /^X\(\/\).*/{
  339. s//\1/
  340. q
  341. }
  342. s/.*/./; q'`
  343. test -d "$as_dir" && break
  344. done
  345. test -z "$as_dirs" || eval "mkdir $as_dirs"
  346. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  347.  
  348.  
  349. } # as_fn_mkdir_p
  350. if mkdir -p . 2>/dev/null; then
  351. as_mkdir_p='mkdir -p "$as_dir"'
  352. else
  353. test -d ./-p && rmdir ./-p
  354. as_mkdir_p=false
  355. fi
  356.  
  357.  
  358. # as_fn_executable_p FILE
  359. # -----------------------
  360. # Test if FILE is an executable regular file.
  361. as_fn_executable_p ()
  362. {
  363. test -f "$1" && test -x "$1"
  364. } # as_fn_executable_p
  365. as_test_x='test -x'
  366. as_executable_p=as_fn_executable_p
  367.  
  368. # Sed expression to map a string onto a valid CPP name.
  369. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  370.  
  371. # Sed expression to map a string onto a valid variable name.
  372. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  373.  
  374.  
  375. exec 6>&1
  376. ## ----------------------------------- ##
  377. ## Main body of $CONFIG_STATUS script. ##
  378. ## ----------------------------------- ##
  379. # Save the log message, to keep $0 and so on meaningful, and to
  380. # report actual input values of CONFIG_FILES etc. instead of their
  381. # values after options handling.
  382. ac_log="
  383. This file was extended by kodi $as_me 15.2.000, which was
  384. generated by GNU Autoconf 2.69. Invocation command line was
  385.  
  386. CONFIG_FILES = $CONFIG_FILES
  387. CONFIG_HEADERS = $CONFIG_HEADERS
  388. CONFIG_LINKS = $CONFIG_LINKS
  389. CONFIG_COMMANDS = $CONFIG_COMMANDS
  390. $ $0 $@
  391.  
  392. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  393. "
  394.  
  395. # Files that config.status was made for.
  396. config_files=" .dummy Makefile Makefile.include addons/skin.confluence/media/Makefile xbmc/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/cores/VideoRenderers/Makefile xbmc/cores/dvdplayer/Makefile lib/libdvd/Makefile xbmc/cores/DllLoader/Makefile xbmc/cores/DllLoader/exports/Makefile xbmc/cores/dvdplayer/DVDCodecs/Makefile xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile xbmc/cores/dvdplayer/DVDDemuxers/Makefile xbmc/cores/dvdplayer/DVDSubtitles/Makefile xbmc/cores/AudioEngine/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/omxplayer/Makefile xbmc/cores/playercorefactory/Makefile xbmc/music/karaoke/Makefile xbmc/osx/Makefile xbmc/guilib/Makefile xbmc/input/linux/Makefile xbmc/interfaces/Makefile xbmc/network/Makefile xbmc/network/upnp/Makefile lib/libexif/Makefile lib/libhdhomerun/Makefile lib/cximage-6.0/Makefile lib/libUPnP/Makefile xbmc/DllPaths_generated.h xbmc/DllPaths_generated_android.h xbmc/freebsd/Makefile xbmc/linux/Makefile xbmc/filesystem/Makefile xbmc/screensavers/rsxs-0.9/xbmc/Makefile xbmc/visualizations/XBMCProjectM/Makefile xbmc/visualizations/Goom/Makefile xbmc/visualizations/OpenGLSpectrum/Makefile xbmc/visualizations/fishBMC/Makefile xbmc/visualizations/WaveForm/Makefile xbmc/windowing/Makefile xbmc/windowing/egl/Makefile lib/addons/library.xbmc.addon/Makefile lib/addons/library.xbmc.codec/Makefile lib/addons/library.kodi.guilib/Makefile lib/addons/library.xbmc.pvr/Makefile xbmc/visualizations/EGLHelpers/Makefile tools/Linux/kodi.sh tools/Linux/kodi-standalone.sh tools/Linux/kodi-xsession.desktop tools/EventClients/Makefile tools/EventClients/Clients/OSXRemote/Makefile xbmc/peripherals/bus/Makefile xbmc/peripherals/devices/Makefile xbmc/android/activity/Makefile xbmc/android/loader/Makefile xbmc/android/jni/Makefile xbmc/utils/Makefile xbmc/main/Makefile tools/darwin/Configurations/App.xcconfig tools/darwin/Configurations/Common.xcconfig tools/darwin/packaging/ios/mkdeb-ios.sh tools/darwin/packaging/atv2/mkdeb-atv2.sh tools/darwin/packaging/osx/mkdmg-osx.sh tools/darwin/packaging/migrate_to_kodi_ios.sh tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh xbmc/osx/Info.plist xbmc/osx/ios/XBMCIOS-Info.plist xbmc/osx/atv2/XBMCATV2-Info.plist project/cmake/kodi-config.cmake project/cmake/xbmc-config.cmake tools/android/packaging/xbmc/AndroidManifest.xml tools/android/packaging/Makefile tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnAudioFocusChangeListener.java tools/android/packaging/xbmc/strings.xml addons/xbmc.addon/addon.xml xbmc/network/httprequesthandler/python/Makefile xbmc/linux/sse4/Makefile xbmc/interfaces/python/Makefile xbmc/interfaces/python/test/Makefile"
  397. config_headers=" xbmc/config.h"
  398. config_commands=" depfiles libtool"
  399.  
  400. ac_cs_usage="\
  401. \`$as_me' instantiates files and other configuration actions
  402. from templates according to the current configuration. Unless the files
  403. and actions are specified as TAGs, all are instantiated by default.
  404.  
  405. Usage: $0 [OPTION]... [TAG]...
  406.  
  407. -h, --help print this help, then exit
  408. -V, --version print version number and configuration settings, then exit
  409. --config print configuration, then exit
  410. -q, --quiet, --silent
  411. do not print progress messages
  412. -d, --debug don't remove temporary files
  413. --recheck update $as_me by reconfiguring in the same conditions
  414. --file=FILE[:TEMPLATE]
  415. instantiate the configuration file FILE
  416. --header=FILE[:TEMPLATE]
  417. instantiate the configuration header FILE
  418.  
  419. Configuration files:
  420. $config_files
  421.  
  422. Configuration headers:
  423. $config_headers
  424.  
  425. Configuration commands:
  426. $config_commands
  427.  
  428. Report bugs to <http://trac.kodi.tv>."
  429.  
  430. ac_cs_config=""
  431. ac_cs_version="\
  432. kodi config.status 15.2.000
  433. configured by ./configure, generated by GNU Autoconf 2.69,
  434. with options \"$ac_cs_config\"
  435.  
  436. Copyright (C) 2012 Free Software Foundation, Inc.
  437. This config.status script is free software; the Free Software Foundation
  438. gives unlimited permission to copy, distribute and modify it."
  439.  
  440. ac_pwd='/home/kodi/xbmc'
  441. srcdir='.'
  442. INSTALL='/usr/bin/install -c'
  443. MKDIR_P='/bin/mkdir -p'
  444. AWK='gawk'
  445. test -n "$AWK" || AWK=awk
  446. # The default lists apply if the user does not specify any file.
  447. ac_need_defaults=:
  448. while test $# != 0
  449. do
  450. case $1 in
  451. --*=?*)
  452. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  453. ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  454. ac_shift=:
  455. ;;
  456. --*=)
  457. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  458. ac_optarg=
  459. ac_shift=:
  460. ;;
  461. *)
  462. ac_option=$1
  463. ac_optarg=$2
  464. ac_shift=shift
  465. ;;
  466. esac
  467.  
  468. case $ac_option in
  469. # Handling of the options.
  470. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  471. ac_cs_recheck=: ;;
  472. --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  473. $as_echo "$ac_cs_version"; exit ;;
  474. --config | --confi | --conf | --con | --co | --c )
  475. $as_echo "$ac_cs_config"; exit ;;
  476. --debug | --debu | --deb | --de | --d | -d )
  477. debug=: ;;
  478. --file | --fil | --fi | --f )
  479. $ac_shift
  480. case $ac_optarg in
  481. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  482. '') as_fn_error $? "missing file argument" ;;
  483. esac
  484. as_fn_append CONFIG_FILES " '$ac_optarg'"
  485. ac_need_defaults=false;;
  486. --header | --heade | --head | --hea )
  487. $ac_shift
  488. case $ac_optarg in
  489. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  490. esac
  491. as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  492. ac_need_defaults=false;;
  493. --he | --h)
  494. # Conflict between --help and --header
  495. as_fn_error $? "ambiguous option: \`$1'
  496. Try \`$0 --help' for more information.";;
  497. --help | --hel | -h )
  498. $as_echo "$ac_cs_usage"; exit ;;
  499. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  500. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  501. ac_cs_silent=: ;;
  502.  
  503. # This is an error.
  504. -*) as_fn_error $? "unrecognized option: \`$1'
  505. Try \`$0 --help' for more information." ;;
  506.  
  507. *) as_fn_append ac_config_targets " $1"
  508. ac_need_defaults=false ;;
  509.  
  510. esac
  511. shift
  512. done
  513.  
  514. ac_configure_extra_args=
  515.  
  516. if $ac_cs_silent; then
  517. exec 6>/dev/null
  518. ac_configure_extra_args="$ac_configure_extra_args --silent"
  519. fi
  520.  
  521. if $ac_cs_recheck; then
  522. set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion
  523. shift
  524. $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  525. CONFIG_SHELL='/bin/sh'
  526. export CONFIG_SHELL
  527. exec "$@"
  528. fi
  529.  
  530. exec 5>>config.log
  531. {
  532. echo
  533. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  534. ## Running $as_me. ##
  535. _ASBOX
  536. $as_echo "$ac_log"
  537. } >&5
  538.  
  539. #
  540. # INIT-COMMANDS
  541. #
  542. AMDEP_TRUE="" ac_aux_dir="build-aux"
  543.  
  544.  
  545. # The HP-UX ksh and POSIX shell print the target directory to stdout
  546. # if CDPATH is set.
  547. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  548.  
  549. sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
  550. double_quote_subst='s/\(["`\\]\)/\\\1/g'
  551. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  552. macro_version='2.4.6'
  553. macro_revision='2.4.6'
  554. enable_shared='yes'
  555. enable_static='yes'
  556. pic_mode='default'
  557. enable_fast_install='needless'
  558. shared_archive_member_spec=''
  559. SHELL='/bin/sh'
  560. ECHO='printf %s\n'
  561. PATH_SEPARATOR=':'
  562. host_alias=''
  563. host='x86_64-pc-linux-gnu'
  564. host_os='linux-gnu'
  565. build_alias=''
  566. build='x86_64-pc-linux-gnu'
  567. build_os='linux-gnu'
  568. SED='/bin/sed'
  569. Xsed='/bin/sed -e 1s/^X//'
  570. GREP='/bin/grep'
  571. EGREP='/bin/grep -E'
  572. FGREP='/bin/grep -F'
  573. LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  574. NM='/usr/bin/nm -B'
  575. LN_S='ln -s'
  576. max_cmd_len='1572864'
  577. ac_objext='o'
  578. exeext=''
  579. lt_unset='unset'
  580. lt_SP2NL='tr \040 \012'
  581. lt_NL2SP='tr \015\012 \040\040'
  582. lt_cv_to_host_file_cmd='func_convert_file_noop'
  583. lt_cv_to_tool_file_cmd='func_convert_file_noop'
  584. reload_flag=' -r'
  585. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  586. OBJDUMP='objdump'
  587. deplibs_check_method='pass_all'
  588. file_magic_cmd='$MAGIC_CMD'
  589. file_magic_glob=''
  590. want_nocaseglob='no'
  591. DLLTOOL='false'
  592. sharedlib_from_linklib_cmd='printf %s\n'
  593. AR='ar'
  594. AR_FLAGS='cru'
  595. archiver_list_spec='@'
  596. STRIP='strip'
  597. RANLIB='ranlib'
  598. old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
  599. old_postuninstall_cmds=''
  600. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  601. lock_old_archive_extraction='no'
  602. CC='gcc'
  603. CFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  604. compiler='g++'
  605. GCC='yes'
  606. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  607. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  608. lt_cv_sys_global_symbol_to_import=''
  609. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  610. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  611. lt_cv_nm_interface='BSD nm'
  612. nm_file_list_spec='@'
  613. lt_sysroot=''
  614. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  615. objdir='.libs'
  616. MAGIC_CMD='file'
  617. lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  618. lt_prog_compiler_pic=' -fPIC -DPIC'
  619. lt_prog_compiler_wl='-Wl,'
  620. lt_prog_compiler_static='-static'
  621. lt_cv_prog_compiler_c_o='yes'
  622. need_locks='no'
  623. MANIFEST_TOOL=':'
  624. DSYMUTIL=''
  625. NMEDIT=''
  626. LIPO=''
  627. OTOOL=''
  628. OTOOL64=''
  629. libext='a'
  630. shrext_cmds='.so'
  631. extract_expsyms_cmds=''
  632. archive_cmds_need_lc='no'
  633. enable_shared_with_static_runtimes='no'
  634. export_dynamic_flag_spec='$wl--export-dynamic'
  635. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
  636. compiler_needs_object='no'
  637. old_archive_from_new_cmds=''
  638. old_archive_from_expsyms_cmds=''
  639. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
  640. archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
  641. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  642. echo "local: *; };" >> $output_objdir/$libname.ver~
  643. $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
  644. module_cmds=''
  645. module_expsym_cmds=''
  646. with_gnu_ld='yes'
  647. allow_undefined_flag=''
  648. no_undefined_flag=''
  649. hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
  650. hardcode_libdir_separator=''
  651. hardcode_direct='no'
  652. hardcode_direct_absolute='no'
  653. hardcode_minus_L='no'
  654. hardcode_shlibpath_var='unsupported'
  655. hardcode_automatic='no'
  656. inherit_rpath='no'
  657. link_all_deplibs='unknown'
  658. always_export_symbols='no'
  659. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  660. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  661. include_expsyms=''
  662. prelink_cmds=''
  663. postlink_cmds=''
  664. file_list_spec=''
  665. variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
  666. need_lib_prefix='no'
  667. need_version='no'
  668. version_type='linux'
  669. runpath_var='LD_RUN_PATH'
  670. shlibpath_var='LD_LIBRARY_PATH'
  671. shlibpath_overrides_runpath='yes'
  672. libname_spec='lib$name'
  673. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
  674. soname_spec='$libname$release$shared_ext$major'
  675. install_override_mode=''
  676. postinstall_cmds=''
  677. postuninstall_cmds=''
  678. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  679. finish_eval=''
  680. hardcode_into_libs='yes'
  681. sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib64 /lib64 /usr/x86_64-pc-linux-gnu/lib /usr/lib /lib '
  682. configure_time_dlsearch_path='/lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib32/qt4 /usr/lib64/qt4 '
  683. configure_time_lt_sys_library_path=''
  684. hardcode_action='immediate'
  685. enable_dlopen='unknown'
  686. enable_dlopen_self='unknown'
  687. enable_dlopen_self_static='unknown'
  688. old_striplib='strip --strip-debug'
  689. striplib='strip --strip-unneeded'
  690. compiler_lib_search_dirs=''
  691. predep_objects=''
  692. postdep_objects=''
  693. predeps=''
  694. postdeps=''
  695. compiler_lib_search_path=''
  696. LD_CXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  697. reload_flag_CXX=' -r'
  698. reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
  699. old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  700. compiler_CXX='g++'
  701. GCC_CXX='yes'
  702. lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  703. lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
  704. lt_prog_compiler_wl_CXX='-Wl,'
  705. lt_prog_compiler_static_CXX='-static'
  706. lt_cv_prog_compiler_c_o_CXX='yes'
  707. archive_cmds_need_lc_CXX='no'
  708. enable_shared_with_static_runtimes_CXX='no'
  709. export_dynamic_flag_spec_CXX='$wl--export-dynamic'
  710. whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
  711. compiler_needs_object_CXX='no'
  712. old_archive_from_new_cmds_CXX=''
  713. old_archive_from_expsyms_cmds_CXX=''
  714. archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
  715. archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
  716. module_cmds_CXX=''
  717. module_expsym_cmds_CXX=''
  718. with_gnu_ld_CXX='yes'
  719. allow_undefined_flag_CXX=''
  720. no_undefined_flag_CXX=''
  721. hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
  722. hardcode_libdir_separator_CXX=''
  723. hardcode_direct_CXX='no'
  724. hardcode_direct_absolute_CXX='no'
  725. hardcode_minus_L_CXX='no'
  726. hardcode_shlibpath_var_CXX='unsupported'
  727. hardcode_automatic_CXX='no'
  728. inherit_rpath_CXX='no'
  729. link_all_deplibs_CXX='unknown'
  730. always_export_symbols_CXX='no'
  731. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  732. exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  733. include_expsyms_CXX=''
  734. prelink_cmds_CXX=''
  735. postlink_cmds_CXX=''
  736. file_list_spec_CXX=''
  737. hardcode_action_CXX='immediate'
  738. compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../..'
  739. predep_objects_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/crtbeginS.o'
  740. postdep_objects_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/crtn.o'
  741. predeps_CXX=''
  742. postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
  743. compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../..'
  744.  
  745. LTCC='gcc'
  746. LTCFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  747. compiler='gcc'
  748.  
  749. # A function that is used when there is no print builtin or printf.
  750. func_fallback_echo ()
  751. {
  752. eval 'cat <<_LTECHO_EOF
  753. $1
  754. _LTECHO_EOF'
  755. }
  756.  
  757. # Quote evaled strings.
  758. for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
  759. case `eval \\$ECHO \\""\\$$var"\\"` in
  760. *[\\\`\"\$]*)
  761. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
  762. ;;
  763. *)
  764. eval "lt_$var=\\\"\$$var\\\""
  765. ;;
  766. esac
  767. done
  768.  
  769. # Double-quote double-evaled strings.
  770. for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
  771. case `eval \\$ECHO \\""\\$$var"\\"` in
  772. *[\\\`\"\$]*)
  773. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
  774. ;;
  775. *)
  776. eval "lt_$var=\\\"\$$var\\\""
  777. ;;
  778. esac
  779. done
  780.  
  781. ac_aux_dir='build-aux'
  782.  
  783. # See if we are running on zsh, and set the options that allow our
  784. # commands through without removal of \ escapes INIT.
  785. if test -n "${ZSH_VERSION+set}"; then
  786. setopt NO_GLOB_SUBST
  787. fi
  788.  
  789.  
  790. PACKAGE='kodi'
  791. VERSION='15.2.000'
  792. RM='rm -f'
  793. ofile='libtool'
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801. # Handling of arguments.
  802. for ac_config_target in $ac_config_targets
  803. do
  804. case $ac_config_target in
  805. "xbmc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS xbmc/config.h" ;;
  806. "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  807. "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
  808. ".dummy") CONFIG_FILES="$CONFIG_FILES .dummy" ;;
  809. "${OUTPUT_FILES}") CONFIG_FILES="$CONFIG_FILES ${OUTPUT_FILES}" ;;
  810.  
  811. *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  812. esac
  813. done
  814.  
  815.  
  816. # If the user did not use the arguments to specify the items to instantiate,
  817. # then the envvar interface is used. Set only those that are not.
  818. # We use the long form for the default assignment because of an extremely
  819. # bizarre bug on SunOS 4.1.3.
  820. if $ac_need_defaults; then
  821. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  822. test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  823. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  824. fi
  825.  
  826. # Have a temporary directory for convenience. Make it in the build tree
  827. # simply because there is no reason against having it here, and in addition,
  828. # creating and moving files from /tmp can sometimes cause problems.
  829. # Hook for its removal unless debugging.
  830. # Note that there is a small window in which the directory will not be cleaned:
  831. # after its creation but before its name has been assigned to `$tmp'.
  832. $debug ||
  833. {
  834. tmp= ac_tmp=
  835. trap 'exit_status=$?
  836. : "${ac_tmp:=$tmp}"
  837. { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  838. ' 0
  839. trap 'as_fn_exit 1' 1 2 13 15
  840. }
  841. # Create a (secure) tmp directory for tmp files.
  842.  
  843. {
  844. tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  845. test -d "$tmp"
  846. } ||
  847. {
  848. tmp=./conf$$-$RANDOM
  849. (umask 077 && mkdir "$tmp")
  850. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  851. ac_tmp=$tmp
  852.  
  853. # Set up the scripts for CONFIG_FILES section.
  854. # No need to generate them if there are no CONFIG_FILES.
  855. # This happens for instance with `./config.status config.h'.
  856. if test -n "$CONFIG_FILES"; then
  857.  
  858. if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
  859. ac_cs_awk_getline=:
  860. ac_cs_awk_pipe_init=
  861. ac_cs_awk_read_file='
  862. while ((getline aline < (F[key])) > 0)
  863. print(aline)
  864. close(F[key])'
  865. ac_cs_awk_pipe_fini=
  866. else
  867. ac_cs_awk_getline=false
  868. ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
  869. ac_cs_awk_read_file='
  870. print "|#_!!_#|"
  871. print "cat " F[key] " &&"
  872. '$ac_cs_awk_pipe_init
  873. # The final `:' finishes the AND list.
  874. ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
  875. fi
  876. ac_cr=`echo X | tr X '\015'`
  877. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  878. # But we know of no other shell where ac_cr would be empty at this
  879. # point, so we can use a bashism as a fallback.
  880. if test "x$ac_cr" = x; then
  881. eval ac_cr=\$\'\\r\'
  882. fi
  883. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  884. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  885. ac_cs_awk_cr='\\r'
  886. else
  887. ac_cs_awk_cr=$ac_cr
  888. fi
  889.  
  890. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  891. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  892. F["XBMC_STANDALONE_SH_PULSE"]="/dev/null"
  893. _ACAWK
  894. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  895. S["am__EXEEXT_FALSE"]=""
  896. S["am__EXEEXT_TRUE"]="#"
  897. S["LTLIBOBJS"]=""
  898. S["USE_BREAKPAD"]="0"
  899. S["USE_X11"]="1"
  900. S["USE_MMAL"]=""
  901. S["USE_SSE4"]="1"
  902. S["UPNP_DEFINES"]="-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT=\"\\\"UPnP/1.0 DLNADOC/1.50 Kodi\\\"\" -DPLT_HTTP_DEFAULT_SERVER=\"\\\"UPnP/1.0 DLNADOC/1.50 Kodi\\\""\
  903. "\""
  904. S["USE_DOXYGEN"]="0"
  905. S["GTEST_CONFIGURED"]="1"
  906. S["USE_ANDROID"]=""
  907. S["USE_OMXLIB"]=""
  908. S["USE_XKBCOMMON"]=""
  909. S["USE_UPNP"]="1"
  910. S["USE_WEB_SERVER"]="1"
  911. S["USE_WAYLAND"]=""
  912. S["USE_MYSQL"]="1"
  913. S["USE_LIBCEC"]="0"
  914. S["USE_LIBUSB"]="0"
  915. S["USE_LIBUDEV"]="1"
  916. S["USE_AIRTUNES"]="0"
  917. S["USE_TEXTUREPACKER"]="0"
  918. S["USE_ALSA"]="1"
  919. S["HAVE_LIBPULSE"]="0"
  920. S["USE_PULSE"]="0"
  921. S["USE_OPENMAX"]="0"
  922. S["USE_AIRPLAY"]="0"
  923. S["USE_LIBNFS"]="0"
  924. S["USE_LIBSMBCLIENT"]="1"
  925. S["USE_VAAPI"]="1"
  926. S["USE_VDPAU"]="0"
  927. S["USE_OPENGLES"]="0"
  928. S["USE_OPENGL"]="1"
  929. S["LIBMEPG2_BASENAME"]=""
  930. S["LIBASS_BASENAME"]=""
  931. S["LIBVORBIS_BASENAME"]=""
  932. S["LIBOGG_BASENAME"]=""
  933. S["LIBVORBISFILE_BASENAME"]=""
  934. S["LIBCURL_BASENAME"]=""
  935. S["USE_ASAP_CODEC"]="0"
  936. S["HAVE_XBMC_NONFREE"]="1"
  937. S["OUTPUT_FILES"]="Makefile Makefile.include addons/skin.confluence/media/Makefile xbmc/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/c"\
  938. "ores/VideoRenderers/Makefile xbmc/cores/dvdplayer/Makefile lib/libdvd/Makefile xbmc/cores/DllLoader/Makefile xbmc/cores/DllLoader/ex"\
  939. "ports/Makefile xbmc/cores/dvdplayer/DVDCodecs/Makefile xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile xbmc/cores/dvdplayer/DVDCodecs/Over"\
  940. "lay/Makefile xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile xbmc/cores/dvdplayer/DVDDemuxers/Makefile xbmc/cores/dvdplayer/DVDSubtitles/M"\
  941. "akefile xbmc/cores/AudioEngine/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/omxplayer/Makefile xbmc/cores/playercorefactory/Make"\
  942. "file xbmc/music/karaoke/Makefile xbmc/osx/Makefile xbmc/guilib/Makefile xbmc/input/linux/Makefile xbmc/interfaces/Makefile x"\
  943. "bmc/network/Makefile xbmc/network/upnp/Makefile lib/libexif/Makefile lib/libhdhomerun/Makefile lib/cximage-6.0/Makefile lib/libU"\
  944. "PnP/Makefile xbmc/DllPaths_generated.h xbmc/DllPaths_generated_android.h xbmc/freebsd/Makefile xbmc/linux/Makefile xbmc/filesyst"\
  945. "em/Makefile xbmc/screensavers/rsxs-0.9/xbmc/Makefile xbmc/visualizations/XBMCProjectM/Makefile xbmc/visualizations/Goom/Makefile xbm"\
  946. "c/visualizations/OpenGLSpectrum/Makefile xbmc/visualizations/fishBMC/Makefile xbmc/visualizations/WaveForm/Makefile xbmc/windowing/Makef"\
  947. "ile xbmc/windowing/egl/Makefile lib/addons/library.xbmc.addon/Makefile lib/addons/library.xbmc.codec/Makefile lib/addons/library.kod"\
  948. "i.guilib/Makefile lib/addons/library.xbmc.pvr/Makefile xbmc/visualizations/EGLHelpers/Makefile tools/Linux/kodi.sh tools/Linux/kodi-"\
  949. "standalone.sh tools/Linux/kodi-xsession.desktop tools/EventClients/Makefile tools/EventClients/Clients/OSXRemote/Makefile xbmc/perip"\
  950. "herals/bus/Makefile xbmc/peripherals/devices/Makefile xbmc/android/activity/Makefile xbmc/android/loader/Makefile xbmc/android/jni/M"\
  951. "akefile xbmc/utils/Makefile xbmc/main/Makefile tools/darwin/Configurations/App.xcconfig tools/darwin/Configurations/Common.xcconfig "\
  952. " tools/darwin/packaging/ios/mkdeb-ios.sh tools/darwin/packaging/atv2/mkdeb-atv2.sh tools/darwin/packaging/osx/mkdmg-osx.sh tools/darw"\
  953. "in/packaging/migrate_to_kodi_ios.sh tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh xbmc/osx/Info.plist xbmc/osx/ios/XBMCI"\
  954. "OS-Info.plist xbmc/osx/atv2/XBMCATV2-Info.plist project/cmake/kodi-config.cmake project/cmake/xbmc-config.cmake tools/android/packag"\
  955. "ing/xbmc/AndroidManifest.xml tools/android/packaging/Makefile tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java tools/android/p"\
  956. "ackaging/xbmc/src/org/xbmc/kodi/Main.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java tools/android/packaging/"\
  957. "xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java too"\
  958. "ls/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnAudioFocusChangeListener.java tools/android/packaging/xbmc/strings.xml addons/xbmc.addon/a"\
  959. "ddon.xml xbmc/network/httprequesthandler/python/Makefile xbmc/linux/sse4/Makefile xbmc/interfaces/python/Makefile xbmc/interfaces/python/test/Ma"\
  960. "kefile .dummy"
  961. S["USE_LIBAV_HACKS"]=""
  962. S["USE_TOUCH_SKIN"]="0"
  963. S["VORBISENC_ALL_LIBS"]="-lvorbisenc -lvorbis -lm -logg "
  964. S["GNUTLS_ALL_LIBS"]="-lgnutls -lz -lgmp -lhogweed -lgmp -lnettle -ltasn1 -lz "
  965. S["USE_STATIC_FFMPEG"]="1"
  966. S["FFMPEG_LIBDIR"]="/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib"
  967. S["DISABLE_PROJECTM"]="0"
  968. S["DISABLE_FISHBMC"]="0"
  969. S["DISABLE_RSXS"]="0"
  970. S["DISABLE_GOOM"]="1"
  971. S["DISABLE_SPECTRUM"]="0"
  972. S["DISABLE_WAVEFORM"]="0"
  973. S["BUILD_DVDCSS"]="1"
  974. S["SDL_DEFINES"]=" -D'GIT_REV=\"20151019-02e7013\"'"
  975. S["INCLUDES"]="-I$(abs_top_srcdir) -I/usr/include/mysql -I/usr/include/yajl -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include"\
  976. "/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/taglib -I/usr/include/alsa -I/usr/"\
  977. "include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/alsa -I/usr/include/libdrm -I/home/kodi/xbmc/tools/depends/target/ffmpeg/ffm"\
  978. "peg-install/include -I/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/include "
  979. S["APP_INCLUDE_DIR"]="/usr/local/include/kodi"
  980. S["APP_LIB_DIR"]="/usr/local/lib/kodi"
  981. S["APP_PREFIX"]="/usr/local"
  982. S["HAVE_FPC"]=""
  983. S["HAVE_GDC"]=""
  984. S["BREAKPAD_LIBS"]=""
  985. S["BREAKPAD_CFLAGS"]=""
  986. S["CCACHE"]="none"
  987. S["TEXTUREPACKER"]="/home/kodi/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker"
  988. S["SQUISH_LIBS"]="-L/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish "
  989. S["SQUISH_CFLAGS"]="-I/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/include "
  990. S["HAVE_NASM"]=""
  991. S["HAVE_ZIP"]="yes"
  992. S["HAVE_UNZIP"]="yes"
  993. S["HAVE_GPERF"]="yes"
  994. S["HAVE_CMAKE"]="yes"
  995. S["HAVE_GAWK"]="yes"
  996. S["USE_IMXVPU"]=""
  997. S["USE_LIBSTAGEFRIGHT"]=""
  998. S["USE_LIBAMCODEC"]=""
  999. S["USE_OMXPLAYER"]=""
  1000. S["LIBVA_LIBS"]="-lva-x11 -lva "
  1001. S["LIBVA_CFLAGS"]=""
  1002. S["DOXYGEN_EXE"]="none"
  1003. S["JAVA_EXE"]="/usr/bin/java"
  1004. S["SWIG20_EXE"]=""
  1005. S["SWIG_EXE"]="/usr/bin/swig"
  1006. S["FFMPEG_LIBS"]="-L/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb"\
  1007. "-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavformat -lva -lva"\
  1008. "-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -l"\
  1009. "ogg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavcodec -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shap"\
  1010. "e -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lpostproc -lswscale -lm -lswresample -lm -"\
  1011. "lavutil -lm "
  1012. S["FFMPEG_CFLAGS"]="-I/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include "
  1013. S["LIBCEC_SONAME"]=""
  1014. S["CEC_LIBS"]=""
  1015. S["CEC_CFLAGS"]=""
  1016. S["USB_LIBS"]=""
  1017. S["USB_CFLAGS"]=""
  1018. S["UDEV_LIBS"]="-ludev "
  1019. S["UDEV_CFLAGS"]=""
  1020. S["SHAIRPLAY_SONAME"]=""
  1021. S["PLIST_SONAME"]=""
  1022. S["NFS_SONAME"]=""
  1023. S["SAMBA_LIBS"]="-lsmbclient "
  1024. S["SAMBA_CFLAGS"]=""
  1025. S["RTMP_SONAME"]=""
  1026. S["XMU_LIBS"]="-lXmu -lXt -lX11 "
  1027. S["XMU_CFLAGS"]=""
  1028. S["XT_LIBS"]="-lXt -lX11 "
  1029. S["XT_CFLAGS"]=""
  1030. S["DRM_LIBS"]="-ldrm "
  1031. S["DRM_CFLAGS"]="-I/usr/include/libdrm "
  1032. S["XRANDR_LIBS"]="-lXrandr "
  1033. S["XRANDR_CFLAGS"]=""
  1034. S["XEXT_LIBS"]="-lXext "
  1035. S["XEXT_CFLAGS"]=""
  1036. S["X11_LIBS"]="-lX11 "
  1037. S["X11_CFLAGS"]=""
  1038. S["USE_MDNSEMBEDDED"]="0"
  1039. S["PULSE_LIBS"]=""
  1040. S["PULSE_CFLAGS"]=""
  1041. S["MPEG2_SONAME"]="libmpeg2.so.0"
  1042. S["ASS_SONAME"]="libass.so.5"
  1043. S["VORBISFILE_SONAME"]="libvorbisfile.so.3"
  1044. S["VORBIS_SONAME"]="libvorbis.so.0"
  1045. S["OGG_SONAME"]="libogg.so.0"
  1046. S["SDL2_LIBS"]=""
  1047. S["SDL2_CFLAGS"]=""
  1048. S["DBUS_LIBS"]="-ldbus-1 "
  1049. S["DBUS_CFLAGS"]="-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include "
  1050. S["ALSA_LIBS"]="-lasound "
  1051. S["ALSA_CFLAGS"]="-I/usr/include/alsa "
  1052. S["HAVE_LIBBLURAY"]="1"
  1053. S["BLURAY_SONAME"]="libbluray.so.1"
  1054. S["LIBBLURAY_LIBS"]="-lbluray "
  1055. S["LIBBLURAY_CFLAGS"]=""
  1056. S["ZIP_LIBS"]=""
  1057. S["ZIP_CFLAGS"]=""
  1058. S["CDIO_LIBS"]="-lcdio -lm "
  1059. S["CDIO_CFLAGS"]=""
  1060. S["TAGLIB_LIBS"]="-ltag "
  1061. S["TAGLIB_CFLAGS"]="-I/usr/include/taglib "
  1062. S["FREETYPE2_LIBS"]="-lfreetype "
  1063. S["FREETYPE2_CFLAGS"]="-I/usr/include/freetype2 "
  1064. S["PCRE_LIBS"]="-lpcre "
  1065. S["PCRE_CFLAGS"]=""
  1066. S["PCRECPP_LIBS"]="-lpcrecpp "
  1067. S["PCRECPP_CFLAGS"]=""
  1068. S["PNG_LIBS"]="-lpng16 "
  1069. S["PNG_CFLAGS"]="-I/usr/include/libpng16 "
  1070. S["SQLITE3_LIBS"]="-lsqlite3 "
  1071. S["SQLITE3_CFLAGS"]=""
  1072. S["FRIBIDI_LIBS"]="-lfribidi -lglib-2.0 "
  1073. S["FRIBIDI_CFLAGS"]="-I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include "
  1074. S["LIBXSLT_LIBS"]="-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 "
  1075. S["LIBXSLT_CFLAGS"]="-I/usr/include/libxml2 "
  1076. S["LIBXML_LIBS"]="-lxml2 "
  1077. S["LIBXML_CFLAGS"]="-I/usr/include/libxml2 "
  1078. S["YAJL_LIBS"]="-lyajl "
  1079. S["YAJL_CFLAGS"]="-I/usr/include/yajl "
  1080. S["TINYXML_LIBS"]=""
  1081. S["TINYXML_CFLAGS"]=""
  1082. S["GNUTLS_LIBS"]="-lgnutls "
  1083. S["GNUTLS_CFLAGS"]=""
  1084. S["CURL_SONAME"]="libcurl.so.4"
  1085. S["LIBCURL_LIBS"]="-lcurl "
  1086. S["LIBCURL_CFLAGS"]=""
  1087. S["MYSQL_LIBS"]="-L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl"
  1088. S["MYSQL_CONFIG"]="/usr/bin/mysql_config"
  1089. S["USE_WAYLAND_TEST_EXTENSION"]=""
  1090. S["WAYLAND_TEST_LIBS"]=""
  1091. S["WAYLAND_TEST_INCLUDES"]=""
  1092. S["WAYLAND_SCANNER"]=""
  1093. S["WESTON_LIBS"]=""
  1094. S["WESTON_CFLAGS"]=""
  1095. S["PIXMAN_LIBS"]=""
  1096. S["PIXMAN_CFLAGS"]=""
  1097. S["XKBCOMMON_LIBRARY_SONAME"]=""
  1098. S["XKBCOMMON_LIBS"]=""
  1099. S["XKBCOMMON_CFLAGS"]=""
  1100. S["WAYLAND_EGL_LIBRARY_SONAME"]=""
  1101. S["WAYLAND_EGL_LIBS"]=""
  1102. S["WAYLAND_EGL_CFLAGS"]=""
  1103. S["WAYLAND_CLIENT_LIBRARY_SONAME"]=""
  1104. S["WAYLAND_CLIENT_LIBS"]=""
  1105. S["WAYLAND_CLIENT_CFLAGS"]=""
  1106. S["PYTHON_EXTRA_LDFLAGS"]="-Xlinker -export-dynamic"
  1107. S["PYTHON_EXTRA_LIBS"]="-lpthread -ldl -lutil -lm"
  1108. S["PYTHON_SITE_PKG"]="/usr/lib64/python2.7/site-packages"
  1109. S["PYTHON_LDFLAGS"]="-L/usr/lib64 -lpython2.7"
  1110. S["PYTHON_CPPFLAGS"]="-I/usr/include/python2.7"
  1111. S["PYTHON"]="/usr/bin/python"
  1112. S["PYTHON_VERSION"]="2.7"
  1113. S["POW_LIB"]=""
  1114. S["LIBOBJS"]=""
  1115. S["ALLOCA"]=""
  1116. S["USE_LIBXBMC"]=""
  1117. S["ARCH_DEFINES"]="-DTARGET_POSIX -DTARGET_LINUX -D_LINUX"
  1118. S["NATIVE_ARCH_DEFINES"]="-DTARGET_POSIX -DTARGET_LINUX -D_LINUX"
  1119. S["DARWIN_NATIVE_ARCH"]=""
  1120. S["ARCH"]="x86_64-linux"
  1121. S["DEPENDS_ROOT_FOR_XCODE"]=""
  1122. S["PKG_CONFIG_LIBDIR"]=""
  1123. S["PKG_CONFIG_PATH"]="/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib/pk"\
  1124. "gconfig:"
  1125. S["PKG_CONFIG"]="/usr/bin/pkg-config"
  1126. S["LT_SYS_LIBRARY_PATH"]=""
  1127. S["OTOOL64"]=""
  1128. S["OTOOL"]=""
  1129. S["LIPO"]=""
  1130. S["NMEDIT"]=""
  1131. S["DSYMUTIL"]=""
  1132. S["MANIFEST_TOOL"]=":"
  1133. S["RANLIB"]="ranlib"
  1134. S["ac_ct_AR"]="ar"
  1135. S["AR"]="ar"
  1136. S["DLLTOOL"]="false"
  1137. S["OBJDUMP"]="objdump"
  1138. S["LN_S"]="ln -s"
  1139. S["NM"]="/usr/bin/nm -B"
  1140. S["ac_ct_DUMPBIN"]=""
  1141. S["DUMPBIN"]=""
  1142. S["LD"]="/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64"
  1143. S["FGREP"]="/bin/grep -F"
  1144. S["EGREP"]="/bin/grep -E"
  1145. S["GREP"]="/bin/grep"
  1146. S["SED"]="/bin/sed"
  1147. S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
  1148. S["HAVE_CXX11"]="1"
  1149. S["CXX11_SWITCH"]="-std=gnu++11"
  1150. S["CXXCPPFLAGS_FOR_BUILD"]=""
  1151. S["CXXFLAGS_FOR_BUILD"]="-g -O2"
  1152. S["CXXCPP_FOR_BUILD"]="g++ -E"
  1153. S["ac_ct_CXX_FOR_BUILD"]="g++"
  1154. S["CXX_FOR_BUILD"]="g++"
  1155. S["CXXCPP"]="g++ -E"
  1156. S["am__fastdepCXX_FALSE"]=""
  1157. S["am__fastdepCXX_TRUE"]="#"
  1158. S["CXXDEPMODE"]="depmode=none"
  1159. S["ac_ct_CXX"]="g++"
  1160. S["CXXFLAGS"]="-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11"
  1161. S["CXX"]="g++"
  1162. S["LDFLAGS_FOR_BUILD"]=""
  1163. S["CPPFLAGS_FOR_BUILD"]=""
  1164. S["CFLAGS_FOR_BUILD"]="-g -O2"
  1165. S["BUILD_OBJEXT"]=""
  1166. S["BUILD_EXEEXT"]=""
  1167. S["CPP_FOR_BUILD"]="gcc -E"
  1168. S["ac_ct_CC_FOR_BUILD"]="gcc"
  1169. S["CC_FOR_BUILD"]="gcc"
  1170. S["CPP"]="gcc -E"
  1171. S["am__fastdepCC_FALSE"]=""
  1172. S["am__fastdepCC_TRUE"]="#"
  1173. S["CCDEPMODE"]="depmode=none"
  1174. S["am__nodep"]="_no"
  1175. S["AMDEPBACKSLASH"]="\\"
  1176. S["AMDEP_FALSE"]="#"
  1177. S["AMDEP_TRUE"]=""
  1178. S["am__quote"]=""
  1179. S["am__include"]="include"
  1180. S["DEPDIR"]=".deps"
  1181. S["OBJEXT"]="o"
  1182. S["EXEEXT"]=""
  1183. S["ac_ct_CC"]="gcc"
  1184. S["CPPFLAGS"]=""
  1185. S["LDFLAGS"]=""
  1186. S["CFLAGS"]="-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
  1187. S["CC"]="gcc"
  1188. S["HAVE_GIT"]="yes"
  1189. S["APP_ADDON_API"]="15.2.000"
  1190. S["APP_VERSION_CODE"]="152000"
  1191. S["APP_VERSION_TAG_LC"]=""
  1192. S["APP_VERSION_TAG"]=""
  1193. S["APP_VERSION_MINOR"]="2"
  1194. S["APP_VERSION_MAJOR"]="15"
  1195. S["APP_VERSION"]="15.2"
  1196. S["APP_NAME_UC"]="KODI"
  1197. S["APP_NAME_LC"]="kodi"
  1198. S["APP_NAME"]="Kodi"
  1199. S["host_os"]="linux-gnu"
  1200. S["host_vendor"]="pc"
  1201. S["host_cpu"]="x86_64"
  1202. S["host"]="x86_64-pc-linux-gnu"
  1203. S["build_os"]="linux-gnu"
  1204. S["build_vendor"]="pc"
  1205. S["build_cpu"]="x86_64"
  1206. S["build"]="x86_64-pc-linux-gnu"
  1207. S["AM_BACKSLASH"]="\\"
  1208. S["AM_DEFAULT_VERBOSITY"]="1"
  1209. S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
  1210. S["AM_V"]="$(V)"
  1211. S["am__untar"]="$${TAR-tar} xf -"
  1212. S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
  1213. S["AMTAR"]="$${TAR-tar}"
  1214. S["am__leading_dot"]="."
  1215. S["SET_MAKE"]=""
  1216. S["AWK"]="gawk"
  1217. S["mkdir_p"]="$(MKDIR_P)"
  1218. S["MKDIR_P"]="/bin/mkdir -p"
  1219. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  1220. S["STRIP"]="strip"
  1221. S["install_sh"]="${SHELL} /home/kodi/xbmc/build-aux/install-sh"
  1222. S["MAKEINFO"]="${SHELL} /home/kodi/xbmc/build-aux/missing makeinfo"
  1223. S["AUTOHEADER"]="${SHELL} /home/kodi/xbmc/build-aux/missing autoheader"
  1224. S["AUTOMAKE"]="${SHELL} /home/kodi/xbmc/build-aux/missing automake-1.15"
  1225. S["AUTOCONF"]="${SHELL} /home/kodi/xbmc/build-aux/missing autoconf"
  1226. S["ACLOCAL"]="${SHELL} /home/kodi/xbmc/build-aux/missing aclocal-1.15"
  1227. S["VERSION"]="15.2.000"
  1228. S["PACKAGE"]="kodi"
  1229. S["CYGPATH_W"]="echo"
  1230. S["am__isrc"]=""
  1231. S["INSTALL_DATA"]="${INSTALL} -m 644"
  1232. S["INSTALL_SCRIPT"]="${INSTALL}"
  1233. S["INSTALL_PROGRAM"]="${INSTALL}"
  1234. S["target_alias"]=""
  1235. S["host_alias"]=""
  1236. S["build_alias"]=""
  1237. S["LIBS"]="-lssh -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGL"\
  1238. "EW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml"\
  1239. "2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lX11 -lXext -lXrandr -ldrm -lXt -l"\
  1240. "X11 -lXmu -lXt -lX11 -lsmbclient -ludev -lcap -L/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lva -lva-x11 -lva -lxcb -lxcb-shm -l"\
  1241. "xcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz"\
  1242. "2 -lz -pthread -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp"\
  1243. " -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -l"\
  1244. "xcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lm -lm -lm -lva-x11 -lva -L"\
  1245. "/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish "
  1246. S["ECHO_T"]=""
  1247. S["ECHO_N"]="-n"
  1248. S["ECHO_C"]=""
  1249. S["DEFS"]="-DHAVE_CONFIG_H"
  1250. S["mandir"]="${datarootdir}/man"
  1251. S["localedir"]="${datarootdir}/locale"
  1252. S["libdir"]="${exec_prefix}/lib"
  1253. S["psdir"]="${docdir}"
  1254. S["pdfdir"]="${docdir}"
  1255. S["dvidir"]="${docdir}"
  1256. S["htmldir"]="${docdir}"
  1257. S["infodir"]="${datarootdir}/info"
  1258. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  1259. S["oldincludedir"]="/usr/include"
  1260. S["includedir"]="${prefix}/include"
  1261. S["localstatedir"]="${prefix}/var"
  1262. S["sharedstatedir"]="${prefix}/com"
  1263. S["sysconfdir"]="${prefix}/etc"
  1264. S["datadir"]="${datarootdir}"
  1265. S["datarootdir"]="${prefix}/share"
  1266. S["libexecdir"]="${exec_prefix}/libexec"
  1267. S["sbindir"]="${exec_prefix}/sbin"
  1268. S["bindir"]="${exec_prefix}/bin"
  1269. S["program_transform_name"]="s,x,x,"
  1270. S["prefix"]="/usr/local"
  1271. S["exec_prefix"]="/usr/local"
  1272. S["PACKAGE_URL"]=""
  1273. S["PACKAGE_BUGREPORT"]="http://trac.kodi.tv"
  1274. S["PACKAGE_STRING"]="kodi 15.2.000"
  1275. S["PACKAGE_VERSION"]="15.2.000"
  1276. S["PACKAGE_TARNAME"]="kodi"
  1277. S["PACKAGE_NAME"]="kodi"
  1278. S["PATH_SEPARATOR"]=":"
  1279. S["SHELL"]="/bin/sh"
  1280. _ACAWK
  1281. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  1282. for (key in S) S_is_set[key] = 1
  1283. FS = ""
  1284. $ac_cs_awk_pipe_init
  1285. }
  1286. {
  1287. line = $ 0
  1288. nfields = split(line, field, "@")
  1289. substed = 0
  1290. len = length(field[1])
  1291. for (i = 2; i < nfields; i++) {
  1292. key = field[i]
  1293. keylen = length(key)
  1294. if (S_is_set[key]) {
  1295. value = S[key]
  1296. line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  1297. len += length(value) + length(field[++i])
  1298. substed = 1
  1299. } else
  1300. len += 1 + keylen
  1301. }
  1302. if (nfields == 3 && !substed) {
  1303. key = field[2]
  1304. if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
  1305. $ac_cs_awk_read_file
  1306. next
  1307. }
  1308. }
  1309. print line
  1310. }
  1311. $ac_cs_awk_pipe_fini
  1312. _ACAWK
  1313. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1314. sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1315. else
  1316. cat
  1317. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1318. || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1319. fi # test -n "$CONFIG_FILES"
  1320.  
  1321. # Set up the scripts for CONFIG_HEADERS section.
  1322. # No need to generate them if there are no CONFIG_HEADERS.
  1323. # This happens for instance with `./config.status Makefile'.
  1324. if test -n "$CONFIG_HEADERS"; then
  1325. cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1326. BEGIN {
  1327. D["PACKAGE_NAME"]=" \"kodi\""
  1328. D["PACKAGE_TARNAME"]=" \"kodi\""
  1329. D["PACKAGE_VERSION"]=" \"15.2.000\""
  1330. D["PACKAGE_STRING"]=" \"kodi 15.2.000\""
  1331. D["PACKAGE_BUGREPORT"]=" \"http://trac.kodi.tv\""
  1332. D["PACKAGE_URL"]=" \"\""
  1333. D["PACKAGE"]=" \"kodi\""
  1334. D["VERSION"]=" \"15.2.000\""
  1335. D["HAVE_LIRC"]=" 1"
  1336. D["LIRC_DEVICE"]=" \"/dev/lircd\""
  1337. D["HAVE_CXX11"]=" 1"
  1338. D["STDC_HEADERS"]=" 1"
  1339. D["HAVE_SYS_TYPES_H"]=" 1"
  1340. D["HAVE_SYS_STAT_H"]=" 1"
  1341. D["HAVE_STDLIB_H"]=" 1"
  1342. D["HAVE_STRING_H"]=" 1"
  1343. D["HAVE_MEMORY_H"]=" 1"
  1344. D["HAVE_STRINGS_H"]=" 1"
  1345. D["HAVE_INTTYPES_H"]=" 1"
  1346. D["HAVE_STDINT_H"]=" 1"
  1347. D["HAVE_UNISTD_H"]=" 1"
  1348. D["HAVE_DLFCN_H"]=" 1"
  1349. D["LT_OBJDIR"]=" \".libs/\""
  1350. D["HAVE_ALLOCA_H"]=" 1"
  1351. D["HAVE_ALLOCA"]=" 1"
  1352. D["HAVE_UNISTD_H"]=" 1"
  1353. D["HAVE_CHOWN"]=" 1"
  1354. D["HAVE_DIRENT_H"]=" 1"
  1355. D["HAVE_FSEEKO"]=" 1"
  1356. D["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
  1357. D["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
  1358. D["TIME_WITH_SYS_TIME"]=" 1"
  1359. D["HAVE_SYS_TIME_H"]=" 1"
  1360. D["HAVE_UNISTD_H"]=" 1"
  1361. D["HAVE_STDLIB_H"]=" 1"
  1362. D["HAVE_SYS_PARAM_H"]=" 1"
  1363. D["HAVE_UTIME_H"]=" 1"
  1364. D["HAVE_ALARM"]=" 1"
  1365. D["HAVE_GETPAGESIZE"]=" 1"
  1366. D["HAVE_MMAP"]=" 1"
  1367. D["HAVE_SYS_SELECT_H"]=" 1"
  1368. D["HAVE_SYS_SOCKET_H"]=" 1"
  1369. D["SELECT_TYPE_ARG1"]=" int"
  1370. D["SELECT_TYPE_ARG234"]=" (fd_set *)"
  1371. D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
  1372. D["RETSIGTYPE"]=" void"
  1373. D["HAVE_STRCOLL"]=" 1"
  1374. D["HAVE_STRFTIME"]=" 1"
  1375. D["HAVE_UTIME_NULL"]=" 1"
  1376. D["HAVE_VPRINTF"]=" 1"
  1377. D["HAVE_ATEXIT"]=" 1"
  1378. D["HAVE_DUP2"]=" 1"
  1379. D["HAVE_FDATASYNC"]=" 1"
  1380. D["HAVE_FTIME"]=" 1"
  1381. D["HAVE_FTRUNCATE"]=" 1"
  1382. D["HAVE_GETCWD"]=" 1"
  1383. D["HAVE_GETHOSTBYADDR"]=" 1"
  1384. D["HAVE_GETHOSTBYNAME"]=" 1"
  1385. D["HAVE_GETHOSTNAME"]=" 1"
  1386. D["HAVE_GETPAGESIZE"]=" 1"
  1387. D["HAVE_GETPASS"]=" 1"
  1388. D["HAVE_GETTIMEOFDAY"]=" 1"
  1389. D["HAVE_INET_NTOA"]=" 1"
  1390. D["HAVE_LCHOWN"]=" 1"
  1391. D["HAVE_LOCALECONV"]=" 1"
  1392. D["HAVE_MEMCHR"]=" 1"
  1393. D["HAVE_MEMMOVE"]=" 1"
  1394. D["HAVE_MEMSET"]=" 1"
  1395. D["HAVE_MKDIR"]=" 1"
  1396. D["HAVE_MODF"]=" 1"
  1397. D["HAVE_MUNMAP"]=" 1"
  1398. D["HAVE_RMDIR"]=" 1"
  1399. D["HAVE_SELECT"]=" 1"
  1400. D["HAVE_SETENV"]=" 1"
  1401. D["HAVE_SETLOCALE"]=" 1"
  1402. D["HAVE_SOCKET"]=" 1"
  1403. D["HAVE_STRCASECMP"]=" 1"
  1404. D["HAVE_STRCHR"]=" 1"
  1405. D["HAVE_STRCSPN"]=" 1"
  1406. D["HAVE_STRDUP"]=" 1"
  1407. D["HAVE_STRERROR"]=" 1"
  1408. D["HAVE_STRNCASECMP"]=" 1"
  1409. D["HAVE_STRPBRK"]=" 1"
  1410. D["HAVE_STRRCHR"]=" 1"
  1411. D["HAVE_STRSPN"]=" 1"
  1412. D["HAVE_STRSTR"]=" 1"
  1413. D["HAVE_STRTOL"]=" 1"
  1414. D["HAVE_STRTOUL"]=" 1"
  1415. D["HAVE_SYSINFO"]=" 1"
  1416. D["HAVE_TZSET"]=" 1"
  1417. D["HAVE_UTIME"]=" 1"
  1418. D["HAVE_POSIX_FADVISE"]=" 1"
  1419. D["HAVE_LOCALTIME_R"]=" 1"
  1420. D["SIZEOF_INT"]=" 4"
  1421. D["SIZEOF_SIZE_T"]=" 8"
  1422. D["HAS_BUILTIN_SYNC_ADD_AND_FETCH"]=" 1"
  1423. D["HAS_BUILTIN_SYNC_SUB_AND_FETCH"]=" 1"
  1424. D["HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP"]=" 1"
  1425. D["HAVE_STD__U16STRING"]=" 1"
  1426. D["HAVE_STD__U32STRING"]=" 1"
  1427. D["HAVE_CHAR16_T"]=" 1"
  1428. D["HAVE_CHAR32_T"]=" 1"
  1429. D["SIZEOF_WCHAR_T"]=" 4"
  1430. D["HAVE_INOTIFY"]=" 1"
  1431. D["HAVE_PYTHON"]=" \"2.7\""
  1432. D["HAVE_LIBGL"]=" 1"
  1433. D["HAVE_LIBGLEW"]=" 1"
  1434. D["HAVE_LIBGLU"]=" 1"
  1435. D["HAVE_MYSQL"]=" 1"
  1436. D["HAVE_OPENSSL"]=" 1"
  1437. D["HAVE_LIBGPG_ERROR"]=" 1"
  1438. D["HAVE_LIBGCRYPT"]=" 1"
  1439. D["HAVE_GCRYPT"]=" 1"
  1440. D["HAVE_GNUTLS"]=" 1"
  1441. D["HAVE_LIBBZ2"]=" 1"
  1442. D["HAVE_LIBJPEG"]=" 1"
  1443. D["HAVE_LIBTIFF"]=" 1"
  1444. D["HAVE_LIBPTHREAD"]=" 1"
  1445. D["HAVE_PTHREAD_SETNAME_NP"]=" 1"
  1446. D["HAVE_LIBLZO2"]=" 1"
  1447. D["HAVE_LIBZ"]=" 1"
  1448. D["HAVE_LIBCRYPTO"]=" 1"
  1449. D["HAVE_LIBSSL"]=" 1"
  1450. D["HAVE_LIBMYSQLCLIENT"]=" 1"
  1451. D["HAVE_LIBTINYXML"]=" 1"
  1452. D["HAVE_LIBPCRECPP"]=" 1"
  1453. D["HAVE_LIBPCRE"]=" 1"
  1454. D["HAVE_LIBBLURAY"]=" 1"
  1455. D["HAVE_LIBBLURAY_BDJ"]=" 1"
  1456. D["HAVE_LIBJASPER"]=" 1"
  1457. D["HAVE_DBUS"]=" 1"
  1458. D["HAVE_LIBMICROHTTPD"]=" 1"
  1459. D["HAS_DVD_DRIVE"]=" 1"
  1460. D["HAS_ALSA"]=" 1"
  1461. D["HAVE_X11"]=" 1"
  1462. D["HAVE_LIBSSH"]=" 1"
  1463. D["HAVE_LIBSSH"]=" 1"
  1464. D["HAVE_LIBSMBCLIENT"]=" 1"
  1465. D["HAVE_LIBUDEV"]=" 1"
  1466. D["HAVE_SYS_CAPABILITY_H"]=" 1"
  1467. D["HAVE_LIBCAP"]=" 1"
  1468. D["FFMPEG_VER_SHA"]=" \"2.6.4-Isengard\""
  1469. D["USE_STATIC_FFMPEG"]=" 1"
  1470. D["HAVE_LIBVA"]=" 1"
  1471. D["HAVE_DIRENT_H"]=" 1"
  1472. D["STDC_HEADERS"]=" 1"
  1473. D["HAVE_SYS_WAIT_H"]=" 1"
  1474. D["HAVE_ARPA_INET_H"]=" 1"
  1475. D["HAVE_FCNTL_H"]=" 1"
  1476. D["HAVE_FLOAT_H"]=" 1"
  1477. D["HAVE_INTTYPES_H"]=" 1"
  1478. D["HAVE_LIMITS_H"]=" 1"
  1479. D["HAVE_LOCALE_H"]=" 1"
  1480. D["HAVE_MALLOC_H"]=" 1"
  1481. D["HAVE_MEMORY_H"]=" 1"
  1482. D["HAVE_NETDB_H"]=" 1"
  1483. D["HAVE_NETINET_IN_H"]=" 1"
  1484. D["HAVE_STDDEF_H"]=" 1"
  1485. D["HAVE_STDINT_H"]=" 1"
  1486. D["HAVE_STDLIB_H"]=" 1"
  1487. D["HAVE_STRING_H"]=" 1"
  1488. D["HAVE_STRINGS_H"]=" 1"
  1489. D["HAVE_SYS_FILE_H"]=" 1"
  1490. D["HAVE_SYS_IOCTL_H"]=" 1"
  1491. D["HAVE_SYS_MOUNT_H"]=" 1"
  1492. D["HAVE_SYS_PARAM_H"]=" 1"
  1493. D["HAVE_SYS_SOCKET_H"]=" 1"
  1494. D["HAVE_SYS_TIME_H"]=" 1"
  1495. D["HAVE_SYS_TIMEB_H"]=" 1"
  1496. D["HAVE_SYS_VFS_H"]=" 1"
  1497. D["HAVE_TERMIOS_H"]=" 1"
  1498. D["HAVE_UNISTD_H"]=" 1"
  1499. D["HAVE_UTIME_H"]=" 1"
  1500. D["HAVE_WCHAR_H"]=" 1"
  1501. D["HAVE_WCTYPE_H"]=" 1"
  1502. D["HAVE_CDIO_ISO9660_H"]=" 1"
  1503. D["HAVE__BOOL"]=" 1"
  1504. D["HAVE_STDBOOL_H"]=" 1"
  1505. D["restrict"]=" __restrict"
  1506. D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
  1507. D["TIME_WITH_SYS_TIME"]=" 1"
  1508. D["USE_ALSA"]=" 1"
  1509. D["HAVE_XBMC_NONFREE"]=" 1"
  1510. D["USE_UPNP"]=" 1"
  1511. for (key in D) D_is_set[key] = 1
  1512. FS = ""
  1513. }
  1514. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  1515. line = $ 0
  1516. split(line, arg, " ")
  1517. if (arg[1] == "#") {
  1518. defundef = arg[2]
  1519. mac1 = arg[3]
  1520. } else {
  1521. defundef = substr(arg[1], 2)
  1522. mac1 = arg[2]
  1523. }
  1524. split(mac1, mac2, "(") #)
  1525. macro = mac2[1]
  1526. prefix = substr(line, 1, index(line, defundef) - 1)
  1527. if (D_is_set[macro]) {
  1528. # Preserve the white space surrounding the "#".
  1529. print prefix "define", macro P[macro] D[macro]
  1530. next
  1531. } else {
  1532. # Replace #undef with comments. This is necessary, for example,
  1533. # in the case of _POSIX_SOURCE, which is predefined and required
  1534. # on some systems where configure will not decide to define it.
  1535. if (defundef == "undef") {
  1536. print "/*", prefix defundef, macro, "*/"
  1537. next
  1538. }
  1539. }
  1540. }
  1541. { print }
  1542. _ACAWK
  1543. as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  1544. fi # test -n "$CONFIG_HEADERS"
  1545.  
  1546.  
  1547. eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
  1548. shift
  1549. for ac_tag
  1550. do
  1551. case $ac_tag in
  1552. :[FHLC]) ac_mode=$ac_tag; continue;;
  1553. esac
  1554. case $ac_mode$ac_tag in
  1555. :[FHL]*:*);;
  1556. :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1557. :[FH]-) ac_tag=-:-;;
  1558. :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1559. esac
  1560. ac_save_IFS=$IFS
  1561. IFS=:
  1562. set x $ac_tag
  1563. IFS=$ac_save_IFS
  1564. shift
  1565. ac_file=$1
  1566. shift
  1567.  
  1568. case $ac_mode in
  1569. :L) ac_source=$1;;
  1570. :[FH])
  1571. ac_file_inputs=
  1572. for ac_f
  1573. do
  1574. case $ac_f in
  1575. -) ac_f="$ac_tmp/stdin";;
  1576. *) # Look for the file first in the build tree, then in the source tree
  1577. # (if the path is not absolute). The absolute path cannot be DOS-style,
  1578. # because $ac_f cannot contain `:'.
  1579. test -f "$ac_f" ||
  1580. case $ac_f in
  1581. [\\/$]*) false;;
  1582. *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1583. esac ||
  1584. as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1585. esac
  1586. case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1587. as_fn_append ac_file_inputs " '$ac_f'"
  1588. done
  1589.  
  1590. # Let's still pretend it is `configure' which instantiates (i.e., don't
  1591. # use $as_me), people would be surprised to read:
  1592. # /* config.h. Generated by config.status. */
  1593. configure_input='Generated from '`
  1594. $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1595. `' by configure.'
  1596. if test x"$ac_file" != x-; then
  1597. configure_input="$ac_file. $configure_input"
  1598. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1599. $as_echo "$as_me: creating $ac_file" >&6;}
  1600. fi
  1601. # Neutralize special characters interpreted by sed in replacement strings.
  1602. case $configure_input in #(
  1603. *\&* | *\|* | *\\* )
  1604. ac_sed_conf_input=`$as_echo "$configure_input" |
  1605. sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1606. *) ac_sed_conf_input=$configure_input;;
  1607. esac
  1608.  
  1609. case $ac_tag in
  1610. *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1611. || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1612. esac
  1613. ;;
  1614. esac
  1615.  
  1616. ac_dir=`$as_dirname -- "$ac_file" ||
  1617. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1618. X"$ac_file" : 'X\(//\)[^/]' \| \
  1619. X"$ac_file" : 'X\(//\)$' \| \
  1620. X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1621. $as_echo X"$ac_file" |
  1622. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1623. s//\1/
  1624. q
  1625. }
  1626. /^X\(\/\/\)[^/].*/{
  1627. s//\1/
  1628. q
  1629. }
  1630. /^X\(\/\/\)$/{
  1631. s//\1/
  1632. q
  1633. }
  1634. /^X\(\/\).*/{
  1635. s//\1/
  1636. q
  1637. }
  1638. s/.*/./; q'`
  1639. as_dir="$ac_dir"; as_fn_mkdir_p
  1640. ac_builddir=.
  1641.  
  1642. case "$ac_dir" in
  1643. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1644. *)
  1645. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1646. # A ".." for each directory in $ac_dir_suffix.
  1647. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1648. case $ac_top_builddir_sub in
  1649. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1650. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1651. esac ;;
  1652. esac
  1653. ac_abs_top_builddir=$ac_pwd
  1654. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1655. # for backward compatibility:
  1656. ac_top_builddir=$ac_top_build_prefix
  1657.  
  1658. case $srcdir in
  1659. .) # We are building in place.
  1660. ac_srcdir=.
  1661. ac_top_srcdir=$ac_top_builddir_sub
  1662. ac_abs_top_srcdir=$ac_pwd ;;
  1663. [\\/]* | ?:[\\/]* ) # Absolute name.
  1664. ac_srcdir=$srcdir$ac_dir_suffix;
  1665. ac_top_srcdir=$srcdir
  1666. ac_abs_top_srcdir=$srcdir ;;
  1667. *) # Relative name.
  1668. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1669. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1670. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1671. esac
  1672. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1673.  
  1674.  
  1675. case $ac_mode in
  1676. :F)
  1677. #
  1678. # CONFIG_FILE
  1679. #
  1680.  
  1681. case $INSTALL in
  1682. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1683. *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1684. esac
  1685. ac_MKDIR_P=$MKDIR_P
  1686. case $MKDIR_P in
  1687. [\\/$]* | ?:[\\/]* ) ;;
  1688. */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  1689. esac
  1690. # If the template does not know about datarootdir, expand it.
  1691. # FIXME: This hack should be removed a few years after 2.60.
  1692. ac_datarootdir_hack=; ac_datarootdir_seen=
  1693. ac_sed_dataroot='
  1694. /datarootdir/ {
  1695. p
  1696. q
  1697. }
  1698. /@datadir@/p
  1699. /@docdir@/p
  1700. /@infodir@/p
  1701. /@localedir@/p
  1702. /@mandir@/p'
  1703. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1704. *datarootdir*) ac_datarootdir_seen=yes;;
  1705. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1706. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1707. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1708. ac_datarootdir_hack='
  1709. s&@datadir@&${datarootdir}&g
  1710. s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  1711. s&@infodir@&${datarootdir}/info&g
  1712. s&@localedir@&${datarootdir}/locale&g
  1713. s&@mandir@&${datarootdir}/man&g
  1714. s&\${datarootdir}&${prefix}/share&g' ;;
  1715. esac
  1716. ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
  1717. h
  1718. s///
  1719. s/^/:/
  1720. s/[ ]*$/:/
  1721. s/:\$(srcdir):/:/g
  1722. s/:\${srcdir}:/:/g
  1723. s/:@srcdir@:/:/g
  1724. s/^:*//
  1725. s/:*$//
  1726. x
  1727. s/\(=[ ]*\).*/\1/
  1728. G
  1729. s/\n//
  1730. s/^[^=]*=[ ]*$//
  1731. }
  1732.  
  1733. :t
  1734. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1735. s|@configure_input@|$ac_sed_conf_input|;t t
  1736. s&@top_builddir@&$ac_top_builddir_sub&;t t
  1737. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1738. s&@srcdir@&$ac_srcdir&;t t
  1739. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1740. s&@top_srcdir@&$ac_top_srcdir&;t t
  1741. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1742. s&@builddir@&$ac_builddir&;t t
  1743. s&@abs_builddir@&$ac_abs_builddir&;t t
  1744. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1745. s&@INSTALL@&$ac_INSTALL&;t t
  1746. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  1747. $ac_datarootdir_hack
  1748. "
  1749. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
  1750. if $ac_cs_awk_getline; then
  1751. $AWK -f "$ac_tmp/subs.awk"
  1752. else
  1753. $AWK -f "$ac_tmp/subs.awk" | $SHELL
  1754. fi \
  1755. >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1756.  
  1757. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1758. { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1759. { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
  1760. "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1761. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1762. which seems to be undefined. Please make sure it is defined" >&5
  1763. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1764. which seems to be undefined. Please make sure it is defined" >&2;}
  1765.  
  1766. rm -f "$ac_tmp/stdin"
  1767. case $ac_file in
  1768. -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1769. *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1770. esac \
  1771. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1772. ;;
  1773. :H)
  1774. #
  1775. # CONFIG_HEADER
  1776. #
  1777. if test x"$ac_file" != x-; then
  1778. {
  1779. $as_echo "/* $configure_input */" \
  1780. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1781. } >"$ac_tmp/config.h" \
  1782. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1783. if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1784. { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1785. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1786. else
  1787. rm -f "$ac_file"
  1788. mv "$ac_tmp/config.h" "$ac_file" \
  1789. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1790. fi
  1791. else
  1792. $as_echo "/* $configure_input */" \
  1793. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1794. || as_fn_error $? "could not create -" "$LINENO" 5
  1795. fi
  1796. # Compute "$ac_file"'s index in $config_headers.
  1797. _am_arg="$ac_file"
  1798. _am_stamp_count=1
  1799. for _am_header in $config_headers :; do
  1800. case $_am_header in
  1801. $_am_arg | $_am_arg:* )
  1802. break ;;
  1803. * )
  1804. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1805. esac
  1806. done
  1807. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  1808. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1809. X"$_am_arg" : 'X\(//\)[^/]' \| \
  1810. X"$_am_arg" : 'X\(//\)$' \| \
  1811. X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1812. $as_echo X"$_am_arg" |
  1813. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1814. s//\1/
  1815. q
  1816. }
  1817. /^X\(\/\/\)[^/].*/{
  1818. s//\1/
  1819. q
  1820. }
  1821. /^X\(\/\/\)$/{
  1822. s//\1/
  1823. q
  1824. }
  1825. /^X\(\/\).*/{
  1826. s//\1/
  1827. q
  1828. }
  1829. s/.*/./; q'`/stamp-h$_am_stamp_count
  1830. ;;
  1831.  
  1832. :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1833. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1834. ;;
  1835. esac
  1836.  
  1837.  
  1838. case $ac_file$ac_mode in
  1839. "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1840. # Older Autoconf quotes --file arguments for eval, but not when files
  1841. # are listed without --file. Let's play safe and only enable the eval
  1842. # if we detect the quoting.
  1843. case $CONFIG_FILES in
  1844. *\'*) eval set x "$CONFIG_FILES" ;;
  1845. *) set x $CONFIG_FILES ;;
  1846. esac
  1847. shift
  1848. for mf
  1849. do
  1850. # Strip MF so we end up with the name of the file.
  1851. mf=`echo "$mf" | sed -e 's/:.*$//'`
  1852. # Check whether this is an Automake generated Makefile or not.
  1853. # We used to match only the files named 'Makefile.in', but
  1854. # some people rename them; so instead we look at the file content.
  1855. # Grep'ing the first line is not enough: some people post-process
  1856. # each Makefile.in and add a new line on top of each file to say so.
  1857. # Grep'ing the whole file is not good either: AIX grep has a line
  1858. # limit of 2048, but all sed's we know have understand at least 4000.
  1859. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1860. dirpart=`$as_dirname -- "$mf" ||
  1861. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1862. X"$mf" : 'X\(//\)[^/]' \| \
  1863. X"$mf" : 'X\(//\)$' \| \
  1864. X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1865. $as_echo X"$mf" |
  1866. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1867. s//\1/
  1868. q
  1869. }
  1870. /^X\(\/\/\)[^/].*/{
  1871. s//\1/
  1872. q
  1873. }
  1874. /^X\(\/\/\)$/{
  1875. s//\1/
  1876. q
  1877. }
  1878. /^X\(\/\).*/{
  1879. s//\1/
  1880. q
  1881. }
  1882. s/.*/./; q'`
  1883. else
  1884. continue
  1885. fi
  1886. # Extract the definition of DEPDIR, am__include, and am__quote
  1887. # from the Makefile without running 'make'.
  1888. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1889. test -z "$DEPDIR" && continue
  1890. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1891. test -z "$am__include" && continue
  1892. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1893. # Find all dependency output files, they are included files with
  1894. # $(DEPDIR) in their names. We invoke sed twice because it is the
  1895. # simplest approach to changing $(DEPDIR) to its actual value in the
  1896. # expansion.
  1897. for file in `sed -n "
  1898. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1899. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  1900. # Make sure the directory exists.
  1901. test -f "$dirpart/$file" && continue
  1902. fdir=`$as_dirname -- "$file" ||
  1903. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1904. X"$file" : 'X\(//\)[^/]' \| \
  1905. X"$file" : 'X\(//\)$' \| \
  1906. X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1907. $as_echo X"$file" |
  1908. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1909. s//\1/
  1910. q
  1911. }
  1912. /^X\(\/\/\)[^/].*/{
  1913. s//\1/
  1914. q
  1915. }
  1916. /^X\(\/\/\)$/{
  1917. s//\1/
  1918. q
  1919. }
  1920. /^X\(\/\).*/{
  1921. s//\1/
  1922. q
  1923. }
  1924. s/.*/./; q'`
  1925. as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1926. # echo "creating $dirpart/$file"
  1927. echo '# dummy' > "$dirpart/$file"
  1928. done
  1929. done
  1930. }
  1931. ;;
  1932. "libtool":C)
  1933.  
  1934. # See if we are running on zsh, and set the options that allow our
  1935. # commands through without removal of \ escapes.
  1936. if test -n "${ZSH_VERSION+set}"; then
  1937. setopt NO_GLOB_SUBST
  1938. fi
  1939.  
  1940. cfgfile=${ofile}T
  1941. trap "$RM \"$cfgfile\"; exit 1" 1 2 15
  1942. $RM "$cfgfile"
  1943.  
  1944. cat <<_LT_EOF >> "$cfgfile"
  1945. #! $SHELL
  1946. # Generated automatically by $as_me ($PACKAGE) $VERSION
  1947. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1948. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  1949.  
  1950. # Provide generalized library-building support services.
  1951. # Written by Gordon Matzigkeit, 1996
  1952.  
  1953. # Copyright (C) 2014 Free Software Foundation, Inc.
  1954. # This is free software; see the source for copying conditions. There is NO
  1955. # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1956.  
  1957. # GNU Libtool is free software; you can redistribute it and/or modify
  1958. # it under the terms of the GNU General Public License as published by
  1959. # the Free Software Foundation; either version 2 of of the License, or
  1960. # (at your option) any later version.
  1961. #
  1962. # As a special exception to the GNU General Public License, if you
  1963. # distribute this file as part of a program or library that is built
  1964. # using GNU Libtool, you may include this file under the same
  1965. # distribution terms that you use for the rest of that program.
  1966. #
  1967. # GNU Libtool is distributed in the hope that it will be useful, but
  1968. # WITHOUT ANY WARRANTY; without even the implied warranty of
  1969. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1970. # GNU General Public License for more details.
  1971. #
  1972. # You should have received a copy of the GNU General Public License
  1973. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  1974.  
  1975.  
  1976. # The names of the tagged configurations supported by this script.
  1977. available_tags='CXX '
  1978.  
  1979. # Configured defaults for sys_lib_dlsearch_path munging.
  1980. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
  1981.  
  1982. # ### BEGIN LIBTOOL CONFIG
  1983.  
  1984. # Which release of libtool.m4 was used?
  1985. macro_version=$macro_version
  1986. macro_revision=$macro_revision
  1987.  
  1988. # Whether or not to build shared libraries.
  1989. build_libtool_libs=$enable_shared
  1990.  
  1991. # Whether or not to build static libraries.
  1992. build_old_libs=$enable_static
  1993.  
  1994. # What type of objects to build.
  1995. pic_mode=$pic_mode
  1996.  
  1997. # Whether or not to optimize for fast installation.
  1998. fast_install=$enable_fast_install
  1999.  
  2000. # Shared archive member basename,for filename based shared library versioning on AIX.
  2001. shared_archive_member_spec=$shared_archive_member_spec
  2002.  
  2003. # Shell to use when invoking shell scripts.
  2004. SHELL=$lt_SHELL
  2005.  
  2006. # An echo program that protects backslashes.
  2007. ECHO=$lt_ECHO
  2008.  
  2009. # The PATH separator for the build system.
  2010. PATH_SEPARATOR=$lt_PATH_SEPARATOR
  2011.  
  2012. # The host system.
  2013. host_alias=$host_alias
  2014. host=$host
  2015. host_os=$host_os
  2016.  
  2017. # The build system.
  2018. build_alias=$build_alias
  2019. build=$build
  2020. build_os=$build_os
  2021.  
  2022. # A sed program that does not truncate output.
  2023. SED=$lt_SED
  2024.  
  2025. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2026. Xsed="\$SED -e 1s/^X//"
  2027.  
  2028. # A grep program that handles long lines.
  2029. GREP=$lt_GREP
  2030.  
  2031. # An ERE matcher.
  2032. EGREP=$lt_EGREP
  2033.  
  2034. # A literal string matcher.
  2035. FGREP=$lt_FGREP
  2036.  
  2037. # A BSD- or MS-compatible name lister.
  2038. NM=$lt_NM
  2039.  
  2040. # Whether we need soft or hard links.
  2041. LN_S=$lt_LN_S
  2042.  
  2043. # What is the maximum length of a command?
  2044. max_cmd_len=$max_cmd_len
  2045.  
  2046. # Object file suffix (normally "o").
  2047. objext=$ac_objext
  2048.  
  2049. # Executable file suffix (normally "").
  2050. exeext=$exeext
  2051.  
  2052. # whether the shell understands "unset".
  2053. lt_unset=$lt_unset
  2054.  
  2055. # turn spaces into newlines.
  2056. SP2NL=$lt_lt_SP2NL
  2057.  
  2058. # turn newlines into spaces.
  2059. NL2SP=$lt_lt_NL2SP
  2060.  
  2061. # convert \$build file names to \$host format.
  2062. to_host_file_cmd=$lt_cv_to_host_file_cmd
  2063.  
  2064. # convert \$build files to toolchain format.
  2065. to_tool_file_cmd=$lt_cv_to_tool_file_cmd
  2066.  
  2067. # An object symbol dumper.
  2068. OBJDUMP=$lt_OBJDUMP
  2069.  
  2070. # Method to check whether dependent libraries are shared objects.
  2071. deplibs_check_method=$lt_deplibs_check_method
  2072.  
  2073. # Command to use when deplibs_check_method = "file_magic".
  2074. file_magic_cmd=$lt_file_magic_cmd
  2075.  
  2076. # How to find potential files when deplibs_check_method = "file_magic".
  2077. file_magic_glob=$lt_file_magic_glob
  2078.  
  2079. # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
  2080. want_nocaseglob=$lt_want_nocaseglob
  2081.  
  2082. # DLL creation program.
  2083. DLLTOOL=$lt_DLLTOOL
  2084.  
  2085. # Command to associate shared and link libraries.
  2086. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
  2087.  
  2088. # The archiver.
  2089. AR=$lt_AR
  2090.  
  2091. # Flags to create an archive.
  2092. AR_FLAGS=$lt_AR_FLAGS
  2093.  
  2094. # How to feed a file listing to the archiver.
  2095. archiver_list_spec=$lt_archiver_list_spec
  2096.  
  2097. # A symbol stripping program.
  2098. STRIP=$lt_STRIP
  2099.  
  2100. # Commands used to install an old-style archive.
  2101. RANLIB=$lt_RANLIB
  2102. old_postinstall_cmds=$lt_old_postinstall_cmds
  2103. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  2104.  
  2105. # Whether to use a lock for old archive extraction.
  2106. lock_old_archive_extraction=$lock_old_archive_extraction
  2107.  
  2108. # A C compiler.
  2109. LTCC=$lt_CC
  2110.  
  2111. # LTCC compiler flags.
  2112. LTCFLAGS=$lt_CFLAGS
  2113.  
  2114. # Take the output of nm and produce a listing of raw symbols and C names.
  2115. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  2116.  
  2117. # Transform the output of nm in a proper C declaration.
  2118. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  2119.  
  2120. # Transform the output of nm into a list of symbols to manually relocate.
  2121. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
  2122.  
  2123. # Transform the output of nm in a C name address pair.
  2124. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  2125.  
  2126. # Transform the output of nm in a C name address pair when lib prefix is needed.
  2127. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
  2128.  
  2129. # The name lister interface.
  2130. nm_interface=$lt_lt_cv_nm_interface
  2131.  
  2132. # Specify filename containing input files for \$NM.
  2133. nm_file_list_spec=$lt_nm_file_list_spec
  2134.  
  2135. # The root where to search for dependent libraries,and where our libraries should be installed.
  2136. lt_sysroot=$lt_sysroot
  2137.  
  2138. # Command to truncate a binary pipe.
  2139. lt_truncate_bin=$lt_lt_cv_truncate_bin
  2140.  
  2141. # The name of the directory that contains temporary libtool files.
  2142. objdir=$objdir
  2143.  
  2144. # Used to examine libraries when file_magic_cmd begins with "file".
  2145. MAGIC_CMD=$MAGIC_CMD
  2146.  
  2147. # Must we lock files when doing compilation?
  2148. need_locks=$lt_need_locks
  2149.  
  2150. # Manifest tool.
  2151. MANIFEST_TOOL=$lt_MANIFEST_TOOL
  2152.  
  2153. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  2154. DSYMUTIL=$lt_DSYMUTIL
  2155.  
  2156. # Tool to change global to local symbols on Mac OS X.
  2157. NMEDIT=$lt_NMEDIT
  2158.  
  2159. # Tool to manipulate fat objects and archives on Mac OS X.
  2160. LIPO=$lt_LIPO
  2161.  
  2162. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  2163. OTOOL=$lt_OTOOL
  2164.  
  2165. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  2166. OTOOL64=$lt_OTOOL64
  2167.  
  2168. # Old archive suffix (normally "a").
  2169. libext=$libext
  2170.  
  2171. # Shared library suffix (normally ".so").
  2172. shrext_cmds=$lt_shrext_cmds
  2173.  
  2174. # The commands to extract the exported symbol list from a shared archive.
  2175. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  2176.  
  2177. # Variables whose values should be saved in libtool wrapper scripts and
  2178. # restored at link time.
  2179. variables_saved_for_relink=$lt_variables_saved_for_relink
  2180.  
  2181. # Do we need the "lib" prefix for modules?
  2182. need_lib_prefix=$need_lib_prefix
  2183.  
  2184. # Do we need a version for libraries?
  2185. need_version=$need_version
  2186.  
  2187. # Library versioning type.
  2188. version_type=$version_type
  2189.  
  2190. # Shared library runtime path variable.
  2191. runpath_var=$runpath_var
  2192.  
  2193. # Shared library path variable.
  2194. shlibpath_var=$shlibpath_var
  2195.  
  2196. # Is shlibpath searched before the hard-coded library search path?
  2197. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2198.  
  2199. # Format of library name prefix.
  2200. libname_spec=$lt_libname_spec
  2201.  
  2202. # List of archive names. First name is the real one, the rest are links.
  2203. # The last name is the one that the linker finds with -lNAME
  2204. library_names_spec=$lt_library_names_spec
  2205.  
  2206. # The coded name of the library, if different from the real name.
  2207. soname_spec=$lt_soname_spec
  2208.  
  2209. # Permission mode override for installation of shared libraries.
  2210. install_override_mode=$lt_install_override_mode
  2211.  
  2212. # Command to use after installation of a shared archive.
  2213. postinstall_cmds=$lt_postinstall_cmds
  2214.  
  2215. # Command to use after uninstallation of a shared archive.
  2216. postuninstall_cmds=$lt_postuninstall_cmds
  2217.  
  2218. # Commands used to finish a libtool library installation in a directory.
  2219. finish_cmds=$lt_finish_cmds
  2220.  
  2221. # As "finish_cmds", except a single script fragment to be evaled but
  2222. # not shown.
  2223. finish_eval=$lt_finish_eval
  2224.  
  2225. # Whether we should hardcode library paths into libraries.
  2226. hardcode_into_libs=$hardcode_into_libs
  2227.  
  2228. # Compile-time system search path for libraries.
  2229. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  2230.  
  2231. # Detected run-time system search path for libraries.
  2232. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
  2233.  
  2234. # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
  2235. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
  2236.  
  2237. # Whether dlopen is supported.
  2238. dlopen_support=$enable_dlopen
  2239.  
  2240. # Whether dlopen of programs is supported.
  2241. dlopen_self=$enable_dlopen_self
  2242.  
  2243. # Whether dlopen of statically linked programs is supported.
  2244. dlopen_self_static=$enable_dlopen_self_static
  2245.  
  2246. # Commands to strip libraries.
  2247. old_striplib=$lt_old_striplib
  2248. striplib=$lt_striplib
  2249.  
  2250.  
  2251. # The linker used to build libraries.
  2252. LD=$lt_LD
  2253.  
  2254. # How to create reloadable object files.
  2255. reload_flag=$lt_reload_flag
  2256. reload_cmds=$lt_reload_cmds
  2257.  
  2258. # Commands used to build an old-style archive.
  2259. old_archive_cmds=$lt_old_archive_cmds
  2260.  
  2261. # A language specific compiler.
  2262. CC=$lt_compiler
  2263.  
  2264. # Is the compiler the GNU compiler?
  2265. with_gcc=$GCC
  2266.  
  2267. # Compiler flag to turn off builtin functions.
  2268. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  2269.  
  2270. # Additional compiler flags for building library objects.
  2271. pic_flag=$lt_lt_prog_compiler_pic
  2272.  
  2273. # How to pass a linker flag through the compiler.
  2274. wl=$lt_lt_prog_compiler_wl
  2275.  
  2276. # Compiler flag to prevent dynamic linking.
  2277. link_static_flag=$lt_lt_prog_compiler_static
  2278.  
  2279. # Does compiler simultaneously support -c and -o options?
  2280. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  2281.  
  2282. # Whether or not to add -lc for building shared libraries.
  2283. build_libtool_need_lc=$archive_cmds_need_lc
  2284.  
  2285. # Whether or not to disallow shared libs when runtime libs are static.
  2286. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  2287.  
  2288. # Compiler flag to allow reflexive dlopens.
  2289. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  2290.  
  2291. # Compiler flag to generate shared objects directly from archives.
  2292. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  2293.  
  2294. # Whether the compiler copes with passing no objects directly.
  2295. compiler_needs_object=$lt_compiler_needs_object
  2296.  
  2297. # Create an old-style archive from a shared archive.
  2298. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  2299.  
  2300. # Create a temporary old-style archive to link instead of a shared archive.
  2301. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  2302.  
  2303. # Commands used to build a shared archive.
  2304. archive_cmds=$lt_archive_cmds
  2305. archive_expsym_cmds=$lt_archive_expsym_cmds
  2306.  
  2307. # Commands used to build a loadable module if different from building
  2308. # a shared archive.
  2309. module_cmds=$lt_module_cmds
  2310. module_expsym_cmds=$lt_module_expsym_cmds
  2311.  
  2312. # Whether we are building with GNU ld or not.
  2313. with_gnu_ld=$lt_with_gnu_ld
  2314.  
  2315. # Flag that allows shared libraries with undefined symbols to be built.
  2316. allow_undefined_flag=$lt_allow_undefined_flag
  2317.  
  2318. # Flag that enforces no undefined symbols.
  2319. no_undefined_flag=$lt_no_undefined_flag
  2320.  
  2321. # Flag to hardcode \$libdir into a binary during linking.
  2322. # This must work even if \$libdir does not exist
  2323. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  2324.  
  2325. # Whether we need a single "-rpath" flag with a separated argument.
  2326. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  2327.  
  2328. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2329. # DIR into the resulting binary.
  2330. hardcode_direct=$hardcode_direct
  2331.  
  2332. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2333. # DIR into the resulting binary and the resulting library dependency is
  2334. # "absolute",i.e impossible to change by setting \$shlibpath_var if the
  2335. # library is relocated.
  2336. hardcode_direct_absolute=$hardcode_direct_absolute
  2337.  
  2338. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2339. # into the resulting binary.
  2340. hardcode_minus_L=$hardcode_minus_L
  2341.  
  2342. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2343. # into the resulting binary.
  2344. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2345.  
  2346. # Set to "yes" if building a shared library automatically hardcodes DIR
  2347. # into the library and all subsequent libraries and executables linked
  2348. # against it.
  2349. hardcode_automatic=$hardcode_automatic
  2350.  
  2351. # Set to yes if linker adds runtime paths of dependent libraries
  2352. # to runtime path list.
  2353. inherit_rpath=$inherit_rpath
  2354.  
  2355. # Whether libtool must link a program against all its dependency libraries.
  2356. link_all_deplibs=$link_all_deplibs
  2357.  
  2358. # Set to "yes" if exported symbols are required.
  2359. always_export_symbols=$always_export_symbols
  2360.  
  2361. # The commands to list exported symbols.
  2362. export_symbols_cmds=$lt_export_symbols_cmds
  2363.  
  2364. # Symbols that should not be listed in the preloaded symbols.
  2365. exclude_expsyms=$lt_exclude_expsyms
  2366.  
  2367. # Symbols that must always be exported.
  2368. include_expsyms=$lt_include_expsyms
  2369.  
  2370. # Commands necessary for linking programs (against libraries) with templates.
  2371. prelink_cmds=$lt_prelink_cmds
  2372.  
  2373. # Commands necessary for finishing linking programs.
  2374. postlink_cmds=$lt_postlink_cmds
  2375.  
  2376. # Specify filename containing input files.
  2377. file_list_spec=$lt_file_list_spec
  2378.  
  2379. # How to hardcode a shared library path into an executable.
  2380. hardcode_action=$hardcode_action
  2381.  
  2382. # The directories searched by this compiler when creating a shared library.
  2383. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
  2384.  
  2385. # Dependencies to place before and after the objects being linked to
  2386. # create a shared library.
  2387. predep_objects=$lt_predep_objects
  2388. postdep_objects=$lt_postdep_objects
  2389. predeps=$lt_predeps
  2390. postdeps=$lt_postdeps
  2391.  
  2392. # The library search path used internally by the compiler when linking
  2393. # a shared library.
  2394. compiler_lib_search_path=$lt_compiler_lib_search_path
  2395.  
  2396. # ### END LIBTOOL CONFIG
  2397.  
  2398. _LT_EOF
  2399.  
  2400. cat <<'_LT_EOF' >> "$cfgfile"
  2401.  
  2402. # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
  2403.  
  2404. # func_munge_path_list VARIABLE PATH
  2405. # -----------------------------------
  2406. # VARIABLE is name of variable containing _space_ separated list of
  2407. # directories to be munged by the contents of PATH, which is string
  2408. # having a format:
  2409. # "DIR[:DIR]:"
  2410. # string "DIR[ DIR]" will be prepended to VARIABLE
  2411. # ":DIR[:DIR]"
  2412. # string "DIR[ DIR]" will be appended to VARIABLE
  2413. # "DIRP[:DIRP]::[DIRA:]DIRA"
  2414. # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
  2415. # "DIRA[ DIRA]" will be appended to VARIABLE
  2416. # "DIR[:DIR]"
  2417. # VARIABLE will be replaced by "DIR[ DIR]"
  2418. func_munge_path_list ()
  2419. {
  2420. case x$2 in
  2421. x)
  2422. ;;
  2423. *:)
  2424. eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
  2425. ;;
  2426. x:*)
  2427. eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
  2428. ;;
  2429. *::*)
  2430. eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
  2431. eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
  2432. ;;
  2433. *)
  2434. eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
  2435. ;;
  2436. esac
  2437. }
  2438.  
  2439.  
  2440. # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
  2441. func_cc_basename ()
  2442. {
  2443. for cc_temp in $*""; do
  2444. case $cc_temp in
  2445. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  2446. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  2447. \-*) ;;
  2448. *) break;;
  2449. esac
  2450. done
  2451. func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
  2452. }
  2453.  
  2454.  
  2455. # ### END FUNCTIONS SHARED WITH CONFIGURE
  2456.  
  2457. _LT_EOF
  2458.  
  2459. case $host_os in
  2460. aix3*)
  2461. cat <<\_LT_EOF >> "$cfgfile"
  2462. # AIX sometimes has problems with the GCC collect2 program. For some
  2463. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2464. # vanish in a puff of smoke.
  2465. if test set != "${COLLECT_NAMES+set}"; then
  2466. COLLECT_NAMES=
  2467. export COLLECT_NAMES
  2468. fi
  2469. _LT_EOF
  2470. ;;
  2471. esac
  2472.  
  2473.  
  2474. ltmain=$ac_aux_dir/ltmain.sh
  2475.  
  2476.  
  2477. # We use sed instead of cat because bash on DJGPP gets confused if
  2478. # if finds mixed CR/LF and LF-only lines. Since sed operates in
  2479. # text mode, it properly converts lines to CR/LF. This bash problem
  2480. # is reportedly fixed, but why not run on old versions too?
  2481. sed '$q' "$ltmain" >> "$cfgfile" \
  2482. || (rm -f "$cfgfile"; exit 1)
  2483.  
  2484. mv -f "$cfgfile" "$ofile" ||
  2485. (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  2486. chmod +x "$ofile"
  2487.  
  2488.  
  2489. cat <<_LT_EOF >> "$ofile"
  2490.  
  2491. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  2492.  
  2493. # The linker used to build libraries.
  2494. LD=$lt_LD_CXX
  2495.  
  2496. # How to create reloadable object files.
  2497. reload_flag=$lt_reload_flag_CXX
  2498. reload_cmds=$lt_reload_cmds_CXX
  2499.  
  2500. # Commands used to build an old-style archive.
  2501. old_archive_cmds=$lt_old_archive_cmds_CXX
  2502.  
  2503. # A language specific compiler.
  2504. CC=$lt_compiler_CXX
  2505.  
  2506. # Is the compiler the GNU compiler?
  2507. with_gcc=$GCC_CXX
  2508.  
  2509. # Compiler flag to turn off builtin functions.
  2510. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  2511.  
  2512. # Additional compiler flags for building library objects.
  2513. pic_flag=$lt_lt_prog_compiler_pic_CXX
  2514.  
  2515. # How to pass a linker flag through the compiler.
  2516. wl=$lt_lt_prog_compiler_wl_CXX
  2517.  
  2518. # Compiler flag to prevent dynamic linking.
  2519. link_static_flag=$lt_lt_prog_compiler_static_CXX
  2520.  
  2521. # Does compiler simultaneously support -c and -o options?
  2522. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  2523.  
  2524. # Whether or not to add -lc for building shared libraries.
  2525. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  2526.  
  2527. # Whether or not to disallow shared libs when runtime libs are static.
  2528. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  2529.  
  2530. # Compiler flag to allow reflexive dlopens.
  2531. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  2532.  
  2533. # Compiler flag to generate shared objects directly from archives.
  2534. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  2535.  
  2536. # Whether the compiler copes with passing no objects directly.
  2537. compiler_needs_object=$lt_compiler_needs_object_CXX
  2538.  
  2539. # Create an old-style archive from a shared archive.
  2540. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  2541.  
  2542. # Create a temporary old-style archive to link instead of a shared archive.
  2543. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  2544.  
  2545. # Commands used to build a shared archive.
  2546. archive_cmds=$lt_archive_cmds_CXX
  2547. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  2548.  
  2549. # Commands used to build a loadable module if different from building
  2550. # a shared archive.
  2551. module_cmds=$lt_module_cmds_CXX
  2552. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  2553.  
  2554. # Whether we are building with GNU ld or not.
  2555. with_gnu_ld=$lt_with_gnu_ld_CXX
  2556.  
  2557. # Flag that allows shared libraries with undefined symbols to be built.
  2558. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  2559.  
  2560. # Flag that enforces no undefined symbols.
  2561. no_undefined_flag=$lt_no_undefined_flag_CXX
  2562.  
  2563. # Flag to hardcode \$libdir into a binary during linking.
  2564. # This must work even if \$libdir does not exist
  2565. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  2566.  
  2567. # Whether we need a single "-rpath" flag with a separated argument.
  2568. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  2569.  
  2570. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2571. # DIR into the resulting binary.
  2572. hardcode_direct=$hardcode_direct_CXX
  2573.  
  2574. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2575. # DIR into the resulting binary and the resulting library dependency is
  2576. # "absolute",i.e impossible to change by setting \$shlibpath_var if the
  2577. # library is relocated.
  2578. hardcode_direct_absolute=$hardcode_direct_absolute_CXX
  2579.  
  2580. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2581. # into the resulting binary.
  2582. hardcode_minus_L=$hardcode_minus_L_CXX
  2583.  
  2584. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2585. # into the resulting binary.
  2586. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  2587.  
  2588. # Set to "yes" if building a shared library automatically hardcodes DIR
  2589. # into the library and all subsequent libraries and executables linked
  2590. # against it.
  2591. hardcode_automatic=$hardcode_automatic_CXX
  2592.  
  2593. # Set to yes if linker adds runtime paths of dependent libraries
  2594. # to runtime path list.
  2595. inherit_rpath=$inherit_rpath_CXX
  2596.  
  2597. # Whether libtool must link a program against all its dependency libraries.
  2598. link_all_deplibs=$link_all_deplibs_CXX
  2599.  
  2600. # Set to "yes" if exported symbols are required.
  2601. always_export_symbols=$always_export_symbols_CXX
  2602.  
  2603. # The commands to list exported symbols.
  2604. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  2605.  
  2606. # Symbols that should not be listed in the preloaded symbols.
  2607. exclude_expsyms=$lt_exclude_expsyms_CXX
  2608.  
  2609. # Symbols that must always be exported.
  2610. include_expsyms=$lt_include_expsyms_CXX
  2611.  
  2612. # Commands necessary for linking programs (against libraries) with templates.
  2613. prelink_cmds=$lt_prelink_cmds_CXX
  2614.  
  2615. # Commands necessary for finishing linking programs.
  2616. postlink_cmds=$lt_postlink_cmds_CXX
  2617.  
  2618. # Specify filename containing input files.
  2619. file_list_spec=$lt_file_list_spec_CXX
  2620.  
  2621. # How to hardcode a shared library path into an executable.
  2622. hardcode_action=$hardcode_action_CXX
  2623.  
  2624. # The directories searched by this compiler when creating a shared library.
  2625. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
  2626.  
  2627. # Dependencies to place before and after the objects being linked to
  2628. # create a shared library.
  2629. predep_objects=$lt_predep_objects_CXX
  2630. postdep_objects=$lt_postdep_objects_CXX
  2631. predeps=$lt_predeps_CXX
  2632. postdeps=$lt_postdeps_CXX
  2633.  
  2634. # The library search path used internally by the compiler when linking
  2635. # a shared library.
  2636. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  2637.  
  2638. # ### END LIBTOOL TAG CONFIG: CXX
  2639. _LT_EOF
  2640.  
  2641. ;;
  2642.  
  2643. esac
  2644. done # for ac_tag
  2645.  
  2646.  
  2647. as_fn_exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement