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

description parameter (not needed and ends up in output).

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
This commit is contained in:
Stefan Knoblich 2011-02-19 23:38:04 +01:00
parent c8065499ad
commit 78472897cd
1 changed files with 1 additions and 1 deletions

View File

@ -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}" ;;