===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pchar-1.5/PctestIpv4.cc-286-    struct hostent *host;
pchar-1.5/PctestIpv4.cc:287:    host = gethostbyaddr((char *) a, sizeof(struct in_addr), AF_INET);
pchar-1.5/PctestIpv4.cc-288-
##############################################
pchar-1.5/TestRecord.cc-109-	    ((in_addr *) tr->icmpSourceAddress)->s_addr = 
pchar-1.5/TestRecord.cc:110:		inet_addr(icmpsrcChars);
pchar-1.5/TestRecord.cc-111-	    tr->icmpSourceAddressLength= sizeof(in_addr);
##############################################
pchar-1.5/aclocal.m4-196-    for dir in $places ../libpcap libpcap ; do
pchar-1.5/aclocal.m4:197:	    basedir=`echo $dir | sed -e 's/[[ab]][[0-9]]*$//'`
pchar-1.5/aclocal.m4-198-	    if test $lastdir = $basedir ; then
##############################################
pchar-1.5/aclocal.m4-582-	    fi
pchar-1.5/aclocal.m4:583:	    os=`echo $target_os | sed -e 's/\([[0-9]][[0-9]]*\)[[^0-9]].*$/\1/'`
pchar-1.5/aclocal.m4-584-	    name="lbl/os-$os.h"
##############################################
pchar-1.5/aclocal.m4-613-dnl may have different results.
pchar-1.5/aclocal.m4:614:ac_lib_var=`echo $1['_']$2['_']$5 | sed 'y%./+- %__p__%'`
pchar-1.5/aclocal.m4-615-AC_CACHE_VAL(ac_cv_lbl_lib_$ac_lib_var,
##############################################
pchar-1.5/aclocal.m4-633-])dnl
pchar-1.5/aclocal.m4:634:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/aclocal.m4-635-  AC_MSG_RESULT(yes)
##############################################
pchar-1.5/config.guess-40-
pchar-1.5/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
pchar-1.5/config.guess-42-
##############################################
pchar-1.5/config.guess-171-	# The OS release
pchar-1.5/config.guess:172:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
pchar-1.5/config.guess-173-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
pchar-1.5/config.guess-179-	if test $UNAME_RELEASE = "V4.0"; then
pchar-1.5/config.guess:180:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
pchar-1.5/config.guess-181-	fi
##############################################
pchar-1.5/config.guess-212-	if test "$?" = 0 ; then
pchar-1.5/config.guess:213:		case `./$dummy` in
pchar-1.5/config.guess-214-			0-0)
##############################################
pchar-1.5/config.guess-234-	rm -f $dummy.s $dummy
pchar-1.5/config.guess:235:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
pchar-1.5/config.guess-236-	exit 0 ;;
##############################################
pchar-1.5/config.guess-293-    sun4H:SunOS:5.*:*)
pchar-1.5/config.guess:294:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
pchar-1.5/config.guess-295-	exit 0 ;;
pchar-1.5/config.guess-296-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
pchar-1.5/config.guess:297:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
pchar-1.5/config.guess-298-	exit 0 ;;
pchar-1.5/config.guess-299-    i86pc:SunOS:5.*:*)
pchar-1.5/config.guess:300:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
pchar-1.5/config.guess-301-	exit 0 ;;
##############################################
pchar-1.5/config.guess-305-	# it's likely to be more like Solaris than SunOS4.
pchar-1.5/config.guess:306:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
pchar-1.5/config.guess-307-	exit 0 ;;
##############################################
pchar-1.5/config.guess-314-	# Japanese Language versions have a version number like `4.1.3-JL'.
pchar-1.5/config.guess:315:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
pchar-1.5/config.guess-316-	exit 0 ;;
##############################################
pchar-1.5/config.guess-320-    sun*:*:4.2BSD:*)
pchar-1.5/config.guess:321:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
pchar-1.5/config.guess-322-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
pchar-1.5/config.guess-413-	$CC_FOR_BUILD $dummy.c -o $dummy \
pchar-1.5/config.guess:414:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
pchar-1.5/config.guess-415-	  && rm $dummy.c $dummy && exit 0
##############################################
pchar-1.5/config.guess-460-    *:IRIX*:*:*)
pchar-1.5/config.guess:461:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
pchar-1.5/config.guess-462-	exit 0 ;;
##############################################
pchar-1.5/config.guess-491-    *:AIX:*:4)
pchar-1.5/config.guess:492:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
pchar-1.5/config.guess-493-	if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then
##############################################
pchar-1.5/config.guess-539-    9000/[34678]??:HP-UX:*:*)
pchar-1.5/config.guess:540:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
pchar-1.5/config.guess-541-	case "${UNAME_MACHINE}" in
##############################################
pchar-1.5/config.guess-594-EOF
pchar-1.5/config.guess:595:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
pchar-1.5/config.guess-596-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
pchar-1.5/config.guess-602-    ia64:HP-UX:*:*)
pchar-1.5/config.guess:603:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
pchar-1.5/config.guess-604-	echo ia64-hp-hpux${HPUX_REV}
##############################################
pchar-1.5/config.guess-710-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
pchar-1.5/config.guess:711:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
pchar-1.5/config.guess-712-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
pchar-1.5/config.guess-726-    *:FreeBSD:*:*)
pchar-1.5/config.guess:727:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
pchar-1.5/config.guess-728-	exit 0 ;;
pchar-1.5/config.guess-729-    *:OpenBSD:*:*)
pchar-1.5/config.guess:730:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
pchar-1.5/config.guess-731-	exit 0 ;;
##############################################
pchar-1.5/config.guess-753-    prep*:SunOS:5.*:*)
pchar-1.5/config.guess:754:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
pchar-1.5/config.guess-755-	exit 0 ;;
pchar-1.5/config.guess-756-    *:GNU:*:*)
pchar-1.5/config.guess:757:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
pchar-1.5/config.guess-758-	exit 0 ;;
##############################################
pchar-1.5/config.guess-879-		if test "$?" = 0 ; then
pchar-1.5/config.guess:880:			case `./$dummy` in
pchar-1.5/config.guess-881-			0-0)
##############################################
pchar-1.5/config.guess-1005-    i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
pchar-1.5/config.guess:1006:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
pchar-1.5/config.guess-1007-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
pchar-1.5/config.sub-53-
pchar-1.5/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
pchar-1.5/config.sub-55-
##############################################
pchar-1.5/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
pchar-1.5/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
pchar-1.5/config.sub-119-case $maybe_os in
##############################################
pchar-1.5/config.sub-121-    os=-$maybe_os
pchar-1.5/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
pchar-1.5/config.sub-123-    ;;
pchar-1.5/config.sub-124-  *)
pchar-1.5/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
pchar-1.5/config.sub-126-    if [ $basic_machine != $1 ]
pchar-1.5/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
pchar-1.5/config.sub-128-    else os=; fi
##############################################
pchar-1.5/config.sub-164-		os=-sco3.2v5
pchar-1.5/config.sub:165:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-166-		;;
##############################################
pchar-1.5/config.sub-168-		os=-sco3.2v4
pchar-1.5/config.sub:169:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-170-		;;
pchar-1.5/config.sub-171-	-sco3.2.[4-9]*)
pchar-1.5/config.sub:172:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
pchar-1.5/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-174-		;;
##############################################
pchar-1.5/config.sub-176-		# Don't forget version if it is 3.2v4 or newer.
pchar-1.5/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-178-		;;
##############################################
pchar-1.5/config.sub-180-		os=-sco3.2v2
pchar-1.5/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-182-		;;
pchar-1.5/config.sub-183-	-udk*)
pchar-1.5/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-185-		;;
##############################################
pchar-1.5/config.sub-187-		os=-isc2.2
pchar-1.5/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-189-		;;
##############################################
pchar-1.5/config.sub-193-	-isc*)
pchar-1.5/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
pchar-1.5/config.sub-195-		;;
##############################################
pchar-1.5/config.sub-199-	-ptx*)
pchar-1.5/config.sub:200:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
pchar-1.5/config.sub-201-		;;
pchar-1.5/config.sub-202-	-windowsnt*)
pchar-1.5/config.sub:203:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
pchar-1.5/config.sub-204-		;;
##############################################
pchar-1.5/config.sub-253-	*-*-*)
pchar-1.5/config.sub:254:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
pchar-1.5/config.sub-255-		exit 1
##############################################
pchar-1.5/config.sub-507-	i[34567]86v32)
pchar-1.5/config.sub:508:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
pchar-1.5/config.sub-509-		os=-sysv32
##############################################
pchar-1.5/config.sub-511-	i[34567]86v4*)
pchar-1.5/config.sub:512:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
pchar-1.5/config.sub-513-		os=-sysv4
##############################################
pchar-1.5/config.sub-515-	i[34567]86v)
pchar-1.5/config.sub:516:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
pchar-1.5/config.sub-517-		os=-sysv
##############################################
pchar-1.5/config.sub-519-	i[34567]86sol2)
pchar-1.5/config.sub:520:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
pchar-1.5/config.sub-521-		os=-solaris2
##############################################
pchar-1.5/config.sub-575-	mips3*-*)
pchar-1.5/config.sub:576:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
pchar-1.5/config.sub-577-		;;
pchar-1.5/config.sub-578-	mips3*)
pchar-1.5/config.sub:579:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
pchar-1.5/config.sub-580-		;;
##############################################
pchar-1.5/config.sub-702-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
pchar-1.5/config.sub:703:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
pchar-1.5/config.sub-704-		;;
pchar-1.5/config.sub-705-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
pchar-1.5/config.sub:706:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
pchar-1.5/config.sub-707-		;;
pchar-1.5/config.sub-708-	pentiumii-* | pentium2-*)
pchar-1.5/config.sub:709:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
pchar-1.5/config.sub-710-		;;
##############################################
pchar-1.5/config.sub-717-	        ;;
pchar-1.5/config.sub:718:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
pchar-1.5/config.sub-719-		;;
##############################################
pchar-1.5/config.sub-723-	ppcle-* | powerpclittle-*)
pchar-1.5/config.sub:724:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
pchar-1.5/config.sub-725-		;;
##############################################
pchar-1.5/config.sub-958-	*)
pchar-1.5/config.sub:959:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
pchar-1.5/config.sub-960-		exit 1
##############################################
pchar-1.5/config.sub-966-	*-digital*)
pchar-1.5/config.sub:967:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
pchar-1.5/config.sub-968-		;;
pchar-1.5/config.sub-969-	*-commodore*)
pchar-1.5/config.sub:970:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
pchar-1.5/config.sub-971-		;;
##############################################
pchar-1.5/config.sub-984-	-solaris1 | -solaris1.*)
pchar-1.5/config.sub:985:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
pchar-1.5/config.sub-986-		;;
##############################################
pchar-1.5/config.sub-996-	-gnu/linux*)
pchar-1.5/config.sub:997:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
pchar-1.5/config.sub-998-		;;
##############################################
pchar-1.5/config.sub-1037-	-mac*)
pchar-1.5/config.sub:1038:		os=`echo $os | sed -e 's|mac|macos|'`
pchar-1.5/config.sub-1039-		;;
pchar-1.5/config.sub-1040-	-linux*)
pchar-1.5/config.sub:1041:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
pchar-1.5/config.sub-1042-		;;
pchar-1.5/config.sub-1043-	-sunos5*)
pchar-1.5/config.sub:1044:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
pchar-1.5/config.sub-1045-		;;
pchar-1.5/config.sub-1046-	-sunos6*)
pchar-1.5/config.sub:1047:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
pchar-1.5/config.sub-1048-		;;
##############################################
pchar-1.5/config.sub-1083-	-sinix5.*)
pchar-1.5/config.sub:1084:		os=`echo $os | sed -e 's|sinix|sysv|'`
pchar-1.5/config.sub-1085-		;;
##############################################
pchar-1.5/config.sub-1122-		# Get rid of the `-' at the beginning of $os.
pchar-1.5/config.sub:1123:		os=`echo $os | sed 's/[^-]*-//'`
pchar-1.5/config.sub:1124:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
pchar-1.5/config.sub-1125-		exit 1
##############################################
pchar-1.5/config.sub-1342-		esac
pchar-1.5/config.sub:1343:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
pchar-1.5/config.sub-1344-		;;
##############################################
pchar-1.5/configure-105-  case "$ac_option" in
pchar-1.5/configure:106:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
pchar-1.5/configure-107-  *) ac_optarg= ;;
##############################################
pchar-1.5/configure-137-  -disable-* | --disable-*)
pchar-1.5/configure:138:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
pchar-1.5/configure-139-    # Reject names that are not valid shell variable names.
pchar-1.5/configure:140:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
pchar-1.5/configure-141-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
pchar-1.5/configure-142-    fi
pchar-1.5/configure:143:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
pchar-1.5/configure-144-    eval "enable_${ac_feature}=no" ;;
##############################################
pchar-1.5/configure-146-  -enable-* | --enable-*)
pchar-1.5/configure:147:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
pchar-1.5/configure-148-    # Reject names that are not valid shell variable names.
pchar-1.5/configure:149:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
pchar-1.5/configure-150-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
pchar-1.5/configure-151-    fi
pchar-1.5/configure:152:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
pchar-1.5/configure-153-    case "$ac_option" in
##############################################
pchar-1.5/configure-383-  -with-* | --with-*)
pchar-1.5/configure:384:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
pchar-1.5/configure-385-    # Reject names that are not valid shell variable names.
pchar-1.5/configure:386:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
pchar-1.5/configure-387-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
pchar-1.5/configure-388-    fi
pchar-1.5/configure:389:    ac_package=`echo $ac_package| sed 's/-/_/g'`
pchar-1.5/configure-390-    case "$ac_option" in
##############################################
pchar-1.5/configure-396-  -without-* | --without-*)
pchar-1.5/configure:397:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
pchar-1.5/configure-398-    # Reject names that are not valid shell variable names.
pchar-1.5/configure:399:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
pchar-1.5/configure-400-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
pchar-1.5/configure-401-    fi
pchar-1.5/configure:402:    ac_package=`echo $ac_package| sed 's/-/_/g'`
pchar-1.5/configure-403-    eval "with_${ac_package}=no" ;;
##############################################
pchar-1.5/configure-426-  *)
pchar-1.5/configure:427:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
pchar-1.5/configure-428-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
pchar-1.5/configure-439-if test -n "$ac_prev"; then
pchar-1.5/configure:440:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
pchar-1.5/configure-441-fi
##############################################
pchar-1.5/configure-504-  ac_prog=$0
pchar-1.5/configure:505:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
pchar-1.5/configure-506-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
pchar-1.5/configure-520-fi
pchar-1.5/configure:521:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
pchar-1.5/configure-522-
##############################################
pchar-1.5/configure-585-EOF_SED
pchar-1.5/configure:586:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
pchar-1.5/configure-587-  rm -f conftestsed
##############################################
pchar-1.5/configure-630-  NONE)
pchar-1.5/configure:631:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
pchar-1.5/configure-632-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
pchar-1.5/configure-637-
pchar-1.5/configure:638:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
pchar-1.5/configure:639:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
pchar-1.5/configure:640:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
pchar-1.5/configure:641:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
pchar-1.5/configure-642-echo "$ac_t""$host" 1>&6
##############################################
pchar-1.5/configure-675-echo "configure:676: checking for $ac_word" >&5
pchar-1.5/configure:676:if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
pchar-1.5/configure-677-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-709-echo "configure:710: checking for $ac_word" >&5
pchar-1.5/configure:710:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
pchar-1.5/configure-711-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-788-echo "configure:789: checking whether we are using GNU C++" >&5
pchar-1.5/configure:789:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
pchar-1.5/configure-790-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-816-echo "configure:817: checking whether ${CXX-g++} accepts -g" >&5
pchar-1.5/configure:817:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
pchar-1.5/configure-818-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-820-  echo 'void f(){}' > conftest.cc
pchar-1.5/configure:821:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
pchar-1.5/configure-822-  ac_cv_prog_cxx_g=yes
##############################################
pchar-1.5/configure-860-if test -z "$INSTALL"; then
pchar-1.5/configure:861:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
pchar-1.5/configure-862-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-912-echo "configure:913: checking whether ln -s works" >&5
pchar-1.5/configure:913:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
pchar-1.5/configure-914-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-934-echo "configure:935: checking for pchar version number" >&5
pchar-1.5/configure:935:PC_VERSION=`cat ${srcdir}/VERSION`
pchar-1.5/configure-936-
##############################################
pchar-1.5/configure-951-echo "configure:952: checking size of bool" >&5
pchar-1.5/configure:952:if eval "test \"`echo '$''{'ac_cv_sizeof_bool'+set}'`\" = set"; then
pchar-1.5/configure-953-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-994-echo "configure:995: checking for socklen_t" >&5
pchar-1.5/configure:995:if eval "test \"`echo '$''{'pchar_cv_socklen_t'+set}'`\" = set"; then
pchar-1.5/configure-996-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1031-if test -z "$CXXCPP"; then
pchar-1.5/configure:1032:if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
pchar-1.5/configure-1033-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1048-{ (eval echo configure:1049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pchar-1.5/configure:1049:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pchar-1.5/configure-1050-if test -z "$ac_err"; then
##############################################
pchar-1.5/configure-1073-echo "configure:1074: checking for ANSI C header files" >&5
pchar-1.5/configure:1074:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
pchar-1.5/configure-1075-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1086-{ (eval echo configure:1087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pchar-1.5/configure:1087:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pchar-1.5/configure-1088-if test -z "$ac_err"; then
##############################################
pchar-1.5/configure-1180-do
pchar-1.5/configure:1181:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
pchar-1.5/configure-1182-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
pchar-1.5/configure-1183-echo "configure:1184: checking for $ac_hdr" >&5
pchar-1.5/configure:1184:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pchar-1.5/configure-1185-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1193-{ (eval echo configure:1194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pchar-1.5/configure:1194:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pchar-1.5/configure-1195-if test -z "$ac_err"; then
##############################################
pchar-1.5/configure-1206-fi
pchar-1.5/configure:1207:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pchar-1.5/configure-1208-  echo "$ac_t""yes" 1>&6
pchar-1.5/configure:1209:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
pchar-1.5/configure-1210-  cat >> confdefs.h <<EOF
##############################################
pchar-1.5/configure-1220-do
pchar-1.5/configure:1221:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
pchar-1.5/configure-1222-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
pchar-1.5/configure-1223-echo "configure:1224: checking for $ac_hdr" >&5
pchar-1.5/configure:1224:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pchar-1.5/configure-1225-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1233-{ (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pchar-1.5/configure:1234:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pchar-1.5/configure-1235-if test -z "$ac_err"; then
##############################################
pchar-1.5/configure-1246-fi
pchar-1.5/configure:1247:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pchar-1.5/configure-1248-  echo "$ac_t""yes" 1>&6
pchar-1.5/configure:1249:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
pchar-1.5/configure-1250-  cat >> confdefs.h <<EOF
##############################################
pchar-1.5/configure-1261-echo "configure:1262: checking if sockaddr struct has sa_len member" >&5
pchar-1.5/configure:1262:    if eval "test \"`echo '$''{'ac_cv_lbl_sockaddr_has_sa_len'+set}'`\" = set"; then
pchar-1.5/configure-1263-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1298-echo "configure:1299: checking for gethostbyname" >&5
pchar-1.5/configure:1299:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
pchar-1.5/configure-1300-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1340-
pchar-1.5/configure:1341:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
pchar-1.5/configure-1342-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1349-ac_lib_var=`echo nsl'_'gethostbyname'_' | sed 'y%./+- %__p__%'`
pchar-1.5/configure:1350:if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1351-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1382-fi
pchar-1.5/configure:1383:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1384-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1398-ac_lib_var=`echo socket'_'gethostbyname'_' | sed 'y%./+- %__p__%'`
pchar-1.5/configure:1399:if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1400-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1431-fi
pchar-1.5/configure:1432:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1433-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1449-ac_lib_var=`echo socket'_'gethostbyname'_'-lnsl | sed 'y%./+- %__p__%'`
pchar-1.5/configure:1450:if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1451-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1482-fi
pchar-1.5/configure:1483:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1484-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1490-ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
pchar-1.5/configure:1491:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1492-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1523-fi
pchar-1.5/configure:1524:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1525-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1547-echo "configure:1548: checking for socket" >&5
pchar-1.5/configure:1548:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
pchar-1.5/configure-1549-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1589-
pchar-1.5/configure:1590:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
pchar-1.5/configure-1591-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1597-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
pchar-1.5/configure:1598:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1599-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1630-fi
pchar-1.5/configure:1631:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1632-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1645-ac_lib_var=`echo socket'_'socket'_'-lnsl | sed 'y%./+- %__p__%'`
pchar-1.5/configure:1646:if eval "test \"`echo '$''{'ac_cv_lbl_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1647-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1678-fi
pchar-1.5/configure:1679:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1680-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1693-ac_lib_var=`echo str'_'putmsg | sed 'y%./+-%__p_%'`
pchar-1.5/configure:1694:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1695-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1726-fi
pchar-1.5/configure:1727:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1728-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1746-echo "configure:1747: checking for $ac_func" >&5
pchar-1.5/configure:1747:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
pchar-1.5/configure-1748-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1788-
pchar-1.5/configure:1789:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
pchar-1.5/configure-1790-  echo "$ac_t""yes" 1>&6
pchar-1.5/configure:1791:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
pchar-1.5/configure-1792-  cat >> confdefs.h <<EOF
##############################################
pchar-1.5/configure-1804-echo "configure:1805: checking for $ac_func" >&5
pchar-1.5/configure:1805:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
pchar-1.5/configure-1806-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1846-
pchar-1.5/configure:1847:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
pchar-1.5/configure-1848-  echo "$ac_t""yes" 1>&6
pchar-1.5/configure:1849:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
pchar-1.5/configure-1850-  cat >> confdefs.h <<EOF
##############################################
pchar-1.5/configure-1861-ac_lib_var=`echo m'_'log | sed 'y%./+-%__p_%'`
pchar-1.5/configure:1862:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1863-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1894-fi
pchar-1.5/configure:1895:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1896-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-1914-echo "configure:1915: checking for IPv6 support" >&5
pchar-1.5/configure:1915:if eval "test \"`echo '$''{'pchar_cv_sys_ipv6'+set}'`\" = set"; then
pchar-1.5/configure-1916-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1961-ac_lib_var=`echo inet6'_'inet_pton | sed 'y%./+-%__p_%'`
pchar-1.5/configure:1962:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-1963-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-1994-fi
pchar-1.5/configure:1995:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-1996-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-2013-echo "configure:2014: checking for UCD SNMP support" >&5
pchar-1.5/configure:2014:if eval "test \"`echo '$''{'pchar_cv_sys_snmp'+set}'`\" = set"; then
pchar-1.5/configure-2015-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2041-ac_lib_var=`echo crypto'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
pchar-1.5/configure:2042:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-2043-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2074-fi
pchar-1.5/configure:2075:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-2076-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-2091-ac_lib_var=`echo snmp'_'snmp_sess_init | sed 'y%./+-%__p_%'`
pchar-1.5/configure:2092:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-2093-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2124-fi
pchar-1.5/configure:2125:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-2126-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-2143-echo "configure:2144: checking for LBL pcap support" >&5
pchar-1.5/configure:2144:if eval "test \"`echo '$''{'pchar_cv_sys_pcap'+set}'`\" = set"; then
pchar-1.5/configure-2145-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2171-ac_lib_var=`echo pcap'_'pcap_open_live | sed 'y%./+-%__p_%'`
pchar-1.5/configure:2172:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pchar-1.5/configure-2173-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2204-fi
pchar-1.5/configure:2205:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pchar-1.5/configure-2206-  echo "$ac_t""yes" 1>&6
##############################################
pchar-1.5/configure-2223-echo "configure:2224: checking for BPF support" >&5
pchar-1.5/configure:2224:if eval "test \"`echo '$''{'pchar_cv_sys_bpf'+set}'`\" = set"; then
pchar-1.5/configure-2225-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pchar-1.5/configure-2485-    fi
pchar-1.5/configure:2486:    ac_file=`expr $ac_file + 1`
pchar-1.5/configure-2487-    ac_beg=$ac_end
pchar-1.5/configure:2488:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
pchar-1.5/configure-2489-  fi
##############################################
pchar-1.5/configure-2503-  case "$ac_file" in
pchar-1.5/configure:2504:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
pchar-1.5/configure:2505:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
pchar-1.5/configure-2506-  *) ac_file_in="${ac_file}.in" ;;
##############################################
pchar-1.5/configure-2511-  # Remove last slash and all that follows it.  Not all systems have dirname.
pchar-1.5/configure:2512:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
pchar-1.5/configure-2513-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
pchar-1.5/configure-2515-    test ! -d "$ac_dir" && mkdir "$ac_dir"
pchar-1.5/configure:2516:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
pchar-1.5/configure-2517-    # A "../" for each directory in $ac_dir_suffix.
pchar-1.5/configure:2518:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
pchar-1.5/configure-2519-  else
##############################################
pchar-1.5/configure-2525-      if test -z "$ac_dots"; then top_srcdir=.
pchar-1.5/configure:2526:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
pchar-1.5/configure-2527-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
pchar-1.5/configure-2539-  rm -f "$ac_file"
pchar-1.5/configure:2540:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
pchar-1.5/configure-2541-  case "$ac_file" in
##############################################
pchar-1.5/configure-2546-
pchar-1.5/configure:2547:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
pchar-1.5/configure-2548-  sed -e "$ac_comsub
##############################################
pchar-1.5/configure.in-22-AC_MSG_CHECKING(for pchar version number)
pchar-1.5/configure.in:23:PC_VERSION=`cat ${srcdir}/VERSION`
pchar-1.5/configure.in-24-AC_SUBST(PC_VERSION)
##############################################
pchar-1.5/install-sh-85-
pchar-1.5/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
pchar-1.5/install-sh-87-	    shift
##############################################
pchar-1.5/install-sh-89-
pchar-1.5/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
pchar-1.5/install-sh-91-	    shift
##############################################
pchar-1.5/install-sh-151-	then
pchar-1.5/install-sh:152:		dst="$dst"/`basename $src`
pchar-1.5/install-sh-153-	else
##############################################
pchar-1.5/install-sh-158-## this sed command emulates the dirname command
pchar-1.5/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
pchar-1.5/install-sh-160-
##############################################
pchar-1.5/install-sh-172-IFS='%'
pchar-1.5/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
pchar-1.5/install-sh-174-IFS="${oIFS}"
##############################################
pchar-1.5/install-sh-206-	then
pchar-1.5/install-sh:207:		dstfile=`basename $dst`
pchar-1.5/install-sh-208-	else
##############################################
pchar-1.5/install-sh-216-	then
pchar-1.5/install-sh:217:		dstfile=`basename $dst`
pchar-1.5/install-sh-218-	else
##############################################
pchar-1.5/mkinstalldirs-12-do
pchar-1.5/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
pchar-1.5/mkinstalldirs-14-   shift
##############################################
pchar-1.5/debian/patches/1030-destdir-install.patch-22--	$(MKINSTALLDIRS) ${sbindir}
pchar-1.5/debian/patches/1030-destdir-install.patch:23:-	$(INSTALL_PROGRAM) $(A.OUT) $(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/debian/patches/1030-destdir-install.patch-24-+	$(MKINSTALLDIRS) $(DESTDIR)${sbindir}
pchar-1.5/debian/patches/1030-destdir-install.patch:25:+	$(INSTALL_PROGRAM) $(A.OUT) $(DESTDIR)$(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/debian/patches/1030-destdir-install.patch-26- 
##############################################
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-166-	@echo "# Generating $@ for this build..."
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in:167:	@echo "static char version[] = \"$(A.OUT) `cat $(srcdir)/VERSION`\";" >> $@
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-168-	@echo "static char copyright[] = " >> $@
##############################################
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-202-	$(MKINSTALLDIRS) ${sbindir}
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in:203:	$(INSTALL_PROGRAM) $(A.OUT) $(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-204-
##############################################
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-237-	$(MKDIR) $(TARDIR)
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in:238:	for f in `echo $(SRCFILES) $(OTHERFILES)`; do \
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-239-		(cd $(TARDIR); $(LN_S) ../$(srcdir)/$$f $$f); \
##############################################
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-262-	@echo "Building dependencies ..."; \
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in:263:	for src in `echo $(OBJ) $(SRC) " " | sed -e 's/\.o[ \t\n]/.cc /g'`; do \
pchar-1.5/.pc/1030-destdir-install.patch/Makefile.in-264-	    echo -n " " $$src ": "; \
##############################################
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc-198-	    sscanf(s, "src %127s", t);
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc:199:	    originAddress.s_addr = inet_addr(t);
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc-200-	}
##############################################
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc-204-	    sscanf(s, "dest %127s", t);
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc:205:	    targetAddress.s_addr = inet_addr(t);
pchar-1.5/.pc/1050-code-errors.patch/PctestIpv4File.cc-206-	}
##############################################
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-167-	@echo "# Generating $@ for this build..."
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in:168:	@echo "static char version[] = \"$(A.OUT) `cat $(srcdir)/VERSION`\";" >> $@
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-169-	@echo "static char copyright[] = " >> $@
##############################################
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-203-	$(MKINSTALLDIRS) $(DESTDIR)${sbindir}
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in:204:	$(INSTALL_PROGRAM) $(A.OUT) $(DESTDIR)$(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-205-
##############################################
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-238-	$(MKDIR) $(TARDIR)
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in:239:	for f in `echo $(SRCFILES) $(OTHERFILES)`; do \
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-240-		(cd $(TARDIR); $(LN_S) ../$(srcdir)/$$f $$f); \
##############################################
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-263-	@echo "Building dependencies ..."; \
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in:264:	for src in `echo $(OBJ) $(SRC) " " | sed -e 's/\.o[ \t\n]/.cc /g'`; do \
pchar-1.5/.pc/2000-reproducible-build.patch/Makefile.in-265-	    echo -n " " $$src ": "; \
##############################################
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-167-	@echo "# Generating $@ for this build..."
pchar-1.5/.pc/2010-hardening.patch/Makefile.in:168:	@echo "static char version[] = \"$(A.OUT) `cat $(srcdir)/VERSION`\";" >> $@
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-169-	@echo "static char copyright[] = " >> $@
##############################################
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-201-	$(MKINSTALLDIRS) $(DESTDIR)${sbindir}
pchar-1.5/.pc/2010-hardening.patch/Makefile.in:202:	$(INSTALL_PROGRAM) $(A.OUT) $(DESTDIR)$(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-203-
##############################################
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-236-	$(MKDIR) $(TARDIR)
pchar-1.5/.pc/2010-hardening.patch/Makefile.in:237:	for f in `echo $(SRCFILES) $(OTHERFILES)`; do \
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-238-		(cd $(TARDIR); $(LN_S) ../$(srcdir)/$$f $$f); \
##############################################
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-261-	@echo "Building dependencies ..."; \
pchar-1.5/.pc/2010-hardening.patch/Makefile.in:262:	for src in `echo $(OBJ) $(SRC) " " | sed -e 's/\.o[ \t\n]/.cc /g'`; do \
pchar-1.5/.pc/2010-hardening.patch/Makefile.in-263-	    echo -n " " $$src ": "; \
##############################################
pchar-1.5/PctestIpv4File.cc-199-	    sscanf(s, "src %127s", t);
pchar-1.5/PctestIpv4File.cc:200:	    originAddress.s_addr = inet_addr(t);
pchar-1.5/PctestIpv4File.cc-201-	}
##############################################
pchar-1.5/PctestIpv4File.cc-205-	    sscanf(s, "dest %127s", t);
pchar-1.5/PctestIpv4File.cc:206:	    targetAddress.s_addr = inet_addr(t);
pchar-1.5/PctestIpv4File.cc-207-	}
##############################################
pchar-1.5/Makefile.in-172-	@echo "# Generating $@ for this build..."
pchar-1.5/Makefile.in:173:	@echo "static char version[] = \"$(A.OUT) `cat $(srcdir)/VERSION`\";" >> $@
pchar-1.5/Makefile.in-174-	@echo "static char copyright[] = " >> $@
##############################################
pchar-1.5/Makefile.in-206-	$(MKINSTALLDIRS) $(DESTDIR)${sbindir}
pchar-1.5/Makefile.in:207:	$(INSTALL_PROGRAM) $(A.OUT) $(DESTDIR)$(sbindir)/`echo $(A.OUT) | sed '$(TRANSFORM)'`
pchar-1.5/Makefile.in-208-
##############################################
pchar-1.5/Makefile.in-241-	$(MKDIR) $(TARDIR)
pchar-1.5/Makefile.in:242:	for f in `echo $(SRCFILES) $(OTHERFILES)`; do \
pchar-1.5/Makefile.in-243-		(cd $(TARDIR); $(LN_S) ../$(srcdir)/$$f $$f); \
##############################################
pchar-1.5/Makefile.in-266-	@echo "Building dependencies ..."; \
pchar-1.5/Makefile.in:267:	for src in `echo $(OBJ) $(SRC) " " | sed -e 's/\.o[ \t\n]/.cc /g'`; do \
pchar-1.5/Makefile.in-268-	    echo -n " " $$src ": "; \