=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== webmagick-2.02/Makefile.in-135- if test -f $$p; then \ webmagick-2.02/Makefile.in:136: echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ webmagick-2.02/Makefile.in:137: $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ webmagick-2.02/Makefile.in-138- else if test -f $(srcdir)/$$p; then \ webmagick-2.02/Makefile.in:139: echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ webmagick-2.02/Makefile.in:140: $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ webmagick-2.02/Makefile.in-141- else :; fi; fi; \ ############################################## webmagick-2.02/Makefile.in-146- list='$(bin_SCRIPTS)'; for p in $$list; do \ webmagick-2.02/Makefile.in:147: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ webmagick-2.02/Makefile.in-148- done ############################################## webmagick-2.02/Makefile.in-163- dot_seen=no; \ webmagick-2.02/Makefile.in:164: target=`echo $@ | sed s/-recursive//`; \ webmagick-2.02/Makefile.in-165- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## webmagick-2.02/Makefile.in-188- test "$$dot_seen" = "no" && rev=". $$rev"; \ webmagick-2.02/Makefile.in:189: target=`echo $@ | sed s/-recursive//`; \ webmagick-2.02/Makefile.in-190- for subdir in $$rev; do \ ############################################## webmagick-2.02/Makefile.in-249- mkdir $(distdir)/=inst webmagick-2.02/Makefile.in:250: dc_install_base=`cd $(distdir)/=inst && pwd`; \ webmagick-2.02/Makefile.in-251- cd $(distdir)/=build \ ############################################## webmagick-2.02/Makefile.in-260- @banner="$(distdir).tar.gz is ready for distribution"; \ webmagick-2.02/Makefile.in:261: dashes=`echo "$$banner" | sed s/./=/g`; \ webmagick-2.02/Makefile.in-262- echo "$$dashes"; \ ############################################## webmagick-2.02/aclocal.m4-28-dnl test to see if srcdir already configured webmagick-2.02/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then webmagick-2.02/aclocal.m4-30- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) ############################################## webmagick-2.02/aclocal.m4-37-dnl FIXME This is truly gross. webmagick-2.02/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd` webmagick-2.02/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) ############################################## webmagick-2.02/aclocal.m4-60-if ( webmagick-2.02/aclocal.m4:61: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` webmagick-2.02/aclocal.m4-62- if test "[$]*" = "X"; then webmagick-2.02/aclocal.m4-63- # -L didn't work. webmagick-2.02/aclocal.m4:64: set X `ls -t $srcdir/configure conftestfile` webmagick-2.02/aclocal.m4-65- fi ############################################## webmagick-2.02/configure-67- case "$ac_option" in webmagick-2.02/configure:68: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; webmagick-2.02/configure-69- *) ac_optarg= ;; ############################################## webmagick-2.02/configure-99- -disable-* | --disable-*) webmagick-2.02/configure:100: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` webmagick-2.02/configure-101- # Reject names that are not valid shell variable names. webmagick-2.02/configure:102: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then webmagick-2.02/configure-103- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } webmagick-2.02/configure-104- fi webmagick-2.02/configure:105: ac_feature=`echo $ac_feature| sed 's/-/_/g'` webmagick-2.02/configure-106- eval "enable_${ac_feature}=no" ;; ############################################## webmagick-2.02/configure-108- -enable-* | --enable-*) webmagick-2.02/configure:109: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` webmagick-2.02/configure-110- # Reject names that are not valid shell variable names. webmagick-2.02/configure:111: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then webmagick-2.02/configure-112- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } webmagick-2.02/configure-113- fi webmagick-2.02/configure:114: ac_feature=`echo $ac_feature| sed 's/-/_/g'` webmagick-2.02/configure-115- case "$ac_option" in ############################################## webmagick-2.02/configure-339- -with-* | --with-*) webmagick-2.02/configure:340: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` webmagick-2.02/configure-341- # Reject names that are not valid shell variable names. webmagick-2.02/configure:342: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then webmagick-2.02/configure-343- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } webmagick-2.02/configure-344- fi webmagick-2.02/configure:345: ac_package=`echo $ac_package| sed 's/-/_/g'` webmagick-2.02/configure-346- case "$ac_option" in ############################################## webmagick-2.02/configure-352- -without-* | --without-*) webmagick-2.02/configure:353: ac_package=`echo $ac_option|sed -e 's/-*without-//'` webmagick-2.02/configure-354- # Reject names that are not valid shell variable names. webmagick-2.02/configure:355: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then webmagick-2.02/configure-356- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } webmagick-2.02/configure-357- fi webmagick-2.02/configure:358: ac_package=`echo $ac_package| sed 's/-/_/g'` webmagick-2.02/configure-359- eval "with_${ac_package}=no" ;; ############################################## webmagick-2.02/configure-382- *) webmagick-2.02/configure:383: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then webmagick-2.02/configure-384- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## webmagick-2.02/configure-395-if test -n "$ac_prev"; then webmagick-2.02/configure:396: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } webmagick-2.02/configure-397-fi ############################################## webmagick-2.02/configure-460- ac_prog=$0 webmagick-2.02/configure:461: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` webmagick-2.02/configure-462- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## webmagick-2.02/configure-476-fi webmagick-2.02/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` webmagick-2.02/configure-478- ############################################## webmagick-2.02/configure-556-if test -z "$INSTALL"; then webmagick-2.02/configure:557:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then webmagick-2.02/configure-558- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-617-if ( webmagick-2.02/configure:618: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` webmagick-2.02/configure-619- if test "$*" = "X"; then webmagick-2.02/configure-620- # -L didn't work. webmagick-2.02/configure:621: set X `ls -t $srcdir/configure conftestfile` webmagick-2.02/configure-622- fi ############################################## webmagick-2.02/configure-651-EOF_SED webmagick-2.02/configure:652: program_transform_name="`echo $program_transform_name|sed -f conftestsed`" webmagick-2.02/configure-653- rm -f conftestsed ############################################## webmagick-2.02/configure-665-echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5 webmagick-2.02/configure:666:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` webmagick-2.02/configure:667:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then webmagick-2.02/configure-668- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-674-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. webmagick-2.02/configure:675:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` webmagick-2.02/configure-676-if test -n "$ac_maketemp"; then ############################################## webmagick-2.02/configure-682-fi webmagick-2.02/configure:683:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then webmagick-2.02/configure-684- echo "$ac_t""yes" 1>&6 ############################################## webmagick-2.02/configure-695- webmagick-2.02/configure:696:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then webmagick-2.02/configure-697- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } ############################################## webmagick-2.02/configure-701- webmagick-2.02/configure:702:missing_dir=`cd $ac_aux_dir && pwd` webmagick-2.02/configure-703-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ############################################## webmagick-2.02/configure-781-if ( webmagick-2.02/configure:782: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` webmagick-2.02/configure-783- if test "$*" = "X"; then webmagick-2.02/configure-784- # -L didn't work. webmagick-2.02/configure:785: set X `ls -t $srcdir/configure conftestfile` webmagick-2.02/configure-786- fi ############################################## webmagick-2.02/configure-824-if test -z "$INSTALL"; then webmagick-2.02/configure:825:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then webmagick-2.02/configure-826- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-878-echo "configure:879: checking for $ac_word" >&5 webmagick-2.02/configure:879:if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then webmagick-2.02/configure-880- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-918-echo "configure:919: checking for RGB database" >&5 webmagick-2.02/configure:919:if eval "test \"`echo '$''{'webmagick_cv_x_rgbdb'+set}'`\" = set"; then webmagick-2.02/configure-920- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-985-echo "configure:986: checking for $ac_word" >&5 webmagick-2.02/configure:986:if eval "test \"`echo '$''{'ac_cv_path_XLSFONTS'+set}'`\" = set"; then webmagick-2.02/configure-987- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1021-echo "configure:1022: checking for default font" >&5 webmagick-2.02/configure:1022:if eval "test \"`echo '$''{'webmagick_cv_defaultfont'+set}'`\" = set"; then webmagick-2.02/configure-1023- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1094-echo "configure:1095: checking for server root path" >&5 webmagick-2.02/configure:1095:if eval "test \"`echo '$''{'webmagick_cv_rootpath'+set}'`\" = set"; then webmagick-2.02/configure-1096- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1125-echo "configure:1126: checking for WebMagick icon path" >&5 webmagick-2.02/configure:1126:if eval "test \"`echo '$''{'webmagick_cv_iconpath'+set}'`\" = set"; then webmagick-2.02/configure-1127- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1159-echo "configure:1160: checking for URL prefix" >&5 webmagick-2.02/configure:1160:if eval "test \"`echo '$''{'webmagick_cv_prefixpath'+set}'`\" = set"; then webmagick-2.02/configure-1161- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1189-echo "configure:1190: checking for imagemap program" >&5 webmagick-2.02/configure:1190:if eval "test \"`echo '$''{'webmagick_cv_htimage'+set}'`\" = set"; then webmagick-2.02/configure-1191- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1225-echo "configure:1226: checking for server-side imagemap format" >&5 webmagick-2.02/configure:1226:if eval "test \"`echo '$''{'webmagick_cv_maptype'+set}'`\" = set"; then webmagick-2.02/configure-1227- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## webmagick-2.02/configure-1238-read webmagick_cv_maptype webmagick-2.02/configure:1239:webmagick_cv_maptype=`echo $webmagick_cv_maptype | tr 'A-Z' 'a-z'` webmagick-2.02/configure-1240- ############################################## webmagick-2.02/configure-1442- fi webmagick-2.02/configure:1443: ac_file=`expr $ac_file + 1` webmagick-2.02/configure-1444- ac_beg=$ac_end webmagick-2.02/configure:1445: ac_end=`expr $ac_end + $ac_max_sed_cmds` webmagick-2.02/configure-1446- fi ############################################## webmagick-2.02/configure-1461- case "$ac_file" in webmagick-2.02/configure:1462: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` webmagick-2.02/configure:1463: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; webmagick-2.02/configure-1464- *) ac_file_in="${ac_file}.in" ;; ############################################## webmagick-2.02/configure-1469- # Remove last slash and all that follows it. Not all systems have dirname. webmagick-2.02/configure:1470: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` webmagick-2.02/configure-1471- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## webmagick-2.02/configure-1473- test ! -d "$ac_dir" && mkdir "$ac_dir" webmagick-2.02/configure:1474: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" webmagick-2.02/configure-1475- # A "../" for each directory in $ac_dir_suffix. webmagick-2.02/configure:1476: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` webmagick-2.02/configure-1477- else ############################################## webmagick-2.02/configure-1483- if test -z "$ac_dots"; then top_srcdir=. webmagick-2.02/configure:1484: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; webmagick-2.02/configure-1485- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## webmagick-2.02/configure-1497- rm -f "$ac_file" webmagick-2.02/configure:1498: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." webmagick-2.02/configure-1499- case "$ac_file" in ############################################## webmagick-2.02/configure-1504- webmagick-2.02/configure:1505: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` webmagick-2.02/configure-1506- sed -e "$ac_comsub ############################################## webmagick-2.02/configure.in-274-dnl Lower case string webmagick-2.02/configure.in:275:webmagick_cv_maptype=`echo $webmagick_cv_maptype | tr '[A-Z]' '[a-z]'` webmagick-2.02/configure.in-276-]) ############################################## webmagick-2.02/install-sh-73- webmagick-2.02/install-sh:74: -t=*) transformarg=`echo $1 | sed 's/-t=//'` webmagick-2.02/install-sh-75- shift ############################################## webmagick-2.02/install-sh-77- webmagick-2.02/install-sh:78: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` webmagick-2.02/install-sh-79- shift ############################################## webmagick-2.02/install-sh-138- then webmagick-2.02/install-sh:139: dst="$dst"/`basename $src` webmagick-2.02/install-sh-140- else ############################################## webmagick-2.02/install-sh-145-## this sed command emulates the dirname command webmagick-2.02/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` webmagick-2.02/install-sh-147- ############################################## webmagick-2.02/install-sh-159-IFS='%' webmagick-2.02/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` webmagick-2.02/install-sh-161-IFS="${oIFS}" ############################################## webmagick-2.02/install-sh-193- then webmagick-2.02/install-sh:194: dstfile=`basename $dst` webmagick-2.02/install-sh-195- else ############################################## webmagick-2.02/install-sh-203- then webmagick-2.02/install-sh:204: dstfile=`basename $dst` webmagick-2.02/install-sh-205- else ############################################## webmagick-2.02/missing-119- *.y) webmagick-2.02/missing:120: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` webmagick-2.02/missing-121- if [ -f "$SRCFILE" ]; then ############################################## webmagick-2.02/missing-123- fi webmagick-2.02/missing:124: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` webmagick-2.02/missing-125- if [ -f "$SRCFILE" ]; then ############################################## webmagick-2.02/missing-149- *.l) webmagick-2.02/missing:150: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` webmagick-2.02/missing-151- if [ -f "$SRCFILE" ]; then ############################################## webmagick-2.02/missing-169- the \`GNU make' package. Grab either from any GNU archive site." webmagick-2.02/missing:170: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` webmagick-2.02/missing-171- if test -z "$file"; then webmagick-2.02/missing:172: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` webmagick-2.02/missing:173: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` webmagick-2.02/missing-174- fi ############################################## webmagick-2.02/mkinstalldirs-12-do webmagick-2.02/mkinstalldirs:13: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` webmagick-2.02/mkinstalldirs-14- shift ############################################## webmagick-2.02/webmagick.in-4263- print( "Sourcing ${rc}\n" ) if $opt_debug; webmagick-2.02/webmagick.in:4264: eval ( get_rc($rc) ); webmagick-2.02/webmagick.in-4265- if( $@ ) { ############################################## webmagick-2.02/webmagick.in-4298- webmagick-2.02/webmagick.in:4299: $val = eval ( $val ); webmagick-2.02/webmagick.in-4300- if ( $@ ) { ############################################## webmagick-2.02/doc/Makefile.in-130- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:131: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-132- ############################################## webmagick-2.02/doc/Makefile.in-139- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:140: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-141- ############################################## webmagick-2.02/doc/Makefile.in-144- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:145: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-146- ############################################## webmagick-2.02/doc/Makefile.in-149- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:150: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-151- ############################################## webmagick-2.02/doc/Makefile.in-158- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:159: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-160- ############################################## webmagick-2.02/doc/Makefile.in-167- cd $(srcdir) \ webmagick-2.02/doc/Makefile.in:168: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` webmagick-2.02/doc/Makefile.in-169-.dvi.ps: ############################################## webmagick-2.02/doc/Makefile.in-177- d=$(srcdir); \ webmagick-2.02/doc/Makefile.in:178: for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ webmagick-2.02/doc/Makefile.in-179- if test -f $$d/$$ifile; then \ ############################################## webmagick-2.02/doc/Makefile.in-213- d=$(srcdir); \ webmagick-2.02/doc/Makefile.in:214: for file in `cd $$d && eval echo $$base*`; do \ webmagick-2.02/doc/Makefile.in-215- test -f $(distdir)/$$file \ ############################################## webmagick-2.02/doc/Makefile.in-234- rm -f $$i; \ webmagick-2.02/doc/Makefile.in:235: if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ webmagick-2.02/doc/Makefile.in-236- rm -f $$i-[0-9]*; \ ############################################## webmagick-2.02/doc/Makefile.in-250- else file=$$i; fi; \ webmagick-2.02/doc/Makefile.in:251: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ webmagick-2.02/doc/Makefile.in:252: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ webmagick-2.02/doc/Makefile.in:253: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ webmagick-2.02/doc/Makefile.in-254- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## webmagick-2.02/doc/Makefile.in-265- for i in $$list; do \ webmagick-2.02/doc/Makefile.in:266: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ webmagick-2.02/doc/Makefile.in:267: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ webmagick-2.02/doc/Makefile.in:268: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ webmagick-2.02/doc/Makefile.in-269- echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## webmagick-2.02/doc/Makefile.in-292- dot_seen=no; \ webmagick-2.02/doc/Makefile.in:293: target=`echo $@ | sed s/-recursive//`; \ webmagick-2.02/doc/Makefile.in-294- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## webmagick-2.02/doc/Makefile.in-317- test "$$dot_seen" = "no" && rev=". $$rev"; \ webmagick-2.02/doc/Makefile.in:318: target=`echo $@ | sed s/-recursive//`; \ webmagick-2.02/doc/Makefile.in-319- for subdir in $$rev; do \ ############################################## webmagick-2.02/doc/texinfo.tex-3685- \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 webmagick-2.02/doc/texinfo.tex:3686: \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 webmagick-2.02/doc/texinfo.tex-3687- \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie ############################################## webmagick-2.02/doc/texinfo.tex-5472-% makes sure that the current font starts out as the newly loaded cmr10 webmagick-2.02/doc/texinfo.tex:5473:@catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other webmagick-2.02/doc/texinfo.tex-5474- ############################################## webmagick-2.02/doc/webmagick.info-1-286- In general, WebMagick's defaults produce nice output. However, the webmagick-2.02/doc/webmagick.info-1:287:options `$opt_prefixpath' (*note Root Prefix::), `$opt_rootpath' (*note webmagick-2.02/doc/webmagick.info-1-288-Server Root Path::), `$opt_iconpath' (*note Icon Location::), webmagick-2.02/doc/webmagick.info-1:289:`$opt_htimage' (*note Imagemap Program::), and `$opt_maptype' (*note webmagick-2.02/doc/webmagick.info-1-290-Imagemap Type::) must be configured on a per-site basis so please read ############################################## webmagick-2.02/doc/webmagick.info-1-456- webmagick-2.02/doc/webmagick.info-1:457: If `$opt_prune' is set in a directory's `.webmagickrc' file (default webmagick-2.02/doc/webmagick.info-1-458-off), then sub-directories below that directory will not be processed by ############################################## webmagick-2.02/doc/webmagick.info-1-471- webmagick-2.02/doc/webmagick.info-1:472: If `$opt_ignore' is set in a directory's `.webmagickrc' file (default webmagick-2.02/doc/webmagick.info-1-473-off), then that directory will not be processed (but will still be ############################################## webmagick-2.02/doc/webmagick.info-2-287- webmagick-2.02/doc/webmagick.info-2:288: Available only when also using `$opt_javascript' and `$opt_tables', webmagick-2.02/doc/webmagick.info-2-289-Allow Configuration gives the user the option to select their own frame ############################################## webmagick-2.02/doc/webmagick.info-2-382- Specify the handling of a README file. If the file designated by webmagick-2.02/doc/webmagick.info-2:383:`$opt_readme' exists (default `README.html') then make it the first webmagick-2.02/doc/webmagick.info-2-384-page seen when the user enters a directory. Regardless of this option, ############################################## webmagick-2.02/doc/webmagick.info-2-1224- The configure script will ask you questions to provide definitions of webmagick-2.02/doc/webmagick.info-2:1225:`$opt_prefixpath', `$opt_rootpath', `$opt_iconpath', `$opt_htimage', webmagick-2.02/doc/webmagick.info-2:1226:and `$opt_maptype' in the `webmagick' script and the sample webmagick-2.02/doc/webmagick.info-2-1227-`webmagickrc' file. Read the Introduction section of this manual to ############################################## webmagick-2.02/utils/aub-168-} elsif (-r $nntpserver_file) { webmagick-2.02/utils/aub:169: chop($defserver = `$CAT $nntpserver_file 2>/dev/null`); webmagick-2.02/utils/aub-170- $defserver = $1 if ($defserver =~ m/^([^\n]+)\n/); ############################################## webmagick-2.02/utils/aub-361- webmagick-2.02/utils/aub:362: #`$ECHO "$sl" 2>/dev/null | $aub_hook >/dev/null 2>/dev/null`; webmagick-2.02/utils/aub:363: `$ECHO "$sl" 2>/dev/null | $aub_hook >/dev/null`; webmagick-2.02/utils/aub-364- ############################################## webmagick-2.02/utils/aub-636- webmagick-2.02/utils/aub:637: `$MV '$temp_decode_file' '$real_name' >/dev/null 2>&1`; webmagick-2.02/utils/aub-638- print DESC $desc_text if ($aub_desc); # Print only if we decode ############################################## webmagick-2.02/utils/aub-1082- if ($file =~ m/\./) { webmagick-2.02/utils/aub:1083: $head = $`; # Though $' and $` look similar webmagick-2.02/utils/aub-1084- $tail = $'; # one's forward, one's backward ############################################## webmagick-2.02/utils/aub-1098- webmagick-2.02/utils/aub:1099: `$cmd`; webmagick-2.02/utils/aub-1100-} ############################################## webmagick-2.02/utils/aub-1526- webmagick-2.02/utils/aub:1527: `$ECHO "$$" >> $aub_lock 2>/dev/null`; webmagick-2.02/utils/aub-1528- ############################################## webmagick-2.02/utils/aub-1561- webmagick-2.02/utils/aub:1562: chop($s1 = `$SUM '$f1'`); # Compute checksums webmagick-2.02/utils/aub:1563: chop($s2 = `$SUM '$f2'`); webmagick-2.02/utils/aub-1564- ############################################## webmagick-2.02/utils/aub-1594- return $pg if ($pg =~ m/^\//); # Absolute paths know best webmagick-2.02/utils/aub:1595: chop($try = `which $pg`); webmagick-2.02/utils/aub-1596- return $try if ($try =~ m/^\//); webmagick-2.02/utils/aub-1597- webmagick-2.02/utils/aub:1598: chop($try = `whereis $pg`); webmagick-2.02/utils/aub-1599- if ($try =~ m/^$pg:\s+\//) { ############################################## webmagick-2.02/utils/lndir-65- webmagick-2.02/utils/lndir:66:if [ `(cd $DIRFROM; pwd)` = $pwd ] webmagick-2.02/utils/lndir-67-then ############################################## webmagick-2.02/utils/lndir-71- webmagick-2.02/utils/lndir:72:for file in `ls $DIRFROM` webmagick-2.02/utils/lndir-73-do ############################################## webmagick-2.02/utils/lndir-87- esac webmagick-2.02/utils/lndir:88: if [ `(cd $DIRFROM/$file; pwd)` = $pwd ] webmagick-2.02/utils/lndir-89- then ############################################## webmagick-2.02/utils/help2man-39-my $help_info = <<EOT; webmagick-2.02/utils/help2man:40:`$this_program' generates a man page out of `--help' and `--version' output. webmagick-2.02/utils/help2man-41- ############################################## webmagick-2.02/utils/help2man-127-# Grab help and version paragraphs from executable webmagick-2.02/utils/help2man:128:my @help = split /\n\n+/, `$ARGV[0] --help 2>/dev/null` webmagick-2.02/utils/help2man-129- or die "$this_program: can't get `--help' info from $ARGV[0]\n"; webmagick-2.02/utils/help2man-130- webmagick-2.02/utils/help2man:131:my @version = split /\n\n+/, `$ARGV[0] --version 2>/dev/null` webmagick-2.02/utils/help2man-132- or die "$this_program: can't get `--version' info from $ARGV[0]\n"; ############################################## webmagick-2.02/utils/texi2html-452- print "# reading extensions from $extensions\n" if $verbose; webmagick-2.02/utils/texi2html:453: require($extensions); webmagick-2.02/utils/texi2html-454-} ############################################## webmagick-2.02/utils/texi2html-459- print "# reading extensions from $extensions\n" if $verbose; webmagick-2.02/utils/texi2html:460: require($extensions); webmagick-2.02/utils/texi2html-461- } ############################################## webmagick-2.02/utils/texi2html-517-} webmagick-2.02/utils/texi2html:518:eval("sub simple_substitutions { $subst_code }"); webmagick-2.02/utils/texi2html-519- ############################################## webmagick-2.02/utils/texi2html-685- if (/^\@$tag\s+(\w)\w\s+(\w)\w\s*$/) { webmagick-2.02/utils/texi2html:686: eval("*${1}index = *${2}index"); webmagick-2.02/utils/texi2html-687- } else { ############################################## webmagick-2.02/utils/texi2html-1133- } webmagick-2.02/utils/texi2html:1134: eval("*ary = *$index"); webmagick-2.02/utils/texi2html-1135- @keys = keys(%ary); ############################################## webmagick-2.02/utils/texi2html-1237- ($nn, $_, $in) = @args; webmagick-2.02/utils/texi2html:1238: $_ = "${before}${type} file `$in', node `$nn'$after"; webmagick-2.02/utils/texi2html-1239- } elsif ($sec) {