===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
foomatic-db-20200820/configure.ac-94-	# Add drivers from file...
foomatic-db-20200820/configure.ac:95:	drivers="`tr '\n' ',' <$driversfile`"
foomatic-db-20200820/configure.ac-96-fi
##############################################
foomatic-db-20200820/configure.ac-99-# we want to exclude these items from all drivers
foomatic-db-20200820/configure.ac:100:if `echo $drivers | egrep '^\s*(NO|ONLY)' > /dev/null`; then
foomatic-db-20200820/configure.ac-101-   drivers="ALL,$drivers"
##############################################
foomatic-db-20200820/configure.ac-108-	if echo $drivers |grep "," >/dev/null; then
foomatic-db-20200820/configure.ac:109:		THIS="`echo $drivers |sed -e 's/,.*//'`"
foomatic-db-20200820/configure.ac:110:		drivers="`echo $drivers |sed -e \"s/$THIS,//\"`"
foomatic-db-20200820/configure.ac-111-	else
##############################################
foomatic-db-20200820/configure.ac-123-		    if echo $OBSOLETEXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure.ac:124:		        REMOVE="`echo $OBSOLETEXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure.ac:125:		        OBSOLETEXMLS="`echo $OBSOLETEXMLS |sed -e \"s/$REMOVE //\"`"
foomatic-db-20200820/configure.ac-126-		    else
##############################################
foomatic-db-20200820/configure.ac-129-		    fi
foomatic-db-20200820/configure.ac:130:		    DRIVERXMLS=`echo $DRIVERXMLS | sed -e "s/$REMOVE *//"`
foomatic-db-20200820/configure.ac-131-		done
##############################################
foomatic-db-20200820/configure.ac-138-		    if echo $EMPTYCMDLINEXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure.ac:139:		        REMOVE="`echo $EMPTYCMDLINEXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure.ac:140:		        EMPTYCMDLINEXMLS="`echo $EMPTYCMDLINEXMLS |sed -e \"s/$REMOVE //\"`"
foomatic-db-20200820/configure.ac-141-		    else
##############################################
foomatic-db-20200820/configure.ac-144-		    fi
foomatic-db-20200820/configure.ac:145:		    DRIVERXMLS=`echo $DRIVERXMLS | sed -e "s/$REMOVE *//"`
foomatic-db-20200820/configure.ac-146-		done
##############################################
foomatic-db-20200820/configure.ac-149-		DRIVERXMLS2='';
foomatic-db-20200820/configure.ac:150:		RECOMMENDEDXMLS=`grep '<driver>' db/source/printer/*.xml | perl -p -e 's:^.*<driver>(.*?)</driver>.*$:$1.xml:' | grep -v ':' | grep -v '^\.xml' | sort | uniq`
foomatic-db-20200820/configure.ac-151-		while test -n "$RECOMMENDEDXMLS"; do
foomatic-db-20200820/configure.ac-152-		    if echo $RECOMMENDEDXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure.ac:153:		        KEEP="`echo $RECOMMENDEDXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure.ac:154:		        RECOMMENDEDXMLS="`echo $RECOMMENDEDXMLS |sed -e \"s/$KEEP //\"`"
foomatic-db-20200820/configure.ac-155-		    else
##############################################
foomatic-db-20200820/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
foomatic-db-20200820/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
foomatic-db-20200820/configure-47-  as_echo='print -r --'
foomatic-db-20200820/configure-48-  as_echo_n='print -rn --'
foomatic-db-20200820/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
foomatic-db-20200820/configure-50-  as_echo='printf %s\n'
##############################################
foomatic-db-20200820/configure-52-else
foomatic-db-20200820/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
foomatic-db-20200820/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
foomatic-db-20200820/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
foomatic-db-20200820/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
foomatic-db-20200820/configure-64-      esac;
##############################################
foomatic-db-20200820/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
foomatic-db-20200820/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
foomatic-db-20200820/configure-175-  if (eval "$as_required") 2>/dev/null; then :
##############################################
foomatic-db-20200820/configure-295-      case $as_dir in #(
foomatic-db-20200820/configure:296:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
foomatic-db-20200820/configure-297-      *) as_qdir=$as_dir;;
##############################################
foomatic-db-20200820/configure-360-  {
foomatic-db-20200820/configure:361:    as_val=`expr "$@" || test $? -eq 1`
foomatic-db-20200820/configure-362-  }
##############################################
foomatic-db-20200820/configure-367-# ----------------------------------------
foomatic-db-20200820/configure:368:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
foomatic-db-20200820/configure-369-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
foomatic-db-20200820/configure-430-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
foomatic-db-20200820/configure:431:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
foomatic-db-20200820/configure-432-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
foomatic-db-20200820/configure-521-	esac;
foomatic-db-20200820/configure:522:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
foomatic-db-20200820/configure-523-	???[sx]*):;;*)false;;esac;fi
##############################################
foomatic-db-20200820/configure-686-  case $ac_option in
foomatic-db-20200820/configure:687:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
foomatic-db-20200820/configure-688-  *=)   ac_optarg= ;;
##############################################
foomatic-db-20200820/configure-730-  -disable-* | --disable-*)
foomatic-db-20200820/configure:731:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
foomatic-db-20200820/configure-732-    # Reject names that are not valid shell variable names.
##############################################
foomatic-db-20200820/configure-735-    ac_useropt_orig=$ac_useropt
foomatic-db-20200820/configure:736:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
foomatic-db-20200820/configure-737-    case $ac_user_opts in
##############################################
foomatic-db-20200820/configure-756-  -enable-* | --enable-*)
foomatic-db-20200820/configure:757:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
foomatic-db-20200820/configure-758-    # Reject names that are not valid shell variable names.
##############################################
foomatic-db-20200820/configure-761-    ac_useropt_orig=$ac_useropt
foomatic-db-20200820/configure:762:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
foomatic-db-20200820/configure-763-    case $ac_user_opts in
##############################################
foomatic-db-20200820/configure-960-  -with-* | --with-*)
foomatic-db-20200820/configure:961:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
foomatic-db-20200820/configure-962-    # Reject names that are not valid shell variable names.
##############################################
foomatic-db-20200820/configure-965-    ac_useropt_orig=$ac_useropt
foomatic-db-20200820/configure:966:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
foomatic-db-20200820/configure-967-    case $ac_user_opts in
##############################################
foomatic-db-20200820/configure-976-  -without-* | --without-*)
foomatic-db-20200820/configure:977:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
foomatic-db-20200820/configure-978-    # Reject names that are not valid shell variable names.
##############################################
foomatic-db-20200820/configure-981-    ac_useropt_orig=$ac_useropt
foomatic-db-20200820/configure:982:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
foomatic-db-20200820/configure-983-    case $ac_user_opts in
##############################################
foomatic-db-20200820/configure-1014-  *=*)
foomatic-db-20200820/configure:1015:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
foomatic-db-20200820/configure-1016-    # Reject names that are not valid shell variable names.
##############################################
foomatic-db-20200820/configure-1035-if test -n "$ac_prev"; then
foomatic-db-20200820/configure:1036:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
foomatic-db-20200820/configure-1037-  as_fn_error $? "missing argument to $ac_option"
##############################################
foomatic-db-20200820/configure-1057-    */ )
foomatic-db-20200820/configure:1058:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
foomatic-db-20200820/configure-1059-      eval $ac_var=\$ac_val;;
##############################################
foomatic-db-20200820/configure-1094-ac_ls_di=`ls -di .` &&
foomatic-db-20200820/configure:1095:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
foomatic-db-20200820/configure-1096-  as_fn_error $? "working directory cannot be determined"
##############################################
foomatic-db-20200820/configure-1150-case $srcdir in
foomatic-db-20200820/configure:1151:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
foomatic-db-20200820/configure-1152-esac
##############################################
foomatic-db-20200820/configure-1193-By default, \`make install' will install all the files in
foomatic-db-20200820/configure:1194:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
foomatic-db-20200820/configure:1195:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
foomatic-db-20200820/configure-1196-for instance \`--prefix=\$HOME'.
##############################################
foomatic-db-20200820/configure-1277-*)
foomatic-db-20200820/configure:1278:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
foomatic-db-20200820/configure-1279-  # A ".." for each directory in $ac_dir_suffix.
foomatic-db-20200820/configure:1280:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
foomatic-db-20200820/configure-1281-  case $ac_top_builddir_sub in
##############################################
foomatic-db-20200820/configure-1413-    *\'*)
foomatic-db-20200820/configure:1414:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
foomatic-db-20200820/configure-1415-    esac
##############################################
foomatic-db-20200820/configure-1496-      case $ac_val in
foomatic-db-20200820/configure:1497:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
foomatic-db-20200820/configure-1498-      esac
##############################################
foomatic-db-20200820/configure-1511-	case $ac_val in
foomatic-db-20200820/configure:1512:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
foomatic-db-20200820/configure-1513-	esac
##############################################
foomatic-db-20200820/configure-1631-    set,)
foomatic-db-20200820/configure:1632:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
foomatic-db-20200820/configure:1633:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
foomatic-db-20200820/configure-1634-      ac_cache_corrupted=: ;;
##############################################
foomatic-db-20200820/configure-1642-	# differences in whitespace do not lead to failure.
foomatic-db-20200820/configure:1643:	ac_old_val_w=`echo x $ac_old_val`
foomatic-db-20200820/configure:1644:	ac_new_val_w=`echo x $ac_new_val`
foomatic-db-20200820/configure-1645-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
foomatic-db-20200820/configure-1662-    case $ac_new_val in
foomatic-db-20200820/configure:1663:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
foomatic-db-20200820/configure-1664-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
foomatic-db-20200820/configure-1822-set x ${MAKE-make}
foomatic-db-20200820/configure:1823:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
foomatic-db-20200820/configure-1824-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
foomatic-db-20200820/configure-1832-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
foomatic-db-20200820/configure:1833:case `${MAKE-make} -f conftest.make 2>/dev/null` in
foomatic-db-20200820/configure-1834-  *@@@%%%=?*=@@@%%%*)
##############################################
foomatic-db-20200820/configure-2013-	# Add drivers from file...
foomatic-db-20200820/configure:2014:	drivers="`tr '\n' ',' <$driversfile`"
foomatic-db-20200820/configure-2015-fi
##############################################
foomatic-db-20200820/configure-2018-# we want to exclude these items from all drivers
foomatic-db-20200820/configure:2019:if `echo $drivers | egrep '^\s*(NO|ONLY)' > /dev/null`; then
foomatic-db-20200820/configure-2020-   drivers="ALL,$drivers"
##############################################
foomatic-db-20200820/configure-2027-	if echo $drivers |grep "," >/dev/null; then
foomatic-db-20200820/configure:2028:		THIS="`echo $drivers |sed -e 's/,.*//'`"
foomatic-db-20200820/configure:2029:		drivers="`echo $drivers |sed -e \"s/$THIS,//\"`"
foomatic-db-20200820/configure-2030-	else
##############################################
foomatic-db-20200820/configure-2042-		    if echo $OBSOLETEXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure:2043:		        REMOVE="`echo $OBSOLETEXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure:2044:		        OBSOLETEXMLS="`echo $OBSOLETEXMLS |sed -e \"s/$REMOVE //\"`"
foomatic-db-20200820/configure-2045-		    else
##############################################
foomatic-db-20200820/configure-2048-		    fi
foomatic-db-20200820/configure:2049:		    DRIVERXMLS=`echo $DRIVERXMLS | sed -e "s/$REMOVE *//"`
foomatic-db-20200820/configure-2050-		done
##############################################
foomatic-db-20200820/configure-2057-		    if echo $EMPTYCMDLINEXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure:2058:		        REMOVE="`echo $EMPTYCMDLINEXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure:2059:		        EMPTYCMDLINEXMLS="`echo $EMPTYCMDLINEXMLS |sed -e \"s/$REMOVE //\"`"
foomatic-db-20200820/configure-2060-		    else
##############################################
foomatic-db-20200820/configure-2063-		    fi
foomatic-db-20200820/configure:2064:		    DRIVERXMLS=`echo $DRIVERXMLS | sed -e "s/$REMOVE *//"`
foomatic-db-20200820/configure-2065-		done
##############################################
foomatic-db-20200820/configure-2068-		DRIVERXMLS2='';
foomatic-db-20200820/configure:2069:		RECOMMENDEDXMLS=`grep '<driver>' db/source/printer/*.xml | perl -p -e 's:^.*<driver>(.*?)</driver>.*$:$1.xml:' | grep -v ':' | grep -v '^\.xml' | sort | uniq`
foomatic-db-20200820/configure-2070-		while test -n "$RECOMMENDEDXMLS"; do
foomatic-db-20200820/configure-2071-		    if echo $RECOMMENDEDXMLS |grep " " >/dev/null; then
foomatic-db-20200820/configure:2072:		        KEEP="`echo $RECOMMENDEDXMLS |sed -e 's/ .*//'`"
foomatic-db-20200820/configure:2073:		        RECOMMENDEDXMLS="`echo $RECOMMENDEDXMLS |sed -e \"s/$KEEP //\"`"
foomatic-db-20200820/configure-2074-		    else
##############################################
foomatic-db-20200820/configure-2218-'
foomatic-db-20200820/configure:2219:DEFS=`sed -n "$ac_script" confdefs.h`
foomatic-db-20200820/configure-2220-
##############################################
foomatic-db-20200820/configure-2227-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
foomatic-db-20200820/configure:2228:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
foomatic-db-20200820/configure-2229-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
foomatic-db-20200820/configure-2294-if test -z "$BASH_VERSION$ZSH_VERSION" \
foomatic-db-20200820/configure:2295:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
foomatic-db-20200820/configure-2296-  as_echo='print -r --'
foomatic-db-20200820/configure-2297-  as_echo_n='print -rn --'
foomatic-db-20200820/configure:2298:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
foomatic-db-20200820/configure-2299-  as_echo='printf %s\n'
##############################################
foomatic-db-20200820/configure-2301-else
foomatic-db-20200820/configure:2302:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
foomatic-db-20200820/configure-2303-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
foomatic-db-20200820/configure-2311-	expr "X$arg" : "X\\(.*\\)$as_nl";
foomatic-db-20200820/configure:2312:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
foomatic-db-20200820/configure-2313-      esac;
##############################################
foomatic-db-20200820/configure-2388-# ----------------------------------------
foomatic-db-20200820/configure:2389:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
foomatic-db-20200820/configure-2390-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
foomatic-db-20200820/configure-2460-  {
foomatic-db-20200820/configure:2461:    as_val=`expr "$@" || test $? -eq 1`
foomatic-db-20200820/configure-2462-  }
##############################################
foomatic-db-20200820/configure-2564-      case $as_dir in #(
foomatic-db-20200820/configure:2565:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
foomatic-db-20200820/configure-2566-      *) as_qdir=$as_dir;;
##############################################
foomatic-db-20200820/configure-2621-	esac;
foomatic-db-20200820/configure:2622:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
foomatic-db-20200820/configure-2623-	???[sx]*):;;*)false;;esac;fi
##############################################
foomatic-db-20200820/configure-2698-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
foomatic-db-20200820/configure:2699:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
foomatic-db-20200820/configure-2700-ac_cs_version="\\
##############################################
foomatic-db-20200820/configure-2721-  --*=?*)
foomatic-db-20200820/configure:2722:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
foomatic-db-20200820/configure:2723:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
foomatic-db-20200820/configure-2724-    ac_shift=:
##############################################
foomatic-db-20200820/configure-2726-  --*=)
foomatic-db-20200820/configure:2727:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
foomatic-db-20200820/configure-2728-    ac_optarg=
##############################################
foomatic-db-20200820/configure-2750-    case $ac_optarg in
foomatic-db-20200820/configure:2751:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
foomatic-db-20200820/configure-2752-    '') as_fn_error $? "missing file argument" ;;
##############################################
foomatic-db-20200820/configure-2866-fi
foomatic-db-20200820/configure:2867:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
foomatic-db-20200820/configure-2868-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
foomatic-db-20200820/configure-2883-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
foomatic-db-20200820/configure:2884:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
foomatic-db-20200820/configure-2885-ac_delim='%!_!# '
##############################################
foomatic-db-20200820/configure-2889-
foomatic-db-20200820/configure:2890:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
foomatic-db-20200820/configure-2891-  if test $ac_delim_n = $ac_delim_num; then
##############################################
foomatic-db-20200820/configure-3051-      esac
foomatic-db-20200820/configure:3052:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
foomatic-db-20200820/configure-3053-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
foomatic-db-20200820/configure-3110-*)
foomatic-db-20200820/configure:3111:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
foomatic-db-20200820/configure-3112-  # A ".." for each directory in $ac_dir_suffix.
foomatic-db-20200820/configure:3113:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
foomatic-db-20200820/configure-3114-  case $ac_top_builddir_sub in
##############################################
foomatic-db-20200820/configure-3166-/@mandir@/p'
foomatic-db-20200820/configure:3167:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
foomatic-db-20200820/configure-3168-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
foomatic-db-20200820/configure-3183-
foomatic-db-20200820/configure:3184:# Neutralize VPATH when `$srcdir' = `.'.
foomatic-db-20200820/configure-3185-# Shell code in configure.ac might set extrasub.
##############################################
foomatic-db-20200820/configure-3210-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
foomatic-db-20200820/configure:3211:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
foomatic-db-20200820/configure-3212-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
foomatic-db-20200820/install-sh-85-
foomatic-db-20200820/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
foomatic-db-20200820/install-sh-87-	    shift
##############################################
foomatic-db-20200820/install-sh-89-
foomatic-db-20200820/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
foomatic-db-20200820/install-sh-91-	    shift
##############################################
foomatic-db-20200820/install-sh-151-	then
foomatic-db-20200820/install-sh:152:		dst="$dst"/`basename $src`
foomatic-db-20200820/install-sh-153-	else
##############################################
foomatic-db-20200820/install-sh-158-## this sed command emulates the dirname command
foomatic-db-20200820/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
foomatic-db-20200820/install-sh-160-
##############################################
foomatic-db-20200820/install-sh-172-IFS='%'
foomatic-db-20200820/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
foomatic-db-20200820/install-sh-174-IFS="${oIFS}"
##############################################
foomatic-db-20200820/install-sh-206-	then
foomatic-db-20200820/install-sh:207:		dstfile=`basename $dst`
foomatic-db-20200820/install-sh-208-	else
##############################################
foomatic-db-20200820/install-sh-216-	then
foomatic-db-20200820/install-sh:217:		dstfile=`basename $dst`
foomatic-db-20200820/install-sh-218-	else
##############################################
foomatic-db-20200820/README-740-# ratings (0...100) for common document types, system load, and
foomatic-db-20200820/README:741:# execution speed. The higher the number, the better the driver
foomatic-db-20200820/README-742-# performs here. It is not required to supply all items. Items can be
##############################################
foomatic-db-20200820/debian/rules-42-	# bug #164, Debian bug #493104)
foomatic-db-20200820/debian/rules:43:	for f in `find $(CURDIR)/debian/tmp/usr/share/foomatic/db/source/PPD -name '*.ppd.gz'`; do gzip -cd $$f | perl -p -e 's/^\*CloseUI(\s+)/*CloseUI:\1/' | perl -p -e 's/\*1284DeviceId/*1284DeviceID/' | gzip --best>  $$f.tmp; rm $$f; mv $$f.tmp $$f; done
foomatic-db-20200820/debian/rules-44-
##############################################
foomatic-db-20200820/debian/rules-49-	# Pre-build PPD files for foomatic-db-compressed-ppds
foomatic-db-20200820/debian/rules:50:	FOOMATICDB=$(CURDIR)/debian/foomatic-db/usr/share/foomatic foomatic-compiledb -j $(NUMJOBS) -t ppd -d $(CURDIR)/debian/foomatic-db-compressed-ppds/usr/share/ppd/foomatic-ppd `ls -1 $(CURDIR)/debian/foomatic-db/usr/share/foomatic/db/source/driver/*.xml | perl -p -e 's:^.*db/source/driver/(\S*)\.xml\s*$$:\1\n:'`
foomatic-db-20200820/debian/rules-51-