Add INSTALL_PREFIX to config.h, this will be used to add proper relocation
support in UNIX. Windows and OS X are done differently. Originally committed to SVN as r2605.
This commit is contained in:
parent
85e91c8a98
commit
d935c3fdd3
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ AC_C_BIGENDIAN(
|
|||
aegisubdatadir="$datadir/aegisub"
|
||||
AC_SUBST(aegisubdatadir)
|
||||
|
||||
# Install prefix used by wxStandardPaths::SetInstallPrefix.
|
||||
AC_DEFINE_UNQUOTED([INSTALL_PREFIX], ["$prefix"], [Default install prefix, or --prefix.])
|
||||
|
||||
####################
|
||||
# Check for programs
|
||||
|
|
Loading…
Reference in a new issue