move $fs_sharepath/QFplugins to $fs_sharepath/QF/plugins

This commit is contained in:
Bill Currie 2003-02-07 22:52:17 +00:00
parent 74e56609b0
commit b141f2b38e

View file

@ -1179,10 +1179,10 @@ AC_DEFINE_UNQUOTED(FS_USERPATH, "$userpath", [Define this to the unshared game d
AC_ARG_WITH(plugin-path,
[ --with-plugin-path=DIR Use DIR for loading plugins, defaults to
\${sharepath}/QFplugins],
\${sharepath}/QF/plugins],
plugindir=$withval, plugindir="auto")
PLUGINDIR="\${sharepath}/QFplugins"
PLUGINDIR="\${sharepath}/QF/plugins"
if test "x$plugindir" = "xauto" -o "x$plugindir" = "xyes" -o "x$plugindir" = "x"; then
plugindir="$PLUGINDIR"
elif test "x$plugindir" = xno; then