Files
libguestfs/utils
Pino Toscano eea210dbf7 Use the getprogname gnulib module
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.
2016-09-08 09:57:15 +02:00
..

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).