2013-04-07 20:32:36 +04:00
|
|
|
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)
|
|
|
|
AC_SUBST(MOZ_COMPOSER)
|
2013-04-18 20:03:09 +04:00
|
|
|
AC_SUBST(SEAMONKEY_VERSION)
|
2015-12-08 14:16:18 +03:00
|
|
|
AC_DEFINE(MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES)
|
2016-09-29 14:52:39 +03:00
|
|
|
AC_SUBST(MOZ_BUNDLED_FONTS)
|
2017-10-26 21:39:07 +03:00
|
|
|
AC_SUBST(MOZ_IRC)
|
|
|
|
AC_SUBST(MOZ_DOMINSPECTOR)
|
|
|
|
AC_SUBST(MOZ_DEBUGQA)
|
2013-04-07 20:32:36 +04:00
|
|
|
|
2017-02-26 18:45:39 +03:00
|
|
|
dnl More things we need to carry from confvars.sh
|
|
|
|
AC_SUBST(moztopsrcdir)
|
|
|
|
AC_SUBST(commtopsrcdir)
|
|
|
|
AC_SUBST(mozreltopsrcdir)
|
|
|
|
AC_SUBST(commreltopsrcdir)
|
2017-10-16 22:50:14 +03:00
|
|
|
AC_SUBST(commtopobjdir)
|
2017-02-26 18:45:39 +03:00
|
|
|
|
2013-04-07 20:32:36 +04:00
|
|
|
dnl Optional parts of the build.
|
2014-02-25 17:25:58 +04:00
|
|
|
if test "$OS_ARCH" != "WINNT"; then
|
2013-04-07 20:32:36 +04:00
|
|
|
MOZ_MOVEMAIL=1
|
2013-07-08 01:58:10 +04:00
|
|
|
HAVE_MOVEMAIL=1
|
|
|
|
AC_DEFINE(HAVE_MOVEMAIL)
|
2013-04-07 20:32:36 +04:00
|
|
|
fi
|
|
|
|
AC_SUBST(MOZ_MOVEMAIL)
|