]> www.infradead.org Git - mtd-utils.git/commitdiff
Add a build summary to configure.ac
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sun, 28 Feb 2021 13:22:31 +0000 (14:22 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 19 Feb 2024 08:04:00 +0000 (09:04 +0100)
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac

index d2c5c54c01ff0a9ec57d27796b160ab123fac7f3..f8f2ea281f69bc1e229fdeaceeda64633581ef17 100644 (file)
@@ -292,3 +292,40 @@ AC_CONFIG_FILES([tests/fs-tests/fs_help_all.sh
        tests/ubi-tests/ubi-stress-test.sh])
 
 AC_OUTPUT([Makefile])
+
+AC_MSG_RESULT([
+       ${PACKAGE}  ${VERSION}
+
+       prefix:            ${prefix}
+       exec prefix:       ${exec_prefix}
+
+       runstatedir:       ${runstatedir}
+       bindir:            ${bindir}
+       sbindir:           ${sbindir}
+       libdir:            ${libdir}
+       includedir:        ${includedir}
+
+       compiler:          ${CC}
+       cflags:            ${CFLAGS}
+       ldflags:           ${LDFLAGS}
+
+       lzo support:       ${with_lzo}
+       zlib support:      ${with_zlib}
+       zstd support:      ${with_zstd}
+       xattr/acl support: ${with_xattr}
+       SELinux support:   ${with_selinux}
+       fscrypt support:   ${with_crypto}
+
+       Test programs:     ${with_tests}
+       Unit tests:        ${enable_unit_tests}
+       ubihealthd:        ${enable_ubihealthd}
+       lsmtd:             ${with_lsmtd}
+       jffs2 utils:       ${with_jffs}
+       ubifs utils:       ${with_ubifs}
+
+       warnings:
+
+${WARN_CFLAGS}
+
+       Type 'make' or 'make <utilname>' to compile.
+])