===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
macchanger-1.7.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
macchanger-1.7.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
macchanger-1.7.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
macchanger-1.7.0/aclocal.m4-108-# expand $ac_aux_dir to an absolute path
macchanger-1.7.0/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd`
macchanger-1.7.0/aclocal.m4-110-])
##############################################
macchanger-1.7.0/aclocal.m4-206-  if test "$am_compiler_list" = ""; then
macchanger-1.7.0/aclocal.m4:207:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
macchanger-1.7.0/aclocal.m4-208-  fi
##############################################
macchanger-1.7.0/aclocal.m4-357-    # Strip MF so we end up with the name of the file.
macchanger-1.7.0/aclocal.m4:358:    mf=`echo "$mf" | sed -e 's/:.*$//'`
macchanger-1.7.0/aclocal.m4-359-    # Check whether this is an Automake generated Makefile or not.
##############################################
macchanger-1.7.0/aclocal.m4-366-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
macchanger-1.7.0/aclocal.m4:367:      dirpart=`AS_DIRNAME("$mf")`
macchanger-1.7.0/aclocal.m4-368-    else
##############################################
macchanger-1.7.0/aclocal.m4-372-    # from the Makefile without running 'make'.
macchanger-1.7.0/aclocal.m4:373:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
macchanger-1.7.0/aclocal.m4-374-    test -z "$DEPDIR" && continue
macchanger-1.7.0/aclocal.m4:375:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
macchanger-1.7.0/aclocal.m4-376-    test -z "$am__include" && continue
macchanger-1.7.0/aclocal.m4:377:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
macchanger-1.7.0/aclocal.m4-378-    # Find all dependency output files, they are included files with
##############################################
macchanger-1.7.0/aclocal.m4-386-      test -f "$dirpart/$file" && continue
macchanger-1.7.0/aclocal.m4:387:      fdir=`AS_DIRNAME(["$file"])`
macchanger-1.7.0/aclocal.m4-388-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
macchanger-1.7.0/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl
macchanger-1.7.0/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then
macchanger-1.7.0/aclocal.m4-446-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
macchanger-1.7.0/aclocal.m4-599-    * )
macchanger-1.7.0/aclocal.m4:600:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
macchanger-1.7.0/aclocal.m4-601-  esac
macchanger-1.7.0/aclocal.m4-602-done
macchanger-1.7.0/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
macchanger-1.7.0/aclocal.m4-604-
##############################################
macchanger-1.7.0/aclocal.m4-670-# Ignore all kinds of additional output from 'make'.
macchanger-1.7.0/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
macchanger-1.7.0/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
macchanger-1.7.0/aclocal.m4-680-   echo '.include "confinc"' > confmf
macchanger-1.7.0/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
macchanger-1.7.0/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
macchanger-1.7.0/aclocal.m4-891-     echo "timestamp, slept: $am_has_slept" > conftest.file
macchanger-1.7.0/aclocal.m4:892:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
macchanger-1.7.0/aclocal.m4-893-     if test "$[*]" = "X"; then
macchanger-1.7.0/aclocal.m4-894-	# -L didn't work.
macchanger-1.7.0/aclocal.m4:895:	set X `ls -t "$srcdir/configure" conftest.file`
macchanger-1.7.0/aclocal.m4-896-     fi
##############################################
macchanger-1.7.0/compile-67-	mingw/*)
macchanger-1.7.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
macchanger-1.7.0/compile-69-	  ;;
macchanger-1.7.0/compile-70-	cygwin/*)
macchanger-1.7.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
macchanger-1.7.0/compile-72-	  ;;
macchanger-1.7.0/compile-73-	wine/*)
macchanger-1.7.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
macchanger-1.7.0/compile-75-	  ;;
##############################################
macchanger-1.7.0/compile-309-# Name of file we expect compiler to create.
macchanger-1.7.0/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
macchanger-1.7.0/compile-311-
##############################################
macchanger-1.7.0/compile-315-# object file name, since that is what matters with a parallel build.
macchanger-1.7.0/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
macchanger-1.7.0/compile-317-while true; do
##############################################
macchanger-1.7.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
macchanger-1.7.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
macchanger-1.7.0/configure-45-  as_echo='print -r --'
macchanger-1.7.0/configure-46-  as_echo_n='print -rn --'
macchanger-1.7.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
macchanger-1.7.0/configure-48-  as_echo='printf %s\n'
##############################################
macchanger-1.7.0/configure-50-else
macchanger-1.7.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
macchanger-1.7.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
macchanger-1.7.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
macchanger-1.7.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
macchanger-1.7.0/configure-62-      esac;
##############################################
macchanger-1.7.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
macchanger-1.7.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
macchanger-1.7.0/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
macchanger-1.7.0/configure-323-      case $as_dir in #(
macchanger-1.7.0/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
macchanger-1.7.0/configure-325-      *) as_qdir=$as_dir;;
##############################################
macchanger-1.7.0/configure-396-  {
macchanger-1.7.0/configure:397:    as_val=`expr "$@" || test $? -eq 1`
macchanger-1.7.0/configure-398-  }
##############################################
macchanger-1.7.0/configure-403-# ----------------------------------------
macchanger-1.7.0/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
macchanger-1.7.0/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
macchanger-1.7.0/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
macchanger-1.7.0/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
macchanger-1.7.0/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
macchanger-1.7.0/configure-746-  case $ac_option in
macchanger-1.7.0/configure:747:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
macchanger-1.7.0/configure-748-  *=)   ac_optarg= ;;
##############################################
macchanger-1.7.0/configure-790-  -disable-* | --disable-*)
macchanger-1.7.0/configure:791:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
macchanger-1.7.0/configure-792-    # Reject names that are not valid shell variable names.
##############################################
macchanger-1.7.0/configure-795-    ac_useropt_orig=$ac_useropt
macchanger-1.7.0/configure:796:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
macchanger-1.7.0/configure-797-    case $ac_user_opts in
##############################################
macchanger-1.7.0/configure-816-  -enable-* | --enable-*)
macchanger-1.7.0/configure:817:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
macchanger-1.7.0/configure-818-    # Reject names that are not valid shell variable names.
##############################################
macchanger-1.7.0/configure-821-    ac_useropt_orig=$ac_useropt
macchanger-1.7.0/configure:822:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
macchanger-1.7.0/configure-823-    case $ac_user_opts in
##############################################
macchanger-1.7.0/configure-1020-  -with-* | --with-*)
macchanger-1.7.0/configure:1021:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
macchanger-1.7.0/configure-1022-    # Reject names that are not valid shell variable names.
##############################################
macchanger-1.7.0/configure-1025-    ac_useropt_orig=$ac_useropt
macchanger-1.7.0/configure:1026:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
macchanger-1.7.0/configure-1027-    case $ac_user_opts in
##############################################
macchanger-1.7.0/configure-1036-  -without-* | --without-*)
macchanger-1.7.0/configure:1037:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
macchanger-1.7.0/configure-1038-    # Reject names that are not valid shell variable names.
##############################################
macchanger-1.7.0/configure-1041-    ac_useropt_orig=$ac_useropt
macchanger-1.7.0/configure:1042:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
macchanger-1.7.0/configure-1043-    case $ac_user_opts in
##############################################
macchanger-1.7.0/configure-1074-  *=*)
macchanger-1.7.0/configure:1075:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
macchanger-1.7.0/configure-1076-    # Reject names that are not valid shell variable names.
##############################################
macchanger-1.7.0/configure-1095-if test -n "$ac_prev"; then
macchanger-1.7.0/configure:1096:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
macchanger-1.7.0/configure-1097-  as_fn_error $? "missing argument to $ac_option"
##############################################
macchanger-1.7.0/configure-1117-    */ )
macchanger-1.7.0/configure:1118:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
macchanger-1.7.0/configure-1119-      eval $ac_var=\$ac_val;;
##############################################
macchanger-1.7.0/configure-1152-ac_ls_di=`ls -di .` &&
macchanger-1.7.0/configure:1153:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
macchanger-1.7.0/configure-1154-  as_fn_error $? "working directory cannot be determined"
##############################################
macchanger-1.7.0/configure-1208-case $srcdir in
macchanger-1.7.0/configure:1209:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
macchanger-1.7.0/configure-1210-esac
##############################################
macchanger-1.7.0/configure-1251-By default, \`make install' will install all the files in
macchanger-1.7.0/configure:1252:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
macchanger-1.7.0/configure:1253:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
macchanger-1.7.0/configure-1254-for instance \`--prefix=\$HOME'.
##############################################
macchanger-1.7.0/configure-1333-*)
macchanger-1.7.0/configure:1334:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
macchanger-1.7.0/configure-1335-  # A ".." for each directory in $ac_dir_suffix.
macchanger-1.7.0/configure:1336:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
macchanger-1.7.0/configure-1337-  case $ac_top_builddir_sub in
##############################################
macchanger-1.7.0/configure-1507-    *\'*)
macchanger-1.7.0/configure:1508:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
macchanger-1.7.0/configure-1509-    esac
##############################################
macchanger-1.7.0/configure-1590-      case $ac_val in
macchanger-1.7.0/configure:1591:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
macchanger-1.7.0/configure-1592-      esac
##############################################
macchanger-1.7.0/configure-1605-	case $ac_val in
macchanger-1.7.0/configure:1606:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
macchanger-1.7.0/configure-1607-	esac
##############################################
macchanger-1.7.0/configure-1725-    set,)
macchanger-1.7.0/configure:1726:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
macchanger-1.7.0/configure:1727:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
macchanger-1.7.0/configure-1728-      ac_cache_corrupted=: ;;
##############################################
macchanger-1.7.0/configure-1736-	# differences in whitespace do not lead to failure.
macchanger-1.7.0/configure:1737:	ac_old_val_w=`echo x $ac_old_val`
macchanger-1.7.0/configure:1738:	ac_new_val_w=`echo x $ac_new_val`
macchanger-1.7.0/configure-1739-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
macchanger-1.7.0/configure-1756-    case $ac_new_val in
macchanger-1.7.0/configure:1757:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
macchanger-1.7.0/configure-1758-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
macchanger-1.7.0/configure-1932-     echo "timestamp, slept: $am_has_slept" > conftest.file
macchanger-1.7.0/configure:1933:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
macchanger-1.7.0/configure-1934-     if test "$*" = "X"; then
macchanger-1.7.0/configure-1935-	# -L didn't work.
macchanger-1.7.0/configure:1936:	set X `ls -t "$srcdir/configure" conftest.file`
macchanger-1.7.0/configure-1937-     fi
##############################################
macchanger-1.7.0/configure-1983-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
macchanger-1.7.0/configure:1984:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
macchanger-1.7.0/configure-1985-
macchanger-1.7.0/configure-1986-# expand $ac_aux_dir to an absolute path
macchanger-1.7.0/configure:1987:am_aux_dir=`cd $ac_aux_dir && pwd`
macchanger-1.7.0/configure-1988-
##############################################
macchanger-1.7.0/configure-2128-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
macchanger-1.7.0/configure:2129:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
macchanger-1.7.0/configure-2130-	     'mkdir (GNU coreutils) '* | \
##############################################
macchanger-1.7.0/configure-2201-set x ${MAKE-make}
macchanger-1.7.0/configure:2202:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
macchanger-1.7.0/configure-2203-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
macchanger-1.7.0/configure-2211-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
macchanger-1.7.0/configure:2212:case `${MAKE-make} -f conftest.make 2>/dev/null` in
macchanger-1.7.0/configure-2213-  *@@@%%%=?*=@@@%%%*)
##############################################
macchanger-1.7.0/configure-2277-
macchanger-1.7.0/configure:2278:if test "`cd $srcdir && pwd`" != "`pwd`"; then
macchanger-1.7.0/configure-2279-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
macchanger-1.7.0/configure-2783-$as_echo_n "checking whether the C compiler works... " >&6; }
macchanger-1.7.0/configure:2784:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
macchanger-1.7.0/configure-2785-
##############################################
macchanger-1.7.0/configure-2827-	then :; else
macchanger-1.7.0/configure:2828:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
macchanger-1.7.0/configure-2829-	fi
##############################################
macchanger-1.7.0/configure-2887-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
macchanger-1.7.0/configure:2888:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
macchanger-1.7.0/configure-2889-	  break;;
##############################################
macchanger-1.7.0/configure-2996-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
macchanger-1.7.0/configure:2997:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
macchanger-1.7.0/configure-2998-       break;;
##############################################
macchanger-1.7.0/configure-3304-# Ignore all kinds of additional output from 'make'.
macchanger-1.7.0/configure:3305:case `$am_make -s -f confmf 2> /dev/null` in #(
macchanger-1.7.0/configure-3306-*the\ am__doit\ target*)
##############################################
macchanger-1.7.0/configure-3314-   echo '.include "confinc"' > confmf
macchanger-1.7.0/configure:3315:   case `$am_make -s -f confmf 2> /dev/null` in #(
macchanger-1.7.0/configure-3316-   *the\ am__doit\ target*)
##############################################
macchanger-1.7.0/configure-3377-  if test "$am_compiler_list" = ""; then
macchanger-1.7.0/configure:3378:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
macchanger-1.7.0/configure-3379-  fi
##############################################
macchanger-1.7.0/configure-3576-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
macchanger-1.7.0/configure:3577:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
macchanger-1.7.0/configure-3578-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
macchanger-1.7.0/configure-3667-if test -z "$BASH_VERSION$ZSH_VERSION" \
macchanger-1.7.0/configure:3668:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
macchanger-1.7.0/configure-3669-  as_echo='print -r --'
macchanger-1.7.0/configure-3670-  as_echo_n='print -rn --'
macchanger-1.7.0/configure:3671:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
macchanger-1.7.0/configure-3672-  as_echo='printf %s\n'
##############################################
macchanger-1.7.0/configure-3674-else
macchanger-1.7.0/configure:3675:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
macchanger-1.7.0/configure-3676-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
macchanger-1.7.0/configure-3684-	expr "X$arg" : "X\\(.*\\)$as_nl";
macchanger-1.7.0/configure:3685:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
macchanger-1.7.0/configure-3686-      esac;
##############################################
macchanger-1.7.0/configure-3761-# ----------------------------------------
macchanger-1.7.0/configure:3762:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
macchanger-1.7.0/configure-3763-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
macchanger-1.7.0/configure-3833-  {
macchanger-1.7.0/configure:3834:    as_val=`expr "$@" || test $? -eq 1`
macchanger-1.7.0/configure-3835-  }
##############################################
macchanger-1.7.0/configure-3937-      case $as_dir in #(
macchanger-1.7.0/configure:3938:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
macchanger-1.7.0/configure-3939-      *) as_qdir=$as_dir;;
##############################################
macchanger-1.7.0/configure-4072-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
macchanger-1.7.0/configure:4073:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
macchanger-1.7.0/configure-4074-ac_cs_version="\\
##############################################
macchanger-1.7.0/configure-4097-  --*=?*)
macchanger-1.7.0/configure:4098:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
macchanger-1.7.0/configure:4099:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
macchanger-1.7.0/configure-4100-    ac_shift=:
##############################################
macchanger-1.7.0/configure-4102-  --*=)
macchanger-1.7.0/configure:4103:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
macchanger-1.7.0/configure-4104-    ac_optarg=
##############################################
macchanger-1.7.0/configure-4126-    case $ac_optarg in
macchanger-1.7.0/configure:4127:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
macchanger-1.7.0/configure-4128-    '') as_fn_error $? "missing file argument" ;;
##############################################
macchanger-1.7.0/configure-4134-    case $ac_optarg in
macchanger-1.7.0/configure:4135:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
macchanger-1.7.0/configure-4136-    esac
##############################################
macchanger-1.7.0/configure-4265-fi
macchanger-1.7.0/configure:4266:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
macchanger-1.7.0/configure-4267-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
macchanger-1.7.0/configure-4282-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
macchanger-1.7.0/configure:4283:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
macchanger-1.7.0/configure-4284-ac_delim='%!_!# '
##############################################
macchanger-1.7.0/configure-4288-
macchanger-1.7.0/configure:4289:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
macchanger-1.7.0/configure-4290-  if test $ac_delim_n = $ac_delim_num; then
##############################################
macchanger-1.7.0/configure-4426-for ac_last_try in false false :; do
macchanger-1.7.0/configure:4427:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
macchanger-1.7.0/configure-4428-  if test -z "$ac_tt"; then
##############################################
macchanger-1.7.0/configure-4558-      esac
macchanger-1.7.0/configure:4559:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
macchanger-1.7.0/configure-4560-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
macchanger-1.7.0/configure-4617-*)
macchanger-1.7.0/configure:4618:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
macchanger-1.7.0/configure-4619-  # A ".." for each directory in $ac_dir_suffix.
macchanger-1.7.0/configure:4620:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
macchanger-1.7.0/configure-4621-  case $ac_top_builddir_sub in
##############################################
macchanger-1.7.0/configure-4678-/@mandir@/p'
macchanger-1.7.0/configure:4679:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
macchanger-1.7.0/configure-4680-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
macchanger-1.7.0/configure-4695-
macchanger-1.7.0/configure:4696:# Neutralize VPATH when `$srcdir' = `.'.
macchanger-1.7.0/configure-4697-# Shell code in configure.ac might set extrasub.
##############################################
macchanger-1.7.0/configure-4723-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
macchanger-1.7.0/configure:4724:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
macchanger-1.7.0/configure-4725-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
macchanger-1.7.0/configure-4769-    * )
macchanger-1.7.0/configure:4770:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
macchanger-1.7.0/configure-4771-  esac
##############################################
macchanger-1.7.0/configure-4816-    # Strip MF so we end up with the name of the file.
macchanger-1.7.0/configure:4817:    mf=`echo "$mf" | sed -e 's/:.*$//'`
macchanger-1.7.0/configure-4818-    # Check whether this is an Automake generated Makefile or not.
##############################################
macchanger-1.7.0/configure-4853-    # from the Makefile without running 'make'.
macchanger-1.7.0/configure:4854:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
macchanger-1.7.0/configure-4855-    test -z "$DEPDIR" && continue
macchanger-1.7.0/configure:4856:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
macchanger-1.7.0/configure-4857-    test -z "$am__include" && continue
macchanger-1.7.0/configure:4858:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
macchanger-1.7.0/configure-4859-    # Find all dependency output files, they are included files with
##############################################
macchanger-1.7.0/data/Makefile.in-40-  { \
macchanger-1.7.0/data/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
macchanger-1.7.0/data/Makefile.in-42-  }; \
##############################################
macchanger-1.7.0/data/Makefile.in-107-  esac
macchanger-1.7.0/data/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
macchanger-1.7.0/data/Makefile.in-109-am__vpath_adj = case $$p in \
macchanger-1.7.0/data/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
macchanger-1.7.0/data/Makefile.in-111-    *) f=$$p;; \
macchanger-1.7.0/data/Makefile.in-112-  esac;
macchanger-1.7.0/data/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
macchanger-1.7.0/data/Makefile.in-114-am__install_max = 40
macchanger-1.7.0/data/Makefile.in-115-am__nobase_strip_setup = \
macchanger-1.7.0/data/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
macchanger-1.7.0/data/Makefile.in-117-am__nobase_strip = \
##############################################
macchanger-1.7.0/data/Makefile.in-277-	@list='$(macchanger_DATA)'; test -n "$(macchangerdir)" || list=; \
macchanger-1.7.0/data/Makefile.in:278:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
macchanger-1.7.0/data/Makefile.in-279-	dir='$(DESTDIR)$(macchangerdir)'; $(am__uninstall_files_from_dir)
##############################################
macchanger-1.7.0/data/Makefile.in-287-distdir: $(DISTFILES)
macchanger-1.7.0/data/Makefile.in:288:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/data/Makefile.in:289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/data/Makefile.in-290-	list='$(DISTFILES)'; \
##############################################
macchanger-1.7.0/data/Makefile.in-301-	  if test -d $$d/$$file; then \
macchanger-1.7.0/data/Makefile.in:302:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
macchanger-1.7.0/data/Makefile.in-303-	    if test -d "$(distdir)/$$file"; then \
##############################################
macchanger-1.7.0/data/OUI.list-871-00 03 65 Kira Information & Communications, Ltd.
macchanger-1.7.0/data/OUI.list:872:00 03 66 ASM Pacific Technology
macchanger-1.7.0/data/OUI.list-873-00 03 67 Jasmine Networks, Inc.
##############################################
macchanger-1.7.0/depcomp-64-  case $1 in
macchanger-1.7.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
macchanger-1.7.0/depcomp-66-      *) dir=;;
##############################################
macchanger-1.7.0/depcomp-73-{
macchanger-1.7.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
macchanger-1.7.0/depcomp-75-}
##############################################
macchanger-1.7.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
macchanger-1.7.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
macchanger-1.7.0/depcomp-128-
##############################################
macchanger-1.7.0/depcomp-405-        sleep 1
macchanger-1.7.0/depcomp:406:        i=`expr $i - 1`
macchanger-1.7.0/depcomp-407-      done
macchanger-1.7.0/depcomp-408-    fi
macchanger-1.7.0/depcomp:409:    i=`expr $i - 1`
macchanger-1.7.0/depcomp-410-  done
##############################################
macchanger-1.7.0/depcomp-425-  # Do two passes, one to just change these to
macchanger-1.7.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
macchanger-1.7.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
macchanger-1.7.0/depcomp-659-  done
macchanger-1.7.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
macchanger-1.7.0/depcomp-661-  touch "$tmpdepfile"
##############################################
macchanger-1.7.0/doc/Makefile.in-39-  { \
macchanger-1.7.0/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
macchanger-1.7.0/doc/Makefile.in-41-  }; \
##############################################
macchanger-1.7.0/doc/Makefile.in-148-am__installdirs = "$(DESTDIR)$(infodir)"
macchanger-1.7.0/doc/Makefile.in:149:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
macchanger-1.7.0/doc/Makefile.in-150-am__vpath_adj = case $$p in \
macchanger-1.7.0/doc/Makefile.in:151:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
macchanger-1.7.0/doc/Makefile.in-152-    *) f=$$p;; \
macchanger-1.7.0/doc/Makefile.in-153-  esac;
macchanger-1.7.0/doc/Makefile.in:154:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
macchanger-1.7.0/doc/Makefile.in-155-am__install_max = 40
macchanger-1.7.0/doc/Makefile.in-156-am__nobase_strip_setup = \
macchanger-1.7.0/doc/Makefile.in:157:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
macchanger-1.7.0/doc/Makefile.in-158-am__nobase_strip = \
##############################################
macchanger-1.7.0/doc/Makefile.in-316-	  $(am__cd) $(srcdir) && \
macchanger-1.7.0/doc/Makefile.in:317:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
macchanger-1.7.0/doc/Makefile.in-318-	fi; \
##############################################
macchanger-1.7.0/doc/Makefile.in-348-	@(dir=.; test -f ./macchanger.texi || dir=$(srcdir); \
macchanger-1.7.0/doc/Makefile.in:349:	set `$(SHELL) $(srcdir)/mdate-sh $$dir/macchanger.texi`; \
macchanger-1.7.0/doc/Makefile.in-350-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
macchanger-1.7.0/doc/Makefile.in-391-	  for file in $$list; do \
macchanger-1.7.0/doc/Makefile.in:392:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
macchanger-1.7.0/doc/Makefile.in-393-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
macchanger-1.7.0/doc/Makefile.in-400-	for file in $$list; do \
macchanger-1.7.0/doc/Makefile.in:401:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
macchanger-1.7.0/doc/Makefile.in:402:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
macchanger-1.7.0/doc/Makefile.in-403-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
macchanger-1.7.0/doc/Makefile.in-427-dist-info: $(INFO_DEPS)
macchanger-1.7.0/doc/Makefile.in:428:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
macchanger-1.7.0/doc/Makefile.in-429-	list='$(INFO_DEPS)'; \
##############################################
macchanger-1.7.0/doc/Makefile.in-431-	  case $$base in \
macchanger-1.7.0/doc/Makefile.in:432:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
macchanger-1.7.0/doc/Makefile.in-433-	  esac; \
macchanger-1.7.0/doc/Makefile.in-434-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
macchanger-1.7.0/doc/Makefile.in:435:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
macchanger-1.7.0/doc/Makefile.in-436-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
macchanger-1.7.0/doc/Makefile.in-437-	    if test -f $$file; then \
macchanger-1.7.0/doc/Makefile.in:438:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
macchanger-1.7.0/doc/Makefile.in-439-	      test -f "$(distdir)/$$relfile" || \
##############################################
macchanger-1.7.0/doc/Makefile.in-453-	@list='$(INFO_DEPS)'; for i in $$list; do \
macchanger-1.7.0/doc/Makefile.in:454:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
macchanger-1.7.0/doc/Makefile.in-455-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
macchanger-1.7.0/doc/Makefile.in-465-distdir: $(DISTFILES)
macchanger-1.7.0/doc/Makefile.in:466:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/doc/Makefile.in:467:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/doc/Makefile.in-468-	list='$(DISTFILES)'; \
##############################################
macchanger-1.7.0/doc/Makefile.in-479-	  if test -d $$d/$$file; then \
macchanger-1.7.0/doc/Makefile.in:480:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
macchanger-1.7.0/doc/Makefile.in-481-	    if test -d "$(distdir)/$$file"; then \
##############################################
macchanger-1.7.0/doc/Makefile.in-604-	@$(NORMAL_INSTALL)
macchanger-1.7.0/doc/Makefile.in:605:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
macchanger-1.7.0/doc/Makefile.in-606-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
macchanger-1.7.0/doc/Makefile.in-612-	  case $$file in \
macchanger-1.7.0/doc/Makefile.in:613:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
macchanger-1.7.0/doc/Makefile.in-614-	  esac; \
macchanger-1.7.0/doc/Makefile.in-615-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
macchanger-1.7.0/doc/Makefile.in:616:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
macchanger-1.7.0/doc/Makefile.in-617-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
macchanger-1.7.0/doc/Makefile.in-630-	  for file in $$list; do \
macchanger-1.7.0/doc/Makefile.in:631:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
macchanger-1.7.0/doc/Makefile.in-632-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
macchanger-1.7.0/doc/mdate-sh-82-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
macchanger-1.7.0/doc/mdate-sh:83:set - x`$ls_command /`
macchanger-1.7.0/doc/mdate-sh-84-
##############################################
macchanger-1.7.0/doc/mdate-sh-109-# Get the extended ls output of the file or directory.
macchanger-1.7.0/doc/mdate-sh:110:set - x`eval "$ls_command \"\$save_arg1\""`
macchanger-1.7.0/doc/mdate-sh-111-
##############################################
macchanger-1.7.0/doc/mdate-sh-154-       then
macchanger-1.7.0/doc/mdate-sh:155:	 year=`expr $year - 1`
macchanger-1.7.0/doc/mdate-sh-156-       fi;;
##############################################
macchanger-1.7.0/doc/texinfo.tex-4611-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
macchanger-1.7.0/doc/texinfo.tex:4612:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
macchanger-1.7.0/doc/texinfo.tex-4613-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
macchanger-1.7.0/install-sh-229-      fi
macchanger-1.7.0/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
macchanger-1.7.0/install-sh-231-    *)
##############################################
macchanger-1.7.0/install-sh-276-      dstdir=$dst
macchanger-1.7.0/install-sh:277:      dst=$dstdir/`basename "$src"`
macchanger-1.7.0/install-sh-278-      dstdir_status=0
##############################################
macchanger-1.7.0/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
macchanger-1.7.0/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
macchanger-1.7.0/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
macchanger-1.7.0/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
macchanger-1.7.0/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
macchanger-1.7.0/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
macchanger-1.7.0/install-sh-425-	    case $prefix in
macchanger-1.7.0/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
macchanger-1.7.0/install-sh-427-	      *) qprefix=$prefix;;
##############################################
macchanger-1.7.0/install-sh-474-    if $copy_on_change &&
macchanger-1.7.0/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
macchanger-1.7.0/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
macchanger-1.7.0/install-sh-477-
##############################################
macchanger-1.7.0/Makefile.in-39-  { \
macchanger-1.7.0/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
macchanger-1.7.0/Makefile.in-41-  }; \
##############################################
macchanger-1.7.0/Makefile.in-119-  esac
macchanger-1.7.0/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
macchanger-1.7.0/Makefile.in-121-am__vpath_adj = case $$p in \
macchanger-1.7.0/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
macchanger-1.7.0/Makefile.in-123-    *) f=$$p;; \
macchanger-1.7.0/Makefile.in-124-  esac;
macchanger-1.7.0/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
macchanger-1.7.0/Makefile.in-126-am__install_max = 40
macchanger-1.7.0/Makefile.in-127-am__nobase_strip_setup = \
macchanger-1.7.0/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
macchanger-1.7.0/Makefile.in-129-am__nobase_strip = \
##############################################
macchanger-1.7.0/Makefile.in-197-  while test -n "$$dir1"; do \
macchanger-1.7.0/Makefile.in:198:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
macchanger-1.7.0/Makefile.in-199-    if test "$$first" != "."; then \
macchanger-1.7.0/Makefile.in-200-      if test "$$first" = ".."; then \
macchanger-1.7.0/Makefile.in:201:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
macchanger-1.7.0/Makefile.in:202:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
macchanger-1.7.0/Makefile.in-203-      else \
macchanger-1.7.0/Makefile.in:204:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
macchanger-1.7.0/Makefile.in-205-        if test "$$first2" = "$$first"; then \
macchanger-1.7.0/Makefile.in:206:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
macchanger-1.7.0/Makefile.in-207-        else \
##############################################
macchanger-1.7.0/Makefile.in-212-    fi; \
macchanger-1.7.0/Makefile.in:213:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
macchanger-1.7.0/Makefile.in-214-  done; \
##############################################
macchanger-1.7.0/Makefile.in-370-	test -n "$(man1dir)" \
macchanger-1.7.0/Makefile.in:371:	  && test -n "`echo $$list1$$list2`" \
macchanger-1.7.0/Makefile.in-372-	  || exit 0; \
##############################################
macchanger-1.7.0/Makefile.in-423-	dot_seen=no; \
macchanger-1.7.0/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
macchanger-1.7.0/Makefile.in-425-	case "$@" in \
##############################################
macchanger-1.7.0/Makefile.in-486-GTAGS:
macchanger-1.7.0/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
macchanger-1.7.0/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
macchanger-1.7.0/Makefile.in-518-	test -d "$(distdir)" || mkdir "$(distdir)"
macchanger-1.7.0/Makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/Makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/Makefile.in-521-	list='$(DISTFILES)'; \
##############################################
macchanger-1.7.0/Makefile.in-532-	  if test -d $$d/$$file; then \
macchanger-1.7.0/Makefile.in:533:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
macchanger-1.7.0/Makefile.in-534-	    if test -d "$(distdir)/$$file"; then \
##############################################
macchanger-1.7.0/Makefile.in-643-	test -d $(distdir)/_build || exit 0; \
macchanger-1.7.0/Makefile.in:644:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
macchanger-1.7.0/Makefile.in-645-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
macchanger-1.7.0/Makefile.in-687-	}; \
macchanger-1.7.0/Makefile.in:688:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
macchanger-1.7.0/Makefile.in-689-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
macchanger-1.7.0/Makefile.in-699-	fi
macchanger-1.7.0/Makefile.in:700:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
macchanger-1.7.0/Makefile.in-701-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
macchanger-1.7.0/src/Makefile.in-40-  { \
macchanger-1.7.0/src/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
macchanger-1.7.0/src/Makefile.in-42-  }; \
##############################################
macchanger-1.7.0/src/Makefile.in-342-.c.obj:
macchanger-1.7.0/src/Makefile.in:343:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
macchanger-1.7.0/src/Makefile.in-344-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
macchanger-1.7.0/src/Makefile.in-346-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
macchanger-1.7.0/src/Makefile.in:347:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
macchanger-1.7.0/src/Makefile.in-348-
##############################################
macchanger-1.7.0/src/Makefile.in-378-GTAGS:
macchanger-1.7.0/src/Makefile.in:379:	here=`$(am__cd) $(top_builddir) && pwd` \
macchanger-1.7.0/src/Makefile.in-380-	  && $(am__cd) $(top_srcdir) \
##############################################
macchanger-1.7.0/src/Makefile.in-401-distdir: $(DISTFILES)
macchanger-1.7.0/src/Makefile.in:402:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/src/Makefile.in:403:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
macchanger-1.7.0/src/Makefile.in-404-	list='$(DISTFILES)'; \
##############################################
macchanger-1.7.0/src/Makefile.in-415-	  if test -d $$d/$$file; then \
macchanger-1.7.0/src/Makefile.in:416:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
macchanger-1.7.0/src/Makefile.in-417-	    if test -d "$(distdir)/$$file"; then \
##############################################
macchanger-1.7.0/.pc/06-update_OUI_list.patch/data/OUI.list-871-00 03 65 Kira Information & Communications, Ltd.
macchanger-1.7.0/.pc/06-update_OUI_list.patch/data/OUI.list:872:00 03 66 ASM Pacific Technology
macchanger-1.7.0/.pc/06-update_OUI_list.patch/data/OUI.list-873-00 03 67 Jasmine Networks, Inc.