build: Add heading about basic build environment

(cherry picked from
virt-v2v commit c523c63a4916b5620666341dad54bf5d999c1fbe)
This commit is contained in:
Richard W.M. Jones
2025-03-16 13:57:31 +00:00
parent 21ae4c37b7
commit f7083e588e

View File

@@ -44,6 +44,8 @@ m4_define([HEADING],
[AS_ECHO
AS_ECHO(["${term_bold}$1${term_restore}"])])
HEADING([Checking for C compiler and basic build environment])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([guestfs-test-driver])