Port aclocal.m4 change over from mozilla-central, changeset c397279747fa, r=KaiRo via IRC

This commit is contained in:
Frank Wein 2008-08-27 20:02:03 +02:00
Родитель fe75f7327a
Коммит 16c3a3aaa3
1 изменённых файлов: 6 добавлений и 2 удалений

8
aclocal.m4 поставляемый
Просмотреть файл

@ -13,6 +13,10 @@ builtin(include, mozilla/build/autoconf/libart.m4)dnl
builtin(include, mozilla/build/autoconf/pkg.m4)dnl
builtin(include, mozilla/build/autoconf/freetype2.m4)dnl
builtin(include, mozilla/build/autoconf/codeset.m4)dnl
dnl
define(MOZ_TOPSRCDIR,mozilla)dnl MOZ_TOPSRCDIR is used in altoptions.m4
builtin(include, mozilla/build/autoconf/altoptions.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(.)