===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
netcf-0.2.8/tests/Makefile.in-39-  { \
netcf-0.2.8/tests/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/tests/Makefile.in-41-  }; \
##############################################
netcf-0.2.8/tests/Makefile.in-347-}
netcf-0.2.8/tests/Makefile.in:348:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
netcf-0.2.8/tests/Makefile.in-349-am__vpath_adj = case $$p in \
netcf-0.2.8/tests/Makefile.in:350:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
netcf-0.2.8/tests/Makefile.in-351-    *) f=$$p;; \
netcf-0.2.8/tests/Makefile.in-352-  esac;
netcf-0.2.8/tests/Makefile.in:353:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
netcf-0.2.8/tests/Makefile.in-354-am__install_max = 40
netcf-0.2.8/tests/Makefile.in-355-am__nobase_strip_setup = \
netcf-0.2.8/tests/Makefile.in:356:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
netcf-0.2.8/tests/Makefile.in-357-am__nobase_strip = \
##############################################
netcf-0.2.8/tests/Makefile.in-475-case "$@" in						\
netcf-0.2.8/tests/Makefile.in:476:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
netcf-0.2.8/tests/Makefile.in-477-    *) am__odir=.;; 					\
##############################################
netcf-0.2.8/tests/Makefile.in-505-  bases='$(TEST_LOGS)'; \
netcf-0.2.8/tests/Makefile.in:506:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
netcf-0.2.8/tests/Makefile.in:507:  bases=`echo $$bases`
netcf-0.2.8/tests/Makefile.in-508-RECHECK_LOGS = $(TEST_LOGS)
##############################################
netcf-0.2.8/tests/Makefile.in-518-        */*) b='$*';; \
netcf-0.2.8/tests/Makefile.in:519:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
netcf-0.2.8/tests/Makefile.in-520-       esac;; \
##############################################
netcf-0.2.8/tests/Makefile.in-1532-	test -n "$(EXEEXT)" || exit 0; \
netcf-0.2.8/tests/Makefile.in:1533:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
netcf-0.2.8/tests/Makefile.in-1534-	echo " rm -f" $$list; \
##############################################
netcf-0.2.8/tests/Makefile.in-1568-.c.obj:
netcf-0.2.8/tests/Makefile.in:1569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/tests/Makefile.in-1570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
netcf-0.2.8/tests/Makefile.in-1572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/tests/Makefile.in:1573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/tests/Makefile.in-1574-
##############################################
netcf-0.2.8/tests/Makefile.in-1617-GTAGS:
netcf-0.2.8/tests/Makefile.in:1618:	here=`$(am__cd) $(top_builddir) && pwd` \
netcf-0.2.8/tests/Makefile.in-1619-	  && $(am__cd) $(top_srcdir) \
##############################################
netcf-0.2.8/tests/Makefile.in-1660-	if test -n "$$redo_bases"; then \
netcf-0.2.8/tests/Makefile.in:1661:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
netcf-0.2.8/tests/Makefile.in:1662:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
netcf-0.2.8/tests/Makefile.in-1663-	  if $(am__make_dryrun); then :; else \
##############################################
netcf-0.2.8/tests/Makefile.in-1685-	ws='[ 	]'; \
netcf-0.2.8/tests/Makefile.in:1686:	results=`for b in $$bases; do echo $$b.trs; done`; \
netcf-0.2.8/tests/Makefile.in-1687-	test -n "$$results" || results=/dev/null; \
netcf-0.2.8/tests/Makefile.in:1688:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1689:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1690:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1691:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1692:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1693:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1694:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
netcf-0.2.8/tests/Makefile.in:1695:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
netcf-0.2.8/tests/Makefile.in-1696-	  success=true; \
##############################################
netcf-0.2.8/tests/Makefile.in-1764-	@set +e; $(am__set_TESTS_bases); \
netcf-0.2.8/tests/Makefile.in:1765:	log_list=`for i in $$bases; do echo $$i.log; done`; \
netcf-0.2.8/tests/Makefile.in:1766:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
netcf-0.2.8/tests/Makefile.in:1767:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
netcf-0.2.8/tests/Makefile.in-1768-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
netcf-0.2.8/tests/Makefile.in-1774-	         | $(am__list_recheck_tests)` || exit 1; \
netcf-0.2.8/tests/Makefile.in:1775:	log_list=`for i in $$bases; do echo $$i.log; done`; \
netcf-0.2.8/tests/Makefile.in:1776:	log_list=`echo $$log_list`; \
netcf-0.2.8/tests/Makefile.in-1777-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
netcf-0.2.8/tests/Makefile.in-1817-distdir: $(DISTFILES)
netcf-0.2.8/tests/Makefile.in:1818:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/tests/Makefile.in:1819:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/tests/Makefile.in-1820-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/tests/Makefile.in-1831-	  if test -d $$d/$$file; then \
netcf-0.2.8/tests/Makefile.in:1832:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/tests/Makefile.in-1833-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/autogen.sh-3-
netcf-0.2.8/autogen.sh:4:srcdir=`dirname "$0"`
netcf-0.2.8/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
netcf-0.2.8/gnulib/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
netcf-0.2.8/gnulib/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-322-                -L*)
netcf-0.2.8/gnulib/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
netcf-0.2.8/gnulib/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
netcf-0.2.8/gnulib/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
netcf-0.2.8/gnulib/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
netcf-0.2.8/gnulib/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
netcf-0.2.8/gnulib/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-529-                  -L*)
netcf-0.2.8/gnulib/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
netcf-0.2.8/gnulib/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-581-                  -R*)
netcf-0.2.8/gnulib/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
netcf-0.2.8/gnulib/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-611-                    dnl Handle this in the next round.
netcf-0.2.8/gnulib/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
netcf-0.2.8/gnulib/m4/lib-link.m4-613-                    ;;
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-617-                    dnl option.
netcf-0.2.8/gnulib/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
netcf-0.2.8/gnulib/m4/lib-link.m4-619-                    ;;
##############################################
netcf-0.2.8/gnulib/m4/lib-link.m4-730-            -L) next=yes ;;
netcf-0.2.8/gnulib/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
netcf-0.2.8/gnulib/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
netcf-0.2.8/gnulib/m4/lib-prefix.m4-201-    *)
netcf-0.2.8/gnulib/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,^=,,'`
netcf-0.2.8/gnulib/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
netcf-0.2.8/gnulib/m4/lib-prefix.m4-211-                ;;
netcf-0.2.8/gnulib/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
netcf-0.2.8/gnulib/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
netcf-0.2.8/gnulib/m4/getopt.m4-211-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
netcf-0.2.8/gnulib/m4/getopt.m4:212:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
netcf-0.2.8/gnulib/m4/getopt.m4-213-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-125-done
netcf-0.2.8/gnulib/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
netcf-0.2.8/gnulib/m4/libtool.m4-127-])
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
netcf-0.2.8/gnulib/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
netcf-0.2.8/gnulib/m4/libtool.m4-429-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-437-#
netcf-0.2.8/gnulib/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/gnulib/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
netcf-0.2.8/gnulib/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
netcf-0.2.8/gnulib/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
netcf-0.2.8/gnulib/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
netcf-0.2.8/gnulib/m4/libtool.m4-551-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
netcf-0.2.8/gnulib/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
netcf-0.2.8/gnulib/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
netcf-0.2.8/gnulib/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
netcf-0.2.8/gnulib/m4/libtool.m4-564-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-720-
netcf-0.2.8/gnulib/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
netcf-0.2.8/gnulib/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
netcf-0.2.8/gnulib/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\"`'
netcf-0.2.8/gnulib/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1143-      }]'
netcf-0.2.8/gnulib/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"`
netcf-0.2.8/gnulib/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
netcf-0.2.8/gnulib/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
netcf-0.2.8/gnulib/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"`
netcf-0.2.8/gnulib/m4/libtool.m4-1148-  fi],[])
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
netcf-0.2.8/gnulib/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
netcf-0.2.8/gnulib/m4/libtool.m4-1181-  ECHO='print -r --'
netcf-0.2.8/gnulib/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
netcf-0.2.8/gnulib/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
netcf-0.2.8/gnulib/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
netcf-0.2.8/gnulib/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
netcf-0.2.8/gnulib/m4/libtool.m4-1217-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1237-   if test "$GCC" = yes; then
netcf-0.2.8/gnulib/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
netcf-0.2.8/gnulib/m4/libtool.m4-1239-   fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1241- /*)
netcf-0.2.8/gnulib/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
netcf-0.2.8/gnulib/m4/libtool.m4-1243-   ;; #(
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
netcf-0.2.8/gnulib/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/gnulib/m4/libtool.m4-1272-      *ELF-32*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
netcf-0.2.8/gnulib/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/gnulib/m4/libtool.m4-1288-	*32-bit*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1298-    else
netcf-0.2.8/gnulib/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/gnulib/m4/libtool.m4-1300-	*32-bit*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1656-    # And add a safety zone
netcf-0.2.8/gnulib/m4/libtool.m4:1657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
netcf-0.2.8/gnulib/m4/libtool.m4:1658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
netcf-0.2.8/gnulib/m4/libtool.m4-1659-    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1689-    if test -n "$kargmax"; then
netcf-0.2.8/gnulib/m4/libtool.m4:1690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
netcf-0.2.8/gnulib/m4/libtool.m4-1691-    else
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1697-    if test -n "$lt_cv_sys_max_cmd_len"; then
netcf-0.2.8/gnulib/m4/libtool.m4:1698:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
netcf-0.2.8/gnulib/m4/libtool.m4:1699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
netcf-0.2.8/gnulib/m4/libtool.m4-1700-    else
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1709-      # we can't tell.
netcf-0.2.8/gnulib/m4/libtool.m4:1710:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
netcf-0.2.8/gnulib/m4/libtool.m4-1711-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1713-      do
netcf-0.2.8/gnulib/m4/libtool.m4:1714:        i=`expr $i + 1`
netcf-0.2.8/gnulib/m4/libtool.m4-1715-        teststring=$teststring$teststring
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1717-      # Only check the string length outside the loop.
netcf-0.2.8/gnulib/m4/libtool.m4:1718:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
netcf-0.2.8/gnulib/m4/libtool.m4-1719-      teststring=
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-1722-      # linker.  It appears as though 1/2 is a usable value.
netcf-0.2.8/gnulib/m4/libtool.m4:1723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
netcf-0.2.8/gnulib/m4/libtool.m4-1724-    fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2047-  if test "$hard_links" = no; then
netcf-0.2.8/gnulib/m4/libtool.m4:2048:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
netcf-0.2.8/gnulib/m4/libtool.m4-2049-    need_locks=warn
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2178-  esac
netcf-0.2.8/gnulib/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`
netcf-0.2.8/gnulib/m4/libtool.m4-2180-  case $lt_search_path_spec in
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2185-    # okay in the real world where ";" in dirpaths is itself problematic.
netcf-0.2.8/gnulib/m4/libtool.m4:2186:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
netcf-0.2.8/gnulib/m4/libtool.m4-2187-    ;;
netcf-0.2.8/gnulib/m4/libtool.m4-2188-  *)
netcf-0.2.8/gnulib/m4/libtool.m4:2189:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/gnulib/m4/libtool.m4-2190-    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2194-  lt_tmp_lt_search_path_spec=
netcf-0.2.8/gnulib/m4/libtool.m4:2195:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
netcf-0.2.8/gnulib/m4/libtool.m4-2196-  for lt_sys_path in $lt_search_path_spec; do
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2229-  esac
netcf-0.2.8/gnulib/m4/libtool.m4:2230:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
netcf-0.2.8/gnulib/m4/libtool.m4-2231-else
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2317-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
netcf-0.2.8/gnulib/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'
netcf-0.2.8/gnulib/m4/libtool.m4-2319-    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2353-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
netcf-0.2.8/gnulib/m4/libtool.m4:2354:    postinstall_cmds='base_file=`basename \${file}`~
netcf-0.2.8/gnulib/m4/libtool.m4:2355:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
netcf-0.2.8/gnulib/m4/libtool.m4:2356:      dldir=$destdir/`dirname \$dlpath`~
netcf-0.2.8/gnulib/m4/libtool.m4-2357-      test -d \$dldir || mkdir -p \$dldir~
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2362-      fi'
netcf-0.2.8/gnulib/m4/libtool.m4:2363:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
netcf-0.2.8/gnulib/m4/libtool.m4-2364-      dlpath=$dir/\$dldll~
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2370-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
netcf-0.2.8/gnulib/m4/libtool.m4:2371:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/gnulib/m4/libtool.m4-2372-m4_if([$1], [],[
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2376-      # MinGW DLLs use traditional 'lib' prefix
netcf-0.2.8/gnulib/m4/libtool.m4:2377:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/gnulib/m4/libtool.m4-2378-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
netcf-0.2.8/gnulib/m4/libtool.m4:2381:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/gnulib/m4/libtool.m4-2382-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2389-    libname_spec='$name'
netcf-0.2.8/gnulib/m4/libtool.m4:2390:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/gnulib/m4/libtool.m4-2391-    library_names_spec='${libname}.dll.lib'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2401-        # Let DOS variable expansion print the short 8.3 style file name.
netcf-0.2.8/gnulib/m4/libtool.m4:2402:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
netcf-0.2.8/gnulib/m4/libtool.m4-2403-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2406-      # Convert to MSYS style.
netcf-0.2.8/gnulib/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|^ ||'`
netcf-0.2.8/gnulib/m4/libtool.m4-2408-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2412-      # like /cygdrive/c/PROGRA~1:/cygdr...
netcf-0.2.8/gnulib/m4/libtool.m4:2413:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
netcf-0.2.8/gnulib/m4/libtool.m4:2414:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
netcf-0.2.8/gnulib/m4/libtool.m4:2415:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/gnulib/m4/libtool.m4-2416-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2420-        # It is most probably a Windows format PATH.
netcf-0.2.8/gnulib/m4/libtool.m4:2421:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
netcf-0.2.8/gnulib/m4/libtool.m4-2422-      else
netcf-0.2.8/gnulib/m4/libtool.m4:2423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/gnulib/m4/libtool.m4-2424-      fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2430-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
netcf-0.2.8/gnulib/m4/libtool.m4:2431:    postinstall_cmds='base_file=`basename \${file}`~
netcf-0.2.8/gnulib/m4/libtool.m4:2432:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
netcf-0.2.8/gnulib/m4/libtool.m4:2433:      dldir=$destdir/`dirname \$dlpath`~
netcf-0.2.8/gnulib/m4/libtool.m4-2434-      test -d \$dldir || mkdir -p \$dldir~
netcf-0.2.8/gnulib/m4/libtool.m4-2435-      $install_prog $dir/$dlname \$dldir/$dlname'
netcf-0.2.8/gnulib/m4/libtool.m4:2436:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
netcf-0.2.8/gnulib/m4/libtool.m4-2437-      dlpath=$dir/\$dldll~
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2444-    # Assume MSVC wrapper
netcf-0.2.8/gnulib/m4/libtool.m4:2445:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
netcf-0.2.8/gnulib/m4/libtool.m4-2446-    dynamic_linker='Win32 ld.exe'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2461-  shlibpath_var=DYLD_LIBRARY_PATH
netcf-0.2.8/gnulib/m4/libtool.m4:2462:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
netcf-0.2.8/gnulib/m4/libtool.m4-2463-m4_if([$1], [],[
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2682-  if test -f /etc/ld.so.conf; then
netcf-0.2.8/gnulib/m4/libtool.m4:2683:    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' ' '`
netcf-0.2.8/gnulib/m4/libtool.m4-2684-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2745-  shlibpath_var=LD_LIBRARY_PATH
netcf-0.2.8/gnulib/m4/libtool.m4:2746:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/gnulib/m4/libtool.m4-2747-    case $host_os in
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-2962-	"file_magic "*)
netcf-0.2.8/gnulib/m4/libtool.m4:2963:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
netcf-0.2.8/gnulib/m4/libtool.m4-2964-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3045-    # gcc leaves a trailing carriage return which upsets mingw
netcf-0.2.8/gnulib/m4/libtool.m4:3046:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
netcf-0.2.8/gnulib/m4/libtool.m4-3047-  *)
netcf-0.2.8/gnulib/m4/libtool.m4:3048:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
netcf-0.2.8/gnulib/m4/libtool.m4-3049-  esac
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3054-      # Canonicalize the pathname of ld
netcf-0.2.8/gnulib/m4/libtool.m4:3055:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
netcf-0.2.8/gnulib/m4/libtool.m4-3056-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
netcf-0.2.8/gnulib/m4/libtool.m4:3057:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
netcf-0.2.8/gnulib/m4/libtool.m4-3058-      done
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3085-      # Break only if it was the GNU/non-GNU ld that we prefer.
netcf-0.2.8/gnulib/m4/libtool.m4:3086:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
netcf-0.2.8/gnulib/m4/libtool.m4-3087-      *GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3125-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
netcf-0.2.8/gnulib/m4/libtool.m4:3126:case `$LD -v 2>&1 </dev/null` in
netcf-0.2.8/gnulib/m4/libtool.m4-3127-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3320-openbsd*)
netcf-0.2.8/gnulib/m4/libtool.m4:3321:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/gnulib/m4/libtool.m4-3322-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3384-    else
netcf-0.2.8/gnulib/m4/libtool.m4:3385:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
netcf-0.2.8/gnulib/m4/libtool.m4-3386-    fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3430-	# Tru64's nm complains that /dev/null is an invalid object file
netcf-0.2.8/gnulib/m4/libtool.m4:3431:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/gnulib/m4/libtool.m4-3432-	*/dev/null* | *'Invalid file or object type'*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3436-	*)
netcf-0.2.8/gnulib/m4/libtool.m4:3437:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/gnulib/m4/libtool.m4-3438-	  */dev/null*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3462-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
netcf-0.2.8/gnulib/m4/libtool.m4:3463:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/gnulib/m4/libtool.m4-3464-    *COFF*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3521-  # decide which to use based on capabilities of $DLLTOOL
netcf-0.2.8/gnulib/m4/libtool.m4:3522:  case `$DLLTOOL --help 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-3523-  *--identify-strict*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3680-# If we're using GNU nm, then use its standard symbol codes.
netcf-0.2.8/gnulib/m4/libtool.m4:3681:case `$NM -V 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-3682-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3698-mingw*)
netcf-0.2.8/gnulib/m4/libtool.m4:3699:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
netcf-0.2.8/gnulib/m4/libtool.m4-3700-  ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-3751-    nlist=conftest.nm
netcf-0.2.8/gnulib/m4/libtool.m4:3752:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
netcf-0.2.8/gnulib/m4/libtool.m4-3753-      # Try sorting and uniquifying the output.
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4089-	  *)
netcf-0.2.8/gnulib/m4/libtool.m4:4090:	    case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/gnulib/m4/libtool.m4-4091-	    *Sun\ C*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4394-      *)
netcf-0.2.8/gnulib/m4/libtool.m4:4395:	case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/gnulib/m4/libtool.m4-4396-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4666-	# shared libraries, regardless of the interface used.
netcf-0.2.8/gnulib/m4/libtool.m4:4667:	case `$LD -v 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-4668-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4698-    supports_anon_versioning=no
netcf-0.2.8/gnulib/m4/libtool.m4:4699:    case `$LD -v 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-4700-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4767-	# is EXPORTS), use it as is; otherwise, prepend...
netcf-0.2.8/gnulib/m4/libtool.m4:4768:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/gnulib/m4/libtool.m4-4769-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4795-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
netcf-0.2.8/gnulib/m4/libtool.m4:4796:      _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'
netcf-0.2.8/gnulib/m4/libtool.m4:4797:      _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'
netcf-0.2.8/gnulib/m4/libtool.m4-4798-      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4813-        pgcc*)				# Portland Group C compiler
netcf-0.2.8/gnulib/m4/libtool.m4:4814:	  _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'
netcf-0.2.8/gnulib/m4/libtool.m4-4815-	  tmp_addflag=' $pic_flag'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4818-					# Portland Group f77 and f90 compilers
netcf-0.2.8/gnulib/m4/libtool.m4:4819:	  _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'
netcf-0.2.8/gnulib/m4/libtool.m4-4820-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4833-	nvcc*)	# Cuda Compiler Driver 2.2
netcf-0.2.8/gnulib/m4/libtool.m4:4834:	  _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'
netcf-0.2.8/gnulib/m4/libtool.m4-4835-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4837-	esac
netcf-0.2.8/gnulib/m4/libtool.m4:4838:	case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/gnulib/m4/libtool.m4-4839-	*Sun\ C*)			# Sun C 5.9
netcf-0.2.8/gnulib/m4/libtool.m4:4840:	  _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'
netcf-0.2.8/gnulib/m4/libtool.m4-4841-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-4905-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
netcf-0.2.8/gnulib/m4/libtool.m4:4906:      case `$LD -v 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-4907-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5028-	# below for broken collect2 doesn't work under 4.3+
netcf-0.2.8/gnulib/m4/libtool.m4:5029:	  collect2name=`${CC} -print-prog-name=collect2`
netcf-0.2.8/gnulib/m4/libtool.m4-5030-	  if test -f "$collect2name" &&
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5077-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
netcf-0.2.8/gnulib/m4/libtool.m4:5078:        _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"
netcf-0.2.8/gnulib/m4/libtool.m4-5079-      else
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5143-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
netcf-0.2.8/gnulib/m4/libtool.m4:5144:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/gnulib/m4/libtool.m4-5145-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5180-	# FIXME: Setting linknames here is a bad hack.
netcf-0.2.8/gnulib/m4/libtool.m4:5181:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
netcf-0.2.8/gnulib/m4/libtool.m4-5182-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5318-      if test "$GCC" = yes; then
netcf-0.2.8/gnulib/m4/libtool.m4:5319:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-5320-	# Try to use the -exported_symbol ld option, if it does not
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5341-	if test "$lt_cv_irix_exported_symbol" = yes; then
netcf-0.2.8/gnulib/m4/libtool.m4:5342:          _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'
netcf-0.2.8/gnulib/m4/libtool.m4-5343-	fi
netcf-0.2.8/gnulib/m4/libtool.m4-5344-      else
netcf-0.2.8/gnulib/m4/libtool.m4:5345:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4:5346:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-5347-      fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5381-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
netcf-0.2.8/gnulib/m4/libtool.m4:5382:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/gnulib/m4/libtool.m4-5383-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5414-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
netcf-0.2.8/gnulib/m4/libtool.m4:5415:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-5416-      else
netcf-0.2.8/gnulib/m4/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
netcf-0.2.8/gnulib/m4/libtool.m4:5418:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-5419-      fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5427-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
netcf-0.2.8/gnulib/m4/libtool.m4:5428:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-5429-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5431-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
netcf-0.2.8/gnulib/m4/libtool.m4:5432:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4:5433:	_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~
netcf-0.2.8/gnulib/m4/libtool.m4:5434:	$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'
netcf-0.2.8/gnulib/m4/libtool.m4-5435-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5450-      else
netcf-0.2.8/gnulib/m4/libtool.m4:5451:	case `$CC -V 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-5452-	*"Compilers 5.0"*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5643-	  _LT_TAGVAR(allow_undefined_flag, $1)=
netcf-0.2.8/gnulib/m4/libtool.m4:5644:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
netcf-0.2.8/gnulib/m4/libtool.m4-5645-	  then
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-5943-        # ancient GNU ld didn't support --whole-archive et. al.
netcf-0.2.8/gnulib/m4/libtool.m4:5944:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
netcf-0.2.8/gnulib/m4/libtool.m4-5945-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6026-          # below for broken collect2 doesn't work under 4.3+
netcf-0.2.8/gnulib/m4/libtool.m4:6027:	  collect2name=`${CC} -print-prog-name=collect2`
netcf-0.2.8/gnulib/m4/libtool.m4-6028-	  if test -f "$collect2name" &&
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6076-
netcf-0.2.8/gnulib/m4/libtool.m4:6077:          _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"
netcf-0.2.8/gnulib/m4/libtool.m4-6078-        else
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6142-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
netcf-0.2.8/gnulib/m4/libtool.m4:6143:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/gnulib/m4/libtool.m4-6144-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6183-	    # is EXPORTS), use it as is; otherwise, prepend...
netcf-0.2.8/gnulib/m4/libtool.m4:6184:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/gnulib/m4/libtool.m4-6185-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6266-            # dependencies.
netcf-0.2.8/gnulib/m4/libtool.m4:6267:            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"'
netcf-0.2.8/gnulib/m4/libtool.m4-6268-            ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6331-	    # dependencies.
netcf-0.2.8/gnulib/m4/libtool.m4:6332:	    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"'
netcf-0.2.8/gnulib/m4/libtool.m4-6333-	    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6367-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
netcf-0.2.8/gnulib/m4/libtool.m4:6368:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4:6369:	_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'
netcf-0.2.8/gnulib/m4/libtool.m4-6370-	;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6374-	    # SGI C++
netcf-0.2.8/gnulib/m4/libtool.m4:6375:	    _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6376-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6385-	      if test "$with_gnu_ld" = no; then
netcf-0.2.8/gnulib/m4/libtool.m4:6386:	        _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6387-	      else
netcf-0.2.8/gnulib/m4/libtool.m4:6388:	        _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6389-	      fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6406-	    # to its proper name (with version) after linking.
netcf-0.2.8/gnulib/m4/libtool.m4:6407:	    _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'
netcf-0.2.8/gnulib/m4/libtool.m4:6408:	    _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6409-	    # Commands to make compiler produce verbose output that lists
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6416-	    # dependencies.
netcf-0.2.8/gnulib/m4/libtool.m4:6417:	    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"'
netcf-0.2.8/gnulib/m4/libtool.m4-6418-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6431-	    # earlier do not add the objects themselves.
netcf-0.2.8/gnulib/m4/libtool.m4:6432:	    case `$CC -V 2>&1` in
netcf-0.2.8/gnulib/m4/libtool.m4-6433-	      *"Version 7."*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6452-            # Portland Group C++ compiler
netcf-0.2.8/gnulib/m4/libtool.m4:6453:	    case `$CC -V` in
netcf-0.2.8/gnulib/m4/libtool.m4-6454-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6457-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
netcf-0.2.8/gnulib/m4/libtool.m4:6458:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
netcf-0.2.8/gnulib/m4/libtool.m4-6459-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6461-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
netcf-0.2.8/gnulib/m4/libtool.m4:6462:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
netcf-0.2.8/gnulib/m4/libtool.m4-6463-		$RANLIB $oldlib'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
netcf-0.2.8/gnulib/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 -o $lib'
netcf-0.2.8/gnulib/m4/libtool.m4-6468-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6470-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
netcf-0.2.8/gnulib/m4/libtool.m4:6471:		$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'
netcf-0.2.8/gnulib/m4/libtool.m4-6472-	      ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6480-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
netcf-0.2.8/gnulib/m4/libtool.m4:6481:	    _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6482-            ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6499-	    # dependencies.
netcf-0.2.8/gnulib/m4/libtool.m4:6500:	    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'
netcf-0.2.8/gnulib/m4/libtool.m4-6501-	    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6514-	  *)
netcf-0.2.8/gnulib/m4/libtool.m4:6515:	    case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/gnulib/m4/libtool.m4-6516-	    *Sun\ C*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6521-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
netcf-0.2.8/gnulib/m4/libtool.m4:6522:	      _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6523-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6591-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
netcf-0.2.8/gnulib/m4/libtool.m4:6592:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/gnulib/m4/libtool.m4-6593-	    _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'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6610-	    # to its proper name (with version) after linking.
netcf-0.2.8/gnulib/m4/libtool.m4:6611:	    _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6612-
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6631-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
netcf-0.2.8/gnulib/m4/libtool.m4:6632:	        _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6633-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
netcf-0.2.8/gnulib/m4/libtool.m4:6637:	        _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'
netcf-0.2.8/gnulib/m4/libtool.m4:6638:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
netcf-0.2.8/gnulib/m4/libtool.m4-6639-	          echo "-hidden">> $lib.exp~
netcf-0.2.8/gnulib/m4/libtool.m4:6640:	          $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~
netcf-0.2.8/gnulib/m4/libtool.m4-6641-	          $RM $lib.exp'
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6655-	    # dependencies.
netcf-0.2.8/gnulib/m4/libtool.m4:6656:	    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"'
netcf-0.2.8/gnulib/m4/libtool.m4-6657-	    ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6662-	        osf3*)
netcf-0.2.8/gnulib/m4/libtool.m4:6663:	          _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6664-		  ;;
netcf-0.2.8/gnulib/m4/libtool.m4-6665-	        *)
netcf-0.2.8/gnulib/m4/libtool.m4:6666:	          _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'
netcf-0.2.8/gnulib/m4/libtool.m4-6667-		  ;;
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-6915-  case ${2} in
netcf-0.2.8/gnulib/m4/libtool.m4:6916:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
netcf-0.2.8/gnulib/m4/libtool.m4:6917:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
netcf-0.2.8/gnulib/m4/libtool.m4-6918-  esac
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-7003-
netcf-0.2.8/gnulib/m4/libtool.m4:7004:  for p in `eval "$output_verbose_link_cmd"`; do
netcf-0.2.8/gnulib/m4/libtool.m4-7005-    case ${prev}${p} in
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-7101-linux*)
netcf-0.2.8/gnulib/m4/libtool.m4:7102:  case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/gnulib/m4/libtool.m4-7103-  *Sun\ C*)
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-7152-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
netcf-0.2.8/gnulib/m4/libtool.m4:7153: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
netcf-0.2.8/gnulib/m4/libtool.m4-7154-fi
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-7764-    test $lt_ac_count -gt 10 && break
netcf-0.2.8/gnulib/m4/libtool.m4:7765:    lt_ac_count=`expr $lt_ac_count + 1`
netcf-0.2.8/gnulib/m4/libtool.m4-7766-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
netcf-0.2.8/gnulib/m4/libtool.m4-7835-# ------------------------------------------------------
netcf-0.2.8/gnulib/m4/libtool.m4:7836:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
netcf-0.2.8/gnulib/m4/libtool.m4-7837-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
netcf-0.2.8/gnulib/m4/warnings.m4-31-case $gl_positive in
netcf-0.2.8/gnulib/m4/warnings.m4:32:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
netcf-0.2.8/gnulib/m4/warnings.m4-33-esac
##############################################
netcf-0.2.8/gnulib/m4/exponentd.m4-107-    word*bit*)
netcf-0.2.8/gnulib/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
netcf-0.2.8/gnulib/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
netcf-0.2.8/gnulib/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
netcf-0.2.8/gnulib/m4/gnulib-common.m4-413-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
netcf-0.2.8/gnulib/m4/gnulib-common.m4:414:             case `"$ac_path_SED" --version 2>&1` in
netcf-0.2.8/gnulib/m4/gnulib-common.m4-415-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
netcf-0.2.8/gnulib/m4/gnulib-common.m4-426-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
netcf-0.2.8/gnulib/m4/gnulib-common.m4:427:                   ac_count=`expr $ac_count + 1`
netcf-0.2.8/gnulib/m4/gnulib-common.m4-428-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
netcf-0.2.8/gnulib/m4/stdint.m4-335-    fi
netcf-0.2.8/gnulib/m4/stdint.m4:336:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/gnulib/m4/stdint.m4-337-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
netcf-0.2.8/gnulib/m4/stdint.m4-364-    eval result=\$gl_cv_type_${gltype}_signed
netcf-0.2.8/gnulib/m4/stdint.m4:365:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/gnulib/m4/stdint.m4-366-    if test "$result" = yes; then
##############################################
netcf-0.2.8/gnulib/m4/stdint.m4-418-       done])
netcf-0.2.8/gnulib/m4/stdint.m4:419:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/gnulib/m4/stdint.m4-420-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
netcf-0.2.8/gnulib/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
netcf-0.2.8/gnulib/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
netcf-0.2.8/gnulib/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/gnulib/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
netcf-0.2.8/gnulib/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
netcf-0.2.8/gnulib/m4/lib-ld.m4-58-  *)
netcf-0.2.8/gnulib/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
netcf-0.2.8/gnulib/m4/lib-ld.m4-60-  esac
##############################################
netcf-0.2.8/gnulib/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
netcf-0.2.8/gnulib/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
netcf-0.2.8/gnulib/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
netcf-0.2.8/gnulib/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
netcf-0.2.8/gnulib/m4/lib-ld.m4-69-      done
##############################################
netcf-0.2.8/gnulib/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
netcf-0.2.8/gnulib/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
netcf-0.2.8/gnulib/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/gnulib/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
netcf-0.2.8/gnulib/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
netcf-0.2.8/gnulib/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-557-      sed_drop_objext='s/\.o$//;s/\.obj$//'
netcf-0.2.8/gnulib/m4/gnulib-comp.m4:558:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-559-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-575-changequote(,)dnl
netcf-0.2.8/gnulib/m4/gnulib-comp.m4:576:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-577-changequote([, ])dnl
##############################################
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-720-  gl_STDLIB_MODULE_INDICATOR([unsetenv])
netcf-0.2.8/gnulib/m4/gnulib-comp.m4:721:  abs_aux_dir=`cd "$ac_aux_dir"; pwd`
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-722-  AC_SUBST([abs_aux_dir])
##############################################
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-746-      sed_drop_objext='s/\.o$//;s/\.obj$//'
netcf-0.2.8/gnulib/m4/gnulib-comp.m4:747:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
netcf-0.2.8/gnulib/m4/gnulib-comp.m4-748-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
netcf-0.2.8/gnulib/m4/ltsugar.m4-67-m4_define([lt_combine],
netcf-0.2.8/gnulib/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
netcf-0.2.8/gnulib/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
netcf-0.2.8/gnulib/tests/init.sh-59-
netcf-0.2.8/gnulib/tests/init.sh:60:ME_=`expr "./$0" : '.*/\(.*\)$'`
netcf-0.2.8/gnulib/tests/init.sh-61-
##############################################
netcf-0.2.8/gnulib/tests/init.sh-288-
netcf-0.2.8/gnulib/tests/init.sh:289:if diff_out_=`exec 2>/dev/null; diff -u "$0" "$0" < /dev/null` \
netcf-0.2.8/gnulib/tests/init.sh-290-   && diff -u Makefile "$0" 2>/dev/null | grep '^[+]#!' >/dev/null; then
##############################################
netcf-0.2.8/gnulib/tests/init.sh-309-  fi
netcf-0.2.8/gnulib/tests/init.sh:310:elif diff_out_=`exec 2>/dev/null; diff -c "$0" "$0" < /dev/null`; then
netcf-0.2.8/gnulib/tests/init.sh-311-  if test -z "$diff_out_"; then
##############################################
netcf-0.2.8/gnulib/tests/init.sh-415-
netcf-0.2.8/gnulib/tests/init.sh:416:  base_names_=`find_exe_basenames_ $1` \
netcf-0.2.8/gnulib/tests/init.sh-417-    || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; }
##############################################
netcf-0.2.8/gnulib/tests/init.sh-470-  pfx_=`testdir_prefix_`
netcf-0.2.8/gnulib/tests/init.sh:471:  test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \
netcf-0.2.8/gnulib/tests/init.sh-472-    || fail_ "failed to create temporary directory in $initial_cwd_"
##############################################
netcf-0.2.8/gnulib/tests/init.sh-520-
netcf-0.2.8/gnulib/tests/init.sh:521:  n_plus_50_=`expr $n_ + 50`
netcf-0.2.8/gnulib/tests/init.sh-522-  cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n'
netcf-0.2.8/gnulib/tests/init.sh:523:  data_=` (eval "$cmds_") 2>&1 | gzip `
netcf-0.2.8/gnulib/tests/init.sh-524-
##############################################
netcf-0.2.8/gnulib/tests/init.sh-526-  while :; do
netcf-0.2.8/gnulib/tests/init.sh:527:    len_=`echo "$data_"|wc -c`
netcf-0.2.8/gnulib/tests/init.sh-528-    test $n_plus_50_ -le $len_ && break;
netcf-0.2.8/gnulib/tests/init.sh:529:    data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip `
netcf-0.2.8/gnulib/tests/init.sh-530-  done
##############################################
netcf-0.2.8/gnulib/tests/init.sh-562-  # First, try to use mktemp.
netcf-0.2.8/gnulib/tests/init.sh:563:  d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` \
netcf-0.2.8/gnulib/tests/init.sh-564-    || fail=1
##############################################
netcf-0.2.8/gnulib/tests/init.sh-572-  # It must have 0700 permissions.  Handle sticky "S" bits.
netcf-0.2.8/gnulib/tests/init.sh:573:  perms=`ls -dgo "$d" 2>/dev/null|tr S -` || fail=1
netcf-0.2.8/gnulib/tests/init.sh-574-  case $perms in drwx------*) ;; *) fail=1;; esac
##############################################
netcf-0.2.8/gnulib/tests/init.sh-583-  # Get a copy of the template without its suffix of X's.
netcf-0.2.8/gnulib/tests/init.sh:584:  base_template_=`echo "$template_"|sed 's/XX*$//'`
netcf-0.2.8/gnulib/tests/init.sh-585-
netcf-0.2.8/gnulib/tests/init.sh-586-  # Calculate how many X's we've just removed.
netcf-0.2.8/gnulib/tests/init.sh:587:  template_length_=`echo "$template_" | wc -c`
netcf-0.2.8/gnulib/tests/init.sh:588:  nx_=`echo "$base_template_" | wc -c`
netcf-0.2.8/gnulib/tests/init.sh:589:  nx_=`expr $template_length_ - $nx_`
netcf-0.2.8/gnulib/tests/init.sh-590-
##############################################
netcf-0.2.8/gnulib/tests/init.sh-593-  while :; do
netcf-0.2.8/gnulib/tests/init.sh:594:    X_=`rand_bytes_ $nx_`
netcf-0.2.8/gnulib/tests/init.sh-595-    candidate_dir_="$destdir_/$base_template_$X_"
netcf-0.2.8/gnulib/tests/init.sh:596:    err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \
netcf-0.2.8/gnulib/tests/init.sh-597-      && { echo "$candidate_dir_"; return; }
netcf-0.2.8/gnulib/tests/init.sh-598-    test $MAX_TRIES_ -le $i_ && break;
netcf-0.2.8/gnulib/tests/init.sh:599:    i_=`expr $i_ + 1`
netcf-0.2.8/gnulib/tests/init.sh-600-  done
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-64-  { \
netcf-0.2.8/gnulib/tests/Makefile.in:65:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-66-  }; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-953-}
netcf-0.2.8/gnulib/tests/Makefile.in:954:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
netcf-0.2.8/gnulib/tests/Makefile.in-955-am__vpath_adj = case $$p in \
netcf-0.2.8/gnulib/tests/Makefile.in:956:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
netcf-0.2.8/gnulib/tests/Makefile.in-957-    *) f=$$p;; \
netcf-0.2.8/gnulib/tests/Makefile.in-958-  esac;
netcf-0.2.8/gnulib/tests/Makefile.in:959:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
netcf-0.2.8/gnulib/tests/Makefile.in-960-am__install_max = 40
netcf-0.2.8/gnulib/tests/Makefile.in-961-am__nobase_strip_setup = \
netcf-0.2.8/gnulib/tests/Makefile.in:962:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
netcf-0.2.8/gnulib/tests/Makefile.in-963-am__nobase_strip = \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-1081-case "$@" in						\
netcf-0.2.8/gnulib/tests/Makefile.in:1082:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
netcf-0.2.8/gnulib/tests/Makefile.in-1083-    *) am__odir=.;; 					\
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-1111-  bases='$(TEST_LOGS)'; \
netcf-0.2.8/gnulib/tests/Makefile.in:1112:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
netcf-0.2.8/gnulib/tests/Makefile.in:1113:  bases=`echo $$bases`
netcf-0.2.8/gnulib/tests/Makefile.in-1114-RECHECK_LOGS = $(TEST_LOGS)
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-1123-        */*) b='$*';; \
netcf-0.2.8/gnulib/tests/Makefile.in:1124:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1125-       esac;; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-1143-  while test -n "$$dir1"; do \
netcf-0.2.8/gnulib/tests/Makefile.in:1144:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1145-    if test "$$first" != "."; then \
netcf-0.2.8/gnulib/tests/Makefile.in-1146-      if test "$$first" = ".."; then \
netcf-0.2.8/gnulib/tests/Makefile.in:1147:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
netcf-0.2.8/gnulib/tests/Makefile.in:1148:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1149-      else \
netcf-0.2.8/gnulib/tests/Makefile.in:1150:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1151-        if test "$$first2" = "$$first"; then \
netcf-0.2.8/gnulib/tests/Makefile.in:1152:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1153-        else \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-1158-    fi; \
netcf-0.2.8/gnulib/tests/Makefile.in:1159:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
netcf-0.2.8/gnulib/tests/Makefile.in-1160-  done; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2291-	test -n "$(EXEEXT)" || exit 0; \
netcf-0.2.8/gnulib/tests/Makefile.in:2292:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
netcf-0.2.8/gnulib/tests/Makefile.in-2293-	echo " rm -f" $$list; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2300-	test -n "$(EXEEXT)" || exit 0; \
netcf-0.2.8/gnulib/tests/Makefile.in:2301:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
netcf-0.2.8/gnulib/tests/Makefile.in-2302-	echo " rm -f" $$list; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2785-.c.o:
netcf-0.2.8/gnulib/tests/Makefile.in:2786:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
netcf-0.2.8/gnulib/tests/Makefile.in-2787-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2793-.c.obj:
netcf-0.2.8/gnulib/tests/Makefile.in:2794:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
netcf-0.2.8/gnulib/tests/Makefile.in:2795:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
netcf-0.2.8/gnulib/tests/Makefile.in-2796-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2798-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/gnulib/tests/Makefile.in:2799:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/gnulib/tests/Makefile.in-2800-
netcf-0.2.8/gnulib/tests/Makefile.in-2801-.c.lo:
netcf-0.2.8/gnulib/tests/Makefile.in:2802:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
netcf-0.2.8/gnulib/tests/Makefile.in-2803-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2828-	dot_seen=no; \
netcf-0.2.8/gnulib/tests/Makefile.in:2829:	target=`echo $@ | sed s/-recursive//`; \
netcf-0.2.8/gnulib/tests/Makefile.in-2830-	case "$@" in \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2891-GTAGS:
netcf-0.2.8/gnulib/tests/Makefile.in:2892:	here=`$(am__cd) $(top_builddir) && pwd` \
netcf-0.2.8/gnulib/tests/Makefile.in-2893-	  && $(am__cd) $(top_srcdir) \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2934-	if test -n "$$redo_bases"; then \
netcf-0.2.8/gnulib/tests/Makefile.in:2935:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2936:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in-2937-	  if $(am__make_dryrun); then :; else \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-2959-	ws='[ 	]'; \
netcf-0.2.8/gnulib/tests/Makefile.in:2960:	results=`for b in $$bases; do echo $$b.trs; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in-2961-	test -n "$$results" || results=/dev/null; \
netcf-0.2.8/gnulib/tests/Makefile.in:2962:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2963:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2964:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2965:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2966:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2967:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2968:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
netcf-0.2.8/gnulib/tests/Makefile.in:2969:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
netcf-0.2.8/gnulib/tests/Makefile.in-2970-	  success=true; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-3038-	@set +e; $(am__set_TESTS_bases); \
netcf-0.2.8/gnulib/tests/Makefile.in:3039:	log_list=`for i in $$bases; do echo $$i.log; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in:3040:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in:3041:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
netcf-0.2.8/gnulib/tests/Makefile.in-3042-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-3048-	         | $(am__list_recheck_tests)` || exit 1; \
netcf-0.2.8/gnulib/tests/Makefile.in:3049:	log_list=`for i in $$bases; do echo $$i.log; done`; \
netcf-0.2.8/gnulib/tests/Makefile.in:3050:	log_list=`echo $$log_list`; \
netcf-0.2.8/gnulib/tests/Makefile.in-3051-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-3735-distdir: $(DISTFILES)
netcf-0.2.8/gnulib/tests/Makefile.in:3736:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/gnulib/tests/Makefile.in:3737:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/gnulib/tests/Makefile.in-3738-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/gnulib/tests/Makefile.in-3749-	  if test -d $$d/$$file; then \
netcf-0.2.8/gnulib/tests/Makefile.in:3750:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/gnulib/tests/Makefile.in-3751-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-63-  { \
netcf-0.2.8/gnulib/lib/Makefile.in:64:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/gnulib/lib/Makefile.in-65-  }; \
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1467-.c.obj:
netcf-0.2.8/gnulib/lib/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/gnulib/lib/Makefile.in-1469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/gnulib/lib/Makefile.in:1472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/gnulib/lib/Makefile.in-1473-
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1481-lock.lo: glthread/lock.c
netcf-0.2.8/gnulib/lib/Makefile.in:1482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lock.lo -MD -MP -MF $(DEPDIR)/lock.Tpo -c -o lock.lo `test -f 'glthread/lock.c' || echo '$(srcdir)/'`glthread/lock.c
netcf-0.2.8/gnulib/lib/Makefile.in-1483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lock.Tpo $(DEPDIR)/lock.Plo
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/gnulib/lib/Makefile.in:1486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock.lo `test -f 'glthread/lock.c' || echo '$(srcdir)/'`glthread/lock.c
netcf-0.2.8/gnulib/lib/Makefile.in-1487-
netcf-0.2.8/gnulib/lib/Makefile.in-1488-threadlib.lo: glthread/threadlib.c
netcf-0.2.8/gnulib/lib/Makefile.in:1489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT threadlib.lo -MD -MP -MF $(DEPDIR)/threadlib.Tpo -c -o threadlib.lo `test -f 'glthread/threadlib.c' || echo '$(srcdir)/'`glthread/threadlib.c
netcf-0.2.8/gnulib/lib/Makefile.in-1490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/threadlib.Tpo $(DEPDIR)/threadlib.Plo
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/gnulib/lib/Makefile.in:1493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o threadlib.lo `test -f 'glthread/threadlib.c' || echo '$(srcdir)/'`glthread/threadlib.c
netcf-0.2.8/gnulib/lib/Makefile.in-1494-
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1530-GTAGS:
netcf-0.2.8/gnulib/lib/Makefile.in:1531:	here=`$(am__cd) $(top_builddir) && pwd` \
netcf-0.2.8/gnulib/lib/Makefile.in-1532-	  && $(am__cd) $(top_srcdir) \
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1553-distdir: $(DISTFILES)
netcf-0.2.8/gnulib/lib/Makefile.in:1554:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/gnulib/lib/Makefile.in:1555:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/gnulib/lib/Makefile.in-1556-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/gnulib/lib/Makefile.in-1567-	  if test -d $$d/$$file; then \
netcf-0.2.8/gnulib/lib/Makefile.in:1568:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/gnulib/lib/Makefile.in-1569-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/build-aux/config.rpath-33-host="$1"
netcf-0.2.8/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netcf-0.2.8/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netcf-0.2.8/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netcf-0.2.8/build-aux/config.rpath-37-
##############################################
netcf-0.2.8/build-aux/config.rpath-47-done
netcf-0.2.8/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
netcf-0.2.8/build-aux/config.rpath-49-
##############################################
netcf-0.2.8/build-aux/config.rpath-94-        *)
netcf-0.2.8/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
netcf-0.2.8/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
netcf-0.2.8/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
netcf-0.2.8/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
netcf-0.2.8/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
netcf-0.2.8/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
netcf-0.2.8/build-aux/config.rpath-243-          else
##############################################
netcf-0.2.8/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
netcf-0.2.8/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
netcf-0.2.8/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
netcf-0.2.8/build-aux/config.rpath-430-        hardcode_direct=yes
netcf-0.2.8/build-aux/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/build-aux/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
netcf-0.2.8/build-aux/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
netcf-0.2.8/build-aux/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
netcf-0.2.8/build-aux/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
netcf-0.2.8/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
netcf-0.2.8/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
netcf-0.2.8/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
netcf-0.2.8/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
netcf-0.2.8/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
netcf-0.2.8/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
netcf-0.2.8/build-aux/config.rpath-651-
##############################################
netcf-0.2.8/build-aux/config.guess-34-
netcf-0.2.8/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
netcf-0.2.8/build-aux/config.guess-36-
##############################################
netcf-0.2.8/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
netcf-0.2.8/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
netcf-0.2.8/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
netcf-0.2.8/build-aux/config.guess-151-	EOF
netcf-0.2.8/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
netcf-0.2.8/build-aux/config.guess-153-	;;
##############################################
netcf-0.2.8/build-aux/config.guess-209-	    *)
netcf-0.2.8/build-aux/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
netcf-0.2.8/build-aux/config.guess-211-		;;
##############################################
netcf-0.2.8/build-aux/config.guess-240-	*4.0)
netcf-0.2.8/build-aux/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
netcf-0.2.8/build-aux/config.guess-242-		;;
netcf-0.2.8/build-aux/config.guess-243-	*5.*)
netcf-0.2.8/build-aux/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
netcf-0.2.8/build-aux/config.guess-245-		;;
##############################################
netcf-0.2.8/build-aux/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
netcf-0.2.8/build-aux/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
netcf-0.2.8/build-aux/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
netcf-0.2.8/build-aux/config.guess-288-	# 1.2 uses "1.2" for uname -r.
netcf-0.2.8/build-aux/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
netcf-0.2.8/build-aux/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
netcf-0.2.8/build-aux/config.guess-348-    s390x:SunOS:*:*)
netcf-0.2.8/build-aux/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-350-	exit ;;
netcf-0.2.8/build-aux/config.guess-351-    sun4H:SunOS:5.*:*)
netcf-0.2.8/build-aux/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-353-	exit ;;
netcf-0.2.8/build-aux/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
netcf-0.2.8/build-aux/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-356-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-373-	fi
netcf-0.2.8/build-aux/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-375-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
netcf-0.2.8/build-aux/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-381-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
netcf-0.2.8/build-aux/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
netcf-0.2.8/build-aux/config.guess-390-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-394-    sun*:*:4.2BSD:*)
netcf-0.2.8/build-aux/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
netcf-0.2.8/build-aux/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
netcf-0.2.8/build-aux/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
netcf-0.2.8/build-aux/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
netcf-0.2.8/build-aux/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
netcf-0.2.8/build-aux/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
netcf-0.2.8/build-aux/config.guess-532-    *:IRIX*:*:*)
netcf-0.2.8/build-aux/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
netcf-0.2.8/build-aux/config.guess-534-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-562-EOF
netcf-0.2.8/build-aux/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
netcf-0.2.8/build-aux/config.guess-564-		then
##############################################
netcf-0.2.8/build-aux/config.guess-575-    *:AIX:*:[4567])
netcf-0.2.8/build-aux/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
netcf-0.2.8/build-aux/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
netcf-0.2.8/build-aux/config.guess-610-    9000/[34678]??:HP-UX:*:*)
netcf-0.2.8/build-aux/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
netcf-0.2.8/build-aux/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
netcf-0.2.8/build-aux/config.guess-664-EOF
netcf-0.2.8/build-aux/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
netcf-0.2.8/build-aux/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
netcf-0.2.8/build-aux/config.guess-692-    ia64:HP-UX:*:*)
netcf-0.2.8/build-aux/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
netcf-0.2.8/build-aux/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
netcf-0.2.8/build-aux/config.guess-722-EOF
netcf-0.2.8/build-aux/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
netcf-0.2.8/build-aux/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
netcf-0.2.8/build-aux/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
netcf-0.2.8/build-aux/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
netcf-0.2.8/build-aux/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
netcf-0.2.8/build-aux/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
netcf-0.2.8/build-aux/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
netcf-0.2.8/build-aux/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
netcf-0.2.8/build-aux/config.guess-814-	    amd64)
netcf-0.2.8/build-aux/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
netcf-0.2.8/build-aux/config.guess-816-	    *)
netcf-0.2.8/build-aux/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
netcf-0.2.8/build-aux/config.guess-818-	esac
##############################################
netcf-0.2.8/build-aux/config.guess-872-    prep*:SunOS:5.*:*)
netcf-0.2.8/build-aux/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netcf-0.2.8/build-aux/config.guess-874-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-876-	# the GNU system
netcf-0.2.8/build-aux/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
netcf-0.2.8/build-aux/config.guess-878-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-880-	# other systems with GNU libc and userland
netcf-0.2.8/build-aux/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
netcf-0.2.8/build-aux/config.guess-882-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-968-EOF
netcf-0.2.8/build-aux/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
netcf-0.2.8/build-aux/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
netcf-0.2.8/build-aux/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
netcf-0.2.8/build-aux/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
netcf-0.2.8/build-aux/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
netcf-0.2.8/build-aux/config.guess-1262-	fi
netcf-0.2.8/build-aux/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
netcf-0.2.8/build-aux/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
netcf-0.2.8/build-aux/config.guess-1347-    *:DragonFly:*:*)
netcf-0.2.8/build-aux/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
netcf-0.2.8/build-aux/config.guess-1349-	exit ;;
##############################################
netcf-0.2.8/build-aux/config.guess-1360-    i*86:skyos:*:*)
netcf-0.2.8/build-aux/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
netcf-0.2.8/build-aux/config.guess-1362-	exit ;;
##############################################
netcf-0.2.8/build-aux/install-sh-229-      fi
netcf-0.2.8/build-aux/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
netcf-0.2.8/build-aux/install-sh-231-    *)
##############################################
netcf-0.2.8/build-aux/install-sh-276-      dstdir=$dst
netcf-0.2.8/build-aux/install-sh:277:      dst=$dstdir/`basename "$src"`
netcf-0.2.8/build-aux/install-sh-278-      dstdir_status=0
##############################################
netcf-0.2.8/build-aux/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
netcf-0.2.8/build-aux/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
netcf-0.2.8/build-aux/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
netcf-0.2.8/build-aux/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
netcf-0.2.8/build-aux/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
netcf-0.2.8/build-aux/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
netcf-0.2.8/build-aux/install-sh-425-	    case $prefix in
netcf-0.2.8/build-aux/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
netcf-0.2.8/build-aux/install-sh-427-	      *) qprefix=$prefix;;
##############################################
netcf-0.2.8/build-aux/install-sh-474-    if $copy_on_change &&
netcf-0.2.8/build-aux/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
netcf-0.2.8/build-aux/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
netcf-0.2.8/build-aux/install-sh-477-
##############################################
netcf-0.2.8/build-aux/compile-67-	mingw/*)
netcf-0.2.8/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
netcf-0.2.8/build-aux/compile-69-	  ;;
netcf-0.2.8/build-aux/compile-70-	cygwin/*)
netcf-0.2.8/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
netcf-0.2.8/build-aux/compile-72-	  ;;
netcf-0.2.8/build-aux/compile-73-	wine/*)
netcf-0.2.8/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
netcf-0.2.8/build-aux/compile-75-	  ;;
##############################################
netcf-0.2.8/build-aux/compile-309-# Name of file we expect compiler to create.
netcf-0.2.8/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
netcf-0.2.8/build-aux/compile-311-
##############################################
netcf-0.2.8/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
netcf-0.2.8/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
netcf-0.2.8/build-aux/compile-317-while true; do
##############################################
netcf-0.2.8/build-aux/vc-list-files-47-  --version)
netcf-0.2.8/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
netcf-0.2.8/build-aux/vc-list-files-49-    cat <<EOF
##############################################
netcf-0.2.8/build-aux/vc-list-files-70-      && dir= sed_esc= \
netcf-0.2.8/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
netcf-0.2.8/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
netcf-0.2.8/build-aux/vc-list-files-96-          }}'\''				\
netcf-0.2.8/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
netcf-0.2.8/build-aux/vc-list-files-98-    fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-167-{
netcf-0.2.8/build-aux/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
netcf-0.2.8/build-aux/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-179-{
netcf-0.2.8/build-aux/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
netcf-0.2.8/build-aux/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-198-    # Extract subdirectory from the argument.
netcf-0.2.8/build-aux/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
netcf-0.2.8/build-aux/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-204-    fi
netcf-0.2.8/build-aux/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
netcf-0.2.8/build-aux/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-217-    case ${2} in
netcf-0.2.8/build-aux/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
netcf-0.2.8/build-aux/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
netcf-0.2.8/build-aux/ltmain.sh-220-    esac
##############################################
netcf-0.2.8/build-aux/ltmain.sh-380-     progdir=$func_dirname_result
netcf-0.2.8/build-aux/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
netcf-0.2.8/build-aux/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
netcf-0.2.8/build-aux/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
netcf-0.2.8/build-aux/ltmain.sh-419-bs='\\'
##############################################
netcf-0.2.8/build-aux/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
netcf-0.2.8/build-aux/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
netcf-0.2.8/build-aux/ltmain.sh-533-      done
netcf-0.2.8/build-aux/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
netcf-0.2.8/build-aux/ltmain.sh-535-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-566-      # If mktemp works, use that first and foremost
netcf-0.2.8/build-aux/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-568-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-597-      *[\\\`\"\$]*)
netcf-0.2.8/build-aux/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
netcf-0.2.8/build-aux/ltmain.sh-599-      *)
##############################################
netcf-0.2.8/build-aux/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
netcf-0.2.8/build-aux/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
netcf-0.2.8/build-aux/ltmain.sh-704-    ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
netcf-0.2.8/build-aux/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
netcf-0.2.8/build-aux/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
netcf-0.2.8/build-aux/ltmain.sh-772-	p
##############################################
netcf-0.2.8/build-aux/ltmain.sh-803-
netcf-0.2.8/build-aux/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
netcf-0.2.8/build-aux/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
netcf-0.2.8/build-aux/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-816-
netcf-0.2.8/build-aux/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
netcf-0.2.8/build-aux/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
netcf-0.2.8/build-aux/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-862-{
netcf-0.2.8/build-aux/ltmain.sh:863:    func_arith_result=`expr "${@}"`
netcf-0.2.8/build-aux/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-870-{
netcf-0.2.8/build-aux/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
netcf-0.2.8/build-aux/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-877-{
netcf-0.2.8/build-aux/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
netcf-0.2.8/build-aux/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-884-{
netcf-0.2.8/build-aux/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
netcf-0.2.8/build-aux/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
netcf-0.2.8/build-aux/ltmain.sh-968-	# quotes we have to do it in 2 steps:
netcf-0.2.8/build-aux/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
netcf-0.2.8/build-aux/ltmain.sh-970-	eval "$extractedcf"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1382-      done
netcf-0.2.8/build-aux/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
netcf-0.2.8/build-aux/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
netcf-0.2.8/build-aux/ltmain.sh-1385-      case $@ in
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1395-	    # Evaluate the configuration.
netcf-0.2.8/build-aux/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
netcf-0.2.8/build-aux/ltmain.sh-1397-	    CC_quoted=
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1401-	    done
netcf-0.2.8/build-aux/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
netcf-0.2.8/build-aux/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
netcf-0.2.8/build-aux/ltmain.sh-1404-	    case "$@ " in
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
netcf-0.2.8/build-aux/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
netcf-0.2.8/build-aux/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1721-    # LT_CYGPATH in this case.
netcf-0.2.8/build-aux/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
netcf-0.2.8/build-aux/ltmain.sh-1723-  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
netcf-0.2.8/build-aux/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
netcf-0.2.8/build-aux/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2060-    *.[cCFSifmso] | \
netcf-0.2.8/build-aux/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
netcf-0.2.8/build-aux/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
netcf-0.2.8/build-aux/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
netcf-0.2.8/build-aux/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
netcf-0.2.8/build-aux/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-2158-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2204-      if test "$need_locks" = warn &&
netcf-0.2.8/build-aux/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
netcf-0.2.8/build-aux/ltmain.sh-2206-	$ECHO "\
netcf-0.2.8/build-aux/ltmain.sh-2207-*** ERROR, $lockfile contains:
netcf-0.2.8/build-aux/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-2209-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2253-      if test "$need_locks" = warn &&
netcf-0.2.8/build-aux/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
netcf-0.2.8/build-aux/ltmain.sh-2255-	$ECHO "\
netcf-0.2.8/build-aux/ltmain.sh-2256-*** ERROR, $lockfile contains:
netcf-0.2.8/build-aux/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-2258-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2548-	  test -n "$library_names" && \
netcf-0.2.8/build-aux/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
netcf-0.2.8/build-aux/ltmain.sh-2550-	  continue
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
netcf-0.2.8/build-aux/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
netcf-0.2.8/build-aux/ltmain.sh-2561-	  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2577-      # Get the absolute pathname.
netcf-0.2.8/build-aux/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
netcf-0.2.8/build-aux/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
netcf-0.2.8/build-aux/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
netcf-0.2.8/build-aux/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
netcf-0.2.8/build-aux/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
netcf-0.2.8/build-aux/ltmain.sh-2959-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
netcf-0.2.8/build-aux/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
netcf-0.2.8/build-aux/ltmain.sh-2972-	  else
netcf-0.2.8/build-aux/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
netcf-0.2.8/build-aux/ltmain.sh-2974-	  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3130-	    fi
netcf-0.2.8/build-aux/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
netcf-0.2.8/build-aux/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
netcf-0.2.8/build-aux/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
netcf-0.2.8/build-aux/ltmain.sh-3134-	      finalize=no
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3149-	        # Replace the output file specification.
netcf-0.2.8/build-aux/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
netcf-0.2.8/build-aux/ltmain.sh-3151-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
netcf-0.2.8/build-aux/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
netcf-0.2.8/build-aux/ltmain.sh-3170-	  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3241-    my_pic_p="${3-no}"
netcf-0.2.8/build-aux/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
netcf-0.2.8/build-aux/ltmain.sh-3243-    my_dlsyms=
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
netcf-0.2.8/build-aux/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
netcf-0.2.8/build-aux/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
netcf-0.2.8/build-aux/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
netcf-0.2.8/build-aux/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh-3509-	  else
netcf-0.2.8/build-aux/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh-3512-	  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3514-	*)
netcf-0.2.8/build-aux/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
netcf-0.2.8/build-aux/ltmain.sh-3517-	  ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3529-      # Nullify the symbol file.
netcf-0.2.8/build-aux/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
netcf-0.2.8/build-aux/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
netcf-0.2.8/build-aux/ltmain.sh-3532-    fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3545-  win32_libid_type="unknown"
netcf-0.2.8/build-aux/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-3547-  case $win32_fileres in
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3596-  $opt_debug
netcf-0.2.8/build-aux/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
netcf-0.2.8/build-aux/ltmain.sh-3598-}
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3613-  $opt_debug
netcf-0.2.8/build-aux/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
netcf-0.2.8/build-aux/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
netcf-0.2.8/build-aux/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)$'`
netcf-0.2.8/build-aux/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
netcf-0.2.8/build-aux/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
netcf-0.2.8/build-aux/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3700-    # binutils import library
netcf-0.2.8/build-aux/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
netcf-0.2.8/build-aux/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
netcf-0.2.8/build-aux/ltmain.sh-3703-    # ms-generated import library
netcf-0.2.8/build-aux/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
netcf-0.2.8/build-aux/ltmain.sh-3705-  else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3780-	  darwin_curdir=`pwd`
netcf-0.2.8/build-aux/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
netcf-0.2.8/build-aux/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
netcf-0.2.8/build-aux/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
netcf-0.2.8/build-aux/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
netcf-0.2.8/build-aux/ltmain.sh-3785-	    darwin_arch=
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
netcf-0.2.8/build-aux/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
netcf-0.2.8/build-aux/ltmain.sh-3797-	    darwin_file=
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
netcf-0.2.8/build-aux/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3814-      esac
netcf-0.2.8/build-aux/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-3816-    done
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3885-
netcf-0.2.8/build-aux/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
netcf-0.2.8/build-aux/ltmain.sh-3887-    $ECHO "\
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3920-    --lt-dump-script)
netcf-0.2.8/build-aux/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
netcf-0.2.8/build-aux/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
netcf-0.2.8/build-aux/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
netcf-0.2.8/build-aux/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
netcf-0.2.8/build-aux/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
netcf-0.2.8/build-aux/ltmain.sh-3949-  done
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4005-  # Find the directory that this script lives in.
netcf-0.2.8/build-aux/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
netcf-0.2.8/build-aux/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
netcf-0.2.8/build-aux/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
netcf-0.2.8/build-aux/ltmain.sh-4011-  while test -n \"\$file\"; do
netcf-0.2.8/build-aux/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
netcf-0.2.8/build-aux/ltmain.sh-4013-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4021-
netcf-0.2.8/build-aux/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
netcf-0.2.8/build-aux/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
netcf-0.2.8/build-aux/ltmain.sh-4024-  done
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4035-    case \"\$thisdir\" in
netcf-0.2.8/build-aux/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
netcf-0.2.8/build-aux/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4041-  # Try to get the absolute directory name.
netcf-0.2.8/build-aux/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
netcf-0.2.8/build-aux/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
netcf-0.2.8/build-aux/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
netcf-0.2.8/build-aux/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
netcf-0.2.8/build-aux/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
netcf-0.2.8/build-aux/ltmain.sh-4068-      else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
netcf-0.2.8/build-aux/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
netcf-0.2.8/build-aux/ltmain.sh-4112-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-5085-    $opt_debug
netcf-0.2.8/build-aux/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
netcf-0.2.8/build-aux/ltmain.sh-5087-    *import*) : ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-5307-	    moreargs=
netcf-0.2.8/build-aux/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
netcf-0.2.8/build-aux/ltmain.sh-5309-	    do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-5563-	*)
netcf-0.2.8/build-aux/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
netcf-0.2.8/build-aux/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
netcf-0.2.8/build-aux/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
netcf-0.2.8/build-aux/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
netcf-0.2.8/build-aux/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
netcf-0.2.8/build-aux/ltmain.sh-6018-    else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
netcf-0.2.8/build-aux/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
netcf-0.2.8/build-aux/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6391-	else
netcf-0.2.8/build-aux/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
netcf-0.2.8/build-aux/ltmain.sh-6393-	fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
netcf-0.2.8/build-aux/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
netcf-0.2.8/build-aux/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6428-	fi
netcf-0.2.8/build-aux/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6501-	*)
netcf-0.2.8/build-aux/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
netcf-0.2.8/build-aux/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-6754-	    shift
netcf-0.2.8/build-aux/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
netcf-0.2.8/build-aux/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7046-		*)
netcf-0.2.8/build-aux/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
netcf-0.2.8/build-aux/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7057-		  depdepl=
netcf-0.2.8/build-aux/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
netcf-0.2.8/build-aux/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
netcf-0.2.8/build-aux/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
netcf-0.2.8/build-aux/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
netcf-0.2.8/build-aux/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
netcf-0.2.8/build-aux/ltmain.sh-7068-                      fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7079-		else
netcf-0.2.8/build-aux/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
netcf-0.2.8/build-aux/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7102-	else
netcf-0.2.8/build-aux/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh-7104-	fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7251-	test "$module" = no && \
netcf-0.2.8/build-aux/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
netcf-0.2.8/build-aux/ltmain.sh-7253-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7386-	if test "$age" -gt "$current"; then
netcf-0.2.8/build-aux/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
netcf-0.2.8/build-aux/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7547-	removelist=
netcf-0.2.8/build-aux/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
netcf-0.2.8/build-aux/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7573-	# Transform .lo files to .o files.
netcf-0.2.8/build-aux/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-7575-      fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7578-      #for path in $notinst_path; do
netcf-0.2.8/build-aux/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
netcf-0.2.8/build-aux/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
netcf-0.2.8/build-aux/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
netcf-0.2.8/build-aux/ltmain.sh-7582-      #done
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7699-		if test -n "$i" ; then
netcf-0.2.8/build-aux/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
netcf-0.2.8/build-aux/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
netcf-0.2.8/build-aux/ltmain.sh-7702-		  set dummy $deplib_matches; shift
netcf-0.2.8/build-aux/ltmain.sh-7703-		  deplib_match=$1
netcf-0.2.8/build-aux/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
netcf-0.2.8/build-aux/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7742-		  if test -n "$i" ; then
netcf-0.2.8/build-aux/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
netcf-0.2.8/build-aux/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
netcf-0.2.8/build-aux/ltmain.sh-7745-		    set dummy $deplib_matches; shift
netcf-0.2.8/build-aux/ltmain.sh-7746-		    deplib_match=$1
netcf-0.2.8/build-aux/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
netcf-0.2.8/build-aux/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
netcf-0.2.8/build-aux/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
netcf-0.2.8/build-aux/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
netcf-0.2.8/build-aux/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
netcf-0.2.8/build-aux/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
netcf-0.2.8/build-aux/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
netcf-0.2.8/build-aux/ltmain.sh-7796-		else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7802-		    shopt -s nocaseglob
netcf-0.2.8/build-aux/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-7804-		    $nocaseglob
netcf-0.2.8/build-aux/ltmain.sh-7805-		  else
netcf-0.2.8/build-aux/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-7807-		  fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
netcf-0.2.8/build-aux/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
netcf-0.2.8/build-aux/ltmain.sh-7822-			case $potliblink in
netcf-0.2.8/build-aux/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
netcf-0.2.8/build-aux/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
netcf-0.2.8/build-aux/ltmain.sh-7825-			esac
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
netcf-0.2.8/build-aux/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
netcf-0.2.8/build-aux/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
netcf-0.2.8/build-aux/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
netcf-0.2.8/build-aux/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
netcf-0.2.8/build-aux/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
netcf-0.2.8/build-aux/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7915-	  newdeplibs=""
netcf-0.2.8/build-aux/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
netcf-0.2.8/build-aux/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
netcf-0.2.8/build-aux/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
netcf-0.2.8/build-aux/ltmain.sh-7921-	    done
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
netcf-0.2.8/build-aux/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
netcf-0.2.8/build-aux/ltmain.sh-7947-	  ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-7997-	*-*-darwin*)
netcf-0.2.8/build-aux/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh-8001-	  ;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8124-	# Use standard objects if they are pic
netcf-0.2.8/build-aux/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8139-	    # exporting using user supplied symfile
netcf-0.2.8/build-aux/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
netcf-0.2.8/build-aux/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
netcf-0.2.8/build-aux/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
netcf-0.2.8/build-aux/ltmain.sh-8638-	else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8650-      # Create the old-style object.
netcf-0.2.8/build-aux/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
netcf-0.2.8/build-aux/ltmain.sh-8652-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
netcf-0.2.8/build-aux/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
netcf-0.2.8/build-aux/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
netcf-0.2.8/build-aux/ltmain.sh-8713-	;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
netcf-0.2.8/build-aux/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
netcf-0.2.8/build-aux/ltmain.sh-8731-	;;
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
netcf-0.2.8/build-aux/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
netcf-0.2.8/build-aux/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8866-	# Transform all the library objects into standard objects.
netcf-0.2.8/build-aux/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
netcf-0.2.8/build-aux/ltmain.sh-8869-      fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8896-	# Replace the output file specification.
netcf-0.2.8/build-aux/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
netcf-0.2.8/build-aux/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8905-	  func_to_tool_file "$output"
netcf-0.2.8/build-aux/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'`
netcf-0.2.8/build-aux/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8949-	# Replace the output file specification.
netcf-0.2.8/build-aux/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
netcf-0.2.8/build-aux/ltmain.sh-8951-	# Delete the old output file.
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8957-	  func_to_tool_file "$output"
netcf-0.2.8/build-aux/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'`
netcf-0.2.8/build-aux/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8975-	  if test "$fast_install" = yes; then
netcf-0.2.8/build-aux/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
netcf-0.2.8/build-aux/ltmain.sh-8977-	  else
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8987-      # Replace the output file specification.
netcf-0.2.8/build-aux/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
netcf-0.2.8/build-aux/ltmain.sh-8989-
##############################################
netcf-0.2.8/build-aux/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
netcf-0.2.8/build-aux/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'`
netcf-0.2.8/build-aux/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
netcf-0.2.8/build-aux/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
netcf-0.2.8/build-aux/ltmain.sh-9019-      fi
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
netcf-0.2.8/build-aux/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
netcf-0.2.8/build-aux/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
netcf-0.2.8/build-aux/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
netcf-0.2.8/build-aux/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9308-		name="$func_basename_result"
netcf-0.2.8/build-aux/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
netcf-0.2.8/build-aux/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9327-		name="$func_basename_result"
netcf-0.2.8/build-aux/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
netcf-0.2.8/build-aux/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
netcf-0.2.8/build-aux/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
netcf-0.2.8/build-aux/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
netcf-0.2.8/build-aux/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
netcf-0.2.8/build-aux/config.sub-52-
netcf-0.2.8/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
netcf-0.2.8/build-aux/config.sub-54-
##############################################
netcf-0.2.8/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
netcf-0.2.8/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
netcf-0.2.8/build-aux/config.sub-117-case $maybe_os in
##############################################
netcf-0.2.8/build-aux/config.sub-123-    os=-$maybe_os
netcf-0.2.8/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
netcf-0.2.8/build-aux/config.sub-125-    ;;
##############################################
netcf-0.2.8/build-aux/config.sub-127-    os=-linux-android
netcf-0.2.8/build-aux/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
netcf-0.2.8/build-aux/config.sub-129-    ;;
netcf-0.2.8/build-aux/config.sub-130-  *)
netcf-0.2.8/build-aux/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
netcf-0.2.8/build-aux/config.sub-132-    if [ $basic_machine != $1 ]
netcf-0.2.8/build-aux/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
netcf-0.2.8/build-aux/config.sub-134-    else os=; fi
##############################################
netcf-0.2.8/build-aux/config.sub-181-		os=-sco5v6
netcf-0.2.8/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-183-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-185-		os=-sco3.2v5
netcf-0.2.8/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-187-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-189-		os=-sco3.2v4
netcf-0.2.8/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-191-		;;
netcf-0.2.8/build-aux/config.sub-192-	-sco3.2.[4-9]*)
netcf-0.2.8/build-aux/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
netcf-0.2.8/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-195-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
netcf-0.2.8/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-199-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
netcf-0.2.8/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-203-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-205-		os=-sco3.2v2
netcf-0.2.8/build-aux/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-207-		;;
netcf-0.2.8/build-aux/config.sub-208-	-udk*)
netcf-0.2.8/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-210-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-212-		os=-isc2.2
netcf-0.2.8/build-aux/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-214-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-218-	-isc*)
netcf-0.2.8/build-aux/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-220-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-230-	-ptx*)
netcf-0.2.8/build-aux/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
netcf-0.2.8/build-aux/config.sub-232-		;;
netcf-0.2.8/build-aux/config.sub-233-	-windowsnt*)
netcf-0.2.8/build-aux/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
netcf-0.2.8/build-aux/config.sub-235-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-361-	*-*-*)
netcf-0.2.8/build-aux/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
netcf-0.2.8/build-aux/config.sub-363-		exit 1
##############################################
netcf-0.2.8/build-aux/config.sub-485-	amd64-*)
netcf-0.2.8/build-aux/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-487-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-527-	blackfin-*)
netcf-0.2.8/build-aux/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-529-		os=-linux
##############################################
netcf-0.2.8/build-aux/config.sub-535-	c54x-*)
netcf-0.2.8/build-aux/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-537-		;;
netcf-0.2.8/build-aux/config.sub-538-	c55x-*)
netcf-0.2.8/build-aux/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-540-		;;
netcf-0.2.8/build-aux/config.sub-541-	c6x-*)
netcf-0.2.8/build-aux/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-543-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-738-	i*86v32)
netcf-0.2.8/build-aux/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-740-		os=-sysv32
##############################################
netcf-0.2.8/build-aux/config.sub-742-	i*86v4*)
netcf-0.2.8/build-aux/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-744-		os=-sysv4
##############################################
netcf-0.2.8/build-aux/config.sub-746-	i*86v)
netcf-0.2.8/build-aux/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-748-		os=-sysv
##############################################
netcf-0.2.8/build-aux/config.sub-750-	i*86sol2)
netcf-0.2.8/build-aux/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netcf-0.2.8/build-aux/config.sub-752-		os=-solaris2
##############################################
netcf-0.2.8/build-aux/config.sub-780-	m68knommu-*)
netcf-0.2.8/build-aux/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-782-		os=-linux
##############################################
netcf-0.2.8/build-aux/config.sub-817-	mips3*-*)
netcf-0.2.8/build-aux/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
netcf-0.2.8/build-aux/config.sub-819-		;;
netcf-0.2.8/build-aux/config.sub-820-	mips3*)
netcf-0.2.8/build-aux/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
netcf-0.2.8/build-aux/config.sub-822-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-839-	ms1-*)
netcf-0.2.8/build-aux/config.sub:840:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
netcf-0.2.8/build-aux/config.sub-841-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-958-	parisc-*)
netcf-0.2.8/build-aux/config.sub:959:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-960-		os=-linux
##############################################
netcf-0.2.8/build-aux/config.sub-974-	pc98-*)
netcf-0.2.8/build-aux/config.sub:975:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-976-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-989-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
netcf-0.2.8/build-aux/config.sub:990:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-991-		;;
netcf-0.2.8/build-aux/config.sub-992-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
netcf-0.2.8/build-aux/config.sub:993:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-994-		;;
netcf-0.2.8/build-aux/config.sub-995-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
netcf-0.2.8/build-aux/config.sub:996:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-997-		;;
netcf-0.2.8/build-aux/config.sub-998-	pentium4-*)
netcf-0.2.8/build-aux/config.sub:999:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1000-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1008-	ppc-* | ppcbe-*)
netcf-0.2.8/build-aux/config.sub:1009:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1010-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1014-	ppcle-* | powerpclittle-*)
netcf-0.2.8/build-aux/config.sub:1015:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1016-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1018-		;;
netcf-0.2.8/build-aux/config.sub:1019:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1020-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1024-	ppc64le-* | powerpc64little-*)
netcf-0.2.8/build-aux/config.sub:1025:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1026-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1107-	strongarm-* | thumb-*)
netcf-0.2.8/build-aux/config.sub:1108:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
netcf-0.2.8/build-aux/config.sub-1109-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1237-	xscale-* | xscalee[bl]-*)
netcf-0.2.8/build-aux/config.sub:1238:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
netcf-0.2.8/build-aux/config.sub-1239-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1314-	*)
netcf-0.2.8/build-aux/config.sub:1315:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
netcf-0.2.8/build-aux/config.sub-1316-		exit 1
##############################################
netcf-0.2.8/build-aux/config.sub-1322-	*-digital*)
netcf-0.2.8/build-aux/config.sub:1323:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
netcf-0.2.8/build-aux/config.sub-1324-		;;
netcf-0.2.8/build-aux/config.sub-1325-	*-commodore*)
netcf-0.2.8/build-aux/config.sub:1326:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
netcf-0.2.8/build-aux/config.sub-1327-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1343-	-solaris1 | -solaris1.*)
netcf-0.2.8/build-aux/config.sub:1344:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
netcf-0.2.8/build-aux/config.sub-1345-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1355-	-gnu/linux*)
netcf-0.2.8/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
netcf-0.2.8/build-aux/config.sub-1357-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1401-	-nto*)
netcf-0.2.8/build-aux/config.sub:1402:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
netcf-0.2.8/build-aux/config.sub-1403-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1408-	-mac*)
netcf-0.2.8/build-aux/config.sub:1409:		os=`echo $os | sed -e 's|mac|macos|'`
netcf-0.2.8/build-aux/config.sub-1410-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1414-	-linux*)
netcf-0.2.8/build-aux/config.sub:1415:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
netcf-0.2.8/build-aux/config.sub-1416-		;;
netcf-0.2.8/build-aux/config.sub-1417-	-sunos5*)
netcf-0.2.8/build-aux/config.sub:1418:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
netcf-0.2.8/build-aux/config.sub-1419-		;;
netcf-0.2.8/build-aux/config.sub-1420-	-sunos6*)
netcf-0.2.8/build-aux/config.sub:1421:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
netcf-0.2.8/build-aux/config.sub-1422-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1469-	-sinix5.*)
netcf-0.2.8/build-aux/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
netcf-0.2.8/build-aux/config.sub-1471-		;;
##############################################
netcf-0.2.8/build-aux/config.sub-1522-		# Get rid of the `-' at the beginning of $os.
netcf-0.2.8/build-aux/config.sub:1523:		os=`echo $os | sed 's/[^-]*-//'`
netcf-0.2.8/build-aux/config.sub:1524:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
netcf-0.2.8/build-aux/config.sub-1525-		exit 1
##############################################
netcf-0.2.8/build-aux/config.sub-1785-		esac
netcf-0.2.8/build-aux/config.sub:1786:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
netcf-0.2.8/build-aux/config.sub-1787-		;;
##############################################
netcf-0.2.8/build-aux/depcomp-64-  case $1 in
netcf-0.2.8/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
netcf-0.2.8/build-aux/depcomp-66-      *) dir=;;
##############################################
netcf-0.2.8/build-aux/depcomp-73-{
netcf-0.2.8/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
netcf-0.2.8/build-aux/depcomp-75-}
##############################################
netcf-0.2.8/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
netcf-0.2.8/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
netcf-0.2.8/build-aux/depcomp-128-
##############################################
netcf-0.2.8/build-aux/depcomp-405-        sleep 1
netcf-0.2.8/build-aux/depcomp:406:        i=`expr $i - 1`
netcf-0.2.8/build-aux/depcomp-407-      done
netcf-0.2.8/build-aux/depcomp-408-    fi
netcf-0.2.8/build-aux/depcomp:409:    i=`expr $i - 1`
netcf-0.2.8/build-aux/depcomp-410-  done
##############################################
netcf-0.2.8/build-aux/depcomp-425-  # Do two passes, one to just change these to
netcf-0.2.8/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
netcf-0.2.8/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
netcf-0.2.8/build-aux/depcomp-659-  done
netcf-0.2.8/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
netcf-0.2.8/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
netcf-0.2.8/INSTALL-173-directory configuration variables that were expressed in terms of
netcf-0.2.8/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
netcf-0.2.8/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
netcf-0.2.8/maint.mk-465-  dummy=; : so we do not need a semicolon before each use;		\
netcf-0.2.8/maint.mk:466:  h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`;			\
netcf-0.2.8/maint.mk-467-  if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then			\
##############################################
netcf-0.2.8/maint.mk-1145-	    *.[ch])							\
netcf-0.2.8/maint.mk:1146:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
netcf-0.2.8/maint.mk-1147-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
netcf-0.2.8/maint.mk-1638-	for sig in 1 2 3 13 15; do					\
netcf-0.2.8/maint.mk:1639:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
netcf-0.2.8/maint.mk-1640-	done;								\
##############################################
netcf-0.2.8/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
netcf-0.2.8/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
netcf-0.2.8/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
netcf-0.2.8/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
netcf-0.2.8/aclocal.m4-148-        else 
netcf-0.2.8/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
netcf-0.2.8/aclocal.m4-150-        fi
##############################################
netcf-0.2.8/aclocal.m4-285-changequote(,)dnl
netcf-0.2.8/aclocal.m4:286:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
netcf-0.2.8/aclocal.m4-287-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
netcf-0.2.8/aclocal.m4-292-changequote(,)dnl
netcf-0.2.8/aclocal.m4:293:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
netcf-0.2.8/aclocal.m4-294-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
netcf-0.2.8/aclocal.m4-311-changequote(,)dnl
netcf-0.2.8/aclocal.m4:312:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
netcf-0.2.8/aclocal.m4-313-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
netcf-0.2.8/aclocal.m4-336-      case "$ac_file" in
netcf-0.2.8/aclocal.m4:337:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
netcf-0.2.8/aclocal.m4-338-      esac
##############################################
netcf-0.2.8/aclocal.m4-341-        # Adjust a relative srcdir.
netcf-0.2.8/aclocal.m4:342:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
netcf-0.2.8/aclocal.m4:343:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
netcf-0.2.8/aclocal.m4:344:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
netcf-0.2.8/aclocal.m4-345-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
netcf-0.2.8/aclocal.m4-348-        case "$ac_given_srcdir" in
netcf-0.2.8/aclocal.m4:349:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
netcf-0.2.8/aclocal.m4-350-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
netcf-0.2.8/aclocal.m4-369-            fi
netcf-0.2.8/aclocal.m4:370:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
netcf-0.2.8/aclocal.m4-371-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
netcf-0.2.8/aclocal.m4-466-  # Adjust a relative srcdir.
netcf-0.2.8/aclocal.m4:467:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
netcf-0.2.8/aclocal.m4:468:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
netcf-0.2.8/aclocal.m4:469:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
netcf-0.2.8/aclocal.m4-470-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
netcf-0.2.8/aclocal.m4-473-  case "$ac_given_srcdir" in
netcf-0.2.8/aclocal.m4:474:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
netcf-0.2.8/aclocal.m4-475-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
netcf-0.2.8/aclocal.m4-535-  # Set POTFILES to the value of the Makefile variable POTFILES.
netcf-0.2.8/aclocal.m4:536:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
netcf-0.2.8/aclocal.m4:537:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
netcf-0.2.8/aclocal.m4-538-  # Compute POTFILES_DEPS as
##############################################
netcf-0.2.8/aclocal.m4-550-    # The LINGUAS file contains the set of available languages.
netcf-0.2.8/aclocal.m4:551:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
netcf-0.2.8/aclocal.m4-552-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
netcf-0.2.8/aclocal.m4-554-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
netcf-0.2.8/aclocal.m4:555:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
netcf-0.2.8/aclocal.m4:556:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
netcf-0.2.8/aclocal.m4-557-  fi
##############################################
netcf-0.2.8/aclocal.m4-598-    QMFILES="$QMFILES $srcdirpre$lang.qm"
netcf-0.2.8/aclocal.m4:599:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
netcf-0.2.8/aclocal.m4-600-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
netcf-0.2.8/aclocal.m4:601:    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/'`
netcf-0.2.8/aclocal.m4-602-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
netcf-0.2.8/aclocal.m4-639-      QTCATALOGS="$QTCATALOGS $lang.qm"
netcf-0.2.8/aclocal.m4:640:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
netcf-0.2.8/aclocal.m4-641-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
netcf-0.2.8/aclocal.m4:642:      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/'`
netcf-0.2.8/aclocal.m4-643-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
netcf-0.2.8/aclocal.m4-651-    for lang in $ALL_LINGUAS; do
netcf-0.2.8/aclocal.m4:652:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
netcf-0.2.8/aclocal.m4-653-      cat >> "$ac_file.tmp" <<EOF
##############################################
netcf-0.2.8/aclocal.m4-662-    for lang in $ALL_LINGUAS; do
netcf-0.2.8/aclocal.m4:663:      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/'`
netcf-0.2.8/aclocal.m4-664-      cat >> "$ac_file.tmp" <<EOF
##############################################
netcf-0.2.8/aclocal.m4-761-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
netcf-0.2.8/aclocal.m4:762:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
netcf-0.2.8/aclocal.m4-763-# and then we would define $MISSING as
##############################################
netcf-0.2.8/aclocal.m4-777-# expand $ac_aux_dir to an absolute path
netcf-0.2.8/aclocal.m4:778:am_aux_dir=`cd $ac_aux_dir && pwd`
netcf-0.2.8/aclocal.m4-779-])
##############################################
netcf-0.2.8/aclocal.m4-875-  if test "$am_compiler_list" = ""; then
netcf-0.2.8/aclocal.m4:876:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
netcf-0.2.8/aclocal.m4-877-  fi
##############################################
netcf-0.2.8/aclocal.m4-1026-    # Strip MF so we end up with the name of the file.
netcf-0.2.8/aclocal.m4:1027:    mf=`echo "$mf" | sed -e 's/:.*$//'`
netcf-0.2.8/aclocal.m4-1028-    # Check whether this is an Automake generated Makefile or not.
##############################################
netcf-0.2.8/aclocal.m4-1035-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
netcf-0.2.8/aclocal.m4:1036:      dirpart=`AS_DIRNAME("$mf")`
netcf-0.2.8/aclocal.m4-1037-    else
##############################################
netcf-0.2.8/aclocal.m4-1041-    # from the Makefile without running 'make'.
netcf-0.2.8/aclocal.m4:1042:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
netcf-0.2.8/aclocal.m4-1043-    test -z "$DEPDIR" && continue
netcf-0.2.8/aclocal.m4:1044:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
netcf-0.2.8/aclocal.m4-1045-    test -z "$am__include" && continue
netcf-0.2.8/aclocal.m4:1046:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
netcf-0.2.8/aclocal.m4-1047-    # Find all dependency output files, they are included files with
##############################################
netcf-0.2.8/aclocal.m4-1055-      test -f "$dirpart/$file" && continue
netcf-0.2.8/aclocal.m4:1056:      fdir=`AS_DIRNAME(["$file"])`
netcf-0.2.8/aclocal.m4-1057-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
netcf-0.2.8/aclocal.m4-1113-AC_REQUIRE([AC_PROG_INSTALL])dnl
netcf-0.2.8/aclocal.m4:1114:if test "`cd $srcdir && pwd`" != "`pwd`"; then
netcf-0.2.8/aclocal.m4-1115-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
netcf-0.2.8/aclocal.m4-1268-    * )
netcf-0.2.8/aclocal.m4:1269:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
netcf-0.2.8/aclocal.m4-1270-  esac
netcf-0.2.8/aclocal.m4-1271-done
netcf-0.2.8/aclocal.m4:1272:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
netcf-0.2.8/aclocal.m4-1273-
##############################################
netcf-0.2.8/aclocal.m4-1339-# Ignore all kinds of additional output from 'make'.
netcf-0.2.8/aclocal.m4:1340:case `$am_make -s -f confmf 2> /dev/null` in #(
netcf-0.2.8/aclocal.m4-1341-*the\ am__doit\ target*)
##############################################
netcf-0.2.8/aclocal.m4-1349-   echo '.include "confinc"' > confmf
netcf-0.2.8/aclocal.m4:1350:   case `$am_make -s -f confmf 2> /dev/null` in #(
netcf-0.2.8/aclocal.m4-1351-   *the\ am__doit\ target*)
##############################################
netcf-0.2.8/aclocal.m4-1531-     echo "timestamp, slept: $am_has_slept" > conftest.file
netcf-0.2.8/aclocal.m4:1532:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
netcf-0.2.8/aclocal.m4-1533-     if test "$[*]" = "X"; then
netcf-0.2.8/aclocal.m4-1534-	# -L didn't work.
netcf-0.2.8/aclocal.m4:1535:	set X `ls -t "$srcdir/configure" conftest.file`
netcf-0.2.8/aclocal.m4-1536-     fi
##############################################
netcf-0.2.8/doc/Makefile.in-39-  { \
netcf-0.2.8/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/doc/Makefile.in-41-  }; \
##############################################
netcf-0.2.8/doc/Makefile.in-1222-distdir: $(DISTFILES)
netcf-0.2.8/doc/Makefile.in:1223:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/doc/Makefile.in:1224:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/doc/Makefile.in-1225-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/doc/Makefile.in-1236-	  if test -d $$d/$$file; then \
netcf-0.2.8/doc/Makefile.in:1237:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/doc/Makefile.in-1238-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/Makefile.in-40-  { \
netcf-0.2.8/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/Makefile.in-42-  }; \
##############################################
netcf-0.2.8/Makefile.in-263-  esac
netcf-0.2.8/Makefile.in:264:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
netcf-0.2.8/Makefile.in-265-am__vpath_adj = case $$p in \
netcf-0.2.8/Makefile.in:266:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
netcf-0.2.8/Makefile.in-267-    *) f=$$p;; \
netcf-0.2.8/Makefile.in-268-  esac;
netcf-0.2.8/Makefile.in:269:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
netcf-0.2.8/Makefile.in-270-am__install_max = 40
netcf-0.2.8/Makefile.in-271-am__nobase_strip_setup = \
netcf-0.2.8/Makefile.in:272:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
netcf-0.2.8/Makefile.in-273-am__nobase_strip = \
##############################################
netcf-0.2.8/Makefile.in-340-  while test -n "$$dir1"; do \
netcf-0.2.8/Makefile.in:341:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
netcf-0.2.8/Makefile.in-342-    if test "$$first" != "."; then \
netcf-0.2.8/Makefile.in-343-      if test "$$first" = ".."; then \
netcf-0.2.8/Makefile.in:344:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
netcf-0.2.8/Makefile.in:345:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
netcf-0.2.8/Makefile.in-346-      else \
netcf-0.2.8/Makefile.in:347:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
netcf-0.2.8/Makefile.in-348-        if test "$$first2" = "$$first"; then \
netcf-0.2.8/Makefile.in:349:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
netcf-0.2.8/Makefile.in-350-        else \
##############################################
netcf-0.2.8/Makefile.in-355-    fi; \
netcf-0.2.8/Makefile.in:356:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
netcf-0.2.8/Makefile.in-357-  done; \
##############################################
netcf-0.2.8/Makefile.in-1407-	@list='$(dist_lens_DATA)'; test -n "$(lensdir)" || list=; \
netcf-0.2.8/Makefile.in:1408:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
netcf-0.2.8/Makefile.in-1409-	dir='$(DESTDIR)$(lensdir)'; $(am__uninstall_files_from_dir)
##############################################
netcf-0.2.8/Makefile.in-1428-	@list='$(dist_xml_DATA)'; test -n "$(xmldir)" || list=; \
netcf-0.2.8/Makefile.in:1429:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
netcf-0.2.8/Makefile.in-1430-	dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
##############################################
netcf-0.2.8/Makefile.in-1449-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
netcf-0.2.8/Makefile.in:1450:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
netcf-0.2.8/Makefile.in-1451-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
netcf-0.2.8/Makefile.in-1466-	dot_seen=no; \
netcf-0.2.8/Makefile.in:1467:	target=`echo $@ | sed s/-recursive//`; \
netcf-0.2.8/Makefile.in-1468-	case "$@" in \
##############################################
netcf-0.2.8/Makefile.in-1529-GTAGS:
netcf-0.2.8/Makefile.in:1530:	here=`$(am__cd) $(top_builddir) && pwd` \
netcf-0.2.8/Makefile.in-1531-	  && $(am__cd) $(top_srcdir) \
##############################################
netcf-0.2.8/Makefile.in-1561-	test -d "$(distdir)" || mkdir "$(distdir)"
netcf-0.2.8/Makefile.in:1562:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/Makefile.in:1563:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/Makefile.in-1564-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/Makefile.in-1575-	  if test -d $$d/$$file; then \
netcf-0.2.8/Makefile.in:1576:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/Makefile.in-1577-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/Makefile.in-1686-	test -d $(distdir)/_build || exit 0; \
netcf-0.2.8/Makefile.in:1687:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
netcf-0.2.8/Makefile.in-1688-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
netcf-0.2.8/Makefile.in-1730-	}; \
netcf-0.2.8/Makefile.in:1731:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
netcf-0.2.8/Makefile.in-1732-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
netcf-0.2.8/Makefile.in-1742-	fi
netcf-0.2.8/Makefile.in:1743:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
netcf-0.2.8/Makefile.in-1744-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
netcf-0.2.8/src/dutil_linux.c-593-
netcf-0.2.8/src/dutil_linux.c:594:static size_t format_mac_addr(unsigned char *buf, int buflen,
netcf-0.2.8/src/dutil_linux.c-595-                                const unsigned char *addr, int len)
##############################################
netcf-0.2.8/src/dutil_linux.c-611-
netcf-0.2.8/src/dutil_linux.c:612:int if_hwaddr(struct netcf *ncf, const char *intf,
netcf-0.2.8/src/dutil_linux.c-613-              unsigned char *mac, int buflen) {
##############################################
netcf-0.2.8/src/dutil_linux.c-621-    memcpy(mac,ifr.ifr_hwaddr.sa_data,6);
netcf-0.2.8/src/dutil_linux.c:622:    format_mac_addr(mac,buflen, (unsigned char *)ifr.ifr_hwaddr.sa_data,6);
netcf-0.2.8/src/dutil_linux.c-623-    return ret;
##############################################
netcf-0.2.8/src/dutil_linux.c-769-
netcf-0.2.8/src/dutil_linux.c:770:    inet_ntop(family, nl_addr_get_binary_addr(local_addr),
netcf-0.2.8/src/dutil_linux.c-771-              ip_str, sizeof(ip_str));
##############################################
netcf-0.2.8/src/dutil_linux.c-855-    if ((cb_data->mac == NULL)
netcf-0.2.8/src/dutil_linux.c:856:        && ((addr = rtnl_link_get_addr(iflink)) != NULL)
netcf-0.2.8/src/dutil_linux.c-857-        && !nl_addr_iszero(addr)) {
##############################################
netcf-0.2.8/src/drv_redhat.c-128- */
netcf-0.2.8/src/drv_redhat.c:129:static char *find_ifcfg_path_by_hwaddr(struct netcf *ncf, const char *mac) {
netcf-0.2.8/src/drv_redhat.c-130-    static const char *const hwaddr_str = "/HWADDR";
##############################################
netcf-0.2.8/src/drv_redhat.c-227-    if (r > 0 && mac) {
netcf-0.2.8/src/drv_redhat.c:228:        path = find_ifcfg_path_by_hwaddr(ncf, mac);
netcf-0.2.8/src/drv_redhat.c-229-        ERR_BAIL(ncf);
##############################################
netcf-0.2.8/src/dutil_linux.h-149-/* Retrieve the hw mac address of the interface INTF */
netcf-0.2.8/src/dutil_linux.h:150:int if_hwaddr(struct netcf *ncf, const char *intf, unsigned char *mac, int len);
netcf-0.2.8/src/dutil_linux.h-151-
##############################################
netcf-0.2.8/src/Makefile.in-43-  { \
netcf-0.2.8/src/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
netcf-0.2.8/src/Makefile.in-45-  }; \
##############################################
netcf-0.2.8/src/Makefile.in-230-CONFIG_CLEAN_VPATH_FILES =
netcf-0.2.8/src/Makefile.in:231:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
netcf-0.2.8/src/Makefile.in-232-am__vpath_adj = case $$p in \
netcf-0.2.8/src/Makefile.in:233:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
netcf-0.2.8/src/Makefile.in-234-    *) f=$$p;; \
netcf-0.2.8/src/Makefile.in-235-  esac;
netcf-0.2.8/src/Makefile.in:236:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
netcf-0.2.8/src/Makefile.in-237-am__install_max = 40
netcf-0.2.8/src/Makefile.in-238-am__nobase_strip_setup = \
netcf-0.2.8/src/Makefile.in:239:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
netcf-0.2.8/src/Makefile.in-240-am__nobase_strip = \
##############################################
netcf-0.2.8/src/Makefile.in-1493-	test -n "$(EXEEXT)" || exit 0; \
netcf-0.2.8/src/Makefile.in:1494:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
netcf-0.2.8/src/Makefile.in-1495-	echo " rm -f" $$list; \
##############################################
netcf-0.2.8/src/Makefile.in-1502-	test -n "$(EXEEXT)" || exit 0; \
netcf-0.2.8/src/Makefile.in:1503:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
netcf-0.2.8/src/Makefile.in-1504-	echo " rm -f" $$list; \
##############################################
netcf-0.2.8/src/Makefile.in-1576-.c.obj:
netcf-0.2.8/src/Makefile.in:1577:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/src/Makefile.in-1578-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
netcf-0.2.8/src/Makefile.in-1580-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
netcf-0.2.8/src/Makefile.in:1581:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
netcf-0.2.8/src/Makefile.in-1582-
##############################################
netcf-0.2.8/src/Makefile.in-1599-	test -n "$(man1dir)" \
netcf-0.2.8/src/Makefile.in:1600:	  && test -n "`echo $$list1$$list2`" \
netcf-0.2.8/src/Makefile.in-1601-	  || exit 0; \
##############################################
netcf-0.2.8/src/Makefile.in-1654-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
netcf-0.2.8/src/Makefile.in:1655:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
netcf-0.2.8/src/Makefile.in-1656-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
netcf-0.2.8/src/Makefile.in-1687-GTAGS:
netcf-0.2.8/src/Makefile.in:1688:	here=`$(am__cd) $(top_builddir) && pwd` \
netcf-0.2.8/src/Makefile.in-1689-	  && $(am__cd) $(top_srcdir) \
##############################################
netcf-0.2.8/src/Makefile.in-1710-distdir: $(DISTFILES)
netcf-0.2.8/src/Makefile.in:1711:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/src/Makefile.in:1712:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
netcf-0.2.8/src/Makefile.in-1713-	list='$(DISTFILES)'; \
##############################################
netcf-0.2.8/src/Makefile.in-1724-	  if test -d $$d/$$file; then \
netcf-0.2.8/src/Makefile.in:1725:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
netcf-0.2.8/src/Makefile.in-1726-	    if test -d "$(distdir)/$$file"; then \
##############################################
netcf-0.2.8/src/drv_suse.c-633-        mac = malloc(20);
netcf-0.2.8/src/drv_suse.c:634:        if( if_hwaddr(ncf, device, mac, 20) ){
netcf-0.2.8/src/drv_suse.c-635-            free(mac);
##############################################
netcf-0.2.8/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
netcf-0.2.8/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
netcf-0.2.8/configure-45-  as_echo='print -r --'
netcf-0.2.8/configure-46-  as_echo_n='print -rn --'
netcf-0.2.8/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
netcf-0.2.8/configure-48-  as_echo='printf %s\n'
##############################################
netcf-0.2.8/configure-50-else
netcf-0.2.8/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
netcf-0.2.8/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
netcf-0.2.8/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
netcf-0.2.8/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
netcf-0.2.8/configure-62-      esac;
##############################################
netcf-0.2.8/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
netcf-0.2.8/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
netcf-0.2.8/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
netcf-0.2.8/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
netcf-0.2.8/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
netcf-0.2.8/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
netcf-0.2.8/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
netcf-0.2.8/configure-332-      case $as_dir in #(
netcf-0.2.8/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
netcf-0.2.8/configure-334-      *) as_qdir=$as_dir;;
##############################################
netcf-0.2.8/configure-405-  {
netcf-0.2.8/configure:406:    as_val=`expr "$@" || test $? -eq 1`
netcf-0.2.8/configure-407-  }
##############################################
netcf-0.2.8/configure-412-# ----------------------------------------
netcf-0.2.8/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
netcf-0.2.8/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
netcf-0.2.8/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
netcf-0.2.8/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
netcf-0.2.8/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
netcf-0.2.8/configure-1718-  case $ac_option in
netcf-0.2.8/configure:1719:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
netcf-0.2.8/configure-1720-  *=)   ac_optarg= ;;
##############################################
netcf-0.2.8/configure-1762-  -disable-* | --disable-*)
netcf-0.2.8/configure:1763:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
netcf-0.2.8/configure-1764-    # Reject names that are not valid shell variable names.
##############################################
netcf-0.2.8/configure-1767-    ac_useropt_orig=$ac_useropt
netcf-0.2.8/configure:1768:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
netcf-0.2.8/configure-1769-    case $ac_user_opts in
##############################################
netcf-0.2.8/configure-1788-  -enable-* | --enable-*)
netcf-0.2.8/configure:1789:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
netcf-0.2.8/configure-1790-    # Reject names that are not valid shell variable names.
##############################################
netcf-0.2.8/configure-1793-    ac_useropt_orig=$ac_useropt
netcf-0.2.8/configure:1794:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
netcf-0.2.8/configure-1795-    case $ac_user_opts in
##############################################
netcf-0.2.8/configure-1992-  -with-* | --with-*)
netcf-0.2.8/configure:1993:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
netcf-0.2.8/configure-1994-    # Reject names that are not valid shell variable names.
##############################################
netcf-0.2.8/configure-1997-    ac_useropt_orig=$ac_useropt
netcf-0.2.8/configure:1998:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
netcf-0.2.8/configure-1999-    case $ac_user_opts in
##############################################
netcf-0.2.8/configure-2008-  -without-* | --without-*)
netcf-0.2.8/configure:2009:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
netcf-0.2.8/configure-2010-    # Reject names that are not valid shell variable names.
##############################################
netcf-0.2.8/configure-2013-    ac_useropt_orig=$ac_useropt
netcf-0.2.8/configure:2014:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
netcf-0.2.8/configure-2015-    case $ac_user_opts in
##############################################
netcf-0.2.8/configure-2046-  *=*)
netcf-0.2.8/configure:2047:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
netcf-0.2.8/configure-2048-    # Reject names that are not valid shell variable names.
##############################################
netcf-0.2.8/configure-2067-if test -n "$ac_prev"; then
netcf-0.2.8/configure:2068:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
netcf-0.2.8/configure-2069-  as_fn_error $? "missing argument to $ac_option"
##############################################
netcf-0.2.8/configure-2089-    */ )
netcf-0.2.8/configure:2090:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
netcf-0.2.8/configure-2091-      eval $ac_var=\$ac_val;;
##############################################
netcf-0.2.8/configure-2124-ac_ls_di=`ls -di .` &&
netcf-0.2.8/configure:2125:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
netcf-0.2.8/configure-2126-  as_fn_error $? "working directory cannot be determined"
##############################################
netcf-0.2.8/configure-2180-case $srcdir in
netcf-0.2.8/configure:2181:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
netcf-0.2.8/configure-2182-esac
##############################################
netcf-0.2.8/configure-2223-By default, \`make install' will install all the files in
netcf-0.2.8/configure:2224:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
netcf-0.2.8/configure:2225:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
netcf-0.2.8/configure-2226-for instance \`--prefix=\$HOME'.
##############################################
netcf-0.2.8/configure-2365-*)
netcf-0.2.8/configure:2366:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
netcf-0.2.8/configure-2367-  # A ".." for each directory in $ac_dir_suffix.
netcf-0.2.8/configure:2368:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
netcf-0.2.8/configure-2369-  case $ac_top_builddir_sub in
##############################################
netcf-0.2.8/configure-3018-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
netcf-0.2.8/configure:3019:  as_decl_name=`echo $2|sed 's/ *(.*//'`
netcf-0.2.8/configure:3020:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
netcf-0.2.8/configure-3021-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
netcf-0.2.8/configure-3189-    *\'*)
netcf-0.2.8/configure:3190:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
netcf-0.2.8/configure-3191-    esac
##############################################
netcf-0.2.8/configure-3272-      case $ac_val in
netcf-0.2.8/configure:3273:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
netcf-0.2.8/configure-3274-      esac
##############################################
netcf-0.2.8/configure-3287-	case $ac_val in
netcf-0.2.8/configure:3288:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
netcf-0.2.8/configure-3289-	esac
##############################################
netcf-0.2.8/configure-3445-    set,)
netcf-0.2.8/configure:3446:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
netcf-0.2.8/configure:3447:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
netcf-0.2.8/configure-3448-      ac_cache_corrupted=: ;;
##############################################
netcf-0.2.8/configure-3456-	# differences in whitespace do not lead to failure.
netcf-0.2.8/configure:3457:	ac_old_val_w=`echo x $ac_old_val`
netcf-0.2.8/configure:3458:	ac_new_val_w=`echo x $ac_new_val`
netcf-0.2.8/configure-3459-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
netcf-0.2.8/configure-3476-    case $ac_new_val in
netcf-0.2.8/configure:3477:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
netcf-0.2.8/configure-3478-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
netcf-0.2.8/configure-3655-     echo "timestamp, slept: $am_has_slept" > conftest.file
netcf-0.2.8/configure:3656:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
netcf-0.2.8/configure-3657-     if test "$*" = "X"; then
netcf-0.2.8/configure-3658-	# -L didn't work.
netcf-0.2.8/configure:3659:	set X `ls -t "$srcdir/configure" conftest.file`
netcf-0.2.8/configure-3660-     fi
##############################################
netcf-0.2.8/configure-3706-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
netcf-0.2.8/configure:3707:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
netcf-0.2.8/configure-3708-
netcf-0.2.8/configure-3709-# expand $ac_aux_dir to an absolute path
netcf-0.2.8/configure:3710:am_aux_dir=`cd $ac_aux_dir && pwd`
netcf-0.2.8/configure-3711-
##############################################
netcf-0.2.8/configure-3851-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
netcf-0.2.8/configure:3852:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
netcf-0.2.8/configure-3853-	     'mkdir (GNU coreutils) '* | \
##############################################
netcf-0.2.8/configure-3924-set x ${MAKE-make}
netcf-0.2.8/configure:3925:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
netcf-0.2.8/configure-3926-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
netcf-0.2.8/configure-3934-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
netcf-0.2.8/configure:3935:case `${MAKE-make} -f conftest.make 2>/dev/null` in
netcf-0.2.8/configure-3936-  *@@@%%%=?*=@@@%%%*)
##############################################
netcf-0.2.8/configure-4000-
netcf-0.2.8/configure:4001:if test "`cd $srcdir && pwd`" != "`pwd`"; then
netcf-0.2.8/configure-4002-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
netcf-0.2.8/configure-4164-test "x$ac_build_alias" = x &&
netcf-0.2.8/configure:4165:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
netcf-0.2.8/configure-4166-test "x$ac_build_alias" = x &&
netcf-0.2.8/configure-4167-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
netcf-0.2.8/configure:4168:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
netcf-0.2.8/configure-4169-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
netcf-0.2.8/configure-4188-IFS=$ac_save_IFS
netcf-0.2.8/configure:4189:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
netcf-0.2.8/configure-4190-
##############################################
netcf-0.2.8/configure-4199-else
netcf-0.2.8/configure:4200:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
netcf-0.2.8/configure-4201-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
netcf-0.2.8/configure-4221-IFS=$ac_save_IFS
netcf-0.2.8/configure:4222:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
netcf-0.2.8/configure-4223-
##############################################
netcf-0.2.8/configure-4248-# Ignore all kinds of additional output from 'make'.
netcf-0.2.8/configure:4249:case `$am_make -s -f confmf 2> /dev/null` in #(
netcf-0.2.8/configure-4250-*the\ am__doit\ target*)
##############################################
netcf-0.2.8/configure-4258-   echo '.include "confinc"' > confmf
netcf-0.2.8/configure:4259:   case `$am_make -s -f confmf 2> /dev/null` in #(
netcf-0.2.8/configure-4260-   *the\ am__doit\ target*)
##############################################
netcf-0.2.8/configure-4637-$as_echo_n "checking whether the C compiler works... " >&6; }
netcf-0.2.8/configure:4638:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
netcf-0.2.8/configure-4639-
##############################################
netcf-0.2.8/configure-4681-	then :; else
netcf-0.2.8/configure:4682:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netcf-0.2.8/configure-4683-	fi
##############################################
netcf-0.2.8/configure-4741-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
netcf-0.2.8/configure:4742:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netcf-0.2.8/configure-4743-	  break;;
##############################################
netcf-0.2.8/configure-4850-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
netcf-0.2.8/configure:4851:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
netcf-0.2.8/configure-4852-       break;;
##############################################
netcf-0.2.8/configure-5168-  if test "$am_compiler_list" = ""; then
netcf-0.2.8/configure:5169:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
netcf-0.2.8/configure-5170-  fi
##############################################
netcf-0.2.8/configure-5425-  # Check for GNU $ac_path_GREP
netcf-0.2.8/configure:5426:case `"$ac_path_GREP" --version 2>&1` in
netcf-0.2.8/configure-5427-*GNU*)
##############################################
netcf-0.2.8/configure-5491-  # Check for GNU $ac_path_EGREP
netcf-0.2.8/configure:5492:case `"$ac_path_EGREP" --version 2>&1` in
netcf-0.2.8/configure-5493-*GNU*)
##############################################
netcf-0.2.8/configure-5652-do :
netcf-0.2.8/configure:5653:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
netcf-0.2.8/configure-5654-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
netcf-0.2.8/configure-5657-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:5658:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
netcf-0.2.8/configure-5659-_ACEOF
##############################################
netcf-0.2.8/configure-6410-  if test "$am_compiler_list" = ""; then
netcf-0.2.8/configure:6411:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
netcf-0.2.8/configure-6412-  fi
##############################################
netcf-0.2.8/configure-7382-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
netcf-0.2.8/configure:7383:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
netcf-0.2.8/configure-7384-  ECHO='print -r --'
netcf-0.2.8/configure:7385:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
netcf-0.2.8/configure-7386-  ECHO='printf %s\n'
##############################################
netcf-0.2.8/configure-7451-  # Check for GNU $ac_path_SED
netcf-0.2.8/configure:7452:case `"$ac_path_SED" --version 2>&1` in
netcf-0.2.8/configure-7453-*GNU*)
##############################################
netcf-0.2.8/configure-7530-  # Check for GNU $ac_path_FGREP
netcf-0.2.8/configure:7531:case `"$ac_path_FGREP" --version 2>&1` in
netcf-0.2.8/configure-7532-*GNU*)
##############################################
netcf-0.2.8/configure-7610-    # gcc leaves a trailing carriage return which upsets mingw
netcf-0.2.8/configure:7611:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
netcf-0.2.8/configure-7612-  *)
netcf-0.2.8/configure:7613:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
netcf-0.2.8/configure-7614-  esac
##############################################
netcf-0.2.8/configure-7619-      # Canonicalize the pathname of ld
netcf-0.2.8/configure:7620:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
netcf-0.2.8/configure-7621-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
netcf-0.2.8/configure:7622:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
netcf-0.2.8/configure-7623-      done
##############################################
netcf-0.2.8/configure-7654-      # Break only if it was the GNU/non-GNU ld that we prefer.
netcf-0.2.8/configure:7655:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
netcf-0.2.8/configure-7656-      *GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/configure-7685-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
netcf-0.2.8/configure:7686:case `$LD -v 2>&1 </dev/null` in
netcf-0.2.8/configure-7687-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/configure-7730-	# Tru64's nm complains that /dev/null is an invalid object file
netcf-0.2.8/configure:7731:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/configure-7732-	*/dev/null* | *'Invalid file or object type'*)
##############################################
netcf-0.2.8/configure-7736-	*)
netcf-0.2.8/configure:7737:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/configure-7738-	  */dev/null*)
##############################################
netcf-0.2.8/configure-7864-
netcf-0.2.8/configure:7865:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
netcf-0.2.8/configure-7866-    *COFF*)
##############################################
netcf-0.2.8/configure-7976-    # And add a safety zone
netcf-0.2.8/configure:7977:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
netcf-0.2.8/configure:7978:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
netcf-0.2.8/configure-7979-    ;;
##############################################
netcf-0.2.8/configure-8009-    if test -n "$kargmax"; then
netcf-0.2.8/configure:8010:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
netcf-0.2.8/configure-8011-    else
##############################################
netcf-0.2.8/configure-8017-    if test -n "$lt_cv_sys_max_cmd_len"; then
netcf-0.2.8/configure:8018:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
netcf-0.2.8/configure:8019:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
netcf-0.2.8/configure-8020-    else
##############################################
netcf-0.2.8/configure-8029-      # we can't tell.
netcf-0.2.8/configure:8030:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
netcf-0.2.8/configure-8031-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
netcf-0.2.8/configure-8033-      do
netcf-0.2.8/configure:8034:        i=`expr $i + 1`
netcf-0.2.8/configure-8035-        teststring=$teststring$teststring
##############################################
netcf-0.2.8/configure-8037-      # Only check the string length outside the loop.
netcf-0.2.8/configure:8038:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
netcf-0.2.8/configure-8039-      teststring=
##############################################
netcf-0.2.8/configure-8042-      # linker.  It appears as though 1/2 is a usable value.
netcf-0.2.8/configure:8043:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
netcf-0.2.8/configure-8044-    fi
##############################################
netcf-0.2.8/configure-8482-openbsd*)
netcf-0.2.8/configure:8483:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/configure-8484-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
netcf-0.2.8/configure-8549-    else
netcf-0.2.8/configure:8550:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
netcf-0.2.8/configure-8551-    fi
##############################################
netcf-0.2.8/configure-8694-  # decide which to use based on capabilities of $DLLTOOL
netcf-0.2.8/configure:8695:  case `$DLLTOOL --help 2>&1` in
netcf-0.2.8/configure-8696-  *--identify-strict*)
##############################################
netcf-0.2.8/configure-9215-# If we're using GNU nm, then use its standard symbol codes.
netcf-0.2.8/configure:9216:case `$NM -V 2>&1` in
netcf-0.2.8/configure-9217-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/configure-9233-mingw*)
netcf-0.2.8/configure:9234:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
netcf-0.2.8/configure-9235-  ;;
##############################################
netcf-0.2.8/configure-9452-   if test "$GCC" = yes; then
netcf-0.2.8/configure:9453:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
netcf-0.2.8/configure-9454-   fi
##############################################
netcf-0.2.8/configure-9456- /*)
netcf-0.2.8/configure:9457:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
netcf-0.2.8/configure-9458-   ;; #(
##############################################
netcf-0.2.8/configure-9492-  test $ac_status = 0; }; then
netcf-0.2.8/configure:9493:    case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/configure-9494-      *ELF-32*)
##############################################
netcf-0.2.8/configure-9512-    if test "$lt_cv_prog_gnu_ld" = yes; then
netcf-0.2.8/configure:9513:      case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/configure-9514-	*32-bit*)
##############################################
netcf-0.2.8/configure-9524-    else
netcf-0.2.8/configure:9525:      case `/usr/bin/file conftest.$ac_objext` in
netcf-0.2.8/configure-9526-	*32-bit*)
##############################################
netcf-0.2.8/configure-10708-done
netcf-0.2.8/configure:10709:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
netcf-0.2.8/configure-10710-
##############################################
netcf-0.2.8/configure-10737-	"file_magic "*)
netcf-0.2.8/configure:10738:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
netcf-0.2.8/configure-10739-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
netcf-0.2.8/configure-10803-	"file_magic "*)
netcf-0.2.8/configure:10804:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
netcf-0.2.8/configure-10805-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
netcf-0.2.8/configure-11170-      *)
netcf-0.2.8/configure:11171:	case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/configure-11172-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
netcf-0.2.8/configure-11530-  if test "$hard_links" = no; then
netcf-0.2.8/configure:11531:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
netcf-0.2.8/configure:11532:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
netcf-0.2.8/configure-11533-    need_locks=warn
##############################################
netcf-0.2.8/configure-11616-	# shared libraries, regardless of the interface used.
netcf-0.2.8/configure:11617:	case `$LD -v 2>&1` in
netcf-0.2.8/configure-11618-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
netcf-0.2.8/configure-11648-    supports_anon_versioning=no
netcf-0.2.8/configure:11649:    case `$LD -v 2>&1` in
netcf-0.2.8/configure-11650-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
netcf-0.2.8/configure-11717-	# is EXPORTS), use it as is; otherwise, prepend...
netcf-0.2.8/configure:11718:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/configure-11719-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
netcf-0.2.8/configure-11745-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
netcf-0.2.8/configure:11746:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
netcf-0.2.8/configure:11747:      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'
netcf-0.2.8/configure-11748-      ;;
##############################################
netcf-0.2.8/configure-11763-        pgcc*)				# Portland Group C compiler
netcf-0.2.8/configure:11764:	  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'
netcf-0.2.8/configure-11765-	  tmp_addflag=' $pic_flag'
##############################################
netcf-0.2.8/configure-11768-					# Portland Group f77 and f90 compilers
netcf-0.2.8/configure:11769:	  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'
netcf-0.2.8/configure-11770-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
netcf-0.2.8/configure-11783-	nvcc*)	# Cuda Compiler Driver 2.2
netcf-0.2.8/configure:11784:	  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'
netcf-0.2.8/configure-11785-	  compiler_needs_object=yes
##############################################
netcf-0.2.8/configure-11787-	esac
netcf-0.2.8/configure:11788:	case `$CC -V 2>&1 | sed 5q` in
netcf-0.2.8/configure-11789-	*Sun\ C*)			# Sun C 5.9
netcf-0.2.8/configure:11790:	  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'
netcf-0.2.8/configure-11791-	  compiler_needs_object=yes
##############################################
netcf-0.2.8/configure-11855-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
netcf-0.2.8/configure:11856:      case `$LD -v 2>&1` in
netcf-0.2.8/configure-11857-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
netcf-0.2.8/configure-11978-	# below for broken collect2 doesn't work under 4.3+
netcf-0.2.8/configure:11979:	  collect2name=`${CC} -print-prog-name=collect2`
netcf-0.2.8/configure-11980-	  if test -f "$collect2name" &&
##############################################
netcf-0.2.8/configure-12051-      }'
netcf-0.2.8/configure:12052:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
netcf-0.2.8/configure-12053-  # Check for a 64-bit object if we didn't find anything.
netcf-0.2.8/configure-12054-  if test -z "$lt_cv_aix_libpath_"; then
netcf-0.2.8/configure:12055:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
netcf-0.2.8/configure-12056-  fi
##############################################
netcf-0.2.8/configure-12069-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
netcf-0.2.8/configure:12070:        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"
netcf-0.2.8/configure-12071-      else
##############################################
netcf-0.2.8/configure-12104-      }'
netcf-0.2.8/configure:12105:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
netcf-0.2.8/configure-12106-  # Check for a 64-bit object if we didn't find anything.
netcf-0.2.8/configure-12107-  if test -z "$lt_cv_aix_libpath_"; then
netcf-0.2.8/configure:12108:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
netcf-0.2.8/configure-12109-  fi
##############################################
netcf-0.2.8/configure-12177-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
netcf-0.2.8/configure:12178:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
netcf-0.2.8/configure-12179-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
netcf-0.2.8/configure-12214-	# FIXME: Setting linknames here is a bad hack.
netcf-0.2.8/configure:12215:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
netcf-0.2.8/configure-12216-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
netcf-0.2.8/configure-12232-  if test "$lt_cv_ld_force_load" = "yes"; then
netcf-0.2.8/configure:12233:    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\"`'
netcf-0.2.8/configure-12234-
##############################################
netcf-0.2.8/configure-12412-      if test "$GCC" = yes; then
netcf-0.2.8/configure:12413:	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'
netcf-0.2.8/configure-12414-	# Try to use the -exported_symbol ld option, if it does not
##############################################
netcf-0.2.8/configure-12440-	if test "$lt_cv_irix_exported_symbol" = yes; then
netcf-0.2.8/configure:12441:          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'
netcf-0.2.8/configure-12442-	fi
netcf-0.2.8/configure-12443-      else
netcf-0.2.8/configure:12444:	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'
netcf-0.2.8/configure:12445:	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'
netcf-0.2.8/configure-12446-      fi
##############################################
netcf-0.2.8/configure-12480-	hardcode_direct_absolute=yes
netcf-0.2.8/configure:12481:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/configure-12482-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
netcf-0.2.8/configure-12513-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
netcf-0.2.8/configure:12514:	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'
netcf-0.2.8/configure-12515-      else
netcf-0.2.8/configure-12516-	allow_undefined_flag=' -expect_unresolved \*'
netcf-0.2.8/configure:12517:	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'
netcf-0.2.8/configure-12518-      fi
##############################################
netcf-0.2.8/configure-12526-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
netcf-0.2.8/configure:12527:	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'
netcf-0.2.8/configure-12528-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
netcf-0.2.8/configure-12530-	allow_undefined_flag=' -expect_unresolved \*'
netcf-0.2.8/configure:12531:	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'
netcf-0.2.8/configure:12532:	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~
netcf-0.2.8/configure:12533:	$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'
netcf-0.2.8/configure-12534-
##############################################
netcf-0.2.8/configure-12549-      else
netcf-0.2.8/configure:12550:	case `$CC -V 2>&1` in
netcf-0.2.8/configure-12551-	*"Compilers 5.0"*)
##############################################
netcf-0.2.8/configure-12948-  esac
netcf-0.2.8/configure:12949:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
netcf-0.2.8/configure-12950-  case $lt_search_path_spec in
##############################################
netcf-0.2.8/configure-12955-    # okay in the real world where ";" in dirpaths is itself problematic.
netcf-0.2.8/configure:12956:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
netcf-0.2.8/configure-12957-    ;;
netcf-0.2.8/configure-12958-  *)
netcf-0.2.8/configure:12959:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/configure-12960-    ;;
##############################################
netcf-0.2.8/configure-12964-  lt_tmp_lt_search_path_spec=
netcf-0.2.8/configure:12965:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
netcf-0.2.8/configure-12966-  for lt_sys_path in $lt_search_path_spec; do
##############################################
netcf-0.2.8/configure-12999-  esac
netcf-0.2.8/configure:13000:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
netcf-0.2.8/configure-13001-else
##############################################
netcf-0.2.8/configure-13087-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
netcf-0.2.8/configure:13088:    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'
netcf-0.2.8/configure-13089-    ;;
##############################################
netcf-0.2.8/configure-13123-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
netcf-0.2.8/configure:13124:    postinstall_cmds='base_file=`basename \${file}`~
netcf-0.2.8/configure:13125:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
netcf-0.2.8/configure:13126:      dldir=$destdir/`dirname \$dlpath`~
netcf-0.2.8/configure-13127-      test -d \$dldir || mkdir -p \$dldir~
##############################################
netcf-0.2.8/configure-13132-      fi'
netcf-0.2.8/configure:13133:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
netcf-0.2.8/configure-13134-      dlpath=$dir/\$dldll~
##############################################
netcf-0.2.8/configure-13140-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
netcf-0.2.8/configure:13141:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/configure-13142-
##############################################
netcf-0.2.8/configure-13146-      # MinGW DLLs use traditional 'lib' prefix
netcf-0.2.8/configure:13147:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/configure-13148-      ;;
##############################################
netcf-0.2.8/configure-13150-      # pw32 DLLs use 'pw' prefix rather than 'lib'
netcf-0.2.8/configure:13151:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/configure-13152-      ;;
##############################################
netcf-0.2.8/configure-13159-    libname_spec='$name'
netcf-0.2.8/configure:13160:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
netcf-0.2.8/configure-13161-    library_names_spec='${libname}.dll.lib'
##############################################
netcf-0.2.8/configure-13171-        # Let DOS variable expansion print the short 8.3 style file name.
netcf-0.2.8/configure:13172:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
netcf-0.2.8/configure-13173-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
netcf-0.2.8/configure-13176-      # Convert to MSYS style.
netcf-0.2.8/configure:13177:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
netcf-0.2.8/configure-13178-      ;;
##############################################
netcf-0.2.8/configure-13182-      # like /cygdrive/c/PROGRA~1:/cygdr...
netcf-0.2.8/configure:13183:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
netcf-0.2.8/configure:13184:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
netcf-0.2.8/configure:13185:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/configure-13186-      ;;
##############################################
netcf-0.2.8/configure-13190-        # It is most probably a Windows format PATH.
netcf-0.2.8/configure:13191:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
netcf-0.2.8/configure-13192-      else
netcf-0.2.8/configure:13193:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
netcf-0.2.8/configure-13194-      fi
##############################################
netcf-0.2.8/configure-13200-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
netcf-0.2.8/configure:13201:    postinstall_cmds='base_file=`basename \${file}`~
netcf-0.2.8/configure:13202:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
netcf-0.2.8/configure:13203:      dldir=$destdir/`dirname \$dlpath`~
netcf-0.2.8/configure-13204-      test -d \$dldir || mkdir -p \$dldir~
netcf-0.2.8/configure-13205-      $install_prog $dir/$dlname \$dldir/$dlname'
netcf-0.2.8/configure:13206:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
netcf-0.2.8/configure-13207-      dlpath=$dir/\$dldll~
##############################################
netcf-0.2.8/configure-13214-    # Assume MSVC wrapper
netcf-0.2.8/configure:13215:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
netcf-0.2.8/configure-13216-    dynamic_linker='Win32 ld.exe'
##############################################
netcf-0.2.8/configure-13231-  shlibpath_var=DYLD_LIBRARY_PATH
netcf-0.2.8/configure:13232:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
netcf-0.2.8/configure-13233-
##############################################
netcf-0.2.8/configure-13471-  if test -f /etc/ld.so.conf; then
netcf-0.2.8/configure:13472:    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' ' '`
netcf-0.2.8/configure-13473-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
netcf-0.2.8/configure-13534-  shlibpath_var=LD_LIBRARY_PATH
netcf-0.2.8/configure:13535:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
netcf-0.2.8/configure-13536-    case $host_os in
##############################################
netcf-0.2.8/configure-14607-  for ac_func in _getb67 GETB67 getb67; do
netcf-0.2.8/configure:14608:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
netcf-0.2.8/configure-14609-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
netcf-0.2.8/configure-14682-do :
netcf-0.2.8/configure:14683:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
netcf-0.2.8/configure-14684-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
netcf-0.2.8/configure-14686-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:14687:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
netcf-0.2.8/configure-14688-_ACEOF
##############################################
netcf-0.2.8/configure-14963-do :
netcf-0.2.8/configure:14964:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
netcf-0.2.8/configure-14965-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
netcf-0.2.8/configure-14967-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:14968:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-14969-_ACEOF
##############################################
netcf-0.2.8/configure-15887-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
netcf-0.2.8/configure:15888:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-15889-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-15918-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:15919:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-15920-_ACEOF
##############################################
netcf-0.2.8/configure-16642-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
netcf-0.2.8/configure:16643:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
netcf-0.2.8/configure-16644-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
netcf-0.2.8/configure-17111-    for gl_func in gettimeofday; do
netcf-0.2.8/configure:17112:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-17113-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-17146-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:17147:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-17148-_ACEOF
##############################################
netcf-0.2.8/configure-17507-    for gl_func in socket connect accept bind getpeername getsockname getsockopt     listen recv send recvfrom sendto setsockopt shutdown accept4; do
netcf-0.2.8/configure:17508:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-17509-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-17541-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:17542:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-17543-_ACEOF
##############################################
netcf-0.2.8/configure-17697-    # gcc leaves a trailing carriage return which upsets mingw
netcf-0.2.8/configure:17698:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
netcf-0.2.8/configure-17699-  *)
netcf-0.2.8/configure:17700:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
netcf-0.2.8/configure-17701-  esac
##############################################
netcf-0.2.8/configure-17706-      # Canonicalize the pathname of ld
netcf-0.2.8/configure:17707:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
netcf-0.2.8/configure-17708-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
netcf-0.2.8/configure:17709:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
netcf-0.2.8/configure-17710-      done
##############################################
netcf-0.2.8/configure-17741-      # Break only if it was the GNU/non-GNU ld that we prefer.
netcf-0.2.8/configure:17742:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
netcf-0.2.8/configure-17743-      *GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/configure-17772-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
netcf-0.2.8/configure:17773:case `$LD -v 2>&1 </dev/null` in
netcf-0.2.8/configure-17774-*GNU* | *'with BFD'*)
##############################################
netcf-0.2.8/configure-17860-    *)
netcf-0.2.8/configure:17861:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
netcf-0.2.8/configure-17862-      if test -n "$searchpath"; then
##############################################
netcf-0.2.8/configure-17870-                ;;
netcf-0.2.8/configure:17871:              *) searchdir=`cd "$searchdir" && pwd`
netcf-0.2.8/configure-17872-                 case "$searchdir" in
##############################################
netcf-0.2.8/configure-18303-        names_already_handled="$names_already_handled $name"
netcf-0.2.8/configure:18304:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
netcf-0.2.8/configure-18305-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
netcf-0.2.8/configure-18379-                -L*)
netcf-0.2.8/configure:18380:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
netcf-0.2.8/configure-18381-                                    if test -n "$acl_shlibext"; then
##############################################
netcf-0.2.8/configure-18496-              */$acl_libdirstem | */$acl_libdirstem/)
netcf-0.2.8/configure:18497:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
netcf-0.2.8/configure-18498-                if test "$name" = 'pth'; then
##############################################
netcf-0.2.8/configure-18503-              */$acl_libdirstem2 | */$acl_libdirstem2/)
netcf-0.2.8/configure:18504:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
netcf-0.2.8/configure-18505-                if test "$name" = 'pth'; then
##############################################
netcf-0.2.8/configure-18554-                  -L*)
netcf-0.2.8/configure:18555:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
netcf-0.2.8/configure-18556-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
netcf-0.2.8/configure-18613-                  -R*)
netcf-0.2.8/configure:18614:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
netcf-0.2.8/configure-18615-                    if test "$enable_rpath" != no; then
##############################################
netcf-0.2.8/configure-18638-                  -l*)
netcf-0.2.8/configure:18639:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
netcf-0.2.8/configure-18640-                    ;;
netcf-0.2.8/configure-18641-                  *.la)
netcf-0.2.8/configure:18642:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
netcf-0.2.8/configure-18643-                    ;;
##############################################
netcf-0.2.8/configure-20914-do :
netcf-0.2.8/configure:20915:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
netcf-0.2.8/configure-20916-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
netcf-0.2.8/configure-20918-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:20919:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
netcf-0.2.8/configure-20920-_ACEOF
##############################################
netcf-0.2.8/configure-20976-    fi
netcf-0.2.8/configure:20977:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/configure-20978-    cat >>confdefs.h <<_ACEOF
##############################################
netcf-0.2.8/configure-21021-    fi
netcf-0.2.8/configure:21022:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/configure-21023-    cat >>confdefs.h <<_ACEOF
##############################################
netcf-0.2.8/configure-21073-    eval result=\$gl_cv_type_${gltype}_signed
netcf-0.2.8/configure:21074:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/configure-21075-    if test "$result" = yes; then
##############################################
netcf-0.2.8/configure-21149-$as_echo "$ac_res" >&6; }
netcf-0.2.8/configure:21150:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/configure-21151-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
netcf-0.2.8/configure-21221-$as_echo "$ac_res" >&6; }
netcf-0.2.8/configure:21222:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
netcf-0.2.8/configure-21223-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
netcf-0.2.8/configure-21596-    for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul      strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r      strerror_r strsignal strverscmp; do
netcf-0.2.8/configure:21597:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-21598-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-21627-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:21628:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-21629-_ACEOF
##############################################
netcf-0.2.8/configure-22394-    word*bit*)
netcf-0.2.8/configure:22395:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
netcf-0.2.8/configure:22396:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
netcf-0.2.8/configure-22397-
##############################################
netcf-0.2.8/configure-22512-do :
netcf-0.2.8/configure:22513:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
netcf-0.2.8/configure-22514-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
netcf-0.2.8/configure-22516-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:22517:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-22518-_ACEOF
##############################################
netcf-0.2.8/configure-23065-    for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
netcf-0.2.8/configure:23066:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-23067-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-23096-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:23097:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-23098-_ACEOF
##############################################
netcf-0.2.8/configure-23576-    for gl_func in inet_ntop inet_pton; do
netcf-0.2.8/configure:23577:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-23578-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-23615-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:23616:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-23617-_ACEOF
##############################################
netcf-0.2.8/configure-23983-    for gl_func in fcntl openat; do
netcf-0.2.8/configure:23984:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-23985-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-24014-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:24015:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-24016-_ACEOF
##############################################
netcf-0.2.8/configure-25793-do :
netcf-0.2.8/configure:25794:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
netcf-0.2.8/configure-25795-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
netcf-0.2.8/configure-25797-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:25798:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-25799-_ACEOF
##############################################
netcf-0.2.8/configure-26573-    for gl_func in pthread_sigmask sigaction     sigaddset sigdelset sigemptyset sigfillset sigismember     sigpending sigprocmask; do
netcf-0.2.8/configure:26574:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-26575-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-26604-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:26605:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-26606-_ACEOF
##############################################
netcf-0.2.8/configure-27107-    for gl_func in posix_spawn posix_spawnp posix_spawnattr_init posix_spawnattr_destroy     posix_spawnattr_getsigdefault posix_spawnattr_setsigdefault     posix_spawnattr_getsigmask posix_spawnattr_setsigmask     posix_spawnattr_getflags posix_spawnattr_setflags     posix_spawnattr_getpgroup posix_spawnattr_setpgroup     posix_spawnattr_getschedpolicy posix_spawnattr_setschedpolicy     posix_spawnattr_getschedparam posix_spawnattr_setschedparam     posix_spawn_file_actions_init posix_spawn_file_actions_destroy     posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose     posix_spawn_file_actions_adddup2; do
netcf-0.2.8/configure:27108:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-27109-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-27138-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:27139:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-27140-_ACEOF
##############################################
netcf-0.2.8/configure-27692-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
netcf-0.2.8/configure:27693:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-27694-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-27723-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:27724:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-27725-_ACEOF
##############################################
netcf-0.2.8/configure-27807-    for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt     initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps     posix_openpt ptsname ptsname_r random random_r realpath rpmatch     secure_getenv setenv setstate setstate_r srandom srandom_r     strtod strtoll strtoull unlockpt unsetenv; do
netcf-0.2.8/configure:27808:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-27809-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-27844-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:27845:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-27846-_ACEOF
##############################################
netcf-0.2.8/configure-28222-    for gl_func in ioctl; do
netcf-0.2.8/configure:28223:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-28224-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-28257-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:28258:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-28259-_ACEOF
##############################################
netcf-0.2.8/configure-28384-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
netcf-0.2.8/configure:28385:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-28386-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-28415-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:28416:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-28417-_ACEOF
##############################################
netcf-0.2.8/configure-28616-    for gl_func in waitpid; do
netcf-0.2.8/configure:28617:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-28618-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-28646-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:28647:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-28648-_ACEOF
##############################################
netcf-0.2.8/configure-28762-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r     unlink unlinkat usleep; do
netcf-0.2.8/configure:28763:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-28764-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-28805-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:28806:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-28807-_ACEOF
##############################################
netcf-0.2.8/configure-29213-    for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb      wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset      wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp      wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr      wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth     ; do
netcf-0.2.8/configure:29214:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-29215-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-29254-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:29255:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-29256-_ACEOF
##############################################
netcf-0.2.8/configure-29299-  gl_source_base='gnulib/tests'
netcf-0.2.8/configure:29300:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
netcf-0.2.8/configure-29301-
##############################################
netcf-0.2.8/configure-30882-    for gl_func in nl_langinfo; do
netcf-0.2.8/configure:30883:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-30884-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-30913-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:30914:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-30915-_ACEOF
##############################################
netcf-0.2.8/configure-31119-    for gl_func in setlocale duplocale; do
netcf-0.2.8/configure:31120:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
netcf-0.2.8/configure-31121-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
netcf-0.2.8/configure-31154-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:31155:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-31156-_ACEOF
##############################################
netcf-0.2.8/configure-31174-do :
netcf-0.2.8/configure:31175:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
netcf-0.2.8/configure-31176-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
netcf-0.2.8/configure-31178-  cat >>confdefs.h <<_ACEOF
netcf-0.2.8/configure:31179:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
netcf-0.2.8/configure-31180-_ACEOF
##############################################
netcf-0.2.8/configure-32908-
netcf-0.2.8/configure:32909:  abs_aux_dir=`cd "$ac_aux_dir"; pwd`
netcf-0.2.8/configure-32910-
##############################################
netcf-0.2.8/configure-33800-  test $ac_status = 0; }; then
netcf-0.2.8/configure:33801:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
netcf-0.2.8/configure-33802-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-33817-  test $ac_status = 0; }; then
netcf-0.2.8/configure:33818:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
netcf-0.2.8/configure-33819-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-33838-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:33839:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
netcf-0.2.8/configure-33840-        else
netcf-0.2.8/configure:33841:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
netcf-0.2.8/configure-33842-        fi
##############################################
netcf-0.2.8/configure-33891-  test $ac_status = 0; }; then
netcf-0.2.8/configure:33892:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt" 2>/dev/null`
netcf-0.2.8/configure-33893-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-33908-  test $ac_status = 0; }; then
netcf-0.2.8/configure:33909:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt" 2>/dev/null`
netcf-0.2.8/configure-33910-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-33929-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:33930:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
netcf-0.2.8/configure-33931-        else
netcf-0.2.8/configure:33932:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
netcf-0.2.8/configure-33933-        fi
##############################################
netcf-0.2.8/configure-33982-  test $ac_status = 0; }; then
netcf-0.2.8/configure:33983:  pkg_cv_LIBEXSLT_CFLAGS=`$PKG_CONFIG --cflags "libexslt" 2>/dev/null`
netcf-0.2.8/configure-33984-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-33999-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34000:  pkg_cv_LIBEXSLT_LIBS=`$PKG_CONFIG --libs "libexslt" 2>/dev/null`
netcf-0.2.8/configure-34001-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34020-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34021:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libexslt" 2>&1`
netcf-0.2.8/configure-34022-        else
netcf-0.2.8/configure:34023:	        LIBEXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libexslt" 2>&1`
netcf-0.2.8/configure-34024-        fi
##############################################
netcf-0.2.8/configure-34483-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34484:  pkg_cv_LIBAUGEAS_CFLAGS=`$PKG_CONFIG --cflags "augeas >= 0.5.0" 2>/dev/null`
netcf-0.2.8/configure-34485-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34500-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34501:  pkg_cv_LIBAUGEAS_LIBS=`$PKG_CONFIG --libs "augeas >= 0.5.0" 2>/dev/null`
netcf-0.2.8/configure-34502-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34521-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34522:	        LIBAUGEAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "augeas >= 0.5.0" 2>&1`
netcf-0.2.8/configure-34523-        else
netcf-0.2.8/configure:34524:	        LIBAUGEAS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "augeas >= 0.5.0" 2>&1`
netcf-0.2.8/configure-34525-        fi
##############################################
netcf-0.2.8/configure-34577-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34578:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0" 2>/dev/null`
netcf-0.2.8/configure-34579-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34594-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34595:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-3.0" 2>/dev/null`
netcf-0.2.8/configure-34596-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34615-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34616:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0" 2>&1`
netcf-0.2.8/configure-34617-        else
netcf-0.2.8/configure:34618:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0" 2>&1`
netcf-0.2.8/configure-34619-        fi
##############################################
netcf-0.2.8/configure-34648-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34649:  pkg_cv_LIBNL_ROUTE3_CFLAGS=`$PKG_CONFIG --cflags "libnl-route-3.0" 2>/dev/null`
netcf-0.2.8/configure-34650-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34665-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34666:  pkg_cv_LIBNL_ROUTE3_LIBS=`$PKG_CONFIG --libs "libnl-route-3.0" 2>/dev/null`
netcf-0.2.8/configure-34667-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34686-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34687:	        LIBNL_ROUTE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-route-3.0" 2>&1`
netcf-0.2.8/configure-34688-        else
netcf-0.2.8/configure:34689:	        LIBNL_ROUTE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-route-3.0" 2>&1`
netcf-0.2.8/configure-34690-        fi
##############################################
netcf-0.2.8/configure-34762-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34763:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1" 2>/dev/null`
netcf-0.2.8/configure-34764-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34779-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34780:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1" 2>/dev/null`
netcf-0.2.8/configure-34781-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34800-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34801:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-1" 2>&1`
netcf-0.2.8/configure-34802-        else
netcf-0.2.8/configure:34803:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-1" 2>&1`
netcf-0.2.8/configure-34804-        fi
##############################################
netcf-0.2.8/configure-34839-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34840:  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0" 2>/dev/null`
netcf-0.2.8/configure-34841-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34856-  test $ac_status = 0; }; then
netcf-0.2.8/configure:34857:  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-2.0" 2>/dev/null`
netcf-0.2.8/configure-34858-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
netcf-0.2.8/configure-34877-        if test $_pkg_short_errors_supported = yes; then
netcf-0.2.8/configure:34878:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-2.0" 2>&1`
netcf-0.2.8/configure-34879-        else
netcf-0.2.8/configure:34880:	        LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-2.0" 2>&1`
netcf-0.2.8/configure-34881-        fi
##############################################
netcf-0.2.8/configure-35130-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
netcf-0.2.8/configure:35131:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
netcf-0.2.8/configure-35132-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
netcf-0.2.8/configure-35222-      sed_drop_objext='s/\.o$//;s/\.obj$//'
netcf-0.2.8/configure:35223:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
netcf-0.2.8/configure-35224-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
netcf-0.2.8/configure-35244-      sed_drop_objext='s/\.o$//;s/\.obj$//'
netcf-0.2.8/configure:35245:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
netcf-0.2.8/configure-35246-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
netcf-0.2.8/configure-35338-if test -z "$BASH_VERSION$ZSH_VERSION" \
netcf-0.2.8/configure:35339:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
netcf-0.2.8/configure-35340-  as_echo='print -r --'
netcf-0.2.8/configure-35341-  as_echo_n='print -rn --'
netcf-0.2.8/configure:35342:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
netcf-0.2.8/configure-35343-  as_echo='printf %s\n'
##############################################
netcf-0.2.8/configure-35345-else
netcf-0.2.8/configure:35346:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
netcf-0.2.8/configure-35347-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
netcf-0.2.8/configure-35355-	expr "X$arg" : "X\\(.*\\)$as_nl";
netcf-0.2.8/configure:35356:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
netcf-0.2.8/configure-35357-      esac;
##############################################
netcf-0.2.8/configure-35432-# ----------------------------------------
netcf-0.2.8/configure:35433:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
netcf-0.2.8/configure-35434-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
netcf-0.2.8/configure-35504-  {
netcf-0.2.8/configure:35505:    as_val=`expr "$@" || test $? -eq 1`
netcf-0.2.8/configure-35506-  }
##############################################
netcf-0.2.8/configure-35608-      case $as_dir in #(
netcf-0.2.8/configure:35609:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
netcf-0.2.8/configure-35610-      *) as_qdir=$as_dir;;
##############################################
netcf-0.2.8/configure-35747-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
netcf-0.2.8/configure:35748:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
netcf-0.2.8/configure-35749-ac_cs_version="\\
##############################################
netcf-0.2.8/configure-35772-  --*=?*)
netcf-0.2.8/configure:35773:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
netcf-0.2.8/configure:35774:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
netcf-0.2.8/configure-35775-    ac_shift=:
##############################################
netcf-0.2.8/configure-35777-  --*=)
netcf-0.2.8/configure:35778:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
netcf-0.2.8/configure-35779-    ac_optarg=
##############################################
netcf-0.2.8/configure-35801-    case $ac_optarg in
netcf-0.2.8/configure:35802:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
netcf-0.2.8/configure-35803-    '') as_fn_error $? "missing file argument" ;;
##############################################
netcf-0.2.8/configure-35809-    case $ac_optarg in
netcf-0.2.8/configure:35810:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
netcf-0.2.8/configure-35811-    esac
##############################################
netcf-0.2.8/configure-35878-delay_variable_subst='$delay_variable_subst'
netcf-0.2.8/configure:35879:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35880:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35881:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35882:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35883:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35884:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35885:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35886:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35887:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35888:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35889:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35890:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35891:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35892:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35893:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35894:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35895:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35896:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35897:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35898:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35899:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35900:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35901:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35902:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35903:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35904:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35905:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35906:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35907:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35908:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35909:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35910:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35911:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35912:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35913:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35914:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35915:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35916:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35917:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35918:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35919:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35920:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35921:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35922:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35923:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35924:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35925:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35926:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35927:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35928:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35929:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35930:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35931:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35932:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35933:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35934:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35935: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"`'
netcf-0.2.8/configure:35936:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35937:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35938:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35939:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35940:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35941:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35942:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35943:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35944:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35945:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35946:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35947:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35948:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35949:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35950:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35951:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35952:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35953:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35954:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35955:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35956:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35957:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35958:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35959:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35960:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35961:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35962:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35963:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35964:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35965:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35966:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35967:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35968:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35969:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35970:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35971:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35972:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35973:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35974:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35975:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35976:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35977:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35978:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35979:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35980:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35981:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35982:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35983:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35984:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35985:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35986:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35987:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35988:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35989:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35990:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35991:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35992:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35993:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35994:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35995:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35996:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35997:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35998:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:35999:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36000:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36001:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36002:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36003:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36004:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36005:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36006:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36007:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure:36008:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
netcf-0.2.8/configure-36009-
##############################################
netcf-0.2.8/configure-36087-striplib; do
netcf-0.2.8/configure:36088:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
netcf-0.2.8/configure-36089-    *[\\\\\\\`\\"\\\$]*)
netcf-0.2.8/configure:36090:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
netcf-0.2.8/configure-36091-      ;;
##############################################
netcf-0.2.8/configure-36117-sys_lib_dlsearch_path_spec; do
netcf-0.2.8/configure:36118:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
netcf-0.2.8/configure-36119-    *[\\\\\\\`\\"\\\$]*)
netcf-0.2.8/configure:36120:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
netcf-0.2.8/configure-36121-      ;;
##############################################
netcf-0.2.8/configure-36226-fi
netcf-0.2.8/configure:36227:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
netcf-0.2.8/configure-36228-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
netcf-0.2.8/configure-36243-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
netcf-0.2.8/configure:36244:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
netcf-0.2.8/configure-36245-ac_delim='%!_!# '
##############################################
netcf-0.2.8/configure-36249-
netcf-0.2.8/configure:36250:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
netcf-0.2.8/configure-36251-  if test $ac_delim_n = $ac_delim_num; then
##############################################
netcf-0.2.8/configure-36387-for ac_last_try in false false :; do
netcf-0.2.8/configure:36388:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
netcf-0.2.8/configure-36389-  if test -z "$ac_tt"; then
##############################################
netcf-0.2.8/configure-36519-      esac
netcf-0.2.8/configure:36520:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
netcf-0.2.8/configure-36521-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
netcf-0.2.8/configure-36578-*)
netcf-0.2.8/configure:36579:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
netcf-0.2.8/configure-36580-  # A ".." for each directory in $ac_dir_suffix.
netcf-0.2.8/configure:36581:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
netcf-0.2.8/configure-36582-  case $ac_top_builddir_sub in
##############################################
netcf-0.2.8/configure-36639-/@mandir@/p'
netcf-0.2.8/configure:36640:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
netcf-0.2.8/configure-36641-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
netcf-0.2.8/configure-36656-
netcf-0.2.8/configure:36657:# Neutralize VPATH when `$srcdir' = `.'.
netcf-0.2.8/configure-36658-# Shell code in configure.ac might set extrasub.
##############################################
netcf-0.2.8/configure-36684-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
netcf-0.2.8/configure:36685:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
netcf-0.2.8/configure-36686-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
netcf-0.2.8/configure-36730-    * )
netcf-0.2.8/configure:36731:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
netcf-0.2.8/configure-36732-  esac
##############################################
netcf-0.2.8/configure-36808-    # Strip MF so we end up with the name of the file.
netcf-0.2.8/configure:36809:    mf=`echo "$mf" | sed -e 's/:.*$//'`
netcf-0.2.8/configure-36810-    # Check whether this is an Automake generated Makefile or not.
##############################################
netcf-0.2.8/configure-36845-    # from the Makefile without running 'make'.
netcf-0.2.8/configure:36846:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
netcf-0.2.8/configure-36847-    test -z "$DEPDIR" && continue
netcf-0.2.8/configure:36848:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
netcf-0.2.8/configure-36849-    test -z "$am__include" && continue
netcf-0.2.8/configure:36850:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
netcf-0.2.8/configure-36851-    # Find all dependency output files, they are included files with
##############################################
netcf-0.2.8/configure-36904-
netcf-0.2.8/configure:36905:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
netcf-0.2.8/configure-36906-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION