32 строки
935 B
Plaintext
32 строки
935 B
Plaintext
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)
|
|
AC_SUBST(SEAMONKEY_VERSION)
|
|
AC_DEFINE(MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES)
|
|
AC_SUBST(MOZ_BUNDLED_FONTS)
|
|
AC_SUBST(MOZ_IRC)
|
|
AC_SUBST(MOZ_DOMINSPECTOR)
|
|
AC_SUBST(MOZ_DEBUGQA)
|
|
|
|
dnl More things we need to carry from confvars.sh
|
|
AC_SUBST(moztopsrcdir)
|
|
AC_SUBST(commtopsrcdir)
|
|
AC_SUBST(mozreltopsrcdir)
|
|
AC_SUBST(commreltopsrcdir)
|
|
AC_SUBST(commtopobjdir)
|
|
|
|
dnl Optional parts of the build.
|
|
if test "$OS_ARCH" != "WINNT"; then
|
|
MOZ_MOVEMAIL=1
|
|
HAVE_MOVEMAIL=1
|
|
AC_DEFINE(HAVE_MOVEMAIL)
|
|
fi
|
|
AC_SUBST(MOZ_MOVEMAIL)
|