summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2019-06-29 00:06:01 +0200
committerKai Engert <kaie@kuix.de>2019-06-29 00:06:01 +0200
commit4e4570ca618109ebf9e28ade69c2db6a3fb64381 (patch)
treef57ee7801833586317d451f5e219e3b61b9fb26b
parentf3a764c57288258e4ec0f9433e5f89d742487794 (diff)
downloadnspr-hg-4e4570ca618109ebf9e28ade69c2db6a3fb64381.tar.gz
Bug 1535665 - Run autoconf to update configure. r=meNSPR_4_22_BETA1
-rwxr-xr-xconfigure46
1 files changed, 27 insertions, 19 deletions
diff --git a/configure b/configure
index 618ebe5f..801e3c1c 100755
--- a/configure
+++ b/configure
@@ -756,6 +756,7 @@ infodir
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -793,7 +794,6 @@ enable_debug_symbols
enable_win32_target
enable_debug_rtl
enable_static_rtl
-enable_n32
enable_x32
enable_64bit
enable_mdupdate
@@ -814,7 +814,6 @@ enable_strip
with_pthreads
enable_user_pthreads
enable_nspr_threads
-with_bthreads
enable_ipv6
enable_wrap_malloc
with_wrap_malloc
@@ -869,7 +868,7 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE}'
@@ -1122,6 +1121,15 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1259,7 +1267,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1412,6 +1420,7 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1503,8 +1512,6 @@ Optional Packages:
--with-ccache=path/to/ccache
Enable compiling with ccache
--with-pthreads Use system pthreads library as thread subsystem
- --with-bthreads Use system bthreads library as thread subsystem
- (BeOS only)
--with-wrap-malloc=SHAREDLIB Location of malloc wrapper library
Some influential environment variables:
@@ -2872,17 +2879,6 @@ if test "${enable_static_rtl+set}" = set; then :
fi
-# Check whether --enable-n32 was given.
-if test "${enable_n32+set}" = set; then :
- enableval=$enable_n32; if test "$enableval" = "yes"; then
- USE_N32=1
- else if test "$enableval" = "no"; then
- USE_N32=
- fi
- fi
-fi
-
-
# Check whether --enable-x32 was given.
if test "${enable_x32+set}" = set; then :
enableval=$enable_x32; if test "$enableval" = "yes"; then
@@ -3857,6 +3853,15 @@ static char *f (char * (*g) (char **, int), char **p, ...)
return s;
}
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+ function prototypes and stuff, but not '\xHH' hex character constants.
+ These don't provoke an error unfortunately, instead are silently treated
+ as 'x'. The following induces an error, until -std is added to get
+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+ array size at least. It's necessary to write '\x00'==0 to get something
+ that's true only with -std. */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
inside strings and character constants. */
#define FOO(x) 'x'
@@ -7053,6 +7058,11 @@ $as_echo "$as_me: WARNING: Unknown version of the Microsoft (R) Manifest Tool."
USE_64=1
;;
+ aarch64)
+ $as_echo "#define _ARM64_ 1" >>confdefs.h
+
+ USE_64=1
+ ;;
ia64)
$as_echo "#define _IA64_ 1" >>confdefs.h
@@ -7899,7 +7909,6 @@ if test "${enable_nspr_threads+set}" = set; then :
fi
-
fi # SKIP_LIBRARY_CHECKS
# Check whether --enable-ipv6 was given.
@@ -8297,7 +8306,6 @@ fi
-
MAKEFILES="
Makefile
config/Makefile