mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Make use of the recently added 'getprogname' module in gnulib: replace our guestfs_int_program_name with the getprogname() provided by the module, since it does the same thing, and in a portable way. As consequence of the above, use gnulib in a couple of tests that use getprogname(). Since guestfs_int_program_name is gone, drop the configure checks associated with it.
This directory contains miscellaneous utilities for profiling and testing libguestfs. For more information see guestfs-performance(1). For libguestfs tools you should look in the specific tool directories such as cat/, df/, etc. For an overview of libguestfs directories, see guestfs-hacking(1).