=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== puf-1.0.0/src/Makefile.in-188- @list='$(bin_PROGRAMS)'; for p in $$list; do \ puf-1.0.0/src/Makefile.in:189: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ puf-1.0.0/src/Makefile.in-190- if test -f $$p \ puf-1.0.0/src/Makefile.in-191- ; then \ puf-1.0.0/src/Makefile.in:192: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ puf-1.0.0/src/Makefile.in-193- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## puf-1.0.0/src/Makefile.in-200- @list='$(bin_PROGRAMS)'; for p in $$list; do \ puf-1.0.0/src/Makefile.in:201: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ puf-1.0.0/src/Makefile.in-202- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## puf-1.0.0/src/Makefile.in-236-.c.obj: puf-1.0.0/src/Makefile.in:237:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ puf-1.0.0/src/Makefile.in-238-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## puf-1.0.0/src/Makefile.in-240-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ puf-1.0.0/src/Makefile.in:241:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` puf-1.0.0/src/Makefile.in-242-uninstall-info-am: ############################################## puf-1.0.0/src/Makefile.in-284-GTAGS: puf-1.0.0/src/Makefile.in:285: here=`$(am__cd) $(top_builddir) && pwd` \ puf-1.0.0/src/Makefile.in-286- && cd $(top_srcdir) \ ############################################## puf-1.0.0/src/Makefile.in-292-distdir: $(DISTFILES) puf-1.0.0/src/Makefile.in:293: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ puf-1.0.0/src/Makefile.in:294: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ puf-1.0.0/src/Makefile.in-295- list='$(DISTFILES)'; for file in $$list; do \ puf-1.0.0/src/Makefile.in-296- case $$file in \ puf-1.0.0/src/Makefile.in:297: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ puf-1.0.0/src/Makefile.in:298: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ puf-1.0.0/src/Makefile.in-299- esac; \ puf-1.0.0/src/Makefile.in-300- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ puf-1.0.0/src/Makefile.in:301: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ puf-1.0.0/src/Makefile.in-302- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## puf-1.0.0/src/getopts.c-490- puf-1.0.0/src/getopts.c:491: if ((bind_addr.sin_addr.s_addr = inet_addr(ip)) == (unsigned)-1) puf-1.0.0/src/getopts.c-492- cdie(num, argfn, "'%s' is not a valid IP address", ip); ############################################## puf-1.0.0/depcomp-68- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} puf-1.0.0/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} puf-1.0.0/depcomp-70- ############################################## puf-1.0.0/depcomp-203- # Version 6 uses the directory in both cases. puf-1.0.0/depcomp:204: stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` puf-1.0.0/depcomp-205- tmpdepfile="$stripped.u" ############################################## puf-1.0.0/depcomp-214- else puf-1.0.0/depcomp:215: stripped=`echo "$stripped" | sed 's,^.*/,,'` puf-1.0.0/depcomp-216- tmpdepfile="$stripped.u" ############################################## puf-1.0.0/depcomp-228- # Do two passes, one to just change these to puf-1.0.0/depcomp:229: # `$object: dependent.h' and one to simply `dependent.h:'. puf-1.0.0/depcomp-230- sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" ############################################## puf-1.0.0/depcomp-269- # Do two passes, one to just change these to puf-1.0.0/depcomp:270: # `$object: dependent.h' and one to simply `dependent.h:'. puf-1.0.0/depcomp-271- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## puf-1.0.0/depcomp-284- # Subdirectories are respected. puf-1.0.0/depcomp:285: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` puf-1.0.0/depcomp-286- test "x$dir" = "x$object" && dir= puf-1.0.0/depcomp:287: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` puf-1.0.0/depcomp-288- ############################################## puf-1.0.0/depcomp-423- done puf-1.0.0/depcomp:424: obj_suffix="`echo $object | sed 's/^.*\././'`" puf-1.0.0/depcomp-425- touch "$tmpdepfile" ############################################## puf-1.0.0/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to puf-1.0.0/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. puf-1.0.0/aclocal.m4-44-# ############################################## puf-1.0.0/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: puf-1.0.0/aclocal.m4:67:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` puf-1.0.0/aclocal.m4-68-# and then we would define $MISSING as ############################################## puf-1.0.0/aclocal.m4-82-# expand $ac_aux_dir to an absolute path puf-1.0.0/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd` puf-1.0.0/aclocal.m4-84-]) ############################################## puf-1.0.0/aclocal.m4-180- if test "$am_compiler_list" = ""; then puf-1.0.0/aclocal.m4:181: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` puf-1.0.0/aclocal.m4-182- fi ############################################## puf-1.0.0/aclocal.m4-290- # Strip MF so we end up with the name of the file. puf-1.0.0/aclocal.m4:291: mf=`echo "$mf" | sed -e 's/:.*$//'` puf-1.0.0/aclocal.m4-292- # Check whether this is an Automake generated Makefile or not. ############################################## puf-1.0.0/aclocal.m4-298- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then puf-1.0.0/aclocal.m4:299: dirpart=`AS_DIRNAME("$mf")` puf-1.0.0/aclocal.m4-300- else ############################################## puf-1.0.0/aclocal.m4-304- # from the Makefile without running `make'. puf-1.0.0/aclocal.m4:305: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` puf-1.0.0/aclocal.m4-306- test -z "$DEPDIR" && continue puf-1.0.0/aclocal.m4:307: am__include=`sed -n 's/^am__include = //p' < "$mf"` puf-1.0.0/aclocal.m4-308- test -z "am__include" && continue puf-1.0.0/aclocal.m4:309: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` puf-1.0.0/aclocal.m4-310- # When using ansi2knr, U may be empty or an underscore; expand it puf-1.0.0/aclocal.m4:311: U=`sed -n 's/^U = //p' < "$mf"` puf-1.0.0/aclocal.m4-312- # Find all dependency output files, they are included files with ############################################## puf-1.0.0/aclocal.m4-320- test -f "$dirpart/$file" && continue puf-1.0.0/aclocal.m4:321: fdir=`AS_DIRNAME(["$file"])` puf-1.0.0/aclocal.m4-322- AS_MKDIR_P([$dirpart/$fdir]) ############################################## puf-1.0.0/aclocal.m4-387-# test to see if srcdir already configured puf-1.0.0/aclocal.m4:388:if test "`cd $srcdir && pwd`" != "`pwd`" && puf-1.0.0/aclocal.m4-389- test -f $srcdir/config.status; then ############################################## puf-1.0.0/aclocal.m4-463- * ) puf-1.0.0/aclocal.m4:464: _am_stamp_count=`expr $_am_stamp_count + 1` ;; puf-1.0.0/aclocal.m4-465- esac puf-1.0.0/aclocal.m4-466-done puf-1.0.0/aclocal.m4:467:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) puf-1.0.0/aclocal.m4-468- ############################################## puf-1.0.0/aclocal.m4-535-# case it prints its new name instead of `make'. puf-1.0.0/aclocal.m4:536:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then puf-1.0.0/aclocal.m4-537- am__include=include ############################################## puf-1.0.0/aclocal.m4-543- echo '.include "confinc"' > confmf puf-1.0.0/aclocal.m4:544: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then puf-1.0.0/aclocal.m4-545- am__include=.include ############################################## puf-1.0.0/aclocal.m4-710-if ( puf-1.0.0/aclocal.m4:711: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` puf-1.0.0/aclocal.m4-712- if test "$[*]" = "X"; then puf-1.0.0/aclocal.m4-713- # -L didn't work. puf-1.0.0/aclocal.m4:714: set X `ls -t $srcdir/configure conftest.file` puf-1.0.0/aclocal.m4-715- fi ############################################## puf-1.0.0/configure-43-do puf-1.0.0/configure:44: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then puf-1.0.0/configure-45- eval $as_var=C; export $as_var ############################################## puf-1.0.0/configure-101- as_lineno_2=$LINENO puf-1.0.0/configure:102: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` puf-1.0.0/configure-103- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## puf-1.0.0/configure-140- as_lineno_2=$LINENO puf-1.0.0/configure:141: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` puf-1.0.0/configure-142- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## puf-1.0.0/configure-325- puf-1.0.0/configure:326: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` puf-1.0.0/configure-327- ############################################## puf-1.0.0/configure-358- -disable-* | --disable-*) puf-1.0.0/configure:359: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` puf-1.0.0/configure-360- # Reject names that are not valid shell variable names. ############################################## puf-1.0.0/configure-363- { (exit 1); exit 1; }; } puf-1.0.0/configure:364: ac_feature=`echo $ac_feature | sed 's/-/_/g'` puf-1.0.0/configure-365- eval "enable_$ac_feature=no" ;; ############################################## puf-1.0.0/configure-367- -enable-* | --enable-*) puf-1.0.0/configure:368: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` puf-1.0.0/configure-369- # Reject names that are not valid shell variable names. ############################################## puf-1.0.0/configure-372- { (exit 1); exit 1; }; } puf-1.0.0/configure:373: ac_feature=`echo $ac_feature | sed 's/-/_/g'` puf-1.0.0/configure-374- case $ac_option in puf-1.0.0/configure:375: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; puf-1.0.0/configure-376- *) ac_optarg=yes ;; ############################################## puf-1.0.0/configure-549- -with-* | --with-*) puf-1.0.0/configure:550: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` puf-1.0.0/configure-551- # Reject names that are not valid shell variable names. ############################################## puf-1.0.0/configure-554- { (exit 1); exit 1; }; } puf-1.0.0/configure:555: ac_package=`echo $ac_package| sed 's/-/_/g'` puf-1.0.0/configure-556- case $ac_option in puf-1.0.0/configure:557: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; puf-1.0.0/configure-558- *) ac_optarg=yes ;; ############################################## puf-1.0.0/configure-562- -without-* | --without-*) puf-1.0.0/configure:563: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` puf-1.0.0/configure-564- # Reject names that are not valid shell variable names. ############################################## puf-1.0.0/configure-567- { (exit 1); exit 1; }; } puf-1.0.0/configure:568: ac_package=`echo $ac_package | sed 's/-/_/g'` puf-1.0.0/configure-569- eval "with_$ac_package=no" ;; ############################################## puf-1.0.0/configure-594- *=*) puf-1.0.0/configure:595: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` puf-1.0.0/configure-596- # Reject names that are not valid shell variable names. ############################################## puf-1.0.0/configure-599- { (exit 1); exit 1; }; } puf-1.0.0/configure:600: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` puf-1.0.0/configure-601- eval "$ac_envvar='$ac_optarg'" ############################################## puf-1.0.0/configure-615-if test -n "$ac_prev"; then puf-1.0.0/configure:616: ac_option=--`echo $ac_prev | sed 's/_/-/g'` puf-1.0.0/configure-617- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## puf-1.0.0/configure-623-do puf-1.0.0/configure:624: eval ac_val=$`echo $ac_var` puf-1.0.0/configure-625- case $ac_val in ############################################## puf-1.0.0/configure-635-do puf-1.0.0/configure:636: eval ac_val=$`echo $ac_var` puf-1.0.0/configure-637- case $ac_val in ############################################## puf-1.0.0/configure-702- { (exit 1); exit 1; }; } puf-1.0.0/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` puf-1.0.0/configure-704-ac_env_build_alias_set=${build_alias+set} ############################################## puf-1.0.0/configure-769-By default, \`make install' will install all the files in puf-1.0.0/configure:770:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify puf-1.0.0/configure:771:an installation prefix other than \`$ac_default_prefix' using \`--prefix', puf-1.0.0/configure-772-for instance \`--prefix=\$HOME'. ############################################## puf-1.0.0/configure-837-if test "$ac_dir" != .; then puf-1.0.0/configure:838: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` puf-1.0.0/configure-839- # A "../" for each directory in $ac_dir_suffix. puf-1.0.0/configure:840: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` puf-1.0.0/configure-841-else ############################################## puf-1.0.0/configure-850- else puf-1.0.0/configure:851: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` puf-1.0.0/configure-852- fi ;; ############################################## puf-1.0.0/configure-1004- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) puf-1.0.0/configure:1005: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; puf-1.0.0/configure-1006- esac ############################################## puf-1.0.0/configure-1076- do puf-1.0.0/configure:1077: eval ac_val=$`echo $ac_var` puf-1.0.0/configure-1078- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## puf-1.0.0/configure-1090- do puf-1.0.0/configure:1091: eval ac_val=$`echo $ac_var` puf-1.0.0/configure-1092- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## puf-1.0.0/configure-1197- set,) puf-1.0.0/configure:1198: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 puf-1.0.0/configure:1199:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} puf-1.0.0/configure-1200- ac_cache_corrupted=: ;; ############################################## puf-1.0.0/configure-1220- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) puf-1.0.0/configure:1221: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; puf-1.0.0/configure-1222- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## puf-1.0.0/configure-1377-if ( puf-1.0.0/configure:1378: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` puf-1.0.0/configure-1379- if test "$*" = "X"; then puf-1.0.0/configure-1380- # -L didn't work. puf-1.0.0/configure:1381: set X `ls -t $srcdir/configure conftest.file` puf-1.0.0/configure-1382- fi ############################################## puf-1.0.0/configure-1421-_ACEOF puf-1.0.0/configure:1422:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` puf-1.0.0/configure-1423-rm conftest.sed ############################################## puf-1.0.0/configure-1425-# expand $ac_aux_dir to an absolute path puf-1.0.0/configure:1426:am_aux_dir=`cd $ac_aux_dir && pwd` puf-1.0.0/configure-1427- ############################################## puf-1.0.0/configure-1512-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 puf-1.0.0/configure:1513:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` puf-1.0.0/configure-1514-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## puf-1.0.0/configure-1521-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. puf-1.0.0/configure:1522:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` puf-1.0.0/configure-1523-if test -n "$ac_maketemp"; then ############################################## puf-1.0.0/configure-1529-fi puf-1.0.0/configure:1530:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then puf-1.0.0/configure-1531- echo "$as_me:$LINENO: result: yes" >&5 ############################################## puf-1.0.0/configure-1549-# test to see if srcdir already configured puf-1.0.0/configure:1550:if test "`cd $srcdir && pwd`" != "`pwd`" && puf-1.0.0/configure-1551- test -f $srcdir/config.status; then ############################################## puf-1.0.0/configure-2037- "checking for C compiler version" >&5 puf-1.0.0/configure:2038:ac_compiler=`set X $ac_compile; echo $2` puf-1.0.0/configure-2039-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## puf-1.0.0/configure-2076-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 puf-1.0.0/configure:2077:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` puf-1.0.0/configure-2078-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## puf-1.0.0/configure-2104- *.* ) puf-1.0.0/configure:2105: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` puf-1.0.0/configure-2106- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## puf-1.0.0/configure-2184- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; puf-1.0.0/configure:2185: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` puf-1.0.0/configure-2186- export ac_cv_exeext ############################################## puf-1.0.0/configure-2234- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; puf-1.0.0/configure:2235: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` puf-1.0.0/configure-2236- break;; ############################################## puf-1.0.0/configure-2312-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 puf-1.0.0/configure:2313:GCC=`test $ac_compiler_gnu = yes && echo yes` puf-1.0.0/configure-2314-ac_test_CFLAGS=${CFLAGS+set} ############################################## puf-1.0.0/configure-2666-# case it prints its new name instead of `make'. puf-1.0.0/configure:2667:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then puf-1.0.0/configure-2668- am__include=include ############################################## puf-1.0.0/configure-2674- echo '.include "confinc"' > confmf puf-1.0.0/configure:2675: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then puf-1.0.0/configure-2676- am__include=.include ############################################## puf-1.0.0/configure-2736- if test "$am_compiler_list" = ""; then puf-1.0.0/configure:2737: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` puf-1.0.0/configure-2738- fi ############################################## puf-1.0.0/configure-2834-test -z "$ac_cv_build_alias" && puf-1.0.0/configure:2835: ac_cv_build_alias=`$ac_config_guess` puf-1.0.0/configure-2836-test -z "$ac_cv_build_alias" && ############################################## puf-1.0.0/configure-2839- { (exit 1); exit 1; }; } puf-1.0.0/configure:2840:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || puf-1.0.0/configure-2841- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 ############################################## puf-1.0.0/configure-2848-build=$ac_cv_build puf-1.0.0/configure:2849:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` puf-1.0.0/configure:2850:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` puf-1.0.0/configure:2851:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` puf-1.0.0/configure-2852- ############################################## puf-1.0.0/configure-2861- ac_cv_host_alias=$ac_cv_build_alias puf-1.0.0/configure:2862:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || puf-1.0.0/configure-2863- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 ############################################## puf-1.0.0/configure-2870-host=$ac_cv_host puf-1.0.0/configure:2871:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` puf-1.0.0/configure:2872:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` puf-1.0.0/configure:2873:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` puf-1.0.0/configure-2874- ############################################## puf-1.0.0/configure-2905- builtin and then its argument prototype would still apply. */ puf-1.0.0/configure:2906:char inet_addr (); puf-1.0.0/configure-2907-int ############################################## puf-1.0.0/configure-2909-{ puf-1.0.0/configure:2910:inet_addr (); puf-1.0.0/configure-2911- ; ############################################## puf-1.0.0/configure-3329-do puf-1.0.0/configure:3330:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` puf-1.0.0/configure-3331-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## puf-1.0.0/configure-3417-fi puf-1.0.0/configure:3418:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 puf-1.0.0/configure:3419:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 puf-1.0.0/configure:3420:if test `eval echo '${'$as_ac_var'}'` = yes; then puf-1.0.0/configure-3421- cat >>confdefs.h <<_ACEOF puf-1.0.0/configure:3422:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 puf-1.0.0/configure-3423-_ACEOF ############################################## puf-1.0.0/configure-3640-do puf-1.0.0/configure:3641: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then puf-1.0.0/configure-3642- eval $as_var=C; export $as_var ############################################## puf-1.0.0/configure-3698- as_lineno_2=$LINENO puf-1.0.0/configure:3699: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` puf-1.0.0/configure-3700- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## puf-1.0.0/configure-3738- as_lineno_2=$LINENO puf-1.0.0/configure:3739: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` puf-1.0.0/configure-3740- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## puf-1.0.0/configure-3920-configured by $0, generated by GNU Autoconf 2.59, puf-1.0.0/configure:3921: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" puf-1.0.0/configure-3922- ############################################## puf-1.0.0/configure-3937- --*=*) puf-1.0.0/configure:3938: ac_option=`expr "x$1" : 'x\([^=]*\)='` puf-1.0.0/configure:3939: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` puf-1.0.0/configure-3940- ac_shift=: ############################################## puf-1.0.0/configure-4199- fi puf-1.0.0/configure:4200: ac_sed_frag=`expr $ac_sed_frag + 1` puf-1.0.0/configure-4201- ac_beg=$ac_end puf-1.0.0/configure:4202: ac_end=`expr $ac_end + $ac_max_sed_lines` puf-1.0.0/configure-4203- fi ############################################## puf-1.0.0/configure-4216- cat >$tmp/stdin puf-1.0.0/configure:4217: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` puf-1.0.0/configure:4218: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; puf-1.0.0/configure:4219: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` puf-1.0.0/configure:4220: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; puf-1.0.0/configure-4221- * ) ac_file_in=$ac_file.in ;; ############################################## puf-1.0.0/configure-4264-if test "$ac_dir" != .; then puf-1.0.0/configure:4265: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` puf-1.0.0/configure-4266- # A "../" for each directory in $ac_dir_suffix. puf-1.0.0/configure:4267: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` puf-1.0.0/configure-4268-else ############################################## puf-1.0.0/configure-4277- else puf-1.0.0/configure:4278: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` puf-1.0.0/configure-4279- fi ;; ############################################## puf-1.0.0/configure-4430- cat >$tmp/stdin puf-1.0.0/configure:4431: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` puf-1.0.0/configure:4432: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; puf-1.0.0/configure:4433: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` puf-1.0.0/configure:4434: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; puf-1.0.0/configure-4435- * ) ac_file_in=$ac_file.in ;; ############################################## puf-1.0.0/configure-4633- * ) puf-1.0.0/configure:4634: _am_stamp_count=`expr $_am_stamp_count + 1` ;; puf-1.0.0/configure-4635- esac ############################################## puf-1.0.0/configure-4656-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue puf-1.0.0/configure:4657: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` puf-1.0.0/configure:4658: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` puf-1.0.0/configure-4659- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## puf-1.0.0/configure-4698-if test "$ac_dir" != .; then puf-1.0.0/configure:4699: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` puf-1.0.0/configure-4700- # A "../" for each directory in $ac_dir_suffix. puf-1.0.0/configure:4701: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` puf-1.0.0/configure-4702-else ############################################## puf-1.0.0/configure-4711- else puf-1.0.0/configure:4712: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` puf-1.0.0/configure-4713- fi ;; ############################################## puf-1.0.0/configure-4766- # Strip MF so we end up with the name of the file. puf-1.0.0/configure:4767: mf=`echo "$mf" | sed -e 's/:.*$//'` puf-1.0.0/configure-4768- # Check whether this is an Automake generated Makefile or not. ############################################## puf-1.0.0/configure-4791- # from the Makefile without running `make'. puf-1.0.0/configure:4792: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` puf-1.0.0/configure-4793- test -z "$DEPDIR" && continue puf-1.0.0/configure:4794: am__include=`sed -n 's/^am__include = //p' < "$mf"` puf-1.0.0/configure-4795- test -z "am__include" && continue puf-1.0.0/configure:4796: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` puf-1.0.0/configure-4797- # When using ansi2knr, U may be empty or an underscore; expand it puf-1.0.0/configure:4798: U=`sed -n 's/^U = //p' < "$mf"` puf-1.0.0/configure-4799- # Find all dependency output files, they are included files with ############################################## puf-1.0.0/config.guess-39- puf-1.0.0/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'` puf-1.0.0/config.guess-41- ############################################## puf-1.0.0/config.guess-108-: ${TMPDIR=/tmp} ; puf-1.0.0/config.guess:109: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || puf-1.0.0/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## puf-1.0.0/config.guess-193- *) puf-1.0.0/config.guess:194: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` puf-1.0.0/config.guess-195- ;; ############################################## puf-1.0.0/config.guess-217- *4.0) puf-1.0.0/config.guess:218: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` puf-1.0.0/config.guess-219- ;; puf-1.0.0/config.guess-220- *5.*) puf-1.0.0/config.guess:221: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` puf-1.0.0/config.guess-222- ;; ############################################## puf-1.0.0/config.guess-227- # types through head -n 1, so we only detect the type of CPU 0. puf-1.0.0/config.guess:228: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` puf-1.0.0/config.guess-229- case "$ALPHA_CPU_TYPE" in ############################################## puf-1.0.0/config.guess-265- # 1.2 uses "1.2" for uname -r. puf-1.0.0/config.guess:266: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` puf-1.0.0/config.guess-267- exit ;; ############################################## puf-1.0.0/config.guess-322- sun4H:SunOS:5.*:*) puf-1.0.0/config.guess:323: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` puf-1.0.0/config.guess-324- exit ;; puf-1.0.0/config.guess-325- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) puf-1.0.0/config.guess:326: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` puf-1.0.0/config.guess-327- exit ;; puf-1.0.0/config.guess-328- i86pc:SunOS:5.*:*) puf-1.0.0/config.guess:329: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` puf-1.0.0/config.guess-330- exit ;; ############################################## puf-1.0.0/config.guess-334- # it's likely to be more like Solaris than SunOS4. puf-1.0.0/config.guess:335: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` puf-1.0.0/config.guess-336- exit ;; ############################################## puf-1.0.0/config.guess-343- # Japanese Language versions have a version number like `4.1.3-JL'. puf-1.0.0/config.guess:344: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` puf-1.0.0/config.guess-345- exit ;; ############################################## puf-1.0.0/config.guess-349- sun*:*:4.2BSD:*) puf-1.0.0/config.guess:350: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` puf-1.0.0/config.guess-351- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## puf-1.0.0/config.guess-431- $CC_FOR_BUILD -o $dummy $dummy.c && puf-1.0.0/config.guess:432: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && puf-1.0.0/config.guess:433: SYSTEM_NAME=`$dummy $dummyarg` && puf-1.0.0/config.guess-434- { echo "$SYSTEM_NAME"; exit; } ############################################## puf-1.0.0/config.guess-487- *:IRIX*:*:*) puf-1.0.0/config.guess:488: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` puf-1.0.0/config.guess-489- exit ;; ############################################## puf-1.0.0/config.guess-517-EOF puf-1.0.0/config.guess:518: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` puf-1.0.0/config.guess-519- then ############################################## puf-1.0.0/config.guess-530- *:AIX:*:[45]) puf-1.0.0/config.guess:531: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` puf-1.0.0/config.guess-532- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## puf-1.0.0/config.guess-565- 9000/[34678]??:HP-UX:*:*) puf-1.0.0/config.guess:566: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` puf-1.0.0/config.guess-567- case "${UNAME_MACHINE}" in ############################################## puf-1.0.0/config.guess-619-EOF puf-1.0.0/config.guess:620: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` puf-1.0.0/config.guess-621- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## puf-1.0.0/config.guess-647- ia64:HP-UX:*:*) puf-1.0.0/config.guess:648: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` puf-1.0.0/config.guess-649- echo ia64-hp-hpux${HPUX_REV} ############################################## puf-1.0.0/config.guess-677-EOF puf-1.0.0/config.guess:678: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && puf-1.0.0/config.guess-679- { echo "$SYSTEM_NAME"; exit; } ############################################## puf-1.0.0/config.guess-748- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` puf-1.0.0/config.guess:749: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` puf-1.0.0/config.guess-750- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## puf-1.0.0/config.guess-753- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` puf-1.0.0/config.guess:754: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` puf-1.0.0/config.guess-755- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## puf-1.0.0/config.guess-766- *:FreeBSD:*:*) puf-1.0.0/config.guess:767: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` puf-1.0.0/config.guess-768- exit ;; ############################################## puf-1.0.0/config.guess-803- prep*:SunOS:5.*:*) puf-1.0.0/config.guess:804: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` puf-1.0.0/config.guess-805- exit ;; ############################################## puf-1.0.0/config.guess-807- # the GNU system puf-1.0.0/config.guess:808: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` puf-1.0.0/config.guess-809- exit ;; ############################################## puf-1.0.0/config.guess-811- # other systems with GNU libc and userland puf-1.0.0/config.guess:812: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu puf-1.0.0/config.guess-813- exit ;; ############################################## puf-1.0.0/config.guess-853-EOF puf-1.0.0/config.guess:854: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` puf-1.0.0/config.guess-855- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## puf-1.0.0/config.guess-872-EOF puf-1.0.0/config.guess:873: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` puf-1.0.0/config.guess-874- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## puf-1.0.0/config.guess-976-EOF puf-1.0.0/config.guess:977: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` puf-1.0.0/config.guess-978- test x"${LIBC}" != x && { ############################################## puf-1.0.0/config.guess-1018- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) puf-1.0.0/config.guess:1019: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` puf-1.0.0/config.guess-1020- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## puf-1.0.0/config.guess-1251- *:DragonFly:*:*) puf-1.0.0/config.guess:1252: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` puf-1.0.0/config.guess-1253- exit ;; ############################################## puf-1.0.0/config.guess-1264- i*86:skyos:*:*) puf-1.0.0/config.guess:1265: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' puf-1.0.0/config.guess-1266- exit ;; ############################################## puf-1.0.0/config.guess-1386- puf-1.0.0/config.guess:1387:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && puf-1.0.0/config.guess-1388- { echo "$SYSTEM_NAME"; exit; } ############################################## puf-1.0.0/makemake-42- ls -LAF | sed -ne '\#^CVS/$$#d;\#^.incvs$$#d;\#^.indir$$#d;s#^\(.*\)[*=|>]$$#\1#;p' > $$indir && \ puf-1.0.0/makemake:43: eval "`diff $$incvs $$indir | sed -ne 's#^> \(.*\)/$$#echo "D $$i/\1";rm -rf "$$pwd/$$i/\1"#p;s#^> \(.*[^/]\)$$#echo "F $$i/\1";rm -f "$$pwd/$$i/\1"#p'`"; \ puf-1.0.0/makemake-44- fi; \ ############################################## puf-1.0.0/install-sh-210- fi puf-1.0.0/install-sh:211: dst=$dst/`basename "$src"` puf-1.0.0/install-sh-212- fi ############################################## puf-1.0.0/install-sh-215- # This sed command emulates the dirname command. puf-1.0.0/install-sh:216: dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` puf-1.0.0/install-sh-217- ############################################## puf-1.0.0/install-sh-228- IFS='%' puf-1.0.0/install-sh:229: set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` puf-1.0.0/install-sh-230- shift ############################################## puf-1.0.0/install-sh-256- else puf-1.0.0/install-sh:257: dstfile=`basename "$dst"` puf-1.0.0/install-sh-258- ############################################## puf-1.0.0/config.sub-55- puf-1.0.0/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'` puf-1.0.0/config.sub-57- ############################################## puf-1.0.0/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations. puf-1.0.0/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` puf-1.0.0/config.sub-121-case $maybe_os in ############################################## puf-1.0.0/config.sub-124- os=-$maybe_os puf-1.0.0/config.sub:125: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` puf-1.0.0/config.sub-126- ;; puf-1.0.0/config.sub-127- *) puf-1.0.0/config.sub:128: basic_machine=`echo $1 | sed 's/-[^-]*$//'` puf-1.0.0/config.sub-129- if [ $basic_machine != $1 ] puf-1.0.0/config.sub:130: then os=`echo $1 | sed 's/.*-/-/'` puf-1.0.0/config.sub-131- else os=; fi ############################################## puf-1.0.0/config.sub-175- os=-sco3.2v5 puf-1.0.0/config.sub:176: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-177- ;; ############################################## puf-1.0.0/config.sub-179- os=-sco3.2v4 puf-1.0.0/config.sub:180: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-181- ;; puf-1.0.0/config.sub-182- -sco3.2.[4-9]*) puf-1.0.0/config.sub:183: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` puf-1.0.0/config.sub:184: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-185- ;; ############################################## puf-1.0.0/config.sub-187- # Don't forget version if it is 3.2v4 or newer. puf-1.0.0/config.sub:188: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-189- ;; ############################################## puf-1.0.0/config.sub-191- os=-sco3.2v2 puf-1.0.0/config.sub:192: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-193- ;; puf-1.0.0/config.sub-194- -udk*) puf-1.0.0/config.sub:195: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-196- ;; ############################################## puf-1.0.0/config.sub-198- os=-isc2.2 puf-1.0.0/config.sub:199: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-200- ;; ############################################## puf-1.0.0/config.sub-204- -isc*) puf-1.0.0/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` puf-1.0.0/config.sub-206- ;; ############################################## puf-1.0.0/config.sub-210- -ptx*) puf-1.0.0/config.sub:211: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` puf-1.0.0/config.sub-212- ;; puf-1.0.0/config.sub-213- -windowsnt*) puf-1.0.0/config.sub:214: os=`echo $os | sed -e 's/windowsnt/winnt/'` puf-1.0.0/config.sub-215- ;; ############################################## puf-1.0.0/config.sub-297- *-*-*) puf-1.0.0/config.sub:298: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 puf-1.0.0/config.sub-299- exit 1 ############################################## puf-1.0.0/config.sub-400- amd64-*) puf-1.0.0/config.sub:401: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-402- ;; ############################################## puf-1.0.0/config.sub-621- i*86v32) puf-1.0.0/config.sub:622: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` puf-1.0.0/config.sub-623- os=-sysv32 ############################################## puf-1.0.0/config.sub-625- i*86v4*) puf-1.0.0/config.sub:626: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` puf-1.0.0/config.sub-627- os=-sysv4 ############################################## puf-1.0.0/config.sub-629- i*86v) puf-1.0.0/config.sub:630: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` puf-1.0.0/config.sub-631- os=-sysv ############################################## puf-1.0.0/config.sub-633- i*86sol2) puf-1.0.0/config.sub:634: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` puf-1.0.0/config.sub-635- os=-solaris2 ############################################## puf-1.0.0/config.sub-681- mips3*-*) puf-1.0.0/config.sub:682: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` puf-1.0.0/config.sub-683- ;; puf-1.0.0/config.sub-684- mips3*) puf-1.0.0/config.sub:685: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown puf-1.0.0/config.sub-686- ;; ############################################## puf-1.0.0/config.sub-818- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) puf-1.0.0/config.sub:819: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-820- ;; puf-1.0.0/config.sub-821- pentiumpro-* | p6-* | 6x86-* | athlon-*) puf-1.0.0/config.sub:822: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-823- ;; puf-1.0.0/config.sub-824- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) puf-1.0.0/config.sub:825: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-826- ;; puf-1.0.0/config.sub-827- pentium4-*) puf-1.0.0/config.sub:828: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-829- ;; ############################################## puf-1.0.0/config.sub-836- ;; puf-1.0.0/config.sub:837: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-838- ;; ############################################## puf-1.0.0/config.sub-842- ppcle-* | powerpclittle-*) puf-1.0.0/config.sub:843: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-844- ;; ############################################## puf-1.0.0/config.sub-846- ;; puf-1.0.0/config.sub:847: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-848- ;; ############################################## puf-1.0.0/config.sub-852- ppc64le-* | powerpc64little-*) puf-1.0.0/config.sub:853: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` puf-1.0.0/config.sub-854- ;; ############################################## puf-1.0.0/config.sub-1125- *) puf-1.0.0/config.sub:1126: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 puf-1.0.0/config.sub-1127- exit 1 ############################################## puf-1.0.0/config.sub-1133- *-digital*) puf-1.0.0/config.sub:1134: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` puf-1.0.0/config.sub-1135- ;; puf-1.0.0/config.sub-1136- *-commodore*) puf-1.0.0/config.sub:1137: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` puf-1.0.0/config.sub-1138- ;; ############################################## puf-1.0.0/config.sub-1151- -solaris1 | -solaris1.*) puf-1.0.0/config.sub:1152: os=`echo $os | sed -e 's|solaris1|sunos4|'` puf-1.0.0/config.sub-1153- ;; ############################################## puf-1.0.0/config.sub-1163- -gnu/linux*) puf-1.0.0/config.sub:1164: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` puf-1.0.0/config.sub-1165- ;; ############################################## puf-1.0.0/config.sub-1205- -nto*) puf-1.0.0/config.sub:1206: os=`echo $os | sed -e 's|nto|nto-qnx|'` puf-1.0.0/config.sub-1207- ;; ############################################## puf-1.0.0/config.sub-1212- -mac*) puf-1.0.0/config.sub:1213: os=`echo $os | sed -e 's|mac|macos|'` puf-1.0.0/config.sub-1214- ;; ############################################## puf-1.0.0/config.sub-1218- -linux*) puf-1.0.0/config.sub:1219: os=`echo $os | sed -e 's|linux|linux-gnu|'` puf-1.0.0/config.sub-1220- ;; puf-1.0.0/config.sub-1221- -sunos5*) puf-1.0.0/config.sub:1222: os=`echo $os | sed -e 's|sunos5|solaris2|'` puf-1.0.0/config.sub-1223- ;; puf-1.0.0/config.sub-1224- -sunos6*) puf-1.0.0/config.sub:1225: os=`echo $os | sed -e 's|sunos6|solaris3|'` puf-1.0.0/config.sub-1226- ;; ############################################## puf-1.0.0/config.sub-1273- -sinix5.*) puf-1.0.0/config.sub:1274: os=`echo $os | sed -e 's|sinix|sysv|'` puf-1.0.0/config.sub-1275- ;; ############################################## puf-1.0.0/config.sub-1324- # Get rid of the `-' at the beginning of $os. puf-1.0.0/config.sub:1325: os=`echo $os | sed 's/[^-]*-//'` puf-1.0.0/config.sub:1326: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 puf-1.0.0/config.sub-1327- exit 1 ############################################## puf-1.0.0/config.sub-1566- esac puf-1.0.0/config.sub:1567: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` puf-1.0.0/config.sub-1568- ;; ############################################## puf-1.0.0/missing-128- # Could not run --version or --help. This is probably someone puf-1.0.0/missing:129: # running `$TOOL --version' or `$TOOL --help' to check whether puf-1.0.0/missing-130- # $TOOL exists and not knowing $TOOL uses missing. ############################################## puf-1.0.0/missing-162- from any GNU archive site." puf-1.0.0/missing:163: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` puf-1.0.0/missing-164- test -z "$files" && files="config.h" ############################################## puf-1.0.0/missing-191- proper tools for further handling them. puf-1.0.0/missing:192: You can get \`$1' as part of \`Autoconf' from any GNU puf-1.0.0/missing-193- archive site." puf-1.0.0/missing-194- puf-1.0.0/missing:195: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` puf-1.0.0/missing:196: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` puf-1.0.0/missing-197- if test -f "$file"; then ############################################## puf-1.0.0/missing-220- *.y) puf-1.0.0/missing:221: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` puf-1.0.0/missing-222- if [ -f "$SRCFILE" ]; then ############################################## puf-1.0.0/missing-224- fi puf-1.0.0/missing:225: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` puf-1.0.0/missing-226- if [ -f "$SRCFILE" ]; then ############################################## puf-1.0.0/missing-250- *.l) puf-1.0.0/missing:251: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` puf-1.0.0/missing-252- if [ -f "$SRCFILE" ]; then ############################################## puf-1.0.0/missing-269- puf-1.0.0/missing:270: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` puf-1.0.0/missing-271- if test -z "$file"; then puf-1.0.0/missing:272: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` puf-1.0.0/missing-273- fi ############################################## puf-1.0.0/missing-291- # The file to touch is that specified with -o ... puf-1.0.0/missing:292: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` puf-1.0.0/missing-293- if test -z "$file"; then puf-1.0.0/missing-294- # ... or it is the one specified with @setfilename ... puf-1.0.0/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` puf-1.0.0/missing:296: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` puf-1.0.0/missing-297- # ... or it is derived from the source name (dir/f.texi becomes f.info) puf-1.0.0/missing:298: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info puf-1.0.0/missing-299- fi ############################################## puf-1.0.0/missing-321- *o*) puf-1.0.0/missing:322: firstarg=`echo "$firstarg" | sed s/o//` puf-1.0.0/missing-323- tar "$firstarg" "$@" && exit 0 ############################################## puf-1.0.0/missing-327- *h*) puf-1.0.0/missing:328: firstarg=`echo "$firstarg" | sed s/h//` puf-1.0.0/missing-329- tar "$firstarg" "$@" && exit 0 ############################################## puf-1.0.0/Makefile.in-228- else file=$$i; fi; \ puf-1.0.0/Makefile.in:229: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ puf-1.0.0/Makefile.in-230- case "$$ext" in \ ############################################## puf-1.0.0/Makefile.in-233- esac; \ puf-1.0.0/Makefile.in:234: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ puf-1.0.0/Makefile.in:235: inst=`echo $$inst | sed -e 's/^.*\///'`; \ puf-1.0.0/Makefile.in:236: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ puf-1.0.0/Makefile.in-237- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ ############################################## puf-1.0.0/Makefile.in-249- for i in $$list; do \ puf-1.0.0/Makefile.in:250: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ puf-1.0.0/Makefile.in-251- case "$$ext" in \ ############################################## puf-1.0.0/Makefile.in-254- esac; \ puf-1.0.0/Makefile.in:255: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ puf-1.0.0/Makefile.in:256: inst=`echo $$inst | sed -e 's/^.*\///'`; \ puf-1.0.0/Makefile.in:257: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ puf-1.0.0/Makefile.in-258- echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ ############################################## puf-1.0.0/Makefile.in-276- dot_seen=no; \ puf-1.0.0/Makefile.in:277: target=`echo $@ | sed s/-recursive//`; \ puf-1.0.0/Makefile.in-278- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## puf-1.0.0/Makefile.in-312- rev="$$rev ."; \ puf-1.0.0/Makefile.in:313: target=`echo $@ | sed s/-recursive//`; \ puf-1.0.0/Makefile.in-314- for subdir in $$rev; do \ ############################################## puf-1.0.0/Makefile.in-386-GTAGS: puf-1.0.0/Makefile.in:387: here=`$(am__cd) $(top_builddir) && pwd` \ puf-1.0.0/Makefile.in-388- && cd $(top_srcdir) \ ############################################## puf-1.0.0/Makefile.in-397- $(mkdir_p) $(distdir)/. puf-1.0.0/Makefile.in:398: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ puf-1.0.0/Makefile.in:399: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ puf-1.0.0/Makefile.in-400- list='$(DISTFILES)'; for file in $$list; do \ puf-1.0.0/Makefile.in-401- case $$file in \ puf-1.0.0/Makefile.in:402: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ puf-1.0.0/Makefile.in:403: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ puf-1.0.0/Makefile.in-404- esac; \ puf-1.0.0/Makefile.in-405- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ puf-1.0.0/Makefile.in:406: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ puf-1.0.0/Makefile.in-407- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## puf-1.0.0/Makefile.in-428- || exit 1; \ puf-1.0.0/Makefile.in:429: distdir=`$(am__cd) $(distdir) && pwd`; \ puf-1.0.0/Makefile.in:430: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ puf-1.0.0/Makefile.in-431- (cd $$subdir && \ ############################################## puf-1.0.0/Makefile.in-488- chmod a-w $(distdir) puf-1.0.0/Makefile.in:489: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ puf-1.0.0/Makefile.in-490- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## puf-1.0.0/Makefile.in-519- @cd $(distuninstallcheck_dir) \ puf-1.0.0/Makefile.in:520: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ puf-1.0.0/Makefile.in-521- || { echo "ERROR: files left after uninstall:" ; \ ############################################## puf-1.0.0/Makefile.in-531- fi puf-1.0.0/Makefile.in:532: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ puf-1.0.0/Makefile.in-533- || { echo "ERROR: files left in build directory after distclean:" ; \