=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== selint-1.1.0/ylwrap-101-# We'll later need for a correct munging of "#line" directives. selint-1.1.0/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed` selint-1.1.0/ylwrap-103-case $input in ############################################## selint-1.1.0/ylwrap-111-esac selint-1.1.0/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed` selint-1.1.0/ylwrap-113- ############################################## selint-1.1.0/ylwrap-150- shift selint-1.1.0/ylwrap:151: sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" selint-1.1.0/ylwrap:152: sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" selint-1.1.0/ylwrap-153-done ############################################## selint-1.1.0/ylwrap-182- do selint-1.1.0/ylwrap:183: to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` selint-1.1.0/ylwrap-184- if test -f "$from"; then ############################################## selint-1.1.0/ylwrap-198- realtarget=$target selint-1.1.0/ylwrap:199: target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'` selint-1.1.0/ylwrap-200- fi ############################################## selint-1.1.0/src/Makefile.in-64- { \ selint-1.1.0/src/Makefile.in:65: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ selint-1.1.0/src/Makefile.in-66- }; \ ############################################## selint-1.1.0/src/Makefile.in-423-.c.o: selint-1.1.0/src/Makefile.in:424:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ selint-1.1.0/src/Makefile.in-425-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## selint-1.1.0/src/Makefile.in-431-.c.obj: selint-1.1.0/src/Makefile.in:432:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ selint-1.1.0/src/Makefile.in:433:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ selint-1.1.0/src/Makefile.in-434-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## selint-1.1.0/src/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ selint-1.1.0/src/Makefile.in:437:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` selint-1.1.0/src/Makefile.in-438- ############################################## selint-1.1.0/src/Makefile.in-442-.y.c: selint-1.1.0/src/Makefile.in:443: $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) selint-1.1.0/src/Makefile.in-444- ############################################## selint-1.1.0/src/Makefile.in-474-GTAGS: selint-1.1.0/src/Makefile.in:475: here=`$(am__cd) $(top_builddir) && pwd` \ selint-1.1.0/src/Makefile.in-476- && $(am__cd) $(top_srcdir) \ ############################################## selint-1.1.0/src/Makefile.in-497-distdir: $(DISTFILES) selint-1.1.0/src/Makefile.in:498: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/src/Makefile.in:499: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/src/Makefile.in-500- list='$(DISTFILES)'; \ ############################################## selint-1.1.0/src/Makefile.in-511- if test -d $$d/$$file; then \ selint-1.1.0/src/Makefile.in:512: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ selint-1.1.0/src/Makefile.in-513- if test -d "$(distdir)/$$file"; then \ ############################################## selint-1.1.0/src/parse.y-465- gen_require_begin selint-1.1.0/src/parse.y:466: BACKTICK SELINT_COMMAND require_lines SINGLE_QUOTE CLOSE_PAREN { end_gen_require(&cur, 0); save_command(cur, $3); free($3); } selint-1.1.0/src/parse.y-467- | ############################################## selint-1.1.0/src/parse.y-473- | selint-1.1.0/src/parse.y:474: REQUIRE OPEN_CURLY SELINT_COMMAND { begin_require(&cur, yylineno); save_command(cur->parent, $3); } selint-1.1.0/src/parse.y:475: require_lines CLOSE_CURLY { end_require(&cur); free($3); } selint-1.1.0/src/parse.y-476- ; ############################################## selint-1.1.0/src/parse.y-480- | selint-1.1.0/src/parse.y:481: GEN_REQUIRE OPEN_PAREN SELINT_COMMAND { begin_gen_require(&cur, yylineno); save_command(cur->parent, $3); free($3); } selint-1.1.0/src/parse.y-482- ; ############################################## selint-1.1.0/compile-67- mingw/*) selint-1.1.0/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` selint-1.1.0/compile-69- ;; selint-1.1.0/compile-70- cygwin/*) selint-1.1.0/compile:71: file=`cygpath -m "$file" || echo "$file"` selint-1.1.0/compile-72- ;; selint-1.1.0/compile-73- wine/*) selint-1.1.0/compile:74: file=`winepath -w "$file" || echo "$file"` selint-1.1.0/compile-75- ;; ############################################## selint-1.1.0/compile-309-# Name of file we expect compiler to create. selint-1.1.0/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` selint-1.1.0/compile-311- ############################################## selint-1.1.0/compile-315-# object file name, since that is what matters with a parallel build. selint-1.1.0/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d selint-1.1.0/compile-317-while true; do ############################################## selint-1.1.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ selint-1.1.0/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then selint-1.1.0/configure-47- as_echo='print -r --' selint-1.1.0/configure-48- as_echo_n='print -rn --' selint-1.1.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then selint-1.1.0/configure-50- as_echo='printf %s\n' ############################################## selint-1.1.0/configure-52-else selint-1.1.0/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then selint-1.1.0/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## selint-1.1.0/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; selint-1.1.0/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; selint-1.1.0/configure-64- esac; ############################################## selint-1.1.0/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && selint-1.1.0/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 selint-1.1.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## selint-1.1.0/configure-327- case $as_dir in #( selint-1.1.0/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( selint-1.1.0/configure-329- *) as_qdir=$as_dir;; ############################################## selint-1.1.0/configure-400- { selint-1.1.0/configure:401: as_val=`expr "$@" || test $? -eq 1` selint-1.1.0/configure-402- } ############################################## selint-1.1.0/configure-407-# ---------------------------------------- selint-1.1.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are selint-1.1.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## selint-1.1.0/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && selint-1.1.0/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { selint-1.1.0/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## selint-1.1.0/configure-837- case $ac_option in selint-1.1.0/configure:838: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; selint-1.1.0/configure-839- *=) ac_optarg= ;; ############################################## selint-1.1.0/configure-881- -disable-* | --disable-*) selint-1.1.0/configure:882: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` selint-1.1.0/configure-883- # Reject names that are not valid shell variable names. ############################################## selint-1.1.0/configure-886- ac_useropt_orig=$ac_useropt selint-1.1.0/configure:887: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` selint-1.1.0/configure-888- case $ac_user_opts in ############################################## selint-1.1.0/configure-907- -enable-* | --enable-*) selint-1.1.0/configure:908: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` selint-1.1.0/configure-909- # Reject names that are not valid shell variable names. ############################################## selint-1.1.0/configure-912- ac_useropt_orig=$ac_useropt selint-1.1.0/configure:913: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` selint-1.1.0/configure-914- case $ac_user_opts in ############################################## selint-1.1.0/configure-1120- -with-* | --with-*) selint-1.1.0/configure:1121: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` selint-1.1.0/configure-1122- # Reject names that are not valid shell variable names. ############################################## selint-1.1.0/configure-1125- ac_useropt_orig=$ac_useropt selint-1.1.0/configure:1126: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` selint-1.1.0/configure-1127- case $ac_user_opts in ############################################## selint-1.1.0/configure-1136- -without-* | --without-*) selint-1.1.0/configure:1137: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` selint-1.1.0/configure-1138- # Reject names that are not valid shell variable names. ############################################## selint-1.1.0/configure-1141- ac_useropt_orig=$ac_useropt selint-1.1.0/configure:1142: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` selint-1.1.0/configure-1143- case $ac_user_opts in ############################################## selint-1.1.0/configure-1174- *=*) selint-1.1.0/configure:1175: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` selint-1.1.0/configure-1176- # Reject names that are not valid shell variable names. ############################################## selint-1.1.0/configure-1195-if test -n "$ac_prev"; then selint-1.1.0/configure:1196: ac_option=--`echo $ac_prev | sed 's/_/-/g'` selint-1.1.0/configure-1197- as_fn_error $? "missing argument to $ac_option" ############################################## selint-1.1.0/configure-1217- */ ) selint-1.1.0/configure:1218: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` selint-1.1.0/configure-1219- eval $ac_var=\$ac_val;; ############################################## selint-1.1.0/configure-1252-ac_ls_di=`ls -di .` && selint-1.1.0/configure:1253:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || selint-1.1.0/configure-1254- as_fn_error $? "working directory cannot be determined" ############################################## selint-1.1.0/configure-1308-case $srcdir in selint-1.1.0/configure:1309:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; selint-1.1.0/configure-1310-esac ############################################## selint-1.1.0/configure-1351-By default, \`make install' will install all the files in selint-1.1.0/configure:1352:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify selint-1.1.0/configure:1353:an installation prefix other than \`$ac_default_prefix' using \`--prefix', selint-1.1.0/configure-1354-for instance \`--prefix=\$HOME'. ############################################## selint-1.1.0/configure-1464-*) selint-1.1.0/configure:1465: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` selint-1.1.0/configure-1466- # A ".." for each directory in $ac_dir_suffix. selint-1.1.0/configure:1467: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` selint-1.1.0/configure-1468- case $ac_top_builddir_sub in ############################################## selint-1.1.0/configure-2136- *\'*) selint-1.1.0/configure:2137: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; selint-1.1.0/configure-2138- esac ############################################## selint-1.1.0/configure-2219- case $ac_val in selint-1.1.0/configure:2220: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; selint-1.1.0/configure-2221- esac ############################################## selint-1.1.0/configure-2234- case $ac_val in selint-1.1.0/configure:2235: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; selint-1.1.0/configure-2236- esac ############################################## selint-1.1.0/configure-2354- set,) selint-1.1.0/configure:2355: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 selint-1.1.0/configure:2356:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} selint-1.1.0/configure-2357- ac_cache_corrupted=: ;; ############################################## selint-1.1.0/configure-2365- # differences in whitespace do not lead to failure. selint-1.1.0/configure:2366: ac_old_val_w=`echo x $ac_old_val` selint-1.1.0/configure:2367: ac_new_val_w=`echo x $ac_new_val` selint-1.1.0/configure-2368- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## selint-1.1.0/configure-2385- case $ac_new_val in selint-1.1.0/configure:2386: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; selint-1.1.0/configure-2387- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## selint-1.1.0/configure-2564- echo "timestamp, slept: $am_has_slept" > conftest.file selint-1.1.0/configure:2565: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` selint-1.1.0/configure-2566- if test "$*" = "X"; then selint-1.1.0/configure-2567- # -L didn't work. selint-1.1.0/configure:2568: set X `ls -t "$srcdir/configure" conftest.file` selint-1.1.0/configure-2569- fi ############################################## selint-1.1.0/configure-2615-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' selint-1.1.0/configure:2616:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` selint-1.1.0/configure-2617- selint-1.1.0/configure-2618-# Expand $ac_aux_dir to an absolute path. selint-1.1.0/configure:2619:am_aux_dir=`cd "$ac_aux_dir" && pwd` selint-1.1.0/configure-2620- ############################################## selint-1.1.0/configure-2760- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue selint-1.1.0/configure:2761: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( selint-1.1.0/configure-2762- 'mkdir (GNU coreutils) '* | \ ############################################## selint-1.1.0/configure-2833-set x ${MAKE-make} selint-1.1.0/configure:2834:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` selint-1.1.0/configure-2835-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## selint-1.1.0/configure-2843-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. selint-1.1.0/configure:2844:case `${MAKE-make} -f conftest.make 2>/dev/null` in selint-1.1.0/configure-2845- *@@@%%%=?*=@@@%%%*) ############################################## selint-1.1.0/configure-2909- selint-1.1.0/configure:2910:if test "`cd $srcdir && pwd`" != "`pwd`"; then selint-1.1.0/configure-2911- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## selint-1.1.0/configure-3372-$as_echo_n "checking whether the C compiler works... " >&6; } selint-1.1.0/configure:3373:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` selint-1.1.0/configure-3374- ############################################## selint-1.1.0/configure-3416- then :; else selint-1.1.0/configure:3417: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` selint-1.1.0/configure-3418- fi ############################################## selint-1.1.0/configure-3476- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; selint-1.1.0/configure:3477: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` selint-1.1.0/configure-3478- break;; ############################################## selint-1.1.0/configure-3585- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; selint-1.1.0/configure:3586: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` selint-1.1.0/configure-3587- break;; ############################################## selint-1.1.0/configure-3893-# Ignore all kinds of additional output from 'make'. selint-1.1.0/configure:3894:case `$am_make -s -f confmf 2> /dev/null` in #( selint-1.1.0/configure-3895-*the\ am__doit\ target*) ############################################## selint-1.1.0/configure-3903- echo '.include "confinc"' > confmf selint-1.1.0/configure:3904: case `$am_make -s -f confmf 2> /dev/null` in #( selint-1.1.0/configure-3905- *the\ am__doit\ target*) ############################################## selint-1.1.0/configure-3966- if test "$am_compiler_list" = ""; then selint-1.1.0/configure:3967: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` selint-1.1.0/configure-3968- fi ############################################## selint-1.1.0/configure-4464-/* end confdefs.h. */ selint-1.1.0/configure:4465:`cat $LEX_OUTPUT_ROOT.c` selint-1.1.0/configure-4466-_ACEOF ############################################## selint-1.1.0/configure-4497- #define YYTEXT_POINTER 1 selint-1.1.0/configure:4498:`cat $LEX_OUTPUT_ROOT.c` selint-1.1.0/configure-4499-_ACEOF ############################################## selint-1.1.0/configure-4713- test $ac_status = 0; }; then selint-1.1.0/configure:4714: pkg_cv_CHECK_CFLAGS=`$PKG_CONFIG --cflags "check >= 0.11.0" 2>/dev/null` selint-1.1.0/configure-4715- test "x$?" != "x0" && pkg_failed=yes ############################################## selint-1.1.0/configure-4730- test $ac_status = 0; }; then selint-1.1.0/configure:4731: pkg_cv_CHECK_LIBS=`$PKG_CONFIG --libs "check >= 0.11.0" 2>/dev/null` selint-1.1.0/configure-4732- test "x$?" != "x0" && pkg_failed=yes ############################################## selint-1.1.0/configure-4751- if test $_pkg_short_errors_supported = yes; then selint-1.1.0/configure:4752: CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "check >= 0.11.0" 2>&1` selint-1.1.0/configure-4753- else selint-1.1.0/configure:4754: CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "check >= 0.11.0" 2>&1` selint-1.1.0/configure-4755- fi ############################################## selint-1.1.0/configure-4992- # Check for GNU $ac_path_GREP selint-1.1.0/configure:4993:case `"$ac_path_GREP" --version 2>&1` in selint-1.1.0/configure-4994-*GNU*) ############################################## selint-1.1.0/configure-5058- # Check for GNU $ac_path_EGREP selint-1.1.0/configure:5059:case `"$ac_path_EGREP" --version 2>&1` in selint-1.1.0/configure-5060-*GNU*) ############################################## selint-1.1.0/configure-5219-do : selint-1.1.0/configure:5220: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` selint-1.1.0/configure-5221-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## selint-1.1.0/configure-5224- cat >>confdefs.h <<_ACEOF selint-1.1.0/configure:5225:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 selint-1.1.0/configure-5226-_ACEOF ############################################## selint-1.1.0/configure-5368- for ac_func in _getb67 GETB67 getb67; do selint-1.1.0/configure:5369: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` selint-1.1.0/configure-5370-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## selint-1.1.0/configure-5431-do : selint-1.1.0/configure:5432: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` selint-1.1.0/configure-5433-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## selint-1.1.0/configure-5435- cat >>confdefs.h <<_ACEOF selint-1.1.0/configure:5436:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 selint-1.1.0/configure-5437-_ACEOF ############################################## selint-1.1.0/configure-5666-do : selint-1.1.0/configure:5667: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` selint-1.1.0/configure-5668-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## selint-1.1.0/configure-5670- cat >>confdefs.h <<_ACEOF selint-1.1.0/configure:5671:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 selint-1.1.0/configure-5672-_ACEOF ############################################## selint-1.1.0/configure-5861- selint-1.1.0/configure:5862: if `$VALGRIND --tool=memcheck --help >/dev/null 2>&1`; then : selint-1.1.0/configure-5863- ############################################## selint-1.1.0/configure-5917- selint-1.1.0/configure:5918: if `$VALGRIND --tool=helgrind --help >/dev/null 2>&1`; then : selint-1.1.0/configure-5919- ############################################## selint-1.1.0/configure-5973- selint-1.1.0/configure:5974: if `$VALGRIND --tool=drd --help >/dev/null 2>&1`; then : selint-1.1.0/configure-5975- ############################################## selint-1.1.0/configure-6029- selint-1.1.0/configure:6030: if `$VALGRIND --tool=exp-sgcheck --help >/dev/null 2>&1`; then : selint-1.1.0/configure-6031- ############################################## selint-1.1.0/configure-6275- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' selint-1.1.0/configure:6276: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` selint-1.1.0/configure-6277- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## selint-1.1.0/configure-6382-if test -z "$BASH_VERSION$ZSH_VERSION" \ selint-1.1.0/configure:6383: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then selint-1.1.0/configure-6384- as_echo='print -r --' selint-1.1.0/configure-6385- as_echo_n='print -rn --' selint-1.1.0/configure:6386:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then selint-1.1.0/configure-6387- as_echo='printf %s\n' ############################################## selint-1.1.0/configure-6389-else selint-1.1.0/configure:6390: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then selint-1.1.0/configure-6391- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## selint-1.1.0/configure-6399- expr "X$arg" : "X\\(.*\\)$as_nl"; selint-1.1.0/configure:6400: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; selint-1.1.0/configure-6401- esac; ############################################## selint-1.1.0/configure-6476-# ---------------------------------------- selint-1.1.0/configure:6477:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are selint-1.1.0/configure-6478-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## selint-1.1.0/configure-6548- { selint-1.1.0/configure:6549: as_val=`expr "$@" || test $? -eq 1` selint-1.1.0/configure-6550- } ############################################## selint-1.1.0/configure-6652- case $as_dir in #( selint-1.1.0/configure:6653: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( selint-1.1.0/configure-6654- *) as_qdir=$as_dir;; ############################################## selint-1.1.0/configure-6787-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 selint-1.1.0/configure:6788:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" selint-1.1.0/configure-6789-ac_cs_version="\\ ############################################## selint-1.1.0/configure-6812- --*=?*) selint-1.1.0/configure:6813: ac_option=`expr "X$1" : 'X\([^=]*\)='` selint-1.1.0/configure:6814: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` selint-1.1.0/configure-6815- ac_shift=: ############################################## selint-1.1.0/configure-6817- --*=) selint-1.1.0/configure:6818: ac_option=`expr "X$1" : 'X\([^=]*\)='` selint-1.1.0/configure-6819- ac_optarg= ############################################## selint-1.1.0/configure-6841- case $ac_optarg in selint-1.1.0/configure:6842: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; selint-1.1.0/configure-6843- '') as_fn_error $? "missing file argument" ;; ############################################## selint-1.1.0/configure-6849- case $ac_optarg in selint-1.1.0/configure:6850: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; selint-1.1.0/configure-6851- esac ############################################## selint-1.1.0/configure-6980-fi selint-1.1.0/configure:6981:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` selint-1.1.0/configure-6982-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## selint-1.1.0/configure-6997- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 selint-1.1.0/configure:6998:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` selint-1.1.0/configure-6999-ac_delim='%!_!# ' ############################################## selint-1.1.0/configure-7003- selint-1.1.0/configure:7004: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` selint-1.1.0/configure-7005- if test $ac_delim_n = $ac_delim_num; then ############################################## selint-1.1.0/configure-7141-for ac_last_try in false false :; do selint-1.1.0/configure:7142: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` selint-1.1.0/configure-7143- if test -z "$ac_tt"; then ############################################## selint-1.1.0/configure-7273- esac selint-1.1.0/configure:7274: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac selint-1.1.0/configure-7275- as_fn_append ac_file_inputs " '$ac_f'" ############################################## selint-1.1.0/configure-7332-*) selint-1.1.0/configure:7333: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` selint-1.1.0/configure-7334- # A ".." for each directory in $ac_dir_suffix. selint-1.1.0/configure:7335: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` selint-1.1.0/configure-7336- case $ac_top_builddir_sub in ############################################## selint-1.1.0/configure-7393-/@mandir@/p' selint-1.1.0/configure:7394:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in selint-1.1.0/configure-7395-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## selint-1.1.0/configure-7410- selint-1.1.0/configure:7411:# Neutralize VPATH when `$srcdir' = `.'. selint-1.1.0/configure-7412-# Shell code in configure.ac might set extrasub. ############################################## selint-1.1.0/configure-7438-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && selint-1.1.0/configure:7439: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && selint-1.1.0/configure-7440- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## selint-1.1.0/configure-7484- * ) selint-1.1.0/configure:7485: _am_stamp_count=`expr $_am_stamp_count + 1` ;; selint-1.1.0/configure-7486- esac ############################################## selint-1.1.0/configure-7531- # Strip MF so we end up with the name of the file. selint-1.1.0/configure:7532: mf=`echo "$mf" | sed -e 's/:.*$//'` selint-1.1.0/configure-7533- # Check whether this is an Automake generated Makefile or not. ############################################## selint-1.1.0/configure-7568- # from the Makefile without running 'make'. selint-1.1.0/configure:7569: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` selint-1.1.0/configure-7570- test -z "$DEPDIR" && continue selint-1.1.0/configure:7571: am__include=`sed -n 's/^am__include = //p' < "$mf"` selint-1.1.0/configure-7572- test -z "$am__include" && continue selint-1.1.0/configure:7573: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` selint-1.1.0/configure-7574- # Find all dependency output files, they are included files with ############################################## selint-1.1.0/depcomp-64- case $1 in selint-1.1.0/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; selint-1.1.0/depcomp-66- *) dir=;; ############################################## selint-1.1.0/depcomp-73-{ selint-1.1.0/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` selint-1.1.0/depcomp-75-} ############################################## selint-1.1.0/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} selint-1.1.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} selint-1.1.0/depcomp-128- ############################################## selint-1.1.0/depcomp-405- sleep 1 selint-1.1.0/depcomp:406: i=`expr $i - 1` selint-1.1.0/depcomp-407- done selint-1.1.0/depcomp-408- fi selint-1.1.0/depcomp:409: i=`expr $i - 1` selint-1.1.0/depcomp-410- done ############################################## selint-1.1.0/depcomp-425- # Do two passes, one to just change these to selint-1.1.0/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. selint-1.1.0/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## selint-1.1.0/depcomp-659- done selint-1.1.0/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` selint-1.1.0/depcomp-661- touch "$tmpdepfile" ############################################## selint-1.1.0/install-sh-234- fi selint-1.1.0/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; selint-1.1.0/install-sh-236- *) ############################################## selint-1.1.0/install-sh-281- dstdir=$dst selint-1.1.0/install-sh:282: dst=$dstdir/`basename "$src"` selint-1.1.0/install-sh-283- dstdir_status=0 selint-1.1.0/install-sh-284- else selint-1.1.0/install-sh:285: dstdir=`dirname "$dst"` selint-1.1.0/install-sh-286- test -d "$dstdir" ############################################## selint-1.1.0/install-sh-344- test_tmpdir="$tmpdir/a" selint-1.1.0/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` selint-1.1.0/install-sh-346- case $ls_ld_tmpdir in ############################################## selint-1.1.0/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { selint-1.1.0/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` selint-1.1.0/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## selint-1.1.0/install-sh-409- case $prefix in selint-1.1.0/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; selint-1.1.0/install-sh-411- *) qprefix=$prefix;; ############################################## selint-1.1.0/install-sh-458- if $copy_on_change && selint-1.1.0/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && selint-1.1.0/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && selint-1.1.0/install-sh-461- set -f && ############################################## selint-1.1.0/man/Makefile.in-63- { \ selint-1.1.0/man/Makefile.in:64: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ selint-1.1.0/man/Makefile.in-65- }; \ ############################################## selint-1.1.0/man/Makefile.in-129- esac selint-1.1.0/man/Makefile.in:130:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; selint-1.1.0/man/Makefile.in-131-am__vpath_adj = case $$p in \ selint-1.1.0/man/Makefile.in:132: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ selint-1.1.0/man/Makefile.in-133- *) f=$$p;; \ selint-1.1.0/man/Makefile.in-134- esac; selint-1.1.0/man/Makefile.in:135:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; selint-1.1.0/man/Makefile.in-136-am__install_max = 40 selint-1.1.0/man/Makefile.in-137-am__nobase_strip_setup = \ selint-1.1.0/man/Makefile.in:138: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` selint-1.1.0/man/Makefile.in-139-am__nobase_strip = \ ############################################## selint-1.1.0/man/Makefile.in-332- test -n "$(man1dir)" \ selint-1.1.0/man/Makefile.in:333: && test -n "`echo $$list1$$list2`" \ selint-1.1.0/man/Makefile.in-334- || exit 0; \ ############################################## selint-1.1.0/man/Makefile.in-399-GTAGS: selint-1.1.0/man/Makefile.in:400: here=`$(am__cd) $(top_builddir) && pwd` \ selint-1.1.0/man/Makefile.in-401- && $(am__cd) $(top_srcdir) \ ############################################## selint-1.1.0/man/Makefile.in-422-distdir: $(DISTFILES) selint-1.1.0/man/Makefile.in:423: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/man/Makefile.in:424: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/man/Makefile.in-425- list='$(DISTFILES)'; \ ############################################## selint-1.1.0/man/Makefile.in-436- if test -d $$d/$$file; then \ selint-1.1.0/man/Makefile.in:437: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ selint-1.1.0/man/Makefile.in-438- if test -d "$(distdir)/$$file"; then \ ############################################## selint-1.1.0/aclocal.m4-147- [m4_define([vgtoolx],vgtool)]) selint-1.1.0/aclocal.m4:148: AS_IF([`$VALGRIND --tool=]vgtoolx[ --help >/dev/null 2>&1`],[ selint-1.1.0/aclocal.m4-149- ax_cv_valgrind_tool_]vgtool[=yes ############################################## selint-1.1.0/aclocal.m4-371- PKG_CHECK_EXISTS([$3], selint-1.1.0/aclocal.m4:372: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` selint-1.1.0/aclocal.m4-373- test "x$?" != "x0" && pkg_failed=yes ], ############################################## selint-1.1.0/aclocal.m4-419- if test $_pkg_short_errors_supported = yes; then selint-1.1.0/aclocal.m4:420: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` selint-1.1.0/aclocal.m4-421- else selint-1.1.0/aclocal.m4:422: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` selint-1.1.0/aclocal.m4-423- fi ############################################## selint-1.1.0/aclocal.m4-608-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: selint-1.1.0/aclocal.m4:609:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` selint-1.1.0/aclocal.m4-610-# and then we would define $MISSING as ############################################## selint-1.1.0/aclocal.m4-623-# Expand $ac_aux_dir to an absolute path. selint-1.1.0/aclocal.m4:624:am_aux_dir=`cd "$ac_aux_dir" && pwd` selint-1.1.0/aclocal.m4-625-]) ############################################## selint-1.1.0/aclocal.m4-721- if test "$am_compiler_list" = ""; then selint-1.1.0/aclocal.m4:722: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` selint-1.1.0/aclocal.m4-723- fi ############################################## selint-1.1.0/aclocal.m4-872- # Strip MF so we end up with the name of the file. selint-1.1.0/aclocal.m4:873: mf=`echo "$mf" | sed -e 's/:.*$//'` selint-1.1.0/aclocal.m4-874- # Check whether this is an Automake generated Makefile or not. ############################################## selint-1.1.0/aclocal.m4-881- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then selint-1.1.0/aclocal.m4:882: dirpart=`AS_DIRNAME("$mf")` selint-1.1.0/aclocal.m4-883- else ############################################## selint-1.1.0/aclocal.m4-887- # from the Makefile without running 'make'. selint-1.1.0/aclocal.m4:888: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` selint-1.1.0/aclocal.m4-889- test -z "$DEPDIR" && continue selint-1.1.0/aclocal.m4:890: am__include=`sed -n 's/^am__include = //p' < "$mf"` selint-1.1.0/aclocal.m4-891- test -z "$am__include" && continue selint-1.1.0/aclocal.m4:892: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` selint-1.1.0/aclocal.m4-893- # Find all dependency output files, they are included files with ############################################## selint-1.1.0/aclocal.m4-901- test -f "$dirpart/$file" && continue selint-1.1.0/aclocal.m4:902: fdir=`AS_DIRNAME(["$file"])` selint-1.1.0/aclocal.m4-903- AS_MKDIR_P([$dirpart/$fdir]) ############################################## selint-1.1.0/aclocal.m4-959-AC_REQUIRE([AC_PROG_INSTALL])dnl selint-1.1.0/aclocal.m4:960:if test "`cd $srcdir && pwd`" != "`pwd`"; then selint-1.1.0/aclocal.m4-961- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## selint-1.1.0/aclocal.m4-1118- * ) selint-1.1.0/aclocal.m4:1119: _am_stamp_count=`expr $_am_stamp_count + 1` ;; selint-1.1.0/aclocal.m4-1120- esac selint-1.1.0/aclocal.m4-1121-done selint-1.1.0/aclocal.m4:1122:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) selint-1.1.0/aclocal.m4-1123- ############################################## selint-1.1.0/aclocal.m4-1189-# Ignore all kinds of additional output from 'make'. selint-1.1.0/aclocal.m4:1190:case `$am_make -s -f confmf 2> /dev/null` in #( selint-1.1.0/aclocal.m4-1191-*the\ am__doit\ target*) ############################################## selint-1.1.0/aclocal.m4-1199- echo '.include "confinc"' > confmf selint-1.1.0/aclocal.m4:1200: case `$am_make -s -f confmf 2> /dev/null` in #( selint-1.1.0/aclocal.m4-1201- *the\ am__doit\ target*) ############################################## selint-1.1.0/aclocal.m4-1381- echo "timestamp, slept: $am_has_slept" > conftest.file selint-1.1.0/aclocal.m4:1382: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` selint-1.1.0/aclocal.m4-1383- if test "$[*]" = "X"; then selint-1.1.0/aclocal.m4-1384- # -L didn't work. selint-1.1.0/aclocal.m4:1385: set X `ls -t "$srcdir/configure" conftest.file` selint-1.1.0/aclocal.m4-1386- fi ############################################## selint-1.1.0/Makefile.in-64- { \ selint-1.1.0/Makefile.in:65: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ selint-1.1.0/Makefile.in-66- }; \ ############################################## selint-1.1.0/Makefile.in-142- esac selint-1.1.0/Makefile.in:143:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; selint-1.1.0/Makefile.in-144-am__vpath_adj = case $$p in \ selint-1.1.0/Makefile.in:145: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ selint-1.1.0/Makefile.in-146- *) f=$$p;; \ selint-1.1.0/Makefile.in-147- esac; selint-1.1.0/Makefile.in:148:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; selint-1.1.0/Makefile.in-149-am__install_max = 40 selint-1.1.0/Makefile.in-150-am__nobase_strip_setup = \ selint-1.1.0/Makefile.in:151: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` selint-1.1.0/Makefile.in-152-am__nobase_strip = \ ############################################## selint-1.1.0/Makefile.in-220- while test -n "$$dir1"; do \ selint-1.1.0/Makefile.in:221: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ selint-1.1.0/Makefile.in-222- if test "$$first" != "."; then \ selint-1.1.0/Makefile.in-223- if test "$$first" = ".."; then \ selint-1.1.0/Makefile.in:224: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ selint-1.1.0/Makefile.in:225: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ selint-1.1.0/Makefile.in-226- else \ selint-1.1.0/Makefile.in:227: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ selint-1.1.0/Makefile.in-228- if test "$$first2" = "$$first"; then \ selint-1.1.0/Makefile.in:229: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ selint-1.1.0/Makefile.in-230- else \ ############################################## selint-1.1.0/Makefile.in-235- fi; \ selint-1.1.0/Makefile.in:236: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ selint-1.1.0/Makefile.in-237- done; \ ############################################## selint-1.1.0/Makefile.in-432- @list='$(selintconf_DATA)'; test -n "$(selintconfdir)" || list=; \ selint-1.1.0/Makefile.in:433: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ selint-1.1.0/Makefile.in-434- dir='$(DESTDIR)$(selintconfdir)'; $(am__uninstall_files_from_dir) ############################################## selint-1.1.0/Makefile.in-449- dot_seen=no; \ selint-1.1.0/Makefile.in:450: target=`echo $@ | sed s/-recursive//`; \ selint-1.1.0/Makefile.in-451- case "$@" in \ ############################################## selint-1.1.0/Makefile.in-512-GTAGS: selint-1.1.0/Makefile.in:513: here=`$(am__cd) $(top_builddir) && pwd` \ selint-1.1.0/Makefile.in-514- && $(am__cd) $(top_srcdir) \ ############################################## selint-1.1.0/Makefile.in-544- test -d "$(distdir)" || mkdir "$(distdir)" selint-1.1.0/Makefile.in:545: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/Makefile.in:546: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/Makefile.in-547- list='$(DISTFILES)'; \ ############################################## selint-1.1.0/Makefile.in-558- if test -d $$d/$$file; then \ selint-1.1.0/Makefile.in:559: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ selint-1.1.0/Makefile.in-560- if test -d "$(distdir)/$$file"; then \ ############################################## selint-1.1.0/Makefile.in-669- test -d $(distdir)/_build || exit 0; \ selint-1.1.0/Makefile.in:670: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ selint-1.1.0/Makefile.in-671- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## selint-1.1.0/Makefile.in-713- }; \ selint-1.1.0/Makefile.in:714: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ selint-1.1.0/Makefile.in-715- || { echo "ERROR: files left after uninstall:" ; \ ############################################## selint-1.1.0/Makefile.in-725- fi selint-1.1.0/Makefile.in:726: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ selint-1.1.0/Makefile.in-727- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## selint-1.1.0/tests/Makefile.in-63- { \ selint-1.1.0/tests/Makefile.in:64: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ selint-1.1.0/tests/Makefile.in-65- }; \ ############################################## selint-1.1.0/tests/Makefile.in-362-} selint-1.1.0/tests/Makefile.in:363:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; selint-1.1.0/tests/Makefile.in-364-am__vpath_adj = case $$p in \ selint-1.1.0/tests/Makefile.in:365: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ selint-1.1.0/tests/Makefile.in-366- *) f=$$p;; \ selint-1.1.0/tests/Makefile.in-367- esac; selint-1.1.0/tests/Makefile.in:368:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; selint-1.1.0/tests/Makefile.in-369-am__install_max = 40 selint-1.1.0/tests/Makefile.in-370-am__nobase_strip_setup = \ selint-1.1.0/tests/Makefile.in:371: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` selint-1.1.0/tests/Makefile.in-372-am__nobase_strip = \ ############################################## selint-1.1.0/tests/Makefile.in-490-case "$@" in \ selint-1.1.0/tests/Makefile.in:491: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ selint-1.1.0/tests/Makefile.in-492- *) am__odir=.;; \ ############################################## selint-1.1.0/tests/Makefile.in-520- bases='$(TEST_LOGS)'; \ selint-1.1.0/tests/Makefile.in:521: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ selint-1.1.0/tests/Makefile.in:522: bases=`echo $$bases` selint-1.1.0/tests/Makefile.in-523-RECHECK_LOGS = $(TEST_LOGS) ############################################## selint-1.1.0/tests/Makefile.in-533- */*) b='$*';; \ selint-1.1.0/tests/Makefile.in:534: *) b=`echo '$@' | sed 's/\.log$$//'`; \ selint-1.1.0/tests/Makefile.in-535- esac;; \ ############################################## selint-1.1.0/tests/Makefile.in-1064-.c.o: selint-1.1.0/tests/Makefile.in:1065:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ selint-1.1.0/tests/Makefile.in-1066-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## selint-1.1.0/tests/Makefile.in-1072-.c.obj: selint-1.1.0/tests/Makefile.in:1073:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ selint-1.1.0/tests/Makefile.in:1074:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ selint-1.1.0/tests/Makefile.in-1075-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## selint-1.1.0/tests/Makefile.in-1077-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ selint-1.1.0/tests/Makefile.in:1078:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` selint-1.1.0/tests/Makefile.in-1079- ############################################## selint-1.1.0/tests/Makefile.in-1109-GTAGS: selint-1.1.0/tests/Makefile.in:1110: here=`$(am__cd) $(top_builddir) && pwd` \ selint-1.1.0/tests/Makefile.in-1111- && $(am__cd) $(top_srcdir) \ ############################################## selint-1.1.0/tests/Makefile.in-1152- if test -n "$$redo_bases"; then \ selint-1.1.0/tests/Makefile.in:1153: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ selint-1.1.0/tests/Makefile.in:1154: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ selint-1.1.0/tests/Makefile.in-1155- if $(am__make_dryrun); then :; else \ ############################################## selint-1.1.0/tests/Makefile.in-1177- ws='[ ]'; \ selint-1.1.0/tests/Makefile.in:1178: results=`for b in $$bases; do echo $$b.trs; done`; \ selint-1.1.0/tests/Makefile.in-1179- test -n "$$results" || results=/dev/null; \ selint-1.1.0/tests/Makefile.in:1180: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1181: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1182: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1183: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1184: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1185: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1186: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ selint-1.1.0/tests/Makefile.in:1187: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ selint-1.1.0/tests/Makefile.in-1188- success=true; \ ############################################## selint-1.1.0/tests/Makefile.in-1256- @set +e; $(am__set_TESTS_bases); \ selint-1.1.0/tests/Makefile.in:1257: log_list=`for i in $$bases; do echo $$i.log; done`; \ selint-1.1.0/tests/Makefile.in:1258: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ selint-1.1.0/tests/Makefile.in:1259: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ selint-1.1.0/tests/Makefile.in-1260- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## selint-1.1.0/tests/Makefile.in-1266- | $(am__list_recheck_tests)` || exit 1; \ selint-1.1.0/tests/Makefile.in:1267: log_list=`for i in $$bases; do echo $$i.log; done`; \ selint-1.1.0/tests/Makefile.in:1268: log_list=`echo $$log_list`; \ selint-1.1.0/tests/Makefile.in-1269- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## selint-1.1.0/tests/Makefile.in-1407-distdir: $(DISTFILES) selint-1.1.0/tests/Makefile.in:1408: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/tests/Makefile.in:1409: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ selint-1.1.0/tests/Makefile.in-1410- list='$(DISTFILES)'; \ ############################################## selint-1.1.0/tests/Makefile.in-1421- if test -d $$d/$$file; then \ selint-1.1.0/tests/Makefile.in:1422: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ selint-1.1.0/tests/Makefile.in-1423- if test -d "$(distdir)/$$file"; then \ ############################################## selint-1.1.0/tests/sample_policy_files/bad_obj_perm_sets.spt-5- selint-1.1.0/tests/sample_policy_files/bad_obj_perm_sets.spt:6:define(`ifndef',`ifdef(`$1',`$3',`$2')') ############################################## selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-463- gen_require_begin selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y:464: BACKTICK SELINT_COMMAND require_lines SINGLE_QUOTE CLOSE_PAREN { end_gen_require(&cur, 0); save_command(cur, $3); free($3); } selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-465- | ############################################## selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-471- | selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y:472: REQUIRE OPEN_CURLY SELINT_COMMAND { begin_require(&cur, yylineno); save_command(cur->parent, $3); } selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y:473: require_lines CLOSE_CURLY { end_require(&cur); free($3); } selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-474- ; ############################################## selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-478- | selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y:479: GEN_REQUIRE OPEN_PAREN SELINT_COMMAND { begin_gen_require(&cur, yylineno); save_command(cur->parent, $3); free($3); } selint-1.1.0/.pc/Add-object-class-support-for-role_transitions.patch/src/parse.y-480- ; ############################################## selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-465- gen_require_begin selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y:466: BACKTICK SELINT_COMMAND require_lines SINGLE_QUOTE CLOSE_PAREN { end_gen_require(&cur, 0); save_command(cur, $3); free($3); } selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-467- | ############################################## selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-473- | selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y:474: REQUIRE OPEN_CURLY SELINT_COMMAND { begin_require(&cur, yylineno); save_command(cur->parent, $3); } selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y:475: require_lines CLOSE_CURLY { end_require(&cur); free($3); } selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-476- ; ############################################## selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-480- | selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y:481: GEN_REQUIRE OPEN_PAREN SELINT_COMMAND { begin_gen_require(&cur, yylineno); save_command(cur->parent, $3); free($3); } selint-1.1.0/.pc/Allow-semicolons-in-refpolicywarn-descriptions.patch/src/parse.y-482- ;