===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vm-8.2.0b/lisp/vm-avirtual.el-376-      (while (and (not done) addresses)
vm-8.2.0b/lisp/vm-avirtual.el:377:        (setq addr (caddar addresses)
vm-8.2.0b/lisp/vm-avirtual.el-378-              addresses (cdr addresses))
##############################################
vm-8.2.0b/lisp/vm-avirtual.el-399-      (while (and (not done) addresses)
vm-8.2.0b/lisp/vm-avirtual.el:400:        (setq addr (caddar addresses)
vm-8.2.0b/lisp/vm-avirtual.el-401-              addresses (cdr addresses))
##############################################
vm-8.2.0b/lisp/vcard.el-592-         (org   (vcard-format-sample-values-concat vcard '("org")   1 "; "))
vm-8.2.0b/lisp/vcard.el:593:         (addr  (vcard-format-sample-get-address vcard))
vm-8.2.0b/lisp/vcard.el-594-         (tel   (vcard-format-sample-get-telephone vcard))
##############################################
vm-8.2.0b/lisp/vcard.el-651-(defun vcard-format-sample-get-address (vcard)
vm-8.2.0b/lisp/vcard.el:652:  (let* ((addr (vcard-format-sample-values vcard '((("adr" "pref" "work"))
vm-8.2.0b/lisp/vcard.el-653-                                                   (("adr" "pref"))
##############################################
vm-8.2.0b/lisp/Makefile.in-139-	 "$(EMACS_PROG)" $(FLAGS) -l autoload \
vm-8.2.0b/lisp/Makefile.in:140:		-f vm-built-autoloads "`pwd`/$@" "`pwd`")
vm-8.2.0b/lisp/Makefile.in-141-	echo "(custom-add-load 'vm 'vm-cus-load)" | tr -d '\015' >> $@
##############################################
vm-8.2.0b/lisp/Makefile.in-161-#	 $(EMACS_PROG) $(FLAGS) -l autoload \
vm-8.2.0b/lisp/Makefile.in:162:#		-f vm-built-autoloads "`pwd`/$@" "`pwd`")
vm-8.2.0b/lisp/Makefile.in-163-	"$(EMACS_PROG)" $(FLAGS) \
##############################################
vm-8.2.0b/lisp/Makefile.in-201-	for elc in *.elc; do                                                  \
vm-8.2.0b/lisp/Makefile.in:202:	    el=`basename $$elc c`;                                            \
vm-8.2.0b/lisp/Makefile.in-203-	    if test -f "$(srcdir)/$$el"; then                                 \
##############################################
vm-8.2.0b/lisp/Makefile.in-209-	    for elc in $(contribdir)/*.elc; do                                \
vm-8.2.0b/lisp/Makefile.in:210:	        el=`basename $$elc c`;                                        \
vm-8.2.0b/lisp/Makefile.in-211-	        if test -f "${srcdir}/$(contribdir)/$$el"; then               \
##############################################
vm-8.2.0b/lisp/vm-pcrisis.el-959-      (setq p (car profiles)
vm-8.2.0b/lisp/vm-pcrisis.el:960:            addr (car p)
vm-8.2.0b/lisp/vm-pcrisis.el-961-            rec (car (bbdb-search records nil nil addr)))
##############################################
vm-8.2.0b/info/Makefile.in-55-	if test "x$(SYMLINKS)" = "xno" ; then                          \
vm-8.2.0b/info/Makefile.in:56:          for i in `${LS} *.info* ` ; do                               \
vm-8.2.0b/info/Makefile.in-57-	    echo "Installing $$i in $(DESTDIR)$(info_dir)" ;           \
##############################################
vm-8.2.0b/info/Makefile.in-61-          if test "x$(LINKPATH)" = "x" ; then                          \
vm-8.2.0b/info/Makefile.in:62:            for i in `${LS} *.info* ` ; do                             \
vm-8.2.0b/info/Makefile.in-63-              echo "Linking $$i in $(DESTDIR)$(info_dir)" ;            \
##############################################
vm-8.2.0b/info/Makefile.in-66-          else                                                         \
vm-8.2.0b/info/Makefile.in:67:            for i in `${LS} *.info* ` ; do                             \
vm-8.2.0b/info/Makefile.in-68-              echo "Linking $(LINKPATH)/texinfo/$$i in $(DESTDIR)$(info_dir)" ; \
##############################################
vm-8.2.0b/pixmaps/Makefile.in-33-	$(MKDIR) -p "$(DESTDIR)$(pixmapdir)"
vm-8.2.0b/pixmaps/Makefile.in:34:	for i in `$(LS) *.xpm` ; do                                    \
vm-8.2.0b/pixmaps/Makefile.in-35-	    echo "Installing $$i in '$(DESTDIR)$(pixmapdir)'" ;        \
##############################################
vm-8.2.0b/configure.ac-107-TEST
vm-8.2.0b/configure.ac:108:    EMACS_FLAVOR=`"${EMACS_PROG}" --no-site-file --batch -l conftest.el | ${GREP} .`
vm-8.2.0b/configure.ac-109-    AC_MSG_RESULT([${EMACS_FLAVOR}])
##############################################
vm-8.2.0b/configure.ac-114-TEST
vm-8.2.0b/configure.ac:115:    EMACS_VERSION=`"${EMACS_PROG}" --no-site-file --batch -l conftest.el | ${GREP} .`
vm-8.2.0b/configure.ac-116-    if test ${EMACS_VERSION} -lt 21; then
##############################################
vm-8.2.0b/configure.ac-123-    # Copied from gnus aclocal.m4
vm-8.2.0b/configure.ac:124:    AC_ARG_WITH(lispdir,[  --with-lispdir=DIR      where to install lisp files], lispdir=${withval})
vm-8.2.0b/configure.ac-125-    AC_MSG_CHECKING([where .elc files should go])
##############################################
vm-8.2.0b/configure.ac-155-
vm-8.2.0b/configure.ac:156:    AC_ARG_WITH(etcdir,[  --with-etcdir=DIR    where to install data files], etcdir=${withval})
vm-8.2.0b/configure.ac-157-    AC_MSG_CHECKING([where data files should go])
##############################################
vm-8.2.0b/configure.ac-166-
vm-8.2.0b/configure.ac:167:    AC_ARG_WITH(docdir,[  --with-docdir=DIR    where to install doc files], docdir=${withval})
vm-8.2.0b/configure.ac-168-    AC_MSG_CHECKING([where doc files should go])
##############################################
vm-8.2.0b/configure.ac-242-TEST
vm-8.2.0b/configure.ac:243:  OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -l ${srcdir}/lisp/vm-build.el -l conftest.el | tr -d "\r\n"`
vm-8.2.0b/configure.ac-244-  AC_MSG_RESULT($OTHERDIRS)
##############################################
vm-8.2.0b/Makefile.in-85-	echo "         :version 0.7" >> $(PKGINFO)
vm-8.2.0b/Makefile.in:86:	echo '         :author-version "'`$(BZR) revno "@top_srcdir@"`'"' >> $(PKGINFO)
vm-8.2.0b/Makefile.in-87-	echo "         :type 'regular)" >> $(PKGINFO)
##############################################
vm-8.2.0b/configure-49-if test -z "$BASH_VERSION$ZSH_VERSION" \
vm-8.2.0b/configure:50:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
vm-8.2.0b/configure-51-  as_echo='print -r --'
vm-8.2.0b/configure-52-  as_echo_n='print -rn --'
vm-8.2.0b/configure:53:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
vm-8.2.0b/configure-54-  as_echo='printf %s\n'
##############################################
vm-8.2.0b/configure-56-else
vm-8.2.0b/configure:57:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
vm-8.2.0b/configure-58-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
vm-8.2.0b/configure-66-	expr "X$arg" : "X\\(.*\\)$as_nl";
vm-8.2.0b/configure:67:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
vm-8.2.0b/configure-68-      esac;
##############################################
vm-8.2.0b/configure-177-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
vm-8.2.0b/configure:178:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
vm-8.2.0b/configure-179-  if (eval "$as_required") 2>/dev/null; then :
##############################################
vm-8.2.0b/configure-300-      case $as_dir in #(
vm-8.2.0b/configure:301:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
vm-8.2.0b/configure-302-      *) as_qdir=$as_dir;;
##############################################
vm-8.2.0b/configure-365-  {
vm-8.2.0b/configure:366:    as_val=`expr "$@" || test $? -eq 1`
vm-8.2.0b/configure-367-  }
##############################################
vm-8.2.0b/configure-372-# ----------------------------------------
vm-8.2.0b/configure:373:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
vm-8.2.0b/configure-374-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
vm-8.2.0b/configure-435-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
vm-8.2.0b/configure:436:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
vm-8.2.0b/configure-437-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
vm-8.2.0b/configure-526-	esac;
vm-8.2.0b/configure:527:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
vm-8.2.0b/configure-528-	???[sx]*):;;*)false;;esac;fi
##############################################
vm-8.2.0b/configure-711-  case $ac_option in
vm-8.2.0b/configure:712:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
vm-8.2.0b/configure-713-  *=)   ac_optarg= ;;
##############################################
vm-8.2.0b/configure-755-  -disable-* | --disable-*)
vm-8.2.0b/configure:756:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vm-8.2.0b/configure-757-    # Reject names that are not valid shell variable names.
##############################################
vm-8.2.0b/configure-760-    ac_useropt_orig=$ac_useropt
vm-8.2.0b/configure:761:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vm-8.2.0b/configure-762-    case $ac_user_opts in
##############################################
vm-8.2.0b/configure-781-  -enable-* | --enable-*)
vm-8.2.0b/configure:782:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vm-8.2.0b/configure-783-    # Reject names that are not valid shell variable names.
##############################################
vm-8.2.0b/configure-786-    ac_useropt_orig=$ac_useropt
vm-8.2.0b/configure:787:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vm-8.2.0b/configure-788-    case $ac_user_opts in
##############################################
vm-8.2.0b/configure-985-  -with-* | --with-*)
vm-8.2.0b/configure:986:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vm-8.2.0b/configure-987-    # Reject names that are not valid shell variable names.
##############################################
vm-8.2.0b/configure-990-    ac_useropt_orig=$ac_useropt
vm-8.2.0b/configure:991:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vm-8.2.0b/configure-992-    case $ac_user_opts in
##############################################
vm-8.2.0b/configure-1001-  -without-* | --without-*)
vm-8.2.0b/configure:1002:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vm-8.2.0b/configure-1003-    # Reject names that are not valid shell variable names.
##############################################
vm-8.2.0b/configure-1006-    ac_useropt_orig=$ac_useropt
vm-8.2.0b/configure:1007:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vm-8.2.0b/configure-1008-    case $ac_user_opts in
##############################################
vm-8.2.0b/configure-1039-  *=*)
vm-8.2.0b/configure:1040:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vm-8.2.0b/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
vm-8.2.0b/configure-1060-if test -n "$ac_prev"; then
vm-8.2.0b/configure:1061:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vm-8.2.0b/configure-1062-  as_fn_error $? "missing argument to $ac_option"
##############################################
vm-8.2.0b/configure-1082-    */ )
vm-8.2.0b/configure:1083:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
vm-8.2.0b/configure-1084-      eval $ac_var=\$ac_val;;
##############################################
vm-8.2.0b/configure-1119-ac_ls_di=`ls -di .` &&
vm-8.2.0b/configure:1120:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
vm-8.2.0b/configure-1121-  as_fn_error $? "working directory cannot be determined"
##############################################
vm-8.2.0b/configure-1175-case $srcdir in
vm-8.2.0b/configure:1176:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
vm-8.2.0b/configure-1177-esac
##############################################
vm-8.2.0b/configure-1218-By default, \`make install' will install all the files in
vm-8.2.0b/configure:1219:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vm-8.2.0b/configure:1220:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vm-8.2.0b/configure-1221-for instance \`--prefix=\$HOME'.
##############################################
vm-8.2.0b/configure-1285-*)
vm-8.2.0b/configure:1286:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
vm-8.2.0b/configure-1287-  # A ".." for each directory in $ac_dir_suffix.
vm-8.2.0b/configure:1288:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
vm-8.2.0b/configure-1289-  case $ac_top_builddir_sub in
##############################################
vm-8.2.0b/configure-1423-    *\'*)
vm-8.2.0b/configure:1424:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vm-8.2.0b/configure-1425-    esac
##############################################
vm-8.2.0b/configure-1506-      case $ac_val in
vm-8.2.0b/configure:1507:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
vm-8.2.0b/configure-1508-      esac
##############################################
vm-8.2.0b/configure-1521-	case $ac_val in
vm-8.2.0b/configure:1522:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
vm-8.2.0b/configure-1523-	esac
##############################################
vm-8.2.0b/configure-1641-    set,)
vm-8.2.0b/configure:1642:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vm-8.2.0b/configure:1643:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vm-8.2.0b/configure-1644-      ac_cache_corrupted=: ;;
##############################################
vm-8.2.0b/configure-1652-	# differences in whitespace do not lead to failure.
vm-8.2.0b/configure:1653:	ac_old_val_w=`echo x $ac_old_val`
vm-8.2.0b/configure:1654:	ac_new_val_w=`echo x $ac_new_val`
vm-8.2.0b/configure-1655-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
vm-8.2.0b/configure-1672-    case $ac_new_val in
vm-8.2.0b/configure:1673:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vm-8.2.0b/configure-1674-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vm-8.2.0b/configure-1713-set x ${MAKE-make}
vm-8.2.0b/configure:1714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
vm-8.2.0b/configure-1715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
vm-8.2.0b/configure-1723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
vm-8.2.0b/configure:1724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
vm-8.2.0b/configure-1725-  *@@@%%%=?*=@@@%%%*)
##############################################
vm-8.2.0b/configure-2288-TEST
vm-8.2.0b/configure:2289:    EMACS_FLAVOR=`"${EMACS_PROG}" --no-site-file --batch -l conftest.el | ${GREP} .`
vm-8.2.0b/configure-2290-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${EMACS_FLAVOR}" >&5
##############################################
vm-8.2.0b/configure-2297-TEST
vm-8.2.0b/configure:2298:    EMACS_VERSION=`"${EMACS_PROG}" --no-site-file --batch -l conftest.el | ${GREP} .`
vm-8.2.0b/configure-2299-    if test ${EMACS_VERSION} -lt 21; then
##############################################
vm-8.2.0b/configure-2449-TEST
vm-8.2.0b/configure:2450:  OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -l ${srcdir}/lisp/vm-build.el -l conftest.el | tr -d "\r\n"`
vm-8.2.0b/configure-2451-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTHERDIRS" >&5
##############################################
vm-8.2.0b/configure-2622-'
vm-8.2.0b/configure:2623:DEFS=`sed -n "$ac_script" confdefs.h`
vm-8.2.0b/configure-2624-
##############################################
vm-8.2.0b/configure-2631-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
vm-8.2.0b/configure:2632:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
vm-8.2.0b/configure-2633-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
vm-8.2.0b/configure-2698-if test -z "$BASH_VERSION$ZSH_VERSION" \
vm-8.2.0b/configure:2699:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
vm-8.2.0b/configure-2700-  as_echo='print -r --'
vm-8.2.0b/configure-2701-  as_echo_n='print -rn --'
vm-8.2.0b/configure:2702:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
vm-8.2.0b/configure-2703-  as_echo='printf %s\n'
##############################################
vm-8.2.0b/configure-2705-else
vm-8.2.0b/configure:2706:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
vm-8.2.0b/configure-2707-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
vm-8.2.0b/configure-2715-	expr "X$arg" : "X\\(.*\\)$as_nl";
vm-8.2.0b/configure:2716:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
vm-8.2.0b/configure-2717-      esac;
##############################################
vm-8.2.0b/configure-2792-# ----------------------------------------
vm-8.2.0b/configure:2793:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
vm-8.2.0b/configure-2794-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
vm-8.2.0b/configure-2864-  {
vm-8.2.0b/configure:2865:    as_val=`expr "$@" || test $? -eq 1`
vm-8.2.0b/configure-2866-  }
##############################################
vm-8.2.0b/configure-2968-      case $as_dir in #(
vm-8.2.0b/configure:2969:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
vm-8.2.0b/configure-2970-      *) as_qdir=$as_dir;;
##############################################
vm-8.2.0b/configure-3025-	esac;
vm-8.2.0b/configure:3026:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
vm-8.2.0b/configure-3027-	???[sx]*):;;*)false;;esac;fi
##############################################
vm-8.2.0b/configure-3102-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
vm-8.2.0b/configure:3103:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
vm-8.2.0b/configure-3104-ac_cs_version="\\
##############################################
vm-8.2.0b/configure-3125-  --*=?*)
vm-8.2.0b/configure:3126:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
vm-8.2.0b/configure:3127:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
vm-8.2.0b/configure-3128-    ac_shift=:
##############################################
vm-8.2.0b/configure-3130-  --*=)
vm-8.2.0b/configure:3131:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
vm-8.2.0b/configure-3132-    ac_optarg=
##############################################
vm-8.2.0b/configure-3154-    case $ac_optarg in
vm-8.2.0b/configure:3155:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
vm-8.2.0b/configure-3156-    '') as_fn_error $? "missing file argument" ;;
##############################################
vm-8.2.0b/configure-3275-fi
vm-8.2.0b/configure:3276:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
vm-8.2.0b/configure-3277-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
vm-8.2.0b/configure-3292-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
vm-8.2.0b/configure:3293:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
vm-8.2.0b/configure-3294-ac_delim='%!_!# '
##############################################
vm-8.2.0b/configure-3298-
vm-8.2.0b/configure:3299:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
vm-8.2.0b/configure-3300-  if test $ac_delim_n = $ac_delim_num; then
##############################################
vm-8.2.0b/configure-3460-      esac
vm-8.2.0b/configure:3461:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
vm-8.2.0b/configure-3462-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
vm-8.2.0b/configure-3519-*)
vm-8.2.0b/configure:3520:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
vm-8.2.0b/configure-3521-  # A ".." for each directory in $ac_dir_suffix.
vm-8.2.0b/configure:3522:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
vm-8.2.0b/configure-3523-  case $ac_top_builddir_sub in
##############################################
vm-8.2.0b/configure-3575-/@mandir@/p'
vm-8.2.0b/configure:3576:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
vm-8.2.0b/configure-3577-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
vm-8.2.0b/configure-3592-
vm-8.2.0b/configure:3593:# Neutralize VPATH when `$srcdir' = `.'.
vm-8.2.0b/configure-3594-# Shell code in configure.ac might set extrasub.
##############################################
vm-8.2.0b/configure-3619-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
vm-8.2.0b/configure:3620:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
vm-8.2.0b/configure-3621-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
vm-8.2.0b/install-sh-85-
vm-8.2.0b/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
vm-8.2.0b/install-sh-87-	    shift
##############################################
vm-8.2.0b/install-sh-89-
vm-8.2.0b/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
vm-8.2.0b/install-sh-91-	    shift
##############################################
vm-8.2.0b/install-sh-151-	then
vm-8.2.0b/install-sh:152:		dst="$dst"/`basename $src`
vm-8.2.0b/install-sh-153-	else
##############################################
vm-8.2.0b/install-sh-158-## this sed command emulates the dirname command
vm-8.2.0b/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
vm-8.2.0b/install-sh-160-
##############################################
vm-8.2.0b/install-sh-172-IFS='%'
vm-8.2.0b/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
vm-8.2.0b/install-sh-174-IFS="${oIFS}"
##############################################
vm-8.2.0b/install-sh-206-	then
vm-8.2.0b/install-sh:207:		dstfile=`basename $dst`
vm-8.2.0b/install-sh-208-	else
##############################################
vm-8.2.0b/install-sh-216-	then
vm-8.2.0b/install-sh:217:		dstfile=`basename $dst`
vm-8.2.0b/install-sh-218-	else
##############################################
vm-8.2.0b/debian/vm.postinst-207-        if [ -e $i ]; then
vm-8.2.0b/debian/vm.postinst:208:            if [ "`grep vm-init $i`" != "" ]; then
vm-8.2.0b/debian/vm.postinst-209-                SITE_FIX="$SITE_FIX $i"
##############################################
vm-8.2.0b/debian/vm.postinst-215-    for i in $SITE_FIX ; do
vm-8.2.0b/debian/vm.postinst:216:        grep -v "$REQUIRE" $i > /etc/emacs/`basename $i`.new.$$
vm-8.2.0b/debian/vm.postinst:217:        mv /etc/emacs/`basename $i`.new.$$ $i || echo Could not edit $i
vm-8.2.0b/debian/vm.postinst-218-    done
##############################################
vm-8.2.0b/debian/vm.postinst-226-        if [ -e $i ]; then
vm-8.2.0b/debian/vm.postinst:227:            if [ "`grep vm-init $i`" != "" ]; then
vm-8.2.0b/debian/vm.postinst-228-                SITE_FIX="$SITE_FIX $i"