mirror of https://github.com/aria2/aria2
aria2_arg.m4: Doc fix
parent
2e94b4e4eb
commit
86f5d01708
|
@ -6,7 +6,7 @@ AC_DEFUN([ARIA2_ARG_WITH],
|
||||||
AS_HELP_STRING([--with-$1], [Use $1.]),
|
AS_HELP_STRING([--with-$1], [Use $1.]),
|
||||||
[with_$1_requested=$withval with_$1=$withval], [with_$1=no])]
|
[with_$1_requested=$withval with_$1=$withval], [with_$1=no])]
|
||||||
)
|
)
|
||||||
dnl ARIA2_ARG_WITH(PACKAGE)
|
dnl ARIA2_ARG_WITHOUT(PACKAGE)
|
||||||
dnl wrapper for AC_ARG_WITH with default value 'yes'.
|
dnl wrapper for AC_ARG_WITH with default value 'yes'.
|
||||||
dnl If --with-$1 is given explicitly, set with_$1_requested to given value.
|
dnl If --with-$1 is given explicitly, set with_$1_requested to given value.
|
||||||
AC_DEFUN([ARIA2_ARG_WITHOUT],
|
AC_DEFUN([ARIA2_ARG_WITHOUT],
|
||||||
|
|
Loading…
Reference in New Issue