Browse Source

autotools: change default prefix to `/usr`

so our modules will be installed where system's pulseaudio modules are.
Unfortunately, pulseaudio don't check `/usr/local` first
pull/7/head
Idan Freiberg 6 years ago
parent
commit
9f6df5da00
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure.ac

+ 3
- 0
configure.ac View File

@ -49,6 +49,9 @@ AS_IF([test x"$PULSE_DIR" == x""],
AC_MSG_ERROR([m4_text_box([PULSE_MSG])]) AC_MSG_ERROR([m4_text_box([PULSE_MSG])])
) )
# change default prefix so modules will be installed where system pulseaudio is
AC_PREFIX_DEFAULT(["/usr"])
# copied from pulseaudio # copied from pulseaudio
AC_ARG_WITH( AC_ARG_WITH(
[module-dir], [module-dir],


Loading…
Cancel
Save