ramiro%netscape.com
3b11c3e17b
Strip unused symbols from .so components on linux by default.
1999-09-22 03:14:23 +00:00
cls%seawood.org
a323ac377e
Removed check for c++ namespaces as they are not used and are outlawed by the c++ portability guide.
1999-09-22 00:38:44 +00:00
slamm%netscape.com
2e6f458c03
Add memmove to autoconf tests.
1999-09-18 02:55:39 +00:00
jdunn%netscape.com
f0ee4dbce2
add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
...
and the binaries in viewer/Makefile.in
1999-09-17 00:53:36 +00:00
cls%seawood.org
9d23306d87
Linux only: Added -D_SVID_SOURCE to DEFS
1999-09-16 14:55:14 +00:00
ramiro%netscape.com
c3b017264c
Add a --enable-low-fat option to reduce the .dynsym bloating in components.
1999-09-16 13:43:15 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
Jerry.Kirk%Nexwarecorp.com
919bb027e0
Added a way for cross-compiling platforms (such as Neutrino/Photon) to
...
define HAVE_DEV_ZERO and override the test added by jdunn@netscape.com
for nsPageMgr objects.
1999-09-14 19:20:08 +00:00
ramiro%netscape.com
6f3fcfb2ba
Add MOZ_DEMANGLE_SYMBOLS to debug builds for demangling symbols.
1999-09-14 13:30:12 +00:00
jdunn%netscape.com
52f708c0af
on HPUX, Native compiler, use the aCC/CC to link shared objects instead
...
of the linker.
NOTE: for TK_LIBS and MOZ_GTK_LDFLAGS you need to link against -l:libm.sl
instead of lm, otherwise gfx/src/gtk/libgfx_gtk.sl won't link
1999-09-14 04:14:06 +00:00
cls%seawood.org
adf94e4618
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
1999-09-12 14:25:28 +00:00
jdunn%netscape.com
00fadc59c0
Provide workaround in nsPageMgr.cpp if platform (HPUX) doesn't have /dev/zero.
...
briano, ramiro & warren all looked at the code.
(also sneaked in a linking option in for hpux only)
1999-09-10 23:07:09 +00:00
slamm%netscape.com
eec9ccab60
Fix for people without '.' in their path. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1999-09-10 18:29:28 +00:00
briano%netscape.com
18a37aa8a5
Enable the use of MOZ_FULLCIRCLE and FULLCIRCLE_LIBS.
1999-09-09 21:51:54 +00:00
Jerry.Kirk%Nexwarecorp.com
65ad301904
Moved definition of TK_CFLAGS for Photon to the right place!
1999-09-09 20:35:23 +00:00
slamm%netscape.com
4817418b3f
slight cleanup.
1999-09-09 19:37:14 +00:00
slamm%netscape.com
74199c584c
Ditch incremental makefiles. Everyone expects to use the allmakefiles.sh list, so use it.
1999-09-09 19:28:48 +00:00
cls%seawood.org
868e1692ef
Make --enable-insure work when building outside of the source dir.
1999-09-09 19:19:37 +00:00
Jerry.Kirk%Nexwarecorp.com
ea92542eca
Had to set TK_CFLAGS for Neutrino/Photon.. Thought I did this yesterday
1999-09-09 14:49:08 +00:00
Jerry.Kirk%Nexwarecorp.com
2b315ca371
Had to add -DMOZILLA_CLIENT to _DEFINES_CFLAGS and _DEFINES_CXXFLAGS
1999-09-09 13:42:42 +00:00
briano%netscape.com
ebec1a92a3
Fix to allow talkback-enabled builds to find fullsoft.h in odd places.
1999-09-09 08:39:37 +00:00
cls%seawood.org
6fcda40546
Removed check for usleep() as it did not fix the OSF/1 build and does not appear to be needed for anyone else
1999-09-09 06:24:11 +00:00
briano%netscape.com
8003a9d0ec
Fix for FullCircle. The header is called fullsoft.h not fullcircle.h.
1999-09-08 21:37:03 +00:00
pepper%netscape.com
5b653fa8fc
Added appropriate defs so that gcc works on HPUX. Using LD to link shared libs now on HP only.
1999-09-08 18:47:38 +00:00
Jerry.Kirk%Nexwarecorp.com
6165c519c9
Adding ${_COMPILER_PREFIX} to the -Wno-long-long CFLAG for Neutrino
...
and Cross Compiling.
1999-09-08 12:40:30 +00:00
briano%netscape.com
183694001d
Damn. Defining _XOPEN_SOURCE_EXTENDED breaks other things that didn't break before. Backing it out.
1999-09-08 03:20:54 +00:00
briano%netscape.com
f506bd7f03
Defined _XOPEN_SOURCE_EXTENDED for OSF/1 builds in order to get the prototype for usleep.
1999-09-08 01:38:07 +00:00
slamm%netscape.com
3b505be3c9
Straighten out long-long flag logic.
1999-09-07 22:52:55 +00:00
shaver%netscape.com
dd5d676813
add --with-extensions to turn on mozilla/extensions/*
1999-09-07 19:10:13 +00:00
cyeh%netscape.com
6de0892bfe
remove last bits of MODULAR_NETLIB
1999-09-07 18:43:48 +00:00
cls%seawood.org
f24d5c74dd
Aieecvs -z3 diff -u configure.in! MOZILLA_CLIENT should be set for CXXFLAGS as well...even though nothing seems to be affected by its absence.
1999-09-06 22:04:36 +00:00
ramiro%netscape.com
273bfe2706
Fix for beos timer linking.
1999-09-06 08:22:53 +00:00
cls%seawood.org
b7635b625f
Added test for usleep() as OSF/1 apparently does not have it. Use select if usleep is not found.
1999-09-06 07:47:08 +00:00
cls%seawood.org
d4fd34d75a
Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
...
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
ramiro%netscape.com
2063b093e8
Add gle support.
1999-09-05 15:53:04 +00:00
syd%netscape.com
cdff6a5982
Change FC_Initialize to FCInitialize
1999-09-05 03:26:34 +00:00
cls%seawood.org
f8cfd5e736
Not all compilers support -Wno-long-long so do a compile test.
1999-09-04 06:02:45 +00:00
cls%seawood.org
614f22e28e
Ignore ANSI long long warnings by default since -pedantic is on by default.
1999-09-04 04:07:28 +00:00
briano%netscape.com
c0a4da7184
Moved the _PEDANTIC definition up to the top so it can be automatically overridden for any OS (in this case BSDI).
1999-09-04 01:20:49 +00:00
cls%seawood.org
0c33c2b8b5
Added HOST_AR to build. Added --enable-cross-compile option to turn on cross-compiling autodetection selectively. Hijacked CROSS_COMPILE variable (Sorry Colin).
1999-09-03 22:11:39 +00:00
Jerry.Kirk%Nexwarecorp.com
fa543c4203
Added ${_COMPILER_PREFIX} to the -pedantic flags for Neutrino
1999-09-03 12:44:56 +00:00
cls%seawood.org
1dc2033223
Only turn on -pedantic for compilers that support it.
1999-09-03 09:42:46 +00:00
mcafee%netscape.com
225f6c2f37
Turning -pedantic on by default, use --disable-pedantic to turn this off
1999-09-03 08:10:06 +00:00
cls%seawood.org
361d844a3c
Added host case for osf1. Changed test for c++ requiring implementation of unused methods from try_compile to try_link.
1999-09-03 06:14:10 +00:00
briano%netscape.com
7017a941de
Fix for 'official' release builds. Now generates xpinstall/packager/Makefile explicitly. Also replaced the perl-based directory 'pre-creator' with a shell-based version.
1999-09-03 00:05:19 +00:00
cls%seawood.org
f277b79642
Removed redundant program checks.
...
Added target case for *-mingw*
Don't check for NSPR libs when cross-compiling. Assume that they exist for now.
Added MDCPUCFG to CFLAGS for INTERNAL_TOOLS builds.
1999-09-02 23:58:00 +00:00
slamm%netscape.com
1477af406a
Fix typo s/CONFIG_TEMP/CONFIG_TMP/.
1999-09-02 22:41:43 +00:00
slamm%netscape.com
ed0937533e
Move some defines into configure. Remove unused build variables.
1999-09-02 22:02:19 +00:00
cyeh%netscape.com
7039058d87
Finish removal of STANDALONE_IMAGE_LIB. We don't need it anymore.
1999-09-02 18:13:43 +00:00
pepper%netscape.com
108bf34e41
Moved DSO_LDOPTS into the native compiler specific loop.
1999-09-02 03:47:08 +00:00