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

152 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda f2aeeb5dd4 Bug 504239. Remove useless chunk of barely-used script. r=ted 2009-08-04 09:50:18 +12:00
Jim Blandy 5f5d38207c Bug 475654: Allow workaround for NSPR installations with no nspr-config script. a=wes, r=jimb 2009-07-28 13:18:50 -07:00
Brad Lassey a6223e7bd0 bug 50070 - mozconfig2configure can't handle paths with parenthesis r=ted 2009-06-24 16:21:14 -04:00
Josh Aas f1fcda13ba Sync config.guess with latest from gnu "config" package. See bug for changelog. b=492623 r=ted 2009-05-12 23:47:03 -04:00
Ginn Chen fafc91bc85 Bug 487602 Failed to compile firefox on Solaris r=bsmedberg 2009-04-20 15:22:06 +08:00
Makoto Kato 8f97a8f052 Bug 485264 followup - quote things to death, r=bsmedberg 2009-04-03 13:48:08 -04:00
Benjamin Smedberg 93f76e0a2b Bug 485264 - Not enough quotes in mozprog.m4 when suggestions contain spaces r=ted 2009-03-31 08:41:50 -04:00
Ginn Chen 5e766555ac Bug 480967 Don't leak MSYS paths into makefiles, fix Solaris bustage r=bsmedberg 2009-03-11 16:51:47 +08:00
Benjamin Smedberg ea55eb615e Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted 2009-03-09 10:55:41 -04:00
Jim Blandy 5151951c4e Bug 475064: Use 'test !', not '! test' in configure scripts. r=bsmedberg 2009-01-28 09:01:40 -08:00
Ted Mielczarek 6bc76472c3 bug 474973 - make config.{guess,sub} executable 2009-01-23 07:56:51 -05:00
Benjamin Smedberg ed4d0102a4 Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those

r=crowder r=jimb
2009-01-14 15:56:30 -05:00
Arpad Borsos db101ef41d Bug 472332 - Remove unused files from build/autoconf; +aclocal cleanup; r+sr=ted.mielczarek 2009-01-22 19:01:24 +01:00
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Benjamin Smedberg 4eaabd38fe Backed out changeset 525e42406396, bug 269538 (jscpucfg-ectomy) due to Windows TUnit bustage. 2009-01-21 17:34:28 -05:00
Benjamin Smedberg 52f4f5da62 Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those

r=crowder r=jimb
2009-01-14 15:56:30 -05:00
Jim Blandy 8d8846acd1 Bug 465640: Use autoconf to declare stdint types on platforms that don't have stdint.h r=bsmedberg
At configure time, check for <stdint.h>.  If we don't have it, find
integer types of various sizes.  On Windows, where we can't run
compilation tests in configure, hard-code definitions suggesting the
use of the built-in __intN types for the exact-size types, and
<stddef.h> for the pointer-sized types.

Use namespace-clean names for the preprocessor macros we define.
Since these types are used in the public JavaScript API, the configure
script needs to place the definitions it finds in js-config.h, the
installed configure-generated header, so it can be used by jsapi.h and
that gang.

New header js/src/jsstdint.h does what it takes to get definitions for
the exact-size and pointer-size integral types.  It includes
<stdint.h> when available, uses the types found by configure.in to
define the {,u}int{8,16,32,64,ptr}_t types itself, or uses the __intN
types and the <stddef.h> header.

Remove now-unnecessary and possibly conflicting definitions of intN_t
types from js/src/nanojit/avmplus.h.
2009-01-13 10:50:24 -08:00
Jim Blandy 4579219e06 To allow altoptions.m4 to be shared by both the main Mozilla and the
SpiderMonkey build code, sincluding it shouldn't have any side
effects.  Since only Mozilla wants the side effect, move it to
Mozilla's aclocal.m4.
2008-08-26 14:34:35 -07:00
caillon@redhat.com db12b8abaf Bug 426205 - Fix implicit declaration of exit() warning running configure r=bsmedberg a=beltzner 2008-04-03 19:09:06 -07:00
reed@reedloden.com b074b18de4 Bug 405290 - "Implement version checking for nspr and nss" (build/autoconf part) [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2007-12-11 02:21:59 -08:00
axel@pike.org 22e73e11a0 bug 383463, --disable-compile-environment checks too much, r=bsmedberg 2007-06-11 08:56:41 -07:00
bent.mozilla@gmail.com f658bb05b3 Bug 382759 - "MozillaBuild 1.1's 'mkdir -p' command is unreliable". r=bsmedberg. 2007-06-04 17:33:21 -07:00
benjamin%smedbergs.us 7d49b2d286 Bug 367127 - Make mozconfig-find space-safe (e.g. spaces in C:\Documents and Settings\bsmedberg), r=dbaron 2007-01-17 20:17:19 +00:00
benjamin%smedbergs.us 202456bc3d Bug 353559 - add_app_options doesn't work with non-bash shells, patch by Walter Meinl <wuno@lsvw.de>, r=me 2006-10-04 16:15:47 +00:00
cls%seawood.org 72a2b98461 Properly quote m4 macro definitions.
Thanks to Patrick Welche <pw-fb@newn.cam.ac.uk> for the patch.
Bug #298457 r=cls
2006-05-16 05:39:16 +00:00
timeless%mozdev.org 1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
mark%moxienet.com 48c9cc3d29 307311 needs a double-quote r=bsmedberg r=me 2006-02-03 19:54:38 +00:00
kaie%kuix.de 55526430f9 b=255408 Need to be able to build mozilla --with-system-nss
r=wtc/bsmedberg
Note: patches for bugs 288647 and 317620 might be required before enabling this build feature works.
2005-12-20 09:47:11 +00:00
cls%seawood.org de7fb68a6e Sync config.guess & config.sub with official GNU CVS copies.
Bug #312352 r=bsmedberg
2005-10-14 17:30:30 +00:00
bsmedberg%covad.net 1cfaf285d2 Bug 307311 - allow client.mk to build xulrunner + multiple apps in one pass r=darin 2005-09-30 17:39:16 +00:00
dbaron%dbaron.org e55dd20286 Accept anything from pkg-config --libs except -Wl,--export-dynamic. Patch from Patrick Welche <pw-fb@newn.cam.ac.uk>. r=cls sr=dbaron b=298455 2005-09-11 19:51:51 +00:00
roc+%cs.cmu.edu 41bf2924b1 Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc 2005-06-29 03:51:44 +00:00
shaver%mozilla.org b8abe09892 283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg 2005-03-04 13:37:14 +00:00
silver%warwickcompsoc.co.uk b8ea089315 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg
2005-03-03 21:12:22 +00:00
bsmedberg%covad.net fa01ef8027 Bug 232003 - AS perl and cygwin GNU make 3.80 don't play well together r=cls 2005-02-07 14:55:07 +00:00
dbaron%dbaron.org 88ea789602 Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin 2004-09-30 05:19:29 +00:00
cls%seawood.org 7f246234b3 Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
gerv%gerv.net 31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
bsmedberg%covad.net a16da231df Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner 2003-10-30 21:05:56 +00:00
bryner%brianryner.com 3fc9975ef6 Support using $topsrcdir for bash statements in mozconfig files (bug 216505). r=cls, a=asa. 2003-08-25 21:59:07 +00:00
seawood%netscape.com 6911f0e7e0 Sync config.guess & config.sub with official GNU copies.
Bug #199343
2003-04-18 10:20:15 +00:00
blizzard%redhat.com 7aa07050e1 Part of bug #126919. Set up configure options for using an external version of xft. r=cls 2002-10-03 00:37:12 +00:00
bolian.yin%sun.com 7e67351fac bug 156593, Remove the dependence to gtk1 when the default toolkit is gtk2.
patch by john.sun@sun.com, r=cls
2002-08-29 10:30:58 +00:00
seawood%netscape.com 07e47dd696 Restoring unlabelled 'MozillaHack's. Fixing Netscape uname bustage.
Bug #140869
2002-05-03 10:02:05 +00:00
seawood%netscape.com 33df5008ab Sync config.guess & config.sub with official GNU copies.
Bug #140869 r=bryner
2002-05-03 08:28:56 +00:00
seawood%netscape.com 08d41f0f6b Aligning ./configure --help output. 2002-02-28 07:17:21 +00:00
seawood%netscape.com 42fad90eb1 Explicitly use <STDIN> instead of <> as some newer ports of perl seem to have problems with <>.
Bug #122412
2002-02-17 21:08:44 +00:00
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