===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nemo-fileroller-4.6.0/configure.ac-52-else
nemo-fileroller-4.6.0/configure.ac:53:    NEMO_EXTENSION_DIR=`$PKG_CONFIG --variable=extensiondir libnemo-extension`
nemo-fileroller-4.6.0/configure.ac-54-fi
##############################################
nemo-fileroller-4.6.0/configure.ac-61-
nemo-fileroller-4.6.0/configure.ac:62:NEMO_VERSION=`$PKG_CONFIG --modversion libnemo-extension`
nemo-fileroller-4.6.0/configure.ac-63-if test -n "$NEMO_VERSION"; then
nemo-fileroller-4.6.0/configure.ac:64:    NEMO_VERSION_MAJOR=`echo -n $NEMO_VERSION | cut -d . -f 1`
nemo-fileroller-4.6.0/configure.ac:65:    NEMO_VERSION_MINOR=`echo -n $NEMO_VERSION | cut -d . -f 2`
nemo-fileroller-4.6.0/configure.ac:66:    NEMO_VERSION_MICRO=`echo -n $NEMO_VERSION | cut -d . -f 3`
nemo-fileroller-4.6.0/configure.ac-67-fi