Fix bad bash-completion directory in non pkg-config case.
Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
+1
-1
@@ -377,7 +377,7 @@ AS_IF([test "$install_completion" != no],
|
||||
else
|
||||
completions="`pkg-config --define-variable=prefix=$prefix --variable=completionsdir bash-completion`"
|
||||
fi],
|
||||
[completions="${sysconfdir}/bash-completion.d"])
|
||||
[completions="${sysconfdir}/bash_completion.d"])
|
||||
AC_SUBST([completions])])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
|
||||
Reference in New Issue
Block a user