forked from mia/Aegisub
Don't version the executable on Linux
Release branches will continue to use versioned file names, but that doesn't really make much sense for builds from master.
This commit is contained in:
parent
d61a9664c6
commit
e675cf10da
1 changed files with 3 additions and 8 deletions
11
configure.ac
11
configure.ac
|
@ -47,18 +47,13 @@ AC_SUBST(build_darwin)
|
|||
# Configurable variables
|
||||
########################
|
||||
# Name of aegisub binary.
|
||||
# On OS X everything goes in an app bundle so no point in versioning the executable
|
||||
AS_IF([test x$build_darwin = xyes],
|
||||
[AEGISUB_COMMAND="aegisub"],
|
||||
[AEGISUB_COMMAND="aegisub-3.1"])
|
||||
# This is tagged with the version on release branches.
|
||||
AEGISUB_COMMAND="aegisub"
|
||||
AC_SUBST(AEGISUB_COMMAND)
|
||||
AC_DEFINE_UNQUOTED([AEGISUB_COMMAND], ["${AEGISUB_COMMAND}"], [Name of the Aegisub executable])
|
||||
|
||||
# Name of gettext catalog.
|
||||
# On OS X everything goes in an app bundle so no point in versioning the executable
|
||||
AS_IF([test x$build_darwin = xyes],
|
||||
[AEGISUB_CATALOG="aegisub"],
|
||||
[AEGISUB_CATALOG="aegisub-31"])
|
||||
AEGISUB_CATALOG="aegisub"
|
||||
AC_SUBST(AEGISUB_CATALOG)
|
||||
AC_DEFINE_UNQUOTED([AEGISUB_CATALOG], ["${AEGISUB_CATALOG}"], [Name of the Aegisub gettext catalog])
|
||||
|
||||
|
|
Loading…
Reference in a new issue