Граф коммитов

722 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 2125ecc29a La la la. Still redefine NSPR_CFLAGS for OS/2. nsinstall should not be using NSPR_CFLAGS in any case. Hopefully fixing tb bustage 2001-04-07 22:15:54 +00:00
leaf%mozilla.org f69a9a7522 Automated update 2001-04-07 17:30:09 +00:00
leaf%mozilla.org 1c2644b238 Automated update 2001-04-07 15:30:09 +00:00
cls%seawood.org 5cf2a300ad Do not redefine NSPR_LIBS & NSPR_CFLAGS for OS/2 VA builds. Should fix tb bustage 2001-04-07 11:33:52 +00:00
cls%seawood.org a39e7ef806 Update build to use nspr.m4.
Start using nspr-config to set NSPR_CFLAGS & NSPR_LIBS.
Start placing nspr headers under $(DIST)/include/nspr to match a system installed NSPR.
Bug #73919 r=blizzard@mozilla.org
2001-04-07 04:34:53 +00:00
leaf%mozilla.org 12333f52aa Automated update 2001-04-06 00:00:07 +00:00
cls%seawood.org 23699ce01d Update our non-compiler based dependency system to build dependencies on the fly like the compiler-based system does.
Bug #66529 r=leaf
2001-04-05 01:18:34 +00:00
leaf%mozilla.org 517a3358a8 Automated update 2001-04-04 23:15:03 +00:00
leaf%mozilla.org 70c6deacd4 Automated update 2001-04-04 21:30:03 +00:00
cls%seawood.org c1aeda06bc Use TRY_LINK instead of TRY_COMPILE when testing for gnu_get_libc_version().
Thanks to Kurt <lidl@pix.net> for the patch.
Bug #74758 Fixing ports tinderbox bustage
2001-04-04 21:29:20 +00:00
leaf%mozilla.org 66611aee2e Automated update 2001-04-04 11:15:02 +00:00
cls%seawood.org 00c15765a7 Expand the function check for gnu_get_libc_version() into a full compile check as BeOS has the function in libroot.so but it is not declared in any headers. 2001-04-04 11:02:06 +00:00
leaf%mozilla.org 832cb7ca43 Automated update 2001-04-03 06:15:02 +00:00
cls%seawood.org 66f5f4582f Second round of nspr autoconf cleanup.
Adding --with-dist-prefix options to free up standard options for real installs.
Bug #73919 r=bryner
2001-04-01 01:01:28 +00:00
cls%seawood.org 4528f3996c Add version check for Qt toolkit. Minimum required version 2.2.0 (Bug #73987, r=cls)
Update QT_CFLAGS to use proper include path and special string define. (Bug #70509, r=leaf, sr=cls)
Thanks to johng@corel.com (John Griggs) for the patches.
2001-03-31 06:21:57 +00:00
cls%seawood.org 3f7df1c1fe Remove solaris flags to use libiostream in the build.
Thanks to rich.burridge@Sun.COM (Rich Burridge) for the patch.
Bug #74005 r=cls
2001-03-31 03:39:09 +00:00
leaf%mozilla.org ba08d846c6 Automated update 2001-03-31 02:00:03 +00:00
leaf%mozilla.org 068553e403 Automated update 2001-03-31 01:15:03 +00:00
leaf%mozilla.org 8764728775 Automated update 2001-03-30 07:15:02 +00:00
leaf%mozilla.org d8a07e369d Automated update 2001-03-30 06:00:04 +00:00
leaf%mozilla.org 1dd4ba541b Automated update 2001-03-30 05:30:04 +00:00
leaf%mozilla.org cf8e70b552 Automated update 2001-03-30 05:00:02 +00:00
leaf%mozilla.org 186d297e10 Automated update 2001-03-30 02:00:03 +00:00
leaf%mozilla.org fff2d31ff9 Automated update 2001-03-27 23:30:09 +00:00
cls%seawood.org bdfe127d6f Erk. --enable-chrome-format actually defaults to jar not both. 2001-03-25 20:18:18 +00:00
cls%seawood.org 5630727f66 Add -lc to LIBS/OS_LIBS for Linux.
Bug #72766 r=bryner
2001-03-25 04:32:01 +00:00
cls%seawood.org 6fdb98cd6c Only build chrome jar files by default. Use either --enable-chrome-format (autoconf) or MOZ_CHROME_FILE_FORMAT (win32) to override.
Bug #72390 r=jag
2001-03-24 11:07:15 +00:00
leaf%mozilla.org 2d5770e2c1 Automated update 2001-03-22 00:30:10 +00:00
leaf%mozilla.org e730eed924 Automated update 2001-03-20 05:45:08 +00:00
leaf%mozilla.org 7352354137 Automated update 2001-03-14 06:45:15 +00:00
leaf%mozilla.org 0321cbc052 Automated update 2001-03-13 06:00:11 +00:00
leaf%mozilla.org ddf7b70185 Automated update 2001-03-12 22:30:07 +00:00
leaf%mozilla.org 868afc1d46 Automated update 2001-03-11 18:15:08 +00:00
cls%seawood.org dcacae1ebf Rename img libraries that have have common external equivalents as our internal versions may be slightly incompatible.
Bug #57247 sr=tor
2001-03-09 23:53:17 +00:00
leaf%mozilla.org 29f0b73b0f Automated update 2001-03-09 07:45:09 +00:00
leaf%mozilla.org 1d532df4a9 Automated update 2001-03-09 06:00:10 +00:00
leaf%mozilla.org a0626eeb77 Automated update 2001-03-09 05:00:08 +00:00
leaf%mozilla.org 7d8962b0cd Automated update 2001-03-09 04:45:07 +00:00
leaf%mozilla.org a4307432d8 Automated update 2001-03-09 01:00:14 +00:00
leaf%mozilla.org a2a5500f3e Automated update 2001-03-02 15:45:11 +00:00
leaf%mozilla.org b96efc0542 Automated update 2001-03-01 00:00:11 +00:00
cls%seawood.org 07b14f65b0 Fix nspr autoconf support for OpenVMS.
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #69842 r=cls
2001-02-25 21:44:59 +00:00
leaf%mozilla.org a6c52b8959 Automated update 2001-02-23 13:30:09 +00:00
cls%seawood.org 791c44b706 Setting autoconf as the default build method for NSPR on the NSPRPUB_CLIENT_BRANCH
Bug #58804
2001-02-23 05:26:43 +00:00
waterson%netscape.com 9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
leaf%mozilla.org 97bc9cd556 Automated update 2001-02-18 16:30:14 +00:00
leaf%mozilla.org 5d642ff973 Automated update 2001-02-14 22:15:15 +00:00
cls%seawood.org a3b2b44ba1 Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendan 2001-02-09 21:30:09 +00:00
leaf%mozilla.org fb37f7fc1d Automated update 2001-02-07 04:00:09 +00:00
leaf%mozilla.org a20f48b9b7 Automated update 2001-02-07 00:15:10 +00:00