=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== eviacam-2.1.4/Makefile.am-67- eviacam-2.1.4/Makefile.am:68:GITTAG= `$(GITTAGCMD)` eviacam-2.1.4/Makefile.am-69- eviacam-2.1.4/Makefile.am:70:GITVERSION= `$(GITTAGCMD) | cut -d 'v' -f 2- | cut -d '-' -f 1` eviacam-2.1.4/Makefile.am-71- ############################################## eviacam-2.1.4/configure.ac-8- eviacam-2.1.4/configure.ac:9:AC_SUBST(COPYRIGHT, [`echo $COPYRIGHT`]) eviacam-2.1.4/configure.ac-10-AC_DEFINE_UNQUOTED([COPYRIGHT], ["$COPYRIGHT"], [Copyright notice]) eviacam-2.1.4/configure.ac:11:AC_SUBST(PUBLISHER, [`echo $PUBLISHER`]) eviacam-2.1.4/configure.ac-12-AC_DEFINE_UNQUOTED([PUBLISHER], ["$PUBLISHER"], [Publisher info]) ############################################## eviacam-2.1.4/configure.ac-122- GTKTEST() eviacam-2.1.4/configure.ac:123: GTK_CPPFLAGS="`$GTKCONFIG --cflags`" eviacam-2.1.4/configure.ac:124: GTK_LIBS="`$GTKCONFIG --libs`" eviacam-2.1.4/configure.ac-125-fi ############################################## eviacam-2.1.4/configure.ac-144- AC_MSG_CHECKING([wxWidgets version]) eviacam-2.1.4/configure.ac:145: if wxversion=`$WXCONFIG --version`; then eviacam-2.1.4/configure.ac-146- AC_MSG_RESULT([$wxversion]) ############################################## eviacam-2.1.4/configure.ac-156- # Verify minimum requires eviacam-2.1.4/configure.ac:157: vers=`echo $wxversion | $AWK 'BEGIN { FS = "."; } { printf "% d", ($1 * 1000 + $2) * 1000 + $3;}'` eviacam-2.1.4/configure.ac-158- if test -n "$vers" && test "$vers" -ge 2008003; then eviacam-2.1.4/configure.ac-159- if ! "$debug"; then eviacam-2.1.4/configure.ac:160: WX_CPPFLAGS="`$WXCONFIG --cppflags`" eviacam-2.1.4/configure.ac:161: WX_CXXFLAGS="`$WXCONFIG --cxxflags | sed -e 's/-fno-exceptions//'`" eviacam-2.1.4/configure.ac:162: WX_LIBS="`$WXCONFIG --libs`" eviacam-2.1.4/configure.ac-163- else eviacam-2.1.4/configure.ac:164: WX_CPPFLAGS="`$WXCONFIG --cppflags`" eviacam-2.1.4/configure.ac:165: WX_CXXFLAGS="`$WXCONFIG --cxxflags | sed -e 's/-fno-exceptions//'`" eviacam-2.1.4/configure.ac:166: WX_LIBS="`$WXCONFIG --libs`" eviacam-2.1.4/configure.ac-167- fi ############################################## eviacam-2.1.4/configure.ac-193- eviacam-2.1.4/configure.ac:194: OPENCVVERSION=`echo $opencvversion | $AWK 'BEGIN { FS = "."; } { printf "% d", ($1 * 1000 + $2) * 1000 + $3;}'` eviacam-2.1.4/configure.ac-195- AC_SUBST(OPENCVVERSION) eviacam-2.1.4/configure.ac:196: OPENCV_CPPFLAGS="`$OPENCVCONFIG --cflags`" eviacam-2.1.4/configure.ac-197- if test "$OPENCVVERSION" -ge 3000000; then ############################################## eviacam-2.1.4/po/Makefile.in.in-87-.po.gmo: eviacam-2.1.4/po/Makefile.in.in:88: @lang=`echo $* | sed -e 's,.*/,,'`; \ eviacam-2.1.4/po/Makefile.in.in-89- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-169-$(POFILES): $(srcdir)/$(DOMAIN).pot eviacam-2.1.4/po/Makefile.in.in:170: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-171- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## eviacam-2.1.4/po/Makefile.in.in-199- for cat in $$catalogs; do \ eviacam-2.1.4/po/Makefile.in.in:200: cat=`basename $$cat`; \ eviacam-2.1.4/po/Makefile.in.in:201: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-202- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-209- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ eviacam-2.1.4/po/Makefile.in.in:210: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ eviacam-2.1.4/po/Makefile.in.in-211- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-251- for cat in $$catalogs; do \ eviacam-2.1.4/po/Makefile.in.in:252: cat=`basename $$cat`; \ eviacam-2.1.4/po/Makefile.in.in:253: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-254- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-258- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ eviacam-2.1.4/po/Makefile.in.in:259: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ eviacam-2.1.4/po/Makefile.in.in-260- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-297- for cat in $$catalogs; do \ eviacam-2.1.4/po/Makefile.in.in:298: cat=`basename $$cat`; \ eviacam-2.1.4/po/Makefile.in.in:299: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-300- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## eviacam-2.1.4/po/Makefile.in.in-362-.nop.po-create: eviacam-2.1.4/po/Makefile.in.in:363: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-364- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## eviacam-2.1.4/po/Makefile.in.in-369-.nop.po-update: eviacam-2.1.4/po/Makefile.in.in:370: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ eviacam-2.1.4/po/Makefile.in.in-371- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## eviacam-2.1.4/po/Rules-quot-15-.insert-header.po-update-en: eviacam-2.1.4/po/Rules-quot:16: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ eviacam-2.1.4/po/Rules-quot:17: if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ eviacam-2.1.4/po/Rules-quot-18- tmpdir=`pwd`; \ eviacam-2.1.4/po/Rules-quot-19- echo "$$lang:"; \ eviacam-2.1.4/po/Rules-quot:20: ll=`echo $$lang | sed -e 's/@.*//'`; \ eviacam-2.1.4/po/Rules-quot-21- LC_ALL=C; export LC_ALL; \ eviacam-2.1.4/po/Rules-quot-22- cd $(srcdir); \ eviacam-2.1.4/po/Rules-quot:23: if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ eviacam-2.1.4/po/Rules-quot-24- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \