summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1658671 - Refresh config.guess and config.sub. r=kaieMike Hommey2020-08-204-1694/+1964
| | | | | | | And remove our patch. As far as I can tell, it was only necessary a long time ago, when Firefox was using weird triples for Android. Differential Revision: https://phabricator.services.mozilla.com/D86794
* Bug 849085: 1. Require autoconf 2.61. Replace obsolete autoconf macrosNSPR_4_10_5_BETA3Wan-Teh Chang2014-04-011-13/+0
| | | | | | as suggested by autoupdate 2.61. 2. Remove the workaround for a problem in autoconf 2.59 and earlier with splitting a DOS-style absolute path by the colon. r=glandium.
* Bug 849085: Port build/autoconf/acwinpaths.m4 to autoconf 2.56.NSPR_4_10_5_BETA2Wan-Teh Chang2014-03-241-27/+9
| | | | | | Make configure.in require autoconf 2.56 and regenerate configure with autoconf 2.68. Add datarootdir to config/autoconf.mk.in. r=benjamin.
* Remove carriage return characters.NSPR_4_10_5_BETA1Wan-Teh Chang2014-03-211-5/+5
|
* Bug 695993: Remove NSPR's local changes to config.sub for winmo.Wan-Teh Chang2014-03-172-30/+7
| | | | Remove wince and winmo support from nspr/configure.in. r=blassey.
* Bug 695993: Remove NSPR's local patch for config.guess. The localWan-Teh Chang2014-03-142-21/+0
| | | | patch handled Netscape's uname.exe for Windows. TBR=ted,cls.
* Bug 695993: Update NSPR's config.guess and config.sub scripts toUlrich Weigand2014-03-105-502/+638
| | | | | 6947a35648e577c2e3a12d5c88d488c6ea94e1c0. Add a README file and patches/ directory to document version and local changes. r=wtc.
* Bug 849085: revert to switch to autoconf 2.56 because bug 849093 hasn'tWan-Teh Chang2014-03-091-9/+27
| | | | been fixed.
* Bug 849085: Port build/autoconf/acwinpaths.m4 to autoconf 2.56.Wan-Teh Chang2014-03-081-27/+9
| | | | | | Make configure.in require autoconf 2.56 and regenerate configure with autoconf 2.56. Add datarootdir to config/autoconf.mk.in. r=benjamin.
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-064-37/+15
|
* Bug 712275: Separate vendor and os by a '-' for Android. The patch iswtc%google.com2011-12-211-3/+3
| | | | contributed by Mike Hommey <mh+mozilla@glandium.org>. r=wtc.
* bug 617115 - Fixes for building with Android NDK r5. Patch by Brad Lassey ↵NSPR_4_8_9_BETA2ted.mielczarek%gmail.com2011-05-261-1/+7
| | | | <blassey@mozilla.com>, r=ted
* bug 564851 - Add support for MSVC PGO. Patch by Tetsuro Kato ↵NSPR_HEAD_20110503ted.mielczarek%gmail.com2011-05-031-0/+40
| | | | <tete009+bugzilla@gmail.com>, r=wtc
* bug 524785 - configure fails in NSPR when run with absolute Windows-style ↵ted.mielczarek%gmail.com2010-09-241-0/+65
| | | | paths. Patch by Benjamin Smedberg <benjamin@smedbergs.us>, r=ted
* bug 515748 - differentiate between wince and winmo. Patch by Brad Lassey ↵NSPR_HEAD_20091210ted.mielczarek%gmail.com2009-12-091-67/+174
| | | | <bugmail@lassey.us>, r=me
* Bug 491045: Remove support for VMS (a.k.a., OpenVMS) from NSPR, r=wtcnelson%bolyard.com2009-05-011-10/+0
|
* Sync config.guess & config.sub with official GNU CVS copies.cls%seawood.org2005-10-142-324/+491
| | | | Bug #312352 r=bsmedberg
* Update comments and use enhanced cygwin-wrapper script for nspr & ldap.cls%seawood.org2004-08-191-10/+62
| | | | | Thanks to Brian Bober <netdragon@gmail.com> for the patch. Bug #245918 r=cls
* Merged the changes from NSPRPUB_PRE_4_2_CLIENT_BRANCH onto the trunk. Mostwtc%netscape.com2003-05-141-2/+8
| | | | | | | | | | | | | | of these changes are for OS/2. Modified Files: configure.in build/cygwin-wrapper config/rules.mk lib/ds/Makefile.in lib/ds/plds.def lib/libc/src/Makefile.in lib/libc/src/plc.def pr/include/md/_os2.h pr/src/Makefile.in pr/src/nspr.def pr/src/linking/prlink.c pr/src/md/os2/Makefile.in pr/src/md/os2/objs.mk pr/src/md/os2/os2cv.c pr/src/md/os2/os2misc.c pr/src/md/os2/os2poll.c pr/src/md/os2/os2sock.c pr/src/md/os2/os2thred.c pr/tests/Makefile.in pr/tests/attach.c
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2003-04-182-181/+286
| | | | Bug #199343
* Added cygwin-wrapper to the tip. Bug 141834.wtc%netscape.com2002-08-231-0/+17
|
* Restore unlabelled 'MozillaHack's.seawood%netscape.com2002-05-031-2/+12
| | | | Bug #140869
* Sync config.guess & config.sub with official GNU versions.seawood%netscape.com2002-05-032-122/+166
| | | | Bug #140869 r=bryner
* Revert to using standard config.sub & config.guess entries for OS/2.seawood%netscape.com2001-12-022-16/+1
| | | | | Thanks to pedemont@us.ibm.com (Javier Pedemonte) for the patch. Bug #112244 r=cls
* Add support for mips*elseawood%netscape.com2001-10-131-2/+2
|
* Bugzilla bug 104286: teach the configure script about MKS Toolkit. r=cls.wtc%netscape.com2001-10-122-1/+9
| | | | Modified files: configure configure.in config.guess config.sub
* Updating config.guess & config.sub with 2001-10-07 changes from the GNU master ccls%seawood.org2001-10-072-275/+268
| | | | opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
* Updating config.guess & config.sub with 2001-03-30 changes from the GNU ↵cls%seawood.org2001-04-052-258/+273
| | | | master copy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
* Fix nspr autoconf for OpenVMS.cls%seawood.org2001-02-251-0/+8
| | | | | Thanks to Colin Blake <colin@theblakes.com> for the patch. Bug #69842 r=cls
* Work for 9x users toocls%seawood.org2001-02-241-1/+1
|
* Initial OS/2 nspr autoconf support. Bug #58804cls%seawood.org2001-02-242-5/+11
| | | | Thanks to "Javier H Pedemonte" <pedemont@us.ibm.com> for the patch.
* Landing changes to use autoconf on win32. Bug #58804cls%seawood.org2001-01-192-0/+9
|
* Upgrade to latest GNU cvs versions.cls%seawood.org2001-01-042-107/+389
|
* Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtccls%seawood.org2000-03-302-212/+766
|
* BugZilla: 19247. Add support for VMS, QNX, NTOlarryh%netscape.com1999-11-292-4/+7
|
* Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>.cls%seawood.org1999-11-021-2/+2
|
* Autoconf for NSPR. Checkin for cls@seawood.org. Bugzilla #11893.srinivas%netscape.com1999-10-153-0/+2006