mirror of https://github.com/roytam1/boc-uxp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
574 B
22 lines
574 B
2 years ago
|
dnl -*- Mode: Autoconf; tab-width: 2; indent-tabs-mode: nil; -*-
|
||
|
dnl vi: set tabstop=2 shiftwidth=2 expandtab:
|
||
|
dnl This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
dnl License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
|
||
|
dnl Things we need to carry from confvars.sh
|
||
|
|
||
|
AC_DEFINE(MOZ_SUITE)
|
||
|
AC_SUBST(MOZ_SUITE)
|
||
3 years ago
|
|
||
2 years ago
|
AC_DEFINE(BINOC_BOREALIS)
|
||
|
AC_SUBST(BINOC_BOREALIS)
|
||
3 years ago
|
|
||
|
AC_SUBST(BINOC_COMM_DLMGR)
|
||
|
|
||
2 years ago
|
AC_DEFINE(MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES)
|
||
|
|
||
|
dnl Optional parts of the build.
|
||
|
|
||
|
|