===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
quota-4.05/install-sh-234-      fi
quota-4.05/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
quota-4.05/install-sh-236-    *)
##############################################
quota-4.05/install-sh-281-      dstdir=$dst
quota-4.05/install-sh:282:      dst=$dstdir/`basename "$src"`
quota-4.05/install-sh-283-      dstdir_status=0
quota-4.05/install-sh-284-    else
quota-4.05/install-sh:285:      dstdir=`dirname "$dst"`
quota-4.05/install-sh-286-      test -d "$dstdir"
##############################################
quota-4.05/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
quota-4.05/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
quota-4.05/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
quota-4.05/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
quota-4.05/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
quota-4.05/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
quota-4.05/install-sh-402-            case $prefix in
quota-4.05/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
quota-4.05/install-sh-404-              *) qprefix=$prefix;;
##############################################
quota-4.05/install-sh-451-    if $copy_on_change &&
quota-4.05/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
quota-4.05/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
quota-4.05/install-sh-454-       set -f &&
##############################################
quota-4.05/svc_socket.c-60-
quota-4.05/svc_socket.c:61:static struct addrinfo *svc_create_bindaddr(struct netconfig *nconf, int port)
quota-4.05/svc_socket.c-62-{
##############################################
quota-4.05/svc_socket.c-163-	if (port) {
quota-4.05/svc_socket.c:164:		struct addrinfo *ai = svc_create_bindaddr(nconf, port);
quota-4.05/svc_socket.c-165-		int fd;
##############################################
quota-4.05/config.guess-34-
quota-4.05/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
quota-4.05/config.guess-36-
##############################################
quota-4.05/config.guess-102-: ${TMPDIR=/tmp} ;
quota-4.05/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
quota-4.05/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
quota-4.05/config.guess-151-	EOF
quota-4.05/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
quota-4.05/config.guess-153-	;;
##############################################
quota-4.05/config.guess-191-	    earmv*)
quota-4.05/config.guess:192:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
quota-4.05/config.guess:193:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
quota-4.05/config.guess-194-		machine=${arch}${endian}-${VENDOR}-unknown
##############################################
quota-4.05/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
quota-4.05/config.guess:224:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
quota-4.05/config.guess-225-		;;
##############################################
quota-4.05/config.guess-236-	    *)
quota-4.05/config.guess:237:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
quota-4.05/config.guess-238-		;;
##############################################
quota-4.05/config.guess-274-	*4.0)
quota-4.05/config.guess:275:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
quota-4.05/config.guess-276-		;;
quota-4.05/config.guess-277-	*5.*)
quota-4.05/config.guess:278:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
quota-4.05/config.guess-279-		;;
##############################################
quota-4.05/config.guess-284-	# types through head -n 1, so we only detect the type of CPU 0.
quota-4.05/config.guess:285:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
quota-4.05/config.guess-286-	case "$ALPHA_CPU_TYPE" in
##############################################
quota-4.05/config.guess-322-	# 1.2 uses "1.2" for uname -r.
quota-4.05/config.guess:323:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
quota-4.05/config.guess-324-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
quota-4.05/config.guess-382-    s390x:SunOS:*:*)
quota-4.05/config.guess:383:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-384-	exit ;;
quota-4.05/config.guess-385-    sun4H:SunOS:5.*:*)
quota-4.05/config.guess:386:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-387-	exit ;;
quota-4.05/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
quota-4.05/config.guess:389:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-390-	exit ;;
##############################################
quota-4.05/config.guess-407-	fi
quota-4.05/config.guess:408:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-409-	exit ;;
##############################################
quota-4.05/config.guess-413-	# it's likely to be more like Solaris than SunOS4.
quota-4.05/config.guess:414:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-415-	exit ;;
##############################################
quota-4.05/config.guess-422-	# Japanese Language versions have a version number like `4.1.3-JL'.
quota-4.05/config.guess:423:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
quota-4.05/config.guess-424-	exit ;;
##############################################
quota-4.05/config.guess-428-    sun*:*:4.2BSD:*)
quota-4.05/config.guess:429:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
quota-4.05/config.guess-430-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
quota-4.05/config.guess-510-	$CC_FOR_BUILD -o $dummy $dummy.c &&
quota-4.05/config.guess:511:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
quota-4.05/config.guess:512:	  SYSTEM_NAME=`$dummy $dummyarg` &&
quota-4.05/config.guess-513-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
quota-4.05/config.guess-566-    *:IRIX*:*:*)
quota-4.05/config.guess:567:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
quota-4.05/config.guess-568-	exit ;;
##############################################
quota-4.05/config.guess-596-EOF
quota-4.05/config.guess:597:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
quota-4.05/config.guess-598-		then
##############################################
quota-4.05/config.guess-609-    *:AIX:*:[4567])
quota-4.05/config.guess:610:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
quota-4.05/config.guess-611-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
quota-4.05/config.guess-645-    9000/[34678]??:HP-UX:*:*)
quota-4.05/config.guess:646:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
quota-4.05/config.guess-647-	case "${UNAME_MACHINE}" in
##############################################
quota-4.05/config.guess-699-EOF
quota-4.05/config.guess:700:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
quota-4.05/config.guess-701-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
quota-4.05/config.guess-727-    ia64:HP-UX:*:*)
quota-4.05/config.guess:728:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
quota-4.05/config.guess-729-	echo ia64-hp-hpux${HPUX_REV}
##############################################
quota-4.05/config.guess-757-EOF
quota-4.05/config.guess:758:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
quota-4.05/config.guess-759-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
quota-4.05/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
quota-4.05/config.guess:829:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
quota-4.05/config.guess-830-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
quota-4.05/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
quota-4.05/config.guess:834:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
quota-4.05/config.guess-835-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
quota-4.05/config.guess-853-	esac
quota-4.05/config.guess:854:	echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
quota-4.05/config.guess-855-	exit ;;
##############################################
quota-4.05/config.guess-908-    prep*:SunOS:5.*:*)
quota-4.05/config.guess:909:	echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quota-4.05/config.guess-910-	exit ;;
##############################################
quota-4.05/config.guess-912-	# the GNU system
quota-4.05/config.guess:913:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
quota-4.05/config.guess-914-	exit ;;
##############################################
quota-4.05/config.guess-916-	# other systems with GNU libc and userland
quota-4.05/config.guess:917:	echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
quota-4.05/config.guess-918-	exit ;;
##############################################
quota-4.05/config.guess-1010-EOF
quota-4.05/config.guess:1011:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
quota-4.05/config.guess-1012-	test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; }
##############################################
quota-4.05/config.guess-1110-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
quota-4.05/config.guess:1111:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
quota-4.05/config.guess-1112-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
quota-4.05/config.guess-1313-	fi
quota-4.05/config.guess:1314:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
quota-4.05/config.guess-1315-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
quota-4.05/config.guess-1408-    *:DragonFly:*:*)
quota-4.05/config.guess:1409:	echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
quota-4.05/config.guess-1410-	exit ;;
##############################################
quota-4.05/config.guess-1421-    i*86:skyos:*:*)
quota-4.05/config.guess:1422:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
quota-4.05/config.guess-1423-	exit ;;
##############################################
quota-4.05/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
quota-4.05/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
quota-4.05/configure-47-  as_echo='print -r --'
quota-4.05/configure-48-  as_echo_n='print -rn --'
quota-4.05/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
quota-4.05/configure-50-  as_echo='printf %s\n'
##############################################
quota-4.05/configure-52-else
quota-4.05/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
quota-4.05/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
quota-4.05/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
quota-4.05/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
quota-4.05/configure-64-      esac;
##############################################
quota-4.05/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
quota-4.05/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
quota-4.05/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
quota-4.05/configure-326-      case $as_dir in #(
quota-4.05/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
quota-4.05/configure-328-      *) as_qdir=$as_dir;;
##############################################
quota-4.05/configure-399-  {
quota-4.05/configure:400:    as_val=`expr "$@" || test $? -eq 1`
quota-4.05/configure-401-  }
##############################################
quota-4.05/configure-406-# ----------------------------------------
quota-4.05/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
quota-4.05/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
quota-4.05/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
quota-4.05/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
quota-4.05/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
quota-4.05/configure-862-  case $ac_option in
quota-4.05/configure:863:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
quota-4.05/configure-864-  *=)   ac_optarg= ;;
##############################################
quota-4.05/configure-906-  -disable-* | --disable-*)
quota-4.05/configure:907:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
quota-4.05/configure-908-    # Reject names that are not valid shell variable names.
##############################################
quota-4.05/configure-911-    ac_useropt_orig=$ac_useropt
quota-4.05/configure:912:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quota-4.05/configure-913-    case $ac_user_opts in
##############################################
quota-4.05/configure-932-  -enable-* | --enable-*)
quota-4.05/configure:933:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
quota-4.05/configure-934-    # Reject names that are not valid shell variable names.
##############################################
quota-4.05/configure-937-    ac_useropt_orig=$ac_useropt
quota-4.05/configure:938:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quota-4.05/configure-939-    case $ac_user_opts in
##############################################
quota-4.05/configure-1136-  -with-* | --with-*)
quota-4.05/configure:1137:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
quota-4.05/configure-1138-    # Reject names that are not valid shell variable names.
##############################################
quota-4.05/configure-1141-    ac_useropt_orig=$ac_useropt
quota-4.05/configure:1142:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quota-4.05/configure-1143-    case $ac_user_opts in
##############################################
quota-4.05/configure-1152-  -without-* | --without-*)
quota-4.05/configure:1153:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
quota-4.05/configure-1154-    # Reject names that are not valid shell variable names.
##############################################
quota-4.05/configure-1157-    ac_useropt_orig=$ac_useropt
quota-4.05/configure:1158:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quota-4.05/configure-1159-    case $ac_user_opts in
##############################################
quota-4.05/configure-1190-  *=*)
quota-4.05/configure:1191:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
quota-4.05/configure-1192-    # Reject names that are not valid shell variable names.
##############################################
quota-4.05/configure-1211-if test -n "$ac_prev"; then
quota-4.05/configure:1212:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
quota-4.05/configure-1213-  as_fn_error $? "missing argument to $ac_option"
##############################################
quota-4.05/configure-1233-    */ )
quota-4.05/configure:1234:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
quota-4.05/configure-1235-      eval $ac_var=\$ac_val;;
##############################################
quota-4.05/configure-1268-ac_ls_di=`ls -di .` &&
quota-4.05/configure:1269:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
quota-4.05/configure-1270-  as_fn_error $? "working directory cannot be determined"
##############################################
quota-4.05/configure-1324-case $srcdir in
quota-4.05/configure:1325:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
quota-4.05/configure-1326-esac
##############################################
quota-4.05/configure-1367-By default, \`make install' will install all the files in
quota-4.05/configure:1368:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
quota-4.05/configure:1369:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
quota-4.05/configure-1370-for instance \`--prefix=\$HOME'.
##############################################
quota-4.05/configure-1500-*)
quota-4.05/configure:1501:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
quota-4.05/configure-1502-  # A ".." for each directory in $ac_dir_suffix.
quota-4.05/configure:1503:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
quota-4.05/configure-1504-  case $ac_top_builddir_sub in
##############################################
quota-4.05/configure-1988-    *\'*)
quota-4.05/configure:1989:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
quota-4.05/configure-1990-    esac
##############################################
quota-4.05/configure-2071-      case $ac_val in
quota-4.05/configure:2072:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
quota-4.05/configure-2073-      esac
##############################################
quota-4.05/configure-2086-	case $ac_val in
quota-4.05/configure:2087:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
quota-4.05/configure-2088-	esac
##############################################
quota-4.05/configure-2206-    set,)
quota-4.05/configure:2207:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
quota-4.05/configure:2208:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
quota-4.05/configure-2209-      ac_cache_corrupted=: ;;
##############################################
quota-4.05/configure-2217-	# differences in whitespace do not lead to failure.
quota-4.05/configure:2218:	ac_old_val_w=`echo x $ac_old_val`
quota-4.05/configure:2219:	ac_new_val_w=`echo x $ac_new_val`
quota-4.05/configure-2220-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
quota-4.05/configure-2237-    case $ac_new_val in
quota-4.05/configure:2238:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
quota-4.05/configure-2239-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
quota-4.05/configure-2415-     echo "timestamp, slept: $am_has_slept" > conftest.file
quota-4.05/configure:2416:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
quota-4.05/configure-2417-     if test "$*" = "X"; then
quota-4.05/configure-2418-	# -L didn't work.
quota-4.05/configure:2419:	set X `ls -t "$srcdir/configure" conftest.file`
quota-4.05/configure-2420-     fi
##############################################
quota-4.05/configure-2466-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
quota-4.05/configure:2467:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
quota-4.05/configure-2468-
quota-4.05/configure-2469-# Expand $ac_aux_dir to an absolute path.
quota-4.05/configure:2470:am_aux_dir=`cd "$ac_aux_dir" && pwd`
quota-4.05/configure-2471-
##############################################
quota-4.05/configure-2611-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
quota-4.05/configure:2612:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
quota-4.05/configure-2613-	     'mkdir (GNU coreutils) '* | \
##############################################
quota-4.05/configure-2684-set x ${MAKE-make}
quota-4.05/configure:2685:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
quota-4.05/configure-2686-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
quota-4.05/configure-2694-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
quota-4.05/configure:2695:case `${MAKE-make} -f conftest.make 2>/dev/null` in
quota-4.05/configure-2696-  *@@@%%%=?*=@@@%%%*)
##############################################
quota-4.05/configure-2760-
quota-4.05/configure:2761:if test "`cd $srcdir && pwd`" != "`pwd`"; then
quota-4.05/configure-2762-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
quota-4.05/configure-2941-# Ignore all kinds of additional output from 'make'.
quota-4.05/configure:2942:case `$am_make -s -f confmf 2> /dev/null` in #(
quota-4.05/configure-2943-*the\ am__doit\ target*)
##############################################
quota-4.05/configure-2951-   echo '.include "confinc"' > confmf
quota-4.05/configure:2952:   case `$am_make -s -f confmf 2> /dev/null` in #(
quota-4.05/configure-2953-   *the\ am__doit\ target*)
##############################################
quota-4.05/configure-3330-$as_echo_n "checking whether the C compiler works... " >&6; }
quota-4.05/configure:3331:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
quota-4.05/configure-3332-
##############################################
quota-4.05/configure-3374-	then :; else
quota-4.05/configure:3375:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
quota-4.05/configure-3376-	fi
##############################################
quota-4.05/configure-3434-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
quota-4.05/configure:3435:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
quota-4.05/configure-3436-	  break;;
##############################################
quota-4.05/configure-3543-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
quota-4.05/configure:3544:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
quota-4.05/configure-3545-       break;;
##############################################
quota-4.05/configure-3861-  if test "$am_compiler_list" = ""; then
quota-4.05/configure:3862:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
quota-4.05/configure-3863-  fi
##############################################
quota-4.05/configure-4118-  # Check for GNU $ac_path_GREP
quota-4.05/configure:4119:case `"$ac_path_GREP" --version 2>&1` in
quota-4.05/configure-4120-*GNU*)
##############################################
quota-4.05/configure-4184-  # Check for GNU $ac_path_EGREP
quota-4.05/configure:4185:case `"$ac_path_EGREP" --version 2>&1` in
quota-4.05/configure-4186-*GNU*)
##############################################
quota-4.05/configure-4345-do :
quota-4.05/configure:4346:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
quota-4.05/configure-4347-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
quota-4.05/configure-4350-  cat >>confdefs.h <<_ACEOF
quota-4.05/configure:4351:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
quota-4.05/configure-4352-_ACEOF
##############################################
quota-4.05/configure-5229-  if test "$am_compiler_list" = ""; then
quota-4.05/configure:5230:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
quota-4.05/configure-5231-  fi
##############################################
quota-4.05/configure-5435-set x ${MAKE-make}
quota-4.05/configure:5436:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
quota-4.05/configure-5437-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
quota-4.05/configure-5445-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
quota-4.05/configure:5446:case `${MAKE-make} -f conftest.make 2>/dev/null` in
quota-4.05/configure-5447-  *@@@%%%=?*=@@@%%%*)
##############################################
quota-4.05/configure-6006-    else
quota-4.05/configure:6007:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
quota-4.05/configure-6008-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
quota-4.05/configure-6055-test "x$ac_build_alias" = x &&
quota-4.05/configure:6056:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
quota-4.05/configure-6057-test "x$ac_build_alias" = x &&
quota-4.05/configure-6058-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
quota-4.05/configure:6059:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
quota-4.05/configure-6060-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
quota-4.05/configure-6079-IFS=$ac_save_IFS
quota-4.05/configure:6080:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
quota-4.05/configure-6081-
##############################################
quota-4.05/configure-6090-else
quota-4.05/configure:6091:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
quota-4.05/configure-6092-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
quota-4.05/configure-6112-IFS=$ac_save_IFS
quota-4.05/configure:6113:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
quota-4.05/configure-6114-
##############################################
quota-4.05/configure-6144-    # gcc leaves a trailing carriage return which upsets mingw
quota-4.05/configure:6145:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
quota-4.05/configure-6146-  *)
quota-4.05/configure:6147:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
quota-4.05/configure-6148-  esac
##############################################
quota-4.05/configure-6153-      # Canonicalize the path of ld
quota-4.05/configure:6154:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
quota-4.05/configure-6155-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
quota-4.05/configure:6156:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
quota-4.05/configure-6157-      done
##############################################
quota-4.05/configure-6324-        names_already_handled="$names_already_handled $name"
quota-4.05/configure:6325:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
quota-4.05/configure-6326-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
quota-4.05/configure-6370-                -L*)
quota-4.05/configure:6371:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
quota-4.05/configure-6372-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
quota-4.05/configure-6462-              */lib | */lib/)
quota-4.05/configure:6463:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
quota-4.05/configure-6464-                additional_includedir="$basedir/include"
##############################################
quota-4.05/configure-6510-                  -L*)
quota-4.05/configure:6511:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
quota-4.05/configure-6512-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
quota-4.05/configure-6567-                  -R*)
quota-4.05/configure:6568:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
quota-4.05/configure-6569-                    if test "$enable_rpath" != no; then
##############################################
quota-4.05/configure-6592-                  -l*)
quota-4.05/configure:6593:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
quota-4.05/configure-6594-                    ;;
quota-4.05/configure-6595-                  *.la)
quota-4.05/configure:6596:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
quota-4.05/configure-6597-                    ;;
##############################################
quota-4.05/configure-6882-        names_already_handled="$names_already_handled $name"
quota-4.05/configure:6883:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
quota-4.05/configure-6884-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
quota-4.05/configure-6928-                -L*)
quota-4.05/configure:6929:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
quota-4.05/configure-6930-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
quota-4.05/configure-7020-              */lib | */lib/)
quota-4.05/configure:7021:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
quota-4.05/configure-7022-                additional_includedir="$basedir/include"
##############################################
quota-4.05/configure-7068-                  -L*)
quota-4.05/configure:7069:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
quota-4.05/configure-7070-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
quota-4.05/configure-7125-                  -R*)
quota-4.05/configure:7126:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
quota-4.05/configure-7127-                    if test "$enable_rpath" != no; then
##############################################
quota-4.05/configure-7150-                  -l*)
quota-4.05/configure:7151:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
quota-4.05/configure-7152-                    ;;
quota-4.05/configure-7153-                  *.la)
quota-4.05/configure:7154:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
quota-4.05/configure-7155-                    ;;
##############################################
quota-4.05/configure-7515-  test $ac_status = 0; }; then
quota-4.05/configure:7516:  pkg_cv_COM_ERR_CFLAGS=`$PKG_CONFIG --cflags "com_err" 2>/dev/null`
quota-4.05/configure-7517-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7532-  test $ac_status = 0; }; then
quota-4.05/configure:7533:  pkg_cv_COM_ERR_LIBS=`$PKG_CONFIG --libs "com_err" 2>/dev/null`
quota-4.05/configure-7534-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7553-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/configure:7554:	        COM_ERR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "com_err" 2>&1`
quota-4.05/configure-7555-        else
quota-4.05/configure:7556:	        COM_ERR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "com_err" 2>&1`
quota-4.05/configure-7557-        fi
##############################################
quota-4.05/configure-7600-  test $ac_status = 0; }; then
quota-4.05/configure:7601:  pkg_cv_EXT2FS_CFLAGS=`$PKG_CONFIG --cflags "ext2fs" 2>/dev/null`
quota-4.05/configure-7602-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7617-  test $ac_status = 0; }; then
quota-4.05/configure:7618:  pkg_cv_EXT2FS_LIBS=`$PKG_CONFIG --libs "ext2fs" 2>/dev/null`
quota-4.05/configure-7619-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7638-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/configure:7639:	        EXT2FS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ext2fs" 2>&1`
quota-4.05/configure-7640-        else
quota-4.05/configure:7641:	        EXT2FS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ext2fs" 2>&1`
quota-4.05/configure-7642-        fi
##############################################
quota-4.05/configure-7718-  test $ac_status = 0; }; then
quota-4.05/configure:7719:  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1" 2>/dev/null`
quota-4.05/configure-7720-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7735-  test $ac_status = 0; }; then
quota-4.05/configure:7736:  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1" 2>/dev/null`
quota-4.05/configure-7737-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7756-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/configure:7757:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1" 2>&1`
quota-4.05/configure-7758-        else
quota-4.05/configure:7759:	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1" 2>&1`
quota-4.05/configure-7760-        fi
##############################################
quota-4.05/configure-7803-  test $ac_status = 0; }; then
quota-4.05/configure:7804:  pkg_cv_LIBNL3_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0 >= 3.1 libnl-genl-3.0" 2>/dev/null`
quota-4.05/configure-7805-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7820-  test $ac_status = 0; }; then
quota-4.05/configure:7821:  pkg_cv_LIBNL3_LIBS=`$PKG_CONFIG --libs "libnl-3.0 >= 3.1 libnl-genl-3.0" 2>/dev/null`
quota-4.05/configure-7822-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-7841-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/configure:7842:	        LIBNL3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnl-3.0 >= 3.1 libnl-genl-3.0" 2>&1`
quota-4.05/configure-7843-        else
quota-4.05/configure:7844:	        LIBNL3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnl-3.0 >= 3.1 libnl-genl-3.0" 2>&1`
quota-4.05/configure-7845-        fi
##############################################
quota-4.05/configure-8026-  test $ac_status = 0; }; then
quota-4.05/configure:8027:  pkg_cv_TIRPC_CFLAGS=`$PKG_CONFIG --cflags "libtirpc" 2>/dev/null`
quota-4.05/configure-8028-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-8043-  test $ac_status = 0; }; then
quota-4.05/configure:8044:  pkg_cv_TIRPC_LIBS=`$PKG_CONFIG --libs "libtirpc" 2>/dev/null`
quota-4.05/configure-8045-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quota-4.05/configure-8064-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/configure:8065:	        TIRPC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtirpc" 2>&1`
quota-4.05/configure-8066-        else
quota-4.05/configure:8067:	        TIRPC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtirpc" 2>&1`
quota-4.05/configure-8068-        fi
##############################################
quota-4.05/configure-8307-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
quota-4.05/configure:8308:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
quota-4.05/configure-8309-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
quota-4.05/configure-8410-if test -z "$BASH_VERSION$ZSH_VERSION" \
quota-4.05/configure:8411:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
quota-4.05/configure-8412-  as_echo='print -r --'
quota-4.05/configure-8413-  as_echo_n='print -rn --'
quota-4.05/configure:8414:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
quota-4.05/configure-8415-  as_echo='printf %s\n'
##############################################
quota-4.05/configure-8417-else
quota-4.05/configure:8418:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
quota-4.05/configure-8419-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
quota-4.05/configure-8427-	expr "X$arg" : "X\\(.*\\)$as_nl";
quota-4.05/configure:8428:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
quota-4.05/configure-8429-      esac;
##############################################
quota-4.05/configure-8504-# ----------------------------------------
quota-4.05/configure:8505:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
quota-4.05/configure-8506-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
quota-4.05/configure-8576-  {
quota-4.05/configure:8577:    as_val=`expr "$@" || test $? -eq 1`
quota-4.05/configure-8578-  }
##############################################
quota-4.05/configure-8680-      case $as_dir in #(
quota-4.05/configure:8681:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
quota-4.05/configure-8682-      *) as_qdir=$as_dir;;
##############################################
quota-4.05/configure-8815-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
quota-4.05/configure:8816:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
quota-4.05/configure-8817-ac_cs_version="\\
##############################################
quota-4.05/configure-8840-  --*=?*)
quota-4.05/configure:8841:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
quota-4.05/configure:8842:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
quota-4.05/configure-8843-    ac_shift=:
##############################################
quota-4.05/configure-8845-  --*=)
quota-4.05/configure:8846:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
quota-4.05/configure-8847-    ac_optarg=
##############################################
quota-4.05/configure-8869-    case $ac_optarg in
quota-4.05/configure:8870:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
quota-4.05/configure-8871-    '') as_fn_error $? "missing file argument" ;;
##############################################
quota-4.05/configure-8877-    case $ac_optarg in
quota-4.05/configure:8878:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
quota-4.05/configure-8879-    esac
##############################################
quota-4.05/configure-9014-fi
quota-4.05/configure:9015:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
quota-4.05/configure-9016-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
quota-4.05/configure-9031-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
quota-4.05/configure:9032:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
quota-4.05/configure-9033-ac_delim='%!_!# '
##############################################
quota-4.05/configure-9037-
quota-4.05/configure:9038:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
quota-4.05/configure-9039-  if test $ac_delim_n = $ac_delim_num; then
##############################################
quota-4.05/configure-9175-for ac_last_try in false false :; do
quota-4.05/configure:9176:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
quota-4.05/configure-9177-  if test -z "$ac_tt"; then
##############################################
quota-4.05/configure-9307-      esac
quota-4.05/configure:9308:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
quota-4.05/configure-9309-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
quota-4.05/configure-9366-*)
quota-4.05/configure:9367:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
quota-4.05/configure-9368-  # A ".." for each directory in $ac_dir_suffix.
quota-4.05/configure:9369:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
quota-4.05/configure-9370-  case $ac_top_builddir_sub in
##############################################
quota-4.05/configure-9427-/@mandir@/p'
quota-4.05/configure:9428:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
quota-4.05/configure-9429-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
quota-4.05/configure-9444-
quota-4.05/configure:9445:# Neutralize VPATH when `$srcdir' = `.'.
quota-4.05/configure-9446-# Shell code in configure.ac might set extrasub.
##############################################
quota-4.05/configure-9472-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
quota-4.05/configure:9473:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
quota-4.05/configure-9474-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
quota-4.05/configure-9518-    * )
quota-4.05/configure:9519:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
quota-4.05/configure-9520-  esac
##############################################
quota-4.05/configure-9565-    # Strip MF so we end up with the name of the file.
quota-4.05/configure:9566:    mf=`echo "$mf" | sed -e 's/:.*$//'`
quota-4.05/configure-9567-    # Check whether this is an Automake generated Makefile or not.
##############################################
quota-4.05/configure-9602-    # from the Makefile without running 'make'.
quota-4.05/configure:9603:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
quota-4.05/configure-9604-    test -z "$DEPDIR" && continue
quota-4.05/configure:9605:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
quota-4.05/configure-9606-    test -z "$am__include" && continue
quota-4.05/configure:9607:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
quota-4.05/configure-9608-    # Find all dependency output files, they are included files with
##############################################
quota-4.05/configure-9650-      case "$ac_file" in
quota-4.05/configure:9651:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
quota-4.05/configure-9652-      esac
##############################################
quota-4.05/configure-9655-        # Adjust a relative srcdir.
quota-4.05/configure:9656:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
quota-4.05/configure:9657:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
quota-4.05/configure:9658:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
quota-4.05/configure-9659-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
quota-4.05/configure-9662-        case "$ac_given_srcdir" in
quota-4.05/configure:9663:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
quota-4.05/configure-9664-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
quota-4.05/configure-9679-            fi
quota-4.05/configure:9680:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
quota-4.05/configure-9681-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
quota-4.05/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
quota-4.05/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
quota-4.05/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
quota-4.05/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
quota-4.05/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
quota-4.05/aclocal.m4-181-        else
quota-4.05/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
quota-4.05/aclocal.m4-183-        fi
##############################################
quota-4.05/aclocal.m4-428-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
quota-4.05/aclocal.m4:429:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
quota-4.05/aclocal.m4-430-# and then we would define $MISSING as
##############################################
quota-4.05/aclocal.m4-443-# Expand $ac_aux_dir to an absolute path.
quota-4.05/aclocal.m4:444:am_aux_dir=`cd "$ac_aux_dir" && pwd`
quota-4.05/aclocal.m4-445-])
##############################################
quota-4.05/aclocal.m4-541-  if test "$am_compiler_list" = ""; then
quota-4.05/aclocal.m4:542:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
quota-4.05/aclocal.m4-543-  fi
##############################################
quota-4.05/aclocal.m4-692-    # Strip MF so we end up with the name of the file.
quota-4.05/aclocal.m4:693:    mf=`echo "$mf" | sed -e 's/:.*$//'`
quota-4.05/aclocal.m4-694-    # Check whether this is an Automake generated Makefile or not.
##############################################
quota-4.05/aclocal.m4-701-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
quota-4.05/aclocal.m4:702:      dirpart=`AS_DIRNAME("$mf")`
quota-4.05/aclocal.m4-703-    else
##############################################
quota-4.05/aclocal.m4-707-    # from the Makefile without running 'make'.
quota-4.05/aclocal.m4:708:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
quota-4.05/aclocal.m4-709-    test -z "$DEPDIR" && continue
quota-4.05/aclocal.m4:710:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
quota-4.05/aclocal.m4-711-    test -z "$am__include" && continue
quota-4.05/aclocal.m4:712:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
quota-4.05/aclocal.m4-713-    # Find all dependency output files, they are included files with
##############################################
quota-4.05/aclocal.m4-721-      test -f "$dirpart/$file" && continue
quota-4.05/aclocal.m4:722:      fdir=`AS_DIRNAME(["$file"])`
quota-4.05/aclocal.m4-723-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
quota-4.05/aclocal.m4-779-AC_REQUIRE([AC_PROG_INSTALL])dnl
quota-4.05/aclocal.m4:780:if test "`cd $srcdir && pwd`" != "`pwd`"; then
quota-4.05/aclocal.m4-781-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
quota-4.05/aclocal.m4-938-    * )
quota-4.05/aclocal.m4:939:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
quota-4.05/aclocal.m4-940-  esac
quota-4.05/aclocal.m4-941-done
quota-4.05/aclocal.m4:942:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
quota-4.05/aclocal.m4-943-
##############################################
quota-4.05/aclocal.m4-1009-# Ignore all kinds of additional output from 'make'.
quota-4.05/aclocal.m4:1010:case `$am_make -s -f confmf 2> /dev/null` in #(
quota-4.05/aclocal.m4-1011-*the\ am__doit\ target*)
##############################################
quota-4.05/aclocal.m4-1019-   echo '.include "confinc"' > confmf
quota-4.05/aclocal.m4:1020:   case `$am_make -s -f confmf 2> /dev/null` in #(
quota-4.05/aclocal.m4-1021-   *the\ am__doit\ target*)
##############################################
quota-4.05/aclocal.m4-1201-     echo "timestamp, slept: $am_has_slept" > conftest.file
quota-4.05/aclocal.m4:1202:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
quota-4.05/aclocal.m4-1203-     if test "$[*]" = "X"; then
quota-4.05/aclocal.m4-1204-	# -L didn't work.
quota-4.05/aclocal.m4:1205:	set X `ls -t "$srcdir/configure" conftest.file`
quota-4.05/aclocal.m4-1206-     fi
##############################################
quota-4.05/po/Rules-quot-10-.insert-header.po-update-en:
quota-4.05/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
quota-4.05/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
quota-4.05/po/Rules-quot-13-	tmpdir=`pwd`; \
quota-4.05/po/Rules-quot-14-	echo "$$lang:"; \
quota-4.05/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
quota-4.05/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
quota-4.05/po/Rules-quot-17-	cd $(srcdir); \
quota-4.05/po/Rules-quot:18:	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 \
quota-4.05/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
quota-4.05/po/Makefile.in.in-64-.po.gmo:
quota-4.05/po/Makefile.in.in:65:	@lang=`echo $* | sed -e 's,.*/,,'`; \
quota-4.05/po/Makefile.in.in-66-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
quota-4.05/po/Makefile.in.in-129-$(POFILES): $(srcdir)/$(DOMAIN).pot
quota-4.05/po/Makefile.in.in:130:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
quota-4.05/po/Makefile.in.in-131-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
quota-4.05/po/Makefile.in.in-155-	for cat in $$catalogs; do \
quota-4.05/po/Makefile.in.in:156:	  cat=`basename $$cat`; \
quota-4.05/po/Makefile.in.in:157:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
quota-4.05/po/Makefile.in.in-158-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
quota-4.05/po/Makefile.in.in-165-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
quota-4.05/po/Makefile.in.in:166:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
quota-4.05/po/Makefile.in.in-167-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
quota-4.05/po/Makefile.in.in-207-	for cat in $$catalogs; do \
quota-4.05/po/Makefile.in.in:208:	  cat=`basename $$cat`; \
quota-4.05/po/Makefile.in.in:209:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
quota-4.05/po/Makefile.in.in-210-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
quota-4.05/po/Makefile.in.in-214-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
quota-4.05/po/Makefile.in.in:215:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
quota-4.05/po/Makefile.in.in-216-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
quota-4.05/po/Makefile.in.in-253-	for cat in $$catalogs; do \
quota-4.05/po/Makefile.in.in:254:	  cat=`basename $$cat`; \
quota-4.05/po/Makefile.in.in:255:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
quota-4.05/po/Makefile.in.in-256-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
quota-4.05/po/Makefile.in.in-315-.nop.po-update:
quota-4.05/po/Makefile.in.in:316:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
quota-4.05/po/Makefile.in.in-317-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
quota-4.05/compile-67-	mingw/*)
quota-4.05/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
quota-4.05/compile-69-	  ;;
quota-4.05/compile-70-	cygwin/*)
quota-4.05/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
quota-4.05/compile-72-	  ;;
quota-4.05/compile-73-	wine/*)
quota-4.05/compile:74:	  file=`winepath -w "$file" || echo "$file"`
quota-4.05/compile-75-	  ;;
##############################################
quota-4.05/compile-310-# Name of file we expect compiler to create.
quota-4.05/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
quota-4.05/compile-312-
##############################################
quota-4.05/compile-316-# object file name, since that is what matters with a parallel build.
quota-4.05/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
quota-4.05/compile-318-while true; do
##############################################
quota-4.05/config.rpath-48-host="$1"
quota-4.05/config.rpath:49:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
quota-4.05/config.rpath:50:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
quota-4.05/config.rpath:51:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
quota-4.05/config.rpath-52-
##############################################
quota-4.05/config.rpath-223-        case $host_os in aix4.[012]|aix4.[012].*)
quota-4.05/config.rpath:224:          collect2name=`${CC} -print-prog-name=collect2`
quota-4.05/config.rpath-225-          if test -f "$collect2name" && \
##############################################
quota-4.05/config.rpath-350-      hardcode_direct=yes
quota-4.05/config.rpath:351:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quota-4.05/config.rpath-352-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
quota-4.05/config.rpath-517-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
quota-4.05/config.rpath:518:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
quota-4.05/config.rpath:519:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
quota-4.05/config.rpath:520:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
quota-4.05/config.rpath-521-
##############################################
quota-4.05/ar-lib-65-	mingw)
quota-4.05/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
quota-4.05/ar-lib-67-	  ;;
quota-4.05/ar-lib-68-	cygwin)
quota-4.05/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
quota-4.05/ar-lib-70-	  ;;
quota-4.05/ar-lib-71-	wine)
quota-4.05/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
quota-4.05/ar-lib-73-	  ;;
##############################################
quota-4.05/ar-lib-88-  archive=$3
quota-4.05/ar-lib:89:  at_file_contents=`cat "$1"`
quota-4.05/ar-lib-90-  eval set x "$at_file_contents"
##############################################
quota-4.05/config.sub-52-
quota-4.05/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
quota-4.05/config.sub-54-
##############################################
quota-4.05/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
quota-4.05/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
quota-4.05/config.sub-116-case $maybe_os in
##############################################
quota-4.05/config.sub-122-    os=-$maybe_os
quota-4.05/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
quota-4.05/config.sub-124-    ;;
##############################################
quota-4.05/config.sub-126-    os=-linux-android
quota-4.05/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
quota-4.05/config.sub-128-    ;;
quota-4.05/config.sub-129-  *)
quota-4.05/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
quota-4.05/config.sub-131-    if [ $basic_machine != $1 ]
quota-4.05/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
quota-4.05/config.sub-133-    else os=; fi
##############################################
quota-4.05/config.sub-180-		os=-sco5v6
quota-4.05/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-182-		;;
##############################################
quota-4.05/config.sub-184-		os=-sco3.2v5
quota-4.05/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-186-		;;
##############################################
quota-4.05/config.sub-188-		os=-sco3.2v4
quota-4.05/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-190-		;;
quota-4.05/config.sub-191-	-sco3.2.[4-9]*)
quota-4.05/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
quota-4.05/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-194-		;;
##############################################
quota-4.05/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
quota-4.05/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-198-		;;
##############################################
quota-4.05/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
quota-4.05/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-202-		;;
##############################################
quota-4.05/config.sub-204-		os=-sco3.2v2
quota-4.05/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-206-		;;
quota-4.05/config.sub-207-	-udk*)
quota-4.05/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-209-		;;
##############################################
quota-4.05/config.sub-211-		os=-isc2.2
quota-4.05/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-213-		;;
##############################################
quota-4.05/config.sub-217-	-isc*)
quota-4.05/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quota-4.05/config.sub-219-		;;
##############################################
quota-4.05/config.sub-229-	-ptx*)
quota-4.05/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
quota-4.05/config.sub-231-		;;
quota-4.05/config.sub-232-	-windowsnt*)
quota-4.05/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
quota-4.05/config.sub-234-		;;
##############################################
quota-4.05/config.sub-368-	*-*-*)
quota-4.05/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
quota-4.05/config.sub-370-		exit 1
##############################################
quota-4.05/config.sub-497-	amd64-*)
quota-4.05/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-499-		;;
##############################################
quota-4.05/config.sub-542-	blackfin-*)
quota-4.05/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-544-		os=-linux
##############################################
quota-4.05/config.sub-550-	c54x-*)
quota-4.05/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-552-		;;
quota-4.05/config.sub-553-	c55x-*)
quota-4.05/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-555-		;;
quota-4.05/config.sub-556-	c6x-*)
quota-4.05/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-558-		;;
##############################################
quota-4.05/config.sub-654-	e500v[12]-*)
quota-4.05/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-656-		os=$os"spe"
##############################################
quota-4.05/config.sub-761-	i*86v32)
quota-4.05/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quota-4.05/config.sub-763-		os=-sysv32
##############################################
quota-4.05/config.sub-765-	i*86v4*)
quota-4.05/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quota-4.05/config.sub-767-		os=-sysv4
##############################################
quota-4.05/config.sub-769-	i*86v)
quota-4.05/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quota-4.05/config.sub-771-		os=-sysv
##############################################
quota-4.05/config.sub-773-	i*86sol2)
quota-4.05/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quota-4.05/config.sub-775-		os=-solaris2
##############################################
quota-4.05/config.sub-799-	leon-*|leon[3-9]-*)
quota-4.05/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
quota-4.05/config.sub-801-		;;
##############################################
quota-4.05/config.sub-806-	m68knommu-*)
quota-4.05/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-808-		os=-linux
##############################################
quota-4.05/config.sub-843-	mips3*-*)
quota-4.05/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
quota-4.05/config.sub-845-		;;
quota-4.05/config.sub-846-	mips3*)
quota-4.05/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
quota-4.05/config.sub-848-		;;
##############################################
quota-4.05/config.sub-865-	ms1-*)
quota-4.05/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
quota-4.05/config.sub-867-		;;
##############################################
quota-4.05/config.sub-987-	parisc-*)
quota-4.05/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-989-		os=-linux
##############################################
quota-4.05/config.sub-1003-	pc98-*)
quota-4.05/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1005-		;;
##############################################
quota-4.05/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
quota-4.05/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1020-		;;
quota-4.05/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
quota-4.05/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1023-		;;
quota-4.05/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
quota-4.05/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1026-		;;
quota-4.05/config.sub-1027-	pentium4-*)
quota-4.05/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1029-		;;
##############################################
quota-4.05/config.sub-1037-	ppc-* | ppcbe-*)
quota-4.05/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1039-		;;
##############################################
quota-4.05/config.sub-1043-	ppcle-* | powerpclittle-*)
quota-4.05/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1045-		;;
##############################################
quota-4.05/config.sub-1047-		;;
quota-4.05/config.sub:1048:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1049-		;;
##############################################
quota-4.05/config.sub-1053-	ppc64le-* | powerpc64little-*)
quota-4.05/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1055-		;;
##############################################
quota-4.05/config.sub-1084-	s390-*)
quota-4.05/config.sub:1085:		basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1086-		;;
##############################################
quota-4.05/config.sub-1090-	s390x-*)
quota-4.05/config.sub:1091:		basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1092-		;;
##############################################
quota-4.05/config.sub-1142-	strongarm-* | thumb-*)
quota-4.05/config.sub:1143:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
quota-4.05/config.sub-1144-		;;
##############################################
quota-4.05/config.sub-1275-	xscale-* | xscalee[bl]-*)
quota-4.05/config.sub:1276:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
quota-4.05/config.sub-1277-		;;
##############################################
quota-4.05/config.sub-1352-	*)
quota-4.05/config.sub:1353:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
quota-4.05/config.sub-1354-		exit 1
##############################################
quota-4.05/config.sub-1360-	*-digital*)
quota-4.05/config.sub:1361:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
quota-4.05/config.sub-1362-		;;
quota-4.05/config.sub-1363-	*-commodore*)
quota-4.05/config.sub:1364:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
quota-4.05/config.sub-1365-		;;
##############################################
quota-4.05/config.sub-1381-	-solaris1 | -solaris1.*)
quota-4.05/config.sub:1382:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
quota-4.05/config.sub-1383-		;;
##############################################
quota-4.05/config.sub-1393-	-gnu/linux*)
quota-4.05/config.sub:1394:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
quota-4.05/config.sub-1395-		;;
##############################################
quota-4.05/config.sub-1440-	-nto*)
quota-4.05/config.sub:1441:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
quota-4.05/config.sub-1442-		;;
##############################################
quota-4.05/config.sub-1447-	-mac*)
quota-4.05/config.sub:1448:		os=`echo $os | sed -e 's|mac|macos|'`
quota-4.05/config.sub-1449-		;;
##############################################
quota-4.05/config.sub-1453-	-linux*)
quota-4.05/config.sub:1454:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
quota-4.05/config.sub-1455-		;;
quota-4.05/config.sub-1456-	-sunos5*)
quota-4.05/config.sub:1457:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
quota-4.05/config.sub-1458-		;;
quota-4.05/config.sub-1459-	-sunos6*)
quota-4.05/config.sub:1460:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
quota-4.05/config.sub-1461-		;;
##############################################
quota-4.05/config.sub-1508-	-sinix5.*)
quota-4.05/config.sub:1509:		os=`echo $os | sed -e 's|sinix|sysv|'`
quota-4.05/config.sub-1510-		;;
##############################################
quota-4.05/config.sub-1563-		# Get rid of the `-' at the beginning of $os.
quota-4.05/config.sub:1564:		os=`echo $os | sed 's/[^-]*-//'`
quota-4.05/config.sub:1565:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
quota-4.05/config.sub-1566-		exit 1
##############################################
quota-4.05/config.sub-1829-		esac
quota-4.05/config.sub:1830:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
quota-4.05/config.sub-1831-		;;
##############################################
quota-4.05/m4/gettext.m4-237-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
quota-4.05/m4/gettext.m4:238:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
quota-4.05/m4/gettext.m4-239-      fi
##############################################
quota-4.05/m4/gettext.m4-397-changequote(<<,>>)dnl
quota-4.05/m4/gettext.m4:398:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
quota-4.05/m4/gettext.m4-399-    case $ac_prog_version in
##############################################
quota-4.05/m4/lib-ld.m4-51-    # gcc leaves a trailing carriage return which upsets mingw
quota-4.05/m4/lib-ld.m4:52:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
quota-4.05/m4/lib-ld.m4-53-  *)
quota-4.05/m4/lib-ld.m4:54:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
quota-4.05/m4/lib-ld.m4-55-  esac
##############################################
quota-4.05/m4/lib-ld.m4-60-      # Canonicalize the path of ld
quota-4.05/m4/lib-ld.m4:61:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
quota-4.05/m4/lib-ld.m4-62-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
quota-4.05/m4/lib-ld.m4:63:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
quota-4.05/m4/lib-ld.m4-64-      done
##############################################
quota-4.05/m4/iconv.m4-96-      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);"])
quota-4.05/m4/iconv.m4:97:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
quota-4.05/m4/iconv.m4-98-    AC_MSG_RESULT([$]{ac_t:-
##############################################
quota-4.05/m4/lib-link.m4-176-        dnl or AC_LIB_HAVE_LINKFLAGS call.
quota-4.05/m4/lib-link.m4:177:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
quota-4.05/m4/lib-link.m4-178-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
quota-4.05/m4/lib-link.m4-218-                -L*)
quota-4.05/m4/lib-link.m4:219:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
quota-4.05/m4/lib-link.m4-220-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
quota-4.05/m4/lib-link.m4-335-              */lib | */lib/)
quota-4.05/m4/lib-link.m4:336:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
quota-4.05/m4/lib-link.m4-337-                additional_includedir="$basedir/include"
##############################################
quota-4.05/m4/lib-link.m4-388-                  -L*)
quota-4.05/m4/lib-link.m4:389:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
quota-4.05/m4/lib-link.m4-390-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
quota-4.05/m4/lib-link.m4-438-                  -R*)
quota-4.05/m4/lib-link.m4:439:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
quota-4.05/m4/lib-link.m4-440-                    if test "$enable_rpath" != no; then
##############################################
quota-4.05/m4/lib-link.m4-468-                    dnl Handle this in the next round.
quota-4.05/m4/lib-link.m4:469:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
quota-4.05/m4/lib-link.m4-470-                    ;;
##############################################
quota-4.05/m4/lib-link.m4-474-                    dnl option.
quota-4.05/m4/lib-link.m4:475:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
quota-4.05/m4/lib-link.m4-476-                    ;;
##############################################
quota-4.05/m4/po.m4-64-    else
quota-4.05/m4/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
quota-4.05/m4/po.m4-66-      AC_MSG_RESULT(
##############################################
quota-4.05/m4/po.m4-92-      case "$ac_file" in
quota-4.05/m4/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
quota-4.05/m4/po.m4-94-      esac
##############################################
quota-4.05/m4/po.m4-97-        # Adjust a relative srcdir.
quota-4.05/m4/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
quota-4.05/m4/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
quota-4.05/m4/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
quota-4.05/m4/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
quota-4.05/m4/po.m4-104-        case "$ac_given_srcdir" in
quota-4.05/m4/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
quota-4.05/m4/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
quota-4.05/m4/po.m4-121-            fi
quota-4.05/m4/po.m4:122:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
quota-4.05/m4/po.m4-123-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
quota-4.05/Makefile.in-52-  { \
quota-4.05/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
quota-4.05/Makefile.in-54-  }; \
##############################################
quota-4.05/Makefile.in-275-  esac
quota-4.05/Makefile.in:276:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
quota-4.05/Makefile.in-277-am__vpath_adj = case $$p in \
quota-4.05/Makefile.in:278:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
quota-4.05/Makefile.in-279-    *) f=$$p;; \
quota-4.05/Makefile.in-280-  esac;
quota-4.05/Makefile.in:281:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
quota-4.05/Makefile.in-282-am__install_max = 40
quota-4.05/Makefile.in-283-am__nobase_strip_setup = \
quota-4.05/Makefile.in:284:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
quota-4.05/Makefile.in-285-am__nobase_strip = \
##############################################
quota-4.05/Makefile.in-359-  while test -n "$$dir1"; do \
quota-4.05/Makefile.in:360:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
quota-4.05/Makefile.in-361-    if test "$$first" != "."; then \
quota-4.05/Makefile.in-362-      if test "$$first" = ".."; then \
quota-4.05/Makefile.in:363:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
quota-4.05/Makefile.in:364:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
quota-4.05/Makefile.in-365-      else \
quota-4.05/Makefile.in:366:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
quota-4.05/Makefile.in-367-        if test "$$first2" = "$$first"; then \
quota-4.05/Makefile.in:368:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
quota-4.05/Makefile.in-369-        else \
##############################################
quota-4.05/Makefile.in-374-    fi; \
quota-4.05/Makefile.in:375:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
quota-4.05/Makefile.in-376-  done; \
##############################################
quota-4.05/Makefile.in-965-.c.obj:
quota-4.05/Makefile.in:966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
quota-4.05/Makefile.in-967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
quota-4.05/Makefile.in-969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
quota-4.05/Makefile.in-971-
quota-4.05/Makefile.in-972-librpcclient_a-rquota.o: rquota.c
quota-4.05/Makefile.in:973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota.o -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota.Tpo -c -o librpcclient_a-rquota.o `test -f 'rquota.c' || echo '$(srcdir)/'`rquota.c
quota-4.05/Makefile.in-974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota.Tpo $(DEPDIR)/librpcclient_a-rquota.Po
##############################################
quota-4.05/Makefile.in-976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota.o `test -f 'rquota.c' || echo '$(srcdir)/'`rquota.c
quota-4.05/Makefile.in-978-
quota-4.05/Makefile.in-979-librpcclient_a-rquota.obj: rquota.c
quota-4.05/Makefile.in:980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota.obj -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota.Tpo -c -o librpcclient_a-rquota.obj `if test -f 'rquota.c'; then $(CYGPATH_W) 'rquota.c'; else $(CYGPATH_W) '$(srcdir)/rquota.c'; fi`
quota-4.05/Makefile.in-981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota.Tpo $(DEPDIR)/librpcclient_a-rquota.Po
##############################################
quota-4.05/Makefile.in-983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota.obj `if test -f 'rquota.c'; then $(CYGPATH_W) 'rquota.c'; else $(CYGPATH_W) '$(srcdir)/rquota.c'; fi`
quota-4.05/Makefile.in-985-
quota-4.05/Makefile.in-986-librpcclient_a-rquota_client.o: rquota_client.c
quota-4.05/Makefile.in:987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota_client.o -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota_client.Tpo -c -o librpcclient_a-rquota_client.o `test -f 'rquota_client.c' || echo '$(srcdir)/'`rquota_client.c
quota-4.05/Makefile.in-988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota_client.Tpo $(DEPDIR)/librpcclient_a-rquota_client.Po
##############################################
quota-4.05/Makefile.in-990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota_client.o `test -f 'rquota_client.c' || echo '$(srcdir)/'`rquota_client.c
quota-4.05/Makefile.in-992-
quota-4.05/Makefile.in-993-librpcclient_a-rquota_client.obj: rquota_client.c
quota-4.05/Makefile.in:994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota_client.obj -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota_client.Tpo -c -o librpcclient_a-rquota_client.obj `if test -f 'rquota_client.c'; then $(CYGPATH_W) 'rquota_client.c'; else $(CYGPATH_W) '$(srcdir)/rquota_client.c'; fi`
quota-4.05/Makefile.in-995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota_client.Tpo $(DEPDIR)/librpcclient_a-rquota_client.Po
##############################################
quota-4.05/Makefile.in-997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota_client.obj `if test -f 'rquota_client.c'; then $(CYGPATH_W) 'rquota_client.c'; else $(CYGPATH_W) '$(srcdir)/rquota_client.c'; fi`
quota-4.05/Makefile.in-999-
quota-4.05/Makefile.in-1000-librpcclient_a-rquota_clnt.o: rquota_clnt.c
quota-4.05/Makefile.in:1001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota_clnt.o -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota_clnt.Tpo -c -o librpcclient_a-rquota_clnt.o `test -f 'rquota_clnt.c' || echo '$(srcdir)/'`rquota_clnt.c
quota-4.05/Makefile.in-1002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota_clnt.Tpo $(DEPDIR)/librpcclient_a-rquota_clnt.Po
##############################################
quota-4.05/Makefile.in-1004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota_clnt.o `test -f 'rquota_clnt.c' || echo '$(srcdir)/'`rquota_clnt.c
quota-4.05/Makefile.in-1006-
quota-4.05/Makefile.in-1007-librpcclient_a-rquota_clnt.obj: rquota_clnt.c
quota-4.05/Makefile.in:1008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -MT librpcclient_a-rquota_clnt.obj -MD -MP -MF $(DEPDIR)/librpcclient_a-rquota_clnt.Tpo -c -o librpcclient_a-rquota_clnt.obj `if test -f 'rquota_clnt.c'; then $(CYGPATH_W) 'rquota_clnt.c'; else $(CYGPATH_W) '$(srcdir)/rquota_clnt.c'; fi`
quota-4.05/Makefile.in-1009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/librpcclient_a-rquota_clnt.Tpo $(DEPDIR)/librpcclient_a-rquota_clnt.Po
##############################################
quota-4.05/Makefile.in-1011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librpcclient_a_CFLAGS) $(CFLAGS) -c -o librpcclient_a-rquota_clnt.obj `if test -f 'rquota_clnt.c'; then $(CYGPATH_W) 'rquota_clnt.c'; else $(CYGPATH_W) '$(srcdir)/rquota_clnt.c'; fi`
quota-4.05/Makefile.in-1013-
quota-4.05/Makefile.in-1014-quota_nld-quota_nld.o: quota_nld.c
quota-4.05/Makefile.in:1015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quota_nld_CFLAGS) $(CFLAGS) -MT quota_nld-quota_nld.o -MD -MP -MF $(DEPDIR)/quota_nld-quota_nld.Tpo -c -o quota_nld-quota_nld.o `test -f 'quota_nld.c' || echo '$(srcdir)/'`quota_nld.c
quota-4.05/Makefile.in-1016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quota_nld-quota_nld.Tpo $(DEPDIR)/quota_nld-quota_nld.Po
##############################################
quota-4.05/Makefile.in-1018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quota_nld_CFLAGS) $(CFLAGS) -c -o quota_nld-quota_nld.o `test -f 'quota_nld.c' || echo '$(srcdir)/'`quota_nld.c
quota-4.05/Makefile.in-1020-
quota-4.05/Makefile.in-1021-quota_nld-quota_nld.obj: quota_nld.c
quota-4.05/Makefile.in:1022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quota_nld_CFLAGS) $(CFLAGS) -MT quota_nld-quota_nld.obj -MD -MP -MF $(DEPDIR)/quota_nld-quota_nld.Tpo -c -o quota_nld-quota_nld.obj `if test -f 'quota_nld.c'; then $(CYGPATH_W) 'quota_nld.c'; else $(CYGPATH_W) '$(srcdir)/quota_nld.c'; fi`
quota-4.05/Makefile.in-1023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quota_nld-quota_nld.Tpo $(DEPDIR)/quota_nld-quota_nld.Po
##############################################
quota-4.05/Makefile.in-1025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quota_nld_CFLAGS) $(CFLAGS) -c -o quota_nld-quota_nld.obj `if test -f 'quota_nld.c'; then $(CYGPATH_W) 'quota_nld.c'; else $(CYGPATH_W) '$(srcdir)/quota_nld.c'; fi`
quota-4.05/Makefile.in-1027-
quota-4.05/Makefile.in-1028-quotacheck-quotacheck.o: quotacheck.c
quota-4.05/Makefile.in:1029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck.o -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck.Tpo -c -o quotacheck-quotacheck.o `test -f 'quotacheck.c' || echo '$(srcdir)/'`quotacheck.c
quota-4.05/Makefile.in-1030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck.Tpo $(DEPDIR)/quotacheck-quotacheck.Po
##############################################
quota-4.05/Makefile.in-1032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck.o `test -f 'quotacheck.c' || echo '$(srcdir)/'`quotacheck.c
quota-4.05/Makefile.in-1034-
quota-4.05/Makefile.in-1035-quotacheck-quotacheck.obj: quotacheck.c
quota-4.05/Makefile.in:1036:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck.obj -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck.Tpo -c -o quotacheck-quotacheck.obj `if test -f 'quotacheck.c'; then $(CYGPATH_W) 'quotacheck.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck.c'; fi`
quota-4.05/Makefile.in-1037-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck.Tpo $(DEPDIR)/quotacheck-quotacheck.Po
##############################################
quota-4.05/Makefile.in-1039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1040:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck.obj `if test -f 'quotacheck.c'; then $(CYGPATH_W) 'quotacheck.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck.c'; fi`
quota-4.05/Makefile.in-1041-
quota-4.05/Makefile.in-1042-quotacheck-quotacheck_v1.o: quotacheck_v1.c
quota-4.05/Makefile.in:1043:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck_v1.o -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck_v1.Tpo -c -o quotacheck-quotacheck_v1.o `test -f 'quotacheck_v1.c' || echo '$(srcdir)/'`quotacheck_v1.c
quota-4.05/Makefile.in-1044-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck_v1.Tpo $(DEPDIR)/quotacheck-quotacheck_v1.Po
##############################################
quota-4.05/Makefile.in-1046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1047:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck_v1.o `test -f 'quotacheck_v1.c' || echo '$(srcdir)/'`quotacheck_v1.c
quota-4.05/Makefile.in-1048-
quota-4.05/Makefile.in-1049-quotacheck-quotacheck_v1.obj: quotacheck_v1.c
quota-4.05/Makefile.in:1050:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck_v1.obj -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck_v1.Tpo -c -o quotacheck-quotacheck_v1.obj `if test -f 'quotacheck_v1.c'; then $(CYGPATH_W) 'quotacheck_v1.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck_v1.c'; fi`
quota-4.05/Makefile.in-1051-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck_v1.Tpo $(DEPDIR)/quotacheck-quotacheck_v1.Po
##############################################
quota-4.05/Makefile.in-1053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1054:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck_v1.obj `if test -f 'quotacheck_v1.c'; then $(CYGPATH_W) 'quotacheck_v1.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck_v1.c'; fi`
quota-4.05/Makefile.in-1055-
quota-4.05/Makefile.in-1056-quotacheck-quotacheck_v2.o: quotacheck_v2.c
quota-4.05/Makefile.in:1057:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck_v2.o -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck_v2.Tpo -c -o quotacheck-quotacheck_v2.o `test -f 'quotacheck_v2.c' || echo '$(srcdir)/'`quotacheck_v2.c
quota-4.05/Makefile.in-1058-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck_v2.Tpo $(DEPDIR)/quotacheck-quotacheck_v2.Po
##############################################
quota-4.05/Makefile.in-1060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1061:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck_v2.o `test -f 'quotacheck_v2.c' || echo '$(srcdir)/'`quotacheck_v2.c
quota-4.05/Makefile.in-1062-
quota-4.05/Makefile.in-1063-quotacheck-quotacheck_v2.obj: quotacheck_v2.c
quota-4.05/Makefile.in:1064:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotacheck_v2.obj -MD -MP -MF $(DEPDIR)/quotacheck-quotacheck_v2.Tpo -c -o quotacheck-quotacheck_v2.obj `if test -f 'quotacheck_v2.c'; then $(CYGPATH_W) 'quotacheck_v2.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck_v2.c'; fi`
quota-4.05/Makefile.in-1065-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotacheck_v2.Tpo $(DEPDIR)/quotacheck-quotacheck_v2.Po
##############################################
quota-4.05/Makefile.in-1067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1068:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotacheck_v2.obj `if test -f 'quotacheck_v2.c'; then $(CYGPATH_W) 'quotacheck_v2.c'; else $(CYGPATH_W) '$(srcdir)/quotacheck_v2.c'; fi`
quota-4.05/Makefile.in-1069-
quota-4.05/Makefile.in-1070-quotacheck-quotaops.o: quotaops.c
quota-4.05/Makefile.in:1071:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotaops.o -MD -MP -MF $(DEPDIR)/quotacheck-quotaops.Tpo -c -o quotacheck-quotaops.o `test -f 'quotaops.c' || echo '$(srcdir)/'`quotaops.c
quota-4.05/Makefile.in-1072-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotaops.Tpo $(DEPDIR)/quotacheck-quotaops.Po
##############################################
quota-4.05/Makefile.in-1074-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1075:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotaops.o `test -f 'quotaops.c' || echo '$(srcdir)/'`quotaops.c
quota-4.05/Makefile.in-1076-
quota-4.05/Makefile.in-1077-quotacheck-quotaops.obj: quotaops.c
quota-4.05/Makefile.in:1078:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -MT quotacheck-quotaops.obj -MD -MP -MF $(DEPDIR)/quotacheck-quotaops.Tpo -c -o quotacheck-quotaops.obj `if test -f 'quotaops.c'; then $(CYGPATH_W) 'quotaops.c'; else $(CYGPATH_W) '$(srcdir)/quotaops.c'; fi`
quota-4.05/Makefile.in-1079-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/quotacheck-quotaops.Tpo $(DEPDIR)/quotacheck-quotaops.Po
##############################################
quota-4.05/Makefile.in-1081-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quota-4.05/Makefile.in:1082:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quotacheck_CFLAGS) $(CFLAGS) -c -o quotacheck-quotaops.obj `if test -f 'quotaops.c'; then $(CYGPATH_W) 'quotaops.c'; else $(CYGPATH_W) '$(srcdir)/quotaops.c'; fi`
quota-4.05/Makefile.in-1083-install-man1: $(man_MANS)
##############################################
quota-4.05/Makefile.in-1087-	test -n "$(man1dir)" \
quota-4.05/Makefile.in:1088:	  && test -n "`echo $$list1$$list2`" \
quota-4.05/Makefile.in-1089-	  || exit 0; \
##############################################
quota-4.05/Makefile.in-1130-	test -n "$(man3dir)" \
quota-4.05/Makefile.in:1131:	  && test -n "`echo $$list1$$list2`" \
quota-4.05/Makefile.in-1132-	  || exit 0; \
##############################################
quota-4.05/Makefile.in-1173-	test -n "$(man5dir)" \
quota-4.05/Makefile.in:1174:	  && test -n "`echo $$list1$$list2`" \
quota-4.05/Makefile.in-1175-	  || exit 0; \
##############################################
quota-4.05/Makefile.in-1216-	test -n "$(man8dir)" \
quota-4.05/Makefile.in:1217:	  && test -n "`echo $$list1$$list2`" \
quota-4.05/Makefile.in-1218-	  || exit 0; \
##############################################
quota-4.05/Makefile.in-1273-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
quota-4.05/Makefile.in:1274:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quota-4.05/Makefile.in-1275-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
quota-4.05/Makefile.in-1294-	@list='$(rpcsvc_DATA)'; test -n "$(rpcsvcdir)" || list=; \
quota-4.05/Makefile.in:1295:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quota-4.05/Makefile.in-1296-	dir='$(DESTDIR)$(rpcsvcdir)'; $(am__uninstall_files_from_dir)
##############################################
quota-4.05/Makefile.in-1315-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
quota-4.05/Makefile.in:1316:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quota-4.05/Makefile.in-1317-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
quota-4.05/Makefile.in-1332-	dot_seen=no; \
quota-4.05/Makefile.in:1333:	target=`echo $@ | sed s/-recursive//`; \
quota-4.05/Makefile.in-1334-	case "$@" in \
##############################################
quota-4.05/Makefile.in-1395-GTAGS:
quota-4.05/Makefile.in:1396:	here=`$(am__cd) $(top_builddir) && pwd` \
quota-4.05/Makefile.in-1397-	  && $(am__cd) $(top_srcdir) \
##############################################
quota-4.05/Makefile.in-1427-	test -d "$(distdir)" || mkdir "$(distdir)"
quota-4.05/Makefile.in:1428:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
quota-4.05/Makefile.in:1429:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
quota-4.05/Makefile.in-1430-	list='$(DISTFILES)'; \
##############################################
quota-4.05/Makefile.in-1441-	  if test -d $$d/$$file; then \
quota-4.05/Makefile.in:1442:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
quota-4.05/Makefile.in-1443-	    if test -d "$(distdir)/$$file"; then \
##############################################
quota-4.05/Makefile.in-1550-	test -d $(distdir)/_build || exit 0; \
quota-4.05/Makefile.in:1551:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
quota-4.05/Makefile.in-1552-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
quota-4.05/Makefile.in-1594-	}; \
quota-4.05/Makefile.in:1595:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
quota-4.05/Makefile.in-1596-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
quota-4.05/Makefile.in-1606-	fi
quota-4.05/Makefile.in:1607:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
quota-4.05/Makefile.in-1608-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
quota-4.05/depcomp-64-  case $1 in
quota-4.05/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
quota-4.05/depcomp-66-      *) dir=;;
##############################################
quota-4.05/depcomp-73-{
quota-4.05/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
quota-4.05/depcomp-75-}
##############################################
quota-4.05/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
quota-4.05/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
quota-4.05/depcomp-128-
##############################################
quota-4.05/depcomp-405-        sleep 1
quota-4.05/depcomp:406:        i=`expr $i - 1`
quota-4.05/depcomp-407-      done
quota-4.05/depcomp-408-    fi
quota-4.05/depcomp:409:    i=`expr $i - 1`
quota-4.05/depcomp-410-  done
##############################################
quota-4.05/depcomp-425-  # Do two passes, one to just change these to
quota-4.05/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
quota-4.05/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
quota-4.05/depcomp-659-  done
quota-4.05/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
quota-4.05/depcomp-661-  touch "$tmpdepfile"
##############################################
quota-4.05/debian/rules-111-	pod2man \
quota-4.05/debian/rules:112:		--section=`echo $@ | sed 's/^.*\.//'` \
quota-4.05/debian/rules-113-		--center="Debian GNU/Linux manual"\