mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Don't randomly change to non-standard values. If you prefer stuff in games instead of bin you can use --bindir
This commit is contained in:
parent
219acb9ce1
commit
5c89b5d944
1 changed files with 0 additions and 5 deletions
|
@ -661,11 +661,6 @@ dnl Check for system services
|
|||
AC_EXEEXT
|
||||
AC_OBJEXT
|
||||
|
||||
dnl if the user doesn't say otherwise, games belong in $prefix/games
|
||||
if test "x$bindir" = 'x${exec_prefix}/bin'; then
|
||||
bindir='${exec_prefix}/games'
|
||||
fi
|
||||
|
||||
|
||||
AC_SUBST(RELEASE)
|
||||
AC_SUBST(RELEASE_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue