From cce05a2a8185b1b8bed68e59f07c0b969d7c6d23 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 3 Jun 2016 10:20:03 +0200 Subject: build-sys: fix comments in ul.m4 Signed-off-by: Karel Zak --- m4/ul.m4 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'm4') diff --git a/m4/ul.m4 b/m4/ul.m4 index 3157a92bb..dd932e31f 100644 --- a/m4/ul.m4 +++ b/m4/ul.m4 @@ -180,7 +180,7 @@ AC_DEFUN([UL_REQUIRES_LINUX], [ ]) -dnl UL_EXCLUDE_ARCH(NAME, ARCH, VARSUFFIX = $1]) +dnl UL_EXCLUDE_ARCH(NAME, ARCH, [VARSUFFIX = $1]) dnl dnl Modifies $build_ variable according to $enable_ and $host. The dnl $enable_ could be "yes", "no" and "check". If build_ is "no" then @@ -208,17 +208,17 @@ AC_DEFUN([UL_EXCLUDE_ARCH], [ fi ]) -dnl UL_REQUIRES_HAVE(NAME, HAVENAME, HAVEDESC [VARSUFFIX=$1]) +dnl UL_REQUIRES_HAVE(NAME, HAVENAME, HAVEDESC, [VARSUFFIX=$1]) dnl dnl Modifies $build_ variable according to $enable_ and -dnl $have_. The is description used ifor warning/error +dnl $have_. The is description used for warning/error dnl message (e.g. "function"). dnl dnl The maybe a list, then at least one of the items in the list dnl have to exist, for example: [ncurses, tinfo] means that have_ncurser=yes dnl *or* have_tinfo=yes must be defined. dnl -dnl The default for $build_ and $enable_ could be overwrited by option $3. +dnl The default for $build_ and $enable_ could be overwrited by option $4. dnl AC_DEFUN([UL_REQUIRES_HAVE], [ m4_define([suffix], m4_default([$4],$1)) @@ -248,9 +248,8 @@ AC_DEFUN([UL_REQUIRES_HAVE], [ fi ]) - dnl -dnl UL_CONFLICTS_BUILD(NAME, ANOTHER, ANOTHERDESC [VARSUFFIX=$1]) +dnl UL_CONFLICTS_BUILD(NAME, ANOTHER, ANOTHERDESC, [VARSUFFIX=$1]) dnl dnl - ends with error if $enable_ and $build_ dnl are both set to 'yes' @@ -260,7 +259,7 @@ dnl dnl The is description used for warning/error dnl message (e.g. "function"). dnl -dnl The default for $build_ and $enable_ could be overwrited by option $3. +dnl The default for $build_ and $enable_ could be overwrited by option $4. dnl AC_DEFUN([UL_CONFLICTS_BUILD], [ m4_define([suffix], m4_default([$4],$1)) @@ -349,7 +348,7 @@ dnl Initializes $build_ variable according to $enable_. If dnl $enable_ is undefined then ENABLE_STATE is used and $enable_ is dnl set to ENABLE_STATE. dnl -dnl The default for $build_ and $enable_ could be overwrited by option $2. +dnl The default for $build_ and $enable_ could be overwrited by option $3. dnl AC_DEFUN([UL_BUILD_INIT], [ m4_define([suffix], m4_default([$3],$1)) -- cgit v1.2.3-55-g7522