=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== xauth-1.0.10/tests/Makefile.in-49- { \ xauth-1.0.10/tests/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ xauth-1.0.10/tests/Makefile.in-51- }; \ ############################################## xauth-1.0.10/tests/Makefile.in-180-} xauth-1.0.10/tests/Makefile.in:181:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; xauth-1.0.10/tests/Makefile.in-182-am__vpath_adj = case $$p in \ xauth-1.0.10/tests/Makefile.in:183: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ xauth-1.0.10/tests/Makefile.in-184- *) f=$$p;; \ xauth-1.0.10/tests/Makefile.in-185- esac; xauth-1.0.10/tests/Makefile.in:186:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; xauth-1.0.10/tests/Makefile.in-187-am__install_max = 40 xauth-1.0.10/tests/Makefile.in-188-am__nobase_strip_setup = \ xauth-1.0.10/tests/Makefile.in:189: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` xauth-1.0.10/tests/Makefile.in-190-am__nobase_strip = \ ############################################## xauth-1.0.10/tests/Makefile.in-308-case "$@" in \ xauth-1.0.10/tests/Makefile.in:309: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ xauth-1.0.10/tests/Makefile.in-310- *) am__odir=.;; \ ############################################## xauth-1.0.10/tests/Makefile.in-338- bases='$(TEST_LOGS)'; \ xauth-1.0.10/tests/Makefile.in:339: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ xauth-1.0.10/tests/Makefile.in:340: bases=`echo $$bases` xauth-1.0.10/tests/Makefile.in-341-RECHECK_LOGS = $(TEST_LOGS) ############################################## xauth-1.0.10/tests/Makefile.in-351- */*) b='$*';; \ xauth-1.0.10/tests/Makefile.in:352: *) b=`echo '$@' | sed 's/\.log$$//'`; \ xauth-1.0.10/tests/Makefile.in-353- esac;; \ ############################################## xauth-1.0.10/tests/Makefile.in-552-.c.obj: xauth-1.0.10/tests/Makefile.in:553:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` xauth-1.0.10/tests/Makefile.in-554-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## xauth-1.0.10/tests/Makefile.in-556-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ xauth-1.0.10/tests/Makefile.in:557:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` xauth-1.0.10/tests/Makefile.in-558- ############################################## xauth-1.0.10/tests/Makefile.in-588-GTAGS: xauth-1.0.10/tests/Makefile.in:589: here=`$(am__cd) $(top_builddir) && pwd` \ xauth-1.0.10/tests/Makefile.in-590- && $(am__cd) $(top_srcdir) \ ############################################## xauth-1.0.10/tests/Makefile.in-631- if test -n "$$redo_bases"; then \ xauth-1.0.10/tests/Makefile.in:632: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ xauth-1.0.10/tests/Makefile.in:633: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ xauth-1.0.10/tests/Makefile.in-634- if $(am__make_dryrun); then :; else \ ############################################## xauth-1.0.10/tests/Makefile.in-656- ws='[ ]'; \ xauth-1.0.10/tests/Makefile.in:657: results=`for b in $$bases; do echo $$b.trs; done`; \ xauth-1.0.10/tests/Makefile.in-658- test -n "$$results" || results=/dev/null; \ xauth-1.0.10/tests/Makefile.in:659: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:660: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:661: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:662: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:663: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:664: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:665: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ xauth-1.0.10/tests/Makefile.in:666: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ xauth-1.0.10/tests/Makefile.in-667- success=true; \ ############################################## xauth-1.0.10/tests/Makefile.in-735- @set +e; $(am__set_TESTS_bases); \ xauth-1.0.10/tests/Makefile.in:736: log_list=`for i in $$bases; do echo $$i.log; done`; \ xauth-1.0.10/tests/Makefile.in:737: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ xauth-1.0.10/tests/Makefile.in:738: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ xauth-1.0.10/tests/Makefile.in-739- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## xauth-1.0.10/tests/Makefile.in-745- | $(am__list_recheck_tests)` || exit 1; \ xauth-1.0.10/tests/Makefile.in:746: log_list=`for i in $$bases; do echo $$i.log; done`; \ xauth-1.0.10/tests/Makefile.in:747: log_list=`echo $$log_list`; \ xauth-1.0.10/tests/Makefile.in-748- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## xauth-1.0.10/tests/Makefile.in-774-distdir: $(DISTFILES) xauth-1.0.10/tests/Makefile.in:775: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/tests/Makefile.in:776: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/tests/Makefile.in-777- list='$(DISTFILES)'; \ ############################################## xauth-1.0.10/tests/Makefile.in-788- if test -d $$d/$$file; then \ xauth-1.0.10/tests/Makefile.in:789: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ xauth-1.0.10/tests/Makefile.in-790- if test -d "$(distdir)/$$file"; then \ ############################################## xauth-1.0.10/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ xauth-1.0.10/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then xauth-1.0.10/configure-47- as_echo='print -r --' xauth-1.0.10/configure-48- as_echo_n='print -rn --' xauth-1.0.10/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then xauth-1.0.10/configure-50- as_echo='printf %s\n' ############################################## xauth-1.0.10/configure-52-else xauth-1.0.10/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then xauth-1.0.10/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## xauth-1.0.10/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; xauth-1.0.10/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; xauth-1.0.10/configure-64- esac; ############################################## xauth-1.0.10/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && xauth-1.0.10/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 xauth-1.0.10/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## xauth-1.0.10/configure-328- case $as_dir in #( xauth-1.0.10/configure:329: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( xauth-1.0.10/configure-330- *) as_qdir=$as_dir;; ############################################## xauth-1.0.10/configure-401- { xauth-1.0.10/configure:402: as_val=`expr "$@" || test $? -eq 1` xauth-1.0.10/configure-403- } ############################################## xauth-1.0.10/configure-408-# ---------------------------------------- xauth-1.0.10/configure:409:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are xauth-1.0.10/configure-410-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## xauth-1.0.10/configure-471- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && xauth-1.0.10/configure:472: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { xauth-1.0.10/configure-473- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## xauth-1.0.10/configure-841- case $ac_option in xauth-1.0.10/configure:842: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; xauth-1.0.10/configure-843- *=) ac_optarg= ;; ############################################## xauth-1.0.10/configure-885- -disable-* | --disable-*) xauth-1.0.10/configure:886: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` xauth-1.0.10/configure-887- # Reject names that are not valid shell variable names. ############################################## xauth-1.0.10/configure-890- ac_useropt_orig=$ac_useropt xauth-1.0.10/configure:891: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` xauth-1.0.10/configure-892- case $ac_user_opts in ############################################## xauth-1.0.10/configure-911- -enable-* | --enable-*) xauth-1.0.10/configure:912: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` xauth-1.0.10/configure-913- # Reject names that are not valid shell variable names. ############################################## xauth-1.0.10/configure-916- ac_useropt_orig=$ac_useropt xauth-1.0.10/configure:917: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` xauth-1.0.10/configure-918- case $ac_user_opts in ############################################## xauth-1.0.10/configure-1115- -with-* | --with-*) xauth-1.0.10/configure:1116: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` xauth-1.0.10/configure-1117- # Reject names that are not valid shell variable names. ############################################## xauth-1.0.10/configure-1120- ac_useropt_orig=$ac_useropt xauth-1.0.10/configure:1121: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` xauth-1.0.10/configure-1122- case $ac_user_opts in ############################################## xauth-1.0.10/configure-1131- -without-* | --without-*) xauth-1.0.10/configure:1132: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` xauth-1.0.10/configure-1133- # Reject names that are not valid shell variable names. ############################################## xauth-1.0.10/configure-1136- ac_useropt_orig=$ac_useropt xauth-1.0.10/configure:1137: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` xauth-1.0.10/configure-1138- case $ac_user_opts in ############################################## xauth-1.0.10/configure-1169- *=*) xauth-1.0.10/configure:1170: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` xauth-1.0.10/configure-1171- # Reject names that are not valid shell variable names. ############################################## xauth-1.0.10/configure-1190-if test -n "$ac_prev"; then xauth-1.0.10/configure:1191: ac_option=--`echo $ac_prev | sed 's/_/-/g'` xauth-1.0.10/configure-1192- as_fn_error $? "missing argument to $ac_option" ############################################## xauth-1.0.10/configure-1212- */ ) xauth-1.0.10/configure:1213: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` xauth-1.0.10/configure-1214- eval $ac_var=\$ac_val;; ############################################## xauth-1.0.10/configure-1247-ac_ls_di=`ls -di .` && xauth-1.0.10/configure:1248:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || xauth-1.0.10/configure-1249- as_fn_error $? "working directory cannot be determined" ############################################## xauth-1.0.10/configure-1303-case $srcdir in xauth-1.0.10/configure:1304:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; xauth-1.0.10/configure-1305-esac ############################################## xauth-1.0.10/configure-1346-By default, \`make install' will install all the files in xauth-1.0.10/configure:1347:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify xauth-1.0.10/configure:1348:an installation prefix other than \`$ac_default_prefix' using \`--prefix', xauth-1.0.10/configure-1349-for instance \`--prefix=\$HOME'. ############################################## xauth-1.0.10/configure-1460-*) xauth-1.0.10/configure:1461: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` xauth-1.0.10/configure-1462- # A ".." for each directory in $ac_dir_suffix. xauth-1.0.10/configure:1463: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` xauth-1.0.10/configure-1464- case $ac_top_builddir_sub in ############################################## xauth-1.0.10/configure-1767- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack xauth-1.0.10/configure:1768: as_decl_name=`echo $2|sed 's/ *(.*//'` xauth-1.0.10/configure:1769: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` xauth-1.0.10/configure-1770- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## xauth-1.0.10/configure-2105- *\'*) xauth-1.0.10/configure:2106: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; xauth-1.0.10/configure-2107- esac ############################################## xauth-1.0.10/configure-2188- case $ac_val in xauth-1.0.10/configure:2189: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; xauth-1.0.10/configure-2190- esac ############################################## xauth-1.0.10/configure-2203- case $ac_val in xauth-1.0.10/configure:2204: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; xauth-1.0.10/configure-2205- esac ############################################## xauth-1.0.10/configure-2323- set,) xauth-1.0.10/configure:2324: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 xauth-1.0.10/configure:2325:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} xauth-1.0.10/configure-2326- ac_cache_corrupted=: ;; ############################################## xauth-1.0.10/configure-2334- # differences in whitespace do not lead to failure. xauth-1.0.10/configure:2335: ac_old_val_w=`echo x $ac_old_val` xauth-1.0.10/configure:2336: ac_new_val_w=`echo x $ac_new_val` xauth-1.0.10/configure-2337- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## xauth-1.0.10/configure-2354- case $ac_new_val in xauth-1.0.10/configure:2355: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; xauth-1.0.10/configure-2356- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## xauth-1.0.10/configure-2529- echo "timestamp, slept: $am_has_slept" > conftest.file xauth-1.0.10/configure:2530: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` xauth-1.0.10/configure-2531- if test "$*" = "X"; then xauth-1.0.10/configure-2532- # -L didn't work. xauth-1.0.10/configure:2533: set X `ls -t "$srcdir/configure" conftest.file` xauth-1.0.10/configure-2534- fi ############################################## xauth-1.0.10/configure-2580-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' xauth-1.0.10/configure:2581:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` xauth-1.0.10/configure-2582- xauth-1.0.10/configure-2583-# Expand $ac_aux_dir to an absolute path. xauth-1.0.10/configure:2584:am_aux_dir=`cd "$ac_aux_dir" && pwd` xauth-1.0.10/configure-2585- ############################################## xauth-1.0.10/configure-2725- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue xauth-1.0.10/configure:2726: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( xauth-1.0.10/configure-2727- 'mkdir (GNU coreutils) '* | \ ############################################## xauth-1.0.10/configure-2798-set x ${MAKE-make} xauth-1.0.10/configure:2799:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` xauth-1.0.10/configure-2800-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## xauth-1.0.10/configure-2808-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. xauth-1.0.10/configure:2809:case `${MAKE-make} -f conftest.make 2>/dev/null` in xauth-1.0.10/configure-2810- *@@@%%%=?*=@@@%%%*) ############################################## xauth-1.0.10/configure-2874- xauth-1.0.10/configure:2875:if test "`cd $srcdir && pwd`" != "`pwd`"; then xauth-1.0.10/configure-2876- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## xauth-1.0.10/configure-3016-# Ignore all kinds of additional output from 'make'. xauth-1.0.10/configure:3017:case `$am_make -s -f confmf 2> /dev/null` in #( xauth-1.0.10/configure-3018-*the\ am__doit\ target*) ############################################## xauth-1.0.10/configure-3026- echo '.include "confinc"' > confmf xauth-1.0.10/configure:3027: case `$am_make -s -f confmf 2> /dev/null` in #( xauth-1.0.10/configure-3028- *the\ am__doit\ target*) ############################################## xauth-1.0.10/configure-3405-$as_echo_n "checking whether the C compiler works... " >&6; } xauth-1.0.10/configure:3406:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` xauth-1.0.10/configure-3407- ############################################## xauth-1.0.10/configure-3449- then :; else xauth-1.0.10/configure:3450: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` xauth-1.0.10/configure-3451- fi ############################################## xauth-1.0.10/configure-3509- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; xauth-1.0.10/configure:3510: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` xauth-1.0.10/configure-3511- break;; ############################################## xauth-1.0.10/configure-3618- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; xauth-1.0.10/configure:3619: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` xauth-1.0.10/configure-3620- break;; ############################################## xauth-1.0.10/configure-3936- if test "$am_compiler_list" = ""; then xauth-1.0.10/configure:3937: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` xauth-1.0.10/configure-3938- fi ############################################## xauth-1.0.10/configure-4193- # Check for GNU $ac_path_GREP xauth-1.0.10/configure:4194:case `"$ac_path_GREP" --version 2>&1` in xauth-1.0.10/configure-4195-*GNU*) ############################################## xauth-1.0.10/configure-4259- # Check for GNU $ac_path_EGREP xauth-1.0.10/configure:4260:case `"$ac_path_EGREP" --version 2>&1` in xauth-1.0.10/configure-4261-*GNU*) ############################################## xauth-1.0.10/configure-4420-do : xauth-1.0.10/configure:4421: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` xauth-1.0.10/configure-4422-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## xauth-1.0.10/configure-4425- cat >>confdefs.h <<_ACEOF xauth-1.0.10/configure:4426:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 xauth-1.0.10/configure-4427-_ACEOF ############################################## xauth-1.0.10/configure-4841-test "x$ac_build_alias" = x && xauth-1.0.10/configure:4842: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` xauth-1.0.10/configure-4843-test "x$ac_build_alias" = x && xauth-1.0.10/configure-4844- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 xauth-1.0.10/configure:4845:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || xauth-1.0.10/configure-4846- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## xauth-1.0.10/configure-4865-IFS=$ac_save_IFS xauth-1.0.10/configure:4866:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac xauth-1.0.10/configure-4867- ############################################## xauth-1.0.10/configure-4876-else xauth-1.0.10/configure:4877: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || xauth-1.0.10/configure-4878- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## xauth-1.0.10/configure-4898-IFS=$ac_save_IFS xauth-1.0.10/configure:4899:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac xauth-1.0.10/configure-4900- ############################################## xauth-1.0.10/configure-4926- # Check for GNU $ac_path_SED xauth-1.0.10/configure:4927:case `"$ac_path_SED" --version 2>&1` in xauth-1.0.10/configure-4928-*GNU*) ############################################## xauth-1.0.10/configure-10785-cat >>confdefs.h <<_ACEOF xauth-1.0.10/configure:10786:#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` xauth-1.0.10/configure-10787-_ACEOF xauth-1.0.10/configure-10788- xauth-1.0.10/configure:10789: PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` xauth-1.0.10/configure-10790- if test "x$PVM" = "x"; then ############################################## xauth-1.0.10/configure-10797- xauth-1.0.10/configure:10798: PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` xauth-1.0.10/configure-10799- if test "x$PVP" = "x"; then ############################################## xauth-1.0.10/configure-10816- xauth-1.0.10/configure:10817:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` xauth-1.0.10/configure-10818-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ ############################################## xauth-1.0.10/configure-10998- test $ac_status = 0; }; then xauth-1.0.10/configure:10999: pkg_cv_XAUTH_CFLAGS=`$PKG_CONFIG --cflags "x11 xau xext xmuu xproto >= 7.0.17" 2>/dev/null` xauth-1.0.10/configure-11000- test "x$?" != "x0" && pkg_failed=yes ############################################## xauth-1.0.10/configure-11015- test $ac_status = 0; }; then xauth-1.0.10/configure:11016: pkg_cv_XAUTH_LIBS=`$PKG_CONFIG --libs "x11 xau xext xmuu xproto >= 7.0.17" 2>/dev/null` xauth-1.0.10/configure-11017- test "x$?" != "x0" && pkg_failed=yes ############################################## xauth-1.0.10/configure-11036- if test $_pkg_short_errors_supported = yes; then xauth-1.0.10/configure:11037: XAUTH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xau xext xmuu xproto >= 7.0.17" 2>&1` xauth-1.0.10/configure-11038- else xauth-1.0.10/configure:11039: XAUTH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xau xext xmuu xproto >= 7.0.17" 2>&1` xauth-1.0.10/configure-11040- fi ############################################## xauth-1.0.10/configure-11602- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' xauth-1.0.10/configure:11603: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` xauth-1.0.10/configure-11604- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## xauth-1.0.10/configure-11697-if test -z "$BASH_VERSION$ZSH_VERSION" \ xauth-1.0.10/configure:11698: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then xauth-1.0.10/configure-11699- as_echo='print -r --' xauth-1.0.10/configure-11700- as_echo_n='print -rn --' xauth-1.0.10/configure:11701:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then xauth-1.0.10/configure-11702- as_echo='printf %s\n' ############################################## xauth-1.0.10/configure-11704-else xauth-1.0.10/configure:11705: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then xauth-1.0.10/configure-11706- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## xauth-1.0.10/configure-11714- expr "X$arg" : "X\\(.*\\)$as_nl"; xauth-1.0.10/configure:11715: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; xauth-1.0.10/configure-11716- esac; ############################################## xauth-1.0.10/configure-11791-# ---------------------------------------- xauth-1.0.10/configure:11792:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are xauth-1.0.10/configure-11793-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## xauth-1.0.10/configure-11863- { xauth-1.0.10/configure:11864: as_val=`expr "$@" || test $? -eq 1` xauth-1.0.10/configure-11865- } ############################################## xauth-1.0.10/configure-11967- case $as_dir in #( xauth-1.0.10/configure:11968: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( xauth-1.0.10/configure-11969- *) as_qdir=$as_dir;; ############################################## xauth-1.0.10/configure-12102-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 xauth-1.0.10/configure:12103:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" xauth-1.0.10/configure-12104-ac_cs_version="\\ ############################################## xauth-1.0.10/configure-12127- --*=?*) xauth-1.0.10/configure:12128: ac_option=`expr "X$1" : 'X\([^=]*\)='` xauth-1.0.10/configure:12129: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` xauth-1.0.10/configure-12130- ac_shift=: ############################################## xauth-1.0.10/configure-12132- --*=) xauth-1.0.10/configure:12133: ac_option=`expr "X$1" : 'X\([^=]*\)='` xauth-1.0.10/configure-12134- ac_optarg= ############################################## xauth-1.0.10/configure-12156- case $ac_optarg in xauth-1.0.10/configure:12157: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; xauth-1.0.10/configure-12158- '') as_fn_error $? "missing file argument" ;; ############################################## xauth-1.0.10/configure-12164- case $ac_optarg in xauth-1.0.10/configure:12165: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; xauth-1.0.10/configure-12166- esac ############################################## xauth-1.0.10/configure-12294-fi xauth-1.0.10/configure:12295:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` xauth-1.0.10/configure-12296-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## xauth-1.0.10/configure-12311- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 xauth-1.0.10/configure:12312:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` xauth-1.0.10/configure-12313-ac_delim='%!_!# ' ############################################## xauth-1.0.10/configure-12317- xauth-1.0.10/configure:12318: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` xauth-1.0.10/configure-12319- if test $ac_delim_n = $ac_delim_num; then ############################################## xauth-1.0.10/configure-12455-for ac_last_try in false false :; do xauth-1.0.10/configure:12456: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` xauth-1.0.10/configure-12457- if test -z "$ac_tt"; then ############################################## xauth-1.0.10/configure-12587- esac xauth-1.0.10/configure:12588: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac xauth-1.0.10/configure-12589- as_fn_append ac_file_inputs " '$ac_f'" ############################################## xauth-1.0.10/configure-12646-*) xauth-1.0.10/configure:12647: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` xauth-1.0.10/configure-12648- # A ".." for each directory in $ac_dir_suffix. xauth-1.0.10/configure:12649: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` xauth-1.0.10/configure-12650- case $ac_top_builddir_sub in ############################################## xauth-1.0.10/configure-12707-/@mandir@/p' xauth-1.0.10/configure:12708:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in xauth-1.0.10/configure-12709-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## xauth-1.0.10/configure-12724- xauth-1.0.10/configure:12725:# Neutralize VPATH when `$srcdir' = `.'. xauth-1.0.10/configure-12726-# Shell code in configure.ac might set extrasub. ############################################## xauth-1.0.10/configure-12752-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && xauth-1.0.10/configure:12753: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && xauth-1.0.10/configure-12754- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## xauth-1.0.10/configure-12798- * ) xauth-1.0.10/configure:12799: _am_stamp_count=`expr $_am_stamp_count + 1` ;; xauth-1.0.10/configure-12800- esac ############################################## xauth-1.0.10/configure-12845- # Strip MF so we end up with the name of the file. xauth-1.0.10/configure:12846: mf=`echo "$mf" | sed -e 's/:.*$//'` xauth-1.0.10/configure-12847- # Check whether this is an Automake generated Makefile or not. ############################################## xauth-1.0.10/configure-12882- # from the Makefile without running 'make'. xauth-1.0.10/configure:12883: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` xauth-1.0.10/configure-12884- test -z "$DEPDIR" && continue xauth-1.0.10/configure:12885: am__include=`sed -n 's/^am__include = //p' < "$mf"` xauth-1.0.10/configure-12886- test -z "$am__include" && continue xauth-1.0.10/configure:12887: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` xauth-1.0.10/configure-12888- # Find all dependency output files, they are included files with ############################################## xauth-1.0.10/gethost.c-92- if (no_name_lookups == False) { xauth-1.0.10/gethost.c:93: hp = gethostbyaddr (auth->address, auth->address_length, af); xauth-1.0.10/gethost.c-94- } ############################################## xauth-1.0.10/gethost.c-126-{ xauth-1.0.10/gethost.c:127: unsigned int hostinetaddr = inet_addr (name); xauth-1.0.10/gethost.c-128- struct hostent *host_ptr; ############################################## xauth-1.0.10/depcomp-64- case $1 in xauth-1.0.10/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; xauth-1.0.10/depcomp-66- *) dir=;; ############################################## xauth-1.0.10/depcomp-73-{ xauth-1.0.10/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` xauth-1.0.10/depcomp-75-} ############################################## xauth-1.0.10/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} xauth-1.0.10/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} xauth-1.0.10/depcomp-128- ############################################## xauth-1.0.10/depcomp-405- sleep 1 xauth-1.0.10/depcomp:406: i=`expr $i - 1` xauth-1.0.10/depcomp-407- done xauth-1.0.10/depcomp-408- fi xauth-1.0.10/depcomp:409: i=`expr $i - 1` xauth-1.0.10/depcomp-410- done ############################################## xauth-1.0.10/depcomp-425- # Do two passes, one to just change these to xauth-1.0.10/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. xauth-1.0.10/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## xauth-1.0.10/depcomp-659- done xauth-1.0.10/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` xauth-1.0.10/depcomp-661- touch "$tmpdepfile" ############################################## xauth-1.0.10/process.c-1083- /* By looking at 'man Xsecurity' and the code in xauth-1.0.10/process.c:1084: * GetAuthByAddr() and XauGetBestAuthByAddr() in libXau, we xauth-1.0.10/process.c-1085- * decided, that the address is only relevant for "normal" ############################################## xauth-1.0.10/config.guess-34- xauth-1.0.10/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` xauth-1.0.10/config.guess-36- ############################################## xauth-1.0.10/config.guess-102-: ${TMPDIR=/tmp} ; xauth-1.0.10/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || xauth-1.0.10/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## xauth-1.0.10/config.guess-151- EOF xauth-1.0.10/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` xauth-1.0.10/config.guess-153- ;; ############################################## xauth-1.0.10/config.guess-181- earmv*) xauth-1.0.10/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` xauth-1.0.10/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` xauth-1.0.10/config.guess-184- machine=${arch}${endian}-unknown ############################################## xauth-1.0.10/config.guess-210- expr='s/^earmv[0-9]/-eabi/;s/eb$//' xauth-1.0.10/config.guess:211: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` xauth-1.0.10/config.guess-212- ;; ############################################## xauth-1.0.10/config.guess-223- *) xauth-1.0.10/config.guess:224: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` xauth-1.0.10/config.guess-225- ;; ############################################## xauth-1.0.10/config.guess-261- *4.0) xauth-1.0.10/config.guess:262: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` xauth-1.0.10/config.guess-263- ;; xauth-1.0.10/config.guess-264- *5.*) xauth-1.0.10/config.guess:265: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` xauth-1.0.10/config.guess-266- ;; ############################################## xauth-1.0.10/config.guess-271- # types through head -n 1, so we only detect the type of CPU 0. xauth-1.0.10/config.guess:272: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` xauth-1.0.10/config.guess-273- case "$ALPHA_CPU_TYPE" in ############################################## xauth-1.0.10/config.guess-309- # 1.2 uses "1.2" for uname -r. xauth-1.0.10/config.guess:310: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` xauth-1.0.10/config.guess-311- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## xauth-1.0.10/config.guess-369- s390x:SunOS:*:*) xauth-1.0.10/config.guess:370: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-371- exit ;; xauth-1.0.10/config.guess-372- sun4H:SunOS:5.*:*) xauth-1.0.10/config.guess:373: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-374- exit ;; xauth-1.0.10/config.guess-375- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) xauth-1.0.10/config.guess:376: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-377- exit ;; ############################################## xauth-1.0.10/config.guess-394- fi xauth-1.0.10/config.guess:395: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-396- exit ;; ############################################## xauth-1.0.10/config.guess-400- # it's likely to be more like Solaris than SunOS4. xauth-1.0.10/config.guess:401: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-402- exit ;; ############################################## xauth-1.0.10/config.guess-409- # Japanese Language versions have a version number like `4.1.3-JL'. xauth-1.0.10/config.guess:410: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` xauth-1.0.10/config.guess-411- exit ;; ############################################## xauth-1.0.10/config.guess-415- sun*:*:4.2BSD:*) xauth-1.0.10/config.guess:416: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` xauth-1.0.10/config.guess-417- test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 ############################################## xauth-1.0.10/config.guess-497- $CC_FOR_BUILD -o $dummy $dummy.c && xauth-1.0.10/config.guess:498: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && xauth-1.0.10/config.guess:499: SYSTEM_NAME=`$dummy $dummyarg` && xauth-1.0.10/config.guess-500- { echo "$SYSTEM_NAME"; exit; } ############################################## xauth-1.0.10/config.guess-553- *:IRIX*:*:*) xauth-1.0.10/config.guess:554: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` xauth-1.0.10/config.guess-555- exit ;; ############################################## xauth-1.0.10/config.guess-583-EOF xauth-1.0.10/config.guess:584: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` xauth-1.0.10/config.guess-585- then ############################################## xauth-1.0.10/config.guess-596- *:AIX:*:[4567]) xauth-1.0.10/config.guess:597: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` xauth-1.0.10/config.guess-598- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## xauth-1.0.10/config.guess-632- 9000/[34678]??:HP-UX:*:*) xauth-1.0.10/config.guess:633: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` xauth-1.0.10/config.guess-634- case "${UNAME_MACHINE}" in ############################################## xauth-1.0.10/config.guess-686-EOF xauth-1.0.10/config.guess:687: (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` xauth-1.0.10/config.guess-688- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## xauth-1.0.10/config.guess-714- ia64:HP-UX:*:*) xauth-1.0.10/config.guess:715: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` xauth-1.0.10/config.guess-716- echo ia64-hp-hpux${HPUX_REV} ############################################## xauth-1.0.10/config.guess-744-EOF xauth-1.0.10/config.guess:745: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && xauth-1.0.10/config.guess-746- { echo "$SYSTEM_NAME"; exit; } ############################################## xauth-1.0.10/config.guess-815- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` xauth-1.0.10/config.guess:816: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` xauth-1.0.10/config.guess-817- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## xauth-1.0.10/config.guess-820- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` xauth-1.0.10/config.guess:821: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` xauth-1.0.10/config.guess-822- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## xauth-1.0.10/config.guess-836- amd64) xauth-1.0.10/config.guess:837: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; xauth-1.0.10/config.guess-838- *) xauth-1.0.10/config.guess:839: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; xauth-1.0.10/config.guess-840- esac ############################################## xauth-1.0.10/config.guess-894- prep*:SunOS:5.*:*) xauth-1.0.10/config.guess:895: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` xauth-1.0.10/config.guess-896- exit ;; ############################################## xauth-1.0.10/config.guess-898- # the GNU system xauth-1.0.10/config.guess:899: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` xauth-1.0.10/config.guess-900- exit ;; ############################################## xauth-1.0.10/config.guess-902- # other systems with GNU libc and userland xauth-1.0.10/config.guess:903: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} xauth-1.0.10/config.guess-904- exit ;; ############################################## xauth-1.0.10/config.guess-996-EOF xauth-1.0.10/config.guess:997: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` xauth-1.0.10/config.guess-998- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## xauth-1.0.10/config.guess-1101- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) xauth-1.0.10/config.guess:1102: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` xauth-1.0.10/config.guess-1103- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## xauth-1.0.10/config.guess-1304- fi xauth-1.0.10/config.guess:1305: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then xauth-1.0.10/config.guess-1306- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## xauth-1.0.10/config.guess-1389- *:DragonFly:*:*) xauth-1.0.10/config.guess:1390: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` xauth-1.0.10/config.guess-1391- exit ;; ############################################## xauth-1.0.10/config.guess-1402- i*86:skyos:*:*) xauth-1.0.10/config.guess:1403: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` xauth-1.0.10/config.guess-1404- exit ;; ############################################## xauth-1.0.10/Makefile.in-71- { \ xauth-1.0.10/Makefile.in:72: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ xauth-1.0.10/Makefile.in-73- }; \ ############################################## xauth-1.0.10/Makefile.in-225- while test -n "$$dir1"; do \ xauth-1.0.10/Makefile.in:226: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ xauth-1.0.10/Makefile.in-227- if test "$$first" != "."; then \ xauth-1.0.10/Makefile.in-228- if test "$$first" = ".."; then \ xauth-1.0.10/Makefile.in:229: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ xauth-1.0.10/Makefile.in:230: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ xauth-1.0.10/Makefile.in-231- else \ xauth-1.0.10/Makefile.in:232: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ xauth-1.0.10/Makefile.in-233- if test "$$first2" = "$$first"; then \ xauth-1.0.10/Makefile.in:234: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ xauth-1.0.10/Makefile.in-235- else \ ############################################## xauth-1.0.10/Makefile.in-240- fi; \ xauth-1.0.10/Makefile.in:241: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ xauth-1.0.10/Makefile.in-242- done; \ ############################################## xauth-1.0.10/Makefile.in-505-.c.obj: xauth-1.0.10/Makefile.in:506:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` xauth-1.0.10/Makefile.in-507-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## xauth-1.0.10/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ xauth-1.0.10/Makefile.in:510:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` xauth-1.0.10/Makefile.in-511- ############################################## xauth-1.0.10/Makefile.in-525- dot_seen=no; \ xauth-1.0.10/Makefile.in:526: target=`echo $@ | sed s/-recursive//`; \ xauth-1.0.10/Makefile.in-527- case "$@" in \ ############################################## xauth-1.0.10/Makefile.in-588-GTAGS: xauth-1.0.10/Makefile.in:589: here=`$(am__cd) $(top_builddir) && pwd` \ xauth-1.0.10/Makefile.in-590- && $(am__cd) $(top_srcdir) \ ############################################## xauth-1.0.10/Makefile.in-620- test -d "$(distdir)" || mkdir "$(distdir)" xauth-1.0.10/Makefile.in:621: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/Makefile.in:622: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/Makefile.in-623- list='$(DISTFILES)'; \ ############################################## xauth-1.0.10/Makefile.in-634- if test -d $$d/$$file; then \ xauth-1.0.10/Makefile.in:635: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ xauth-1.0.10/Makefile.in-636- if test -d "$(distdir)/$$file"; then \ ############################################## xauth-1.0.10/Makefile.in-747- test -d $(distdir)/_build || exit 0; \ xauth-1.0.10/Makefile.in:748: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ xauth-1.0.10/Makefile.in-749- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## xauth-1.0.10/Makefile.in-791- }; \ xauth-1.0.10/Makefile.in:792: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ xauth-1.0.10/Makefile.in-793- || { echo "ERROR: files left after uninstall:" ; \ ############################################## xauth-1.0.10/Makefile.in-803- fi xauth-1.0.10/Makefile.in:804: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ xauth-1.0.10/Makefile.in-805- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## xauth-1.0.10/config.sub-52- xauth-1.0.10/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` xauth-1.0.10/config.sub-54- ############################################## xauth-1.0.10/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. xauth-1.0.10/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` xauth-1.0.10/config.sub-116-case $maybe_os in ############################################## xauth-1.0.10/config.sub-122- os=-$maybe_os xauth-1.0.10/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` xauth-1.0.10/config.sub-124- ;; ############################################## xauth-1.0.10/config.sub-126- os=-linux-android xauth-1.0.10/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown xauth-1.0.10/config.sub-128- ;; xauth-1.0.10/config.sub-129- *) xauth-1.0.10/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` xauth-1.0.10/config.sub-131- if [ $basic_machine != $1 ] xauth-1.0.10/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` xauth-1.0.10/config.sub-133- else os=; fi ############################################## xauth-1.0.10/config.sub-180- os=-sco5v6 xauth-1.0.10/config.sub:181: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-182- ;; ############################################## xauth-1.0.10/config.sub-184- os=-sco3.2v5 xauth-1.0.10/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-186- ;; ############################################## xauth-1.0.10/config.sub-188- os=-sco3.2v4 xauth-1.0.10/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-190- ;; xauth-1.0.10/config.sub-191- -sco3.2.[4-9]*) xauth-1.0.10/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` xauth-1.0.10/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-194- ;; ############################################## xauth-1.0.10/config.sub-196- # Don't forget version if it is 3.2v4 or newer. xauth-1.0.10/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-198- ;; ############################################## xauth-1.0.10/config.sub-200- # Don't forget version if it is 3.2v4 or newer. xauth-1.0.10/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-202- ;; ############################################## xauth-1.0.10/config.sub-204- os=-sco3.2v2 xauth-1.0.10/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-206- ;; xauth-1.0.10/config.sub-207- -udk*) xauth-1.0.10/config.sub:208: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-209- ;; ############################################## xauth-1.0.10/config.sub-211- os=-isc2.2 xauth-1.0.10/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-213- ;; ############################################## xauth-1.0.10/config.sub-217- -isc*) xauth-1.0.10/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` xauth-1.0.10/config.sub-219- ;; ############################################## xauth-1.0.10/config.sub-229- -ptx*) xauth-1.0.10/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` xauth-1.0.10/config.sub-231- ;; xauth-1.0.10/config.sub-232- -windowsnt*) xauth-1.0.10/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` xauth-1.0.10/config.sub-234- ;; ############################################## xauth-1.0.10/config.sub-366- *-*-*) xauth-1.0.10/config.sub:367: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 xauth-1.0.10/config.sub-368- exit 1 ############################################## xauth-1.0.10/config.sub-493- amd64-*) xauth-1.0.10/config.sub:494: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-495- ;; ############################################## xauth-1.0.10/config.sub-538- blackfin-*) xauth-1.0.10/config.sub:539: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-540- os=-linux ############################################## xauth-1.0.10/config.sub-546- c54x-*) xauth-1.0.10/config.sub:547: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-548- ;; xauth-1.0.10/config.sub-549- c55x-*) xauth-1.0.10/config.sub:550: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-551- ;; xauth-1.0.10/config.sub-552- c6x-*) xauth-1.0.10/config.sub:553: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-554- ;; ############################################## xauth-1.0.10/config.sub-749- i*86v32) xauth-1.0.10/config.sub:750: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` xauth-1.0.10/config.sub-751- os=-sysv32 ############################################## xauth-1.0.10/config.sub-753- i*86v4*) xauth-1.0.10/config.sub:754: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` xauth-1.0.10/config.sub-755- os=-sysv4 ############################################## xauth-1.0.10/config.sub-757- i*86v) xauth-1.0.10/config.sub:758: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` xauth-1.0.10/config.sub-759- os=-sysv ############################################## xauth-1.0.10/config.sub-761- i*86sol2) xauth-1.0.10/config.sub:762: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` xauth-1.0.10/config.sub-763- os=-solaris2 ############################################## xauth-1.0.10/config.sub-787- leon-*|leon[3-9]-*) xauth-1.0.10/config.sub:788: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` xauth-1.0.10/config.sub-789- ;; ############################################## xauth-1.0.10/config.sub-794- m68knommu-*) xauth-1.0.10/config.sub:795: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-796- os=-linux ############################################## xauth-1.0.10/config.sub-849- mips3*-*) xauth-1.0.10/config.sub:850: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` xauth-1.0.10/config.sub-851- ;; xauth-1.0.10/config.sub-852- mips3*) xauth-1.0.10/config.sub:853: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown xauth-1.0.10/config.sub-854- ;; ############################################## xauth-1.0.10/config.sub-871- ms1-*) xauth-1.0.10/config.sub:872: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` xauth-1.0.10/config.sub-873- ;; ############################################## xauth-1.0.10/config.sub-990- parisc-*) xauth-1.0.10/config.sub:991: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-992- os=-linux ############################################## xauth-1.0.10/config.sub-1006- pc98-*) xauth-1.0.10/config.sub:1007: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1008- ;; ############################################## xauth-1.0.10/config.sub-1021- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) xauth-1.0.10/config.sub:1022: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1023- ;; xauth-1.0.10/config.sub-1024- pentiumpro-* | p6-* | 6x86-* | athlon-*) xauth-1.0.10/config.sub:1025: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1026- ;; xauth-1.0.10/config.sub-1027- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) xauth-1.0.10/config.sub:1028: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1029- ;; xauth-1.0.10/config.sub-1030- pentium4-*) xauth-1.0.10/config.sub:1031: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1032- ;; ############################################## xauth-1.0.10/config.sub-1040- ppc-* | ppcbe-*) xauth-1.0.10/config.sub:1041: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1042- ;; ############################################## xauth-1.0.10/config.sub-1046- ppcle-* | powerpclittle-*) xauth-1.0.10/config.sub:1047: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1048- ;; ############################################## xauth-1.0.10/config.sub-1050- ;; xauth-1.0.10/config.sub:1051: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1052- ;; ############################################## xauth-1.0.10/config.sub-1056- ppc64le-* | powerpc64little-*) xauth-1.0.10/config.sub:1057: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1058- ;; ############################################## xauth-1.0.10/config.sub-1139- strongarm-* | thumb-*) xauth-1.0.10/config.sub:1140: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` xauth-1.0.10/config.sub-1141- ;; ############################################## xauth-1.0.10/config.sub-1269- xscale-* | xscalee[bl]-*) xauth-1.0.10/config.sub:1270: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` xauth-1.0.10/config.sub-1271- ;; ############################################## xauth-1.0.10/config.sub-1346- *) xauth-1.0.10/config.sub:1347: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 xauth-1.0.10/config.sub-1348- exit 1 ############################################## xauth-1.0.10/config.sub-1354- *-digital*) xauth-1.0.10/config.sub:1355: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` xauth-1.0.10/config.sub-1356- ;; xauth-1.0.10/config.sub-1357- *-commodore*) xauth-1.0.10/config.sub:1358: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` xauth-1.0.10/config.sub-1359- ;; ############################################## xauth-1.0.10/config.sub-1375- -solaris1 | -solaris1.*) xauth-1.0.10/config.sub:1376: os=`echo $os | sed -e 's|solaris1|sunos4|'` xauth-1.0.10/config.sub-1377- ;; ############################################## xauth-1.0.10/config.sub-1387- -gnu/linux*) xauth-1.0.10/config.sub:1388: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` xauth-1.0.10/config.sub-1389- ;; ############################################## xauth-1.0.10/config.sub-1434- -nto*) xauth-1.0.10/config.sub:1435: os=`echo $os | sed -e 's|nto|nto-qnx|'` xauth-1.0.10/config.sub-1436- ;; ############################################## xauth-1.0.10/config.sub-1441- -mac*) xauth-1.0.10/config.sub:1442: os=`echo $os | sed -e 's|mac|macos|'` xauth-1.0.10/config.sub-1443- ;; ############################################## xauth-1.0.10/config.sub-1447- -linux*) xauth-1.0.10/config.sub:1448: os=`echo $os | sed -e 's|linux|linux-gnu|'` xauth-1.0.10/config.sub-1449- ;; xauth-1.0.10/config.sub-1450- -sunos5*) xauth-1.0.10/config.sub:1451: os=`echo $os | sed -e 's|sunos5|solaris2|'` xauth-1.0.10/config.sub-1452- ;; xauth-1.0.10/config.sub-1453- -sunos6*) xauth-1.0.10/config.sub:1454: os=`echo $os | sed -e 's|sunos6|solaris3|'` xauth-1.0.10/config.sub-1455- ;; ############################################## xauth-1.0.10/config.sub-1502- -sinix5.*) xauth-1.0.10/config.sub:1503: os=`echo $os | sed -e 's|sinix|sysv|'` xauth-1.0.10/config.sub-1504- ;; ############################################## xauth-1.0.10/config.sub-1557- # Get rid of the `-' at the beginning of $os. xauth-1.0.10/config.sub:1558: os=`echo $os | sed 's/[^-]*-//'` xauth-1.0.10/config.sub:1559: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 xauth-1.0.10/config.sub-1560- exit 1 ############################################## xauth-1.0.10/config.sub-1820- esac xauth-1.0.10/config.sub:1821: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` xauth-1.0.10/config.sub-1822- ;; ############################################## xauth-1.0.10/man/Makefile.in-50- { \ xauth-1.0.10/man/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ xauth-1.0.10/man/Makefile.in-52- }; \ ############################################## xauth-1.0.10/man/Makefile.in-119- esac xauth-1.0.10/man/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; xauth-1.0.10/man/Makefile.in-121-am__vpath_adj = case $$p in \ xauth-1.0.10/man/Makefile.in:122: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ xauth-1.0.10/man/Makefile.in-123- *) f=$$p;; \ xauth-1.0.10/man/Makefile.in-124- esac; xauth-1.0.10/man/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; xauth-1.0.10/man/Makefile.in-126-am__install_max = 40 xauth-1.0.10/man/Makefile.in-127-am__nobase_strip_setup = \ xauth-1.0.10/man/Makefile.in:128: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` xauth-1.0.10/man/Makefile.in-129-am__nobase_strip = \ ############################################## xauth-1.0.10/man/Makefile.in-331- @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ xauth-1.0.10/man/Makefile.in:332: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ xauth-1.0.10/man/Makefile.in-333- dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) ############################################## xauth-1.0.10/man/Makefile.in-341-distdir: $(DISTFILES) xauth-1.0.10/man/Makefile.in:342: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/man/Makefile.in:343: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ xauth-1.0.10/man/Makefile.in-344- list='$(DISTFILES)'; \ ############################################## xauth-1.0.10/man/Makefile.in-355- if test -d $$d/$$file; then \ xauth-1.0.10/man/Makefile.in:356: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ xauth-1.0.10/man/Makefile.in-357- if test -d "$(distdir)/$$file"; then \ ############################################## xauth-1.0.10/install-sh-234- fi xauth-1.0.10/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; xauth-1.0.10/install-sh-236- *) ############################################## xauth-1.0.10/install-sh-281- dstdir=$dst xauth-1.0.10/install-sh:282: dst=$dstdir/`basename "$src"` xauth-1.0.10/install-sh-283- dstdir_status=0 xauth-1.0.10/install-sh-284- else xauth-1.0.10/install-sh:285: dstdir=`dirname "$dst"` xauth-1.0.10/install-sh-286- test -d "$dstdir" ############################################## xauth-1.0.10/install-sh-337- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. xauth-1.0.10/install-sh:338: ls_ld_tmpdir=`ls -ld "$tmpdir"` xauth-1.0.10/install-sh-339- case $ls_ld_tmpdir in ############################################## xauth-1.0.10/install-sh-344- $mkdirprog -m$different_mode -p -- "$tmpdir" && { xauth-1.0.10/install-sh:345: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` xauth-1.0.10/install-sh-346- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## xauth-1.0.10/install-sh-402- case $prefix in xauth-1.0.10/install-sh:403: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; xauth-1.0.10/install-sh-404- *) qprefix=$prefix;; ############################################## xauth-1.0.10/install-sh-451- if $copy_on_change && xauth-1.0.10/install-sh:452: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && xauth-1.0.10/install-sh:453: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && xauth-1.0.10/install-sh-454- set -f && ############################################## xauth-1.0.10/aclocal.m4-97- PKG_CHECK_EXISTS([$3], xauth-1.0.10/aclocal.m4:98: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` xauth-1.0.10/aclocal.m4-99- test "x$?" != "x0" && pkg_failed=yes ], ############################################## xauth-1.0.10/aclocal.m4-146- if test $_pkg_short_errors_supported = yes; then xauth-1.0.10/aclocal.m4:147: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` xauth-1.0.10/aclocal.m4-148- else xauth-1.0.10/aclocal.m4:149: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` xauth-1.0.10/aclocal.m4-150- fi ############################################## xauth-1.0.10/aclocal.m4-304-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])]) xauth-1.0.10/aclocal.m4:305:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then xauth-1.0.10/aclocal.m4-306- AC_MSG_RESULT([no]) xauth-1.0.10/aclocal.m4-307-else xauth-1.0.10/aclocal.m4:308: if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then xauth-1.0.10/aclocal.m4-309- RAWCPPFLAGS=-undef ############################################## xauth-1.0.10/aclocal.m4-311- # under Cygwin unix is still defined even with -undef xauth-1.0.10/aclocal.m4:312: elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then xauth-1.0.10/aclocal.m4-313- RAWCPPFLAGS="-undef -ansi" ############################################## xauth-1.0.10/aclocal.m4-322-AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve "whitespace"?]])]) xauth-1.0.10/aclocal.m4:323:if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then xauth-1.0.10/aclocal.m4-324- AC_MSG_RESULT([no]) xauth-1.0.10/aclocal.m4-325-else xauth-1.0.10/aclocal.m4:326: if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then xauth-1.0.10/aclocal.m4-327- TRADITIONALCPPFLAGS="-traditional" ############################################## xauth-1.0.10/aclocal.m4-454-PKG_CHECK_EXISTS([xorg-sgml-doctools m4_ifval([$1],[>= $1])], xauth-1.0.10/aclocal.m4:455: [XORG_SGML_PATH=`$PKG_CONFIG --variable=sgmlrootdir xorg-sgml-doctools`], xauth-1.0.10/aclocal.m4-456- [m4_ifval([$1],[:], ############################################## xauth-1.0.10/aclocal.m4-653- AC_MSG_CHECKING([the xmlto version]) xauth-1.0.10/aclocal.m4:654: xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3` xauth-1.0.10/aclocal.m4-655- AC_MSG_RESULT([$xmlto_version]) ############################################## xauth-1.0.10/aclocal.m4-861- AC_MSG_CHECKING([the asciidoc version]) xauth-1.0.10/aclocal.m4:862: asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2` xauth-1.0.10/aclocal.m4-863- AC_MSG_RESULT([$asciidoc_version]) ############################################## xauth-1.0.10/aclocal.m4-932- AC_MSG_CHECKING([the doxygen version]) xauth-1.0.10/aclocal.m4:933: doxygen_version=`$DOXYGEN --version 2>/dev/null` xauth-1.0.10/aclocal.m4-934- AC_MSG_RESULT([$doxygen_version]) ############################################## xauth-1.0.10/aclocal.m4-1125- AC_MSG_CHECKING([for fop minimum version]) xauth-1.0.10/aclocal.m4:1126: fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3` xauth-1.0.10/aclocal.m4-1127- AC_MSG_RESULT([$fop_version]) ############################################## xauth-1.0.10/aclocal.m4-2075-AC_REQUIRE([PKG_PROG_PKG_CONFIG]) xauth-1.0.10/aclocal.m4:2076:macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` xauth-1.0.10/aclocal.m4-2077-INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ ############################################## xauth-1.0.10/aclocal.m4-2113- AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR], xauth-1.0.10/aclocal.m4:2114: [`echo $PACKAGE_VERSION | cut -d . -f 1`], xauth-1.0.10/aclocal.m4-2115- [Major version of this package]) xauth-1.0.10/aclocal.m4:2116: PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` xauth-1.0.10/aclocal.m4-2117- if test "x$PVM" = "x"; then ############################################## xauth-1.0.10/aclocal.m4-2122- [Minor version of this package]) xauth-1.0.10/aclocal.m4:2123: PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` xauth-1.0.10/aclocal.m4-2124- if test "x$PVP" = "x"; then ############################################## xauth-1.0.10/aclocal.m4-2389-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: xauth-1.0.10/aclocal.m4:2390:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` xauth-1.0.10/aclocal.m4-2391-# and then we would define $MISSING as ############################################## xauth-1.0.10/aclocal.m4-2404-# Expand $ac_aux_dir to an absolute path. xauth-1.0.10/aclocal.m4:2405:am_aux_dir=`cd "$ac_aux_dir" && pwd` xauth-1.0.10/aclocal.m4-2406-]) ############################################## xauth-1.0.10/aclocal.m4-2502- if test "$am_compiler_list" = ""; then xauth-1.0.10/aclocal.m4:2503: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` xauth-1.0.10/aclocal.m4-2504- fi ############################################## xauth-1.0.10/aclocal.m4-2653- # Strip MF so we end up with the name of the file. xauth-1.0.10/aclocal.m4:2654: mf=`echo "$mf" | sed -e 's/:.*$//'` xauth-1.0.10/aclocal.m4-2655- # Check whether this is an Automake generated Makefile or not. ############################################## xauth-1.0.10/aclocal.m4-2662- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then xauth-1.0.10/aclocal.m4:2663: dirpart=`AS_DIRNAME("$mf")` xauth-1.0.10/aclocal.m4-2664- else ############################################## xauth-1.0.10/aclocal.m4-2668- # from the Makefile without running 'make'. xauth-1.0.10/aclocal.m4:2669: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` xauth-1.0.10/aclocal.m4-2670- test -z "$DEPDIR" && continue xauth-1.0.10/aclocal.m4:2671: am__include=`sed -n 's/^am__include = //p' < "$mf"` xauth-1.0.10/aclocal.m4-2672- test -z "$am__include" && continue xauth-1.0.10/aclocal.m4:2673: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` xauth-1.0.10/aclocal.m4-2674- # Find all dependency output files, they are included files with ############################################## xauth-1.0.10/aclocal.m4-2682- test -f "$dirpart/$file" && continue xauth-1.0.10/aclocal.m4:2683: fdir=`AS_DIRNAME(["$file"])` xauth-1.0.10/aclocal.m4-2684- AS_MKDIR_P([$dirpart/$fdir]) ############################################## xauth-1.0.10/aclocal.m4-2740-AC_REQUIRE([AC_PROG_INSTALL])dnl xauth-1.0.10/aclocal.m4:2741:if test "`cd $srcdir && pwd`" != "`pwd`"; then xauth-1.0.10/aclocal.m4-2742- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## xauth-1.0.10/aclocal.m4-2899- * ) xauth-1.0.10/aclocal.m4:2900: _am_stamp_count=`expr $_am_stamp_count + 1` ;; xauth-1.0.10/aclocal.m4-2901- esac xauth-1.0.10/aclocal.m4-2902-done xauth-1.0.10/aclocal.m4:2903:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) xauth-1.0.10/aclocal.m4-2904- ############################################## xauth-1.0.10/aclocal.m4-2970-# Ignore all kinds of additional output from 'make'. xauth-1.0.10/aclocal.m4:2971:case `$am_make -s -f confmf 2> /dev/null` in #( xauth-1.0.10/aclocal.m4-2972-*the\ am__doit\ target*) ############################################## xauth-1.0.10/aclocal.m4-2980- echo '.include "confinc"' > confmf xauth-1.0.10/aclocal.m4:2981: case `$am_make -s -f confmf 2> /dev/null` in #( xauth-1.0.10/aclocal.m4-2982- *the\ am__doit\ target*) ############################################## xauth-1.0.10/aclocal.m4-3162- echo "timestamp, slept: $am_has_slept" > conftest.file xauth-1.0.10/aclocal.m4:3163: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` xauth-1.0.10/aclocal.m4-3164- if test "$[*]" = "X"; then xauth-1.0.10/aclocal.m4-3165- # -L didn't work. xauth-1.0.10/aclocal.m4:3166: set X `ls -t "$srcdir/configure" conftest.file` xauth-1.0.10/aclocal.m4-3167- fi ############################################## xauth-1.0.10/INSTALL-173-directory configuration variables that were expressed in terms of xauth-1.0.10/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', xauth-1.0.10/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## xauth-1.0.10/ChangeLog-135- xauth-1.0.10/ChangeLog:136: Xlib (xcb) uses XauGetBestAuthByAddr() when looking for an xauth-1.0.10/ChangeLog-137- authorization. 'xauth [n]list $DISPLAY' used a slightly ############################################## xauth-1.0.10/autogen.sh-2- xauth-1.0.10/autogen.sh:3:srcdir=`dirname "$0"` xauth-1.0.10/autogen.sh-4-test -z "$srcdir" && srcdir=. ############################################## xauth-1.0.10/compile-105-# Name of file we expect compiler to create. xauth-1.0.10/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` xauth-1.0.10/compile-107- ############################################## xauth-1.0.10/compile-111-# object file name, since that is what matters with a parallel build. xauth-1.0.10/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d xauth-1.0.10/compile-113-while true; do