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