Skip to content
Snippets Groups Projects
Commit 2971e5c4 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

_properly_ use AC_HELP_STRING() for nicer formatting in AC_ARG_WITH

and friends.
parent 2870a1c4
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ else ...@@ -48,7 +48,7 @@ else
DEFAULT_LIBDIR=$3 DEFAULT_LIBDIR=$3
fi fi
AC_ARG_WITH($1-lib, AC_ARG_WITH($1-lib,
AC_HELP_STRING([ --with-$1-lib=DIR], AC_HELP_STRING([--with-$1-lib=DIR],
[use $1 library below directory DIR (default: $3)]), [use $1 library below directory DIR (default: $3)]),
[case "$withval" in [case "$withval" in
yes) AC_MSG_ERROR("option \"--with-$1-lib\" requires an argument") yes) AC_MSG_ERROR("option \"--with-$1-lib\" requires an argument")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment