[Rpm-maint] [rpm-software-management/rpm] Zstd compression support (from jbj) (#283)

Igor Gnatenko notifications at github.com
Sun Jul 30 20:07:45 UTC 2017


ignatenkobrain commented on this pull request.



> +dnl ##  NAME:
+dnl ##    AC_MSG_VERBOSE -- Display a message under --verbose
+dnl ##
+dnl ##  USAGE:
+dnl ##    AC_MSG_VERBOSE(<text>)
+dnl ##
+
+AC_DEFUN([AC_MSG_VERBOSE], [
+    if test ".$verbose" = .yes; then
+        _AS_ECHO([$1])
+    fi
+])
+
+dnl ##
+dnl ##  NAME:
+dnl ##    RPM_CHECK_LIB -- Check for third-party libraries

and such things as well... personally I think we should just stick to pkgconfig and do not care about anything else. pkgconfig is standard de-facto.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/283#pullrequestreview-53105067
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170730/edabccbf/attachment-0001.html>


More information about the Rpm-maint mailing list