===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
davix-0.7.6/dist/installDavix.sh-99-   case $i in
davix-0.7.6/dist/installDavix.sh:100:      --*) opt=`echo "$i" | sed 's/--//'` ;;
davix-0.7.6/dist/installDavix.sh-101-      -*) if test "x$short_opts" = "x" ; then
##############################################
davix-0.7.6/dist/installDavix.sh-122-      case "$opt" in
davix-0.7.6/dist/installDavix.sh:123:         *=*) oarg=`echo "$opt" | sed 's/[-_a-zA-Z0-9]*=//'`;;
davix-0.7.6/dist/installDavix.sh-124-         *) oarg= ;;
##############################################
davix-0.7.6/dist/installDavix.sh-187-   tgtd="$TGTDIR"
davix-0.7.6/dist/installDavix.sh:188:   TGTDIR=`(cd $tgtd && pwd)`
davix-0.7.6/dist/installDavix.sh-189-   if [ "$?" -ne "0" ]; then
##############################################
davix-0.7.6/dist/installDavix.sh-214-   else
davix-0.7.6/dist/installDavix.sh:215:      TGTBALL=`basename $TARBALL`
davix-0.7.6/dist/installDavix.sh-216-   fi
##############################################
davix-0.7.6/src/davixcontext.cpp-158-    // get this resolution to determine davix shared library path at runtime
davix-0.7.6/src/davixcontext.cpp:159:    if( dladdr((void*) &version, &shared_lib_infos) != 0){
davix-0.7.6/src/davixcontext.cpp-160-        path = shared_lib_infos.dli_fname;
##############################################
davix-0.7.6/doc/sphinx/compiling.rst-90-
davix-0.7.6/doc/sphinx/compiling.rst:91:The ``test_with_proxy`` function uses the default grid-style proxy, ``/tmp/x509_u$uid``. It should be
davix-0.7.6/doc/sphinx/compiling.rst-92-generated beforehand.
##############################################
davix-0.7.6/deps/libneon/src/ne_socket.c-1002-
davix-0.7.6/deps/libneon/src/ne_socket.c:1003:    laddr = inet_addr(hostname);
davix-0.7.6/deps/libneon/src/ne_socket.c-1004-    if (laddr == INADDR_NONE) {
##############################################
davix-0.7.6/deps/libneon/src/ne_socket.c-1177-#ifdef WIN32
davix-0.7.6/deps/libneon/src/ne_socket.c:1178:    /* inet_addr() is broken because INADDR_NONE is a valid
davix-0.7.6/deps/libneon/src/ne_socket.c-1179-     * broadcast address, so only use it on Windows. */
davix-0.7.6/deps/libneon/src/ne_socket.c:1180:    a.s_addr = inet_addr(addr);
davix-0.7.6/deps/libneon/src/ne_socket.c-1181-    if (a.s_addr == INADDR_NONE) {
##############################################
davix-0.7.6/deps/libneon/src/ne_socket.c-1201-
davix-0.7.6/deps/libneon/src/ne_socket.c:1202:    hp = gethostbyaddr(ia, sizeof *ia, AF_INET);
davix-0.7.6/deps/libneon/src/ne_socket.c-1203-    if (hp && hp->h_name) {
##############################################
davix-0.7.6/deps/libneon/src/Makefile.in-99-update-deps:
davix-0.7.6/deps/libneon/src/Makefile.in:100:	for f in `echo $(OBJECTS) | sed 's/\\.@NEON_OBJEXT@/.c/g;s/ne_openssl.c//;s/ne_gnutls.c//;s/ne_pkcs11.c//;s/ne_stubssl.c//'`; do \
davix-0.7.6/deps/libneon/src/Makefile.in-101-	  $(CC) $(CPPFLAGS) -MM -c $$f; \
##############################################
davix-0.7.6/deps/libneon/src/ne_session.c-342-
davix-0.7.6/deps/libneon/src/ne_session.c:343:void ne_set_localaddr(ne_session *sess, const ne_inet_addr *addr)
davix-0.7.6/deps/libneon/src/ne_session.c-344-{
##############################################
davix-0.7.6/deps/libneon/src/ne_session.h-125- * valid until the session is destroyed. */
davix-0.7.6/deps/libneon/src/ne_session.h:126:void ne_set_localaddr(ne_session *sess, const ne_inet_addr *addr);
davix-0.7.6/deps/libneon/src/ne_session.h-127-
##############################################
davix-0.7.6/deps/libneon/test/common/child.h-58- * beforehand).  */
davix-0.7.6/deps/libneon/test/common/child.h:59:int spawn_server_addr(int bind_local, int port, server_fn fn, void *userdata);
davix-0.7.6/deps/libneon/test/common/child.h-60-
##############################################
davix-0.7.6/deps/libneon/test/common/child.c-74-     * not resolve to 127.0.0.1, but... */
davix-0.7.6/deps/libneon/test/common/child.c:75:    lh_addr.s_addr = inet_addr("127.0.0.1");
davix-0.7.6/deps/libneon/test/common/child.c-76-    return OK;
##############################################
davix-0.7.6/deps/libneon/test/common/child.c-186-{
davix-0.7.6/deps/libneon/test/common/child.c:187:    return spawn_server_addr(1, port, fn, ud);
davix-0.7.6/deps/libneon/test/common/child.c-188-}
davix-0.7.6/deps/libneon/test/common/child.c-189-
davix-0.7.6/deps/libneon/test/common/child.c:190:int spawn_server_addr(int bind_local, int port, server_fn fn, void *ud)
davix-0.7.6/deps/libneon/test/common/child.c-191-{
##############################################
davix-0.7.6/deps/libneon/test/run.sh-12-MALLOC_CHECK_=2
davix-0.7.6/deps/libneon/test/run.sh:13:MALLOC_PERTURB_=`expr $RANDOM % 255 2>/dev/null`
davix-0.7.6/deps/libneon/test/run.sh-14-export MALLOC_CHECK_ MALLOC_PERTURB_
##############################################
davix-0.7.6/deps/libneon/test/request.c-2122-
davix-0.7.6/deps/libneon/test/request.c:2123:static int local_addr(void)
davix-0.7.6/deps/libneon/test/request.c-2124-{
##############################################
davix-0.7.6/deps/libneon/test/request.c-2130-
davix-0.7.6/deps/libneon/test/request.c:2131:    ne_set_localaddr(sess, ia);
davix-0.7.6/deps/libneon/test/request.c-2132-
##############################################
davix-0.7.6/deps/libneon/configure-52-if test -z "$BASH_VERSION$ZSH_VERSION" \
davix-0.7.6/deps/libneon/configure:53:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
davix-0.7.6/deps/libneon/configure-54-  as_echo='print -r --'
davix-0.7.6/deps/libneon/configure-55-  as_echo_n='print -rn --'
davix-0.7.6/deps/libneon/configure:56:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
davix-0.7.6/deps/libneon/configure-57-  as_echo='printf %s\n'
##############################################
davix-0.7.6/deps/libneon/configure-59-else
davix-0.7.6/deps/libneon/configure:60:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
davix-0.7.6/deps/libneon/configure-61-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
davix-0.7.6/deps/libneon/configure-69-	expr "X$arg" : "X\\(.*\\)$as_nl";
davix-0.7.6/deps/libneon/configure:70:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
davix-0.7.6/deps/libneon/configure-71-      esac;
##############################################
davix-0.7.6/deps/libneon/configure-180-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
davix-0.7.6/deps/libneon/configure:181:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
davix-0.7.6/deps/libneon/configure-182-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
davix-0.7.6/deps/libneon/configure-188-    PATH=/empty FPATH=/empty; export PATH FPATH
davix-0.7.6/deps/libneon/configure:189:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
davix-0.7.6/deps/libneon/configure:190:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
davix-0.7.6/deps/libneon/configure-191-  if (eval "$as_required") 2>/dev/null; then :
##############################################
davix-0.7.6/deps/libneon/configure-312-      case $as_dir in #(
davix-0.7.6/deps/libneon/configure:313:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
davix-0.7.6/deps/libneon/configure-314-      *) as_qdir=$as_dir;;
##############################################
davix-0.7.6/deps/libneon/configure-377-  {
davix-0.7.6/deps/libneon/configure:378:    as_val=`expr "$@" || test $? -eq 1`
davix-0.7.6/deps/libneon/configure-379-  }
##############################################
davix-0.7.6/deps/libneon/configure-384-# ----------------------------------------
davix-0.7.6/deps/libneon/configure:385:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
davix-0.7.6/deps/libneon/configure-386-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
davix-0.7.6/deps/libneon/configure-447-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
davix-0.7.6/deps/libneon/configure:448:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
davix-0.7.6/deps/libneon/configure-449-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
davix-0.7.6/deps/libneon/configure-538-	esac;
davix-0.7.6/deps/libneon/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
davix-0.7.6/deps/libneon/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
davix-0.7.6/deps/libneon/configure-836-  case $ac_option in
davix-0.7.6/deps/libneon/configure:837:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
davix-0.7.6/deps/libneon/configure-838-  *=)   ac_optarg= ;;
##############################################
davix-0.7.6/deps/libneon/configure-880-  -disable-* | --disable-*)
davix-0.7.6/deps/libneon/configure:881:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
davix-0.7.6/deps/libneon/configure-882-    # Reject names that are not valid shell variable names.
##############################################
davix-0.7.6/deps/libneon/configure-885-    ac_useropt_orig=$ac_useropt
davix-0.7.6/deps/libneon/configure:886:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
davix-0.7.6/deps/libneon/configure-887-    case $ac_user_opts in
##############################################
davix-0.7.6/deps/libneon/configure-906-  -enable-* | --enable-*)
davix-0.7.6/deps/libneon/configure:907:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
davix-0.7.6/deps/libneon/configure-908-    # Reject names that are not valid shell variable names.
##############################################
davix-0.7.6/deps/libneon/configure-911-    ac_useropt_orig=$ac_useropt
davix-0.7.6/deps/libneon/configure:912:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
davix-0.7.6/deps/libneon/configure-913-    case $ac_user_opts in
##############################################
davix-0.7.6/deps/libneon/configure-1110-  -with-* | --with-*)
davix-0.7.6/deps/libneon/configure:1111:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
davix-0.7.6/deps/libneon/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
davix-0.7.6/deps/libneon/configure-1115-    ac_useropt_orig=$ac_useropt
davix-0.7.6/deps/libneon/configure:1116:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
davix-0.7.6/deps/libneon/configure-1117-    case $ac_user_opts in
##############################################
davix-0.7.6/deps/libneon/configure-1126-  -without-* | --without-*)
davix-0.7.6/deps/libneon/configure:1127:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
davix-0.7.6/deps/libneon/configure-1128-    # Reject names that are not valid shell variable names.
##############################################
davix-0.7.6/deps/libneon/configure-1131-    ac_useropt_orig=$ac_useropt
davix-0.7.6/deps/libneon/configure:1132:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
davix-0.7.6/deps/libneon/configure-1133-    case $ac_user_opts in
##############################################
davix-0.7.6/deps/libneon/configure-1164-  *=*)
davix-0.7.6/deps/libneon/configure:1165:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
davix-0.7.6/deps/libneon/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
davix-0.7.6/deps/libneon/configure-1185-if test -n "$ac_prev"; then
davix-0.7.6/deps/libneon/configure:1186:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
davix-0.7.6/deps/libneon/configure-1187-  as_fn_error $? "missing argument to $ac_option"
##############################################
davix-0.7.6/deps/libneon/configure-1207-    */ )
davix-0.7.6/deps/libneon/configure:1208:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
davix-0.7.6/deps/libneon/configure-1209-      eval $ac_var=\$ac_val;;
##############################################
davix-0.7.6/deps/libneon/configure-1244-ac_ls_di=`ls -di .` &&
davix-0.7.6/deps/libneon/configure:1245:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
davix-0.7.6/deps/libneon/configure-1246-  as_fn_error $? "working directory cannot be determined"
##############################################
davix-0.7.6/deps/libneon/configure-1300-case $srcdir in
davix-0.7.6/deps/libneon/configure:1301:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
davix-0.7.6/deps/libneon/configure-1302-esac
##############################################
davix-0.7.6/deps/libneon/configure-1343-By default, \`make install' will install all the files in
davix-0.7.6/deps/libneon/configure:1344:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
davix-0.7.6/deps/libneon/configure:1345:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
davix-0.7.6/deps/libneon/configure-1346-for instance \`--prefix=\$HOME'.
##############################################
davix-0.7.6/deps/libneon/configure-1457-*)
davix-0.7.6/deps/libneon/configure:1458:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
davix-0.7.6/deps/libneon/configure-1459-  # A ".." for each directory in $ac_dir_suffix.
davix-0.7.6/deps/libneon/configure:1460:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
davix-0.7.6/deps/libneon/configure-1461-  case $ac_top_builddir_sub in
##############################################
davix-0.7.6/deps/libneon/configure-2001-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
davix-0.7.6/deps/libneon/configure:2002:  as_decl_name=`echo $2|sed 's/ *(.*//'`
davix-0.7.6/deps/libneon/configure:2003:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
davix-0.7.6/deps/libneon/configure-2004-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
davix-0.7.6/deps/libneon/configure-2285-    *\'*)
davix-0.7.6/deps/libneon/configure:2286:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
davix-0.7.6/deps/libneon/configure-2287-    esac
##############################################
davix-0.7.6/deps/libneon/configure-2368-      case $ac_val in
davix-0.7.6/deps/libneon/configure:2369:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
davix-0.7.6/deps/libneon/configure-2370-      esac
##############################################
davix-0.7.6/deps/libneon/configure-2383-	case $ac_val in
davix-0.7.6/deps/libneon/configure:2384:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
davix-0.7.6/deps/libneon/configure-2385-	esac
##############################################
davix-0.7.6/deps/libneon/configure-2503-    set,)
davix-0.7.6/deps/libneon/configure:2504:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
davix-0.7.6/deps/libneon/configure:2505:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
davix-0.7.6/deps/libneon/configure-2506-      ac_cache_corrupted=: ;;
##############################################
davix-0.7.6/deps/libneon/configure-2514-	# differences in whitespace do not lead to failure.
davix-0.7.6/deps/libneon/configure:2515:	ac_old_val_w=`echo x $ac_old_val`
davix-0.7.6/deps/libneon/configure:2516:	ac_new_val_w=`echo x $ac_new_val`
davix-0.7.6/deps/libneon/configure-2517-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
davix-0.7.6/deps/libneon/configure-2534-    case $ac_new_val in
davix-0.7.6/deps/libneon/configure:2535:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
davix-0.7.6/deps/libneon/configure-2536-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
davix-0.7.6/deps/libneon/configure-3139-$as_echo_n "checking whether the C compiler works... " >&6; }
davix-0.7.6/deps/libneon/configure:3140:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
davix-0.7.6/deps/libneon/configure-3141-
##############################################
davix-0.7.6/deps/libneon/configure-3183-	then :; else
davix-0.7.6/deps/libneon/configure:3184:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
davix-0.7.6/deps/libneon/configure-3185-	fi
##############################################
davix-0.7.6/deps/libneon/configure-3243-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
davix-0.7.6/deps/libneon/configure:3244:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
davix-0.7.6/deps/libneon/configure-3245-	  break;;
##############################################
davix-0.7.6/deps/libneon/configure-3352-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
davix-0.7.6/deps/libneon/configure:3353:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
davix-0.7.6/deps/libneon/configure-3354-       break;;
##############################################
davix-0.7.6/deps/libneon/configure-3741-  # Check for GNU $ac_path_GREP
davix-0.7.6/deps/libneon/configure:3742:case `"$ac_path_GREP" --version 2>&1` in
davix-0.7.6/deps/libneon/configure-3743-*GNU*)
##############################################
davix-0.7.6/deps/libneon/configure-3807-  # Check for GNU $ac_path_EGREP
davix-0.7.6/deps/libneon/configure:3808:case `"$ac_path_EGREP" --version 2>&1` in
davix-0.7.6/deps/libneon/configure-3809-*GNU*)
##############################################
davix-0.7.6/deps/libneon/configure-3968-do :
davix-0.7.6/deps/libneon/configure:3969:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-3970-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
davix-0.7.6/deps/libneon/configure-3973-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:3974:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-3975-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-4212-set x ${MAKE-make}
davix-0.7.6/deps/libneon/configure:4213:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
davix-0.7.6/deps/libneon/configure-4214-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
davix-0.7.6/deps/libneon/configure-4222-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
davix-0.7.6/deps/libneon/configure:4223:case `${MAKE-make} -f conftest.make 2>/dev/null` in
davix-0.7.6/deps/libneon/configure-4224-  *@@@%%%=?*=@@@%%%*)
##############################################
davix-0.7.6/deps/libneon/configure-4397-do :
davix-0.7.6/deps/libneon/configure:4398:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-4399-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-4401-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:4402:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-4403-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5026-do :
davix-0.7.6/deps/libneon/configure:5027:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5028-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5030-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5031:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5032-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5117-do :
davix-0.7.6/deps/libneon/configure:5118:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5119-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
davix-0.7.6/deps/libneon/configure-5126-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5127:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5128-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5192-do :
davix-0.7.6/deps/libneon/configure:5193:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5194-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5196-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5197:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5198-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5326-do :
davix-0.7.6/deps/libneon/configure:5327:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5328-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5330-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5331:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5332-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5338-do :
davix-0.7.6/deps/libneon/configure:5339:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5340-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5342-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5343:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5344-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5415-do :
davix-0.7.6/deps/libneon/configure:5416:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5417-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5419-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5420:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5421-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5601-do :
davix-0.7.6/deps/libneon/configure:5602:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5603-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5605-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5606:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5607-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-5631-do :
davix-0.7.6/deps/libneon/configure:5632:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-5633-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-5635-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:5636:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-5637-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-6317-   if test "$ne_cv_pkg_openssl" = "yes"; then
davix-0.7.6/deps/libneon/configure:6318:      NE_SSL_CFLAGS=`$PKG_CONFIG --cflags openssl`
davix-0.7.6/deps/libneon/configure:6319:      NE_SSL_LIBS=`$PKG_CONFIG --libs openssl`
davix-0.7.6/deps/libneon/configure-6320-      : Using provided pkg-config data
##############################################
davix-0.7.6/deps/libneon/configure-6505-do :
davix-0.7.6/deps/libneon/configure:6506:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-6507-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-6509-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:6510:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-6511-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-6563-do :
davix-0.7.6/deps/libneon/configure:6564:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-6565-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-6567-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:6568:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-6569-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-6752-
davix-0.7.6/deps/libneon/configure:6753:      CPPFLAGS="$CPPFLAGS `$GNUTLS_CONFIG --cflags`"
davix-0.7.6/deps/libneon/configure:6754:      NEON_LIBS="$NEON_LIBS `$GNUTLS_CONFIG --libs`"
davix-0.7.6/deps/libneon/configure-6755-
davix-0.7.6/deps/libneon/configure:6756:      ne_gnutls_ver=`$GNUTLS_CONFIG --version`
davix-0.7.6/deps/libneon/configure-6757-
##############################################
davix-0.7.6/deps/libneon/configure-6773-   if test "$ne_cv_pkg_gnutls" = "yes"; then
davix-0.7.6/deps/libneon/configure:6774:      NE_SSL_CFLAGS=`$PKG_CONFIG --cflags gnutls`
davix-0.7.6/deps/libneon/configure:6775:      NE_SSL_LIBS=`$PKG_CONFIG --libs gnutls`
davix-0.7.6/deps/libneon/configure-6776-      : Using provided pkg-config data
##############################################
davix-0.7.6/deps/libneon/configure-6781-
davix-0.7.6/deps/libneon/configure:6782:      ne_gnutls_ver=`$PKG_CONFIG --modversion gnutls`
davix-0.7.6/deps/libneon/configure-6783-
##############################################
davix-0.7.6/deps/libneon/configure-6833-
davix-0.7.6/deps/libneon/configure:6834:      CPPFLAGS="$CPPFLAGS `$GNUTLS_CONFIG --cflags`"
davix-0.7.6/deps/libneon/configure:6835:      NEON_LIBS="$NEON_LIBS `$GNUTLS_CONFIG --libs`"
davix-0.7.6/deps/libneon/configure-6836-
davix-0.7.6/deps/libneon/configure:6837:      ne_gnutls_ver=`$GNUTLS_CONFIG --version`
davix-0.7.6/deps/libneon/configure-6838-
##############################################
davix-0.7.6/deps/libneon/configure-6877-do :
davix-0.7.6/deps/libneon/configure:6878:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-6879-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-6881-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:6882:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-6883-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-6964-do :
davix-0.7.6/deps/libneon/configure:6965:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-6966-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-6968-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:6969:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-6970-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-7069-   if test "$ne_cv_pkg_pakchois" = "yes"; then
davix-0.7.6/deps/libneon/configure:7070:      NE_PK11_CFLAGS=`$PKG_CONFIG --cflags pakchois`
davix-0.7.6/deps/libneon/configure:7071:      NE_PK11_LIBS=`$PKG_CONFIG --libs pakchois`
davix-0.7.6/deps/libneon/configure-7072-      : Using provided pkg-config data
##############################################
davix-0.7.6/deps/libneon/configure-7147-   ne_save_LIBS=$NEON_LIBS
davix-0.7.6/deps/libneon/configure:7148:   NEON_LIBS="$NEON_LIBS `${KRB5_CONFIG} --libs gssapi`"
davix-0.7.6/deps/libneon/configure:7149:   CPPFLAGS="$CPPFLAGS `${KRB5_CONFIG} --cflags gssapi`"
davix-0.7.6/deps/libneon/configure-7150-   # MIT and Heimdal put gssapi.h in different places
##############################################
davix-0.7.6/deps/libneon/configure-7152-do :
davix-0.7.6/deps/libneon/configure:7153:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-7154-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-7156-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:7157:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-7158-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-7294-   if test "$ne_cv_pkg_libproxy_1_0" = "yes"; then
davix-0.7.6/deps/libneon/configure:7295:      NE_PXY_CFLAGS=`$PKG_CONFIG --cflags libproxy-1.0`
davix-0.7.6/deps/libneon/configure:7296:      NE_PXY_LIBS=`$PKG_CONFIG --libs libproxy-1.0`
davix-0.7.6/deps/libneon/configure-7297-      : Using provided pkg-config data
##############################################
davix-0.7.6/deps/libneon/configure-7412-test "x$ac_build_alias" = x &&
davix-0.7.6/deps/libneon/configure:7413:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
davix-0.7.6/deps/libneon/configure-7414-test "x$ac_build_alias" = x &&
davix-0.7.6/deps/libneon/configure-7415-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
davix-0.7.6/deps/libneon/configure:7416:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
davix-0.7.6/deps/libneon/configure-7417-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
davix-0.7.6/deps/libneon/configure-7436-IFS=$ac_save_IFS
davix-0.7.6/deps/libneon/configure:7437:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
davix-0.7.6/deps/libneon/configure-7438-
##############################################
davix-0.7.6/deps/libneon/configure-7447-else
davix-0.7.6/deps/libneon/configure:7448:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
davix-0.7.6/deps/libneon/configure-7449-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
davix-0.7.6/deps/libneon/configure-7469-IFS=$ac_save_IFS
davix-0.7.6/deps/libneon/configure:7470:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
davix-0.7.6/deps/libneon/configure-7471-
##############################################
davix-0.7.6/deps/libneon/configure-7497-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
davix-0.7.6/deps/libneon/configure:7498:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
davix-0.7.6/deps/libneon/configure-7499-  ECHO='print -r --'
davix-0.7.6/deps/libneon/configure:7500:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
davix-0.7.6/deps/libneon/configure-7501-  ECHO='printf %s\n'
##############################################
davix-0.7.6/deps/libneon/configure-7566-  # Check for GNU $ac_path_SED
davix-0.7.6/deps/libneon/configure:7567:case `"$ac_path_SED" --version 2>&1` in
davix-0.7.6/deps/libneon/configure-7568-*GNU*)
##############################################
davix-0.7.6/deps/libneon/configure-7645-  # Check for GNU $ac_path_FGREP
davix-0.7.6/deps/libneon/configure:7646:case `"$ac_path_FGREP" --version 2>&1` in
davix-0.7.6/deps/libneon/configure-7647-*GNU*)
##############################################
davix-0.7.6/deps/libneon/configure-7725-    # gcc leaves a trailing carriage return which upsets mingw
davix-0.7.6/deps/libneon/configure:7726:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
davix-0.7.6/deps/libneon/configure-7727-  *)
davix-0.7.6/deps/libneon/configure:7728:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
davix-0.7.6/deps/libneon/configure-7729-  esac
##############################################
davix-0.7.6/deps/libneon/configure-7734-      # Canonicalize the pathname of ld
davix-0.7.6/deps/libneon/configure:7735:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
davix-0.7.6/deps/libneon/configure-7736-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
davix-0.7.6/deps/libneon/configure:7737:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
davix-0.7.6/deps/libneon/configure-7738-      done
##############################################
davix-0.7.6/deps/libneon/configure-7769-      # Break only if it was the GNU/non-GNU ld that we prefer.
davix-0.7.6/deps/libneon/configure:7770:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
davix-0.7.6/deps/libneon/configure-7771-      *GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/configure-7800-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
davix-0.7.6/deps/libneon/configure:7801:case `$LD -v 2>&1 </dev/null` in
davix-0.7.6/deps/libneon/configure-7802-*GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/configure-7845-	# Tru64's nm complains that /dev/null is an invalid object file
davix-0.7.6/deps/libneon/configure:7846:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/configure-7847-	*/dev/null* | *'Invalid file or object type'*)
##############################################
davix-0.7.6/deps/libneon/configure-7851-	*)
davix-0.7.6/deps/libneon/configure:7852:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/configure-7853-	  */dev/null*)
##############################################
davix-0.7.6/deps/libneon/configure-7979-
davix-0.7.6/deps/libneon/configure:7980:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/configure-7981-    *COFF*)
##############################################
davix-0.7.6/deps/libneon/configure-8091-    # And add a safety zone
davix-0.7.6/deps/libneon/configure:8092:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
davix-0.7.6/deps/libneon/configure:8093:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
davix-0.7.6/deps/libneon/configure-8094-    ;;
##############################################
davix-0.7.6/deps/libneon/configure-8124-    if test -n "$kargmax"; then
davix-0.7.6/deps/libneon/configure:8125:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
davix-0.7.6/deps/libneon/configure-8126-    else
##############################################
davix-0.7.6/deps/libneon/configure-8132-    if test -n "$lt_cv_sys_max_cmd_len"; then
davix-0.7.6/deps/libneon/configure:8133:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
davix-0.7.6/deps/libneon/configure:8134:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
davix-0.7.6/deps/libneon/configure-8135-    else
##############################################
davix-0.7.6/deps/libneon/configure-8144-      # we can't tell.
davix-0.7.6/deps/libneon/configure:8145:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
davix-0.7.6/deps/libneon/configure-8146-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
davix-0.7.6/deps/libneon/configure-8148-      do
davix-0.7.6/deps/libneon/configure:8149:        i=`expr $i + 1`
davix-0.7.6/deps/libneon/configure-8150-        teststring=$teststring$teststring
##############################################
davix-0.7.6/deps/libneon/configure-8152-      # Only check the string length outside the loop.
davix-0.7.6/deps/libneon/configure:8153:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
davix-0.7.6/deps/libneon/configure-8154-      teststring=
##############################################
davix-0.7.6/deps/libneon/configure-8157-      # linker.  It appears as though 1/2 is a usable value.
davix-0.7.6/deps/libneon/configure:8158:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
davix-0.7.6/deps/libneon/configure-8159-    fi
##############################################
davix-0.7.6/deps/libneon/configure-8597-openbsd*)
davix-0.7.6/deps/libneon/configure:8598:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/configure-8599-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
davix-0.7.6/deps/libneon/configure-8664-    else
davix-0.7.6/deps/libneon/configure:8665:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
davix-0.7.6/deps/libneon/configure-8666-    fi
##############################################
davix-0.7.6/deps/libneon/configure-8809-  # decide which to use based on capabilities of $DLLTOOL
davix-0.7.6/deps/libneon/configure:8810:  case `$DLLTOOL --help 2>&1` in
davix-0.7.6/deps/libneon/configure-8811-  *--identify-strict*)
##############################################
davix-0.7.6/deps/libneon/configure-9372-# If we're using GNU nm, then use its standard symbol codes.
davix-0.7.6/deps/libneon/configure:9373:case `$NM -V 2>&1` in
davix-0.7.6/deps/libneon/configure-9374-*GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/configure-9390-mingw*)
davix-0.7.6/deps/libneon/configure:9391:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
davix-0.7.6/deps/libneon/configure-9392-  ;;
##############################################
davix-0.7.6/deps/libneon/configure-9609-   if test "$GCC" = yes; then
davix-0.7.6/deps/libneon/configure:9610:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
davix-0.7.6/deps/libneon/configure-9611-   fi
##############################################
davix-0.7.6/deps/libneon/configure-9613- /*)
davix-0.7.6/deps/libneon/configure:9614:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
davix-0.7.6/deps/libneon/configure-9615-   ;; #(
##############################################
davix-0.7.6/deps/libneon/configure-9649-  test $ac_status = 0; }; then
davix-0.7.6/deps/libneon/configure:9650:    case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/configure-9651-      *ELF-32*)
##############################################
davix-0.7.6/deps/libneon/configure-9669-    if test "$lt_cv_prog_gnu_ld" = yes; then
davix-0.7.6/deps/libneon/configure:9670:      case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/configure-9671-	*32-bit*)
##############################################
davix-0.7.6/deps/libneon/configure-9681-    else
davix-0.7.6/deps/libneon/configure:9682:      case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/configure-9683-	*32-bit*)
##############################################
davix-0.7.6/deps/libneon/configure-10829-done
davix-0.7.6/deps/libneon/configure:10830:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
davix-0.7.6/deps/libneon/configure-10831-
##############################################
davix-0.7.6/deps/libneon/configure-10858-	"file_magic "*)
davix-0.7.6/deps/libneon/configure:10859:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
davix-0.7.6/deps/libneon/configure-10860-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
davix-0.7.6/deps/libneon/configure-10924-	"file_magic "*)
davix-0.7.6/deps/libneon/configure:10925:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
davix-0.7.6/deps/libneon/configure-10926-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
davix-0.7.6/deps/libneon/configure-11287-      *)
davix-0.7.6/deps/libneon/configure:11288:	case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/configure-11289-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
davix-0.7.6/deps/libneon/configure-11647-  if test "$hard_links" = no; then
davix-0.7.6/deps/libneon/configure:11648:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
davix-0.7.6/deps/libneon/configure:11649:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
davix-0.7.6/deps/libneon/configure-11650-    need_locks=warn
##############################################
davix-0.7.6/deps/libneon/configure-11736-	# shared libraries, regardless of the interface used.
davix-0.7.6/deps/libneon/configure:11737:	case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/configure-11738-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
davix-0.7.6/deps/libneon/configure-11768-    supports_anon_versioning=no
davix-0.7.6/deps/libneon/configure:11769:    case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/configure-11770-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
davix-0.7.6/deps/libneon/configure-11837-	# is EXPORTS), use it as is; otherwise, prepend...
davix-0.7.6/deps/libneon/configure:11838:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/configure-11839-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
davix-0.7.6/deps/libneon/configure-11865-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
davix-0.7.6/deps/libneon/configure:11866:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/configure:11867:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/configure-11868-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-11883-        pgcc*)				# Portland Group C compiler
davix-0.7.6/deps/libneon/configure:11884:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/configure-11885-	  tmp_addflag=' $pic_flag'
##############################################
davix-0.7.6/deps/libneon/configure-11888-					# Portland Group f77 and f90 compilers
davix-0.7.6/deps/libneon/configure:11889:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/configure-11890-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
davix-0.7.6/deps/libneon/configure-11903-	nvcc*)	# Cuda Compiler Driver 2.2
davix-0.7.6/deps/libneon/configure:11904:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/configure-11905-	  compiler_needs_object=yes
##############################################
davix-0.7.6/deps/libneon/configure-11907-	esac
davix-0.7.6/deps/libneon/configure:11908:	case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/configure-11909-	*Sun\ C*)			# Sun C 5.9
davix-0.7.6/deps/libneon/configure:11910:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/configure-11911-	  compiler_needs_object=yes
##############################################
davix-0.7.6/deps/libneon/configure-11975-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
davix-0.7.6/deps/libneon/configure:11976:      case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/configure-11977-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
davix-0.7.6/deps/libneon/configure-12098-	# below for broken collect2 doesn't work under 4.3+
davix-0.7.6/deps/libneon/configure:12099:	  collect2name=`${CC} -print-prog-name=collect2`
davix-0.7.6/deps/libneon/configure-12100-	  if test -f "$collect2name" &&
##############################################
davix-0.7.6/deps/libneon/configure-12172-      }'
davix-0.7.6/deps/libneon/configure:12173:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/configure-12174-  # Check for a 64-bit object if we didn't find anything.
davix-0.7.6/deps/libneon/configure-12175-  if test -z "$lt_cv_aix_libpath_"; then
davix-0.7.6/deps/libneon/configure:12176:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/configure-12177-  fi
##############################################
davix-0.7.6/deps/libneon/configure-12190-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
davix-0.7.6/deps/libneon/configure:12191:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
davix-0.7.6/deps/libneon/configure-12192-      else
##############################################
davix-0.7.6/deps/libneon/configure-12225-      }'
davix-0.7.6/deps/libneon/configure:12226:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/configure-12227-  # Check for a 64-bit object if we didn't find anything.
davix-0.7.6/deps/libneon/configure-12228-  if test -z "$lt_cv_aix_libpath_"; then
davix-0.7.6/deps/libneon/configure:12229:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/configure-12230-  fi
##############################################
davix-0.7.6/deps/libneon/configure-12298-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
davix-0.7.6/deps/libneon/configure:12299:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/configure-12300-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
davix-0.7.6/deps/libneon/configure-12335-	# FIXME: Setting linknames here is a bad hack.
davix-0.7.6/deps/libneon/configure:12336:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
davix-0.7.6/deps/libneon/configure-12337-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
davix-0.7.6/deps/libneon/configure-12353-  if test "$lt_cv_ld_force_load" = "yes"; then
davix-0.7.6/deps/libneon/configure:12354:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
davix-0.7.6/deps/libneon/configure-12355-
##############################################
davix-0.7.6/deps/libneon/configure-12533-      if test "$GCC" = yes; then
davix-0.7.6/deps/libneon/configure:12534:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure-12535-	# Try to use the -exported_symbol ld option, if it does not
##############################################
davix-0.7.6/deps/libneon/configure-12561-	if test "$lt_cv_irix_exported_symbol" = yes; then
davix-0.7.6/deps/libneon/configure:12562:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
davix-0.7.6/deps/libneon/configure-12563-	fi
davix-0.7.6/deps/libneon/configure-12564-      else
davix-0.7.6/deps/libneon/configure:12565:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure:12566:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
davix-0.7.6/deps/libneon/configure-12567-      fi
##############################################
davix-0.7.6/deps/libneon/configure-12601-	hardcode_direct_absolute=yes
davix-0.7.6/deps/libneon/configure:12602:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/configure-12603-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
davix-0.7.6/deps/libneon/configure-12634-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
davix-0.7.6/deps/libneon/configure:12635:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure-12636-      else
davix-0.7.6/deps/libneon/configure-12637-	allow_undefined_flag=' -expect_unresolved \*'
davix-0.7.6/deps/libneon/configure:12638:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure-12639-      fi
##############################################
davix-0.7.6/deps/libneon/configure-12647-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
davix-0.7.6/deps/libneon/configure:12648:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure-12649-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
davix-0.7.6/deps/libneon/configure-12651-	allow_undefined_flag=' -expect_unresolved \*'
davix-0.7.6/deps/libneon/configure:12652:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/configure:12653:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
davix-0.7.6/deps/libneon/configure:12654:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
davix-0.7.6/deps/libneon/configure-12655-
##############################################
davix-0.7.6/deps/libneon/configure-12670-      else
davix-0.7.6/deps/libneon/configure:12671:	case `$CC -V 2>&1` in
davix-0.7.6/deps/libneon/configure-12672-	*"Compilers 5.0"*)
##############################################
davix-0.7.6/deps/libneon/configure-13069-  esac
davix-0.7.6/deps/libneon/configure:13070:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
davix-0.7.6/deps/libneon/configure-13071-  case $lt_search_path_spec in
##############################################
davix-0.7.6/deps/libneon/configure-13076-    # okay in the real world where ";" in dirpaths is itself problematic.
davix-0.7.6/deps/libneon/configure:13077:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
davix-0.7.6/deps/libneon/configure-13078-    ;;
davix-0.7.6/deps/libneon/configure-13079-  *)
davix-0.7.6/deps/libneon/configure:13080:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/configure-13081-    ;;
##############################################
davix-0.7.6/deps/libneon/configure-13085-  lt_tmp_lt_search_path_spec=
davix-0.7.6/deps/libneon/configure:13086:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
davix-0.7.6/deps/libneon/configure-13087-  for lt_sys_path in $lt_search_path_spec; do
##############################################
davix-0.7.6/deps/libneon/configure-13120-  esac
davix-0.7.6/deps/libneon/configure:13121:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
davix-0.7.6/deps/libneon/configure-13122-else
##############################################
davix-0.7.6/deps/libneon/configure-13208-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
davix-0.7.6/deps/libneon/configure:13209:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
davix-0.7.6/deps/libneon/configure-13210-    ;;
##############################################
davix-0.7.6/deps/libneon/configure-13244-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
davix-0.7.6/deps/libneon/configure:13245:    postinstall_cmds='base_file=`basename \${file}`~
davix-0.7.6/deps/libneon/configure:13246:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/configure:13247:      dldir=$destdir/`dirname \$dlpath`~
davix-0.7.6/deps/libneon/configure-13248-      test -d \$dldir || mkdir -p \$dldir~
##############################################
davix-0.7.6/deps/libneon/configure-13253-      fi'
davix-0.7.6/deps/libneon/configure:13254:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/configure-13255-      dlpath=$dir/\$dldll~
##############################################
davix-0.7.6/deps/libneon/configure-13261-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
davix-0.7.6/deps/libneon/configure:13262:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/configure-13263-
##############################################
davix-0.7.6/deps/libneon/configure-13267-      # MinGW DLLs use traditional 'lib' prefix
davix-0.7.6/deps/libneon/configure:13268:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/configure-13269-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-13271-      # pw32 DLLs use 'pw' prefix rather than 'lib'
davix-0.7.6/deps/libneon/configure:13272:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/configure-13273-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-13280-    libname_spec='$name'
davix-0.7.6/deps/libneon/configure:13281:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/configure-13282-    library_names_spec='${libname}.dll.lib'
##############################################
davix-0.7.6/deps/libneon/configure-13292-        # Let DOS variable expansion print the short 8.3 style file name.
davix-0.7.6/deps/libneon/configure:13293:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
davix-0.7.6/deps/libneon/configure-13294-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
davix-0.7.6/deps/libneon/configure-13297-      # Convert to MSYS style.
davix-0.7.6/deps/libneon/configure:13298:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
davix-0.7.6/deps/libneon/configure-13299-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-13303-      # like /cygdrive/c/PROGRA~1:/cygdr...
davix-0.7.6/deps/libneon/configure:13304:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
davix-0.7.6/deps/libneon/configure:13305:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
davix-0.7.6/deps/libneon/configure:13306:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/configure-13307-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-13311-        # It is most probably a Windows format PATH.
davix-0.7.6/deps/libneon/configure:13312:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
davix-0.7.6/deps/libneon/configure-13313-      else
davix-0.7.6/deps/libneon/configure:13314:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/configure-13315-      fi
##############################################
davix-0.7.6/deps/libneon/configure-13321-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
davix-0.7.6/deps/libneon/configure:13322:    postinstall_cmds='base_file=`basename \${file}`~
davix-0.7.6/deps/libneon/configure:13323:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/configure:13324:      dldir=$destdir/`dirname \$dlpath`~
davix-0.7.6/deps/libneon/configure-13325-      test -d \$dldir || mkdir -p \$dldir~
davix-0.7.6/deps/libneon/configure-13326-      $install_prog $dir/$dlname \$dldir/$dlname'
davix-0.7.6/deps/libneon/configure:13327:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/configure-13328-      dlpath=$dir/\$dldll~
##############################################
davix-0.7.6/deps/libneon/configure-13335-    # Assume MSVC wrapper
davix-0.7.6/deps/libneon/configure:13336:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
davix-0.7.6/deps/libneon/configure-13337-    dynamic_linker='Win32 ld.exe'
##############################################
davix-0.7.6/deps/libneon/configure-13352-  shlibpath_var=DYLD_LIBRARY_PATH
davix-0.7.6/deps/libneon/configure:13353:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
davix-0.7.6/deps/libneon/configure-13354-
##############################################
davix-0.7.6/deps/libneon/configure-13589-  if test -f /etc/ld.so.conf; then
davix-0.7.6/deps/libneon/configure:13590:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
davix-0.7.6/deps/libneon/configure-13591-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
davix-0.7.6/deps/libneon/configure-13663-  shlibpath_var=LD_LIBRARY_PATH
davix-0.7.6/deps/libneon/configure:13664:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/configure-13665-    case $host_os in
##############################################
davix-0.7.6/deps/libneon/configure-14958-do :
davix-0.7.6/deps/libneon/configure:14959:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-14960-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-14962-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:14963:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-14964-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-14972-do :
davix-0.7.6/deps/libneon/configure:14973:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-14974-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
davix-0.7.6/deps/libneon/configure-14976-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:14977:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-14978-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-15239-       # Special case for Subversion
davix-0.7.6/deps/libneon/configure:15240:       ne_expdir=`echo $with_expat | sed 's:/libexpat.la$::'`
davix-0.7.6/deps/libneon/configure-15241-       $as_echo "#define HAVE_EXPAT 1" >>confdefs.h
##############################################
davix-0.7.6/deps/libneon/configure-15300-if test -n "$XML2_CONFIG"; then
davix-0.7.6/deps/libneon/configure:15301:    neon_xml_parser_message="libxml `$XML2_CONFIG --version`"
davix-0.7.6/deps/libneon/configure-15302-
##############################################
davix-0.7.6/deps/libneon/configure-15306-    # in the --cflags output.
davix-0.7.6/deps/libneon/configure:15307:    CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
davix-0.7.6/deps/libneon/configure:15308:    NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
davix-0.7.6/deps/libneon/configure-15309-    for ac_header in libxml/xmlversion.h libxml/parser.h
davix-0.7.6/deps/libneon/configure-15310-do :
davix-0.7.6/deps/libneon/configure:15311:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-15312-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-15314-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:15315:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-15316-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-15530-if test -n "$XML2_CONFIG"; then
davix-0.7.6/deps/libneon/configure:15531:    neon_xml_parser_message="libxml `$XML2_CONFIG --version`"
davix-0.7.6/deps/libneon/configure-15532-
##############################################
davix-0.7.6/deps/libneon/configure-15536-    # in the --cflags output.
davix-0.7.6/deps/libneon/configure:15537:    CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
davix-0.7.6/deps/libneon/configure:15538:    NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
davix-0.7.6/deps/libneon/configure-15539-    for ac_header in libxml/xmlversion.h libxml/parser.h
davix-0.7.6/deps/libneon/configure-15540-do :
davix-0.7.6/deps/libneon/configure:15541:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-15542-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-15544-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:15545:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-15546-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-15601-if test -n "$XML2_CONFIG"; then
davix-0.7.6/deps/libneon/configure:15602:    neon_xml_parser_message="libxml `$XML2_CONFIG --version`"
davix-0.7.6/deps/libneon/configure-15603-
##############################################
davix-0.7.6/deps/libneon/configure-15607-    # in the --cflags output.
davix-0.7.6/deps/libneon/configure:15608:    CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
davix-0.7.6/deps/libneon/configure:15609:    NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
davix-0.7.6/deps/libneon/configure-15610-    for ac_header in libxml/xmlversion.h libxml/parser.h
davix-0.7.6/deps/libneon/configure-15611-do :
davix-0.7.6/deps/libneon/configure:15612:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
davix-0.7.6/deps/libneon/configure-15613-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
davix-0.7.6/deps/libneon/configure-15615-  cat >>confdefs.h <<_ACEOF
davix-0.7.6/deps/libneon/configure:15616:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
davix-0.7.6/deps/libneon/configure-15617-_ACEOF
##############################################
davix-0.7.6/deps/libneon/configure-16245-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
davix-0.7.6/deps/libneon/configure:16246:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
davix-0.7.6/deps/libneon/configure-16247-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
davix-0.7.6/deps/libneon/configure-16313-if test -z "$BASH_VERSION$ZSH_VERSION" \
davix-0.7.6/deps/libneon/configure:16314:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
davix-0.7.6/deps/libneon/configure-16315-  as_echo='print -r --'
davix-0.7.6/deps/libneon/configure-16316-  as_echo_n='print -rn --'
davix-0.7.6/deps/libneon/configure:16317:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
davix-0.7.6/deps/libneon/configure-16318-  as_echo='printf %s\n'
##############################################
davix-0.7.6/deps/libneon/configure-16320-else
davix-0.7.6/deps/libneon/configure:16321:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
davix-0.7.6/deps/libneon/configure-16322-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
davix-0.7.6/deps/libneon/configure-16330-	expr "X$arg" : "X\\(.*\\)$as_nl";
davix-0.7.6/deps/libneon/configure:16331:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
davix-0.7.6/deps/libneon/configure-16332-      esac;
##############################################
davix-0.7.6/deps/libneon/configure-16407-# ----------------------------------------
davix-0.7.6/deps/libneon/configure:16408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
davix-0.7.6/deps/libneon/configure-16409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
davix-0.7.6/deps/libneon/configure-16479-  {
davix-0.7.6/deps/libneon/configure:16480:    as_val=`expr "$@" || test $? -eq 1`
davix-0.7.6/deps/libneon/configure-16481-  }
##############################################
davix-0.7.6/deps/libneon/configure-16583-      case $as_dir in #(
davix-0.7.6/deps/libneon/configure:16584:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
davix-0.7.6/deps/libneon/configure-16585-      *) as_qdir=$as_dir;;
##############################################
davix-0.7.6/deps/libneon/configure-16640-	esac;
davix-0.7.6/deps/libneon/configure:16641:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
davix-0.7.6/deps/libneon/configure-16642-	???[sx]*):;;*)false;;esac;fi
##############################################
davix-0.7.6/deps/libneon/configure-16730-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
davix-0.7.6/deps/libneon/configure:16731:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
davix-0.7.6/deps/libneon/configure-16732-ac_cs_version="\\
##############################################
davix-0.7.6/deps/libneon/configure-16754-  --*=?*)
davix-0.7.6/deps/libneon/configure:16755:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
davix-0.7.6/deps/libneon/configure:16756:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
davix-0.7.6/deps/libneon/configure-16757-    ac_shift=:
##############################################
davix-0.7.6/deps/libneon/configure-16759-  --*=)
davix-0.7.6/deps/libneon/configure:16760:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
davix-0.7.6/deps/libneon/configure-16761-    ac_optarg=
##############################################
davix-0.7.6/deps/libneon/configure-16783-    case $ac_optarg in
davix-0.7.6/deps/libneon/configure:16784:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
davix-0.7.6/deps/libneon/configure-16785-    '') as_fn_error $? "missing file argument" ;;
##############################################
davix-0.7.6/deps/libneon/configure-16791-    case $ac_optarg in
davix-0.7.6/deps/libneon/configure:16792:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
davix-0.7.6/deps/libneon/configure-16793-    esac
##############################################
davix-0.7.6/deps/libneon/configure-16859-delay_variable_subst='$delay_variable_subst'
davix-0.7.6/deps/libneon/configure:16860:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16861:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16862:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16863:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16864:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16865:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16866:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16867:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16868:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16869:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16870:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16871:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16872:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16873:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16874:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16875:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16876:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16877:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16878:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16879:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16880:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16881:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16882:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16883:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16884:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16885:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16886:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16887:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16888:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16889:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16890:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16891:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16892:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16893:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16894:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16895:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16896:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16897:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16898:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16899:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16900:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16901:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16902:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16903:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16904:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16905:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16906:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16907:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16908:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16909:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16910:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16911:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16912:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16913:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16914:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16915:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16916:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16917:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16918:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16919:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16920:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16921:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16922:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16923:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16924:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16925:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16926:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16927:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16928:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16929:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16930:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16931:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16932:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16933:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16934:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16935:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16936:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16937:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16938:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16939:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16940:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16941:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16942:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16943:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16944:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16945:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16946:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16947:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16948:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16949:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16950:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16951:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16952:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16953:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16954:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16955:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16956:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16957:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16958:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16959:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16960:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16961:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16962:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16963:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16964:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16965:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16966:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16967:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16968:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16969:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16970:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16971:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16972:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16973:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16974:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16975:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16976:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16977:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16978:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16979:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16980:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16981:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16982:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16983:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16984:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16985:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16986:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16987:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16988:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure:16989:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/configure-16990-
##############################################
davix-0.7.6/deps/libneon/configure-17068-striplib; do
davix-0.7.6/deps/libneon/configure:17069:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
davix-0.7.6/deps/libneon/configure-17070-    *[\\\\\\\`\\"\\\$]*)
davix-0.7.6/deps/libneon/configure:17071:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
davix-0.7.6/deps/libneon/configure-17072-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-17098-sys_lib_dlsearch_path_spec; do
davix-0.7.6/deps/libneon/configure:17099:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
davix-0.7.6/deps/libneon/configure-17100-    *[\\\\\\\`\\"\\\$]*)
davix-0.7.6/deps/libneon/configure:17101:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
davix-0.7.6/deps/libneon/configure-17102-      ;;
##############################################
davix-0.7.6/deps/libneon/configure-17200-fi
davix-0.7.6/deps/libneon/configure:17201:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
davix-0.7.6/deps/libneon/configure-17202-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
davix-0.7.6/deps/libneon/configure-17217-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
davix-0.7.6/deps/libneon/configure:17218:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
davix-0.7.6/deps/libneon/configure-17219-ac_delim='%!_!# '
##############################################
davix-0.7.6/deps/libneon/configure-17223-
davix-0.7.6/deps/libneon/configure:17224:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
davix-0.7.6/deps/libneon/configure-17225-  if test $ac_delim_n = $ac_delim_num; then
##############################################
davix-0.7.6/deps/libneon/configure-17361-for ac_last_try in false false :; do
davix-0.7.6/deps/libneon/configure:17362:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
davix-0.7.6/deps/libneon/configure-17363-  if test -z "$ac_tt"; then
##############################################
davix-0.7.6/deps/libneon/configure-17493-      esac
davix-0.7.6/deps/libneon/configure:17494:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
davix-0.7.6/deps/libneon/configure-17495-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
davix-0.7.6/deps/libneon/configure-17552-*)
davix-0.7.6/deps/libneon/configure:17553:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
davix-0.7.6/deps/libneon/configure-17554-  # A ".." for each directory in $ac_dir_suffix.
davix-0.7.6/deps/libneon/configure:17555:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
davix-0.7.6/deps/libneon/configure-17556-  case $ac_top_builddir_sub in
##############################################
davix-0.7.6/deps/libneon/configure-17608-/@mandir@/p'
davix-0.7.6/deps/libneon/configure:17609:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
davix-0.7.6/deps/libneon/configure-17610-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
davix-0.7.6/deps/libneon/configure-17625-
davix-0.7.6/deps/libneon/configure:17626:# Neutralize VPATH when `$srcdir' = `.'.
davix-0.7.6/deps/libneon/configure-17627-# Shell code in configure.ac might set extrasub.
##############################################
davix-0.7.6/deps/libneon/configure-17652-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
davix-0.7.6/deps/libneon/configure:17653:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
davix-0.7.6/deps/libneon/configure-17654-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
davix-0.7.6/deps/libneon/configure-17714-
davix-0.7.6/deps/libneon/configure:17715:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
davix-0.7.6/deps/libneon/configure-17716-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
davix-0.7.6/deps/libneon/Makefile.in-171-	@$(INSTALL_SCRIPT) neon-config \
davix-0.7.6/deps/libneon/Makefile.in:172:		$(DESTDIR)$(bindir)/`echo neon-config|sed '$(transform)'`
davix-0.7.6/deps/libneon/Makefile.in-173-	$(INSTALL) -d $(DESTDIR)$(pkgconfigdir)
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-182-    ne_save_CFLAGS="$CFLAGS"
davix-0.7.6/deps/libneon/macros/neon.m4:183:    CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`"
davix-0.7.6/deps/libneon/macros/neon.m4:184:    LIBS="$LIBS `$NEON_CONFIG --libs`"
davix-0.7.6/deps/libneon/macros/neon.m4:185:    ne_libver=`$NEON_CONFIG --version | sed -e "s/neon //g"`
davix-0.7.6/deps/libneon/macros/neon.m4-186-    # Check whether it's possible to link against neon
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-250-# found at $NEON_CONFIG.
davix-0.7.6/deps/libneon/macros/neon.m4:251:neon_prefix=`$NEON_CONFIG --prefix`
davix-0.7.6/deps/libneon/macros/neon.m4-252-NEON_CHECK_VERSION([
davix-0.7.6/deps/libneon/macros/neon.m4-253-    # Pick up CFLAGS and LIBS needed
davix-0.7.6/deps/libneon/macros/neon.m4:254:    CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`"
davix-0.7.6/deps/libneon/macros/neon.m4:255:    NEON_LIBS="$NEON_LIBS `$NEON_CONFIG --libs`"
davix-0.7.6/deps/libneon/macros/neon.m4-256-    # Pick up library version
davix-0.7.6/deps/libneon/macros/neon.m4:257:    set dummy `$NEON_CONFIG --version | sed 's/\./ /g'`
davix-0.7.6/deps/libneon/macros/neon.m4-258-    NE_VERSION_MAJOR=[$]3; NE_VERSION_MINOR=[$]4; NE_VERSION_PATCH=[$]5
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-355-dnl LIB in libnames.  If link fails and 'extralibs' is given, will also
davix-0.7.6/deps/libneon/macros/neon.m4:356:dnl try linking against `-lLIB extralibs $NEON_LIBS`.
davix-0.7.6/deps/libneon/macros/neon.m4-357-dnl Once link succeeds, `-lLIB [extralibs]` is prepended to $NEON_LIBS, and
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-870-   if test "$ne_cvar" = "yes"; then
davix-0.7.6/deps/libneon/macros/neon.m4:871:      $1_CFLAGS=`$PKG_CONFIG --cflags $2`
davix-0.7.6/deps/libneon/macros/neon.m4:872:      $1_LIBS=`$PKG_CONFIG --libs $2`
davix-0.7.6/deps/libneon/macros/neon.m4-873-      : Using provided pkg-config data
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-959-
davix-0.7.6/deps/libneon/macros/neon.m4:960:      ne_gnutls_ver=`$PKG_CONFIG --modversion gnutls`
davix-0.7.6/deps/libneon/macros/neon.m4-961-     ], [
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-968-
davix-0.7.6/deps/libneon/macros/neon.m4:969:      CPPFLAGS="$CPPFLAGS `$GNUTLS_CONFIG --cflags`"
davix-0.7.6/deps/libneon/macros/neon.m4:970:      NEON_LIBS="$NEON_LIBS `$GNUTLS_CONFIG --libs`"
davix-0.7.6/deps/libneon/macros/neon.m4-971-
davix-0.7.6/deps/libneon/macros/neon.m4:972:      ne_gnutls_ver=`$GNUTLS_CONFIG --version`
davix-0.7.6/deps/libneon/macros/neon.m4-973-     ])
##############################################
davix-0.7.6/deps/libneon/macros/neon.m4-1064-   ne_save_LIBS=$NEON_LIBS
davix-0.7.6/deps/libneon/macros/neon.m4:1065:   NEON_LIBS="$NEON_LIBS `${KRB5_CONFIG} --libs gssapi`"
davix-0.7.6/deps/libneon/macros/neon.m4:1066:   CPPFLAGS="$CPPFLAGS `${KRB5_CONFIG} --cflags gssapi`"
davix-0.7.6/deps/libneon/macros/neon.m4-1067-   # MIT and Heimdal put gssapi.h in different places
##############################################
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-48-if test -n "$XML2_CONFIG"; then
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4:49:    neon_xml_parser_message="libxml `$XML2_CONFIG --version`"
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-50-    AC_DEFINE(HAVE_LIBXML, 1, [Define if you have libxml])
##############################################
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-52-    # in the --cflags output.
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4:53:    CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4:54:    NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-55-    AC_CHECK_HEADERS(libxml/xmlversion.h libxml/parser.h,,[
##############################################
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-115-       # Special case for Subversion
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4:116:       ne_expdir=`echo $with_expat | sed 's:/libexpat.la$::'`
davix-0.7.6/deps/libneon/macros/neon-xml-parser.m4-117-       AC_DEFINE(HAVE_EXPAT)
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-167-{
davix-0.7.6/deps/libneon/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
davix-0.7.6/deps/libneon/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-179-{
davix-0.7.6/deps/libneon/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
davix-0.7.6/deps/libneon/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-198-    # Extract subdirectory from the argument.
davix-0.7.6/deps/libneon/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
davix-0.7.6/deps/libneon/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-204-    fi
davix-0.7.6/deps/libneon/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
davix-0.7.6/deps/libneon/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-217-    case ${2} in
davix-0.7.6/deps/libneon/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
davix-0.7.6/deps/libneon/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
davix-0.7.6/deps/libneon/ltmain.sh-220-    esac
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-380-     progdir=$func_dirname_result
davix-0.7.6/deps/libneon/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
davix-0.7.6/deps/libneon/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
davix-0.7.6/deps/libneon/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
davix-0.7.6/deps/libneon/ltmain.sh-419-bs='\\'
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
davix-0.7.6/deps/libneon/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
davix-0.7.6/deps/libneon/ltmain.sh-533-      done
davix-0.7.6/deps/libneon/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
davix-0.7.6/deps/libneon/ltmain.sh-535-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-566-      # If mktemp works, use that first and foremost
davix-0.7.6/deps/libneon/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-568-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-597-      *[\\\`\"\$]*)
davix-0.7.6/deps/libneon/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
davix-0.7.6/deps/libneon/ltmain.sh-599-      *)
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
davix-0.7.6/deps/libneon/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
davix-0.7.6/deps/libneon/ltmain.sh-704-    ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
davix-0.7.6/deps/libneon/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
davix-0.7.6/deps/libneon/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
davix-0.7.6/deps/libneon/ltmain.sh-772-	p
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-803-
davix-0.7.6/deps/libneon/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
davix-0.7.6/deps/libneon/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
davix-0.7.6/deps/libneon/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-816-
davix-0.7.6/deps/libneon/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
davix-0.7.6/deps/libneon/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
davix-0.7.6/deps/libneon/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-862-{
davix-0.7.6/deps/libneon/ltmain.sh:863:    func_arith_result=`expr "${@}"`
davix-0.7.6/deps/libneon/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-870-{
davix-0.7.6/deps/libneon/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
davix-0.7.6/deps/libneon/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-877-{
davix-0.7.6/deps/libneon/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
davix-0.7.6/deps/libneon/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-884-{
davix-0.7.6/deps/libneon/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
davix-0.7.6/deps/libneon/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-968-	# quotes we have to do it in 2 steps:
davix-0.7.6/deps/libneon/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
davix-0.7.6/deps/libneon/ltmain.sh-970-	eval "$extractedcf"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1382-      done
davix-0.7.6/deps/libneon/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
davix-0.7.6/deps/libneon/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
davix-0.7.6/deps/libneon/ltmain.sh-1385-      case $@ in
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1395-	    # Evaluate the configuration.
davix-0.7.6/deps/libneon/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
davix-0.7.6/deps/libneon/ltmain.sh-1397-	    CC_quoted=
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1401-	    done
davix-0.7.6/deps/libneon/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
davix-0.7.6/deps/libneon/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
davix-0.7.6/deps/libneon/ltmain.sh-1404-	    case "$@ " in
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
davix-0.7.6/deps/libneon/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
davix-0.7.6/deps/libneon/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1721-    # LT_CYGPATH in this case.
davix-0.7.6/deps/libneon/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
davix-0.7.6/deps/libneon/ltmain.sh-1723-  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
davix-0.7.6/deps/libneon/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
davix-0.7.6/deps/libneon/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2060-    *.[cCFSifmso] | \
davix-0.7.6/deps/libneon/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
davix-0.7.6/deps/libneon/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
davix-0.7.6/deps/libneon/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
davix-0.7.6/deps/libneon/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
davix-0.7.6/deps/libneon/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-2158-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2204-      if test "$need_locks" = warn &&
davix-0.7.6/deps/libneon/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
davix-0.7.6/deps/libneon/ltmain.sh-2206-	$ECHO "\
davix-0.7.6/deps/libneon/ltmain.sh-2207-*** ERROR, $lockfile contains:
davix-0.7.6/deps/libneon/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-2209-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2253-      if test "$need_locks" = warn &&
davix-0.7.6/deps/libneon/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
davix-0.7.6/deps/libneon/ltmain.sh-2255-	$ECHO "\
davix-0.7.6/deps/libneon/ltmain.sh-2256-*** ERROR, $lockfile contains:
davix-0.7.6/deps/libneon/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-2258-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2548-	  test -n "$library_names" && \
davix-0.7.6/deps/libneon/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
davix-0.7.6/deps/libneon/ltmain.sh-2550-	  continue
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
davix-0.7.6/deps/libneon/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
davix-0.7.6/deps/libneon/ltmain.sh-2561-	  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2577-      # Get the absolute pathname.
davix-0.7.6/deps/libneon/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
davix-0.7.6/deps/libneon/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
davix-0.7.6/deps/libneon/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
davix-0.7.6/deps/libneon/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
davix-0.7.6/deps/libneon/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
davix-0.7.6/deps/libneon/ltmain.sh-2959-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
davix-0.7.6/deps/libneon/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
davix-0.7.6/deps/libneon/ltmain.sh-2972-	  else
davix-0.7.6/deps/libneon/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
davix-0.7.6/deps/libneon/ltmain.sh-2974-	  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3130-	    fi
davix-0.7.6/deps/libneon/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
davix-0.7.6/deps/libneon/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
davix-0.7.6/deps/libneon/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
davix-0.7.6/deps/libneon/ltmain.sh-3134-	      finalize=no
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3149-	        # Replace the output file specification.
davix-0.7.6/deps/libneon/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-3151-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
davix-0.7.6/deps/libneon/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
davix-0.7.6/deps/libneon/ltmain.sh-3170-	  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3241-    my_pic_p="${3-no}"
davix-0.7.6/deps/libneon/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
davix-0.7.6/deps/libneon/ltmain.sh-3243-    my_dlsyms=
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
davix-0.7.6/deps/libneon/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
davix-0.7.6/deps/libneon/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
davix-0.7.6/deps/libneon/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
davix-0.7.6/deps/libneon/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh-3509-	  else
davix-0.7.6/deps/libneon/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh-3512-	  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3514-	*)
davix-0.7.6/deps/libneon/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
davix-0.7.6/deps/libneon/ltmain.sh-3517-	  ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3529-      # Nullify the symbol file.
davix-0.7.6/deps/libneon/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
davix-0.7.6/deps/libneon/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
davix-0.7.6/deps/libneon/ltmain.sh-3532-    fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3545-  win32_libid_type="unknown"
davix-0.7.6/deps/libneon/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-3547-  case $win32_fileres in
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3596-  $opt_debug
davix-0.7.6/deps/libneon/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
davix-0.7.6/deps/libneon/ltmain.sh-3598-}
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3613-  $opt_debug
davix-0.7.6/deps/libneon/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
davix-0.7.6/deps/libneon/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
davix-0.7.6/deps/libneon/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
davix-0.7.6/deps/libneon/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
davix-0.7.6/deps/libneon/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
davix-0.7.6/deps/libneon/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3700-    # binutils import library
davix-0.7.6/deps/libneon/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
davix-0.7.6/deps/libneon/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
davix-0.7.6/deps/libneon/ltmain.sh-3703-    # ms-generated import library
davix-0.7.6/deps/libneon/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
davix-0.7.6/deps/libneon/ltmain.sh-3705-  else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3780-	  darwin_curdir=`pwd`
davix-0.7.6/deps/libneon/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
davix-0.7.6/deps/libneon/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
davix-0.7.6/deps/libneon/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
davix-0.7.6/deps/libneon/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
davix-0.7.6/deps/libneon/ltmain.sh-3785-	    darwin_arch=
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
davix-0.7.6/deps/libneon/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
davix-0.7.6/deps/libneon/ltmain.sh-3797-	    darwin_file=
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
davix-0.7.6/deps/libneon/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3814-      esac
davix-0.7.6/deps/libneon/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-3816-    done
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3885-
davix-0.7.6/deps/libneon/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
davix-0.7.6/deps/libneon/ltmain.sh-3887-    $ECHO "\
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3920-    --lt-dump-script)
davix-0.7.6/deps/libneon/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
davix-0.7.6/deps/libneon/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
davix-0.7.6/deps/libneon/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
davix-0.7.6/deps/libneon/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
davix-0.7.6/deps/libneon/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
davix-0.7.6/deps/libneon/ltmain.sh-3949-  done
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4005-  # Find the directory that this script lives in.
davix-0.7.6/deps/libneon/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
davix-0.7.6/deps/libneon/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
davix-0.7.6/deps/libneon/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
davix-0.7.6/deps/libneon/ltmain.sh-4011-  while test -n \"\$file\"; do
davix-0.7.6/deps/libneon/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
davix-0.7.6/deps/libneon/ltmain.sh-4013-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4021-
davix-0.7.6/deps/libneon/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
davix-0.7.6/deps/libneon/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
davix-0.7.6/deps/libneon/ltmain.sh-4024-  done
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4035-    case \"\$thisdir\" in
davix-0.7.6/deps/libneon/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
davix-0.7.6/deps/libneon/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4041-  # Try to get the absolute directory name.
davix-0.7.6/deps/libneon/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
davix-0.7.6/deps/libneon/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
davix-0.7.6/deps/libneon/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
davix-0.7.6/deps/libneon/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
davix-0.7.6/deps/libneon/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
davix-0.7.6/deps/libneon/ltmain.sh-4068-      else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
davix-0.7.6/deps/libneon/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
davix-0.7.6/deps/libneon/ltmain.sh-4112-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-5085-    $opt_debug
davix-0.7.6/deps/libneon/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
davix-0.7.6/deps/libneon/ltmain.sh-5087-    *import*) : ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-5307-	    moreargs=
davix-0.7.6/deps/libneon/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
davix-0.7.6/deps/libneon/ltmain.sh-5309-	    do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-5563-	*)
davix-0.7.6/deps/libneon/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
davix-0.7.6/deps/libneon/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
davix-0.7.6/deps/libneon/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
davix-0.7.6/deps/libneon/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
davix-0.7.6/deps/libneon/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
davix-0.7.6/deps/libneon/ltmain.sh-6018-    else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
davix-0.7.6/deps/libneon/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
davix-0.7.6/deps/libneon/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6394-	else
davix-0.7.6/deps/libneon/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
davix-0.7.6/deps/libneon/ltmain.sh-6396-	fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
davix-0.7.6/deps/libneon/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
davix-0.7.6/deps/libneon/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6431-	fi
davix-0.7.6/deps/libneon/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6504-	*)
davix-0.7.6/deps/libneon/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
davix-0.7.6/deps/libneon/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-6757-	    shift
davix-0.7.6/deps/libneon/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7049-		*)
davix-0.7.6/deps/libneon/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
davix-0.7.6/deps/libneon/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7060-		  depdepl=
davix-0.7.6/deps/libneon/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
davix-0.7.6/deps/libneon/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
davix-0.7.6/deps/libneon/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
davix-0.7.6/deps/libneon/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
davix-0.7.6/deps/libneon/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
davix-0.7.6/deps/libneon/ltmain.sh-7071-                      fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7082-		else
davix-0.7.6/deps/libneon/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
davix-0.7.6/deps/libneon/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7105-	else
davix-0.7.6/deps/libneon/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh-7107-	fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7254-	test "$module" = no && \
davix-0.7.6/deps/libneon/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
davix-0.7.6/deps/libneon/ltmain.sh-7256-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7392-	if test "$age" -gt "$current"; then
davix-0.7.6/deps/libneon/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
davix-0.7.6/deps/libneon/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7553-	removelist=
davix-0.7.6/deps/libneon/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
davix-0.7.6/deps/libneon/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7579-	# Transform .lo files to .o files.
davix-0.7.6/deps/libneon/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-7581-      fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7584-      #for path in $notinst_path; do
davix-0.7.6/deps/libneon/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
davix-0.7.6/deps/libneon/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
davix-0.7.6/deps/libneon/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
davix-0.7.6/deps/libneon/ltmain.sh-7588-      #done
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7705-		if test -n "$i" ; then
davix-0.7.6/deps/libneon/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh-7708-		  set dummy $deplib_matches; shift
davix-0.7.6/deps/libneon/ltmain.sh-7709-		  deplib_match=$1
davix-0.7.6/deps/libneon/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
davix-0.7.6/deps/libneon/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7748-		  if test -n "$i" ; then
davix-0.7.6/deps/libneon/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh-7751-		    set dummy $deplib_matches; shift
davix-0.7.6/deps/libneon/ltmain.sh-7752-		    deplib_match=$1
davix-0.7.6/deps/libneon/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
davix-0.7.6/deps/libneon/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
davix-0.7.6/deps/libneon/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
davix-0.7.6/deps/libneon/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
davix-0.7.6/deps/libneon/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
davix-0.7.6/deps/libneon/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
davix-0.7.6/deps/libneon/ltmain.sh-7802-		else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7808-		    shopt -s nocaseglob
davix-0.7.6/deps/libneon/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-7810-		    $nocaseglob
davix-0.7.6/deps/libneon/ltmain.sh-7811-		  else
davix-0.7.6/deps/libneon/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-7813-		  fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
davix-0.7.6/deps/libneon/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
davix-0.7.6/deps/libneon/ltmain.sh-7828-			case $potliblink in
davix-0.7.6/deps/libneon/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
davix-0.7.6/deps/libneon/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
davix-0.7.6/deps/libneon/ltmain.sh-7831-			esac
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
davix-0.7.6/deps/libneon/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
davix-0.7.6/deps/libneon/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
davix-0.7.6/deps/libneon/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
davix-0.7.6/deps/libneon/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
davix-0.7.6/deps/libneon/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
davix-0.7.6/deps/libneon/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7921-	  newdeplibs=""
davix-0.7.6/deps/libneon/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
davix-0.7.6/deps/libneon/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
davix-0.7.6/deps/libneon/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
davix-0.7.6/deps/libneon/ltmain.sh-7927-	    done
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
davix-0.7.6/deps/libneon/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
davix-0.7.6/deps/libneon/ltmain.sh-7953-	  ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8003-	*-*-darwin*)
davix-0.7.6/deps/libneon/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8007-	  ;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8130-	# Use standard objects if they are pic
davix-0.7.6/deps/libneon/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8145-	    # exporting using user supplied symfile
davix-0.7.6/deps/libneon/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
davix-0.7.6/deps/libneon/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
davix-0.7.6/deps/libneon/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
davix-0.7.6/deps/libneon/ltmain.sh-8644-	else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8656-      # Create the old-style object.
davix-0.7.6/deps/libneon/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
davix-0.7.6/deps/libneon/ltmain.sh-8658-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
davix-0.7.6/deps/libneon/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
davix-0.7.6/deps/libneon/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
davix-0.7.6/deps/libneon/ltmain.sh-8719-	;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
davix-0.7.6/deps/libneon/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8737-	;;
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
davix-0.7.6/deps/libneon/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
davix-0.7.6/deps/libneon/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8872-	# Transform all the library objects into standard objects.
davix-0.7.6/deps/libneon/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
davix-0.7.6/deps/libneon/ltmain.sh-8875-      fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8902-	# Replace the output file specification.
davix-0.7.6/deps/libneon/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8911-	  func_to_tool_file "$output"
davix-0.7.6/deps/libneon/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8955-	# Replace the output file specification.
davix-0.7.6/deps/libneon/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8957-	# Delete the old output file.
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8963-	  func_to_tool_file "$output"
davix-0.7.6/deps/libneon/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8981-	  if test "$fast_install" = yes; then
davix-0.7.6/deps/libneon/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8983-	  else
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-8993-      # Replace the output file specification.
davix-0.7.6/deps/libneon/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-8995-
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
davix-0.7.6/deps/libneon/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
davix-0.7.6/deps/libneon/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
davix-0.7.6/deps/libneon/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
davix-0.7.6/deps/libneon/ltmain.sh-9025-      fi
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
davix-0.7.6/deps/libneon/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
davix-0.7.6/deps/libneon/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
davix-0.7.6/deps/libneon/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
davix-0.7.6/deps/libneon/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9314-		name="$func_basename_result"
davix-0.7.6/deps/libneon/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
davix-0.7.6/deps/libneon/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9333-		name="$func_basename_result"
davix-0.7.6/deps/libneon/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
davix-0.7.6/deps/libneon/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
davix-0.7.6/deps/libneon/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
davix-0.7.6/deps/libneon/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
davix-0.7.6/deps/libneon/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
davix-0.7.6/deps/libneon/config.sub-57-
davix-0.7.6/deps/libneon/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
davix-0.7.6/deps/libneon/config.sub-59-
##############################################
davix-0.7.6/deps/libneon/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
davix-0.7.6/deps/libneon/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
davix-0.7.6/deps/libneon/config.sub-124-case $maybe_os in
##############################################
davix-0.7.6/deps/libneon/config.sub-130-    os=-$maybe_os
davix-0.7.6/deps/libneon/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
davix-0.7.6/deps/libneon/config.sub-132-    ;;
##############################################
davix-0.7.6/deps/libneon/config.sub-134-    os=-linux-android
davix-0.7.6/deps/libneon/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
davix-0.7.6/deps/libneon/config.sub-136-    ;;
davix-0.7.6/deps/libneon/config.sub-137-  *)
davix-0.7.6/deps/libneon/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
davix-0.7.6/deps/libneon/config.sub-139-    if [ $basic_machine != $1 ]
davix-0.7.6/deps/libneon/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
davix-0.7.6/deps/libneon/config.sub-141-    else os=; fi
##############################################
davix-0.7.6/deps/libneon/config.sub-188-		os=-sco5v6
davix-0.7.6/deps/libneon/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-190-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-192-		os=-sco3.2v5
davix-0.7.6/deps/libneon/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-194-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-196-		os=-sco3.2v4
davix-0.7.6/deps/libneon/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-198-		;;
davix-0.7.6/deps/libneon/config.sub-199-	-sco3.2.[4-9]*)
davix-0.7.6/deps/libneon/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
davix-0.7.6/deps/libneon/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-202-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
davix-0.7.6/deps/libneon/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-206-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
davix-0.7.6/deps/libneon/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-210-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-212-		os=-sco3.2v2
davix-0.7.6/deps/libneon/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-214-		;;
davix-0.7.6/deps/libneon/config.sub-215-	-udk*)
davix-0.7.6/deps/libneon/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-217-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-219-		os=-isc2.2
davix-0.7.6/deps/libneon/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-221-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-225-	-isc*)
davix-0.7.6/deps/libneon/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-227-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-231-	-ptx*)
davix-0.7.6/deps/libneon/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
davix-0.7.6/deps/libneon/config.sub-233-		;;
davix-0.7.6/deps/libneon/config.sub-234-	-windowsnt*)
davix-0.7.6/deps/libneon/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
davix-0.7.6/deps/libneon/config.sub-236-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-357-	*-*-*)
davix-0.7.6/deps/libneon/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
davix-0.7.6/deps/libneon/config.sub-359-		exit 1
##############################################
davix-0.7.6/deps/libneon/config.sub-475-	amd64-*)
davix-0.7.6/deps/libneon/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-477-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-517-	blackfin-*)
davix-0.7.6/deps/libneon/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-519-		os=-linux
##############################################
davix-0.7.6/deps/libneon/config.sub-525-	c54x-*)
davix-0.7.6/deps/libneon/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-527-		;;
davix-0.7.6/deps/libneon/config.sub-528-	c55x-*)
davix-0.7.6/deps/libneon/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-530-		;;
davix-0.7.6/deps/libneon/config.sub-531-	c6x-*)
davix-0.7.6/deps/libneon/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-533-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-728-	i*86v32)
davix-0.7.6/deps/libneon/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-730-		os=-sysv32
##############################################
davix-0.7.6/deps/libneon/config.sub-732-	i*86v4*)
davix-0.7.6/deps/libneon/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-734-		os=-sysv4
##############################################
davix-0.7.6/deps/libneon/config.sub-736-	i*86v)
davix-0.7.6/deps/libneon/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-738-		os=-sysv
##############################################
davix-0.7.6/deps/libneon/config.sub-740-	i*86sol2)
davix-0.7.6/deps/libneon/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
davix-0.7.6/deps/libneon/config.sub-742-		os=-solaris2
##############################################
davix-0.7.6/deps/libneon/config.sub-770-	m68knommu-*)
davix-0.7.6/deps/libneon/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-772-		os=-linux
##############################################
davix-0.7.6/deps/libneon/config.sub-803-	mips3*-*)
davix-0.7.6/deps/libneon/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
davix-0.7.6/deps/libneon/config.sub-805-		;;
davix-0.7.6/deps/libneon/config.sub-806-	mips3*)
davix-0.7.6/deps/libneon/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
davix-0.7.6/deps/libneon/config.sub-808-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-821-	ms1-*)
davix-0.7.6/deps/libneon/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
davix-0.7.6/deps/libneon/config.sub-823-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-940-	parisc-*)
davix-0.7.6/deps/libneon/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-942-		os=-linux
##############################################
davix-0.7.6/deps/libneon/config.sub-956-	pc98-*)
davix-0.7.6/deps/libneon/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-958-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
davix-0.7.6/deps/libneon/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-973-		;;
davix-0.7.6/deps/libneon/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
davix-0.7.6/deps/libneon/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-976-		;;
davix-0.7.6/deps/libneon/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
davix-0.7.6/deps/libneon/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-979-		;;
davix-0.7.6/deps/libneon/config.sub-980-	pentium4-*)
davix-0.7.6/deps/libneon/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-982-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-990-	ppc-* | ppcbe-*)
davix-0.7.6/deps/libneon/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-992-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-996-	ppcle-* | powerpclittle-*)
davix-0.7.6/deps/libneon/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-998-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1000-		;;
davix-0.7.6/deps/libneon/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-1002-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1006-	ppc64le-* | powerpc64little-*)
davix-0.7.6/deps/libneon/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-1008-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1085-	strongarm-* | thumb-*)
davix-0.7.6/deps/libneon/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub-1087-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1215-	xscale-* | xscalee[bl]-*)
davix-0.7.6/deps/libneon/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
davix-0.7.6/deps/libneon/config.sub-1217-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1292-	*)
davix-0.7.6/deps/libneon/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
davix-0.7.6/deps/libneon/config.sub-1294-		exit 1
##############################################
davix-0.7.6/deps/libneon/config.sub-1300-	*-digital*)
davix-0.7.6/deps/libneon/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
davix-0.7.6/deps/libneon/config.sub-1302-		;;
davix-0.7.6/deps/libneon/config.sub-1303-	*-commodore*)
davix-0.7.6/deps/libneon/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
davix-0.7.6/deps/libneon/config.sub-1305-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1321-	-solaris1 | -solaris1.*)
davix-0.7.6/deps/libneon/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
davix-0.7.6/deps/libneon/config.sub-1323-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1333-	-gnu/linux*)
davix-0.7.6/deps/libneon/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
davix-0.7.6/deps/libneon/config.sub-1335-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1379-	-nto*)
davix-0.7.6/deps/libneon/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
davix-0.7.6/deps/libneon/config.sub-1381-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1386-	-mac*)
davix-0.7.6/deps/libneon/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
davix-0.7.6/deps/libneon/config.sub-1388-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1392-	-linux*)
davix-0.7.6/deps/libneon/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
davix-0.7.6/deps/libneon/config.sub-1394-		;;
davix-0.7.6/deps/libneon/config.sub-1395-	-sunos5*)
davix-0.7.6/deps/libneon/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
davix-0.7.6/deps/libneon/config.sub-1397-		;;
davix-0.7.6/deps/libneon/config.sub-1398-	-sunos6*)
davix-0.7.6/deps/libneon/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
davix-0.7.6/deps/libneon/config.sub-1400-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1447-	-sinix5.*)
davix-0.7.6/deps/libneon/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
davix-0.7.6/deps/libneon/config.sub-1449-		;;
##############################################
davix-0.7.6/deps/libneon/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
davix-0.7.6/deps/libneon/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
davix-0.7.6/deps/libneon/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
davix-0.7.6/deps/libneon/config.sub-1506-		exit 1
##############################################
davix-0.7.6/deps/libneon/config.sub-1760-		esac
davix-0.7.6/deps/libneon/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
davix-0.7.6/deps/libneon/config.sub-1762-		;;
##############################################
davix-0.7.6/deps/libneon/.release.sh-4-
davix-0.7.6/deps/libneon/.release.sh:5:major=`echo $1 | awk -F. '{print $1;}'`
davix-0.7.6/deps/libneon/.release.sh:6:minor=`echo $1 | awk -F. '{print $2;}'`
davix-0.7.6/deps/libneon/.release.sh:7:release=`echo $1 | awk -F. '{print $3;}'`
davix-0.7.6/deps/libneon/.release.sh-8-version=$1
##############################################
davix-0.7.6/deps/libneon/NEWS-132- - ne_session.h: NE_SESSFLAG_TLSSNI flag added; TLS SNI support is enabled
davix-0.7.6/deps/libneon/NEWS:133:   by default, where supported; ne_set_localaddr() added
davix-0.7.6/deps/libneon/NEWS-134- - ne_request.h: added close_conn hooks (Robert J. van der Boon)
##############################################
davix-0.7.6/deps/libneon/install-sh-217-      fi
davix-0.7.6/deps/libneon/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
davix-0.7.6/deps/libneon/install-sh-219-    *)
##############################################
davix-0.7.6/deps/libneon/install-sh-269-      dstdir=$dst
davix-0.7.6/deps/libneon/install-sh:270:      dst=$dstdir/`basename "$src"`
davix-0.7.6/deps/libneon/install-sh-271-      dstdir_status=0
##############################################
davix-0.7.6/deps/libneon/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
davix-0.7.6/deps/libneon/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
davix-0.7.6/deps/libneon/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
davix-0.7.6/deps/libneon/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
davix-0.7.6/deps/libneon/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
davix-0.7.6/deps/libneon/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
davix-0.7.6/deps/libneon/install-sh-418-	    case $prefix in
davix-0.7.6/deps/libneon/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
davix-0.7.6/deps/libneon/install-sh-420-	      *) qprefix=$prefix;;
##############################################
davix-0.7.6/deps/libneon/install-sh-467-    if $copy_on_change &&
davix-0.7.6/deps/libneon/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
davix-0.7.6/deps/libneon/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
davix-0.7.6/deps/libneon/install-sh-470-
##############################################
davix-0.7.6/deps/libneon/neon-config.in-48-    case "$1" in
davix-0.7.6/deps/libneon/neon-config.in:49:    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
davix-0.7.6/deps/libneon/neon-config.in-50-    *) optarg= ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-139-done
davix-0.7.6/deps/libneon/aclocal.m4:140:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
davix-0.7.6/deps/libneon/aclocal.m4-141-])
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-435-m4_define([_LT_CONFIG_STATUS_DECLARE],
davix-0.7.6/deps/libneon/aclocal.m4:436:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
davix-0.7.6/deps/libneon/aclocal.m4-437-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-445-#
davix-0.7.6/deps/libneon/aclocal.m4:446:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
davix-0.7.6/deps/libneon/aclocal.m4-447-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-555-]], lt_decl_quote_varnames); do
davix-0.7.6/deps/libneon/aclocal.m4:556:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
davix-0.7.6/deps/libneon/aclocal.m4-557-    *[[\\\\\\\`\\"\\\$]]*)
davix-0.7.6/deps/libneon/aclocal.m4:558:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
davix-0.7.6/deps/libneon/aclocal.m4-559-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-568-]], lt_decl_dquote_varnames); do
davix-0.7.6/deps/libneon/aclocal.m4:569:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
davix-0.7.6/deps/libneon/aclocal.m4-570-    *[[\\\\\\\`\\"\\\$]]*)
davix-0.7.6/deps/libneon/aclocal.m4:571:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
davix-0.7.6/deps/libneon/aclocal.m4-572-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-728-
davix-0.7.6/deps/libneon/aclocal.m4:729:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
davix-0.7.6/deps/libneon/aclocal.m4-730-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1096-  if test "$lt_cv_ld_force_load" = "yes"; then
davix-0.7.6/deps/libneon/aclocal.m4:1097:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
davix-0.7.6/deps/libneon/aclocal.m4-1098-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1149-      }]'
davix-0.7.6/deps/libneon/aclocal.m4:1150:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/aclocal.m4-1151-  # Check for a 64-bit object if we didn't find anything.
davix-0.7.6/deps/libneon/aclocal.m4-1152-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
davix-0.7.6/deps/libneon/aclocal.m4:1153:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
davix-0.7.6/deps/libneon/aclocal.m4-1154-  fi],[])
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1185-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
davix-0.7.6/deps/libneon/aclocal.m4:1186:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
davix-0.7.6/deps/libneon/aclocal.m4-1187-  ECHO='print -r --'
davix-0.7.6/deps/libneon/aclocal.m4:1188:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
davix-0.7.6/deps/libneon/aclocal.m4-1189-  ECHO='printf %s\n'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1220-    PATH=/empty FPATH=/empty; export PATH FPATH
davix-0.7.6/deps/libneon/aclocal.m4:1221:    test "X`printf %s $ECHO`" = "X$ECHO" \
davix-0.7.6/deps/libneon/aclocal.m4:1222:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
davix-0.7.6/deps/libneon/aclocal.m4-1223-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1243-   if test "$GCC" = yes; then
davix-0.7.6/deps/libneon/aclocal.m4:1244:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
davix-0.7.6/deps/libneon/aclocal.m4-1245-   fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1247- /*)
davix-0.7.6/deps/libneon/aclocal.m4:1248:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
davix-0.7.6/deps/libneon/aclocal.m4-1249-   ;; #(
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1276-  if AC_TRY_EVAL(ac_compile); then
davix-0.7.6/deps/libneon/aclocal.m4:1277:    case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/aclocal.m4-1278-      *ELF-32*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1292-    if test "$lt_cv_prog_gnu_ld" = yes; then
davix-0.7.6/deps/libneon/aclocal.m4:1293:      case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/aclocal.m4-1294-	*32-bit*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1304-    else
davix-0.7.6/deps/libneon/aclocal.m4:1305:      case `/usr/bin/file conftest.$ac_objext` in
davix-0.7.6/deps/libneon/aclocal.m4-1306-	*32-bit*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1656-    # And add a safety zone
davix-0.7.6/deps/libneon/aclocal.m4:1657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
davix-0.7.6/deps/libneon/aclocal.m4:1658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
davix-0.7.6/deps/libneon/aclocal.m4-1659-    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1689-    if test -n "$kargmax"; then
davix-0.7.6/deps/libneon/aclocal.m4:1690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
davix-0.7.6/deps/libneon/aclocal.m4-1691-    else
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1697-    if test -n "$lt_cv_sys_max_cmd_len"; then
davix-0.7.6/deps/libneon/aclocal.m4:1698:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
davix-0.7.6/deps/libneon/aclocal.m4:1699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
davix-0.7.6/deps/libneon/aclocal.m4-1700-    else
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1709-      # we can't tell.
davix-0.7.6/deps/libneon/aclocal.m4:1710:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
davix-0.7.6/deps/libneon/aclocal.m4-1711-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1713-      do
davix-0.7.6/deps/libneon/aclocal.m4:1714:        i=`expr $i + 1`
davix-0.7.6/deps/libneon/aclocal.m4-1715-        teststring=$teststring$teststring
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1717-      # Only check the string length outside the loop.
davix-0.7.6/deps/libneon/aclocal.m4:1718:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
davix-0.7.6/deps/libneon/aclocal.m4-1719-      teststring=
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-1722-      # linker.  It appears as though 1/2 is a usable value.
davix-0.7.6/deps/libneon/aclocal.m4:1723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
davix-0.7.6/deps/libneon/aclocal.m4-1724-    fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2047-  if test "$hard_links" = no; then
davix-0.7.6/deps/libneon/aclocal.m4:2048:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
davix-0.7.6/deps/libneon/aclocal.m4-2049-    need_locks=warn
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2178-  esac
davix-0.7.6/deps/libneon/aclocal.m4:2179:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
davix-0.7.6/deps/libneon/aclocal.m4-2180-  case $lt_search_path_spec in
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2185-    # okay in the real world where ";" in dirpaths is itself problematic.
davix-0.7.6/deps/libneon/aclocal.m4:2186:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
davix-0.7.6/deps/libneon/aclocal.m4-2187-    ;;
davix-0.7.6/deps/libneon/aclocal.m4-2188-  *)
davix-0.7.6/deps/libneon/aclocal.m4:2189:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/aclocal.m4-2190-    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2194-  lt_tmp_lt_search_path_spec=
davix-0.7.6/deps/libneon/aclocal.m4:2195:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
davix-0.7.6/deps/libneon/aclocal.m4-2196-  for lt_sys_path in $lt_search_path_spec; do
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2229-  esac
davix-0.7.6/deps/libneon/aclocal.m4:2230:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
davix-0.7.6/deps/libneon/aclocal.m4-2231-else
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2317-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
davix-0.7.6/deps/libneon/aclocal.m4:2318:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
davix-0.7.6/deps/libneon/aclocal.m4-2319-    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2353-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
davix-0.7.6/deps/libneon/aclocal.m4:2354:    postinstall_cmds='base_file=`basename \${file}`~
davix-0.7.6/deps/libneon/aclocal.m4:2355:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/aclocal.m4:2356:      dldir=$destdir/`dirname \$dlpath`~
davix-0.7.6/deps/libneon/aclocal.m4-2357-      test -d \$dldir || mkdir -p \$dldir~
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2362-      fi'
davix-0.7.6/deps/libneon/aclocal.m4:2363:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/aclocal.m4-2364-      dlpath=$dir/\$dldll~
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2370-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
davix-0.7.6/deps/libneon/aclocal.m4:2371:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/aclocal.m4-2372-m4_if([$1], [],[
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2376-      # MinGW DLLs use traditional 'lib' prefix
davix-0.7.6/deps/libneon/aclocal.m4:2377:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/aclocal.m4-2378-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
davix-0.7.6/deps/libneon/aclocal.m4:2381:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/aclocal.m4-2382-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2389-    libname_spec='$name'
davix-0.7.6/deps/libneon/aclocal.m4:2390:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
davix-0.7.6/deps/libneon/aclocal.m4-2391-    library_names_spec='${libname}.dll.lib'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2401-        # Let DOS variable expansion print the short 8.3 style file name.
davix-0.7.6/deps/libneon/aclocal.m4:2402:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
davix-0.7.6/deps/libneon/aclocal.m4-2403-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2406-      # Convert to MSYS style.
davix-0.7.6/deps/libneon/aclocal.m4:2407:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
davix-0.7.6/deps/libneon/aclocal.m4-2408-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2412-      # like /cygdrive/c/PROGRA~1:/cygdr...
davix-0.7.6/deps/libneon/aclocal.m4:2413:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
davix-0.7.6/deps/libneon/aclocal.m4:2414:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
davix-0.7.6/deps/libneon/aclocal.m4:2415:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/aclocal.m4-2416-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2420-        # It is most probably a Windows format PATH.
davix-0.7.6/deps/libneon/aclocal.m4:2421:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
davix-0.7.6/deps/libneon/aclocal.m4-2422-      else
davix-0.7.6/deps/libneon/aclocal.m4:2423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
davix-0.7.6/deps/libneon/aclocal.m4-2424-      fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2430-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
davix-0.7.6/deps/libneon/aclocal.m4:2431:    postinstall_cmds='base_file=`basename \${file}`~
davix-0.7.6/deps/libneon/aclocal.m4:2432:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/aclocal.m4:2433:      dldir=$destdir/`dirname \$dlpath`~
davix-0.7.6/deps/libneon/aclocal.m4-2434-      test -d \$dldir || mkdir -p \$dldir~
davix-0.7.6/deps/libneon/aclocal.m4-2435-      $install_prog $dir/$dlname \$dldir/$dlname'
davix-0.7.6/deps/libneon/aclocal.m4:2436:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
davix-0.7.6/deps/libneon/aclocal.m4-2437-      dlpath=$dir/\$dldll~
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2444-    # Assume MSVC wrapper
davix-0.7.6/deps/libneon/aclocal.m4:2445:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
davix-0.7.6/deps/libneon/aclocal.m4-2446-    dynamic_linker='Win32 ld.exe'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2461-  shlibpath_var=DYLD_LIBRARY_PATH
davix-0.7.6/deps/libneon/aclocal.m4:2462:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
davix-0.7.6/deps/libneon/aclocal.m4-2463-m4_if([$1], [],[
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2679-  if test -f /etc/ld.so.conf; then
davix-0.7.6/deps/libneon/aclocal.m4:2680:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
davix-0.7.6/deps/libneon/aclocal.m4-2681-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2753-  shlibpath_var=LD_LIBRARY_PATH
davix-0.7.6/deps/libneon/aclocal.m4:2754:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/aclocal.m4-2755-    case $host_os in
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-2970-	"file_magic "*)
davix-0.7.6/deps/libneon/aclocal.m4:2971:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
davix-0.7.6/deps/libneon/aclocal.m4-2972-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3053-    # gcc leaves a trailing carriage return which upsets mingw
davix-0.7.6/deps/libneon/aclocal.m4:3054:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
davix-0.7.6/deps/libneon/aclocal.m4-3055-  *)
davix-0.7.6/deps/libneon/aclocal.m4:3056:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
davix-0.7.6/deps/libneon/aclocal.m4-3057-  esac
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3062-      # Canonicalize the pathname of ld
davix-0.7.6/deps/libneon/aclocal.m4:3063:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
davix-0.7.6/deps/libneon/aclocal.m4-3064-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
davix-0.7.6/deps/libneon/aclocal.m4:3065:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
davix-0.7.6/deps/libneon/aclocal.m4-3066-      done
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3093-      # Break only if it was the GNU/non-GNU ld that we prefer.
davix-0.7.6/deps/libneon/aclocal.m4:3094:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
davix-0.7.6/deps/libneon/aclocal.m4-3095-      *GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3133-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
davix-0.7.6/deps/libneon/aclocal.m4:3134:case `$LD -v 2>&1 </dev/null` in
davix-0.7.6/deps/libneon/aclocal.m4-3135-*GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3328-openbsd*)
davix-0.7.6/deps/libneon/aclocal.m4:3329:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/aclocal.m4-3330-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3392-    else
davix-0.7.6/deps/libneon/aclocal.m4:3393:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
davix-0.7.6/deps/libneon/aclocal.m4-3394-    fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3438-	# Tru64's nm complains that /dev/null is an invalid object file
davix-0.7.6/deps/libneon/aclocal.m4:3439:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/aclocal.m4-3440-	*/dev/null* | *'Invalid file or object type'*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3444-	*)
davix-0.7.6/deps/libneon/aclocal.m4:3445:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/aclocal.m4-3446-	  */dev/null*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3470-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
davix-0.7.6/deps/libneon/aclocal.m4:3471:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
davix-0.7.6/deps/libneon/aclocal.m4-3472-    *COFF*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3529-  # decide which to use based on capabilities of $DLLTOOL
davix-0.7.6/deps/libneon/aclocal.m4:3530:  case `$DLLTOOL --help 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-3531-  *--identify-strict*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3688-# If we're using GNU nm, then use its standard symbol codes.
davix-0.7.6/deps/libneon/aclocal.m4:3689:case `$NM -V 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-3690-*GNU* | *'with BFD'*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3706-mingw*)
davix-0.7.6/deps/libneon/aclocal.m4:3707:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
davix-0.7.6/deps/libneon/aclocal.m4-3708-  ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-3759-    nlist=conftest.nm
davix-0.7.6/deps/libneon/aclocal.m4:3760:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
davix-0.7.6/deps/libneon/aclocal.m4-3761-      # Try sorting and uniquifying the output.
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4097-	  *)
davix-0.7.6/deps/libneon/aclocal.m4:4098:	    case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/aclocal.m4-4099-	    *Sun\ C*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4402-      *)
davix-0.7.6/deps/libneon/aclocal.m4:4403:	case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/aclocal.m4-4404-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4680-	# shared libraries, regardless of the interface used.
davix-0.7.6/deps/libneon/aclocal.m4:4681:	case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-4682-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4712-    supports_anon_versioning=no
davix-0.7.6/deps/libneon/aclocal.m4:4713:    case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-4714-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4781-	# is EXPORTS), use it as is; otherwise, prepend...
davix-0.7.6/deps/libneon/aclocal.m4:4782:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/aclocal.m4-4783-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4809-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
davix-0.7.6/deps/libneon/aclocal.m4:4810:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4:4811:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-4812-      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4827-        pgcc*)				# Portland Group C compiler
davix-0.7.6/deps/libneon/aclocal.m4:4828:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-4829-	  tmp_addflag=' $pic_flag'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4832-					# Portland Group f77 and f90 compilers
davix-0.7.6/deps/libneon/aclocal.m4:4833:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-4834-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4847-	nvcc*)	# Cuda Compiler Driver 2.2
davix-0.7.6/deps/libneon/aclocal.m4:4848:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-4849-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4851-	esac
davix-0.7.6/deps/libneon/aclocal.m4:4852:	case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/aclocal.m4-4853-	*Sun\ C*)			# Sun C 5.9
davix-0.7.6/deps/libneon/aclocal.m4:4854:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-4855-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-4919-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
davix-0.7.6/deps/libneon/aclocal.m4:4920:      case `$LD -v 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-4921-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5042-	# below for broken collect2 doesn't work under 4.3+
davix-0.7.6/deps/libneon/aclocal.m4:5043:	  collect2name=`${CC} -print-prog-name=collect2`
davix-0.7.6/deps/libneon/aclocal.m4-5044-	  if test -f "$collect2name" &&
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5092-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
davix-0.7.6/deps/libneon/aclocal.m4:5093:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
davix-0.7.6/deps/libneon/aclocal.m4-5094-      else
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5158-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
davix-0.7.6/deps/libneon/aclocal.m4:5159:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/aclocal.m4-5160-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5195-	# FIXME: Setting linknames here is a bad hack.
davix-0.7.6/deps/libneon/aclocal.m4:5196:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
davix-0.7.6/deps/libneon/aclocal.m4-5197-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5333-      if test "$GCC" = yes; then
davix-0.7.6/deps/libneon/aclocal.m4:5334:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5335-	# Try to use the -exported_symbol ld option, if it does not
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5356-	if test "$lt_cv_irix_exported_symbol" = yes; then
davix-0.7.6/deps/libneon/aclocal.m4:5357:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5358-	fi
davix-0.7.6/deps/libneon/aclocal.m4-5359-      else
davix-0.7.6/deps/libneon/aclocal.m4:5360:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4:5361:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5362-      fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5396-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
davix-0.7.6/deps/libneon/aclocal.m4:5397:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/aclocal.m4-5398-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5429-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
davix-0.7.6/deps/libneon/aclocal.m4:5430:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5431-      else
davix-0.7.6/deps/libneon/aclocal.m4-5432-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
davix-0.7.6/deps/libneon/aclocal.m4:5433:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5434-      fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5442-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
davix-0.7.6/deps/libneon/aclocal.m4:5443:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-5444-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5446-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
davix-0.7.6/deps/libneon/aclocal.m4:5447:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4:5448:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
davix-0.7.6/deps/libneon/aclocal.m4:5449:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
davix-0.7.6/deps/libneon/aclocal.m4-5450-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5465-      else
davix-0.7.6/deps/libneon/aclocal.m4:5466:	case `$CC -V 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-5467-	*"Compilers 5.0"*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5658-	  _LT_TAGVAR(allow_undefined_flag, $1)=
davix-0.7.6/deps/libneon/aclocal.m4:5659:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
davix-0.7.6/deps/libneon/aclocal.m4-5660-	  then
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-5954-        # ancient GNU ld didn't support --whole-archive et. al.
davix-0.7.6/deps/libneon/aclocal.m4:5955:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
davix-0.7.6/deps/libneon/aclocal.m4-5956-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6037-          # below for broken collect2 doesn't work under 4.3+
davix-0.7.6/deps/libneon/aclocal.m4:6038:	  collect2name=`${CC} -print-prog-name=collect2`
davix-0.7.6/deps/libneon/aclocal.m4-6039-	  if test -f "$collect2name" &&
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6087-
davix-0.7.6/deps/libneon/aclocal.m4:6088:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
davix-0.7.6/deps/libneon/aclocal.m4-6089-        else
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6153-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
davix-0.7.6/deps/libneon/aclocal.m4:6154:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/aclocal.m4-6155-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6194-	    # is EXPORTS), use it as is; otherwise, prepend...
davix-0.7.6/deps/libneon/aclocal.m4:6195:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
davix-0.7.6/deps/libneon/aclocal.m4-6196-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6277-            # dependencies.
davix-0.7.6/deps/libneon/aclocal.m4:6278:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
davix-0.7.6/deps/libneon/aclocal.m4-6279-            ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6342-	    # dependencies.
davix-0.7.6/deps/libneon/aclocal.m4:6343:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
davix-0.7.6/deps/libneon/aclocal.m4-6344-	    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6378-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
davix-0.7.6/deps/libneon/aclocal.m4:6379:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4:6380:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6381-	;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6385-	    # SGI C++
davix-0.7.6/deps/libneon/aclocal.m4:6386:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6387-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6396-	      if test "$with_gnu_ld" = no; then
davix-0.7.6/deps/libneon/aclocal.m4:6397:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6398-	      else
davix-0.7.6/deps/libneon/aclocal.m4:6399:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6400-	      fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6417-	    # to its proper name (with version) after linking.
davix-0.7.6/deps/libneon/aclocal.m4:6418:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
davix-0.7.6/deps/libneon/aclocal.m4:6419:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6420-	    # Commands to make compiler produce verbose output that lists
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6427-	    # dependencies.
davix-0.7.6/deps/libneon/aclocal.m4:6428:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
davix-0.7.6/deps/libneon/aclocal.m4-6429-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6442-	    # earlier do not add the objects themselves.
davix-0.7.6/deps/libneon/aclocal.m4:6443:	    case `$CC -V 2>&1` in
davix-0.7.6/deps/libneon/aclocal.m4-6444-	      *"Version 7."*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6463-            # Portland Group C++ compiler
davix-0.7.6/deps/libneon/aclocal.m4:6464:	    case `$CC -V` in
davix-0.7.6/deps/libneon/aclocal.m4-6465-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6468-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
davix-0.7.6/deps/libneon/aclocal.m4:6469:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
davix-0.7.6/deps/libneon/aclocal.m4-6470-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6472-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
davix-0.7.6/deps/libneon/aclocal.m4:6473:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
davix-0.7.6/deps/libneon/aclocal.m4-6474-		$RANLIB $oldlib'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6477-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
davix-0.7.6/deps/libneon/aclocal.m4:6478:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6479-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6481-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
davix-0.7.6/deps/libneon/aclocal.m4:6482:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6483-	      ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6491-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
davix-0.7.6/deps/libneon/aclocal.m4:6492:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-6493-            ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6510-	    # dependencies.
davix-0.7.6/deps/libneon/aclocal.m4:6511:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
davix-0.7.6/deps/libneon/aclocal.m4-6512-	    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6525-	  *)
davix-0.7.6/deps/libneon/aclocal.m4:6526:	    case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/aclocal.m4-6527-	    *Sun\ C*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6532-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
davix-0.7.6/deps/libneon/aclocal.m4:6533:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
davix-0.7.6/deps/libneon/aclocal.m4-6534-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6602-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
davix-0.7.6/deps/libneon/aclocal.m4:6603:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
davix-0.7.6/deps/libneon/aclocal.m4-6604-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6621-	    # to its proper name (with version) after linking.
davix-0.7.6/deps/libneon/aclocal.m4:6622:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6623-
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6642-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
davix-0.7.6/deps/libneon/aclocal.m4:6643:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6644-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6647-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
davix-0.7.6/deps/libneon/aclocal.m4:6648:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4:6649:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
davix-0.7.6/deps/libneon/aclocal.m4-6650-	          echo "-hidden">> $lib.exp~
davix-0.7.6/deps/libneon/aclocal.m4:6651:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
davix-0.7.6/deps/libneon/aclocal.m4-6652-	          $RM $lib.exp'
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6666-	    # dependencies.
davix-0.7.6/deps/libneon/aclocal.m4:6667:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
davix-0.7.6/deps/libneon/aclocal.m4-6668-	    ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6673-	        osf3*)
davix-0.7.6/deps/libneon/aclocal.m4:6674:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6675-		  ;;
davix-0.7.6/deps/libneon/aclocal.m4-6676-	        *)
davix-0.7.6/deps/libneon/aclocal.m4:6677:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
davix-0.7.6/deps/libneon/aclocal.m4-6678-		  ;;
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-6926-  case ${2} in
davix-0.7.6/deps/libneon/aclocal.m4:6927:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
davix-0.7.6/deps/libneon/aclocal.m4:6928:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
davix-0.7.6/deps/libneon/aclocal.m4-6929-  esac
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-7014-
davix-0.7.6/deps/libneon/aclocal.m4:7015:  for p in `eval "$output_verbose_link_cmd"`; do
davix-0.7.6/deps/libneon/aclocal.m4-7016-    case ${prev}${p} in
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-7112-linux*)
davix-0.7.6/deps/libneon/aclocal.m4:7113:  case `$CC -V 2>&1 | sed 5q` in
davix-0.7.6/deps/libneon/aclocal.m4-7114-  *Sun\ C*)
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-7163-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
davix-0.7.6/deps/libneon/aclocal.m4:7164: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
davix-0.7.6/deps/libneon/aclocal.m4-7165-fi
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-7765-    test $lt_ac_count -gt 10 && break
davix-0.7.6/deps/libneon/aclocal.m4:7766:    lt_ac_count=`expr $lt_ac_count + 1`
davix-0.7.6/deps/libneon/aclocal.m4-7767-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-7836-# ------------------------------------------------------
davix-0.7.6/deps/libneon/aclocal.m4:7837:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
davix-0.7.6/deps/libneon/aclocal.m4-7838-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
davix-0.7.6/deps/libneon/aclocal.m4-8440-m4_define([lt_combine],
davix-0.7.6/deps/libneon/aclocal.m4:8441:[m4_if(m4_eval([$# > 3]), [1],
davix-0.7.6/deps/libneon/aclocal.m4-8442-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
davix-0.7.6/deps/libneon/config.guess-38-
davix-0.7.6/deps/libneon/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
davix-0.7.6/deps/libneon/config.guess-40-
##############################################
davix-0.7.6/deps/libneon/config.guess-108-: ${TMPDIR=/tmp} ;
davix-0.7.6/deps/libneon/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
davix-0.7.6/deps/libneon/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
davix-0.7.6/deps/libneon/config.guess-194-	    *)
davix-0.7.6/deps/libneon/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
davix-0.7.6/deps/libneon/config.guess-196-		;;
##############################################
davix-0.7.6/deps/libneon/config.guess-221-	*4.0)
davix-0.7.6/deps/libneon/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
davix-0.7.6/deps/libneon/config.guess-223-		;;
davix-0.7.6/deps/libneon/config.guess-224-	*5.*)
davix-0.7.6/deps/libneon/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
davix-0.7.6/deps/libneon/config.guess-226-		;;
##############################################
davix-0.7.6/deps/libneon/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
davix-0.7.6/deps/libneon/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
davix-0.7.6/deps/libneon/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
davix-0.7.6/deps/libneon/config.guess-269-	# 1.2 uses "1.2" for uname -r.
davix-0.7.6/deps/libneon/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
davix-0.7.6/deps/libneon/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
davix-0.7.6/deps/libneon/config.guess-329-    s390x:SunOS:*:*)
davix-0.7.6/deps/libneon/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-331-	exit ;;
davix-0.7.6/deps/libneon/config.guess-332-    sun4H:SunOS:5.*:*)
davix-0.7.6/deps/libneon/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-334-	exit ;;
davix-0.7.6/deps/libneon/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
davix-0.7.6/deps/libneon/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-337-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-354-	fi
davix-0.7.6/deps/libneon/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-356-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
davix-0.7.6/deps/libneon/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-362-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
davix-0.7.6/deps/libneon/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
davix-0.7.6/deps/libneon/config.guess-371-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-375-    sun*:*:4.2BSD:*)
davix-0.7.6/deps/libneon/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
davix-0.7.6/deps/libneon/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
davix-0.7.6/deps/libneon/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
davix-0.7.6/deps/libneon/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
davix-0.7.6/deps/libneon/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
davix-0.7.6/deps/libneon/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
davix-0.7.6/deps/libneon/config.guess-513-    *:IRIX*:*:*)
davix-0.7.6/deps/libneon/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
davix-0.7.6/deps/libneon/config.guess-515-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-543-EOF
davix-0.7.6/deps/libneon/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
davix-0.7.6/deps/libneon/config.guess-545-		then
##############################################
davix-0.7.6/deps/libneon/config.guess-556-    *:AIX:*:[4567])
davix-0.7.6/deps/libneon/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
davix-0.7.6/deps/libneon/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
davix-0.7.6/deps/libneon/config.guess-591-    9000/[34678]??:HP-UX:*:*)
davix-0.7.6/deps/libneon/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
davix-0.7.6/deps/libneon/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
davix-0.7.6/deps/libneon/config.guess-645-EOF
davix-0.7.6/deps/libneon/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
davix-0.7.6/deps/libneon/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
davix-0.7.6/deps/libneon/config.guess-673-    ia64:HP-UX:*:*)
davix-0.7.6/deps/libneon/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
davix-0.7.6/deps/libneon/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
davix-0.7.6/deps/libneon/config.guess-703-EOF
davix-0.7.6/deps/libneon/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
davix-0.7.6/deps/libneon/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
davix-0.7.6/deps/libneon/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
davix-0.7.6/deps/libneon/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
davix-0.7.6/deps/libneon/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
davix-0.7.6/deps/libneon/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
davix-0.7.6/deps/libneon/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
davix-0.7.6/deps/libneon/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
davix-0.7.6/deps/libneon/config.guess-795-	    amd64)
davix-0.7.6/deps/libneon/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
davix-0.7.6/deps/libneon/config.guess-797-	    *)
davix-0.7.6/deps/libneon/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
davix-0.7.6/deps/libneon/config.guess-799-	esac
##############################################
davix-0.7.6/deps/libneon/config.guess-850-    prep*:SunOS:5.*:*)
davix-0.7.6/deps/libneon/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
davix-0.7.6/deps/libneon/config.guess-852-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-854-	# the GNU system
davix-0.7.6/deps/libneon/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
davix-0.7.6/deps/libneon/config.guess-856-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-858-	# other systems with GNU libc and userland
davix-0.7.6/deps/libneon/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
davix-0.7.6/deps/libneon/config.guess-860-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-923-EOF
davix-0.7.6/deps/libneon/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
davix-0.7.6/deps/libneon/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
davix-0.7.6/deps/libneon/config.guess-951-EOF
davix-0.7.6/deps/libneon/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
davix-0.7.6/deps/libneon/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
davix-0.7.6/deps/libneon/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
davix-0.7.6/deps/libneon/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
davix-0.7.6/deps/libneon/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
davix-0.7.6/deps/libneon/config.guess-1306-    *:DragonFly:*:*)
davix-0.7.6/deps/libneon/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
davix-0.7.6/deps/libneon/config.guess-1308-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-1319-    i*86:skyos:*:*)
davix-0.7.6/deps/libneon/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
davix-0.7.6/deps/libneon/config.guess-1321-	exit ;;
##############################################
davix-0.7.6/deps/libneon/config.guess-1450-
davix-0.7.6/deps/libneon/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
davix-0.7.6/deps/libneon/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
davix-0.7.6/deps/googletest/googlemock/scripts/generator/cpp/keywords.py-41-
davix-0.7.6/deps/googletest/googlemock/scripts/generator/cpp/keywords.py:42:OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
davix-0.7.6/deps/googletest/googlemock/scripts/generator/cpp/keywords.py-43-OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split())
##############################################
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-207-bindir="@bindir@"
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:208:this_relative_bindir=`dirname $0`
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:209:this_bindir=`cd ${this_relative_bindir}; pwd -P`
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-210-if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
##############################################
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-212-  # assume that we are in a build tree.
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:213:  build_dir=`dirname ${this_bindir}`
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:214:  src_dir=`cd ${this_bindir}/@top_srcdir@; pwd -P`
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-215-
##############################################
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-259-# Add the necessary Google Test bits into the various flag variables
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:260:gmock_cppflags="${gmock_cppflags} `${gtest_config} --cppflags`"
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:261:gmock_cxxflags="${gmock_cxxflags} `${gtest_config} --cxxflags`"
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:262:gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`"
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in:263:gmock_libs="${gmock_libs} `${gtest_config} --libs`"
davix-0.7.6/deps/googletest/googlemock/scripts/gmock-config.in-264-
##############################################
davix-0.7.6/deps/googletest/googlemock/README.md-146-
davix-0.7.6/deps/googletest/googlemock/README.md:147:Suppose you put Google Mock in directory `${GMOCK_DIR}` and Google Test
davix-0.7.6/deps/googletest/googlemock/README.md:148:in `${GTEST_DIR}` (the latter is `${GMOCK_DIR}/gtest` by default).  To
davix-0.7.6/deps/googletest/googlemock/README.md-149-build Google Mock, create a library build target (or a project as
##############################################
davix-0.7.6/deps/googletest/googlemock/CMakeLists.txt-21-# Defines pre_project_set_up_hermetic_build() and set_up_hermetic_build().
davix-0.7.6/deps/googletest/googlemock/CMakeLists.txt:22:include("${gtest_dir}/cmake/hermetic_build.cmake" OPTIONAL)
davix-0.7.6/deps/googletest/googlemock/CMakeLists.txt-23-
##############################################
davix-0.7.6/deps/googletest/googlemock/configure.ac-126-AS_IF([test "x${HAVE_BUILT_GTEST}" = "xyes"],
davix-0.7.6/deps/googletest/googlemock/configure.ac:127:      [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags`
davix-0.7.6/deps/googletest/googlemock/configure.ac:128:      GTEST_CXXFLAGS=`${GTEST_CONFIG} --cxxflags`
davix-0.7.6/deps/googletest/googlemock/configure.ac:129:      GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
davix-0.7.6/deps/googletest/googlemock/configure.ac:130:      GTEST_LIBS=`${GTEST_CONFIG} --libs`
davix-0.7.6/deps/googletest/googlemock/configure.ac:131:      GTEST_VERSION=`${GTEST_CONFIG} --version`],
davix-0.7.6/deps/googletest/googlemock/configure.ac-132-      [AC_CONFIG_SUBDIRS([gtest])
##############################################
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in-205-bindir="@bindir@"
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in:206:this_relative_bindir=`dirname $0`
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in:207:this_bindir=`cd ${this_relative_bindir}; pwd -P`
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in-208-if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
##############################################
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in-210-  # assume that we are in a build tree.
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in:211:  build_dir=`dirname ${this_bindir}`
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in:212:  src_dir=`cd ${this_bindir}; cd @top_srcdir@; pwd -P`
davix-0.7.6/deps/googletest/googletest/scripts/gtest-config.in-213-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-48-
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:49:The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `$$` starts a meta comment that ends with the line):
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-50-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-121-
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:122:| `$var id = exp` | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-123-|:----------------|:-----------------------------------------------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:124:| `$range id exp..exp` | Sets the range of an iteration variable, which can be reused in multiple loops later.          |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:125:| `$for id sep [[ code ]]` | Iteration. The range of `id` must have been defined earlier. `$id` is valid in `code`.         |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:126:| `$($)`          | Generates a single `$` character.                                                              |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:127:| `$id`           | Value of the named constant or iteration variable.                                             |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:128:| `$(exp)`        | Value of the expression.                                                                       |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:129:| `$if exp [[ code ]] else_branch` | Conditional.                                                                                   |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-130-| `[[ code ]]`    | Meta lexical block.                                                                            |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-131-| `cpp_code`      | Raw C++ code.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:132:| `$$ comment`    | Meta comment.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-133-
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-134-**Note:** To give the user some freedom in formatting the Pump source
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:135:code, Pump ignores a new-line character if it's right after `$for foo`
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-136-or next to `[[` or `]]`. Without this rule you'll often be forced to write
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-175-
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md:176:  * If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
davix-0.7.6/deps/googletest/googletest/docs/V1_7_PumpManual.md-177-  * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md-1887-
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md:1888:| `$ foo_test --gtest_repeat=1000` | Repeat foo\_test 1000 times and don't stop at failures. |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md-1889-|:---------------------------------|:--------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md:1890:| `$ foo_test --gtest_repeat=-1`   | A negative count means repeating forever.               |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md:1891:| `$ foo_test --gtest_repeat=1000 --gtest_break_on_failure` | Repeat foo\_test 1000 times, stopping at the first failure. This is especially useful when running under a debugger: when the testfails, it will drop into the debugger and you can then inspect variables and stacks. |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md:1892:| `$ foo_test --gtest_repeat=1000 --gtest_filter=FooBar` | Repeat the tests whose name matches the filter 1000 times. |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_AdvancedGuide.md-1893-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_6_FAQ.md-149-`Intermediate Directory` setting, change the value from
davix-0.7.6/deps/googletest/googletest/docs/V1_6_FAQ.md:150:`$(PlatformName)\$(ConfigurationName)` to
davix-0.7.6/deps/googletest/googletest/docs/V1_6_FAQ.md:151:`$(OutDir)\$(ProjectName)`. Click `OK` and then build the
davix-0.7.6/deps/googletest/googletest/docs/V1_6_FAQ.md-152-solution. When the build is complete, the 64-bit binaries will be in
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-48-
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:49:The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `$$` starts a meta comment that ends with the line):
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-50-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-121-
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:122:| `$var id = exp` | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-123-|:----------------|:-----------------------------------------------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:124:| `$range id exp..exp` | Sets the range of an iteration variable, which can be reused in multiple loops later.          |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:125:| `$for id sep [[ code ]]` | Iteration. The range of `id` must have been defined earlier. `$id` is valid in `code`.         |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:126:| `$($)`          | Generates a single `$` character.                                                              |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:127:| `$id`           | Value of the named constant or iteration variable.                                             |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:128:| `$(exp)`        | Value of the expression.                                                                       |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:129:| `$if exp [[ code ]] else_branch` | Conditional.                                                                                   |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-130-| `[[ code ]]`    | Meta lexical block.                                                                            |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-131-| `cpp_code`      | Raw C++ code.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:132:| `$$ comment`    | Meta comment.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-133-
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-134-**Note:** To give the user some freedom in formatting the Pump source
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:135:code, Pump ignores a new-line character if it's right after `$for foo`
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-136-or next to `[[` or `]]`. Without this rule you'll often be forced to write
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-175-
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md:176:  * If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
davix-0.7.6/deps/googletest/googletest/docs/V1_6_PumpManual.md-177-  * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.
##############################################
davix-0.7.6/deps/googletest/googletest/docs/FAQ.md-149-`Intermediate Directory` setting, change the value from
davix-0.7.6/deps/googletest/googletest/docs/FAQ.md:150:`$(PlatformName)\$(ConfigurationName)` to
davix-0.7.6/deps/googletest/googletest/docs/FAQ.md:151:`$(OutDir)\$(ProjectName)`. Click `OK` and then build the
davix-0.7.6/deps/googletest/googletest/docs/FAQ.md-152-solution. When the build is complete, the 64-bit binaries will be in
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-48-
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:49:The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `$$` starts a meta comment that ends with the line):
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-50-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-121-
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:122:| `$var id = exp` | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-123-|:----------------|:-----------------------------------------------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-124-| $range id exp..exp | Sets the range of an iteration variable, which can be reused in multiple loops later.          |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:125:| $for id sep [[code ](.md)] | Iteration. The range of `id` must have been defined earlier. `$id` is valid in `code`.         |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:126:| `$($)`          | Generates a single `$` character.                                                              |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:127:| `$id`           | Value of the named constant or iteration variable.                                             |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:128:| `$(exp)`        | Value of the expression.                                                                       |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:129:| `$if exp [[ code ]] else_branch` | Conditional.                                                                                   |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-130-| `[[ code ]]`    | Meta lexical block.                                                                            |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-131-| `cpp_code`      | Raw C++ code.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:132:| `$$ comment`    | Meta comment.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-133-
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-134-**Note:** To give the user some freedom in formatting the Pump source
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:135:code, Pump ignores a new-line character if it's right after `$for foo`
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-136-or next to `[[` or `]]`. Without this rule you'll often be forced to write
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-175-
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md:176:  * If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
davix-0.7.6/deps/googletest/googletest/docs/V1_5_PumpManual.md-177-  * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_7_FAQ.md-149-`Intermediate Directory` setting, change the value from
davix-0.7.6/deps/googletest/googletest/docs/V1_7_FAQ.md:150:`$(PlatformName)\$(ConfigurationName)` to
davix-0.7.6/deps/googletest/googletest/docs/V1_7_FAQ.md:151:`$(OutDir)\$(ProjectName)`. Click `OK` and then build the
davix-0.7.6/deps/googletest/googletest/docs/V1_7_FAQ.md-152-solution. When the build is complete, the 64-bit binaries will be in
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_5_FAQ.md-55-`Intermediate Directory` setting, change the value from
davix-0.7.6/deps/googletest/googletest/docs/V1_5_FAQ.md:56:`$(PlatformName)\$(ConfigurationName)` to
davix-0.7.6/deps/googletest/googletest/docs/V1_5_FAQ.md:57:`$(OutDir)\$(ProjectName)`. Click `OK` and then build the
davix-0.7.6/deps/googletest/googletest/docs/V1_5_FAQ.md-58-solution. When the build is complete, the 64-bit binaries will be in
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md-1805-
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md:1806:| `$ foo_test --gtest_repeat=1000` | Repeat foo\_test 1000 times and don't stop at failures. |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md-1807-|:---------------------------------|:--------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md:1808:| `$ foo_test --gtest_repeat=-1`   | A negative count means repeating forever.               |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md:1809:| `$ foo_test --gtest_repeat=1000 --gtest_break_on_failure` | Repeat foo\_test 1000 times, stopping at the first failure. This is especially useful when running under a debugger: when the testfails, it will drop into the debugger and you can then inspect variables and stacks. |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md:1810:| `$ foo_test --gtest_repeat=1000 --gtest_filter=FooBar` | Repeat the tests whose name matches the filter 1000 times. |
davix-0.7.6/deps/googletest/googletest/docs/V1_5_AdvancedGuide.md-1811-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md-1888-
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md:1889:| `$ foo_test --gtest_repeat=1000` | Repeat foo\_test 1000 times and don't stop at failures. |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md-1890-|:---------------------------------|:--------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md:1891:| `$ foo_test --gtest_repeat=-1`   | A negative count means repeating forever.               |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md:1892:| `$ foo_test --gtest_repeat=1000 --gtest_break_on_failure` | Repeat foo\_test 1000 times, stopping at the first failure. This is especially useful when running under a debugger: when the testfails, it will drop into the debugger and you can then inspect variables and stacks. |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md:1893:| `$ foo_test --gtest_repeat=1000 --gtest_filter=FooBar` | Repeat the tests whose name matches the filter 1000 times. |
davix-0.7.6/deps/googletest/googletest/docs/V1_7_AdvancedGuide.md-1894-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md-1890-
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md:1891:| `$ foo_test --gtest_repeat=1000` | Repeat foo\_test 1000 times and don't stop at failures. |
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md-1892-|:---------------------------------|:--------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md:1893:| `$ foo_test --gtest_repeat=-1`   | A negative count means repeating forever.               |
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md:1894:| `$ foo_test --gtest_repeat=1000 --gtest_break_on_failure` | Repeat foo\_test 1000 times, stopping at the first failure. This is especially useful when running under a debugger: when the testfails, it will drop into the debugger and you can then inspect variables and stacks. |
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md:1895:| `$ foo_test --gtest_repeat=1000 --gtest_filter=FooBar` | Repeat the tests whose name matches the filter 1000 times. |
davix-0.7.6/deps/googletest/googletest/docs/AdvancedGuide.md-1896-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-48-
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:49:The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `$$` starts a meta comment that ends with the line):
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-50-
##############################################
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-121-
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:122:| `$var id = exp` | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-123-|:----------------|:-----------------------------------------------------------------------------------------------|
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:124:| `$range id exp..exp` | Sets the range of an iteration variable, which can be reused in multiple loops later.          |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:125:| `$for id sep [[ code ]]` | Iteration. The range of `id` must have been defined earlier. `$id` is valid in `code`.         |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:126:| `$($)`          | Generates a single `$` character.                                                              |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:127:| `$id`           | Value of the named constant or iteration variable.                                             |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:128:| `$(exp)`        | Value of the expression.                                                                       |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:129:| `$if exp [[ code ]] else_branch` | Conditional.                                                                                   |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-130-| `[[ code ]]`    | Meta lexical block.                                                                            |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-131-| `cpp_code`      | Raw C++ code.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:132:| `$$ comment`    | Meta comment.                                                                                  |
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-133-
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-134-**Note:** To give the user some freedom in formatting the Pump source
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:135:code, Pump ignores a new-line character if it's right after `$for foo`
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-136-or next to `[[` or `]]`. Without this rule you'll often be forced to write
##############################################
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-175-
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md:176:  * If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
davix-0.7.6/deps/googletest/googletest/docs/PumpManual.md-177-  * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.
##############################################
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-3103-  } else {
davix-0.7.6/deps/googletest/googletest/src/gtest.cc:3104:    printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param());
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-3105-  }
##############################################
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-4881-            // the output easy to parse by a program.
davix-0.7.6/deps/googletest/googletest/src/gtest.cc:4882:            PrintOnOneLine(test_case->type_param(), kMaxParamLength);
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-4883-          }
##############################################
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-4890-          // output easy to parse by a program.
davix-0.7.6/deps/googletest/googletest/src/gtest.cc:4891:          PrintOnOneLine(test_info->value_param(), kMaxParamLength);
davix-0.7.6/deps/googletest/googletest/src/gtest.cc-4892-        }
##############################################
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc-806-
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc:807:  EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc-808-}
##############################################
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc-980-
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc:981:  EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
davix-0.7.6/deps/googletest/googletest/test/gtest-param-test_test.cc-982-}
##############################################
davix-0.7.6/deps/googletest/googletest/README.md-12-
davix-0.7.6/deps/googletest/googletest/README.md:13:Suppose you put Google Test in directory `${GTEST_DIR}`.  To build it,
davix-0.7.6/deps/googletest/googletest/README.md-14-create a library build target (or a project as called by Visual Studio
##############################################
davix-0.7.6/deps/googletest/googletest/README.md-18-
davix-0.7.6/deps/googletest/googletest/README.md:19:with `${GTEST_DIR}/include` in the system header search path and `${GTEST_DIR}`
davix-0.7.6/deps/googletest/googletest/README.md-20-in the normal header search path.  Assuming a Linux-like system and gcc,
##############################################
davix-0.7.6/deps/googletest/googletest/README.md-29-Next, you should compile your test source file with
davix-0.7.6/deps/googletest/googletest/README.md:30:`${GTEST_DIR}/include` in the system header search path, and link it
davix-0.7.6/deps/googletest/googletest/README.md-31-with gtest and any other necessary libraries:
##############################################
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4-58-   AS_IF([test "x${HAVE_GTEST}" = "xyes"],
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4:59:     [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags`
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4:60:      GTEST_CXXFLAGS=`${GTEST_CONFIG} --cxxflags`
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4:61:      GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4:62:      GTEST_LIBS=`${GTEST_CONFIG} --libs`
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4:63:      GTEST_VERSION=`${GTEST_CONFIG} --version`
davix-0.7.6/deps/googletest/googletest/m4/gtest.m4-64-      AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])],
##############################################
davix-0.7.6/CMakeLists.txt-41-#-------------------------------------------------------------------------------
davix-0.7.6/CMakeLists.txt:42:include(${CMAKE_CURRENT_SOURCE_DIR}/release.cmake REQUIRED)
davix-0.7.6/CMakeLists.txt:43:include(${CMAKE_CURRENT_SOURCE_DIR}/version.cmake OPTIONAL)
davix-0.7.6/CMakeLists.txt-44-message("Configuring cmake for davix version: ${VERSION_FULL}")