github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/google-glog/config.status (about)

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