===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aptitude-0.8.13/config.guess-34-
aptitude-0.8.13/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aptitude-0.8.13/config.guess-36-
##############################################
aptitude-0.8.13/config.guess-102-: ${TMPDIR=/tmp} ;
aptitude-0.8.13/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aptitude-0.8.13/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aptitude-0.8.13/config.guess-151-	EOF
aptitude-0.8.13/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
aptitude-0.8.13/config.guess-153-
##############################################
aptitude-0.8.13/config.guess-188-	    earmv*)
aptitude-0.8.13/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
aptitude-0.8.13/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
aptitude-0.8.13/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
aptitude-0.8.13/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
aptitude-0.8.13/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
aptitude-0.8.13/config.guess-222-		;;
##############################################
aptitude-0.8.13/config.guess-233-	    *)
aptitude-0.8.13/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
aptitude-0.8.13/config.guess-235-		;;
##############################################
aptitude-0.8.13/config.guess-280-	*4.0)
aptitude-0.8.13/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aptitude-0.8.13/config.guess-282-		;;
aptitude-0.8.13/config.guess-283-	*5.*)
aptitude-0.8.13/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aptitude-0.8.13/config.guess-285-		;;
##############################################
aptitude-0.8.13/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
aptitude-0.8.13/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aptitude-0.8.13/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
aptitude-0.8.13/config.guess-328-	# 1.2 uses "1.2" for uname -r.
aptitude-0.8.13/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
aptitude-0.8.13/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aptitude-0.8.13/config.guess-379-    s390x:SunOS:*:*)
aptitude-0.8.13/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-381-	exit ;;
aptitude-0.8.13/config.guess-382-    sun4H:SunOS:5.*:*)
aptitude-0.8.13/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-384-	exit ;;
aptitude-0.8.13/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aptitude-0.8.13/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-387-	exit ;;
##############################################
aptitude-0.8.13/config.guess-404-	fi
aptitude-0.8.13/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-406-	exit ;;
##############################################
aptitude-0.8.13/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
aptitude-0.8.13/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-412-	exit ;;
##############################################
aptitude-0.8.13/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
aptitude-0.8.13/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
aptitude-0.8.13/config.guess-421-	exit ;;
##############################################
aptitude-0.8.13/config.guess-425-    sun*:*:4.2BSD:*)
aptitude-0.8.13/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aptitude-0.8.13/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
aptitude-0.8.13/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
aptitude-0.8.13/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aptitude-0.8.13/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
aptitude-0.8.13/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aptitude-0.8.13/config.guess-563-    *:IRIX*:*:*)
aptitude-0.8.13/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
aptitude-0.8.13/config.guess-565-	exit ;;
##############################################
aptitude-0.8.13/config.guess-593-EOF
aptitude-0.8.13/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
aptitude-0.8.13/config.guess-595-		then
##############################################
aptitude-0.8.13/config.guess-606-    *:AIX:*:[4567])
aptitude-0.8.13/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aptitude-0.8.13/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
aptitude-0.8.13/config.guess-642-    9000/[34678]??:HP-UX:*:*)
aptitude-0.8.13/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aptitude-0.8.13/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
aptitude-0.8.13/config.guess-696-EOF
aptitude-0.8.13/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
aptitude-0.8.13/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aptitude-0.8.13/config.guess-724-    ia64:HP-UX:*:*)
aptitude-0.8.13/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aptitude-0.8.13/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
aptitude-0.8.13/config.guess-754-EOF
aptitude-0.8.13/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
aptitude-0.8.13/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aptitude-0.8.13/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aptitude-0.8.13/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
aptitude-0.8.13/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aptitude-0.8.13/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aptitude-0.8.13/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
aptitude-0.8.13/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aptitude-0.8.13/config.guess-850-	esac
aptitude-0.8.13/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aptitude-0.8.13/config.guess-852-	exit ;;
##############################################
aptitude-0.8.13/config.guess-886-    prep*:SunOS:5.*:*)
aptitude-0.8.13/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aptitude-0.8.13/config.guess-888-	exit ;;
##############################################
aptitude-0.8.13/config.guess-890-	# the GNU system
aptitude-0.8.13/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
aptitude-0.8.13/config.guess-892-	exit ;;
##############################################
aptitude-0.8.13/config.guess-894-	# other systems with GNU libc and userland
aptitude-0.8.13/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
aptitude-0.8.13/config.guess-896-	exit ;;
##############################################
aptitude-0.8.13/config.guess-988-EOF
aptitude-0.8.13/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
aptitude-0.8.13/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
aptitude-0.8.13/config.guess-1092-    i*86:*:4.*:*)
aptitude-0.8.13/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
aptitude-0.8.13/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aptitude-0.8.13/config.guess-1295-	fi
aptitude-0.8.13/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
aptitude-0.8.13/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
aptitude-0.8.13/config.guess-1393-    *:DragonFly:*:*)
aptitude-0.8.13/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aptitude-0.8.13/config.guess-1395-	exit ;;
##############################################
aptitude-0.8.13/config.guess-1406-    i*86:skyos:*:*)
aptitude-0.8.13/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
aptitude-0.8.13/config.guess-1408-	exit ;;
##############################################
aptitude-0.8.13/buildlib/Makefile.in-49-  { \
aptitude-0.8.13/buildlib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/buildlib/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/buildlib/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/buildlib/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/buildlib/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/buildlib/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/buildlib/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/buildlib/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/buildlib/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/buildlib/docbook.mk-56-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/buildlib/docbook.mk:57:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/buildlib/docbook.mk-58-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
aptitude-0.8.13/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aptitude-0.8.13/configure-47-  as_echo='print -r --'
aptitude-0.8.13/configure-48-  as_echo_n='print -rn --'
aptitude-0.8.13/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aptitude-0.8.13/configure-50-  as_echo='printf %s\n'
##############################################
aptitude-0.8.13/configure-52-else
aptitude-0.8.13/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aptitude-0.8.13/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aptitude-0.8.13/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
aptitude-0.8.13/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aptitude-0.8.13/configure-64-      esac;
##############################################
aptitude-0.8.13/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aptitude-0.8.13/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aptitude-0.8.13/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aptitude-0.8.13/configure-327-      case $as_dir in #(
aptitude-0.8.13/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aptitude-0.8.13/configure-329-      *) as_qdir=$as_dir;;
##############################################
aptitude-0.8.13/configure-400-  {
aptitude-0.8.13/configure:401:    as_val=`expr "$@" || test $? -eq 1`
aptitude-0.8.13/configure-402-  }
##############################################
aptitude-0.8.13/configure-407-# ----------------------------------------
aptitude-0.8.13/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aptitude-0.8.13/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aptitude-0.8.13/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aptitude-0.8.13/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aptitude-0.8.13/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aptitude-0.8.13/configure-930-  case $ac_option in
aptitude-0.8.13/configure:931:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aptitude-0.8.13/configure-932-  *=)   ac_optarg= ;;
##############################################
aptitude-0.8.13/configure-974-  -disable-* | --disable-*)
aptitude-0.8.13/configure:975:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aptitude-0.8.13/configure-976-    # Reject names that are not valid shell variable names.
##############################################
aptitude-0.8.13/configure-979-    ac_useropt_orig=$ac_useropt
aptitude-0.8.13/configure:980:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aptitude-0.8.13/configure-981-    case $ac_user_opts in
##############################################
aptitude-0.8.13/configure-1000-  -enable-* | --enable-*)
aptitude-0.8.13/configure:1001:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aptitude-0.8.13/configure-1002-    # Reject names that are not valid shell variable names.
##############################################
aptitude-0.8.13/configure-1005-    ac_useropt_orig=$ac_useropt
aptitude-0.8.13/configure:1006:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aptitude-0.8.13/configure-1007-    case $ac_user_opts in
##############################################
aptitude-0.8.13/configure-1213-  -with-* | --with-*)
aptitude-0.8.13/configure:1214:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aptitude-0.8.13/configure-1215-    # Reject names that are not valid shell variable names.
##############################################
aptitude-0.8.13/configure-1218-    ac_useropt_orig=$ac_useropt
aptitude-0.8.13/configure:1219:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aptitude-0.8.13/configure-1220-    case $ac_user_opts in
##############################################
aptitude-0.8.13/configure-1229-  -without-* | --without-*)
aptitude-0.8.13/configure:1230:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aptitude-0.8.13/configure-1231-    # Reject names that are not valid shell variable names.
##############################################
aptitude-0.8.13/configure-1234-    ac_useropt_orig=$ac_useropt
aptitude-0.8.13/configure:1235:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aptitude-0.8.13/configure-1236-    case $ac_user_opts in
##############################################
aptitude-0.8.13/configure-1267-  *=*)
aptitude-0.8.13/configure:1268:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aptitude-0.8.13/configure-1269-    # Reject names that are not valid shell variable names.
##############################################
aptitude-0.8.13/configure-1288-if test -n "$ac_prev"; then
aptitude-0.8.13/configure:1289:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aptitude-0.8.13/configure-1290-  as_fn_error $? "missing argument to $ac_option"
##############################################
aptitude-0.8.13/configure-1310-    */ )
aptitude-0.8.13/configure:1311:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aptitude-0.8.13/configure-1312-      eval $ac_var=\$ac_val;;
##############################################
aptitude-0.8.13/configure-1345-ac_ls_di=`ls -di .` &&
aptitude-0.8.13/configure:1346:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aptitude-0.8.13/configure-1347-  as_fn_error $? "working directory cannot be determined"
##############################################
aptitude-0.8.13/configure-1401-case $srcdir in
aptitude-0.8.13/configure:1402:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aptitude-0.8.13/configure-1403-esac
##############################################
aptitude-0.8.13/configure-1444-By default, \`make install' will install all the files in
aptitude-0.8.13/configure:1445:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aptitude-0.8.13/configure:1446:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aptitude-0.8.13/configure-1447-for instance \`--prefix=\$HOME'.
##############################################
aptitude-0.8.13/configure-1629-*)
aptitude-0.8.13/configure:1630:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aptitude-0.8.13/configure-1631-  # A ".." for each directory in $ac_dir_suffix.
aptitude-0.8.13/configure:1632:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aptitude-0.8.13/configure-1633-  case $ac_top_builddir_sub in
##############################################
aptitude-0.8.13/configure-2131-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
aptitude-0.8.13/configure:2132:  as_decl_name=`echo $2|sed 's/ *(.*//'`
aptitude-0.8.13/configure:2133:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
aptitude-0.8.13/configure-2134-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
aptitude-0.8.13/configure-2312-    *\'*)
aptitude-0.8.13/configure:2313:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aptitude-0.8.13/configure-2314-    esac
##############################################
aptitude-0.8.13/configure-2395-      case $ac_val in
aptitude-0.8.13/configure:2396:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aptitude-0.8.13/configure-2397-      esac
##############################################
aptitude-0.8.13/configure-2410-	case $ac_val in
aptitude-0.8.13/configure:2411:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aptitude-0.8.13/configure-2412-	esac
##############################################
aptitude-0.8.13/configure-2531-    set,)
aptitude-0.8.13/configure:2532:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aptitude-0.8.13/configure:2533:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aptitude-0.8.13/configure-2534-      ac_cache_corrupted=: ;;
##############################################
aptitude-0.8.13/configure-2542-	# differences in whitespace do not lead to failure.
aptitude-0.8.13/configure:2543:	ac_old_val_w=`echo x $ac_old_val`
aptitude-0.8.13/configure:2544:	ac_new_val_w=`echo x $ac_new_val`
aptitude-0.8.13/configure-2545-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aptitude-0.8.13/configure-2562-    case $ac_new_val in
aptitude-0.8.13/configure:2563:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aptitude-0.8.13/configure-2564-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aptitude-0.8.13/configure-2738-     echo "timestamp, slept: $am_has_slept" > conftest.file
aptitude-0.8.13/configure:2739:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aptitude-0.8.13/configure-2740-     if test "$*" = "X"; then
aptitude-0.8.13/configure-2741-	# -L didn't work.
aptitude-0.8.13/configure:2742:	set X `ls -t "$srcdir/configure" conftest.file`
aptitude-0.8.13/configure-2743-     fi
##############################################
aptitude-0.8.13/configure-2789-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aptitude-0.8.13/configure:2790:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aptitude-0.8.13/configure-2791-
aptitude-0.8.13/configure-2792-# Expand $ac_aux_dir to an absolute path.
aptitude-0.8.13/configure:2793:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aptitude-0.8.13/configure-2794-
##############################################
aptitude-0.8.13/configure-2934-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aptitude-0.8.13/configure:2935:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aptitude-0.8.13/configure-2936-	     'mkdir (GNU coreutils) '* | \
##############################################
aptitude-0.8.13/configure-3007-set x ${MAKE-make}
aptitude-0.8.13/configure:3008:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aptitude-0.8.13/configure-3009-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aptitude-0.8.13/configure-3017-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aptitude-0.8.13/configure:3018:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aptitude-0.8.13/configure-3019-  *@@@%%%=?*=@@@%%%*)
##############################################
aptitude-0.8.13/configure-3083-
aptitude-0.8.13/configure:3084:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aptitude-0.8.13/configure-3085-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aptitude-0.8.13/configure-3234-  # Check for GNU $ac_path_SED
aptitude-0.8.13/configure:3235:case `"$ac_path_SED" --version 2>&1` in
aptitude-0.8.13/configure-3236-*GNU*)
##############################################
aptitude-0.8.13/configure-3409-
aptitude-0.8.13/configure:3410:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/configure-3411-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aptitude-0.8.13/configure-3414-
aptitude-0.8.13/configure:3415:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/configure-3416-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aptitude-0.8.13/configure-3491-
aptitude-0.8.13/configure:3492:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/configure-3493-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aptitude-0.8.13/configure-4000-$as_echo_n "checking whether the C compiler works... " >&6; }
aptitude-0.8.13/configure:4001:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aptitude-0.8.13/configure-4002-
##############################################
aptitude-0.8.13/configure-4044-	then :; else
aptitude-0.8.13/configure:4045:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aptitude-0.8.13/configure-4046-	fi
##############################################
aptitude-0.8.13/configure-4104-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aptitude-0.8.13/configure:4105:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aptitude-0.8.13/configure-4106-	  break;;
##############################################
aptitude-0.8.13/configure-4213-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aptitude-0.8.13/configure:4214:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aptitude-0.8.13/configure-4215-       break;;
##############################################
aptitude-0.8.13/configure-4531-  if test "$am_compiler_list" = ""; then
aptitude-0.8.13/configure:4532:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aptitude-0.8.13/configure-4533-  fi
##############################################
aptitude-0.8.13/configure-4641-test "x$ac_build_alias" = x &&
aptitude-0.8.13/configure:4642:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aptitude-0.8.13/configure-4643-test "x$ac_build_alias" = x &&
aptitude-0.8.13/configure-4644-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aptitude-0.8.13/configure:4645:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aptitude-0.8.13/configure-4646-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aptitude-0.8.13/configure-4665-IFS=$ac_save_IFS
aptitude-0.8.13/configure:4666:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aptitude-0.8.13/configure-4667-
##############################################
aptitude-0.8.13/configure-4676-else
aptitude-0.8.13/configure:4677:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aptitude-0.8.13/configure-4678-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aptitude-0.8.13/configure-4698-IFS=$ac_save_IFS
aptitude-0.8.13/configure:4699:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aptitude-0.8.13/configure-4700-
##############################################
aptitude-0.8.13/configure-4731-    # gcc leaves a trailing carriage return which upsets mingw
aptitude-0.8.13/configure:4732:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aptitude-0.8.13/configure-4733-  *)
aptitude-0.8.13/configure:4734:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aptitude-0.8.13/configure-4735-  esac
##############################################
aptitude-0.8.13/configure-4740-      # Canonicalize the pathname of ld
aptitude-0.8.13/configure:4741:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aptitude-0.8.13/configure-4742-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aptitude-0.8.13/configure:4743:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aptitude-0.8.13/configure-4744-      done
##############################################
aptitude-0.8.13/configure-4775-      # Break only if it was the GNU/non-GNU ld that we prefer.
aptitude-0.8.13/configure:4776:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aptitude-0.8.13/configure-4777-      *GNU* | *'with BFD'*)
##############################################
aptitude-0.8.13/configure-4806-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aptitude-0.8.13/configure:4807:case `$LD -v 2>&1 </dev/null` in
aptitude-0.8.13/configure-4808-*GNU* | *'with BFD'*)
##############################################
aptitude-0.8.13/configure-5140-  if test "$am_compiler_list" = ""; then
aptitude-0.8.13/configure:5141:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aptitude-0.8.13/configure-5142-  fi
##############################################
aptitude-0.8.13/configure-5393-  # Check for GNU $ac_path_GREP
aptitude-0.8.13/configure:5394:case `"$ac_path_GREP" --version 2>&1` in
aptitude-0.8.13/configure-5395-*GNU*)
##############################################
aptitude-0.8.13/configure-5459-  # Check for GNU $ac_path_EGREP
aptitude-0.8.13/configure:5460:case `"$ac_path_EGREP" --version 2>&1` in
aptitude-0.8.13/configure-5461-*GNU*)
##############################################
aptitude-0.8.13/configure-5544-    *)
aptitude-0.8.13/configure:5545:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aptitude-0.8.13/configure-5546-      if test -n "$searchpath"; then
##############################################
aptitude-0.8.13/configure-5554-                ;;
aptitude-0.8.13/configure:5555:              *) searchdir=`cd "$searchdir" && pwd`
aptitude-0.8.13/configure-5556-                 case "$searchdir" in
##############################################
aptitude-0.8.13/configure-5645-        names_already_handled="$names_already_handled $name"
aptitude-0.8.13/configure:5646:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aptitude-0.8.13/configure-5647-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aptitude-0.8.13/configure-5721-                -L*)
aptitude-0.8.13/configure:5722:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aptitude-0.8.13/configure-5723-                                    if test -n "$acl_shlibext"; then
##############################################
aptitude-0.8.13/configure-5838-              */$acl_libdirstem | */$acl_libdirstem/)
aptitude-0.8.13/configure:5839:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aptitude-0.8.13/configure-5840-                if test "$name" = 'iconv'; then
##############################################
aptitude-0.8.13/configure-5845-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aptitude-0.8.13/configure:5846:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aptitude-0.8.13/configure-5847-                if test "$name" = 'iconv'; then
##############################################
aptitude-0.8.13/configure-5896-                  -L*)
aptitude-0.8.13/configure:5897:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aptitude-0.8.13/configure-5898-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aptitude-0.8.13/configure-5955-                  -R*)
aptitude-0.8.13/configure:5956:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aptitude-0.8.13/configure-5957-                    if test "$enable_rpath" != no; then
##############################################
aptitude-0.8.13/configure-5980-                  -l*)
aptitude-0.8.13/configure:5981:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aptitude-0.8.13/configure-5982-                    ;;
aptitude-0.8.13/configure-5983-                  *.la)
aptitude-0.8.13/configure:5984:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aptitude-0.8.13/configure-5985-                    ;;
##############################################
aptitude-0.8.13/configure-6543-        names_already_handled="$names_already_handled $name"
aptitude-0.8.13/configure:6544:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aptitude-0.8.13/configure-6545-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aptitude-0.8.13/configure-6619-                -L*)
aptitude-0.8.13/configure:6620:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aptitude-0.8.13/configure-6621-                                    if test -n "$acl_shlibext"; then
##############################################
aptitude-0.8.13/configure-6736-              */$acl_libdirstem | */$acl_libdirstem/)
aptitude-0.8.13/configure:6737:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aptitude-0.8.13/configure-6738-                if test "$name" = 'intl'; then
##############################################
aptitude-0.8.13/configure-6743-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aptitude-0.8.13/configure:6744:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aptitude-0.8.13/configure-6745-                if test "$name" = 'intl'; then
##############################################
aptitude-0.8.13/configure-6794-                  -L*)
aptitude-0.8.13/configure:6795:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aptitude-0.8.13/configure-6796-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aptitude-0.8.13/configure-6853-                  -R*)
aptitude-0.8.13/configure:6854:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aptitude-0.8.13/configure-6855-                    if test "$enable_rpath" != no; then
##############################################
aptitude-0.8.13/configure-6878-                  -l*)
aptitude-0.8.13/configure:6879:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aptitude-0.8.13/configure-6880-                    ;;
aptitude-0.8.13/configure-6881-                  *.la)
aptitude-0.8.13/configure:6882:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aptitude-0.8.13/configure-6883-                    ;;
##############################################
aptitude-0.8.13/configure-7412-  if test "$am_compiler_list" = ""; then
aptitude-0.8.13/configure:7413:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aptitude-0.8.13/configure-7414-  fi
##############################################
aptitude-0.8.13/configure-7978-do :
aptitude-0.8.13/configure:7979:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aptitude-0.8.13/configure-7980-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aptitude-0.8.13/configure-7983-  cat >>confdefs.h <<_ACEOF
aptitude-0.8.13/configure:7984:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aptitude-0.8.13/configure-7985-_ACEOF
##############################################
aptitude-0.8.13/configure-8361-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:8362:  pkg_cv_SIGC_CFLAGS=`$PKG_CONFIG --cflags "sigc++-2.0" 2>/dev/null`
aptitude-0.8.13/configure-8363-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-8378-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:8379:  pkg_cv_SIGC_LIBS=`$PKG_CONFIG --libs "sigc++-2.0" 2>/dev/null`
aptitude-0.8.13/configure-8380-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-8399-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:8400:	        SIGC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sigc++-2.0" 2>&1`
aptitude-0.8.13/configure-8401-        else
aptitude-0.8.13/configure:8402:	        SIGC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sigc++-2.0" 2>&1`
aptitude-0.8.13/configure-8403-        fi
##############################################
aptitude-0.8.13/configure-8453-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:8454:  pkg_cv_CWIDGET_CFLAGS=`$PKG_CONFIG --cflags "cwidget" 2>/dev/null`
aptitude-0.8.13/configure-8455-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-8470-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:8471:  pkg_cv_CWIDGET_LIBS=`$PKG_CONFIG --libs "cwidget" 2>/dev/null`
aptitude-0.8.13/configure-8472-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-8491-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:8492:	        CWIDGET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cwidget" 2>&1`
aptitude-0.8.13/configure-8493-        else
aptitude-0.8.13/configure:8494:	        CWIDGET_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cwidget" 2>&1`
aptitude-0.8.13/configure-8495-        fi
##############################################
aptitude-0.8.13/configure-8546-do :
aptitude-0.8.13/configure:8547:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aptitude-0.8.13/configure-8548-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aptitude-0.8.13/configure-8550-  cat >>confdefs.h <<_ACEOF
aptitude-0.8.13/configure:8551:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aptitude-0.8.13/configure-8552-_ACEOF
##############################################
aptitude-0.8.13/configure-8611-fi
aptitude-0.8.13/configure:8612:  _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\.[0-9]*\)'`
aptitude-0.8.13/configure:8613:  _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\)'`
aptitude-0.8.13/configure-8614-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"; then :
##############################################
aptitude-0.8.13/configure-8616-fi
aptitude-0.8.13/configure:8617:  _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.\([0-9]*\)'`
aptitude-0.8.13/configure-8618-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"; then :
##############################################
aptitude-0.8.13/configure-8620-fi
aptitude-0.8.13/configure:8621:  _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
aptitude-0.8.13/configure-8622-  if test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"; then :
##############################################
aptitude-0.8.13/configure-8624-fi
aptitude-0.8.13/configure:8625:  _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+  $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor`
aptitude-0.8.13/configure-8626-  WANT_BOOST_VERSION=$_AX_BOOST_BASE_TONUMERICVERSION_RET
##############################################
aptitude-0.8.13/configure-8763-            if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then
aptitude-0.8.13/configure:8764:                for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
aptitude-0.8.13/configure:8765:                    _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aptitude-0.8.13/configure:8766:                    V_CHECK=`expr $_version_tmp \> $_version`
aptitude-0.8.13/configure-8767-                    if test "x$V_CHECK" = "x1" ; then
##############################################
aptitude-0.8.13/configure-8769-                    fi
aptitude-0.8.13/configure:8770:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aptitude-0.8.13/configure-8771-                    BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aptitude-0.8.13/configure-8788-                    if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then
aptitude-0.8.13/configure:8789:                        for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
aptitude-0.8.13/configure:8790:                            _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aptitude-0.8.13/configure:8791:                            V_CHECK=`expr $_version_tmp \> $_version`
aptitude-0.8.13/configure-8792-                            if test "x$V_CHECK" = "x1" ; then
##############################################
aptitude-0.8.13/configure-8799-
aptitude-0.8.13/configure:8800:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aptitude-0.8.13/configure-8801-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aptitude-0.8.13/configure-8814-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
aptitude-0.8.13/configure:8815:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
aptitude-0.8.13/configure:8816:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
aptitude-0.8.13/configure:8817:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
aptitude-0.8.13/configure:8818:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
aptitude-0.8.13/configure-8819-                    if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then
##############################################
aptitude-0.8.13/configure-8976-
aptitude-0.8.13/configure:8977:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
aptitude-0.8.13/configure-8978-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
aptitude-0.8.13/configure:8979:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
aptitude-0.8.13/configure-8980-                     ax_lib=${libextension}
aptitude-0.8.13/configure:8981:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
aptitude-0.8.13/configure-8982-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9026-                if test "x$link_iostreams" != "xyes"; then
aptitude-0.8.13/configure:9027:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
aptitude-0.8.13/configure-9028-                     ax_lib=${libextension}
aptitude-0.8.13/configure:9029:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
aptitude-0.8.13/configure-9030-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9077-               for ax_lib in $ax_boost_user_iostreams_lib boost_iostreams-$ax_boost_user_iostreams_lib; do
aptitude-0.8.13/configure:9078:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
aptitude-0.8.13/configure-9079-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9210-
aptitude-0.8.13/configure:9211:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
aptitude-0.8.13/configure-9212-
##############################################
aptitude-0.8.13/configure-9214-            if test "x$ax_boost_user_system_lib" = "x"; then
aptitude-0.8.13/configure:9215:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
aptitude-0.8.13/configure-9216-                     ax_lib=${libextension}
aptitude-0.8.13/configure:9217:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
aptitude-0.8.13/configure-9218-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9262-                if test "x$link_system" != "xyes"; then
aptitude-0.8.13/configure:9263:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aptitude-0.8.13/configure-9264-                     ax_lib=${libextension}
aptitude-0.8.13/configure:9265:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
aptitude-0.8.13/configure-9266-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9313-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
aptitude-0.8.13/configure:9314:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
aptitude-0.8.13/configure-9315-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
aptitude-0.8.13/configure-9592-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9593:  pkg_cv_SQLITE3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
aptitude-0.8.13/configure-9594-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9609-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9610:  pkg_cv_SQLITE3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
aptitude-0.8.13/configure-9611-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9630-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:9631:	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3" 2>&1`
aptitude-0.8.13/configure-9632-        else
aptitude-0.8.13/configure:9633:	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3" 2>&1`
aptitude-0.8.13/configure-9634-        fi
##############################################
aptitude-0.8.13/configure-9718-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9719:  pkg_cv_GLIBMM_CFLAGS=`$PKG_CONFIG --cflags "glibmm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9720-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9735-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9736:  pkg_cv_GLIBMM_LIBS=`$PKG_CONFIG --libs "glibmm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9737-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9756-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:9757:	        GLIBMM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glibmm-2.4" 2>&1`
aptitude-0.8.13/configure-9758-        else
aptitude-0.8.13/configure:9759:	        GLIBMM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glibmm-2.4" 2>&1`
aptitude-0.8.13/configure-9760-        fi
##############################################
aptitude-0.8.13/configure-9789-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9790:  pkg_cv_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0" 2>/dev/null`
aptitude-0.8.13/configure-9791-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9806-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9807:  pkg_cv_GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0" 2>/dev/null`
aptitude-0.8.13/configure-9808-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9827-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:9828:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gthread-2.0" 2>&1`
aptitude-0.8.13/configure-9829-        else
aptitude-0.8.13/configure:9830:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gthread-2.0" 2>&1`
aptitude-0.8.13/configure-9831-        fi
##############################################
aptitude-0.8.13/configure-9860-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9861:  pkg_cv_GTKMM_CFLAGS=`$PKG_CONFIG --cflags "gtkmm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9862-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9877-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9878:  pkg_cv_GTKMM_LIBS=`$PKG_CONFIG --libs "gtkmm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9879-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9898-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:9899:	        GTKMM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtkmm-2.4" 2>&1`
aptitude-0.8.13/configure-9900-        else
aptitude-0.8.13/configure:9901:	        GTKMM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtkmm-2.4" 2>&1`
aptitude-0.8.13/configure-9902-        fi
##############################################
aptitude-0.8.13/configure-9931-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9932:  pkg_cv_LIBGLADEMM_CFLAGS=`$PKG_CONFIG --cflags "libglademm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9933-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9948-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:9949:  pkg_cv_LIBGLADEMM_LIBS=`$PKG_CONFIG --libs "libglademm-2.4" 2>/dev/null`
aptitude-0.8.13/configure-9950-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-9969-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:9970:	        LIBGLADEMM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libglademm-2.4" 2>&1`
aptitude-0.8.13/configure-9971-        else
aptitude-0.8.13/configure:9972:	        LIBGLADEMM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libglademm-2.4" 2>&1`
aptitude-0.8.13/configure-9973-        fi
##############################################
aptitude-0.8.13/configure-10002-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10003:  pkg_cv_VTE_CFLAGS=`$PKG_CONFIG --cflags "vte" 2>/dev/null`
aptitude-0.8.13/configure-10004-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10019-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10020:  pkg_cv_VTE_LIBS=`$PKG_CONFIG --libs "vte" 2>/dev/null`
aptitude-0.8.13/configure-10021-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10040-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:10041:	        VTE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte" 2>&1`
aptitude-0.8.13/configure-10042-        else
aptitude-0.8.13/configure:10043:	        VTE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte" 2>&1`
aptitude-0.8.13/configure-10044-        fi
##############################################
aptitude-0.8.13/configure-10146-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10147:  pkg_cv_QtCore_CFLAGS=`$PKG_CONFIG --cflags "QtCore >= $QTCORE_REQUIRED" 2>/dev/null`
aptitude-0.8.13/configure-10148-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10163-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10164:  pkg_cv_QtCore_LIBS=`$PKG_CONFIG --libs "QtCore >= $QTCORE_REQUIRED" 2>/dev/null`
aptitude-0.8.13/configure-10165-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10184-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:10185:	        QtCore_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "QtCore >= $QTCORE_REQUIRED" 2>&1`
aptitude-0.8.13/configure-10186-        else
aptitude-0.8.13/configure:10187:	        QtCore_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "QtCore >= $QTCORE_REQUIRED" 2>&1`
aptitude-0.8.13/configure-10188-        fi
##############################################
aptitude-0.8.13/configure-10217-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10218:  pkg_cv_QtGui_CFLAGS=`$PKG_CONFIG --cflags "QtGui >= $QTGUI_REQUIRED" 2>/dev/null`
aptitude-0.8.13/configure-10219-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10234-  test $ac_status = 0; }; then
aptitude-0.8.13/configure:10235:  pkg_cv_QtGui_LIBS=`$PKG_CONFIG --libs "QtGui >= $QTGUI_REQUIRED" 2>/dev/null`
aptitude-0.8.13/configure-10236-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aptitude-0.8.13/configure-10255-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/configure:10256:	        QtGui_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "QtGui >= $QTGUI_REQUIRED" 2>&1`
aptitude-0.8.13/configure-10257-        else
aptitude-0.8.13/configure:10258:	        QtGui_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "QtGui >= $QTGUI_REQUIRED" 2>&1`
aptitude-0.8.13/configure-10259-        fi
##############################################
aptitude-0.8.13/configure-10520-do :
aptitude-0.8.13/configure:10521:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aptitude-0.8.13/configure-10522-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aptitude-0.8.13/configure-10524-  cat >>confdefs.h <<_ACEOF
aptitude-0.8.13/configure:10525:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aptitude-0.8.13/configure-10526-_ACEOF
##############################################
aptitude-0.8.13/configure-10983-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aptitude-0.8.13/configure:10984:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aptitude-0.8.13/configure-10985-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aptitude-0.8.13/configure-11114-if test -z "$BASH_VERSION$ZSH_VERSION" \
aptitude-0.8.13/configure:11115:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aptitude-0.8.13/configure-11116-  as_echo='print -r --'
aptitude-0.8.13/configure-11117-  as_echo_n='print -rn --'
aptitude-0.8.13/configure:11118:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aptitude-0.8.13/configure-11119-  as_echo='printf %s\n'
##############################################
aptitude-0.8.13/configure-11121-else
aptitude-0.8.13/configure:11122:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aptitude-0.8.13/configure-11123-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aptitude-0.8.13/configure-11131-	expr "X$arg" : "X\\(.*\\)$as_nl";
aptitude-0.8.13/configure:11132:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aptitude-0.8.13/configure-11133-      esac;
##############################################
aptitude-0.8.13/configure-11208-# ----------------------------------------
aptitude-0.8.13/configure:11209:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aptitude-0.8.13/configure-11210-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aptitude-0.8.13/configure-11280-  {
aptitude-0.8.13/configure:11281:    as_val=`expr "$@" || test $? -eq 1`
aptitude-0.8.13/configure-11282-  }
##############################################
aptitude-0.8.13/configure-11384-      case $as_dir in #(
aptitude-0.8.13/configure:11385:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aptitude-0.8.13/configure-11386-      *) as_qdir=$as_dir;;
##############################################
aptitude-0.8.13/configure-11519-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aptitude-0.8.13/configure:11520:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aptitude-0.8.13/configure-11521-ac_cs_version="\\
##############################################
aptitude-0.8.13/configure-11544-  --*=?*)
aptitude-0.8.13/configure:11545:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aptitude-0.8.13/configure:11546:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aptitude-0.8.13/configure-11547-    ac_shift=:
##############################################
aptitude-0.8.13/configure-11549-  --*=)
aptitude-0.8.13/configure:11550:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aptitude-0.8.13/configure-11551-    ac_optarg=
##############################################
aptitude-0.8.13/configure-11573-    case $ac_optarg in
aptitude-0.8.13/configure:11574:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aptitude-0.8.13/configure-11575-    '') as_fn_error $? "missing file argument" ;;
##############################################
aptitude-0.8.13/configure-11581-    case $ac_optarg in
aptitude-0.8.13/configure:11582:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aptitude-0.8.13/configure-11583-    esac
##############################################
aptitude-0.8.13/configure-11771-fi
aptitude-0.8.13/configure:11772:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aptitude-0.8.13/configure-11773-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aptitude-0.8.13/configure-11788-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aptitude-0.8.13/configure:11789:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aptitude-0.8.13/configure-11790-ac_delim='%!_!# '
##############################################
aptitude-0.8.13/configure-11794-
aptitude-0.8.13/configure:11795:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aptitude-0.8.13/configure-11796-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aptitude-0.8.13/configure-11932-for ac_last_try in false false :; do
aptitude-0.8.13/configure:11933:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aptitude-0.8.13/configure-11934-  if test -z "$ac_tt"; then
##############################################
aptitude-0.8.13/configure-12064-      esac
aptitude-0.8.13/configure:12065:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aptitude-0.8.13/configure-12066-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aptitude-0.8.13/configure-12123-*)
aptitude-0.8.13/configure:12124:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aptitude-0.8.13/configure-12125-  # A ".." for each directory in $ac_dir_suffix.
aptitude-0.8.13/configure:12126:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aptitude-0.8.13/configure-12127-  case $ac_top_builddir_sub in
##############################################
aptitude-0.8.13/configure-12184-/@mandir@/p'
aptitude-0.8.13/configure:12185:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aptitude-0.8.13/configure-12186-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aptitude-0.8.13/configure-12201-
aptitude-0.8.13/configure:12202:# Neutralize VPATH when `$srcdir' = `.'.
aptitude-0.8.13/configure-12203-# Shell code in configure.ac might set extrasub.
##############################################
aptitude-0.8.13/configure-12229-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aptitude-0.8.13/configure:12230:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aptitude-0.8.13/configure-12231-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aptitude-0.8.13/configure-12275-    * )
aptitude-0.8.13/configure:12276:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aptitude-0.8.13/configure-12277-  esac
##############################################
aptitude-0.8.13/configure-12314-      case "$ac_file" in
aptitude-0.8.13/configure:12315:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aptitude-0.8.13/configure-12316-      esac
##############################################
aptitude-0.8.13/configure-12319-        # Adjust a relative srcdir.
aptitude-0.8.13/configure:12320:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aptitude-0.8.13/configure:12321:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aptitude-0.8.13/configure:12322:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aptitude-0.8.13/configure-12323-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aptitude-0.8.13/configure-12326-        case "$ac_given_srcdir" in
aptitude-0.8.13/configure:12327:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aptitude-0.8.13/configure-12328-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aptitude-0.8.13/configure-12347-            fi
aptitude-0.8.13/configure:12348:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aptitude-0.8.13/configure-12349-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aptitude-0.8.13/configure-12444-    # Strip MF so we end up with the name of the file.
aptitude-0.8.13/configure:12445:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
aptitude-0.8.13/configure-12446-    # Check whether this is an Automake generated Makefile which includes
##############################################
aptitude-0.8.13/po/Makefile.in.in-66-.po.gmo:
aptitude-0.8.13/po/Makefile.in.in:67:	@lang=`echo $* | sed -e 's,.*/,,'`; \
aptitude-0.8.13/po/Makefile.in.in-68-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-158-$(POFILES): $(srcdir)/$(DOMAIN).pot
aptitude-0.8.13/po/Makefile.in.in:159:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-160-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
aptitude-0.8.13/po/Makefile.in.in-188-	for cat in $$catalogs; do \
aptitude-0.8.13/po/Makefile.in.in:189:	  cat=`basename $$cat`; \
aptitude-0.8.13/po/Makefile.in.in:190:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-191-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-198-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aptitude-0.8.13/po/Makefile.in.in:199:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aptitude-0.8.13/po/Makefile.in.in-200-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-240-	for cat in $$catalogs; do \
aptitude-0.8.13/po/Makefile.in.in:241:	  cat=`basename $$cat`; \
aptitude-0.8.13/po/Makefile.in.in:242:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-243-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-247-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aptitude-0.8.13/po/Makefile.in.in:248:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aptitude-0.8.13/po/Makefile.in.in-249-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-286-	for cat in $$catalogs; do \
aptitude-0.8.13/po/Makefile.in.in:287:	  cat=`basename $$cat`; \
aptitude-0.8.13/po/Makefile.in.in:288:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-289-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
aptitude-0.8.13/po/Makefile.in.in-352-.nop.po-create:
aptitude-0.8.13/po/Makefile.in.in:353:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-354-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
aptitude-0.8.13/po/Makefile.in.in-359-.nop.po-update:
aptitude-0.8.13/po/Makefile.in.in:360:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
aptitude-0.8.13/po/Makefile.in.in-361-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
aptitude-0.8.13/po/Rules-quot-15-.insert-header.po-update-en:
aptitude-0.8.13/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
aptitude-0.8.13/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
aptitude-0.8.13/po/Rules-quot-18-	tmpdir=`pwd`; \
aptitude-0.8.13/po/Rules-quot-19-	echo "$$lang:"; \
aptitude-0.8.13/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
aptitude-0.8.13/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
aptitude-0.8.13/po/Rules-quot-22-	cd $(srcdir); \
aptitude-0.8.13/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
aptitude-0.8.13/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
aptitude-0.8.13/config.rpath-33-host="$1"
aptitude-0.8.13/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
aptitude-0.8.13/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
aptitude-0.8.13/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
aptitude-0.8.13/config.rpath-37-
aptitude-0.8.13/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
aptitude-0.8.13/config.rpath-39-
##############################################
aptitude-0.8.13/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
aptitude-0.8.13/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
aptitude-0.8.13/config.rpath-235-          if test -f "$collect2name" && \
##############################################
aptitude-0.8.13/config.rpath-369-      hardcode_direct=yes
aptitude-0.8.13/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aptitude-0.8.13/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
aptitude-0.8.13/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
aptitude-0.8.13/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
aptitude-0.8.13/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
aptitude-0.8.13/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aptitude-0.8.13/config.rpath-544-
##############################################
aptitude-0.8.13/install-sh-234-      fi
aptitude-0.8.13/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aptitude-0.8.13/install-sh-236-    *)
##############################################
aptitude-0.8.13/install-sh-280-      dstdir=$dst
aptitude-0.8.13/install-sh:281:      dstbase=`basename "$src"`
aptitude-0.8.13/install-sh-282-      case $dst in
##############################################
aptitude-0.8.13/install-sh-287-    else
aptitude-0.8.13/install-sh:288:      dstdir=`dirname "$dst"`
aptitude-0.8.13/install-sh-289-      test -d "$dstdir"
##############################################
aptitude-0.8.13/install-sh-354-                   test_tmpdir="$tmpdir/a"
aptitude-0.8.13/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
aptitude-0.8.13/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
aptitude-0.8.13/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
aptitude-0.8.13/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
aptitude-0.8.13/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aptitude-0.8.13/install-sh-419-            case $prefix in
aptitude-0.8.13/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aptitude-0.8.13/install-sh-421-              *) qprefix=$prefix;;
##############################################
aptitude-0.8.13/install-sh-479-    if $copy_on_change &&
aptitude-0.8.13/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
aptitude-0.8.13/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
aptitude-0.8.13/install-sh-482-       set -f &&
##############################################
aptitude-0.8.13/Makefile.in-51-  { \
aptitude-0.8.13/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/Makefile.in-53-  }; \
##############################################
aptitude-0.8.13/Makefile.in-105-CONFIG_CLEAN_VPATH_FILES =
aptitude-0.8.13/Makefile.in:106:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/Makefile.in-107-am__vpath_adj = case $$p in \
aptitude-0.8.13/Makefile.in:108:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/Makefile.in-109-    *) f=$$p;; \
aptitude-0.8.13/Makefile.in-110-  esac;
aptitude-0.8.13/Makefile.in:111:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/Makefile.in-112-am__install_max = 40
aptitude-0.8.13/Makefile.in-113-am__nobase_strip_setup = \
aptitude-0.8.13/Makefile.in:114:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/Makefile.in-115-am__nobase_strip = \
##############################################
aptitude-0.8.13/Makefile.in-315-case "$@" in						\
aptitude-0.8.13/Makefile.in:316:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
aptitude-0.8.13/Makefile.in-317-    *) am__odir=.;; 					\
##############################################
aptitude-0.8.13/Makefile.in-345-  bases='$(TEST_LOGS)'; \
aptitude-0.8.13/Makefile.in:346:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
aptitude-0.8.13/Makefile.in:347:  bases=`echo $$bases`
aptitude-0.8.13/Makefile.in-348-RECHECK_LOGS = $(TEST_LOGS)
##############################################
aptitude-0.8.13/Makefile.in-357-        */*) b='$*';; \
aptitude-0.8.13/Makefile.in:358:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
aptitude-0.8.13/Makefile.in-359-       esac;; \
##############################################
aptitude-0.8.13/Makefile.in-390-  while test -n "$$dir1"; do \
aptitude-0.8.13/Makefile.in:391:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/Makefile.in-392-    if test "$$first" != "."; then \
aptitude-0.8.13/Makefile.in-393-      if test "$$first" = ".."; then \
aptitude-0.8.13/Makefile.in:394:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/Makefile.in:395:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/Makefile.in-396-      else \
aptitude-0.8.13/Makefile.in:397:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/Makefile.in-398-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/Makefile.in:399:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/Makefile.in-400-        else \
##############################################
aptitude-0.8.13/Makefile.in-405-    fi; \
aptitude-0.8.13/Makefile.in:406:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/Makefile.in-407-  done; \
##############################################
aptitude-0.8.13/Makefile.in-709-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/Makefile.in:710:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/Makefile.in-711-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/Makefile.in-726-	dot_seen=no; \
aptitude-0.8.13/Makefile.in:727:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/Makefile.in-728-	case "$@" in \
##############################################
aptitude-0.8.13/Makefile.in-789-GTAGS:
aptitude-0.8.13/Makefile.in:790:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/Makefile.in-791-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/Makefile.in-839-	if test -n "$$redo_bases"; then \
aptitude-0.8.13/Makefile.in:840:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
aptitude-0.8.13/Makefile.in:841:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
aptitude-0.8.13/Makefile.in-842-	  if $(am__make_dryrun); then :; else \
##############################################
aptitude-0.8.13/Makefile.in-864-	ws='[ 	]'; \
aptitude-0.8.13/Makefile.in:865:	results=`for b in $$bases; do echo $$b.trs; done`; \
aptitude-0.8.13/Makefile.in-866-	test -n "$$results" || results=/dev/null; \
aptitude-0.8.13/Makefile.in:867:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:868:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:869:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:870:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:871:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:872:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:873:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
aptitude-0.8.13/Makefile.in:874:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
aptitude-0.8.13/Makefile.in-875-	  success=true; \
##############################################
aptitude-0.8.13/Makefile.in-943-	@set +e; $(am__set_TESTS_bases); \
aptitude-0.8.13/Makefile.in:944:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aptitude-0.8.13/Makefile.in:945:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
aptitude-0.8.13/Makefile.in:946:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
aptitude-0.8.13/Makefile.in-947-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
aptitude-0.8.13/Makefile.in-953-	         | $(am__list_recheck_tests)` || exit 1; \
aptitude-0.8.13/Makefile.in:954:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aptitude-0.8.13/Makefile.in:955:	log_list=`echo $$log_list`; \
aptitude-0.8.13/Makefile.in-956-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
aptitude-0.8.13/Makefile.in-987-	test -d "$(distdir)" || mkdir "$(distdir)"
aptitude-0.8.13/Makefile.in:988:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/Makefile.in:989:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/Makefile.in-990-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/Makefile.in-1001-	  if test -d $$d/$$file; then \
aptitude-0.8.13/Makefile.in:1002:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/Makefile.in-1003-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/Makefile.in-1117-	test -d $(distdir)/_build || exit 0; \
aptitude-0.8.13/Makefile.in:1118:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
aptitude-0.8.13/Makefile.in-1119-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
aptitude-0.8.13/Makefile.in-1161-	}; \
aptitude-0.8.13/Makefile.in:1162:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
aptitude-0.8.13/Makefile.in-1163-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aptitude-0.8.13/Makefile.in-1173-	fi
aptitude-0.8.13/Makefile.in:1174:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aptitude-0.8.13/Makefile.in-1175-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-56-  { \
aptitude-0.8.13/doc/en/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/en/Makefile.in-58-  }; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-134-  esac
aptitude-0.8.13/doc/en/Makefile.in:135:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/en/Makefile.in-136-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/en/Makefile.in:137:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/en/Makefile.in-138-    *) f=$$p;; \
aptitude-0.8.13/doc/en/Makefile.in-139-  esac;
aptitude-0.8.13/doc/en/Makefile.in:140:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/en/Makefile.in-141-am__install_max = 40
aptitude-0.8.13/doc/en/Makefile.in-142-am__nobase_strip_setup = \
aptitude-0.8.13/doc/en/Makefile.in:143:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/en/Makefile.in-144-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-207-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/en/Makefile.in:208:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/en/Makefile.in-209-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/en/Makefile.in-210-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/en/Makefile.in:211:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/en/Makefile.in:212:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/en/Makefile.in-213-      else \
aptitude-0.8.13/doc/en/Makefile.in:214:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/en/Makefile.in-215-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/en/Makefile.in:216:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/en/Makefile.in-217-        else \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-222-    fi; \
aptitude-0.8.13/doc/en/Makefile.in:223:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/en/Makefile.in-224-  done; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-417-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/en/Makefile.in:418:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/en/Makefile.in-419-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/en/Makefile.in-460-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/en/Makefile.in:461:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/en/Makefile.in-462-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-490-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/en/Makefile.in:491:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/en/Makefile.in-492-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-539-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/en/Makefile.in:540:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/en/Makefile.in-541-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-569-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/en/Makefile.in:570:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/en/Makefile.in-571-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-632-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/en/Makefile.in:633:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/en/Makefile.in-634-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/en/Makefile.in-653-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/en/Makefile.in:654:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/en/Makefile.in-655-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/en/Makefile.in-674-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/en/Makefile.in:675:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/en/Makefile.in-676-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/en/Makefile.in-695-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/en/Makefile.in:696:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/en/Makefile.in-697-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/en/Makefile.in-712-	dot_seen=no; \
aptitude-0.8.13/doc/en/Makefile.in:713:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/en/Makefile.in-714-	case "$@" in \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-775-GTAGS:
aptitude-0.8.13/doc/en/Makefile.in:776:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/en/Makefile.in-777-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-801-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/en/Makefile.in:802:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/en/Makefile.in:803:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/en/Makefile.in-804-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/en/Makefile.in-815-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/en/Makefile.in:816:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/en/Makefile.in-817-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/en/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/en/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/en/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/en/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/en/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/en/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/en/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/en/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/en/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/en/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-59-  { \
aptitude-0.8.13/doc/ru/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/ru/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-137-  esac
aptitude-0.8.13/doc/ru/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/ru/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/ru/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/ru/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/ru/Makefile.in-142-  esac;
aptitude-0.8.13/doc/ru/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/ru/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/ru/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/ru/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/ru/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-211-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/ru/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/ru/Makefile.in-213-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/ru/Makefile.in-214-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/ru/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/ru/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/ru/Makefile.in-217-      else \
aptitude-0.8.13/doc/ru/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/ru/Makefile.in-219-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/ru/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/ru/Makefile.in-221-        else \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-226-    fi; \
aptitude-0.8.13/doc/ru/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/ru/Makefile.in-228-  done; \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-458-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/ru/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ru/Makefile.in-460-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-502-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/ru/Makefile.in:503:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/ru/Makefile.in-504-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-545-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/ru/Makefile.in:546:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/ru/Makefile.in-547-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-602-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/ru/Makefile.in:603:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ru/Makefile.in-604-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-623-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/ru/Makefile.in:624:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ru/Makefile.in-625-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-644-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/ru/Makefile.in:645:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ru/Makefile.in-646-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-665-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/ru/Makefile.in:666:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ru/Makefile.in-667-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-682-	dot_seen=no; \
aptitude-0.8.13/doc/ru/Makefile.in:683:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/ru/Makefile.in-684-	case "$@" in \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-745-GTAGS:
aptitude-0.8.13/doc/ru/Makefile.in:746:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/ru/Makefile.in-747-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-771-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/ru/Makefile.in:772:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ru/Makefile.in:773:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ru/Makefile.in-774-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/ru/Makefile.in-785-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/ru/Makefile.in:786:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/ru/Makefile.in-787-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/ru/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/ru/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/ru/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/ru/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/ru/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ru/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ru/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/ru/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/ru/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/ru/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-59-  { \
aptitude-0.8.13/doc/ja/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/ja/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-137-  esac
aptitude-0.8.13/doc/ja/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/ja/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/ja/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/ja/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/ja/Makefile.in-142-  esac;
aptitude-0.8.13/doc/ja/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/ja/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/ja/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/ja/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/ja/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-210-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/ja/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/ja/Makefile.in-212-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/ja/Makefile.in-213-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/ja/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/ja/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/ja/Makefile.in-216-      else \
aptitude-0.8.13/doc/ja/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/ja/Makefile.in-218-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/ja/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/ja/Makefile.in-220-        else \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-225-    fi; \
aptitude-0.8.13/doc/ja/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/ja/Makefile.in-227-  done; \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-426-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/ja/Makefile.in:427:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ja/Makefile.in-428-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-468-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/ja/Makefile.in:469:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/ja/Makefile.in-470-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-525-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/ja/Makefile.in:526:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ja/Makefile.in-527-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-546-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/ja/Makefile.in:547:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ja/Makefile.in-548-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-567-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/ja/Makefile.in:568:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ja/Makefile.in-569-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-588-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/ja/Makefile.in:589:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/ja/Makefile.in-590-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-605-	dot_seen=no; \
aptitude-0.8.13/doc/ja/Makefile.in:606:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/ja/Makefile.in-607-	case "$@" in \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-668-GTAGS:
aptitude-0.8.13/doc/ja/Makefile.in:669:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/ja/Makefile.in-670-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-694-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/ja/Makefile.in:695:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ja/Makefile.in:696:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ja/Makefile.in-697-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/ja/Makefile.in-708-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/ja/Makefile.in:709:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/ja/Makefile.in-710-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/ja/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/ja/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/ja/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/ja/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/ja/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ja/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/ja/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/ja/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/ja/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/ja/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-59-  { \
aptitude-0.8.13/doc/fr/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/fr/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-137-  esac
aptitude-0.8.13/doc/fr/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/fr/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/fr/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/fr/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/fr/Makefile.in-142-  esac;
aptitude-0.8.13/doc/fr/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/fr/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/fr/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/fr/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/fr/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-210-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/fr/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/fr/Makefile.in-212-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/fr/Makefile.in-213-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/fr/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/fr/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/fr/Makefile.in-216-      else \
aptitude-0.8.13/doc/fr/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/fr/Makefile.in-218-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/fr/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/fr/Makefile.in-220-        else \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-225-    fi; \
aptitude-0.8.13/doc/fr/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/fr/Makefile.in-227-  done; \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-425-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/fr/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fr/Makefile.in-427-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-467-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/fr/Makefile.in:468:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/fr/Makefile.in-469-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-524-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/fr/Makefile.in:525:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fr/Makefile.in-526-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-545-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/fr/Makefile.in:546:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fr/Makefile.in-547-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-566-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/fr/Makefile.in:567:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fr/Makefile.in-568-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-587-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/fr/Makefile.in:588:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fr/Makefile.in-589-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-604-	dot_seen=no; \
aptitude-0.8.13/doc/fr/Makefile.in:605:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/fr/Makefile.in-606-	case "$@" in \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-667-GTAGS:
aptitude-0.8.13/doc/fr/Makefile.in:668:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/fr/Makefile.in-669-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-693-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/fr/Makefile.in:694:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fr/Makefile.in:695:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fr/Makefile.in-696-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/fr/Makefile.in-707-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/fr/Makefile.in:708:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/fr/Makefile.in-709-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/fr/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/fr/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/fr/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/fr/images/Makefile.in-331-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/fr/images/Makefile.in:332:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fr/images/Makefile.in:333:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fr/images/Makefile.in-334-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/fr/images/Makefile.in-345-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/fr/images/Makefile.in:346:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/fr/images/Makefile.in-347-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-59-  { \
aptitude-0.8.13/doc/es/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/es/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-137-  esac
aptitude-0.8.13/doc/es/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/es/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/es/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/es/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/es/Makefile.in-142-  esac;
aptitude-0.8.13/doc/es/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/es/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/es/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/es/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/es/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-211-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/es/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/es/Makefile.in-213-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/es/Makefile.in-214-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/es/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/es/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/es/Makefile.in-217-      else \
aptitude-0.8.13/doc/es/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/es/Makefile.in-219-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/es/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/es/Makefile.in-221-        else \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-226-    fi; \
aptitude-0.8.13/doc/es/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/es/Makefile.in-228-  done; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-425-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/es/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/es/Makefile.in-427-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/es/Makefile.in-468-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/es/Makefile.in:469:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/es/Makefile.in-470-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-498-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/es/Makefile.in:499:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/es/Makefile.in-500-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-547-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/es/Makefile.in:548:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/es/Makefile.in-549-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-577-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/es/Makefile.in:578:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/es/Makefile.in-579-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-640-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/es/Makefile.in:641:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/es/Makefile.in-642-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/es/Makefile.in-661-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/es/Makefile.in:662:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/es/Makefile.in-663-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/es/Makefile.in-682-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/es/Makefile.in:683:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/es/Makefile.in-684-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/es/Makefile.in-703-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/es/Makefile.in:704:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/es/Makefile.in-705-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/es/Makefile.in-720-	dot_seen=no; \
aptitude-0.8.13/doc/es/Makefile.in:721:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/es/Makefile.in-722-	case "$@" in \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-783-GTAGS:
aptitude-0.8.13/doc/es/Makefile.in:784:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/es/Makefile.in-785-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-809-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/es/Makefile.in:810:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/es/Makefile.in:811:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/es/Makefile.in-812-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/es/Makefile.in-823-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/es/Makefile.in:824:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/es/Makefile.in-825-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/es/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/es/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/es/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/es/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/es/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/es/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/es/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/es/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/es/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/es/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-56-  { \
aptitude-0.8.13/doc/cs/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/cs/Makefile.in-58-  }; \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-134-  esac
aptitude-0.8.13/doc/cs/Makefile.in:135:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/cs/Makefile.in-136-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/cs/Makefile.in:137:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/cs/Makefile.in-138-    *) f=$$p;; \
aptitude-0.8.13/doc/cs/Makefile.in-139-  esac;
aptitude-0.8.13/doc/cs/Makefile.in:140:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/cs/Makefile.in-141-am__install_max = 40
aptitude-0.8.13/doc/cs/Makefile.in-142-am__nobase_strip_setup = \
aptitude-0.8.13/doc/cs/Makefile.in:143:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/cs/Makefile.in-144-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-206-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/cs/Makefile.in:207:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/cs/Makefile.in-208-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/cs/Makefile.in-209-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/cs/Makefile.in:210:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/cs/Makefile.in:211:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/cs/Makefile.in-212-      else \
aptitude-0.8.13/doc/cs/Makefile.in:213:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/cs/Makefile.in-214-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/cs/Makefile.in:215:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/cs/Makefile.in-216-        else \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-221-    fi; \
aptitude-0.8.13/doc/cs/Makefile.in:222:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/cs/Makefile.in-223-  done; \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-417-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/cs/Makefile.in:418:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/cs/Makefile.in-419-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-459-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/cs/Makefile.in:460:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/cs/Makefile.in-461-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-516-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/cs/Makefile.in:517:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/cs/Makefile.in-518-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-537-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/cs/Makefile.in:538:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/cs/Makefile.in-539-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-558-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/cs/Makefile.in:559:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/cs/Makefile.in-560-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-579-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/cs/Makefile.in:580:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/cs/Makefile.in-581-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-596-	dot_seen=no; \
aptitude-0.8.13/doc/cs/Makefile.in:597:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/cs/Makefile.in-598-	case "$@" in \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-659-GTAGS:
aptitude-0.8.13/doc/cs/Makefile.in:660:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/cs/Makefile.in-661-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-685-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/cs/Makefile.in:686:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/cs/Makefile.in:687:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/cs/Makefile.in-688-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/cs/Makefile.in-699-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/cs/Makefile.in:700:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/cs/Makefile.in-701-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/cs/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/cs/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/cs/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/cs/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/cs/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/cs/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/cs/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/cs/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/cs/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/cs/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/po/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/po/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/po/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/po/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/po/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/po/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/po/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/po/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/po/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/po/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_de/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_de/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_es/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_es/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_fr/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-164-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/po4a/Makefile.in:165:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-166-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/po4a/Makefile.in-167-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/po4a/Makefile.in:168:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/po4a/Makefile.in:169:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-170-      else \
aptitude-0.8.13/doc/po4a/Makefile.in:171:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-172-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/po4a/Makefile.in:173:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-174-        else \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-179-    fi; \
aptitude-0.8.13/doc/po4a/Makefile.in:180:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/po4a/Makefile.in-181-  done; \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-389-	dot_seen=no; \
aptitude-0.8.13/doc/po4a/Makefile.in:390:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/po4a/Makefile.in-391-	case "$@" in \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-452-GTAGS:
aptitude-0.8.13/doc/po4a/Makefile.in:453:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/po4a/Makefile.in-454-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-478-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/Makefile.in:479:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/Makefile.in:480:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/Makefile.in-481-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/Makefile.in-492-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/Makefile.in:493:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/Makefile.in-494-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_pl/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_ru/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-49-  { \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/po4a/add_nl/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/Makefile.in-49-  { \
aptitude-0.8.13/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/Makefile.in-164-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/Makefile.in:165:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/Makefile.in-166-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/Makefile.in-167-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/Makefile.in:168:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/Makefile.in:169:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/Makefile.in-170-      else \
aptitude-0.8.13/doc/Makefile.in:171:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/Makefile.in-172-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/Makefile.in:173:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/Makefile.in-174-        else \
##############################################
aptitude-0.8.13/doc/Makefile.in-179-    fi; \
aptitude-0.8.13/doc/Makefile.in:180:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/Makefile.in-181-  done; \
##############################################
aptitude-0.8.13/doc/Makefile.in-394-	dot_seen=no; \
aptitude-0.8.13/doc/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/Makefile.in-396-	case "$@" in \
##############################################
aptitude-0.8.13/doc/Makefile.in-457-GTAGS:
aptitude-0.8.13/doc/Makefile.in:458:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/Makefile.in-459-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/Makefile.in-483-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/Makefile.in-497-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-59-  { \
aptitude-0.8.13/doc/it/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/it/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-137-  esac
aptitude-0.8.13/doc/it/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/it/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/it/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/it/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/it/Makefile.in-142-  esac;
aptitude-0.8.13/doc/it/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/it/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/it/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/it/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/it/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-211-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/it/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/it/Makefile.in-213-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/it/Makefile.in-214-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/it/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/it/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/it/Makefile.in-217-      else \
aptitude-0.8.13/doc/it/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/it/Makefile.in-219-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/it/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/it/Makefile.in-221-        else \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-226-    fi; \
aptitude-0.8.13/doc/it/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/it/Makefile.in-228-  done; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-425-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/it/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/it/Makefile.in-427-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/it/Makefile.in-468-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/it/Makefile.in:469:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/it/Makefile.in-470-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-498-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/it/Makefile.in:499:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/it/Makefile.in-500-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-547-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/it/Makefile.in:548:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/it/Makefile.in-549-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-577-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/it/Makefile.in:578:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/it/Makefile.in-579-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-640-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/it/Makefile.in:641:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/it/Makefile.in-642-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/it/Makefile.in-661-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/it/Makefile.in:662:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/it/Makefile.in-663-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/it/Makefile.in-682-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/it/Makefile.in:683:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/it/Makefile.in-684-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/it/Makefile.in-703-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/it/Makefile.in:704:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/it/Makefile.in-705-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/it/Makefile.in-720-	dot_seen=no; \
aptitude-0.8.13/doc/it/Makefile.in:721:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/it/Makefile.in-722-	case "$@" in \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-783-GTAGS:
aptitude-0.8.13/doc/it/Makefile.in:784:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/it/Makefile.in-785-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-809-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/it/Makefile.in:810:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/it/Makefile.in:811:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/it/Makefile.in-812-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/it/Makefile.in-823-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/it/Makefile.in:824:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/it/Makefile.in-825-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/it/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/it/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/it/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/it/images/Makefile.in-336-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/it/images/Makefile.in:337:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/it/images/Makefile.in:338:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/it/images/Makefile.in-339-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/it/images/Makefile.in-350-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/it/images/Makefile.in:351:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/it/images/Makefile.in-352-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-56-  { \
aptitude-0.8.13/doc/fi/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/fi/Makefile.in-58-  }; \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-134-  esac
aptitude-0.8.13/doc/fi/Makefile.in:135:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/fi/Makefile.in-136-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/fi/Makefile.in:137:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/fi/Makefile.in-138-    *) f=$$p;; \
aptitude-0.8.13/doc/fi/Makefile.in-139-  esac;
aptitude-0.8.13/doc/fi/Makefile.in:140:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/fi/Makefile.in-141-am__install_max = 40
aptitude-0.8.13/doc/fi/Makefile.in-142-am__nobase_strip_setup = \
aptitude-0.8.13/doc/fi/Makefile.in:143:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/fi/Makefile.in-144-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-206-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/fi/Makefile.in:207:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/fi/Makefile.in-208-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/fi/Makefile.in-209-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/fi/Makefile.in:210:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/fi/Makefile.in:211:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/fi/Makefile.in-212-      else \
aptitude-0.8.13/doc/fi/Makefile.in:213:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/fi/Makefile.in-214-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/fi/Makefile.in:215:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/fi/Makefile.in-216-        else \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-221-    fi; \
aptitude-0.8.13/doc/fi/Makefile.in:222:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/fi/Makefile.in-223-  done; \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-417-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/fi/Makefile.in:418:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fi/Makefile.in-419-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-459-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/fi/Makefile.in:460:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/fi/Makefile.in-461-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-516-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/fi/Makefile.in:517:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fi/Makefile.in-518-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-537-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/fi/Makefile.in:538:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fi/Makefile.in-539-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-558-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/fi/Makefile.in:559:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fi/Makefile.in-560-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-579-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/fi/Makefile.in:580:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/fi/Makefile.in-581-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-596-	dot_seen=no; \
aptitude-0.8.13/doc/fi/Makefile.in:597:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/fi/Makefile.in-598-	case "$@" in \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-659-GTAGS:
aptitude-0.8.13/doc/fi/Makefile.in:660:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/fi/Makefile.in-661-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-685-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/fi/Makefile.in:686:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fi/Makefile.in:687:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fi/Makefile.in-688-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/fi/Makefile.in-699-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/fi/Makefile.in:700:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/fi/Makefile.in-701-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/fi/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/fi/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/fi/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/fi/images/Makefile.in-332-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/fi/images/Makefile.in:333:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fi/images/Makefile.in:334:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/fi/images/Makefile.in-335-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/fi/images/Makefile.in-346-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/fi/images/Makefile.in:347:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/fi/images/Makefile.in-348-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-59-  { \
aptitude-0.8.13/doc/de/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/de/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-137-  esac
aptitude-0.8.13/doc/de/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/de/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/de/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/de/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/de/Makefile.in-142-  esac;
aptitude-0.8.13/doc/de/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/de/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/de/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/de/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/de/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-210-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/de/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/de/Makefile.in-212-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/de/Makefile.in-213-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/de/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/de/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/de/Makefile.in-216-      else \
aptitude-0.8.13/doc/de/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/de/Makefile.in-218-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/de/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/de/Makefile.in-220-        else \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-225-    fi; \
aptitude-0.8.13/doc/de/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/de/Makefile.in-227-  done; \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-423-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/de/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/de/Makefile.in-425-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/de/Makefile.in-465-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/de/Makefile.in:466:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/de/Makefile.in-467-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-522-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/de/Makefile.in:523:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/de/Makefile.in-524-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/de/Makefile.in-543-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/de/Makefile.in:544:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/de/Makefile.in-545-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/de/Makefile.in-564-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/de/Makefile.in:565:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/de/Makefile.in-566-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/de/Makefile.in-585-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/de/Makefile.in:586:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/de/Makefile.in-587-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/de/Makefile.in-602-	dot_seen=no; \
aptitude-0.8.13/doc/de/Makefile.in:603:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/de/Makefile.in-604-	case "$@" in \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-665-GTAGS:
aptitude-0.8.13/doc/de/Makefile.in:666:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/de/Makefile.in-667-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-691-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/de/Makefile.in:692:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/de/Makefile.in:693:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/de/Makefile.in-694-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/de/Makefile.in-705-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/de/Makefile.in:706:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/de/Makefile.in-707-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-59-  { \
aptitude-0.8.13/doc/pl/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/pl/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-137-  esac
aptitude-0.8.13/doc/pl/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/pl/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/pl/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/pl/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/pl/Makefile.in-142-  esac;
aptitude-0.8.13/doc/pl/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/pl/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/pl/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/pl/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/pl/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-210-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/pl/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/pl/Makefile.in-212-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/pl/Makefile.in-213-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/pl/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/pl/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/pl/Makefile.in-216-      else \
aptitude-0.8.13/doc/pl/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/pl/Makefile.in-218-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/pl/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/pl/Makefile.in-220-        else \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-225-    fi; \
aptitude-0.8.13/doc/pl/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/pl/Makefile.in-227-  done; \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-423-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/pl/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/pl/Makefile.in-425-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-465-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/pl/Makefile.in:466:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/pl/Makefile.in-467-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-522-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/pl/Makefile.in:523:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/pl/Makefile.in-524-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-543-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/pl/Makefile.in:544:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/pl/Makefile.in-545-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-564-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/pl/Makefile.in:565:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/pl/Makefile.in-566-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-585-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/pl/Makefile.in:586:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/pl/Makefile.in-587-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-602-	dot_seen=no; \
aptitude-0.8.13/doc/pl/Makefile.in:603:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/pl/Makefile.in-604-	case "$@" in \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-665-GTAGS:
aptitude-0.8.13/doc/pl/Makefile.in:666:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/pl/Makefile.in-667-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-691-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/pl/Makefile.in:692:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/pl/Makefile.in:693:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/pl/Makefile.in-694-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/pl/Makefile.in-705-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/pl/Makefile.in:706:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/pl/Makefile.in-707-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-59-  { \
aptitude-0.8.13/doc/nl/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/nl/Makefile.in-61-  }; \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-137-  esac
aptitude-0.8.13/doc/nl/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/doc/nl/Makefile.in-139-am__vpath_adj = case $$p in \
aptitude-0.8.13/doc/nl/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/doc/nl/Makefile.in-141-    *) f=$$p;; \
aptitude-0.8.13/doc/nl/Makefile.in-142-  esac;
aptitude-0.8.13/doc/nl/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/doc/nl/Makefile.in-144-am__install_max = 40
aptitude-0.8.13/doc/nl/Makefile.in-145-am__nobase_strip_setup = \
aptitude-0.8.13/doc/nl/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/doc/nl/Makefile.in-147-am__nobase_strip = \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-211-  while test -n "$$dir1"; do \
aptitude-0.8.13/doc/nl/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/nl/Makefile.in-213-    if test "$$first" != "."; then \
aptitude-0.8.13/doc/nl/Makefile.in-214-      if test "$$first" = ".."; then \
aptitude-0.8.13/doc/nl/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/doc/nl/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/doc/nl/Makefile.in-217-      else \
aptitude-0.8.13/doc/nl/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/doc/nl/Makefile.in-219-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/doc/nl/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/nl/Makefile.in-221-        else \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-226-    fi; \
aptitude-0.8.13/doc/nl/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/doc/nl/Makefile.in-228-  done; \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-458-dbuninstall = @list='$(1)'; test -n "$(2)" || list=; \
aptitude-0.8.13/doc/nl/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/nl/Makefile.in-460-	dir='$(DESTDIR)$(2)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-502-	test -n "$(man1dir)" \
aptitude-0.8.13/doc/nl/Makefile.in:503:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/nl/Makefile.in-504-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-545-	test -n "$(man8dir)" \
aptitude-0.8.13/doc/nl/Makefile.in:546:	  && test -n "`echo $$list1$$list2`" \
aptitude-0.8.13/doc/nl/Makefile.in-547-	  || exit 0; \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-602-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
aptitude-0.8.13/doc/nl/Makefile.in:603:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/nl/Makefile.in-604-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-623-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
aptitude-0.8.13/doc/nl/Makefile.in:624:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/nl/Makefile.in-625-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-644-	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
aptitude-0.8.13/doc/nl/Makefile.in:645:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/nl/Makefile.in-646-	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-665-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/doc/nl/Makefile.in:666:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/doc/nl/Makefile.in-667-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-682-	dot_seen=no; \
aptitude-0.8.13/doc/nl/Makefile.in:683:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/doc/nl/Makefile.in-684-	case "$@" in \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-745-GTAGS:
aptitude-0.8.13/doc/nl/Makefile.in:746:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/doc/nl/Makefile.in-747-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-771-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/nl/Makefile.in:772:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/nl/Makefile.in:773:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/nl/Makefile.in-774-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/nl/Makefile.in-785-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/nl/Makefile.in:786:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/nl/Makefile.in-787-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/doc/nl/images/Makefile.in-49-  { \
aptitude-0.8.13/doc/nl/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/doc/nl/images/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/doc/nl/images/Makefile.in-338-distdir-am: $(DISTFILES)
aptitude-0.8.13/doc/nl/images/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/nl/images/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/doc/nl/images/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/doc/nl/images/Makefile.in-352-	  if test -d $$d/$$file; then \
aptitude-0.8.13/doc/nl/images/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/doc/nl/images/Makefile.in-354-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/qt/Makefile.in-50-  { \
aptitude-0.8.13/src/qt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/qt/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/qt/Makefile.in-512-.cc.o:
aptitude-0.8.13/src/qt/Makefile.in:513:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aptitude-0.8.13/src/qt/Makefile.in-514-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aptitude-0.8.13/src/qt/Makefile.in-520-.cc.obj:
aptitude-0.8.13/src/qt/Makefile.in:521:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aptitude-0.8.13/src/qt/Makefile.in:522:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aptitude-0.8.13/src/qt/Makefile.in-523-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aptitude-0.8.13/src/qt/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/qt/Makefile.in:526:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/qt/Makefile.in-527-
##############################################
aptitude-0.8.13/src/qt/Makefile.in-557-GTAGS:
aptitude-0.8.13/src/qt/Makefile.in:558:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/qt/Makefile.in-559-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/qt/Makefile.in-583-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/qt/Makefile.in:584:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/qt/Makefile.in:585:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/qt/Makefile.in-586-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/qt/Makefile.in-597-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/qt/Makefile.in:598:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/qt/Makefile.in-599-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/util/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-214-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/generic/util/Makefile.in:215:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-216-    if test "$$first" != "."; then \
aptitude-0.8.13/src/generic/util/Makefile.in-217-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/generic/util/Makefile.in:218:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/generic/util/Makefile.in:219:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-220-      else \
aptitude-0.8.13/src/generic/util/Makefile.in:221:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-222-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/generic/util/Makefile.in:223:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-224-        else \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-229-    fi; \
aptitude-0.8.13/src/generic/util/Makefile.in:230:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/util/Makefile.in-231-  done; \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-507-.cc.obj:
aptitude-0.8.13/src/generic/util/Makefile.in:508:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/util/Makefile.in-509-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/util/Makefile.in:512:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/util/Makefile.in-513-
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-527-	dot_seen=no; \
aptitude-0.8.13/src/generic/util/Makefile.in:528:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/generic/util/Makefile.in-529-	case "$@" in \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-590-GTAGS:
aptitude-0.8.13/src/generic/util/Makefile.in:591:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/util/Makefile.in-592-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-616-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/util/Makefile.in:617:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/util/Makefile.in:618:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/util/Makefile.in-619-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/util/Makefile.in-630-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/util/Makefile.in:631:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/util/Makefile.in-632-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-49-  { \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-324-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/util/mocks/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-338-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/util/mocks/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-429-.cc.obj:
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:430:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-431-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:434:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-435-
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-465-GTAGS:
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:466:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-467-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-491-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-505-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/apt/matching/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/apt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-242-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/generic/apt/Makefile.in:243:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-244-    if test "$$first" != "."; then \
aptitude-0.8.13/src/generic/apt/Makefile.in-245-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/generic/apt/Makefile.in:246:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/generic/apt/Makefile.in:247:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-248-      else \
aptitude-0.8.13/src/generic/apt/Makefile.in:249:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-250-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/generic/apt/Makefile.in:251:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-252-        else \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-257-    fi; \
aptitude-0.8.13/src/generic/apt/Makefile.in:258:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-259-  done; \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-584-.cc.obj:
aptitude-0.8.13/src/generic/apt/Makefile.in:585:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/Makefile.in-586-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-588-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/apt/Makefile.in:589:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/Makefile.in-590-
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-604-	dot_seen=no; \
aptitude-0.8.13/src/generic/apt/Makefile.in:605:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-606-	case "$@" in \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-667-GTAGS:
aptitude-0.8.13/src/generic/apt/Makefile.in:668:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/apt/Makefile.in-669-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-693-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/apt/Makefile.in:694:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/Makefile.in:695:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-696-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/apt/Makefile.in-707-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/apt/Makefile.in:708:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/apt/Makefile.in-709-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/apt/history/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/apt/history/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-413-.cc.obj:
aptitude-0.8.13/src/generic/apt/history/Makefile.in:414:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/history/Makefile.in-415-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-417-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/apt/history/Makefile.in:418:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/apt/history/Makefile.in-419-
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-449-GTAGS:
aptitude-0.8.13/src/generic/apt/history/Makefile.in:450:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/apt/history/Makefile.in-451-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-475-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/apt/history/Makefile.in:476:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/history/Makefile.in:477:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/apt/history/Makefile.in-478-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/apt/history/Makefile.in-489-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/apt/history/Makefile.in:490:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/apt/history/Makefile.in-491-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-49-  { \
aptitude-0.8.13/src/generic/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/Makefile.in-51-  }; \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-164-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/generic/Makefile.in:165:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/Makefile.in-166-    if test "$$first" != "."; then \
aptitude-0.8.13/src/generic/Makefile.in-167-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/generic/Makefile.in:168:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/generic/Makefile.in:169:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/generic/Makefile.in-170-      else \
aptitude-0.8.13/src/generic/Makefile.in:171:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/Makefile.in-172-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/generic/Makefile.in:173:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/Makefile.in-174-        else \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-179-    fi; \
aptitude-0.8.13/src/generic/Makefile.in:180:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/Makefile.in-181-  done; \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-401-	dot_seen=no; \
aptitude-0.8.13/src/generic/Makefile.in:402:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/generic/Makefile.in-403-	case "$@" in \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-464-GTAGS:
aptitude-0.8.13/src/generic/Makefile.in:465:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/Makefile.in-466-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-490-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/Makefile.in:491:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/Makefile.in:492:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/Makefile.in-493-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/Makefile.in-504-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/Makefile.in:505:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/Makefile.in-506-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/views/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-209-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/generic/views/Makefile.in:210:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-211-    if test "$$first" != "."; then \
aptitude-0.8.13/src/generic/views/Makefile.in-212-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/generic/views/Makefile.in:213:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/generic/views/Makefile.in:214:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-215-      else \
aptitude-0.8.13/src/generic/views/Makefile.in:216:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-217-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/generic/views/Makefile.in:218:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-219-        else \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-224-    fi; \
aptitude-0.8.13/src/generic/views/Makefile.in:225:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/generic/views/Makefile.in-226-  done; \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-462-.cc.obj:
aptitude-0.8.13/src/generic/views/Makefile.in:463:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/views/Makefile.in-464-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-466-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/views/Makefile.in:467:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/views/Makefile.in-468-
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-482-	dot_seen=no; \
aptitude-0.8.13/src/generic/views/Makefile.in:483:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/generic/views/Makefile.in-484-	case "$@" in \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-545-GTAGS:
aptitude-0.8.13/src/generic/views/Makefile.in:546:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/views/Makefile.in-547-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-571-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/views/Makefile.in:572:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/views/Makefile.in:573:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/views/Makefile.in-574-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/views/Makefile.in-585-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/views/Makefile.in:586:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/views/Makefile.in-587-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-414-.cc.obj:
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:415:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-416-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-418-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:419:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-420-
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-450-GTAGS:
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:451:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-452-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-476-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:477:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:478:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-479-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-490-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in:491:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/views/mocks/Makefile.in-492-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-50-  { \
aptitude-0.8.13/src/generic/controllers/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/controllers/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-418-.cc.obj:
aptitude-0.8.13/src/generic/controllers/Makefile.in:419:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/controllers/Makefile.in-420-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-422-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/controllers/Makefile.in:423:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/controllers/Makefile.in-424-
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-454-GTAGS:
aptitude-0.8.13/src/generic/controllers/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/controllers/Makefile.in-456-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-480-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/controllers/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/controllers/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/controllers/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/controllers/Makefile.in-494-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/controllers/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/controllers/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-51-  { \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-53-  }; \
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-446-.cc.obj:
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:447:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-448-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-450-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:451:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-452-
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-482-GTAGS:
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-508-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-522-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/generic/problemresolver/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/Makefile.in-50-  { \
aptitude-0.8.13/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/Makefile.in-249-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/Makefile.in:250:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/Makefile.in-251-    if test "$$first" != "."; then \
aptitude-0.8.13/src/Makefile.in-252-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/Makefile.in:253:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/Makefile.in:254:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/Makefile.in-255-      else \
aptitude-0.8.13/src/Makefile.in:256:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/Makefile.in-257-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/Makefile.in:258:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/Makefile.in-259-        else \
##############################################
aptitude-0.8.13/src/Makefile.in-264-    fi; \
aptitude-0.8.13/src/Makefile.in:265:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/Makefile.in-266-  done; \
##############################################
aptitude-0.8.13/src/Makefile.in-669-.cc.obj:
aptitude-0.8.13/src/Makefile.in:670:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/Makefile.in-671-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/Makefile.in:674:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/Makefile.in-675-
##############################################
aptitude-0.8.13/src/Makefile.in-689-	dot_seen=no; \
aptitude-0.8.13/src/Makefile.in:690:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/Makefile.in-691-	case "$@" in \
##############################################
aptitude-0.8.13/src/Makefile.in-752-GTAGS:
aptitude-0.8.13/src/Makefile.in:753:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/Makefile.in-754-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/Makefile.in-778-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/Makefile.in:779:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/Makefile.in:780:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/Makefile.in-781-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/Makefile.in-792-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/Makefile.in:793:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/Makefile.in-794-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/mine/Makefile.in-51-  { \
aptitude-0.8.13/src/mine/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/mine/Makefile.in-53-  }; \
##############################################
aptitude-0.8.13/src/mine/Makefile.in-161-  esac
aptitude-0.8.13/src/mine/Makefile.in:162:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/src/mine/Makefile.in-163-am__vpath_adj = case $$p in \
aptitude-0.8.13/src/mine/Makefile.in:164:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/src/mine/Makefile.in-165-    *) f=$$p;; \
aptitude-0.8.13/src/mine/Makefile.in-166-  esac;
aptitude-0.8.13/src/mine/Makefile.in:167:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/src/mine/Makefile.in-168-am__install_max = 40
aptitude-0.8.13/src/mine/Makefile.in-169-am__nobase_strip_setup = \
aptitude-0.8.13/src/mine/Makefile.in:170:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/src/mine/Makefile.in-171-am__nobase_strip = \
##############################################
aptitude-0.8.13/src/mine/Makefile.in-451-.cc.obj:
aptitude-0.8.13/src/mine/Makefile.in:452:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/mine/Makefile.in-453-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/mine/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/mine/Makefile.in:456:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/mine/Makefile.in-457-install-pkgdataDATA: $(pkgdata_DATA)
##############################################
aptitude-0.8.13/src/mine/Makefile.in-475-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/src/mine/Makefile.in:476:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/src/mine/Makefile.in-477-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/src/mine/Makefile.in-508-GTAGS:
aptitude-0.8.13/src/mine/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/mine/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/mine/Makefile.in-534-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/mine/Makefile.in:535:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/mine/Makefile.in:536:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/mine/Makefile.in-537-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/mine/Makefile.in-548-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/mine/Makefile.in:549:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/mine/Makefile.in-550-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-50-  { \
aptitude-0.8.13/src/cmdline/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-244-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/cmdline/Makefile.in:245:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-246-    if test "$$first" != "."; then \
aptitude-0.8.13/src/cmdline/Makefile.in-247-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/cmdline/Makefile.in:248:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/cmdline/Makefile.in:249:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-250-      else \
aptitude-0.8.13/src/cmdline/Makefile.in:251:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-252-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/cmdline/Makefile.in:253:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-254-        else \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-259-    fi; \
aptitude-0.8.13/src/cmdline/Makefile.in:260:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/cmdline/Makefile.in-261-  done; \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-582-.cc.obj:
aptitude-0.8.13/src/cmdline/Makefile.in:583:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/cmdline/Makefile.in-584-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/cmdline/Makefile.in:587:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/cmdline/Makefile.in-588-
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-602-	dot_seen=no; \
aptitude-0.8.13/src/cmdline/Makefile.in:603:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/cmdline/Makefile.in-604-	case "$@" in \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-665-GTAGS:
aptitude-0.8.13/src/cmdline/Makefile.in:666:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/cmdline/Makefile.in-667-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-691-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/cmdline/Makefile.in:692:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/cmdline/Makefile.in:693:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/cmdline/Makefile.in-694-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/cmdline/Makefile.in-705-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/cmdline/Makefile.in:706:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/cmdline/Makefile.in-707-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-50-  { \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-420-.cc.obj:
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:421:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-422-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-424-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:425:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-426-
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-456-GTAGS:
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:457:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-458-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-482-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-496-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/cmdline/mocks/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/gtk/util/Makefile.in-50-  { \
aptitude-0.8.13/src/gtk/util/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/gtk/util/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/gtk/util/Makefile.in-405-GTAGS:
aptitude-0.8.13/src/gtk/util/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/gtk/util/Makefile.in-407-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/gtk/util/Makefile.in-431-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/gtk/util/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/util/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/util/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/gtk/util/Makefile.in-445-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/gtk/util/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/gtk/util/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-51-  { \
aptitude-0.8.13/src/gtk/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/gtk/Makefile.in-53-  }; \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-194-  esac
aptitude-0.8.13/src/gtk/Makefile.in:195:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/src/gtk/Makefile.in-196-am__vpath_adj = case $$p in \
aptitude-0.8.13/src/gtk/Makefile.in:197:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/src/gtk/Makefile.in-198-    *) f=$$p;; \
aptitude-0.8.13/src/gtk/Makefile.in-199-  esac;
aptitude-0.8.13/src/gtk/Makefile.in:200:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/src/gtk/Makefile.in-201-am__install_max = 40
aptitude-0.8.13/src/gtk/Makefile.in-202-am__nobase_strip_setup = \
aptitude-0.8.13/src/gtk/Makefile.in:203:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/src/gtk/Makefile.in-204-am__nobase_strip = \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-261-  while test -n "$$dir1"; do \
aptitude-0.8.13/src/gtk/Makefile.in:262:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/gtk/Makefile.in-263-    if test "$$first" != "."; then \
aptitude-0.8.13/src/gtk/Makefile.in-264-      if test "$$first" = ".."; then \
aptitude-0.8.13/src/gtk/Makefile.in:265:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aptitude-0.8.13/src/gtk/Makefile.in:266:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aptitude-0.8.13/src/gtk/Makefile.in-267-      else \
aptitude-0.8.13/src/gtk/Makefile.in:268:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aptitude-0.8.13/src/gtk/Makefile.in-269-        if test "$$first2" = "$$first"; then \
aptitude-0.8.13/src/gtk/Makefile.in:270:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/gtk/Makefile.in-271-        else \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-276-    fi; \
aptitude-0.8.13/src/gtk/Makefile.in:277:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aptitude-0.8.13/src/gtk/Makefile.in-278-  done; \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-597-.cc.obj:
aptitude-0.8.13/src/gtk/Makefile.in:598:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/Makefile.in-599-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-601-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/gtk/Makefile.in:602:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/Makefile.in-603-install-pkgdataDATA: $(pkgdata_DATA)
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-621-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
aptitude-0.8.13/src/gtk/Makefile.in:622:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aptitude-0.8.13/src/gtk/Makefile.in-623-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-638-	dot_seen=no; \
aptitude-0.8.13/src/gtk/Makefile.in:639:	target=`echo $@ | sed s/-recursive//`; \
aptitude-0.8.13/src/gtk/Makefile.in-640-	case "$@" in \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-701-GTAGS:
aptitude-0.8.13/src/gtk/Makefile.in:702:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/gtk/Makefile.in-703-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-727-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/gtk/Makefile.in:728:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/Makefile.in:729:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/Makefile.in-730-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/gtk/Makefile.in-741-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/gtk/Makefile.in:742:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/gtk/Makefile.in-743-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-50-  { \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-418-.cc.obj:
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:419:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-420-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-422-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:423:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-424-
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-454-GTAGS:
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-456-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-480-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-494-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/gtk/toplevel/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/src/gtk/dpkg_terminal.cc-439-
aptitude-0.8.13/src/gtk/dpkg_terminal.cc:440:    const sockaddr_un &get_addr() const { return addr; }
aptitude-0.8.13/src/gtk/dpkg_terminal.cc-441-  };
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-50-  { \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-52-  }; \
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-411-.cc.obj:
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:412:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-413-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:416:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-417-
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-447-GTAGS:
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:448:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-449-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-473-distdir-am: $(DISTFILES)
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:474:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:475:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-476-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-487-	  if test -d $$d/$$file; then \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in:488:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/src/gtk/view-impls/Makefile.in-489-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/config.sub-52-
aptitude-0.8.13/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aptitude-0.8.13/config.sub-54-
##############################################
aptitude-0.8.13/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
aptitude-0.8.13/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aptitude-0.8.13/config.sub-116-case $maybe_os in
##############################################
aptitude-0.8.13/config.sub-122-    os=-$maybe_os
aptitude-0.8.13/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aptitude-0.8.13/config.sub-124-    ;;
##############################################
aptitude-0.8.13/config.sub-126-    os=-linux-android
aptitude-0.8.13/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aptitude-0.8.13/config.sub-128-    ;;
aptitude-0.8.13/config.sub-129-  *)
aptitude-0.8.13/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
aptitude-0.8.13/config.sub-131-    if [ "$basic_machine" != "$1" ]
aptitude-0.8.13/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
aptitude-0.8.13/config.sub-133-    else os=; fi
##############################################
aptitude-0.8.13/config.sub-180-		os=-sco5v6
aptitude-0.8.13/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-182-		;;
##############################################
aptitude-0.8.13/config.sub-184-		os=-sco3.2v5
aptitude-0.8.13/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-186-		;;
##############################################
aptitude-0.8.13/config.sub-188-		os=-sco3.2v4
aptitude-0.8.13/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-190-		;;
aptitude-0.8.13/config.sub-191-	-sco3.2.[4-9]*)
aptitude-0.8.13/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aptitude-0.8.13/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-194-		;;
##############################################
aptitude-0.8.13/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
aptitude-0.8.13/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-198-		;;
##############################################
aptitude-0.8.13/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
aptitude-0.8.13/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-202-		;;
##############################################
aptitude-0.8.13/config.sub-204-		os=-sco3.2v2
aptitude-0.8.13/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-206-		;;
aptitude-0.8.13/config.sub-207-	-udk*)
aptitude-0.8.13/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-209-		;;
##############################################
aptitude-0.8.13/config.sub-211-		os=-isc2.2
aptitude-0.8.13/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-213-		;;
##############################################
aptitude-0.8.13/config.sub-217-	-isc*)
aptitude-0.8.13/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aptitude-0.8.13/config.sub-219-		;;
##############################################
aptitude-0.8.13/config.sub-229-	-ptx*)
aptitude-0.8.13/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
aptitude-0.8.13/config.sub-231-		;;
##############################################
aptitude-0.8.13/config.sub-364-	*-*-*)
aptitude-0.8.13/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aptitude-0.8.13/config.sub-366-		exit 1
##############################################
aptitude-0.8.13/config.sub-493-	amd64-*)
aptitude-0.8.13/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-495-		;;
##############################################
aptitude-0.8.13/config.sub-538-	blackfin-*)
aptitude-0.8.13/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-540-		os=-linux
##############################################
aptitude-0.8.13/config.sub-546-	c54x-*)
aptitude-0.8.13/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-548-		;;
aptitude-0.8.13/config.sub-549-	c55x-*)
aptitude-0.8.13/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-551-		;;
aptitude-0.8.13/config.sub-552-	c6x-*)
aptitude-0.8.13/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-554-		;;
##############################################
aptitude-0.8.13/config.sub-650-	e500v[12]-*)
aptitude-0.8.13/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-652-		os=$os"spe"
##############################################
aptitude-0.8.13/config.sub-754-	i*86v32)
aptitude-0.8.13/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aptitude-0.8.13/config.sub-756-		os=-sysv32
##############################################
aptitude-0.8.13/config.sub-758-	i*86v4*)
aptitude-0.8.13/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aptitude-0.8.13/config.sub-760-		os=-sysv4
##############################################
aptitude-0.8.13/config.sub-762-	i*86v)
aptitude-0.8.13/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aptitude-0.8.13/config.sub-764-		os=-sysv
##############################################
aptitude-0.8.13/config.sub-766-	i*86sol2)
aptitude-0.8.13/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aptitude-0.8.13/config.sub-768-		os=-solaris2
##############################################
aptitude-0.8.13/config.sub-792-	leon-*|leon[3-9]-*)
aptitude-0.8.13/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
aptitude-0.8.13/config.sub-794-		;;
##############################################
aptitude-0.8.13/config.sub-799-	m68knommu-*)
aptitude-0.8.13/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-801-		os=-linux
##############################################
aptitude-0.8.13/config.sub-833-	mips3*-*)
aptitude-0.8.13/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
aptitude-0.8.13/config.sub-835-		;;
aptitude-0.8.13/config.sub-836-	mips3*)
aptitude-0.8.13/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
aptitude-0.8.13/config.sub-838-		;;
##############################################
aptitude-0.8.13/config.sub-855-	ms1-*)
aptitude-0.8.13/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
aptitude-0.8.13/config.sub-857-		;;
##############################################
aptitude-0.8.13/config.sub-980-	parisc-*)
aptitude-0.8.13/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-982-		os=-linux
##############################################
aptitude-0.8.13/config.sub-996-	pc98-*)
aptitude-0.8.13/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-998-		;;
##############################################
aptitude-0.8.13/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aptitude-0.8.13/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1013-		;;
aptitude-0.8.13/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aptitude-0.8.13/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1016-		;;
aptitude-0.8.13/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aptitude-0.8.13/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1019-		;;
aptitude-0.8.13/config.sub-1020-	pentium4-*)
aptitude-0.8.13/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1022-		;;
##############################################
aptitude-0.8.13/config.sub-1030-	ppc-* | ppcbe-*)
aptitude-0.8.13/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1032-		;;
##############################################
aptitude-0.8.13/config.sub-1036-	ppcle-* | powerpclittle-*)
aptitude-0.8.13/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1038-		;;
##############################################
aptitude-0.8.13/config.sub-1040-		;;
aptitude-0.8.13/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1042-		;;
##############################################
aptitude-0.8.13/config.sub-1046-	ppc64le-* | powerpc64little-*)
aptitude-0.8.13/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1048-		;;
##############################################
aptitude-0.8.13/config.sub-1122-	strongarm-* | thumb-*)
aptitude-0.8.13/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aptitude-0.8.13/config.sub-1124-		;;
##############################################
aptitude-0.8.13/config.sub-1255-	xscale-* | xscalee[bl]-*)
aptitude-0.8.13/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
aptitude-0.8.13/config.sub-1257-		;;
##############################################
aptitude-0.8.13/config.sub-1317-	*)
aptitude-0.8.13/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aptitude-0.8.13/config.sub-1319-		exit 1
##############################################
aptitude-0.8.13/config.sub-1325-	*-digital*)
aptitude-0.8.13/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
aptitude-0.8.13/config.sub-1327-		;;
aptitude-0.8.13/config.sub-1328-	*-commodore*)
aptitude-0.8.13/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
aptitude-0.8.13/config.sub-1330-		;;
##############################################
aptitude-0.8.13/config.sub-1346-	-solaris1 | -solaris1.*)
aptitude-0.8.13/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aptitude-0.8.13/config.sub-1348-		;;
##############################################
aptitude-0.8.13/config.sub-1355-	-gnu/linux*)
aptitude-0.8.13/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aptitude-0.8.13/config.sub-1357-		;;
##############################################
aptitude-0.8.13/config.sub-1407-	-nto*)
aptitude-0.8.13/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aptitude-0.8.13/config.sub-1409-		;;
##############################################
aptitude-0.8.13/config.sub-1414-	-mac*)
aptitude-0.8.13/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
aptitude-0.8.13/config.sub-1416-		;;
##############################################
aptitude-0.8.13/config.sub-1420-	-linux*)
aptitude-0.8.13/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aptitude-0.8.13/config.sub-1422-		;;
aptitude-0.8.13/config.sub-1423-	-sunos5*)
aptitude-0.8.13/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
aptitude-0.8.13/config.sub-1425-		;;
aptitude-0.8.13/config.sub-1426-	-sunos6*)
aptitude-0.8.13/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
aptitude-0.8.13/config.sub-1428-		;;
##############################################
aptitude-0.8.13/config.sub-1469-	-sinix5.*)
aptitude-0.8.13/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
aptitude-0.8.13/config.sub-1471-		;;
##############################################
aptitude-0.8.13/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
aptitude-0.8.13/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
aptitude-0.8.13/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
aptitude-0.8.13/config.sub-1531-		exit 1
##############################################
aptitude-0.8.13/config.sub-1788-		esac
aptitude-0.8.13/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
aptitude-0.8.13/config.sub-1790-		;;
##############################################
aptitude-0.8.13/depcomp-64-  case $1 in
aptitude-0.8.13/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
aptitude-0.8.13/depcomp-66-      *) dir=;;
##############################################
aptitude-0.8.13/depcomp-73-{
aptitude-0.8.13/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
aptitude-0.8.13/depcomp-75-}
##############################################
aptitude-0.8.13/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aptitude-0.8.13/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aptitude-0.8.13/depcomp-128-
##############################################
aptitude-0.8.13/depcomp-405-        sleep 1
aptitude-0.8.13/depcomp:406:        i=`expr $i - 1`
aptitude-0.8.13/depcomp-407-      done
aptitude-0.8.13/depcomp-408-    fi
aptitude-0.8.13/depcomp:409:    i=`expr $i - 1`
aptitude-0.8.13/depcomp-410-  done
##############################################
aptitude-0.8.13/depcomp-425-  # Do two passes, one to just change these to
aptitude-0.8.13/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
aptitude-0.8.13/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aptitude-0.8.13/depcomp-659-  done
aptitude-0.8.13/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
aptitude-0.8.13/depcomp-661-  touch "$tmpdepfile"
##############################################
aptitude-0.8.13/compile-67-	mingw/*)
aptitude-0.8.13/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
aptitude-0.8.13/compile-69-	  ;;
aptitude-0.8.13/compile-70-	cygwin/* | msys/*)
aptitude-0.8.13/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
aptitude-0.8.13/compile-72-	  ;;
aptitude-0.8.13/compile-73-	wine/*)
aptitude-0.8.13/compile:74:	  file=`winepath -w "$file" || echo "$file"`
aptitude-0.8.13/compile-75-	  ;;
##############################################
aptitude-0.8.13/compile-310-# Name of file we expect compiler to create.
aptitude-0.8.13/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
aptitude-0.8.13/compile-312-
##############################################
aptitude-0.8.13/compile-316-# object file name, since that is what matters with a parallel build.
aptitude-0.8.13/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
aptitude-0.8.13/compile-318-while true; do
##############################################
aptitude-0.8.13/tests/Makefile.in-51-  { \
aptitude-0.8.13/tests/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aptitude-0.8.13/tests/Makefile.in-53-  }; \
##############################################
aptitude-0.8.13/tests/Makefile.in-324-}
aptitude-0.8.13/tests/Makefile.in:325:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aptitude-0.8.13/tests/Makefile.in-326-am__vpath_adj = case $$p in \
aptitude-0.8.13/tests/Makefile.in:327:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aptitude-0.8.13/tests/Makefile.in-328-    *) f=$$p;; \
aptitude-0.8.13/tests/Makefile.in-329-  esac;
aptitude-0.8.13/tests/Makefile.in:330:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aptitude-0.8.13/tests/Makefile.in-331-am__install_max = 40
aptitude-0.8.13/tests/Makefile.in-332-am__nobase_strip_setup = \
aptitude-0.8.13/tests/Makefile.in:333:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aptitude-0.8.13/tests/Makefile.in-334-am__nobase_strip = \
##############################################
aptitude-0.8.13/tests/Makefile.in-452-case "$@" in						\
aptitude-0.8.13/tests/Makefile.in:453:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
aptitude-0.8.13/tests/Makefile.in-454-    *) am__odir=.;; 					\
##############################################
aptitude-0.8.13/tests/Makefile.in-482-  bases='$(TEST_LOGS)'; \
aptitude-0.8.13/tests/Makefile.in:483:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
aptitude-0.8.13/tests/Makefile.in:484:  bases=`echo $$bases`
aptitude-0.8.13/tests/Makefile.in-485-RECHECK_LOGS = $(TEST_LOGS)
##############################################
aptitude-0.8.13/tests/Makefile.in-495-        */*) b='$*';; \
aptitude-0.8.13/tests/Makefile.in:496:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
aptitude-0.8.13/tests/Makefile.in-497-       esac;; \
##############################################
aptitude-0.8.13/tests/Makefile.in-861-.cc.o:
aptitude-0.8.13/tests/Makefile.in:862:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aptitude-0.8.13/tests/Makefile.in-863-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aptitude-0.8.13/tests/Makefile.in-869-.cc.obj:
aptitude-0.8.13/tests/Makefile.in:870:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aptitude-0.8.13/tests/Makefile.in:871:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aptitude-0.8.13/tests/Makefile.in-872-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aptitude-0.8.13/tests/Makefile.in-874-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/tests/Makefile.in:875:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aptitude-0.8.13/tests/Makefile.in-876-
aptitude-0.8.13/tests/Makefile.in-877-libgmock_a-gtest-all.o: gtest-all.cc
aptitude-0.8.13/tests/Makefile.in:878:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgmock_a-gtest-all.o -MD -MP -MF $(DEPDIR)/libgmock_a-gtest-all.Tpo -c -o libgmock_a-gtest-all.o `test -f 'gtest-all.cc' || echo '$(srcdir)/'`gtest-all.cc
aptitude-0.8.13/tests/Makefile.in-879-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgmock_a-gtest-all.Tpo $(DEPDIR)/libgmock_a-gtest-all.Po
##############################################
aptitude-0.8.13/tests/Makefile.in-881-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/tests/Makefile.in:882:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgmock_a-gtest-all.o `test -f 'gtest-all.cc' || echo '$(srcdir)/'`gtest-all.cc
aptitude-0.8.13/tests/Makefile.in-883-
aptitude-0.8.13/tests/Makefile.in-884-libgmock_a-gtest-all.obj: gtest-all.cc
aptitude-0.8.13/tests/Makefile.in:885:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgmock_a-gtest-all.obj -MD -MP -MF $(DEPDIR)/libgmock_a-gtest-all.Tpo -c -o libgmock_a-gtest-all.obj `if test -f 'gtest-all.cc'; then $(CYGPATH_W) 'gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/gtest-all.cc'; fi`
aptitude-0.8.13/tests/Makefile.in-886-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgmock_a-gtest-all.Tpo $(DEPDIR)/libgmock_a-gtest-all.Po
##############################################
aptitude-0.8.13/tests/Makefile.in-888-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/tests/Makefile.in:889:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgmock_a-gtest-all.obj `if test -f 'gtest-all.cc'; then $(CYGPATH_W) 'gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/gtest-all.cc'; fi`
aptitude-0.8.13/tests/Makefile.in-890-
aptitude-0.8.13/tests/Makefile.in-891-libgmock_a-gmock-all.o: gmock-all.cc
aptitude-0.8.13/tests/Makefile.in:892:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgmock_a-gmock-all.o -MD -MP -MF $(DEPDIR)/libgmock_a-gmock-all.Tpo -c -o libgmock_a-gmock-all.o `test -f 'gmock-all.cc' || echo '$(srcdir)/'`gmock-all.cc
aptitude-0.8.13/tests/Makefile.in-893-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgmock_a-gmock-all.Tpo $(DEPDIR)/libgmock_a-gmock-all.Po
##############################################
aptitude-0.8.13/tests/Makefile.in-895-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/tests/Makefile.in:896:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgmock_a-gmock-all.o `test -f 'gmock-all.cc' || echo '$(srcdir)/'`gmock-all.cc
aptitude-0.8.13/tests/Makefile.in-897-
aptitude-0.8.13/tests/Makefile.in-898-libgmock_a-gmock-all.obj: gmock-all.cc
aptitude-0.8.13/tests/Makefile.in:899:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgmock_a-gmock-all.obj -MD -MP -MF $(DEPDIR)/libgmock_a-gmock-all.Tpo -c -o libgmock_a-gmock-all.obj `if test -f 'gmock-all.cc'; then $(CYGPATH_W) 'gmock-all.cc'; else $(CYGPATH_W) '$(srcdir)/gmock-all.cc'; fi`
aptitude-0.8.13/tests/Makefile.in-900-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgmock_a-gmock-all.Tpo $(DEPDIR)/libgmock_a-gmock-all.Po
##############################################
aptitude-0.8.13/tests/Makefile.in-902-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aptitude-0.8.13/tests/Makefile.in:903:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgmock_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgmock_a-gmock-all.obj `if test -f 'gmock-all.cc'; then $(CYGPATH_W) 'gmock-all.cc'; else $(CYGPATH_W) '$(srcdir)/gmock-all.cc'; fi`
aptitude-0.8.13/tests/Makefile.in-904-
##############################################
aptitude-0.8.13/tests/Makefile.in-934-GTAGS:
aptitude-0.8.13/tests/Makefile.in:935:	here=`$(am__cd) $(top_builddir) && pwd` \
aptitude-0.8.13/tests/Makefile.in-936-	  && $(am__cd) $(top_srcdir) \
##############################################
aptitude-0.8.13/tests/Makefile.in-977-	if test -n "$$redo_bases"; then \
aptitude-0.8.13/tests/Makefile.in:978:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
aptitude-0.8.13/tests/Makefile.in:979:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
aptitude-0.8.13/tests/Makefile.in-980-	  if $(am__make_dryrun); then :; else \
##############################################
aptitude-0.8.13/tests/Makefile.in-1002-	ws='[ 	]'; \
aptitude-0.8.13/tests/Makefile.in:1003:	results=`for b in $$bases; do echo $$b.trs; done`; \
aptitude-0.8.13/tests/Makefile.in-1004-	test -n "$$results" || results=/dev/null; \
aptitude-0.8.13/tests/Makefile.in:1005:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1006:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1007:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1008:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1009:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1010:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1011:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
aptitude-0.8.13/tests/Makefile.in:1012:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
aptitude-0.8.13/tests/Makefile.in-1013-	  success=true; \
##############################################
aptitude-0.8.13/tests/Makefile.in-1081-	@set +e; $(am__set_TESTS_bases); \
aptitude-0.8.13/tests/Makefile.in:1082:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aptitude-0.8.13/tests/Makefile.in:1083:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
aptitude-0.8.13/tests/Makefile.in:1084:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
aptitude-0.8.13/tests/Makefile.in-1085-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
aptitude-0.8.13/tests/Makefile.in-1091-	         | $(am__list_recheck_tests)` || exit 1; \
aptitude-0.8.13/tests/Makefile.in:1092:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aptitude-0.8.13/tests/Makefile.in:1093:	log_list=`echo $$log_list`; \
aptitude-0.8.13/tests/Makefile.in-1094-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
aptitude-0.8.13/tests/Makefile.in-1137-distdir-am: $(DISTFILES)
aptitude-0.8.13/tests/Makefile.in:1138:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/tests/Makefile.in:1139:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aptitude-0.8.13/tests/Makefile.in-1140-	list='$(DISTFILES)'; \
##############################################
aptitude-0.8.13/tests/Makefile.in-1151-	  if test -d $$d/$$file; then \
aptitude-0.8.13/tests/Makefile.in:1152:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aptitude-0.8.13/tests/Makefile.in-1153-	    if test -d "$(distdir)/$$file"; then \
##############################################
aptitude-0.8.13/aclocal.m4-109-  AS_IF([test "x$2" = "x"],[_AX_BOOST_BASE_TONUMERICVERSION_req="1.20.0"],[_AX_BOOST_BASE_TONUMERICVERSION_req="$2"])
aptitude-0.8.13/aclocal.m4:110:  _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\.[[0-9]]*\)'`
aptitude-0.8.13/aclocal.m4:111:  _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\)'`
aptitude-0.8.13/aclocal.m4-112-  AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"],
aptitude-0.8.13/aclocal.m4-113-        [AC_MSG_ERROR([You should at least specify libboost major version])])
aptitude-0.8.13/aclocal.m4:114:  _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.\([[0-9]]*\)'`
aptitude-0.8.13/aclocal.m4-115-  AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"],
aptitude-0.8.13/aclocal.m4-116-        [_AX_BOOST_BASE_TONUMERICVERSION_req_minor="0"])
aptitude-0.8.13/aclocal.m4:117:  _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
aptitude-0.8.13/aclocal.m4-118-  AS_IF([test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"],
aptitude-0.8.13/aclocal.m4-119-        [_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor="0"])
aptitude-0.8.13/aclocal.m4:120:  _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+  $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor`
aptitude-0.8.13/aclocal.m4-121-  AS_VAR_SET($1,$_AX_BOOST_BASE_TONUMERICVERSION_RET)
##############################################
aptitude-0.8.13/aclocal.m4-223-            if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then
aptitude-0.8.13/aclocal.m4:224:                for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
aptitude-0.8.13/aclocal.m4:225:                    _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aptitude-0.8.13/aclocal.m4:226:                    V_CHECK=`expr $_version_tmp \> $_version`
aptitude-0.8.13/aclocal.m4-227-                    if test "x$V_CHECK" = "x1" ; then
##############################################
aptitude-0.8.13/aclocal.m4-229-                    fi
aptitude-0.8.13/aclocal.m4:230:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aptitude-0.8.13/aclocal.m4-231-                    BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aptitude-0.8.13/aclocal.m4-251-                    if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then
aptitude-0.8.13/aclocal.m4:252:                        for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
aptitude-0.8.13/aclocal.m4:253:                            _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aptitude-0.8.13/aclocal.m4:254:                            V_CHECK=`expr $_version_tmp \> $_version`
aptitude-0.8.13/aclocal.m4-255-                            if test "x$V_CHECK" = "x1" ; then
##############################################
aptitude-0.8.13/aclocal.m4-262-
aptitude-0.8.13/aclocal.m4:263:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aptitude-0.8.13/aclocal.m4-264-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aptitude-0.8.13/aclocal.m4-277-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
aptitude-0.8.13/aclocal.m4:278:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
aptitude-0.8.13/aclocal.m4:279:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
aptitude-0.8.13/aclocal.m4:280:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
aptitude-0.8.13/aclocal.m4:281:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
aptitude-0.8.13/aclocal.m4-282-                    if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then
##############################################
aptitude-0.8.13/aclocal.m4-403-			AC_DEFINE(HAVE_BOOST_IOSTREAMS,,[define if the Boost::IOStreams library is available])
aptitude-0.8.13/aclocal.m4:404:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
aptitude-0.8.13/aclocal.m4-405-            if test "x$ax_boost_user_iostreams_lib" = "x"; then
aptitude-0.8.13/aclocal.m4:406:                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so* $BOOSTLIBDIR/libboost_iostream*.dylib* $BOOSTLIBDIR/libboost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostream.*\)\.dylib.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a.*$;\1;'` ; do
aptitude-0.8.13/aclocal.m4-407-                     ax_lib=${libextension}
##############################################
aptitude-0.8.13/aclocal.m4-412-                if test "x$link_iostreams" != "xyes"; then
aptitude-0.8.13/aclocal.m4:413:                for libextension in `ls $BOOSTLIBDIR/boost_iostreams*.dll* $BOOSTLIBDIR/boost_iostreams*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_iostreams.*\)\.dll.*$;\1;' -e 's;^\(boost_iostreams.*\)\.a.*$;\1;'` ; do
aptitude-0.8.13/aclocal.m4-414-                     ax_lib=${libextension}
##############################################
aptitude-0.8.13/aclocal.m4-523-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
aptitude-0.8.13/aclocal.m4:524:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
aptitude-0.8.13/aclocal.m4-525-
##############################################
aptitude-0.8.13/aclocal.m4-527-            if test "x$ax_boost_user_system_lib" = "x"; then
aptitude-0.8.13/aclocal.m4:528:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
aptitude-0.8.13/aclocal.m4-529-                     ax_lib=${libextension}
##############################################
aptitude-0.8.13/aclocal.m4-534-                if test "x$link_system" != "xyes"; then
aptitude-0.8.13/aclocal.m4:535:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aptitude-0.8.13/aclocal.m4-536-                     ax_lib=${libextension}
##############################################
aptitude-0.8.13/aclocal.m4-845-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
aptitude-0.8.13/aclocal.m4:846:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
aptitude-0.8.13/aclocal.m4-847-      fi
##############################################
aptitude-0.8.13/aclocal.m4-1241-      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);"])
aptitude-0.8.13/aclocal.m4:1242:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
aptitude-0.8.13/aclocal.m4-1243-    AC_MSG_RESULT([
##############################################
aptitude-0.8.13/aclocal.m4-1327-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aptitude-0.8.13/aclocal.m4:1328:case `$LD -v 2>&1 </dev/null` in
aptitude-0.8.13/aclocal.m4-1329-*GNU* | *'with BFD'*)
##############################################
aptitude-0.8.13/aclocal.m4-1369-    # gcc leaves a trailing carriage return which upsets mingw
aptitude-0.8.13/aclocal.m4:1370:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aptitude-0.8.13/aclocal.m4-1371-  *)
aptitude-0.8.13/aclocal.m4:1372:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aptitude-0.8.13/aclocal.m4-1373-  esac
##############################################
aptitude-0.8.13/aclocal.m4-1378-      # Canonicalize the pathname of ld
aptitude-0.8.13/aclocal.m4:1379:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aptitude-0.8.13/aclocal.m4-1380-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aptitude-0.8.13/aclocal.m4:1381:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aptitude-0.8.13/aclocal.m4-1382-      done
##############################################
aptitude-0.8.13/aclocal.m4-1409-      # Break only if it was the GNU/non-GNU ld that we prefer.
aptitude-0.8.13/aclocal.m4:1410:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aptitude-0.8.13/aclocal.m4-1411-      *GNU* | *'with BFD'*)
##############################################
aptitude-0.8.13/aclocal.m4-1680-        dnl or AC_LIB_HAVE_LINKFLAGS call.
aptitude-0.8.13/aclocal.m4:1681:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aptitude-0.8.13/aclocal.m4-1682-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aptitude-0.8.13/aclocal.m4-1755-                -L*)
aptitude-0.8.13/aclocal.m4:1756:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aptitude-0.8.13/aclocal.m4-1757-                  dnl First look for a shared library.
##############################################
aptitude-0.8.13/aclocal.m4-1899-              */$acl_libdirstem | */$acl_libdirstem/)
aptitude-0.8.13/aclocal.m4:1900:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aptitude-0.8.13/aclocal.m4-1901-                if test "$name" = '$1'; then
##############################################
aptitude-0.8.13/aclocal.m4-1906-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aptitude-0.8.13/aclocal.m4:1907:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aptitude-0.8.13/aclocal.m4-1908-                if test "$name" = '$1'; then
##############################################
aptitude-0.8.13/aclocal.m4-1962-                  -L*)
aptitude-0.8.13/aclocal.m4:1963:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aptitude-0.8.13/aclocal.m4-1964-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
aptitude-0.8.13/aclocal.m4-2014-                  -R*)
aptitude-0.8.13/aclocal.m4:2015:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aptitude-0.8.13/aclocal.m4-2016-                    if test "$enable_rpath" != no; then
##############################################
aptitude-0.8.13/aclocal.m4-2044-                    dnl Handle this in the next round.
aptitude-0.8.13/aclocal.m4:2045:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aptitude-0.8.13/aclocal.m4-2046-                    ;;
##############################################
aptitude-0.8.13/aclocal.m4-2050-                    dnl option.
aptitude-0.8.13/aclocal.m4:2051:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aptitude-0.8.13/aclocal.m4-2052-                    ;;
##############################################
aptitude-0.8.13/aclocal.m4-2163-            -L) next=yes ;;
aptitude-0.8.13/aclocal.m4:2164:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aptitude-0.8.13/aclocal.m4-2165-                 dnl No need to hardcode the standard /usr/lib.
##############################################
aptitude-0.8.13/aclocal.m4-2412-    *)
aptitude-0.8.13/aclocal.m4:2413:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aptitude-0.8.13/aclocal.m4-2414-      if test -n "$searchpath"; then
##############################################
aptitude-0.8.13/aclocal.m4-2422-                ;;
aptitude-0.8.13/aclocal.m4:2423:              *) searchdir=`cd "$searchdir" && pwd`
aptitude-0.8.13/aclocal.m4-2424-                 case "$searchdir" in
##############################################
aptitude-0.8.13/aclocal.m4-2578-    PKG_CHECK_EXISTS([$3],
aptitude-0.8.13/aclocal.m4:2579:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
aptitude-0.8.13/aclocal.m4-2580-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
aptitude-0.8.13/aclocal.m4-2626-        if test $_pkg_short_errors_supported = yes; then
aptitude-0.8.13/aclocal.m4:2627:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
aptitude-0.8.13/aclocal.m4-2628-        else
aptitude-0.8.13/aclocal.m4:2629:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
aptitude-0.8.13/aclocal.m4-2630-        fi
##############################################
aptitude-0.8.13/aclocal.m4-2793-changequote(,)dnl
aptitude-0.8.13/aclocal.m4:2794:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/aclocal.m4-2795-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aptitude-0.8.13/aclocal.m4-2800-changequote(,)dnl
aptitude-0.8.13/aclocal.m4:2801:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/aclocal.m4-2802-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aptitude-0.8.13/aclocal.m4-2819-changequote(,)dnl
aptitude-0.8.13/aclocal.m4:2820:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aptitude-0.8.13/aclocal.m4-2821-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aptitude-0.8.13/aclocal.m4-2844-      case "$ac_file" in
aptitude-0.8.13/aclocal.m4:2845:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aptitude-0.8.13/aclocal.m4-2846-      esac
##############################################
aptitude-0.8.13/aclocal.m4-2849-        # Adjust a relative srcdir.
aptitude-0.8.13/aclocal.m4:2850:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aptitude-0.8.13/aclocal.m4:2851:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aptitude-0.8.13/aclocal.m4:2852:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aptitude-0.8.13/aclocal.m4-2853-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aptitude-0.8.13/aclocal.m4-2856-        case "$ac_given_srcdir" in
aptitude-0.8.13/aclocal.m4:2857:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aptitude-0.8.13/aclocal.m4-2858-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aptitude-0.8.13/aclocal.m4-2877-            fi
aptitude-0.8.13/aclocal.m4:2878:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aptitude-0.8.13/aclocal.m4-2879-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aptitude-0.8.13/aclocal.m4-2974-  # Adjust a relative srcdir.
aptitude-0.8.13/aclocal.m4:2975:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aptitude-0.8.13/aclocal.m4:2976:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aptitude-0.8.13/aclocal.m4:2977:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aptitude-0.8.13/aclocal.m4-2978-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aptitude-0.8.13/aclocal.m4-2981-  case "$ac_given_srcdir" in
aptitude-0.8.13/aclocal.m4:2982:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aptitude-0.8.13/aclocal.m4-2983-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aptitude-0.8.13/aclocal.m4-3043-  # Set POTFILES to the value of the Makefile variable POTFILES.
aptitude-0.8.13/aclocal.m4:3044:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
aptitude-0.8.13/aclocal.m4:3045:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
aptitude-0.8.13/aclocal.m4-3046-  # Compute POTFILES_DEPS as
##############################################
aptitude-0.8.13/aclocal.m4-3058-    # The LINGUAS file contains the set of available languages.
aptitude-0.8.13/aclocal.m4:3059:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aptitude-0.8.13/aclocal.m4-3060-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
aptitude-0.8.13/aclocal.m4-3062-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
aptitude-0.8.13/aclocal.m4:3063:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
aptitude-0.8.13/aclocal.m4:3064:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
aptitude-0.8.13/aclocal.m4-3065-  fi
##############################################
aptitude-0.8.13/aclocal.m4-3106-    QMFILES="$QMFILES $srcdirpre$lang.qm"
aptitude-0.8.13/aclocal.m4:3107:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aptitude-0.8.13/aclocal.m4-3108-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
aptitude-0.8.13/aclocal.m4:3109:    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/'`
aptitude-0.8.13/aclocal.m4-3110-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aptitude-0.8.13/aclocal.m4-3147-      QTCATALOGS="$QTCATALOGS $lang.qm"
aptitude-0.8.13/aclocal.m4:3148:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aptitude-0.8.13/aclocal.m4-3149-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
aptitude-0.8.13/aclocal.m4:3150:      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/'`
aptitude-0.8.13/aclocal.m4-3151-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aptitude-0.8.13/aclocal.m4-3159-    for lang in $ALL_LINGUAS; do
aptitude-0.8.13/aclocal.m4:3160:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aptitude-0.8.13/aclocal.m4-3161-      cat >> "$ac_file.tmp" <<EOF
##############################################
aptitude-0.8.13/aclocal.m4-3170-    for lang in $ALL_LINGUAS; do
aptitude-0.8.13/aclocal.m4:3171:      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/'`
aptitude-0.8.13/aclocal.m4-3172-      cat >> "$ac_file.tmp" <<EOF
##############################################
aptitude-0.8.13/aclocal.m4-3361-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aptitude-0.8.13/aclocal.m4:3362:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aptitude-0.8.13/aclocal.m4-3363-# and then we would define $MISSING as
##############################################
aptitude-0.8.13/aclocal.m4-3376-# Expand $ac_aux_dir to an absolute path.
aptitude-0.8.13/aclocal.m4:3377:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aptitude-0.8.13/aclocal.m4-3378-])
##############################################
aptitude-0.8.13/aclocal.m4-3474-  if test "$am_compiler_list" = ""; then
aptitude-0.8.13/aclocal.m4:3475:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
aptitude-0.8.13/aclocal.m4-3476-  fi
##############################################
aptitude-0.8.13/aclocal.m4-3627-    # Strip MF so we end up with the name of the file.
aptitude-0.8.13/aclocal.m4:3628:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
aptitude-0.8.13/aclocal.m4-3629-    # Check whether this is an Automake generated Makefile which includes
##############################################
aptitude-0.8.13/aclocal.m4-3634-      || continue
aptitude-0.8.13/aclocal.m4:3635:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
aptitude-0.8.13/aclocal.m4:3636:    am_filepart=`AS_BASENAME(["$am_mf"])`
aptitude-0.8.13/aclocal.m4-3637-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
aptitude-0.8.13/aclocal.m4-3704-AC_REQUIRE([AC_PROG_INSTALL])dnl
aptitude-0.8.13/aclocal.m4:3705:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aptitude-0.8.13/aclocal.m4-3706-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aptitude-0.8.13/aclocal.m4-3863-    * )
aptitude-0.8.13/aclocal.m4:3864:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aptitude-0.8.13/aclocal.m4-3865-  esac
aptitude-0.8.13/aclocal.m4-3866-done
aptitude-0.8.13/aclocal.m4:3867:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
aptitude-0.8.13/aclocal.m4-3868-
##############################################
aptitude-0.8.13/aclocal.m4-4148-     echo "timestamp, slept: $am_has_slept" > conftest.file
aptitude-0.8.13/aclocal.m4:4149:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aptitude-0.8.13/aclocal.m4-4150-     if test "$[*]" = "X"; then
aptitude-0.8.13/aclocal.m4-4151-	# -L didn't work.
aptitude-0.8.13/aclocal.m4:4152:	set X `ls -t "$srcdir/configure" conftest.file`
aptitude-0.8.13/aclocal.m4-4153-     fi
##############################################
aptitude-0.8.13/debian/rules-53-	  echo "  installing html for $$pkg"; \
aptitude-0.8.13/debian/rules:54:	  ll=`echo $$pkg | sed -e 's/^aptitude-doc-//'`; \
aptitude-0.8.13/debian/rules-55-	  mkdir -p "debian/$$pkg/usr/share/doc/aptitude/html"; \