===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lrzip-0.631+git200516/ChangeLog-337-* Fixed the pod-based manpages not being installed.
lrzip-0.631+git200516/ChangeLog:338:* Clearly demonstrate that ASM is not supported on 64bits.
lrzip-0.631+git200516/ChangeLog-339-
##############################################
lrzip-0.631+git200516/ChangeLog-688-APRIL 2010, version 0.45, Con Kolivas, Jon Tibble, George Makrydakis
lrzip-0.631+git200516/ChangeLog:689:* Fixes the nasm program test (AC_CHECK_PROG doesn't overwrite a
lrzip-0.631+git200516/ChangeLog-690-variable that is already set so do it manually) JT
##############################################
lrzip-0.631+git200516/ChangeLog-881-* correct AC_INIT to set program variables.
lrzip-0.631+git200516/ChangeLog:882:* modified to add check for nasm assembler.
lrzip-0.631+git200516/ChangeLog-883-* modified syntax of test for errno in error.h to use
##############################################
lrzip-0.631+git200516/AUTHORS-17-Jari Aalto for documentation and typos and git help
lrzip-0.631+git200516/AUTHORS:18:Jon Tibble for nasm tests & Solaris support
lrzip-0.631+git200516/AUTHORS-19-Michael Blumenkrantz for updated autotools and liblrzip!
##############################################
lrzip-0.631+git200516/configure.ac-129-# final checks for assembler
lrzip-0.631+git200516/configure.ac:130:# ASM is back for x86_64 by using newer CRC code from p7zip-16.02
lrzip-0.631+git200516/configure.ac-131-# object files handled in lzma/C/Makefile.am
##############################################
lrzip-0.631+git200516/doc/README.Assembler-26-and adjust the Makefile accordingly. If you don't
lrzip-0.631+git200516/doc/README.Assembler:27:have the nasm assembler or have a ppc or other non-
lrzip-0.631+git200516/doc/README.Assembler-28-x86 system, the standard C CRC routines will be
##############################################
lrzip-0.631+git200516/doc/README.Assembler-36-
lrzip-0.631+git200516/doc/README.Assembler:37:which will automatically not include the asm module or
lrzip-0.631+git200516/doc/README.Assembler-38-change the line
##############################################
lrzip-0.631+git200516/README.md-52- - coreutils
lrzip-0.631+git200516/README.md:53: - nasm on x86, not needed on x64
lrzip-0.631+git200516/README.md-54- - git if you want a repo-fresh copy
##############################################
lrzip-0.631+git200516/INSTALL-173-directory configuration variables that were expressed in terms of
lrzip-0.631+git200516/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
lrzip-0.631+git200516/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
lrzip-0.631+git200516/lzma/README-14-
lrzip-0.631+git200516/lzma/README:15:File ./C/7zCrcT8.c is added to support ASM CRC code. Taken
lrzip-0.631+git200516/lzma/README-16-from p7zip.org.
##############################################
lrzip-0.631+git200516/lzma/C/Makefile.am-22-noinst_LTLIBRARIES = liblzma.la
lrzip-0.631+git200516/lzma/C/Makefile.am:23:# need separate variable for ASM so that make will compile later
lrzip-0.631+git200516/lzma/C/Makefile.am-24-# to prevent an error even if -j## is used.
##############################################
lrzip-0.631+git200516/lzma/C/Makefile.am-49-
lrzip-0.631+git200516/lzma/C/Makefile.am:50:## hack to force asm compilation and to trick libtool with .lo file
lrzip-0.631+git200516/lzma/C/Makefile.am:51:if USE_ASM 
lrzip-0.631+git200516/lzma/C/Makefile.am-52-liblzma_la_LIBADD = $(ASM_7z).lo
##############################################
lrzip-0.631+git200516/lzma/C/Makefile.am-55-\# $(ASM_7z).lo - a libtool object file\
lrzip-0.631+git200516/lzma/C/Makefile.am:56:\n\# Generated by libtool -- hack to allow asm linking\
lrzip-0.631+git200516/lzma/C/Makefile.am-57-\n\# Peter Hyman\
##############################################
lrzip-0.631+git200516/lzma/ASM/x86/7zCrcOpt_asm.asm:1:; 7zCrcOpt.asm -- CRC32 calculation : optimized version
lrzip-0.631+git200516/lzma/ASM/x86/7zCrcOpt_asm.asm-2-; 2009-12-12 : Igor Pavlov : Public domain
##############################################
lrzip-0.631+git200516/lzma/ASM/x86/7zAsm.asm:1:; 7zAsm.asm -- ASM macros
lrzip-0.631+git200516/lzma/ASM/x86/7zAsm.asm-2-; 2009-12-12 : Igor Pavlov : Public domain
##############################################
lrzip-0.631+git200516/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
lrzip-0.631+git200516/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
lrzip-0.631+git200516/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
lrzip-0.631+git200516/WHATS-NEW-163-lrzuntar, lrunzip symlinks and the pod-based manpages are installed again.
lrzip-0.631+git200516/WHATS-NEW:164:Configuration clearly shows now that ASM isn't supported on 64bit.
lrzip-0.631+git200516/WHATS-NEW-165-
##############################################
lrzip-0.631+git200516/debian/copyright-41- .
lrzip-0.631+git200516/debian/copyright:42: The ASM code compiling has been disables in this debian
lrzip-0.631+git200516/debian/copyright-43- package, so file ./C/7zCrcT8.c is not used.
##############################################
lrzip-0.631+git200516/debian/copyright-62- .
lrzip-0.631+git200516/debian/copyright:63: File ./C/7zCrcT8.c is added to support ASM CRC code. Taken
lrzip-0.631+git200516/debian/copyright-64- from p7zip.org.
##############################################
lrzip-0.631+git200516/debian/rules-28-	# empty dependency libs
lrzip-0.631+git200516/debian/rules:29:	sed -i "/dependency_libs/ s/'.*'/''/" `find $(PKGDIR) -name '*.la'`
lrzip-0.631+git200516/debian/rules-30-	# Remove extra files
##############################################
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-22-noinst_LTLIBRARIES = liblzma.la
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am:23:# need separate variable for ASM so that make will compile later
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-24-# to prevent an error even if -j## is used.
##############################################
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-49-
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am:50:## hack to force asm compilation and to trick libtool with .lo file
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am:51:if USE_ASM 
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-52-liblzma_la_LIBADD = $(ASM_7z).lo
##############################################
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-55-\# $(ASM_7z).lo - a libtool object file\
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am:56:\n\# Generated by libtool -- hack to allow asm linking\
lrzip-0.631+git200516/.pc/dir_if_not_exists.patch/lzma/C/Makefile.am-57-\n\# Peter Hyman\