]> code.delx.au - pulseaudio/commitdiff
move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/
authorLennart Poettering <lennart@poettering.net>
Thu, 25 May 2006 16:05:11 +0000 (16:05 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 May 2006 16:05:11 +0000 (16:05 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@971 fefdeb5f-60dc-0310-8127-8f9354f1896f

configure.ac
doc/todo

index 004053c2a1c45c6ed128f3007d61cef93b9fe88e..157c01a4b82d038967685aeba7a7624347355576 100644 (file)
@@ -437,8 +437,8 @@ fi
 
 AC_ARG_WITH(
         [module-dir],
-        AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/polypaudio-${PA_MAJORMINOR}]),
-        [modlibexecdir=$withval], [modlibexecdir="${libdir}/polypaudio-${PA_MAJORMINOR}"])
+        AC_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/]),
+        [modlibexecdir=$withval], [modlibexecdir="${libdir}/polypaudio-${PA_MAJORMINOR}/modules/"])
 
 AC_SUBST(modlibexecdir)
 
index 58b2fa6c9b40c0d6f6e33cdd0a100590f4dcaff4..1d17d3cc8341a483132084329e7101c33055846f 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -2,7 +2,6 @@
 
 Pre 0.9.0
 - add API to query the bufferattrs after stream creation
-- move the modules to /usr/lib/polypaudio-0.9.0/modules
 - add proper padsp script that makes $PADSP_xxx env vars from the command line arguments, just like esddsp does
 - move pa_cstrerror() to polypcore/core-error.h