You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2377 lines
73 KiB

  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. debug=false
  7. ac_cs_recheck=false
  8. ac_cs_silent=false
  9. SHELL=${CONFIG_SHELL-/bin/sh}
  10. export SHELL
  11. ## -------------------- ##
  12. ## M4sh Initialization. ##
  13. ## -------------------- ##
  14. # Be more Bourne compatible
  15. DUALCASE=1; export DUALCASE # for MKS sh
  16. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  17. emulate sh
  18. NULLCMD=:
  19. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  20. # is contrary to our usage. Disable this feature.
  21. alias -g '${1+"$@"}'='"$@"'
  22. setopt NO_GLOB_SUBST
  23. else
  24. case `(set -o) 2>/dev/null` in #(
  25. *posix*) :
  26. set -o posix ;; #(
  27. *) :
  28. ;;
  29. esac
  30. fi
  31. as_nl='
  32. '
  33. export as_nl
  34. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  35. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  36. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  37. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  38. # Prefer a ksh shell builtin over an external printf program on Solaris,
  39. # but without wasting forks for bash or zsh.
  40. if test -z "$BASH_VERSION$ZSH_VERSION" \
  41. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  42. as_echo='print -r --'
  43. as_echo_n='print -rn --'
  44. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  45. as_echo='printf %s\n'
  46. as_echo_n='printf %s'
  47. else
  48. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  49. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  50. as_echo_n='/usr/ucb/echo -n'
  51. else
  52. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  53. as_echo_n_body='eval
  54. arg=$1;
  55. case $arg in #(
  56. *"$as_nl"*)
  57. expr "X$arg" : "X\\(.*\\)$as_nl";
  58. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  59. esac;
  60. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  61. '
  62. export as_echo_n_body
  63. as_echo_n='sh -c $as_echo_n_body as_echo'
  64. fi
  65. export as_echo_body
  66. as_echo='sh -c $as_echo_body as_echo'
  67. fi
  68. # The user is always right.
  69. if test "${PATH_SEPARATOR+set}" != set; then
  70. PATH_SEPARATOR=:
  71. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  72. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  73. PATH_SEPARATOR=';'
  74. }
  75. fi
  76. # IFS
  77. # We need space, tab and new line, in precisely that order. Quoting is
  78. # there to prevent editors from complaining about space-tab.
  79. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  80. # splitting by setting IFS to empty value.)
  81. IFS=" "" $as_nl"
  82. # Find who we are. Look in the path if we contain no directory separator.
  83. as_myself=
  84. case $0 in #((
  85. *[\\/]* ) as_myself=$0 ;;
  86. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  87. for as_dir in $PATH
  88. do
  89. IFS=$as_save_IFS
  90. test -z "$as_dir" && as_dir=.
  91. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  92. done
  93. IFS=$as_save_IFS
  94. ;;
  95. esac
  96. # We did not find ourselves, most probably we were run as `sh COMMAND'
  97. # in which case we are not to be found in the path.
  98. if test "x$as_myself" = x; then
  99. as_myself=$0
  100. fi
  101. if test ! -f "$as_myself"; then
  102. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  103. exit 1
  104. fi
  105. # Unset variables that we do not need and which cause bugs (e.g. in
  106. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  107. # suppresses any "Segmentation fault" message there. '((' could
  108. # trigger a bug in pdksh 5.2.14.
  109. for as_var in BASH_ENV ENV MAIL MAILPATH
  110. do eval test x\${$as_var+set} = xset \
  111. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # CDPATH.
  122. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  123. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  124. # ----------------------------------------
  125. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  126. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  127. # script with STATUS, using 1 if that was 0.
  128. as_fn_error ()
  129. {
  130. as_status=$1; test $as_status -eq 0 && as_status=1
  131. if test "$4"; then
  132. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  133. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  134. fi
  135. $as_echo "$as_me: error: $2" >&2
  136. as_fn_exit $as_status
  137. } # as_fn_error
  138. # as_fn_set_status STATUS
  139. # -----------------------
  140. # Set $? to STATUS, without forking.
  141. as_fn_set_status ()
  142. {
  143. return $1
  144. } # as_fn_set_status
  145. # as_fn_exit STATUS
  146. # -----------------
  147. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  148. as_fn_exit ()
  149. {
  150. set +e
  151. as_fn_set_status $1
  152. exit $1
  153. } # as_fn_exit
  154. # as_fn_unset VAR
  155. # ---------------
  156. # Portably unset VAR.
  157. as_fn_unset ()
  158. {
  159. { eval $1=; unset $1;}
  160. }
  161. as_unset=as_fn_unset
  162. # as_fn_append VAR VALUE
  163. # ----------------------
  164. # Append the text in VALUE to the end of the definition contained in VAR. Take
  165. # advantage of any shell optimizations that allow amortized linear growth over
  166. # repeated appends, instead of the typical quadratic growth present in naive
  167. # implementations.
  168. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  169. eval 'as_fn_append ()
  170. {
  171. eval $1+=\$2
  172. }'
  173. else
  174. as_fn_append ()
  175. {
  176. eval $1=\$$1\$2
  177. }
  178. fi # as_fn_append
  179. # as_fn_arith ARG...
  180. # ------------------
  181. # Perform arithmetic evaluation on the ARGs, and store the result in the
  182. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  183. # must be portable across $(()) and expr.
  184. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  185. eval 'as_fn_arith ()
  186. {
  187. as_val=$(( $* ))
  188. }'
  189. else
  190. as_fn_arith ()
  191. {
  192. as_val=`expr "$@" || test $? -eq 1`
  193. }
  194. fi # as_fn_arith
  195. if expr a : '\(a\)' >/dev/null 2>&1 &&
  196. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  197. as_expr=expr
  198. else
  199. as_expr=false
  200. fi
  201. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  202. as_basename=basename
  203. else
  204. as_basename=false
  205. fi
  206. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  207. as_dirname=dirname
  208. else
  209. as_dirname=false
  210. fi
  211. as_me=`$as_basename -- "$0" ||
  212. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  213. X"$0" : 'X\(//\)$' \| \
  214. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  215. $as_echo X/"$0" |
  216. sed '/^.*\/\([^/][^/]*\)\/*$/{
  217. s//\1/
  218. q
  219. }
  220. /^X\/\(\/\/\)$/{
  221. s//\1/
  222. q
  223. }
  224. /^X\/\(\/\).*/{
  225. s//\1/
  226. q
  227. }
  228. s/.*/./; q'`
  229. # Avoid depending upon Character Ranges.
  230. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  231. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  232. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  233. as_cr_digits='0123456789'
  234. as_cr_alnum=$as_cr_Letters$as_cr_digits
  235. ECHO_C= ECHO_N= ECHO_T=
  236. case `echo -n x` in #(((((
  237. -n*)
  238. case `echo 'xy\c'` in
  239. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  240. xy) ECHO_C='\c';;
  241. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  242. ECHO_T=' ';;
  243. esac;;
  244. *)
  245. ECHO_N='-n';;
  246. esac
  247. rm -f conf$$ conf$$.exe conf$$.file
  248. if test -d conf$$.dir; then
  249. rm -f conf$$.dir/conf$$.file
  250. else
  251. rm -f conf$$.dir
  252. mkdir conf$$.dir 2>/dev/null
  253. fi
  254. if (echo >conf$$.file) 2>/dev/null; then
  255. if ln -s conf$$.file conf$$ 2>/dev/null; then
  256. as_ln_s='ln -s'
  257. # ... but there are two gotchas:
  258. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  259. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  260. # In both cases, we have to default to `cp -pR'.
  261. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  262. as_ln_s='cp -pR'
  263. elif ln conf$$.file conf$$ 2>/dev/null; then
  264. as_ln_s=ln
  265. else
  266. as_ln_s='cp -pR'
  267. fi
  268. else
  269. as_ln_s='cp -pR'
  270. fi
  271. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  272. rmdir conf$$.dir 2>/dev/null
  273. # as_fn_mkdir_p
  274. # -------------
  275. # Create "$as_dir" as a directory, including parents if necessary.
  276. as_fn_mkdir_p ()
  277. {
  278. case $as_dir in #(
  279. -*) as_dir=./$as_dir;;
  280. esac
  281. test -d "$as_dir" || eval $as_mkdir_p || {
  282. as_dirs=
  283. while :; do
  284. case $as_dir in #(
  285. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  286. *) as_qdir=$as_dir;;
  287. esac
  288. as_dirs="'$as_qdir' $as_dirs"
  289. as_dir=`$as_dirname -- "$as_dir" ||
  290. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  291. X"$as_dir" : 'X\(//\)[^/]' \| \
  292. X"$as_dir" : 'X\(//\)$' \| \
  293. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  294. $as_echo X"$as_dir" |
  295. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  296. s//\1/
  297. q
  298. }
  299. /^X\(\/\/\)[^/].*/{
  300. s//\1/
  301. q
  302. }
  303. /^X\(\/\/\)$/{
  304. s//\1/
  305. q
  306. }
  307. /^X\(\/\).*/{
  308. s//\1/
  309. q
  310. }
  311. s/.*/./; q'`
  312. test -d "$as_dir" && break
  313. done
  314. test -z "$as_dirs" || eval "mkdir $as_dirs"
  315. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  316. } # as_fn_mkdir_p
  317. if mkdir -p . 2>/dev/null; then
  318. as_mkdir_p='mkdir -p "$as_dir"'
  319. else
  320. test -d ./-p && rmdir ./-p
  321. as_mkdir_p=false
  322. fi
  323. # as_fn_executable_p FILE
  324. # -----------------------
  325. # Test if FILE is an executable regular file.
  326. as_fn_executable_p ()
  327. {
  328. test -f "$1" && test -x "$1"
  329. } # as_fn_executable_p
  330. as_test_x='test -x'
  331. as_executable_p=as_fn_executable_p
  332. # Sed expression to map a string onto a valid CPP name.
  333. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  334. # Sed expression to map a string onto a valid variable name.
  335. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  336. exec 6>&1
  337. ## ----------------------------------- ##
  338. ## Main body of $CONFIG_STATUS script. ##
  339. ## ----------------------------------- ##
  340. # Save the log message, to keep $0 and so on meaningful, and to
  341. # report actual input values of CONFIG_FILES etc. instead of their
  342. # values after options handling.
  343. ac_log="
  344. This file was extended by xerces-c $as_me 3.1.2, which was
  345. generated by GNU Autoconf 2.69. Invocation command line was
  346. CONFIG_FILES = $CONFIG_FILES
  347. CONFIG_HEADERS = $CONFIG_HEADERS
  348. CONFIG_LINKS = $CONFIG_LINKS
  349. CONFIG_COMMANDS = $CONFIG_COMMANDS
  350. $ $0 $@
  351. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  352. "
  353. # Files that config.status was made for.
  354. config_files=" Makefile src/Makefile src/xercesc/util/MsgLoaders/MsgCatalog/Makefile tests/Makefile samples/Makefile xerces-c.pc"
  355. config_headers=" config.h src/xercesc/util/Xerces_autoconf_config.hpp"
  356. config_commands=" depfiles libtool libtool-rpath-patch"
  357. ac_cs_usage="\
  358. \`$as_me' instantiates files and other configuration actions
  359. from templates according to the current configuration. Unless the files
  360. and actions are specified as TAGs, all are instantiated by default.
  361. Usage: $0 [OPTION]... [TAG]...
  362. -h, --help print this help, then exit
  363. -V, --version print version number and configuration settings, then exit
  364. --config print configuration, then exit
  365. -q, --quiet, --silent
  366. do not print progress messages
  367. -d, --debug don't remove temporary files
  368. --recheck update $as_me by reconfiguring in the same conditions
  369. --file=FILE[:TEMPLATE]
  370. instantiate the configuration file FILE
  371. --header=FILE[:TEMPLATE]
  372. instantiate the configuration header FILE
  373. Configuration files:
  374. $config_files
  375. Configuration headers:
  376. $config_headers
  377. Configuration commands:
  378. $config_commands
  379. Report bugs to the package provider."
  380. ac_cs_config="'--prefix=/Users/sjunges/i2/storm/build/resources/3rdparty/xercesc-3.1.2'"
  381. ac_cs_version="\
  382. xerces-c config.status 3.1.2
  383. configured by /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/configure, generated by GNU Autoconf 2.69,
  384. with options \"$ac_cs_config\"
  385. Copyright (C) 2012 Free Software Foundation, Inc.
  386. This config.status script is free software; the Free Software Foundation
  387. gives unlimited permission to copy, distribute and modify it."
  388. ac_pwd='/Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2'
  389. srcdir='.'
  390. INSTALL='/usr/bin/install -c'
  391. MKDIR_P='config/install-sh -c -d'
  392. AWK='awk'
  393. test -n "$AWK" || AWK=awk
  394. # The default lists apply if the user does not specify any file.
  395. ac_need_defaults=:
  396. while test $# != 0
  397. do
  398. case $1 in
  399. --*=?*)
  400. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  401. ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  402. ac_shift=:
  403. ;;
  404. --*=)
  405. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  406. ac_optarg=
  407. ac_shift=:
  408. ;;
  409. *)
  410. ac_option=$1
  411. ac_optarg=$2
  412. ac_shift=shift
  413. ;;
  414. esac
  415. case $ac_option in
  416. # Handling of the options.
  417. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  418. ac_cs_recheck=: ;;
  419. --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  420. $as_echo "$ac_cs_version"; exit ;;
  421. --config | --confi | --conf | --con | --co | --c )
  422. $as_echo "$ac_cs_config"; exit ;;
  423. --debug | --debu | --deb | --de | --d | -d )
  424. debug=: ;;
  425. --file | --fil | --fi | --f )
  426. $ac_shift
  427. case $ac_optarg in
  428. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  429. '') as_fn_error $? "missing file argument" ;;
  430. esac
  431. as_fn_append CONFIG_FILES " '$ac_optarg'"
  432. ac_need_defaults=false;;
  433. --header | --heade | --head | --hea )
  434. $ac_shift
  435. case $ac_optarg in
  436. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  437. esac
  438. as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  439. ac_need_defaults=false;;
  440. --he | --h)
  441. # Conflict between --help and --header
  442. as_fn_error $? "ambiguous option: \`$1'
  443. Try \`$0 --help' for more information.";;
  444. --help | --hel | -h )
  445. $as_echo "$ac_cs_usage"; exit ;;
  446. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  447. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  448. ac_cs_silent=: ;;
  449. # This is an error.
  450. -*) as_fn_error $? "unrecognized option: \`$1'
  451. Try \`$0 --help' for more information." ;;
  452. *) as_fn_append ac_config_targets " $1"
  453. ac_need_defaults=false ;;
  454. esac
  455. shift
  456. done
  457. ac_configure_extra_args=
  458. if $ac_cs_silent; then
  459. exec 6>/dev/null
  460. ac_configure_extra_args="$ac_configure_extra_args --silent"
  461. fi
  462. if $ac_cs_recheck; then
  463. set X /bin/sh '/Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/configure' '--prefix=/Users/sjunges/i2/storm/build/resources/3rdparty/xercesc-3.1.2' $ac_configure_extra_args --no-create --no-recursion
  464. shift
  465. $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  466. CONFIG_SHELL='/bin/sh'
  467. export CONFIG_SHELL
  468. exec "$@"
  469. fi
  470. exec 5>>config.log
  471. {
  472. echo
  473. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  474. ## Running $as_me. ##
  475. _ASBOX
  476. $as_echo "$ac_log"
  477. } >&5
  478. #
  479. # INIT-COMMANDS
  480. #
  481. AMDEP_TRUE="" ac_aux_dir="config"
  482. # The HP-UX ksh and POSIX shell print the target directory to stdout
  483. # if CDPATH is set.
  484. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  485. sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
  486. double_quote_subst='s/\(["`\\]\)/\\\1/g'
  487. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  488. AS='as'
  489. DLLTOOL='dlltool'
  490. OBJDUMP='objdump'
  491. macro_version='2.4.5'
  492. macro_revision='2.4.5'
  493. enable_shared='yes'
  494. enable_static='yes'
  495. pic_mode='default'
  496. enable_fast_install='needless'
  497. shared_archive_member_spec=''
  498. SHELL='/bin/sh'
  499. ECHO='printf %s\n'
  500. PATH_SEPARATOR=':'
  501. host_alias=''
  502. host='x86_64-apple-darwin14.5.0'
  503. host_os='darwin14.5.0'
  504. build_alias=''
  505. build='x86_64-apple-darwin14.5.0'
  506. build_os='darwin14.5.0'
  507. SED='/usr/bin/sed'
  508. Xsed='/usr/bin/sed -e 1s/^X//'
  509. GREP='/usr/bin/grep'
  510. EGREP='/usr/bin/grep -E'
  511. FGREP='/usr/bin/grep -F'
  512. LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  513. NM='/usr/bin/nm'
  514. LN_S='ln -s'
  515. max_cmd_len='196608'
  516. ac_objext='o'
  517. exeext=''
  518. lt_unset='unset'
  519. lt_SP2NL='tr \040 \012'
  520. lt_NL2SP='tr \015\012 \040\040'
  521. lt_cv_to_host_file_cmd='func_convert_file_noop'
  522. lt_cv_to_tool_file_cmd='func_convert_file_noop'
  523. reload_flag=' -r'
  524. reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
  525. deplibs_check_method='pass_all'
  526. file_magic_cmd='$MAGIC_CMD'
  527. file_magic_glob=''
  528. want_nocaseglob='no'
  529. sharedlib_from_linklib_cmd='printf %s\n'
  530. AR='ar'
  531. AR_FLAGS='cru'
  532. archiver_list_spec=''
  533. STRIP='strip'
  534. RANLIB='ranlib'
  535. old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
  536. old_postuninstall_cmds=''
  537. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  538. lock_old_archive_extraction='yes'
  539. CC='gcc'
  540. CFLAGS='-g -O2'
  541. compiler='g++'
  542. GCC='yes'
  543. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  544. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  545. lt_cv_sys_global_symbol_to_import=''
  546. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  547. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  548. lt_cv_nm_interface='BSD nm'
  549. nm_file_list_spec=''
  550. lt_sysroot=''
  551. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  552. objdir='.libs'
  553. MAGIC_CMD='file'
  554. lt_prog_compiler_no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
  555. lt_prog_compiler_pic=' -fno-common -DPIC'
  556. lt_prog_compiler_wl='-Wl,'
  557. lt_prog_compiler_static=''
  558. lt_cv_prog_compiler_c_o='yes'
  559. need_locks='no'
  560. MANIFEST_TOOL=':'
  561. DSYMUTIL='dsymutil'
  562. NMEDIT='nmedit'
  563. LIPO='lipo'
  564. OTOOL='otool'
  565. OTOOL64=':'
  566. libext='a'
  567. shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  568. extract_expsyms_cmds=''
  569. archive_cmds_need_lc='no'
  570. enable_shared_with_static_runtimes='no'
  571. export_dynamic_flag_spec=''
  572. whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
  573. compiler_needs_object='no'
  574. old_archive_from_new_cmds=''
  575. old_archive_from_expsyms_cmds=''
  576. archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module'
  577. archive_expsym_cmds='sed '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
  578. module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
  579. module_expsym_cmds='sed -e '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
  580. with_gnu_ld='no'
  581. allow_undefined_flag='$wl-undefined ${wl}dynamic_lookup'
  582. no_undefined_flag=''
  583. hardcode_libdir_flag_spec=''
  584. hardcode_libdir_separator=''
  585. hardcode_direct='no'
  586. hardcode_direct_absolute='no'
  587. hardcode_minus_L='no'
  588. hardcode_shlibpath_var='unsupported'
  589. hardcode_automatic='yes'
  590. inherit_rpath='no'
  591. link_all_deplibs='yes'
  592. always_export_symbols='no'
  593. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  594. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  595. include_expsyms=''
  596. prelink_cmds=''
  597. postlink_cmds=''
  598. file_list_spec=''
  599. variables_saved_for_relink='PATH DYLD_LIBRARY_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
  600. need_lib_prefix='no'
  601. need_version='no'
  602. version_type='darwin'
  603. runpath_var=''
  604. shlibpath_var='DYLD_LIBRARY_PATH'
  605. shlibpath_overrides_runpath='yes'
  606. libname_spec='lib$name'
  607. library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
  608. soname_spec='$libname$release$major$shared_ext'
  609. install_override_mode=''
  610. postinstall_cmds=''
  611. postuninstall_cmds=''
  612. finish_cmds=''
  613. finish_eval=''
  614. hardcode_into_libs='no'
  615. sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.0 /usr/local/lib'
  616. lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  617. hardcode_action='immediate'
  618. enable_dlopen='unknown'
  619. enable_dlopen_self='unknown'
  620. enable_dlopen_self_static='unknown'
  621. old_striplib='strip -S'
  622. striplib='strip -x'
  623. compiler_lib_search_dirs=''
  624. predep_objects=''
  625. postdep_objects=''
  626. predeps=''
  627. postdeps=''
  628. compiler_lib_search_path=''
  629. LD_CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  630. reload_flag_CXX=' -r'
  631. reload_cmds_CXX='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
  632. old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  633. compiler_CXX='g++'
  634. GCC_CXX='yes'
  635. lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  636. lt_prog_compiler_pic_CXX=' -fno-common -DPIC'
  637. lt_prog_compiler_wl_CXX='-Wl,'
  638. lt_prog_compiler_static_CXX=''
  639. lt_cv_prog_compiler_c_o_CXX='yes'
  640. archive_cmds_need_lc_CXX='no'
  641. enable_shared_with_static_runtimes_CXX='no'
  642. export_dynamic_flag_spec_CXX=''
  643. whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
  644. compiler_needs_object_CXX='no'
  645. old_archive_from_new_cmds_CXX=''
  646. old_archive_from_expsyms_cmds_CXX=''
  647. archive_cmds_CXX='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module'
  648. archive_expsym_cmds_CXX='sed '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
  649. module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
  650. module_expsym_cmds_CXX='sed -e '\''s|^|_|'\'' < $export_symbols > $output_objdir/$libname-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
  651. with_gnu_ld_CXX='no'
  652. allow_undefined_flag_CXX='$wl-undefined ${wl}dynamic_lookup'
  653. no_undefined_flag_CXX=''
  654. hardcode_libdir_flag_spec_CXX=''
  655. hardcode_libdir_separator_CXX=''
  656. hardcode_direct_CXX='no'
  657. hardcode_direct_absolute_CXX='no'
  658. hardcode_minus_L_CXX='no'
  659. hardcode_shlibpath_var_CXX='unsupported'
  660. hardcode_automatic_CXX='yes'
  661. inherit_rpath_CXX='no'
  662. link_all_deplibs_CXX='yes'
  663. always_export_symbols_CXX='no'
  664. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  665. exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  666. include_expsyms_CXX=''
  667. prelink_cmds_CXX=''
  668. postlink_cmds_CXX=''
  669. file_list_spec_CXX=''
  670. hardcode_action_CXX='immediate'
  671. compiler_lib_search_dirs_CXX=''
  672. predep_objects_CXX=''
  673. postdep_objects_CXX=''
  674. predeps_CXX=''
  675. postdeps_CXX=''
  676. compiler_lib_search_path_CXX=''
  677. LTCC='gcc'
  678. LTCFLAGS='-g -O2'
  679. compiler='gcc'
  680. # A function that is used when there is no print builtin or printf.
  681. func_fallback_echo ()
  682. {
  683. eval 'cat <<_LTECHO_EOF
  684. $1
  685. _LTECHO_EOF'
  686. }
  687. # Quote evaled strings.
  688. for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob 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
  689. case `eval \\$ECHO \\""\\$$var"\\"` in
  690. *[\\\`\"\$]*)
  691. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
  692. ;;
  693. *)
  694. eval "lt_$var=\\\"\$$var\\\""
  695. ;;
  696. esac
  697. done
  698. # Double-quote double-evaled strings.
  699. 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 lt_cv_sys_lib_dlsearch_path_spec 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
  700. case `eval \\$ECHO \\""\\$$var"\\"` in
  701. *[\\\`\"\$]*)
  702. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
  703. ;;
  704. *)
  705. eval "lt_$var=\\\"\$$var\\\""
  706. ;;
  707. esac
  708. done
  709. ac_aux_dir='config'
  710. # See if we are running on zsh, and set the options that allow our
  711. # commands through without removal of \ escapes INIT.
  712. if test -n "${ZSH_VERSION+set}"; then
  713. setopt NO_GLOB_SUBST
  714. fi
  715. PACKAGE='xerces-c'
  716. VERSION='3.1.2'
  717. RM='rm -f'
  718. ofile='libtool'
  719. libtool_patch_use_rpath=yes
  720. # Handling of arguments.
  721. for ac_config_target in $ac_config_targets
  722. do
  723. case $ac_config_target in
  724. "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  725. "src/xercesc/util/Xerces_autoconf_config.hpp") CONFIG_HEADERS="$CONFIG_HEADERS src/xercesc/util/Xerces_autoconf_config.hpp" ;;
  726. "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  727. "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  728. "src/xercesc/util/MsgLoaders/MsgCatalog/Makefile") CONFIG_FILES="$CONFIG_FILES src/xercesc/util/MsgLoaders/MsgCatalog/Makefile" ;;
  729. "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
  730. "samples/Makefile") CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
  731. "xerces-c.pc") CONFIG_FILES="$CONFIG_FILES xerces-c.pc" ;;
  732. "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  733. "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
  734. "libtool-rpath-patch") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool-rpath-patch" ;;
  735. *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  736. esac
  737. done
  738. # If the user did not use the arguments to specify the items to instantiate,
  739. # then the envvar interface is used. Set only those that are not.
  740. # We use the long form for the default assignment because of an extremely
  741. # bizarre bug on SunOS 4.1.3.
  742. if $ac_need_defaults; then
  743. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  744. test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  745. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  746. fi
  747. # Have a temporary directory for convenience. Make it in the build tree
  748. # simply because there is no reason against having it here, and in addition,
  749. # creating and moving files from /tmp can sometimes cause problems.
  750. # Hook for its removal unless debugging.
  751. # Note that there is a small window in which the directory will not be cleaned:
  752. # after its creation but before its name has been assigned to `$tmp'.
  753. $debug ||
  754. {
  755. tmp= ac_tmp=
  756. trap 'exit_status=$?
  757. : "${ac_tmp:=$tmp}"
  758. { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  759. ' 0
  760. trap 'as_fn_exit 1' 1 2 13 15
  761. }
  762. # Create a (secure) tmp directory for tmp files.
  763. {
  764. tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  765. test -d "$tmp"
  766. } ||
  767. {
  768. tmp=./conf$$-$RANDOM
  769. (umask 077 && mkdir "$tmp")
  770. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  771. ac_tmp=$tmp
  772. # Set up the scripts for CONFIG_FILES section.
  773. # No need to generate them if there are no CONFIG_FILES.
  774. # This happens for instance with `./config.status config.h'.
  775. if test -n "$CONFIG_FILES"; then
  776. ac_cr=`echo X | tr X '\015'`
  777. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  778. # But we know of no other shell where ac_cr would be empty at this
  779. # point, so we can use a bashism as a fallback.
  780. if test "x$ac_cr" = x; then
  781. eval ac_cr=\$\'\\r\'
  782. fi
  783. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  784. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  785. ac_cs_awk_cr='\\r'
  786. else
  787. ac_cs_awk_cr=$ac_cr
  788. fi
  789. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  790. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  791. S["am__EXEEXT_FALSE"]=""
  792. S["am__EXEEXT_TRUE"]="#"
  793. S["LTLIBOBJS"]=" ${LIBOBJDIR}stricmp$U.lo ${LIBOBJDIR}strnicmp$U.lo"
  794. S["pkgconfigdir"]="${libdir}/pkgconfig"
  795. S["XERCES_USE_FILEMGR_WINDOWS_FALSE"]=""
  796. S["XERCES_USE_FILEMGR_WINDOWS_TRUE"]="#"
  797. S["XERCES_USE_FILEMGR_POSIX_FALSE"]="#"
  798. S["XERCES_USE_FILEMGR_POSIX_TRUE"]=""
  799. S["XERCES_USE_MSGLOADER_INMEMORY_FALSE"]="#"
  800. S["XERCES_USE_MSGLOADER_INMEMORY_TRUE"]=""
  801. S["XERCES_USE_MSGLOADER_ICONV_FALSE"]=""
  802. S["XERCES_USE_MSGLOADER_ICONV_TRUE"]="#"
  803. S["XERCES_USE_MSGLOADER_ICU_FALSE"]=""
  804. S["XERCES_USE_MSGLOADER_ICU_TRUE"]="#"
  805. S["XERCES_USE_TRANSCODER_WINDOWS_FALSE"]=""
  806. S["XERCES_USE_TRANSCODER_WINDOWS_TRUE"]="#"
  807. S["XERCES_USE_TRANSCODER_ICONV_FALSE"]=""
  808. S["XERCES_USE_TRANSCODER_ICONV_TRUE"]="#"
  809. S["XERCES_USE_TRANSCODER_GNUICONV_FALSE"]=""
  810. S["XERCES_USE_TRANSCODER_GNUICONV_TRUE"]="#"
  811. S["XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER_FALSE"]="#"
  812. S["XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER_TRUE"]=""
  813. S["XERCES_USE_TRANSCODER_ICU_FALSE"]=""
  814. S["XERCES_USE_TRANSCODER_ICU_TRUE"]="#"
  815. S["ICU_SBIN"]=""
  816. S["ICU_BIN"]=""
  817. S["ICU_LIBS"]="-licuuc -licudata"
  818. S["ICU_FLAGS"]=""
  819. S["ICU_PRESENT"]="no"
  820. S["icu_config"]=""
  821. S["XERCES_USE_NETACCESSOR_SOCKET_FALSE"]=""
  822. S["XERCES_USE_NETACCESSOR_SOCKET_TRUE"]="#"
  823. S["XERCES_USE_NETACCESSOR_WINSOCK_FALSE"]=""
  824. S["XERCES_USE_NETACCESSOR_WINSOCK_TRUE"]="#"
  825. S["XERCES_USE_NETACCESSOR_CFURL_FALSE"]=""
  826. S["XERCES_USE_NETACCESSOR_CFURL_TRUE"]="#"
  827. S["XERCES_USE_NETACCESSOR_CURL_FALSE"]="#"
  828. S["XERCES_USE_NETACCESSOR_CURL_TRUE"]=""
  829. S["CURL_LIBS"]="-lcurl"
  830. S["CURL_FLAGS"]=""
  831. S["CURL_PRESENT"]="yes"
  832. S["curl_config"]="/usr/bin/curl-config"
  833. S["XERCES_USE_MUTEXMGR_WINDOWS_FALSE"]=""
  834. S["XERCES_USE_MUTEXMGR_WINDOWS_TRUE"]="#"
  835. S["XERCES_USE_MUTEXMGR_POSIX_FALSE"]="#"
  836. S["XERCES_USE_MUTEXMGR_POSIX_TRUE"]=""
  837. S["XERCES_USE_MUTEXMGR_NOTHREAD_FALSE"]=""
  838. S["XERCES_USE_MUTEXMGR_NOTHREAD_TRUE"]="#"
  839. S["XERCES_PRETTY_MAKE_FALSE"]="#"
  840. S["XERCES_PRETTY_MAKE_TRUE"]=""
  841. S["abs_top_builddir"]="/Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2"
  842. S["abs_top_srcdir"]="/Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2"
  843. S["LIBOBJS"]=" ${LIBOBJDIR}stricmp$U.o ${LIBOBJDIR}strnicmp$U.o"
  844. S["SHREXT"]="`test .$module = .yes && echo .so || echo .dylib`"
  845. S["PTHREAD_CFLAGS"]="-D_THREAD_SAFE "
  846. S["PTHREAD_LIBS"]="-lpthread"
  847. S["PTHREAD_CC"]="gcc"
  848. S["acx_pthread_config"]=""
  849. S["BUILD_STATIC"]="yes"
  850. S["BUILD_SHARED"]="yes"
  851. S["CXXCPP"]="g++ -E"
  852. S["CPP"]="gcc -E"
  853. S["LT_SYS_LIBRARY_PATH"]=""
  854. S["OTOOL64"]=":"
  855. S["OTOOL"]="otool"
  856. S["LIPO"]="lipo"
  857. S["NMEDIT"]="nmedit"
  858. S["DSYMUTIL"]="dsymutil"
  859. S["MANIFEST_TOOL"]=":"
  860. S["RANLIB"]="ranlib"
  861. S["ac_ct_AR"]="ar"
  862. S["AR"]="ar"
  863. S["NM"]="/usr/bin/nm"
  864. S["ac_ct_DUMPBIN"]=""
  865. S["DUMPBIN"]=""
  866. S["LD"]="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
  867. S["FGREP"]="/usr/bin/grep -F"
  868. S["EGREP"]="/usr/bin/grep -E"
  869. S["GREP"]="/usr/bin/grep"
  870. S["am__fastdepCC_FALSE"]="#"
  871. S["am__fastdepCC_TRUE"]=""
  872. S["CCDEPMODE"]="depmode=gcc3"
  873. S["ac_ct_CC"]="gcc"
  874. S["CFLAGS"]="-g -O2"
  875. S["CC"]="gcc"
  876. S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
  877. S["OBJDUMP"]="objdump"
  878. S["DLLTOOL"]="dlltool"
  879. S["AS"]="as"
  880. S["LN_S"]="ln -s"
  881. S["SED"]="/usr/bin/sed"
  882. S["am__fastdepCXX_FALSE"]="#"
  883. S["am__fastdepCXX_TRUE"]=""
  884. S["CXXDEPMODE"]="depmode=gcc3"
  885. S["am__nodep"]="_no"
  886. S["AMDEPBACKSLASH"]="\\"
  887. S["AMDEP_FALSE"]="#"
  888. S["AMDEP_TRUE"]=""
  889. S["am__quote"]=""
  890. S["am__include"]="include"
  891. S["DEPDIR"]=".deps"
  892. S["OBJEXT"]="o"
  893. S["EXEEXT"]=""
  894. S["ac_ct_CXX"]="g++"
  895. S["CPPFLAGS"]=""
  896. S["LDFLAGS"]=""
  897. S["CXXFLAGS"]="-g -O2 -D_THREAD_SAFE -msse2"
  898. S["CXX"]="g++"
  899. S["MAINT"]="#"
  900. S["MAINTAINER_MODE_FALSE"]=""
  901. S["MAINTAINER_MODE_TRUE"]="#"
  902. S["AM_BACKSLASH"]="\\"
  903. S["AM_DEFAULT_VERBOSITY"]="1"
  904. S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
  905. S["AM_V"]="$(V)"
  906. S["am__untar"]="tar -xf -"
  907. S["am__tar"]="tar --format=ustar -chf - \"$$tardir\""
  908. S["AMTAR"]="$${TAR-tar}"
  909. S["am__leading_dot"]="."
  910. S["SET_MAKE"]=""
  911. S["AWK"]="awk"
  912. S["mkdir_p"]="$(MKDIR_P)"
  913. S["MKDIR_P"]="config/install-sh -c -d"
  914. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  915. S["STRIP"]="strip"
  916. S["install_sh"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/install-sh"
  917. S["MAKEINFO"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/missing makeinfo"
  918. S["AUTOHEADER"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/missing autoheader"
  919. S["AUTOMAKE"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/missing automake-1.15"
  920. S["AUTOCONF"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/missing autoconf"
  921. S["ACLOCAL"]="${SHELL} /Users/sjunges/i2/storm/resources/3rdparty/xercesc-3.1.2/config/missing aclocal-1.15"
  922. S["VERSION"]="3.1.2"
  923. S["PACKAGE"]="xerces-c"
  924. S["CYGPATH_W"]="echo"
  925. S["am__isrc"]=""
  926. S["INSTALL_DATA"]="${INSTALL} -m 644"
  927. S["INSTALL_SCRIPT"]="${INSTALL}"
  928. S["INSTALL_PROGRAM"]="${INSTALL}"
  929. S["host_os"]="darwin14.5.0"
  930. S["host_vendor"]="apple"
  931. S["host_cpu"]="x86_64"
  932. S["host"]="x86_64-apple-darwin14.5.0"
  933. S["build_os"]="darwin14.5.0"
  934. S["build_vendor"]="apple"
  935. S["build_cpu"]="x86_64"
  936. S["build"]="x86_64-apple-darwin14.5.0"
  937. S["target_alias"]=""
  938. S["host_alias"]=""
  939. S["build_alias"]=""
  940. S["LIBS"]="-Wl,-framework -Wl,CoreServices -lpthread -lcurl"
  941. S["ECHO_T"]=""
  942. S["ECHO_N"]=""
  943. S["ECHO_C"]="\\c"
  944. S["DEFS"]="-DHAVE_CONFIG_H"
  945. S["mandir"]="${datarootdir}/man"
  946. S["localedir"]="${datarootdir}/locale"
  947. S["libdir"]="${exec_prefix}/lib"
  948. S["psdir"]="${docdir}"
  949. S["pdfdir"]="${docdir}"
  950. S["dvidir"]="${docdir}"
  951. S["htmldir"]="${docdir}"
  952. S["infodir"]="${datarootdir}/info"
  953. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  954. S["oldincludedir"]="/usr/include"
  955. S["includedir"]="${prefix}/include"
  956. S["localstatedir"]="${prefix}/var"
  957. S["sharedstatedir"]="${prefix}/com"
  958. S["sysconfdir"]="${prefix}/etc"
  959. S["datadir"]="${datarootdir}"
  960. S["datarootdir"]="${prefix}/share"
  961. S["libexecdir"]="${exec_prefix}/libexec"
  962. S["sbindir"]="${exec_prefix}/sbin"
  963. S["bindir"]="${exec_prefix}/bin"
  964. S["program_transform_name"]="s,x,x,"
  965. S["prefix"]="/Users/sjunges/i2/storm/build/resources/3rdparty/xercesc-3.1.2"
  966. S["exec_prefix"]="${prefix}"
  967. S["PACKAGE_URL"]=""
  968. S["PACKAGE_BUGREPORT"]=""
  969. S["PACKAGE_STRING"]="xerces-c 3.1.2"
  970. S["PACKAGE_VERSION"]="3.1.2"
  971. S["PACKAGE_TARNAME"]="xerces-c"
  972. S["PACKAGE_NAME"]="xerces-c"
  973. S["PATH_SEPARATOR"]=":"
  974. S["SHELL"]="/bin/sh"
  975. _ACAWK
  976. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  977. for (key in S) S_is_set[key] = 1
  978. FS = ""
  979. }
  980. {
  981. line = $ 0
  982. nfields = split(line, field, "@")
  983. substed = 0
  984. len = length(field[1])
  985. for (i = 2; i < nfields; i++) {
  986. key = field[i]
  987. keylen = length(key)
  988. if (S_is_set[key]) {
  989. value = S[key]
  990. line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  991. len += length(value) + length(field[++i])
  992. substed = 1
  993. } else
  994. len += 1 + keylen
  995. }
  996. print line
  997. }
  998. _ACAWK
  999. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1000. sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1001. else
  1002. cat
  1003. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1004. || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1005. fi # test -n "$CONFIG_FILES"
  1006. # Set up the scripts for CONFIG_HEADERS section.
  1007. # No need to generate them if there are no CONFIG_HEADERS.
  1008. # This happens for instance with `./config.status Makefile'.
  1009. if test -n "$CONFIG_HEADERS"; then
  1010. cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1011. BEGIN {
  1012. D["PACKAGE_NAME"]=" \"xerces-c\""
  1013. D["PACKAGE_TARNAME"]=" \"xerces-c\""
  1014. D["PACKAGE_VERSION"]=" \"3.1.2\""
  1015. D["PACKAGE_STRING"]=" \"xerces-c 3.1.2\""
  1016. D["PACKAGE_BUGREPORT"]=" \"\""
  1017. D["PACKAGE_URL"]=" \"\""
  1018. D["PACKAGE"]=" \"xerces-c\""
  1019. D["VERSION"]=" \"3.1.2\""
  1020. D["STDC_HEADERS"]=" 1"
  1021. D["HAVE_SYS_TYPES_H"]=" 1"
  1022. D["HAVE_SYS_STAT_H"]=" 1"
  1023. D["HAVE_STDLIB_H"]=" 1"
  1024. D["HAVE_STRING_H"]=" 1"
  1025. D["HAVE_MEMORY_H"]=" 1"
  1026. D["HAVE_STRINGS_H"]=" 1"
  1027. D["HAVE_INTTYPES_H"]=" 1"
  1028. D["HAVE_STDINT_H"]=" 1"
  1029. D["HAVE_UNISTD_H"]=" 1"
  1030. D["HAVE_DLFCN_H"]=" 1"
  1031. D["LT_OBJDIR"]=" \".libs/\""
  1032. D["STDC_HEADERS"]=" 1"
  1033. D["TIME_WITH_SYS_TIME"]=" 1"
  1034. D["HAVE_ARPA_INET_H"]=" 1"
  1035. D["HAVE_FCNTL_H"]=" 1"
  1036. D["HAVE_FLOAT_H"]=" 1"
  1037. D["HAVE_INTTYPES_H"]=" 1"
  1038. D["HAVE_LANGINFO_H"]=" 1"
  1039. D["HAVE_LIMITS_H"]=" 1"
  1040. D["HAVE_LOCALE_H"]=" 1"
  1041. D["HAVE_MEMORY_H"]=" 1"
  1042. D["HAVE_NETDB_H"]=" 1"
  1043. D["HAVE_NETINET_IN_H"]=" 1"
  1044. D["HAVE_NL_TYPES_H"]=" 1"
  1045. D["HAVE_STDDEF_H"]=" 1"
  1046. D["HAVE_STDINT_H"]=" 1"
  1047. D["HAVE_STDLIB_H"]=" 1"
  1048. D["HAVE_STRING_H"]=" 1"
  1049. D["HAVE_STRINGS_H"]=" 1"
  1050. D["HAVE_SYS_PARAM_H"]=" 1"
  1051. D["HAVE_SYS_SOCKET_H"]=" 1"
  1052. D["HAVE_SYS_TIME_H"]=" 1"
  1053. D["HAVE_SYS_TIMEB_H"]=" 1"
  1054. D["HAVE_UNISTD_H"]=" 1"
  1055. D["HAVE_WCHAR_H"]=" 1"
  1056. D["HAVE_WCTYPE_H"]=" 1"
  1057. D["HAVE_CORESERVICES_CORESERVICES_H"]=" 1"
  1058. D["HAVE_MACHINE_ENDIAN_H"]=" 1"
  1059. D["HAVE_ARPA_NAMESER_COMPAT_H"]=" 1"
  1060. D["HAVE_STDBOOL_H"]=" 1"
  1061. D["SIZEOF_WCHAR_T"]=" 4"
  1062. D["HAVE_INTTYPES_H"]=" 1"
  1063. D["SIZEOF_SHORT"]=" 2"
  1064. D["SIZEOF_INT"]=" 4"
  1065. D["SIZEOF_LONG"]=" 8"
  1066. D["SIZEOF_LONG_LONG"]=" 8"
  1067. D["SIZEOF___INT64"]=" 0"
  1068. D["XERCES_S16BIT_INT"]=" int16_t"
  1069. D["XERCES_U16BIT_INT"]=" uint16_t"
  1070. D["XERCES_S32BIT_INT"]=" int32_t"
  1071. D["XERCES_U32BIT_INT"]=" uint32_t"
  1072. D["XERCES_S64BIT_INT"]=" int64_t"
  1073. D["XERCES_U64BIT_INT"]=" uint64_t"
  1074. D["HAVE_BOOL"]=" /**/"
  1075. D["HAVE_NAMESPACES"]=" /**/"
  1076. D["HAVE_STD_NAMESPACE"]=" /**/"
  1077. D["HAVE_STD_LIBS"]=" /**/"
  1078. D["HAVE_LSTRING"]=" /**/"
  1079. D["HAVE_PTHREAD"]=" 1"
  1080. D["HAVE_GETCWD"]=" 1"
  1081. D["HAVE_PATHCONF"]=" 1"
  1082. D["HAVE_REALPATH"]=" 1"
  1083. D["HAVE_GETADDRINFO"]=" 1"
  1084. D["HAVE_GETHOSTBYADDR"]=" 1"
  1085. D["HAVE_GETHOSTBYNAME"]=" 1"
  1086. D["HAVE_SOCKET"]=" 1"
  1087. D["HAVE_FTIME"]=" 1"
  1088. D["HAVE_GETTIMEOFDAY"]=" 1"
  1089. D["HAVE_MEMMOVE"]=" 1"
  1090. D["HAVE_MEMSET"]=" 1"
  1091. D["HAVE_NL_LANGINFO"]=" 1"
  1092. D["HAVE_SETLOCALE"]=" 1"
  1093. D["HAVE_LOCALECONV"]=" 1"
  1094. D["HAVE_STRCASECMP"]=" 1"
  1095. D["HAVE_STRNCASECMP"]=" 1"
  1096. D["HAVE_STRCHR"]=" 1"
  1097. D["HAVE_STRDUP"]=" 1"
  1098. D["HAVE_STRRCHR"]=" 1"
  1099. D["HAVE_STRSTR"]=" 1"
  1100. D["HAVE_STRTOL"]=" 1"
  1101. D["HAVE_STRTOUL"]=" 1"
  1102. D["HAVE_TOWUPPER"]=" 1"
  1103. D["HAVE_TOWLOWER"]=" 1"
  1104. D["HAVE_MBLEN"]=" 1"
  1105. D["HAVE_PATH_MAX"]=" 1"
  1106. D["HAVE_MBRLEN"]=" 1"
  1107. D["HAVE_WCSRTOMBS"]=" 1"
  1108. D["HAVE_MBSRTOWCS"]=" 1"
  1109. D["ICONV_USES_CONST_POINTER"]=" 0"
  1110. D["HAVE_TOWLOWER"]=" 1"
  1111. D["HAVE_TOWUPPER"]=" 1"
  1112. D["XERCES_USE_MUTEXMGR_POSIX"]=" 1"
  1113. D["XERCES_USE_NETACCESSOR_CURL"]=" 1"
  1114. D["HAVE_ICONV_H"]=" 1"
  1115. D["HAVE_WCHAR_H"]=" 1"
  1116. D["HAVE_STRING_H"]=" 1"
  1117. D["HAVE_STDLIB_H"]=" 1"
  1118. D["HAVE_STDIO_H"]=" 1"
  1119. D["HAVE_CTYPE_H"]=" 1"
  1120. D["HAVE_LOCALE_H"]=" 1"
  1121. D["HAVE_ERRNO_H"]=" 1"
  1122. D["HAVE_WCHAR_H"]=" 1"
  1123. D["HAVE_MBLEN"]=" 1"
  1124. D["HAVE_WCSTOMBS"]=" 1"
  1125. D["HAVE_MBSTOWCS"]=" 1"
  1126. D["XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER"]=" 1"
  1127. D["HAVE_NL_TYPES_H"]=" 1"
  1128. D["HAVE_CATOPEN"]=" 1"
  1129. D["HAVE_CATCLOSE"]=" 1"
  1130. D["HAVE_CATGETS"]=" 1"
  1131. D["XERCES_USE_MSGLOADER_INMEMORY"]=" 1"
  1132. D["XERCES_USE_FILEMGR_POSIX"]=" 1"
  1133. D["XERCES_AUTOCONF"]=" 1"
  1134. D["XERCES_HAVE_SYS_TYPES_H"]=" 1"
  1135. D["XERCES_HAVE_INTTYPES_H"]=" 1"
  1136. D["XERCES_PLATFORM_EXPORT"]=" "
  1137. D["XERCES_PLATFORM_IMPORT"]=" "
  1138. D["XERCES_LSTRSUPPORT"]=" 1"
  1139. D["XERCES_XMLCH_T"]=" uint16_t"
  1140. D["XERCES_HAVE_EMMINTRIN_H"]=" 1"
  1141. D["HAVE_CPUID_H"]=" 1"
  1142. D["XERCES_HAVE_GETCPUID"]=" 1"
  1143. D["XERCES_HAVE_SSE2_INTRINSIC"]=" 1"
  1144. D["XERCES_SIZE_T"]=" size_t"
  1145. D["XERCES_SSIZE_T"]=" ssize_t"
  1146. D["XERCES_HAS_CPP_NAMESPACE"]=" 1"
  1147. D["XERCES_STD_NAMESPACE"]=" 1"
  1148. D["XERCES_NEW_IOSTREAMS"]=" 1"
  1149. for (key in D) D_is_set[key] = 1
  1150. FS = ""
  1151. }
  1152. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  1153. line = $ 0
  1154. split(line, arg, " ")
  1155. if (arg[1] == "#") {
  1156. defundef = arg[2]
  1157. mac1 = arg[3]
  1158. } else {
  1159. defundef = substr(arg[1], 2)
  1160. mac1 = arg[2]
  1161. }
  1162. split(mac1, mac2, "(") #)
  1163. macro = mac2[1]
  1164. prefix = substr(line, 1, index(line, defundef) - 1)
  1165. if (D_is_set[macro]) {
  1166. # Preserve the white space surrounding the "#".
  1167. print prefix "define", macro P[macro] D[macro]
  1168. next
  1169. } else {
  1170. # Replace #undef with comments. This is necessary, for example,
  1171. # in the case of _POSIX_SOURCE, which is predefined and required
  1172. # on some systems where configure will not decide to define it.
  1173. if (defundef == "undef") {
  1174. print "/*", prefix defundef, macro, "*/"
  1175. next
  1176. }
  1177. }
  1178. }
  1179. { print }
  1180. _ACAWK
  1181. as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  1182. fi # test -n "$CONFIG_HEADERS"
  1183. eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
  1184. shift
  1185. for ac_tag
  1186. do
  1187. case $ac_tag in
  1188. :[FHLC]) ac_mode=$ac_tag; continue;;
  1189. esac
  1190. case $ac_mode$ac_tag in
  1191. :[FHL]*:*);;
  1192. :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1193. :[FH]-) ac_tag=-:-;;
  1194. :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1195. esac
  1196. ac_save_IFS=$IFS
  1197. IFS=:
  1198. set x $ac_tag
  1199. IFS=$ac_save_IFS
  1200. shift
  1201. ac_file=$1
  1202. shift
  1203. case $ac_mode in
  1204. :L) ac_source=$1;;
  1205. :[FH])
  1206. ac_file_inputs=
  1207. for ac_f
  1208. do
  1209. case $ac_f in
  1210. -) ac_f="$ac_tmp/stdin";;
  1211. *) # Look for the file first in the build tree, then in the source tree
  1212. # (if the path is not absolute). The absolute path cannot be DOS-style,
  1213. # because $ac_f cannot contain `:'.
  1214. test -f "$ac_f" ||
  1215. case $ac_f in
  1216. [\\/$]*) false;;
  1217. *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1218. esac ||
  1219. as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1220. esac
  1221. case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1222. as_fn_append ac_file_inputs " '$ac_f'"
  1223. done
  1224. # Let's still pretend it is `configure' which instantiates (i.e., don't
  1225. # use $as_me), people would be surprised to read:
  1226. # /* config.h. Generated by config.status. */
  1227. configure_input='Generated from '`
  1228. $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1229. `' by configure.'
  1230. if test x"$ac_file" != x-; then
  1231. configure_input="$ac_file. $configure_input"
  1232. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1233. $as_echo "$as_me: creating $ac_file" >&6;}
  1234. fi
  1235. # Neutralize special characters interpreted by sed in replacement strings.
  1236. case $configure_input in #(
  1237. *\&* | *\|* | *\\* )
  1238. ac_sed_conf_input=`$as_echo "$configure_input" |
  1239. sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1240. *) ac_sed_conf_input=$configure_input;;
  1241. esac
  1242. case $ac_tag in
  1243. *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1244. || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1245. esac
  1246. ;;
  1247. esac
  1248. ac_dir=`$as_dirname -- "$ac_file" ||
  1249. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1250. X"$ac_file" : 'X\(//\)[^/]' \| \
  1251. X"$ac_file" : 'X\(//\)$' \| \
  1252. X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1253. $as_echo X"$ac_file" |
  1254. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1255. s//\1/
  1256. q
  1257. }
  1258. /^X\(\/\/\)[^/].*/{
  1259. s//\1/
  1260. q
  1261. }
  1262. /^X\(\/\/\)$/{
  1263. s//\1/
  1264. q
  1265. }
  1266. /^X\(\/\).*/{
  1267. s//\1/
  1268. q
  1269. }
  1270. s/.*/./; q'`
  1271. as_dir="$ac_dir"; as_fn_mkdir_p
  1272. ac_builddir=.
  1273. case "$ac_dir" in
  1274. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1275. *)
  1276. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1277. # A ".." for each directory in $ac_dir_suffix.
  1278. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1279. case $ac_top_builddir_sub in
  1280. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1281. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1282. esac ;;
  1283. esac
  1284. ac_abs_top_builddir=$ac_pwd
  1285. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1286. # for backward compatibility:
  1287. ac_top_builddir=$ac_top_build_prefix
  1288. case $srcdir in
  1289. .) # We are building in place.
  1290. ac_srcdir=.
  1291. ac_top_srcdir=$ac_top_builddir_sub
  1292. ac_abs_top_srcdir=$ac_pwd ;;
  1293. [\\/]* | ?:[\\/]* ) # Absolute name.
  1294. ac_srcdir=$srcdir$ac_dir_suffix;
  1295. ac_top_srcdir=$srcdir
  1296. ac_abs_top_srcdir=$srcdir ;;
  1297. *) # Relative name.
  1298. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1299. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1300. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1301. esac
  1302. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1303. case $ac_mode in
  1304. :F)
  1305. #
  1306. # CONFIG_FILE
  1307. #
  1308. case $INSTALL in
  1309. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1310. *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1311. esac
  1312. ac_MKDIR_P=$MKDIR_P
  1313. case $MKDIR_P in
  1314. [\\/$]* | ?:[\\/]* ) ;;
  1315. */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  1316. esac
  1317. # If the template does not know about datarootdir, expand it.
  1318. # FIXME: This hack should be removed a few years after 2.60.
  1319. ac_datarootdir_hack=; ac_datarootdir_seen=
  1320. ac_sed_dataroot='
  1321. /datarootdir/ {
  1322. p
  1323. q
  1324. }
  1325. /@datadir@/p
  1326. /@docdir@/p
  1327. /@infodir@/p
  1328. /@localedir@/p
  1329. /@mandir@/p'
  1330. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1331. *datarootdir*) ac_datarootdir_seen=yes;;
  1332. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1333. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1334. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1335. ac_datarootdir_hack='
  1336. s&@datadir@&${datarootdir}&g
  1337. s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  1338. s&@infodir@&${datarootdir}/info&g
  1339. s&@localedir@&${datarootdir}/locale&g
  1340. s&@mandir@&${datarootdir}/man&g
  1341. s&\${datarootdir}&${prefix}/share&g' ;;
  1342. esac
  1343. ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
  1344. h
  1345. s///
  1346. s/^/:/
  1347. s/[ ]*$/:/
  1348. s/:\$(srcdir):/:/g
  1349. s/:\${srcdir}:/:/g
  1350. s/:@srcdir@:/:/g
  1351. s/^:*//
  1352. s/:*$//
  1353. x
  1354. s/\(=[ ]*\).*/\1/
  1355. G
  1356. s/\n//
  1357. s/^[^=]*=[ ]*$//
  1358. }
  1359. :t
  1360. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1361. s|@configure_input@|$ac_sed_conf_input|;t t
  1362. s&@top_builddir@&$ac_top_builddir_sub&;t t
  1363. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1364. s&@srcdir@&$ac_srcdir&;t t
  1365. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1366. s&@top_srcdir@&$ac_top_srcdir&;t t
  1367. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1368. s&@builddir@&$ac_builddir&;t t
  1369. s&@abs_builddir@&$ac_abs_builddir&;t t
  1370. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1371. s&@INSTALL@&$ac_INSTALL&;t t
  1372. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  1373. $ac_datarootdir_hack
  1374. "
  1375. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  1376. >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1377. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1378. { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1379. { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
  1380. "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1381. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1382. which seems to be undefined. Please make sure it is defined" >&5
  1383. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1384. which seems to be undefined. Please make sure it is defined" >&2;}
  1385. rm -f "$ac_tmp/stdin"
  1386. case $ac_file in
  1387. -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1388. *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1389. esac \
  1390. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1391. ;;
  1392. :H)
  1393. #
  1394. # CONFIG_HEADER
  1395. #
  1396. if test x"$ac_file" != x-; then
  1397. {
  1398. $as_echo "/* $configure_input */" \
  1399. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1400. } >"$ac_tmp/config.h" \
  1401. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1402. if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1403. { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1404. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1405. else
  1406. rm -f "$ac_file"
  1407. mv "$ac_tmp/config.h" "$ac_file" \
  1408. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1409. fi
  1410. else
  1411. $as_echo "/* $configure_input */" \
  1412. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1413. || as_fn_error $? "could not create -" "$LINENO" 5
  1414. fi
  1415. # Compute "$ac_file"'s index in $config_headers.
  1416. _am_arg="$ac_file"
  1417. _am_stamp_count=1
  1418. for _am_header in $config_headers :; do
  1419. case $_am_header in
  1420. $_am_arg | $_am_arg:* )
  1421. break ;;
  1422. * )
  1423. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1424. esac
  1425. done
  1426. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  1427. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1428. X"$_am_arg" : 'X\(//\)[^/]' \| \
  1429. X"$_am_arg" : 'X\(//\)$' \| \
  1430. X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1431. $as_echo X"$_am_arg" |
  1432. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1433. s//\1/
  1434. q
  1435. }
  1436. /^X\(\/\/\)[^/].*/{
  1437. s//\1/
  1438. q
  1439. }
  1440. /^X\(\/\/\)$/{
  1441. s//\1/
  1442. q
  1443. }
  1444. /^X\(\/\).*/{
  1445. s//\1/
  1446. q
  1447. }
  1448. s/.*/./; q'`/stamp-h$_am_stamp_count
  1449. ;;
  1450. :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1451. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1452. ;;
  1453. esac
  1454. case $ac_file$ac_mode in
  1455. "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1456. # Older Autoconf quotes --file arguments for eval, but not when files
  1457. # are listed without --file. Let's play safe and only enable the eval
  1458. # if we detect the quoting.
  1459. case $CONFIG_FILES in
  1460. *\'*) eval set x "$CONFIG_FILES" ;;
  1461. *) set x $CONFIG_FILES ;;
  1462. esac
  1463. shift
  1464. for mf
  1465. do
  1466. # Strip MF so we end up with the name of the file.
  1467. mf=`echo "$mf" | sed -e 's/:.*$//'`
  1468. # Check whether this is an Automake generated Makefile or not.
  1469. # We used to match only the files named 'Makefile.in', but
  1470. # some people rename them; so instead we look at the file content.
  1471. # Grep'ing the first line is not enough: some people post-process
  1472. # each Makefile.in and add a new line on top of each file to say so.
  1473. # Grep'ing the whole file is not good either: AIX grep has a line
  1474. # limit of 2048, but all sed's we know have understand at least 4000.
  1475. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1476. dirpart=`$as_dirname -- "$mf" ||
  1477. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1478. X"$mf" : 'X\(//\)[^/]' \| \
  1479. X"$mf" : 'X\(//\)$' \| \
  1480. X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1481. $as_echo X"$mf" |
  1482. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1483. s//\1/
  1484. q
  1485. }
  1486. /^X\(\/\/\)[^/].*/{
  1487. s//\1/
  1488. q
  1489. }
  1490. /^X\(\/\/\)$/{
  1491. s//\1/
  1492. q
  1493. }
  1494. /^X\(\/\).*/{
  1495. s//\1/
  1496. q
  1497. }
  1498. s/.*/./; q'`
  1499. else
  1500. continue
  1501. fi
  1502. # Extract the definition of DEPDIR, am__include, and am__quote
  1503. # from the Makefile without running 'make'.
  1504. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1505. test -z "$DEPDIR" && continue
  1506. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1507. test -z "$am__include" && continue
  1508. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1509. # Find all dependency output files, they are included files with
  1510. # $(DEPDIR) in their names. We invoke sed twice because it is the
  1511. # simplest approach to changing $(DEPDIR) to its actual value in the
  1512. # expansion.
  1513. for file in `sed -n "
  1514. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1515. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  1516. # Make sure the directory exists.
  1517. test -f "$dirpart/$file" && continue
  1518. fdir=`$as_dirname -- "$file" ||
  1519. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1520. X"$file" : 'X\(//\)[^/]' \| \
  1521. X"$file" : 'X\(//\)$' \| \
  1522. X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1523. $as_echo X"$file" |
  1524. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1525. s//\1/
  1526. q
  1527. }
  1528. /^X\(\/\/\)[^/].*/{
  1529. s//\1/
  1530. q
  1531. }
  1532. /^X\(\/\/\)$/{
  1533. s//\1/
  1534. q
  1535. }
  1536. /^X\(\/\).*/{
  1537. s//\1/
  1538. q
  1539. }
  1540. s/.*/./; q'`
  1541. as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1542. # echo "creating $dirpart/$file"
  1543. echo '# dummy' > "$dirpart/$file"
  1544. done
  1545. done
  1546. }
  1547. ;;
  1548. "libtool":C)
  1549. # See if we are running on zsh, and set the options that allow our
  1550. # commands through without removal of \ escapes.
  1551. if test -n "${ZSH_VERSION+set}"; then
  1552. setopt NO_GLOB_SUBST
  1553. fi
  1554. cfgfile=${ofile}T
  1555. trap "$RM \"$cfgfile\"; exit 1" 1 2 15
  1556. $RM "$cfgfile"
  1557. cat <<_LT_EOF >> "$cfgfile"
  1558. #! $SHELL
  1559. # Generated automatically by $as_me ($PACKAGE) $VERSION
  1560. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1561. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  1562. # Provide generalized library-building support services.
  1563. # Written by Gordon Matzigkeit, 1996
  1564. # Copyright (C) 2014 Free Software Foundation, Inc.
  1565. # This is free software; see the source for copying conditions. There is NO
  1566. # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1567. # GNU Libtool is free software; you can redistribute it and/or modify
  1568. # it under the terms of the GNU General Public License as published by
  1569. # the Free Software Foundation; either version 2 of of the License, or
  1570. # (at your option) any later version.
  1571. #
  1572. # As a special exception to the GNU General Public License, if you
  1573. # distribute this file as part of a program or library that is built
  1574. # using GNU Libtool, you may include this file under the same
  1575. # distribution terms that you use for the rest of that program.
  1576. #
  1577. # GNU Libtool is distributed in the hope that it will be useful, but
  1578. # WITHOUT ANY WARRANTY; without even the implied warranty of
  1579. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1580. # GNU General Public License for more details.
  1581. #
  1582. # You should have received a copy of the GNU General Public License
  1583. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  1584. # The names of the tagged configurations supported by this script.
  1585. available_tags='CXX '
  1586. # Configured defaults for sys_lib_dlsearch_path munging.
  1587. : \${LT_SYS_LIBRARY_PATH="$LT_SYS_LIBRARY_PATH"}
  1588. # ### BEGIN LIBTOOL CONFIG
  1589. # Assembler program.
  1590. AS=$lt_AS
  1591. # DLL creation program.
  1592. DLLTOOL=$lt_DLLTOOL
  1593. # Object dumper program.
  1594. OBJDUMP=$lt_OBJDUMP
  1595. # Which release of libtool.m4 was used?
  1596. macro_version=$macro_version
  1597. macro_revision=$macro_revision
  1598. # Whether or not to build shared libraries.
  1599. build_libtool_libs=$enable_shared
  1600. # Whether or not to build static libraries.
  1601. build_old_libs=$enable_static
  1602. # What type of objects to build.
  1603. pic_mode=$pic_mode
  1604. # Whether or not to optimize for fast installation.
  1605. fast_install=$enable_fast_install
  1606. # Shared archive member basename,for filename based shared library versioning on AIX.
  1607. shared_archive_member_spec=$shared_archive_member_spec
  1608. # Shell to use when invoking shell scripts.
  1609. SHELL=$lt_SHELL
  1610. # An echo program that protects backslashes.
  1611. ECHO=$lt_ECHO
  1612. # The PATH separator for the build system.
  1613. PATH_SEPARATOR=$lt_PATH_SEPARATOR
  1614. # The host system.
  1615. host_alias=$host_alias
  1616. host=$host
  1617. host_os=$host_os
  1618. # The build system.
  1619. build_alias=$build_alias
  1620. build=$build
  1621. build_os=$build_os
  1622. # A sed program that does not truncate output.
  1623. SED=$lt_SED
  1624. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  1625. Xsed="\$SED -e 1s/^X//"
  1626. # A grep program that handles long lines.
  1627. GREP=$lt_GREP
  1628. # An ERE matcher.
  1629. EGREP=$lt_EGREP
  1630. # A literal string matcher.
  1631. FGREP=$lt_FGREP
  1632. # A BSD- or MS-compatible name lister.
  1633. NM=$lt_NM
  1634. # Whether we need soft or hard links.
  1635. LN_S=$lt_LN_S
  1636. # What is the maximum length of a command?
  1637. max_cmd_len=$max_cmd_len
  1638. # Object file suffix (normally "o").
  1639. objext=$ac_objext
  1640. # Executable file suffix (normally "").
  1641. exeext=$exeext
  1642. # whether the shell understands "unset".
  1643. lt_unset=$lt_unset
  1644. # turn spaces into newlines.
  1645. SP2NL=$lt_lt_SP2NL
  1646. # turn newlines into spaces.
  1647. NL2SP=$lt_lt_NL2SP
  1648. # convert \$build file names to \$host format.
  1649. to_host_file_cmd=$lt_cv_to_host_file_cmd
  1650. # convert \$build files to toolchain format.
  1651. to_tool_file_cmd=$lt_cv_to_tool_file_cmd
  1652. # Method to check whether dependent libraries are shared objects.
  1653. deplibs_check_method=$lt_deplibs_check_method
  1654. # Command to use when deplibs_check_method = "file_magic".
  1655. file_magic_cmd=$lt_file_magic_cmd
  1656. # How to find potential files when deplibs_check_method = "file_magic".
  1657. file_magic_glob=$lt_file_magic_glob
  1658. # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
  1659. want_nocaseglob=$lt_want_nocaseglob
  1660. # Command to associate shared and link libraries.
  1661. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
  1662. # The archiver.
  1663. AR=$lt_AR
  1664. # Flags to create an archive.
  1665. AR_FLAGS=$lt_AR_FLAGS
  1666. # How to feed a file listing to the archiver.
  1667. archiver_list_spec=$lt_archiver_list_spec
  1668. # A symbol stripping program.
  1669. STRIP=$lt_STRIP
  1670. # Commands used to install an old-style archive.
  1671. RANLIB=$lt_RANLIB
  1672. old_postinstall_cmds=$lt_old_postinstall_cmds
  1673. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  1674. # Whether to use a lock for old archive extraction.
  1675. lock_old_archive_extraction=$lock_old_archive_extraction
  1676. # A C compiler.
  1677. LTCC=$lt_CC
  1678. # LTCC compiler flags.
  1679. LTCFLAGS=$lt_CFLAGS
  1680. # Take the output of nm and produce a listing of raw symbols and C names.
  1681. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  1682. # Transform the output of nm in a proper C declaration.
  1683. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  1684. # Transform the output of nm into a list of symbols to manually relocate.
  1685. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
  1686. # Transform the output of nm in a C name address pair.
  1687. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  1688. # Transform the output of nm in a C name address pair when lib prefix is needed.
  1689. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
  1690. # The name lister interface.
  1691. nm_interface=$lt_lt_cv_nm_interface
  1692. # Specify filename containing input files for \$NM.
  1693. nm_file_list_spec=$lt_nm_file_list_spec
  1694. # The root where to search for dependent libraries,and where our libraries should be installed.
  1695. lt_sysroot=$lt_sysroot
  1696. # Command to truncate a binary pipe.
  1697. lt_truncate_bin=$lt_lt_cv_truncate_bin
  1698. # The name of the directory that contains temporary libtool files.
  1699. objdir=$objdir
  1700. # Used to examine libraries when file_magic_cmd begins with "file".
  1701. MAGIC_CMD=$MAGIC_CMD
  1702. # Must we lock files when doing compilation?
  1703. need_locks=$lt_need_locks
  1704. # Manifest tool.
  1705. MANIFEST_TOOL=$lt_MANIFEST_TOOL
  1706. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  1707. DSYMUTIL=$lt_DSYMUTIL
  1708. # Tool to change global to local symbols on Mac OS X.
  1709. NMEDIT=$lt_NMEDIT
  1710. # Tool to manipulate fat objects and archives on Mac OS X.
  1711. LIPO=$lt_LIPO
  1712. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  1713. OTOOL=$lt_OTOOL
  1714. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  1715. OTOOL64=$lt_OTOOL64
  1716. # Old archive suffix (normally "a").
  1717. libext=$libext
  1718. # Shared library suffix (normally ".so").
  1719. shrext_cmds=$lt_shrext_cmds
  1720. # The commands to extract the exported symbol list from a shared archive.
  1721. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  1722. # Variables whose values should be saved in libtool wrapper scripts and
  1723. # restored at link time.
  1724. variables_saved_for_relink=$lt_variables_saved_for_relink
  1725. # Do we need the "lib" prefix for modules?
  1726. need_lib_prefix=$need_lib_prefix
  1727. # Do we need a version for libraries?
  1728. need_version=$need_version
  1729. # Library versioning type.
  1730. version_type=$version_type
  1731. # Shared library runtime path variable.
  1732. runpath_var=$runpath_var
  1733. # Shared library path variable.
  1734. shlibpath_var=$shlibpath_var
  1735. # Is shlibpath searched before the hard-coded library search path?
  1736. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  1737. # Format of library name prefix.
  1738. libname_spec=$lt_libname_spec
  1739. # List of archive names. First name is the real one, the rest are links.
  1740. # The last name is the one that the linker finds with -lNAME
  1741. library_names_spec=$lt_library_names_spec
  1742. # The coded name of the library, if different from the real name.
  1743. soname_spec=$lt_soname_spec
  1744. # Permission mode override for installation of shared libraries.
  1745. install_override_mode=$lt_install_override_mode
  1746. # Command to use after installation of a shared archive.
  1747. postinstall_cmds=$lt_postinstall_cmds
  1748. # Command to use after uninstallation of a shared archive.
  1749. postuninstall_cmds=$lt_postuninstall_cmds
  1750. # Commands used to finish a libtool library installation in a directory.
  1751. finish_cmds=$lt_finish_cmds
  1752. # As "finish_cmds", except a single script fragment to be evaled but
  1753. # not shown.
  1754. finish_eval=$lt_finish_eval
  1755. # Whether we should hardcode library paths into libraries.
  1756. hardcode_into_libs=$hardcode_into_libs
  1757. # Compile-time system search path for libraries.
  1758. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  1759. # Run-time system search path for libraries.
  1760. sys_lib_dlsearch_path_spec=$lt_lt_cv_sys_lib_dlsearch_path_spec
  1761. # Whether dlopen is supported.
  1762. dlopen_support=$enable_dlopen
  1763. # Whether dlopen of programs is supported.
  1764. dlopen_self=$enable_dlopen_self
  1765. # Whether dlopen of statically linked programs is supported.
  1766. dlopen_self_static=$enable_dlopen_self_static
  1767. # Commands to strip libraries.
  1768. old_striplib=$lt_old_striplib
  1769. striplib=$lt_striplib
  1770. # The linker used to build libraries.
  1771. LD=$lt_LD
  1772. # How to create reloadable object files.
  1773. reload_flag=$lt_reload_flag
  1774. reload_cmds=$lt_reload_cmds
  1775. # Commands used to build an old-style archive.
  1776. old_archive_cmds=$lt_old_archive_cmds
  1777. # A language specific compiler.
  1778. CC=$lt_compiler
  1779. # Is the compiler the GNU compiler?
  1780. with_gcc=$GCC
  1781. # Compiler flag to turn off builtin functions.
  1782. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  1783. # Additional compiler flags for building library objects.
  1784. pic_flag=$lt_lt_prog_compiler_pic
  1785. # How to pass a linker flag through the compiler.
  1786. wl=$lt_lt_prog_compiler_wl
  1787. # Compiler flag to prevent dynamic linking.
  1788. link_static_flag=$lt_lt_prog_compiler_static
  1789. # Does compiler simultaneously support -c and -o options?
  1790. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  1791. # Whether or not to add -lc for building shared libraries.
  1792. build_libtool_need_lc=$archive_cmds_need_lc
  1793. # Whether or not to disallow shared libs when runtime libs are static.
  1794. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  1795. # Compiler flag to allow reflexive dlopens.
  1796. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  1797. # Compiler flag to generate shared objects directly from archives.
  1798. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  1799. # Whether the compiler copes with passing no objects directly.
  1800. compiler_needs_object=$lt_compiler_needs_object
  1801. # Create an old-style archive from a shared archive.
  1802. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  1803. # Create a temporary old-style archive to link instead of a shared archive.
  1804. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  1805. # Commands used to build a shared archive.
  1806. archive_cmds=$lt_archive_cmds
  1807. archive_expsym_cmds=$lt_archive_expsym_cmds
  1808. # Commands used to build a loadable module if different from building
  1809. # a shared archive.
  1810. module_cmds=$lt_module_cmds
  1811. module_expsym_cmds=$lt_module_expsym_cmds
  1812. # Whether we are building with GNU ld or not.
  1813. with_gnu_ld=$lt_with_gnu_ld
  1814. # Flag that allows shared libraries with undefined symbols to be built.
  1815. allow_undefined_flag=$lt_allow_undefined_flag
  1816. # Flag that enforces no undefined symbols.
  1817. no_undefined_flag=$lt_no_undefined_flag
  1818. # Flag to hardcode \$libdir into a binary during linking.
  1819. # This must work even if \$libdir does not exist
  1820. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  1821. # Whether we need a single "-rpath" flag with a separated argument.
  1822. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  1823. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  1824. # DIR into the resulting binary.
  1825. hardcode_direct=$hardcode_direct
  1826. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  1827. # DIR into the resulting binary and the resulting library dependency is
  1828. # "absolute",i.e impossible to change by setting \$shlibpath_var if the
  1829. # library is relocated.
  1830. hardcode_direct_absolute=$hardcode_direct_absolute
  1831. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  1832. # into the resulting binary.
  1833. hardcode_minus_L=$hardcode_minus_L
  1834. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  1835. # into the resulting binary.
  1836. hardcode_shlibpath_var=$hardcode_shlibpath_var
  1837. # Set to "yes" if building a shared library automatically hardcodes DIR
  1838. # into the library and all subsequent libraries and executables linked
  1839. # against it.
  1840. hardcode_automatic=$hardcode_automatic
  1841. # Set to yes if linker adds runtime paths of dependent libraries
  1842. # to runtime path list.
  1843. inherit_rpath=$inherit_rpath
  1844. # Whether libtool must link a program against all its dependency libraries.
  1845. link_all_deplibs=$link_all_deplibs
  1846. # Set to "yes" if exported symbols are required.
  1847. always_export_symbols=$always_export_symbols
  1848. # The commands to list exported symbols.
  1849. export_symbols_cmds=$lt_export_symbols_cmds
  1850. # Symbols that should not be listed in the preloaded symbols.
  1851. exclude_expsyms=$lt_exclude_expsyms
  1852. # Symbols that must always be exported.
  1853. include_expsyms=$lt_include_expsyms
  1854. # Commands necessary for linking programs (against libraries) with templates.
  1855. prelink_cmds=$lt_prelink_cmds
  1856. # Commands necessary for finishing linking programs.
  1857. postlink_cmds=$lt_postlink_cmds
  1858. # Specify filename containing input files.
  1859. file_list_spec=$lt_file_list_spec
  1860. # How to hardcode a shared library path into an executable.
  1861. hardcode_action=$hardcode_action
  1862. # The directories searched by this compiler when creating a shared library.
  1863. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
  1864. # Dependencies to place before and after the objects being linked to
  1865. # create a shared library.
  1866. predep_objects=$lt_predep_objects
  1867. postdep_objects=$lt_postdep_objects
  1868. predeps=$lt_predeps
  1869. postdeps=$lt_postdeps
  1870. # The library search path used internally by the compiler when linking
  1871. # a shared library.
  1872. compiler_lib_search_path=$lt_compiler_lib_search_path
  1873. # ### END LIBTOOL CONFIG
  1874. _LT_EOF
  1875. cat <<'_LT_EOF' >> "$cfgfile"
  1876. ## -------------------------------------- ##
  1877. ## Shell functions shared with configure. ##
  1878. ## -------------------------------------- ##
  1879. # func_munge_path_list VARIABLE PATH
  1880. # -----------------------------------
  1881. # VARIABLE is name of variable containing _space_ separated list of
  1882. # directories to be munged by the contents of PATH, which is string
  1883. # having a format:
  1884. # "DIR[:DIR]:"
  1885. # string "DIR[ DIR]" will be prepended to VARIABLE
  1886. # ":DIR[:DIR]"
  1887. # string "DIR[ DIR]" will be appended to VARIABLE
  1888. # "DIRP[:DIRP]::[DIRA:]DIRA"
  1889. # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
  1890. # "DIRA[ DIRA]" will be appended to VARIABLE
  1891. # "DIR[:DIR]"
  1892. # VARIABLE will be replaced by "DIR[ DIR]"
  1893. func_munge_path_list ()
  1894. {
  1895. case x$2 in
  1896. x)
  1897. ;;
  1898. *:)
  1899. eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \S|@1\"
  1900. ;;
  1901. x:*)
  1902. eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
  1903. ;;
  1904. *::*)
  1905. eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
  1906. eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
  1907. ;;
  1908. *)
  1909. eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
  1910. ;;
  1911. esac
  1912. }
  1913. # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
  1914. func_cc_basename ()
  1915. {
  1916. for cc_temp in $*""; do
  1917. case $cc_temp in
  1918. compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  1919. distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
  1920. \-*) ;;
  1921. *) break;;
  1922. esac
  1923. done
  1924. func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
  1925. }
  1926. _LT_EOF
  1927. case $host_os in
  1928. aix3*)
  1929. cat <<\_LT_EOF >> "$cfgfile"
  1930. # AIX sometimes has problems with the GCC collect2 program. For some
  1931. # reason, if we set the COLLECT_NAMES environment variable, the problems
  1932. # vanish in a puff of smoke.
  1933. if test set != "${COLLECT_NAMES+set}"; then
  1934. COLLECT_NAMES=
  1935. export COLLECT_NAMES
  1936. fi
  1937. _LT_EOF
  1938. ;;
  1939. esac
  1940. ltmain=$ac_aux_dir/ltmain.sh
  1941. # We use sed instead of cat because bash on DJGPP gets confused if
  1942. # if finds mixed CR/LF and LF-only lines. Since sed operates in
  1943. # text mode, it properly converts lines to CR/LF. This bash problem
  1944. # is reportedly fixed, but why not run on old versions too?
  1945. sed '$q' "$ltmain" >> "$cfgfile" \
  1946. || (rm -f "$cfgfile"; exit 1)
  1947. mv -f "$cfgfile" "$ofile" ||
  1948. (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  1949. chmod +x "$ofile"
  1950. cat <<_LT_EOF >> "$ofile"
  1951. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  1952. # The linker used to build libraries.
  1953. LD=$lt_LD_CXX
  1954. # How to create reloadable object files.
  1955. reload_flag=$lt_reload_flag_CXX
  1956. reload_cmds=$lt_reload_cmds_CXX
  1957. # Commands used to build an old-style archive.
  1958. old_archive_cmds=$lt_old_archive_cmds_CXX
  1959. # A language specific compiler.
  1960. CC=$lt_compiler_CXX
  1961. # Is the compiler the GNU compiler?
  1962. with_gcc=$GCC_CXX
  1963. # Compiler flag to turn off builtin functions.
  1964. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  1965. # Additional compiler flags for building library objects.
  1966. pic_flag=$lt_lt_prog_compiler_pic_CXX
  1967. # How to pass a linker flag through the compiler.
  1968. wl=$lt_lt_prog_compiler_wl_CXX
  1969. # Compiler flag to prevent dynamic linking.
  1970. link_static_flag=$lt_lt_prog_compiler_static_CXX
  1971. # Does compiler simultaneously support -c and -o options?
  1972. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  1973. # Whether or not to add -lc for building shared libraries.
  1974. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  1975. # Whether or not to disallow shared libs when runtime libs are static.
  1976. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  1977. # Compiler flag to allow reflexive dlopens.
  1978. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  1979. # Compiler flag to generate shared objects directly from archives.
  1980. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  1981. # Whether the compiler copes with passing no objects directly.
  1982. compiler_needs_object=$lt_compiler_needs_object_CXX
  1983. # Create an old-style archive from a shared archive.
  1984. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  1985. # Create a temporary old-style archive to link instead of a shared archive.
  1986. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  1987. # Commands used to build a shared archive.
  1988. archive_cmds=$lt_archive_cmds_CXX
  1989. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  1990. # Commands used to build a loadable module if different from building
  1991. # a shared archive.
  1992. module_cmds=$lt_module_cmds_CXX
  1993. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  1994. # Whether we are building with GNU ld or not.
  1995. with_gnu_ld=$lt_with_gnu_ld_CXX
  1996. # Flag that allows shared libraries with undefined symbols to be built.
  1997. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  1998. # Flag that enforces no undefined symbols.
  1999. no_undefined_flag=$lt_no_undefined_flag_CXX
  2000. # Flag to hardcode \$libdir into a binary during linking.
  2001. # This must work even if \$libdir does not exist
  2002. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  2003. # Whether we need a single "-rpath" flag with a separated argument.
  2004. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  2005. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2006. # DIR into the resulting binary.
  2007. hardcode_direct=$hardcode_direct_CXX
  2008. # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
  2009. # DIR into the resulting binary and the resulting library dependency is
  2010. # "absolute",i.e impossible to change by setting \$shlibpath_var if the
  2011. # library is relocated.
  2012. hardcode_direct_absolute=$hardcode_direct_absolute_CXX
  2013. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2014. # into the resulting binary.
  2015. hardcode_minus_L=$hardcode_minus_L_CXX
  2016. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2017. # into the resulting binary.
  2018. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  2019. # Set to "yes" if building a shared library automatically hardcodes DIR
  2020. # into the library and all subsequent libraries and executables linked
  2021. # against it.
  2022. hardcode_automatic=$hardcode_automatic_CXX
  2023. # Set to yes if linker adds runtime paths of dependent libraries
  2024. # to runtime path list.
  2025. inherit_rpath=$inherit_rpath_CXX
  2026. # Whether libtool must link a program against all its dependency libraries.
  2027. link_all_deplibs=$link_all_deplibs_CXX
  2028. # Set to "yes" if exported symbols are required.
  2029. always_export_symbols=$always_export_symbols_CXX
  2030. # The commands to list exported symbols.
  2031. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  2032. # Symbols that should not be listed in the preloaded symbols.
  2033. exclude_expsyms=$lt_exclude_expsyms_CXX
  2034. # Symbols that must always be exported.
  2035. include_expsyms=$lt_include_expsyms_CXX
  2036. # Commands necessary for linking programs (against libraries) with templates.
  2037. prelink_cmds=$lt_prelink_cmds_CXX
  2038. # Commands necessary for finishing linking programs.
  2039. postlink_cmds=$lt_postlink_cmds_CXX
  2040. # Specify filename containing input files.
  2041. file_list_spec=$lt_file_list_spec_CXX
  2042. # How to hardcode a shared library path into an executable.
  2043. hardcode_action=$hardcode_action_CXX
  2044. # The directories searched by this compiler when creating a shared library.
  2045. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
  2046. # Dependencies to place before and after the objects being linked to
  2047. # create a shared library.
  2048. predep_objects=$lt_predep_objects_CXX
  2049. postdep_objects=$lt_postdep_objects_CXX
  2050. predeps=$lt_predeps_CXX
  2051. postdeps=$lt_postdeps_CXX
  2052. # The library search path used internally by the compiler when linking
  2053. # a shared library.
  2054. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  2055. # ### END LIBTOOL TAG CONFIG: CXX
  2056. _LT_EOF
  2057. ;;
  2058. "libtool-rpath-patch":C) if test "$libtool_patch_use_rpath" = "no"; then
  2059. echo config.status: patching libtool to not use rpath
  2060. sed < libtool > libtool-2 's/^hardcode_libdir_flag_spec.*$'/'hardcode_libdir_flag_spec=" -D__LIBTOOL_NO_RPATH__ "/'
  2061. mv libtool-2 libtool
  2062. chmod 755 libtool
  2063. fi ;;
  2064. esac
  2065. done # for ac_tag
  2066. as_fn_exit 0