]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Do not escape ${libdir} in --with-pkgconfigdir option's AS_HELP_STRING
authorStefan Knoblich <s.knoblich@axsentis.de>
Sat, 19 Feb 2011 22:38:04 +0000 (23:38 +0100)
committerStefan Knoblich <s.knoblich@axsentis.de>
Sat, 19 Feb 2011 22:38:04 +0000 (23:38 +0100)
description parameter (not needed and ends up in output).

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
configure.in

index 0e45e064f1f47f6e95d1e91559c3d3a2cdf10eb5..7978d0475451cf6e5cf3a5c4a9f346e03e0dd10f 100644 (file)
@@ -94,7 +94,7 @@ AC_SUBST(bindir)
 AC_SUBST(includedir)
 
 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
         yes|no) AC_MSG_ERROR([Invalid value ${withval} for option --with-pkgconfigdir]) ;;
         *) pkgconfigdir="${withval}" ;;