=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== aview-1.3.0rc1/Makefile.in-174- if test -f $$p; then \ aview-1.3.0rc1/Makefile.in:175: echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ aview-1.3.0rc1/Makefile.in:176: $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ aview-1.3.0rc1/Makefile.in-177- else :; fi; \ ############################################## aview-1.3.0rc1/Makefile.in-182- list='$(bin_PROGRAMS)'; for p in $$list; do \ aview-1.3.0rc1/Makefile.in:183: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ aview-1.3.0rc1/Makefile.in-184- done ############################################## aview-1.3.0rc1/Makefile.in-217- if test -f $$p; then \ aview-1.3.0rc1/Makefile.in:218: echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ aview-1.3.0rc1/Makefile.in:219: $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ aview-1.3.0rc1/Makefile.in-220- else if test -f $(srcdir)/$$p; then \ aview-1.3.0rc1/Makefile.in:221: echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ aview-1.3.0rc1/Makefile.in:222: $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ aview-1.3.0rc1/Makefile.in-223- else :; fi; fi; \ ############################################## aview-1.3.0rc1/Makefile.in-228- list='$(bin_SCRIPTS)'; for p in $$list; do \ aview-1.3.0rc1/Makefile.in:229: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ aview-1.3.0rc1/Makefile.in-230- done ############################################## aview-1.3.0rc1/Makefile.in-242- else file=$$i; fi; \ aview-1.3.0rc1/Makefile.in:243: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ aview-1.3.0rc1/Makefile.in:244: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ aview-1.3.0rc1/Makefile.in:245: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ aview-1.3.0rc1/Makefile.in-246- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## aview-1.3.0rc1/Makefile.in-257- for i in $$list; do \ aview-1.3.0rc1/Makefile.in:258: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ aview-1.3.0rc1/Makefile.in:259: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ aview-1.3.0rc1/Makefile.in:260: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ aview-1.3.0rc1/Makefile.in-261- echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## aview-1.3.0rc1/Makefile.in-310- mkdir $(distdir)/=inst aview-1.3.0rc1/Makefile.in:311: dc_install_base=`cd $(distdir)/=inst && pwd`; \ aview-1.3.0rc1/Makefile.in-312- cd $(distdir)/=build \ ############################################## aview-1.3.0rc1/Makefile.in-321- @banner="$(distdir).tar.gz is ready for distribution"; \ aview-1.3.0rc1/Makefile.in:322: dashes=`echo "$$banner" | sed s/./=/g`; \ aview-1.3.0rc1/Makefile.in-323- echo "$$dashes"; \ ############################################## aview-1.3.0rc1/aclocal.m4-28-dnl test to see if srcdir already configured aview-1.3.0rc1/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then aview-1.3.0rc1/aclocal.m4-30- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) ############################################## aview-1.3.0rc1/aclocal.m4-37-dnl FIXME This is truly gross. aview-1.3.0rc1/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd` aview-1.3.0rc1/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) ############################################## aview-1.3.0rc1/aclocal.m4-60-if ( aview-1.3.0rc1/aclocal.m4:61: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` aview-1.3.0rc1/aclocal.m4-62- if test "[$]*" = "X"; then aview-1.3.0rc1/aclocal.m4-63- # -L didn't work. aview-1.3.0rc1/aclocal.m4:64: set X `ls -t $srcdir/configure conftestfile` aview-1.3.0rc1/aclocal.m4-65- fi ############################################## aview-1.3.0rc1/aclocal.m4-120- *" <<$>>am_file "*<<)>> aview-1.3.0rc1/aclocal.m4:121: echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx aview-1.3.0rc1/aclocal.m4-122- ;; aview-1.3.0rc1/aclocal.m4-123- esac aview-1.3.0rc1/aclocal.m4:124: am_indx=`expr "<<$>>am_indx" + 1` aview-1.3.0rc1/aclocal.m4-125-done<<>>dnl>>) ############################################## aview-1.3.0rc1/aclocal.m4-169- else aview-1.3.0rc1/aclocal.m4:170: AALIB_CFLAGS=`$AALIB_CONFIG $aalibconf_args --cflags` aview-1.3.0rc1/aclocal.m4:171: AALIB_LIBS=`$AALIB_CONFIG $aalibconf_args --libs` aview-1.3.0rc1/aclocal.m4-172- ############################################## aview-1.3.0rc1/configure-73- case "$ac_option" in aview-1.3.0rc1/configure:74: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; aview-1.3.0rc1/configure-75- *) ac_optarg= ;; ############################################## aview-1.3.0rc1/configure-105- -disable-* | --disable-*) aview-1.3.0rc1/configure:106: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` aview-1.3.0rc1/configure-107- # Reject names that are not valid shell variable names. aview-1.3.0rc1/configure:108: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then aview-1.3.0rc1/configure-109- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } aview-1.3.0rc1/configure-110- fi aview-1.3.0rc1/configure:111: ac_feature=`echo $ac_feature| sed 's/-/_/g'` aview-1.3.0rc1/configure-112- eval "enable_${ac_feature}=no" ;; ############################################## aview-1.3.0rc1/configure-114- -enable-* | --enable-*) aview-1.3.0rc1/configure:115: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` aview-1.3.0rc1/configure-116- # Reject names that are not valid shell variable names. aview-1.3.0rc1/configure:117: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then aview-1.3.0rc1/configure-118- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } aview-1.3.0rc1/configure-119- fi aview-1.3.0rc1/configure:120: ac_feature=`echo $ac_feature| sed 's/-/_/g'` aview-1.3.0rc1/configure-121- case "$ac_option" in ############################################## aview-1.3.0rc1/configure-345- -with-* | --with-*) aview-1.3.0rc1/configure:346: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` aview-1.3.0rc1/configure-347- # Reject names that are not valid shell variable names. aview-1.3.0rc1/configure:348: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then aview-1.3.0rc1/configure-349- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } aview-1.3.0rc1/configure-350- fi aview-1.3.0rc1/configure:351: ac_package=`echo $ac_package| sed 's/-/_/g'` aview-1.3.0rc1/configure-352- case "$ac_option" in ############################################## aview-1.3.0rc1/configure-358- -without-* | --without-*) aview-1.3.0rc1/configure:359: ac_package=`echo $ac_option|sed -e 's/-*without-//'` aview-1.3.0rc1/configure-360- # Reject names that are not valid shell variable names. aview-1.3.0rc1/configure:361: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then aview-1.3.0rc1/configure-362- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } aview-1.3.0rc1/configure-363- fi aview-1.3.0rc1/configure:364: ac_package=`echo $ac_package| sed 's/-/_/g'` aview-1.3.0rc1/configure-365- eval "with_${ac_package}=no" ;; ############################################## aview-1.3.0rc1/configure-388- *) aview-1.3.0rc1/configure:389: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then aview-1.3.0rc1/configure-390- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## aview-1.3.0rc1/configure-401-if test -n "$ac_prev"; then aview-1.3.0rc1/configure:402: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } aview-1.3.0rc1/configure-403-fi ############################################## aview-1.3.0rc1/configure-466- ac_prog=$0 aview-1.3.0rc1/configure:467: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` aview-1.3.0rc1/configure-468- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## aview-1.3.0rc1/configure-482-fi aview-1.3.0rc1/configure:483:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` aview-1.3.0rc1/configure-484- ############################################## aview-1.3.0rc1/configure-562-if test -z "$INSTALL"; then aview-1.3.0rc1/configure:563:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then aview-1.3.0rc1/configure-564- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-623-if ( aview-1.3.0rc1/configure:624: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` aview-1.3.0rc1/configure-625- if test "$*" = "X"; then aview-1.3.0rc1/configure-626- # -L didn't work. aview-1.3.0rc1/configure:627: set X `ls -t $srcdir/configure conftestfile` aview-1.3.0rc1/configure-628- fi ############################################## aview-1.3.0rc1/configure-657-EOF_SED aview-1.3.0rc1/configure:658: program_transform_name="`echo $program_transform_name|sed -f conftestsed`" aview-1.3.0rc1/configure-659- rm -f conftestsed ############################################## aview-1.3.0rc1/configure-671-echo "configure:672: checking whether ${MAKE-make} sets \${MAKE}" >&5 aview-1.3.0rc1/configure:672:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` aview-1.3.0rc1/configure:673:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then aview-1.3.0rc1/configure-674- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-680-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. aview-1.3.0rc1/configure:681:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` aview-1.3.0rc1/configure-682-if test -n "$ac_maketemp"; then ############################################## aview-1.3.0rc1/configure-688-fi aview-1.3.0rc1/configure:689:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then aview-1.3.0rc1/configure-690- echo "$ac_t""yes" 1>&6 ############################################## aview-1.3.0rc1/configure-701- aview-1.3.0rc1/configure:702:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then aview-1.3.0rc1/configure-703- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } ############################################## aview-1.3.0rc1/configure-714- aview-1.3.0rc1/configure:715:missing_dir=`cd $ac_aux_dir && pwd` aview-1.3.0rc1/configure-716-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-790-echo "configure:791: checking for $ac_word" >&5 aview-1.3.0rc1/configure:791:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aview-1.3.0rc1/configure-792- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-820-echo "configure:821: checking for $ac_word" >&5 aview-1.3.0rc1/configure:821:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aview-1.3.0rc1/configure-822- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-871-echo "configure:872: checking for $ac_word" >&5 aview-1.3.0rc1/configure:872:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aview-1.3.0rc1/configure-873- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-950-echo "configure:951: checking whether we are using GNU C" >&5 aview-1.3.0rc1/configure:951:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then aview-1.3.0rc1/configure-952- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-978-echo "configure:979: checking whether ${CC-cc} accepts -g" >&5 aview-1.3.0rc1/configure:979:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then aview-1.3.0rc1/configure-980- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-982- echo 'void f(){}' > conftest.c aview-1.3.0rc1/configure:983:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then aview-1.3.0rc1/configure-984- ac_cv_prog_cc_g=yes ############################################## aview-1.3.0rc1/configure-1022-if test -z "$INSTALL"; then aview-1.3.0rc1/configure:1023:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then aview-1.3.0rc1/configure-1024- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1079-if test -z "$CPP"; then aview-1.3.0rc1/configure:1080:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then aview-1.3.0rc1/configure-1081- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1095-{ (eval echo configure:1096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } aview-1.3.0rc1/configure:1096:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` aview-1.3.0rc1/configure-1097-if test -z "$ac_err"; then ############################################## aview-1.3.0rc1/configure-1112-{ (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } aview-1.3.0rc1/configure:1113:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` aview-1.3.0rc1/configure-1114-if test -z "$ac_err"; then ############################################## aview-1.3.0rc1/configure-1129-{ (eval echo configure:1130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } aview-1.3.0rc1/configure:1130:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` aview-1.3.0rc1/configure-1131-if test -z "$ac_err"; then ############################################## aview-1.3.0rc1/configure-1154-echo "configure:1155: checking for ANSI C header files" >&5 aview-1.3.0rc1/configure:1155:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then aview-1.3.0rc1/configure-1156- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1167-{ (eval echo configure:1168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } aview-1.3.0rc1/configure:1168:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` aview-1.3.0rc1/configure-1169-if test -z "$ac_err"; then ############################################## aview-1.3.0rc1/configure-1259-echo "configure:1260: checking whether ${MAKE-make} sets \${MAKE}" >&5 aview-1.3.0rc1/configure:1260:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` aview-1.3.0rc1/configure:1261:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then aview-1.3.0rc1/configure-1262- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1268-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. aview-1.3.0rc1/configure:1269:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` aview-1.3.0rc1/configure-1270-if test -n "$ac_maketemp"; then ############################################## aview-1.3.0rc1/configure-1276-fi aview-1.3.0rc1/configure:1277:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then aview-1.3.0rc1/configure-1278- echo "$ac_t""yes" 1>&6 ############################################## aview-1.3.0rc1/configure-1289-echo "configure:1290: checking for $ac_func" >&5 aview-1.3.0rc1/configure:1290:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then aview-1.3.0rc1/configure-1291- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1328- aview-1.3.0rc1/configure:1329:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then aview-1.3.0rc1/configure-1330- echo "$ac_t""yes" 1>&6 aview-1.3.0rc1/configure:1331: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` aview-1.3.0rc1/configure-1332- cat >> confdefs.h <<EOF ############################################## aview-1.3.0rc1/configure-1382-echo "configure:1383: checking for $ac_word" >&5 aview-1.3.0rc1/configure:1383:if eval "test \"`echo '$''{'ac_cv_path_AALIB_CONFIG'+set}'`\" = set"; then aview-1.3.0rc1/configure-1384- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aview-1.3.0rc1/configure-1421- else aview-1.3.0rc1/configure:1422: AALIB_CFLAGS=`$AALIB_CONFIG $aalibconf_args --cflags` aview-1.3.0rc1/configure:1423: AALIB_LIBS=`$AALIB_CONFIG $aalibconf_args --libs` aview-1.3.0rc1/configure-1424- ############################################## aview-1.3.0rc1/configure-1759- fi aview-1.3.0rc1/configure:1760: ac_file=`expr $ac_file + 1` aview-1.3.0rc1/configure-1761- ac_beg=$ac_end aview-1.3.0rc1/configure:1762: ac_end=`expr $ac_end + $ac_max_sed_cmds` aview-1.3.0rc1/configure-1763- fi ############################################## aview-1.3.0rc1/configure-1777- case "$ac_file" in aview-1.3.0rc1/configure:1778: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` aview-1.3.0rc1/configure:1779: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; aview-1.3.0rc1/configure-1780- *) ac_file_in="${ac_file}.in" ;; ############################################## aview-1.3.0rc1/configure-1785- # Remove last slash and all that follows it. Not all systems have dirname. aview-1.3.0rc1/configure:1786: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` aview-1.3.0rc1/configure-1787- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## aview-1.3.0rc1/configure-1789- test ! -d "$ac_dir" && mkdir "$ac_dir" aview-1.3.0rc1/configure:1790: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" aview-1.3.0rc1/configure-1791- # A "../" for each directory in $ac_dir_suffix. aview-1.3.0rc1/configure:1792: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` aview-1.3.0rc1/configure-1793- else ############################################## aview-1.3.0rc1/configure-1799- if test -z "$ac_dots"; then top_srcdir=. aview-1.3.0rc1/configure:1800: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; aview-1.3.0rc1/configure-1801- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## aview-1.3.0rc1/configure-1813- rm -f "$ac_file" aview-1.3.0rc1/configure:1814: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." aview-1.3.0rc1/configure-1815- case "$ac_file" in ############################################## aview-1.3.0rc1/configure-1820- aview-1.3.0rc1/configure:1821: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` aview-1.3.0rc1/configure-1822- sed -e "$ac_comsub ############################################## aview-1.3.0rc1/configure-1859- case "$ac_file" in aview-1.3.0rc1/configure:1860: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` aview-1.3.0rc1/configure:1861: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; aview-1.3.0rc1/configure-1862- *) ac_file_in="${ac_file}.in" ;; ############################################## aview-1.3.0rc1/configure-1867- rm -f conftest.frag conftest.in conftest.out aview-1.3.0rc1/configure:1868: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` aview-1.3.0rc1/configure-1869- cat $ac_file_inputs > conftest.in ############################################## aview-1.3.0rc1/configure-1927- # Remove last slash and all that follows it. Not all systems have dirname. aview-1.3.0rc1/configure:1928: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` aview-1.3.0rc1/configure-1929- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## aview-1.3.0rc1/install-sh-73- aview-1.3.0rc1/install-sh:74: -t=*) transformarg=`echo $1 | sed 's/-t=//'` aview-1.3.0rc1/install-sh-75- shift ############################################## aview-1.3.0rc1/install-sh-77- aview-1.3.0rc1/install-sh:78: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` aview-1.3.0rc1/install-sh-79- shift ############################################## aview-1.3.0rc1/install-sh-138- then aview-1.3.0rc1/install-sh:139: dst="$dst"/`basename $src` aview-1.3.0rc1/install-sh-140- else ############################################## aview-1.3.0rc1/install-sh-145-## this sed command emulates the dirname command aview-1.3.0rc1/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` aview-1.3.0rc1/install-sh-147- ############################################## aview-1.3.0rc1/install-sh-159-IFS='%' aview-1.3.0rc1/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` aview-1.3.0rc1/install-sh-161-IFS="${oIFS}" ############################################## aview-1.3.0rc1/install-sh-193- then aview-1.3.0rc1/install-sh:194: dstfile=`basename $dst` aview-1.3.0rc1/install-sh-195- else ############################################## aview-1.3.0rc1/install-sh-203- then aview-1.3.0rc1/install-sh:204: dstfile=`basename $dst` aview-1.3.0rc1/install-sh-205- else ############################################## aview-1.3.0rc1/missing-119- *.y) aview-1.3.0rc1/missing:120: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` aview-1.3.0rc1/missing-121- if [ -f "$SRCFILE" ]; then ############################################## aview-1.3.0rc1/missing-123- fi aview-1.3.0rc1/missing:124: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` aview-1.3.0rc1/missing-125- if [ -f "$SRCFILE" ]; then ############################################## aview-1.3.0rc1/missing-149- *.l) aview-1.3.0rc1/missing:150: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` aview-1.3.0rc1/missing-151- if [ -f "$SRCFILE" ]; then ############################################## aview-1.3.0rc1/missing-169- the \`GNU make' package. Grab either from any GNU archive site." aview-1.3.0rc1/missing:170: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` aview-1.3.0rc1/missing-171- if test -z "$file"; then aview-1.3.0rc1/missing:172: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` aview-1.3.0rc1/missing:173: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` aview-1.3.0rc1/missing-174- fi ############################################## aview-1.3.0rc1/mkinstalldirs-12-do aview-1.3.0rc1/mkinstalldirs:13: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` aview-1.3.0rc1/mkinstalldirs-14- shift