mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-02-23 03:40:57 +00:00
- Corrected the comment for PKGDATADIR that Chris changed
with his 3dfx commit
This commit is contained in:
parent
5f426405a0
commit
df9f046d34
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ eval PKGLIBDIR="$libdir/$PACKAGE"
|
|||
AC_DEFINE_UNQUOTED(PKGLIBDIR, "$PKGLIBDIR", [Define this to the path containing the dynamic modules (\${exec-prefix}/lib/quake2/)])
|
||||
|
||||
eval PKGDATADIR="$datadir/$PACKAGE"
|
||||
AC_DEFINE_UNQUOTED(PKGDATADIR, "$PKGDATADIR", [Define this to the path containing the game data (\${prefix}/share/games/quake2/)])
|
||||
AC_DEFINE_UNQUOTED(PKGDATADIR, "$PKGDATADIR", [Define this to the path containing the game data (\${prefix}/share/quake2/)])
|
||||
|
||||
dnl ---------------------------------
|
||||
dnl Work out what refreshers to build
|
||||
|
|
Loading…
Reference in a new issue