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

723 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 3dd0fbd0bb Adding shor wchar support. r/a scc@mozilla.org cls@seawood.com b= 54564 2000-10-01 06:16:14 +00:00
cls%seawood.org da6ba5c2b5 I was incorrectly informed about the impact of elf-dynstr-gc on non-x86 builds. Turning it off for non-linux x86 builds. bug 54405 2000-09-30 03:21:02 +00:00
cls%seawood.org 58c707d9ae Turn elf-dynstr-gc on by default for linux. r=bryner bug 54405 2000-09-30 02:24:44 +00:00
cls%seawood.org 67516b8103 Explicitly check for glib instead of relying upon libIDLs check. Avoid duplicate checks. Bug #53230 2000-09-24 23:36:13 +00:00
cls%seawood.org 4ba168ef23 Bump required perl version to 5.004. Check the PERL env variable for perl as well as the path. Bug #52065 r=jag 2000-09-24 20:07:15 +00:00
cls%seawood.org 7418acb09a Turn off MONOLITHIC_TOOLKIT for Irix. Thanks to Robert Low <rob@adacel.com.au> for the patch. Bug #53471 r=cls a=brendan 2000-09-24 02:09:47 +00:00
cls%seawood.org ddd1519f96 Removing perl mod test as it appears to be causing some ports to fail when they normally would not have. 2000-09-21 11:13:00 +00:00
cls%seawood.org 80ea3d9e55 Argh! We're caching the results of the checks for zip & perl from way back when so we need to check them against : as an error condition. 2000-09-21 08:20:16 +00:00
cls%seawood.org a21a980793 Sigh. We call that script unconditionally onw so this might as well be an error condition. 2000-09-21 08:10:19 +00:00
cls%seawood.org c65990b115 We're going to start checking for perl modules to avoid build bustage down the road. For now, disable jar packaging if we do not have the required modules. 2000-09-21 07:14:29 +00:00
cls%seawood.org 77a80922d6 Remove hardcoded initial setting of MOZ_DISABLE_JAR_PACKAGING so users can set it in the env passed to configure. Thanks to decklin for pointing this out. 2000-09-21 06:32:18 +00:00
mcafee%netscape.com 99a4670b2a Adding --disable-jar-packaging for unix. r=warren 2000-09-21 02:11:01 +00:00
jdunn%netscape.com 2ba0a51c8f unsetting the NO_LD_ARCHIVE flag for AIX, since it doesn't need
it and actually causes problems for us.
a= brendan@mozilla.org
#= 52783
r= cls@seawood.org
2000-09-20 11:40:42 +00:00
cls%seawood.org 48c2e24d72 Ok, I'm a moron. stderr == 2. 2000-09-15 22:29:20 +00:00
cls%seawood.org 92e0c32028 Change redirection rules for perl test so stderr results appear in config.log. Thanks to axel@pike.org for the fix. 2000-09-15 21:44:58 +00:00
cls%seawood.org 11c5d3367e Fix check for perl version and drop minimum perl version back to 5.000 r=axel@pike.org a=leaf bug #52065 2000-09-15 19:40:51 +00:00
cls%seawood.org 368aa5bcd6 Sigh. This should be a warning for now, not an error condition 2000-09-15 15:03:33 +00:00
cls%seawood.org 7570884a02 Turn off exception handling for irix 6.x builds as it fixes a bug with out-of-scope gotos. Bug #25562. Thanks to <jsd@igroup.org> for the suggested fix. 2000-09-15 06:39:01 +00:00
cls%seawood.org 9bd9de44d9 Fix perl api test so that jar packaging is not always disabled. 2000-09-15 06:10:56 +00:00
cls%seawood.org b4bc453a6e Add check for perl api version 5.005 as forced by this jar fiasco.
Turn on MOZ_DISABLE_JAR_PACKAGING if perl api != 5.005 or zip is not installed.
Turn off the copy feature of make-jars.pl as that doesn't work in the objdir aware version of the make-jars.pl script.
Bug 52065. r=bryner
2000-09-15 00:19:30 +00:00
waterson%netscape.com 27d5c1658f Make sure we get demangling for --enable-trace-malloc builds, too. r=brendan 2000-09-11 05:08:09 +00:00
cls%seawood.org 2d40396b9f Oops. --disable-libIDL doesn't work as the macro is checking for --without-libIDL 2000-09-09 01:00:03 +00:00
cls%seawood.org 5d2eebb92f Every MKSHLIB_FORCE_ALL needs a MKSHLIB_UNFORCE_ALL. Should fix freebsd 2.2 bustage. 2000-09-01 21:16:36 +00:00
sgehani%netscape.com 8b7c694896 Rename libzlib -> libz complying with standard zlib naming convention.
[nsbeta3+ b=49735; r=sobotka@axess.com]
2000-08-25 08:32:19 +00:00
cls%seawood.org ab983bf6e3 Argh. The irix xptcinvoke glue is written only against the N32 ABI so we have no choice but to use it. This means no browser for Irix versions below 6.x. :-/ 2000-08-19 08:58:51 +00:00
cls%seawood.org 5ef043ad42 Use the -n32 ABI as the default for Irix 6.x but allow the option to disable it. 2000-08-19 08:05:05 +00:00
colin%theblakes.com 707198a4b1 libIDL fix for OpenVMS only. r=leaf 2000-08-15 18:30:59 +00:00
jgaunt%netscape.com 85eba39719 r=jdunn@netscape.com r=edburns@acm.org r=cls@netscape.com
a=leaf@netscape.com a=drapeau@eng.sun.com
bug=#43090
fix for hpux java plugin, generalized through configure.in for anyone.
2000-08-14 23:32:14 +00:00
warren%netscape.com 80ee64b1e3 Getting gc leak-detector to work on linux. Non-nspr changes. code=beard,wade r=warren 2000-08-11 00:13:39 +00:00
pavlov%netscape.com 9aad91d714 removing (broken) x11-shm code. I have not found this code to provide any speedup, and since it is broken, I am removing
it.  bug 32736 r=bryner
2000-08-06 05:18:01 +00:00
cls%seawood.org aee50b580f Fix --enable-logrefcnt so that it will actually force refcnt logging on or off per http://lxr.mozilla.org/seamonkey/source/xpcom/doc/MemoryTools.html. 2000-08-02 03:17:49 +00:00
vidur%netscape.com 674ad9d95f Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
cls%seawood.org 49ae54f8a9 Oops. Remove define accidentally set with previous checkin. 2000-07-28 11:09:00 +00:00
cls%seawood.org d848d8a94b Fix typo 2000-07-28 08:10:59 +00:00
tor%cs.brown.edu 1d1a5485e4 Bug 40748 - officially kill the SUNWspro4.2 build. r=cls, a=waterson 2000-07-19 19:53:01 +00:00
jdunn%netscape.com 16993ab9ad Applying jgaunt's & jim_nance's change (see rev 1.647 & 1.649) to
hpux in general (for 10.20) as opposed to hpux11 specfic for bug #=39747
using blanket approval of r=waterson for port changes (hpux specific)
2000-07-11 20:33:33 +00:00
axel%pike.org 932ea05e52 Adding rint to AC_CHECK_FUNCS, r=cls@seawood.org, a=waterson 2000-07-11 07:42:07 +00:00
cls%seawood.org 3f4a648b4d Updated NetBSD section so that mozilla will build on NetBSD-current. Bug #41524 Thanks to Shin'ichiro TAYA <taya@sm.sony.co.jp> for the patch. 2000-07-08 11:39:05 +00:00
cls%seawood.org 1d2d838080 Add --disable-libIDL option for use with standalone modules. 2000-07-08 04:45:49 +00:00
tor%cs.brown.edu 09388fe170 Remove unneeded AC_DEFINE, clean up warnings, and take out debug printfs. 2000-07-08 03:39:21 +00:00
cls%seawood.org 69a5100cae Commented out compaq compiler test as the test still fails after new compiler was installed 2000-07-08 03:02:43 +00:00
tor%cs.brown.edu 203eea477a Turning on MNG decoder by default on all platforms.
configure.in change r=cls.  a=pnunn,brendan.
2000-07-07 21:52:23 +00:00
mkaply%us.ibm.com b45f36b442 #40177
r = cls, a = brendan
OS/2 bringup - XP_OS2_EMX should be defined for EMX builds no matter what
2000-07-05 21:21:54 +00:00
dbaron%fas.harvard.edu a921110dbd Add Vidur's xmlextras to the list of *all* extensions (what you get with --with-extensions=all). Does not affect default build. r=vidur 2000-07-01 21:41:48 +00:00
cls%seawood.org b1e99d84b9 Check for -pthread support on OpenBSD as well. 2000-06-28 07:53:26 +00:00
cls%seawood.org be1711dd70 June cleaning. 2000-06-28 07:04:52 +00:00
cls%seawood.org 7766827f6f Adding configure option --enable-elf-dynstr-gc. Bug #43357 2000-06-28 04:32:15 +00:00
sspitzer%netscape.com 53f1224696 back out part of jerry kirk's check in. not sure why he turned this off. 2000-06-27 04:37:15 +00:00
Jerry.Kirk%Nexwarecorp.com c04a7c75a1 Changes to allow the Photon version of Mozilla to not be a
MONOLITHIC_TOOLKIT any longer.
r=cls
2000-06-27 02:45:09 +00:00
rich.burridge%sun.com 69a9f4b960 Fix to allow refcnt'ing on the Solaris platform.
r=scc@mozilla.org a=brendan@mozilla.org
Bug #40769
2000-06-26 22:23:47 +00:00