===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sharutils-4.15.2/tests/shar-1-4-  set -x
sharutils-4.15.2/tests/shar-1:5:  PS4=">$`basename $0`> "
sharutils-4.15.2/tests/shar-1-6-}
##############################################
sharutils-4.15.2/tests/shar-1-49-
sharutils-4.15.2/tests/shar-1:50:res=`${UNSHAR} ${sharf} 2>&1` || {
sharutils-4.15.2/tests/shar-1-51-  echo "${res}" >&2
##############################################
sharutils-4.15.2/tests/shar-4-2-
sharutils-4.15.2/tests/shar-4:3:bname=`basename $0`
sharutils-4.15.2/tests/shar-4-4-
##############################################
sharutils-4.15.2/tests/shar-4-26-
sharutils-4.15.2/tests/shar-4:27:res=`uudecode -o - $tbase.uu 2>&1`
sharutils-4.15.2/tests/shar-4-28-test "X$res" = Xhello || {
##############################################
sharutils-4.15.2/tests/uutest-1-10-  set -x
sharutils-4.15.2/tests/uutest-1:11:  PS4=">$`basename $0`> "
sharutils-4.15.2/tests/uutest-1-12-}
##############################################
sharutils-4.15.2/tests/Makefile.in-39-  { \
sharutils-4.15.2/tests/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/tests/Makefile.in-41-  }; \
##############################################
sharutils-4.15.2/tests/Makefile.in-225-}
sharutils-4.15.2/tests/Makefile.in:226:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sharutils-4.15.2/tests/Makefile.in-227-am__vpath_adj = case $$p in \
sharutils-4.15.2/tests/Makefile.in:228:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sharutils-4.15.2/tests/Makefile.in-229-    *) f=$$p;; \
sharutils-4.15.2/tests/Makefile.in-230-  esac;
sharutils-4.15.2/tests/Makefile.in:231:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sharutils-4.15.2/tests/Makefile.in-232-am__install_max = 40
sharutils-4.15.2/tests/Makefile.in-233-am__nobase_strip_setup = \
sharutils-4.15.2/tests/Makefile.in:234:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sharutils-4.15.2/tests/Makefile.in-235-am__nobase_strip = \
##############################################
sharutils-4.15.2/tests/Makefile.in-353-case "$@" in						\
sharutils-4.15.2/tests/Makefile.in:354:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
sharutils-4.15.2/tests/Makefile.in-355-    *) am__odir=.;; 					\
##############################################
sharutils-4.15.2/tests/Makefile.in-383-  bases='$(TEST_LOGS)'; \
sharutils-4.15.2/tests/Makefile.in:384:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
sharutils-4.15.2/tests/Makefile.in:385:  bases=`echo $$bases`
sharutils-4.15.2/tests/Makefile.in-386-RECHECK_LOGS = $(TEST_LOGS)
##############################################
sharutils-4.15.2/tests/Makefile.in-396-        */*) b='$*';; \
sharutils-4.15.2/tests/Makefile.in:397:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
sharutils-4.15.2/tests/Makefile.in-398-       esac;; \
##############################################
sharutils-4.15.2/tests/Makefile.in-1419-	if test -n "$$redo_bases"; then \
sharutils-4.15.2/tests/Makefile.in:1420:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
sharutils-4.15.2/tests/Makefile.in:1421:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
sharutils-4.15.2/tests/Makefile.in-1422-	  if $(am__make_dryrun); then :; else \
##############################################
sharutils-4.15.2/tests/Makefile.in-1444-	ws='[ 	]'; \
sharutils-4.15.2/tests/Makefile.in:1445:	results=`for b in $$bases; do echo $$b.trs; done`; \
sharutils-4.15.2/tests/Makefile.in-1446-	test -n "$$results" || results=/dev/null; \
sharutils-4.15.2/tests/Makefile.in:1447:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1448:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1449:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1450:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1451:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1452:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1453:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
sharutils-4.15.2/tests/Makefile.in:1454:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
sharutils-4.15.2/tests/Makefile.in-1455-	  success=true; \
##############################################
sharutils-4.15.2/tests/Makefile.in-1523-	@set +e; $(am__set_TESTS_bases); \
sharutils-4.15.2/tests/Makefile.in:1524:	log_list=`for i in $$bases; do echo $$i.log; done`; \
sharutils-4.15.2/tests/Makefile.in:1525:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
sharutils-4.15.2/tests/Makefile.in:1526:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
sharutils-4.15.2/tests/Makefile.in-1527-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
sharutils-4.15.2/tests/Makefile.in-1533-	         | $(am__list_recheck_tests)` || exit 1; \
sharutils-4.15.2/tests/Makefile.in:1534:	log_list=`for i in $$bases; do echo $$i.log; done`; \
sharutils-4.15.2/tests/Makefile.in:1535:	log_list=`echo $$log_list`; \
sharutils-4.15.2/tests/Makefile.in-1536-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
sharutils-4.15.2/tests/Makefile.in-1597-distdir: $(DISTFILES)
sharutils-4.15.2/tests/Makefile.in:1598:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/tests/Makefile.in:1599:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/tests/Makefile.in-1600-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/tests/Makefile.in-1611-	  if test -d $$d/$$file; then \
sharutils-4.15.2/tests/Makefile.in:1612:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/tests/Makefile.in-1613-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/tests/shar-1.ok-17-MD5SUM=${MD5SUM-md5sum}
sharutils-4.15.2/tests/shar-1.ok:18:f=`${MD5SUM} --version | egrep '^md5sum .*(core|text)utils'`
sharutils-4.15.2/tests/shar-1.ok-19-test -n "${f}" && md5check=true || md5check=false
##############################################
sharutils-4.15.2/tests/shar-1.ok-37-  then
sharutils-4.15.2/tests/shar-1.ok:38:    case `$dir/gettext --version 2>&1 | sed 1q` in
sharutils-4.15.2/tests/shar-1.ok-39-      *GNU*) gettext_dir=$dir
##############################################
sharutils-4.15.2/tests/shar-1.ok-53-    then
sharutils-4.15.2/tests/shar-1.ok:54:      locale_dir=`$dir/shar --print-text-domain-dir`
sharutils-4.15.2/tests/shar-1.ok-55-      set_echo=true
##############################################
sharutils-4.15.2/tests/shar-2-21-    do  printf "\\$f"
sharutils-4.15.2/tests/shar-2:22:        f=`expr $f + 1`
sharutils-4.15.2/tests/shar-2-23-    done 2>/dev/null
##############################################
sharutils-4.15.2/tests/testdata-1-begin 664 test.bin
sharutils-4.15.2/tests/testdata:2:M``$"`P0%!@<("0H+#`T.#Q`1$A,4%187&!D:&QP='A\@(2(C)"4F)R@I*BLL
sharutils-4.15.2/tests/testdata-3-M+2XO,#$R,S0U-C<X.3H[/#T^/T!!0D-$149'2$E*2TQ-3D]045)35%565UA9
##############################################
sharutils-4.15.2/tests/uudecode-2-2-
sharutils-4.15.2/tests/uudecode-2:3:prog=`basename $0 .sh`
sharutils-4.15.2/tests/uudecode-2-4-progpid=$$
##############################################
sharutils-4.15.2/tests/uudecode-2-14-
sharutils-4.15.2/tests/uudecode-2:15:tmpdir=`mktemp -d ${prog}-XXXXXX 2>/dev/null`
sharutils-4.15.2/tests/uudecode-2-16-test -d "$tmpdir" || {
##############################################
sharutils-4.15.2/tests/uudecode-2-20-: ${top_builddir=`cd .. >/dev/null && pwd`}
sharutils-4.15.2/tests/uudecode-2:21:top_builddir=`cd ${top_builddir} >/dev/null && pwd`
sharutils-4.15.2/tests/uudecode-2-22-: ${UUDECODE=$top_builddir/src/uudecode}
##############################################
sharutils-4.15.2/tests/shar-3-12-  TMPDIR=${TMPDIR=/tmp}
sharutils-4.15.2/tests/shar-3:13:  TMPDIR=`cd $TMPDIR >/dev/null && pwd`
sharutils-4.15.2/tests/shar-3-14-  export TMPDIR
sharutils-4.15.2/tests/shar-3:15:  testname=`basename $0`
sharutils-4.15.2/tests/shar-3-16-  testdir=${TMPDIR}/${testname}-$$.d
##############################################
sharutils-4.15.2/tests/shar-3-23-  for f in gzip bzip2 xz
sharutils-4.15.2/tests/shar-3:24:  do g=`command -v "$f" 2>/dev/null`
sharutils-4.15.2/tests/shar-3-25-     test -x "$g" && {
##############################################
sharutils-4.15.2/tests/shar-3-33-  : ${top_builddir=..}
sharutils-4.15.2/tests/shar-3:34:  top_builddir=`cd ${top_builddir} >/dev/null && pwd`
sharutils-4.15.2/tests/shar-3-35-
##############################################
sharutils-4.15.2/tests/shar-3-38-
sharutils-4.15.2/tests/shar-3:39:  basedir=`basename ${top_builddir}`
sharutils-4.15.2/tests/shar-3-40-  tar cf ${testdir}/${basedir}.tar ${basedir}/*
##############################################
sharutils-4.15.2/tests/shar-3-63-    do
sharutils-4.15.2/tests/shar-3:64:        case "`file $f`" in
sharutils-4.15.2/tests/shar-3-65-
sharutils-4.15.2/tests/shar-3-66-        *'directory'* | *text*'long lines'* )
sharutils-4.15.2/tests/shar-3:67:          echo --compact=`set -- $ctypes ; echo $1`
sharutils-4.15.2/tests/shar-3:68:          ctypes=`set -- $ctypes ; echo $2 $3 $1`
sharutils-4.15.2/tests/shar-3-69-          nocompression=false
##############################################
sharutils-4.15.2/tests/shar-3-79-        * )
sharutils-4.15.2/tests/shar-3:80:          echo --compact=`set -- $ctypes ; echo $1`
sharutils-4.15.2/tests/shar-3:81:          ctypes=`set -- $ctypes ; echo $2 $3 $1`
sharutils-4.15.2/tests/shar-3-82-          nocompression=false
##############################################
sharutils-4.15.2/tests/shar-3-108-cd ${testdir}
sharutils-4.15.2/tests/shar-3:109:diff_txt=`diff -r base-$$ ${testname}.d` || {
sharutils-4.15.2/tests/shar-3-110-  echo ${testdir}/base-$$ and ${testname}.d differ
##############################################
sharutils-4.15.2/INSTALL-173-directory configuration variables that were expressed in terms of
sharutils-4.15.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
sharutils-4.15.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
sharutils-4.15.2/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sharutils-4.15.2/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sharutils-4.15.2/aclocal.m4-154-# and then we would define $MISSING as
##############################################
sharutils-4.15.2/aclocal.m4-168-# expand $ac_aux_dir to an absolute path
sharutils-4.15.2/aclocal.m4:169:am_aux_dir=`cd $ac_aux_dir && pwd`
sharutils-4.15.2/aclocal.m4-170-])
##############################################
sharutils-4.15.2/aclocal.m4-266-  if test "$am_compiler_list" = ""; then
sharutils-4.15.2/aclocal.m4:267:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
sharutils-4.15.2/aclocal.m4-268-  fi
##############################################
sharutils-4.15.2/aclocal.m4-417-    # Strip MF so we end up with the name of the file.
sharutils-4.15.2/aclocal.m4:418:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sharutils-4.15.2/aclocal.m4-419-    # Check whether this is an Automake generated Makefile or not.
##############################################
sharutils-4.15.2/aclocal.m4-426-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
sharutils-4.15.2/aclocal.m4:427:      dirpart=`AS_DIRNAME("$mf")`
sharutils-4.15.2/aclocal.m4-428-    else
##############################################
sharutils-4.15.2/aclocal.m4-432-    # from the Makefile without running 'make'.
sharutils-4.15.2/aclocal.m4:433:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sharutils-4.15.2/aclocal.m4-434-    test -z "$DEPDIR" && continue
sharutils-4.15.2/aclocal.m4:435:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sharutils-4.15.2/aclocal.m4-436-    test -z "$am__include" && continue
sharutils-4.15.2/aclocal.m4:437:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sharutils-4.15.2/aclocal.m4-438-    # Find all dependency output files, they are included files with
##############################################
sharutils-4.15.2/aclocal.m4-446-      test -f "$dirpart/$file" && continue
sharutils-4.15.2/aclocal.m4:447:      fdir=`AS_DIRNAME(["$file"])`
sharutils-4.15.2/aclocal.m4-448-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
sharutils-4.15.2/aclocal.m4-527-AC_REQUIRE([AC_PROG_INSTALL])dnl
sharutils-4.15.2/aclocal.m4:528:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sharutils-4.15.2/aclocal.m4-529-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sharutils-4.15.2/aclocal.m4-682-    * )
sharutils-4.15.2/aclocal.m4:683:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sharutils-4.15.2/aclocal.m4-684-  esac
sharutils-4.15.2/aclocal.m4-685-done
sharutils-4.15.2/aclocal.m4:686:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
sharutils-4.15.2/aclocal.m4-687-
##############################################
sharutils-4.15.2/aclocal.m4-753-# Ignore all kinds of additional output from 'make'.
sharutils-4.15.2/aclocal.m4:754:case `$am_make -s -f confmf 2> /dev/null` in #(
sharutils-4.15.2/aclocal.m4-755-*the\ am__doit\ target*)
##############################################
sharutils-4.15.2/aclocal.m4-763-   echo '.include "confinc"' > confmf
sharutils-4.15.2/aclocal.m4:764:   case `$am_make -s -f confmf 2> /dev/null` in #(
sharutils-4.15.2/aclocal.m4-765-   *the\ am__doit\ target*)
##############################################
sharutils-4.15.2/aclocal.m4-945-     echo "timestamp, slept: $am_has_slept" > conftest.file
sharutils-4.15.2/aclocal.m4:946:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sharutils-4.15.2/aclocal.m4-947-     if test "$[*]" = "X"; then
sharutils-4.15.2/aclocal.m4-948-	# -L didn't work.
sharutils-4.15.2/aclocal.m4:949:	set X `ls -t "$srcdir/configure" conftest.file`
sharutils-4.15.2/aclocal.m4-950-     fi
##############################################
sharutils-4.15.2/config.sub-52-
sharutils-4.15.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
sharutils-4.15.2/config.sub-54-
##############################################
sharutils-4.15.2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
sharutils-4.15.2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sharutils-4.15.2/config.sub-117-case $maybe_os in
##############################################
sharutils-4.15.2/config.sub-123-    os=-$maybe_os
sharutils-4.15.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sharutils-4.15.2/config.sub-125-    ;;
##############################################
sharutils-4.15.2/config.sub-127-    os=-linux-android
sharutils-4.15.2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
sharutils-4.15.2/config.sub-129-    ;;
sharutils-4.15.2/config.sub-130-  *)
sharutils-4.15.2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
sharutils-4.15.2/config.sub-132-    if [ $basic_machine != $1 ]
sharutils-4.15.2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
sharutils-4.15.2/config.sub-134-    else os=; fi
##############################################
sharutils-4.15.2/config.sub-181-		os=-sco5v6
sharutils-4.15.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-183-		;;
##############################################
sharutils-4.15.2/config.sub-185-		os=-sco3.2v5
sharutils-4.15.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-187-		;;
##############################################
sharutils-4.15.2/config.sub-189-		os=-sco3.2v4
sharutils-4.15.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-191-		;;
sharutils-4.15.2/config.sub-192-	-sco3.2.[4-9]*)
sharutils-4.15.2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sharutils-4.15.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-195-		;;
##############################################
sharutils-4.15.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
sharutils-4.15.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-199-		;;
##############################################
sharutils-4.15.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
sharutils-4.15.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-203-		;;
##############################################
sharutils-4.15.2/config.sub-205-		os=-sco3.2v2
sharutils-4.15.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-207-		;;
sharutils-4.15.2/config.sub-208-	-udk*)
sharutils-4.15.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-210-		;;
##############################################
sharutils-4.15.2/config.sub-212-		os=-isc2.2
sharutils-4.15.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-214-		;;
##############################################
sharutils-4.15.2/config.sub-218-	-isc*)
sharutils-4.15.2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sharutils-4.15.2/config.sub-220-		;;
##############################################
sharutils-4.15.2/config.sub-230-	-ptx*)
sharutils-4.15.2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
sharutils-4.15.2/config.sub-232-		;;
sharutils-4.15.2/config.sub-233-	-windowsnt*)
sharutils-4.15.2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
sharutils-4.15.2/config.sub-235-		;;
##############################################
sharutils-4.15.2/config.sub-360-	*-*-*)
sharutils-4.15.2/config.sub:361:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sharutils-4.15.2/config.sub-362-		exit 1
##############################################
sharutils-4.15.2/config.sub-481-	amd64-*)
sharutils-4.15.2/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-483-		;;
##############################################
sharutils-4.15.2/config.sub-523-	blackfin-*)
sharutils-4.15.2/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-525-		os=-linux
##############################################
sharutils-4.15.2/config.sub-531-	c54x-*)
sharutils-4.15.2/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-533-		;;
sharutils-4.15.2/config.sub-534-	c55x-*)
sharutils-4.15.2/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-536-		;;
sharutils-4.15.2/config.sub-537-	c6x-*)
sharutils-4.15.2/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-539-		;;
##############################################
sharutils-4.15.2/config.sub-734-	i*86v32)
sharutils-4.15.2/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sharutils-4.15.2/config.sub-736-		os=-sysv32
##############################################
sharutils-4.15.2/config.sub-738-	i*86v4*)
sharutils-4.15.2/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sharutils-4.15.2/config.sub-740-		os=-sysv4
##############################################
sharutils-4.15.2/config.sub-742-	i*86v)
sharutils-4.15.2/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sharutils-4.15.2/config.sub-744-		os=-sysv
##############################################
sharutils-4.15.2/config.sub-746-	i*86sol2)
sharutils-4.15.2/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sharutils-4.15.2/config.sub-748-		os=-solaris2
##############################################
sharutils-4.15.2/config.sub-776-	m68knommu-*)
sharutils-4.15.2/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-778-		os=-linux
##############################################
sharutils-4.15.2/config.sub-813-	mips3*-*)
sharutils-4.15.2/config.sub:814:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
sharutils-4.15.2/config.sub-815-		;;
sharutils-4.15.2/config.sub-816-	mips3*)
sharutils-4.15.2/config.sub:817:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
sharutils-4.15.2/config.sub-818-		;;
##############################################
sharutils-4.15.2/config.sub-831-	ms1-*)
sharutils-4.15.2/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
sharutils-4.15.2/config.sub-833-		;;
##############################################
sharutils-4.15.2/config.sub-950-	parisc-*)
sharutils-4.15.2/config.sub:951:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-952-		os=-linux
##############################################
sharutils-4.15.2/config.sub-966-	pc98-*)
sharutils-4.15.2/config.sub:967:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-968-		;;
##############################################
sharutils-4.15.2/config.sub-981-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sharutils-4.15.2/config.sub:982:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-983-		;;
sharutils-4.15.2/config.sub-984-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sharutils-4.15.2/config.sub:985:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-986-		;;
sharutils-4.15.2/config.sub-987-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sharutils-4.15.2/config.sub:988:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-989-		;;
sharutils-4.15.2/config.sub-990-	pentium4-*)
sharutils-4.15.2/config.sub:991:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-992-		;;
##############################################
sharutils-4.15.2/config.sub-1000-	ppc-* | ppcbe-*)
sharutils-4.15.2/config.sub:1001:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-1002-		;;
##############################################
sharutils-4.15.2/config.sub-1006-	ppcle-* | powerpclittle-*)
sharutils-4.15.2/config.sub:1007:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-1008-		;;
##############################################
sharutils-4.15.2/config.sub-1010-		;;
sharutils-4.15.2/config.sub:1011:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-1012-		;;
##############################################
sharutils-4.15.2/config.sub-1016-	ppc64le-* | powerpc64little-*)
sharutils-4.15.2/config.sub:1017:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-1018-		;;
##############################################
sharutils-4.15.2/config.sub-1099-	strongarm-* | thumb-*)
sharutils-4.15.2/config.sub:1100:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
sharutils-4.15.2/config.sub-1101-		;;
##############################################
sharutils-4.15.2/config.sub-1229-	xscale-* | xscalee[bl]-*)
sharutils-4.15.2/config.sub:1230:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
sharutils-4.15.2/config.sub-1231-		;;
##############################################
sharutils-4.15.2/config.sub-1306-	*)
sharutils-4.15.2/config.sub:1307:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sharutils-4.15.2/config.sub-1308-		exit 1
##############################################
sharutils-4.15.2/config.sub-1314-	*-digital*)
sharutils-4.15.2/config.sub:1315:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
sharutils-4.15.2/config.sub-1316-		;;
sharutils-4.15.2/config.sub-1317-	*-commodore*)
sharutils-4.15.2/config.sub:1318:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
sharutils-4.15.2/config.sub-1319-		;;
##############################################
sharutils-4.15.2/config.sub-1335-	-solaris1 | -solaris1.*)
sharutils-4.15.2/config.sub:1336:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sharutils-4.15.2/config.sub-1337-		;;
##############################################
sharutils-4.15.2/config.sub-1347-	-gnu/linux*)
sharutils-4.15.2/config.sub:1348:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sharutils-4.15.2/config.sub-1349-		;;
##############################################
sharutils-4.15.2/config.sub-1393-	-nto*)
sharutils-4.15.2/config.sub:1394:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sharutils-4.15.2/config.sub-1395-		;;
##############################################
sharutils-4.15.2/config.sub-1400-	-mac*)
sharutils-4.15.2/config.sub:1401:		os=`echo $os | sed -e 's|mac|macos|'`
sharutils-4.15.2/config.sub-1402-		;;
##############################################
sharutils-4.15.2/config.sub-1406-	-linux*)
sharutils-4.15.2/config.sub:1407:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sharutils-4.15.2/config.sub-1408-		;;
sharutils-4.15.2/config.sub-1409-	-sunos5*)
sharutils-4.15.2/config.sub:1410:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
sharutils-4.15.2/config.sub-1411-		;;
sharutils-4.15.2/config.sub-1412-	-sunos6*)
sharutils-4.15.2/config.sub:1413:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
sharutils-4.15.2/config.sub-1414-		;;
##############################################
sharutils-4.15.2/config.sub-1461-	-sinix5.*)
sharutils-4.15.2/config.sub:1462:		os=`echo $os | sed -e 's|sinix|sysv|'`
sharutils-4.15.2/config.sub-1463-		;;
##############################################
sharutils-4.15.2/config.sub-1514-		# Get rid of the `-' at the beginning of $os.
sharutils-4.15.2/config.sub:1515:		os=`echo $os | sed 's/[^-]*-//'`
sharutils-4.15.2/config.sub:1516:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
sharutils-4.15.2/config.sub-1517-		exit 1
##############################################
sharutils-4.15.2/config.sub-1780-		esac
sharutils-4.15.2/config.sub:1781:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
sharutils-4.15.2/config.sub-1782-		;;
##############################################
sharutils-4.15.2/po/ga.po-1800-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/ga.po:1801:#~ "Please unpack part '`cat ${lock_dir}/seq`' next."
sharutils-4.15.2/po/ga.po-1802-#~ msgstr ""
##############################################
sharutils-4.15.2/po/bg.po-1804-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/bg.po:1805:#~ "Please unpack part '`cat ${lock_dir}/seq`' next."
sharutils-4.15.2/po/bg.po-1806-#~ msgstr ""
sharutils-4.15.2/po/bg.po-1807-#~ "Архивите трябва да се разпакетират един по един!\n"
sharutils-4.15.2/po/bg.po:1808:#~ "Моля, следваща разпакетирайте частта '`cat ${lock_dir}/seq`'."
sharutils-4.15.2/po/bg.po-1809-
##############################################
sharutils-4.15.2/po/cs.po-3161-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/cs.po:3162:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/cs.po-3163-#~ msgstr ""
sharutils-4.15.2/po/cs.po-3164-#~ "Archivy musí být rozbalovány v původním pořadí!\n"
sharutils-4.15.2/po/cs.po:3165:#~ "Jako další část rozbalte, prosím, `cat ${lock_dir}/seq`."
sharutils-4.15.2/po/cs.po-3166-
##############################################
sharutils-4.15.2/po/fr.po-3361-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/fr.po:3362:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/fr.po-3363-#~ msgstr ""
sharutils-4.15.2/po/fr.po-3364-#~ "Les archives doivent être dépaquetées en séquence!\n"
sharutils-4.15.2/po/fr.po:3365:#~ "SVP dépaquetez la partie '`cat ${lock_dir}/seq`' ensuite."
sharutils-4.15.2/po/fr.po-3366-
##############################################
sharutils-4.15.2/po/Rules-quot-16-.insert-header.po-update-en:
sharutils-4.15.2/po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
sharutils-4.15.2/po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
sharutils-4.15.2/po/Rules-quot-19-	tmpdir=`pwd`; \
sharutils-4.15.2/po/Rules-quot-20-	echo "$$lang:"; \
sharutils-4.15.2/po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
sharutils-4.15.2/po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
sharutils-4.15.2/po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
sharutils-4.15.2/po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
sharutils-4.15.2/po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
sharutils-4.15.2/po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
sharutils-4.15.2/po/Rules-quot-29-	       ;; \
sharutils-4.15.2/po/Rules-quot-30-	     *) \
sharutils-4.15.2/po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
sharutils-4.15.2/po/Rules-quot-32-	       ;; \
##############################################
sharutils-4.15.2/po/fi.po-2138-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/fi.po:2139:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/fi.po-2140-#~ msgstr ""
sharutils-4.15.2/po/fi.po-2141-#~ "Arkistot on purettava järjestyksessä!\n"
sharutils-4.15.2/po/fi.po:2142:#~ "Pura osa `cat ${lock_dir}/seq` seuraavaksi."
sharutils-4.15.2/po/fi.po-2143-
##############################################
sharutils-4.15.2/po/Makefile.in.in-99-.po.gmo:
sharutils-4.15.2/po/Makefile.in.in:100:	@lang=`echo $* | sed -e 's,.*/,,'`; \
sharutils-4.15.2/po/Makefile.in.in-101-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-180-	fi; \
sharutils-4.15.2/po/Makefile.in.in:181:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
sharutils-4.15.2/po/Makefile.in.in-182-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
sharutils-4.15.2/po/Makefile.in.in-222-$(POFILES): $(POFILESDEPS)
sharutils-4.15.2/po/Makefile.in.in:223:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-224-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
sharutils-4.15.2/po/Makefile.in.in-228-	  cd $(srcdir) \
sharutils-4.15.2/po/Makefile.in.in:229:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
sharutils-4.15.2/po/Makefile.in.in-230-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
sharutils-4.15.2/po/Makefile.in.in-259-	for cat in $$catalogs; do \
sharutils-4.15.2/po/Makefile.in.in:260:	  cat=`basename $$cat`; \
sharutils-4.15.2/po/Makefile.in.in:261:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-262-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-269-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
sharutils-4.15.2/po/Makefile.in.in:270:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
sharutils-4.15.2/po/Makefile.in.in-271-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-310-	for cat in $$catalogs; do \
sharutils-4.15.2/po/Makefile.in.in:311:	  cat=`basename $$cat`; \
sharutils-4.15.2/po/Makefile.in.in:312:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-313-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-317-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
sharutils-4.15.2/po/Makefile.in.in:318:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
sharutils-4.15.2/po/Makefile.in.in-319-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-356-	for cat in $$catalogs; do \
sharutils-4.15.2/po/Makefile.in.in:357:	  cat=`basename $$cat`; \
sharutils-4.15.2/po/Makefile.in.in:358:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-359-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
sharutils-4.15.2/po/Makefile.in.in-421-.nop.po-create:
sharutils-4.15.2/po/Makefile.in.in:422:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-423-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-428-.nop.po-update:
sharutils-4.15.2/po/Makefile.in.in:429:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
sharutils-4.15.2/po/Makefile.in.in-430-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
sharutils-4.15.2/po/Makefile.in.in-435-	cd $(srcdir); \
sharutils-4.15.2/po/Makefile.in.in:436:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
sharutils-4.15.2/po/Makefile.in.in-437-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
sharutils-4.15.2/po/zh_CN.po-2100-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/zh_CN.po:2101:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/zh_CN.po-2102-#~ msgstr ""
##############################################
sharutils-4.15.2/po/nl.po-2700-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/nl.po:2701:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/nl.po-2702-#~ msgstr ""
sharutils-4.15.2/po/nl.po-2703-#~ "Archieven moeten in volgorde uitgepakt worden!\n"
sharutils-4.15.2/po/nl.po:2704:#~ "Pak als volgende het deel `cat ${lock_dir}/seq` uit."
sharutils-4.15.2/po/nl.po-2705-
##############################################
sharutils-4.15.2/po/ca.po-2146-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/ca.po:2147:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/ca.po-2148-#~ msgstr ""
sharutils-4.15.2/po/ca.po-2149-#~ "Els arxius s'han de desempaquetar en seqüència!\n"
sharutils-4.15.2/po/ca.po:2150:#~ "Desempaqueteu a continuació la part `cat ${lock_dir}/seq`."
sharutils-4.15.2/po/ca.po-2151-
##############################################
sharutils-4.15.2/po/da.po-2116-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/da.po:2117:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/da.po-2118-#~ msgstr ""
sharutils-4.15.2/po/da.po:2120:#~ "Udpak venligst arkivdel `cat ${lock_dir}/seq` herefter."
sharutils-4.15.2/po/da.po-2121-
##############################################
sharutils-4.15.2/po/tr.po-2132-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/tr.po:2133:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/tr.po-2134-#~ msgstr ""
sharutils-4.15.2/po/tr.po-2135-#~ "Arşivlerin paketi sırayla açılmalıdır!\n"
sharutils-4.15.2/po/tr.po:2136:#~ "Lütfen bir sonra `cat ${lock_dir}/seq` bölümünü açınız."
sharutils-4.15.2/po/tr.po-2137-
##############################################
sharutils-4.15.2/po/id.po-1801-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/id.po:1802:#~ "Please unpack part '`cat ${lock_dir}/seq`' next."
sharutils-4.15.2/po/id.po-1803-#~ msgstr ""
sharutils-4.15.2/po/id.po-1804-#~ "Archives harus di unpack dalam urutan!\n"
sharutils-4.15.2/po/id.po:1805:#~ "Mohon unpack bagian '`cat ${lock_dir}/seq`' selanjutnya."
sharutils-4.15.2/po/id.po-1806-
##############################################
sharutils-4.15.2/po/it.po-2215-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/it.po:2216:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/it.po-2217-#~ msgstr ""
sharutils-4.15.2/po/it.po-2218-#~ "Gli archivi vanno estratti in ordine!\n"
sharutils-4.15.2/po/it.po:2219:#~ "Estrarre la parte `cat ${lock_dir}/seq`."
sharutils-4.15.2/po/it.po-2220-
##############################################
sharutils-4.15.2/po/vi.po-2802-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/vi.po:2803:#~ "Please unpack part `cat ${lock_dir}/seq` next."
sharutils-4.15.2/po/vi.po-2804-#~ msgstr ""
##############################################
sharutils-4.15.2/po/ru.po-1799-#~ "Archives must be unpacked in sequence!\n"
sharutils-4.15.2/po/ru.po:1800:#~ "Please unpack part '`cat ${lock_dir}/seq`' next."
sharutils-4.15.2/po/ru.po-1801-#~ msgstr ""
##############################################
sharutils-4.15.2/configure.ac-90-  for cat in $CATALOGS; do
sharutils-4.15.2/configure.ac:91:    lang=`echo $cat | sed "s/\(.*\)\..*/\1/"`
sharutils-4.15.2/configure.ac-92-    new_CATALOGS="$new_CATALOGS $cat $lang.gmo"
##############################################
sharutils-4.15.2/install-sh-229-      fi
sharutils-4.15.2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sharutils-4.15.2/install-sh-231-    *)
##############################################
sharutils-4.15.2/install-sh-276-      dstdir=$dst
sharutils-4.15.2/install-sh:277:      dst=$dstdir/`basename "$src"`
sharutils-4.15.2/install-sh-278-      dstdir_status=0
##############################################
sharutils-4.15.2/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
sharutils-4.15.2/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
sharutils-4.15.2/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
sharutils-4.15.2/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
sharutils-4.15.2/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
sharutils-4.15.2/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sharutils-4.15.2/install-sh-425-	    case $prefix in
sharutils-4.15.2/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sharutils-4.15.2/install-sh-427-	      *) qprefix=$prefix;;
##############################################
sharutils-4.15.2/install-sh-474-    if $copy_on_change &&
sharutils-4.15.2/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
sharutils-4.15.2/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
sharutils-4.15.2/install-sh-477-
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-134-extern char *gettext (const char *__msgid)
sharutils-4.15.2/intl/libgnuintl.in.h:135:       _INTL_ASM (libintl_gettext)
sharutils-4.15.2/intl/libgnuintl.in.h-136-       _INTL_MAY_RETURN_STRING_ARG (1);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-152-extern char *dgettext (const char *__domainname, const char *__msgid)
sharutils-4.15.2/intl/libgnuintl.in.h:153:       _INTL_ASM (libintl_dgettext)
sharutils-4.15.2/intl/libgnuintl.in.h-154-       _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-173-                        int __category)
sharutils-4.15.2/intl/libgnuintl.in.h:174:       _INTL_ASM (libintl_dcgettext)
sharutils-4.15.2/intl/libgnuintl.in.h-175-       _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-195-                       unsigned long int __n)
sharutils-4.15.2/intl/libgnuintl.in.h:196:       _INTL_ASM (libintl_ngettext)
sharutils-4.15.2/intl/libgnuintl.in.h-197-       _INTL_MAY_RETURN_STRING_ARG (1) _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-217-                        unsigned long int __n)
sharutils-4.15.2/intl/libgnuintl.in.h:218:       _INTL_ASM (libintl_dngettext)
sharutils-4.15.2/intl/libgnuintl.in.h-219-       _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-241-                         unsigned long int __n, int __category)
sharutils-4.15.2/intl/libgnuintl.in.h:242:       _INTL_ASM (libintl_dcngettext)
sharutils-4.15.2/intl/libgnuintl.in.h-243-       _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3);
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-262-extern char *textdomain (const char *__domainname)
sharutils-4.15.2/intl/libgnuintl.in.h:263:       _INTL_ASM (libintl_textdomain);
sharutils-4.15.2/intl/libgnuintl.in.h-264-#endif
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-280-extern char *bindtextdomain (const char *__domainname, const char *__dirname)
sharutils-4.15.2/intl/libgnuintl.in.h:281:       _INTL_ASM (libintl_bindtextdomain);
sharutils-4.15.2/intl/libgnuintl.in.h-282-#endif
##############################################
sharutils-4.15.2/intl/libgnuintl.in.h-299-                                      const char *__codeset)
sharutils-4.15.2/intl/libgnuintl.in.h:300:       _INTL_ASM (libintl_bind_textdomain_codeset);
sharutils-4.15.2/intl/libgnuintl.in.h-301-#endif
##############################################
sharutils-4.15.2/intl/Makefile.in-322-	  "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
sharutils-4.15.2/intl/Makefile.in:323:	  "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
sharutils-4.15.2/intl/Makefile.in:324:	  "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
sharutils-4.15.2/intl/Makefile.in:325:	  "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
sharutils-4.15.2/intl/Makefile.in-326-	  -i $(srcdir)/libintl.rc -o libintl.res.o --output-format=coff
##############################################
sharutils-4.15.2/intl/Makefile.in-333-	  "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
sharutils-4.15.2/intl/Makefile.in:334:	  "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
sharutils-4.15.2/intl/Makefile.in:335:	  "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
sharutils-4.15.2/intl/Makefile.in:336:	  "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
sharutils-4.15.2/intl/Makefile.in-337-	  -i $(srcdir)/libintl.rc -o libintl.res.lo --output-format=coff
##############################################
sharutils-4.15.2/intl/Makefile.in-394-	  if test "@RELOCATABLE@" = yes; then \
sharutils-4.15.2/intl/Makefile.in:395:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
sharutils-4.15.2/intl/Makefile.in-396-	    if test -n "$$dependencies"; then \
##############################################
sharutils-4.15.2/intl/intl-exports.c-30-      extern __declspec(dllexport) int x; int x = 42;  */               \
sharutils-4.15.2/intl/intl-exports.c:31: asm (".section .drectve\n");                                           \
sharutils-4.15.2/intl/intl-exports.c:32: asm (".ascii \" -export:" #x ",data\"\n");                             \
sharutils-4.15.2/intl/intl-exports.c:33: asm (".data\n");                                                       \
sharutils-4.15.2/intl/intl-exports.c-34- /* Allocate a pseudo-variable IMP(x).  */                              \
##############################################
sharutils-4.15.2/intl/config.charset-119-host="$1"
sharutils-4.15.2/intl/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
sharutils-4.15.2/intl/config.charset-121-echo "# This file contains a table of character encoding aliases,"
##############################################
sharutils-4.15.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
sharutils-4.15.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sharutils-4.15.2/configure-47-  as_echo='print -r --'
sharutils-4.15.2/configure-48-  as_echo_n='print -rn --'
sharutils-4.15.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sharutils-4.15.2/configure-50-  as_echo='printf %s\n'
##############################################
sharutils-4.15.2/configure-52-else
sharutils-4.15.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sharutils-4.15.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sharutils-4.15.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
sharutils-4.15.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sharutils-4.15.2/configure-64-      esac;
##############################################
sharutils-4.15.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sharutils-4.15.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sharutils-4.15.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sharutils-4.15.2/configure-327-      case $as_dir in #(
sharutils-4.15.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sharutils-4.15.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
sharutils-4.15.2/configure-400-  {
sharutils-4.15.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
sharutils-4.15.2/configure-402-  }
##############################################
sharutils-4.15.2/configure-407-# ----------------------------------------
sharutils-4.15.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sharutils-4.15.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sharutils-4.15.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sharutils-4.15.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sharutils-4.15.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sharutils-4.15.2/configure-1690-  case $ac_option in
sharutils-4.15.2/configure:1691:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sharutils-4.15.2/configure-1692-  *=)   ac_optarg= ;;
##############################################
sharutils-4.15.2/configure-1734-  -disable-* | --disable-*)
sharutils-4.15.2/configure:1735:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sharutils-4.15.2/configure-1736-    # Reject names that are not valid shell variable names.
##############################################
sharutils-4.15.2/configure-1739-    ac_useropt_orig=$ac_useropt
sharutils-4.15.2/configure:1740:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sharutils-4.15.2/configure-1741-    case $ac_user_opts in
##############################################
sharutils-4.15.2/configure-1760-  -enable-* | --enable-*)
sharutils-4.15.2/configure:1761:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sharutils-4.15.2/configure-1762-    # Reject names that are not valid shell variable names.
##############################################
sharutils-4.15.2/configure-1765-    ac_useropt_orig=$ac_useropt
sharutils-4.15.2/configure:1766:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sharutils-4.15.2/configure-1767-    case $ac_user_opts in
##############################################
sharutils-4.15.2/configure-1964-  -with-* | --with-*)
sharutils-4.15.2/configure:1965:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sharutils-4.15.2/configure-1966-    # Reject names that are not valid shell variable names.
##############################################
sharutils-4.15.2/configure-1969-    ac_useropt_orig=$ac_useropt
sharutils-4.15.2/configure:1970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sharutils-4.15.2/configure-1971-    case $ac_user_opts in
##############################################
sharutils-4.15.2/configure-1980-  -without-* | --without-*)
sharutils-4.15.2/configure:1981:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sharutils-4.15.2/configure-1982-    # Reject names that are not valid shell variable names.
##############################################
sharutils-4.15.2/configure-1985-    ac_useropt_orig=$ac_useropt
sharutils-4.15.2/configure:1986:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sharutils-4.15.2/configure-1987-    case $ac_user_opts in
##############################################
sharutils-4.15.2/configure-2018-  *=*)
sharutils-4.15.2/configure:2019:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sharutils-4.15.2/configure-2020-    # Reject names that are not valid shell variable names.
##############################################
sharutils-4.15.2/configure-2039-if test -n "$ac_prev"; then
sharutils-4.15.2/configure:2040:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sharutils-4.15.2/configure-2041-  as_fn_error $? "missing argument to $ac_option"
##############################################
sharutils-4.15.2/configure-2061-    */ )
sharutils-4.15.2/configure:2062:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sharutils-4.15.2/configure-2063-      eval $ac_var=\$ac_val;;
##############################################
sharutils-4.15.2/configure-2096-ac_ls_di=`ls -di .` &&
sharutils-4.15.2/configure:2097:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sharutils-4.15.2/configure-2098-  as_fn_error $? "working directory cannot be determined"
##############################################
sharutils-4.15.2/configure-2152-case $srcdir in
sharutils-4.15.2/configure:2153:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sharutils-4.15.2/configure-2154-esac
##############################################
sharutils-4.15.2/configure-2195-By default, \`make install' will install all the files in
sharutils-4.15.2/configure:2196:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sharutils-4.15.2/configure:2197:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sharutils-4.15.2/configure-2198-for instance \`--prefix=\$HOME'.
##############################################
sharutils-4.15.2/configure-2315-*)
sharutils-4.15.2/configure:2316:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sharutils-4.15.2/configure-2317-  # A ".." for each directory in $ac_dir_suffix.
sharutils-4.15.2/configure:2318:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sharutils-4.15.2/configure-2319-  case $ac_top_builddir_sub in
##############################################
sharutils-4.15.2/configure-2789-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
sharutils-4.15.2/configure:2790:  as_decl_name=`echo $2|sed 's/ *(.*//'`
sharutils-4.15.2/configure:2791:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
sharutils-4.15.2/configure-2792-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
sharutils-4.15.2/configure-3143-    *\'*)
sharutils-4.15.2/configure:3144:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sharutils-4.15.2/configure-3145-    esac
##############################################
sharutils-4.15.2/configure-3226-      case $ac_val in
sharutils-4.15.2/configure:3227:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sharutils-4.15.2/configure-3228-      esac
##############################################
sharutils-4.15.2/configure-3241-	case $ac_val in
sharutils-4.15.2/configure:3242:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sharutils-4.15.2/configure-3243-	esac
##############################################
sharutils-4.15.2/configure-3414-    set,)
sharutils-4.15.2/configure:3415:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sharutils-4.15.2/configure:3416:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sharutils-4.15.2/configure-3417-      ac_cache_corrupted=: ;;
##############################################
sharutils-4.15.2/configure-3425-	# differences in whitespace do not lead to failure.
sharutils-4.15.2/configure:3426:	ac_old_val_w=`echo x $ac_old_val`
sharutils-4.15.2/configure:3427:	ac_new_val_w=`echo x $ac_new_val`
sharutils-4.15.2/configure-3428-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sharutils-4.15.2/configure-3445-    case $ac_new_val in
sharutils-4.15.2/configure:3446:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sharutils-4.15.2/configure-3447-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sharutils-4.15.2/configure-3623-     echo "timestamp, slept: $am_has_slept" > conftest.file
sharutils-4.15.2/configure:3624:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sharutils-4.15.2/configure-3625-     if test "$*" = "X"; then
sharutils-4.15.2/configure-3626-	# -L didn't work.
sharutils-4.15.2/configure:3627:	set X `ls -t "$srcdir/configure" conftest.file`
sharutils-4.15.2/configure-3628-     fi
##############################################
sharutils-4.15.2/configure-3674-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
sharutils-4.15.2/configure:3675:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
sharutils-4.15.2/configure-3676-
sharutils-4.15.2/configure-3677-# expand $ac_aux_dir to an absolute path
sharutils-4.15.2/configure:3678:am_aux_dir=`cd $ac_aux_dir && pwd`
sharutils-4.15.2/configure-3679-
##############################################
sharutils-4.15.2/configure-3819-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
sharutils-4.15.2/configure:3820:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
sharutils-4.15.2/configure-3821-	     'mkdir (GNU coreutils) '* | \
##############################################
sharutils-4.15.2/configure-3892-set x ${MAKE-make}
sharutils-4.15.2/configure:3893:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sharutils-4.15.2/configure-3894-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sharutils-4.15.2/configure-3902-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sharutils-4.15.2/configure:3903:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sharutils-4.15.2/configure-3904-  *@@@%%%=?*=@@@%%%*)
##############################################
sharutils-4.15.2/configure-3968-
sharutils-4.15.2/configure:3969:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sharutils-4.15.2/configure-3970-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sharutils-4.15.2/configure-4102-# Ignore all kinds of additional output from 'make'.
sharutils-4.15.2/configure:4103:case `$am_make -s -f confmf 2> /dev/null` in #(
sharutils-4.15.2/configure-4104-*the\ am__doit\ target*)
##############################################
sharutils-4.15.2/configure-4112-   echo '.include "confinc"' > confmf
sharutils-4.15.2/configure:4113:   case `$am_make -s -f confmf 2> /dev/null` in #(
sharutils-4.15.2/configure-4114-   *the\ am__doit\ target*)
##############################################
sharutils-4.15.2/configure-4491-$as_echo_n "checking whether the C compiler works... " >&6; }
sharutils-4.15.2/configure:4492:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sharutils-4.15.2/configure-4493-
##############################################
sharutils-4.15.2/configure-4535-	then :; else
sharutils-4.15.2/configure:4536:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sharutils-4.15.2/configure-4537-	fi
##############################################
sharutils-4.15.2/configure-4595-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sharutils-4.15.2/configure:4596:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sharutils-4.15.2/configure-4597-	  break;;
##############################################
sharutils-4.15.2/configure-4704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sharutils-4.15.2/configure:4705:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sharutils-4.15.2/configure-4706-       break;;
##############################################
sharutils-4.15.2/configure-5022-  if test "$am_compiler_list" = ""; then
sharutils-4.15.2/configure:5023:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sharutils-4.15.2/configure-5024-  fi
##############################################
sharutils-4.15.2/configure-5279-  # Check for GNU $ac_path_GREP
sharutils-4.15.2/configure:5280:case `"$ac_path_GREP" --version 2>&1` in
sharutils-4.15.2/configure-5281-*GNU*)
##############################################
sharutils-4.15.2/configure-5345-  # Check for GNU $ac_path_EGREP
sharutils-4.15.2/configure:5346:case `"$ac_path_EGREP" --version 2>&1` in
sharutils-4.15.2/configure-5347-*GNU*)
##############################################
sharutils-4.15.2/configure-5506-do :
sharutils-4.15.2/configure:5507:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-5508-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sharutils-4.15.2/configure-5511-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:5512:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-5513-_ACEOF
##############################################
sharutils-4.15.2/configure-6263-  if test "$am_compiler_list" = ""; then
sharutils-4.15.2/configure:6264:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sharutils-4.15.2/configure-6265-  fi
##############################################
sharutils-4.15.2/configure-7086-  # Check for GNU $ac_path_SED
sharutils-4.15.2/configure:7087:case `"$ac_path_SED" --version 2>&1` in
sharutils-4.15.2/configure-7088-*GNU*)
##############################################
sharutils-4.15.2/configure-7261-
sharutils-4.15.2/configure:7262:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/configure-7263-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
sharutils-4.15.2/configure-7266-
sharutils-4.15.2/configure:7267:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/configure-7268-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
sharutils-4.15.2/configure-7343-
sharutils-4.15.2/configure:7344:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/configure-7345-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
sharutils-4.15.2/configure-7438-test "x$ac_build_alias" = x &&
sharutils-4.15.2/configure:7439:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sharutils-4.15.2/configure-7440-test "x$ac_build_alias" = x &&
sharutils-4.15.2/configure-7441-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
sharutils-4.15.2/configure:7442:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sharutils-4.15.2/configure-7443-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
sharutils-4.15.2/configure-7462-IFS=$ac_save_IFS
sharutils-4.15.2/configure:7463:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sharutils-4.15.2/configure-7464-
##############################################
sharutils-4.15.2/configure-7473-else
sharutils-4.15.2/configure:7474:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sharutils-4.15.2/configure-7475-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
sharutils-4.15.2/configure-7495-IFS=$ac_save_IFS
sharutils-4.15.2/configure:7496:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sharutils-4.15.2/configure-7497-
##############################################
sharutils-4.15.2/configure-7831-  for ac_func in _getb67 GETB67 getb67; do
sharutils-4.15.2/configure:7832:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-7833-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-7898-do :
sharutils-4.15.2/configure:7899:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-7900-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-7902-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:7903:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-7904-_ACEOF
##############################################
sharutils-4.15.2/configure-8474-    # gcc leaves a trailing carriage return which upsets mingw
sharutils-4.15.2/configure:8475:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sharutils-4.15.2/configure-8476-  *)
sharutils-4.15.2/configure:8477:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sharutils-4.15.2/configure-8478-  esac
##############################################
sharutils-4.15.2/configure-8483-      # Canonicalize the pathname of ld
sharutils-4.15.2/configure:8484:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
sharutils-4.15.2/configure-8485-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
sharutils-4.15.2/configure:8486:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
sharutils-4.15.2/configure-8487-      done
##############################################
sharutils-4.15.2/configure-8518-      # Break only if it was the GNU/non-GNU ld that we prefer.
sharutils-4.15.2/configure:8519:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
sharutils-4.15.2/configure-8520-      *GNU* | *'with BFD'*)
##############################################
sharutils-4.15.2/configure-8549-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
sharutils-4.15.2/configure:8550:case `$LD -v 2>&1 </dev/null` in
sharutils-4.15.2/configure-8551-*GNU* | *'with BFD'*)
##############################################
sharutils-4.15.2/configure-8637-    *)
sharutils-4.15.2/configure:8638:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
sharutils-4.15.2/configure-8639-      if test -n "$searchpath"; then
##############################################
sharutils-4.15.2/configure-8647-                ;;
sharutils-4.15.2/configure:8648:              *) searchdir=`cd "$searchdir" && pwd`
sharutils-4.15.2/configure-8649-                 case "$searchdir" in
##############################################
sharutils-4.15.2/configure-9080-        names_already_handled="$names_already_handled $name"
sharutils-4.15.2/configure:9081:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
sharutils-4.15.2/configure-9082-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
sharutils-4.15.2/configure-9156-                -L*)
sharutils-4.15.2/configure:9157:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-9158-                                    if test -n "$acl_shlibext"; then
##############################################
sharutils-4.15.2/configure-9273-              */$acl_libdirstem | */$acl_libdirstem/)
sharutils-4.15.2/configure:9274:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
sharutils-4.15.2/configure-9275-                if test "$name" = 'pth'; then
##############################################
sharutils-4.15.2/configure-9280-              */$acl_libdirstem2 | */$acl_libdirstem2/)
sharutils-4.15.2/configure:9281:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
sharutils-4.15.2/configure-9282-                if test "$name" = 'pth'; then
##############################################
sharutils-4.15.2/configure-9331-                  -L*)
sharutils-4.15.2/configure:9332:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-9333-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
sharutils-4.15.2/configure-9390-                  -R*)
sharutils-4.15.2/configure:9391:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
sharutils-4.15.2/configure-9392-                    if test "$enable_rpath" != no; then
##############################################
sharutils-4.15.2/configure-9415-                  -l*)
sharutils-4.15.2/configure:9416:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
sharutils-4.15.2/configure-9417-                    ;;
sharutils-4.15.2/configure-9418-                  *.la)
sharutils-4.15.2/configure:9419:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
sharutils-4.15.2/configure-9420-                    ;;
##############################################
sharutils-4.15.2/configure-9704-        names_already_handled="$names_already_handled $name"
sharutils-4.15.2/configure:9705:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
sharutils-4.15.2/configure-9706-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
sharutils-4.15.2/configure-9780-                -L*)
sharutils-4.15.2/configure:9781:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-9782-                                    if test -n "$acl_shlibext"; then
##############################################
sharutils-4.15.2/configure-9897-              */$acl_libdirstem | */$acl_libdirstem/)
sharutils-4.15.2/configure:9898:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
sharutils-4.15.2/configure-9899-                if test "$name" = 'iconv'; then
##############################################
sharutils-4.15.2/configure-9904-              */$acl_libdirstem2 | */$acl_libdirstem2/)
sharutils-4.15.2/configure:9905:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
sharutils-4.15.2/configure-9906-                if test "$name" = 'iconv'; then
##############################################
sharutils-4.15.2/configure-9955-                  -L*)
sharutils-4.15.2/configure:9956:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-9957-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
sharutils-4.15.2/configure-10014-                  -R*)
sharutils-4.15.2/configure:10015:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
sharutils-4.15.2/configure-10016-                    if test "$enable_rpath" != no; then
##############################################
sharutils-4.15.2/configure-10039-                  -l*)
sharutils-4.15.2/configure:10040:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
sharutils-4.15.2/configure-10041-                    ;;
sharutils-4.15.2/configure-10042-                  *.la)
sharutils-4.15.2/configure:10043:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
sharutils-4.15.2/configure-10044-                    ;;
##############################################
sharutils-4.15.2/configure-10381-
sharutils-4.15.2/configure:10382:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
sharutils-4.15.2/configure-10383-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
sharutils-4.15.2/configure-10418-do :
sharutils-4.15.2/configure:10419:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-10420-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-10422-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:10423:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-10424-_ACEOF
##############################################
sharutils-4.15.2/configure-10433-do :
sharutils-4.15.2/configure:10434:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-10435-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-10437-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:10438:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-10439-_ACEOF
##############################################
sharutils-4.15.2/configure-10517-$as_echo_n "checking version of bison... " >&6; }
sharutils-4.15.2/configure:10518:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
sharutils-4.15.2/configure-10519-    case $ac_prog_version in
##############################################
sharutils-4.15.2/configure-10926-do :
sharutils-4.15.2/configure:10927:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-10928-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-10930-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:10931:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-10932-_ACEOF
##############################################
sharutils-4.15.2/configure-11202-do :
sharutils-4.15.2/configure:11203:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-11204-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-11206-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:11207:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-11208-_ACEOF
##############################################
sharutils-4.15.2/configure-11216-do :
sharutils-4.15.2/configure:11217:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-11218-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-11220-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:11221:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-11222-_ACEOF
##############################################
sharutils-4.15.2/configure-11746-        names_already_handled="$names_already_handled $name"
sharutils-4.15.2/configure:11747:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
sharutils-4.15.2/configure-11748-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
sharutils-4.15.2/configure-11822-                -L*)
sharutils-4.15.2/configure:11823:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-11824-                                    if test -n "$acl_shlibext"; then
##############################################
sharutils-4.15.2/configure-11939-              */$acl_libdirstem | */$acl_libdirstem/)
sharutils-4.15.2/configure:11940:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
sharutils-4.15.2/configure-11941-                if test "$name" = 'intl'; then
##############################################
sharutils-4.15.2/configure-11946-              */$acl_libdirstem2 | */$acl_libdirstem2/)
sharutils-4.15.2/configure:11947:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
sharutils-4.15.2/configure-11948-                if test "$name" = 'intl'; then
##############################################
sharutils-4.15.2/configure-11997-                  -L*)
sharutils-4.15.2/configure:11998:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
sharutils-4.15.2/configure-11999-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
sharutils-4.15.2/configure-12056-                  -R*)
sharutils-4.15.2/configure:12057:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
sharutils-4.15.2/configure-12058-                    if test "$enable_rpath" != no; then
##############################################
sharutils-4.15.2/configure-12081-                  -l*)
sharutils-4.15.2/configure:12082:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
sharutils-4.15.2/configure-12083-                    ;;
sharutils-4.15.2/configure-12084-                  *.la)
sharutils-4.15.2/configure:12085:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
sharutils-4.15.2/configure-12086-                    ;;
##############################################
sharutils-4.15.2/configure-12236-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
sharutils-4.15.2/configure:12237:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
sharutils-4.15.2/configure-12238-      fi
##############################################
sharutils-4.15.2/configure-14273-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
sharutils-4.15.2/configure:14274:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-14275-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-14304-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:14305:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-14306-_ACEOF
##############################################
sharutils-4.15.2/configure-15013-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
sharutils-4.15.2/configure:15014:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
sharutils-4.15.2/configure-15015-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
sharutils-4.15.2/configure-15566-    for gl_func in gettimeofday; do
sharutils-4.15.2/configure:15567:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-15568-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-15601-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:15602:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-15603-_ACEOF
##############################################
sharutils-4.15.2/configure-16086-do :
sharutils-4.15.2/configure:16087:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-16088-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-16090-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:16091:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-16092-_ACEOF
##############################################
sharutils-4.15.2/configure-16148-    fi
sharutils-4.15.2/configure:16149:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/configure-16150-    cat >>confdefs.h <<_ACEOF
##############################################
sharutils-4.15.2/configure-16193-    fi
sharutils-4.15.2/configure:16194:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/configure-16195-    cat >>confdefs.h <<_ACEOF
##############################################
sharutils-4.15.2/configure-16245-    eval result=\$gl_cv_type_${gltype}_signed
sharutils-4.15.2/configure:16246:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/configure-16247-    if test "$result" = yes; then
##############################################
sharutils-4.15.2/configure-16321-$as_echo "$ac_res" >&6; }
sharutils-4.15.2/configure:16322:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/configure-16323-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
sharutils-4.15.2/configure-16393-$as_echo "$ac_res" >&6; }
sharutils-4.15.2/configure:16394:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/configure-16395-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
sharutils-4.15.2/configure-16544-    for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
sharutils-4.15.2/configure:16545:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-16546-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-16575-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:16576:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-16577-_ACEOF
##############################################
sharutils-4.15.2/configure-18819-    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
sharutils-4.15.2/configure:18820:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-18821-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-18850-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:18851:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-18852-_ACEOF
##############################################
sharutils-4.15.2/configure-19225-    for gl_func in socket connect accept bind getpeername getsockname getsockopt     listen recv send recvfrom sendto setsockopt shutdown accept4; do
sharutils-4.15.2/configure:19226:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-19227-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-19259-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:19260:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-19261-_ACEOF
##############################################
sharutils-4.15.2/configure-20220-do :
sharutils-4.15.2/configure:20221:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-20222-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-20224-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:20225:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-20226-_ACEOF
##############################################
sharutils-4.15.2/configure-20324-    for gl_func in isblank; do
sharutils-4.15.2/configure:20325:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-20326-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-20355-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:20356:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-20357-_ACEOF
##############################################
sharutils-4.15.2/configure-20521-    for gl_func in alphasort closedir dirfd fdopendir opendir readdir rewinddir scandir; do
sharutils-4.15.2/configure:20522:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-20523-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-20552-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:20553:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-20554-_ACEOF
##############################################
sharutils-4.15.2/configure-21469-    for gl_func in fcntl openat; do
sharutils-4.15.2/configure:21470:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-21471-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-21500-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:21501:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-21502-_ACEOF
##############################################
sharutils-4.15.2/configure-26475-do :
sharutils-4.15.2/configure:26476:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-26477-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-26479-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:26480:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-26481-_ACEOF
##############################################
sharutils-4.15.2/configure-27261-    for gl_func in pthread_sigmask sigaction     sigaddset sigdelset sigemptyset sigfillset sigismember     sigpending sigprocmask; do
sharutils-4.15.2/configure:27262:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-27263-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-27292-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:27293:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-27294-_ACEOF
##############################################
sharutils-4.15.2/configure-27544-    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
sharutils-4.15.2/configure:27545:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-27546-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-27575-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:27576:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-27577-_ACEOF
##############################################
sharutils-4.15.2/configure-28132-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
sharutils-4.15.2/configure:28133:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-28134-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-28163-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:28164:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-28165-_ACEOF
##############################################
sharutils-4.15.2/configure-28247-    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
sharutils-4.15.2/configure:28248:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-28249-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-28284-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:28285:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-28286-_ACEOF
##############################################
sharutils-4.15.2/configure-29238-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
sharutils-4.15.2/configure:29239:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-29240-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-29269-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:29270:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-29271-_ACEOF
##############################################
sharutils-4.15.2/configure-29493-    for gl_func in uname; do
sharutils-4.15.2/configure:29494:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-29495-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-29528-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:29529:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-29530-_ACEOF
##############################################
sharutils-4.15.2/configure-29629-    for gl_func in waitpid; do
sharutils-4.15.2/configure:29630:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-29631-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-29659-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:29660:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-29661-_ACEOF
##############################################
sharutils-4.15.2/configure-29922-    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
sharutils-4.15.2/configure:29923:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-29924-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-29965-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:29966:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-29967-_ACEOF
##############################################
sharutils-4.15.2/configure-30235-    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
sharutils-4.15.2/configure:30236:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-30237-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-30276-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:30277:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-30278-_ACEOF
##############################################
sharutils-4.15.2/configure-30607-    for gl_func in wctype iswctype wctrans towctrans     ; do
sharutils-4.15.2/configure:30608:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
sharutils-4.15.2/configure-30609-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
sharutils-4.15.2/configure-30649-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:30650:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-30651-_ACEOF
##############################################
sharutils-4.15.2/configure-30691-  gl_source_base='tests'
sharutils-4.15.2/configure:30692:  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
sharutils-4.15.2/configure-30693-
##############################################
sharutils-4.15.2/configure-30712-set x ${MAKE-make}
sharutils-4.15.2/configure:30713:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sharutils-4.15.2/configure-30714-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sharutils-4.15.2/configure-30722-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sharutils-4.15.2/configure:30723:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sharutils-4.15.2/configure-30724-  *@@@%%%=?*=@@@%%%*)
##############################################
sharutils-4.15.2/configure-32000-do :
sharutils-4.15.2/configure:32001:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32002-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32004-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32005:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32006-_ACEOF
##############################################
sharutils-4.15.2/configure-32013-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
sharutils-4.15.2/configure:32014:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
sharutils-4.15.2/configure-32015-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
sharutils-4.15.2/configure-32045-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32046:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32047-_ACEOF
##############################################
sharutils-4.15.2/configure-32413-do :
sharutils-4.15.2/configure:32414:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-32415-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-32417-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32418:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32419-_ACEOF
##############################################
sharutils-4.15.2/configure-32642-  for cat in $CATALOGS; do
sharutils-4.15.2/configure:32643:    lang=`echo $cat | sed "s/\(.*\)\..*/\1/"`
sharutils-4.15.2/configure-32644-    new_CATALOGS="$new_CATALOGS $cat $lang.gmo"
##############################################
sharutils-4.15.2/configure-32665-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
sharutils-4.15.2/configure:32666:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
sharutils-4.15.2/configure-32667-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
sharutils-4.15.2/configure-32697-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32698:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32699-_ACEOF
##############################################
sharutils-4.15.2/configure-32833-do :
sharutils-4.15.2/configure:32834:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32835-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32837-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32838:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32839-_ACEOF
##############################################
sharutils-4.15.2/configure-32847-do :
sharutils-4.15.2/configure:32848:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32849-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32851-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32852:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32853-_ACEOF
##############################################
sharutils-4.15.2/configure-32863-do :
sharutils-4.15.2/configure:32864:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32865-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32867-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32868:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32869-_ACEOF
##############################################
sharutils-4.15.2/configure-32879-do :
sharutils-4.15.2/configure:32880:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32881-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32883-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32884:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32885-_ACEOF
##############################################
sharutils-4.15.2/configure-32895-do :
sharutils-4.15.2/configure:32896:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32897-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sharutils-4.15.2/configure-32899-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32900:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32901-_ACEOF
##############################################
sharutils-4.15.2/configure-32971-do :
sharutils-4.15.2/configure:32972:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sharutils-4.15.2/configure-32973-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
sharutils-4.15.2/configure-32981-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:32982:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sharutils-4.15.2/configure-32983-_ACEOF
##############################################
sharutils-4.15.2/configure-33426-do :
sharutils-4.15.2/configure:33427:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-33428-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-33430-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:33431:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-33432-_ACEOF
##############################################
sharutils-4.15.2/configure-33628-do :
sharutils-4.15.2/configure:33629:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sharutils-4.15.2/configure-33630-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sharutils-4.15.2/configure-33632-  cat >>confdefs.h <<_ACEOF
sharutils-4.15.2/configure:33633:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sharutils-4.15.2/configure-33634-_ACEOF
##############################################
sharutils-4.15.2/configure-33663-  # Check for GNU $ac_path_SED
sharutils-4.15.2/configure:33664:case `"$ac_path_SED" --version 2>&1` in
sharutils-4.15.2/configure-33665-*GNU*)
##############################################
sharutils-4.15.2/configure-34325-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sharutils-4.15.2/configure:34326:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sharutils-4.15.2/configure-34327-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sharutils-4.15.2/configure-34407-      sed_drop_objext='s/\.o$//;s/\.obj$//'
sharutils-4.15.2/configure:34408:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
sharutils-4.15.2/configure-34409-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
sharutils-4.15.2/configure-34423-      sed_drop_objext='s/\.o$//;s/\.obj$//'
sharutils-4.15.2/configure:34424:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
sharutils-4.15.2/configure-34425-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
sharutils-4.15.2/configure-34498-if test -z "$BASH_VERSION$ZSH_VERSION" \
sharutils-4.15.2/configure:34499:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sharutils-4.15.2/configure-34500-  as_echo='print -r --'
sharutils-4.15.2/configure-34501-  as_echo_n='print -rn --'
sharutils-4.15.2/configure:34502:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sharutils-4.15.2/configure-34503-  as_echo='printf %s\n'
##############################################
sharutils-4.15.2/configure-34505-else
sharutils-4.15.2/configure:34506:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sharutils-4.15.2/configure-34507-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sharutils-4.15.2/configure-34515-	expr "X$arg" : "X\\(.*\\)$as_nl";
sharutils-4.15.2/configure:34516:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sharutils-4.15.2/configure-34517-      esac;
##############################################
sharutils-4.15.2/configure-34592-# ----------------------------------------
sharutils-4.15.2/configure:34593:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sharutils-4.15.2/configure-34594-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sharutils-4.15.2/configure-34664-  {
sharutils-4.15.2/configure:34665:    as_val=`expr "$@" || test $? -eq 1`
sharutils-4.15.2/configure-34666-  }
##############################################
sharutils-4.15.2/configure-34768-      case $as_dir in #(
sharutils-4.15.2/configure:34769:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sharutils-4.15.2/configure-34770-      *) as_qdir=$as_dir;;
##############################################
sharutils-4.15.2/configure-34905-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sharutils-4.15.2/configure:34906:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sharutils-4.15.2/configure-34907-ac_cs_version="\\
##############################################
sharutils-4.15.2/configure-34930-  --*=?*)
sharutils-4.15.2/configure:34931:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sharutils-4.15.2/configure:34932:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sharutils-4.15.2/configure-34933-    ac_shift=:
##############################################
sharutils-4.15.2/configure-34935-  --*=)
sharutils-4.15.2/configure:34936:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sharutils-4.15.2/configure-34937-    ac_optarg=
##############################################
sharutils-4.15.2/configure-34959-    case $ac_optarg in
sharutils-4.15.2/configure:34960:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sharutils-4.15.2/configure-34961-    '') as_fn_error $? "missing file argument" ;;
##############################################
sharutils-4.15.2/configure-34967-    case $ac_optarg in
sharutils-4.15.2/configure:34968:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sharutils-4.15.2/configure-34969-    esac
##############################################
sharutils-4.15.2/configure-35111-fi
sharutils-4.15.2/configure:35112:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sharutils-4.15.2/configure-35113-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sharutils-4.15.2/configure-35128-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sharutils-4.15.2/configure:35129:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sharutils-4.15.2/configure-35130-ac_delim='%!_!# '
##############################################
sharutils-4.15.2/configure-35134-
sharutils-4.15.2/configure:35135:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sharutils-4.15.2/configure-35136-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sharutils-4.15.2/configure-35272-for ac_last_try in false false :; do
sharutils-4.15.2/configure:35273:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
sharutils-4.15.2/configure-35274-  if test -z "$ac_tt"; then
##############################################
sharutils-4.15.2/configure-35404-      esac
sharutils-4.15.2/configure:35405:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sharutils-4.15.2/configure-35406-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sharutils-4.15.2/configure-35463-*)
sharutils-4.15.2/configure:35464:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sharutils-4.15.2/configure-35465-  # A ".." for each directory in $ac_dir_suffix.
sharutils-4.15.2/configure:35466:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sharutils-4.15.2/configure-35467-  case $ac_top_builddir_sub in
##############################################
sharutils-4.15.2/configure-35524-/@mandir@/p'
sharutils-4.15.2/configure:35525:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sharutils-4.15.2/configure-35526-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sharutils-4.15.2/configure-35541-
sharutils-4.15.2/configure:35542:# Neutralize VPATH when `$srcdir' = `.'.
sharutils-4.15.2/configure-35543-# Shell code in configure.ac might set extrasub.
##############################################
sharutils-4.15.2/configure-35569-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sharutils-4.15.2/configure:35570:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sharutils-4.15.2/configure-35571-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sharutils-4.15.2/configure-35615-    * )
sharutils-4.15.2/configure:35616:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sharutils-4.15.2/configure-35617-  esac
##############################################
sharutils-4.15.2/configure-35662-    # Strip MF so we end up with the name of the file.
sharutils-4.15.2/configure:35663:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sharutils-4.15.2/configure-35664-    # Check whether this is an Automake generated Makefile or not.
##############################################
sharutils-4.15.2/configure-35699-    # from the Makefile without running 'make'.
sharutils-4.15.2/configure:35700:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sharutils-4.15.2/configure-35701-    test -z "$DEPDIR" && continue
sharutils-4.15.2/configure:35702:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sharutils-4.15.2/configure-35703-    test -z "$am__include" && continue
sharutils-4.15.2/configure:35704:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sharutils-4.15.2/configure-35705-    # Find all dependency output files, they are included files with
##############################################
sharutils-4.15.2/configure-35747-      case "$ac_file" in
sharutils-4.15.2/configure:35748:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
sharutils-4.15.2/configure-35749-      esac
##############################################
sharutils-4.15.2/configure-35752-        # Adjust a relative srcdir.
sharutils-4.15.2/configure:35753:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
sharutils-4.15.2/configure:35754:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
sharutils-4.15.2/configure:35755:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
sharutils-4.15.2/configure-35756-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
sharutils-4.15.2/configure-35759-        case "$ac_given_srcdir" in
sharutils-4.15.2/configure:35760:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
sharutils-4.15.2/configure-35761-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
sharutils-4.15.2/configure-35780-            fi
sharutils-4.15.2/configure:35781:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
sharutils-4.15.2/configure-35782-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
sharutils-4.15.2/Makefile.in-39-  { \
sharutils-4.15.2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/Makefile.in-41-  }; \
##############################################
sharutils-4.15.2/Makefile.in-263-  while test -n "$$dir1"; do \
sharutils-4.15.2/Makefile.in:264:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sharutils-4.15.2/Makefile.in-265-    if test "$$first" != "."; then \
sharutils-4.15.2/Makefile.in-266-      if test "$$first" = ".."; then \
sharutils-4.15.2/Makefile.in:267:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sharutils-4.15.2/Makefile.in:268:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sharutils-4.15.2/Makefile.in-269-      else \
sharutils-4.15.2/Makefile.in:270:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sharutils-4.15.2/Makefile.in-271-        if test "$$first2" = "$$first"; then \
sharutils-4.15.2/Makefile.in:272:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sharutils-4.15.2/Makefile.in-273-        else \
##############################################
sharutils-4.15.2/Makefile.in-278-    fi; \
sharutils-4.15.2/Makefile.in:279:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sharutils-4.15.2/Makefile.in-280-  done; \
##############################################
sharutils-4.15.2/Makefile.in-1302-	dot_seen=no; \
sharutils-4.15.2/Makefile.in:1303:	target=`echo $@ | sed s/-recursive//`; \
sharutils-4.15.2/Makefile.in-1304-	case "$@" in \
##############################################
sharutils-4.15.2/Makefile.in-1365-GTAGS:
sharutils-4.15.2/Makefile.in:1366:	here=`$(am__cd) $(top_builddir) && pwd` \
sharutils-4.15.2/Makefile.in-1367-	  && $(am__cd) $(top_srcdir) \
##############################################
sharutils-4.15.2/Makefile.in-1397-	test -d "$(distdir)" || mkdir "$(distdir)"
sharutils-4.15.2/Makefile.in:1398:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/Makefile.in:1399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/Makefile.in-1400-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/Makefile.in-1411-	  if test -d $$d/$$file; then \
sharutils-4.15.2/Makefile.in:1412:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/Makefile.in-1413-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/Makefile.in-1521-	test -d $(distdir)/_build || exit 0; \
sharutils-4.15.2/Makefile.in:1522:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sharutils-4.15.2/Makefile.in-1523-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sharutils-4.15.2/Makefile.in-1566-	}; \
sharutils-4.15.2/Makefile.in:1567:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
sharutils-4.15.2/Makefile.in-1568-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sharutils-4.15.2/Makefile.in-1578-	fi
sharutils-4.15.2/Makefile.in:1579:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sharutils-4.15.2/Makefile.in-1580-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
sharutils-4.15.2/gendocs.sh-36-
sharutils-4.15.2/gendocs.sh:37:prog=`basename "$0"`
sharutils-4.15.2/gendocs.sh-38-srcdir=`pwd`
##############################################
sharutils-4.15.2/gendocs.sh-203-  # but here, we use the basename of $srcfile
sharutils-4.15.2/gendocs.sh:204:  base=`basename "$srcfile"`
sharutils-4.15.2/gendocs.sh-205-  case $base in
sharutils-4.15.2/gendocs.sh:206:    *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
sharutils-4.15.2/gendocs.sh-207-  esac
##############################################
sharutils-4.15.2/gendocs.sh-228-{
sharutils-4.15.2/gendocs.sh:229:  size=`ls -ksl $1 | awk '{print $1}'`
sharutils-4.15.2/gendocs.sh-230-  echo $size
##############################################
sharutils-4.15.2/gendocs.sh-292-  ls -l "$outdir/$PACKAGE.info.tar.gz"
sharutils-4.15.2/gendocs.sh:293:  info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
sharutils-4.15.2/gendocs.sh-294-  # do not mv the info files, there's no point in having them available
##############################################
sharutils-4.15.2/gendocs.sh-304-  gzip -f -9 $PACKAGE.dvi
sharutils-4.15.2/gendocs.sh:305:  dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
sharutils-4.15.2/gendocs.sh-306-  mv $PACKAGE.dvi.gz "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-311-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:312:  pdf_size=`calcsize $PACKAGE.pdf`
sharutils-4.15.2/gendocs.sh-313-  mv $PACKAGE.pdf "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-322-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:323:  ascii_size=`calcsize $PACKAGE.txt`
sharutils-4.15.2/gendocs.sh-324-  gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
sharutils-4.15.2/gendocs.sh:325:  ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
sharutils-4.15.2/gendocs.sh-326-  mv $PACKAGE.txt "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-345-  )
sharutils-4.15.2/gendocs.sh:346:  eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
sharutils-4.15.2/gendocs.sh-347-  rm -f "$outdir"/html_$1/*.html
##############################################
sharutils-4.15.2/gendocs.sh-358-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:359:  html_mono_size=`calcsize $PACKAGE.html`
sharutils-4.15.2/gendocs.sh-360-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
sharutils-4.15.2/gendocs.sh:361:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
sharutils-4.15.2/gendocs.sh-362-  copy_images "$outdir/" $PACKAGE.html
##############################################
sharutils-4.15.2/gendocs.sh-385-  eval \
sharutils-4.15.2/gendocs.sh:386:    html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
sharutils-4.15.2/gendocs.sh-387-  rm -rf "$outdir/html_$split/"
##############################################
sharutils-4.15.2/gendocs.sh-397-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:398:  html_mono_size=`calcsize $PACKAGE.html`
sharutils-4.15.2/gendocs.sh-399-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
sharutils-4.15.2/gendocs.sh:400:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
sharutils-4.15.2/gendocs.sh-401-  mv $PACKAGE.html "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-410-printf "\nMaking .tar.gz for sources...\n"
sharutils-4.15.2/gendocs.sh:411:d=`dirname $srcfile`
sharutils-4.15.2/gendocs.sh-412-(
sharutils-4.15.2/gendocs.sh-413-  cd "$d"
sharutils-4.15.2/gendocs.sh:414:  srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
sharutils-4.15.2/gendocs.sh-415-  tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
##############################################
sharutils-4.15.2/gendocs.sh-417-)
sharutils-4.15.2/gendocs.sh:418:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
sharutils-4.15.2/gendocs.sh-419-
##############################################
sharutils-4.15.2/gendocs.sh-426-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:427:  docbook_xml_size=`calcsize $PACKAGE-db.xml`
sharutils-4.15.2/gendocs.sh-428-  gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
sharutils-4.15.2/gendocs.sh:429:  docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
sharutils-4.15.2/gendocs.sh-430-  mv $PACKAGE-db.xml "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-440-  )
sharutils-4.15.2/gendocs.sh:441:  html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"`
sharutils-4.15.2/gendocs.sh-442-  rm -f "$outdir"/html_node_db/*.html
##############################################
sharutils-4.15.2/gendocs.sh-449-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:450:  docbook_ascii_size=`calcsize $PACKAGE-db.txt`
sharutils-4.15.2/gendocs.sh-451-  mv $PACKAGE-db.txt "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-455-  eval "$cmd"
sharutils-4.15.2/gendocs.sh:456:  docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
sharutils-4.15.2/gendocs.sh-457-  mv $PACKAGE-db.pdf "$outdir/"
##############################################
sharutils-4.15.2/gendocs.sh-469-
sharutils-4.15.2/gendocs.sh:470:curdate=`$SETLANG date '+%B %d, %Y'`
sharutils-4.15.2/gendocs.sh-471-sed \
##############################################
sharutils-4.15.2/libopts/ao-strs.c-198-            "done\n"
sharutils-4.15.2/libopts/ao-strs.c:199:            "OPTION_COUNT=`expr $ARG_COUNT - $#`\n"
sharutils-4.15.2/libopts/ao-strs.c-200-            "OPERAND_COUNT=$#\n"
##############################################
sharutils-4.15.2/libopts/ao-strs.c-207-            "unset OPT_ARG_VAL || :\n\0"
sharutils-4.15.2/libopts/ao-strs.c:208:/*  2337 */ "        OPT_CODE=`echo \"X${OPT_ARG}\"|sed 's/^X-*//'`\n"
sharutils-4.15.2/libopts/ao-strs.c-209-            "        shift\n"
##############################################
sharutils-4.15.2/libopts/ao-strs.c-211-            "        case \"${OPT_CODE}\" in *=* )\n"
sharutils-4.15.2/libopts/ao-strs.c:212:            "            OPT_ARG_VAL=`echo \"${OPT_CODE}\"|sed 's/^[^=]*=//'`\n"
sharutils-4.15.2/libopts/ao-strs.c:213:            "            OPT_CODE=`echo \"${OPT_CODE}\"|sed 's/=.*$//'` ;; esac\n\0"
sharutils-4.15.2/libopts/ao-strs.c:214:/*  2588 */ "        OPT_CODE=`echo \"X${OPT_ARG}\" | sed 's/X-\\(.\\).*/\\1/'`\n"
sharutils-4.15.2/libopts/ao-strs.c:215:            "        OPT_ARG=` echo \"X${OPT_ARG}\" | sed 's/X-.//'`\n\0"
sharutils-4.15.2/libopts/ao-strs.c-216-/*  2705 */ "\n"
##############################################
sharutils-4.15.2/libopts/ao-strs.c-256-            "        esac\n\0"
sharutils-4.15.2/libopts/ao-strs.c:257:/*  3691 */ "            %1$s_%2$s_CT=`expr ${%1$s_%2$s_CT} + 1`\n"
sharutils-4.15.2/libopts/ao-strs.c-258-            "            OPT_ELEMENT=\"_${%1$s_%2$s_CT}\"\n"
##############################################
sharutils-4.15.2/libopts/autoopts/options.h-738- */
sharutils-4.15.2/libopts/autoopts/options.h:739:#define TEXT_MMAP_FAILED_ADDR(a)  (VOIDP(a) == VOIDP(MAP_FAILED))
sharutils-4.15.2/libopts/autoopts/options.h-740-
##############################################
sharutils-4.15.2/libopts/configfile.c-127-
sharutils-4.15.2/libopts/configfile.c:128:    if (TEXT_MMAP_FAILED_ADDR(txt))
sharutils-4.15.2/libopts/configfile.c-129-        return NULL; /* errno is set */
##############################################
sharutils-4.15.2/libopts/configfile.c-421-
sharutils-4.15.2/libopts/configfile.c:422:    if (TEXT_MMAP_FAILED_ADDR(ftext))
sharutils-4.15.2/libopts/configfile.c-423-        return;
##############################################
sharutils-4.15.2/libopts/Makefile.in-40-  { \
sharutils-4.15.2/libopts/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/libopts/Makefile.in-42-  }; \
##############################################
sharutils-4.15.2/libopts/Makefile.in-1278-.c.obj:
sharutils-4.15.2/libopts/Makefile.in:1279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/libopts/Makefile.in-1280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sharutils-4.15.2/libopts/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sharutils-4.15.2/libopts/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/libopts/Makefile.in-1284-
sharutils-4.15.2/libopts/Makefile.in-1285-libopts_a-libopts.o: libopts.c
sharutils-4.15.2/libopts/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_a-libopts.o -MD -MP -MF $(DEPDIR)/libopts_a-libopts.Tpo -c -o libopts_a-libopts.o `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
sharutils-4.15.2/libopts/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopts_a-libopts.Tpo $(DEPDIR)/libopts_a-libopts.Po
##############################################
sharutils-4.15.2/libopts/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sharutils-4.15.2/libopts/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_a-libopts.o `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
sharutils-4.15.2/libopts/Makefile.in-1291-
sharutils-4.15.2/libopts/Makefile.in-1292-libopts_a-libopts.obj: libopts.c
sharutils-4.15.2/libopts/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_a-libopts.obj -MD -MP -MF $(DEPDIR)/libopts_a-libopts.Tpo -c -o libopts_a-libopts.obj `if test -f 'libopts.c'; then $(CYGPATH_W) 'libopts.c'; else $(CYGPATH_W) '$(srcdir)/libopts.c'; fi`
sharutils-4.15.2/libopts/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopts_a-libopts.Tpo $(DEPDIR)/libopts_a-libopts.Po
##############################################
sharutils-4.15.2/libopts/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sharutils-4.15.2/libopts/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_a-libopts.obj `if test -f 'libopts.c'; then $(CYGPATH_W) 'libopts.c'; else $(CYGPATH_W) '$(srcdir)/libopts.c'; fi`
sharutils-4.15.2/libopts/Makefile.in-1298-
##############################################
sharutils-4.15.2/libopts/Makefile.in-1328-GTAGS:
sharutils-4.15.2/libopts/Makefile.in:1329:	here=`$(am__cd) $(top_builddir) && pwd` \
sharutils-4.15.2/libopts/Makefile.in-1330-	  && $(am__cd) $(top_srcdir) \
##############################################
sharutils-4.15.2/libopts/Makefile.in-1351-distdir: $(DISTFILES)
sharutils-4.15.2/libopts/Makefile.in:1352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/libopts/Makefile.in:1353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/libopts/Makefile.in-1354-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/libopts/Makefile.in-1365-	  if test -d $$d/$$file; then \
sharutils-4.15.2/libopts/Makefile.in:1366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/libopts/Makefile.in-1367-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/libopts/genshell.c-253-/** The genshellopt program bug email address. */
sharutils-4.15.2/libopts/genshell.c:254:#define zBugsAddr       (genshellopt_opt_strs+1321)
sharutils-4.15.2/libopts/genshell.c-255-/** Clarification/explanation of what genshellopt does. */
##############################################
sharutils-4.15.2/libopts/m4/libopts.m4-535-        LIBOPTS_LDADD="${lo_cv_test_autoopts}"
sharutils-4.15.2/libopts/m4/libopts.m4:536:        LIBOPTS_CFLAGS="`${lo_cv_with_autoopts_config} --cflags`"
sharutils-4.15.2/libopts/m4/libopts.m4-537-     else
##############################################
sharutils-4.15.2/src/unshar-opts.c-448-/** The unshar program bug email address. */
sharutils-4.15.2/src/unshar-opts.c:449:#define zBugsAddr       (unshar_opt_strs+1565)
sharutils-4.15.2/src/unshar-opts.c-450-/** Clarification/explanation of what unshar does. */
##############################################
sharutils-4.15.2/src/shar-opts.c-1548-/** The shar program bug email address. */
sharutils-4.15.2/src/shar-opts.c:1549:#define zBugsAddr       (shar_opt_strs+3715)
sharutils-4.15.2/src/shar-opts.c-1550-/** Clarification/explanation of what shar does. */
##############################################
sharutils-4.15.2/src/shar-opts.def-17-#define NEED_AUTHORS
sharutils-4.15.2/src/shar-opts.def:18:prog-name   = `progname=shar ; echo $progname`;
sharutils-4.15.2/src/shar-opts.def-19-#include shar-std.def
##############################################
sharutils-4.15.2/src/uuencode-opts.def-16- */
sharutils-4.15.2/src/uuencode-opts.def:17:prog-name   = `progname=uuencode ; echo $progname`;
sharutils-4.15.2/src/uuencode-opts.def-18-#include shar-std.def
##############################################
sharutils-4.15.2/src/compress-dummy.in-8-
sharutils-4.15.2/src/compress-dummy.in:9:progname=`echo $0 | sed -e 's,.*/,,'`
sharutils-4.15.2/src/compress-dummy.in-10-
##############################################
sharutils-4.15.2/src/unshar-opts.def-15-#define NEED_AUTHORS
sharutils-4.15.2/src/unshar-opts.def:16:prog-name   = `progname=unshar; echo $progname`;
sharutils-4.15.2/src/unshar-opts.def-17-#include shar-std.def
##############################################
sharutils-4.15.2/src/uuencode-opts.c-331-/** The uuencode program bug email address. */
sharutils-4.15.2/src/uuencode-opts.c:332:#define zBugsAddr       (uuencode_opt_strs+1404)
sharutils-4.15.2/src/uuencode-opts.c-333-/** Clarification/explanation of what uuencode does. */
##############################################
sharutils-4.15.2/src/scripts.def-202-	  then
sharutils-4.15.2/src/scripts.def:203:	    case `$dir/gettext --version 2>&1 | sed 1q` in
sharutils-4.15.2/src/scripts.def-204-	      *GNU*) gettext_dir=$dir
##############################################
sharutils-4.15.2/src/scripts.def-218-	    then
sharutils-4.15.2/src/scripts.def:219:	      locale_dir=`$dir/shar --print-text-domain-dir`
sharutils-4.15.2/src/scripts.def-220-	      set_echo=true
##############################################
sharutils-4.15.2/src/scripts.def-256-	MD5SUM=${MD5SUM-md5sum}
sharutils-4.15.2/src/scripts.def:257:	f=`${MD5SUM} --version | egrep '^md5sum .*(core|text)utils'`
sharutils-4.15.2/src/scripts.def-258-	test -n "${f}" && md5check=true || md5check=false
##############################################
sharutils-4.15.2/src/scripts.def-365-	}
sharutils-4.15.2/src/scripts.def:366:	shar_sequence=`cat ${lock_dir}/seq`
sharutils-4.15.2/src/scripts.def-367-	test "$shar_sequence" = %d || {
##############################################
sharutils-4.15.2/src/Makefile.in-47-  { \
sharutils-4.15.2/src/Makefile.in:48:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/src/Makefile.in-49-  }; \
##############################################
sharutils-4.15.2/src/Makefile.in-1397-.c.obj:
sharutils-4.15.2/src/Makefile.in:1398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/src/Makefile.in-1399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sharutils-4.15.2/src/Makefile.in-1401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sharutils-4.15.2/src/Makefile.in:1402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/src/Makefile.in-1403-
##############################################
sharutils-4.15.2/src/Makefile.in-1433-GTAGS:
sharutils-4.15.2/src/Makefile.in:1434:	here=`$(am__cd) $(top_builddir) && pwd` \
sharutils-4.15.2/src/Makefile.in-1435-	  && $(am__cd) $(top_srcdir) \
##############################################
sharutils-4.15.2/src/Makefile.in-1456-distdir: $(DISTFILES)
sharutils-4.15.2/src/Makefile.in:1457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/src/Makefile.in:1458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/src/Makefile.in-1459-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/src/Makefile.in-1470-	  if test -d $$d/$$file; then \
sharutils-4.15.2/src/Makefile.in:1471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/src/Makefile.in-1472-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/src/uudecode-opts.def-16- */
sharutils-4.15.2/src/uudecode-opts.def:17:prog-name   = `progname=uudecode ; echo $progname`;
sharutils-4.15.2/src/uudecode-opts.def-18-#include shar-std.def
##############################################
sharutils-4.15.2/src/scripts.x-136-  then\n\
sharutils-4.15.2/src/scripts.x:137:    case `$dir/gettext --version 2>&1 | sed 1q` in\n\
sharutils-4.15.2/src/scripts.x-138-      *GNU*) gettext_dir=$dir\n\
##############################################
sharutils-4.15.2/src/scripts.x-151-    then\n\
sharutils-4.15.2/src/scripts.x:152:      locale_dir=`$dir/shar --print-text-domain-dir`\n\
sharutils-4.15.2/src/scripts.x-153-      set_echo=true\n\
##############################################
sharutils-4.15.2/src/scripts.x-178-"MD5SUM=${MD5SUM-md5sum}\n\
sharutils-4.15.2/src/scripts.x:179:f=`${MD5SUM} --version | egrep '^md5sum .*(core|text)utils'`\n\
sharutils-4.15.2/src/scripts.x-180-test -n \"${f}\" && md5check=true || md5check=false\n\
##############################################
sharutils-4.15.2/src/scripts.x-259-}\n\
sharutils-4.15.2/src/scripts.x:260:shar_sequence=`cat ${lock_dir}/seq`\n\
sharutils-4.15.2/src/scripts.x-261-test \"$shar_sequence\" = %d || {\n\
##############################################
sharutils-4.15.2/src/uudecode-opts.c-338-/** The uudecode program bug email address. */
sharutils-4.15.2/src/uudecode-opts.c:339:#define zBugsAddr       (uudecode_opt_strs+1394)
sharutils-4.15.2/src/uudecode-opts.c-340-/** Clarification/explanation of what uudecode does. */
##############################################
sharutils-4.15.2/lib/Makefile.in-65-  { \
sharutils-4.15.2/lib/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/lib/Makefile.in-67-  }; \
##############################################
sharutils-4.15.2/lib/Makefile.in-317-  while test -n "$$dir1"; do \
sharutils-4.15.2/lib/Makefile.in:318:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sharutils-4.15.2/lib/Makefile.in-319-    if test "$$first" != "."; then \
sharutils-4.15.2/lib/Makefile.in-320-      if test "$$first" = ".."; then \
sharutils-4.15.2/lib/Makefile.in:321:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sharutils-4.15.2/lib/Makefile.in:322:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sharutils-4.15.2/lib/Makefile.in-323-      else \
sharutils-4.15.2/lib/Makefile.in:324:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sharutils-4.15.2/lib/Makefile.in-325-        if test "$$first2" = "$$first"; then \
sharutils-4.15.2/lib/Makefile.in:326:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sharutils-4.15.2/lib/Makefile.in-327-        else \
##############################################
sharutils-4.15.2/lib/Makefile.in-332-    fi; \
sharutils-4.15.2/lib/Makefile.in:333:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sharutils-4.15.2/lib/Makefile.in-334-  done; \
##############################################
sharutils-4.15.2/lib/Makefile.in-1616-.c.obj:
sharutils-4.15.2/lib/Makefile.in:1617:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/lib/Makefile.in-1618-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sharutils-4.15.2/lib/Makefile.in-1620-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sharutils-4.15.2/lib/Makefile.in:1621:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sharutils-4.15.2/lib/Makefile.in-1622-
##############################################
sharutils-4.15.2/lib/Makefile.in-1636-	dot_seen=no; \
sharutils-4.15.2/lib/Makefile.in:1637:	target=`echo $@ | sed s/-recursive//`; \
sharutils-4.15.2/lib/Makefile.in-1638-	case "$@" in \
##############################################
sharutils-4.15.2/lib/Makefile.in-1699-GTAGS:
sharutils-4.15.2/lib/Makefile.in:1700:	here=`$(am__cd) $(top_builddir) && pwd` \
sharutils-4.15.2/lib/Makefile.in-1701-	  && $(am__cd) $(top_srcdir) \
##############################################
sharutils-4.15.2/lib/Makefile.in-1722-distdir: $(DISTFILES)
sharutils-4.15.2/lib/Makefile.in:1723:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/lib/Makefile.in:1724:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/lib/Makefile.in-1725-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/lib/Makefile.in-1736-	  if test -d $$d/$$file; then \
sharutils-4.15.2/lib/Makefile.in:1737:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/lib/Makefile.in-1738-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/lib/config.charset-119-host="$1"
sharutils-4.15.2/lib/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
sharutils-4.15.2/lib/config.charset-121-echo "# This file contains a table of character encoding aliases,"
##############################################
sharutils-4.15.2/config.guess-34-
sharutils-4.15.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
sharutils-4.15.2/config.guess-36-
##############################################
sharutils-4.15.2/config.guess-102-: ${TMPDIR=/tmp} ;
sharutils-4.15.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sharutils-4.15.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sharutils-4.15.2/config.guess-151-	EOF
sharutils-4.15.2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
sharutils-4.15.2/config.guess-153-	;;
##############################################
sharutils-4.15.2/config.guess-209-	    *)
sharutils-4.15.2/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
sharutils-4.15.2/config.guess-211-		;;
##############################################
sharutils-4.15.2/config.guess-240-	*4.0)
sharutils-4.15.2/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sharutils-4.15.2/config.guess-242-		;;
sharutils-4.15.2/config.guess-243-	*5.*)
sharutils-4.15.2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sharutils-4.15.2/config.guess-245-		;;
##############################################
sharutils-4.15.2/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
sharutils-4.15.2/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sharutils-4.15.2/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
sharutils-4.15.2/config.guess-288-	# 1.2 uses "1.2" for uname -r.
sharutils-4.15.2/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
sharutils-4.15.2/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
sharutils-4.15.2/config.guess-348-    s390x:SunOS:*:*)
sharutils-4.15.2/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-350-	exit ;;
sharutils-4.15.2/config.guess-351-    sun4H:SunOS:5.*:*)
sharutils-4.15.2/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-353-	exit ;;
sharutils-4.15.2/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sharutils-4.15.2/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-356-	exit ;;
##############################################
sharutils-4.15.2/config.guess-373-	fi
sharutils-4.15.2/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-375-	exit ;;
##############################################
sharutils-4.15.2/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
sharutils-4.15.2/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-381-	exit ;;
##############################################
sharutils-4.15.2/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
sharutils-4.15.2/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
sharutils-4.15.2/config.guess-390-	exit ;;
##############################################
sharutils-4.15.2/config.guess-394-    sun*:*:4.2BSD:*)
sharutils-4.15.2/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sharutils-4.15.2/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
sharutils-4.15.2/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
sharutils-4.15.2/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sharutils-4.15.2/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
sharutils-4.15.2/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sharutils-4.15.2/config.guess-532-    *:IRIX*:*:*)
sharutils-4.15.2/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
sharutils-4.15.2/config.guess-534-	exit ;;
##############################################
sharutils-4.15.2/config.guess-562-EOF
sharutils-4.15.2/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
sharutils-4.15.2/config.guess-564-		then
##############################################
sharutils-4.15.2/config.guess-575-    *:AIX:*:[4567])
sharutils-4.15.2/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sharutils-4.15.2/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
sharutils-4.15.2/config.guess-610-    9000/[34678]??:HP-UX:*:*)
sharutils-4.15.2/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sharutils-4.15.2/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
sharutils-4.15.2/config.guess-664-EOF
sharutils-4.15.2/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
sharutils-4.15.2/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sharutils-4.15.2/config.guess-692-    ia64:HP-UX:*:*)
sharutils-4.15.2/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sharutils-4.15.2/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
sharutils-4.15.2/config.guess-722-EOF
sharutils-4.15.2/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
sharutils-4.15.2/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sharutils-4.15.2/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sharutils-4.15.2/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
sharutils-4.15.2/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sharutils-4.15.2/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sharutils-4.15.2/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
sharutils-4.15.2/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sharutils-4.15.2/config.guess-814-	    amd64)
sharutils-4.15.2/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sharutils-4.15.2/config.guess-816-	    *)
sharutils-4.15.2/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sharutils-4.15.2/config.guess-818-	esac
##############################################
sharutils-4.15.2/config.guess-872-    prep*:SunOS:5.*:*)
sharutils-4.15.2/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sharutils-4.15.2/config.guess-874-	exit ;;
##############################################
sharutils-4.15.2/config.guess-876-	# the GNU system
sharutils-4.15.2/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
sharutils-4.15.2/config.guess-878-	exit ;;
##############################################
sharutils-4.15.2/config.guess-880-	# other systems with GNU libc and userland
sharutils-4.15.2/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
sharutils-4.15.2/config.guess-882-	exit ;;
##############################################
sharutils-4.15.2/config.guess-968-EOF
sharutils-4.15.2/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
sharutils-4.15.2/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
sharutils-4.15.2/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
sharutils-4.15.2/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
sharutils-4.15.2/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sharutils-4.15.2/config.guess-1262-	fi
sharutils-4.15.2/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
sharutils-4.15.2/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
sharutils-4.15.2/config.guess-1347-    *:DragonFly:*:*)
sharutils-4.15.2/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
sharutils-4.15.2/config.guess-1349-	exit ;;
##############################################
sharutils-4.15.2/config.guess-1360-    i*86:skyos:*:*)
sharutils-4.15.2/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
sharutils-4.15.2/config.guess-1362-	exit ;;
##############################################
sharutils-4.15.2/config.guess-1488-
sharutils-4.15.2/config.guess:1489:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
sharutils-4.15.2/config.guess-1490-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
sharutils-4.15.2/depcomp-64-  case $1 in
sharutils-4.15.2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
sharutils-4.15.2/depcomp-66-      *) dir=;;
##############################################
sharutils-4.15.2/depcomp-73-{
sharutils-4.15.2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
sharutils-4.15.2/depcomp-75-}
##############################################
sharutils-4.15.2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
sharutils-4.15.2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
sharutils-4.15.2/depcomp-128-
##############################################
sharutils-4.15.2/depcomp-405-        sleep 1
sharutils-4.15.2/depcomp:406:        i=`expr $i - 1`
sharutils-4.15.2/depcomp-407-      done
sharutils-4.15.2/depcomp-408-    fi
sharutils-4.15.2/depcomp:409:    i=`expr $i - 1`
sharutils-4.15.2/depcomp-410-  done
##############################################
sharutils-4.15.2/depcomp-425-  # Do two passes, one to just change these to
sharutils-4.15.2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
sharutils-4.15.2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
sharutils-4.15.2/depcomp-659-  done
sharutils-4.15.2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
sharutils-4.15.2/depcomp-661-  touch "$tmpdepfile"
##############################################
sharutils-4.15.2/config.rpath-33-host="$1"
sharutils-4.15.2/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
sharutils-4.15.2/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
sharutils-4.15.2/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
sharutils-4.15.2/config.rpath-37-
##############################################
sharutils-4.15.2/config.rpath-47-done
sharutils-4.15.2/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
sharutils-4.15.2/config.rpath-49-
##############################################
sharutils-4.15.2/config.rpath-94-        *)
sharutils-4.15.2/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
sharutils-4.15.2/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
sharutils-4.15.2/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sharutils-4.15.2/config.rpath:236:      case `$LD -v 2>&1` in
sharutils-4.15.2/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
sharutils-4.15.2/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
sharutils-4.15.2/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
sharutils-4.15.2/config.rpath-243-          else
##############################################
sharutils-4.15.2/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
sharutils-4.15.2/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
sharutils-4.15.2/config.rpath-300-          if test -f "$collect2name" && \
##############################################
sharutils-4.15.2/config.rpath-430-        hardcode_direct=yes
sharutils-4.15.2/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sharutils-4.15.2/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
sharutils-4.15.2/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
sharutils-4.15.2/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
sharutils-4.15.2/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
sharutils-4.15.2/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
sharutils-4.15.2/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
sharutils-4.15.2/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
sharutils-4.15.2/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
sharutils-4.15.2/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
sharutils-4.15.2/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
sharutils-4.15.2/config.rpath-651-
##############################################
sharutils-4.15.2/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
sharutils-4.15.2/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
sharutils-4.15.2/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
sharutils-4.15.2/m4/lib-prefix.m4-201-    *)
sharutils-4.15.2/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,^=,,'`
sharutils-4.15.2/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
sharutils-4.15.2/m4/lib-prefix.m4-211-                ;;
sharutils-4.15.2/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
sharutils-4.15.2/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
sharutils-4.15.2/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
sharutils-4.15.2/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
sharutils-4.15.2/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
sharutils-4.15.2/m4/po.m4-48-changequote(,)dnl
sharutils-4.15.2/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
sharutils-4.15.2/m4/po.m4-55-changequote(,)dnl
sharutils-4.15.2/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
sharutils-4.15.2/m4/po.m4-74-changequote(,)dnl
sharutils-4.15.2/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
sharutils-4.15.2/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
sharutils-4.15.2/m4/po.m4-99-      case "$ac_file" in
sharutils-4.15.2/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
sharutils-4.15.2/m4/po.m4-101-      esac
##############################################
sharutils-4.15.2/m4/po.m4-104-        # Adjust a relative srcdir.
sharutils-4.15.2/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
sharutils-4.15.2/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
sharutils-4.15.2/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
sharutils-4.15.2/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
sharutils-4.15.2/m4/po.m4-111-        case "$ac_given_srcdir" in
sharutils-4.15.2/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
sharutils-4.15.2/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
sharutils-4.15.2/m4/po.m4-132-            fi
sharutils-4.15.2/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
sharutils-4.15.2/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
sharutils-4.15.2/m4/po.m4-229-  # Adjust a relative srcdir.
sharutils-4.15.2/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
sharutils-4.15.2/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
sharutils-4.15.2/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
sharutils-4.15.2/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
sharutils-4.15.2/m4/po.m4-236-  case "$ac_given_srcdir" in
sharutils-4.15.2/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
sharutils-4.15.2/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
sharutils-4.15.2/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
sharutils-4.15.2/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
sharutils-4.15.2/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
sharutils-4.15.2/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
sharutils-4.15.2/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
sharutils-4.15.2/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
sharutils-4.15.2/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
sharutils-4.15.2/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
sharutils-4.15.2/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
sharutils-4.15.2/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
sharutils-4.15.2/m4/po.m4-320-  fi
##############################################
sharutils-4.15.2/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
sharutils-4.15.2/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
sharutils-4.15.2/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
sharutils-4.15.2/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
sharutils-4.15.2/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
sharutils-4.15.2/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
sharutils-4.15.2/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
sharutils-4.15.2/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
sharutils-4.15.2/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
sharutils-4.15.2/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
sharutils-4.15.2/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
sharutils-4.15.2/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
sharutils-4.15.2/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
sharutils-4.15.2/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
sharutils-4.15.2/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
sharutils-4.15.2/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
sharutils-4.15.2/m4/getopt.m4-211-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
sharutils-4.15.2/m4/getopt.m4:212:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
sharutils-4.15.2/m4/getopt.m4-213-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
sharutils-4.15.2/m4/stdint.m4-335-    fi
sharutils-4.15.2/m4/stdint.m4:336:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/m4/stdint.m4-337-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
sharutils-4.15.2/m4/stdint.m4-364-    eval result=\$gl_cv_type_${gltype}_signed
sharutils-4.15.2/m4/stdint.m4:365:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/m4/stdint.m4-366-    if test "$result" = yes; then
##############################################
sharutils-4.15.2/m4/stdint.m4-418-       done])
sharutils-4.15.2/m4/stdint.m4:419:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
sharutils-4.15.2/m4/stdint.m4-420-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
sharutils-4.15.2/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
sharutils-4.15.2/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
sharutils-4.15.2/m4/gettext.m4-269-      fi
##############################################
sharutils-4.15.2/m4/gnulib-common.m4-413-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
sharutils-4.15.2/m4/gnulib-common.m4:414:             case `"$ac_path_SED" --version 2>&1` in
sharutils-4.15.2/m4/gnulib-common.m4-415-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
sharutils-4.15.2/m4/gnulib-common.m4-426-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
sharutils-4.15.2/m4/gnulib-common.m4:427:                   ac_count=`expr $ac_count + 1`
sharutils-4.15.2/m4/gnulib-common.m4-428-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
sharutils-4.15.2/m4/gnulib-comp.m4-773-      sed_drop_objext='s/\.o$//;s/\.obj$//'
sharutils-4.15.2/m4/gnulib-comp.m4:774:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
sharutils-4.15.2/m4/gnulib-comp.m4-775-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
sharutils-4.15.2/m4/gnulib-comp.m4-791-changequote(,)dnl
sharutils-4.15.2/m4/gnulib-comp.m4:792:  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
sharutils-4.15.2/m4/gnulib-comp.m4-793-changequote([, ])dnl
##############################################
sharutils-4.15.2/m4/gnulib-comp.m4-819-      sed_drop_objext='s/\.o$//;s/\.obj$//'
sharutils-4.15.2/m4/gnulib-comp.m4:820:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
sharutils-4.15.2/m4/gnulib-comp.m4-821-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
sharutils-4.15.2/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
sharutils-4.15.2/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
sharutils-4.15.2/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
sharutils-4.15.2/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
sharutils-4.15.2/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sharutils-4.15.2/m4/lib-ld.m4-58-  *)
sharutils-4.15.2/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sharutils-4.15.2/m4/lib-ld.m4-60-  esac
##############################################
sharutils-4.15.2/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
sharutils-4.15.2/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
sharutils-4.15.2/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
sharutils-4.15.2/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
sharutils-4.15.2/m4/lib-ld.m4-69-      done
##############################################
sharutils-4.15.2/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
sharutils-4.15.2/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
sharutils-4.15.2/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
sharutils-4.15.2/m4/intl.m4-258-changequote(<<,>>)dnl
sharutils-4.15.2/m4/intl.m4:259:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
sharutils-4.15.2/m4/intl.m4-260-    case $ac_prog_version in
##############################################
sharutils-4.15.2/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
sharutils-4.15.2/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
sharutils-4.15.2/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
sharutils-4.15.2/m4/lib-link.m4-322-                -L*)
sharutils-4.15.2/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
sharutils-4.15.2/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
sharutils-4.15.2/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
sharutils-4.15.2/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
sharutils-4.15.2/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
sharutils-4.15.2/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
sharutils-4.15.2/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
sharutils-4.15.2/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
sharutils-4.15.2/m4/lib-link.m4-529-                  -L*)
sharutils-4.15.2/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
sharutils-4.15.2/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
sharutils-4.15.2/m4/lib-link.m4-581-                  -R*)
sharutils-4.15.2/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
sharutils-4.15.2/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
sharutils-4.15.2/m4/lib-link.m4-611-                    dnl Handle this in the next round.
sharutils-4.15.2/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
sharutils-4.15.2/m4/lib-link.m4-613-                    ;;
##############################################
sharutils-4.15.2/m4/lib-link.m4-617-                    dnl option.
sharutils-4.15.2/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
sharutils-4.15.2/m4/lib-link.m4-619-                    ;;
##############################################
sharutils-4.15.2/m4/lib-link.m4-730-            -L) next=yes ;;
sharutils-4.15.2/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
sharutils-4.15.2/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
sharutils-4.15.2/compile-67-	mingw/*)
sharutils-4.15.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
sharutils-4.15.2/compile-69-	  ;;
sharutils-4.15.2/compile-70-	cygwin/*)
sharutils-4.15.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
sharutils-4.15.2/compile-72-	  ;;
sharutils-4.15.2/compile-73-	wine/*)
sharutils-4.15.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
sharutils-4.15.2/compile-75-	  ;;
##############################################
sharutils-4.15.2/compile-309-# Name of file we expect compiler to create.
sharutils-4.15.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
sharutils-4.15.2/compile-311-
##############################################
sharutils-4.15.2/compile-315-# object file name, since that is what matters with a parallel build.
sharutils-4.15.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
sharutils-4.15.2/compile-317-while true; do
##############################################
sharutils-4.15.2/ar-lib-65-	mingw)
sharutils-4.15.2/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
sharutils-4.15.2/ar-lib-67-	  ;;
sharutils-4.15.2/ar-lib-68-	cygwin)
sharutils-4.15.2/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
sharutils-4.15.2/ar-lib-70-	  ;;
sharutils-4.15.2/ar-lib-71-	wine)
sharutils-4.15.2/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
sharutils-4.15.2/ar-lib-73-	  ;;
##############################################
sharutils-4.15.2/ar-lib-88-  archive=$3
sharutils-4.15.2/ar-lib:89:  at_file_contents=`cat "$1"`
sharutils-4.15.2/ar-lib-90-  eval set x "$at_file_contents"
##############################################
sharutils-4.15.2/doc/Makefile.in-39-  { \
sharutils-4.15.2/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sharutils-4.15.2/doc/Makefile.in-41-  }; \
##############################################
sharutils-4.15.2/doc/Makefile.in-247-	"$(DESTDIR)$(man5dir)"
sharutils-4.15.2/doc/Makefile.in:248:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sharutils-4.15.2/doc/Makefile.in-249-am__vpath_adj = case $$p in \
sharutils-4.15.2/doc/Makefile.in:250:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sharutils-4.15.2/doc/Makefile.in-251-    *) f=$$p;; \
sharutils-4.15.2/doc/Makefile.in-252-  esac;
sharutils-4.15.2/doc/Makefile.in:253:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sharutils-4.15.2/doc/Makefile.in-254-am__install_max = 40
sharutils-4.15.2/doc/Makefile.in-255-am__nobase_strip_setup = \
sharutils-4.15.2/doc/Makefile.in:256:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sharutils-4.15.2/doc/Makefile.in-257-am__nobase_strip = \
##############################################
sharutils-4.15.2/doc/Makefile.in-1285-	  $(am__cd) $(srcdir) && \
sharutils-4.15.2/doc/Makefile.in:1286:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
sharutils-4.15.2/doc/Makefile.in-1287-	fi; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1317-	@(dir=.; test -f ./sharutils.texi || dir=$(srcdir); \
sharutils-4.15.2/doc/Makefile.in:1318:	set `$(SHELL) $(srcdir)/mdate-sh $$dir/sharutils.texi`; \
sharutils-4.15.2/doc/Makefile.in-1319-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1360-	  for file in $$list; do \
sharutils-4.15.2/doc/Makefile.in:1361:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
sharutils-4.15.2/doc/Makefile.in-1362-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1369-	for file in $$list; do \
sharutils-4.15.2/doc/Makefile.in:1370:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
sharutils-4.15.2/doc/Makefile.in:1371:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
sharutils-4.15.2/doc/Makefile.in-1372-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
sharutils-4.15.2/doc/Makefile.in-1396-dist-info: $(INFO_DEPS)
sharutils-4.15.2/doc/Makefile.in:1397:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
sharutils-4.15.2/doc/Makefile.in-1398-	list='$(INFO_DEPS)'; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1400-	  case $$base in \
sharutils-4.15.2/doc/Makefile.in:1401:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
sharutils-4.15.2/doc/Makefile.in-1402-	  esac; \
sharutils-4.15.2/doc/Makefile.in-1403-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
sharutils-4.15.2/doc/Makefile.in:1404:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
sharutils-4.15.2/doc/Makefile.in-1405-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
sharutils-4.15.2/doc/Makefile.in-1406-	    if test -f $$file; then \
sharutils-4.15.2/doc/Makefile.in:1407:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
sharutils-4.15.2/doc/Makefile.in-1408-	      test -f "$(distdir)/$$relfile" || \
##############################################
sharutils-4.15.2/doc/Makefile.in-1422-	@list='$(INFO_DEPS)'; for i in $$list; do \
sharutils-4.15.2/doc/Makefile.in:1423:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
sharutils-4.15.2/doc/Makefile.in-1424-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1431-	test -n "$(man1dir)" \
sharutils-4.15.2/doc/Makefile.in:1432:	  && test -n "`echo $$list1$$list2`" \
sharutils-4.15.2/doc/Makefile.in-1433-	  || exit 0; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1472-	test -n "$(man5dir)" \
sharutils-4.15.2/doc/Makefile.in:1473:	  && test -n "`echo $$list1$$list2`" \
sharutils-4.15.2/doc/Makefile.in-1474-	  || exit 0; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1516-distdir: $(DISTFILES)
sharutils-4.15.2/doc/Makefile.in:1517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/doc/Makefile.in:1518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sharutils-4.15.2/doc/Makefile.in-1519-	list='$(DISTFILES)'; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1530-	  if test -d $$d/$$file; then \
sharutils-4.15.2/doc/Makefile.in:1531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sharutils-4.15.2/doc/Makefile.in-1532-	    if test -d "$(distdir)/$$file"; then \
##############################################
sharutils-4.15.2/doc/Makefile.in-1658-	@$(NORMAL_INSTALL)
sharutils-4.15.2/doc/Makefile.in:1659:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
sharutils-4.15.2/doc/Makefile.in-1660-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
sharutils-4.15.2/doc/Makefile.in-1666-	  case $$file in \
sharutils-4.15.2/doc/Makefile.in:1667:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
sharutils-4.15.2/doc/Makefile.in-1668-	  esac; \
sharutils-4.15.2/doc/Makefile.in-1669-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
sharutils-4.15.2/doc/Makefile.in:1670:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
sharutils-4.15.2/doc/Makefile.in-1671-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
sharutils-4.15.2/doc/Makefile.in-1684-	  for file in $$list; do \
sharutils-4.15.2/doc/Makefile.in:1685:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
sharutils-4.15.2/doc/Makefile.in-1686-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
sharutils-4.15.2/doc/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
sharutils-4.15.2/doc/mdate-sh:111:set x`$ls_command /`
sharutils-4.15.2/doc/mdate-sh-112-
##############################################
sharutils-4.15.2/doc/mdate-sh-140-# Get the extended ls output of the file or directory.
sharutils-4.15.2/doc/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
sharutils-4.15.2/doc/mdate-sh-142-
##############################################
sharutils-4.15.2/doc/mdate-sh-207-       then
sharutils-4.15.2/doc/mdate-sh:208:	 year=`expr $year - 1`
sharutils-4.15.2/doc/mdate-sh-209-       fi;;
##############################################
sharutils-4.15.2/doc/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
sharutils-4.15.2/doc/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
sharutils-4.15.2/doc/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie