author | Sylvestre Ledru <sledru@mozilla.com> |
Thu, 07 Dec 2017 23:39:30 +0100 | |
changeset 395494 | ec94a5c11a0afc57c58ccd18c1f2d1573af45c99 |
parent 395493 | 91cecf141b8b5766425f2cf98f5dd86f4e33800f |
child 395495 | 457b0fe91e0d49a5bc35014fb6f86729cd5bac9b |
child 395599 | fe1f91027b9e5e678616fba0bfbe6baeb8d98a42 |
child 395664 | 47b9da91a26e155e001665ec1adceff47573076e |
push id | 33046 |
push user | ryanvm@gmail.com |
push date | Thu, 07 Dec 2017 23:51:42 +0000 |
treeherder | mozilla-central@ec94a5c11a0a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium, RyanVM |
bugs | 1423856 |
milestone | 59.0a1 |
first release with | nightly mac
ec94a5c11a0a
/
59.0a1
/
20171207235447
/
files
nightly linux32
nightly linux64
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly mac
59.0a1
/
20171207235447
/
pushlog to previous
|
old-configure.in | file | annotate | diff | comparison | revisions |
--- a/old-configure.in +++ b/old-configure.in @@ -4534,21 +4534,21 @@ dnl = Mac bundle name prefix dnl ======================================================== MOZ_ARG_WITH_STRING(macbundlename-prefix, [ --with-macbundlename-prefix=prefix Prefix for MOZ_MACBUNDLE_NAME], [ MOZ_MACBUNDLE_NAME_PREFIX="$withval"]) MOZ_MACBUNDLE_NAME=$MOZ_APP_DISPLAYNAME if test "$MOZ_MACBUNDLE_NAME_PREFIX"; then - MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME_PREFIX} ${MOZ_MACBUNDLE_NAME}" + MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME_PREFIX}${MOZ_MACBUNDLE_NAME}" fi if test "$MOZ_DEBUG"; then - MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME} Debug.app" + MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME}Debug.app" else MOZ_MACBUNDLE_NAME=${MOZ_MACBUNDLE_NAME}.app fi AC_SUBST(MOZ_MACBUNDLE_NAME) dnl Mac bundle identifier (based on MOZ_APP_DISPLAYNAME) # If the MOZ_MACBUNDLE_ID is defined in the configure.sh, use it # Otherwise, use MOZ_APP_DISPLAYNAME