SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Ensure bootstrap check if user has requirements #38

Closed giulianobelinassi closed 3 years ago

giulianobelinassi commented 3 years ago

The boostrap only runs the necessary commands in order to generate the configure script, but do not check if the user indeed have the necessary files installed. This commit fixes that by checking if every command can be run before executing the bootstrap process, and on failure display a single message showing which command has failed.

Signed-off-by: Giuliano Belinassi gbelinassi@suse.com