提交 78472897 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

Do not escape ${libdir} in --with-pkgconfigdir option's AS_HELP_STRING

description parameter (not needed and ends up in output).
Signed-off-by: 's avatarStefan Knoblich <s.knoblich@axsentis.de>
上级 c8065499
...@@ -94,7 +94,7 @@ AC_SUBST(bindir) ...@@ -94,7 +94,7 @@ AC_SUBST(bindir)
AC_SUBST(includedir) AC_SUBST(includedir)
AC_ARG_WITH([pkgconfigdir], AC_ARG_WITH([pkgconfigdir],
[AS_HELP_STRING([--with-pkgconfigdir=DIR], [Installation directory for pkgconfig file (default: \${libdir}/pkgconfig)])], [AS_HELP_STRING([--with-pkgconfigdir=DIR], [Installation directory for pkgconfig file (default: ${libdir}/pkgconfig)])],
[case "${withval}" in [case "${withval}" in
yes|no) AC_MSG_ERROR([Invalid value ${withval} for option --with-pkgconfigdir]) ;; yes|no) AC_MSG_ERROR([Invalid value ${withval} for option --with-pkgconfigdir]) ;;
*) pkgconfigdir="${withval}" ;; *) pkgconfigdir="${withval}" ;;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论