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

115 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org a123f59f7c 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 115471fe2a 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 603de0f691 Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
alecf%netscape.com 05bdfc2d83 add --eanble-mailnews and --enable-ldap switches, and depricate MOZ_DARK 1998-12-23 00:48:52 +00:00
pavlov%pavlov.net 7bf2215ef1 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 c0a8d6116e require GTK 1.1.9 1998-12-19 18:04:31 +00:00
shaver%netscape.com eebbb3832b add webshell/tests/viewer/public/Makefile to let viewer build again 1998-12-17 17:43:17 +00:00
warren%netscape.com a70399c2ee Added network/public/Makefile 1998-12-16 07:58:15 +00:00
ramiro%netscape.com f78180945e Yank xpviewer from the build on unix and win. 1998-12-16 01:33:41 +00:00
shaver%netscape.com 2e1488cb9a 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 813dce53f5 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 9bdc0b7b93 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 5de4fd300d Start enforcing the requirement of autoconf 2.12 or higher. 1998-12-12 02:39:21 +00:00
cls%seawood.org 65a54cc608 Make the build optimized by default 1998-12-11 00:29:48 +00:00
radha%netscape.com 10765a7605 Added appshell and bootstrap Makefiles to the list 1998-12-09 19:48:49 +00:00
ramiro%netscape.com 8abbc3825b Completely yank the inline check and blurb as suggested by wtc. 1998-12-07 03:32:51 +00:00
ramiro%netscape.com 436fe87f01 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 076408eb6f 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 ca7d6e5f44 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 5819efc4cc Added the editor/txmgr makefiles to the list of editor makefiles. 1998-12-03 22:20:34 +00:00
leaf%mozilla.org 056eac0361 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 2977ab5080 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 917e7c14ab fixed mismatched quotes. 1998-12-02 22:30:52 +00:00
leaf%mozilla.org 28d024df78 backing out bad change 1998-12-02 22:24:09 +00:00
leaf%mozilla.org 7d8db1633a adding the editor/public header export makefiles to the default makefile list 1998-12-02 22:08:05 +00:00
briano%netscape.com 2d1da05422 Fix for NetBSD. Bugzilla#1421. 1998-12-02 01:08:00 +00:00
briano%netscape.com d5e9966a01 Fix for OpenBSD. Bugzilla#1407. 1998-12-02 00:45:24 +00:00
waterson%netscape.com 5be8f88f28 Added rdf to the build. 1998-12-02 00:22:44 +00:00
cyeh%netscape.com 05cd307164 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 20042ee187 Tweaks to allow building SeaMonkeyBrowser w/o the editor. 1998-11-30 10:39:37 +00:00
cls%seawood.org 321e44a213 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 8dba62ee10 make Makefiles for xpidl 1998-11-25 20:03:57 +00:00
cyeh%netscape.com 2f6b034b5d 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 b5de031056 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 cb6d9ba4d4 add support for fullcircle libraries and headers 1998-11-24 21:27:42 +00:00
pavlov%pavlov.net f86ef2b074 require gtk 1.1.5 1998-11-23 23:41:29 +00:00
cls%seawood.org d751bf3b73 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 eea3dd8ded Added building of caps to the windows and unix build system 1998-11-21 06:05:24 +00:00
cls%seawood.org 59108f3b75 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 82ddc788e0 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 26474f8be8 unrevert the changes reverted earlier (build with static gtk libraries) 1998-11-20 03:25:59 +00:00
akkana%netscape.com 43df61c24a more fixes for the irix autoconf build 1998-11-20 02:00:14 +00:00
cls%seawood.org f1dc36016a Ooops, got my versions of configure.in confused. 1998-11-19 17:16:56 +00:00
cls%seawood.org 00c4632e64 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 66382f77ca 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 9e45b08f31 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 d55c53800d Get Irix autoconf build a bit farther along -- thanks to var@sgi.com 1998-11-19 02:24:28 +00:00
kin%netscape.com 8121906f69 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 eeaac74d92 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
cls%seawood.org 2db5192e44 Only use libC is not using the GNU c++ compiler. 1998-11-18 17:29:38 +00:00