From: Lennart Poettering Date: Mon, 22 Jun 2009 22:55:31 +0000 (+0200) Subject: builds-sys: work around automake 1.11 borkage X-Git-Tag: submit/2.0-panda/20130828.192557~1667 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da6b15671aaeaffcf56f013e643b7fe0ca994a3f;p=profile%2Fivi%2Fpulseaudio-panda.git builds-sys: work around automake 1.11 borkage As suggested on: http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html --- diff --git a/configure.ac b/configure.ac index 253ade9..2a32c83 100644 --- a/configure.ac +++ b/configure.ac @@ -1305,8 +1305,8 @@ fi AC_ARG_WITH( [module-dir], - AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/]), - [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/"]) + AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules]), + [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules"]) AC_SUBST(modlibexecdir)