Commit Graph

116 Commits

Author SHA1 Message Date
alecf%netscape.com
60b66fd905 add new MIME and IMAP trees to --enable-mailnews 1999-01-14 23:20:33 +00:00
cls%seawood.org
78722f5693 Fixed problem in fullcircle detection that was causing configure to break when using autoconf-19981231. 1999-01-05 07:16:18 +00:00
briano%netscape.com
2c08bd6f0f First attempt at building on HP-UX again. Thanks to rkl@connect.org.uk for the patch, and for his amazing patience.... 1999-01-04 23:17:01 +00:00
waterson%netscape.com
f2baf52f4a Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
alecf%netscape.com
8b34208241 add --eanble-mailnews and --enable-ldap switches, and depricate MOZ_DARK 1998-12-23 00:48:52 +00:00
pavlov%pavlov.net
1cb91bdc05 require 1.1.6 instead of 1.1.9 (which replaced 1.1.5) 1998-12-19 20:01:39 +00:00
pavlov%pavlov.net
3659026a8f require GTK 1.1.9 1998-12-19 18:04:31 +00:00
shaver%netscape.com
490cb7d215 add webshell/tests/viewer/public/Makefile to let viewer build again 1998-12-17 17:43:17 +00:00
warren%netscape.com
f5e567cb49 Added network/public/Makefile 1998-12-16 07:58:15 +00:00
ramiro%netscape.com
3e98de920b Yank xpviewer from the build on unix and win. 1998-12-16 01:33:41 +00:00
shaver%netscape.com
30635270f8 Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00
cls%seawood.org
0aa90bbb4e Added build option for idl tool. Thanks to Tague Griffith <tague@netscape.com> for the patch and the patience while I fumbled this patch. :) 1998-12-15 03:24:59 +00:00
wtc%netscape.com
7c0a932372 Misc. changes for Digital Unix and pthreads. Digital Unix's ld does
not understand the -h option but has an equivalent -soname option.
Check for the symbol pthread_attr_init instead of pthread_create in
libpthread because DCE threads also has the symbol pthread_create.
1998-12-14 22:48:03 +00:00
cls%seawood.org
41d13ae5f0 Start enforcing the requirement of autoconf 2.12 or higher. 1998-12-12 02:39:21 +00:00
cls%seawood.org
fdb13a22ad Make the build optimized by default 1998-12-11 00:29:48 +00:00
radha%netscape.com
bf5fd6f312 Added appshell and bootstrap Makefiles to the list 1998-12-09 19:48:49 +00:00
ramiro%netscape.com
4a2cb49e7d Completely yank the inline check and blurb as suggested by wtc. 1998-12-07 03:32:51 +00:00
ramiro%netscape.com
8c78feeef3 Slowly working towards getting mozilla compiled/linking properly
using the Solaris native compilers.  This patch to configure.in
changes how we create shared libraries for Solaris from "ld" to
"CC", which can deal with templates and other C++ nastiness.

The other change removes the "inline" check, as the results of it
where being used in the wrong way.  It would see that "cc" didn't
understand "inline" and then force a "-Dinline=" option in the
CFLAGS, which are used for both C and C++ compile lines.  As you
can imagine, removing the "inline" keyword from the C++ compiles
was Bad News(tm).

Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix.
1998-12-06 07:07:56 +00:00
ramiro%netscape.com
dc20748929 Comment out the "Building in the srcdir is not supported!" test/warning.
This is no longer needed, since the classic build system is dead.  The
original purpose of this test was for the autoconf build not to clobber the
classic makefiles and them someone checkin them in by mistake.  No longer a
problem.
1998-12-05 11:27:50 +00:00
ramiro%netscape.com
aa9ee9d7c3 Add support for 'native' dependancies on systems that include the 'makedepend'
binary by default.  For example, linux freebsd and other unices that have
X11 installed in a reasonable fashion.  The commercial unices will continue
to suck as usual.
1998-12-04 05:07:01 +00:00
kin%netscape.com
5434115e00 Added the editor/txmgr makefiles to the list of editor makefiles. 1998-12-03 22:20:34 +00:00
leaf%mozilla.org
464394696e readding the xpcom/tools/Makefile rule. xpcom/tools needs to be made before
xpcom/tools/idl/Makefile.
1998-12-03 20:26:22 +00:00
leaf%mozilla.org
2dd4294075 there's no xpcom/toolsMakefile.in , so don't try and make the Makefile 1998-12-03 08:44:14 +00:00
leaf%mozilla.org
56538770d0 fixed mismatched quotes. 1998-12-02 22:30:52 +00:00
leaf%mozilla.org
01f8ef6a94 backing out bad change 1998-12-02 22:24:09 +00:00
leaf%mozilla.org
c0909bd6d7 adding the editor/public header export makefiles to the default makefile list 1998-12-02 22:08:05 +00:00
briano%netscape.com
7ff8bfda1e Fix for NetBSD. Bugzilla#1421. 1998-12-02 01:08:00 +00:00
briano%netscape.com
afa602e374 Fix for OpenBSD. Bugzilla#1407. 1998-12-02 00:45:24 +00:00
waterson%netscape.com
ad20e16002 Added rdf to the build. 1998-12-02 00:22:44 +00:00
cyeh%netscape.com
105e8f46c3 applied fix from Bruce Mitchener (bruce@cybersight.com) to fix test
for --with-fullcircle. AC_TRY_LINK is still busted though, don't know why
1998-11-30 23:51:08 +00:00
cls%seawood.org
d4a82e8a58 Tweaks to allow building SeaMonkeyBrowser w/o the editor. 1998-11-30 10:39:37 +00:00
cls%seawood.org
b4bdf2ea8c Call motif_detect scripts only if building with motif toolkit. Thanks to bert hubert <ahu@vvtp.tn.tudelft.nl> for the suggestion.
Fixed $CC evaluation problem when calling motif_detect scripts.  It should now work for multi-word $CC.
Removed extraneous gtk version variables.
1998-11-30 06:42:36 +00:00
shaver%netscape.com
6ee8458c69 make Makefiles for xpidl 1998-11-25 20:03:57 +00:00
cyeh%netscape.com
ee3a324aa6 oooops. back out everything by commenting it out until i can fix
it next week.
1998-11-25 05:48:38 +00:00
cyeh%netscape.com
5e81c03cc3 make it so that if it can't actually find the talkback lib, it fails.
previously, if it didn't fail properly
1998-11-25 03:16:59 +00:00
cyeh%netscape.com
0175ccda87 add support for fullcircle libraries and headers 1998-11-24 21:27:42 +00:00
pavlov%pavlov.net
1181ff2fbb require gtk 1.1.5 1998-11-23 23:41:29 +00:00
cls%seawood.org
5152f7b4d4 Check for libraries before functions and fixed detection of -c -o problem. Thanks to Tim Rice <tim@trr.metro.NET> for pointing those out.
Modified hcc & hcpp to work for any compiler that doesn't support -c -o, not just Unixware.   They expect the real compiler to be the first argument now.
1998-11-23 17:12:39 +00:00
raman%netscape.com
df98df5fc4 Added building of caps to the windows and unix build system 1998-11-21 06:05:24 +00:00
cls%seawood.org
11f40c9572 Removed redundant check for ios::bin. Replaced hardcoded check for 1.1.2 with $GTK_VERSION. 1998-11-21 00:48:32 +00:00
msw%gimp.org
8b581cf6f0 Change the test for GTK+-1.1.3 to 1.1.2, as we should be able to build against
1.1.2 and that is the version that is on most boxes.  Approved by
shaver@netscape.com
1998-11-20 19:25:04 +00:00
pavlov%pavlov.net
7dd74b21bb unrevert the changes reverted earlier (build with static gtk libraries) 1998-11-20 03:25:59 +00:00
akkana%netscape.com
722238b3cb more fixes for the irix autoconf build 1998-11-20 02:00:14 +00:00
cls%seawood.org
d7bc938e5a Ooops, got my versions of configure.in confused. 1998-11-19 17:16:56 +00:00
cls%seawood.org
bf0ca76306 Pavlov's changes are reverted until the license issues with aclocal.m4 have been settled. 1998-11-19 16:49:09 +00:00
pavlov%pavlov.net
bb90910714 add --enable-static-gtk flag which will link the binaries with static gtk
libraries.  added aclocal.m4 with gtk's gtk check stuff which checks for GTK
properly.
1998-11-19 04:35:31 +00:00
cls%seawood.org
1f47e98522 Don't bother checking for X libs or X toolkits when --without-x is specified. 1998-11-19 03:08:30 +00:00
akkana%netscape.com
073ae0ab49 Get Irix autoconf build a bit farther along -- thanks to var@sgi.com 1998-11-19 02:24:28 +00:00
kin%netscape.com
ed764e9ee7 Makefile.in and config modifications to allow us to build the new NGT based
editor.
1998-11-18 22:35:21 +00:00
cls%seawood.org
ad3a0d47ee Added -DMOZILLA_CLIENT define. Fixed problem with ios::binary cache values. Removed directory already exists error when manually making objdirs. 1998-11-18 21:54:38 +00:00