https://github.com/mozilla/gecko-dev
Revision e53c7303f69cf81bfba7f01db3cdcc21ffabfde2 authored by Jonas Sicking on 09 August 2011, 21:21:18 UTC, committed by Jonas Sicking on 09 August 2011, 21:21:18 UTC
1 parent 0145661
Raw File
Tip revision: e53c7303f69cf81bfba7f01db3cdcc21ffabfde2 authored by Jonas Sicking on 09 August 2011, 21:21:18 UTC
Bug 667612: Make addEventListener not throw if passed a null listener. r=smaug a=jonath
Tip revision: e53c730
aclocal.m4
dnl
dnl Local autoconf macros used with mozilla
dnl The contents of this file are under the Public Domain.
dnl 

builtin(include, build/autoconf/glib.m4)dnl
builtin(include, build/autoconf/libIDL.m4)dnl
builtin(include, build/autoconf/nspr.m4)dnl
builtin(include, build/autoconf/nss.m4)dnl
builtin(include, build/autoconf/pkg.m4)dnl
builtin(include, build/autoconf/freetype2.m4)dnl
builtin(include, build/autoconf/codeset.m4)dnl
builtin(include, build/autoconf/altoptions.m4)dnl
builtin(include, build/autoconf/mozprog.m4)dnl
builtin(include, build/autoconf/mozheader.m4)dnl
builtin(include, build/autoconf/acwinpaths.m4)dnl
builtin(include, build/autoconf/lto.m4)dnl

MOZ_PROG_CHECKMSYS()

# 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(.)
back to top