Lines 79-86
Link Here
|
79 |
AC_SUBST(ALSA_CONFIG_DIR) |
79 |
AC_SUBST(ALSA_CONFIG_DIR) |
80 |
|
80 |
|
81 |
dnl ALSA plugin directory |
81 |
dnl ALSA plugin directory |
82 |
test "x$exec_prefix" = xNONE && exec_prefix=$prefix |
|
|
83 |
|
84 |
AC_ARG_WITH(plugindir, |
82 |
AC_ARG_WITH(plugindir, |
85 |
AS_HELP_STRING([--with-plugindir=dir], |
83 |
AS_HELP_STRING([--with-plugindir=dir], |
86 |
[path where ALSA plugin files are stored]), |
84 |
[path where ALSA plugin files are stored]), |
Lines 89-95
Link Here
|
89 |
eval dir="$libdir" |
87 |
eval dir="$libdir" |
90 |
case "$dir" in |
88 |
case "$dir" in |
91 |
/*) ;; |
89 |
/*) ;; |
92 |
*) dir="$dir" |
90 |
*) dir="$libdir" |
93 |
esac |
91 |
esac |
94 |
plugindir="$dir/$PACKAGE" |
92 |
plugindir="$dir/$PACKAGE" |
95 |
fi |
93 |
fi |