diff --git a/accessible/build/Makefile.in b/accessible/build/Makefile.in index 71fb01051fe8..24dbdbccd819 100644 --- a/accessible/build/Makefile.in +++ b/accessible/build/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = accessibility LIBRARY_NAME = accessibility EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = access +endif IS_COMPONENT = 1 MODULE_NAME = nsAccessibilityModule REQUIRES = \ diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in index 6143863b47f6..052d218d9137 100644 --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in @@ -43,7 +43,6 @@ MOZ_GFX_TOOLKIT = $(MOZ_WIDGET_TOOLKIT) MOZ_JS_LIBS = @MOZ_JS_LIBS@ - MOZ_GFX_TOOLKIT_LDFLAGS = @MOZ_GFX_TOOLKIT_LDFLAGS@ MOZ_WIDGET_TOOLKIT_LDFLAGS = @MOZ_WIDGET_TOOLKIT_LDFLAGS@ @@ -351,9 +350,9 @@ MOZ_DISABLE_DTD_DEBUG = @MOZ_DISABLE_DTD_DEBUG@ MOZ_DEMANGLE_SYMBOLS = @MOZ_DEMANGLE_SYMBOLS@ # XXX - these need to be cleaned up and have real checks added -cls -CM_BLDTYPE=dbg -AWT_11=1 -MOZ_BITS=32 +CM_BLDTYPE=dbg +AWT_11=1 +MOZ_BITS=32 OS_TARGET=@OS_TARGET@ OS_ARCH=@OS_ARCH@ OS_RELEASE=@OS_RELEASE@ diff --git a/config/rules.mk b/config/rules.mk index fbfa78cb24f0..303cfdde35df 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -124,7 +124,7 @@ endif ifndef LIBRARY ifdef LIBRARY_NAME -ifeq ($(OS_ARCH),OS2) +ifneq (,$(filter OS2 WINNT,$(OS_ARCH))) ifdef SHORT_LIBNAME LIBRARY_NAME := $(SHORT_LIBNAME) endif diff --git a/configure b/configure index 411b1af6e6eb..f639db9c59ba 100755 --- a/configure +++ b/configure @@ -2814,7 +2814,7 @@ else echo "$ac_t""no" 1>&6 fi -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -4703,11 +4703,11 @@ EOF MOZ_DEBUG_FLAGS='-Zi' MOZ_DEBUG_LDFLAGS='/DEBUG /DEBUGTYPE:CV' MOZ_OPTIMIZE_FLAGS='-O1' - MOZ_JPEG_LIBS='$(DIST)/lib/mozjpeg.lib' + MOZ_JPEG_LIBS='$(DIST)/lib/jpeg$(MOZ_BITS)$(VERSION_NUMBER).lib' MOZ_ZLIB_LIBS='$(DIST)/lib/zlib.lib' - MOZ_PNG_LIBS='$(DIST)/lib/mozpng.lib' - MOZ_MNG_LIBS='$(DIST)/lib/mozmng.lib' - MOZ_JS_LIBS='$(DIST)/lib/mozjs.lib' + MOZ_PNG_LIBS='$(DIST)/lib/png.lib' + MOZ_MNG_LIBS='$(DIST)/lib/mng.lib' + MOZ_JS_LIBS='$(DIST)/lib/js$(MOZ_BITS)$(VERSION_NUMBER).lib' XPCOM_LIBS='$(DIST)/lib/xpcom.lib' MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)' MOZ_COMPONENT_XPCOM_LIBS='$(XPCOM_LIBS)' @@ -4756,6 +4756,7 @@ EOF OS_TARGET=WINNT MOZ_WIDGET_TOOLKIT='windows' BIN_SUFFIX='.exe' + USE_SHORT_LIBNAME=1 TARGET_NSPR_MDCPUCFG='\"md/_win95.cfg\"' no_x=yes @@ -5233,12 +5234,12 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:5237: checking for ANSI C header files" >&5 +echo "configure:5238: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5246,7 +5247,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5263,7 +5264,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -5281,7 +5282,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -5302,7 +5303,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -5313,7 +5314,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:5317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -5337,12 +5338,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:5341: checking for working const" >&5 +echo "configure:5342: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5396: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -5412,12 +5413,12 @@ EOF fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 -echo "configure:5416: checking for mode_t" >&5 +echo "configure:5417: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5445,12 +5446,12 @@ EOF fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:5449: checking for off_t" >&5 +echo "configure:5450: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5478,12 +5479,12 @@ EOF fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:5482: checking for pid_t" >&5 +echo "configure:5483: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5511,12 +5512,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:5515: checking for size_t" >&5 +echo "configure:5516: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5544,12 +5545,12 @@ EOF fi echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:5548: checking for uid_t in sys/types.h" >&5 +echo "configure:5549: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -5578,12 +5579,12 @@ EOF fi echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6 -echo "configure:5582: checking for st_blksize in struct stat" >&5 +echo "configure:5583: checking for st_blksize in struct stat" >&5 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5591,7 +5592,7 @@ int main() { struct stat s; s.st_blksize; ; return 0; } EOF -if { (eval echo configure:5595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_st_blksize=yes else @@ -5624,12 +5625,12 @@ EOF fi echo $ac_n "checking for int16_t""... $ac_c" 1>&6 -echo "configure:5628: checking for int16_t" >&5 +echo "configure:5629: checking for int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5637,7 +5638,7 @@ int main() { int16_t foo = 0; ; return 0; } EOF -if { (eval echo configure:5641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int16_t=true else @@ -5659,12 +5660,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int32_t""... $ac_c" 1>&6 -echo "configure:5663: checking for int32_t" >&5 +echo "configure:5664: checking for int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5672,7 +5673,7 @@ int main() { int32_t foo = 0; ; return 0; } EOF -if { (eval echo configure:5676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5677: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int32_t=true else @@ -5694,12 +5695,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int64_t""... $ac_c" 1>&6 -echo "configure:5698: checking for int64_t" >&5 +echo "configure:5699: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5707,7 +5708,7 @@ int main() { int64_t foo = 0; ; return 0; } EOF -if { (eval echo configure:5711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int64_t=true else @@ -5729,12 +5730,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for int64""... $ac_c" 1>&6 -echo "configure:5733: checking for int64" >&5 +echo "configure:5734: checking for int64" >&5 if eval "test \"`echo '$''{'ac_cv_int64'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5742,7 +5743,7 @@ int main() { int64 foo = 0; ; return 0; } EOF -if { (eval echo configure:5746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_int64=true else @@ -5764,12 +5765,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint""... $ac_c" 1>&6 -echo "configure:5768: checking for uint" >&5 +echo "configure:5769: checking for uint" >&5 if eval "test \"`echo '$''{'ac_cv_uint'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5777,7 +5778,7 @@ int main() { uint foo = 0; ; return 0; } EOF -if { (eval echo configure:5781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint=true else @@ -5799,12 +5800,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint_t""... $ac_c" 1>&6 -echo "configure:5803: checking for uint_t" >&5 +echo "configure:5804: checking for uint_t" >&5 if eval "test \"`echo '$''{'ac_cv_uint_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5812,7 +5813,7 @@ int main() { uint_t foo = 0; ; return 0; } EOF -if { (eval echo configure:5816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint_t=true else @@ -5834,12 +5835,12 @@ else echo "$ac_t""no" 1>&6 fi echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 -echo "configure:5838: checking for uint16_t" >&5 +echo "configure:5839: checking for uint16_t" >&5 if eval "test \"`echo '$''{'ac_cv_uint16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -5847,7 +5848,7 @@ int main() { uint16_t foo = 0; ; return 0; } EOF -if { (eval echo configure:5851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_uint16_t=true else @@ -5878,12 +5879,12 @@ cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for uname.domainname""... $ac_c" 1>&6 -echo "configure:5882: checking for uname.domainname" >&5 +echo "configure:5883: checking for uname.domainname" >&5 if eval "test \"`echo '$''{'ac_cv_have_uname_domainname_field'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { @@ -5891,7 +5892,7 @@ int main() { (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } EOF -if { (eval echo configure:5895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_uname_domainname_field=true else @@ -5915,12 +5916,12 @@ else fi echo $ac_n "checking for uname.__domainname""... $ac_c" 1>&6 -echo "configure:5919: checking for uname.__domainname" >&5 +echo "configure:5920: checking for uname.__domainname" >&5 if eval "test \"`echo '$''{'ac_cv_have_uname_us_domainname_field'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { @@ -5928,7 +5929,7 @@ int main() { (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } EOF -if { (eval echo configure:5932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5933: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_uname_us_domainname_field=true else @@ -5960,17 +5961,17 @@ cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking for 64-bit OS""... $ac_c" 1>&6 -echo "configure:5964: checking for 64-bit OS" >&5 +echo "configure:5965: checking for 64-bit OS" >&5 if test "$cross_compiling" = yes; then result="maybe" else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then result="yes" else @@ -6000,7 +6001,7 @@ fi echo $ac_n "checking for usable wchar_t (2 bytes, unsigned)""... $ac_c" 1>&6 -echo "configure:6004: checking for usable wchar_t (2 bytes, unsigned)" >&5 +echo "configure:6005: checking for usable wchar_t (2 bytes, unsigned)" >&5 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6008,14 +6009,14 @@ else ac_cv_have_usable_wchar="maybe" else cat > conftest.$ac_ext < int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } EOF -if { (eval echo configure:6019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_have_usable_wchar="yes" else @@ -6044,7 +6045,7 @@ else CFLAGS="$CFLAGS -fshort-wchar" echo $ac_n "checking for compiler -fshort-wchar option""... $ac_c" 1>&6 -echo "configure:6048: checking for compiler -fshort-wchar option" >&5 +echo "configure:6049: checking for compiler -fshort-wchar option" >&5 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_option'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6052,14 +6053,14 @@ else ac_cv_have_usable_wchar_option="maybe" else cat > conftest.$ac_ext < int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } EOF -if { (eval echo configure:6063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_have_usable_wchar_option="yes" else @@ -6093,12 +6094,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 -echo "configure:6097: checking for $ac_hdr that defines DIR" >&5 +echo "configure:6098: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include <$ac_hdr> @@ -6106,7 +6107,7 @@ int main() { DIR *dirp = 0; ; return 0; } EOF -if { (eval echo configure:6110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" else @@ -6131,7 +6132,7 @@ done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 -echo "configure:6135: checking for opendir in -ldir" >&5 +echo "configure:6136: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6139,7 +6140,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldir $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6172,7 +6173,7 @@ fi else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 -echo "configure:6176: checking for opendir in -lx" >&5 +echo "configure:6177: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6180,7 +6181,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lx $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6222,17 +6223,17 @@ for ac_hdr in sys/byteorder.h compat.h getopt.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6226: checking for $ac_hdr" >&5 +echo "configure:6227: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6262,17 +6263,17 @@ for ac_hdr in sys/bittypes.h memory.h unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6266: checking for $ac_hdr" >&5 +echo "configure:6267: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6276: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6302,17 +6303,17 @@ for ac_hdr in gnu/libc-version.h nl_types.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6306: checking for $ac_hdr" >&5 +echo "configure:6307: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6342,17 +6343,17 @@ for ac_hdr in X11/XKBlib.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6346: checking for $ac_hdr" >&5 +echo "configure:6347: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6357: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6383,17 +6384,17 @@ for ac_hdr in sys/statvfs.h sys/statfs.h sys/vfs.h sys/mount.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6387: checking for $ac_hdr" >&5 +echo "configure:6388: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6428,17 +6429,17 @@ case $target in do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6432: checking for $ac_hdr" >&5 +echo "configure:6433: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6472,7 +6473,7 @@ case $target in ;; *) echo $ac_n "checking for gethostbyname_r in -lc_r""... $ac_c" 1>&6 -echo "configure:6476: checking for gethostbyname_r in -lc_r" >&5 +echo "configure:6477: checking for gethostbyname_r in -lc_r" >&5 ac_lib_var=`echo c_r'_'gethostbyname_r | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6480,7 +6481,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lc_r $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6521,7 +6522,7 @@ fi ;; esac echo $ac_n "checking for atan in -lm""... $ac_c" 1>&6 -echo "configure:6525: checking for atan in -lm" >&5 +echo "configure:6526: checking for atan in -lm" >&5 ac_lib_var=`echo m'_'atan | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6529,7 +6530,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6568,7 +6569,7 @@ else fi echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 -echo "configure:6572: checking for dlopen in -ldl" >&5 +echo "configure:6573: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6576,7 +6577,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6619,7 +6620,7 @@ if test ! "$GNU_CXX"; then case $target in *-aix*) echo $ac_n "checking for demangle in -lC_r""... $ac_c" 1>&6 -echo "configure:6623: checking for demangle in -lC_r" >&5 +echo "configure:6624: checking for demangle in -lC_r" >&5 ac_lib_var=`echo C_r'_'demangle | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6627,7 +6628,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lC_r $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6668,7 +6669,7 @@ fi ;; *) echo $ac_n "checking for demangle in -lC""... $ac_c" 1>&6 -echo "configure:6672: checking for demangle in -lC" >&5 +echo "configure:6673: checking for demangle in -lC" >&5 ac_lib_var=`echo C'_'demangle | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6676,7 +6677,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lC $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6718,7 +6719,7 @@ fi esac fi echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:6722: checking for socket in -lsocket" >&5 +echo "configure:6723: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6726,7 +6727,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6782,7 +6783,7 @@ EOF _SAVE_LDFLAGS="$LDFLAGS" LDFLAGS="$XLDFLAGS $LDFLAGS" echo $ac_n "checking for XDrawLines in -lX11""... $ac_c" 1>&6 -echo "configure:6786: checking for XDrawLines in -lX11" >&5 +echo "configure:6787: checking for XDrawLines in -lX11" >&5 ac_lib_var=`echo X11'_'XDrawLines | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6790,7 +6791,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lX11 $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6823,7 +6824,7 @@ MISSING_X="$MISSING_X -lX11" fi echo $ac_n "checking for XextAddDisplay in -lXext""... $ac_c" 1>&6 -echo "configure:6827: checking for XextAddDisplay in -lXext" >&5 +echo "configure:6828: checking for XextAddDisplay in -lXext" >&5 ac_lib_var=`echo Xext'_'XextAddDisplay | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6831,7 +6832,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXext $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6864,7 +6865,7 @@ MISSING_X="$MISSING_X -lXext" fi echo $ac_n "checking for IceFlush in -lICE""... $ac_c" 1>&6 -echo "configure:6868: checking for IceFlush in -lICE" >&5 +echo "configure:6869: checking for IceFlush in -lICE" >&5 ac_lib_var=`echo ICE'_'IceFlush | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6872,7 +6873,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lICE $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6904,7 +6905,7 @@ else fi echo $ac_n "checking for SmcCloseConnection in -lSM""... $ac_c" 1>&6 -echo "configure:6908: checking for SmcCloseConnection in -lSM" >&5 +echo "configure:6909: checking for SmcCloseConnection in -lSM" >&5 ac_lib_var=`echo SM'_'SmcCloseConnection | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6912,7 +6913,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lSM $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6944,7 +6945,7 @@ else fi echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6 -echo "configure:6948: checking for XtFree in -lXt" >&5 +echo "configure:6949: checking for XtFree in -lXt" >&5 ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6952,7 +6953,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXt $X_PRE_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6986,7 +6987,7 @@ fi echo $ac_n "checking for XineramaIsActive in -lXinerama""... $ac_c" 1>&6 -echo "configure:6990: checking for XineramaIsActive in -lXinerama" >&5 +echo "configure:6991: checking for XineramaIsActive in -lXinerama" >&5 ac_lib_var=`echo Xinerama'_'XineramaIsActive | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6994,7 +6995,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXinerama $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7027,17 +7028,17 @@ fi ac_safe=`echo "X11/extensions/Xinerama.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/Xinerama.h""... $ac_c" 1>&6 -echo "configure:7031: checking for X11/extensions/Xinerama.h" >&5 +echo "configure:7032: checking for X11/extensions/Xinerama.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7060,7 +7061,7 @@ fi echo $ac_n "checking for XShmCreateImage in -lXext""... $ac_c" 1>&6 -echo "configure:7064: checking for XShmCreateImage in -lXext" >&5 +echo "configure:7065: checking for XShmCreateImage in -lXext" >&5 ac_lib_var=`echo Xext'_'XShmCreateImage | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7068,7 +7069,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXext $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7101,17 +7102,17 @@ fi ac_safe=`echo "X11/extensions/XShm.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/XShm.h""... $ac_c" 1>&6 -echo "configure:7105: checking for X11/extensions/XShm.h" >&5 +echo "configure:7106: checking for X11/extensions/XShm.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7141,7 +7142,7 @@ EOF fi echo $ac_n "checking for XieFloGeometry in -lXIE""... $ac_c" 1>&6 -echo "configure:7145: checking for XieFloGeometry in -lXIE" >&5 +echo "configure:7146: checking for XieFloGeometry in -lXIE" >&5 ac_lib_var=`echo XIE'_'XieFloGeometry | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7149,7 +7150,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXIE $XLIBS $XEXT_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7182,17 +7183,17 @@ fi ac_safe=`echo "X11/extensions/XIElib.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/extensions/XIElib.h""... $ac_c" 1>&6 -echo "configure:7186: checking for X11/extensions/XIElib.h" >&5 +echo "configure:7187: checking for X11/extensions/XIElib.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7229,7 +7230,7 @@ fi _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $XCFLAGS" cat > conftest.$ac_ext < @@ -7245,7 +7246,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:7249: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 @@ -7264,7 +7265,7 @@ fi # $no_x echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6 -echo "configure:7268: checking for pthread_create in -lpthreads" >&5 +echo "configure:7269: checking for pthread_create in -lpthreads" >&5 echo " #include void *foo(void *v) { int a = 1; } @@ -7286,7 +7287,7 @@ echo " echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 -echo "configure:7290: checking for pthread_create in -lpthread" >&5 +echo "configure:7291: checking for pthread_create in -lpthread" >&5 echo " #include void *foo(void *v) { int a = 1; } @@ -7308,7 +7309,7 @@ echo " echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -echo "configure:7312: checking for pthread_create in -lc_r" >&5 +echo "configure:7313: checking for pthread_create in -lc_r" >&5 echo " #include void *foo(void *v) { int a = 1; } @@ -7330,7 +7331,7 @@ echo " echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6 -echo "configure:7334: checking for pthread_create in -lc" >&5 +echo "configure:7335: checking for pthread_create in -lc" >&5 echo " #include void *foo(void *v) { int a = 1; } @@ -7386,7 +7387,7 @@ then rm -f conftest* ac_cv_have_dash_pthread=no echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6 -echo "configure:7390: checking whether ${CC-cc} accepts -pthread" >&5 +echo "configure:7391: checking whether ${CC-cc} accepts -pthread" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1 if test $? -eq 0; then @@ -7402,7 +7403,7 @@ echo "configure:7390: checking whether ${CC-cc} accepts -pthread" >&5 ac_cv_have_dash_pthreads=no if test "$ac_cv_have_dash_pthread" = "no"; then echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6 -echo "configure:7406: checking whether ${CC-cc} accepts -pthreads" >&5 +echo "configure:7407: checking whether ${CC-cc} accepts -pthreads" >&5 echo 'int main() { return 0; }' | cat > conftest.c ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1 if test $? -eq 0; then @@ -7490,7 +7491,7 @@ EOF fi echo $ac_n "checking whether mmap() sees write()s""... $ac_c" 1>&6 -echo "configure:7494: checking whether mmap() sees write()s" >&5 +echo "configure:7495: checking whether mmap() sees write()s" >&5 mmap_test_prog=' @@ -7529,11 +7530,11 @@ if test "$cross_compiling" = yes; then result="yes" else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then result="yes" else @@ -7558,13 +7559,13 @@ fi if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 -echo "configure:7562: checking whether ${CC-cc} needs -traditional" >&5 +echo "configure:7563: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_pattern="Autoconf.*'x'" cat > conftest.$ac_ext < Autoconf TIOCGETP @@ -7582,7 +7583,7 @@ rm -f conftest* if test $ac_cv_prog_gcc_traditional = no; then cat > conftest.$ac_ext < Autoconf TCGETA @@ -7604,7 +7605,7 @@ echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 fi echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 -echo "configure:7608: checking for 8-bit clean memcmp" >&5 +echo "configure:7609: checking for 8-bit clean memcmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7612,7 +7613,7 @@ else ac_cv_func_memcmp_clean=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_memcmp_clean=yes else @@ -7642,12 +7643,12 @@ test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}" for ac_func in random strerror lchown fchmod snprintf localtime_r statvfs memmove rint do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7646: checking for $ac_func" >&5 +echo "configure:7647: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -7697,12 +7698,12 @@ done for ac_func in nl_langinfo strtok_r flockfile do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7701: checking for $ac_func" >&5 +echo "configure:7702: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -7758,12 +7759,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes cross_compiling=$ac_cv_prog_cxx_cross echo $ac_n "checking for gnu_get_libc_version()""... $ac_c" 1>&6 -echo "configure:7762: checking for gnu_get_libc_version()" >&5 +echo "configure:7763: checking for gnu_get_libc_version()" >&5 if eval "test \"`echo '$''{'ac_cv_func_gnu_get_libc_version'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_gnu_get_libc_version=yes else @@ -7805,7 +7806,7 @@ cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether va_list assignments need array notation""... $ac_c" 1>&6 -echo "configure:7809: checking whether va_list assignments need array notation" >&5 +echo "configure:7810: checking whether va_list assignments need array notation" >&5 if eval "test \"`echo '$''{'ac_cv_valistisarray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7813,7 +7814,7 @@ else ac_cv_valistisarray=false else cat > conftest.$ac_ext < #include @@ -7826,7 +7827,7 @@ else } int main() { foo(0, 123); return(0); } EOF -if { (eval echo configure:7830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_valistisarray=false else @@ -7906,7 +7907,7 @@ if test "$GNU_CXX"; then _MOZ_RTTI_FLAGS=${_COMPILER_PREFIX}-fno-rtti echo $ac_n "checking for C++ exceptions flag""... $ac_c" 1>&6 -echo "configure:7910: checking for C++ exceptions flag" >&5 +echo "configure:7911: checking for C++ exceptions flag" >&5 if eval "test \"`echo '$''{'ac_cv_cxx_exceptions_flags'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7943,12 +7944,12 @@ cross_compiling=$ac_cv_prog_cxx_cross HAVE_GCC3_ABI= if test "$GNU_CC"; then echo $ac_n "checking for gcc 3.0 ABI""... $ac_c" 1>&6 -echo "configure:7947: checking for gcc 3.0 ABI" >&5 +echo "configure:7948: checking for gcc 3.0 ABI" >&5 if eval "test \"`echo '$''{'ac_cv_gcc_three_abi'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_gcc_three_abi="yes" else @@ -7982,12 +7983,12 @@ fi echo $ac_n "checking for ios::binary""... $ac_c" 1>&6 -echo "configure:7986: checking for ios::binary" >&5 +echo "configure:7987: checking for ios::binary" >&5 if eval "test \"`echo '$''{'ac_cv_ios_binary'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7996,7 +7997,7 @@ char *buffer = "config.log"; fstream *mFileStream=new fstream(buffer, ios::binary); ; return 0; } EOF -if { (eval echo configure:8000: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_ios_binary=true else @@ -8020,12 +8021,12 @@ fi echo $ac_n "checking for ios::bin""... $ac_c" 1>&6 -echo "configure:8024: checking for ios::bin" >&5 +echo "configure:8025: checking for ios::bin" >&5 if eval "test \"`echo '$''{'ac_cv_ios_bin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8034,7 +8035,7 @@ char *buffer = "config.log"; fstream *mFileStream=new fstream(buffer, ios::bin); ; return 0; } EOF -if { (eval echo configure:8038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_ios_bin=true else @@ -8057,12 +8058,12 @@ else fi echo $ac_n "checking for C++ \"explicit\" keyword""... $ac_c" 1>&6 -echo "configure:8061: checking for C++ \"explicit\" keyword" >&5 +echo "configure:8062: checking for C++ \"explicit\" keyword" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_explicit'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_explicit=yes else @@ -8093,12 +8094,12 @@ EOF fi echo $ac_n "checking for C++ template specialization support""... $ac_c" 1>&6 -echo "configure:8097: checking for C++ template specialization support" >&5 +echo "configure:8098: checking for C++ template specialization support" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_template_specialization'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < struct X { int a; }; class Y {}; @@ -8108,7 +8109,7 @@ X int_x; X y_x; ; return 0; } EOF -if { (eval echo configure:8112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_template_specialization=yes else @@ -8138,12 +8139,12 @@ EOF fi echo $ac_n "checking for modern C++ template specialization syntax support""... $ac_c" 1>&6 -echo "configure:8142: checking for modern C++ template specialization syntax support" >&5 +echo "configure:8143: checking for modern C++ template specialization syntax support" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_modern_specialize_template_syntax'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < struct X { int a; }; class Y {}; @@ -8153,7 +8154,7 @@ X int_x; X y_x; ; return 0; } EOF -if { (eval echo configure:8157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_modern_specialize_template_syntax=yes else @@ -8175,12 +8176,12 @@ fi echo $ac_n "checking whether partial template specialization works""... $ac_c" 1>&6 -echo "configure:8179: checking whether partial template specialization works" >&5 +echo "configure:8180: checking whether partial template specialization works" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_partial_specialization'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Foo {}; template class Foo {}; @@ -8188,7 +8189,7 @@ int main() { return 0; ; return 0; } EOF -if { (eval echo configure:8192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_partial_specialization=yes else @@ -8210,12 +8211,12 @@ fi echo $ac_n "checking whether operators must be re-defined for templates derived from templates""... $ac_c" 1>&6 -echo "configure:8214: checking whether operators must be re-defined for templates derived from templates" >&5 +echo "configure:8215: checking whether operators must be re-defined for templates derived from templates" >&5 if eval "test \"`echo '$''{'ac_cv_need_derived_template_operators'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Base { }; template @@ -8227,7 +8228,7 @@ Derived a, b; return 0; ; return 0; } EOF -if { (eval echo configure:8231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_need_derived_template_operators=no else @@ -8249,12 +8250,12 @@ fi echo $ac_n "checking whether we need to cast a derived template to pass as its base class""... $ac_c" 1>&6 -echo "configure:8253: checking whether we need to cast a derived template to pass as its base class" >&5 +echo "configure:8254: checking whether we need to cast a derived template to pass as its base class" >&5 if eval "test \"`echo '$''{'ac_cv_need_cpp_template_cast_to_base'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class Base { }; template class Derived : public Base { }; @@ -8263,7 +8264,7 @@ int main() { Derived bar; return foo(bar); ; return 0; } EOF -if { (eval echo configure:8267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_need_cpp_template_cast_to_base=no else @@ -8284,12 +8285,12 @@ EOF fi echo $ac_n "checking whether the compiler can resolve const ambiguities for templates""... $ac_c" 1>&6 -echo "configure:8288: checking whether the compiler can resolve const ambiguities for templates" >&5 +echo "configure:8289: checking whether the compiler can resolve const ambiguities for templates" >&5 if eval "test \"`echo '$''{'ac_cv_can_resolve_const_ambiguity'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < class ptrClass { @@ -8310,7 +8311,7 @@ int main() { a(&i); ; return 0; } EOF -if { (eval echo configure:8314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_can_resolve_const_ambiguity=yes else @@ -8332,12 +8333,12 @@ fi echo $ac_n "checking whether the C++ \"using\" keyword can change access""... $ac_c" 1>&6 -echo "configure:8336: checking whether the C++ \"using\" keyword can change access" >&5 +echo "configure:8337: checking whether the C++ \"using\" keyword can change access" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_access_changing_using'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_access_changing_using=yes else @@ -8369,12 +8370,12 @@ EOF fi echo $ac_n "checking whether the C++ \"using\" keyword resolves ambiguity""... $ac_c" 1>&6 -echo "configure:8373: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 +echo "configure:8374: checking whether the C++ \"using\" keyword resolves ambiguity" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_ambiguity_resolving_using'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_ambiguity_resolving_using=yes else @@ -8411,19 +8412,19 @@ EOF fi echo $ac_n "checking for \"std::\" namespace""... $ac_c" 1>&6 -echo "configure:8415: checking for \"std::\" namespace" >&5 +echo "configure:8416: checking for \"std::\" namespace" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_namespace_std'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return std::min(0, 1); ; return 0; } EOF -if { (eval echo configure:8427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_namespace_std=yes else @@ -8444,12 +8445,12 @@ EOF fi echo $ac_n "checking whether standard template operator!=() is ambiguous""... $ac_c" 1>&6 -echo "configure:8448: checking whether standard template operator!=() is ambiguous" >&5 +echo "configure:8449: checking whether standard template operator!=() is ambiguous" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_unambiguous_std_notequal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < struct T1 {}; @@ -8459,7 +8460,7 @@ int main() { T1 a,b; return a != b; ; return 0; } EOF -if { (eval echo configure:8463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_unambiguous_std_notequal=unambiguous else @@ -8481,12 +8482,12 @@ fi echo $ac_n "checking for C++ reinterpret_cast""... $ac_c" 1>&6 -echo "configure:8485: checking for C++ reinterpret_cast" >&5 +echo "configure:8486: checking for C++ reinterpret_cast" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_reinterpret_cast'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <(z); ; return 0; } EOF -if { (eval echo configure:8498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cpp_reinterpret_cast=yes else @@ -8515,7 +8516,7 @@ EOF fi echo $ac_n "checking for C++ dynamic_cast to void*""... $ac_c" 1>&6 -echo "configure:8519: checking for C++ dynamic_cast to void*" >&5 +echo "configure:8520: checking for C++ dynamic_cast to void*" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_dynamic_cast_void_ptr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8523,7 +8524,7 @@ else ac_cv_cpp_dynamic_cast_void_ptr=no else cat > conftest.$ac_ext <(suby)))); } EOF -if { (eval echo configure:8546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_cpp_dynamic_cast_void_ptr=yes else @@ -8566,19 +8567,19 @@ fi echo $ac_n "checking whether C++ requires implementation of unused virtual methods""... $ac_c" 1>&6 -echo "configure:8570: checking whether C++ requires implementation of unused virtual methods" >&5 +echo "configure:8571: checking whether C++ requires implementation of unused virtual methods" >&5 if eval "test \"`echo '$''{'ac_cv_cpp_unused_required'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_cpp_unused_required=no else @@ -8601,12 +8602,12 @@ fi echo $ac_n "checking for trouble comparing to zero near std::operator!=()""... $ac_c" 1>&6 -echo "configure:8605: checking for trouble comparing to zero near std::operator!=()" >&5 +echo "configure:8606: checking for trouble comparing to zero near std::operator!=()" >&5 if eval "test \"`echo '$''{'ac_cv_trouble_comparing_to_zero'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < template class Foo {}; @@ -8617,7 +8618,7 @@ int main() { Foo f; return (0 != f); ; return 0; } EOF -if { (eval echo configure:8621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_trouble_comparing_to_zero=no else @@ -8649,19 +8650,19 @@ cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:8653: checking for LC_MESSAGES" >&5 +echo "configure:8654: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'ac_cv_i18n_lc_messages'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { int category = LC_MESSAGES; ; return 0; } EOF -if { (eval echo configure:8665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_i18n_lc_messages=yes else @@ -8741,7 +8742,7 @@ fi # Extract the first word of "nspr-config", so it can be a program name with args. set dummy nspr-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:8745: checking for $ac_word" >&5 +echo "configure:8746: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_NSPR_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8776,7 +8777,7 @@ fi min_nspr_version=4.0.0 echo $ac_n "checking for NSPR - version >= $min_nspr_version (skipping)""... $ac_c" 1>&6 -echo "configure:8780: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 +echo "configure:8781: checking for NSPR - version >= $min_nspr_version (skipping)" >&5 no_nspr="" if test "$NSPR_CONFIG" = "no"; then @@ -8842,7 +8843,7 @@ if test "$JPEG_DIR" = no; then SYSTEM_JPEG= else echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 -echo "configure:8846: checking for jpeg_destroy_compress in -ljpeg" >&5 +echo "configure:8847: checking for jpeg_destroy_compress in -ljpeg" >&5 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8850,7 +8851,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ljpeg $JPEG_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8890,7 +8891,7 @@ if test "$SYSTEM_JPEG" = 1; then SYSTEM_JPEG= else cat > conftest.$ac_ext < #include @@ -8904,7 +8905,7 @@ else } EOF -if { (eval echo configure:8908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_JPEG=1 else @@ -8947,16 +8948,16 @@ if test "$ZLIB_DIR" = no; then SYSTEM_ZLIB= else echo $ac_n "checking "for zlib.h"""... $ac_c" 1>&6 -echo "configure:8951: checking "for zlib.h"" >&5 +echo "configure:8952: checking "for zlib.h"" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result="yes" SYSTEM_ZLIB=1 else @@ -8970,7 +8971,7 @@ rm -f conftest* fi if test "$SYSTEM_ZLIB" = 1; then echo $ac_n "checking for gzread in -lz""... $ac_c" 1>&6 -echo "configure:8974: checking for gzread in -lz" >&5 +echo "configure:8975: checking for gzread in -lz" >&5 ac_lib_var=`echo z'_'gzread | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8978,7 +8979,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lz $ZLIB_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9042,7 +9043,7 @@ if test "$PNG_DIR" = no; then SYSTEM_PNG= else echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6 -echo "configure:9046: checking for png_get_valid in -lpng" >&5 +echo "configure:9047: checking for png_get_valid in -lpng" >&5 ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9050,7 +9051,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpng $PNG_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9089,7 +9090,7 @@ if test "$SYSTEM_PNG" = 1; then SYSTEM_PNG= else cat > conftest.$ac_ext < #include @@ -9103,7 +9104,7 @@ else } EOF -if { (eval echo configure:9107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:9108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_PNG=1 else @@ -9149,7 +9150,7 @@ if test "$MNG_DIR" = no; then SYSTEM_MNG= else echo $ac_n "checking for mng_initialize in -lmng""... $ac_c" 1>&6 -echo "configure:9153: checking for mng_initialize in -lmng" >&5 +echo "configure:9154: checking for mng_initialize in -lmng" >&5 ac_lib_var=`echo mng'_'mng_initialize | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9157,7 +9158,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lmng $MNG_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9196,7 +9197,7 @@ if test "$SYSTEM_MNG" = 1; then SYSTEM_MNG= else cat > conftest.$ac_ext < #include @@ -9210,7 +9211,7 @@ else } EOF -if { (eval echo configure:9214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:9215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SYSTEM_MNG=1 else @@ -9422,7 +9423,7 @@ fi # Extract the first word of "gtk-config", so it can be a program name with args. set dummy gtk-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9426: checking for $ac_word" >&5 +echo "configure:9427: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9457,7 +9458,7 @@ fi min_gtk_version=$GTK_VERSION echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 -echo "configure:9461: checking for GTK - version >= $min_gtk_version" >&5 +echo "configure:9462: checking for GTK - version >= $min_gtk_version" >&5 no_gtk="" if test "$GTK_CONFIG" = "no" ; then no_gtk=yes @@ -9480,7 +9481,7 @@ echo "configure:9461: checking for GTK - version >= $min_gtk_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -9558,7 +9559,7 @@ main () } EOF -if { (eval echo configure:9562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:9563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -9593,7 +9594,7 @@ fi CFLAGS="$CFLAGS $GTK_CFLAGS" LIBS="$LIBS $GTK_LIBS" cat > conftest.$ac_ext < @@ -9603,7 +9604,7 @@ int main() { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } EOF -if { (eval echo configure:9607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GTK or finding the wrong" @@ -9726,7 +9727,7 @@ then # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9730: checking for $ac_word" >&5 +echo "configure:9731: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9771,19 +9772,19 @@ fi echo "*** See http://www.freedesktop.org/software/pkgconfig" else echo $ac_n "checking for gtk+-2.0 >= 1.3.7""... $ac_c" 1>&6 -echo "configure:9775: checking for gtk+-2.0 >= 1.3.7" >&5 +echo "configure:9776: checking for gtk+-2.0 >= 1.3.7" >&5 if $PKG_CONFIG --exists "gtk+-2.0 >= 1.3.7" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6 -echo "configure:9782: checking MOZ_GTK2_CFLAGS" >&5 +echo "configure:9783: checking MOZ_GTK2_CFLAGS" >&5 MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"` echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6 echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6 -echo "configure:9787: checking MOZ_GTK2_LIBS" >&5 +echo "configure:9788: checking MOZ_GTK2_LIBS" >&5 MOZ_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 1.3.7"` echo "$ac_t""$MOZ_GTK2_LIBS" 1>&6 else @@ -9838,7 +9839,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9842: checking for $ac_word" >&5 +echo "configure:9843: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_HOST_MOC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9924,9 +9925,9 @@ cross_compiling=$ac_cv_prog_cxx_cross LIBS="$LIBS $QT_LIBS" echo $ac_n "checking Qt - version >= $QT_VERSION""... $ac_c" 1>&6 -echo "configure:9928: checking Qt - version >= $QT_VERSION" >&5 +echo "configure:9929: checking Qt - version >= $QT_VERSION" >&5 cat > conftest.$ac_ext < int main() { @@ -9937,7 +9938,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:9941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:9942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* result="yes" else @@ -10030,7 +10031,7 @@ fi if test "$MOZ_CALENDAR"; then echo $ac_n "checking for icalproperty_new_location in -lical""... $ac_c" 1>&6 -echo "configure:10034: checking for icalproperty_new_location in -lical" >&5 +echo "configure:10035: checking for icalproperty_new_location in -lical" >&5 ac_lib_var=`echo ical'_'icalproperty_new_location | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10038,7 +10039,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lical $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10132,7 +10133,7 @@ fi # Extract the first word of "freetype-config", so it can be a program name with args. set dummy freetype-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:10136: checking for $ac_word" >&5 +echo "configure:10137: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_FT2_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10168,7 +10169,7 @@ fi min_ft_version=7.0.1 echo $ac_n "checking for FreeType - version >= $min_ft_version""... $ac_c" 1>&6 -echo "configure:10172: checking for FreeType - version >= $min_ft_version" >&5 +echo "configure:10173: checking for FreeType - version >= $min_ft_version" >&5 no_ft="" if test "$FT2_CONFIG" = "no" ; then no_ft=yes @@ -10216,7 +10217,7 @@ else echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -10242,7 +10243,7 @@ main() } EOF -if { (eval echo configure:10246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:10247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -10295,7 +10296,7 @@ then _SAVE_LDFLAGS="$LDFLAGS" LDFLAGS="$XLDFLAGS $LDFLAGS" echo $ac_n "checking for XpGetPrinterList in -lXp""... $ac_c" 1>&6 -echo "configure:10299: checking for XpGetPrinterList in -lXp" >&5 +echo "configure:10300: checking for XpGetPrinterList in -lXp" >&5 ac_lib_var=`echo Xp'_'XpGetPrinterList | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10303,7 +10304,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXp $XEXT_LIBS $XLIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10498,7 +10499,6 @@ fi MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" -MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" case "$target_os" in msvc*|mksnt*|mingw*|cygwin*) @@ -10510,6 +10510,8 @@ if test -n "$SUNCTL"; then MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl" fi +MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" + if test -z "$enable_extensions" && test "$with_extensions"; then enable_extensions=$with_extensions fi @@ -10545,6 +10547,8 @@ if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'` fi +MOZ_EXTENSIONS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_EXTENSIONS}` + # Check whether --enable-ldap-experimental or --disable-ldap-experimental was given. if test "${enable_ldap_experimental+set}" = set; then enableval="$enable_ldap_experimental" @@ -10598,14 +10602,14 @@ if test "$TX_EXE"; then EOF echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:10602: checking whether byte ordering is bigendian" >&5 +echo "configure:10606: checking whether byte ordering is bigendian" >&5 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat > conftest.$ac_ext < #include @@ -10616,11 +10620,11 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:10620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:10624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* # It does; now see whether it defined to BIG_ENDIAN or not. cat > conftest.$ac_ext < #include @@ -10631,7 +10635,7 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:10635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:10639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_bigendian=yes else @@ -10651,7 +10655,7 @@ if test "$cross_compiling" = yes; then { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:10672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_bigendian=no else @@ -11091,7 +11095,7 @@ if test "${enable_efence+set}" = set; then enableval="$enable_efence" if test "$enableval" = "yes"; then echo $ac_n "checking for malloc in -lefence""... $ac_c" 1>&6 -echo "configure:11095: checking for malloc in -lefence" >&5 +echo "configure:11099: checking for malloc in -lefence" >&5 ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -11099,7 +11103,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lefence $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11317,7 +11321,7 @@ fi if test -z "$SKIP_LIBRARY_CHECKS"; then echo $ac_n "checking for cplus_demangle in -liberty""... $ac_c" 1>&6 -echo "configure:11321: checking for cplus_demangle in -liberty" >&5 +echo "configure:11325: checking for cplus_demangle in -liberty" >&5 ac_lib_var=`echo iberty'_'cplus_demangle | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -11325,7 +11329,7 @@ else ac_save_LIBS="$LIBS" LIBS="-liberty "-liberty" $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11482,7 +11486,7 @@ if test -z "$SKIP_COMPILER_CHECKS"; then # Compiler Options echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6 -echo "configure:11486: checking for gcc -pipe support" >&5 +echo "configure:11490: checking for gcc -pipe support" >&5 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then echo '#include ' > dummy-hello.c echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c @@ -11497,14 +11501,14 @@ if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -pipe" cat > conftest.$ac_ext < int main() { printf("Hello World\n"); ; return 0; } EOF -if { (eval echo configure:11508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11512: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _res_gcc_pipe="yes" else @@ -11553,12 +11557,12 @@ if test "$_PEDANTIC"; then _SAVE_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic" echo $ac_n "checking whether C++ compiler has -pedantic long long bug""... $ac_c" 1>&6 -echo "configure:11557: checking whether C++ compiler has -pedantic long long bug" >&5 +echo "configure:11561: checking whether C++ compiler has -pedantic long long bug" >&5 if test "$cross_compiling" = yes; then result="maybe" else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:11575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then result="no" else @@ -11599,12 +11603,12 @@ fi _SAVE_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}" echo $ac_n "checking for correct overload resolution with const and templates""... $ac_c" 1>&6 -echo "configure:11603: checking for correct overload resolution with const and templates" >&5 +echo "configure:11607: checking for correct overload resolution with const and templates" >&5 if eval "test \"`echo '$''{'ac_nscap_nonconst_opeq_bug'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -11634,7 +11638,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:11638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_nscap_nonconst_opeq_bug="no" else @@ -11674,16 +11678,16 @@ if test "$_IGNORE_LONG_LONG_WARNINGS"; then _SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long" echo $ac_n "checking whether compiler supports -Wno-long-long""... $ac_c" 1>&6 -echo "configure:11678: checking whether compiler supports -Wno-long-long" >&5 +echo "configure:11682: checking whether compiler supports -Wno-long-long" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long" _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long" @@ -11889,7 +11893,7 @@ case "$target" in # Extract the first word of "makeC++SharedLib_r", so it can be a program name with args. set dummy makeC++SharedLib_r; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:11893: checking for $ac_word" >&5 +echo "configure:11897: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AIX_SHLIB_BIN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12070,7 +12074,7 @@ fi # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:12074: checking for $ac_word" >&5 +echo "configure:12078: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12105,7 +12109,7 @@ fi min_glib_version=1.2.0 echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 -echo "configure:12109: checking for GLIB - version >= $min_glib_version" >&5 +echo "configure:12113: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes @@ -12128,7 +12132,7 @@ echo "configure:12109: checking for GLIB - version >= $min_glib_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -12204,7 +12208,7 @@ main () } EOF -if { (eval echo configure:12208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:12212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -12238,7 +12242,7 @@ fi CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < @@ -12248,7 +12252,7 @@ int main() { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF -if { (eval echo configure:12252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" @@ -12292,7 +12296,7 @@ rm -f conftest* # Extract the first word of "libIDL-config", so it can be a program name with args. set dummy libIDL-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:12296: checking for $ac_word" >&5 +echo "configure:12300: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12327,7 +12331,7 @@ fi min_libIDL_version=$LIBIDL_VERSION echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6 -echo "configure:12331: checking for libIDL - version >= $min_libIDL_version" >&5 +echo "configure:12335: checking for libIDL - version >= $min_libIDL_version" >&5 no_libIDL="" if test "$LIBIDL_CONFIG" = "no" ; then no_libIDL=yes @@ -12354,7 +12358,7 @@ echo "configure:12331: checking for libIDL - version >= $min_libIDL_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -12440,7 +12444,7 @@ main () } EOF -if { (eval echo configure:12444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:12448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -12474,7 +12478,7 @@ fi CFLAGS="$CFLAGS $LIBIDL_CFLAGS" LIBS="$LIBS $LIBIDL_LIBS" cat > conftest.$ac_ext < @@ -12485,7 +12489,7 @@ int main() { return IDL_get_libver_string ? 1 : 0; ; return 0; } EOF -if { (eval echo configure:12489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding libIDL or finding the wrong" @@ -12524,7 +12528,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:12528: checking for $ac_word" >&5 +echo "configure:12532: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12650,7 +12654,7 @@ fi # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:12654: checking for $ac_word" >&5 +echo "configure:12658: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -12685,7 +12689,7 @@ fi min_glib_version=${GLIB_VERSION} echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 -echo "configure:12689: checking for GLIB - version >= $min_glib_version" >&5 +echo "configure:12693: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes @@ -12708,7 +12712,7 @@ echo "configure:12689: checking for GLIB - version >= $min_glib_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -12784,7 +12788,7 @@ main () } EOF -if { (eval echo configure:12788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:12792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -12818,7 +12822,7 @@ fi CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < @@ -12828,7 +12832,7 @@ int main() { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF -if { (eval echo configure:12832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:12836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" @@ -12880,14 +12884,14 @@ fi _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $GLIB_CFLAGS" cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF -if { (eval echo configure:12891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:12895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 diff --git a/configure.in b/configure.in index 3c966191dcab..39e19caee64e 100644 --- a/configure.in +++ b/configure.in @@ -927,11 +927,11 @@ case "$target" in MOZ_DEBUG_FLAGS='-Zi' MOZ_DEBUG_LDFLAGS='/DEBUG /DEBUGTYPE:CV' MOZ_OPTIMIZE_FLAGS='-O1' - MOZ_JPEG_LIBS='$(DIST)/lib/mozjpeg.lib' + MOZ_JPEG_LIBS='$(DIST)/lib/jpeg$(MOZ_BITS)$(VERSION_NUMBER).lib' MOZ_ZLIB_LIBS='$(DIST)/lib/zlib.lib' - MOZ_PNG_LIBS='$(DIST)/lib/mozpng.lib' - MOZ_MNG_LIBS='$(DIST)/lib/mozmng.lib' - MOZ_JS_LIBS='$(DIST)/lib/mozjs.lib' + MOZ_PNG_LIBS='$(DIST)/lib/png.lib' + MOZ_MNG_LIBS='$(DIST)/lib/mng.lib' + MOZ_JS_LIBS='$(DIST)/lib/js$(MOZ_BITS)$(VERSION_NUMBER).lib' XPCOM_LIBS='$(DIST)/lib/xpcom.lib' MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)' MOZ_COMPONENT_XPCOM_LIBS='$(XPCOM_LIBS)' @@ -950,6 +950,7 @@ case "$target" in OS_TARGET=WINNT MOZ_WIDGET_TOOLKIT='windows' BIN_SUFFIX='.exe' + USE_SHORT_LIBNAME=1 dnl Hardcode to win95 for now - cls TARGET_NSPR_MDCPUCFG='\"md/_win95.cfg\"' @@ -3077,7 +3078,6 @@ dnl Need cookie and wallet to build mozilla, this should dnl not be the case, 18352 has been filed. dnl http://bugzilla.mozilla.org/show_bug.cgi?id=18352 MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" -MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" dnl universalchardet is only built on win32 (bug XXXXXX) case "$target_os" in @@ -3091,6 +3091,8 @@ if test -n "$SUNCTL"; then MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl" fi +MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" + dnl XXX - remove this next milestone if test -z "$enable_extensions" && test "$with_extensions"; then enable_extensions=$with_extensions @@ -3123,6 +3125,9 @@ if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'` fi +dnl Remove dupes +MOZ_EXTENSIONS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_EXTENSIONS}` + dnl ======================================================== dnl experimental ldap features dnl ======================================================== diff --git a/content/build/Makefile.in b/content/build/Makefile.in index 7687aed7fe48..07a67caad1eb 100644 --- a/content/build/Makefile.in +++ b/content/build/Makefile.in @@ -31,7 +31,9 @@ BUILD_DATE = gbdate.h MODULE = content LIBRARY_NAME = gkcontent EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = gkcontnt +endif IS_COMPONENT = 1 MODULE_NAME = nsContentModule EXTRA_DSO_LIBS = gkgfx diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in index a83a586d886c..d65e0f8e7c93 100644 --- a/dbm/src/Makefile.in +++ b/dbm/src/Makefile.in @@ -29,6 +29,10 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = mozdbm_s LIB_IS_C_ONLY = 1 +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = dbm$(MOZ_BITS) +endif + CSRCS = \ db.c \ h_bigkey.c \ diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in index 7ec5caabf8df..96cbdf8b5bd2 100644 --- a/dbm/tests/Makefile.in +++ b/dbm/tests/Makefile.in @@ -31,7 +31,11 @@ PROGRAM = lots$(BIN_SUFFIX) CSRCS = lots.c +ifeq ($(OS_ARCH),WINNT) +EXTRA_DSO_LIBS = dbm$(MOZ_BITS) +else EXTRA_DSO_LIBS = mozdbm_s +endif LIBS = $(EXTRA_DSO_LIBS) diff --git a/docshell/base/Makefile.in b/docshell/base/Makefile.in index dbe98f14880f..f94eeda8578e 100644 --- a/docshell/base/Makefile.in +++ b/docshell/base/Makefile.in @@ -23,7 +23,12 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ +include $(DEPTH)/config/autoconf.mk + MODULE = docshell +ifeq ($(OS_ARCH),WINNT) +XPIDL_MODULE = docshell_base +endif LIBRARY_NAME = basedocshell_s REQUIRES = xpcom \ string \ @@ -55,8 +60,6 @@ REQUIRES = xpcom \ nkcache \ $(NULL) -include $(DEPTH)/config/autoconf.mk - XPIDLSRCS = \ nsCDocShell.idl \ nsCDefaultURIFixup.idl \ diff --git a/editor/libeditor/build/Makefile.in b/editor/libeditor/build/Makefile.in index 03aa076b0e12..0f51bce440e2 100644 --- a/editor/libeditor/build/Makefile.in +++ b/editor/libeditor/build/Makefile.in @@ -58,6 +58,9 @@ REQUIRES = xpcom \ ifdef MOZ_PLAINTEXT_EDITOR_ONLY # We're only building the Core PlainText Editor Source so just include # the plain text registration file. +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = texteditor +endif CPPSRCS = nsTextEditorReg.cpp SHARED_LIBRARY_LIBS = $(NULL) diff --git a/embedding/components/build/Makefile.in b/embedding/components/build/Makefile.in index 2113abfeb28f..5eabde8f6c0b 100644 --- a/embedding/components/build/Makefile.in +++ b/embedding/components/build/Makefile.in @@ -26,7 +26,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = embedcomponents LIBRARY_NAME = embedcomponents EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = embedcmp +endif IS_COMPONENT = 1 MODULE_NAME = embedcomponents ifdef MOZ_PERF_METRICS diff --git a/embedding/tests/mfcembed/Makefile.in b/embedding/tests/mfcembed/Makefile.in index e6ae6f39fce0..209e290e88e1 100644 --- a/embedding/tests/mfcembed/Makefile.in +++ b/embedding/tests/mfcembed/Makefile.in @@ -25,7 +25,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -PROGRAM = mfcEmbed$(BIN_SUFFIX) +PROGRAM = mfcembed$(BIN_SUFFIX) RESFILE = MfcEmbed.res REQUIRES = \ diff --git a/extensions/access-builtin/accessproxy/Makefile.in b/extensions/access-builtin/accessproxy/Makefile.in index 2e537aaf6ae3..b05ac105e5f8 100644 --- a/extensions/access-builtin/accessproxy/Makefile.in +++ b/extensions/access-builtin/accessproxy/Makefile.in @@ -35,7 +35,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = accessproxy XPIDL_MODULE = accessproxy LIBRARY_NAME = accessproxy +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = accproxy +endif REQUIRES = xpcom \ string \ docshell \ diff --git a/extensions/inspector/build/src/Makefile.in b/extensions/inspector/build/src/Makefile.in index 827d0ec7b0d5..58e639452df4 100644 --- a/extensions/inspector/build/src/Makefile.in +++ b/extensions/inspector/build/src/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = inspector LIBRARY_NAME = inspector EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = inspectr +endif REQUIRES = xpcom \ string \ gfx \ diff --git a/extensions/pref/autoconfig/src/Makefile.in b/extensions/pref/autoconfig/src/Makefile.in index ddf14b83de28..91b0bb22b3b0 100644 --- a/extensions/pref/autoconfig/src/Makefile.in +++ b/extensions/pref/autoconfig/src/Makefile.in @@ -41,7 +41,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = autoconfig LIBRARY_NAME = autoconfig +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = autocfg +endif EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsAutoConfigModule diff --git a/extensions/transformiix/build/Makefile.in b/extensions/transformiix/build/Makefile.in index e9293464b959..d0609c5c13f9 100644 --- a/extensions/transformiix/build/Makefile.in +++ b/extensions/transformiix/build/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = transformiix LIBRARY_NAME = transformiix EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = t8iix +endif REQUIRES = xpcom \ string \ dom \ diff --git a/extensions/universalchardet/src/Makefile.in b/extensions/universalchardet/src/Makefile.in index 043b273f19c4..c7913b0f04bc 100644 --- a/extensions/universalchardet/src/Makefile.in +++ b/extensions/universalchardet/src/Makefile.in @@ -31,7 +31,9 @@ LIBRARY_NAME = universalchardet EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsUniversalCharDetModule +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = ucdet +endif REQUIRES = xpcom \ string \ uconv \ diff --git a/extensions/xmlextras/build/src/Makefile.in b/extensions/xmlextras/build/src/Makefile.in index bacf968c55b9..e147ea6d58f3 100644 --- a/extensions/xmlextras/build/src/Makefile.in +++ b/extensions/xmlextras/build/src/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = xmlextras LIBRARY_NAME = xmlextras EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = xmlextra +endif IS_COMPONENT = 1 MODULE_NAME = nsXMLExtrasModule REQUIRES = xpcom \ diff --git a/gfx/src/windows/Makefile.in b/gfx/src/windows/Makefile.in index 6b11168c8a93..561d52a0c5ba 100644 --- a/gfx/src/windows/Makefile.in +++ b/gfx/src/windows/Makefile.in @@ -27,7 +27,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = gfxwin -LIBRARY_NAME = gfxwin +LIBRARY_NAME = gkgfxwin EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsGfxModule diff --git a/intl/uconv/src/Makefile.in b/intl/uconv/src/Makefile.in index d9eb821186fb..21a061588f0f 100644 --- a/intl/uconv/src/Makefile.in +++ b/intl/uconv/src/Makefile.in @@ -32,8 +32,10 @@ EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsUConvModule +ifneq ($(OS_ARCH),WINNT) # To avoid conflict with OS/2 system uconv.dll SHORT_LIBNAME = mozuconv +endif REQUIRES = xpcom \ string \ intl \ diff --git a/jpeg/Makefile.in b/jpeg/Makefile.in index 1a61ec0f28f7..e39a0f6a2fc0 100644 --- a/jpeg/Makefile.in +++ b/jpeg/Makefile.in @@ -31,6 +31,7 @@ LIBRARY_NAME = mozjpeg EXPORT_LIBRARY = 1 ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = jpeg$(MOZ_BITS)$(VERSION_NUMBER) MAPFILE=$(LIBRARY_NAME).map endif diff --git a/js/jsd/Makefile.in b/js/jsd/Makefile.in index 01ecaa33419b..9fcf733d706f 100644 --- a/js/jsd/Makefile.in +++ b/js/jsd/Makefile.in @@ -32,6 +32,10 @@ MODULE = jsdebug LIBRARY_NAME = jsd EXPORT_LIBRARY = 1 +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = jsd$(MOZ_BITS)$(VERSION_NUMBER) +endif + # REQUIRES = java js REQUIRES = js diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 282fa498572e..9368370d0230 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -43,6 +43,10 @@ MODULE = js LIBRARY_NAME = mozjs EXPORT_LIBRARY = 1 +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = js$(MOZ_BITS)$(VERSION_NUMBER) +endif + ifdef NS_TRACE_MALLOC REQUIRES = xpcom endif diff --git a/js/src/liveconnect/Makefile.in b/js/src/liveconnect/Makefile.in index e83f265394f1..760673d7f784 100644 --- a/js/src/liveconnect/Makefile.in +++ b/js/src/liveconnect/Makefile.in @@ -42,6 +42,7 @@ MODULE = java LIBRARY_NAME = jsj EXPORT_LIBRARY = 1 ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = jsj$(MOZ_BITS)$(VERSION_NUMBER) MAPFILE = $(LIBRARY_NAME).map endif REQUIRES = js \ diff --git a/js/src/xpconnect/src/Makefile.in b/js/src/xpconnect/src/Makefile.in index b25e3a2897e0..a5cd941eb1cf 100644 --- a/js/src/xpconnect/src/Makefile.in +++ b/js/src/xpconnect/src/Makefile.in @@ -45,6 +45,11 @@ EXPORT_LIBRARY = 1 SHORT_LIBNAME = xpconect IS_COMPONENT = 1 MODULE_NAME = xpconnect +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = xpc$(MOZ_BITS)$(VERSION_NUMBER) +SHORT_LIBNAME = xpc$(MOZ_BITS)$(VERSION_NUMBER) +endif + REQUIRES = xpcom \ string \ js \ @@ -82,14 +87,6 @@ CPPSRCS = \ include $(topsrcdir)/config/config.mk -# this is automatically discovered under BeOS -ifneq ($(OS_ARCH),BeOS) -LIBS += \ - $(MOZ_JS_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(NULL) -endif - EXTRA_DSO_LDOPTS += \ $(MOZ_COMPONENT_LIBS) \ $(MOZ_JS_LIBS) \ diff --git a/layout/build/Makefile.in b/layout/build/Makefile.in index 54a53d3dd4b6..e90ecc863e98 100644 --- a/layout/build/Makefile.in +++ b/layout/build/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = layout LIBRARY_NAME = gklayout EXPORT_LIBRARY = 1 +ifneq ($(OS_ARCH),WINNT) SHORT_LIBNAME = gkhtml +endif IS_COMPONENT = 1 MODULE_NAME = nsLayoutModule EXTRA_DSO_LIBS = gkgfx diff --git a/mailnews/base/build/Makefile.in b/mailnews/base/build/Makefile.in index b007cb0df003..99e6a5043445 100644 --- a/mailnews/base/build/Makefile.in +++ b/mailnews/base/build/Makefile.in @@ -28,6 +28,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgbase LIBRARY_NAME = mailnews +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = msgbase +endif META_COMPONENT = mail EXPORT_LIBRARY = 1 IS_COMPONENT = 1 diff --git a/mailnews/compose/build/Makefile.in b/mailnews/compose/build/Makefile.in index 00f7cc19eb5c..b47341c80bd2 100644 --- a/mailnews/compose/build/Makefile.in +++ b/mailnews/compose/build/Makefile.in @@ -33,6 +33,9 @@ EXPORT_LIBRARY = 1 SHORT_LIBNAME = msgcompo IS_COMPONENT = 1 MODULE_NAME = nsMsgComposeModule +ifeq ($(OS_ARCH),WINNT) +XPIDL_MODULE = msgcompo +endif REQUIRES = xpcom \ string \ msgbase \ diff --git a/mailnews/compose/public/Makefile.in b/mailnews/compose/public/Makefile.in index f146072c810e..1fd81e2e7a9f 100644 --- a/mailnews/compose/public/Makefile.in +++ b/mailnews/compose/public/Makefile.in @@ -27,6 +27,9 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = msgcompose +ifeq ($(OS_ARCH),WINNT) +XPIDL_MODULE = msgcompo +endif EXPORTS = \ $(NULL) diff --git a/modules/libimg/mng/Makefile.in b/modules/libimg/mng/Makefile.in index 7cb7583f3ae0..d1c744054354 100644 --- a/modules/libimg/mng/Makefile.in +++ b/modules/libimg/mng/Makefile.in @@ -29,6 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = mng LIBRARY_NAME = mozmng EXPORT_LIBRARY = 1 +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = mng +endif REQUIRES = $(JPEG_REQUIRES) \ $(ZLIB_REQUIRES) \ diff --git a/modules/libimg/png/Makefile.in b/modules/libimg/png/Makefile.in index 0008ab58bb21..8d10987e2984 100644 --- a/modules/libimg/png/Makefile.in +++ b/modules/libimg/png/Makefile.in @@ -30,6 +30,10 @@ MODULE = png LIBRARY_NAME = mozpng EXPORT_LIBRARY = 1 +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = png +endif + REQUIRES = $(ZLIB_REQUIRES) \ $(NULL) diff --git a/modules/libpref/src/Makefile.in b/modules/libpref/src/Makefile.in index 6cddfae63515..0df8b887a653 100644 --- a/modules/libpref/src/Makefile.in +++ b/modules/libpref/src/Makefile.in @@ -31,6 +31,10 @@ LIBRARY_NAME = pref EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsPrefModule +ifeq ($(OS_ARCH),WINNT) +LIBRARY_NAME = xppref$(MOZ_BITS) +endif + REQUIRES = xpcom \ string \ js \ diff --git a/modules/oji/src/Makefile.in b/modules/oji/src/Makefile.in index bd2ce23f0487..d1eb8e4e6fe7 100644 --- a/modules/oji/src/Makefile.in +++ b/modules/oji/src/Makefile.in @@ -52,7 +52,11 @@ REQUIRES = xpcom \ ifdef MOZ_OJI LIBRARY_NAME = oji EXPORT_LIBRARY = 1 +ifeq ($(OS_ARCH),WINNT) +EXTRA_DSO_LIBS = jsj$(MOZ_BITS)$(VERSION_NUMBER) +else EXTRA_DSO_LIBS = jsj +endif CPPSRCS = \ jvmmgr.cpp \ @@ -76,7 +80,7 @@ EXPORTS = \ endif EXTRA_DSO_LDOPTS = \ - -L$(DIST)/bin \ + $(LIBS_DIR) \ $(EXTRA_DSO_LIBS) \ $(MOZ_COMPONENT_LIBS) \ $(MOZ_JS_LIBS) \ diff --git a/modules/plugin/samples/default/windows/Makefile.in b/modules/plugin/samples/default/windows/Makefile.in index f77d510e3903..a09f0c292cfa 100644 --- a/modules/plugin/samples/default/windows/Makefile.in +++ b/modules/plugin/samples/default/windows/Makefile.in @@ -50,6 +50,8 @@ FORCE_SHARED_LIB = 1 # Force use of PIC FORCE_USE_PIC = 1 +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk CXXFLAGS += -GX diff --git a/netwerk/socket/base/Makefile.in b/netwerk/socket/base/Makefile.in index 474a708deb07..565a23243595 100755 --- a/netwerk/socket/base/Makefile.in +++ b/netwerk/socket/base/Makefile.in @@ -47,6 +47,10 @@ XPIDLSRCS = \ nsISSLSocketControl.idl \ $(NULL) +ifeq ($(OS_ARCH),WINNT) +NO_GEN_XPT=1 +endif + # we don't want the shared lib, but we want to force the creation of a # static lib. FORCE_STATIC_LIB = 1 diff --git a/netwerk/test/Makefile.in b/netwerk/test/Makefile.in index 7759e813c8b0..b5eeb5cdcd72 100644 --- a/netwerk/test/Makefile.in +++ b/netwerk/test/Makefile.in @@ -61,8 +61,14 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX)) include $(topsrcdir)/config/config.mk +ifeq ($(OS_ARCH),WINNT) +EXTRA_DSO_LIBS = dbm$(MOZ_BITS) +else +EXTRA_DSO_LIBS = mozdbm_s +endif + LIBS = \ - $(DIST)/lib/$(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) \ + $(EXTRA_DSO_LIBS) \ $(MOZ_JS_LIBS) \ $(XPCOM_LIBS) \ $(NSPR_LIBS) \ diff --git a/security/manager/Makefile.in b/security/manager/Makefile.in index c0d13b0d1b2d..1cc5e7d9e1ef 100644 --- a/security/manager/Makefile.in +++ b/security/manager/Makefile.in @@ -90,7 +90,11 @@ depend dependclean export:: # due to bug 114748, so use _NSS_LIB_PREFIX instead libs:: $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) +ifeq ($(OS_ARCH),WINNT) + cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(NSS_LIB_PREFIX)dbm.$(LIB_SUFFIX) +else cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(NSS_LIB_PREFIX)dbm.$(LIB_SUFFIX) +endif $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) $(INSTALL) -m 755 $(DIST)/lib/$(LOADABLE_ROOT_MODULE) $(DIST)/bin ifdef NSS_3_4 diff --git a/webshell/tests/viewer/Makefile.in b/webshell/tests/viewer/Makefile.in index 29e08d417294..505b0e03671b 100644 --- a/webshell/tests/viewer/Makefile.in +++ b/webshell/tests/viewer/Makefile.in @@ -108,12 +108,16 @@ XP_DIST_LIBS = \ ifeq ($(OS_ARCH),WINNT) RESFILE = viewer.res -XP_DIST_LIBS += -lxpwidgets_s -lDebugRobot +XP_DIST_LIBS += -lxpwidgets_s -ldbgrobot endif ifdef MOZ_OJI +ifeq ($(OS_ARCH),WINNT) +XP_DIST_LIBS += -ljsj$(MOZ_BITS)$(VERSION_NUMBER) +else XP_DIST_LIBS += -ljsj endif +endif ifdef MOZ_PERF_METRICS XP_DIST_LIBS += -lmozutil_s endif diff --git a/widget/src/windows/expose/ISimpleDOMDocument/Makefile.in b/widget/src/windows/expose/ISimpleDOMDocument/Makefile.in index 04cd375987f5..8ffc572cb66f 100644 --- a/widget/src/windows/expose/ISimpleDOMDocument/Makefile.in +++ b/widget/src/windows/expose/ISimpleDOMDocument/Makefile.in @@ -26,8 +26,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = ISimpleDOMDocumentMarshall -LIBRARY_NAME = ISimpleDOMDocumentMarshall +MODULE = ISimpleDOMDocumentMarshal +LIBRARY_NAME = ISimpleDOMDocumentMarshal DEFFILE = $(srcdir)/ISimpleDOMDocument.def DEFINES += -DREGISTER_PROXY_DLL -D_WIN32_WINNT=0x400 diff --git a/widget/src/windows/expose/ISimpleDOMNode/Makefile.in b/widget/src/windows/expose/ISimpleDOMNode/Makefile.in index 44b16c6c331e..a22a6f50dde1 100644 --- a/widget/src/windows/expose/ISimpleDOMNode/Makefile.in +++ b/widget/src/windows/expose/ISimpleDOMNode/Makefile.in @@ -26,8 +26,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = ISimpleDOMNodeMarshall -LIBRARY_NAME = ISimpleDOMNodeMarshall +MODULE = ISimpleDOMNodeMarshal +LIBRARY_NAME = ISimpleDOMNodeMarshal DEFFILE = $(srcdir)/ISimpleDOMNode.def DEFINES += -DREGISTER_PROXY_DLL -D_WIN32_WINNT=0x400 diff --git a/xpcom/proxy/public/Makefile.in b/xpcom/proxy/public/Makefile.in index d439de3a0eb0..3045ebc846c1 100644 --- a/xpcom/proxy/public/Makefile.in +++ b/xpcom/proxy/public/Makefile.in @@ -27,7 +27,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom +ifeq ($(OS_ARCH),WINNT) +XPIDL_MODULE = proxyObject +else XPIDL_MODULE = proxyObjInst +endif EXPORTS = \ nsProxyEvent.h \ diff --git a/xpcom/threads/Makefile.in b/xpcom/threads/Makefile.in index af2bc5e14262..20dcb8ec3d4a 100644 --- a/xpcom/threads/Makefile.in +++ b/xpcom/threads/Makefile.in @@ -27,7 +27,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom +ifeq ($(OS_ARCH),WINNT) +XPIDL_MODULE = xpcom_thread +else XPIDL_MODULE = xpcom_threads +endif LIBRARY_NAME = xpcomthreads_s REQUIRES = string \ $(NULL) diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 83adec3bb6d3..ac480717c6b6 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/xpfe/bootstrap/Makefile.in @@ -83,9 +83,13 @@ endif else EXTRA_DSO_LIBS = gkgfx mpfilelocprovider_s ifdef MOZ_OJI +ifeq ($(OS_ARCH),WINNT) +EXTRA_DSO_LIBS += jsj$(MOZ_BITS)$(VERSION_NUMBER) +else EXTRA_DSO_LIBS += jsj endif endif +endif CPPSRCS = \ diff --git a/xpinstall/packager/Makefile.in b/xpinstall/packager/Makefile.in index 53638b2b830d..9b5713895166 100644 --- a/xpinstall/packager/Makefile.in +++ b/xpinstall/packager/Makefile.in @@ -100,7 +100,11 @@ include $(topsrcdir)/config/rules.mk GARBAGE += $(DIST)/$(PACKAGE) $(PACKAGE) OSPACKAGE = unix +ifdef USE_SHORT_LIBNAME +MOZILLA_BIN = $(DIST)/bin/mozilla$(BIN_SUFFIX) +else MOZILLA_BIN = $(DIST)/bin/mozilla-bin +endif ifeq ($(OS_ARCH),IRIX) STRIP_FLAGS = -f diff --git a/xpinstall/wizard/windows/GetShortPathName/Makefile.in b/xpinstall/wizard/windows/GetShortPathName/Makefile.in index 0dd1337a8a86..88017a6cdf33 100644 --- a/xpinstall/wizard/windows/GetShortPathName/Makefile.in +++ b/xpinstall/wizard/windows/GetShortPathName/Makefile.in @@ -32,6 +32,8 @@ USE_NON_MT_LIBS = 1 CPPSRCS = GetShortPathName.cpp +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk #ifdef MOZ_TOOLS diff --git a/xpinstall/wizard/windows/ds32/Makefile.in b/xpinstall/wizard/windows/ds32/Makefile.in index 93d98d3183ab..2504323153f0 100644 --- a/xpinstall/wizard/windows/ds32/Makefile.in +++ b/xpinstall/wizard/windows/ds32/Makefile.in @@ -32,6 +32,8 @@ USE_NON_MT_LIBS = 1 CPPSRCS = ds32.cpp +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk #ifdef MOZ_TOOLS diff --git a/xpinstall/wizard/windows/nsinstall/Makefile.in b/xpinstall/wizard/windows/nsinstall/Makefile.in index dc073a45d135..644cb9651f65 100644 --- a/xpinstall/wizard/windows/nsinstall/Makefile.in +++ b/xpinstall/wizard/windows/nsinstall/Makefile.in @@ -36,6 +36,8 @@ CPPSRCS = nsinstall.cpp LIBS = $(EXTRA_DSO_LIBS) +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk libs:: $(PROGRAM) diff --git a/xpinstall/wizard/windows/nsztool/Makefile.in b/xpinstall/wizard/windows/nsztool/Makefile.in index a8eb47006bbf..478154782b87 100644 --- a/xpinstall/wizard/windows/nsztool/Makefile.in +++ b/xpinstall/wizard/windows/nsztool/Makefile.in @@ -35,6 +35,8 @@ CPPSRCS = nsztool.cpp LIBS = $(EXTRA_DSO_LIBS) +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk LDFLAGS += /SUBSYSTEM:WINDOWS /MACHINE:i386 diff --git a/xpinstall/wizard/windows/ren8dot3/Makefile.in b/xpinstall/wizard/windows/ren8dot3/Makefile.in index 5c77a6b8c0e2..bd6c88bf515f 100644 --- a/xpinstall/wizard/windows/ren8dot3/Makefile.in +++ b/xpinstall/wizard/windows/ren8dot3/Makefile.in @@ -32,6 +32,8 @@ USE_NON_MT_LIBS = 1 CPPSRCS = ren8dot3.cpp +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk libs:: $(PROGRAM) diff --git a/xpinstall/wizard/windows/setup/Makefile.in b/xpinstall/wizard/windows/setup/Makefile.in index 33c1731a8fc8..ba0ed951d913 100644 --- a/xpinstall/wizard/windows/setup/Makefile.in +++ b/xpinstall/wizard/windows/setup/Makefile.in @@ -30,7 +30,6 @@ PROGRAM = setup$(BIN_SUFFIX) RESFILE = setup.res REQUIRES = \ setuprsc \ - uninstall \ xpnet \ $(NULL) @@ -59,6 +58,10 @@ CPPSRCS = \ LIBS = $(EXTRA_DSO_LIBS) +LOCAL_INCLUDES = -I$(srcdir)/../uninstall + +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk OS_LIBS += ole32.lib comdlg32.lib shell32.lib version.lib diff --git a/xpinstall/wizard/windows/uninstall/Makefile.in b/xpinstall/wizard/windows/uninstall/Makefile.in index a088f9de7fdd..c0cb51553bf1 100644 --- a/xpinstall/wizard/windows/uninstall/Makefile.in +++ b/xpinstall/wizard/windows/uninstall/Makefile.in @@ -46,6 +46,8 @@ CPPSRCS = \ OS_LIBS += shell32.lib version.lib +NO_DIST_INSTALL = 1 + include $(topsrcdir)/config/rules.mk libs:: $(PROGRAM)