mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
543905a53e
Last use of MOZ_PATH_PROG got removed by bug 1896414, and last use of MOZ_CHECK_HEADER got removed in bug 1894951. Differential Revision: https://phabricator.services.mozilla.com/D213986
19 lines
743 B
Plaintext
19 lines
743 B
Plaintext
dnl
|
|
dnl Local autoconf macros used with mozilla
|
|
dnl The contents of this file are under the Public Domain.
|
|
dnl
|
|
|
|
builtin(include, build/autoconf/hooks.m4)dnl
|
|
builtin(include, build/autoconf/config.status.m4)dnl
|
|
builtin(include, build/autoconf/toolchain.m4)dnl
|
|
builtin(include, build/autoconf/altoptions.m4)dnl
|
|
builtin(include, build/autoconf/compiler-opts.m4)dnl
|
|
builtin(include, build/autoconf/arch.m4)dnl
|
|
builtin(include, build/autoconf/clang-plugin.m4)dnl
|
|
|
|
# Read the user's .mozconfig script. We can't do this in
|
|
# configure.in: autoconf puts the argument parsing code above anything
|
|
# expanded from configure.in, and we need to get the configure options
|
|
# from .mozconfig in place before that argument parsing code.
|
|
MOZ_READ_MOZCONFIG(.)
|