memcached 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +2 -3
- data/CHANGELOG +2 -0
- data/ext/libmemcached-0.32/Makefile.in +9 -8
- data/ext/libmemcached-0.32/aclocal.m4 +213 -49
- data/ext/libmemcached-0.32/clients/Makefile.am +11 -4
- data/ext/libmemcached-0.32/clients/Makefile.in +27 -26
- data/ext/libmemcached-0.32/config.h.in +2 -2
- data/ext/libmemcached-0.32/configure +677 -542
- data/ext/libmemcached-0.32/docs/Makefile.in +1 -1
- data/ext/libmemcached-0.32/libmemcached/Makefile.am +1 -2
- data/ext/libmemcached-0.32/libmemcached/Makefile.in +15 -14
- data/ext/libmemcached-0.32/libmemcached/memcached_connect.c +14 -4
- data/ext/libmemcached-0.32/libmemcachedutil/Makefile.in +1 -1
- data/ext/libmemcached-0.32/m4/pandora_have_sasl.m4 +1 -1
- data/ext/libmemcached-0.32/support/Makefile.in +1 -1
- data/ext/libmemcached-0.32/tests/Makefile.am +8 -0
- data/ext/libmemcached-0.32/tests/Makefile.in +23 -11
- data/memcached.gemspec +2 -2
- metadata +2 -2
- metadata.gz.sig +0 -0
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
LDADDS = libutilities.la $(top_builddir)/libmemcached/libmemcached.la
|
|
2
2
|
|
|
3
|
-
if HAVE_SASL
|
|
4
|
-
LDADDS+= $(LIBSASL)
|
|
5
|
-
endif
|
|
6
|
-
|
|
7
3
|
bin_PROGRAMS = memcat memdump memcp memstat memrm memflush memslap memerror
|
|
8
4
|
|
|
9
5
|
noinst_HEADERS = client_options.h \
|
|
@@ -49,6 +45,17 @@ memslap_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
|
|
|
49
45
|
memslap_LDADD = $(PTHREAD_LIBS) libgenexec.la $(LDADDS)
|
|
50
46
|
memslap_LDFLAGS = $(AM_LDFLAGS) -rpath $(pkglibdir)
|
|
51
47
|
|
|
48
|
+
if HAVE_SASL
|
|
49
|
+
memcat_LDFLAGS+= $(LTLIBSASL)
|
|
50
|
+
memcp_LDFLAGS+= $(LTLIBSASL)
|
|
51
|
+
memdump_LDFLAGS+= $(LTLIBSASL)
|
|
52
|
+
memstat_LDFLAGS+= $(LTLIBSASL)
|
|
53
|
+
memrm_LDFLAGS+= $(LTLIBSASL)
|
|
54
|
+
memflush_LDFLAGS+= $(LTLIBSASL)
|
|
55
|
+
memerror_LDFLAGS+= $(LTLIBSASL)
|
|
56
|
+
memslap_LDFLAGS+= $(LTLIBSASL)
|
|
57
|
+
endif
|
|
58
|
+
|
|
52
59
|
test-start-server:
|
|
53
60
|
memflush --servers=localhost
|
|
54
61
|
memcp --servers=localhost /etc/services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.11 from Makefile.am.
|
|
1
|
+
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
4
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
@@ -37,10 +37,17 @@ POST_UNINSTALL = :
|
|
|
37
37
|
build_triplet = @build@
|
|
38
38
|
host_triplet = @host@
|
|
39
39
|
target_triplet = @target@
|
|
40
|
-
@HAVE_SASL_TRUE@am__append_1 = $(LIBSASL)
|
|
41
40
|
bin_PROGRAMS = memcat$(EXEEXT) memdump$(EXEEXT) memcp$(EXEEXT) \
|
|
42
41
|
memstat$(EXEEXT) memrm$(EXEEXT) memflush$(EXEEXT) \
|
|
43
42
|
memslap$(EXEEXT) memerror$(EXEEXT)
|
|
43
|
+
@HAVE_SASL_TRUE@am__append_1 = $(LTLIBSASL)
|
|
44
|
+
@HAVE_SASL_TRUE@am__append_2 = $(LTLIBSASL)
|
|
45
|
+
@HAVE_SASL_TRUE@am__append_3 = $(LTLIBSASL)
|
|
46
|
+
@HAVE_SASL_TRUE@am__append_4 = $(LTLIBSASL)
|
|
47
|
+
@HAVE_SASL_TRUE@am__append_5 = $(LTLIBSASL)
|
|
48
|
+
@HAVE_SASL_TRUE@am__append_6 = $(LTLIBSASL)
|
|
49
|
+
@HAVE_SASL_TRUE@am__append_7 = $(LTLIBSASL)
|
|
50
|
+
@HAVE_SASL_TRUE@am__append_8 = $(LTLIBSASL)
|
|
44
51
|
subdir = clients
|
|
45
52
|
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
|
46
53
|
$(srcdir)/Makefile.in
|
|
@@ -90,55 +97,50 @@ am__installdirs = "$(DESTDIR)$(bindir)"
|
|
|
90
97
|
PROGRAMS = $(bin_PROGRAMS)
|
|
91
98
|
am_memcat_OBJECTS = memcat.$(OBJEXT)
|
|
92
99
|
memcat_OBJECTS = $(am_memcat_OBJECTS)
|
|
93
|
-
|
|
94
|
-
@HAVE_SASL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
|
|
95
|
-
am__DEPENDENCIES_3 = libutilities.la \
|
|
96
|
-
$(top_builddir)/libmemcached/libmemcached.la \
|
|
97
|
-
$(am__DEPENDENCIES_2)
|
|
98
|
-
memcat_DEPENDENCIES = $(am__DEPENDENCIES_3)
|
|
100
|
+
memcat_DEPENDENCIES = $(LDADDS)
|
|
99
101
|
memcat_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
100
102
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memcat_LDFLAGS) \
|
|
101
103
|
$(LDFLAGS) -o $@
|
|
102
104
|
am_memcp_OBJECTS = memcp.$(OBJEXT)
|
|
103
105
|
memcp_OBJECTS = $(am_memcp_OBJECTS)
|
|
104
|
-
memcp_DEPENDENCIES = $(
|
|
106
|
+
memcp_DEPENDENCIES = $(LDADDS)
|
|
105
107
|
memcp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
106
108
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memcp_LDFLAGS) \
|
|
107
109
|
$(LDFLAGS) -o $@
|
|
108
110
|
am_memdump_OBJECTS = memdump.$(OBJEXT)
|
|
109
111
|
memdump_OBJECTS = $(am_memdump_OBJECTS)
|
|
110
|
-
memdump_DEPENDENCIES = $(
|
|
112
|
+
memdump_DEPENDENCIES = $(LDADDS)
|
|
111
113
|
memdump_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
112
114
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memdump_LDFLAGS) \
|
|
113
115
|
$(LDFLAGS) -o $@
|
|
114
116
|
am_memerror_OBJECTS = memerror.$(OBJEXT)
|
|
115
117
|
memerror_OBJECTS = $(am_memerror_OBJECTS)
|
|
116
|
-
memerror_DEPENDENCIES = $(
|
|
118
|
+
memerror_DEPENDENCIES = $(LDADDS)
|
|
117
119
|
memerror_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
118
120
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memerror_LDFLAGS) \
|
|
119
121
|
$(LDFLAGS) -o $@
|
|
120
122
|
am_memflush_OBJECTS = memflush.$(OBJEXT)
|
|
121
123
|
memflush_OBJECTS = $(am_memflush_OBJECTS)
|
|
122
|
-
memflush_DEPENDENCIES = $(
|
|
124
|
+
memflush_DEPENDENCIES = $(LDADDS)
|
|
123
125
|
memflush_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
124
126
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memflush_LDFLAGS) \
|
|
125
127
|
$(LDFLAGS) -o $@
|
|
126
128
|
am_memrm_OBJECTS = memrm.$(OBJEXT)
|
|
127
129
|
memrm_OBJECTS = $(am_memrm_OBJECTS)
|
|
128
|
-
memrm_DEPENDENCIES = $(
|
|
130
|
+
memrm_DEPENDENCIES = $(LDADDS)
|
|
129
131
|
memrm_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
130
132
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memrm_LDFLAGS) \
|
|
131
133
|
$(LDFLAGS) -o $@
|
|
132
134
|
am_memslap_OBJECTS = memslap-memslap.$(OBJEXT)
|
|
133
135
|
memslap_OBJECTS = $(am_memslap_OBJECTS)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
am__DEPENDENCIES_1 =
|
|
137
|
+
memslap_DEPENDENCIES = $(am__DEPENDENCIES_1) libgenexec.la $(LDADDS)
|
|
136
138
|
memslap_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
137
139
|
--mode=link $(CCLD) $(memslap_CFLAGS) $(CFLAGS) \
|
|
138
140
|
$(memslap_LDFLAGS) $(LDFLAGS) -o $@
|
|
139
141
|
am_memstat_OBJECTS = memstat.$(OBJEXT)
|
|
140
142
|
memstat_OBJECTS = $(am_memstat_OBJECTS)
|
|
141
|
-
memstat_DEPENDENCIES = $(
|
|
143
|
+
memstat_DEPENDENCIES = $(LDADDS)
|
|
142
144
|
memstat_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
143
145
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(memstat_LDFLAGS) \
|
|
144
146
|
$(LDFLAGS) -o $@
|
|
@@ -328,8 +330,7 @@ target_vendor = @target_vendor@
|
|
|
328
330
|
top_build_prefix = @top_build_prefix@
|
|
329
331
|
top_builddir = @top_builddir@
|
|
330
332
|
top_srcdir = @top_srcdir@
|
|
331
|
-
LDADDS = libutilities.la $(top_builddir)/libmemcached/libmemcached.la
|
|
332
|
-
$(am__append_1)
|
|
333
|
+
LDADDS = libutilities.la $(top_builddir)/libmemcached/libmemcached.la
|
|
333
334
|
noinst_HEADERS = client_options.h \
|
|
334
335
|
utilities.h \
|
|
335
336
|
generator.h \
|
|
@@ -340,29 +341,29 @@ libutilities_la_SOURCES = utilities.c
|
|
|
340
341
|
libgenexec_la_SOURCES = generator.c execute.c
|
|
341
342
|
memcat_SOURCES = memcat.c
|
|
342
343
|
memcat_LDADD = $(LDADDS)
|
|
343
|
-
memcat_LDFLAGS = -rpath $(pkglibdir)
|
|
344
|
+
memcat_LDFLAGS = -rpath $(pkglibdir) $(am__append_1)
|
|
344
345
|
memcp_SOURCES = memcp.c
|
|
345
346
|
memcp_LDADD = $(LDADDS)
|
|
346
|
-
memcp_LDFLAGS = -rpath $(pkglibdir)
|
|
347
|
+
memcp_LDFLAGS = -rpath $(pkglibdir) $(am__append_2)
|
|
347
348
|
memdump_SOURCES = memdump.c
|
|
348
349
|
memdump_LDADD = $(LDADDS)
|
|
349
|
-
memdump_LDFLAGS = -rpath $(pkglibdir)
|
|
350
|
+
memdump_LDFLAGS = -rpath $(pkglibdir) $(am__append_3)
|
|
350
351
|
memstat_SOURCES = memstat.c
|
|
351
352
|
memstat_LDADD = $(LDADDS)
|
|
352
|
-
memstat_LDFLAGS = -rpath $(pkglibdir)
|
|
353
|
+
memstat_LDFLAGS = -rpath $(pkglibdir) $(am__append_4)
|
|
353
354
|
memrm_SOURCES = memrm.c
|
|
354
355
|
memrm_LDADD = $(LDADDS)
|
|
355
|
-
memrm_LDFLAGS = -rpath $(pkglibdir)
|
|
356
|
+
memrm_LDFLAGS = -rpath $(pkglibdir) $(am__append_5)
|
|
356
357
|
memflush_SOURCES = memflush.c
|
|
357
358
|
memflush_LDADD = $(LDADDS)
|
|
358
|
-
memflush_LDFLAGS = -rpath $(pkglibdir)
|
|
359
|
+
memflush_LDFLAGS = -rpath $(pkglibdir) $(am__append_6)
|
|
359
360
|
memerror_SOURCES = memerror.c
|
|
360
361
|
memerror_LDADD = $(LDADDS)
|
|
361
|
-
memerror_LDFLAGS = -rpath $(pkglibdir)
|
|
362
|
+
memerror_LDFLAGS = -rpath $(pkglibdir) $(am__append_7)
|
|
362
363
|
memslap_SOURCES = memslap.c
|
|
363
364
|
memslap_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
|
|
364
365
|
memslap_LDADD = $(PTHREAD_LIBS) libgenexec.la $(LDADDS)
|
|
365
|
-
memslap_LDFLAGS = $(AM_LDFLAGS) -rpath $(pkglibdir)
|
|
366
|
+
memslap_LDFLAGS = $(AM_LDFLAGS) -rpath $(pkglibdir) $(am__append_8)
|
|
366
367
|
all: all-am
|
|
367
368
|
|
|
368
369
|
.SUFFIXES:
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
/* Define to 1 if you have the `mtmalloc' library (-lmtmalloc). */
|
|
40
40
|
#undef HAVE_LIBMTMALLOC
|
|
41
41
|
|
|
42
|
-
/* Define if you have the
|
|
42
|
+
/* Define if you have the libsasl library. */
|
|
43
43
|
#undef HAVE_LIBSASL
|
|
44
44
|
|
|
45
|
-
/* Define if you have the
|
|
45
|
+
/* Define if you have the libsasl2 library. */
|
|
46
46
|
#undef HAVE_LIBSASL2
|
|
47
47
|
|
|
48
48
|
/* Define to 1 if you have the `tcmalloc' library (-ltcmalloc). */
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
|
3
|
-
# Generated by GNU Autoconf 2.
|
|
3
|
+
# Generated by GNU Autoconf 2.68 for libmemcached 0.32.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <http://tangent.org/552/libmemcached.html>.
|
|
6
6
|
#
|
|
7
|
+
#
|
|
7
8
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
|
8
|
-
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
|
|
9
|
+
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
|
9
10
|
# Foundation, Inc.
|
|
10
11
|
#
|
|
12
|
+
#
|
|
11
13
|
# This configure script is free software; the Free Software Foundation
|
|
12
14
|
# gives unlimited permission to copy, distribute and modify it.
|
|
13
15
|
## -------------------- ##
|
|
@@ -89,6 +91,7 @@ fi
|
|
|
89
91
|
IFS=" "" $as_nl"
|
|
90
92
|
|
|
91
93
|
# Find who we are. Look in the path if we contain no directory separator.
|
|
94
|
+
as_myself=
|
|
92
95
|
case $0 in #((
|
|
93
96
|
*[\\/]* ) as_myself=$0 ;;
|
|
94
97
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
@@ -214,11 +217,18 @@ IFS=$as_save_IFS
|
|
|
214
217
|
# We cannot yet assume a decent shell, so we have to provide a
|
|
215
218
|
# neutralization value for shells without unset; and this also
|
|
216
219
|
# works around shells that cannot unset nonexistent variables.
|
|
220
|
+
# Preserve -v and -x to the replacement shell.
|
|
217
221
|
BASH_ENV=/dev/null
|
|
218
222
|
ENV=/dev/null
|
|
219
223
|
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
|
|
220
224
|
export CONFIG_SHELL
|
|
221
|
-
|
|
225
|
+
case $- in # ((((
|
|
226
|
+
*v*x* | *x*v* ) as_opts=-vx ;;
|
|
227
|
+
*v* ) as_opts=-v ;;
|
|
228
|
+
*x* ) as_opts=-x ;;
|
|
229
|
+
* ) as_opts= ;;
|
|
230
|
+
esac
|
|
231
|
+
exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
|
|
222
232
|
fi
|
|
223
233
|
|
|
224
234
|
if test x$as_have_required = xno; then :
|
|
@@ -317,7 +327,7 @@ $as_echo X"$as_dir" |
|
|
|
317
327
|
test -d "$as_dir" && break
|
|
318
328
|
done
|
|
319
329
|
test -z "$as_dirs" || eval "mkdir $as_dirs"
|
|
320
|
-
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
|
|
330
|
+
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
|
|
321
331
|
|
|
322
332
|
|
|
323
333
|
} # as_fn_mkdir_p
|
|
@@ -357,19 +367,19 @@ else
|
|
|
357
367
|
fi # as_fn_arith
|
|
358
368
|
|
|
359
369
|
|
|
360
|
-
# as_fn_error ERROR [LINENO LOG_FD]
|
|
361
|
-
#
|
|
370
|
+
# as_fn_error STATUS ERROR [LINENO LOG_FD]
|
|
371
|
+
# ----------------------------------------
|
|
362
372
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
|
363
373
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
|
364
|
-
# script with
|
|
374
|
+
# script with STATUS, using 1 if that was 0.
|
|
365
375
|
as_fn_error ()
|
|
366
376
|
{
|
|
367
|
-
as_status
|
|
368
|
-
if test "$
|
|
369
|
-
as_lineno=${as_lineno-"$
|
|
370
|
-
$as_echo "$as_me:${as_lineno-$LINENO}: error: $
|
|
377
|
+
as_status=$1; test $as_status -eq 0 && as_status=1
|
|
378
|
+
if test "$4"; then
|
|
379
|
+
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
380
|
+
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
|
|
371
381
|
fi
|
|
372
|
-
$as_echo "$as_me: error: $
|
|
382
|
+
$as_echo "$as_me: error: $2" >&2
|
|
373
383
|
as_fn_exit $as_status
|
|
374
384
|
} # as_fn_error
|
|
375
385
|
|
|
@@ -676,10 +686,11 @@ fi
|
|
|
676
686
|
|
|
677
687
|
|
|
678
688
|
|
|
679
|
-
exec 7<&0 </dev/null
|
|
689
|
+
test -n "$DJDIR" || exec 7<&0 </dev/null
|
|
690
|
+
exec 6>&1
|
|
680
691
|
|
|
681
692
|
# Name of the host.
|
|
682
|
-
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
|
693
|
+
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
|
|
683
694
|
# so uname gets run too.
|
|
684
695
|
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
|
685
696
|
|
|
@@ -1022,8 +1033,9 @@ do
|
|
|
1022
1033
|
fi
|
|
1023
1034
|
|
|
1024
1035
|
case $ac_option in
|
|
1025
|
-
|
|
1026
|
-
|
|
1036
|
+
*=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
|
|
1037
|
+
*=) ac_optarg= ;;
|
|
1038
|
+
*) ac_optarg=yes ;;
|
|
1027
1039
|
esac
|
|
1028
1040
|
|
|
1029
1041
|
# Accept the important Cygnus configure options, so we can diagnose typos.
|
|
@@ -1068,7 +1080,7 @@ do
|
|
|
1068
1080
|
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
|
1069
1081
|
# Reject names that are not valid shell variable names.
|
|
1070
1082
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
|
1071
|
-
as_fn_error "invalid feature name: $ac_useropt"
|
|
1083
|
+
as_fn_error $? "invalid feature name: $ac_useropt"
|
|
1072
1084
|
ac_useropt_orig=$ac_useropt
|
|
1073
1085
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
1074
1086
|
case $ac_user_opts in
|
|
@@ -1094,7 +1106,7 @@ do
|
|
|
1094
1106
|
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
|
1095
1107
|
# Reject names that are not valid shell variable names.
|
|
1096
1108
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
|
1097
|
-
as_fn_error "invalid feature name: $ac_useropt"
|
|
1109
|
+
as_fn_error $? "invalid feature name: $ac_useropt"
|
|
1098
1110
|
ac_useropt_orig=$ac_useropt
|
|
1099
1111
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
1100
1112
|
case $ac_user_opts in
|
|
@@ -1298,7 +1310,7 @@ do
|
|
|
1298
1310
|
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
|
1299
1311
|
# Reject names that are not valid shell variable names.
|
|
1300
1312
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
|
1301
|
-
as_fn_error "invalid package name: $ac_useropt"
|
|
1313
|
+
as_fn_error $? "invalid package name: $ac_useropt"
|
|
1302
1314
|
ac_useropt_orig=$ac_useropt
|
|
1303
1315
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
1304
1316
|
case $ac_user_opts in
|
|
@@ -1314,7 +1326,7 @@ do
|
|
|
1314
1326
|
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
|
1315
1327
|
# Reject names that are not valid shell variable names.
|
|
1316
1328
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
|
|
1317
|
-
as_fn_error "invalid package name: $ac_useropt"
|
|
1329
|
+
as_fn_error $? "invalid package name: $ac_useropt"
|
|
1318
1330
|
ac_useropt_orig=$ac_useropt
|
|
1319
1331
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
|
|
1320
1332
|
case $ac_user_opts in
|
|
@@ -1344,8 +1356,8 @@ do
|
|
|
1344
1356
|
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
|
|
1345
1357
|
x_libraries=$ac_optarg ;;
|
|
1346
1358
|
|
|
1347
|
-
-*) as_fn_error "unrecognized option: \`$ac_option'
|
|
1348
|
-
Try \`$0 --help' for more information
|
|
1359
|
+
-*) as_fn_error $? "unrecognized option: \`$ac_option'
|
|
1360
|
+
Try \`$0 --help' for more information"
|
|
1349
1361
|
;;
|
|
1350
1362
|
|
|
1351
1363
|
*=*)
|
|
@@ -1353,7 +1365,7 @@ Try \`$0 --help' for more information."
|
|
|
1353
1365
|
# Reject names that are not valid shell variable names.
|
|
1354
1366
|
case $ac_envvar in #(
|
|
1355
1367
|
'' | [0-9]* | *[!_$as_cr_alnum]* )
|
|
1356
|
-
as_fn_error "invalid variable name: \`$ac_envvar'" ;;
|
|
1368
|
+
as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
|
|
1357
1369
|
esac
|
|
1358
1370
|
eval $ac_envvar=\$ac_optarg
|
|
1359
1371
|
export $ac_envvar ;;
|
|
@@ -1363,7 +1375,7 @@ Try \`$0 --help' for more information."
|
|
|
1363
1375
|
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
|
1364
1376
|
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
|
|
1365
1377
|
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
|
1366
|
-
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
|
|
1378
|
+
: "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
|
|
1367
1379
|
;;
|
|
1368
1380
|
|
|
1369
1381
|
esac
|
|
@@ -1371,13 +1383,13 @@ done
|
|
|
1371
1383
|
|
|
1372
1384
|
if test -n "$ac_prev"; then
|
|
1373
1385
|
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
|
1374
|
-
as_fn_error "missing argument to $ac_option"
|
|
1386
|
+
as_fn_error $? "missing argument to $ac_option"
|
|
1375
1387
|
fi
|
|
1376
1388
|
|
|
1377
1389
|
if test -n "$ac_unrecognized_opts"; then
|
|
1378
1390
|
case $enable_option_checking in
|
|
1379
1391
|
no) ;;
|
|
1380
|
-
fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
|
|
1392
|
+
fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
|
|
1381
1393
|
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
|
|
1382
1394
|
esac
|
|
1383
1395
|
fi
|
|
@@ -1400,7 +1412,7 @@ do
|
|
|
1400
1412
|
[\\/$]* | ?:[\\/]* ) continue;;
|
|
1401
1413
|
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
|
|
1402
1414
|
esac
|
|
1403
|
-
as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
|
|
1415
|
+
as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
|
|
1404
1416
|
done
|
|
1405
1417
|
|
|
1406
1418
|
# There might be people who depend on the old broken behavior: `$host'
|
|
@@ -1414,8 +1426,8 @@ target=$target_alias
|
|
|
1414
1426
|
if test "x$host_alias" != x; then
|
|
1415
1427
|
if test "x$build_alias" = x; then
|
|
1416
1428
|
cross_compiling=maybe
|
|
1417
|
-
$as_echo "$as_me: WARNING:
|
|
1418
|
-
If a cross compiler is detected then cross compile mode will be used
|
|
1429
|
+
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
|
|
1430
|
+
If a cross compiler is detected then cross compile mode will be used" >&2
|
|
1419
1431
|
elif test "x$build_alias" != "x$host_alias"; then
|
|
1420
1432
|
cross_compiling=yes
|
|
1421
1433
|
fi
|
|
@@ -1430,9 +1442,9 @@ test "$silent" = yes && exec 6>/dev/null
|
|
|
1430
1442
|
ac_pwd=`pwd` && test -n "$ac_pwd" &&
|
|
1431
1443
|
ac_ls_di=`ls -di .` &&
|
|
1432
1444
|
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
|
1433
|
-
as_fn_error "working directory cannot be determined"
|
|
1445
|
+
as_fn_error $? "working directory cannot be determined"
|
|
1434
1446
|
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
|
|
1435
|
-
as_fn_error "pwd does not report name of working directory"
|
|
1447
|
+
as_fn_error $? "pwd does not report name of working directory"
|
|
1436
1448
|
|
|
1437
1449
|
|
|
1438
1450
|
# Find the source files, if location was not specified.
|
|
@@ -1471,11 +1483,11 @@ else
|
|
|
1471
1483
|
fi
|
|
1472
1484
|
if test ! -r "$srcdir/$ac_unique_file"; then
|
|
1473
1485
|
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
|
1474
|
-
as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
|
|
1486
|
+
as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
|
|
1475
1487
|
fi
|
|
1476
1488
|
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
|
|
1477
1489
|
ac_abs_confdir=`(
|
|
1478
|
-
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
|
|
1490
|
+
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
|
|
1479
1491
|
pwd)`
|
|
1480
1492
|
# When building in place, set srcdir=.
|
|
1481
1493
|
if test "$ac_abs_confdir" = "$ac_pwd"; then
|
|
@@ -1515,7 +1527,7 @@ Configuration:
|
|
|
1515
1527
|
--help=short display options specific to this package
|
|
1516
1528
|
--help=recursive display the short help of all the included packages
|
|
1517
1529
|
-V, --version display version information and exit
|
|
1518
|
-
-q, --quiet, --silent do not print \`checking...' messages
|
|
1530
|
+
-q, --quiet, --silent do not print \`checking ...' messages
|
|
1519
1531
|
--cache-file=FILE cache test results in FILE [disabled]
|
|
1520
1532
|
-C, --config-cache alias for \`--cache-file=config.cache'
|
|
1521
1533
|
-n, --no-create do not create output files
|
|
@@ -1627,7 +1639,7 @@ Some influential environment variables:
|
|
|
1627
1639
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
|
1628
1640
|
nonstandard directory <lib dir>
|
|
1629
1641
|
LIBS libraries to pass to the linker, e.g. -l<library>
|
|
1630
|
-
CPPFLAGS C/C
|
|
1642
|
+
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
|
1631
1643
|
you have headers in a nonstandard directory <include dir>
|
|
1632
1644
|
CXX C++ compiler command
|
|
1633
1645
|
CXXFLAGS C++ compiler flags
|
|
@@ -1701,9 +1713,9 @@ test -n "$ac_init_help" && exit $ac_status
|
|
|
1701
1713
|
if $ac_init_version; then
|
|
1702
1714
|
cat <<\_ACEOF
|
|
1703
1715
|
libmemcached configure 0.32
|
|
1704
|
-
generated by GNU Autoconf 2.
|
|
1716
|
+
generated by GNU Autoconf 2.68
|
|
1705
1717
|
|
|
1706
|
-
Copyright (C)
|
|
1718
|
+
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
1707
1719
|
This configure script is free software; the Free Software Foundation
|
|
1708
1720
|
gives unlimited permission to copy, distribute and modify it.
|
|
1709
1721
|
_ACEOF
|
|
@@ -1747,8 +1759,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
1747
1759
|
|
|
1748
1760
|
ac_retval=1
|
|
1749
1761
|
fi
|
|
1750
|
-
eval $as_lineno_stack;
|
|
1751
|
-
|
|
1762
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1763
|
+
as_fn_set_status $ac_retval
|
|
1752
1764
|
|
|
1753
1765
|
} # ac_fn_c_try_compile
|
|
1754
1766
|
|
|
@@ -1785,8 +1797,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
1785
1797
|
|
|
1786
1798
|
ac_retval=1
|
|
1787
1799
|
fi
|
|
1788
|
-
eval $as_lineno_stack;
|
|
1789
|
-
|
|
1800
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1801
|
+
as_fn_set_status $ac_retval
|
|
1790
1802
|
|
|
1791
1803
|
} # ac_fn_cxx_try_compile
|
|
1792
1804
|
|
|
@@ -1811,7 +1823,7 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
1811
1823
|
mv -f conftest.er1 conftest.err
|
|
1812
1824
|
fi
|
|
1813
1825
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
1814
|
-
test $ac_status = 0; }
|
|
1826
|
+
test $ac_status = 0; } > conftest.i && {
|
|
1815
1827
|
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
|
|
1816
1828
|
test ! -s conftest.err
|
|
1817
1829
|
}; then :
|
|
@@ -1822,8 +1834,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
1822
1834
|
|
|
1823
1835
|
ac_retval=1
|
|
1824
1836
|
fi
|
|
1825
|
-
eval $as_lineno_stack;
|
|
1826
|
-
|
|
1837
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1838
|
+
as_fn_set_status $ac_retval
|
|
1827
1839
|
|
|
1828
1840
|
} # ac_fn_c_try_cpp
|
|
1829
1841
|
|
|
@@ -1835,10 +1847,10 @@ fi
|
|
|
1835
1847
|
ac_fn_c_check_header_mongrel ()
|
|
1836
1848
|
{
|
|
1837
1849
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
1838
|
-
if
|
|
1850
|
+
if eval \${$3+:} false; then :
|
|
1839
1851
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
1840
1852
|
$as_echo_n "checking for $2... " >&6; }
|
|
1841
|
-
if
|
|
1853
|
+
if eval \${$3+:} false; then :
|
|
1842
1854
|
$as_echo_n "(cached) " >&6
|
|
1843
1855
|
fi
|
|
1844
1856
|
eval ac_res=\$$3
|
|
@@ -1874,7 +1886,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
|
|
|
1874
1886
|
else
|
|
1875
1887
|
ac_header_preproc=no
|
|
1876
1888
|
fi
|
|
1877
|
-
rm -f conftest.err conftest.$ac_ext
|
|
1889
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
1878
1890
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
|
|
1879
1891
|
$as_echo "$ac_header_preproc" >&6; }
|
|
1880
1892
|
|
|
@@ -1897,17 +1909,15 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
|
|
1897
1909
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
1898
1910
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
|
1899
1911
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
|
1900
|
-
(
|
|
1901
|
-
## ------------------------------------------------------- ##
|
|
1912
|
+
( $as_echo "## ------------------------------------------------------- ##
|
|
1902
1913
|
## Report this to http://tangent.org/552/libmemcached.html ##
|
|
1903
|
-
## ------------------------------------------------------- ##
|
|
1904
|
-
_ASBOX
|
|
1914
|
+
## ------------------------------------------------------- ##"
|
|
1905
1915
|
) | sed "s/^/$as_me: WARNING: /" >&2
|
|
1906
1916
|
;;
|
|
1907
1917
|
esac
|
|
1908
1918
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
1909
1919
|
$as_echo_n "checking for $2... " >&6; }
|
|
1910
|
-
if
|
|
1920
|
+
if eval \${$3+:} false; then :
|
|
1911
1921
|
$as_echo_n "(cached) " >&6
|
|
1912
1922
|
else
|
|
1913
1923
|
eval "$3=\$ac_header_compiler"
|
|
@@ -1916,7 +1926,7 @@ eval ac_res=\$$3
|
|
|
1916
1926
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
1917
1927
|
$as_echo "$ac_res" >&6; }
|
|
1918
1928
|
fi
|
|
1919
|
-
eval $as_lineno_stack;
|
|
1929
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1920
1930
|
|
|
1921
1931
|
} # ac_fn_c_check_header_mongrel
|
|
1922
1932
|
|
|
@@ -1957,8 +1967,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
1957
1967
|
ac_retval=$ac_status
|
|
1958
1968
|
fi
|
|
1959
1969
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
|
1960
|
-
eval $as_lineno_stack;
|
|
1961
|
-
|
|
1970
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1971
|
+
as_fn_set_status $ac_retval
|
|
1962
1972
|
|
|
1963
1973
|
} # ac_fn_c_try_run
|
|
1964
1974
|
|
|
@@ -1971,7 +1981,7 @@ ac_fn_c_check_header_compile ()
|
|
|
1971
1981
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
1972
1982
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
1973
1983
|
$as_echo_n "checking for $2... " >&6; }
|
|
1974
|
-
if
|
|
1984
|
+
if eval \${$3+:} false; then :
|
|
1975
1985
|
$as_echo_n "(cached) " >&6
|
|
1976
1986
|
else
|
|
1977
1987
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -1989,19 +1999,22 @@ fi
|
|
|
1989
1999
|
eval ac_res=\$$3
|
|
1990
2000
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
1991
2001
|
$as_echo "$ac_res" >&6; }
|
|
1992
|
-
eval $as_lineno_stack;
|
|
2002
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
1993
2003
|
|
|
1994
2004
|
} # ac_fn_c_check_header_compile
|
|
1995
2005
|
|
|
1996
|
-
# ac_fn_c_check_decl LINENO SYMBOL VAR
|
|
1997
|
-
#
|
|
1998
|
-
# Tests whether SYMBOL is declared, setting cache variable VAR
|
|
2006
|
+
# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
|
|
2007
|
+
# ---------------------------------------------
|
|
2008
|
+
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
|
|
2009
|
+
# accordingly.
|
|
1999
2010
|
ac_fn_c_check_decl ()
|
|
2000
2011
|
{
|
|
2001
2012
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
2002
|
-
|
|
2003
|
-
$
|
|
2004
|
-
|
|
2013
|
+
as_decl_name=`echo $2|sed 's/ *(.*//'`
|
|
2014
|
+
as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
|
|
2015
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
|
|
2016
|
+
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
|
|
2017
|
+
if eval \${$3+:} false; then :
|
|
2005
2018
|
$as_echo_n "(cached) " >&6
|
|
2006
2019
|
else
|
|
2007
2020
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -2010,8 +2023,12 @@ $4
|
|
|
2010
2023
|
int
|
|
2011
2024
|
main ()
|
|
2012
2025
|
{
|
|
2013
|
-
#ifndef $
|
|
2014
|
-
|
|
2026
|
+
#ifndef $as_decl_name
|
|
2027
|
+
#ifdef __cplusplus
|
|
2028
|
+
(void) $as_decl_use;
|
|
2029
|
+
#else
|
|
2030
|
+
(void) $as_decl_name;
|
|
2031
|
+
#endif
|
|
2015
2032
|
#endif
|
|
2016
2033
|
|
|
2017
2034
|
;
|
|
@@ -2028,7 +2045,7 @@ fi
|
|
|
2028
2045
|
eval ac_res=\$$3
|
|
2029
2046
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
2030
2047
|
$as_echo "$ac_res" >&6; }
|
|
2031
|
-
eval $as_lineno_stack;
|
|
2048
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2032
2049
|
|
|
2033
2050
|
} # ac_fn_c_check_decl
|
|
2034
2051
|
|
|
@@ -2073,8 +2090,8 @@ fi
|
|
|
2073
2090
|
# interfere with the next link command; also delete a directory that is
|
|
2074
2091
|
# left behind by Apple's compiler. We do this before executing the actions.
|
|
2075
2092
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
|
2076
|
-
eval $as_lineno_stack;
|
|
2077
|
-
|
|
2093
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2094
|
+
as_fn_set_status $ac_retval
|
|
2078
2095
|
|
|
2079
2096
|
} # ac_fn_c_try_link
|
|
2080
2097
|
|
|
@@ -2086,7 +2103,7 @@ ac_fn_c_check_func ()
|
|
|
2086
2103
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
2087
2104
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
2088
2105
|
$as_echo_n "checking for $2... " >&6; }
|
|
2089
|
-
if
|
|
2106
|
+
if eval \${$3+:} false; then :
|
|
2090
2107
|
$as_echo_n "(cached) " >&6
|
|
2091
2108
|
else
|
|
2092
2109
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -2141,7 +2158,7 @@ fi
|
|
|
2141
2158
|
eval ac_res=\$$3
|
|
2142
2159
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
2143
2160
|
$as_echo "$ac_res" >&6; }
|
|
2144
|
-
eval $as_lineno_stack;
|
|
2161
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2145
2162
|
|
|
2146
2163
|
} # ac_fn_c_check_func
|
|
2147
2164
|
|
|
@@ -2166,7 +2183,7 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
2166
2183
|
mv -f conftest.er1 conftest.err
|
|
2167
2184
|
fi
|
|
2168
2185
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
2169
|
-
test $ac_status = 0; }
|
|
2186
|
+
test $ac_status = 0; } > conftest.i && {
|
|
2170
2187
|
test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
|
|
2171
2188
|
test ! -s conftest.err
|
|
2172
2189
|
}; then :
|
|
@@ -2177,8 +2194,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
2177
2194
|
|
|
2178
2195
|
ac_retval=1
|
|
2179
2196
|
fi
|
|
2180
|
-
eval $as_lineno_stack;
|
|
2181
|
-
|
|
2197
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2198
|
+
as_fn_set_status $ac_retval
|
|
2182
2199
|
|
|
2183
2200
|
} # ac_fn_cxx_try_cpp
|
|
2184
2201
|
|
|
@@ -2223,8 +2240,8 @@ fi
|
|
|
2223
2240
|
# interfere with the next link command; also delete a directory that is
|
|
2224
2241
|
# left behind by Apple's compiler. We do this before executing the actions.
|
|
2225
2242
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
|
|
2226
|
-
eval $as_lineno_stack;
|
|
2227
|
-
|
|
2243
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2244
|
+
as_fn_set_status $ac_retval
|
|
2228
2245
|
|
|
2229
2246
|
} # ac_fn_cxx_try_link
|
|
2230
2247
|
|
|
@@ -2236,10 +2253,10 @@ fi
|
|
|
2236
2253
|
ac_fn_cxx_check_header_mongrel ()
|
|
2237
2254
|
{
|
|
2238
2255
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
2239
|
-
if
|
|
2256
|
+
if eval \${$3+:} false; then :
|
|
2240
2257
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
2241
2258
|
$as_echo_n "checking for $2... " >&6; }
|
|
2242
|
-
if
|
|
2259
|
+
if eval \${$3+:} false; then :
|
|
2243
2260
|
$as_echo_n "(cached) " >&6
|
|
2244
2261
|
fi
|
|
2245
2262
|
eval ac_res=\$$3
|
|
@@ -2275,7 +2292,7 @@ if ac_fn_cxx_try_cpp "$LINENO"; then :
|
|
|
2275
2292
|
else
|
|
2276
2293
|
ac_header_preproc=no
|
|
2277
2294
|
fi
|
|
2278
|
-
rm -f conftest.err conftest.$ac_ext
|
|
2295
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
2279
2296
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
|
|
2280
2297
|
$as_echo "$ac_header_preproc" >&6; }
|
|
2281
2298
|
|
|
@@ -2298,17 +2315,15 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
|
|
2298
2315
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
2299
2316
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
|
2300
2317
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
|
2301
|
-
(
|
|
2302
|
-
## ------------------------------------------------------- ##
|
|
2318
|
+
( $as_echo "## ------------------------------------------------------- ##
|
|
2303
2319
|
## Report this to http://tangent.org/552/libmemcached.html ##
|
|
2304
|
-
## ------------------------------------------------------- ##
|
|
2305
|
-
_ASBOX
|
|
2320
|
+
## ------------------------------------------------------- ##"
|
|
2306
2321
|
) | sed "s/^/$as_me: WARNING: /" >&2
|
|
2307
2322
|
;;
|
|
2308
2323
|
esac
|
|
2309
2324
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
2310
2325
|
$as_echo_n "checking for $2... " >&6; }
|
|
2311
|
-
if
|
|
2326
|
+
if eval \${$3+:} false; then :
|
|
2312
2327
|
$as_echo_n "(cached) " >&6
|
|
2313
2328
|
else
|
|
2314
2329
|
eval "$3=\$ac_header_compiler"
|
|
@@ -2317,7 +2332,7 @@ eval ac_res=\$$3
|
|
|
2317
2332
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
2318
2333
|
$as_echo "$ac_res" >&6; }
|
|
2319
2334
|
fi
|
|
2320
|
-
eval $as_lineno_stack;
|
|
2335
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2321
2336
|
|
|
2322
2337
|
} # ac_fn_cxx_check_header_mongrel
|
|
2323
2338
|
|
|
@@ -2330,7 +2345,7 @@ ac_fn_c_check_type ()
|
|
|
2330
2345
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
2331
2346
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
|
2332
2347
|
$as_echo_n "checking for $2... " >&6; }
|
|
2333
|
-
if
|
|
2348
|
+
if eval \${$3+:} false; then :
|
|
2334
2349
|
$as_echo_n "(cached) " >&6
|
|
2335
2350
|
else
|
|
2336
2351
|
eval "$3=no"
|
|
@@ -2371,7 +2386,7 @@ fi
|
|
|
2371
2386
|
eval ac_res=\$$3
|
|
2372
2387
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
|
|
2373
2388
|
$as_echo "$ac_res" >&6; }
|
|
2374
|
-
eval $as_lineno_stack;
|
|
2389
|
+
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
|
|
2375
2390
|
|
|
2376
2391
|
} # ac_fn_c_check_type
|
|
2377
2392
|
cat >config.log <<_ACEOF
|
|
@@ -2379,7 +2394,7 @@ This file contains any messages produced by compilers while
|
|
|
2379
2394
|
running configure, to aid debugging if configure makes a mistake.
|
|
2380
2395
|
|
|
2381
2396
|
It was created by libmemcached $as_me 0.32, which was
|
|
2382
|
-
generated by GNU Autoconf 2.
|
|
2397
|
+
generated by GNU Autoconf 2.68. Invocation command line was
|
|
2383
2398
|
|
|
2384
2399
|
$ $0 $@
|
|
2385
2400
|
|
|
@@ -2489,11 +2504,9 @@ trap 'exit_status=$?
|
|
|
2489
2504
|
{
|
|
2490
2505
|
echo
|
|
2491
2506
|
|
|
2492
|
-
|
|
2493
|
-
## ---------------- ##
|
|
2507
|
+
$as_echo "## ---------------- ##
|
|
2494
2508
|
## Cache variables. ##
|
|
2495
|
-
## ---------------- ##
|
|
2496
|
-
_ASBOX
|
|
2509
|
+
## ---------------- ##"
|
|
2497
2510
|
echo
|
|
2498
2511
|
# The following way of writing the cache mishandles newlines in values,
|
|
2499
2512
|
(
|
|
@@ -2527,11 +2540,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
|
|
2527
2540
|
)
|
|
2528
2541
|
echo
|
|
2529
2542
|
|
|
2530
|
-
|
|
2531
|
-
## ----------------- ##
|
|
2543
|
+
$as_echo "## ----------------- ##
|
|
2532
2544
|
## Output variables. ##
|
|
2533
|
-
## ----------------- ##
|
|
2534
|
-
_ASBOX
|
|
2545
|
+
## ----------------- ##"
|
|
2535
2546
|
echo
|
|
2536
2547
|
for ac_var in $ac_subst_vars
|
|
2537
2548
|
do
|
|
@@ -2544,11 +2555,9 @@ _ASBOX
|
|
|
2544
2555
|
echo
|
|
2545
2556
|
|
|
2546
2557
|
if test -n "$ac_subst_files"; then
|
|
2547
|
-
|
|
2548
|
-
## ------------------- ##
|
|
2558
|
+
$as_echo "## ------------------- ##
|
|
2549
2559
|
## File substitutions. ##
|
|
2550
|
-
## ------------------- ##
|
|
2551
|
-
_ASBOX
|
|
2560
|
+
## ------------------- ##"
|
|
2552
2561
|
echo
|
|
2553
2562
|
for ac_var in $ac_subst_files
|
|
2554
2563
|
do
|
|
@@ -2562,11 +2571,9 @@ _ASBOX
|
|
|
2562
2571
|
fi
|
|
2563
2572
|
|
|
2564
2573
|
if test -s confdefs.h; then
|
|
2565
|
-
|
|
2566
|
-
## ----------- ##
|
|
2574
|
+
$as_echo "## ----------- ##
|
|
2567
2575
|
## confdefs.h. ##
|
|
2568
|
-
## ----------- ##
|
|
2569
|
-
_ASBOX
|
|
2576
|
+
## ----------- ##"
|
|
2570
2577
|
echo
|
|
2571
2578
|
cat confdefs.h
|
|
2572
2579
|
echo
|
|
@@ -2621,7 +2628,12 @@ _ACEOF
|
|
|
2621
2628
|
ac_site_file1=NONE
|
|
2622
2629
|
ac_site_file2=NONE
|
|
2623
2630
|
if test -n "$CONFIG_SITE"; then
|
|
2624
|
-
|
|
2631
|
+
# We do not want a PATH search for config.site.
|
|
2632
|
+
case $CONFIG_SITE in #((
|
|
2633
|
+
-*) ac_site_file1=./$CONFIG_SITE;;
|
|
2634
|
+
*/*) ac_site_file1=$CONFIG_SITE;;
|
|
2635
|
+
*) ac_site_file1=./$CONFIG_SITE;;
|
|
2636
|
+
esac
|
|
2625
2637
|
elif test "x$prefix" != xNONE; then
|
|
2626
2638
|
ac_site_file1=$prefix/share/config.site
|
|
2627
2639
|
ac_site_file2=$prefix/etc/config.site
|
|
@@ -2632,18 +2644,22 @@ fi
|
|
|
2632
2644
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
|
|
2633
2645
|
do
|
|
2634
2646
|
test "x$ac_site_file" = xNONE && continue
|
|
2635
|
-
if test -r "$ac_site_file"; then
|
|
2647
|
+
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
|
|
2636
2648
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
|
|
2637
2649
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
|
|
2638
2650
|
sed 's/^/| /' "$ac_site_file" >&5
|
|
2639
|
-
. "$ac_site_file"
|
|
2651
|
+
. "$ac_site_file" \
|
|
2652
|
+
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
2653
|
+
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
2654
|
+
as_fn_error $? "failed to load site script $ac_site_file
|
|
2655
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
2640
2656
|
fi
|
|
2641
2657
|
done
|
|
2642
2658
|
|
|
2643
2659
|
if test -r "$cache_file"; then
|
|
2644
|
-
# Some versions of bash will fail to source /dev/null (special
|
|
2645
|
-
#
|
|
2646
|
-
if test -f "$cache_file"; then
|
|
2660
|
+
# Some versions of bash will fail to source /dev/null (special files
|
|
2661
|
+
# actually), so we avoid doing that. DJGPP emulates it as a regular file.
|
|
2662
|
+
if test /dev/null != "$cache_file" && test -f "$cache_file"; then
|
|
2647
2663
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
|
|
2648
2664
|
$as_echo "$as_me: loading cache $cache_file" >&6;}
|
|
2649
2665
|
case $cache_file in
|
|
@@ -2712,7 +2728,7 @@ if $ac_cache_corrupted; then
|
|
|
2712
2728
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
2713
2729
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
|
|
2714
2730
|
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
|
2715
|
-
as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
|
2731
|
+
as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|
|
2716
2732
|
fi
|
|
2717
2733
|
## -------------------- ##
|
|
2718
2734
|
## Main body of script. ##
|
|
@@ -2728,16 +2744,22 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
2728
2744
|
|
|
2729
2745
|
ac_aux_dir=
|
|
2730
2746
|
for ac_dir in config "$srcdir"/config; do
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2747
|
+
if test -f "$ac_dir/install-sh"; then
|
|
2748
|
+
ac_aux_dir=$ac_dir
|
|
2749
|
+
ac_install_sh="$ac_aux_dir/install-sh -c"
|
|
2750
|
+
break
|
|
2751
|
+
elif test -f "$ac_dir/install.sh"; then
|
|
2752
|
+
ac_aux_dir=$ac_dir
|
|
2753
|
+
ac_install_sh="$ac_aux_dir/install.sh -c"
|
|
2754
|
+
break
|
|
2755
|
+
elif test -f "$ac_dir/shtool"; then
|
|
2756
|
+
ac_aux_dir=$ac_dir
|
|
2757
|
+
ac_install_sh="$ac_aux_dir/shtool install -c"
|
|
2758
|
+
break
|
|
2759
|
+
fi
|
|
2738
2760
|
done
|
|
2739
2761
|
if test -z "$ac_aux_dir"; then
|
|
2740
|
-
as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
|
|
2762
|
+
as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
|
|
2741
2763
|
fi
|
|
2742
2764
|
|
|
2743
2765
|
# These three variables are undocumented and unsupported,
|
|
@@ -2762,27 +2784,27 @@ fi
|
|
|
2762
2784
|
|
|
2763
2785
|
# Make sure we can run config.sub.
|
|
2764
2786
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
|
2765
|
-
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
|
2787
|
+
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
|
2766
2788
|
|
|
2767
2789
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
|
|
2768
2790
|
$as_echo_n "checking build system type... " >&6; }
|
|
2769
|
-
if
|
|
2791
|
+
if ${ac_cv_build+:} false; then :
|
|
2770
2792
|
$as_echo_n "(cached) " >&6
|
|
2771
2793
|
else
|
|
2772
2794
|
ac_build_alias=$build_alias
|
|
2773
2795
|
test "x$ac_build_alias" = x &&
|
|
2774
2796
|
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
|
|
2775
2797
|
test "x$ac_build_alias" = x &&
|
|
2776
|
-
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
|
|
2798
|
+
as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
|
|
2777
2799
|
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
|
|
2778
|
-
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
|
|
2800
|
+
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
|
|
2779
2801
|
|
|
2780
2802
|
fi
|
|
2781
2803
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
|
|
2782
2804
|
$as_echo "$ac_cv_build" >&6; }
|
|
2783
2805
|
case $ac_cv_build in
|
|
2784
2806
|
*-*-*) ;;
|
|
2785
|
-
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
|
|
2807
|
+
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
|
|
2786
2808
|
esac
|
|
2787
2809
|
build=$ac_cv_build
|
|
2788
2810
|
ac_save_IFS=$IFS; IFS='-'
|
|
@@ -2800,14 +2822,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
|
|
|
2800
2822
|
|
|
2801
2823
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
|
|
2802
2824
|
$as_echo_n "checking host system type... " >&6; }
|
|
2803
|
-
if
|
|
2825
|
+
if ${ac_cv_host+:} false; then :
|
|
2804
2826
|
$as_echo_n "(cached) " >&6
|
|
2805
2827
|
else
|
|
2806
2828
|
if test "x$host_alias" = x; then
|
|
2807
2829
|
ac_cv_host=$ac_cv_build
|
|
2808
2830
|
else
|
|
2809
2831
|
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
|
|
2810
|
-
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
|
|
2832
|
+
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
|
|
2811
2833
|
fi
|
|
2812
2834
|
|
|
2813
2835
|
fi
|
|
@@ -2815,7 +2837,7 @@ fi
|
|
|
2815
2837
|
$as_echo "$ac_cv_host" >&6; }
|
|
2816
2838
|
case $ac_cv_host in
|
|
2817
2839
|
*-*-*) ;;
|
|
2818
|
-
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
|
|
2840
|
+
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
|
|
2819
2841
|
esac
|
|
2820
2842
|
host=$ac_cv_host
|
|
2821
2843
|
ac_save_IFS=$IFS; IFS='-'
|
|
@@ -2833,14 +2855,14 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|
|
2833
2855
|
|
|
2834
2856
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
|
|
2835
2857
|
$as_echo_n "checking target system type... " >&6; }
|
|
2836
|
-
if
|
|
2858
|
+
if ${ac_cv_target+:} false; then :
|
|
2837
2859
|
$as_echo_n "(cached) " >&6
|
|
2838
2860
|
else
|
|
2839
2861
|
if test "x$target_alias" = x; then
|
|
2840
2862
|
ac_cv_target=$ac_cv_host
|
|
2841
2863
|
else
|
|
2842
2864
|
ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
|
|
2843
|
-
as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
|
|
2865
|
+
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
|
|
2844
2866
|
fi
|
|
2845
2867
|
|
|
2846
2868
|
fi
|
|
@@ -2848,7 +2870,7 @@ fi
|
|
|
2848
2870
|
$as_echo "$ac_cv_target" >&6; }
|
|
2849
2871
|
case $ac_cv_target in
|
|
2850
2872
|
*-*-*) ;;
|
|
2851
|
-
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
|
|
2873
|
+
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
|
|
2852
2874
|
esac
|
|
2853
2875
|
target=$ac_cv_target
|
|
2854
2876
|
ac_save_IFS=$IFS; IFS='-'
|
|
@@ -2889,7 +2911,7 @@ am__api_version='1.11'
|
|
|
2889
2911
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
|
|
2890
2912
|
$as_echo_n "checking for a BSD-compatible install... " >&6; }
|
|
2891
2913
|
if test -z "$INSTALL"; then
|
|
2892
|
-
if
|
|
2914
|
+
if ${ac_cv_path_install+:} false; then :
|
|
2893
2915
|
$as_echo_n "(cached) " >&6
|
|
2894
2916
|
else
|
|
2895
2917
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
@@ -2976,11 +2998,11 @@ am_lf='
|
|
|
2976
2998
|
'
|
|
2977
2999
|
case `pwd` in
|
|
2978
3000
|
*[\\\"\#\$\&\'\`$am_lf]*)
|
|
2979
|
-
as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
|
|
3001
|
+
as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
|
|
2980
3002
|
esac
|
|
2981
3003
|
case $srcdir in
|
|
2982
3004
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
|
2983
|
-
as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
|
3005
|
+
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
|
2984
3006
|
esac
|
|
2985
3007
|
|
|
2986
3008
|
# Do `set' in a subshell so we don't clobber the current shell's
|
|
@@ -3002,7 +3024,7 @@ if (
|
|
|
3002
3024
|
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
|
3003
3025
|
# broken ls alias from the environment. This has actually
|
|
3004
3026
|
# happened. Such a system could not be considered "sane".
|
|
3005
|
-
as_fn_error "ls -t appears to fail. Make sure there is not a broken
|
|
3027
|
+
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
|
|
3006
3028
|
alias in your environment" "$LINENO" 5
|
|
3007
3029
|
fi
|
|
3008
3030
|
|
|
@@ -3012,7 +3034,7 @@ then
|
|
|
3012
3034
|
# Ok.
|
|
3013
3035
|
:
|
|
3014
3036
|
else
|
|
3015
|
-
as_fn_error "newly created file is older than distributed files!
|
|
3037
|
+
as_fn_error $? "newly created file is older than distributed files!
|
|
3016
3038
|
Check your system clock" "$LINENO" 5
|
|
3017
3039
|
fi
|
|
3018
3040
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
@@ -3066,7 +3088,7 @@ if test "$cross_compiling" != no; then
|
|
|
3066
3088
|
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
|
3067
3089
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3068
3090
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3069
|
-
if
|
|
3091
|
+
if ${ac_cv_prog_STRIP+:} false; then :
|
|
3070
3092
|
$as_echo_n "(cached) " >&6
|
|
3071
3093
|
else
|
|
3072
3094
|
if test -n "$STRIP"; then
|
|
@@ -3106,7 +3128,7 @@ if test -z "$ac_cv_prog_STRIP"; then
|
|
|
3106
3128
|
set dummy strip; ac_word=$2
|
|
3107
3129
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3108
3130
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3109
|
-
if
|
|
3131
|
+
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
|
|
3110
3132
|
$as_echo_n "(cached) " >&6
|
|
3111
3133
|
else
|
|
3112
3134
|
if test -n "$ac_ct_STRIP"; then
|
|
@@ -3159,7 +3181,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
|
|
3159
3181
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
|
|
3160
3182
|
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
|
|
3161
3183
|
if test -z "$MKDIR_P"; then
|
|
3162
|
-
if
|
|
3184
|
+
if ${ac_cv_path_mkdir+:} false; then :
|
|
3163
3185
|
$as_echo_n "(cached) " >&6
|
|
3164
3186
|
else
|
|
3165
3187
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
@@ -3184,6 +3206,7 @@ IFS=$as_save_IFS
|
|
|
3184
3206
|
|
|
3185
3207
|
fi
|
|
3186
3208
|
|
|
3209
|
+
test -d ./--version && rmdir ./--version
|
|
3187
3210
|
if test "${ac_cv_path_mkdir+set}" = set; then
|
|
3188
3211
|
MKDIR_P="$ac_cv_path_mkdir -p"
|
|
3189
3212
|
else
|
|
@@ -3191,7 +3214,6 @@ fi
|
|
|
3191
3214
|
# value for MKDIR_P within a source directory, because that will
|
|
3192
3215
|
# break other packages using the cache if that directory is
|
|
3193
3216
|
# removed, or if the value is a relative name.
|
|
3194
|
-
test -d ./--version && rmdir ./--version
|
|
3195
3217
|
MKDIR_P="$ac_install_sh -d"
|
|
3196
3218
|
fi
|
|
3197
3219
|
fi
|
|
@@ -3210,7 +3232,7 @@ do
|
|
|
3210
3232
|
set dummy $ac_prog; ac_word=$2
|
|
3211
3233
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3212
3234
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3213
|
-
if
|
|
3235
|
+
if ${ac_cv_prog_AWK+:} false; then :
|
|
3214
3236
|
$as_echo_n "(cached) " >&6
|
|
3215
3237
|
else
|
|
3216
3238
|
if test -n "$AWK"; then
|
|
@@ -3250,7 +3272,7 @@ done
|
|
|
3250
3272
|
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
|
|
3251
3273
|
set x ${MAKE-make}
|
|
3252
3274
|
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
|
|
3253
|
-
if {
|
|
3275
|
+
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
|
|
3254
3276
|
$as_echo_n "(cached) " >&6
|
|
3255
3277
|
else
|
|
3256
3278
|
cat >conftest.make <<\_ACEOF
|
|
@@ -3258,7 +3280,7 @@ SHELL = /bin/sh
|
|
|
3258
3280
|
all:
|
|
3259
3281
|
@echo '@@@%%%=$(MAKE)=@@@%%%'
|
|
3260
3282
|
_ACEOF
|
|
3261
|
-
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
|
3283
|
+
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
|
|
3262
3284
|
case `${MAKE-make} -f conftest.make 2>/dev/null` in
|
|
3263
3285
|
*@@@%%%=?*=@@@%%%*)
|
|
3264
3286
|
eval ac_cv_prog_make_${ac_make}_set=yes;;
|
|
@@ -3358,7 +3380,7 @@ if test -n "$ac_tool_prefix"; then
|
|
|
3358
3380
|
set dummy ${ac_tool_prefix}gcc; ac_word=$2
|
|
3359
3381
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3360
3382
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3361
|
-
if
|
|
3383
|
+
if ${ac_cv_prog_CC+:} false; then :
|
|
3362
3384
|
$as_echo_n "(cached) " >&6
|
|
3363
3385
|
else
|
|
3364
3386
|
if test -n "$CC"; then
|
|
@@ -3398,7 +3420,7 @@ if test -z "$ac_cv_prog_CC"; then
|
|
|
3398
3420
|
set dummy gcc; ac_word=$2
|
|
3399
3421
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3400
3422
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3401
|
-
if
|
|
3423
|
+
if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
|
3402
3424
|
$as_echo_n "(cached) " >&6
|
|
3403
3425
|
else
|
|
3404
3426
|
if test -n "$ac_ct_CC"; then
|
|
@@ -3451,7 +3473,7 @@ if test -z "$CC"; then
|
|
|
3451
3473
|
set dummy ${ac_tool_prefix}cc; ac_word=$2
|
|
3452
3474
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3453
3475
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3454
|
-
if
|
|
3476
|
+
if ${ac_cv_prog_CC+:} false; then :
|
|
3455
3477
|
$as_echo_n "(cached) " >&6
|
|
3456
3478
|
else
|
|
3457
3479
|
if test -n "$CC"; then
|
|
@@ -3491,7 +3513,7 @@ if test -z "$CC"; then
|
|
|
3491
3513
|
set dummy cc; ac_word=$2
|
|
3492
3514
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3493
3515
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3494
|
-
if
|
|
3516
|
+
if ${ac_cv_prog_CC+:} false; then :
|
|
3495
3517
|
$as_echo_n "(cached) " >&6
|
|
3496
3518
|
else
|
|
3497
3519
|
if test -n "$CC"; then
|
|
@@ -3550,7 +3572,7 @@ if test -z "$CC"; then
|
|
|
3550
3572
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
3551
3573
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3552
3574
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3553
|
-
if
|
|
3575
|
+
if ${ac_cv_prog_CC+:} false; then :
|
|
3554
3576
|
$as_echo_n "(cached) " >&6
|
|
3555
3577
|
else
|
|
3556
3578
|
if test -n "$CC"; then
|
|
@@ -3594,7 +3616,7 @@ do
|
|
|
3594
3616
|
set dummy $ac_prog; ac_word=$2
|
|
3595
3617
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
3596
3618
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
3597
|
-
if
|
|
3619
|
+
if ${ac_cv_prog_ac_ct_CC+:} false; then :
|
|
3598
3620
|
$as_echo_n "(cached) " >&6
|
|
3599
3621
|
else
|
|
3600
3622
|
if test -n "$ac_ct_CC"; then
|
|
@@ -3648,8 +3670,8 @@ fi
|
|
|
3648
3670
|
|
|
3649
3671
|
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3650
3672
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3651
|
-
as_fn_error "no acceptable C compiler found in \$PATH
|
|
3652
|
-
See \`config.log' for more details
|
|
3673
|
+
as_fn_error $? "no acceptable C compiler found in \$PATH
|
|
3674
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
3653
3675
|
|
|
3654
3676
|
# Provide some information about the compiler.
|
|
3655
3677
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
|
@@ -3670,32 +3692,30 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
3670
3692
|
... rest of stderr output deleted ...
|
|
3671
3693
|
10q' conftest.err >conftest.er1
|
|
3672
3694
|
cat conftest.er1 >&5
|
|
3673
|
-
rm -f conftest.er1 conftest.err
|
|
3674
3695
|
fi
|
|
3696
|
+
rm -f conftest.er1 conftest.err
|
|
3675
3697
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
3676
3698
|
test $ac_status = 0; }
|
|
3677
3699
|
done
|
|
3678
3700
|
|
|
3679
3701
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
3680
3702
|
/* end confdefs.h. */
|
|
3681
|
-
|
|
3703
|
+
|
|
3682
3704
|
int
|
|
3683
3705
|
main ()
|
|
3684
3706
|
{
|
|
3685
|
-
FILE *f = fopen ("conftest.out", "w");
|
|
3686
|
-
return ferror (f) || fclose (f) != 0;
|
|
3687
3707
|
|
|
3688
3708
|
;
|
|
3689
3709
|
return 0;
|
|
3690
3710
|
}
|
|
3691
3711
|
_ACEOF
|
|
3692
3712
|
ac_clean_files_save=$ac_clean_files
|
|
3693
|
-
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out
|
|
3713
|
+
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
|
|
3694
3714
|
# Try to create an executable without -o first, disregard a.out.
|
|
3695
3715
|
# It will help us diagnose broken compilers, and finding out an intuition
|
|
3696
3716
|
# of exeext.
|
|
3697
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking
|
|
3698
|
-
$as_echo_n "checking
|
|
3717
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
|
3718
|
+
$as_echo_n "checking whether the C compiler works... " >&6; }
|
|
3699
3719
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
|
|
3700
3720
|
|
|
3701
3721
|
# The possible output files:
|
|
@@ -3757,62 +3777,28 @@ test "$ac_cv_exeext" = no && ac_cv_exeext=
|
|
|
3757
3777
|
else
|
|
3758
3778
|
ac_file=''
|
|
3759
3779
|
fi
|
|
3760
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
|
3761
|
-
$as_echo "$ac_file" >&6; }
|
|
3762
3780
|
if test -z "$ac_file"; then :
|
|
3763
|
-
$as_echo "$as_me:
|
|
3781
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
3782
|
+
$as_echo "no" >&6; }
|
|
3783
|
+
$as_echo "$as_me: failed program was:" >&5
|
|
3764
3784
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
3765
3785
|
|
|
3766
3786
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3767
3787
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3788
|
+
as_fn_error 77 "C compiler cannot create executables
|
|
3789
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
3790
|
+
else
|
|
3791
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
3792
|
+
$as_echo "yes" >&6; }
|
|
3771
3793
|
fi
|
|
3794
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
|
|
3795
|
+
$as_echo_n "checking for C compiler default output file name... " >&6; }
|
|
3796
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
|
|
3797
|
+
$as_echo "$ac_file" >&6; }
|
|
3772
3798
|
ac_exeext=$ac_cv_exeext
|
|
3773
3799
|
|
|
3774
|
-
|
|
3775
|
-
# the compiler is broken, or we cross compile.
|
|
3776
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
|
|
3777
|
-
$as_echo_n "checking whether the C compiler works... " >&6; }
|
|
3778
|
-
# If not cross compiling, check that we can run a simple program.
|
|
3779
|
-
if test "$cross_compiling" != yes; then
|
|
3780
|
-
if { ac_try='./$ac_file'
|
|
3781
|
-
{ { case "(($ac_try" in
|
|
3782
|
-
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
3783
|
-
*) ac_try_echo=$ac_try;;
|
|
3784
|
-
esac
|
|
3785
|
-
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
3786
|
-
$as_echo "$ac_try_echo"; } >&5
|
|
3787
|
-
(eval "$ac_try") 2>&5
|
|
3788
|
-
ac_status=$?
|
|
3789
|
-
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
3790
|
-
test $ac_status = 0; }; }; then
|
|
3791
|
-
cross_compiling=no
|
|
3792
|
-
else
|
|
3793
|
-
if test "$cross_compiling" = maybe; then
|
|
3794
|
-
cross_compiling=yes
|
|
3795
|
-
else
|
|
3796
|
-
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3797
|
-
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3798
|
-
as_fn_error "cannot run C compiled programs.
|
|
3799
|
-
If you meant to cross compile, use \`--host'.
|
|
3800
|
-
See \`config.log' for more details." "$LINENO" 5; }
|
|
3801
|
-
fi
|
|
3802
|
-
fi
|
|
3803
|
-
fi
|
|
3804
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
3805
|
-
$as_echo "yes" >&6; }
|
|
3806
|
-
|
|
3807
|
-
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
|
|
3800
|
+
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
|
|
3808
3801
|
ac_clean_files=$ac_clean_files_save
|
|
3809
|
-
# Check that the compiler produces executables we can run. If not, either
|
|
3810
|
-
# the compiler is broken, or we cross compile.
|
|
3811
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
|
3812
|
-
$as_echo_n "checking whether we are cross compiling... " >&6; }
|
|
3813
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
|
3814
|
-
$as_echo "$cross_compiling" >&6; }
|
|
3815
|
-
|
|
3816
3802
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
|
|
3817
3803
|
$as_echo_n "checking for suffix of executables... " >&6; }
|
|
3818
3804
|
if { { ac_try="$ac_link"
|
|
@@ -3842,19 +3828,78 @@ done
|
|
|
3842
3828
|
else
|
|
3843
3829
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3844
3830
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3845
|
-
as_fn_error "cannot compute suffix of executables: cannot compile and link
|
|
3846
|
-
See \`config.log' for more details
|
|
3831
|
+
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
|
|
3832
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
3847
3833
|
fi
|
|
3848
|
-
rm -f conftest$ac_cv_exeext
|
|
3834
|
+
rm -f conftest conftest$ac_cv_exeext
|
|
3849
3835
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
|
|
3850
3836
|
$as_echo "$ac_cv_exeext" >&6; }
|
|
3851
3837
|
|
|
3852
3838
|
rm -f conftest.$ac_ext
|
|
3853
3839
|
EXEEXT=$ac_cv_exeext
|
|
3854
3840
|
ac_exeext=$EXEEXT
|
|
3841
|
+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
3842
|
+
/* end confdefs.h. */
|
|
3843
|
+
#include <stdio.h>
|
|
3844
|
+
int
|
|
3845
|
+
main ()
|
|
3846
|
+
{
|
|
3847
|
+
FILE *f = fopen ("conftest.out", "w");
|
|
3848
|
+
return ferror (f) || fclose (f) != 0;
|
|
3849
|
+
|
|
3850
|
+
;
|
|
3851
|
+
return 0;
|
|
3852
|
+
}
|
|
3853
|
+
_ACEOF
|
|
3854
|
+
ac_clean_files="$ac_clean_files conftest.out"
|
|
3855
|
+
# Check that the compiler produces executables we can run. If not, either
|
|
3856
|
+
# the compiler is broken, or we cross compile.
|
|
3857
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
|
|
3858
|
+
$as_echo_n "checking whether we are cross compiling... " >&6; }
|
|
3859
|
+
if test "$cross_compiling" != yes; then
|
|
3860
|
+
{ { ac_try="$ac_link"
|
|
3861
|
+
case "(($ac_try" in
|
|
3862
|
+
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
3863
|
+
*) ac_try_echo=$ac_try;;
|
|
3864
|
+
esac
|
|
3865
|
+
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
3866
|
+
$as_echo "$ac_try_echo"; } >&5
|
|
3867
|
+
(eval "$ac_link") 2>&5
|
|
3868
|
+
ac_status=$?
|
|
3869
|
+
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
3870
|
+
test $ac_status = 0; }
|
|
3871
|
+
if { ac_try='./conftest$ac_cv_exeext'
|
|
3872
|
+
{ { case "(($ac_try" in
|
|
3873
|
+
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
3874
|
+
*) ac_try_echo=$ac_try;;
|
|
3875
|
+
esac
|
|
3876
|
+
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
|
|
3877
|
+
$as_echo "$ac_try_echo"; } >&5
|
|
3878
|
+
(eval "$ac_try") 2>&5
|
|
3879
|
+
ac_status=$?
|
|
3880
|
+
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
3881
|
+
test $ac_status = 0; }; }; then
|
|
3882
|
+
cross_compiling=no
|
|
3883
|
+
else
|
|
3884
|
+
if test "$cross_compiling" = maybe; then
|
|
3885
|
+
cross_compiling=yes
|
|
3886
|
+
else
|
|
3887
|
+
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3888
|
+
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3889
|
+
as_fn_error $? "cannot run C compiled programs.
|
|
3890
|
+
If you meant to cross compile, use \`--host'.
|
|
3891
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
3892
|
+
fi
|
|
3893
|
+
fi
|
|
3894
|
+
fi
|
|
3895
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
|
|
3896
|
+
$as_echo "$cross_compiling" >&6; }
|
|
3897
|
+
|
|
3898
|
+
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
|
|
3899
|
+
ac_clean_files=$ac_clean_files_save
|
|
3855
3900
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
|
|
3856
3901
|
$as_echo_n "checking for suffix of object files... " >&6; }
|
|
3857
|
-
if
|
|
3902
|
+
if ${ac_cv_objext+:} false; then :
|
|
3858
3903
|
$as_echo_n "(cached) " >&6
|
|
3859
3904
|
else
|
|
3860
3905
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -3894,8 +3939,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
3894
3939
|
|
|
3895
3940
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
3896
3941
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
3897
|
-
as_fn_error "cannot compute suffix of object files: cannot compile
|
|
3898
|
-
See \`config.log' for more details
|
|
3942
|
+
as_fn_error $? "cannot compute suffix of object files: cannot compile
|
|
3943
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
3899
3944
|
fi
|
|
3900
3945
|
rm -f conftest.$ac_cv_objext conftest.$ac_ext
|
|
3901
3946
|
fi
|
|
@@ -3905,7 +3950,7 @@ OBJEXT=$ac_cv_objext
|
|
|
3905
3950
|
ac_objext=$OBJEXT
|
|
3906
3951
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
|
|
3907
3952
|
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
|
|
3908
|
-
if
|
|
3953
|
+
if ${ac_cv_c_compiler_gnu+:} false; then :
|
|
3909
3954
|
$as_echo_n "(cached) " >&6
|
|
3910
3955
|
else
|
|
3911
3956
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -3942,7 +3987,7 @@ ac_test_CFLAGS=${CFLAGS+set}
|
|
|
3942
3987
|
ac_save_CFLAGS=$CFLAGS
|
|
3943
3988
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
|
|
3944
3989
|
$as_echo_n "checking whether $CC accepts -g... " >&6; }
|
|
3945
|
-
if
|
|
3990
|
+
if ${ac_cv_prog_cc_g+:} false; then :
|
|
3946
3991
|
$as_echo_n "(cached) " >&6
|
|
3947
3992
|
else
|
|
3948
3993
|
ac_save_c_werror_flag=$ac_c_werror_flag
|
|
@@ -4020,7 +4065,7 @@ else
|
|
|
4020
4065
|
fi
|
|
4021
4066
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
|
|
4022
4067
|
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
|
|
4023
|
-
if
|
|
4068
|
+
if ${ac_cv_prog_cc_c89+:} false; then :
|
|
4024
4069
|
$as_echo_n "(cached) " >&6
|
|
4025
4070
|
else
|
|
4026
4071
|
ac_cv_prog_cc_c89=no
|
|
@@ -4119,7 +4164,7 @@ depcc="$CC" am_compiler_list=
|
|
|
4119
4164
|
|
|
4120
4165
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
|
4121
4166
|
$as_echo_n "checking dependency style of $depcc... " >&6; }
|
|
4122
|
-
if
|
|
4167
|
+
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
|
|
4123
4168
|
$as_echo_n "(cached) " >&6
|
|
4124
4169
|
else
|
|
4125
4170
|
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
@@ -4276,7 +4321,7 @@ do
|
|
|
4276
4321
|
set dummy $ac_prog; ac_word=$2
|
|
4277
4322
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
4278
4323
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
4279
|
-
if
|
|
4324
|
+
if ${ac_cv_prog_ISAINFO+:} false; then :
|
|
4280
4325
|
$as_echo_n "(cached) " >&6
|
|
4281
4326
|
else
|
|
4282
4327
|
if test -n "$ISAINFO"; then
|
|
@@ -4367,7 +4412,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
|
|
|
4367
4412
|
fi
|
|
4368
4413
|
set dummy $CC; ac_cc=`$as_echo "$2" |
|
|
4369
4414
|
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
|
|
4370
|
-
if {
|
|
4415
|
+
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
|
|
4371
4416
|
$as_echo_n "(cached) " >&6
|
|
4372
4417
|
else
|
|
4373
4418
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -4482,7 +4527,7 @@ if test -n "$CPP" && test -d "$CPP"; then
|
|
|
4482
4527
|
CPP=
|
|
4483
4528
|
fi
|
|
4484
4529
|
if test -z "$CPP"; then
|
|
4485
|
-
if
|
|
4530
|
+
if ${ac_cv_prog_CPP+:} false; then :
|
|
4486
4531
|
$as_echo_n "(cached) " >&6
|
|
4487
4532
|
else
|
|
4488
4533
|
# Double quotes because CPP needs to be expanded
|
|
@@ -4512,7 +4557,7 @@ else
|
|
|
4512
4557
|
# Broken: fails on valid input.
|
|
4513
4558
|
continue
|
|
4514
4559
|
fi
|
|
4515
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4560
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
4516
4561
|
|
|
4517
4562
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
4518
4563
|
# can be detected and how.
|
|
@@ -4528,11 +4573,11 @@ else
|
|
|
4528
4573
|
ac_preproc_ok=:
|
|
4529
4574
|
break
|
|
4530
4575
|
fi
|
|
4531
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4576
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
4532
4577
|
|
|
4533
4578
|
done
|
|
4534
4579
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
4535
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4580
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
4536
4581
|
if $ac_preproc_ok; then :
|
|
4537
4582
|
break
|
|
4538
4583
|
fi
|
|
@@ -4571,7 +4616,7 @@ else
|
|
|
4571
4616
|
# Broken: fails on valid input.
|
|
4572
4617
|
continue
|
|
4573
4618
|
fi
|
|
4574
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4619
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
4575
4620
|
|
|
4576
4621
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
4577
4622
|
# can be detected and how.
|
|
@@ -4587,18 +4632,18 @@ else
|
|
|
4587
4632
|
ac_preproc_ok=:
|
|
4588
4633
|
break
|
|
4589
4634
|
fi
|
|
4590
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4635
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
4591
4636
|
|
|
4592
4637
|
done
|
|
4593
4638
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
4594
|
-
rm -f conftest.err conftest.$ac_ext
|
|
4639
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
4595
4640
|
if $ac_preproc_ok; then :
|
|
4596
4641
|
|
|
4597
4642
|
else
|
|
4598
4643
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
4599
4644
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
4600
|
-
as_fn_error "C preprocessor \"$CPP\" fails sanity check
|
|
4601
|
-
See \`config.log' for more details
|
|
4645
|
+
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
|
|
4646
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
4602
4647
|
fi
|
|
4603
4648
|
|
|
4604
4649
|
ac_ext=c
|
|
@@ -4610,7 +4655,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
4610
4655
|
|
|
4611
4656
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
|
|
4612
4657
|
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
|
|
4613
|
-
if
|
|
4658
|
+
if ${ac_cv_path_GREP+:} false; then :
|
|
4614
4659
|
$as_echo_n "(cached) " >&6
|
|
4615
4660
|
else
|
|
4616
4661
|
if test -z "$GREP"; then
|
|
@@ -4659,7 +4704,7 @@ esac
|
|
|
4659
4704
|
done
|
|
4660
4705
|
IFS=$as_save_IFS
|
|
4661
4706
|
if test -z "$ac_cv_path_GREP"; then
|
|
4662
|
-
as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
4707
|
+
as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
4663
4708
|
fi
|
|
4664
4709
|
else
|
|
4665
4710
|
ac_cv_path_GREP=$GREP
|
|
@@ -4673,7 +4718,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
|
|
|
4673
4718
|
|
|
4674
4719
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
|
|
4675
4720
|
$as_echo_n "checking for egrep... " >&6; }
|
|
4676
|
-
if
|
|
4721
|
+
if ${ac_cv_path_EGREP+:} false; then :
|
|
4677
4722
|
$as_echo_n "(cached) " >&6
|
|
4678
4723
|
else
|
|
4679
4724
|
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
|
|
@@ -4725,7 +4770,7 @@ esac
|
|
|
4725
4770
|
done
|
|
4726
4771
|
IFS=$as_save_IFS
|
|
4727
4772
|
if test -z "$ac_cv_path_EGREP"; then
|
|
4728
|
-
as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
4773
|
+
as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
4729
4774
|
fi
|
|
4730
4775
|
else
|
|
4731
4776
|
ac_cv_path_EGREP=$EGREP
|
|
@@ -4740,7 +4785,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
|
|
|
4740
4785
|
|
|
4741
4786
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
|
|
4742
4787
|
$as_echo_n "checking for ANSI C header files... " >&6; }
|
|
4743
|
-
if
|
|
4788
|
+
if ${ac_cv_header_stdc+:} false; then :
|
|
4744
4789
|
$as_echo_n "(cached) " >&6
|
|
4745
4790
|
else
|
|
4746
4791
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -4857,8 +4902,7 @@ do :
|
|
|
4857
4902
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
4858
4903
|
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
|
|
4859
4904
|
"
|
|
4860
|
-
eval
|
|
4861
|
-
if test "x$as_val" = x""yes; then :
|
|
4905
|
+
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
|
4862
4906
|
cat >>confdefs.h <<_ACEOF
|
|
4863
4907
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
4864
4908
|
_ACEOF
|
|
@@ -4872,7 +4916,7 @@ done
|
|
|
4872
4916
|
|
|
4873
4917
|
|
|
4874
4918
|
ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
|
|
4875
|
-
if test "x$ac_cv_header_minix_config_h" =
|
|
4919
|
+
if test "x$ac_cv_header_minix_config_h" = xyes; then :
|
|
4876
4920
|
MINIX=yes
|
|
4877
4921
|
else
|
|
4878
4922
|
MINIX=
|
|
@@ -4902,7 +4946,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
|
|
|
4902
4946
|
|
|
4903
4947
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
|
|
4904
4948
|
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
|
|
4905
|
-
if
|
|
4949
|
+
if ${ac_cv_safe_to_define___extensions__+:} false; then :
|
|
4906
4950
|
$as_echo_n "(cached) " >&6
|
|
4907
4951
|
else
|
|
4908
4952
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -4966,7 +5010,7 @@ ltmain="$ac_aux_dir/ltmain.sh"
|
|
|
4966
5010
|
|
|
4967
5011
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
|
|
4968
5012
|
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
|
|
4969
|
-
if
|
|
5013
|
+
if ${ac_cv_path_SED+:} false; then :
|
|
4970
5014
|
$as_echo_n "(cached) " >&6
|
|
4971
5015
|
else
|
|
4972
5016
|
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
|
|
@@ -5021,7 +5065,7 @@ esac
|
|
|
5021
5065
|
done
|
|
5022
5066
|
IFS=$as_save_IFS
|
|
5023
5067
|
if test -z "$ac_cv_path_SED"; then
|
|
5024
|
-
as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
|
|
5068
|
+
as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
|
|
5025
5069
|
fi
|
|
5026
5070
|
else
|
|
5027
5071
|
ac_cv_path_SED=$SED
|
|
@@ -5048,7 +5092,7 @@ Xsed="$SED -e 1s/^X//"
|
|
|
5048
5092
|
|
|
5049
5093
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
|
|
5050
5094
|
$as_echo_n "checking for fgrep... " >&6; }
|
|
5051
|
-
if
|
|
5095
|
+
if ${ac_cv_path_FGREP+:} false; then :
|
|
5052
5096
|
$as_echo_n "(cached) " >&6
|
|
5053
5097
|
else
|
|
5054
5098
|
if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
|
|
@@ -5100,7 +5144,7 @@ esac
|
|
|
5100
5144
|
done
|
|
5101
5145
|
IFS=$as_save_IFS
|
|
5102
5146
|
if test -z "$ac_cv_path_FGREP"; then
|
|
5103
|
-
as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
5147
|
+
as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
|
|
5104
5148
|
fi
|
|
5105
5149
|
else
|
|
5106
5150
|
ac_cv_path_FGREP=$FGREP
|
|
@@ -5179,7 +5223,7 @@ else
|
|
|
5179
5223
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
|
|
5180
5224
|
$as_echo_n "checking for non-GNU ld... " >&6; }
|
|
5181
5225
|
fi
|
|
5182
|
-
if
|
|
5226
|
+
if ${lt_cv_path_LD+:} false; then :
|
|
5183
5227
|
$as_echo_n "(cached) " >&6
|
|
5184
5228
|
else
|
|
5185
5229
|
if test -z "$LD"; then
|
|
@@ -5216,10 +5260,10 @@ else
|
|
|
5216
5260
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
5217
5261
|
$as_echo "no" >&6; }
|
|
5218
5262
|
fi
|
|
5219
|
-
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
5263
|
+
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
5220
5264
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
|
|
5221
5265
|
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
|
|
5222
|
-
if
|
|
5266
|
+
if ${lt_cv_prog_gnu_ld+:} false; then :
|
|
5223
5267
|
$as_echo_n "(cached) " >&6
|
|
5224
5268
|
else
|
|
5225
5269
|
# I'd rather use --version here, but apparently some GNU lds only accept -v.
|
|
@@ -5246,7 +5290,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
|
|
|
5246
5290
|
|
|
5247
5291
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
|
|
5248
5292
|
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
|
|
5249
|
-
if
|
|
5293
|
+
if ${lt_cv_path_NM+:} false; then :
|
|
5250
5294
|
$as_echo_n "(cached) " >&6
|
|
5251
5295
|
else
|
|
5252
5296
|
if test -n "$NM"; then
|
|
@@ -5306,7 +5350,7 @@ else
|
|
|
5306
5350
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
5307
5351
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
5308
5352
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
5309
|
-
if
|
|
5353
|
+
if ${ac_cv_prog_DUMPBIN+:} false; then :
|
|
5310
5354
|
$as_echo_n "(cached) " >&6
|
|
5311
5355
|
else
|
|
5312
5356
|
if test -n "$DUMPBIN"; then
|
|
@@ -5350,7 +5394,7 @@ do
|
|
|
5350
5394
|
set dummy $ac_prog; ac_word=$2
|
|
5351
5395
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
5352
5396
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
5353
|
-
if
|
|
5397
|
+
if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
|
|
5354
5398
|
$as_echo_n "(cached) " >&6
|
|
5355
5399
|
else
|
|
5356
5400
|
if test -n "$ac_ct_DUMPBIN"; then
|
|
@@ -5413,18 +5457,18 @@ test -z "$NM" && NM=nm
|
|
|
5413
5457
|
|
|
5414
5458
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
|
|
5415
5459
|
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
|
|
5416
|
-
if
|
|
5460
|
+
if ${lt_cv_nm_interface+:} false; then :
|
|
5417
5461
|
$as_echo_n "(cached) " >&6
|
|
5418
5462
|
else
|
|
5419
5463
|
lt_cv_nm_interface="BSD nm"
|
|
5420
5464
|
echo "int some_variable = 0;" > conftest.$ac_ext
|
|
5421
|
-
(eval echo "\"\$as_me:
|
|
5465
|
+
(eval echo "\"\$as_me:5465: $ac_compile\"" >&5)
|
|
5422
5466
|
(eval "$ac_compile" 2>conftest.err)
|
|
5423
5467
|
cat conftest.err >&5
|
|
5424
|
-
(eval echo "\"\$as_me:
|
|
5468
|
+
(eval echo "\"\$as_me:5468: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
|
5425
5469
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
|
5426
5470
|
cat conftest.err >&5
|
|
5427
|
-
(eval echo "\"\$as_me:
|
|
5471
|
+
(eval echo "\"\$as_me:5471: output\"" >&5)
|
|
5428
5472
|
cat conftest.out >&5
|
|
5429
5473
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
|
5430
5474
|
lt_cv_nm_interface="MS dumpbin"
|
|
@@ -5448,7 +5492,7 @@ fi
|
|
|
5448
5492
|
# find the maximum length of command line arguments
|
|
5449
5493
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
|
|
5450
5494
|
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
|
|
5451
|
-
if
|
|
5495
|
+
if ${lt_cv_sys_max_cmd_len+:} false; then :
|
|
5452
5496
|
$as_echo_n "(cached) " >&6
|
|
5453
5497
|
else
|
|
5454
5498
|
i=0
|
|
@@ -5640,7 +5684,7 @@ esac
|
|
|
5640
5684
|
|
|
5641
5685
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
|
|
5642
5686
|
$as_echo_n "checking for $LD option to reload object files... " >&6; }
|
|
5643
|
-
if
|
|
5687
|
+
if ${lt_cv_ld_reload_flag+:} false; then :
|
|
5644
5688
|
$as_echo_n "(cached) " >&6
|
|
5645
5689
|
else
|
|
5646
5690
|
lt_cv_ld_reload_flag='-r'
|
|
@@ -5676,7 +5720,7 @@ if test -n "$ac_tool_prefix"; then
|
|
|
5676
5720
|
set dummy ${ac_tool_prefix}objdump; ac_word=$2
|
|
5677
5721
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
5678
5722
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
5679
|
-
if
|
|
5723
|
+
if ${ac_cv_prog_OBJDUMP+:} false; then :
|
|
5680
5724
|
$as_echo_n "(cached) " >&6
|
|
5681
5725
|
else
|
|
5682
5726
|
if test -n "$OBJDUMP"; then
|
|
@@ -5716,7 +5760,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
|
|
|
5716
5760
|
set dummy objdump; ac_word=$2
|
|
5717
5761
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
5718
5762
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
5719
|
-
if
|
|
5763
|
+
if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
|
|
5720
5764
|
$as_echo_n "(cached) " >&6
|
|
5721
5765
|
else
|
|
5722
5766
|
if test -n "$ac_ct_OBJDUMP"; then
|
|
@@ -5775,7 +5819,7 @@ test -z "$OBJDUMP" && OBJDUMP=objdump
|
|
|
5775
5819
|
|
|
5776
5820
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
|
|
5777
5821
|
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
|
|
5778
|
-
if
|
|
5822
|
+
if ${lt_cv_deplibs_check_method+:} false; then :
|
|
5779
5823
|
$as_echo_n "(cached) " >&6
|
|
5780
5824
|
else
|
|
5781
5825
|
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
|
@@ -5991,7 +6035,7 @@ if test -n "$ac_tool_prefix"; then
|
|
|
5991
6035
|
set dummy ${ac_tool_prefix}ar; ac_word=$2
|
|
5992
6036
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
5993
6037
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
5994
|
-
if
|
|
6038
|
+
if ${ac_cv_prog_AR+:} false; then :
|
|
5995
6039
|
$as_echo_n "(cached) " >&6
|
|
5996
6040
|
else
|
|
5997
6041
|
if test -n "$AR"; then
|
|
@@ -6031,7 +6075,7 @@ if test -z "$ac_cv_prog_AR"; then
|
|
|
6031
6075
|
set dummy ar; ac_word=$2
|
|
6032
6076
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6033
6077
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6034
|
-
if
|
|
6078
|
+
if ${ac_cv_prog_ac_ct_AR+:} false; then :
|
|
6035
6079
|
$as_echo_n "(cached) " >&6
|
|
6036
6080
|
else
|
|
6037
6081
|
if test -n "$ac_ct_AR"; then
|
|
@@ -6096,7 +6140,7 @@ if test -n "$ac_tool_prefix"; then
|
|
|
6096
6140
|
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
|
6097
6141
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6098
6142
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6099
|
-
if
|
|
6143
|
+
if ${ac_cv_prog_STRIP+:} false; then :
|
|
6100
6144
|
$as_echo_n "(cached) " >&6
|
|
6101
6145
|
else
|
|
6102
6146
|
if test -n "$STRIP"; then
|
|
@@ -6136,7 +6180,7 @@ if test -z "$ac_cv_prog_STRIP"; then
|
|
|
6136
6180
|
set dummy strip; ac_word=$2
|
|
6137
6181
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6138
6182
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6139
|
-
if
|
|
6183
|
+
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
|
|
6140
6184
|
$as_echo_n "(cached) " >&6
|
|
6141
6185
|
else
|
|
6142
6186
|
if test -n "$ac_ct_STRIP"; then
|
|
@@ -6195,7 +6239,7 @@ if test -n "$ac_tool_prefix"; then
|
|
|
6195
6239
|
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
|
6196
6240
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6197
6241
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6198
|
-
if
|
|
6242
|
+
if ${ac_cv_prog_RANLIB+:} false; then :
|
|
6199
6243
|
$as_echo_n "(cached) " >&6
|
|
6200
6244
|
else
|
|
6201
6245
|
if test -n "$RANLIB"; then
|
|
@@ -6235,7 +6279,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
|
|
|
6235
6279
|
set dummy ranlib; ac_word=$2
|
|
6236
6280
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6237
6281
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6238
|
-
if
|
|
6282
|
+
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
|
|
6239
6283
|
$as_echo_n "(cached) " >&6
|
|
6240
6284
|
else
|
|
6241
6285
|
if test -n "$ac_ct_RANLIB"; then
|
|
@@ -6352,7 +6396,7 @@ compiler=$CC
|
|
|
6352
6396
|
# Check for command to grab the raw symbol name followed by C symbol from nm.
|
|
6353
6397
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
|
|
6354
6398
|
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
|
|
6355
|
-
if
|
|
6399
|
+
if ${lt_cv_sys_global_symbol_pipe+:} false; then :
|
|
6356
6400
|
$as_echo_n "(cached) " >&6
|
|
6357
6401
|
else
|
|
6358
6402
|
|
|
@@ -6629,7 +6673,7 @@ ia64-*-hpux*)
|
|
|
6629
6673
|
;;
|
|
6630
6674
|
*-*-irix6*)
|
|
6631
6675
|
# Find out which ABI we are using.
|
|
6632
|
-
echo '#line
|
|
6676
|
+
echo '#line 6676 "configure"' > conftest.$ac_ext
|
|
6633
6677
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
|
6634
6678
|
(eval $ac_compile) 2>&5
|
|
6635
6679
|
ac_status=$?
|
|
@@ -6723,7 +6767,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
|
|
6723
6767
|
CFLAGS="$CFLAGS -belf"
|
|
6724
6768
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
|
|
6725
6769
|
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
|
|
6726
|
-
if
|
|
6770
|
+
if ${lt_cv_cc_needs_belf+:} false; then :
|
|
6727
6771
|
$as_echo_n "(cached) " >&6
|
|
6728
6772
|
else
|
|
6729
6773
|
ac_ext=c
|
|
@@ -6799,7 +6843,7 @@ need_locks="$enable_libtool_lock"
|
|
|
6799
6843
|
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
|
|
6800
6844
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6801
6845
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6802
|
-
if
|
|
6846
|
+
if ${ac_cv_prog_DSYMUTIL+:} false; then :
|
|
6803
6847
|
$as_echo_n "(cached) " >&6
|
|
6804
6848
|
else
|
|
6805
6849
|
if test -n "$DSYMUTIL"; then
|
|
@@ -6839,7 +6883,7 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
|
|
|
6839
6883
|
set dummy dsymutil; ac_word=$2
|
|
6840
6884
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6841
6885
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6842
|
-
if
|
|
6886
|
+
if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
|
|
6843
6887
|
$as_echo_n "(cached) " >&6
|
|
6844
6888
|
else
|
|
6845
6889
|
if test -n "$ac_ct_DSYMUTIL"; then
|
|
@@ -6891,7 +6935,7 @@ fi
|
|
|
6891
6935
|
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
|
|
6892
6936
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6893
6937
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6894
|
-
if
|
|
6938
|
+
if ${ac_cv_prog_NMEDIT+:} false; then :
|
|
6895
6939
|
$as_echo_n "(cached) " >&6
|
|
6896
6940
|
else
|
|
6897
6941
|
if test -n "$NMEDIT"; then
|
|
@@ -6931,7 +6975,7 @@ if test -z "$ac_cv_prog_NMEDIT"; then
|
|
|
6931
6975
|
set dummy nmedit; ac_word=$2
|
|
6932
6976
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6933
6977
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6934
|
-
if
|
|
6978
|
+
if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
|
|
6935
6979
|
$as_echo_n "(cached) " >&6
|
|
6936
6980
|
else
|
|
6937
6981
|
if test -n "$ac_ct_NMEDIT"; then
|
|
@@ -6983,7 +7027,7 @@ fi
|
|
|
6983
7027
|
set dummy ${ac_tool_prefix}lipo; ac_word=$2
|
|
6984
7028
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
6985
7029
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
6986
|
-
if
|
|
7030
|
+
if ${ac_cv_prog_LIPO+:} false; then :
|
|
6987
7031
|
$as_echo_n "(cached) " >&6
|
|
6988
7032
|
else
|
|
6989
7033
|
if test -n "$LIPO"; then
|
|
@@ -7023,7 +7067,7 @@ if test -z "$ac_cv_prog_LIPO"; then
|
|
|
7023
7067
|
set dummy lipo; ac_word=$2
|
|
7024
7068
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7025
7069
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7026
|
-
if
|
|
7070
|
+
if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
|
|
7027
7071
|
$as_echo_n "(cached) " >&6
|
|
7028
7072
|
else
|
|
7029
7073
|
if test -n "$ac_ct_LIPO"; then
|
|
@@ -7075,7 +7119,7 @@ fi
|
|
|
7075
7119
|
set dummy ${ac_tool_prefix}otool; ac_word=$2
|
|
7076
7120
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7077
7121
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7078
|
-
if
|
|
7122
|
+
if ${ac_cv_prog_OTOOL+:} false; then :
|
|
7079
7123
|
$as_echo_n "(cached) " >&6
|
|
7080
7124
|
else
|
|
7081
7125
|
if test -n "$OTOOL"; then
|
|
@@ -7115,7 +7159,7 @@ if test -z "$ac_cv_prog_OTOOL"; then
|
|
|
7115
7159
|
set dummy otool; ac_word=$2
|
|
7116
7160
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7117
7161
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7118
|
-
if
|
|
7162
|
+
if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
|
|
7119
7163
|
$as_echo_n "(cached) " >&6
|
|
7120
7164
|
else
|
|
7121
7165
|
if test -n "$ac_ct_OTOOL"; then
|
|
@@ -7167,7 +7211,7 @@ fi
|
|
|
7167
7211
|
set dummy ${ac_tool_prefix}otool64; ac_word=$2
|
|
7168
7212
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7169
7213
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7170
|
-
if
|
|
7214
|
+
if ${ac_cv_prog_OTOOL64+:} false; then :
|
|
7171
7215
|
$as_echo_n "(cached) " >&6
|
|
7172
7216
|
else
|
|
7173
7217
|
if test -n "$OTOOL64"; then
|
|
@@ -7207,7 +7251,7 @@ if test -z "$ac_cv_prog_OTOOL64"; then
|
|
|
7207
7251
|
set dummy otool64; ac_word=$2
|
|
7208
7252
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7209
7253
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7210
|
-
if
|
|
7254
|
+
if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
|
|
7211
7255
|
$as_echo_n "(cached) " >&6
|
|
7212
7256
|
else
|
|
7213
7257
|
if test -n "$ac_ct_OTOOL64"; then
|
|
@@ -7282,7 +7326,7 @@ fi
|
|
|
7282
7326
|
|
|
7283
7327
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
|
|
7284
7328
|
$as_echo_n "checking for -single_module linker flag... " >&6; }
|
|
7285
|
-
if
|
|
7329
|
+
if ${lt_cv_apple_cc_single_mod+:} false; then :
|
|
7286
7330
|
$as_echo_n "(cached) " >&6
|
|
7287
7331
|
else
|
|
7288
7332
|
lt_cv_apple_cc_single_mod=no
|
|
@@ -7311,7 +7355,7 @@ fi
|
|
|
7311
7355
|
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
|
|
7312
7356
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
|
|
7313
7357
|
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
|
|
7314
|
-
if
|
|
7358
|
+
if ${lt_cv_ld_exported_symbols_list+:} false; then :
|
|
7315
7359
|
$as_echo_n "(cached) " >&6
|
|
7316
7360
|
else
|
|
7317
7361
|
lt_cv_ld_exported_symbols_list=no
|
|
@@ -7380,7 +7424,7 @@ for ac_header in dlfcn.h
|
|
|
7380
7424
|
do :
|
|
7381
7425
|
ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
|
|
7382
7426
|
"
|
|
7383
|
-
if test "x$ac_cv_header_dlfcn_h" =
|
|
7427
|
+
if test "x$ac_cv_header_dlfcn_h" = xyes; then :
|
|
7384
7428
|
cat >>confdefs.h <<_ACEOF
|
|
7385
7429
|
#define HAVE_DLFCN_H 1
|
|
7386
7430
|
_ACEOF
|
|
@@ -7405,7 +7449,7 @@ if test -z "$CXX"; then
|
|
|
7405
7449
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
7406
7450
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7407
7451
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7408
|
-
if
|
|
7452
|
+
if ${ac_cv_prog_CXX+:} false; then :
|
|
7409
7453
|
$as_echo_n "(cached) " >&6
|
|
7410
7454
|
else
|
|
7411
7455
|
if test -n "$CXX"; then
|
|
@@ -7449,7 +7493,7 @@ do
|
|
|
7449
7493
|
set dummy $ac_prog; ac_word=$2
|
|
7450
7494
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7451
7495
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7452
|
-
if
|
|
7496
|
+
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
|
|
7453
7497
|
$as_echo_n "(cached) " >&6
|
|
7454
7498
|
else
|
|
7455
7499
|
if test -n "$ac_ct_CXX"; then
|
|
@@ -7519,15 +7563,15 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
7519
7563
|
... rest of stderr output deleted ...
|
|
7520
7564
|
10q' conftest.err >conftest.er1
|
|
7521
7565
|
cat conftest.er1 >&5
|
|
7522
|
-
rm -f conftest.er1 conftest.err
|
|
7523
7566
|
fi
|
|
7567
|
+
rm -f conftest.er1 conftest.err
|
|
7524
7568
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
7525
7569
|
test $ac_status = 0; }
|
|
7526
7570
|
done
|
|
7527
7571
|
|
|
7528
7572
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
|
|
7529
7573
|
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
|
|
7530
|
-
if
|
|
7574
|
+
if ${ac_cv_cxx_compiler_gnu+:} false; then :
|
|
7531
7575
|
$as_echo_n "(cached) " >&6
|
|
7532
7576
|
else
|
|
7533
7577
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -7564,7 +7608,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
|
|
|
7564
7608
|
ac_save_CXXFLAGS=$CXXFLAGS
|
|
7565
7609
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
|
|
7566
7610
|
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
|
|
7567
|
-
if
|
|
7611
|
+
if ${ac_cv_prog_cxx_g+:} false; then :
|
|
7568
7612
|
$as_echo_n "(cached) " >&6
|
|
7569
7613
|
else
|
|
7570
7614
|
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
|
|
@@ -7650,7 +7694,7 @@ depcc="$CXX" am_compiler_list=
|
|
|
7650
7694
|
|
|
7651
7695
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
|
7652
7696
|
$as_echo_n "checking dependency style of $depcc... " >&6; }
|
|
7653
|
-
if
|
|
7697
|
+
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
|
|
7654
7698
|
$as_echo_n "(cached) " >&6
|
|
7655
7699
|
else
|
|
7656
7700
|
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
@@ -7791,7 +7835,7 @@ if test -z "$CXX"; then
|
|
|
7791
7835
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
7792
7836
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7793
7837
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7794
|
-
if
|
|
7838
|
+
if ${ac_cv_prog_CXX+:} false; then :
|
|
7795
7839
|
$as_echo_n "(cached) " >&6
|
|
7796
7840
|
else
|
|
7797
7841
|
if test -n "$CXX"; then
|
|
@@ -7835,7 +7879,7 @@ do
|
|
|
7835
7879
|
set dummy $ac_prog; ac_word=$2
|
|
7836
7880
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
7837
7881
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
7838
|
-
if
|
|
7882
|
+
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
|
|
7839
7883
|
$as_echo_n "(cached) " >&6
|
|
7840
7884
|
else
|
|
7841
7885
|
if test -n "$ac_ct_CXX"; then
|
|
@@ -7905,15 +7949,15 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
7905
7949
|
... rest of stderr output deleted ...
|
|
7906
7950
|
10q' conftest.err >conftest.er1
|
|
7907
7951
|
cat conftest.er1 >&5
|
|
7908
|
-
rm -f conftest.er1 conftest.err
|
|
7909
7952
|
fi
|
|
7953
|
+
rm -f conftest.er1 conftest.err
|
|
7910
7954
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
7911
7955
|
test $ac_status = 0; }
|
|
7912
7956
|
done
|
|
7913
7957
|
|
|
7914
7958
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
|
|
7915
7959
|
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
|
|
7916
|
-
if
|
|
7960
|
+
if ${ac_cv_cxx_compiler_gnu+:} false; then :
|
|
7917
7961
|
$as_echo_n "(cached) " >&6
|
|
7918
7962
|
else
|
|
7919
7963
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -7950,7 +7994,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
|
|
|
7950
7994
|
ac_save_CXXFLAGS=$CXXFLAGS
|
|
7951
7995
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
|
|
7952
7996
|
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
|
|
7953
|
-
if
|
|
7997
|
+
if ${ac_cv_prog_cxx_g+:} false; then :
|
|
7954
7998
|
$as_echo_n "(cached) " >&6
|
|
7955
7999
|
else
|
|
7956
8000
|
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
|
|
@@ -8036,7 +8080,7 @@ depcc="$CXX" am_compiler_list=
|
|
|
8036
8080
|
|
|
8037
8081
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
|
8038
8082
|
$as_echo_n "checking dependency style of $depcc... " >&6; }
|
|
8039
|
-
if
|
|
8083
|
+
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
|
|
8040
8084
|
$as_echo_n "(cached) " >&6
|
|
8041
8085
|
else
|
|
8042
8086
|
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
@@ -8170,7 +8214,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
|
8170
8214
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
|
|
8171
8215
|
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
|
|
8172
8216
|
if test -z "$CXXCPP"; then
|
|
8173
|
-
if
|
|
8217
|
+
if ${ac_cv_prog_CXXCPP+:} false; then :
|
|
8174
8218
|
$as_echo_n "(cached) " >&6
|
|
8175
8219
|
else
|
|
8176
8220
|
# Double quotes because CXXCPP needs to be expanded
|
|
@@ -8200,7 +8244,7 @@ else
|
|
|
8200
8244
|
# Broken: fails on valid input.
|
|
8201
8245
|
continue
|
|
8202
8246
|
fi
|
|
8203
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8247
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
8204
8248
|
|
|
8205
8249
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
8206
8250
|
# can be detected and how.
|
|
@@ -8216,11 +8260,11 @@ else
|
|
|
8216
8260
|
ac_preproc_ok=:
|
|
8217
8261
|
break
|
|
8218
8262
|
fi
|
|
8219
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8263
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
8220
8264
|
|
|
8221
8265
|
done
|
|
8222
8266
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
8223
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8267
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
8224
8268
|
if $ac_preproc_ok; then :
|
|
8225
8269
|
break
|
|
8226
8270
|
fi
|
|
@@ -8259,7 +8303,7 @@ else
|
|
|
8259
8303
|
# Broken: fails on valid input.
|
|
8260
8304
|
continue
|
|
8261
8305
|
fi
|
|
8262
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8306
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
8263
8307
|
|
|
8264
8308
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
8265
8309
|
# can be detected and how.
|
|
@@ -8275,11 +8319,11 @@ else
|
|
|
8275
8319
|
ac_preproc_ok=:
|
|
8276
8320
|
break
|
|
8277
8321
|
fi
|
|
8278
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8322
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
8279
8323
|
|
|
8280
8324
|
done
|
|
8281
8325
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
8282
|
-
rm -f conftest.err conftest.$ac_ext
|
|
8326
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
8283
8327
|
if $ac_preproc_ok; then :
|
|
8284
8328
|
|
|
8285
8329
|
else
|
|
@@ -8475,7 +8519,7 @@ fi
|
|
|
8475
8519
|
|
|
8476
8520
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
|
|
8477
8521
|
$as_echo_n "checking for objdir... " >&6; }
|
|
8478
|
-
if
|
|
8522
|
+
if ${lt_cv_objdir+:} false; then :
|
|
8479
8523
|
$as_echo_n "(cached) " >&6
|
|
8480
8524
|
else
|
|
8481
8525
|
rm -f .libs 2>/dev/null
|
|
@@ -8583,7 +8627,7 @@ file_magic*)
|
|
|
8583
8627
|
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
|
|
8584
8628
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
|
|
8585
8629
|
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
|
|
8586
|
-
if
|
|
8630
|
+
if ${lt_cv_path_MAGIC_CMD+:} false; then :
|
|
8587
8631
|
$as_echo_n "(cached) " >&6
|
|
8588
8632
|
else
|
|
8589
8633
|
case $MAGIC_CMD in
|
|
@@ -8649,7 +8693,7 @@ if test -z "$lt_cv_path_MAGIC_CMD"; then
|
|
|
8649
8693
|
if test -n "$ac_tool_prefix"; then
|
|
8650
8694
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
|
|
8651
8695
|
$as_echo_n "checking for file... " >&6; }
|
|
8652
|
-
if
|
|
8696
|
+
if ${lt_cv_path_MAGIC_CMD+:} false; then :
|
|
8653
8697
|
$as_echo_n "(cached) " >&6
|
|
8654
8698
|
else
|
|
8655
8699
|
case $MAGIC_CMD in
|
|
@@ -8786,7 +8830,7 @@ if test "$GCC" = yes; then
|
|
|
8786
8830
|
|
|
8787
8831
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
|
|
8788
8832
|
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
|
|
8789
|
-
if
|
|
8833
|
+
if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
|
|
8790
8834
|
$as_echo_n "(cached) " >&6
|
|
8791
8835
|
else
|
|
8792
8836
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
@@ -8802,11 +8846,11 @@ else
|
|
|
8802
8846
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
8803
8847
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
8804
8848
|
-e 's:$: $lt_compiler_flag:'`
|
|
8805
|
-
(eval echo "\"\$as_me:
|
|
8849
|
+
(eval echo "\"\$as_me:8849: $lt_compile\"" >&5)
|
|
8806
8850
|
(eval "$lt_compile" 2>conftest.err)
|
|
8807
8851
|
ac_status=$?
|
|
8808
8852
|
cat conftest.err >&5
|
|
8809
|
-
echo "$as_me:
|
|
8853
|
+
echo "$as_me:8853: \$? = $ac_status" >&5
|
|
8810
8854
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
|
8811
8855
|
# The compiler can only warn and ignore the option if not recognized
|
|
8812
8856
|
# So say no if there are warnings other than the usual output.
|
|
@@ -9125,7 +9169,7 @@ $as_echo "$lt_prog_compiler_pic" >&6; }
|
|
|
9125
9169
|
if test -n "$lt_prog_compiler_pic"; then
|
|
9126
9170
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
|
|
9127
9171
|
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
|
|
9128
|
-
if
|
|
9172
|
+
if ${lt_cv_prog_compiler_pic_works+:} false; then :
|
|
9129
9173
|
$as_echo_n "(cached) " >&6
|
|
9130
9174
|
else
|
|
9131
9175
|
lt_cv_prog_compiler_pic_works=no
|
|
@@ -9141,11 +9185,11 @@ else
|
|
|
9141
9185
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
9142
9186
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
9143
9187
|
-e 's:$: $lt_compiler_flag:'`
|
|
9144
|
-
(eval echo "\"\$as_me:
|
|
9188
|
+
(eval echo "\"\$as_me:9188: $lt_compile\"" >&5)
|
|
9145
9189
|
(eval "$lt_compile" 2>conftest.err)
|
|
9146
9190
|
ac_status=$?
|
|
9147
9191
|
cat conftest.err >&5
|
|
9148
|
-
echo "$as_me:
|
|
9192
|
+
echo "$as_me:9192: \$? = $ac_status" >&5
|
|
9149
9193
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
|
9150
9194
|
# The compiler can only warn and ignore the option if not recognized
|
|
9151
9195
|
# So say no if there are warnings other than the usual output.
|
|
@@ -9184,7 +9228,7 @@ fi
|
|
|
9184
9228
|
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
|
|
9185
9229
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
|
|
9186
9230
|
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
|
|
9187
|
-
if
|
|
9231
|
+
if ${lt_cv_prog_compiler_static_works+:} false; then :
|
|
9188
9232
|
$as_echo_n "(cached) " >&6
|
|
9189
9233
|
else
|
|
9190
9234
|
lt_cv_prog_compiler_static_works=no
|
|
@@ -9227,7 +9271,7 @@ fi
|
|
|
9227
9271
|
|
|
9228
9272
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
|
9229
9273
|
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
|
9230
|
-
if
|
|
9274
|
+
if ${lt_cv_prog_compiler_c_o+:} false; then :
|
|
9231
9275
|
$as_echo_n "(cached) " >&6
|
|
9232
9276
|
else
|
|
9233
9277
|
lt_cv_prog_compiler_c_o=no
|
|
@@ -9246,11 +9290,11 @@ else
|
|
|
9246
9290
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
9247
9291
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
9248
9292
|
-e 's:$: $lt_compiler_flag:'`
|
|
9249
|
-
(eval echo "\"\$as_me:
|
|
9293
|
+
(eval echo "\"\$as_me:9293: $lt_compile\"" >&5)
|
|
9250
9294
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
9251
9295
|
ac_status=$?
|
|
9252
9296
|
cat out/conftest.err >&5
|
|
9253
|
-
echo "$as_me:
|
|
9297
|
+
echo "$as_me:9297: \$? = $ac_status" >&5
|
|
9254
9298
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
|
9255
9299
|
then
|
|
9256
9300
|
# The compiler can only warn and ignore the option if not recognized
|
|
@@ -9282,7 +9326,7 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
|
|
|
9282
9326
|
|
|
9283
9327
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
|
9284
9328
|
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
|
9285
|
-
if
|
|
9329
|
+
if ${lt_cv_prog_compiler_c_o+:} false; then :
|
|
9286
9330
|
$as_echo_n "(cached) " >&6
|
|
9287
9331
|
else
|
|
9288
9332
|
lt_cv_prog_compiler_c_o=no
|
|
@@ -9301,11 +9345,11 @@ else
|
|
|
9301
9345
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
9302
9346
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
9303
9347
|
-e 's:$: $lt_compiler_flag:'`
|
|
9304
|
-
(eval echo "\"\$as_me:
|
|
9348
|
+
(eval echo "\"\$as_me:9348: $lt_compile\"" >&5)
|
|
9305
9349
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
9306
9350
|
ac_status=$?
|
|
9307
9351
|
cat out/conftest.err >&5
|
|
9308
|
-
echo "$as_me:
|
|
9352
|
+
echo "$as_me:9352: \$? = $ac_status" >&5
|
|
9309
9353
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
|
9310
9354
|
then
|
|
9311
9355
|
# The compiler can only warn and ignore the option if not recognized
|
|
@@ -11413,7 +11457,7 @@ else
|
|
|
11413
11457
|
# if libdl is installed we need to link against it
|
|
11414
11458
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
|
|
11415
11459
|
$as_echo_n "checking for dlopen in -ldl... " >&6; }
|
|
11416
|
-
if
|
|
11460
|
+
if ${ac_cv_lib_dl_dlopen+:} false; then :
|
|
11417
11461
|
$as_echo_n "(cached) " >&6
|
|
11418
11462
|
else
|
|
11419
11463
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -11447,7 +11491,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
11447
11491
|
fi
|
|
11448
11492
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
|
|
11449
11493
|
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
|
|
11450
|
-
if test "x$ac_cv_lib_dl_dlopen" =
|
|
11494
|
+
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
|
|
11451
11495
|
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
|
|
11452
11496
|
else
|
|
11453
11497
|
|
|
@@ -11461,12 +11505,12 @@ fi
|
|
|
11461
11505
|
|
|
11462
11506
|
*)
|
|
11463
11507
|
ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
|
|
11464
|
-
if test "x$ac_cv_func_shl_load" =
|
|
11508
|
+
if test "x$ac_cv_func_shl_load" = xyes; then :
|
|
11465
11509
|
lt_cv_dlopen="shl_load"
|
|
11466
11510
|
else
|
|
11467
11511
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
|
|
11468
11512
|
$as_echo_n "checking for shl_load in -ldld... " >&6; }
|
|
11469
|
-
if
|
|
11513
|
+
if ${ac_cv_lib_dld_shl_load+:} false; then :
|
|
11470
11514
|
$as_echo_n "(cached) " >&6
|
|
11471
11515
|
else
|
|
11472
11516
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -11500,16 +11544,16 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
11500
11544
|
fi
|
|
11501
11545
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
|
|
11502
11546
|
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
|
|
11503
|
-
if test "x$ac_cv_lib_dld_shl_load" =
|
|
11547
|
+
if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
|
|
11504
11548
|
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
|
|
11505
11549
|
else
|
|
11506
11550
|
ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
|
|
11507
|
-
if test "x$ac_cv_func_dlopen" =
|
|
11551
|
+
if test "x$ac_cv_func_dlopen" = xyes; then :
|
|
11508
11552
|
lt_cv_dlopen="dlopen"
|
|
11509
11553
|
else
|
|
11510
11554
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
|
|
11511
11555
|
$as_echo_n "checking for dlopen in -ldl... " >&6; }
|
|
11512
|
-
if
|
|
11556
|
+
if ${ac_cv_lib_dl_dlopen+:} false; then :
|
|
11513
11557
|
$as_echo_n "(cached) " >&6
|
|
11514
11558
|
else
|
|
11515
11559
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -11543,12 +11587,12 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
11543
11587
|
fi
|
|
11544
11588
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
|
|
11545
11589
|
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
|
|
11546
|
-
if test "x$ac_cv_lib_dl_dlopen" =
|
|
11590
|
+
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
|
|
11547
11591
|
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
|
|
11548
11592
|
else
|
|
11549
11593
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
|
|
11550
11594
|
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
|
|
11551
|
-
if
|
|
11595
|
+
if ${ac_cv_lib_svld_dlopen+:} false; then :
|
|
11552
11596
|
$as_echo_n "(cached) " >&6
|
|
11553
11597
|
else
|
|
11554
11598
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -11582,12 +11626,12 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
11582
11626
|
fi
|
|
11583
11627
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
|
|
11584
11628
|
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
|
|
11585
|
-
if test "x$ac_cv_lib_svld_dlopen" =
|
|
11629
|
+
if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
|
|
11586
11630
|
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
|
|
11587
11631
|
else
|
|
11588
11632
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
|
|
11589
11633
|
$as_echo_n "checking for dld_link in -ldld... " >&6; }
|
|
11590
|
-
if
|
|
11634
|
+
if ${ac_cv_lib_dld_dld_link+:} false; then :
|
|
11591
11635
|
$as_echo_n "(cached) " >&6
|
|
11592
11636
|
else
|
|
11593
11637
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -11621,7 +11665,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
11621
11665
|
fi
|
|
11622
11666
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
|
|
11623
11667
|
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
|
|
11624
|
-
if test "x$ac_cv_lib_dld_dld_link" =
|
|
11668
|
+
if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
|
|
11625
11669
|
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
|
|
11626
11670
|
fi
|
|
11627
11671
|
|
|
@@ -11662,7 +11706,7 @@ fi
|
|
|
11662
11706
|
|
|
11663
11707
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
|
|
11664
11708
|
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
|
|
11665
|
-
if
|
|
11709
|
+
if ${lt_cv_dlopen_self+:} false; then :
|
|
11666
11710
|
$as_echo_n "(cached) " >&6
|
|
11667
11711
|
else
|
|
11668
11712
|
if test "$cross_compiling" = yes; then :
|
|
@@ -11671,7 +11715,7 @@ else
|
|
|
11671
11715
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
11672
11716
|
lt_status=$lt_dlunknown
|
|
11673
11717
|
cat > conftest.$ac_ext <<_LT_EOF
|
|
11674
|
-
#line
|
|
11718
|
+
#line 11718 "configure"
|
|
11675
11719
|
#include "confdefs.h"
|
|
11676
11720
|
|
|
11677
11721
|
#if HAVE_DLFCN_H
|
|
@@ -11758,7 +11802,7 @@ $as_echo "$lt_cv_dlopen_self" >&6; }
|
|
|
11758
11802
|
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
|
11759
11803
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
|
|
11760
11804
|
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
|
|
11761
|
-
if
|
|
11805
|
+
if ${lt_cv_dlopen_self_static+:} false; then :
|
|
11762
11806
|
$as_echo_n "(cached) " >&6
|
|
11763
11807
|
else
|
|
11764
11808
|
if test "$cross_compiling" = yes; then :
|
|
@@ -11767,7 +11811,7 @@ else
|
|
|
11767
11811
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
11768
11812
|
lt_status=$lt_dlunknown
|
|
11769
11813
|
cat > conftest.$ac_ext <<_LT_EOF
|
|
11770
|
-
#line
|
|
11814
|
+
#line 11814 "configure"
|
|
11771
11815
|
#include "confdefs.h"
|
|
11772
11816
|
|
|
11773
11817
|
#if HAVE_DLFCN_H
|
|
@@ -12145,7 +12189,7 @@ else
|
|
|
12145
12189
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
|
|
12146
12190
|
$as_echo_n "checking for non-GNU ld... " >&6; }
|
|
12147
12191
|
fi
|
|
12148
|
-
if
|
|
12192
|
+
if ${lt_cv_path_LD+:} false; then :
|
|
12149
12193
|
$as_echo_n "(cached) " >&6
|
|
12150
12194
|
else
|
|
12151
12195
|
if test -z "$LD"; then
|
|
@@ -12182,10 +12226,10 @@ else
|
|
|
12182
12226
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
12183
12227
|
$as_echo "no" >&6; }
|
|
12184
12228
|
fi
|
|
12185
|
-
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
12229
|
+
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
12186
12230
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
|
|
12187
12231
|
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
|
|
12188
|
-
if
|
|
12232
|
+
if ${lt_cv_prog_gnu_ld+:} false; then :
|
|
12189
12233
|
$as_echo_n "(cached) " >&6
|
|
12190
12234
|
else
|
|
12191
12235
|
# I'd rather use --version here, but apparently some GNU lds only accept -v.
|
|
@@ -13707,7 +13751,7 @@ $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
|
|
|
13707
13751
|
if test -n "$lt_prog_compiler_pic_CXX"; then
|
|
13708
13752
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
|
|
13709
13753
|
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
|
|
13710
|
-
if
|
|
13754
|
+
if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
|
|
13711
13755
|
$as_echo_n "(cached) " >&6
|
|
13712
13756
|
else
|
|
13713
13757
|
lt_cv_prog_compiler_pic_works_CXX=no
|
|
@@ -13723,11 +13767,11 @@ else
|
|
|
13723
13767
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
13724
13768
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
13725
13769
|
-e 's:$: $lt_compiler_flag:'`
|
|
13726
|
-
(eval echo "\"\$as_me:
|
|
13770
|
+
(eval echo "\"\$as_me:13770: $lt_compile\"" >&5)
|
|
13727
13771
|
(eval "$lt_compile" 2>conftest.err)
|
|
13728
13772
|
ac_status=$?
|
|
13729
13773
|
cat conftest.err >&5
|
|
13730
|
-
echo "$as_me:
|
|
13774
|
+
echo "$as_me:13774: \$? = $ac_status" >&5
|
|
13731
13775
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
|
13732
13776
|
# The compiler can only warn and ignore the option if not recognized
|
|
13733
13777
|
# So say no if there are warnings other than the usual output.
|
|
@@ -13763,7 +13807,7 @@ fi
|
|
|
13763
13807
|
wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
|
|
13764
13808
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
|
|
13765
13809
|
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
|
|
13766
|
-
if
|
|
13810
|
+
if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
|
|
13767
13811
|
$as_echo_n "(cached) " >&6
|
|
13768
13812
|
else
|
|
13769
13813
|
lt_cv_prog_compiler_static_works_CXX=no
|
|
@@ -13803,7 +13847,7 @@ fi
|
|
|
13803
13847
|
|
|
13804
13848
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
|
13805
13849
|
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
|
13806
|
-
if
|
|
13850
|
+
if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
|
|
13807
13851
|
$as_echo_n "(cached) " >&6
|
|
13808
13852
|
else
|
|
13809
13853
|
lt_cv_prog_compiler_c_o_CXX=no
|
|
@@ -13822,11 +13866,11 @@ else
|
|
|
13822
13866
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
13823
13867
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
13824
13868
|
-e 's:$: $lt_compiler_flag:'`
|
|
13825
|
-
(eval echo "\"\$as_me:
|
|
13869
|
+
(eval echo "\"\$as_me:13869: $lt_compile\"" >&5)
|
|
13826
13870
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
13827
13871
|
ac_status=$?
|
|
13828
13872
|
cat out/conftest.err >&5
|
|
13829
|
-
echo "$as_me:
|
|
13873
|
+
echo "$as_me:13873: \$? = $ac_status" >&5
|
|
13830
13874
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
|
13831
13875
|
then
|
|
13832
13876
|
# The compiler can only warn and ignore the option if not recognized
|
|
@@ -13855,7 +13899,7 @@ $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
|
|
|
13855
13899
|
|
|
13856
13900
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
|
|
13857
13901
|
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
|
|
13858
|
-
if
|
|
13902
|
+
if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
|
|
13859
13903
|
$as_echo_n "(cached) " >&6
|
|
13860
13904
|
else
|
|
13861
13905
|
lt_cv_prog_compiler_c_o_CXX=no
|
|
@@ -13874,11 +13918,11 @@ else
|
|
|
13874
13918
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
13875
13919
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
13876
13920
|
-e 's:$: $lt_compiler_flag:'`
|
|
13877
|
-
(eval echo "\"\$as_me:
|
|
13921
|
+
(eval echo "\"\$as_me:13921: $lt_compile\"" >&5)
|
|
13878
13922
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
13879
13923
|
ac_status=$?
|
|
13880
13924
|
cat out/conftest.err >&5
|
|
13881
|
-
echo "$as_me:
|
|
13925
|
+
echo "$as_me:13925: \$? = $ac_status" >&5
|
|
13882
13926
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
|
13883
13927
|
then
|
|
13884
13928
|
# The compiler can only warn and ignore the option if not recognized
|
|
@@ -14832,7 +14876,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
14832
14876
|
|
|
14833
14877
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features without additional flags" >&5
|
|
14834
14878
|
$as_echo_n "checking if g++ supports C++0x features without additional flags... " >&6; }
|
|
14835
|
-
if
|
|
14879
|
+
if ${ac_cv_cxx_compile_cxx0x_native+:} false; then :
|
|
14836
14880
|
$as_echo_n "(cached) " >&6
|
|
14837
14881
|
else
|
|
14838
14882
|
|
|
@@ -14886,7 +14930,7 @@ $as_echo "$ac_cv_cxx_compile_cxx0x_native" >&6; }
|
|
|
14886
14930
|
|
|
14887
14931
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=c++0x" >&5
|
|
14888
14932
|
$as_echo_n "checking if g++ supports C++0x features with -std=c++0x... " >&6; }
|
|
14889
|
-
if
|
|
14933
|
+
if ${ac_cv_cxx_compile_cxx0x_cxx+:} false; then :
|
|
14890
14934
|
$as_echo_n "(cached) " >&6
|
|
14891
14935
|
else
|
|
14892
14936
|
|
|
@@ -14943,7 +14987,7 @@ $as_echo "$ac_cv_cxx_compile_cxx0x_cxx" >&6; }
|
|
|
14943
14987
|
|
|
14944
14988
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=gnu++0x" >&5
|
|
14945
14989
|
$as_echo_n "checking if g++ supports C++0x features with -std=gnu++0x... " >&6; }
|
|
14946
|
-
if
|
|
14990
|
+
if ${ac_cv_cxx_compile_cxx0x_gxx+:} false; then :
|
|
14947
14991
|
$as_echo_n "(cached) " >&6
|
|
14948
14992
|
else
|
|
14949
14993
|
|
|
@@ -15053,14 +15097,14 @@ fi
|
|
|
15053
15097
|
solaris*)
|
|
15054
15098
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
|
|
15055
15099
|
$as_echo_n "checking for 64-bit host... " >&6; }
|
|
15056
|
-
if
|
|
15100
|
+
if ${gl_cv_solaris_64bit+:} false; then :
|
|
15057
15101
|
$as_echo_n "(cached) " >&6
|
|
15058
15102
|
else
|
|
15059
15103
|
if test "$cross_compiling" = yes; then :
|
|
15060
15104
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
15061
15105
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
15062
|
-
as_fn_error "cannot run test program while cross compiling
|
|
15063
|
-
See \`config.log' for more details
|
|
15106
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
15107
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
15064
15108
|
else
|
|
15065
15109
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
15066
15110
|
/* end confdefs.h. */
|
|
@@ -15138,7 +15182,7 @@ $as_echo "$gl_cv_solaris_64bit" >&6; }
|
|
|
15138
15182
|
for ac_header in stdlib.h
|
|
15139
15183
|
do :
|
|
15140
15184
|
ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
|
|
15141
|
-
if test "x$ac_cv_header_stdlib_h" =
|
|
15185
|
+
if test "x$ac_cv_header_stdlib_h" = xyes; then :
|
|
15142
15186
|
cat >>confdefs.h <<_ACEOF
|
|
15143
15187
|
#define HAVE_STDLIB_H 1
|
|
15144
15188
|
_ACEOF
|
|
@@ -15149,7 +15193,7 @@ done
|
|
|
15149
15193
|
|
|
15150
15194
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
|
|
15151
15195
|
$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
|
|
15152
|
-
if
|
|
15196
|
+
if ${ac_cv_func_malloc_0_nonnull+:} false; then :
|
|
15153
15197
|
$as_echo_n "(cached) " >&6
|
|
15154
15198
|
else
|
|
15155
15199
|
if test "$cross_compiling" = yes; then :
|
|
@@ -15205,7 +15249,7 @@ fi
|
|
|
15205
15249
|
for ac_header in stdlib.h
|
|
15206
15250
|
do :
|
|
15207
15251
|
ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
|
|
15208
|
-
if test "x$ac_cv_header_stdlib_h" =
|
|
15252
|
+
if test "x$ac_cv_header_stdlib_h" = xyes; then :
|
|
15209
15253
|
cat >>confdefs.h <<_ACEOF
|
|
15210
15254
|
#define HAVE_STDLIB_H 1
|
|
15211
15255
|
_ACEOF
|
|
@@ -15216,7 +15260,7 @@ done
|
|
|
15216
15260
|
|
|
15217
15261
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
|
|
15218
15262
|
$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
|
|
15219
|
-
if
|
|
15263
|
+
if ${ac_cv_func_realloc_0_nonnull+:} false; then :
|
|
15220
15264
|
$as_echo_n "(cached) " >&6
|
|
15221
15265
|
else
|
|
15222
15266
|
if test "$cross_compiling" = yes; then :
|
|
@@ -15298,7 +15342,7 @@ fi
|
|
|
15298
15342
|
am__isrc=' -I$(srcdir)'
|
|
15299
15343
|
# test to see if srcdir already configured
|
|
15300
15344
|
if test -f $srcdir/config.status; then
|
|
15301
|
-
as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
|
|
15345
|
+
as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
|
|
15302
15346
|
fi
|
|
15303
15347
|
fi
|
|
15304
15348
|
|
|
@@ -15377,7 +15421,7 @@ if test -z "$CXX"; then
|
|
|
15377
15421
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
|
15378
15422
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
15379
15423
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
15380
|
-
if
|
|
15424
|
+
if ${ac_cv_prog_CXX+:} false; then :
|
|
15381
15425
|
$as_echo_n "(cached) " >&6
|
|
15382
15426
|
else
|
|
15383
15427
|
if test -n "$CXX"; then
|
|
@@ -15421,7 +15465,7 @@ do
|
|
|
15421
15465
|
set dummy $ac_prog; ac_word=$2
|
|
15422
15466
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
15423
15467
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
15424
|
-
if
|
|
15468
|
+
if ${ac_cv_prog_ac_ct_CXX+:} false; then :
|
|
15425
15469
|
$as_echo_n "(cached) " >&6
|
|
15426
15470
|
else
|
|
15427
15471
|
if test -n "$ac_ct_CXX"; then
|
|
@@ -15491,15 +15535,15 @@ $as_echo "$ac_try_echo"; } >&5
|
|
|
15491
15535
|
... rest of stderr output deleted ...
|
|
15492
15536
|
10q' conftest.err >conftest.er1
|
|
15493
15537
|
cat conftest.er1 >&5
|
|
15494
|
-
rm -f conftest.er1 conftest.err
|
|
15495
15538
|
fi
|
|
15539
|
+
rm -f conftest.er1 conftest.err
|
|
15496
15540
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
15497
15541
|
test $ac_status = 0; }
|
|
15498
15542
|
done
|
|
15499
15543
|
|
|
15500
15544
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
|
|
15501
15545
|
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
|
|
15502
|
-
if
|
|
15546
|
+
if ${ac_cv_cxx_compiler_gnu+:} false; then :
|
|
15503
15547
|
$as_echo_n "(cached) " >&6
|
|
15504
15548
|
else
|
|
15505
15549
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -15536,7 +15580,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
|
|
|
15536
15580
|
ac_save_CXXFLAGS=$CXXFLAGS
|
|
15537
15581
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
|
|
15538
15582
|
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
|
|
15539
|
-
if
|
|
15583
|
+
if ${ac_cv_prog_cxx_g+:} false; then :
|
|
15540
15584
|
$as_echo_n "(cached) " >&6
|
|
15541
15585
|
else
|
|
15542
15586
|
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
|
|
@@ -15622,7 +15666,7 @@ depcc="$CXX" am_compiler_list=
|
|
|
15622
15666
|
|
|
15623
15667
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
|
15624
15668
|
$as_echo_n "checking dependency style of $depcc... " >&6; }
|
|
15625
|
-
if
|
|
15669
|
+
if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
|
|
15626
15670
|
$as_echo_n "(cached) " >&6
|
|
15627
15671
|
else
|
|
15628
15672
|
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
@@ -15757,7 +15801,7 @@ if test -n "$CPP" && test -d "$CPP"; then
|
|
|
15757
15801
|
CPP=
|
|
15758
15802
|
fi
|
|
15759
15803
|
if test -z "$CPP"; then
|
|
15760
|
-
if
|
|
15804
|
+
if ${ac_cv_prog_CPP+:} false; then :
|
|
15761
15805
|
$as_echo_n "(cached) " >&6
|
|
15762
15806
|
else
|
|
15763
15807
|
# Double quotes because CPP needs to be expanded
|
|
@@ -15787,7 +15831,7 @@ else
|
|
|
15787
15831
|
# Broken: fails on valid input.
|
|
15788
15832
|
continue
|
|
15789
15833
|
fi
|
|
15790
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15834
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
15791
15835
|
|
|
15792
15836
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
15793
15837
|
# can be detected and how.
|
|
@@ -15803,11 +15847,11 @@ else
|
|
|
15803
15847
|
ac_preproc_ok=:
|
|
15804
15848
|
break
|
|
15805
15849
|
fi
|
|
15806
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15850
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
15807
15851
|
|
|
15808
15852
|
done
|
|
15809
15853
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
15810
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15854
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
15811
15855
|
if $ac_preproc_ok; then :
|
|
15812
15856
|
break
|
|
15813
15857
|
fi
|
|
@@ -15846,7 +15890,7 @@ else
|
|
|
15846
15890
|
# Broken: fails on valid input.
|
|
15847
15891
|
continue
|
|
15848
15892
|
fi
|
|
15849
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15893
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
15850
15894
|
|
|
15851
15895
|
# OK, works on sane cases. Now check whether nonexistent headers
|
|
15852
15896
|
# can be detected and how.
|
|
@@ -15862,18 +15906,18 @@ else
|
|
|
15862
15906
|
ac_preproc_ok=:
|
|
15863
15907
|
break
|
|
15864
15908
|
fi
|
|
15865
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15909
|
+
rm -f conftest.err conftest.i conftest.$ac_ext
|
|
15866
15910
|
|
|
15867
15911
|
done
|
|
15868
15912
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
|
|
15869
|
-
rm -f conftest.err conftest.$ac_ext
|
|
15913
|
+
rm -f conftest.i conftest.err conftest.$ac_ext
|
|
15870
15914
|
if $ac_preproc_ok; then :
|
|
15871
15915
|
|
|
15872
15916
|
else
|
|
15873
15917
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
15874
15918
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
15875
|
-
as_fn_error "C preprocessor \"$CPP\" fails sanity check
|
|
15876
|
-
See \`config.log' for more details
|
|
15919
|
+
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
|
|
15920
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
15877
15921
|
fi
|
|
15878
15922
|
|
|
15879
15923
|
ac_ext=c
|
|
@@ -15903,14 +15947,14 @@ fi
|
|
|
15903
15947
|
|
|
15904
15948
|
|
|
15905
15949
|
ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
|
|
15906
|
-
if test "x$ac_cv_have_decl___SUNPRO_C" =
|
|
15950
|
+
if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
|
|
15907
15951
|
SUNCC="yes"
|
|
15908
15952
|
else
|
|
15909
15953
|
SUNCC="no"
|
|
15910
15954
|
fi
|
|
15911
15955
|
|
|
15912
15956
|
ac_fn_c_check_decl "$LINENO" "__ICC" "ac_cv_have_decl___ICC" "$ac_includes_default"
|
|
15913
|
-
if test "x$ac_cv_have_decl___ICC" =
|
|
15957
|
+
if test "x$ac_cv_have_decl___ICC" = xyes; then :
|
|
15914
15958
|
INTELCC="yes"
|
|
15915
15959
|
else
|
|
15916
15960
|
INTELCC="no"
|
|
@@ -15946,7 +15990,7 @@ fi
|
|
|
15946
15990
|
|
|
15947
15991
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C++ 98 include files" >&5
|
|
15948
15992
|
$as_echo_n "checking for ISO C++ 98 include files... " >&6; }
|
|
15949
|
-
if
|
|
15993
|
+
if ${ac_cv_cxx_stdcxx_98+:} false; then :
|
|
15950
15994
|
$as_echo_n "(cached) " >&6
|
|
15951
15995
|
else
|
|
15952
15996
|
ac_ext=cpp
|
|
@@ -16053,8 +16097,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
|
16053
16097
|
do :
|
|
16054
16098
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
16055
16099
|
ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
|
16056
|
-
eval
|
|
16057
|
-
if test "x$as_val" = x""yes; then :
|
|
16100
|
+
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
|
16058
16101
|
cat >>confdefs.h <<_ACEOF
|
|
16059
16102
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
16060
16103
|
_ACEOF
|
|
@@ -16065,7 +16108,7 @@ done
|
|
|
16065
16108
|
|
|
16066
16109
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the location of shared_ptr header file" >&5
|
|
16067
16110
|
$as_echo_n "checking the location of shared_ptr header file... " >&6; }
|
|
16068
|
-
if
|
|
16111
|
+
if ${ac_cv_shared_ptr_h+:} false; then :
|
|
16069
16112
|
$as_echo_n "(cached) " >&6
|
|
16070
16113
|
else
|
|
16071
16114
|
|
|
@@ -16137,7 +16180,7 @@ fi
|
|
|
16137
16180
|
|
|
16138
16181
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
|
16139
16182
|
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
|
16140
|
-
if
|
|
16183
|
+
if ${ac_cv_c_bigendian+:} false; then :
|
|
16141
16184
|
$as_echo_n "(cached) " >&6
|
|
16142
16185
|
else
|
|
16143
16186
|
ac_cv_c_bigendian=unknown
|
|
@@ -16355,13 +16398,13 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
|
|
|
16355
16398
|
|
|
16356
16399
|
;; #(
|
|
16357
16400
|
*)
|
|
16358
|
-
as_fn_error "unknown endianness
|
|
16401
|
+
as_fn_error $? "unknown endianness
|
|
16359
16402
|
presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
|
|
16360
16403
|
esac
|
|
16361
16404
|
|
|
16362
16405
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
|
|
16363
16406
|
$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
|
|
16364
|
-
if
|
|
16407
|
+
if ${ac_cv_c_const+:} false; then :
|
|
16365
16408
|
$as_echo_n "(cached) " >&6
|
|
16366
16409
|
else
|
|
16367
16410
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -16441,7 +16484,7 @@ fi
|
|
|
16441
16484
|
|
|
16442
16485
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
|
|
16443
16486
|
$as_echo_n "checking for inline... " >&6; }
|
|
16444
|
-
if
|
|
16487
|
+
if ${ac_cv_c_inline+:} false; then :
|
|
16445
16488
|
$as_echo_n "(cached) " >&6
|
|
16446
16489
|
else
|
|
16447
16490
|
ac_cv_c_inline=no
|
|
@@ -16483,7 +16526,7 @@ esac
|
|
|
16483
16526
|
|
|
16484
16527
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
|
|
16485
16528
|
$as_echo_n "checking for working volatile... " >&6; }
|
|
16486
|
-
if
|
|
16529
|
+
if ${ac_cv_c_volatile+:} false; then :
|
|
16487
16530
|
$as_echo_n "(cached) " >&6
|
|
16488
16531
|
else
|
|
16489
16532
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -16517,7 +16560,7 @@ fi
|
|
|
16517
16560
|
|
|
16518
16561
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
|
|
16519
16562
|
$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
|
|
16520
|
-
if
|
|
16563
|
+
if ${ac_cv_c_restrict+:} false; then :
|
|
16521
16564
|
$as_echo_n "(cached) " >&6
|
|
16522
16565
|
else
|
|
16523
16566
|
ac_cv_c_restrict=no
|
|
@@ -16564,7 +16607,7 @@ _ACEOF
|
|
|
16564
16607
|
|
|
16565
16608
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
|
|
16566
16609
|
$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
|
|
16567
|
-
if
|
|
16610
|
+
if ${ac_cv_header_time+:} false; then :
|
|
16568
16611
|
$as_echo_n "(cached) " >&6
|
|
16569
16612
|
else
|
|
16570
16613
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -16598,7 +16641,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
|
|
|
16598
16641
|
fi
|
|
16599
16642
|
|
|
16600
16643
|
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
|
|
16601
|
-
if test "x$ac_cv_type_size_t" =
|
|
16644
|
+
if test "x$ac_cv_type_size_t" = xyes; then :
|
|
16602
16645
|
|
|
16603
16646
|
else
|
|
16604
16647
|
|
|
@@ -16617,7 +16660,7 @@ if test "$enable_largefile" != no; then
|
|
|
16617
16660
|
|
|
16618
16661
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
|
|
16619
16662
|
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
|
|
16620
|
-
if
|
|
16663
|
+
if ${ac_cv_sys_largefile_CC+:} false; then :
|
|
16621
16664
|
$as_echo_n "(cached) " >&6
|
|
16622
16665
|
else
|
|
16623
16666
|
ac_cv_sys_largefile_CC=no
|
|
@@ -16668,7 +16711,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
|
|
|
16668
16711
|
|
|
16669
16712
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
|
|
16670
16713
|
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
|
|
16671
|
-
if
|
|
16714
|
+
if ${ac_cv_sys_file_offset_bits+:} false; then :
|
|
16672
16715
|
$as_echo_n "(cached) " >&6
|
|
16673
16716
|
else
|
|
16674
16717
|
while :; do
|
|
@@ -16737,7 +16780,7 @@ rm -rf conftest*
|
|
|
16737
16780
|
if test $ac_cv_sys_file_offset_bits = unknown; then
|
|
16738
16781
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
|
|
16739
16782
|
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
|
|
16740
|
-
if
|
|
16783
|
+
if ${ac_cv_sys_large_files+:} false; then :
|
|
16741
16784
|
$as_echo_n "(cached) " >&6
|
|
16742
16785
|
else
|
|
16743
16786
|
while :; do
|
|
@@ -16941,7 +16984,7 @@ fi
|
|
|
16941
16984
|
if test -n "$GCC"; then
|
|
16942
16985
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
|
|
16943
16986
|
$as_echo_n "checking for simple visibility declarations... " >&6; }
|
|
16944
|
-
if
|
|
16987
|
+
if ${gl_cv_cc_visibility+:} false; then :
|
|
16945
16988
|
$as_echo_n "(cached) " >&6
|
|
16946
16989
|
else
|
|
16947
16990
|
|
|
@@ -17004,7 +17047,7 @@ $as_echo "$ac_cv_assert" >&6; }
|
|
|
17004
17047
|
for ac_header in assert.h
|
|
17005
17048
|
do :
|
|
17006
17049
|
ac_fn_c_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default"
|
|
17007
|
-
if test "x$ac_cv_header_assert_h" =
|
|
17050
|
+
if test "x$ac_cv_header_assert_h" = xyes; then :
|
|
17008
17051
|
cat >>confdefs.h <<_ACEOF
|
|
17009
17052
|
#define HAVE_ASSERT_H 1
|
|
17010
17053
|
_ACEOF
|
|
@@ -17060,7 +17103,7 @@ fi
|
|
|
17060
17103
|
LIBS=""
|
|
17061
17104
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for read in -lc_p" >&5
|
|
17062
17105
|
$as_echo_n "checking for read in -lc_p... " >&6; }
|
|
17063
|
-
if
|
|
17106
|
+
if ${ac_cv_lib_c_p_read+:} false; then :
|
|
17064
17107
|
$as_echo_n "(cached) " >&6
|
|
17065
17108
|
else
|
|
17066
17109
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -17094,7 +17137,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
17094
17137
|
fi
|
|
17095
17138
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_p_read" >&5
|
|
17096
17139
|
$as_echo "$ac_cv_lib_c_p_read" >&6; }
|
|
17097
|
-
if test "x$ac_cv_lib_c_p_read" =
|
|
17140
|
+
if test "x$ac_cv_lib_c_p_read" = xyes; then :
|
|
17098
17141
|
cat >>confdefs.h <<_ACEOF
|
|
17099
17142
|
#define HAVE_LIBC_P 1
|
|
17100
17143
|
_ACEOF
|
|
@@ -17123,7 +17166,7 @@ fi
|
|
|
17123
17166
|
|
|
17124
17167
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -fdiagnostics-show-option" >&5
|
|
17125
17168
|
$as_echo_n "checking whether it is safe to use -fdiagnostics-show-option... " >&6; }
|
|
17126
|
-
if
|
|
17169
|
+
if ${ac_cv_safe_to_use_fdiagnostics_show_option_+:} false; then :
|
|
17127
17170
|
$as_echo_n "(cached) " >&6
|
|
17128
17171
|
else
|
|
17129
17172
|
save_CFLAGS="$CFLAGS"
|
|
@@ -17158,7 +17201,7 @@ fi
|
|
|
17158
17201
|
|
|
17159
17202
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wconversion" >&5
|
|
17160
17203
|
$as_echo_n "checking whether it is safe to use -Wconversion... " >&6; }
|
|
17161
|
-
if
|
|
17204
|
+
if ${ac_cv_safe_to_use_wconversion_+:} false; then :
|
|
17162
17205
|
$as_echo_n "(cached) " >&6
|
|
17163
17206
|
else
|
|
17164
17207
|
save_CFLAGS="$CFLAGS"
|
|
@@ -17197,7 +17240,7 @@ $as_echo "$ac_cv_safe_to_use_wconversion_" >&6; }
|
|
|
17197
17240
|
W_CONVERSION="-Wconversion"
|
|
17198
17241
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wconversion with htons" >&5
|
|
17199
17242
|
$as_echo_n "checking whether it is safe to use -Wconversion with htons... " >&6; }
|
|
17200
|
-
if
|
|
17243
|
+
if ${ac_cv_safe_to_use_Wconversion_+:} false; then :
|
|
17201
17244
|
$as_echo_n "(cached) " >&6
|
|
17202
17245
|
else
|
|
17203
17246
|
save_CFLAGS="$CFLAGS"
|
|
@@ -17263,7 +17306,7 @@ fi
|
|
|
17263
17306
|
|
|
17264
17307
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wmissing-declarations from C++" >&5
|
|
17265
17308
|
$as_echo_n "checking whether it is safe to use -Wmissing-declarations from C++... " >&6; }
|
|
17266
|
-
if
|
|
17309
|
+
if ${ac_cv_safe_to_use_Wmissing_declarations_+:} false; then :
|
|
17267
17310
|
$as_echo_n "(cached) " >&6
|
|
17268
17311
|
else
|
|
17269
17312
|
ac_ext=cpp
|
|
@@ -17312,7 +17355,7 @@ fi
|
|
|
17312
17355
|
|
|
17313
17356
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wlogical-op" >&5
|
|
17314
17357
|
$as_echo_n "checking whether it is safe to use -Wlogical-op... " >&6; }
|
|
17315
|
-
if
|
|
17358
|
+
if ${ac_cv_safe_to_use_Wlogical_op_+:} false; then :
|
|
17316
17359
|
$as_echo_n "(cached) " >&6
|
|
17317
17360
|
else
|
|
17318
17361
|
save_CFLAGS="$CFLAGS"
|
|
@@ -17348,7 +17391,7 @@ fi
|
|
|
17348
17391
|
|
|
17349
17392
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wredundant-decls from C++" >&5
|
|
17350
17393
|
$as_echo_n "checking whether it is safe to use -Wredundant-decls from C++... " >&6; }
|
|
17351
|
-
if
|
|
17394
|
+
if ${ac_cv_safe_to_use_Wredundant_decls_+:} false; then :
|
|
17352
17395
|
$as_echo_n "(cached) " >&6
|
|
17353
17396
|
else
|
|
17354
17397
|
ac_ext=cpp
|
|
@@ -17417,7 +17460,7 @@ fi
|
|
|
17417
17460
|
|
|
17418
17461
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether E_PASTE_RESULT_NOT_TOKEN is usable" >&5
|
|
17419
17462
|
$as_echo_n "checking whether E_PASTE_RESULT_NOT_TOKEN is usable... " >&6; }
|
|
17420
|
-
if
|
|
17463
|
+
if ${ac_cv_paste_result+:} false; then :
|
|
17421
17464
|
$as_echo_n "(cached) " >&6
|
|
17422
17465
|
else
|
|
17423
17466
|
|
|
@@ -17492,7 +17535,7 @@ do
|
|
|
17492
17535
|
set dummy $ac_prog; ac_word=$2
|
|
17493
17536
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
17494
17537
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
17495
|
-
if
|
|
17538
|
+
if ${ac_cv_prog_DTRACE+:} false; then :
|
|
17496
17539
|
$as_echo_n "(cached) " >&6
|
|
17497
17540
|
else
|
|
17498
17541
|
if test -n "$DTRACE"; then
|
|
@@ -17717,7 +17760,7 @@ fi
|
|
|
17717
17760
|
|
|
17718
17761
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -lumem" >&5
|
|
17719
17762
|
$as_echo_n "checking for malloc in -lumem... " >&6; }
|
|
17720
|
-
if
|
|
17763
|
+
if ${ac_cv_lib_umem_malloc+:} false; then :
|
|
17721
17764
|
$as_echo_n "(cached) " >&6
|
|
17722
17765
|
else
|
|
17723
17766
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -17751,7 +17794,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
17751
17794
|
fi
|
|
17752
17795
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_umem_malloc" >&5
|
|
17753
17796
|
$as_echo "$ac_cv_lib_umem_malloc" >&6; }
|
|
17754
|
-
if test "x$ac_cv_lib_umem_malloc" =
|
|
17797
|
+
if test "x$ac_cv_lib_umem_malloc" = xyes; then :
|
|
17755
17798
|
cat >>confdefs.h <<_ACEOF
|
|
17756
17799
|
#define HAVE_LIBUMEM 1
|
|
17757
17800
|
_ACEOF
|
|
@@ -17769,7 +17812,7 @@ else
|
|
|
17769
17812
|
|
|
17770
17813
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -ltcmalloc-minimal" >&5
|
|
17771
17814
|
$as_echo_n "checking for malloc in -ltcmalloc-minimal... " >&6; }
|
|
17772
|
-
if
|
|
17815
|
+
if ${ac_cv_lib_tcmalloc_minimal_malloc+:} false; then :
|
|
17773
17816
|
$as_echo_n "(cached) " >&6
|
|
17774
17817
|
else
|
|
17775
17818
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -17803,7 +17846,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
17803
17846
|
fi
|
|
17804
17847
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tcmalloc_minimal_malloc" >&5
|
|
17805
17848
|
$as_echo "$ac_cv_lib_tcmalloc_minimal_malloc" >&6; }
|
|
17806
|
-
if test "x$ac_cv_lib_tcmalloc_minimal_malloc" =
|
|
17849
|
+
if test "x$ac_cv_lib_tcmalloc_minimal_malloc" = xyes; then :
|
|
17807
17850
|
cat >>confdefs.h <<_ACEOF
|
|
17808
17851
|
#define HAVE_LIBTCMALLOC_MINIMAL 1
|
|
17809
17852
|
_ACEOF
|
|
@@ -17816,7 +17859,7 @@ fi
|
|
|
17816
17859
|
|
|
17817
17860
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -ltcmalloc" >&5
|
|
17818
17861
|
$as_echo_n "checking for malloc in -ltcmalloc... " >&6; }
|
|
17819
|
-
if
|
|
17862
|
+
if ${ac_cv_lib_tcmalloc_malloc+:} false; then :
|
|
17820
17863
|
$as_echo_n "(cached) " >&6
|
|
17821
17864
|
else
|
|
17822
17865
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -17850,7 +17893,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
17850
17893
|
fi
|
|
17851
17894
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tcmalloc_malloc" >&5
|
|
17852
17895
|
$as_echo "$ac_cv_lib_tcmalloc_malloc" >&6; }
|
|
17853
|
-
if test "x$ac_cv_lib_tcmalloc_malloc" =
|
|
17896
|
+
if test "x$ac_cv_lib_tcmalloc_malloc" = xyes; then :
|
|
17854
17897
|
cat >>confdefs.h <<_ACEOF
|
|
17855
17898
|
#define HAVE_LIBTCMALLOC 1
|
|
17856
17899
|
_ACEOF
|
|
@@ -17869,7 +17912,7 @@ fi
|
|
|
17869
17912
|
|
|
17870
17913
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for malloc in -lmtmalloc" >&5
|
|
17871
17914
|
$as_echo_n "checking for malloc in -lmtmalloc... " >&6; }
|
|
17872
|
-
if
|
|
17915
|
+
if ${ac_cv_lib_mtmalloc_malloc+:} false; then :
|
|
17873
17916
|
$as_echo_n "(cached) " >&6
|
|
17874
17917
|
else
|
|
17875
17918
|
ac_check_lib_save_LIBS=$LIBS
|
|
@@ -17903,7 +17946,7 @@ LIBS=$ac_check_lib_save_LIBS
|
|
|
17903
17946
|
fi
|
|
17904
17947
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mtmalloc_malloc" >&5
|
|
17905
17948
|
$as_echo "$ac_cv_lib_mtmalloc_malloc" >&6; }
|
|
17906
|
-
if test "x$ac_cv_lib_mtmalloc_malloc" =
|
|
17949
|
+
if test "x$ac_cv_lib_mtmalloc_malloc" = xyes; then :
|
|
17907
17950
|
cat >>confdefs.h <<_ACEOF
|
|
17908
17951
|
#define HAVE_LIBMTMALLOC 1
|
|
17909
17952
|
_ACEOF
|
|
@@ -17930,7 +17973,7 @@ do
|
|
|
17930
17973
|
set dummy $ac_prog; ac_word=$2
|
|
17931
17974
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
17932
17975
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
17933
|
-
if
|
|
17976
|
+
if ${ac_cv_prog_DOXYGEN+:} false; then :
|
|
17934
17977
|
$as_echo_n "(cached) " >&6
|
|
17935
17978
|
else
|
|
17936
17979
|
if test -n "$DOXYGEN"; then
|
|
@@ -17972,7 +18015,7 @@ do
|
|
|
17972
18015
|
set dummy $ac_prog; ac_word=$2
|
|
17973
18016
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
17974
18017
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
17975
|
-
if
|
|
18018
|
+
if ${ac_cv_prog_PERL+:} false; then :
|
|
17976
18019
|
$as_echo_n "(cached) " >&6
|
|
17977
18020
|
else
|
|
17978
18021
|
if test -n "$PERL"; then
|
|
@@ -18188,7 +18231,7 @@ $as_echo_n "checking whether pthreads work with $flag... " >&6; }
|
|
|
18188
18231
|
set dummy pthread-config; ac_word=$2
|
|
18189
18232
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
18190
18233
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
18191
|
-
if
|
|
18234
|
+
if ${ac_cv_prog_acx_pthread_config+:} false; then :
|
|
18192
18235
|
$as_echo_n "(cached) " >&6
|
|
18193
18236
|
else
|
|
18194
18237
|
if test -n "$acx_pthread_config"; then
|
|
@@ -18344,7 +18387,7 @@ do
|
|
|
18344
18387
|
set dummy $ac_prog; ac_word=$2
|
|
18345
18388
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
18346
18389
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
18347
|
-
if
|
|
18390
|
+
if ${ac_cv_prog_PTHREAD_CC+:} false; then :
|
|
18348
18391
|
$as_echo_n "(cached) " >&6
|
|
18349
18392
|
else
|
|
18350
18393
|
if test -n "$PTHREAD_CC"; then
|
|
@@ -18400,7 +18443,7 @@ $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
|
|
|
18400
18443
|
:
|
|
18401
18444
|
else
|
|
18402
18445
|
acx_pthread_ok=no
|
|
18403
|
-
as_fn_error "could not find libpthread" "$LINENO" 5
|
|
18446
|
+
as_fn_error $? "could not find libpthread" "$LINENO" 5
|
|
18404
18447
|
fi
|
|
18405
18448
|
ac_ext=c
|
|
18406
18449
|
ac_cpp='$CPP $CPPFLAGS'
|
|
@@ -18416,7 +18459,7 @@ CC="$PTHREAD_CC"
|
|
|
18416
18459
|
|
|
18417
18460
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getopt_long" >&5
|
|
18418
18461
|
$as_echo_n "checking for library containing getopt_long... " >&6; }
|
|
18419
|
-
if
|
|
18462
|
+
if ${ac_cv_search_getopt_long+:} false; then :
|
|
18420
18463
|
$as_echo_n "(cached) " >&6
|
|
18421
18464
|
else
|
|
18422
18465
|
ac_func_search_save_LIBS=$LIBS
|
|
@@ -18450,11 +18493,11 @@ for ac_lib in '' gnugetopt; do
|
|
|
18450
18493
|
fi
|
|
18451
18494
|
rm -f core conftest.err conftest.$ac_objext \
|
|
18452
18495
|
conftest$ac_exeext
|
|
18453
|
-
if
|
|
18496
|
+
if ${ac_cv_search_getopt_long+:} false; then :
|
|
18454
18497
|
break
|
|
18455
18498
|
fi
|
|
18456
18499
|
done
|
|
18457
|
-
if
|
|
18500
|
+
if ${ac_cv_search_getopt_long+:} false; then :
|
|
18458
18501
|
|
|
18459
18502
|
else
|
|
18460
18503
|
ac_cv_search_getopt_long=no
|
|
@@ -18472,7 +18515,7 @@ fi
|
|
|
18472
18515
|
|
|
18473
18516
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
|
|
18474
18517
|
$as_echo_n "checking for library containing socket... " >&6; }
|
|
18475
|
-
if
|
|
18518
|
+
if ${ac_cv_search_socket+:} false; then :
|
|
18476
18519
|
$as_echo_n "(cached) " >&6
|
|
18477
18520
|
else
|
|
18478
18521
|
ac_func_search_save_LIBS=$LIBS
|
|
@@ -18506,11 +18549,11 @@ for ac_lib in '' socket; do
|
|
|
18506
18549
|
fi
|
|
18507
18550
|
rm -f core conftest.err conftest.$ac_objext \
|
|
18508
18551
|
conftest$ac_exeext
|
|
18509
|
-
if
|
|
18552
|
+
if ${ac_cv_search_socket+:} false; then :
|
|
18510
18553
|
break
|
|
18511
18554
|
fi
|
|
18512
18555
|
done
|
|
18513
|
-
if
|
|
18556
|
+
if ${ac_cv_search_socket+:} false; then :
|
|
18514
18557
|
|
|
18515
18558
|
else
|
|
18516
18559
|
ac_cv_search_socket=no
|
|
@@ -18528,7 +18571,7 @@ fi
|
|
|
18528
18571
|
|
|
18529
18572
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
|
|
18530
18573
|
$as_echo_n "checking for library containing gethostbyname... " >&6; }
|
|
18531
|
-
if
|
|
18574
|
+
if ${ac_cv_search_gethostbyname+:} false; then :
|
|
18532
18575
|
$as_echo_n "(cached) " >&6
|
|
18533
18576
|
else
|
|
18534
18577
|
ac_func_search_save_LIBS=$LIBS
|
|
@@ -18562,11 +18605,11 @@ for ac_lib in '' nsl; do
|
|
|
18562
18605
|
fi
|
|
18563
18606
|
rm -f core conftest.err conftest.$ac_objext \
|
|
18564
18607
|
conftest$ac_exeext
|
|
18565
|
-
if
|
|
18608
|
+
if ${ac_cv_search_gethostbyname+:} false; then :
|
|
18566
18609
|
break
|
|
18567
18610
|
fi
|
|
18568
18611
|
done
|
|
18569
|
-
if
|
|
18612
|
+
if ${ac_cv_search_gethostbyname+:} false; then :
|
|
18570
18613
|
|
|
18571
18614
|
else
|
|
18572
18615
|
ac_cv_search_gethostbyname=no
|
|
@@ -18611,7 +18654,7 @@ LIBS="$save_LIBS"
|
|
|
18611
18654
|
|
|
18612
18655
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing floorf" >&5
|
|
18613
18656
|
$as_echo_n "checking for library containing floorf... " >&6; }
|
|
18614
|
-
if
|
|
18657
|
+
if ${ac_cv_search_floorf+:} false; then :
|
|
18615
18658
|
$as_echo_n "(cached) " >&6
|
|
18616
18659
|
else
|
|
18617
18660
|
ac_func_search_save_LIBS=$LIBS
|
|
@@ -18645,11 +18688,11 @@ for ac_lib in '' m; do
|
|
|
18645
18688
|
fi
|
|
18646
18689
|
rm -f core conftest.err conftest.$ac_objext \
|
|
18647
18690
|
conftest$ac_exeext
|
|
18648
|
-
if
|
|
18691
|
+
if ${ac_cv_search_floorf+:} false; then :
|
|
18649
18692
|
break
|
|
18650
18693
|
fi
|
|
18651
18694
|
done
|
|
18652
|
-
if
|
|
18695
|
+
if ${ac_cv_search_floorf+:} false; then :
|
|
18653
18696
|
|
|
18654
18697
|
else
|
|
18655
18698
|
ac_cv_search_floorf=no
|
|
@@ -18673,8 +18716,8 @@ $as_echo_n "checking for htonll... " >&6; }
|
|
|
18673
18716
|
if test "$cross_compiling" = yes; then :
|
|
18674
18717
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
18675
18718
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
18676
|
-
as_fn_error "cannot run test program while cross compiling
|
|
18677
|
-
See \`config.log' for more details
|
|
18719
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
18720
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
18678
18721
|
else
|
|
18679
18722
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
18680
18723
|
/* end confdefs.h. */
|
|
@@ -18724,8 +18767,8 @@ $as_echo_n "checking byteorder... " >&6; }
|
|
|
18724
18767
|
if test "$cross_compiling" = yes; then :
|
|
18725
18768
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
18726
18769
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
18727
|
-
as_fn_error "cannot run test program while cross compiling
|
|
18728
|
-
See \`config.log' for more details
|
|
18770
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
18771
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
18729
18772
|
else
|
|
18730
18773
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
18731
18774
|
/* end confdefs.h. */
|
|
@@ -18781,7 +18824,7 @@ fi
|
|
|
18781
18824
|
|
|
18782
18825
|
if test "x$BUILD_UTILLIB" = "xyes"; then
|
|
18783
18826
|
if test x"$acx_pthread_ok" != "xyes"; then
|
|
18784
|
-
as_fn_error "Sorry you need POSIX thread library to build libmemcachedutil." "$LINENO" 5
|
|
18827
|
+
as_fn_error $? "Sorry you need POSIX thread library to build libmemcachedutil." "$LINENO" 5
|
|
18785
18828
|
fi
|
|
18786
18829
|
|
|
18787
18830
|
$as_echo "#define HAVE_LIBMEMCACHEDUTIL 1" >>confdefs.h
|
|
@@ -18807,8 +18850,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
18807
18850
|
if test "$cross_compiling" = yes; then :
|
|
18808
18851
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
18809
18852
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
18810
|
-
as_fn_error "cannot run test program while cross compiling
|
|
18811
|
-
See \`config.log' for more details
|
|
18853
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
18854
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
18812
18855
|
else
|
|
18813
18856
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
18814
18857
|
/* end confdefs.h. */
|
|
@@ -18855,8 +18898,8 @@ fi
|
|
|
18855
18898
|
if test "$cross_compiling" = yes; then :
|
|
18856
18899
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
18857
18900
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
18858
|
-
as_fn_error "cannot run test program while cross compiling
|
|
18859
|
-
See \`config.log' for more details
|
|
18901
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
18902
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
18860
18903
|
else
|
|
18861
18904
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
18862
18905
|
/* end confdefs.h. */
|
|
@@ -18935,7 +18978,7 @@ fi
|
|
|
18935
18978
|
set dummy pod2man; ac_word=$2
|
|
18936
18979
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
18937
18980
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
18938
|
-
if
|
|
18981
|
+
if ${ac_cv_path_POD2MAN+:} false; then :
|
|
18939
18982
|
$as_echo_n "(cached) " >&6
|
|
18940
18983
|
else
|
|
18941
18984
|
case $POD2MAN in
|
|
@@ -18974,7 +19017,7 @@ fi
|
|
|
18974
19017
|
|
|
18975
19018
|
|
|
18976
19019
|
if test "x$POD2MAN" = "xno"; then :
|
|
18977
|
-
as_fn_error "\"Could not find pod2man anywhere in path\"" "$LINENO" 5
|
|
19020
|
+
as_fn_error $? "\"Could not find pod2man anywhere in path\"" "$LINENO" 5
|
|
18978
19021
|
fi
|
|
18979
19022
|
|
|
18980
19023
|
|
|
@@ -18989,8 +19032,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
18989
19032
|
if test "$cross_compiling" = yes; then :
|
|
18990
19033
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
18991
19034
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
18992
|
-
as_fn_error "cannot run test program while cross compiling
|
|
18993
|
-
See \`config.log' for more details
|
|
19035
|
+
as_fn_error $? "cannot run test program while cross compiling
|
|
19036
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
|
18994
19037
|
else
|
|
18995
19038
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
18996
19039
|
/* end confdefs.h. */
|
|
@@ -19014,7 +19057,7 @@ _ACEOF
|
|
|
19014
19057
|
if ac_fn_c_try_run "$LINENO"; then :
|
|
19015
19058
|
|
|
19016
19059
|
else
|
|
19017
|
-
as_fn_error "Unsupported struct padding done by compiler." "$LINENO" 5
|
|
19060
|
+
as_fn_error $? "Unsupported struct padding done by compiler." "$LINENO" 5
|
|
19018
19061
|
fi
|
|
19019
19062
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
|
|
19020
19063
|
conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
@@ -19057,7 +19100,7 @@ else
|
|
|
19057
19100
|
set dummy $ac_cv_with_memcached; ac_word=$2
|
|
19058
19101
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
19059
19102
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
19060
|
-
if
|
|
19103
|
+
if ${ac_cv_path_MEMC_BINARY+:} false; then :
|
|
19061
19104
|
$as_echo_n "(cached) " >&6
|
|
19062
19105
|
else
|
|
19063
19106
|
case $MEMC_BINARY in
|
|
@@ -19095,7 +19138,7 @@ fi
|
|
|
19095
19138
|
|
|
19096
19139
|
|
|
19097
19140
|
if test "x$MEMC_BINARY" = "xno"; then :
|
|
19098
|
-
as_fn_error "\"could not find memcached binary\"" "$LINENO" 5
|
|
19141
|
+
as_fn_error $? "\"could not find memcached binary\"" "$LINENO" 5
|
|
19099
19142
|
fi
|
|
19100
19143
|
|
|
19101
19144
|
fi
|
|
@@ -19162,7 +19205,7 @@ $as_echo_n "checking for ld used by GCC... " >&6; }
|
|
|
19162
19205
|
# Canonicalize the path of ld
|
|
19163
19206
|
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
|
|
19164
19207
|
while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
|
|
19165
|
-
|
|
19208
|
+
ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
|
|
19166
19209
|
done
|
|
19167
19210
|
test -z "$LD" && LD="$ac_prog"
|
|
19168
19211
|
;;
|
|
@@ -19182,7 +19225,7 @@ else
|
|
|
19182
19225
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
|
|
19183
19226
|
$as_echo_n "checking for non-GNU ld... " >&6; }
|
|
19184
19227
|
fi
|
|
19185
|
-
if
|
|
19228
|
+
if ${acl_cv_path_LD+:} false; then :
|
|
19186
19229
|
$as_echo_n "(cached) " >&6
|
|
19187
19230
|
else
|
|
19188
19231
|
if test -z "$LD"; then
|
|
@@ -19196,9 +19239,9 @@ else
|
|
|
19196
19239
|
# Break only if it was the GNU/non-GNU ld that we prefer.
|
|
19197
19240
|
case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
|
|
19198
19241
|
*GNU* | *'with BFD'*)
|
|
19199
|
-
|
|
19242
|
+
test "$with_gnu_ld" != no && break ;;
|
|
19200
19243
|
*)
|
|
19201
|
-
|
|
19244
|
+
test "$with_gnu_ld" != yes && break ;;
|
|
19202
19245
|
esac
|
|
19203
19246
|
fi
|
|
19204
19247
|
done
|
|
@@ -19216,10 +19259,10 @@ else
|
|
|
19216
19259
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
19217
19260
|
$as_echo "no" >&6; }
|
|
19218
19261
|
fi
|
|
19219
|
-
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
19262
|
+
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
|
|
19220
19263
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
|
|
19221
19264
|
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
|
|
19222
|
-
if
|
|
19265
|
+
if ${acl_cv_prog_gnu_ld+:} false; then :
|
|
19223
19266
|
$as_echo_n "(cached) " >&6
|
|
19224
19267
|
else
|
|
19225
19268
|
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
|
|
@@ -19239,7 +19282,7 @@ with_gnu_ld=$acl_cv_prog_gnu_ld
|
|
|
19239
19282
|
|
|
19240
19283
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
|
|
19241
19284
|
$as_echo_n "checking for shared library run path origin... " >&6; }
|
|
19242
|
-
if
|
|
19285
|
+
if ${acl_cv_rpath+:} false; then :
|
|
19243
19286
|
$as_echo_n "(cached) " >&6
|
|
19244
19287
|
else
|
|
19245
19288
|
|
|
@@ -19292,6 +19335,9 @@ fi
|
|
|
19292
19335
|
|
|
19293
19336
|
|
|
19294
19337
|
|
|
19338
|
+
|
|
19339
|
+
|
|
19340
|
+
|
|
19295
19341
|
use_additional=yes
|
|
19296
19342
|
|
|
19297
19343
|
acl_save_prefix="$prefix"
|
|
@@ -19328,6 +19374,10 @@ if test "${with_libsasl_prefix+set}" = set; then :
|
|
|
19328
19374
|
else
|
|
19329
19375
|
additional_includedir="$withval/include"
|
|
19330
19376
|
additional_libdir="$withval/$acl_libdirstem"
|
|
19377
|
+
if test "$acl_libdirstem2" != "$acl_libdirstem" \
|
|
19378
|
+
&& ! test -d "$withval/$acl_libdirstem"; then
|
|
19379
|
+
additional_libdir="$withval/$acl_libdirstem2"
|
|
19380
|
+
fi
|
|
19331
19381
|
fi
|
|
19332
19382
|
fi
|
|
19333
19383
|
|
|
@@ -19337,6 +19387,7 @@ fi
|
|
|
19337
19387
|
LTLIBSASL=
|
|
19338
19388
|
INCSASL=
|
|
19339
19389
|
LIBSASL_PREFIX=
|
|
19390
|
+
HAVE_LIBSASL=
|
|
19340
19391
|
rpathdirs=
|
|
19341
19392
|
ltrpathdirs=
|
|
19342
19393
|
names_already_handled=
|
|
@@ -19479,7 +19530,9 @@ fi
|
|
|
19479
19530
|
if test "X$found_dir" != "X"; then
|
|
19480
19531
|
LTLIBSASL="${LTLIBSASL}${LTLIBSASL:+ }-L$found_dir -l$name"
|
|
19481
19532
|
if test "X$found_so" != "X"; then
|
|
19482
|
-
if test "$enable_rpath" = no
|
|
19533
|
+
if test "$enable_rpath" = no \
|
|
19534
|
+
|| test "X$found_dir" = "X/usr/$acl_libdirstem" \
|
|
19535
|
+
|| test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
|
|
19483
19536
|
LIBSASL="${LIBSASL}${LIBSASL:+ }$found_so"
|
|
19484
19537
|
else
|
|
19485
19538
|
haveit=
|
|
@@ -19546,7 +19599,16 @@ fi
|
|
|
19546
19599
|
case "$found_dir" in
|
|
19547
19600
|
*/$acl_libdirstem | */$acl_libdirstem/)
|
|
19548
19601
|
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
|
|
19549
|
-
|
|
19602
|
+
if test "$name" = 'sasl'; then
|
|
19603
|
+
LIBSASL_PREFIX="$basedir"
|
|
19604
|
+
fi
|
|
19605
|
+
additional_includedir="$basedir/include"
|
|
19606
|
+
;;
|
|
19607
|
+
*/$acl_libdirstem2 | */$acl_libdirstem2/)
|
|
19608
|
+
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
|
|
19609
|
+
if test "$name" = 'sasl'; then
|
|
19610
|
+
LIBSASL_PREFIX="$basedir"
|
|
19611
|
+
fi
|
|
19550
19612
|
additional_includedir="$basedir/include"
|
|
19551
19613
|
;;
|
|
19552
19614
|
esac
|
|
@@ -19595,9 +19657,11 @@ fi
|
|
|
19595
19657
|
case "$dep" in
|
|
19596
19658
|
-L*)
|
|
19597
19659
|
additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
|
|
19598
|
-
if test "X$additional_libdir" != "X/usr/$acl_libdirstem"
|
|
19660
|
+
if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
|
|
19661
|
+
&& test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
|
|
19599
19662
|
haveit=
|
|
19600
|
-
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"
|
|
19663
|
+
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
|
|
19664
|
+
|| test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
|
|
19601
19665
|
if test -n "$GCC"; then
|
|
19602
19666
|
case $host_os in
|
|
19603
19667
|
linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
@@ -19724,6 +19788,11 @@ fi
|
|
|
19724
19788
|
fi
|
|
19725
19789
|
|
|
19726
19790
|
|
|
19791
|
+
|
|
19792
|
+
|
|
19793
|
+
|
|
19794
|
+
|
|
19795
|
+
|
|
19727
19796
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
|
19728
19797
|
|
|
19729
19798
|
for element in $INCSASL; do
|
|
@@ -19751,12 +19820,15 @@ fi
|
|
|
19751
19820
|
|
|
19752
19821
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsasl" >&5
|
|
19753
19822
|
$as_echo_n "checking for libsasl... " >&6; }
|
|
19754
|
-
if
|
|
19823
|
+
if ${ac_cv_libsasl+:} false; then :
|
|
19755
19824
|
$as_echo_n "(cached) " >&6
|
|
19756
19825
|
else
|
|
19757
19826
|
|
|
19758
19827
|
ac_save_LIBS="$LIBS"
|
|
19759
|
-
|
|
19828
|
+
case " $LIBSASL" in
|
|
19829
|
+
*" -l"*) LIBS="$LIBS $LIBSASL" ;;
|
|
19830
|
+
*) LIBS="$LIBSASL $LIBS" ;;
|
|
19831
|
+
esac
|
|
19760
19832
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
19761
19833
|
/* end confdefs.h. */
|
|
19762
19834
|
|
|
@@ -19776,7 +19848,7 @@ _ACEOF
|
|
|
19776
19848
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
19777
19849
|
ac_cv_libsasl=yes
|
|
19778
19850
|
else
|
|
19779
|
-
ac_cv_libsasl=no
|
|
19851
|
+
ac_cv_libsasl='no'
|
|
19780
19852
|
fi
|
|
19781
19853
|
rm -f core conftest.err conftest.$ac_objext \
|
|
19782
19854
|
conftest$ac_exeext conftest.$ac_ext
|
|
@@ -19821,6 +19893,9 @@ $as_echo "$LIBSASL" >&6; }
|
|
|
19821
19893
|
|
|
19822
19894
|
|
|
19823
19895
|
|
|
19896
|
+
|
|
19897
|
+
|
|
19898
|
+
|
|
19824
19899
|
use_additional=yes
|
|
19825
19900
|
|
|
19826
19901
|
acl_save_prefix="$prefix"
|
|
@@ -19857,6 +19932,10 @@ if test "${with_libsasl2_prefix+set}" = set; then :
|
|
|
19857
19932
|
else
|
|
19858
19933
|
additional_includedir="$withval/include"
|
|
19859
19934
|
additional_libdir="$withval/$acl_libdirstem"
|
|
19935
|
+
if test "$acl_libdirstem2" != "$acl_libdirstem" \
|
|
19936
|
+
&& ! test -d "$withval/$acl_libdirstem"; then
|
|
19937
|
+
additional_libdir="$withval/$acl_libdirstem2"
|
|
19938
|
+
fi
|
|
19860
19939
|
fi
|
|
19861
19940
|
fi
|
|
19862
19941
|
|
|
@@ -19866,6 +19945,7 @@ fi
|
|
|
19866
19945
|
LTLIBSASL2=
|
|
19867
19946
|
INCSASL2=
|
|
19868
19947
|
LIBSASL2_PREFIX=
|
|
19948
|
+
HAVE_LIBSASL2=
|
|
19869
19949
|
rpathdirs=
|
|
19870
19950
|
ltrpathdirs=
|
|
19871
19951
|
names_already_handled=
|
|
@@ -20008,7 +20088,9 @@ fi
|
|
|
20008
20088
|
if test "X$found_dir" != "X"; then
|
|
20009
20089
|
LTLIBSASL2="${LTLIBSASL2}${LTLIBSASL2:+ }-L$found_dir -l$name"
|
|
20010
20090
|
if test "X$found_so" != "X"; then
|
|
20011
|
-
if test "$enable_rpath" = no
|
|
20091
|
+
if test "$enable_rpath" = no \
|
|
20092
|
+
|| test "X$found_dir" = "X/usr/$acl_libdirstem" \
|
|
20093
|
+
|| test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
|
|
20012
20094
|
LIBSASL2="${LIBSASL2}${LIBSASL2:+ }$found_so"
|
|
20013
20095
|
else
|
|
20014
20096
|
haveit=
|
|
@@ -20075,7 +20157,16 @@ fi
|
|
|
20075
20157
|
case "$found_dir" in
|
|
20076
20158
|
*/$acl_libdirstem | */$acl_libdirstem/)
|
|
20077
20159
|
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
|
|
20078
|
-
|
|
20160
|
+
if test "$name" = 'sasl2'; then
|
|
20161
|
+
LIBSASL2_PREFIX="$basedir"
|
|
20162
|
+
fi
|
|
20163
|
+
additional_includedir="$basedir/include"
|
|
20164
|
+
;;
|
|
20165
|
+
*/$acl_libdirstem2 | */$acl_libdirstem2/)
|
|
20166
|
+
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
|
|
20167
|
+
if test "$name" = 'sasl2'; then
|
|
20168
|
+
LIBSASL2_PREFIX="$basedir"
|
|
20169
|
+
fi
|
|
20079
20170
|
additional_includedir="$basedir/include"
|
|
20080
20171
|
;;
|
|
20081
20172
|
esac
|
|
@@ -20124,9 +20215,11 @@ fi
|
|
|
20124
20215
|
case "$dep" in
|
|
20125
20216
|
-L*)
|
|
20126
20217
|
additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
|
|
20127
|
-
if test "X$additional_libdir" != "X/usr/$acl_libdirstem"
|
|
20218
|
+
if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
|
|
20219
|
+
&& test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
|
|
20128
20220
|
haveit=
|
|
20129
|
-
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"
|
|
20221
|
+
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
|
|
20222
|
+
|| test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
|
|
20130
20223
|
if test -n "$GCC"; then
|
|
20131
20224
|
case $host_os in
|
|
20132
20225
|
linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
|
@@ -20253,6 +20346,11 @@ fi
|
|
|
20253
20346
|
fi
|
|
20254
20347
|
|
|
20255
20348
|
|
|
20349
|
+
|
|
20350
|
+
|
|
20351
|
+
|
|
20352
|
+
|
|
20353
|
+
|
|
20256
20354
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
|
20257
20355
|
|
|
20258
20356
|
for element in $INCSASL2; do
|
|
@@ -20280,12 +20378,15 @@ fi
|
|
|
20280
20378
|
|
|
20281
20379
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsasl2" >&5
|
|
20282
20380
|
$as_echo_n "checking for libsasl2... " >&6; }
|
|
20283
|
-
if
|
|
20381
|
+
if ${ac_cv_libsasl2+:} false; then :
|
|
20284
20382
|
$as_echo_n "(cached) " >&6
|
|
20285
20383
|
else
|
|
20286
20384
|
|
|
20287
20385
|
ac_save_LIBS="$LIBS"
|
|
20288
|
-
|
|
20386
|
+
case " $LIBSASL2" in
|
|
20387
|
+
*" -l"*) LIBS="$LIBS $LIBSASL2" ;;
|
|
20388
|
+
*) LIBS="$LIBSASL2 $LIBS" ;;
|
|
20389
|
+
esac
|
|
20289
20390
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
20290
20391
|
/* end confdefs.h. */
|
|
20291
20392
|
|
|
@@ -20305,7 +20406,7 @@ _ACEOF
|
|
|
20305
20406
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
20306
20407
|
ac_cv_libsasl2=yes
|
|
20307
20408
|
else
|
|
20308
|
-
ac_cv_libsasl2=no
|
|
20409
|
+
ac_cv_libsasl2='no'
|
|
20309
20410
|
fi
|
|
20310
20411
|
rm -f core conftest.err conftest.$ac_objext \
|
|
20311
20412
|
conftest$ac_exeext conftest.$ac_ext
|
|
@@ -20340,7 +20441,7 @@ $as_echo "$LIBSASL2" >&6; }
|
|
|
20340
20441
|
HAVE_LIBSASL="$HAVE_LIBSASL2"
|
|
20341
20442
|
LIBSASL="$LIBSASL2"
|
|
20342
20443
|
LIBSASL_PREFIX="$LIBSASL2_PREFIX"
|
|
20343
|
-
|
|
20444
|
+
LTLIBSASL="$LTLIBSASL2"
|
|
20344
20445
|
|
|
20345
20446
|
fi
|
|
20346
20447
|
|
|
@@ -20452,10 +20553,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
|
|
20452
20553
|
:end' >>confcache
|
|
20453
20554
|
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
|
|
20454
20555
|
if test -w "$cache_file"; then
|
|
20455
|
-
test "x$cache_file" != "x/dev/null"
|
|
20556
|
+
if test "x$cache_file" != "x/dev/null"; then
|
|
20456
20557
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
|
|
20457
20558
|
$as_echo "$as_me: updating cache $cache_file" >&6;}
|
|
20458
|
-
|
|
20559
|
+
if test ! -f "$cache_file" || test -h "$cache_file"; then
|
|
20560
|
+
cat confcache >"$cache_file"
|
|
20561
|
+
else
|
|
20562
|
+
case $cache_file in #(
|
|
20563
|
+
*/* | ?:*)
|
|
20564
|
+
mv -f confcache "$cache_file"$$ &&
|
|
20565
|
+
mv -f "$cache_file"$$ "$cache_file" ;; #(
|
|
20566
|
+
*)
|
|
20567
|
+
mv -f confcache "$cache_file" ;;
|
|
20568
|
+
esac
|
|
20569
|
+
fi
|
|
20570
|
+
fi
|
|
20459
20571
|
else
|
|
20460
20572
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
|
|
20461
20573
|
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
|
|
@@ -20471,6 +20583,7 @@ DEFS=-DHAVE_CONFIG_H
|
|
|
20471
20583
|
|
|
20472
20584
|
ac_libobjs=
|
|
20473
20585
|
ac_ltlibobjs=
|
|
20586
|
+
U=
|
|
20474
20587
|
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
|
20475
20588
|
# 1. Remove the extension, and $U if already installed.
|
|
20476
20589
|
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
|
|
@@ -20494,60 +20607,60 @@ else
|
|
|
20494
20607
|
fi
|
|
20495
20608
|
|
|
20496
20609
|
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
|
|
20497
|
-
as_fn_error "conditional \"AMDEP\" was never defined.
|
|
20610
|
+
as_fn_error $? "conditional \"AMDEP\" was never defined.
|
|
20498
20611
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20499
20612
|
fi
|
|
20500
20613
|
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
|
|
20501
|
-
as_fn_error "conditional \"am__fastdepCC\" was never defined.
|
|
20614
|
+
as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
|
|
20502
20615
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20503
20616
|
fi
|
|
20504
20617
|
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
|
|
20505
|
-
as_fn_error "conditional \"am__fastdepCXX\" was never defined.
|
|
20618
|
+
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
|
|
20506
20619
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20507
20620
|
fi
|
|
20508
20621
|
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
|
|
20509
|
-
as_fn_error "conditional \"am__fastdepCXX\" was never defined.
|
|
20622
|
+
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
|
|
20510
20623
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20511
20624
|
fi
|
|
20512
20625
|
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
|
|
20513
|
-
as_fn_error "conditional \"am__fastdepCXX\" was never defined.
|
|
20626
|
+
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
|
|
20514
20627
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20515
20628
|
fi
|
|
20516
20629
|
|
|
20517
20630
|
if test -z "${HAVE_DTRACE_TRUE}" && test -z "${HAVE_DTRACE_FALSE}"; then
|
|
20518
|
-
as_fn_error "conditional \"HAVE_DTRACE\" was never defined.
|
|
20631
|
+
as_fn_error $? "conditional \"HAVE_DTRACE\" was never defined.
|
|
20519
20632
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20520
20633
|
fi
|
|
20521
20634
|
if test -z "${DTRACE_NEEDS_OBJECTS_TRUE}" && test -z "${DTRACE_NEEDS_OBJECTS_FALSE}"; then
|
|
20522
|
-
as_fn_error "conditional \"DTRACE_NEEDS_OBJECTS\" was never defined.
|
|
20635
|
+
as_fn_error $? "conditional \"DTRACE_NEEDS_OBJECTS\" was never defined.
|
|
20523
20636
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20524
20637
|
fi
|
|
20525
20638
|
if test -z "${BUILD_BYTEORDER_TRUE}" && test -z "${BUILD_BYTEORDER_FALSE}"; then
|
|
20526
|
-
as_fn_error "conditional \"BUILD_BYTEORDER\" was never defined.
|
|
20639
|
+
as_fn_error $? "conditional \"BUILD_BYTEORDER\" was never defined.
|
|
20527
20640
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20528
20641
|
fi
|
|
20529
20642
|
if test -z "${BUILD_LIBMEMCACHEDUTIL_TRUE}" && test -z "${BUILD_LIBMEMCACHEDUTIL_FALSE}"; then
|
|
20530
|
-
as_fn_error "conditional \"BUILD_LIBMEMCACHEDUTIL\" was never defined.
|
|
20643
|
+
as_fn_error $? "conditional \"BUILD_LIBMEMCACHEDUTIL\" was never defined.
|
|
20531
20644
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20532
20645
|
fi
|
|
20533
20646
|
if test -z "${INCLUDE_HSIEH_SRC_TRUE}" && test -z "${INCLUDE_HSIEH_SRC_FALSE}"; then
|
|
20534
|
-
as_fn_error "conditional \"INCLUDE_HSIEH_SRC\" was never defined.
|
|
20647
|
+
as_fn_error $? "conditional \"INCLUDE_HSIEH_SRC\" was never defined.
|
|
20535
20648
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20536
20649
|
fi
|
|
20537
20650
|
if test -z "${HAVE_LIBSASL_TRUE}" && test -z "${HAVE_LIBSASL_FALSE}"; then
|
|
20538
|
-
as_fn_error "conditional \"HAVE_LIBSASL\" was never defined.
|
|
20651
|
+
as_fn_error $? "conditional \"HAVE_LIBSASL\" was never defined.
|
|
20539
20652
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20540
20653
|
fi
|
|
20541
20654
|
if test -z "${HAVE_LIBSASL2_TRUE}" && test -z "${HAVE_LIBSASL2_FALSE}"; then
|
|
20542
|
-
as_fn_error "conditional \"HAVE_LIBSASL2\" was never defined.
|
|
20655
|
+
as_fn_error $? "conditional \"HAVE_LIBSASL2\" was never defined.
|
|
20543
20656
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20544
20657
|
fi
|
|
20545
20658
|
if test -z "${HAVE_SASL_TRUE}" && test -z "${HAVE_SASL_FALSE}"; then
|
|
20546
|
-
as_fn_error "conditional \"HAVE_SASL\" was never defined.
|
|
20659
|
+
as_fn_error $? "conditional \"HAVE_SASL\" was never defined.
|
|
20547
20660
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
20548
20661
|
fi
|
|
20549
20662
|
|
|
20550
|
-
: ${CONFIG_STATUS=./config.status}
|
|
20663
|
+
: "${CONFIG_STATUS=./config.status}"
|
|
20551
20664
|
ac_write_fail=0
|
|
20552
20665
|
ac_clean_files_save=$ac_clean_files
|
|
20553
20666
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
|
@@ -20648,6 +20761,7 @@ fi
|
|
|
20648
20761
|
IFS=" "" $as_nl"
|
|
20649
20762
|
|
|
20650
20763
|
# Find who we are. Look in the path if we contain no directory separator.
|
|
20764
|
+
as_myself=
|
|
20651
20765
|
case $0 in #((
|
|
20652
20766
|
*[\\/]* ) as_myself=$0 ;;
|
|
20653
20767
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
@@ -20693,19 +20807,19 @@ export LANGUAGE
|
|
|
20693
20807
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
|
20694
20808
|
|
|
20695
20809
|
|
|
20696
|
-
# as_fn_error ERROR [LINENO LOG_FD]
|
|
20697
|
-
#
|
|
20810
|
+
# as_fn_error STATUS ERROR [LINENO LOG_FD]
|
|
20811
|
+
# ----------------------------------------
|
|
20698
20812
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
|
|
20699
20813
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
|
|
20700
|
-
# script with
|
|
20814
|
+
# script with STATUS, using 1 if that was 0.
|
|
20701
20815
|
as_fn_error ()
|
|
20702
20816
|
{
|
|
20703
|
-
as_status
|
|
20704
|
-
if test "$
|
|
20705
|
-
as_lineno=${as_lineno-"$
|
|
20706
|
-
$as_echo "$as_me:${as_lineno-$LINENO}: error: $
|
|
20817
|
+
as_status=$1; test $as_status -eq 0 && as_status=1
|
|
20818
|
+
if test "$4"; then
|
|
20819
|
+
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
|
|
20820
|
+
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
|
|
20707
20821
|
fi
|
|
20708
|
-
$as_echo "$as_me: error: $
|
|
20822
|
+
$as_echo "$as_me: error: $2" >&2
|
|
20709
20823
|
as_fn_exit $as_status
|
|
20710
20824
|
} # as_fn_error
|
|
20711
20825
|
|
|
@@ -20901,7 +21015,7 @@ $as_echo X"$as_dir" |
|
|
|
20901
21015
|
test -d "$as_dir" && break
|
|
20902
21016
|
done
|
|
20903
21017
|
test -z "$as_dirs" || eval "mkdir $as_dirs"
|
|
20904
|
-
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
|
|
21018
|
+
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
|
|
20905
21019
|
|
|
20906
21020
|
|
|
20907
21021
|
} # as_fn_mkdir_p
|
|
@@ -20955,7 +21069,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
20955
21069
|
# values after options handling.
|
|
20956
21070
|
ac_log="
|
|
20957
21071
|
This file was extended by libmemcached $as_me 0.32, which was
|
|
20958
|
-
generated by GNU Autoconf 2.
|
|
21072
|
+
generated by GNU Autoconf 2.68. Invocation command line was
|
|
20959
21073
|
|
|
20960
21074
|
CONFIG_FILES = $CONFIG_FILES
|
|
20961
21075
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
|
@@ -20995,6 +21109,7 @@ Usage: $0 [OPTION]... [TAG]...
|
|
|
20995
21109
|
|
|
20996
21110
|
-h, --help print this help, then exit
|
|
20997
21111
|
-V, --version print version number and configuration settings, then exit
|
|
21112
|
+
--config print configuration, then exit
|
|
20998
21113
|
-q, --quiet, --silent
|
|
20999
21114
|
do not print progress messages
|
|
21000
21115
|
-d, --debug don't remove temporary files
|
|
@@ -21017,12 +21132,13 @@ Report bugs to <http://tangent.org/552/libmemcached.html>."
|
|
|
21017
21132
|
|
|
21018
21133
|
_ACEOF
|
|
21019
21134
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
21135
|
+
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
|
21020
21136
|
ac_cs_version="\\
|
|
21021
21137
|
libmemcached config.status 0.32
|
|
21022
|
-
configured by $0, generated by GNU Autoconf 2.
|
|
21023
|
-
with options \\"
|
|
21138
|
+
configured by $0, generated by GNU Autoconf 2.68,
|
|
21139
|
+
with options \\"\$ac_cs_config\\"
|
|
21024
21140
|
|
|
21025
|
-
Copyright (C)
|
|
21141
|
+
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
21026
21142
|
This config.status script is free software; the Free Software Foundation
|
|
21027
21143
|
gives unlimited permission to copy, distribute and modify it."
|
|
21028
21144
|
|
|
@@ -21040,11 +21156,16 @@ ac_need_defaults=:
|
|
|
21040
21156
|
while test $# != 0
|
|
21041
21157
|
do
|
|
21042
21158
|
case $1 in
|
|
21043
|
-
|
|
21159
|
+
--*=?*)
|
|
21044
21160
|
ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
|
21045
21161
|
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
|
|
21046
21162
|
ac_shift=:
|
|
21047
21163
|
;;
|
|
21164
|
+
--*=)
|
|
21165
|
+
ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
|
21166
|
+
ac_optarg=
|
|
21167
|
+
ac_shift=:
|
|
21168
|
+
;;
|
|
21048
21169
|
*)
|
|
21049
21170
|
ac_option=$1
|
|
21050
21171
|
ac_optarg=$2
|
|
@@ -21058,12 +21179,15 @@ do
|
|
|
21058
21179
|
ac_cs_recheck=: ;;
|
|
21059
21180
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
|
21060
21181
|
$as_echo "$ac_cs_version"; exit ;;
|
|
21182
|
+
--config | --confi | --conf | --con | --co | --c )
|
|
21183
|
+
$as_echo "$ac_cs_config"; exit ;;
|
|
21061
21184
|
--debug | --debu | --deb | --de | --d | -d )
|
|
21062
21185
|
debug=: ;;
|
|
21063
21186
|
--file | --fil | --fi | --f )
|
|
21064
21187
|
$ac_shift
|
|
21065
21188
|
case $ac_optarg in
|
|
21066
21189
|
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
21190
|
+
'') as_fn_error $? "missing file argument" ;;
|
|
21067
21191
|
esac
|
|
21068
21192
|
as_fn_append CONFIG_FILES " '$ac_optarg'"
|
|
21069
21193
|
ac_need_defaults=false;;
|
|
@@ -21076,7 +21200,7 @@ do
|
|
|
21076
21200
|
ac_need_defaults=false;;
|
|
21077
21201
|
--he | --h)
|
|
21078
21202
|
# Conflict between --help and --header
|
|
21079
|
-
as_fn_error "ambiguous option: \`$1'
|
|
21203
|
+
as_fn_error $? "ambiguous option: \`$1'
|
|
21080
21204
|
Try \`$0 --help' for more information.";;
|
|
21081
21205
|
--help | --hel | -h )
|
|
21082
21206
|
$as_echo "$ac_cs_usage"; exit ;;
|
|
@@ -21085,7 +21209,7 @@ Try \`$0 --help' for more information.";;
|
|
|
21085
21209
|
ac_cs_silent=: ;;
|
|
21086
21210
|
|
|
21087
21211
|
# This is an error.
|
|
21088
|
-
-*) as_fn_error "unrecognized option: \`$1'
|
|
21212
|
+
-*) as_fn_error $? "unrecognized option: \`$1'
|
|
21089
21213
|
Try \`$0 --help' for more information." ;;
|
|
21090
21214
|
|
|
21091
21215
|
*) as_fn_append ac_config_targets " $1"
|
|
@@ -21505,7 +21629,7 @@ do
|
|
|
21505
21629
|
"support/libmemcached.spec") CONFIG_FILES="$CONFIG_FILES support/libmemcached.spec" ;;
|
|
21506
21630
|
"support/libmemcached-fc.spec") CONFIG_FILES="$CONFIG_FILES support/libmemcached-fc.spec" ;;
|
|
21507
21631
|
|
|
21508
|
-
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
|
21632
|
+
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
|
21509
21633
|
esac
|
|
21510
21634
|
done
|
|
21511
21635
|
|
|
@@ -21528,9 +21652,10 @@ fi
|
|
|
21528
21652
|
# after its creation but before its name has been assigned to `$tmp'.
|
|
21529
21653
|
$debug ||
|
|
21530
21654
|
{
|
|
21531
|
-
tmp=
|
|
21655
|
+
tmp= ac_tmp=
|
|
21532
21656
|
trap 'exit_status=$?
|
|
21533
|
-
|
|
21657
|
+
: "${ac_tmp:=$tmp}"
|
|
21658
|
+
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
|
|
21534
21659
|
' 0
|
|
21535
21660
|
trap 'as_fn_exit 1' 1 2 13 15
|
|
21536
21661
|
}
|
|
@@ -21538,12 +21663,13 @@ $debug ||
|
|
|
21538
21663
|
|
|
21539
21664
|
{
|
|
21540
21665
|
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
|
|
21541
|
-
test -
|
|
21666
|
+
test -d "$tmp"
|
|
21542
21667
|
} ||
|
|
21543
21668
|
{
|
|
21544
21669
|
tmp=./conf$$-$RANDOM
|
|
21545
21670
|
(umask 077 && mkdir "$tmp")
|
|
21546
|
-
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
|
|
21671
|
+
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
|
|
21672
|
+
ac_tmp=$tmp
|
|
21547
21673
|
|
|
21548
21674
|
# Set up the scripts for CONFIG_FILES section.
|
|
21549
21675
|
# No need to generate them if there are no CONFIG_FILES.
|
|
@@ -21560,12 +21686,12 @@ if test "x$ac_cr" = x; then
|
|
|
21560
21686
|
fi
|
|
21561
21687
|
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
|
|
21562
21688
|
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
|
|
21563
|
-
ac_cs_awk_cr='
|
|
21689
|
+
ac_cs_awk_cr='\\r'
|
|
21564
21690
|
else
|
|
21565
21691
|
ac_cs_awk_cr=$ac_cr
|
|
21566
21692
|
fi
|
|
21567
21693
|
|
|
21568
|
-
echo 'BEGIN {' >"$
|
|
21694
|
+
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
|
|
21569
21695
|
_ACEOF
|
|
21570
21696
|
|
|
21571
21697
|
|
|
@@ -21574,18 +21700,18 @@ _ACEOF
|
|
|
21574
21700
|
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
|
|
21575
21701
|
echo "_ACEOF"
|
|
21576
21702
|
} >conf$$subs.sh ||
|
|
21577
|
-
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21578
|
-
ac_delim_num=`echo "$ac_subst_vars" | grep -c '
|
|
21703
|
+
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21704
|
+
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
|
|
21579
21705
|
ac_delim='%!_!# '
|
|
21580
21706
|
for ac_last_try in false false false false false :; do
|
|
21581
21707
|
. ./conf$$subs.sh ||
|
|
21582
|
-
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21708
|
+
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21583
21709
|
|
|
21584
21710
|
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
|
|
21585
21711
|
if test $ac_delim_n = $ac_delim_num; then
|
|
21586
21712
|
break
|
|
21587
21713
|
elif $ac_last_try; then
|
|
21588
|
-
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21714
|
+
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
|
|
21589
21715
|
else
|
|
21590
21716
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
|
21591
21717
|
fi
|
|
@@ -21593,7 +21719,7 @@ done
|
|
|
21593
21719
|
rm -f conf$$subs.sh
|
|
21594
21720
|
|
|
21595
21721
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
21596
|
-
cat >>"\$
|
|
21722
|
+
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
|
|
21597
21723
|
_ACEOF
|
|
21598
21724
|
sed -n '
|
|
21599
21725
|
h
|
|
@@ -21607,7 +21733,7 @@ s/'"$ac_delim"'$//
|
|
|
21607
21733
|
t delim
|
|
21608
21734
|
:nl
|
|
21609
21735
|
h
|
|
21610
|
-
s/\(.\{148\}\)
|
|
21736
|
+
s/\(.\{148\}\)..*/\1/
|
|
21611
21737
|
t more1
|
|
21612
21738
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
|
|
21613
21739
|
p
|
|
@@ -21621,7 +21747,7 @@ s/.\{148\}//
|
|
|
21621
21747
|
t nl
|
|
21622
21748
|
:delim
|
|
21623
21749
|
h
|
|
21624
|
-
s/\(.\{148\}\)
|
|
21750
|
+
s/\(.\{148\}\)..*/\1/
|
|
21625
21751
|
t more2
|
|
21626
21752
|
s/["\\]/\\&/g; s/^/"/; s/$/"/
|
|
21627
21753
|
p
|
|
@@ -21641,7 +21767,7 @@ t delim
|
|
|
21641
21767
|
rm -f conf$$subs.awk
|
|
21642
21768
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
21643
21769
|
_ACAWK
|
|
21644
|
-
cat >>"\$
|
|
21770
|
+
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
|
|
21645
21771
|
for (key in S) S_is_set[key] = 1
|
|
21646
21772
|
FS = ""
|
|
21647
21773
|
|
|
@@ -21673,21 +21799,29 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
|
|
|
21673
21799
|
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
|
|
21674
21800
|
else
|
|
21675
21801
|
cat
|
|
21676
|
-
fi < "$
|
|
21677
|
-
|| as_fn_error "could not setup config files machinery" "$LINENO" 5
|
|
21802
|
+
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
|
|
21803
|
+
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5
|
|
21678
21804
|
_ACEOF
|
|
21679
21805
|
|
|
21680
|
-
# VPATH may cause trouble with some makes, so we remove $(srcdir),
|
|
21681
|
-
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
|
21806
|
+
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
|
|
21807
|
+
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
|
|
21682
21808
|
# trailing colons and then remove the whole line if VPATH becomes empty
|
|
21683
21809
|
# (actually we leave an empty line to preserve line numbers).
|
|
21684
21810
|
if test "x$srcdir" = x.; then
|
|
21685
|
-
ac_vpsub='/^[ ]*VPATH[ ]
|
|
21686
|
-
|
|
21687
|
-
s
|
|
21688
|
-
s
|
|
21689
|
-
s
|
|
21811
|
+
ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
|
|
21812
|
+
h
|
|
21813
|
+
s///
|
|
21814
|
+
s/^/:/
|
|
21815
|
+
s/[ ]*$/:/
|
|
21816
|
+
s/:\$(srcdir):/:/g
|
|
21817
|
+
s/:\${srcdir}:/:/g
|
|
21818
|
+
s/:@srcdir@:/:/g
|
|
21819
|
+
s/^:*//
|
|
21690
21820
|
s/:*$//
|
|
21821
|
+
x
|
|
21822
|
+
s/\(=[ ]*\).*/\1/
|
|
21823
|
+
G
|
|
21824
|
+
s/\n//
|
|
21691
21825
|
s/^[^=]*=[ ]*$//
|
|
21692
21826
|
}'
|
|
21693
21827
|
fi
|
|
@@ -21699,7 +21833,7 @@ fi # test -n "$CONFIG_FILES"
|
|
|
21699
21833
|
# No need to generate them if there are no CONFIG_HEADERS.
|
|
21700
21834
|
# This happens for instance with `./config.status Makefile'.
|
|
21701
21835
|
if test -n "$CONFIG_HEADERS"; then
|
|
21702
|
-
cat >"$
|
|
21836
|
+
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
|
|
21703
21837
|
BEGIN {
|
|
21704
21838
|
_ACEOF
|
|
21705
21839
|
|
|
@@ -21711,11 +21845,11 @@ _ACEOF
|
|
|
21711
21845
|
# handling of long lines.
|
|
21712
21846
|
ac_delim='%!_!# '
|
|
21713
21847
|
for ac_last_try in false false :; do
|
|
21714
|
-
|
|
21715
|
-
if test -z "$
|
|
21848
|
+
ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
|
|
21849
|
+
if test -z "$ac_tt"; then
|
|
21716
21850
|
break
|
|
21717
21851
|
elif $ac_last_try; then
|
|
21718
|
-
as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
|
|
21852
|
+
as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
|
|
21719
21853
|
else
|
|
21720
21854
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
|
21721
21855
|
fi
|
|
@@ -21800,7 +21934,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
|
21800
21934
|
_ACAWK
|
|
21801
21935
|
_ACEOF
|
|
21802
21936
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
21803
|
-
as_fn_error "could not setup config headers machinery" "$LINENO" 5
|
|
21937
|
+
as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
|
|
21804
21938
|
fi # test -n "$CONFIG_HEADERS"
|
|
21805
21939
|
|
|
21806
21940
|
|
|
@@ -21813,7 +21947,7 @@ do
|
|
|
21813
21947
|
esac
|
|
21814
21948
|
case $ac_mode$ac_tag in
|
|
21815
21949
|
:[FHL]*:*);;
|
|
21816
|
-
:L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
|
|
21950
|
+
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
|
|
21817
21951
|
:[FH]-) ac_tag=-:-;;
|
|
21818
21952
|
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
|
|
21819
21953
|
esac
|
|
@@ -21832,7 +21966,7 @@ do
|
|
|
21832
21966
|
for ac_f
|
|
21833
21967
|
do
|
|
21834
21968
|
case $ac_f in
|
|
21835
|
-
-) ac_f="$
|
|
21969
|
+
-) ac_f="$ac_tmp/stdin";;
|
|
21836
21970
|
*) # Look for the file first in the build tree, then in the source tree
|
|
21837
21971
|
# (if the path is not absolute). The absolute path cannot be DOS-style,
|
|
21838
21972
|
# because $ac_f cannot contain `:'.
|
|
@@ -21841,7 +21975,7 @@ do
|
|
|
21841
21975
|
[\\/$]*) false;;
|
|
21842
21976
|
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
|
|
21843
21977
|
esac ||
|
|
21844
|
-
as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
|
|
21978
|
+
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
|
|
21845
21979
|
esac
|
|
21846
21980
|
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
|
|
21847
21981
|
as_fn_append ac_file_inputs " '$ac_f'"
|
|
@@ -21867,8 +22001,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
|
|
|
21867
22001
|
esac
|
|
21868
22002
|
|
|
21869
22003
|
case $ac_tag in
|
|
21870
|
-
*:-:* | *:-) cat >"$
|
|
21871
|
-
|| as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
|
|
22004
|
+
*:-:* | *:-) cat >"$ac_tmp/stdin" \
|
|
22005
|
+
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
|
|
21872
22006
|
esac
|
|
21873
22007
|
;;
|
|
21874
22008
|
esac
|
|
@@ -22004,23 +22138,24 @@ s&@INSTALL@&$ac_INSTALL&;t t
|
|
|
22004
22138
|
s&@MKDIR_P@&$ac_MKDIR_P&;t t
|
|
22005
22139
|
$ac_datarootdir_hack
|
|
22006
22140
|
"
|
|
22007
|
-
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$
|
|
22008
|
-
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
|
22141
|
+
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
|
|
22142
|
+
>$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
|
22009
22143
|
|
|
22010
22144
|
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
|
22011
|
-
{ ac_out=`sed -n '/\${datarootdir}/p' "$
|
|
22012
|
-
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p'
|
|
22145
|
+
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
|
|
22146
|
+
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
|
|
22147
|
+
"$ac_tmp/out"`; test -z "$ac_out"; } &&
|
|
22013
22148
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
|
22014
|
-
which seems to be undefined. Please make sure it is defined
|
|
22149
|
+
which seems to be undefined. Please make sure it is defined" >&5
|
|
22015
22150
|
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
|
22016
|
-
which seems to be undefined. Please make sure it is defined
|
|
22151
|
+
which seems to be undefined. Please make sure it is defined" >&2;}
|
|
22017
22152
|
|
|
22018
|
-
rm -f "$
|
|
22153
|
+
rm -f "$ac_tmp/stdin"
|
|
22019
22154
|
case $ac_file in
|
|
22020
|
-
-) cat "$
|
|
22021
|
-
*) rm -f "$ac_file" && mv "$
|
|
22155
|
+
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
|
|
22156
|
+
*) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
|
|
22022
22157
|
esac \
|
|
22023
|
-
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
|
22158
|
+
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
|
22024
22159
|
;;
|
|
22025
22160
|
:H)
|
|
22026
22161
|
#
|
|
@@ -22029,21 +22164,21 @@ which seems to be undefined. Please make sure it is defined." >&2;}
|
|
|
22029
22164
|
if test x"$ac_file" != x-; then
|
|
22030
22165
|
{
|
|
22031
22166
|
$as_echo "/* $configure_input */" \
|
|
22032
|
-
&& eval '$AWK -f "$
|
|
22033
|
-
} >"$
|
|
22034
|
-
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
|
22035
|
-
if diff "$ac_file" "$
|
|
22167
|
+
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
|
|
22168
|
+
} >"$ac_tmp/config.h" \
|
|
22169
|
+
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
|
22170
|
+
if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
|
|
22036
22171
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
|
|
22037
22172
|
$as_echo "$as_me: $ac_file is unchanged" >&6;}
|
|
22038
22173
|
else
|
|
22039
22174
|
rm -f "$ac_file"
|
|
22040
|
-
mv "$
|
|
22041
|
-
|| as_fn_error "could not create $ac_file" "$LINENO" 5
|
|
22175
|
+
mv "$ac_tmp/config.h" "$ac_file" \
|
|
22176
|
+
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|
|
22042
22177
|
fi
|
|
22043
22178
|
else
|
|
22044
22179
|
$as_echo "/* $configure_input */" \
|
|
22045
|
-
&& eval '$AWK -f "$
|
|
22046
|
-
|| as_fn_error "could not create -" "$LINENO" 5
|
|
22180
|
+
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
|
|
22181
|
+
|| as_fn_error $? "could not create -" "$LINENO" 5
|
|
22047
22182
|
fi
|
|
22048
22183
|
# Compute "$ac_file"'s index in $config_headers.
|
|
22049
22184
|
_am_arg="$ac_file"
|
|
@@ -22995,7 +23130,7 @@ _ACEOF
|
|
|
22995
23130
|
ac_clean_files=$ac_clean_files_save
|
|
22996
23131
|
|
|
22997
23132
|
test $ac_write_fail = 0 ||
|
|
22998
|
-
as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
|
|
23133
|
+
as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
|
|
22999
23134
|
|
|
23000
23135
|
|
|
23001
23136
|
# configure is writing to config.log, and then calls config.status.
|
|
@@ -23016,7 +23151,7 @@ if test "$no_create" != yes; then
|
|
|
23016
23151
|
exec 5>>config.log
|
|
23017
23152
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
|
23018
23153
|
# would make configure fail if this is the last instruction.
|
|
23019
|
-
$ac_cs_success || as_fn_exit
|
|
23154
|
+
$ac_cs_success || as_fn_exit 1
|
|
23020
23155
|
fi
|
|
23021
23156
|
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
|
23022
23157
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|