Backed out changeset f9ccd9f31b9c (bug 1917901) for causing networking crashes. a...
[gecko.git] / aclocal.m4
blobe365a9a22b9a74f8db149ae9c178371218836243
1 dnl
2 dnl Local autoconf macros used with mozilla
3 dnl The contents of this file are under the Public Domain.
4 dnl
6 builtin(include, build/autoconf/hooks.m4)dnl
7 builtin(include, build/autoconf/config.status.m4)dnl
8 builtin(include, build/autoconf/altoptions.m4)dnl
10 # Read the user's .mozconfig script.  We can't do this in
11 # configure.in: autoconf puts the argument parsing code above anything
12 # expanded from configure.in, and we need to get the configure options
13 # from .mozconfig in place before that argument parsing code.
14 MOZ_READ_MOZCONFIG(.)