cls%seawood.org
4e8d877e19
Remove exit(0) from qt version check.
...
Thanks to johng@corel.com (John Griggs) for the patch.
Bug #75730 r=leaf sr=cls
2001-04-17 01:10:54 +00:00
cls%seawood.org
c29da21460
Use C++ compiler when doing gnu_get_libc_version() check
2001-04-16 10:25:22 +00:00
cls%seawood.org
91932eae31
Start using the NSS_CLIENT_BRANCH instead of the NSS_AUTOCONF_BRANCH for psm2 builds.
2001-04-16 03:58:57 +00:00
cls%seawood.org
050483df50
Move AC_DEFINE outside of AC_CACHE check to fix problem of config-defs.h always being regenerated.
2001-04-16 02:29:39 +00:00
bryner%uiuc.edu
1638ed7af6
Add support for building PSM from the nss autoconf branch using --enable-crypto. Remove references to obsolete MOZ_SECURITY define. r=cls.
2001-04-14 03:20:48 +00:00
jdunn%netscape.com
5dbbc3fef0
don't set HAVE_CPP_2BYTE_WCHAR_T for AIX
...
r= cls@seawood.org
# 75544
2001-04-13 12:09:34 +00:00
cls%seawood.org
2194adc33f
Add check for <nl_types.h> as OpenBSD 2.5 requires that you include <nl_types.h> when including <langinfo.h> but does not do it automatically
2001-04-13 08:54:52 +00:00
cls%seawood.org
94a365bea6
Remove -rpath from LDFLAGS when using --with-default-mozilla-five-home as it causes problems when building mozilla on a machine with mozilla installed.
...
Bug #68196 r=blizzard
2001-04-13 08:47:44 +00:00
oeschger%netscape.com
b7c01a8daa
adding help build piece, bug=74132, r=samir, r=ssu (for win32), sr=alecf
2001-04-12 01:06:01 +00:00
cls%seawood.org
abd7ba0c68
Use nspr-config from nsprpub/config instead of $(DIST)/bin
2001-04-09 14:22:05 +00:00
cls%seawood.org
fa436840d4
Updating copyright
2001-04-09 13:25:32 +00:00
cls%seawood.org
3313ef598a
Adding initial support for building mozilla with autoconf version of NSS. r=bryner
2001-04-09 09:38:30 +00:00
cls%seawood.org
d5e62409d5
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
dbaron%fas.harvard.edu
093e897c1b
Fix bustage on VC++ and gcc 2.7.2.x caused by incorrect overload resolution.
2001-04-07 17:25:16 +00:00
dbaron%fas.harvard.edu
244ee9e63a
Replace my previous incorrect fix for |operator==| ambiguities with a correct one: provide additional |operator==| and |operator!=| for comparing nsCOMPtrs to raw pointers that take a non-const raw pointer argument so that builtin operators will not have a better conversion for one argument. b=65664 r=waterson@netscape.com sr=scc@mozilla.org
2001-04-07 15:29:39 +00:00
cls%seawood.org
e23b3822d1
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
4ecdbf35d2
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
akkana%netscape.com
531bc52575
66345: Factoring necessary for editor reorganization. sr=kin, r=jfrancis
2001-04-05 23:57:18 +00:00
cls%seawood.org
ce739653f5
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
pinkerton%netscape.com
d5d30a1da5
Add DARWIN define for osx so we don't have to keep adding RHAPSODY defines if
...
anything new is needed. r=leaf/sr=shaver.
2001-04-04 23:13:27 +00:00
cls%seawood.org
974418bc38
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
cls%seawood.org
646393444e
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
erik%netscape.com
5d208e9ec4
eckin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add check for nl_langinfo and libc-version.h
2001-04-03 06:01:49 +00:00
cls%seawood.org
12cee16a3a
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
bf590cc6a7
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
7b3235a9ec
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
bryner%uiuc.edu
d5ea9f5964
Fixing --disable-libpr0n so we can see if it's causing the profile problems. r=cls.
2001-03-31 01:56:38 +00:00
cls%seawood.org
8a649c330d
Making ldap beos-aware. Fixing tinderbox bustage.
...
Bug #74163 r=dmose@netscape.com
2001-03-31 01:06:45 +00:00
pavlov%netscape.com
523ea3d9c9
turning on new imagelib on linux. part of bug 73161 and 70938. r=bryner,syd sr=waterson
2001-03-30 07:04:13 +00:00
dmose%netscape.com
587f165b70
fix BeOS bustage by disabling ldap support on that platform
2001-03-30 05:55:51 +00:00
dmose%netscape.com
496115f6f2
This workaround actually won't work. Backing it out.
2001-03-30 05:24:23 +00:00
dmose%netscape.com
01bd3e80db
Attempt to workaround bustage on palermo by forcing -Dhpux on all HP/UX builds. r=cls@seawoord.org
2001-03-30 04:51:54 +00:00
dmose%netscape.com
8ab6564cda
Start building the LDAP XPCOM SDK by default in autoconf builds (bug 70658). Patch to flip the switch: r=leif@netscape.com, sr=cls@seawood.org. Code being turned on: moa=dmose@netscape.com, sr=shaver@mozilla.org
2001-03-30 01:52:15 +00:00
jdunn%netscape.com
7245d6a999
when building sharedobjects set 2 additional flags for AIX
...
r= cls@netscape.com
# 72189
2001-03-27 23:18:37 +00:00
cls%seawood.org
430b1a9b38
Erk. --enable-chrome-format actually defaults to jar not both.
2001-03-25 20:18:18 +00:00
cls%seawood.org
bbdf6ce953
Add -lc to LIBS/OS_LIBS for Linux.
...
Bug #72766 r=bryner
2001-03-25 04:32:01 +00:00
cls%seawood.org
0758824807
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
darin%netscape.com
68fbb81dce
Enabling new cache build in Linux. r=beard; sr=mscott,rpotts; a=chofmann
2001-03-22 00:18:13 +00:00
cls%seawood.org
5dc13141ba
Land the rest of the --enable-static-components build changes.
...
Bug #46775 r=bryner
2001-03-20 05:42:58 +00:00
dmose%netscape.com
42c00de566
Split up ldap build options into two sections: ldap and ldap_experimental, in preparation for turning on just the ldap module in the default builds. Also fixes LDAP C SDK bustage introduced by change to --enable-nspr-autoconf. Bug 70658. Patch from leif@netscape.com, r=dmose@netscape.com, sr=alecf@netscape.com.
2001-03-14 06:41:35 +00:00
cls%seawood.org
ae40bf3976
Add check for -lbind on BeOS.
...
Thanks to maz@albany.net (Matthew Zahorik) for the patch.
Bug #71701 r=cls
2001-03-13 05:50:16 +00:00
cls%seawood.org
e2504048ca
Add check for gcc -pipe support. Also test to make sure that AS accepts input on stdin.
...
Bug #63610 r=dbaron
2001-03-12 22:28:27 +00:00
dbaron%fas.harvard.edu
81e520b8ea
Do test for field names in utsname structure in C++ rather than C to work around bug in g++ 3.0 prerelease that makes the names different in C and C++ (we only use the result in C++). r=cls@seawood.org b=63604
2001-03-11 18:09:12 +00:00
cls%seawood.org
efc426b1a6
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
cls%seawood.org
356604f15b
Clean up netbsd section.
...
Thanks to martin@NetBSD.ORG (Martin Husemann) and taya@sm.sony.co.jp (Shin'ichiro TAYA) for the patch.
Bug #61745 r=cls
2001-03-09 07:34:36 +00:00
cls%seawood.org
3a83e5b153
Remove xmlterm from MOZ_EXTENSIONS and issue a warning if we are not building with the gtk toolkit. Bug #67250
2001-03-09 05:55:28 +00:00
cls%seawood.org
984dc05fd3
Actually use CPPFLAGS when it is passed to configure
2001-03-09 04:53:17 +00:00
cls%seawood.org
eb945be4f4
Pass PERL_VERSION to test script as an env variable so that the perl test works properly. Bug #66443
2001-03-09 04:30:27 +00:00
dbaron%fas.harvard.edu
5a1f5835dc
Add temporary build options --enable-new-cache for new cache (bug 68705) and --enable-libpr0n for new image library (bug 70938). r=cls@seawood.org
2001-03-09 00:56:58 +00:00
blizzard%redhat.com
e94fda7677
Remove extra ] in xinerama test. r=cls
2001-03-02 15:37:19 +00:00