2008-04-01 12:23:50 -04:00
|
|
|
. $topsrcdir/xulrunner/config/mozconfig
|
|
|
|
|
|
|
|
mk_add_options MOZ_MAKE_FLAGS="#MAKEFLAGS#"
|
2008-06-21 13:44:37 +02:00
|
|
|
mk_add_options MOZ_BUILD_PROJECTS=xulrunner
|
|
|
|
mk_add_options MOZ_CO_PROJECT=xulrunner
|
|
|
|
mk_add_options MOZ_OBJDIR=@topsrcdir@/obj-xulrunner
|
2008-04-01 12:23:50 -04:00
|
|
|
|
|
|
|
ac_add_options --prefix=/usr
|
2008-06-21 13:44:37 +02:00
|
|
|
ac_add_app_options --enable-application=xulrunner
|
2008-04-03 13:09:35 -04:00
|
|
|
ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-system-nspr
|
2008-06-21 13:44:37 +02:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-mng
|
2008-04-01 12:23:50 -04:00
|
|
|
ac_add_options --with-pthreads
|
|
|
|
ac_add_options --disable-tests
|
2008-06-21 13:44:37 +02:00
|
|
|
ac_add_options --disable-mochitest
|
2008-04-01 12:23:50 -04:00
|
|
|
ac_add_options --disable-debug
|
|
|
|
ac_add_options --disable-installer
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
ac_add_options --disable-xprint
|
|
|
|
ac_add_options --disable-profilesharing
|
|
|
|
ac_add_options --disable-gnomevfs
|
2008-06-21 13:44:37 +02:00
|
|
|
ac_add_options --disable-gnomeui
|
|
|
|
ac_add_options --disable-mailnews
|
|
|
|
ac_add_options --disable-crashreporter
|
2008-04-01 12:23:50 -04:00
|
|
|
ac_add_options --disable-javaxpcom
|
|
|
|
ac_add_options --enable-optimize="#CFLAGS#"
|
|
|
|
ac_add_options --enable-shared
|