summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-09 17:20:10 +0200
committerKarel Zak2014-07-14 15:49:32 +0200
commitbdef457d34183eb1d8152a6c3950ebfa93986e84 (patch)
tree719c3638f42e3910ab79ae6bf449dbf7913b9333 /m4
parentdocs: fix many wording and some formatting issues in the man page of kill (diff)
downloadkernel-qcow2-util-linux-bdef457d34183eb1d8152a6c3950ebfa93986e84.tar.gz
kernel-qcow2-util-linux-bdef457d34183eb1d8152a6c3950ebfa93986e84.tar.xz
kernel-qcow2-util-linux-bdef457d34183eb1d8152a6c3950ebfa93986e84.zip
build-sys: improve the informative message when not building some util
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/ul.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ul.m4 b/m4/ul.m4
index b8a5390e3..fb0dd85b5 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -148,7 +148,7 @@ AC_DEFUN([UL_REQUIRES_LINUX], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([non-linux system; do not build $1])
+ AC_MSG_WARN([non-linux system; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -175,7 +175,7 @@ AC_DEFUN([UL_EXCLUDE_ARCH], [
yes:*)
[build_]suffix=yes ;;
check:$2)
- AC_MSG_WARN([exclude for $host architecture; do not build $1])
+ AC_MSG_WARN([excluded for $host architecture; not building $1])
[build_]suffix=no ;;
check:*)
[build_]suffix=yes ;;
@@ -217,7 +217,7 @@ AC_DEFUN([UL_REQUIRES_HAVE], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([$3 not found; do not build $1])
+ AC_MSG_WARN([$3 not found; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -275,7 +275,7 @@ AC_DEFUN([UL_REQUIRES_BUILD], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([$2 disabled; do not build $1])
+ AC_MSG_WARN([$2 disabled; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -315,7 +315,7 @@ AC_DEFUN([UL_REQUIRES_SYSCALL_CHECK], [
yes:no)
AC_MSG_ERROR([$1 selected but callname syscall not found]) ;;
check:no)
- AC_MSG_WARN([callname syscall not found; do not build $1])
+ AC_MSG_WARN([callname syscall not found; not building $1])
[build_]suffix=no ;;
*)
dnl default $ul_cv_syscall_ is SYS_ value