Backed out changeset 2fc34d798e24 (bug 1917771) for causing failures at baseline...
[gecko.git] / js / src / old-configure.in
blob415cb44b465c1a5bdff97680dd068552c9d7df29
1 dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*-
2 dnl vi: set tabstop=4 shiftwidth=4 expandtab syntax=m4:
3 dnl This Source Code Form is subject to the terms of the Mozilla Public
4 dnl License, v. 2.0. If a copy of the MPL was not distributed with this
5 dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 dnl Process this file with autoconf to produce a configure script.
8 dnl ========================================================
9 AC_PREREQ(2.13)
10 AC_INIT(js/src/jsapi.h)
11 AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
13 dnl ========================================================
14 dnl =
15 dnl = Maintainer debug option (no --enable equivalent)
16 dnl =
17 dnl ========================================================
19 AC_SUBST(MOZ_APP_DISPLAYNAME)
21 dnl Set various defines and substitutions
22 dnl ========================================================
24 AC_SUBST(MOZ_DEV_EDITION)
25 if test -n "$MOZ_DEV_EDITION"; then
26     AC_DEFINE(MOZ_DEV_EDITION)
29 dnl Spit out some output
30 dnl ========================================================
31 MOZ_CREATE_CONFIG_STATUS()
33 rm -fr confdefs* $ac_clean_files