]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: disable po-man by default, cleanup summary
authorKarel Zak <kzak@redhat.com>
Thu, 22 Apr 2021 13:59:54 +0000 (15:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 22 Apr 2021 13:59:54 +0000 (15:59 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 6a610b854f279d951b76b9b1c14806ac4a794153..38209f73c067afb40286a4a7e86280efe3f7894d 100644 (file)
@@ -745,7 +745,7 @@ AM_CONDITIONAL([ENABLE_ASCIIDOC], [test "x$build_asciidoc" = xyes])
 
 AC_ARG_ENABLE([poman],
   AS_HELP_STRING([--enable-poman], [generate translated man pages]),
-  [], [UL_DEFAULT_ENABLE([poman], [no])]
+  [], [enable_poman=no]
 )
 UL_BUILD_INIT([poman])
 UL_REQUIRES_PROGRAM([poman], [PO4A], [po4a], [translated man pages])
@@ -2627,50 +2627,51 @@ po-man/Makefile
 AC_OUTPUT
 
 AC_MSG_RESULT([
-       ${PACKAGE}  ${VERSION}
+        ${PACKAGE}  ${VERSION}
 
-       prefix:            ${prefix}
-       exec prefix:       ${exec_prefix}
+        prefix:                    ${prefix}
+        exec prefix:               ${exec_prefix}
 
-       bindir:            ${bindir}
-       sbindir:           ${sbindir}
-       libdir:            ${libdir}
-       usrbin_execdir:    ${usrbin_execdir}
-       usrsbin_execdir:   ${usrsbin_execdir}
-       usrlib_execdir:    ${usrlib_execdir}
+        bindir:                    ${bindir}
+        sbindir:                   ${sbindir}
+        libdir:                    ${libdir}
+        usrbin_execdir:            ${usrbin_execdir}
+        usrsbin_execdir:           ${usrsbin_execdir}
+        usrlib_execdir:            ${usrlib_execdir}
 
-       localstatedir:     ${localstatedir}
-       runstatedir:       ${runstatedir}
-       includedir:        ${includedir}
-       sysconfdir:        ${sysconfdir}
-       sysconfstaticdir:  ${sysconfstaticdir}
+        localstatedir:             ${localstatedir}
+        runstatedir:               ${runstatedir}
+        includedir:                ${includedir}
+        sysconfdir:                ${sysconfdir}
+        sysconfstaticdir:          ${sysconfstaticdir}
 
-       vendordir:         ${with_vendordir}
+        vendordir:                 ${with_vendordir}
 
-       compiler:          ${CC}
-       cflags:            ${CFLAGS}
-       suid cflags:       ${SUID_CFLAGS}
-       ldflags:           ${LDFLAGS}
-       suid ldflags:      ${SUID_LDFLAGS}
-       ASAN enabled:      ${enable_asan}
+        Python:                    ${PYTHON}
+        Python version:            ${PYTHON_VERSION}
+        Python libs:               ${pyexecdir}
 
-       Python:            ${PYTHON}
-       Python version:    ${PYTHON_VERSION}
-       Python libs:       ${pyexecdir}
+        Bash completions:          ${with_bashcompletiondir}
+        Systemd support:           ${have_systemd}
+        Systemd unitdir:           ${with_systemdsystemunitdir}
+        libeconf support:          ${have_econf}
+        Btrfs support:             ${have_btrfs}
+        Wide-char support:         ${build_widechar}
 
-       Bash completions:  ${with_bashcompletiondir}
-       Systemd support:   ${have_systemd}
-       Systemd unitdir:   ${with_systemdsystemunitdir}
-       libeconf support:  ${have_econf}
-       Btrfs support:     ${have_btrfs}
-       Wide-char support: ${build_widechar}
+        Manual pages:              ${build_asciidoc}
+        Manual pages translated:   ${build_poman}
 
-       Manual pages:      ${build_asciidoc}
-       Manual pages translated: ${build_poman}
+        compiler:                  ${CC}
+        suid cflags:               ${SUID_CFLAGS}
+        ldflags:                   ${LDFLAGS}
+        suid ldflags:              ${SUID_LDFLAGS}
+        ASAN enabled:              ${enable_asan}
 
-       warnings:
+        cflags:                    ${CFLAGS}
+
+        warnings:
 
 ${WARN_CFLAGS}
 
      Type 'make' or 'make <utilname>' to compile.
+ Type 'make' or 'make <utilname>' to compile.
 ])