===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yp-tools-3.3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
yp-tools-3.3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
yp-tools-3.3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
yp-tools-3.3/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yp-tools-3.3/m4/lib-ld.m4-58-  *)
yp-tools-3.3/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yp-tools-3.3/m4/lib-ld.m4-60-  esac
##############################################
yp-tools-3.3/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
yp-tools-3.3/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
yp-tools-3.3/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
yp-tools-3.3/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
yp-tools-3.3/m4/lib-ld.m4-69-      done
##############################################
yp-tools-3.3/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
yp-tools-3.3/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
yp-tools-3.3/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
yp-tools-3.3/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yp-tools-3.3/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yp-tools-3.3/m4/lib-link.m4-322-                -L*)
yp-tools-3.3/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yp-tools-3.3/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
yp-tools-3.3/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
yp-tools-3.3/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yp-tools-3.3/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
yp-tools-3.3/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yp-tools-3.3/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yp-tools-3.3/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
yp-tools-3.3/m4/lib-link.m4-529-                  -L*)
yp-tools-3.3/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yp-tools-3.3/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
yp-tools-3.3/m4/lib-link.m4-581-                  -R*)
yp-tools-3.3/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yp-tools-3.3/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
yp-tools-3.3/m4/lib-link.m4-611-                    dnl Handle this in the next round.
yp-tools-3.3/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yp-tools-3.3/m4/lib-link.m4-613-                    ;;
##############################################
yp-tools-3.3/m4/lib-link.m4-617-                    dnl option.
yp-tools-3.3/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yp-tools-3.3/m4/lib-link.m4-619-                    ;;
##############################################
yp-tools-3.3/m4/lib-link.m4-730-            -L) next=yes ;;
yp-tools-3.3/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
yp-tools-3.3/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
yp-tools-3.3/m4/ltsugar.m4-67-m4_define([lt_combine],
yp-tools-3.3/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
yp-tools-3.3/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
yp-tools-3.3/m4/lib-prefix.m4-201-    *)
yp-tools-3.3/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
yp-tools-3.3/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
yp-tools-3.3/m4/lib-prefix.m4-211-                ;;
yp-tools-3.3/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
yp-tools-3.3/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
yp-tools-3.3/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
yp-tools-3.3/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
yp-tools-3.3/m4/gettext.m4-269-      fi
##############################################
yp-tools-3.3/m4/libtool.m4-125-done
yp-tools-3.3/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
yp-tools-3.3/m4/libtool.m4-127-])
##############################################
yp-tools-3.3/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
yp-tools-3.3/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
yp-tools-3.3/m4/libtool.m4-429-
##############################################
yp-tools-3.3/m4/libtool.m4-437-#
yp-tools-3.3/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
yp-tools-3.3/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
yp-tools-3.3/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yp-tools-3.3/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
yp-tools-3.3/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
yp-tools-3.3/m4/libtool.m4-551-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
yp-tools-3.3/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yp-tools-3.3/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
yp-tools-3.3/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
yp-tools-3.3/m4/libtool.m4-564-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-720-
yp-tools-3.3/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
yp-tools-3.3/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
yp-tools-3.3/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
yp-tools-3.3/m4/libtool.m4:1091:    _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\"`'
yp-tools-3.3/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
yp-tools-3.3/m4/libtool.m4-1143-      }]'
yp-tools-3.3/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
yp-tools-3.3/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
yp-tools-3.3/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/m4/libtool.m4-1148-  fi],[])
##############################################
yp-tools-3.3/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
yp-tools-3.3/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
yp-tools-3.3/m4/libtool.m4-1181-  ECHO='print -r --'
yp-tools-3.3/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
yp-tools-3.3/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
yp-tools-3.3/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
yp-tools-3.3/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
yp-tools-3.3/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
yp-tools-3.3/m4/libtool.m4-1217-
##############################################
yp-tools-3.3/m4/libtool.m4-1237-   if test "$GCC" = yes; then
yp-tools-3.3/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
yp-tools-3.3/m4/libtool.m4-1239-   fi
##############################################
yp-tools-3.3/m4/libtool.m4-1241- /*)
yp-tools-3.3/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
yp-tools-3.3/m4/libtool.m4-1243-   ;; #(
##############################################
yp-tools-3.3/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
yp-tools-3.3/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/m4/libtool.m4-1272-      *ELF-32*)
##############################################
yp-tools-3.3/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
yp-tools-3.3/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/m4/libtool.m4-1288-	*32-bit*)
##############################################
yp-tools-3.3/m4/libtool.m4-1298-    else
yp-tools-3.3/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/m4/libtool.m4-1300-	*32-bit*)
##############################################
yp-tools-3.3/m4/libtool.m4-1656-    # And add a safety zone
yp-tools-3.3/m4/libtool.m4:1657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yp-tools-3.3/m4/libtool.m4:1658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yp-tools-3.3/m4/libtool.m4-1659-    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-1689-    if test -n "$kargmax"; then
yp-tools-3.3/m4/libtool.m4:1690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
yp-tools-3.3/m4/libtool.m4-1691-    else
##############################################
yp-tools-3.3/m4/libtool.m4-1697-    if test -n "$lt_cv_sys_max_cmd_len"; then
yp-tools-3.3/m4/libtool.m4:1698:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yp-tools-3.3/m4/libtool.m4:1699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yp-tools-3.3/m4/libtool.m4-1700-    else
##############################################
yp-tools-3.3/m4/libtool.m4-1709-      # we can't tell.
yp-tools-3.3/m4/libtool.m4:1710:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
yp-tools-3.3/m4/libtool.m4-1711-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
yp-tools-3.3/m4/libtool.m4-1713-      do
yp-tools-3.3/m4/libtool.m4:1714:        i=`expr $i + 1`
yp-tools-3.3/m4/libtool.m4-1715-        teststring=$teststring$teststring
##############################################
yp-tools-3.3/m4/libtool.m4-1717-      # Only check the string length outside the loop.
yp-tools-3.3/m4/libtool.m4:1718:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
yp-tools-3.3/m4/libtool.m4-1719-      teststring=
##############################################
yp-tools-3.3/m4/libtool.m4-1722-      # linker.  It appears as though 1/2 is a usable value.
yp-tools-3.3/m4/libtool.m4:1723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
yp-tools-3.3/m4/libtool.m4-1724-    fi
##############################################
yp-tools-3.3/m4/libtool.m4-2047-  if test "$hard_links" = no; then
yp-tools-3.3/m4/libtool.m4:2048:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
yp-tools-3.3/m4/libtool.m4-2049-    need_locks=warn
##############################################
yp-tools-3.3/m4/libtool.m4-2178-  esac
yp-tools-3.3/m4/libtool.m4:2179:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
yp-tools-3.3/m4/libtool.m4-2180-  case $lt_search_path_spec in
##############################################
yp-tools-3.3/m4/libtool.m4-2185-    # okay in the real world where ";" in dirpaths is itself problematic.
yp-tools-3.3/m4/libtool.m4:2186:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
yp-tools-3.3/m4/libtool.m4-2187-    ;;
yp-tools-3.3/m4/libtool.m4-2188-  *)
yp-tools-3.3/m4/libtool.m4:2189:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/m4/libtool.m4-2190-    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2194-  lt_tmp_lt_search_path_spec=
yp-tools-3.3/m4/libtool.m4:2195:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
yp-tools-3.3/m4/libtool.m4-2196-  for lt_sys_path in $lt_search_path_spec; do
##############################################
yp-tools-3.3/m4/libtool.m4-2229-  esac
yp-tools-3.3/m4/libtool.m4:2230:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
yp-tools-3.3/m4/libtool.m4-2231-else
##############################################
yp-tools-3.3/m4/libtool.m4-2317-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
yp-tools-3.3/m4/libtool.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'
yp-tools-3.3/m4/libtool.m4-2319-    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2353-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yp-tools-3.3/m4/libtool.m4:2354:    postinstall_cmds='base_file=`basename \${file}`~
yp-tools-3.3/m4/libtool.m4:2355:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
yp-tools-3.3/m4/libtool.m4:2356:      dldir=$destdir/`dirname \$dlpath`~
yp-tools-3.3/m4/libtool.m4-2357-      test -d \$dldir || mkdir -p \$dldir~
##############################################
yp-tools-3.3/m4/libtool.m4-2362-      fi'
yp-tools-3.3/m4/libtool.m4:2363:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yp-tools-3.3/m4/libtool.m4-2364-      dlpath=$dir/\$dldll~
##############################################
yp-tools-3.3/m4/libtool.m4-2370-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
yp-tools-3.3/m4/libtool.m4:2371:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/m4/libtool.m4-2372-m4_if([$1], [],[
##############################################
yp-tools-3.3/m4/libtool.m4-2376-      # MinGW DLLs use traditional 'lib' prefix
yp-tools-3.3/m4/libtool.m4:2377:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/m4/libtool.m4-2378-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
yp-tools-3.3/m4/libtool.m4:2381:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/m4/libtool.m4-2382-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2389-    libname_spec='$name'
yp-tools-3.3/m4/libtool.m4:2390:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/m4/libtool.m4-2391-    library_names_spec='${libname}.dll.lib'
##############################################
yp-tools-3.3/m4/libtool.m4-2401-        # Let DOS variable expansion print the short 8.3 style file name.
yp-tools-3.3/m4/libtool.m4:2402:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
yp-tools-3.3/m4/libtool.m4-2403-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
yp-tools-3.3/m4/libtool.m4-2406-      # Convert to MSYS style.
yp-tools-3.3/m4/libtool.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|^ ||'`
yp-tools-3.3/m4/libtool.m4-2408-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2412-      # like /cygdrive/c/PROGRA~1:/cygdr...
yp-tools-3.3/m4/libtool.m4:2413:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
yp-tools-3.3/m4/libtool.m4:2414:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
yp-tools-3.3/m4/libtool.m4:2415:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/m4/libtool.m4-2416-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-2420-        # It is most probably a Windows format PATH.
yp-tools-3.3/m4/libtool.m4:2421:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
yp-tools-3.3/m4/libtool.m4-2422-      else
yp-tools-3.3/m4/libtool.m4:2423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/m4/libtool.m4-2424-      fi
##############################################
yp-tools-3.3/m4/libtool.m4-2430-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yp-tools-3.3/m4/libtool.m4:2431:    postinstall_cmds='base_file=`basename \${file}`~
yp-tools-3.3/m4/libtool.m4:2432:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
yp-tools-3.3/m4/libtool.m4:2433:      dldir=$destdir/`dirname \$dlpath`~
yp-tools-3.3/m4/libtool.m4-2434-      test -d \$dldir || mkdir -p \$dldir~
yp-tools-3.3/m4/libtool.m4-2435-      $install_prog $dir/$dlname \$dldir/$dlname'
yp-tools-3.3/m4/libtool.m4:2436:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yp-tools-3.3/m4/libtool.m4-2437-      dlpath=$dir/\$dldll~
##############################################
yp-tools-3.3/m4/libtool.m4-2444-    # Assume MSVC wrapper
yp-tools-3.3/m4/libtool.m4:2445:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
yp-tools-3.3/m4/libtool.m4-2446-    dynamic_linker='Win32 ld.exe'
##############################################
yp-tools-3.3/m4/libtool.m4-2461-  shlibpath_var=DYLD_LIBRARY_PATH
yp-tools-3.3/m4/libtool.m4:2462:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
yp-tools-3.3/m4/libtool.m4-2463-m4_if([$1], [],[
##############################################
yp-tools-3.3/m4/libtool.m4-2679-  if test -f /etc/ld.so.conf; then
yp-tools-3.3/m4/libtool.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' ' '`
yp-tools-3.3/m4/libtool.m4-2681-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
yp-tools-3.3/m4/libtool.m4-2741-  shlibpath_var=LD_LIBRARY_PATH
yp-tools-3.3/m4/libtool.m4:2742:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/m4/libtool.m4-2743-    case $host_os in
##############################################
yp-tools-3.3/m4/libtool.m4-2958-	"file_magic "*)
yp-tools-3.3/m4/libtool.m4:2959:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yp-tools-3.3/m4/libtool.m4-2960-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
yp-tools-3.3/m4/libtool.m4-3041-    # gcc leaves a trailing carriage return which upsets mingw
yp-tools-3.3/m4/libtool.m4:3042:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yp-tools-3.3/m4/libtool.m4-3043-  *)
yp-tools-3.3/m4/libtool.m4:3044:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yp-tools-3.3/m4/libtool.m4-3045-  esac
##############################################
yp-tools-3.3/m4/libtool.m4-3050-      # Canonicalize the pathname of ld
yp-tools-3.3/m4/libtool.m4:3051:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
yp-tools-3.3/m4/libtool.m4-3052-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
yp-tools-3.3/m4/libtool.m4:3053:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
yp-tools-3.3/m4/libtool.m4-3054-      done
##############################################
yp-tools-3.3/m4/libtool.m4-3081-      # Break only if it was the GNU/non-GNU ld that we prefer.
yp-tools-3.3/m4/libtool.m4:3082:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
yp-tools-3.3/m4/libtool.m4-3083-      *GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/m4/libtool.m4-3121-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
yp-tools-3.3/m4/libtool.m4:3122:case `$LD -v 2>&1 </dev/null` in
yp-tools-3.3/m4/libtool.m4-3123-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/m4/libtool.m4-3316-openbsd*)
yp-tools-3.3/m4/libtool.m4:3317:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/m4/libtool.m4-3318-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
yp-tools-3.3/m4/libtool.m4-3380-    else
yp-tools-3.3/m4/libtool.m4:3381:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
yp-tools-3.3/m4/libtool.m4-3382-    fi
##############################################
yp-tools-3.3/m4/libtool.m4-3426-	# Tru64's nm complains that /dev/null is an invalid object file
yp-tools-3.3/m4/libtool.m4:3427:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/m4/libtool.m4-3428-	*/dev/null* | *'Invalid file or object type'*)
##############################################
yp-tools-3.3/m4/libtool.m4-3432-	*)
yp-tools-3.3/m4/libtool.m4:3433:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/m4/libtool.m4-3434-	  */dev/null*)
##############################################
yp-tools-3.3/m4/libtool.m4-3458-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
yp-tools-3.3/m4/libtool.m4:3459:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/m4/libtool.m4-3460-    *COFF*)
##############################################
yp-tools-3.3/m4/libtool.m4-3517-  # decide which to use based on capabilities of $DLLTOOL
yp-tools-3.3/m4/libtool.m4:3518:  case `$DLLTOOL --help 2>&1` in
yp-tools-3.3/m4/libtool.m4-3519-  *--identify-strict*)
##############################################
yp-tools-3.3/m4/libtool.m4-3676-# If we're using GNU nm, then use its standard symbol codes.
yp-tools-3.3/m4/libtool.m4:3677:case `$NM -V 2>&1` in
yp-tools-3.3/m4/libtool.m4-3678-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/m4/libtool.m4-3694-mingw*)
yp-tools-3.3/m4/libtool.m4:3695:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
yp-tools-3.3/m4/libtool.m4-3696-  ;;
##############################################
yp-tools-3.3/m4/libtool.m4-3747-    nlist=conftest.nm
yp-tools-3.3/m4/libtool.m4:3748:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
yp-tools-3.3/m4/libtool.m4-3749-      # Try sorting and uniquifying the output.
##############################################
yp-tools-3.3/m4/libtool.m4-4085-	  *)
yp-tools-3.3/m4/libtool.m4:4086:	    case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/m4/libtool.m4-4087-	    *Sun\ C*)
##############################################
yp-tools-3.3/m4/libtool.m4-4390-      *)
yp-tools-3.3/m4/libtool.m4:4391:	case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/m4/libtool.m4-4392-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
yp-tools-3.3/m4/libtool.m4-4662-	# shared libraries, regardless of the interface used.
yp-tools-3.3/m4/libtool.m4:4663:	case `$LD -v 2>&1` in
yp-tools-3.3/m4/libtool.m4-4664-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
yp-tools-3.3/m4/libtool.m4-4694-    supports_anon_versioning=no
yp-tools-3.3/m4/libtool.m4:4695:    case `$LD -v 2>&1` in
yp-tools-3.3/m4/libtool.m4-4696-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
yp-tools-3.3/m4/libtool.m4-4763-	# is EXPORTS), use it as is; otherwise, prepend...
yp-tools-3.3/m4/libtool.m4:4764:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/m4/libtool.m4-4765-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
yp-tools-3.3/m4/libtool.m4-4791-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yp-tools-3.3/m4/libtool.m4:4792:      _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'
yp-tools-3.3/m4/libtool.m4:4793:      _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'
yp-tools-3.3/m4/libtool.m4-4794-      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-4809-        pgcc*)				# Portland Group C compiler
yp-tools-3.3/m4/libtool.m4:4810:	  _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'
yp-tools-3.3/m4/libtool.m4-4811-	  tmp_addflag=' $pic_flag'
##############################################
yp-tools-3.3/m4/libtool.m4-4814-					# Portland Group f77 and f90 compilers
yp-tools-3.3/m4/libtool.m4:4815:	  _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'
yp-tools-3.3/m4/libtool.m4-4816-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
yp-tools-3.3/m4/libtool.m4-4829-	nvcc*)	# Cuda Compiler Driver 2.2
yp-tools-3.3/m4/libtool.m4:4830:	  _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'
yp-tools-3.3/m4/libtool.m4-4831-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yp-tools-3.3/m4/libtool.m4-4833-	esac
yp-tools-3.3/m4/libtool.m4:4834:	case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/m4/libtool.m4-4835-	*Sun\ C*)			# Sun C 5.9
yp-tools-3.3/m4/libtool.m4:4836:	  _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'
yp-tools-3.3/m4/libtool.m4-4837-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yp-tools-3.3/m4/libtool.m4-4901-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yp-tools-3.3/m4/libtool.m4:4902:      case `$LD -v 2>&1` in
yp-tools-3.3/m4/libtool.m4-4903-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
yp-tools-3.3/m4/libtool.m4-5024-	# below for broken collect2 doesn't work under 4.3+
yp-tools-3.3/m4/libtool.m4:5025:	  collect2name=`${CC} -print-prog-name=collect2`
yp-tools-3.3/m4/libtool.m4-5026-	  if test -f "$collect2name" &&
##############################################
yp-tools-3.3/m4/libtool.m4-5073-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
yp-tools-3.3/m4/libtool.m4:5074:        _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"
yp-tools-3.3/m4/libtool.m4-5075-      else
##############################################
yp-tools-3.3/m4/libtool.m4-5139-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
yp-tools-3.3/m4/libtool.m4:5140:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/m4/libtool.m4-5141-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
yp-tools-3.3/m4/libtool.m4-5176-	# FIXME: Setting linknames here is a bad hack.
yp-tools-3.3/m4/libtool.m4:5177:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
yp-tools-3.3/m4/libtool.m4-5178-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
yp-tools-3.3/m4/libtool.m4-5314-      if test "$GCC" = yes; then
yp-tools-3.3/m4/libtool.m4:5315:	_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'
yp-tools-3.3/m4/libtool.m4-5316-	# Try to use the -exported_symbol ld option, if it does not
##############################################
yp-tools-3.3/m4/libtool.m4-5337-	if test "$lt_cv_irix_exported_symbol" = yes; then
yp-tools-3.3/m4/libtool.m4:5338:          _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'
yp-tools-3.3/m4/libtool.m4-5339-	fi
yp-tools-3.3/m4/libtool.m4-5340-      else
yp-tools-3.3/m4/libtool.m4:5341:	_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'
yp-tools-3.3/m4/libtool.m4:5342:	_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'
yp-tools-3.3/m4/libtool.m4-5343-      fi
##############################################
yp-tools-3.3/m4/libtool.m4-5377-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
yp-tools-3.3/m4/libtool.m4:5378:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/m4/libtool.m4-5379-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
yp-tools-3.3/m4/libtool.m4-5410-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
yp-tools-3.3/m4/libtool.m4:5411:	_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'
yp-tools-3.3/m4/libtool.m4-5412-      else
yp-tools-3.3/m4/libtool.m4-5413-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yp-tools-3.3/m4/libtool.m4:5414:	_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'
yp-tools-3.3/m4/libtool.m4-5415-      fi
##############################################
yp-tools-3.3/m4/libtool.m4-5423-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
yp-tools-3.3/m4/libtool.m4:5424:	_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'
yp-tools-3.3/m4/libtool.m4-5425-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
yp-tools-3.3/m4/libtool.m4-5427-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yp-tools-3.3/m4/libtool.m4:5428:	_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'
yp-tools-3.3/m4/libtool.m4:5429:	_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~
yp-tools-3.3/m4/libtool.m4:5430:	$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'
yp-tools-3.3/m4/libtool.m4-5431-
##############################################
yp-tools-3.3/m4/libtool.m4-5446-      else
yp-tools-3.3/m4/libtool.m4:5447:	case `$CC -V 2>&1` in
yp-tools-3.3/m4/libtool.m4-5448-	*"Compilers 5.0"*)
##############################################
yp-tools-3.3/m4/libtool.m4-5639-	  _LT_TAGVAR(allow_undefined_flag, $1)=
yp-tools-3.3/m4/libtool.m4:5640:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
yp-tools-3.3/m4/libtool.m4-5641-	  then
##############################################
yp-tools-3.3/m4/libtool.m4-5939-        # ancient GNU ld didn't support --whole-archive et. al.
yp-tools-3.3/m4/libtool.m4:5940:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
yp-tools-3.3/m4/libtool.m4-5941-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
yp-tools-3.3/m4/libtool.m4-6022-          # below for broken collect2 doesn't work under 4.3+
yp-tools-3.3/m4/libtool.m4:6023:	  collect2name=`${CC} -print-prog-name=collect2`
yp-tools-3.3/m4/libtool.m4-6024-	  if test -f "$collect2name" &&
##############################################
yp-tools-3.3/m4/libtool.m4-6072-
yp-tools-3.3/m4/libtool.m4:6073:          _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"
yp-tools-3.3/m4/libtool.m4-6074-        else
##############################################
yp-tools-3.3/m4/libtool.m4-6138-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
yp-tools-3.3/m4/libtool.m4:6139:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/m4/libtool.m4-6140-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
yp-tools-3.3/m4/libtool.m4-6179-	    # is EXPORTS), use it as is; otherwise, prepend...
yp-tools-3.3/m4/libtool.m4:6180:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/m4/libtool.m4-6181-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
yp-tools-3.3/m4/libtool.m4-6262-            # dependencies.
yp-tools-3.3/m4/libtool.m4:6263:            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"'
yp-tools-3.3/m4/libtool.m4-6264-            ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6327-	    # dependencies.
yp-tools-3.3/m4/libtool.m4:6328:	    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"'
yp-tools-3.3/m4/libtool.m4-6329-	    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6363-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yp-tools-3.3/m4/libtool.m4:6364:	_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'
yp-tools-3.3/m4/libtool.m4:6365:	_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'
yp-tools-3.3/m4/libtool.m4-6366-	;;
##############################################
yp-tools-3.3/m4/libtool.m4-6370-	    # SGI C++
yp-tools-3.3/m4/libtool.m4:6371:	    _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'
yp-tools-3.3/m4/libtool.m4-6372-
##############################################
yp-tools-3.3/m4/libtool.m4-6381-	      if test "$with_gnu_ld" = no; then
yp-tools-3.3/m4/libtool.m4:6382:	        _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'
yp-tools-3.3/m4/libtool.m4-6383-	      else
yp-tools-3.3/m4/libtool.m4:6384:	        _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'
yp-tools-3.3/m4/libtool.m4-6385-	      fi
##############################################
yp-tools-3.3/m4/libtool.m4-6402-	    # to its proper name (with version) after linking.
yp-tools-3.3/m4/libtool.m4:6403:	    _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'
yp-tools-3.3/m4/libtool.m4:6404:	    _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'
yp-tools-3.3/m4/libtool.m4-6405-	    # Commands to make compiler produce verbose output that lists
##############################################
yp-tools-3.3/m4/libtool.m4-6412-	    # dependencies.
yp-tools-3.3/m4/libtool.m4:6413:	    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"'
yp-tools-3.3/m4/libtool.m4-6414-
##############################################
yp-tools-3.3/m4/libtool.m4-6427-	    # earlier do not add the objects themselves.
yp-tools-3.3/m4/libtool.m4:6428:	    case `$CC -V 2>&1` in
yp-tools-3.3/m4/libtool.m4-6429-	      *"Version 7."*)
##############################################
yp-tools-3.3/m4/libtool.m4-6448-            # Portland Group C++ compiler
yp-tools-3.3/m4/libtool.m4:6449:	    case `$CC -V` in
yp-tools-3.3/m4/libtool.m4-6450-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
yp-tools-3.3/m4/libtool.m4-6453-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
yp-tools-3.3/m4/libtool.m4:6454:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
yp-tools-3.3/m4/libtool.m4-6455-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
yp-tools-3.3/m4/libtool.m4-6457-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
yp-tools-3.3/m4/libtool.m4:6458:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
yp-tools-3.3/m4/libtool.m4-6459-		$RANLIB $oldlib'
##############################################
yp-tools-3.3/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
yp-tools-3.3/m4/libtool.m4:6463:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
yp-tools-3.3/m4/libtool.m4-6464-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
yp-tools-3.3/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
yp-tools-3.3/m4/libtool.m4:6467:		$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'
yp-tools-3.3/m4/libtool.m4-6468-	      ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6476-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
yp-tools-3.3/m4/libtool.m4:6477:	    _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'
yp-tools-3.3/m4/libtool.m4-6478-            ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6495-	    # dependencies.
yp-tools-3.3/m4/libtool.m4:6496:	    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'
yp-tools-3.3/m4/libtool.m4-6497-	    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6510-	  *)
yp-tools-3.3/m4/libtool.m4:6511:	    case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/m4/libtool.m4-6512-	    *Sun\ C*)
##############################################
yp-tools-3.3/m4/libtool.m4-6517-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
yp-tools-3.3/m4/libtool.m4:6518:	      _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'
yp-tools-3.3/m4/libtool.m4-6519-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yp-tools-3.3/m4/libtool.m4-6587-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
yp-tools-3.3/m4/libtool.m4:6588:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/m4/libtool.m4-6589-	    _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'
##############################################
yp-tools-3.3/m4/libtool.m4-6606-	    # to its proper name (with version) after linking.
yp-tools-3.3/m4/libtool.m4:6607:	    _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'
yp-tools-3.3/m4/libtool.m4-6608-
##############################################
yp-tools-3.3/m4/libtool.m4-6627-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
yp-tools-3.3/m4/libtool.m4:6628:	        _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'
yp-tools-3.3/m4/libtool.m4-6629-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
yp-tools-3.3/m4/libtool.m4-6632-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yp-tools-3.3/m4/libtool.m4:6633:	        _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'
yp-tools-3.3/m4/libtool.m4:6634:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
yp-tools-3.3/m4/libtool.m4-6635-	          echo "-hidden">> $lib.exp~
yp-tools-3.3/m4/libtool.m4:6636:	          $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~
yp-tools-3.3/m4/libtool.m4-6637-	          $RM $lib.exp'
##############################################
yp-tools-3.3/m4/libtool.m4-6651-	    # dependencies.
yp-tools-3.3/m4/libtool.m4:6652:	    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"'
yp-tools-3.3/m4/libtool.m4-6653-	    ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6658-	        osf3*)
yp-tools-3.3/m4/libtool.m4:6659:	          _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'
yp-tools-3.3/m4/libtool.m4-6660-		  ;;
yp-tools-3.3/m4/libtool.m4-6661-	        *)
yp-tools-3.3/m4/libtool.m4:6662:	          _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'
yp-tools-3.3/m4/libtool.m4-6663-		  ;;
##############################################
yp-tools-3.3/m4/libtool.m4-6911-  case ${2} in
yp-tools-3.3/m4/libtool.m4:6912:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
yp-tools-3.3/m4/libtool.m4:6913:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
yp-tools-3.3/m4/libtool.m4-6914-  esac
##############################################
yp-tools-3.3/m4/libtool.m4-6999-
yp-tools-3.3/m4/libtool.m4:7000:  for p in `eval "$output_verbose_link_cmd"`; do
yp-tools-3.3/m4/libtool.m4-7001-    case ${prev}${p} in
##############################################
yp-tools-3.3/m4/libtool.m4-7097-linux*)
yp-tools-3.3/m4/libtool.m4:7098:  case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/m4/libtool.m4-7099-  *Sun\ C*)
##############################################
yp-tools-3.3/m4/libtool.m4-7148-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
yp-tools-3.3/m4/libtool.m4:7149: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
yp-tools-3.3/m4/libtool.m4-7150-fi
##############################################
yp-tools-3.3/m4/libtool.m4-7760-    test $lt_ac_count -gt 10 && break
yp-tools-3.3/m4/libtool.m4:7761:    lt_ac_count=`expr $lt_ac_count + 1`
yp-tools-3.3/m4/libtool.m4-7762-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
yp-tools-3.3/m4/libtool.m4-7831-# ------------------------------------------------------
yp-tools-3.3/m4/libtool.m4:7832:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
yp-tools-3.3/m4/libtool.m4-7833-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
yp-tools-3.3/m4/po.m4-48-changequote(,)dnl
yp-tools-3.3/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
yp-tools-3.3/m4/po.m4-55-changequote(,)dnl
yp-tools-3.3/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
yp-tools-3.3/m4/po.m4-74-changequote(,)dnl
yp-tools-3.3/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
yp-tools-3.3/m4/po.m4-99-      case "$ac_file" in
yp-tools-3.3/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
yp-tools-3.3/m4/po.m4-101-      esac
##############################################
yp-tools-3.3/m4/po.m4-104-        # Adjust a relative srcdir.
yp-tools-3.3/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yp-tools-3.3/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yp-tools-3.3/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yp-tools-3.3/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yp-tools-3.3/m4/po.m4-111-        case "$ac_given_srcdir" in
yp-tools-3.3/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yp-tools-3.3/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yp-tools-3.3/m4/po.m4-132-            fi
yp-tools-3.3/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yp-tools-3.3/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
yp-tools-3.3/m4/po.m4-229-  # Adjust a relative srcdir.
yp-tools-3.3/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yp-tools-3.3/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yp-tools-3.3/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yp-tools-3.3/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yp-tools-3.3/m4/po.m4-236-  case "$ac_given_srcdir" in
yp-tools-3.3/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yp-tools-3.3/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yp-tools-3.3/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
yp-tools-3.3/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
yp-tools-3.3/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
yp-tools-3.3/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
yp-tools-3.3/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
yp-tools-3.3/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yp-tools-3.3/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
yp-tools-3.3/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
yp-tools-3.3/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
yp-tools-3.3/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
yp-tools-3.3/m4/po.m4-320-  fi
##############################################
yp-tools-3.3/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
yp-tools-3.3/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yp-tools-3.3/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
yp-tools-3.3/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yp-tools-3.3/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
yp-tools-3.3/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
yp-tools-3.3/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yp-tools-3.3/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
yp-tools-3.3/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yp-tools-3.3/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
yp-tools-3.3/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
yp-tools-3.3/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yp-tools-3.3/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
yp-tools-3.3/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
yp-tools-3.3/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yp-tools-3.3/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
yp-tools-3.3/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
yp-tools-3.3/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
yp-tools-3.3/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
yp-tools-3.3/src/Makefile.in-46-  { \
yp-tools-3.3/src/Makefile.in:47:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/src/Makefile.in-48-  }; \
##############################################
yp-tools-3.3/src/Makefile.in-455-	test -n "$(EXEEXT)" || exit 0; \
yp-tools-3.3/src/Makefile.in:456:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yp-tools-3.3/src/Makefile.in-457-	echo " rm -f" $$list; \
##############################################
yp-tools-3.3/src/Makefile.in-469-	         2>c$${pid}_.err </dev/null \
yp-tools-3.3/src/Makefile.in:470:		 && test -n "`cat c$${pid}_.out`" \
yp-tools-3.3/src/Makefile.in:471:		 && test -z "`cat c$${pid}_.err`"; then :; \
yp-tools-3.3/src/Makefile.in-472-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
yp-tools-3.3/src/Makefile.in-480-	test -n "$(EXEEXT)" || exit 0; \
yp-tools-3.3/src/Makefile.in:481:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yp-tools-3.3/src/Makefile.in-482-	echo " rm -f" $$list; \
##############################################
yp-tools-3.3/src/Makefile.in-529-	test -n "$(EXEEXT)" || exit 0; \
yp-tools-3.3/src/Makefile.in:530:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yp-tools-3.3/src/Makefile.in-531-	echo " rm -f" $$list; \
##############################################
yp-tools-3.3/src/Makefile.in-543-	         2>c$${pid}_.err </dev/null \
yp-tools-3.3/src/Makefile.in:544:		 && test -n "`cat c$${pid}_.out`" \
yp-tools-3.3/src/Makefile.in:545:		 && test -z "`cat c$${pid}_.err`"; then :; \
yp-tools-3.3/src/Makefile.in-546-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
yp-tools-3.3/src/Makefile.in-610-.c.obj:
yp-tools-3.3/src/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
yp-tools-3.3/src/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
yp-tools-3.3/src/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/src/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
yp-tools-3.3/src/Makefile.in-616-
##############################################
yp-tools-3.3/src/Makefile.in-624-yppasswd-yppasswd.o: yppasswd.c
yp-tools-3.3/src/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -MT yppasswd-yppasswd.o -MD -MP -MF $(DEPDIR)/yppasswd-yppasswd.Tpo -c -o yppasswd-yppasswd.o `test -f 'yppasswd.c' || echo '$(srcdir)/'`yppasswd.c
yp-tools-3.3/src/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/yppasswd-yppasswd.Tpo $(DEPDIR)/yppasswd-yppasswd.Po
##############################################
yp-tools-3.3/src/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/src/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -c -o yppasswd-yppasswd.o `test -f 'yppasswd.c' || echo '$(srcdir)/'`yppasswd.c
yp-tools-3.3/src/Makefile.in-630-
yp-tools-3.3/src/Makefile.in-631-yppasswd-yppasswd.obj: yppasswd.c
yp-tools-3.3/src/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -MT yppasswd-yppasswd.obj -MD -MP -MF $(DEPDIR)/yppasswd-yppasswd.Tpo -c -o yppasswd-yppasswd.obj `if test -f 'yppasswd.c'; then $(CYGPATH_W) 'yppasswd.c'; else $(CYGPATH_W) '$(srcdir)/yppasswd.c'; fi`
yp-tools-3.3/src/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/yppasswd-yppasswd.Tpo $(DEPDIR)/yppasswd-yppasswd.Po
##############################################
yp-tools-3.3/src/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/src/Makefile.in:636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -c -o yppasswd-yppasswd.obj `if test -f 'yppasswd.c'; then $(CYGPATH_W) 'yppasswd.c'; else $(CYGPATH_W) '$(srcdir)/yppasswd.c'; fi`
yp-tools-3.3/src/Makefile.in-637-
yp-tools-3.3/src/Makefile.in-638-yppasswd-yppasswd_xdr.o: yppasswd_xdr.c
yp-tools-3.3/src/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -MT yppasswd-yppasswd_xdr.o -MD -MP -MF $(DEPDIR)/yppasswd-yppasswd_xdr.Tpo -c -o yppasswd-yppasswd_xdr.o `test -f 'yppasswd_xdr.c' || echo '$(srcdir)/'`yppasswd_xdr.c
yp-tools-3.3/src/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/yppasswd-yppasswd_xdr.Tpo $(DEPDIR)/yppasswd-yppasswd_xdr.Po
##############################################
yp-tools-3.3/src/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/src/Makefile.in:643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -c -o yppasswd-yppasswd_xdr.o `test -f 'yppasswd_xdr.c' || echo '$(srcdir)/'`yppasswd_xdr.c
yp-tools-3.3/src/Makefile.in-644-
yp-tools-3.3/src/Makefile.in-645-yppasswd-yppasswd_xdr.obj: yppasswd_xdr.c
yp-tools-3.3/src/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -MT yppasswd-yppasswd_xdr.obj -MD -MP -MF $(DEPDIR)/yppasswd-yppasswd_xdr.Tpo -c -o yppasswd-yppasswd_xdr.obj `if test -f 'yppasswd_xdr.c'; then $(CYGPATH_W) 'yppasswd_xdr.c'; else $(CYGPATH_W) '$(srcdir)/yppasswd_xdr.c'; fi`
yp-tools-3.3/src/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/yppasswd-yppasswd_xdr.Tpo $(DEPDIR)/yppasswd-yppasswd_xdr.Po
##############################################
yp-tools-3.3/src/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/src/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(yppasswd_CFLAGS) $(CFLAGS) -c -o yppasswd-yppasswd_xdr.obj `if test -f 'yppasswd_xdr.c'; then $(CYGPATH_W) 'yppasswd_xdr.c'; else $(CYGPATH_W) '$(srcdir)/yppasswd_xdr.c'; fi`
yp-tools-3.3/src/Makefile.in-651-
##############################################
yp-tools-3.3/src/Makefile.in-687-GTAGS:
yp-tools-3.3/src/Makefile.in:688:	here=`$(am__cd) $(top_builddir) && pwd` \
yp-tools-3.3/src/Makefile.in-689-	  && $(am__cd) $(top_srcdir) \
##############################################
yp-tools-3.3/src/Makefile.in-710-distdir: $(DISTFILES)
yp-tools-3.3/src/Makefile.in:711:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/src/Makefile.in:712:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/src/Makefile.in-713-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/src/Makefile.in-724-	  if test -d $$d/$$file; then \
yp-tools-3.3/src/Makefile.in:725:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/src/Makefile.in-726-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/config.guess-34-
yp-tools-3.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
yp-tools-3.3/config.guess-36-
##############################################
yp-tools-3.3/config.guess-102-: ${TMPDIR=/tmp} ;
yp-tools-3.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
yp-tools-3.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
yp-tools-3.3/config.guess-151-	EOF
yp-tools-3.3/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
yp-tools-3.3/config.guess-153-	;;
##############################################
yp-tools-3.3/config.guess-219-	    *)
yp-tools-3.3/config.guess:220:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
yp-tools-3.3/config.guess-221-		;;
##############################################
yp-tools-3.3/config.guess-250-	*4.0)
yp-tools-3.3/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
yp-tools-3.3/config.guess-252-		;;
yp-tools-3.3/config.guess-253-	*5.*)
yp-tools-3.3/config.guess:254:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
yp-tools-3.3/config.guess-255-		;;
##############################################
yp-tools-3.3/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
yp-tools-3.3/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
yp-tools-3.3/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
yp-tools-3.3/config.guess-298-	# 1.2 uses "1.2" for uname -r.
yp-tools-3.3/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
yp-tools-3.3/config.guess-300-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
yp-tools-3.3/config.guess-358-    s390x:SunOS:*:*)
yp-tools-3.3/config.guess:359:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-360-	exit ;;
yp-tools-3.3/config.guess-361-    sun4H:SunOS:5.*:*)
yp-tools-3.3/config.guess:362:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-363-	exit ;;
yp-tools-3.3/config.guess-364-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
yp-tools-3.3/config.guess:365:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-366-	exit ;;
##############################################
yp-tools-3.3/config.guess-383-	fi
yp-tools-3.3/config.guess:384:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-385-	exit ;;
##############################################
yp-tools-3.3/config.guess-389-	# it's likely to be more like Solaris than SunOS4.
yp-tools-3.3/config.guess:390:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-391-	exit ;;
##############################################
yp-tools-3.3/config.guess-398-	# Japanese Language versions have a version number like `4.1.3-JL'.
yp-tools-3.3/config.guess:399:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
yp-tools-3.3/config.guess-400-	exit ;;
##############################################
yp-tools-3.3/config.guess-404-    sun*:*:4.2BSD:*)
yp-tools-3.3/config.guess:405:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
yp-tools-3.3/config.guess-406-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
yp-tools-3.3/config.guess-486-	$CC_FOR_BUILD -o $dummy $dummy.c &&
yp-tools-3.3/config.guess:487:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
yp-tools-3.3/config.guess:488:	  SYSTEM_NAME=`$dummy $dummyarg` &&
yp-tools-3.3/config.guess-489-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
yp-tools-3.3/config.guess-542-    *:IRIX*:*:*)
yp-tools-3.3/config.guess:543:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
yp-tools-3.3/config.guess-544-	exit ;;
##############################################
yp-tools-3.3/config.guess-572-EOF
yp-tools-3.3/config.guess:573:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
yp-tools-3.3/config.guess-574-		then
##############################################
yp-tools-3.3/config.guess-585-    *:AIX:*:[4567])
yp-tools-3.3/config.guess:586:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
yp-tools-3.3/config.guess-587-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
yp-tools-3.3/config.guess-620-    9000/[34678]??:HP-UX:*:*)
yp-tools-3.3/config.guess:621:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yp-tools-3.3/config.guess-622-	case "${UNAME_MACHINE}" in
##############################################
yp-tools-3.3/config.guess-674-EOF
yp-tools-3.3/config.guess:675:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
yp-tools-3.3/config.guess-676-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
yp-tools-3.3/config.guess-702-    ia64:HP-UX:*:*)
yp-tools-3.3/config.guess:703:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yp-tools-3.3/config.guess-704-	echo ia64-hp-hpux${HPUX_REV}
##############################################
yp-tools-3.3/config.guess-732-EOF
yp-tools-3.3/config.guess:733:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
yp-tools-3.3/config.guess-734-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
yp-tools-3.3/config.guess-803-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yp-tools-3.3/config.guess:804:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
yp-tools-3.3/config.guess-805-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yp-tools-3.3/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yp-tools-3.3/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
yp-tools-3.3/config.guess-810-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yp-tools-3.3/config.guess-824-	    amd64)
yp-tools-3.3/config.guess:825:		echo x86_64-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yp-tools-3.3/config.guess-826-	    *)
yp-tools-3.3/config.guess:827:		echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yp-tools-3.3/config.guess-828-	esac
##############################################
yp-tools-3.3/config.guess-882-    prep*:SunOS:5.*:*)
yp-tools-3.3/config.guess:883:	echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yp-tools-3.3/config.guess-884-	exit ;;
##############################################
yp-tools-3.3/config.guess-886-	# the GNU system
yp-tools-3.3/config.guess:887:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
yp-tools-3.3/config.guess-888-	exit ;;
##############################################
yp-tools-3.3/config.guess-890-	# other systems with GNU libc and userland
yp-tools-3.3/config.guess:891:	echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
yp-tools-3.3/config.guess-892-	exit ;;
##############################################
yp-tools-3.3/config.guess-978-EOF
yp-tools-3.3/config.guess:979:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
yp-tools-3.3/config.guess-980-	test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; }
##############################################
yp-tools-3.3/config.guess-1072-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
yp-tools-3.3/config.guess:1073:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
yp-tools-3.3/config.guess-1074-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
yp-tools-3.3/config.guess-1347-    *:DragonFly:*:*)
yp-tools-3.3/config.guess:1348:	echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
yp-tools-3.3/config.guess-1349-	exit ;;
##############################################
yp-tools-3.3/config.guess-1360-    i*86:skyos:*:*)
yp-tools-3.3/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
yp-tools-3.3/config.guess-1362-	exit ;;
##############################################
yp-tools-3.3/config.guess-1488-
yp-tools-3.3/config.guess:1489:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
yp-tools-3.3/config.guess-1490-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
yp-tools-3.3/ltmain.sh-167-{
yp-tools-3.3/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
yp-tools-3.3/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
yp-tools-3.3/ltmain.sh-179-{
yp-tools-3.3/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
yp-tools-3.3/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-198-    # Extract subdirectory from the argument.
yp-tools-3.3/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
yp-tools-3.3/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
yp-tools-3.3/ltmain.sh-204-    fi
yp-tools-3.3/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
yp-tools-3.3/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-217-    case ${2} in
yp-tools-3.3/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
yp-tools-3.3/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
yp-tools-3.3/ltmain.sh-220-    esac
##############################################
yp-tools-3.3/ltmain.sh-380-     progdir=$func_dirname_result
yp-tools-3.3/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
yp-tools-3.3/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
yp-tools-3.3/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
yp-tools-3.3/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
yp-tools-3.3/ltmain.sh-419-bs='\\'
##############################################
yp-tools-3.3/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
yp-tools-3.3/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
yp-tools-3.3/ltmain.sh-533-      done
yp-tools-3.3/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
yp-tools-3.3/ltmain.sh-535-
##############################################
yp-tools-3.3/ltmain.sh-566-      # If mktemp works, use that first and foremost
yp-tools-3.3/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
yp-tools-3.3/ltmain.sh-568-
##############################################
yp-tools-3.3/ltmain.sh-597-      *[\\\`\"\$]*)
yp-tools-3.3/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
yp-tools-3.3/ltmain.sh-599-      *)
##############################################
yp-tools-3.3/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
yp-tools-3.3/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
yp-tools-3.3/ltmain.sh-704-    ;;
##############################################
yp-tools-3.3/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
yp-tools-3.3/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
yp-tools-3.3/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
yp-tools-3.3/ltmain.sh-772-	p
##############################################
yp-tools-3.3/ltmain.sh-803-
yp-tools-3.3/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
yp-tools-3.3/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
yp-tools-3.3/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-816-
yp-tools-3.3/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
yp-tools-3.3/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
yp-tools-3.3/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-862-{
yp-tools-3.3/ltmain.sh:863:    func_arith_result=`expr "${@}"`
yp-tools-3.3/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-870-{
yp-tools-3.3/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
yp-tools-3.3/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-877-{
yp-tools-3.3/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
yp-tools-3.3/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-884-{
yp-tools-3.3/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
yp-tools-3.3/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
yp-tools-3.3/ltmain.sh-968-	# quotes we have to do it in 2 steps:
yp-tools-3.3/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
yp-tools-3.3/ltmain.sh-970-	eval "$extractedcf"
##############################################
yp-tools-3.3/ltmain.sh-1382-      done
yp-tools-3.3/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
yp-tools-3.3/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
yp-tools-3.3/ltmain.sh-1385-      case $@ in
##############################################
yp-tools-3.3/ltmain.sh-1395-	    # Evaluate the configuration.
yp-tools-3.3/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
yp-tools-3.3/ltmain.sh-1397-	    CC_quoted=
##############################################
yp-tools-3.3/ltmain.sh-1401-	    done
yp-tools-3.3/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
yp-tools-3.3/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
yp-tools-3.3/ltmain.sh-1404-	    case "$@ " in
##############################################
yp-tools-3.3/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
yp-tools-3.3/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
yp-tools-3.3/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
yp-tools-3.3/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
yp-tools-3.3/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
yp-tools-3.3/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
yp-tools-3.3/ltmain.sh-1721-    # LT_CYGPATH in this case.
yp-tools-3.3/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
yp-tools-3.3/ltmain.sh-1723-  fi
##############################################
yp-tools-3.3/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
yp-tools-3.3/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
yp-tools-3.3/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
yp-tools-3.3/ltmain.sh-2060-    *.[cCFSifmso] | \
yp-tools-3.3/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
yp-tools-3.3/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
yp-tools-3.3/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
yp-tools-3.3/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
yp-tools-3.3/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
yp-tools-3.3/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
yp-tools-3.3/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
yp-tools-3.3/ltmain.sh-2158-
##############################################
yp-tools-3.3/ltmain.sh-2204-      if test "$need_locks" = warn &&
yp-tools-3.3/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
yp-tools-3.3/ltmain.sh-2206-	$ECHO "\
yp-tools-3.3/ltmain.sh-2207-*** ERROR, $lockfile contains:
yp-tools-3.3/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
yp-tools-3.3/ltmain.sh-2209-
##############################################
yp-tools-3.3/ltmain.sh-2253-      if test "$need_locks" = warn &&
yp-tools-3.3/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
yp-tools-3.3/ltmain.sh-2255-	$ECHO "\
yp-tools-3.3/ltmain.sh-2256-*** ERROR, $lockfile contains:
yp-tools-3.3/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
yp-tools-3.3/ltmain.sh-2258-
##############################################
yp-tools-3.3/ltmain.sh-2548-	  test -n "$library_names" && \
yp-tools-3.3/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
yp-tools-3.3/ltmain.sh-2550-	  continue
##############################################
yp-tools-3.3/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
yp-tools-3.3/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
yp-tools-3.3/ltmain.sh-2561-	  fi
##############################################
yp-tools-3.3/ltmain.sh-2577-      # Get the absolute pathname.
yp-tools-3.3/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
yp-tools-3.3/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
yp-tools-3.3/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
yp-tools-3.3/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
yp-tools-3.3/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
yp-tools-3.3/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
yp-tools-3.3/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
yp-tools-3.3/ltmain.sh-2959-
##############################################
yp-tools-3.3/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
yp-tools-3.3/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
yp-tools-3.3/ltmain.sh-2972-	  else
yp-tools-3.3/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
yp-tools-3.3/ltmain.sh-2974-	  fi
##############################################
yp-tools-3.3/ltmain.sh-3130-	    fi
yp-tools-3.3/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
yp-tools-3.3/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
yp-tools-3.3/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
yp-tools-3.3/ltmain.sh-3134-	      finalize=no
##############################################
yp-tools-3.3/ltmain.sh-3149-	        # Replace the output file specification.
yp-tools-3.3/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
yp-tools-3.3/ltmain.sh-3151-
##############################################
yp-tools-3.3/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
yp-tools-3.3/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
yp-tools-3.3/ltmain.sh-3170-	  fi
##############################################
yp-tools-3.3/ltmain.sh-3241-    my_pic_p="${3-no}"
yp-tools-3.3/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
yp-tools-3.3/ltmain.sh-3243-    my_dlsyms=
##############################################
yp-tools-3.3/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
yp-tools-3.3/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
yp-tools-3.3/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
yp-tools-3.3/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
yp-tools-3.3/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
yp-tools-3.3/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
yp-tools-3.3/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
yp-tools-3.3/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
yp-tools-3.3/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
yp-tools-3.3/ltmain.sh-3509-	  else
yp-tools-3.3/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yp-tools-3.3/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yp-tools-3.3/ltmain.sh-3512-	  fi
##############################################
yp-tools-3.3/ltmain.sh-3514-	*)
yp-tools-3.3/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yp-tools-3.3/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yp-tools-3.3/ltmain.sh-3517-	  ;;
##############################################
yp-tools-3.3/ltmain.sh-3529-      # Nullify the symbol file.
yp-tools-3.3/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
yp-tools-3.3/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
yp-tools-3.3/ltmain.sh-3532-    fi
##############################################
yp-tools-3.3/ltmain.sh-3545-  win32_libid_type="unknown"
yp-tools-3.3/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
yp-tools-3.3/ltmain.sh-3547-  case $win32_fileres in
##############################################
yp-tools-3.3/ltmain.sh-3596-  $opt_debug
yp-tools-3.3/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
yp-tools-3.3/ltmain.sh-3598-}
##############################################
yp-tools-3.3/ltmain.sh-3613-  $opt_debug
yp-tools-3.3/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
yp-tools-3.3/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
yp-tools-3.3/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
yp-tools-3.3/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)$'`
yp-tools-3.3/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
yp-tools-3.3/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
yp-tools-3.3/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
yp-tools-3.3/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
yp-tools-3.3/ltmain.sh-3700-    # binutils import library
yp-tools-3.3/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
yp-tools-3.3/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
yp-tools-3.3/ltmain.sh-3703-    # ms-generated import library
yp-tools-3.3/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
yp-tools-3.3/ltmain.sh-3705-  else
##############################################
yp-tools-3.3/ltmain.sh-3780-	  darwin_curdir=`pwd`
yp-tools-3.3/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
yp-tools-3.3/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
yp-tools-3.3/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
yp-tools-3.3/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
yp-tools-3.3/ltmain.sh-3785-	    darwin_arch=
##############################################
yp-tools-3.3/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
yp-tools-3.3/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
yp-tools-3.3/ltmain.sh-3797-	    darwin_file=
##############################################
yp-tools-3.3/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
yp-tools-3.3/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
yp-tools-3.3/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
yp-tools-3.3/ltmain.sh-3814-      esac
yp-tools-3.3/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
yp-tools-3.3/ltmain.sh-3816-    done
##############################################
yp-tools-3.3/ltmain.sh-3885-
yp-tools-3.3/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
yp-tools-3.3/ltmain.sh-3887-    $ECHO "\
##############################################
yp-tools-3.3/ltmain.sh-3920-    --lt-dump-script)
yp-tools-3.3/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
yp-tools-3.3/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
yp-tools-3.3/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
yp-tools-3.3/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
yp-tools-3.3/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
yp-tools-3.3/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
yp-tools-3.3/ltmain.sh-3949-  done
##############################################
yp-tools-3.3/ltmain.sh-4005-  # Find the directory that this script lives in.
yp-tools-3.3/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
yp-tools-3.3/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
yp-tools-3.3/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
yp-tools-3.3/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
yp-tools-3.3/ltmain.sh-4011-  while test -n \"\$file\"; do
yp-tools-3.3/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
yp-tools-3.3/ltmain.sh-4013-
##############################################
yp-tools-3.3/ltmain.sh-4021-
yp-tools-3.3/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
yp-tools-3.3/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
yp-tools-3.3/ltmain.sh-4024-  done
##############################################
yp-tools-3.3/ltmain.sh-4035-    case \"\$thisdir\" in
yp-tools-3.3/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
yp-tools-3.3/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
yp-tools-3.3/ltmain.sh-4041-  # Try to get the absolute directory name.
yp-tools-3.3/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
yp-tools-3.3/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
yp-tools-3.3/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
yp-tools-3.3/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
yp-tools-3.3/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
yp-tools-3.3/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
yp-tools-3.3/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
yp-tools-3.3/ltmain.sh-4068-      else
##############################################
yp-tools-3.3/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
yp-tools-3.3/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
yp-tools-3.3/ltmain.sh-4112-
##############################################
yp-tools-3.3/ltmain.sh-5085-    $opt_debug
yp-tools-3.3/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
yp-tools-3.3/ltmain.sh-5087-    *import*) : ;;
##############################################
yp-tools-3.3/ltmain.sh-5307-	    moreargs=
yp-tools-3.3/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
yp-tools-3.3/ltmain.sh-5309-	    do
##############################################
yp-tools-3.3/ltmain.sh-5563-	*)
yp-tools-3.3/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
yp-tools-3.3/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
yp-tools-3.3/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
yp-tools-3.3/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
yp-tools-3.3/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
yp-tools-3.3/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
yp-tools-3.3/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
yp-tools-3.3/ltmain.sh-6018-    else
##############################################
yp-tools-3.3/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
yp-tools-3.3/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yp-tools-3.3/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
yp-tools-3.3/ltmain.sh-6391-	else
yp-tools-3.3/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
yp-tools-3.3/ltmain.sh-6393-	fi
##############################################
yp-tools-3.3/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
yp-tools-3.3/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
yp-tools-3.3/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
yp-tools-3.3/ltmain.sh-6428-	fi
yp-tools-3.3/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
yp-tools-3.3/ltmain.sh-6501-	*)
yp-tools-3.3/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
yp-tools-3.3/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
yp-tools-3.3/ltmain.sh-6754-	    shift
yp-tools-3.3/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
yp-tools-3.3/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
yp-tools-3.3/ltmain.sh-7046-		*)
yp-tools-3.3/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
yp-tools-3.3/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
yp-tools-3.3/ltmain.sh-7057-		  depdepl=
yp-tools-3.3/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
yp-tools-3.3/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
yp-tools-3.3/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
yp-tools-3.3/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
yp-tools-3.3/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
yp-tools-3.3/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
yp-tools-3.3/ltmain.sh-7068-                      fi
##############################################
yp-tools-3.3/ltmain.sh-7079-		else
yp-tools-3.3/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
yp-tools-3.3/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
yp-tools-3.3/ltmain.sh-7102-	else
yp-tools-3.3/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh-7104-	fi
##############################################
yp-tools-3.3/ltmain.sh-7251-	test "$module" = no && \
yp-tools-3.3/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
yp-tools-3.3/ltmain.sh-7253-
##############################################
yp-tools-3.3/ltmain.sh-7386-	if test "$age" -gt "$current"; then
yp-tools-3.3/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
yp-tools-3.3/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
yp-tools-3.3/ltmain.sh-7547-	removelist=
yp-tools-3.3/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
yp-tools-3.3/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
yp-tools-3.3/ltmain.sh-7573-	# Transform .lo files to .o files.
yp-tools-3.3/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
yp-tools-3.3/ltmain.sh-7575-      fi
##############################################
yp-tools-3.3/ltmain.sh-7578-      #for path in $notinst_path; do
yp-tools-3.3/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
yp-tools-3.3/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
yp-tools-3.3/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
yp-tools-3.3/ltmain.sh-7582-      #done
##############################################
yp-tools-3.3/ltmain.sh-7699-		if test -n "$i" ; then
yp-tools-3.3/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
yp-tools-3.3/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
yp-tools-3.3/ltmain.sh-7702-		  set dummy $deplib_matches; shift
yp-tools-3.3/ltmain.sh-7703-		  deplib_match=$1
yp-tools-3.3/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
yp-tools-3.3/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
yp-tools-3.3/ltmain.sh-7742-		  if test -n "$i" ; then
yp-tools-3.3/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
yp-tools-3.3/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
yp-tools-3.3/ltmain.sh-7745-		    set dummy $deplib_matches; shift
yp-tools-3.3/ltmain.sh-7746-		    deplib_match=$1
yp-tools-3.3/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
yp-tools-3.3/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
yp-tools-3.3/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
yp-tools-3.3/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yp-tools-3.3/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
yp-tools-3.3/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
yp-tools-3.3/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
yp-tools-3.3/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
yp-tools-3.3/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
yp-tools-3.3/ltmain.sh-7796-		else
##############################################
yp-tools-3.3/ltmain.sh-7802-		    shopt -s nocaseglob
yp-tools-3.3/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
yp-tools-3.3/ltmain.sh-7804-		    $nocaseglob
yp-tools-3.3/ltmain.sh-7805-		  else
yp-tools-3.3/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
yp-tools-3.3/ltmain.sh-7807-		  fi
##############################################
yp-tools-3.3/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
yp-tools-3.3/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
yp-tools-3.3/ltmain.sh-7822-			case $potliblink in
yp-tools-3.3/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
yp-tools-3.3/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
yp-tools-3.3/ltmain.sh-7825-			esac
##############################################
yp-tools-3.3/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
yp-tools-3.3/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yp-tools-3.3/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
yp-tools-3.3/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
yp-tools-3.3/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
yp-tools-3.3/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
yp-tools-3.3/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
yp-tools-3.3/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
yp-tools-3.3/ltmain.sh-7915-	  newdeplibs=""
yp-tools-3.3/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
yp-tools-3.3/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
yp-tools-3.3/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
yp-tools-3.3/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
yp-tools-3.3/ltmain.sh-7921-	    done
##############################################
yp-tools-3.3/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
yp-tools-3.3/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
yp-tools-3.3/ltmain.sh-7947-	  ;;
##############################################
yp-tools-3.3/ltmain.sh-7997-	*-*-darwin*)
yp-tools-3.3/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh-8001-	  ;;
##############################################
yp-tools-3.3/ltmain.sh-8124-	# Use standard objects if they are pic
yp-tools-3.3/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
yp-tools-3.3/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
yp-tools-3.3/ltmain.sh-8139-	    # exporting using user supplied symfile
yp-tools-3.3/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
yp-tools-3.3/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
yp-tools-3.3/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
yp-tools-3.3/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
yp-tools-3.3/ltmain.sh-8638-	else
##############################################
yp-tools-3.3/ltmain.sh-8650-      # Create the old-style object.
yp-tools-3.3/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
yp-tools-3.3/ltmain.sh-8652-
##############################################
yp-tools-3.3/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
yp-tools-3.3/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
yp-tools-3.3/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
yp-tools-3.3/ltmain.sh-8713-	;;
##############################################
yp-tools-3.3/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
yp-tools-3.3/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yp-tools-3.3/ltmain.sh-8731-	;;
##############################################
yp-tools-3.3/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
yp-tools-3.3/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
yp-tools-3.3/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
yp-tools-3.3/ltmain.sh-8866-	# Transform all the library objects into standard objects.
yp-tools-3.3/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
yp-tools-3.3/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
yp-tools-3.3/ltmain.sh-8869-      fi
##############################################
yp-tools-3.3/ltmain.sh-8896-	# Replace the output file specification.
yp-tools-3.3/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
yp-tools-3.3/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
yp-tools-3.3/ltmain.sh-8905-	  func_to_tool_file "$output"
yp-tools-3.3/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
yp-tools-3.3/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yp-tools-3.3/ltmain.sh-8949-	# Replace the output file specification.
yp-tools-3.3/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
yp-tools-3.3/ltmain.sh-8951-	# Delete the old output file.
##############################################
yp-tools-3.3/ltmain.sh-8957-	  func_to_tool_file "$output"
yp-tools-3.3/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
yp-tools-3.3/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yp-tools-3.3/ltmain.sh-8975-	  if test "$fast_install" = yes; then
yp-tools-3.3/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
yp-tools-3.3/ltmain.sh-8977-	  else
##############################################
yp-tools-3.3/ltmain.sh-8987-      # Replace the output file specification.
yp-tools-3.3/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
yp-tools-3.3/ltmain.sh-8989-
##############################################
yp-tools-3.3/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
yp-tools-3.3/ltmain.sh:8997:	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'`
yp-tools-3.3/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yp-tools-3.3/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
yp-tools-3.3/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
yp-tools-3.3/ltmain.sh-9019-      fi
##############################################
yp-tools-3.3/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
yp-tools-3.3/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
yp-tools-3.3/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
yp-tools-3.3/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
yp-tools-3.3/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
yp-tools-3.3/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
yp-tools-3.3/ltmain.sh-9308-		name="$func_basename_result"
yp-tools-3.3/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
yp-tools-3.3/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
yp-tools-3.3/ltmain.sh-9327-		name="$func_basename_result"
yp-tools-3.3/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
yp-tools-3.3/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
yp-tools-3.3/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
yp-tools-3.3/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
yp-tools-3.3/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
yp-tools-3.3/lib/Makefile.in-51-  { \
yp-tools-3.3/lib/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/lib/Makefile.in-53-  }; \
##############################################
yp-tools-3.3/lib/Makefile.in-121-libyptools_a_OBJECTS = $(am_libyptools_a_OBJECTS)
yp-tools-3.3/lib/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yp-tools-3.3/lib/Makefile.in-123-am__vpath_adj = case $$p in \
yp-tools-3.3/lib/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yp-tools-3.3/lib/Makefile.in-125-    *) f=$$p;; \
yp-tools-3.3/lib/Makefile.in-126-  esac;
yp-tools-3.3/lib/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yp-tools-3.3/lib/Makefile.in-128-am__install_max = 40
yp-tools-3.3/lib/Makefile.in-129-am__nobase_strip_setup = \
yp-tools-3.3/lib/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yp-tools-3.3/lib/Makefile.in-131-am__nobase_strip = \
##############################################
yp-tools-3.3/lib/Makefile.in-485-	test -n "$(EXEEXT)" || exit 0; \
yp-tools-3.3/lib/Makefile.in:486:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yp-tools-3.3/lib/Makefile.in-487-	echo " rm -f" $$list; \
##############################################
yp-tools-3.3/lib/Makefile.in-529-.c.obj:
yp-tools-3.3/lib/Makefile.in:530:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
yp-tools-3.3/lib/Makefile.in-531-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
yp-tools-3.3/lib/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/lib/Makefile.in:534:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
yp-tools-3.3/lib/Makefile.in-535-
##############################################
yp-tools-3.3/lib/Makefile.in-566-	@list='$(rpcsvc_HEADERS)'; test -n "$(rpcsvcdir)" || list=; \
yp-tools-3.3/lib/Makefile.in:567:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yp-tools-3.3/lib/Makefile.in-568-	dir='$(DESTDIR)$(rpcsvcdir)'; $(am__uninstall_files_from_dir)
##############################################
yp-tools-3.3/lib/Makefile.in-599-GTAGS:
yp-tools-3.3/lib/Makefile.in:600:	here=`$(am__cd) $(top_builddir) && pwd` \
yp-tools-3.3/lib/Makefile.in-601-	  && $(am__cd) $(top_srcdir) \
##############################################
yp-tools-3.3/lib/Makefile.in-622-distdir: $(DISTFILES)
yp-tools-3.3/lib/Makefile.in:623:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/lib/Makefile.in:624:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/lib/Makefile.in-625-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/lib/Makefile.in-636-	  if test -d $$d/$$file; then \
yp-tools-3.3/lib/Makefile.in:637:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/lib/Makefile.in-638-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/po/Rules-quot-16-.insert-header.po-update-en:
yp-tools-3.3/po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
yp-tools-3.3/po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
yp-tools-3.3/po/Rules-quot-19-	tmpdir=`pwd`; \
yp-tools-3.3/po/Rules-quot-20-	echo "$$lang:"; \
yp-tools-3.3/po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
yp-tools-3.3/po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
yp-tools-3.3/po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
yp-tools-3.3/po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yp-tools-3.3/po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
yp-tools-3.3/po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
yp-tools-3.3/po/Rules-quot-29-	       ;; \
yp-tools-3.3/po/Rules-quot-30-	     *) \
yp-tools-3.3/po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
yp-tools-3.3/po/Rules-quot-32-	       ;; \
##############################################
yp-tools-3.3/po/Makefile.in.in-99-.po.gmo:
yp-tools-3.3/po/Makefile.in.in:100:	@lang=`echo $* | sed -e 's,.*/,,'`; \
yp-tools-3.3/po/Makefile.in.in-101-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
yp-tools-3.3/po/Makefile.in.in-180-	fi; \
yp-tools-3.3/po/Makefile.in.in:181:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yp-tools-3.3/po/Makefile.in.in-182-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
yp-tools-3.3/po/Makefile.in.in-222-$(POFILES): $(POFILESDEPS)
yp-tools-3.3/po/Makefile.in.in:223:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
yp-tools-3.3/po/Makefile.in.in-224-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
yp-tools-3.3/po/Makefile.in.in-228-	  cd $(srcdir) \
yp-tools-3.3/po/Makefile.in.in:229:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yp-tools-3.3/po/Makefile.in.in-230-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
yp-tools-3.3/po/Makefile.in.in-259-	for cat in $$catalogs; do \
yp-tools-3.3/po/Makefile.in.in:260:	  cat=`basename $$cat`; \
yp-tools-3.3/po/Makefile.in.in:261:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yp-tools-3.3/po/Makefile.in.in-262-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
yp-tools-3.3/po/Makefile.in.in-269-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
yp-tools-3.3/po/Makefile.in.in:270:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
yp-tools-3.3/po/Makefile.in.in-271-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
yp-tools-3.3/po/Makefile.in.in-310-	for cat in $$catalogs; do \
yp-tools-3.3/po/Makefile.in.in:311:	  cat=`basename $$cat`; \
yp-tools-3.3/po/Makefile.in.in:312:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yp-tools-3.3/po/Makefile.in.in-313-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
yp-tools-3.3/po/Makefile.in.in-317-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
yp-tools-3.3/po/Makefile.in.in:318:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
yp-tools-3.3/po/Makefile.in.in-319-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
yp-tools-3.3/po/Makefile.in.in-356-	for cat in $$catalogs; do \
yp-tools-3.3/po/Makefile.in.in:357:	  cat=`basename $$cat`; \
yp-tools-3.3/po/Makefile.in.in:358:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yp-tools-3.3/po/Makefile.in.in-359-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
yp-tools-3.3/po/Makefile.in.in-421-.nop.po-create:
yp-tools-3.3/po/Makefile.in.in:422:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
yp-tools-3.3/po/Makefile.in.in-423-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
yp-tools-3.3/po/Makefile.in.in-428-.nop.po-update:
yp-tools-3.3/po/Makefile.in.in:429:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
yp-tools-3.3/po/Makefile.in.in-430-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
yp-tools-3.3/po/Makefile.in.in-435-	cd $(srcdir); \
yp-tools-3.3/po/Makefile.in.in:436:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yp-tools-3.3/po/Makefile.in.in-437-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-50-  { \
yp-tools-3.3/nss_nis6/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/nss_nis6/Makefile.in-52-  }; \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-110-CONFIG_CLEAN_VPATH_FILES =
yp-tools-3.3/nss_nis6/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yp-tools-3.3/nss_nis6/Makefile.in-112-am__vpath_adj = case $$p in \
yp-tools-3.3/nss_nis6/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yp-tools-3.3/nss_nis6/Makefile.in-114-    *) f=$$p;; \
yp-tools-3.3/nss_nis6/Makefile.in-115-  esac;
yp-tools-3.3/nss_nis6/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yp-tools-3.3/nss_nis6/Makefile.in-117-am__install_max = 40
yp-tools-3.3/nss_nis6/Makefile.in-118-am__nobase_strip_setup = \
yp-tools-3.3/nss_nis6/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yp-tools-3.3/nss_nis6/Makefile.in-120-am__nobase_strip = \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-457-	test -n "$(EXEEXT)" || exit 0; \
yp-tools-3.3/nss_nis6/Makefile.in:458:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yp-tools-3.3/nss_nis6/Makefile.in-459-	echo " rm -f" $$list; \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-496-.c.obj:
yp-tools-3.3/nss_nis6/Makefile.in:497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
yp-tools-3.3/nss_nis6/Makefile.in-498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yp-tools-3.3/nss_nis6/Makefile.in:501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
yp-tools-3.3/nss_nis6/Makefile.in-502-
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-545-GTAGS:
yp-tools-3.3/nss_nis6/Makefile.in:546:	here=`$(am__cd) $(top_builddir) && pwd` \
yp-tools-3.3/nss_nis6/Makefile.in-547-	  && $(am__cd) $(top_srcdir) \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-568-distdir: $(DISTFILES)
yp-tools-3.3/nss_nis6/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/nss_nis6/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/nss_nis6/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/nss_nis6/Makefile.in-582-	  if test -d $$d/$$file; then \
yp-tools-3.3/nss_nis6/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/nss_nis6/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/config.rpath-33-host="$1"
yp-tools-3.3/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
yp-tools-3.3/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
yp-tools-3.3/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
yp-tools-3.3/config.rpath-37-
##############################################
yp-tools-3.3/config.rpath-47-done
yp-tools-3.3/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
yp-tools-3.3/config.rpath-49-
##############################################
yp-tools-3.3/config.rpath-94-        *)
yp-tools-3.3/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
yp-tools-3.3/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yp-tools-3.3/config.rpath:236:      case `$LD -v 2>&1` in
yp-tools-3.3/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
yp-tools-3.3/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
yp-tools-3.3/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
yp-tools-3.3/config.rpath-243-          else
##############################################
yp-tools-3.3/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
yp-tools-3.3/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
yp-tools-3.3/config.rpath-300-          if test -f "$collect2name" && \
##############################################
yp-tools-3.3/config.rpath-430-        hardcode_direct=yes
yp-tools-3.3/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
yp-tools-3.3/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
yp-tools-3.3/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
yp-tools-3.3/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
yp-tools-3.3/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
yp-tools-3.3/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
yp-tools-3.3/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
yp-tools-3.3/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yp-tools-3.3/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yp-tools-3.3/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yp-tools-3.3/config.rpath-651-
##############################################
yp-tools-3.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
yp-tools-3.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yp-tools-3.3/configure-47-  as_echo='print -r --'
yp-tools-3.3/configure-48-  as_echo_n='print -rn --'
yp-tools-3.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yp-tools-3.3/configure-50-  as_echo='printf %s\n'
##############################################
yp-tools-3.3/configure-52-else
yp-tools-3.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yp-tools-3.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yp-tools-3.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
yp-tools-3.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yp-tools-3.3/configure-64-      esac;
##############################################
yp-tools-3.3/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
yp-tools-3.3/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
yp-tools-3.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
yp-tools-3.3/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
yp-tools-3.3/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
yp-tools-3.3/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
yp-tools-3.3/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
yp-tools-3.3/configure-335-      case $as_dir in #(
yp-tools-3.3/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yp-tools-3.3/configure-337-      *) as_qdir=$as_dir;;
##############################################
yp-tools-3.3/configure-408-  {
yp-tools-3.3/configure:409:    as_val=`expr "$@" || test $? -eq 1`
yp-tools-3.3/configure-410-  }
##############################################
yp-tools-3.3/configure-415-# ----------------------------------------
yp-tools-3.3/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yp-tools-3.3/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yp-tools-3.3/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
yp-tools-3.3/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
yp-tools-3.3/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
yp-tools-3.3/configure-879-  case $ac_option in
yp-tools-3.3/configure:880:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
yp-tools-3.3/configure-881-  *=)   ac_optarg= ;;
##############################################
yp-tools-3.3/configure-923-  -disable-* | --disable-*)
yp-tools-3.3/configure:924:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
yp-tools-3.3/configure-925-    # Reject names that are not valid shell variable names.
##############################################
yp-tools-3.3/configure-928-    ac_useropt_orig=$ac_useropt
yp-tools-3.3/configure:929:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yp-tools-3.3/configure-930-    case $ac_user_opts in
##############################################
yp-tools-3.3/configure-949-  -enable-* | --enable-*)
yp-tools-3.3/configure:950:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
yp-tools-3.3/configure-951-    # Reject names that are not valid shell variable names.
##############################################
yp-tools-3.3/configure-954-    ac_useropt_orig=$ac_useropt
yp-tools-3.3/configure:955:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yp-tools-3.3/configure-956-    case $ac_user_opts in
##############################################
yp-tools-3.3/configure-1153-  -with-* | --with-*)
yp-tools-3.3/configure:1154:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
yp-tools-3.3/configure-1155-    # Reject names that are not valid shell variable names.
##############################################
yp-tools-3.3/configure-1158-    ac_useropt_orig=$ac_useropt
yp-tools-3.3/configure:1159:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yp-tools-3.3/configure-1160-    case $ac_user_opts in
##############################################
yp-tools-3.3/configure-1169-  -without-* | --without-*)
yp-tools-3.3/configure:1170:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
yp-tools-3.3/configure-1171-    # Reject names that are not valid shell variable names.
##############################################
yp-tools-3.3/configure-1174-    ac_useropt_orig=$ac_useropt
yp-tools-3.3/configure:1175:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yp-tools-3.3/configure-1176-    case $ac_user_opts in
##############################################
yp-tools-3.3/configure-1207-  *=*)
yp-tools-3.3/configure:1208:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
yp-tools-3.3/configure-1209-    # Reject names that are not valid shell variable names.
##############################################
yp-tools-3.3/configure-1228-if test -n "$ac_prev"; then
yp-tools-3.3/configure:1229:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
yp-tools-3.3/configure-1230-  as_fn_error $? "missing argument to $ac_option"
##############################################
yp-tools-3.3/configure-1250-    */ )
yp-tools-3.3/configure:1251:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
yp-tools-3.3/configure-1252-      eval $ac_var=\$ac_val;;
##############################################
yp-tools-3.3/configure-1285-ac_ls_di=`ls -di .` &&
yp-tools-3.3/configure:1286:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
yp-tools-3.3/configure-1287-  as_fn_error $? "working directory cannot be determined"
##############################################
yp-tools-3.3/configure-1341-case $srcdir in
yp-tools-3.3/configure:1342:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
yp-tools-3.3/configure-1343-esac
##############################################
yp-tools-3.3/configure-1384-By default, \`make install' will install all the files in
yp-tools-3.3/configure:1385:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
yp-tools-3.3/configure:1386:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
yp-tools-3.3/configure-1387-for instance \`--prefix=\$HOME'.
##############################################
yp-tools-3.3/configure-1504-*)
yp-tools-3.3/configure:1505:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yp-tools-3.3/configure-1506-  # A ".." for each directory in $ac_dir_suffix.
yp-tools-3.3/configure:1507:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yp-tools-3.3/configure-1508-  case $ac_top_builddir_sub in
##############################################
yp-tools-3.3/configure-1992-    *\'*)
yp-tools-3.3/configure:1993:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
yp-tools-3.3/configure-1994-    esac
##############################################
yp-tools-3.3/configure-2075-      case $ac_val in
yp-tools-3.3/configure:2076:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yp-tools-3.3/configure-2077-      esac
##############################################
yp-tools-3.3/configure-2090-	case $ac_val in
yp-tools-3.3/configure:2091:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yp-tools-3.3/configure-2092-	esac
##############################################
yp-tools-3.3/configure-2211-    set,)
yp-tools-3.3/configure:2212:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
yp-tools-3.3/configure:2213:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
yp-tools-3.3/configure-2214-      ac_cache_corrupted=: ;;
##############################################
yp-tools-3.3/configure-2222-	# differences in whitespace do not lead to failure.
yp-tools-3.3/configure:2223:	ac_old_val_w=`echo x $ac_old_val`
yp-tools-3.3/configure:2224:	ac_new_val_w=`echo x $ac_new_val`
yp-tools-3.3/configure-2225-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
yp-tools-3.3/configure-2242-    case $ac_new_val in
yp-tools-3.3/configure:2243:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
yp-tools-3.3/configure-2244-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
yp-tools-3.3/configure-2417-     echo "timestamp, slept: $am_has_slept" > conftest.file
yp-tools-3.3/configure:2418:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yp-tools-3.3/configure-2419-     if test "$*" = "X"; then
yp-tools-3.3/configure-2420-	# -L didn't work.
yp-tools-3.3/configure:2421:	set X `ls -t "$srcdir/configure" conftest.file`
yp-tools-3.3/configure-2422-     fi
##############################################
yp-tools-3.3/configure-2468-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
yp-tools-3.3/configure:2469:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
yp-tools-3.3/configure-2470-
yp-tools-3.3/configure-2471-# expand $ac_aux_dir to an absolute path
yp-tools-3.3/configure:2472:am_aux_dir=`cd $ac_aux_dir && pwd`
yp-tools-3.3/configure-2473-
##############################################
yp-tools-3.3/configure-2613-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
yp-tools-3.3/configure:2614:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
yp-tools-3.3/configure-2615-	     'mkdir (GNU coreutils) '* | \
##############################################
yp-tools-3.3/configure-2686-set x ${MAKE-make}
yp-tools-3.3/configure:2687:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
yp-tools-3.3/configure-2688-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
yp-tools-3.3/configure-2696-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
yp-tools-3.3/configure:2697:case `${MAKE-make} -f conftest.make 2>/dev/null` in
yp-tools-3.3/configure-2698-  *@@@%%%=?*=@@@%%%*)
##############################################
yp-tools-3.3/configure-2762-
yp-tools-3.3/configure:2763:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yp-tools-3.3/configure-2764-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yp-tools-3.3/configure-3244-$as_echo_n "checking whether the C compiler works... " >&6; }
yp-tools-3.3/configure:3245:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
yp-tools-3.3/configure-3246-
##############################################
yp-tools-3.3/configure-3288-	then :; else
yp-tools-3.3/configure:3289:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yp-tools-3.3/configure-3290-	fi
##############################################
yp-tools-3.3/configure-3348-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
yp-tools-3.3/configure:3349:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yp-tools-3.3/configure-3350-	  break;;
##############################################
yp-tools-3.3/configure-3457-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
yp-tools-3.3/configure:3458:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
yp-tools-3.3/configure-3459-       break;;
##############################################
yp-tools-3.3/configure-3706-# Ignore all kinds of additional output from 'make'.
yp-tools-3.3/configure:3707:case `$am_make -s -f confmf 2> /dev/null` in #(
yp-tools-3.3/configure-3708-*the\ am__doit\ target*)
##############################################
yp-tools-3.3/configure-3716-   echo '.include "confinc"' > confmf
yp-tools-3.3/configure:3717:   case `$am_make -s -f confmf 2> /dev/null` in #(
yp-tools-3.3/configure-3718-   *the\ am__doit\ target*)
##############################################
yp-tools-3.3/configure-3779-  if test "$am_compiler_list" = ""; then
yp-tools-3.3/configure:3780:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
yp-tools-3.3/configure-3781-  fi
##############################################
yp-tools-3.3/configure-4036-  # Check for GNU $ac_path_GREP
yp-tools-3.3/configure:4037:case `"$ac_path_GREP" --version 2>&1` in
yp-tools-3.3/configure-4038-*GNU*)
##############################################
yp-tools-3.3/configure-4102-  # Check for GNU $ac_path_EGREP
yp-tools-3.3/configure:4103:case `"$ac_path_EGREP" --version 2>&1` in
yp-tools-3.3/configure-4104-*GNU*)
##############################################
yp-tools-3.3/configure-4263-do :
yp-tools-3.3/configure:4264:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yp-tools-3.3/configure-4265-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
yp-tools-3.3/configure-4268-  cat >>confdefs.h <<_ACEOF
yp-tools-3.3/configure:4269:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yp-tools-3.3/configure-4270-_ACEOF
##############################################
yp-tools-3.3/configure-4452-set dummy $CC
yp-tools-3.3/configure:4453:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
yp-tools-3.3/configure-4454-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
yp-tools-3.3/configure-4650-set x ${MAKE-make}
yp-tools-3.3/configure:4651:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
yp-tools-3.3/configure-4652-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
yp-tools-3.3/configure-4660-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
yp-tools-3.3/configure:4661:case `${MAKE-make} -f conftest.make 2>/dev/null` in
yp-tools-3.3/configure-4662-  *@@@%%%=?*=@@@%%%*)
##############################################
yp-tools-3.3/configure-4806-test "x$ac_build_alias" = x &&
yp-tools-3.3/configure:4807:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
yp-tools-3.3/configure-4808-test "x$ac_build_alias" = x &&
yp-tools-3.3/configure-4809-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
yp-tools-3.3/configure:4810:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
yp-tools-3.3/configure-4811-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
yp-tools-3.3/configure-4830-IFS=$ac_save_IFS
yp-tools-3.3/configure:4831:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
yp-tools-3.3/configure-4832-
##############################################
yp-tools-3.3/configure-4841-else
yp-tools-3.3/configure:4842:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
yp-tools-3.3/configure-4843-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
yp-tools-3.3/configure-4863-IFS=$ac_save_IFS
yp-tools-3.3/configure:4864:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
yp-tools-3.3/configure-4865-
##############################################
yp-tools-3.3/configure-4891-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
yp-tools-3.3/configure:4892:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
yp-tools-3.3/configure-4893-  ECHO='print -r --'
yp-tools-3.3/configure:4894:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
yp-tools-3.3/configure-4895-  ECHO='printf %s\n'
##############################################
yp-tools-3.3/configure-4960-  # Check for GNU $ac_path_SED
yp-tools-3.3/configure:4961:case `"$ac_path_SED" --version 2>&1` in
yp-tools-3.3/configure-4962-*GNU*)
##############################################
yp-tools-3.3/configure-5039-  # Check for GNU $ac_path_FGREP
yp-tools-3.3/configure:5040:case `"$ac_path_FGREP" --version 2>&1` in
yp-tools-3.3/configure-5041-*GNU*)
##############################################
yp-tools-3.3/configure-5119-    # gcc leaves a trailing carriage return which upsets mingw
yp-tools-3.3/configure:5120:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yp-tools-3.3/configure-5121-  *)
yp-tools-3.3/configure:5122:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yp-tools-3.3/configure-5123-  esac
##############################################
yp-tools-3.3/configure-5128-      # Canonicalize the pathname of ld
yp-tools-3.3/configure:5129:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
yp-tools-3.3/configure-5130-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
yp-tools-3.3/configure:5131:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
yp-tools-3.3/configure-5132-      done
##############################################
yp-tools-3.3/configure-5163-      # Break only if it was the GNU/non-GNU ld that we prefer.
yp-tools-3.3/configure:5164:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
yp-tools-3.3/configure-5165-      *GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/configure-5194-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
yp-tools-3.3/configure:5195:case `$LD -v 2>&1 </dev/null` in
yp-tools-3.3/configure-5196-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/configure-5239-	# Tru64's nm complains that /dev/null is an invalid object file
yp-tools-3.3/configure:5240:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/configure-5241-	*/dev/null* | *'Invalid file or object type'*)
##############################################
yp-tools-3.3/configure-5245-	*)
yp-tools-3.3/configure:5246:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/configure-5247-	  */dev/null*)
##############################################
yp-tools-3.3/configure-5373-
yp-tools-3.3/configure:5374:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
yp-tools-3.3/configure-5375-    *COFF*)
##############################################
yp-tools-3.3/configure-5485-    # And add a safety zone
yp-tools-3.3/configure:5486:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yp-tools-3.3/configure:5487:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yp-tools-3.3/configure-5488-    ;;
##############################################
yp-tools-3.3/configure-5518-    if test -n "$kargmax"; then
yp-tools-3.3/configure:5519:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
yp-tools-3.3/configure-5520-    else
##############################################
yp-tools-3.3/configure-5526-    if test -n "$lt_cv_sys_max_cmd_len"; then
yp-tools-3.3/configure:5527:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yp-tools-3.3/configure:5528:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yp-tools-3.3/configure-5529-    else
##############################################
yp-tools-3.3/configure-5538-      # we can't tell.
yp-tools-3.3/configure:5539:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
yp-tools-3.3/configure-5540-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
yp-tools-3.3/configure-5542-      do
yp-tools-3.3/configure:5543:        i=`expr $i + 1`
yp-tools-3.3/configure-5544-        teststring=$teststring$teststring
##############################################
yp-tools-3.3/configure-5546-      # Only check the string length outside the loop.
yp-tools-3.3/configure:5547:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
yp-tools-3.3/configure-5548-      teststring=
##############################################
yp-tools-3.3/configure-5551-      # linker.  It appears as though 1/2 is a usable value.
yp-tools-3.3/configure:5552:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
yp-tools-3.3/configure-5553-    fi
##############################################
yp-tools-3.3/configure-5991-openbsd*)
yp-tools-3.3/configure:5992:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/configure-5993-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
yp-tools-3.3/configure-6058-    else
yp-tools-3.3/configure:6059:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
yp-tools-3.3/configure-6060-    fi
##############################################
yp-tools-3.3/configure-6203-  # decide which to use based on capabilities of $DLLTOOL
yp-tools-3.3/configure:6204:  case `$DLLTOOL --help 2>&1` in
yp-tools-3.3/configure-6205-  *--identify-strict*)
##############################################
yp-tools-3.3/configure-6724-# If we're using GNU nm, then use its standard symbol codes.
yp-tools-3.3/configure:6725:case `$NM -V 2>&1` in
yp-tools-3.3/configure-6726-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/configure-6742-mingw*)
yp-tools-3.3/configure:6743:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
yp-tools-3.3/configure-6744-  ;;
##############################################
yp-tools-3.3/configure-6961-   if test "$GCC" = yes; then
yp-tools-3.3/configure:6962:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
yp-tools-3.3/configure-6963-   fi
##############################################
yp-tools-3.3/configure-6965- /*)
yp-tools-3.3/configure:6966:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
yp-tools-3.3/configure-6967-   ;; #(
##############################################
yp-tools-3.3/configure-7001-  test $ac_status = 0; }; then
yp-tools-3.3/configure:7002:    case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/configure-7003-      *ELF-32*)
##############################################
yp-tools-3.3/configure-7021-    if test "$lt_cv_prog_gnu_ld" = yes; then
yp-tools-3.3/configure:7022:      case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/configure-7023-	*32-bit*)
##############################################
yp-tools-3.3/configure-7033-    else
yp-tools-3.3/configure:7034:      case `/usr/bin/file conftest.$ac_objext` in
yp-tools-3.3/configure-7035-	*32-bit*)
##############################################
yp-tools-3.3/configure-8217-done
yp-tools-3.3/configure:8218:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
yp-tools-3.3/configure-8219-
##############################################
yp-tools-3.3/configure-8246-	"file_magic "*)
yp-tools-3.3/configure:8247:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yp-tools-3.3/configure-8248-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
yp-tools-3.3/configure-8312-	"file_magic "*)
yp-tools-3.3/configure:8313:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yp-tools-3.3/configure-8314-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
yp-tools-3.3/configure-8679-      *)
yp-tools-3.3/configure:8680:	case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/configure-8681-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
yp-tools-3.3/configure-9039-  if test "$hard_links" = no; then
yp-tools-3.3/configure:9040:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
yp-tools-3.3/configure:9041:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
yp-tools-3.3/configure-9042-    need_locks=warn
##############################################
yp-tools-3.3/configure-9125-	# shared libraries, regardless of the interface used.
yp-tools-3.3/configure:9126:	case `$LD -v 2>&1` in
yp-tools-3.3/configure-9127-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
yp-tools-3.3/configure-9157-    supports_anon_versioning=no
yp-tools-3.3/configure:9158:    case `$LD -v 2>&1` in
yp-tools-3.3/configure-9159-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
yp-tools-3.3/configure-9226-	# is EXPORTS), use it as is; otherwise, prepend...
yp-tools-3.3/configure:9227:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/configure-9228-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
yp-tools-3.3/configure-9254-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yp-tools-3.3/configure:9255:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
yp-tools-3.3/configure:9256:      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'
yp-tools-3.3/configure-9257-      ;;
##############################################
yp-tools-3.3/configure-9272-        pgcc*)				# Portland Group C compiler
yp-tools-3.3/configure:9273:	  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'
yp-tools-3.3/configure-9274-	  tmp_addflag=' $pic_flag'
##############################################
yp-tools-3.3/configure-9277-					# Portland Group f77 and f90 compilers
yp-tools-3.3/configure:9278:	  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'
yp-tools-3.3/configure-9279-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
yp-tools-3.3/configure-9292-	nvcc*)	# Cuda Compiler Driver 2.2
yp-tools-3.3/configure:9293:	  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'
yp-tools-3.3/configure-9294-	  compiler_needs_object=yes
##############################################
yp-tools-3.3/configure-9296-	esac
yp-tools-3.3/configure:9297:	case `$CC -V 2>&1 | sed 5q` in
yp-tools-3.3/configure-9298-	*Sun\ C*)			# Sun C 5.9
yp-tools-3.3/configure:9299:	  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'
yp-tools-3.3/configure-9300-	  compiler_needs_object=yes
##############################################
yp-tools-3.3/configure-9364-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yp-tools-3.3/configure:9365:      case `$LD -v 2>&1` in
yp-tools-3.3/configure-9366-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
yp-tools-3.3/configure-9487-	# below for broken collect2 doesn't work under 4.3+
yp-tools-3.3/configure:9488:	  collect2name=`${CC} -print-prog-name=collect2`
yp-tools-3.3/configure-9489-	  if test -f "$collect2name" &&
##############################################
yp-tools-3.3/configure-9560-      }'
yp-tools-3.3/configure:9561:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/configure-9562-  # Check for a 64-bit object if we didn't find anything.
yp-tools-3.3/configure-9563-  if test -z "$lt_cv_aix_libpath_"; then
yp-tools-3.3/configure:9564:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/configure-9565-  fi
##############################################
yp-tools-3.3/configure-9578-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
yp-tools-3.3/configure:9579:        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"
yp-tools-3.3/configure-9580-      else
##############################################
yp-tools-3.3/configure-9613-      }'
yp-tools-3.3/configure:9614:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/configure-9615-  # Check for a 64-bit object if we didn't find anything.
yp-tools-3.3/configure-9616-  if test -z "$lt_cv_aix_libpath_"; then
yp-tools-3.3/configure:9617:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yp-tools-3.3/configure-9618-  fi
##############################################
yp-tools-3.3/configure-9686-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
yp-tools-3.3/configure:9687:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
yp-tools-3.3/configure-9688-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
yp-tools-3.3/configure-9723-	# FIXME: Setting linknames here is a bad hack.
yp-tools-3.3/configure:9724:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
yp-tools-3.3/configure-9725-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
yp-tools-3.3/configure-9741-  if test "$lt_cv_ld_force_load" = "yes"; then
yp-tools-3.3/configure:9742:    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\"`'
yp-tools-3.3/configure-9743-
##############################################
yp-tools-3.3/configure-9921-      if test "$GCC" = yes; then
yp-tools-3.3/configure:9922:	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'
yp-tools-3.3/configure-9923-	# Try to use the -exported_symbol ld option, if it does not
##############################################
yp-tools-3.3/configure-9949-	if test "$lt_cv_irix_exported_symbol" = yes; then
yp-tools-3.3/configure:9950:          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'
yp-tools-3.3/configure-9951-	fi
yp-tools-3.3/configure-9952-      else
yp-tools-3.3/configure:9953:	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'
yp-tools-3.3/configure:9954:	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'
yp-tools-3.3/configure-9955-      fi
##############################################
yp-tools-3.3/configure-9989-	hardcode_direct_absolute=yes
yp-tools-3.3/configure:9990:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/configure-9991-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
yp-tools-3.3/configure-10022-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
yp-tools-3.3/configure:10023:	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'
yp-tools-3.3/configure-10024-      else
yp-tools-3.3/configure-10025-	allow_undefined_flag=' -expect_unresolved \*'
yp-tools-3.3/configure:10026:	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'
yp-tools-3.3/configure-10027-      fi
##############################################
yp-tools-3.3/configure-10035-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
yp-tools-3.3/configure:10036:	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'
yp-tools-3.3/configure-10037-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
yp-tools-3.3/configure-10039-	allow_undefined_flag=' -expect_unresolved \*'
yp-tools-3.3/configure:10040:	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'
yp-tools-3.3/configure:10041:	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~
yp-tools-3.3/configure:10042:	$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'
yp-tools-3.3/configure-10043-
##############################################
yp-tools-3.3/configure-10058-      else
yp-tools-3.3/configure:10059:	case `$CC -V 2>&1` in
yp-tools-3.3/configure-10060-	*"Compilers 5.0"*)
##############################################
yp-tools-3.3/configure-10457-  esac
yp-tools-3.3/configure:10458:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
yp-tools-3.3/configure-10459-  case $lt_search_path_spec in
##############################################
yp-tools-3.3/configure-10464-    # okay in the real world where ";" in dirpaths is itself problematic.
yp-tools-3.3/configure:10465:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
yp-tools-3.3/configure-10466-    ;;
yp-tools-3.3/configure-10467-  *)
yp-tools-3.3/configure:10468:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/configure-10469-    ;;
##############################################
yp-tools-3.3/configure-10473-  lt_tmp_lt_search_path_spec=
yp-tools-3.3/configure:10474:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
yp-tools-3.3/configure-10475-  for lt_sys_path in $lt_search_path_spec; do
##############################################
yp-tools-3.3/configure-10508-  esac
yp-tools-3.3/configure:10509:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
yp-tools-3.3/configure-10510-else
##############################################
yp-tools-3.3/configure-10596-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
yp-tools-3.3/configure:10597:    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'
yp-tools-3.3/configure-10598-    ;;
##############################################
yp-tools-3.3/configure-10632-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yp-tools-3.3/configure:10633:    postinstall_cmds='base_file=`basename \${file}`~
yp-tools-3.3/configure:10634:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
yp-tools-3.3/configure:10635:      dldir=$destdir/`dirname \$dlpath`~
yp-tools-3.3/configure-10636-      test -d \$dldir || mkdir -p \$dldir~
##############################################
yp-tools-3.3/configure-10641-      fi'
yp-tools-3.3/configure:10642:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yp-tools-3.3/configure-10643-      dlpath=$dir/\$dldll~
##############################################
yp-tools-3.3/configure-10649-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
yp-tools-3.3/configure:10650:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/configure-10651-
##############################################
yp-tools-3.3/configure-10655-      # MinGW DLLs use traditional 'lib' prefix
yp-tools-3.3/configure:10656:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/configure-10657-      ;;
##############################################
yp-tools-3.3/configure-10659-      # pw32 DLLs use 'pw' prefix rather than 'lib'
yp-tools-3.3/configure:10660:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/configure-10661-      ;;
##############################################
yp-tools-3.3/configure-10668-    libname_spec='$name'
yp-tools-3.3/configure:10669:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
yp-tools-3.3/configure-10670-    library_names_spec='${libname}.dll.lib'
##############################################
yp-tools-3.3/configure-10680-        # Let DOS variable expansion print the short 8.3 style file name.
yp-tools-3.3/configure:10681:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
yp-tools-3.3/configure-10682-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
yp-tools-3.3/configure-10685-      # Convert to MSYS style.
yp-tools-3.3/configure:10686:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
yp-tools-3.3/configure-10687-      ;;
##############################################
yp-tools-3.3/configure-10691-      # like /cygdrive/c/PROGRA~1:/cygdr...
yp-tools-3.3/configure:10692:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
yp-tools-3.3/configure:10693:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
yp-tools-3.3/configure:10694:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/configure-10695-      ;;
##############################################
yp-tools-3.3/configure-10699-        # It is most probably a Windows format PATH.
yp-tools-3.3/configure:10700:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
yp-tools-3.3/configure-10701-      else
yp-tools-3.3/configure:10702:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yp-tools-3.3/configure-10703-      fi
##############################################
yp-tools-3.3/configure-10709-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yp-tools-3.3/configure:10710:    postinstall_cmds='base_file=`basename \${file}`~
yp-tools-3.3/configure:10711:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
yp-tools-3.3/configure:10712:      dldir=$destdir/`dirname \$dlpath`~
yp-tools-3.3/configure-10713-      test -d \$dldir || mkdir -p \$dldir~
yp-tools-3.3/configure-10714-      $install_prog $dir/$dlname \$dldir/$dlname'
yp-tools-3.3/configure:10715:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yp-tools-3.3/configure-10716-      dlpath=$dir/\$dldll~
##############################################
yp-tools-3.3/configure-10723-    # Assume MSVC wrapper
yp-tools-3.3/configure:10724:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
yp-tools-3.3/configure-10725-    dynamic_linker='Win32 ld.exe'
##############################################
yp-tools-3.3/configure-10740-  shlibpath_var=DYLD_LIBRARY_PATH
yp-tools-3.3/configure:10741:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
yp-tools-3.3/configure-10742-
##############################################
yp-tools-3.3/configure-10977-  if test -f /etc/ld.so.conf; then
yp-tools-3.3/configure:10978:    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' ' '`
yp-tools-3.3/configure-10979-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
yp-tools-3.3/configure-11039-  shlibpath_var=LD_LIBRARY_PATH
yp-tools-3.3/configure:11040:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yp-tools-3.3/configure-11041-    case $host_os in
##############################################
yp-tools-3.3/configure-12222-  test $ac_status = 0; }; then
yp-tools-3.3/configure:12223:  pkg_cv_TIRPC_CFLAGS=`$PKG_CONFIG --cflags "libtirpc" 2>/dev/null`
yp-tools-3.3/configure-12224-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yp-tools-3.3/configure-12239-  test $ac_status = 0; }; then
yp-tools-3.3/configure:12240:  pkg_cv_TIRPC_LIBS=`$PKG_CONFIG --libs "libtirpc" 2>/dev/null`
yp-tools-3.3/configure-12241-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yp-tools-3.3/configure-12260-        if test $_pkg_short_errors_supported = yes; then
yp-tools-3.3/configure:12261:	        TIRPC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtirpc" 2>&1`
yp-tools-3.3/configure-12262-        else
yp-tools-3.3/configure:12263:	        TIRPC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtirpc" 2>&1`
yp-tools-3.3/configure-12264-        fi
##############################################
yp-tools-3.3/configure-12503-do :
yp-tools-3.3/configure:12504:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yp-tools-3.3/configure-12505-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yp-tools-3.3/configure-12507-  cat >>confdefs.h <<_ACEOF
yp-tools-3.3/configure:12508:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yp-tools-3.3/configure-12509-_ACEOF
##############################################
yp-tools-3.3/configure-12730-
yp-tools-3.3/configure:12731:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/configure-12732-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
yp-tools-3.3/configure-12735-
yp-tools-3.3/configure:12736:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/configure-12737-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
yp-tools-3.3/configure-12812-
yp-tools-3.3/configure:12813:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yp-tools-3.3/configure-12814-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
yp-tools-3.3/configure-12942-    # gcc leaves a trailing carriage return which upsets mingw
yp-tools-3.3/configure:12943:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yp-tools-3.3/configure-12944-  *)
yp-tools-3.3/configure:12945:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yp-tools-3.3/configure-12946-  esac
##############################################
yp-tools-3.3/configure-12951-      # Canonicalize the pathname of ld
yp-tools-3.3/configure:12952:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
yp-tools-3.3/configure-12953-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
yp-tools-3.3/configure:12954:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
yp-tools-3.3/configure-12955-      done
##############################################
yp-tools-3.3/configure-12986-      # Break only if it was the GNU/non-GNU ld that we prefer.
yp-tools-3.3/configure:12987:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
yp-tools-3.3/configure-12988-      *GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/configure-13017-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
yp-tools-3.3/configure:13018:case `$LD -v 2>&1 </dev/null` in
yp-tools-3.3/configure-13019-*GNU* | *'with BFD'*)
##############################################
yp-tools-3.3/configure-13105-    *)
yp-tools-3.3/configure:13106:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
yp-tools-3.3/configure-13107-      if test -n "$searchpath"; then
##############################################
yp-tools-3.3/configure-13115-                ;;
yp-tools-3.3/configure:13116:              *) searchdir=`cd "$searchdir" && pwd`
yp-tools-3.3/configure-13117-                 case "$searchdir" in
##############################################
yp-tools-3.3/configure-13206-        names_already_handled="$names_already_handled $name"
yp-tools-3.3/configure:13207:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yp-tools-3.3/configure-13208-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yp-tools-3.3/configure-13282-                -L*)
yp-tools-3.3/configure:13283:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yp-tools-3.3/configure-13284-                                    if test -n "$acl_shlibext"; then
##############################################
yp-tools-3.3/configure-13399-              */$acl_libdirstem | */$acl_libdirstem/)
yp-tools-3.3/configure:13400:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yp-tools-3.3/configure-13401-                if test "$name" = 'iconv'; then
##############################################
yp-tools-3.3/configure-13406-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yp-tools-3.3/configure:13407:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yp-tools-3.3/configure-13408-                if test "$name" = 'iconv'; then
##############################################
yp-tools-3.3/configure-13457-                  -L*)
yp-tools-3.3/configure:13458:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yp-tools-3.3/configure-13459-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
yp-tools-3.3/configure-13516-                  -R*)
yp-tools-3.3/configure:13517:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yp-tools-3.3/configure-13518-                    if test "$enable_rpath" != no; then
##############################################
yp-tools-3.3/configure-13541-                  -l*)
yp-tools-3.3/configure:13542:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yp-tools-3.3/configure-13543-                    ;;
yp-tools-3.3/configure-13544-                  *.la)
yp-tools-3.3/configure:13545:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yp-tools-3.3/configure-13546-                    ;;
##############################################
yp-tools-3.3/configure-14090-        names_already_handled="$names_already_handled $name"
yp-tools-3.3/configure:14091:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yp-tools-3.3/configure-14092-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yp-tools-3.3/configure-14166-                -L*)
yp-tools-3.3/configure:14167:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yp-tools-3.3/configure-14168-                                    if test -n "$acl_shlibext"; then
##############################################
yp-tools-3.3/configure-14283-              */$acl_libdirstem | */$acl_libdirstem/)
yp-tools-3.3/configure:14284:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yp-tools-3.3/configure-14285-                if test "$name" = 'intl'; then
##############################################
yp-tools-3.3/configure-14290-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yp-tools-3.3/configure:14291:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yp-tools-3.3/configure-14292-                if test "$name" = 'intl'; then
##############################################
yp-tools-3.3/configure-14341-                  -L*)
yp-tools-3.3/configure:14342:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yp-tools-3.3/configure-14343-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
yp-tools-3.3/configure-14400-                  -R*)
yp-tools-3.3/configure:14401:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yp-tools-3.3/configure-14402-                    if test "$enable_rpath" != no; then
##############################################
yp-tools-3.3/configure-14425-                  -l*)
yp-tools-3.3/configure:14426:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yp-tools-3.3/configure-14427-                    ;;
yp-tools-3.3/configure-14428-                  *.la)
yp-tools-3.3/configure:14429:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yp-tools-3.3/configure-14430-                    ;;
##############################################
yp-tools-3.3/configure-14762-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
yp-tools-3.3/configure:14763:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
yp-tools-3.3/configure-14764-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
yp-tools-3.3/configure-14853-if test -z "$BASH_VERSION$ZSH_VERSION" \
yp-tools-3.3/configure:14854:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yp-tools-3.3/configure-14855-  as_echo='print -r --'
yp-tools-3.3/configure-14856-  as_echo_n='print -rn --'
yp-tools-3.3/configure:14857:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yp-tools-3.3/configure-14858-  as_echo='printf %s\n'
##############################################
yp-tools-3.3/configure-14860-else
yp-tools-3.3/configure:14861:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yp-tools-3.3/configure-14862-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yp-tools-3.3/configure-14870-	expr "X$arg" : "X\\(.*\\)$as_nl";
yp-tools-3.3/configure:14871:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yp-tools-3.3/configure-14872-      esac;
##############################################
yp-tools-3.3/configure-14947-# ----------------------------------------
yp-tools-3.3/configure:14948:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yp-tools-3.3/configure-14949-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yp-tools-3.3/configure-15019-  {
yp-tools-3.3/configure:15020:    as_val=`expr "$@" || test $? -eq 1`
yp-tools-3.3/configure-15021-  }
##############################################
yp-tools-3.3/configure-15123-      case $as_dir in #(
yp-tools-3.3/configure:15124:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yp-tools-3.3/configure-15125-      *) as_qdir=$as_dir;;
##############################################
yp-tools-3.3/configure-15258-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
yp-tools-3.3/configure:15259:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
yp-tools-3.3/configure-15260-ac_cs_version="\\
##############################################
yp-tools-3.3/configure-15283-  --*=?*)
yp-tools-3.3/configure:15284:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yp-tools-3.3/configure:15285:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
yp-tools-3.3/configure-15286-    ac_shift=:
##############################################
yp-tools-3.3/configure-15288-  --*=)
yp-tools-3.3/configure:15289:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yp-tools-3.3/configure-15290-    ac_optarg=
##############################################
yp-tools-3.3/configure-15312-    case $ac_optarg in
yp-tools-3.3/configure:15313:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yp-tools-3.3/configure-15314-    '') as_fn_error $? "missing file argument" ;;
##############################################
yp-tools-3.3/configure-15320-    case $ac_optarg in
yp-tools-3.3/configure:15321:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yp-tools-3.3/configure-15322-    esac
##############################################
yp-tools-3.3/configure-15389-delay_variable_subst='$delay_variable_subst'
yp-tools-3.3/configure:15390:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15391:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15392:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15393:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15394:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15395:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15396:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15397:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15398:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15399:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15400:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15401:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15402:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15403:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15404:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15405:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15406:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15407:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15408:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15409:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15410:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15411:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15412:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15413:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15414:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15415:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15416:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15417:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15418:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15419:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15420:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15421:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15422:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15423:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15424:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15425:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15426:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15427:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15428:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15429:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15430:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15431:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15432:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15433:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15434:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15435:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15436:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15437:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15438:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15439:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15440:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15441:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15442:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15443:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15444:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15445:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15446: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"`'
yp-tools-3.3/configure:15447:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15448:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15449:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15450:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15451:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15452:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15453:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15454:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15455:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15456:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15457:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15458:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15459:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15460:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15461:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15462:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15463:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15464:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15465:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15466:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15467:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15468:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15469:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15470:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15471:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15472:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15473:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15474:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15475:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15476:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15477:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15478:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15479:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15480:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15481:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15482:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15483:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15484:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15485:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15486:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15487:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15488:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15489:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15490:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15491:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15492:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15493:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15494:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15495:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15496:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15497:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15498:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15499:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15500:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15501:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15502:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15503:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15504:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15505:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15506:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15507:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15508:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15509:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15510:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15511:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15512:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15513:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15514:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15515:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15516:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15517:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15518:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure:15519:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
yp-tools-3.3/configure-15520-
##############################################
yp-tools-3.3/configure-15598-striplib; do
yp-tools-3.3/configure:15599:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yp-tools-3.3/configure-15600-    *[\\\\\\\`\\"\\\$]*)
yp-tools-3.3/configure:15601:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
yp-tools-3.3/configure-15602-      ;;
##############################################
yp-tools-3.3/configure-15628-sys_lib_dlsearch_path_spec; do
yp-tools-3.3/configure:15629:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yp-tools-3.3/configure-15630-    *[\\\\\\\`\\"\\\$]*)
yp-tools-3.3/configure:15631:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
yp-tools-3.3/configure-15632-      ;;
##############################################
yp-tools-3.3/configure-15751-fi
yp-tools-3.3/configure:15752:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
yp-tools-3.3/configure-15753-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
yp-tools-3.3/configure-15768-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
yp-tools-3.3/configure:15769:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
yp-tools-3.3/configure-15770-ac_delim='%!_!# '
##############################################
yp-tools-3.3/configure-15774-
yp-tools-3.3/configure:15775:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
yp-tools-3.3/configure-15776-  if test $ac_delim_n = $ac_delim_num; then
##############################################
yp-tools-3.3/configure-15912-for ac_last_try in false false :; do
yp-tools-3.3/configure:15913:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
yp-tools-3.3/configure-15914-  if test -z "$ac_tt"; then
##############################################
yp-tools-3.3/configure-16044-      esac
yp-tools-3.3/configure:16045:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
yp-tools-3.3/configure-16046-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
yp-tools-3.3/configure-16103-*)
yp-tools-3.3/configure:16104:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yp-tools-3.3/configure-16105-  # A ".." for each directory in $ac_dir_suffix.
yp-tools-3.3/configure:16106:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yp-tools-3.3/configure-16107-  case $ac_top_builddir_sub in
##############################################
yp-tools-3.3/configure-16164-/@mandir@/p'
yp-tools-3.3/configure:16165:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
yp-tools-3.3/configure-16166-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
yp-tools-3.3/configure-16181-
yp-tools-3.3/configure:16182:# Neutralize VPATH when `$srcdir' = `.'.
yp-tools-3.3/configure-16183-# Shell code in configure.ac might set extrasub.
##############################################
yp-tools-3.3/configure-16209-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
yp-tools-3.3/configure:16210:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
yp-tools-3.3/configure-16211-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
yp-tools-3.3/configure-16255-    * )
yp-tools-3.3/configure:16256:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yp-tools-3.3/configure-16257-  esac
##############################################
yp-tools-3.3/configure-16302-    # Strip MF so we end up with the name of the file.
yp-tools-3.3/configure:16303:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yp-tools-3.3/configure-16304-    # Check whether this is an Automake generated Makefile or not.
##############################################
yp-tools-3.3/configure-16339-    # from the Makefile without running 'make'.
yp-tools-3.3/configure:16340:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yp-tools-3.3/configure-16341-    test -z "$DEPDIR" && continue
yp-tools-3.3/configure:16342:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yp-tools-3.3/configure-16343-    test -z "$am__include" && continue
yp-tools-3.3/configure:16344:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yp-tools-3.3/configure-16345-    # Find all dependency output files, they are included files with
##############################################
yp-tools-3.3/configure-16398-
yp-tools-3.3/configure:16399:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
yp-tools-3.3/configure-16400-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
yp-tools-3.3/configure-17017-      case "$ac_file" in
yp-tools-3.3/configure:17018:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
yp-tools-3.3/configure-17019-      esac
##############################################
yp-tools-3.3/configure-17022-        # Adjust a relative srcdir.
yp-tools-3.3/configure:17023:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yp-tools-3.3/configure:17024:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yp-tools-3.3/configure:17025:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yp-tools-3.3/configure-17026-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yp-tools-3.3/configure-17029-        case "$ac_given_srcdir" in
yp-tools-3.3/configure:17030:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yp-tools-3.3/configure-17031-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yp-tools-3.3/configure-17050-            fi
yp-tools-3.3/configure:17051:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yp-tools-3.3/configure-17052-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
yp-tools-3.3/etc/Makefile.in-40-  { \
yp-tools-3.3/etc/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/etc/Makefile.in-42-  }; \
##############################################
yp-tools-3.3/etc/Makefile.in-117-  esac
yp-tools-3.3/etc/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yp-tools-3.3/etc/Makefile.in-119-am__vpath_adj = case $$p in \
yp-tools-3.3/etc/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yp-tools-3.3/etc/Makefile.in-121-    *) f=$$p;; \
yp-tools-3.3/etc/Makefile.in-122-  esac;
yp-tools-3.3/etc/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yp-tools-3.3/etc/Makefile.in-124-am__install_max = 40
yp-tools-3.3/etc/Makefile.in-125-am__nobase_strip_setup = \
yp-tools-3.3/etc/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yp-tools-3.3/etc/Makefile.in-127-am__nobase_strip = \
##############################################
yp-tools-3.3/etc/Makefile.in-360-	@list='$(varyp_DATA)'; test -n "$(varypdir)" || list=; \
yp-tools-3.3/etc/Makefile.in:361:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yp-tools-3.3/etc/Makefile.in-362-	dir='$(DESTDIR)$(varypdir)'; $(am__uninstall_files_from_dir)
##############################################
yp-tools-3.3/etc/Makefile.in-370-distdir: $(DISTFILES)
yp-tools-3.3/etc/Makefile.in:371:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/etc/Makefile.in:372:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/etc/Makefile.in-373-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/etc/Makefile.in-384-	  if test -d $$d/$$file; then \
yp-tools-3.3/etc/Makefile.in:385:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/etc/Makefile.in-386-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/install-sh-229-      fi
yp-tools-3.3/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
yp-tools-3.3/install-sh-231-    *)
##############################################
yp-tools-3.3/install-sh-276-      dstdir=$dst
yp-tools-3.3/install-sh:277:      dst=$dstdir/`basename "$src"`
yp-tools-3.3/install-sh-278-      dstdir_status=0
##############################################
yp-tools-3.3/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
yp-tools-3.3/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
yp-tools-3.3/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
yp-tools-3.3/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
yp-tools-3.3/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
yp-tools-3.3/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
yp-tools-3.3/install-sh-425-	    case $prefix in
yp-tools-3.3/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
yp-tools-3.3/install-sh-427-	      *) qprefix=$prefix;;
##############################################
yp-tools-3.3/install-sh-474-    if $copy_on_change &&
yp-tools-3.3/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
yp-tools-3.3/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
yp-tools-3.3/install-sh-477-
##############################################
yp-tools-3.3/Makefile.in-40-  { \
yp-tools-3.3/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/Makefile.in-42-  }; \
##############################################
yp-tools-3.3/Makefile.in-131-  esac
yp-tools-3.3/Makefile.in:132:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yp-tools-3.3/Makefile.in-133-am__vpath_adj = case $$p in \
yp-tools-3.3/Makefile.in:134:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yp-tools-3.3/Makefile.in-135-    *) f=$$p;; \
yp-tools-3.3/Makefile.in-136-  esac;
yp-tools-3.3/Makefile.in:137:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yp-tools-3.3/Makefile.in-138-am__install_max = 40
yp-tools-3.3/Makefile.in-139-am__nobase_strip_setup = \
yp-tools-3.3/Makefile.in:140:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yp-tools-3.3/Makefile.in-141-am__nobase_strip = \
##############################################
yp-tools-3.3/Makefile.in-207-  while test -n "$$dir1"; do \
yp-tools-3.3/Makefile.in:208:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
yp-tools-3.3/Makefile.in-209-    if test "$$first" != "."; then \
yp-tools-3.3/Makefile.in-210-      if test "$$first" = ".."; then \
yp-tools-3.3/Makefile.in:211:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
yp-tools-3.3/Makefile.in:212:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
yp-tools-3.3/Makefile.in-213-      else \
yp-tools-3.3/Makefile.in:214:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
yp-tools-3.3/Makefile.in-215-        if test "$$first2" = "$$first"; then \
yp-tools-3.3/Makefile.in:216:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
yp-tools-3.3/Makefile.in-217-        else \
##############################################
yp-tools-3.3/Makefile.in-222-    fi; \
yp-tools-3.3/Makefile.in:223:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
yp-tools-3.3/Makefile.in-224-  done; \
##############################################
yp-tools-3.3/Makefile.in-474-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
yp-tools-3.3/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yp-tools-3.3/Makefile.in-476-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
yp-tools-3.3/Makefile.in-491-	dot_seen=no; \
yp-tools-3.3/Makefile.in:492:	target=`echo $@ | sed s/-recursive//`; \
yp-tools-3.3/Makefile.in-493-	case "$@" in \
##############################################
yp-tools-3.3/Makefile.in-554-GTAGS:
yp-tools-3.3/Makefile.in:555:	here=`$(am__cd) $(top_builddir) && pwd` \
yp-tools-3.3/Makefile.in-556-	  && $(am__cd) $(top_srcdir) \
##############################################
yp-tools-3.3/Makefile.in-584-distdir: $(DISTFILES)
yp-tools-3.3/Makefile.in:585:	@case `sed 15q $(srcdir)/NEWS` in \
yp-tools-3.3/Makefile.in-586-	*"$(VERSION)"*) : ;; \
##############################################
yp-tools-3.3/Makefile.in-592-	test -d "$(distdir)" || mkdir "$(distdir)"
yp-tools-3.3/Makefile.in:593:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/Makefile.in:594:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/Makefile.in-595-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/Makefile.in-606-	  if test -d $$d/$$file; then \
yp-tools-3.3/Makefile.in:607:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/Makefile.in-608-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/Makefile.in-710-	test -d $(distdir)/_build || exit 0; \
yp-tools-3.3/Makefile.in:711:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
yp-tools-3.3/Makefile.in-712-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
yp-tools-3.3/Makefile.in-753-	}; \
yp-tools-3.3/Makefile.in:754:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
yp-tools-3.3/Makefile.in-755-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
yp-tools-3.3/Makefile.in-765-	fi
yp-tools-3.3/Makefile.in:766:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
yp-tools-3.3/Makefile.in-767-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
yp-tools-3.3/depcomp-64-  case $1 in
yp-tools-3.3/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
yp-tools-3.3/depcomp-66-      *) dir=;;
##############################################
yp-tools-3.3/depcomp-73-{
yp-tools-3.3/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
yp-tools-3.3/depcomp-75-}
##############################################
yp-tools-3.3/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
yp-tools-3.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
yp-tools-3.3/depcomp-128-
##############################################
yp-tools-3.3/depcomp-405-        sleep 1
yp-tools-3.3/depcomp:406:        i=`expr $i - 1`
yp-tools-3.3/depcomp-407-      done
yp-tools-3.3/depcomp-408-    fi
yp-tools-3.3/depcomp:409:    i=`expr $i - 1`
yp-tools-3.3/depcomp-410-  done
##############################################
yp-tools-3.3/depcomp-425-  # Do two passes, one to just change these to
yp-tools-3.3/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
yp-tools-3.3/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
yp-tools-3.3/depcomp-659-  done
yp-tools-3.3/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
yp-tools-3.3/depcomp-661-  touch "$tmpdepfile"
##############################################
yp-tools-3.3/INSTALL-173-directory configuration variables that were expressed in terms of
yp-tools-3.3/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
yp-tools-3.3/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
yp-tools-3.3/man/Makefile.in-39-  { \
yp-tools-3.3/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yp-tools-3.3/man/Makefile.in-41-  }; \
##############################################
yp-tools-3.3/man/Makefile.in-123-  esac
yp-tools-3.3/man/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yp-tools-3.3/man/Makefile.in-125-am__vpath_adj = case $$p in \
yp-tools-3.3/man/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yp-tools-3.3/man/Makefile.in-127-    *) f=$$p;; \
yp-tools-3.3/man/Makefile.in-128-  esac;
yp-tools-3.3/man/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yp-tools-3.3/man/Makefile.in-130-am__install_max = 40
yp-tools-3.3/man/Makefile.in-131-am__nobase_strip_setup = \
yp-tools-3.3/man/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yp-tools-3.3/man/Makefile.in-133-am__nobase_strip = \
##############################################
yp-tools-3.3/man/Makefile.in-384-	test -n "$(man1dir)" \
yp-tools-3.3/man/Makefile.in:385:	  && test -n "`echo $$list1$$list2`" \
yp-tools-3.3/man/Makefile.in-386-	  || exit 0; \
##############################################
yp-tools-3.3/man/Makefile.in-427-	test -n "$(man5dir)" \
yp-tools-3.3/man/Makefile.in:428:	  && test -n "`echo $$list1$$list2`" \
yp-tools-3.3/man/Makefile.in-429-	  || exit 0; \
##############################################
yp-tools-3.3/man/Makefile.in-470-	test -n "$(man8dir)" \
yp-tools-3.3/man/Makefile.in:471:	  && test -n "`echo $$list1$$list2`" \
yp-tools-3.3/man/Makefile.in-472-	  || exit 0; \
##############################################
yp-tools-3.3/man/Makefile.in-516-distdir: $(DISTFILES)
yp-tools-3.3/man/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/man/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yp-tools-3.3/man/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
yp-tools-3.3/man/Makefile.in-530-	  if test -d $$d/$$file; then \
yp-tools-3.3/man/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yp-tools-3.3/man/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
yp-tools-3.3/config.sub-52-
yp-tools-3.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
yp-tools-3.3/config.sub-54-
##############################################
yp-tools-3.3/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
yp-tools-3.3/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
yp-tools-3.3/config.sub-117-case $maybe_os in
##############################################
yp-tools-3.3/config.sub-123-    os=-$maybe_os
yp-tools-3.3/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
yp-tools-3.3/config.sub-125-    ;;
##############################################
yp-tools-3.3/config.sub-127-    os=-linux-android
yp-tools-3.3/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
yp-tools-3.3/config.sub-129-    ;;
yp-tools-3.3/config.sub-130-  *)
yp-tools-3.3/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
yp-tools-3.3/config.sub-132-    if [ $basic_machine != $1 ]
yp-tools-3.3/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
yp-tools-3.3/config.sub-134-    else os=; fi
##############################################
yp-tools-3.3/config.sub-181-		os=-sco5v6
yp-tools-3.3/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-183-		;;
##############################################
yp-tools-3.3/config.sub-185-		os=-sco3.2v5
yp-tools-3.3/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-187-		;;
##############################################
yp-tools-3.3/config.sub-189-		os=-sco3.2v4
yp-tools-3.3/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-191-		;;
yp-tools-3.3/config.sub-192-	-sco3.2.[4-9]*)
yp-tools-3.3/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
yp-tools-3.3/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-195-		;;
##############################################
yp-tools-3.3/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
yp-tools-3.3/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-199-		;;
##############################################
yp-tools-3.3/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
yp-tools-3.3/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-203-		;;
##############################################
yp-tools-3.3/config.sub-205-		os=-sco3.2v2
yp-tools-3.3/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-207-		;;
yp-tools-3.3/config.sub-208-	-udk*)
yp-tools-3.3/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-210-		;;
##############################################
yp-tools-3.3/config.sub-212-		os=-isc2.2
yp-tools-3.3/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-214-		;;
##############################################
yp-tools-3.3/config.sub-218-	-isc*)
yp-tools-3.3/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yp-tools-3.3/config.sub-220-		;;
##############################################
yp-tools-3.3/config.sub-230-	-ptx*)
yp-tools-3.3/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
yp-tools-3.3/config.sub-232-		;;
yp-tools-3.3/config.sub-233-	-windowsnt*)
yp-tools-3.3/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
yp-tools-3.3/config.sub-235-		;;
##############################################
yp-tools-3.3/config.sub-359-	*-*-*)
yp-tools-3.3/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yp-tools-3.3/config.sub-361-		exit 1
##############################################
yp-tools-3.3/config.sub-479-	amd64-*)
yp-tools-3.3/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-481-		;;
##############################################
yp-tools-3.3/config.sub-521-	blackfin-*)
yp-tools-3.3/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-523-		os=-linux
##############################################
yp-tools-3.3/config.sub-529-	c54x-*)
yp-tools-3.3/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-531-		;;
yp-tools-3.3/config.sub-532-	c55x-*)
yp-tools-3.3/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-534-		;;
yp-tools-3.3/config.sub-535-	c6x-*)
yp-tools-3.3/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-537-		;;
##############################################
yp-tools-3.3/config.sub-732-	i*86v32)
yp-tools-3.3/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yp-tools-3.3/config.sub-734-		os=-sysv32
##############################################
yp-tools-3.3/config.sub-736-	i*86v4*)
yp-tools-3.3/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yp-tools-3.3/config.sub-738-		os=-sysv4
##############################################
yp-tools-3.3/config.sub-740-	i*86v)
yp-tools-3.3/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yp-tools-3.3/config.sub-742-		os=-sysv
##############################################
yp-tools-3.3/config.sub-744-	i*86sol2)
yp-tools-3.3/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yp-tools-3.3/config.sub-746-		os=-solaris2
##############################################
yp-tools-3.3/config.sub-774-	m68knommu-*)
yp-tools-3.3/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-776-		os=-linux
##############################################
yp-tools-3.3/config.sub-811-	mips3*-*)
yp-tools-3.3/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
yp-tools-3.3/config.sub-813-		;;
yp-tools-3.3/config.sub-814-	mips3*)
yp-tools-3.3/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
yp-tools-3.3/config.sub-816-		;;
##############################################
yp-tools-3.3/config.sub-829-	ms1-*)
yp-tools-3.3/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
yp-tools-3.3/config.sub-831-		;;
##############################################
yp-tools-3.3/config.sub-948-	parisc-*)
yp-tools-3.3/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-950-		os=-linux
##############################################
yp-tools-3.3/config.sub-964-	pc98-*)
yp-tools-3.3/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-966-		;;
##############################################
yp-tools-3.3/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
yp-tools-3.3/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-981-		;;
yp-tools-3.3/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
yp-tools-3.3/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-984-		;;
yp-tools-3.3/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
yp-tools-3.3/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-987-		;;
yp-tools-3.3/config.sub-988-	pentium4-*)
yp-tools-3.3/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-990-		;;
##############################################
yp-tools-3.3/config.sub-998-	ppc-* | ppcbe-*)
yp-tools-3.3/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-1000-		;;
##############################################
yp-tools-3.3/config.sub-1004-	ppcle-* | powerpclittle-*)
yp-tools-3.3/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-1006-		;;
##############################################
yp-tools-3.3/config.sub-1008-		;;
yp-tools-3.3/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-1010-		;;
##############################################
yp-tools-3.3/config.sub-1014-	ppc64le-* | powerpc64little-*)
yp-tools-3.3/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-1016-		;;
##############################################
yp-tools-3.3/config.sub-1097-	strongarm-* | thumb-*)
yp-tools-3.3/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
yp-tools-3.3/config.sub-1099-		;;
##############################################
yp-tools-3.3/config.sub-1227-	xscale-* | xscalee[bl]-*)
yp-tools-3.3/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
yp-tools-3.3/config.sub-1229-		;;
##############################################
yp-tools-3.3/config.sub-1304-	*)
yp-tools-3.3/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yp-tools-3.3/config.sub-1306-		exit 1
##############################################
yp-tools-3.3/config.sub-1312-	*-digital*)
yp-tools-3.3/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
yp-tools-3.3/config.sub-1314-		;;
yp-tools-3.3/config.sub-1315-	*-commodore*)
yp-tools-3.3/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
yp-tools-3.3/config.sub-1317-		;;
##############################################
yp-tools-3.3/config.sub-1333-	-solaris1 | -solaris1.*)
yp-tools-3.3/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
yp-tools-3.3/config.sub-1335-		;;
##############################################
yp-tools-3.3/config.sub-1345-	-gnu/linux*)
yp-tools-3.3/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
yp-tools-3.3/config.sub-1347-		;;
##############################################
yp-tools-3.3/config.sub-1391-	-nto*)
yp-tools-3.3/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
yp-tools-3.3/config.sub-1393-		;;
##############################################
yp-tools-3.3/config.sub-1398-	-mac*)
yp-tools-3.3/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
yp-tools-3.3/config.sub-1400-		;;
##############################################
yp-tools-3.3/config.sub-1404-	-linux*)
yp-tools-3.3/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
yp-tools-3.3/config.sub-1406-		;;
yp-tools-3.3/config.sub-1407-	-sunos5*)
yp-tools-3.3/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
yp-tools-3.3/config.sub-1409-		;;
yp-tools-3.3/config.sub-1410-	-sunos6*)
yp-tools-3.3/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
yp-tools-3.3/config.sub-1412-		;;
##############################################
yp-tools-3.3/config.sub-1459-	-sinix5.*)
yp-tools-3.3/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
yp-tools-3.3/config.sub-1461-		;;
##############################################
yp-tools-3.3/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
yp-tools-3.3/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
yp-tools-3.3/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
yp-tools-3.3/config.sub-1515-		exit 1
##############################################
yp-tools-3.3/config.sub-1775-		esac
yp-tools-3.3/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
yp-tools-3.3/config.sub-1777-		;;
##############################################
yp-tools-3.3/compile-67-	mingw/*)
yp-tools-3.3/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
yp-tools-3.3/compile-69-	  ;;
yp-tools-3.3/compile-70-	cygwin/*)
yp-tools-3.3/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
yp-tools-3.3/compile-72-	  ;;
yp-tools-3.3/compile-73-	wine/*)
yp-tools-3.3/compile:74:	  file=`winepath -w "$file" || echo "$file"`
yp-tools-3.3/compile-75-	  ;;
##############################################
yp-tools-3.3/compile-309-# Name of file we expect compiler to create.
yp-tools-3.3/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
yp-tools-3.3/compile-311-
##############################################
yp-tools-3.3/compile-315-# object file name, since that is what matters with a parallel build.
yp-tools-3.3/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
yp-tools-3.3/compile-317-while true; do
##############################################
yp-tools-3.3/aclocal.m4-154-    PKG_CHECK_EXISTS([$3],
yp-tools-3.3/aclocal.m4:155:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
yp-tools-3.3/aclocal.m4-156-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
yp-tools-3.3/aclocal.m4-203-        if test $_pkg_short_errors_supported = yes; then
yp-tools-3.3/aclocal.m4:204:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
yp-tools-3.3/aclocal.m4-205-        else 
yp-tools-3.3/aclocal.m4:206:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
yp-tools-3.3/aclocal.m4-207-        fi
##############################################
yp-tools-3.3/aclocal.m4-364-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
yp-tools-3.3/aclocal.m4:365:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
yp-tools-3.3/aclocal.m4-366-# and then we would define $MISSING as
##############################################
yp-tools-3.3/aclocal.m4-380-# expand $ac_aux_dir to an absolute path
yp-tools-3.3/aclocal.m4:381:am_aux_dir=`cd $ac_aux_dir && pwd`
yp-tools-3.3/aclocal.m4-382-])
##############################################
yp-tools-3.3/aclocal.m4-478-  if test "$am_compiler_list" = ""; then
yp-tools-3.3/aclocal.m4:479:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
yp-tools-3.3/aclocal.m4-480-  fi
##############################################
yp-tools-3.3/aclocal.m4-629-    # Strip MF so we end up with the name of the file.
yp-tools-3.3/aclocal.m4:630:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yp-tools-3.3/aclocal.m4-631-    # Check whether this is an Automake generated Makefile or not.
##############################################
yp-tools-3.3/aclocal.m4-638-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
yp-tools-3.3/aclocal.m4:639:      dirpart=`AS_DIRNAME("$mf")`
yp-tools-3.3/aclocal.m4-640-    else
##############################################
yp-tools-3.3/aclocal.m4-644-    # from the Makefile without running 'make'.
yp-tools-3.3/aclocal.m4:645:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yp-tools-3.3/aclocal.m4-646-    test -z "$DEPDIR" && continue
yp-tools-3.3/aclocal.m4:647:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yp-tools-3.3/aclocal.m4-648-    test -z "$am__include" && continue
yp-tools-3.3/aclocal.m4:649:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yp-tools-3.3/aclocal.m4-650-    # Find all dependency output files, they are included files with
##############################################
yp-tools-3.3/aclocal.m4-658-      test -f "$dirpart/$file" && continue
yp-tools-3.3/aclocal.m4:659:      fdir=`AS_DIRNAME(["$file"])`
yp-tools-3.3/aclocal.m4-660-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
yp-tools-3.3/aclocal.m4-710-AC_REQUIRE([AC_PROG_INSTALL])dnl
yp-tools-3.3/aclocal.m4:711:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yp-tools-3.3/aclocal.m4-712-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yp-tools-3.3/aclocal.m4-825-    * )
yp-tools-3.3/aclocal.m4:826:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yp-tools-3.3/aclocal.m4-827-  esac
yp-tools-3.3/aclocal.m4-828-done
yp-tools-3.3/aclocal.m4:829:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
yp-tools-3.3/aclocal.m4-830-
##############################################
yp-tools-3.3/aclocal.m4-896-# Ignore all kinds of additional output from 'make'.
yp-tools-3.3/aclocal.m4:897:case `$am_make -s -f confmf 2> /dev/null` in #(
yp-tools-3.3/aclocal.m4-898-*the\ am__doit\ target*)
##############################################
yp-tools-3.3/aclocal.m4-906-   echo '.include "confinc"' > confmf
yp-tools-3.3/aclocal.m4:907:   case `$am_make -s -f confmf 2> /dev/null` in #(
yp-tools-3.3/aclocal.m4-908-   *the\ am__doit\ target*)
##############################################
yp-tools-3.3/aclocal.m4-936-set dummy $CC
yp-tools-3.3/aclocal.m4:937:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
yp-tools-3.3/aclocal.m4-938-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
yp-tools-3.3/aclocal.m4-1085-     echo "timestamp, slept: $am_has_slept" > conftest.file
yp-tools-3.3/aclocal.m4:1086:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yp-tools-3.3/aclocal.m4-1087-     if test "$[*]" = "X"; then
yp-tools-3.3/aclocal.m4-1088-	# -L didn't work.
yp-tools-3.3/aclocal.m4:1089:	set X `ls -t "$srcdir/configure" conftest.file`
yp-tools-3.3/aclocal.m4-1090-     fi