===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sysstat-12.4.0/iconfig-19-# Installation directory
sysstat-12.4.0/iconfig:20:PREFIX=`${ASK} 'Installation directory:' "--prefix" "prefix"`
sysstat-12.4.0/iconfig-21-if [ "${PREFIX}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-25-# sadc directory
sysstat-12.4.0/iconfig:26:SA_LIB_DIR=`${ASK} 'sadc directory:' "sa_lib_dir" "sa_lib_dir"`
sysstat-12.4.0/iconfig-27-if [ "${SA_LIB_DIR}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-31-# System Activity directory
sysstat-12.4.0/iconfig:32:SA_DIR=`${ASK} 'System activity directory:' "sa_dir" "sa_dir"`
sysstat-12.4.0/iconfig-33-if [ "${SA_DIR}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-37-# sysstat configuration directory
sysstat-12.4.0/iconfig:38:SYSCONFIG_DIR=`${ASK} 'sysstat configuration directory:' "conf_dir" "conf_dir"`
sysstat-12.4.0/iconfig-39-if [ "${SYSCONFIG_DIR}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-43-# sysstat configuration file
sysstat-12.4.0/iconfig:44:SYSCONFIG_FILE=`${ASK} 'sysstat configuration file:' "conf_file" "conf_file"`
sysstat-12.4.0/iconfig-45-if [ "${SYSCONFIG_FILE}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-49-# Clean sa directory
sysstat-12.4.0/iconfig:50:CLEAN_SA_DIR=`${ASK} 'Clean system activity directory? (y/n)' "--enable-clean-sa-dir" "clean-sa-dir"`
sysstat-12.4.0/iconfig-51-if [ "${CLEAN_SA_DIR}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-58-# National Language Support
sysstat-12.4.0/iconfig:59:NLS=`${ASK} 'Disable National Language Support (NLS)? (y/n)' "--disable-nls" "nls"`
sysstat-12.4.0/iconfig-60-if [ "${NLS}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-67-# Sensors support
sysstat-12.4.0/iconfig:68:SENSORS=`${ASK} 'Disable sensors support? (y/n)' "--disable-sensors" "sensors"`
sysstat-12.4.0/iconfig-69-if [ "${SENSORS}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-76-# PCP support
sysstat-12.4.0/iconfig:77:PCP=`${ASK} 'Disable PCP support? (y/n)' "--disable-pcp" "pcp"`
sysstat-12.4.0/iconfig-78-if [ "${PCP}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-85-# Data history to keep by sa2
sysstat-12.4.0/iconfig:86:HISTORY=`${ASK} 'Number of daily data files to keep:' "history" "history"`
sysstat-12.4.0/iconfig-87-if [ "${HISTORY}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-91-# Random delay before sa2 script generates its reports files
sysstat-12.4.0/iconfig:92:DELAY_RANGE=`${ASK} 'Maximum delay in seconds to wait before sa2 script runs:' "delay_range" "delay_range"`
sysstat-12.4.0/iconfig-93-if [ "${DELAY_RANGE}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-97-# Delay after which datafiles are to be compressed
sysstat-12.4.0/iconfig:98:COMPRESSAFTER=`${ASK} 'Number of days after which sar datafiles must be compressed:' "compressafter" "compressafter"`
sysstat-12.4.0/iconfig-99-if [ "${COMPRESSAFTER}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-103-# Manual page group
sysstat-12.4.0/iconfig:104:MAN=`${ASK} 'Group for manual pages:' "man_group" "man_group"`
sysstat-12.4.0/iconfig-105-if [ "${MAN}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-109-# Don't set attributes on files being installed
sysstat-12.4.0/iconfig:110:IGNORE_FILE_ATTR=`${ASK} 'Do not set attributes on files being installed? (y/n)' "--disable-file-attr" "ignore-file-attr"`
sysstat-12.4.0/iconfig-111-if [ "${IGNORE_FILE_ATTR}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-118-# Crontab
sysstat-12.4.0/iconfig:119:CRON=`${ASK} 'Set crontab to start sar automatically? (y/n)' "--enable-install-cron" "install-cron"`
sysstat-12.4.0/iconfig-120-if [ "${CRON}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-128-then
sysstat-12.4.0/iconfig:129:	CRON_OWNER=`${ASK} 'Crontab owner:' "cron_owner" "cron_owner"`
sysstat-12.4.0/iconfig-130-	if [ "${CRON_OWNER}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-136-then
sysstat-12.4.0/iconfig:137:	USE_CROND=`${ASK} 'Use standard cron daemon? (y/n)' "--enable-use-crond" "use-crond"`
sysstat-12.4.0/iconfig-138-	if [ "${USE_CROND}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-147-then
sysstat-12.4.0/iconfig:148:	CRON_INTERVAL=`${ASK} 'Crontab sampling interval (in minutes):' "cron_interval" "cron_interval"`
sysstat-12.4.0/iconfig-149-	if [ "${CRON_INTERVAL}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-155-then
sysstat-12.4.0/iconfig:156:	COLL_ALL=`${ASK} 'Should sadc collect optional activities? (y/n)' "--enable-collect-all" "collect-all"`
sysstat-12.4.0/iconfig-157-	if [ "${COLL_ALL}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-166-	# Optional args for sadc
sysstat-12.4.0/iconfig:167:	SADC_OPT=`${ASK} 'Options to be passed to sadc:' "sadc_options" "sadc_options"`
sysstat-12.4.0/iconfig-168-else
##############################################
sysstat-12.4.0/iconfig-174-	# rc directory
sysstat-12.4.0/iconfig:175:	RCDIR=`${ASK} 'rc directory:' "rcdir" "rcdir"`
sysstat-12.4.0/iconfig-176-	if [ "${RCDIR}" != "" ]; then
##############################################
sysstat-12.4.0/iconfig-183-	# Only copy files
sysstat-12.4.0/iconfig:184:	COPY_ONLY=`${ASK} 'Only copy files when installing sysstat? (y/n)' "--enable-copy-only" "copy-only"`
sysstat-12.4.0/iconfig-185-	if [ "${COPY_ONLY}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-193-# Compress manual pages
sysstat-12.4.0/iconfig:194:COMPRESSMANPG=`${ASK} 'Do not compress manual pages? (y/n)' "--disable-compress-manpg" "compress-manpg"`
sysstat-12.4.0/iconfig-195-if [ "${COMPRESSMANPG}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-202-# Install documentation
sysstat-12.4.0/iconfig:203:INSTALL_DOC=`${ASK} 'Skip documentation installation? (y/n)' "--disable-documentation" "install-doc"`
sysstat-12.4.0/iconfig-204-if [ "${INSTALL_DOC}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-211-# Debug mode
sysstat-12.4.0/iconfig:212:DEBUGINFO=`${ASK} 'Debug mode support? (y/n)' "--enable-debuginfo" "debuginfo"`
sysstat-12.4.0/iconfig-213-if [ "${DEBUGINFO}" = "y" ]; then
##############################################
sysstat-12.4.0/iconfig-220-# Strip object files
sysstat-12.4.0/iconfig:221:STRIP=`${ASK} 'Do not strip object files? (y/n)' "--disable-stripping" "stripping"`
sysstat-12.4.0/iconfig-222-if [ "${STRIP}" = "y" ]; then
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph-27-
sysstat-12.4.0/contrib/sargraph/sargraph:28:parsed_opts=`getopt -o "" -l sa-dir: -- "$@"`
sysstat-12.4.0/contrib/sargraph/sargraph-29-eval set -- "$parsed_opts"
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph-434-
sysstat-12.4.0/contrib/sargraph/sargraph:435:    GRAPH=`$ZENITY --list --text "Select a graph" --column "Graph Type" "CPU" "Run Queue" "Run Queue w/o Process List Size" "IO Transfer Rate" "NFS Client" "Paging Stats" "Memory Utilization" "Memory Utilization (Swap)"`
sysstat-12.4.0/contrib/sargraph/sargraph-436-
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph2-75-        shift
sysstat-12.4.0/contrib/sargraph/sargraph2:76:        GRAPH_TYPE=`echo $1 | tr a-z A-Z`
sysstat-12.4.0/contrib/sargraph/sargraph2-77-        ;;
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph2-132-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/contrib/sargraph/sargraph2:133:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 5-10`
sysstat-12.4.0/contrib/sargraph/sargraph2-134-    EXPECTED="%user;%nice;%system;%iowait;%steal;%idle"
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph2-161-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/contrib/sargraph/sargraph2:162:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 4-10`
sysstat-12.4.0/contrib/sargraph/sargraph2-163-    EXPECTED="kbmemfree;kbmemused;%memused;kbbuffers;kbcached;kbcommit;%commit"
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph2-168-    fi
sysstat-12.4.0/contrib/sargraph/sargraph2:169:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $3 | head -1 | cut -d ';' -f 4-6`
sysstat-12.4.0/contrib/sargraph/sargraph2-170-    EXPECTED="kbswpfree;kbswpused;%swpused"
##############################################
sysstat-12.4.0/contrib/sargraph/sargraph2-203-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/contrib/sargraph/sargraph2:204:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 4-8`
sysstat-12.4.0/contrib/sargraph/sargraph2-205-    EXPECTED="tps;rtps;wtps;bread/s;bwrtn/s"
##############################################
sysstat-12.4.0/configure.in-594-   AC_MSG_RESULT($CRON_INTERVAL)
sysstat-12.4.0/configure.in:595:   CRON_INTERVAL_SEC=`expr ${CRON_INTERVAL} \* 60`
sysstat-12.4.0/configure.in:596:   CRON_COUNT=`expr 60 / ${CRON_INTERVAL}`
sysstat-12.4.0/configure.in-597-
##############################################
sysstat-12.4.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
sysstat-12.4.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sysstat-12.4.0/configure-45-  as_echo='print -r --'
sysstat-12.4.0/configure-46-  as_echo_n='print -rn --'
sysstat-12.4.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sysstat-12.4.0/configure-48-  as_echo='printf %s\n'
##############################################
sysstat-12.4.0/configure-50-else
sysstat-12.4.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sysstat-12.4.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sysstat-12.4.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
sysstat-12.4.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sysstat-12.4.0/configure-62-      esac;
##############################################
sysstat-12.4.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sysstat-12.4.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sysstat-12.4.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sysstat-12.4.0/configure-324-      case $as_dir in #(
sysstat-12.4.0/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sysstat-12.4.0/configure-326-      *) as_qdir=$as_dir;;
##############################################
sysstat-12.4.0/configure-397-  {
sysstat-12.4.0/configure:398:    as_val=`expr "$@" || test $? -eq 1`
sysstat-12.4.0/configure-399-  }
##############################################
sysstat-12.4.0/configure-404-# ----------------------------------------
sysstat-12.4.0/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sysstat-12.4.0/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sysstat-12.4.0/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sysstat-12.4.0/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sysstat-12.4.0/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sysstat-12.4.0/configure-850-  case $ac_option in
sysstat-12.4.0/configure:851:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sysstat-12.4.0/configure-852-  *=)   ac_optarg= ;;
##############################################
sysstat-12.4.0/configure-894-  -disable-* | --disable-*)
sysstat-12.4.0/configure:895:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sysstat-12.4.0/configure-896-    # Reject names that are not valid shell variable names.
##############################################
sysstat-12.4.0/configure-899-    ac_useropt_orig=$ac_useropt
sysstat-12.4.0/configure:900:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sysstat-12.4.0/configure-901-    case $ac_user_opts in
##############################################
sysstat-12.4.0/configure-920-  -enable-* | --enable-*)
sysstat-12.4.0/configure:921:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sysstat-12.4.0/configure-922-    # Reject names that are not valid shell variable names.
##############################################
sysstat-12.4.0/configure-925-    ac_useropt_orig=$ac_useropt
sysstat-12.4.0/configure:926:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sysstat-12.4.0/configure-927-    case $ac_user_opts in
##############################################
sysstat-12.4.0/configure-1124-  -with-* | --with-*)
sysstat-12.4.0/configure:1125:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sysstat-12.4.0/configure-1126-    # Reject names that are not valid shell variable names.
##############################################
sysstat-12.4.0/configure-1129-    ac_useropt_orig=$ac_useropt
sysstat-12.4.0/configure:1130:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sysstat-12.4.0/configure-1131-    case $ac_user_opts in
##############################################
sysstat-12.4.0/configure-1140-  -without-* | --without-*)
sysstat-12.4.0/configure:1141:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sysstat-12.4.0/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
sysstat-12.4.0/configure-1145-    ac_useropt_orig=$ac_useropt
sysstat-12.4.0/configure:1146:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sysstat-12.4.0/configure-1147-    case $ac_user_opts in
##############################################
sysstat-12.4.0/configure-1178-  *=*)
sysstat-12.4.0/configure:1179:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sysstat-12.4.0/configure-1180-    # Reject names that are not valid shell variable names.
##############################################
sysstat-12.4.0/configure-1199-if test -n "$ac_prev"; then
sysstat-12.4.0/configure:1200:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sysstat-12.4.0/configure-1201-  as_fn_error $? "missing argument to $ac_option"
##############################################
sysstat-12.4.0/configure-1221-    */ )
sysstat-12.4.0/configure:1222:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sysstat-12.4.0/configure-1223-      eval $ac_var=\$ac_val;;
##############################################
sysstat-12.4.0/configure-1256-ac_ls_di=`ls -di .` &&
sysstat-12.4.0/configure:1257:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sysstat-12.4.0/configure-1258-  as_fn_error $? "working directory cannot be determined"
##############################################
sysstat-12.4.0/configure-1312-case $srcdir in
sysstat-12.4.0/configure:1313:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sysstat-12.4.0/configure-1314-esac
##############################################
sysstat-12.4.0/configure-1355-By default, \`make install' will install all the files in
sysstat-12.4.0/configure:1356:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sysstat-12.4.0/configure:1357:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sysstat-12.4.0/configure-1358-for instance \`--prefix=\$HOME'.
##############################################
sysstat-12.4.0/configure-1468-*)
sysstat-12.4.0/configure:1469:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sysstat-12.4.0/configure-1470-  # A ".." for each directory in $ac_dir_suffix.
sysstat-12.4.0/configure:1471:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sysstat-12.4.0/configure-1472-  case $ac_top_builddir_sub in
##############################################
sysstat-12.4.0/configure-2006-    *\'*)
sysstat-12.4.0/configure:2007:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sysstat-12.4.0/configure-2008-    esac
##############################################
sysstat-12.4.0/configure-2089-      case $ac_val in
sysstat-12.4.0/configure:2090:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sysstat-12.4.0/configure-2091-      esac
##############################################
sysstat-12.4.0/configure-2104-	case $ac_val in
sysstat-12.4.0/configure:2105:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sysstat-12.4.0/configure-2106-	esac
##############################################
sysstat-12.4.0/configure-2224-    set,)
sysstat-12.4.0/configure:2225:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sysstat-12.4.0/configure:2226:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sysstat-12.4.0/configure-2227-      ac_cache_corrupted=: ;;
##############################################
sysstat-12.4.0/configure-2235-	# differences in whitespace do not lead to failure.
sysstat-12.4.0/configure:2236:	ac_old_val_w=`echo x $ac_old_val`
sysstat-12.4.0/configure:2237:	ac_new_val_w=`echo x $ac_new_val`
sysstat-12.4.0/configure-2238-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sysstat-12.4.0/configure-2255-    case $ac_new_val in
sysstat-12.4.0/configure:2256:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sysstat-12.4.0/configure-2257-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sysstat-12.4.0/configure-2640-$as_echo_n "checking whether the C compiler works... " >&6; }
sysstat-12.4.0/configure:2641:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sysstat-12.4.0/configure-2642-
##############################################
sysstat-12.4.0/configure-2684-	then :; else
sysstat-12.4.0/configure:2685:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sysstat-12.4.0/configure-2686-	fi
##############################################
sysstat-12.4.0/configure-2744-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sysstat-12.4.0/configure:2745:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sysstat-12.4.0/configure-2746-	  break;;
##############################################
sysstat-12.4.0/configure-2853-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sysstat-12.4.0/configure:2854:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sysstat-12.4.0/configure-2855-       break;;
##############################################
sysstat-12.4.0/configure-3241-  # Check for GNU $ac_path_GREP
sysstat-12.4.0/configure:3242:case `"$ac_path_GREP" --version 2>&1` in
sysstat-12.4.0/configure-3243-*GNU*)
##############################################
sysstat-12.4.0/configure-3307-  # Check for GNU $ac_path_EGREP
sysstat-12.4.0/configure:3308:case `"$ac_path_EGREP" --version 2>&1` in
sysstat-12.4.0/configure-3309-*GNU*)
##############################################
sysstat-12.4.0/configure-3468-do :
sysstat-12.4.0/configure:3469:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sysstat-12.4.0/configure-3470-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sysstat-12.4.0/configure-3473-  cat >>confdefs.h <<_ACEOF
sysstat-12.4.0/configure:3474:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sysstat-12.4.0/configure-3475-_ACEOF
##############################################
sysstat-12.4.0/configure-5474-$as_echo "$CRON_INTERVAL" >&6; }
sysstat-12.4.0/configure:5475:   CRON_INTERVAL_SEC=`expr ${CRON_INTERVAL} \* 60`
sysstat-12.4.0/configure:5476:   CRON_COUNT=`expr 60 / ${CRON_INTERVAL}`
sysstat-12.4.0/configure-5477-
##############################################
sysstat-12.4.0/configure-5792-'
sysstat-12.4.0/configure:5793:DEFS=`sed -n "$ac_script" confdefs.h`
sysstat-12.4.0/configure-5794-
##############################################
sysstat-12.4.0/configure-5801-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sysstat-12.4.0/configure:5802:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sysstat-12.4.0/configure-5803-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sysstat-12.4.0/configure-5868-if test -z "$BASH_VERSION$ZSH_VERSION" \
sysstat-12.4.0/configure:5869:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sysstat-12.4.0/configure-5870-  as_echo='print -r --'
sysstat-12.4.0/configure-5871-  as_echo_n='print -rn --'
sysstat-12.4.0/configure:5872:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sysstat-12.4.0/configure-5873-  as_echo='printf %s\n'
##############################################
sysstat-12.4.0/configure-5875-else
sysstat-12.4.0/configure:5876:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sysstat-12.4.0/configure-5877-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sysstat-12.4.0/configure-5885-	expr "X$arg" : "X\\(.*\\)$as_nl";
sysstat-12.4.0/configure:5886:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sysstat-12.4.0/configure-5887-      esac;
##############################################
sysstat-12.4.0/configure-5962-# ----------------------------------------
sysstat-12.4.0/configure:5963:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sysstat-12.4.0/configure-5964-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sysstat-12.4.0/configure-6034-  {
sysstat-12.4.0/configure:6035:    as_val=`expr "$@" || test $? -eq 1`
sysstat-12.4.0/configure-6036-  }
##############################################
sysstat-12.4.0/configure-6138-      case $as_dir in #(
sysstat-12.4.0/configure:6139:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sysstat-12.4.0/configure-6140-      *) as_qdir=$as_dir;;
##############################################
sysstat-12.4.0/configure-6260-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sysstat-12.4.0/configure:6261:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sysstat-12.4.0/configure-6262-ac_cs_version="\\
##############################################
sysstat-12.4.0/configure-6282-  --*=?*)
sysstat-12.4.0/configure:6283:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sysstat-12.4.0/configure:6284:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sysstat-12.4.0/configure-6285-    ac_shift=:
##############################################
sysstat-12.4.0/configure-6287-  --*=)
sysstat-12.4.0/configure:6288:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sysstat-12.4.0/configure-6289-    ac_optarg=
##############################################
sysstat-12.4.0/configure-6311-    case $ac_optarg in
sysstat-12.4.0/configure:6312:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sysstat-12.4.0/configure-6313-    '') as_fn_error $? "missing file argument" ;;
##############################################
sysstat-12.4.0/configure-6453-fi
sysstat-12.4.0/configure:6454:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sysstat-12.4.0/configure-6455-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sysstat-12.4.0/configure-6470-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sysstat-12.4.0/configure:6471:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sysstat-12.4.0/configure-6472-ac_delim='%!_!# '
##############################################
sysstat-12.4.0/configure-6476-
sysstat-12.4.0/configure:6477:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sysstat-12.4.0/configure-6478-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sysstat-12.4.0/configure-6638-      esac
sysstat-12.4.0/configure:6639:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sysstat-12.4.0/configure-6640-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sysstat-12.4.0/configure-6697-*)
sysstat-12.4.0/configure:6698:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sysstat-12.4.0/configure-6699-  # A ".." for each directory in $ac_dir_suffix.
sysstat-12.4.0/configure:6700:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sysstat-12.4.0/configure-6701-  case $ac_top_builddir_sub in
##############################################
sysstat-12.4.0/configure-6749-/@mandir@/p'
sysstat-12.4.0/configure:6750:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sysstat-12.4.0/configure-6751-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sysstat-12.4.0/configure-6766-
sysstat-12.4.0/configure:6767:# Neutralize VPATH when `$srcdir' = `.'.
sysstat-12.4.0/configure-6768-# Shell code in configure.ac might set extrasub.
##############################################
sysstat-12.4.0/configure-6792-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sysstat-12.4.0/configure:6793:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sysstat-12.4.0/configure-6794-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sysstat-12.4.0/debian/fix.sh-26-
sysstat-12.4.0/debian/fix.sh:27:for file in `echo $FFILES`; do
sysstat-12.4.0/debian/fix.sh-28- man_re=""
##############################################
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in-412-	for c in $$catalogs; do \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in:413:		c=`basename $$c`; \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in:414:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in-415-		mkdir -p $(DESTDIR)$(NLS_DIR)/$$c/LC_MESSAGES; \
##############################################
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in-563-	for c in $$catalogs; do \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in:564:		c=`basename $$c`; \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in:565:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/.pc/00-Makefile.patch/Makefile.in-566-		rm -f $(DESTDIR)$(PREFIX)/share/locale/$$c/LC_MESSAGES/$(PACKAGE).mo; \
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph-27-
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph:28:parsed_opts=`getopt -o "" -l sa-dir: -- "$@"`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph-29-eval set -- "$parsed_opts"
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph-434-
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph:435:    GRAPH=`$ZENITY --list --text "Select a graph" --column "Graph Type" "CPU" "Run Queue" "Run Queue w/o Process List Size" "IO Transfer Rate" "NFS Client" "Paging Stats" "Memory Utilization" "Memory Utilization (Swap)"`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph-436-
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-75-        shift
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2:76:        GRAPH_TYPE=`echo $1 | tr a-z A-Z`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-77-        ;;
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-132-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2:133:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 5-10`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-134-    EXPECTED="%user;%nice;%system;%iowait;%steal;%idle"
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-161-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2:162:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 4-10`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-163-    EXPECTED="kbmemfree;kbmemused;%memused;kbbuffers;kbcached;kbcommit;%commit"
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-168-    fi
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2:169:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $3 | head -1 | cut -d ';' -f 4-6`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-170-    EXPECTED="kbswpfree;kbswpused;%swpused"
##############################################
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-203-    # First make sure that the columns are where we expect them to be
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2:204:    HEADER=`egrep -v ';LINUX-RESTART|;COM' $2 | head -1 | cut -d ';' -f 4-8`
sysstat-12.4.0/.pc/02-sargraph.patch/contrib/sargraph/sargraph2-205-    EXPECTED="tps;rtps;wtps;bread/s;bwrtn/s"
##############################################
sysstat-12.4.0/.pc/08-scripts.patch/sa2.in-45-then
sysstat-12.4.0/.pc/08-scripts.patch/sa2.in:46:	DATE=`date ${DATE_OPTS} +%Y%m%d`
sysstat-12.4.0/.pc/08-scripts.patch/sa2.in-47-else
sysstat-12.4.0/.pc/08-scripts.patch/sa2.in:48:	DATE=`date ${DATE_OPTS} +%d`
sysstat-12.4.0/.pc/08-scripts.patch/sa2.in-49-fi
##############################################
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in-412-	for c in $$catalogs; do \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in:413:		c=`basename $$c`; \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in:414:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in-415-		mkdir -p $(DESTDIR)$(NLS_DIR)/$$c/LC_MESSAGES; \
##############################################
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in-563-	for c in $$catalogs; do \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in:564:		c=`basename $$c`; \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in:565:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/.pc/10-ignore-ut-failures.patch/Makefile.in-566-		rm -f $(DESTDIR)$(PREFIX)/share/locale/$$c/LC_MESSAGES/$(PACKAGE).mo; \
##############################################
sysstat-12.4.0/.pc/11-fix-spelling-typo.patch/FAQ.md-96-# ll /usr/src/linux/include/asm
sysstat-12.4.0/.pc/11-fix-spelling-typo.patch/FAQ.md:97:lrwxrwxrwx   1 root     root            8 May  5 18:31 /usr/src/linux/include/asm -> asm-i386
sysstat-12.4.0/.pc/11-fix-spelling-typo.patch/FAQ.md-98-```
##############################################
sysstat-12.4.0/sa2.in-45-then
sysstat-12.4.0/sa2.in:46:	DATE=`date ${DATE_OPTS} +%Y%m%d`
sysstat-12.4.0/sa2.in-47-else
sysstat-12.4.0/sa2.in:48:	DATE=`date ${DATE_OPTS} +%d`
sysstat-12.4.0/sa2.in-49-fi
##############################################
sysstat-12.4.0/Makefile.in-412-	for c in $$catalogs; do \
sysstat-12.4.0/Makefile.in:413:		c=`basename $$c`; \
sysstat-12.4.0/Makefile.in:414:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/Makefile.in-415-		mkdir -p $(DESTDIR)$(NLS_DIR)/$$c/LC_MESSAGES; \
##############################################
sysstat-12.4.0/Makefile.in-563-	for c in $$catalogs; do \
sysstat-12.4.0/Makefile.in:564:		c=`basename $$c`; \
sysstat-12.4.0/Makefile.in:565:		c=`echo $$c | sed 's/\.gmo$$//'`; \
sysstat-12.4.0/Makefile.in-566-		rm -f $(DESTDIR)$(PREFIX)/share/locale/$$c/LC_MESSAGES/$(PACKAGE).mo; \
##############################################
sysstat-12.4.0/FAQ.md-96-# ll /usr/src/linux/include/asm
sysstat-12.4.0/FAQ.md:97:lrwxrwxrwx   1 root     root            8 May  5 18:31 /usr/src/linux/include/asm -> asm-i386
sysstat-12.4.0/FAQ.md-98-```