Commit Graph

105 Commits

Author SHA1 Message Date
bstell%ix.netcom.com
44eae503ad bug 116148, *.m4 file to test for FreeType2. Slightly modified from
the FreeType2 src. r=cls
2002-01-09 14:32:28 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
bbaetz%cs.mcgill.ca
a6f482e97d Left this out of bug 80142 checkin 2001-12-12 08:24:16 +00:00
seawood%netscape.com
995026559f Revert to using standard config.sub & config.guess entries for OS/2.
Thanks to pedemont@us.ibm.com (Javier Pedemonte) for the patch.
Bug #112244 r=cls
2001-12-01 18:54:36 +00:00
seawood%netscape.com
d139b3f6bb Fixing internal MOZ_TWO_STRINGS_TEST macro so that it doesn't always use enableval to test option arguments
Bug #107055 r=jesup
2001-10-29 22:59:31 +00:00
seawood%netscape.com
51e788aaa4 Add support for mips*el 2001-10-13 05:59:55 +00:00
wtc%netscape.com
0cd96ac069 Bugzilla bug 104286: teach config.guess and config.sub about MKS Toolkit.
r=cls.
2001-10-12 20:46:34 +00:00
seawood%netscape.com
9812fbb51b Updating config.guess & config.sub with 2001-10-07 changes from the GNU master c
opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
2001-10-07 23:08:11 +00:00
blizzard%redhat.com
7e5d62053b Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
cls%seawood.org
d175d34a44 Removing references to unused gdk-pixbuf.m4 2001-07-06 11:27:52 +00:00
cls%seawood.org
de2432686f Mozilla copy of nspr's .m4 file bug 73919 2001-04-07 04:41:30 +00:00
cls%seawood.org
19d364b964 Updating config.guess & config.sub with 2001-03-30 changes from the GNU master copy at :pserver:anoncvs@subversions.gnu.org:/cvs /config . 2001-04-05 04:46:56 +00:00
pavlov%netscape.com
0ac5f40e02 turning on new imagelib on linux bugs 73161 and 70938 r=bryner,syd sr=waterson 2001-03-30 07:05:02 +00:00
cls%seawood.org
bf562c2475 Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads. 2001-01-27 22:47:16 +00:00
mkaply%us.ibm.com
01551e02b6 #65880
r=cls
Enable OBJDIR builds for OS/2
2001-01-27 15:36:41 +00:00
cls%seawood.org
b1df93dd18 Fix makefile creation problem when full path contains meta chars. Bug 50431. Thanks to ume@mahoroba.org for the patch. 2000-10-26 19:43:39 +00:00
mkaply%us.ibm.com
ea8f6fee09 r=leaf, a=leaf, bad tabs in config.guess 2000-08-30 02:13:03 +00:00
cls%seawood.org
ca8c11e15e Commented out check for multiple variables on a single line as this causes Makefiles that have multiple dir VPATHs to be only partially generated. Uncommented warning for unknown variables. 2000-06-28 10:21:53 +00:00
mkaply%us.ibm.com
4f8d17dd8c # 40177
r = cls, a = brendan
OS/2 bring-up for M16 - add OS/2 to config.* files - also submitting to autoconf
2000-06-16 14:06:23 +00:00
slamm%netscape.com
5898c54054 No need to compare is this is the first run (cmp was printing an error on BSD when one of the files did not exist) 2000-05-11 22:56:41 +00:00
slamm%netscape.com
46f78f58ef Readd for 'webconfig' target of client.mk 2000-05-08 20:51:14 +00:00
colin%theblakes.com
baddc19866 Make OpenVMS get auto-detected. r=leaf 2000-05-08 20:17:42 +00:00
cls%seawood.org
2ecacd28c4 Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtc 2000-03-30 03:12:16 +00:00
slamm%netscape.com
7a1e344489 Move for-loop's do to next line for Solaris. Fix configurator url. 2000-03-23 02:04:22 +00:00
slamm%netscape.com
1d13ff8814 Only output the options that are used. 2000-03-22 21:56:49 +00:00
slamm%netscape.com
b99284cb21 Silly little comment change. 2000-03-21 21:09:33 +00:00
slamm%netscape.com
65ad49148d Output options from mozconfig. 2000-03-21 21:09:11 +00:00
slamm%netscape.com
cbb3476a41 Move non-autoconf tools to build/unix 2000-03-14 03:20:14 +00:00
slamm%netscape.com
74e166dd10 Rename find-mozconfig.sh to mozconfig-find. Rename load-mozconfig.sh to mozconfig2configure. Rename mozconfig2defs.sh to mozconfig2client-mk. Also, take an extra parameter for topsrcdir. 2000-03-14 03:18:54 +00:00
slamm%netscape.com
28bfcf54b6 Rename load-mozconfig.sh to mozconfig2configure. 2000-03-14 03:00:00 +00:00
jim_nance%yahoo.com
8998c1cac6 Changes to make this work under Unicies other than Linux. I so did like
that hack :-(
r=sford
2000-03-06 23:53:52 +00:00
jim_nance%yahoo.com
3e93a89b0c Initial Checking. Not part of the default build (yet).
Shell script for use with Makefiles.  Prints out failing
commands to make "make -s" more useful.
2000-02-26 02:34:15 +00:00
jim_nance%yahoo.com
8007f16444 For some reason a few systems though that the -F/ in the original script was
a file name instead of a switch.  I dont know why.  This version seems to work
better.  Ramiro said I could check it in if I wanted to own it, so I put my
email address where his used to be.
r=ramiro
2000-02-12 01:58:28 +00:00
briano%netscape.com
5ae757f6f3 QNX-specific fix. An echo was left out, resulting in an (ignored) error. 1999-12-07 03:23:55 +00:00
cls%seawood.org
685f31abad Removing --disable-editor (and MOZ_EDITOR) from the build as the editor module now handles all of the text fields for Mozilla and using this option will result in a "non-working" browser (text fields are not editable). Bug #20369 1999-12-01 06:08:25 +00:00
cls%seawood.org
bc3b33bd63 Removed unneeded -e argument to grep.
Changed print-depth-path.sh to check for Makefile instead of Makefile.in for objdir builds.
1999-11-29 06:15:04 +00:00
dmose%mozilla.org
5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
cls%seawood.org
1f9bd12490 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>. 1999-11-02 01:24:16 +00:00
briano%netscape.com
e4a67cc61d Added support for SCO UnixWare 7. 1999-10-02 02:49:32 +00:00
cls%seawood.org
d09f12c8b2 Approved by leaf.
Removed --enable-random-options and --enable-cross-compile options.  Set CROSS_COMPILE in the environment if you want to use the cross-compiling setup for now.

Gave into my pedantic side and cleaned up the help messages so that the output from --help actually looks reasonable.  For the curious, they are lined up on column 27.

Marked --disable-client-wallet & --disable-cookie-management as broken.
1999-09-27 20:47:51 +00:00
slamm%netscape.com
579f94044b Add a command-line option to specify the source tree path. 1999-09-27 17:28:33 +00:00
slamm%netscape.com
4101725b28 If creating directories all at once fails, create them one-by-one. Thanks to Colin <colin@theblakes.com> for the patch. 1999-09-10 23:08:07 +00:00
slamm%netscape.com
1740057db9 Simplify mkdir command by using '-p' option. 1999-09-09 19:26:19 +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
cls%seawood.org
6177e2fb70 Turn off debug messages 1999-09-03 04:57:25 +00:00
slamm%netscape.com
3b30c64384 Simplify cls's fix. Remove tabs. 1999-09-02 21:55:32 +00:00
cls%seawood.org
aa099723c6 Fixed make-makefile so that it works in the relative srcdir (../configure) case. It was breaking for at least myself & pavlov. Tested with ./configure, ../configure & /path/to/configure. Added a few debugging msgs along the way. 1999-09-02 04:58:40 +00:00
slamm%netscape.com
3eda270867 Create multiple levels of directories is needed. 1999-09-01 23:37:05 +00:00
slamm%netscape.com
d97809014e Rerun configure if PATH changes. 1999-08-27 23:03:27 +00:00
slamm%netscape.com
bfa8c2b4ac Dumb it down for perl 4.0 (blech!). 1999-08-27 22:56:24 +00:00