im/configure.in
author Ian Neal <iann_cvs@blueyonder.co.uk>
Thu, 31 Jul 2014 15:15:22 +0100
changeset 18584 f200e20f0ea9739b812204a913c82751d29c0d7c
parent 18384 fc5f846ae8942d73eefad88463254a0559350bdf
child 24196 ebbcdc168ef5de1b525b924815057e3207bc552e
permissions -rw-r--r--
Bug 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE

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_SUBST(INSTANTBIRD_VERSION)

if test -d $srcdir/extensions/purple ; then
  tmpscript=`$PYTHON -c 'import os, tempfile; print tempfile.mktemp(prefix="subscript.").replace(os.sep, "/")'` || exit 1
  m4 "${srcdir}/build/autoconf/subconfigure.m4" \
   "${srcdir}/build/autoconf/altoptions.m4" \
   "${srcdir}/extensions/purple/configure.in" > $tmpscript
  . $tmpscript
  rm -f $tmpscript

  MOZ_PURPLE=1
  AC_SUBST(MOZ_PURPLE)
fi