summaryrefslogtreecommitdiff
path: root/old-configure.in
blob: d97de2769362a041dadff672dcd67b9ec4829db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*-
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 Process this file with autoconf to produce a configure script.
dnl ========================================================
AC_PREREQ(2.13)
AC_INIT(config/config.mk)
AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
AC_CANONICAL_SYSTEM

builtin(include, build/autoconf/start.configure)dnl
builtin(include, build/autoconf/features.configure)dnl
builtin(include, build/autoconf/finish.configure)dnl