]> code.delx.au - pulseaudio/commitdiff
builds-sys: work around automake 1.11 borkage
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Jun 2009 22:55:31 +0000 (00:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Jun 2009 22:55:31 +0000 (00:55 +0200)
As suggested on:

http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html

configure.ac

index 253ade93966473f46ff237404f62e3dbf58e4994..2a32c83b0fba9bd251f6f8f6add354acd2701e13 100644 (file)
@@ -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)