| 30 |
ashish |
1 |
m4trace:/usr/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
|
|
|
2 |
|
|
|
3 |
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
|
|
|
4 |
|
|
|
5 |
AC_CHECK_TYPES([error_t],
|
|
|
6 |
[],
|
|
|
7 |
[AC_DEFINE([error_t], [int],
|
|
|
8 |
[Define to a type to use for `error_t' if it is not otherwise available.])
|
|
|
9 |
AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
|
|
|
10 |
does not typedef error_t.])],
|
|
|
11 |
[#if defined(HAVE_ARGZ_H)
|
|
|
12 |
# include <argz.h>
|
|
|
13 |
#endif])
|
|
|
14 |
|
|
|
15 |
ARGZ_H=
|
|
|
16 |
AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
|
|
|
17 |
argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
|
|
|
18 |
|
|
|
19 |
dnl if have system argz functions, allow forced use of
|
|
|
20 |
dnl libltdl-supplied implementation (and default to do so
|
|
|
21 |
dnl on "known bad" systems). Could use a runtime check, but
|
|
|
22 |
dnl (a) detecting malloc issues is notoriously unreliable
|
|
|
23 |
dnl (b) only known system that declares argz functions,
|
|
|
24 |
dnl provides them, yet they are broken, is cygwin
|
|
|
25 |
dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
|
|
|
26 |
dnl So, it's more straightforward simply to special case
|
|
|
27 |
dnl this for known bad systems.
|
|
|
28 |
AS_IF([test -z "$ARGZ_H"],
|
|
|
29 |
[AC_CACHE_CHECK(
|
|
|
30 |
[if argz actually works],
|
|
|
31 |
[lt_cv_sys_argz_works],
|
|
|
32 |
[[case $host_os in #(
|
|
|
33 |
*cygwin*)
|
|
|
34 |
lt_cv_sys_argz_works=no
|
|
|
35 |
if test "$cross_compiling" != no; then
|
|
|
36 |
lt_cv_sys_argz_works="guessing no"
|
|
|
37 |
else
|
|
|
38 |
lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
|
|
|
39 |
save_IFS=$IFS
|
|
|
40 |
IFS=-.
|
|
|
41 |
set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
|
|
|
42 |
IFS=$save_IFS
|
|
|
43 |
lt_os_major=${2-0}
|
|
|
44 |
lt_os_minor=${3-0}
|
|
|
45 |
lt_os_micro=${4-0}
|
|
|
46 |
if test "$lt_os_major" -gt 1 \
|
|
|
47 |
|| { test "$lt_os_major" -eq 1 \
|
|
|
48 |
&& { test "$lt_os_minor" -gt 5 \
|
|
|
49 |
|| { test "$lt_os_minor" -eq 5 \
|
|
|
50 |
&& test "$lt_os_micro" -gt 24; }; }; }; then
|
|
|
51 |
lt_cv_sys_argz_works=yes
|
|
|
52 |
fi
|
|
|
53 |
fi
|
|
|
54 |
;; #(
|
|
|
55 |
*) lt_cv_sys_argz_works=yes ;;
|
|
|
56 |
esac]])
|
|
|
57 |
AS_IF([test $lt_cv_sys_argz_works = yes],
|
|
|
58 |
[AC_DEFINE([HAVE_WORKING_ARGZ], 1,
|
|
|
59 |
[This value is set to 1 to indicate that the system argz facility works])],
|
|
|
60 |
[ARGZ_H=argz.h
|
|
|
61 |
AC_LIBOBJ([argz])])])
|
|
|
62 |
|
|
|
63 |
AC_SUBST([ARGZ_H])
|
|
|
64 |
])
|
|
|
65 |
m4trace:/usr/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
|
|
|
66 |
m4trace:/usr/share/aclocal/libtool.m4:67: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
|
|
|
67 |
AC_BEFORE([$0], [LT_LANG])dnl
|
|
|
68 |
AC_BEFORE([$0], [LT_OUTPUT])dnl
|
|
|
69 |
AC_BEFORE([$0], [LTDL_INIT])dnl
|
|
|
70 |
m4_require([_LT_CHECK_BUILDDIR])dnl
|
|
|
71 |
|
|
|
72 |
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
|
|
|
73 |
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
|
|
|
74 |
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
|
|
|
75 |
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
|
|
|
76 |
dnl unless we require an AC_DEFUNed macro:
|
|
|
77 |
AC_REQUIRE([LTOPTIONS_VERSION])dnl
|
|
|
78 |
AC_REQUIRE([LTSUGAR_VERSION])dnl
|
|
|
79 |
AC_REQUIRE([LTVERSION_VERSION])dnl
|
|
|
80 |
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
|
|
|
81 |
m4_require([_LT_PROG_LTMAIN])dnl
|
|
|
82 |
|
|
|
83 |
dnl Parse OPTIONS
|
|
|
84 |
_LT_SET_OPTIONS([$0], [$1])
|
|
|
85 |
|
|
|
86 |
# This can be used to rebuild libtool when needed
|
|
|
87 |
LIBTOOL_DEPS="$ltmain"
|
|
|
88 |
|
|
|
89 |
# Always use our own libtool.
|
|
|
90 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
|
91 |
AC_SUBST(LIBTOOL)dnl
|
|
|
92 |
|
|
|
93 |
_LT_SETUP
|
|
|
94 |
|
|
|
95 |
# Only expand once:
|
|
|
96 |
m4_define([LT_INIT])
|
|
|
97 |
])
|
|
|
98 |
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
|
|
99 |
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
|
|
|
100 |
You should run autoupdate.])dnl
|
|
|
101 |
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
|
|
102 |
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
|
|
103 |
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
|
|
|
104 |
You should run autoupdate.])dnl
|
|
|
105 |
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
|
|
106 |
m4trace:/usr/share/aclocal/libtool.m4:562: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
|
|
|
107 |
AC_MSG_NOTICE([creating $CONFIG_LT])
|
|
|
108 |
cat >"$CONFIG_LT" <<_LTEOF
|
|
|
109 |
#! $SHELL
|
|
|
110 |
# Generated by $as_me.
|
|
|
111 |
# Run this file to recreate a libtool stub with the current configuration.
|
|
|
112 |
|
|
|
113 |
lt_cl_silent=false
|
|
|
114 |
SHELL=\${CONFIG_SHELL-$SHELL}
|
|
|
115 |
_LTEOF
|
|
|
116 |
|
|
|
117 |
cat >>"$CONFIG_LT" <<\_LTEOF
|
|
|
118 |
AS_SHELL_SANITIZE
|
|
|
119 |
_AS_PREPARE
|
|
|
120 |
|
|
|
121 |
exec AS_MESSAGE_FD>&1
|
|
|
122 |
exec AS_MESSAGE_LOG_FD>>config.log
|
|
|
123 |
{
|
|
|
124 |
echo
|
|
|
125 |
AS_BOX([Running $as_me.])
|
|
|
126 |
} >&AS_MESSAGE_LOG_FD
|
|
|
127 |
|
|
|
128 |
lt_cl_help="\
|
|
|
129 |
\`$as_me' creates a local libtool stub from the current configuration,
|
|
|
130 |
for use in further configure time tests before the real libtool is
|
|
|
131 |
generated.
|
|
|
132 |
|
|
|
133 |
Usage: $[0] [[OPTIONS]]
|
|
|
134 |
|
|
|
135 |
-h, --help print this help, then exit
|
|
|
136 |
-V, --version print version number, then exit
|
|
|
137 |
-q, --quiet do not print progress messages
|
|
|
138 |
-d, --debug don't remove temporary files
|
|
|
139 |
|
|
|
140 |
Report bugs to <bug-libtool@gnu.org>."
|
|
|
141 |
|
|
|
142 |
lt_cl_version="\
|
|
|
143 |
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
|
|
|
144 |
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
|
|
|
145 |
configured by $[0], generated by m4_PACKAGE_STRING.
|
|
|
146 |
|
|
|
147 |
Copyright (C) 2008 Free Software Foundation, Inc.
|
|
|
148 |
This config.lt script is free software; the Free Software Foundation
|
|
|
149 |
gives unlimited permision to copy, distribute and modify it."
|
|
|
150 |
|
|
|
151 |
while test $[#] != 0
|
|
|
152 |
do
|
|
|
153 |
case $[1] in
|
|
|
154 |
--version | --v* | -V )
|
|
|
155 |
echo "$lt_cl_version"; exit 0 ;;
|
|
|
156 |
--help | --h* | -h )
|
|
|
157 |
echo "$lt_cl_help"; exit 0 ;;
|
|
|
158 |
--debug | --d* | -d )
|
|
|
159 |
debug=: ;;
|
|
|
160 |
--quiet | --q* | --silent | --s* | -q )
|
|
|
161 |
lt_cl_silent=: ;;
|
|
|
162 |
|
|
|
163 |
-*) AC_MSG_ERROR([unrecognized option: $[1]
|
|
|
164 |
Try \`$[0] --help' for more information.]) ;;
|
|
|
165 |
|
|
|
166 |
*) AC_MSG_ERROR([unrecognized argument: $[1]
|
|
|
167 |
Try \`$[0] --help' for more information.]) ;;
|
|
|
168 |
esac
|
|
|
169 |
shift
|
|
|
170 |
done
|
|
|
171 |
|
|
|
172 |
if $lt_cl_silent; then
|
|
|
173 |
exec AS_MESSAGE_FD>/dev/null
|
|
|
174 |
fi
|
|
|
175 |
_LTEOF
|
|
|
176 |
|
|
|
177 |
cat >>"$CONFIG_LT" <<_LTEOF
|
|
|
178 |
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
|
|
|
179 |
_LTEOF
|
|
|
180 |
|
|
|
181 |
cat >>"$CONFIG_LT" <<\_LTEOF
|
|
|
182 |
AC_MSG_NOTICE([creating $ofile])
|
|
|
183 |
_LT_OUTPUT_LIBTOOL_COMMANDS
|
|
|
184 |
AS_EXIT(0)
|
|
|
185 |
_LTEOF
|
|
|
186 |
chmod +x "$CONFIG_LT"
|
|
|
187 |
|
|
|
188 |
# configure is writing to config.log, but config.lt does its own redirection,
|
|
|
189 |
# appending to config.log, which fails on DOS, as config.log is still kept
|
|
|
190 |
# open by configure. Here we exec the FD to /dev/null, effectively closing
|
|
|
191 |
# config.log, so it can be properly (re)opened and appended to by config.lt.
|
|
|
192 |
if test "$no_create" != yes; then
|
|
|
193 |
lt_cl_success=:
|
|
|
194 |
test "$silent" = yes &&
|
|
|
195 |
lt_config_lt_args="$lt_config_lt_args --quiet"
|
|
|
196 |
exec AS_MESSAGE_LOG_FD>/dev/null
|
|
|
197 |
$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
|
|
|
198 |
exec AS_MESSAGE_LOG_FD>>config.log
|
|
|
199 |
$lt_cl_success || AS_EXIT(1)
|
|
|
200 |
fi
|
|
|
201 |
])
|
|
|
202 |
m4trace:/usr/share/aclocal/libtool.m4:757: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
|
|
|
203 |
m4trace:/usr/share/aclocal/libtool.m4:768: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
|
|
|
204 |
m4_case([$1],
|
|
|
205 |
[C], [_LT_LANG(C)],
|
|
|
206 |
[C++], [_LT_LANG(CXX)],
|
|
|
207 |
[Java], [_LT_LANG(GCJ)],
|
|
|
208 |
[Fortran 77], [_LT_LANG(F77)],
|
|
|
209 |
[Fortran], [_LT_LANG(FC)],
|
|
|
210 |
[Windows Resource], [_LT_LANG(RC)],
|
|
|
211 |
[m4_ifdef([_LT_LANG_]$1[_CONFIG],
|
|
|
212 |
[_LT_LANG($1)],
|
|
|
213 |
[m4_fatal([$0: unsupported language: "$1"])])])dnl
|
|
|
214 |
])
|
|
|
215 |
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
|
|
|
216 |
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
|
|
|
217 |
You should run autoupdate.])dnl
|
|
|
218 |
LT_LANG(C++)])
|
|
|
219 |
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
|
|
|
220 |
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
|
|
|
221 |
You should run autoupdate.])dnl
|
|
|
222 |
LT_LANG(Fortran 77)])
|
|
|
223 |
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
|
|
|
224 |
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
|
|
|
225 |
You should run autoupdate.])dnl
|
|
|
226 |
LT_LANG(Fortran)])
|
|
|
227 |
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
|
|
|
228 |
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
|
|
|
229 |
You should run autoupdate.])dnl
|
|
|
230 |
LT_LANG(Java)])
|
|
|
231 |
m4trace:/usr/share/aclocal/libtool.m4:1402: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
|
|
232 |
m4_require([_LT_DECL_SED])dnl
|
|
|
233 |
AC_CACHE_CHECK([$1], [$2],
|
|
|
234 |
[$2=no
|
|
|
235 |
m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
|
|
236 |
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
|
|
237 |
lt_compiler_flag="$3"
|
|
|
238 |
# Insert the option either (1) after the last *FLAGS variable, or
|
|
|
239 |
# (2) before a word containing "conftest.", or (3) at the end.
|
|
|
240 |
# Note that $ac_compile itself does not contain backslashes and begins
|
|
|
241 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
|
|
242 |
# The option is referenced via a variable to avoid confusing sed.
|
|
|
243 |
lt_compile=`echo "$ac_compile" | $SED \
|
|
|
244 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
|
|
245 |
-e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
246 |
-e 's:$: $lt_compiler_flag:'`
|
|
|
247 |
(eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
|
|
248 |
(eval "$lt_compile" 2>conftest.err)
|
|
|
249 |
ac_status=$?
|
|
|
250 |
cat conftest.err >&AS_MESSAGE_LOG_FD
|
|
|
251 |
echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
|
|
252 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
|
|
253 |
# The compiler can only warn and ignore the option if not recognized
|
|
|
254 |
# So say no if there are warnings other than the usual output.
|
|
|
255 |
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
|
|
256 |
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
|
|
257 |
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
|
|
258 |
$2=yes
|
|
|
259 |
fi
|
|
|
260 |
fi
|
|
|
261 |
$RM conftest*
|
|
|
262 |
])
|
|
|
263 |
|
|
|
264 |
if test x"[$]$2" = xyes; then
|
|
|
265 |
m4_if([$5], , :, [$5])
|
|
|
266 |
else
|
|
|
267 |
m4_if([$6], , :, [$6])
|
|
|
268 |
fi
|
|
|
269 |
])
|
|
|
270 |
m4trace:/usr/share/aclocal/libtool.m4:1444: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
|
|
|
271 |
m4trace:/usr/share/aclocal/libtool.m4:1444: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
|
|
|
272 |
You should run autoupdate.])dnl
|
|
|
273 |
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
|
|
|
274 |
m4trace:/usr/share/aclocal/libtool.m4:1453: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
|
|
275 |
m4_require([_LT_DECL_SED])dnl
|
|
|
276 |
AC_CACHE_CHECK([$1], [$2],
|
|
|
277 |
[$2=no
|
|
|
278 |
save_LDFLAGS="$LDFLAGS"
|
|
|
279 |
LDFLAGS="$LDFLAGS $3"
|
|
|
280 |
echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
|
|
281 |
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
|
|
282 |
# The linker can only warn and ignore the option if not recognized
|
|
|
283 |
# So say no if there are warnings
|
|
|
284 |
if test -s conftest.err; then
|
|
|
285 |
# Append any errors to the config.log.
|
|
|
286 |
cat conftest.err 1>&AS_MESSAGE_LOG_FD
|
|
|
287 |
$ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
|
|
|
288 |
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
|
|
289 |
if diff conftest.exp conftest.er2 >/dev/null; then
|
|
|
290 |
$2=yes
|
|
|
291 |
fi
|
|
|
292 |
else
|
|
|
293 |
$2=yes
|
|
|
294 |
fi
|
|
|
295 |
fi
|
|
|
296 |
$RM -r conftest*
|
|
|
297 |
LDFLAGS="$save_LDFLAGS"
|
|
|
298 |
])
|
|
|
299 |
|
|
|
300 |
if test x"[$]$2" = xyes; then
|
|
|
301 |
m4_if([$4], , :, [$4])
|
|
|
302 |
else
|
|
|
303 |
m4_if([$5], , :, [$5])
|
|
|
304 |
fi
|
|
|
305 |
])
|
|
|
306 |
m4trace:/usr/share/aclocal/libtool.m4:1488: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
|
|
|
307 |
m4trace:/usr/share/aclocal/libtool.m4:1488: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
|
|
|
308 |
You should run autoupdate.])dnl
|
|
|
309 |
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
|
|
|
310 |
m4trace:/usr/share/aclocal/libtool.m4:1495: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
311 |
# find the maximum length of command line arguments
|
|
|
312 |
AC_MSG_CHECKING([the maximum length of command line arguments])
|
|
|
313 |
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
|
|
314 |
i=0
|
|
|
315 |
teststring="ABCD"
|
|
|
316 |
|
|
|
317 |
case $build_os in
|
|
|
318 |
msdosdjgpp*)
|
|
|
319 |
# On DJGPP, this test can blow up pretty badly due to problems in libc
|
|
|
320 |
# (any single argument exceeding 2000 bytes causes a buffer overrun
|
|
|
321 |
# during glob expansion). Even if it were fixed, the result of this
|
|
|
322 |
# check would be larger than it should be.
|
|
|
323 |
lt_cv_sys_max_cmd_len=12288; # 12K is about right
|
|
|
324 |
;;
|
|
|
325 |
|
|
|
326 |
gnu*)
|
|
|
327 |
# Under GNU Hurd, this test is not required because there is
|
|
|
328 |
# no limit to the length of command line arguments.
|
|
|
329 |
# Libtool will interpret -1 as no limit whatsoever
|
|
|
330 |
lt_cv_sys_max_cmd_len=-1;
|
|
|
331 |
;;
|
|
|
332 |
|
|
|
333 |
cygwin* | mingw* | cegcc*)
|
|
|
334 |
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
|
335 |
# about 5 minutes as the teststring grows exponentially.
|
|
|
336 |
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
|
337 |
# you end up with a "frozen" computer, even though with patience
|
|
|
338 |
# the test eventually succeeds (with a max line length of 256k).
|
|
|
339 |
# Instead, let's just punt: use the minimum linelength reported by
|
|
|
340 |
# all of the supported platforms: 8192 (on NT/2K/XP).
|
|
|
341 |
lt_cv_sys_max_cmd_len=8192;
|
|
|
342 |
;;
|
|
|
343 |
|
|
|
344 |
amigaos*)
|
|
|
345 |
# On AmigaOS with pdksh, this test takes hours, literally.
|
|
|
346 |
# So we just punt and use a minimum line length of 8192.
|
|
|
347 |
lt_cv_sys_max_cmd_len=8192;
|
|
|
348 |
;;
|
|
|
349 |
|
|
|
350 |
netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
|
|
351 |
# This has been around since 386BSD, at least. Likely further.
|
|
|
352 |
if test -x /sbin/sysctl; then
|
|
|
353 |
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
|
|
354 |
elif test -x /usr/sbin/sysctl; then
|
|
|
355 |
lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
|
|
|
356 |
else
|
|
|
357 |
lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
|
|
|
358 |
fi
|
|
|
359 |
# And add a safety zone
|
|
|
360 |
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
|
|
361 |
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
|
|
362 |
;;
|
|
|
363 |
|
|
|
364 |
interix*)
|
|
|
365 |
# We know the value 262144 and hardcode it with a safety zone (like BSD)
|
|
|
366 |
lt_cv_sys_max_cmd_len=196608
|
|
|
367 |
;;
|
|
|
368 |
|
|
|
369 |
osf*)
|
|
|
370 |
# Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
|
|
371 |
# due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
|
|
372 |
# nice to cause kernel panics so lets avoid the loop below.
|
|
|
373 |
# First set a reasonable default.
|
|
|
374 |
lt_cv_sys_max_cmd_len=16384
|
|
|
375 |
#
|
|
|
376 |
if test -x /sbin/sysconfig; then
|
|
|
377 |
case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
|
|
378 |
*1*) lt_cv_sys_max_cmd_len=-1 ;;
|
|
|
379 |
esac
|
|
|
380 |
fi
|
|
|
381 |
;;
|
|
|
382 |
sco3.2v5*)
|
|
|
383 |
lt_cv_sys_max_cmd_len=102400
|
|
|
384 |
;;
|
|
|
385 |
sysv5* | sco5v6* | sysv4.2uw2*)
|
|
|
386 |
kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
|
|
|
387 |
if test -n "$kargmax"; then
|
|
|
388 |
lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
|
|
|
389 |
else
|
|
|
390 |
lt_cv_sys_max_cmd_len=32768
|
|
|
391 |
fi
|
|
|
392 |
;;
|
|
|
393 |
*)
|
|
|
394 |
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
|
|
395 |
if test -n "$lt_cv_sys_max_cmd_len"; then
|
|
|
396 |
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
|
|
397 |
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
|
|
398 |
else
|
|
|
399 |
# Make teststring a little bigger before we do anything with it.
|
|
|
400 |
# a 1K string should be a reasonable start.
|
|
|
401 |
for i in 1 2 3 4 5 6 7 8 ; do
|
|
|
402 |
teststring=$teststring$teststring
|
|
|
403 |
done
|
|
|
404 |
SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
|
|
405 |
# If test is not a shell built-in, we'll probably end up computing a
|
|
|
406 |
# maximum length that is only half of the actual maximum length, but
|
|
|
407 |
# we can't tell.
|
|
|
408 |
while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
|
|
|
409 |
= "XX$teststring$teststring"; } >/dev/null 2>&1 &&
|
|
|
410 |
test $i != 17 # 1/2 MB should be enough
|
|
|
411 |
do
|
|
|
412 |
i=`expr $i + 1`
|
|
|
413 |
teststring=$teststring$teststring
|
|
|
414 |
done
|
|
|
415 |
# Only check the string length outside the loop.
|
|
|
416 |
lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
|
|
|
417 |
teststring=
|
|
|
418 |
# Add a significant safety factor because C++ compilers can tack on
|
|
|
419 |
# massive amounts of additional arguments before passing them to the
|
|
|
420 |
# linker. It appears as though 1/2 is a usable value.
|
|
|
421 |
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
|
|
422 |
fi
|
|
|
423 |
;;
|
|
|
424 |
esac
|
|
|
425 |
])
|
|
|
426 |
if test -n $lt_cv_sys_max_cmd_len ; then
|
|
|
427 |
AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
|
|
|
428 |
else
|
|
|
429 |
AC_MSG_RESULT(none)
|
|
|
430 |
fi
|
|
|
431 |
max_cmd_len=$lt_cv_sys_max_cmd_len
|
|
|
432 |
_LT_DECL([], [max_cmd_len], [0],
|
|
|
433 |
[What is the maximum length of a command?])
|
|
|
434 |
])
|
|
|
435 |
m4trace:/usr/share/aclocal/libtool.m4:1623: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
|
|
|
436 |
m4trace:/usr/share/aclocal/libtool.m4:1623: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
|
|
|
437 |
You should run autoupdate.])dnl
|
|
|
438 |
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
|
|
|
439 |
m4trace:/usr/share/aclocal/libtool.m4:1724: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
|
|
|
440 |
if test "x$enable_dlopen" != xyes; then
|
|
|
441 |
enable_dlopen=unknown
|
|
|
442 |
enable_dlopen_self=unknown
|
|
|
443 |
enable_dlopen_self_static=unknown
|
|
|
444 |
else
|
|
|
445 |
lt_cv_dlopen=no
|
|
|
446 |
lt_cv_dlopen_libs=
|
|
|
447 |
|
|
|
448 |
case $host_os in
|
|
|
449 |
beos*)
|
|
|
450 |
lt_cv_dlopen="load_add_on"
|
|
|
451 |
lt_cv_dlopen_libs=
|
|
|
452 |
lt_cv_dlopen_self=yes
|
|
|
453 |
;;
|
|
|
454 |
|
|
|
455 |
mingw* | pw32* | cegcc*)
|
|
|
456 |
lt_cv_dlopen="LoadLibrary"
|
|
|
457 |
lt_cv_dlopen_libs=
|
|
|
458 |
;;
|
|
|
459 |
|
|
|
460 |
cygwin*)
|
|
|
461 |
lt_cv_dlopen="dlopen"
|
|
|
462 |
lt_cv_dlopen_libs=
|
|
|
463 |
;;
|
|
|
464 |
|
|
|
465 |
darwin*)
|
|
|
466 |
# if libdl is installed we need to link against it
|
|
|
467 |
AC_CHECK_LIB([dl], [dlopen],
|
|
|
468 |
[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
|
|
|
469 |
lt_cv_dlopen="dyld"
|
|
|
470 |
lt_cv_dlopen_libs=
|
|
|
471 |
lt_cv_dlopen_self=yes
|
|
|
472 |
])
|
|
|
473 |
;;
|
|
|
474 |
|
|
|
475 |
*)
|
|
|
476 |
AC_CHECK_FUNC([shl_load],
|
|
|
477 |
[lt_cv_dlopen="shl_load"],
|
|
|
478 |
[AC_CHECK_LIB([dld], [shl_load],
|
|
|
479 |
[lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
|
|
|
480 |
[AC_CHECK_FUNC([dlopen],
|
|
|
481 |
[lt_cv_dlopen="dlopen"],
|
|
|
482 |
[AC_CHECK_LIB([dl], [dlopen],
|
|
|
483 |
[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
|
|
|
484 |
[AC_CHECK_LIB([svld], [dlopen],
|
|
|
485 |
[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
|
|
|
486 |
[AC_CHECK_LIB([dld], [dld_link],
|
|
|
487 |
[lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
|
|
|
488 |
])
|
|
|
489 |
])
|
|
|
490 |
])
|
|
|
491 |
])
|
|
|
492 |
])
|
|
|
493 |
;;
|
|
|
494 |
esac
|
|
|
495 |
|
|
|
496 |
if test "x$lt_cv_dlopen" != xno; then
|
|
|
497 |
enable_dlopen=yes
|
|
|
498 |
else
|
|
|
499 |
enable_dlopen=no
|
|
|
500 |
fi
|
|
|
501 |
|
|
|
502 |
case $lt_cv_dlopen in
|
|
|
503 |
dlopen)
|
|
|
504 |
save_CPPFLAGS="$CPPFLAGS"
|
|
|
505 |
test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
|
|
506 |
|
|
|
507 |
save_LDFLAGS="$LDFLAGS"
|
|
|
508 |
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
|
|
509 |
|
|
|
510 |
save_LIBS="$LIBS"
|
|
|
511 |
LIBS="$lt_cv_dlopen_libs $LIBS"
|
|
|
512 |
|
|
|
513 |
AC_CACHE_CHECK([whether a program can dlopen itself],
|
|
|
514 |
lt_cv_dlopen_self, [dnl
|
|
|
515 |
_LT_TRY_DLOPEN_SELF(
|
|
|
516 |
lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
|
|
|
517 |
lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
|
|
|
518 |
])
|
|
|
519 |
|
|
|
520 |
if test "x$lt_cv_dlopen_self" = xyes; then
|
|
|
521 |
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
|
|
522 |
AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
|
|
|
523 |
lt_cv_dlopen_self_static, [dnl
|
|
|
524 |
_LT_TRY_DLOPEN_SELF(
|
|
|
525 |
lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
|
|
|
526 |
lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
|
|
|
527 |
])
|
|
|
528 |
fi
|
|
|
529 |
|
|
|
530 |
CPPFLAGS="$save_CPPFLAGS"
|
|
|
531 |
LDFLAGS="$save_LDFLAGS"
|
|
|
532 |
LIBS="$save_LIBS"
|
|
|
533 |
;;
|
|
|
534 |
esac
|
|
|
535 |
|
|
|
536 |
case $lt_cv_dlopen_self in
|
|
|
537 |
yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
|
|
|
538 |
*) enable_dlopen_self=unknown ;;
|
|
|
539 |
esac
|
|
|
540 |
|
|
|
541 |
case $lt_cv_dlopen_self_static in
|
|
|
542 |
yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
|
|
|
543 |
*) enable_dlopen_self_static=unknown ;;
|
|
|
544 |
esac
|
|
|
545 |
fi
|
|
|
546 |
_LT_DECL([dlopen_support], [enable_dlopen], [0],
|
|
|
547 |
[Whether dlopen is supported])
|
|
|
548 |
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
|
|
|
549 |
[Whether dlopen of programs is supported])
|
|
|
550 |
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
|
|
|
551 |
[Whether dlopen of statically linked programs is supported])
|
|
|
552 |
])
|
|
|
553 |
m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
|
|
|
554 |
m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
|
|
|
555 |
You should run autoupdate.])dnl
|
|
|
556 |
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
|
|
|
557 |
m4trace:/usr/share/aclocal/libtool.m4:2741: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
|
|
|
558 |
AC_MSG_CHECKING([for $1])
|
|
|
559 |
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
|
|
|
560 |
[case $MAGIC_CMD in
|
|
|
561 |
[[\\/*] | ?:[\\/]*])
|
|
|
562 |
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
|
|
|
563 |
;;
|
|
|
564 |
*)
|
|
|
565 |
lt_save_MAGIC_CMD="$MAGIC_CMD"
|
|
|
566 |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
|
567 |
dnl $ac_dummy forces splitting on constant user-supplied paths.
|
|
|
568 |
dnl POSIX.2 word splitting is done only on the output of word expansions,
|
|
|
569 |
dnl not every word. This closes a longstanding sh security hole.
|
|
|
570 |
ac_dummy="m4_if([$2], , $PATH, [$2])"
|
|
|
571 |
for ac_dir in $ac_dummy; do
|
|
|
572 |
IFS="$lt_save_ifs"
|
|
|
573 |
test -z "$ac_dir" && ac_dir=.
|
|
|
574 |
if test -f $ac_dir/$1; then
|
|
|
575 |
lt_cv_path_MAGIC_CMD="$ac_dir/$1"
|
|
|
576 |
if test -n "$file_magic_test_file"; then
|
|
|
577 |
case $deplibs_check_method in
|
|
|
578 |
"file_magic "*)
|
|
|
579 |
file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
|
|
580 |
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
|
|
581 |
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
|
|
582 |
$EGREP "$file_magic_regex" > /dev/null; then
|
|
|
583 |
:
|
|
|
584 |
else
|
|
|
585 |
cat <<_LT_EOF 1>&2
|
|
|
586 |
|
|
|
587 |
*** Warning: the command libtool uses to detect shared libraries,
|
|
|
588 |
*** $file_magic_cmd, produces output that libtool cannot recognize.
|
|
|
589 |
*** The result is that libtool may fail to recognize shared libraries
|
|
|
590 |
*** as such. This will affect the creation of libtool libraries that
|
|
|
591 |
*** depend on shared libraries, but programs linked with such libtool
|
|
|
592 |
*** libraries will work regardless of this problem. Nevertheless, you
|
|
|
593 |
*** may want to report the problem to your system manager and/or to
|
|
|
594 |
*** bug-libtool@gnu.org
|
|
|
595 |
|
|
|
596 |
_LT_EOF
|
|
|
597 |
fi ;;
|
|
|
598 |
esac
|
|
|
599 |
fi
|
|
|
600 |
break
|
|
|
601 |
fi
|
|
|
602 |
done
|
|
|
603 |
IFS="$lt_save_ifs"
|
|
|
604 |
MAGIC_CMD="$lt_save_MAGIC_CMD"
|
|
|
605 |
;;
|
|
|
606 |
esac])
|
|
|
607 |
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
|
|
608 |
if test -n "$MAGIC_CMD"; then
|
|
|
609 |
AC_MSG_RESULT($MAGIC_CMD)
|
|
|
610 |
else
|
|
|
611 |
AC_MSG_RESULT(no)
|
|
|
612 |
fi
|
|
|
613 |
_LT_DECL([], [MAGIC_CMD], [0],
|
|
|
614 |
[Used to examine libraries when file_magic_cmd begins with "file"])dnl
|
|
|
615 |
])
|
|
|
616 |
m4trace:/usr/share/aclocal/libtool.m4:2803: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
|
|
|
617 |
m4trace:/usr/share/aclocal/libtool.m4:2803: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
|
|
|
618 |
You should run autoupdate.])dnl
|
|
|
619 |
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
|
|
|
620 |
m4trace:/usr/share/aclocal/libtool.m4:2826: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
|
|
|
621 |
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
622 |
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
|
|
623 |
m4_require([_LT_DECL_SED])dnl
|
|
|
624 |
m4_require([_LT_DECL_EGREP])dnl
|
|
|
625 |
|
|
|
626 |
AC_ARG_WITH([gnu-ld],
|
|
|
627 |
[AS_HELP_STRING([--with-gnu-ld],
|
|
|
628 |
[assume the C compiler uses GNU ld @<:@default=no@:>@])],
|
|
|
629 |
[test "$withval" = no || with_gnu_ld=yes],
|
|
|
630 |
[with_gnu_ld=no])dnl
|
|
|
631 |
|
|
|
632 |
ac_prog=ld
|
|
|
633 |
if test "$GCC" = yes; then
|
|
|
634 |
# Check if gcc -print-prog-name=ld gives a path.
|
|
|
635 |
AC_MSG_CHECKING([for ld used by $CC])
|
|
|
636 |
case $host in
|
|
|
637 |
*-*-mingw*)
|
|
|
638 |
# gcc leaves a trailing carriage return which upsets mingw
|
|
|
639 |
ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
|
|
640 |
*)
|
|
|
641 |
ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
|
|
642 |
esac
|
|
|
643 |
case $ac_prog in
|
|
|
644 |
# Accept absolute paths.
|
|
|
645 |
[[\\/]]* | ?:[[\\/]]*)
|
|
|
646 |
re_direlt='/[[^/]][[^/]]*/\.\./'
|
|
|
647 |
# Canonicalize the pathname of ld
|
|
|
648 |
ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
|
|
|
649 |
while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
|
|
650 |
ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
|
|
651 |
done
|
|
|
652 |
test -z "$LD" && LD="$ac_prog"
|
|
|
653 |
;;
|
|
|
654 |
"")
|
|
|
655 |
# If it fails, then pretend we aren't using GCC.
|
|
|
656 |
ac_prog=ld
|
|
|
657 |
;;
|
|
|
658 |
*)
|
|
|
659 |
# If it is relative, then search for the first ld in PATH.
|
|
|
660 |
with_gnu_ld=unknown
|
|
|
661 |
;;
|
|
|
662 |
esac
|
|
|
663 |
elif test "$with_gnu_ld" = yes; then
|
|
|
664 |
AC_MSG_CHECKING([for GNU ld])
|
|
|
665 |
else
|
|
|
666 |
AC_MSG_CHECKING([for non-GNU ld])
|
|
|
667 |
fi
|
|
|
668 |
AC_CACHE_VAL(lt_cv_path_LD,
|
|
|
669 |
[if test -z "$LD"; then
|
|
|
670 |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
|
671 |
for ac_dir in $PATH; do
|
|
|
672 |
IFS="$lt_save_ifs"
|
|
|
673 |
test -z "$ac_dir" && ac_dir=.
|
|
|
674 |
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
|
|
675 |
lt_cv_path_LD="$ac_dir/$ac_prog"
|
|
|
676 |
# Check to see if the program is GNU ld. I'd rather use --version,
|
|
|
677 |
# but apparently some variants of GNU ld only accept -v.
|
|
|
678 |
# Break only if it was the GNU/non-GNU ld that we prefer.
|
|
|
679 |
case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
|
|
680 |
*GNU* | *'with BFD'*)
|
|
|
681 |
test "$with_gnu_ld" != no && break
|
|
|
682 |
;;
|
|
|
683 |
*)
|
|
|
684 |
test "$with_gnu_ld" != yes && break
|
|
|
685 |
;;
|
|
|
686 |
esac
|
|
|
687 |
fi
|
|
|
688 |
done
|
|
|
689 |
IFS="$lt_save_ifs"
|
|
|
690 |
else
|
|
|
691 |
lt_cv_path_LD="$LD" # Let the user override the test with a path.
|
|
|
692 |
fi])
|
|
|
693 |
LD="$lt_cv_path_LD"
|
|
|
694 |
if test -n "$LD"; then
|
|
|
695 |
AC_MSG_RESULT($LD)
|
|
|
696 |
else
|
|
|
697 |
AC_MSG_RESULT(no)
|
|
|
698 |
fi
|
|
|
699 |
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
|
|
700 |
_LT_PATH_LD_GNU
|
|
|
701 |
AC_SUBST([LD])
|
|
|
702 |
|
|
|
703 |
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
|
|
|
704 |
])
|
|
|
705 |
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
|
|
706 |
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
|
|
|
707 |
You should run autoupdate.])dnl
|
|
|
708 |
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
|
|
709 |
m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
|
|
710 |
m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
|
|
|
711 |
You should run autoupdate.])dnl
|
|
|
712 |
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
|
|
713 |
m4trace:/usr/share/aclocal/libtool.m4:3179: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
|
|
|
714 |
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
|
|
|
715 |
[if test -n "$NM"; then
|
|
|
716 |
# Let the user override the test.
|
|
|
717 |
lt_cv_path_NM="$NM"
|
|
|
718 |
else
|
|
|
719 |
lt_nm_to_check="${ac_tool_prefix}nm"
|
|
|
720 |
if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
|
|
721 |
lt_nm_to_check="$lt_nm_to_check nm"
|
|
|
722 |
fi
|
|
|
723 |
for lt_tmp_nm in $lt_nm_to_check; do
|
|
|
724 |
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
|
725 |
for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
|
|
726 |
IFS="$lt_save_ifs"
|
|
|
727 |
test -z "$ac_dir" && ac_dir=.
|
|
|
728 |
tmp_nm="$ac_dir/$lt_tmp_nm"
|
|
|
729 |
if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
|
|
730 |
# Check to see if the nm accepts a BSD-compat flag.
|
|
|
731 |
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
|
|
732 |
# nm: unknown option "B" ignored
|
|
|
733 |
# Tru64's nm complains that /dev/null is an invalid object file
|
|
|
734 |
case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
|
|
735 |
*/dev/null* | *'Invalid file or object type'*)
|
|
|
736 |
lt_cv_path_NM="$tmp_nm -B"
|
|
|
737 |
break
|
|
|
738 |
;;
|
|
|
739 |
*)
|
|
|
740 |
case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
|
|
741 |
*/dev/null*)
|
|
|
742 |
lt_cv_path_NM="$tmp_nm -p"
|
|
|
743 |
break
|
|
|
744 |
;;
|
|
|
745 |
*)
|
|
|
746 |
lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
|
|
747 |
continue # so that we can try to find one that supports BSD flags
|
|
|
748 |
;;
|
|
|
749 |
esac
|
|
|
750 |
;;
|
|
|
751 |
esac
|
|
|
752 |
fi
|
|
|
753 |
done
|
|
|
754 |
IFS="$lt_save_ifs"
|
|
|
755 |
done
|
|
|
756 |
: ${lt_cv_path_NM=no}
|
|
|
757 |
fi])
|
|
|
758 |
if test "$lt_cv_path_NM" != "no"; then
|
|
|
759 |
NM="$lt_cv_path_NM"
|
|
|
760 |
else
|
|
|
761 |
# Didn't find any BSD compatible name lister, look for dumpbin.
|
|
|
762 |
AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
|
|
|
763 |
AC_SUBST([DUMPBIN])
|
|
|
764 |
if test "$DUMPBIN" != ":"; then
|
|
|
765 |
NM="$DUMPBIN"
|
|
|
766 |
fi
|
|
|
767 |
fi
|
|
|
768 |
test -z "$NM" && NM=nm
|
|
|
769 |
AC_SUBST([NM])
|
|
|
770 |
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
|
|
|
771 |
|
|
|
772 |
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
|
|
|
773 |
[lt_cv_nm_interface="BSD nm"
|
|
|
774 |
echo "int some_variable = 0;" > conftest.$ac_ext
|
|
|
775 |
(eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
|
|
|
776 |
(eval "$ac_compile" 2>conftest.err)
|
|
|
777 |
cat conftest.err >&AS_MESSAGE_LOG_FD
|
|
|
778 |
(eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
|
|
|
779 |
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
|
|
780 |
cat conftest.err >&AS_MESSAGE_LOG_FD
|
|
|
781 |
(eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
|
|
|
782 |
cat conftest.out >&AS_MESSAGE_LOG_FD
|
|
|
783 |
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
|
|
784 |
lt_cv_nm_interface="MS dumpbin"
|
|
|
785 |
fi
|
|
|
786 |
rm -f conftest*])
|
|
|
787 |
])
|
|
|
788 |
m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
|
|
789 |
m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
|
|
|
790 |
You should run autoupdate.])dnl
|
|
|
791 |
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
|
|
792 |
m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
|
|
793 |
m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
|
|
|
794 |
You should run autoupdate.])dnl
|
|
|
795 |
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
|
|
796 |
m4trace:/usr/share/aclocal/libtool.m4:3267: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
797 |
LIBM=
|
|
|
798 |
case $host in
|
|
|
799 |
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
|
|
|
800 |
# These system don't have libm, or don't need it
|
|
|
801 |
;;
|
|
|
802 |
*-ncr-sysv4.3*)
|
|
|
803 |
AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
|
|
|
804 |
AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
|
|
|
805 |
;;
|
|
|
806 |
*)
|
|
|
807 |
AC_CHECK_LIB(m, cos, LIBM="-lm")
|
|
|
808 |
;;
|
|
|
809 |
esac
|
|
|
810 |
AC_SUBST([LIBM])
|
|
|
811 |
])
|
|
|
812 |
m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
|
|
|
813 |
m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
|
|
|
814 |
You should run autoupdate.])dnl
|
|
|
815 |
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
|
|
|
816 |
m4trace:/usr/share/aclocal/libtool.m4:6986: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
|
|
|
817 |
[m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
|
|
|
818 |
[AC_CHECK_TOOL(GCJ, gcj,)
|
|
|
819 |
test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
|
|
|
820 |
AC_SUBST(GCJFLAGS)])])[]dnl
|
|
|
821 |
])
|
|
|
822 |
m4trace:/usr/share/aclocal/libtool.m4:6995: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
|
|
|
823 |
m4trace:/usr/share/aclocal/libtool.m4:6995: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
|
|
|
824 |
You should run autoupdate.])dnl
|
|
|
825 |
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
|
|
|
826 |
m4trace:/usr/share/aclocal/libtool.m4:7002: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
|
|
|
827 |
])
|
|
|
828 |
m4trace:/usr/share/aclocal/libtool.m4:7007: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
|
|
|
829 |
m4trace:/usr/share/aclocal/libtool.m4:7007: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
|
|
|
830 |
You should run autoupdate.])dnl
|
|
|
831 |
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
|
|
|
832 |
m4trace:/usr/share/aclocal/libtool.m4:7118: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
|
|
|
833 |
m4trace:/usr/share/aclocal/libtool.m4:7118: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
|
|
|
834 |
You should run autoupdate.])dnl
|
|
|
835 |
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
|
|
|
836 |
m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
|
|
|
837 |
_$0($*)
|
|
|
838 |
])
|
|
|
839 |
m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
|
|
|
840 |
dnl Although the argument is deprecated and no longer documented,
|
|
|
841 |
dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
|
|
|
842 |
dnl here make sure it is the same as any other declaration of libltdl's
|
|
|
843 |
dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
|
|
|
844 |
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
|
|
|
845 |
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
|
|
|
846 |
_$0()
|
|
|
847 |
])
|
|
|
848 |
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
|
|
|
849 |
_LTDL_CONVENIENCE])
|
|
|
850 |
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
|
|
|
851 |
You should run autoupdate.])dnl
|
|
|
852 |
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
|
|
|
853 |
_LTDL_CONVENIENCE])
|
|
|
854 |
m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
|
|
|
855 |
dnl Although the argument is deprecated and no longer documented,
|
|
|
856 |
dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
|
|
|
857 |
dnl here make sure it is the same as any other declaration of libltdl's
|
|
|
858 |
dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
|
|
|
859 |
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
|
|
|
860 |
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
|
|
|
861 |
_$0()
|
|
|
862 |
])
|
|
|
863 |
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
|
|
|
864 |
_LTDL_INSTALLABLE])
|
|
|
865 |
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
|
|
|
866 |
You should run autoupdate.])dnl
|
|
|
867 |
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
|
|
|
868 |
_LTDL_INSTALLABLE])
|
|
|
869 |
m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
|
|
|
870 |
m4_pattern_allow([^_LT_LIBOBJS$])
|
|
|
871 |
_LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
|
|
|
872 |
])
|
|
|
873 |
m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
|
|
|
874 |
_LT_SET_OPTIONS([$0], [$1])
|
|
|
875 |
|
|
|
876 |
dnl We need to keep our own list of libobjs separate from our parent project,
|
|
|
877 |
dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
|
|
|
878 |
dnl we look for our own LIBOBJs.
|
|
|
879 |
m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
|
|
|
880 |
m4_pushdef([AC_LIBSOURCES])
|
|
|
881 |
|
|
|
882 |
dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
|
|
|
883 |
m4_if(_LTDL_MODE, [],
|
|
|
884 |
[m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
|
|
|
885 |
m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
|
|
|
886 |
[m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
|
|
|
887 |
|
|
|
888 |
AC_ARG_WITH([included_ltdl],
|
|
|
889 |
[AS_HELP_STRING([--with-included-ltdl],
|
|
|
890 |
[use the GNU ltdl sources included here])])
|
|
|
891 |
|
|
|
892 |
if test "x$with_included_ltdl" != xyes; then
|
|
|
893 |
# We are not being forced to use the included libltdl sources, so
|
|
|
894 |
# decide whether there is a useful installed version we can use.
|
|
|
895 |
AC_CHECK_HEADER([ltdl.h],
|
|
|
896 |
[AC_CHECK_DECL([lt_dlinterface_register],
|
|
|
897 |
[AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
|
|
|
898 |
[with_included_ltdl=no],
|
|
|
899 |
[with_included_ltdl=yes])],
|
|
|
900 |
[with_included_ltdl=yes],
|
|
|
901 |
[AC_INCLUDES_DEFAULT
|
|
|
902 |
#include <ltdl.h>])],
|
|
|
903 |
[with_included_ltdl=yes],
|
|
|
904 |
[AC_INCLUDES_DEFAULT]
|
|
|
905 |
)
|
|
|
906 |
fi
|
|
|
907 |
|
|
|
908 |
dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
|
|
|
909 |
dnl was called yet, then for old times' sake, we assume libltdl is in an
|
|
|
910 |
dnl eponymous directory:
|
|
|
911 |
AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
|
|
|
912 |
|
|
|
913 |
AC_ARG_WITH([ltdl_include],
|
|
|
914 |
[AS_HELP_STRING([--with-ltdl-include=DIR],
|
|
|
915 |
[use the ltdl headers installed in DIR])])
|
|
|
916 |
|
|
|
917 |
if test -n "$with_ltdl_include"; then
|
|
|
918 |
if test -f "$with_ltdl_include/ltdl.h"; then :
|
|
|
919 |
else
|
|
|
920 |
AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
|
|
|
921 |
fi
|
|
|
922 |
else
|
|
|
923 |
with_ltdl_include=no
|
|
|
924 |
fi
|
|
|
925 |
|
|
|
926 |
AC_ARG_WITH([ltdl_lib],
|
|
|
927 |
[AS_HELP_STRING([--with-ltdl-lib=DIR],
|
|
|
928 |
[use the libltdl.la installed in DIR])])
|
|
|
929 |
|
|
|
930 |
if test -n "$with_ltdl_lib"; then
|
|
|
931 |
if test -f "$with_ltdl_lib/libltdl.la"; then :
|
|
|
932 |
else
|
|
|
933 |
AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
|
|
|
934 |
fi
|
|
|
935 |
else
|
|
|
936 |
with_ltdl_lib=no
|
|
|
937 |
fi
|
|
|
938 |
|
|
|
939 |
case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
|
|
|
940 |
,yes,no,no,)
|
|
|
941 |
m4_case(m4_default(_LTDL_TYPE, [convenience]),
|
|
|
942 |
[convenience], [_LTDL_CONVENIENCE],
|
|
|
943 |
[installable], [_LTDL_INSTALLABLE],
|
|
|
944 |
[m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
|
|
|
945 |
;;
|
|
|
946 |
,no,no,no,)
|
|
|
947 |
# If the included ltdl is not to be used, then use the
|
|
|
948 |
# preinstalled libltdl we found.
|
|
|
949 |
AC_DEFINE([HAVE_LTDL], [1],
|
|
|
950 |
[Define this if a modern libltdl is already installed])
|
|
|
951 |
LIBLTDL=-lltdl
|
|
|
952 |
LTDLDEPS=
|
|
|
953 |
LTDLINCL=
|
|
|
954 |
;;
|
|
|
955 |
,no*,no,*)
|
|
|
956 |
AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
|
|
|
957 |
;;
|
|
|
958 |
*) with_included_ltdl=no
|
|
|
959 |
LIBLTDL="-L$with_ltdl_lib -lltdl"
|
|
|
960 |
LTDLDEPS=
|
|
|
961 |
LTDLINCL="-I$with_ltdl_include"
|
|
|
962 |
;;
|
|
|
963 |
esac
|
|
|
964 |
INCLTDL="$LTDLINCL"
|
|
|
965 |
|
|
|
966 |
# Report our decision...
|
|
|
967 |
AC_MSG_CHECKING([where to find libltdl headers])
|
|
|
968 |
AC_MSG_RESULT([$LTDLINCL])
|
|
|
969 |
AC_MSG_CHECKING([where to find libltdl library])
|
|
|
970 |
AC_MSG_RESULT([$LIBLTDL])
|
|
|
971 |
|
|
|
972 |
_LTDL_SETUP
|
|
|
973 |
|
|
|
974 |
dnl restore autoconf definition.
|
|
|
975 |
m4_popdef([AC_LIBOBJ])
|
|
|
976 |
m4_popdef([AC_LIBSOURCES])
|
|
|
977 |
|
|
|
978 |
AC_CONFIG_COMMANDS_PRE([
|
|
|
979 |
_ltdl_libobjs=
|
|
|
980 |
_ltdl_ltlibobjs=
|
|
|
981 |
if test -n "$_LT_LIBOBJS"; then
|
|
|
982 |
# Remove the extension.
|
|
|
983 |
_lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
|
|
|
984 |
for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
|
|
|
985 |
_ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
|
|
|
986 |
_ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
|
|
|
987 |
done
|
|
|
988 |
fi
|
|
|
989 |
AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
|
|
|
990 |
AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
|
|
|
991 |
])
|
|
|
992 |
|
|
|
993 |
# Only expand once:
|
|
|
994 |
m4_define([LTDL_INIT])
|
|
|
995 |
])
|
|
|
996 |
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
|
|
|
997 |
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
|
|
|
998 |
You should run autoupdate.])dnl
|
|
|
999 |
LTDL_INIT($@)])
|
|
|
1000 |
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
|
|
|
1001 |
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
|
|
|
1002 |
You should run autoupdate.])dnl
|
|
|
1003 |
LTDL_INIT($@)])
|
|
|
1004 |
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
|
|
|
1005 |
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
|
|
|
1006 |
You should run autoupdate.])dnl
|
|
|
1007 |
LTDL_INIT($@)])
|
|
|
1008 |
m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
|
|
|
1009 |
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
|
|
|
1010 |
AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
|
|
|
1011 |
AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
|
|
|
1012 |
AC_REQUIRE([LT_LIB_DLLOAD])dnl
|
|
|
1013 |
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
|
|
|
1014 |
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
|
|
|
1015 |
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
|
|
|
1016 |
AC_REQUIRE([gl_FUNC_ARGZ])dnl
|
|
|
1017 |
|
|
|
1018 |
m4_require([_LT_CHECK_OBJDIR])dnl
|
|
|
1019 |
m4_require([_LT_HEADER_DLFCN])dnl
|
|
|
1020 |
m4_require([_LT_CHECK_DLPREOPEN])dnl
|
|
|
1021 |
m4_require([_LT_DECL_SED])dnl
|
|
|
1022 |
|
|
|
1023 |
dnl Don't require this, or it will be expanded earlier than the code
|
|
|
1024 |
dnl that sets the variables it relies on:
|
|
|
1025 |
_LT_ENABLE_INSTALL
|
|
|
1026 |
|
|
|
1027 |
dnl _LTDL_MODE specific code must be called at least once:
|
|
|
1028 |
_LTDL_MODE_DISPATCH
|
|
|
1029 |
|
|
|
1030 |
# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
|
|
|
1031 |
# the user used. This is so that ltdl.h can pick up the parent projects
|
|
|
1032 |
# config.h file, The first file in AC_CONFIG_HEADERS must contain the
|
|
|
1033 |
# definitions required by ltdl.c.
|
|
|
1034 |
# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
|
|
|
1035 |
AC_CONFIG_COMMANDS_PRE([dnl
|
|
|
1036 |
m4_pattern_allow([^LT_CONFIG_H$])dnl
|
|
|
1037 |
m4_ifset([AH_HEADER],
|
|
|
1038 |
[LT_CONFIG_H=AH_HEADER],
|
|
|
1039 |
[m4_ifset([AC_LIST_HEADERS],
|
|
|
1040 |
[LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`],
|
|
|
1041 |
[])])])
|
|
|
1042 |
AC_SUBST([LT_CONFIG_H])
|
|
|
1043 |
|
|
|
1044 |
AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
|
|
|
1045 |
[], [], [AC_INCLUDES_DEFAULT])
|
|
|
1046 |
|
|
|
1047 |
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
|
|
|
1048 |
AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
|
|
|
1049 |
|
|
|
1050 |
AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
|
|
|
1051 |
|
|
|
1052 |
name=ltdl
|
|
|
1053 |
LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""`
|
|
|
1054 |
AC_SUBST([LTDLOPEN])
|
|
|
1055 |
])
|
|
|
1056 |
m4trace:/usr/share/aclocal/ltdl.m4:437: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
1057 |
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
|
1058 |
[lt_cv_sys_dlopen_deplibs],
|
|
|
1059 |
[# PORTME does your system automatically load deplibs for dlopen?
|
|
|
1060 |
# or its logical equivalent (e.g. shl_load for HP-UX < 11)
|
|
|
1061 |
# For now, we just catch OSes we know something about -- in the
|
|
|
1062 |
# future, we'll try test this programmatically.
|
|
|
1063 |
lt_cv_sys_dlopen_deplibs=unknown
|
|
|
1064 |
case $host_os in
|
|
|
1065 |
aix3*|aix4.1.*|aix4.2.*)
|
|
|
1066 |
# Unknown whether this is true for these versions of AIX, but
|
|
|
1067 |
# we want this `case' here to explicitly catch those versions.
|
|
|
1068 |
lt_cv_sys_dlopen_deplibs=unknown
|
|
|
1069 |
;;
|
|
|
1070 |
aix[[4-9]]*)
|
|
|
1071 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1072 |
;;
|
|
|
1073 |
amigaos*)
|
|
|
1074 |
case $host_cpu in
|
|
|
1075 |
powerpc)
|
|
|
1076 |
lt_cv_sys_dlopen_deplibs=no
|
|
|
1077 |
;;
|
|
|
1078 |
esac
|
|
|
1079 |
;;
|
|
|
1080 |
darwin*)
|
|
|
1081 |
# Assuming the user has installed a libdl from somewhere, this is true
|
|
|
1082 |
# If you are looking for one http://www.opendarwin.org/projects/dlcompat
|
|
|
1083 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1084 |
;;
|
|
|
1085 |
freebsd* | dragonfly*)
|
|
|
1086 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1087 |
;;
|
|
|
1088 |
gnu* | linux* | k*bsd*-gnu)
|
|
|
1089 |
# GNU and its variants, using gnu ld.so (Glibc)
|
|
|
1090 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1091 |
;;
|
|
|
1092 |
hpux10*|hpux11*)
|
|
|
1093 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1094 |
;;
|
|
|
1095 |
interix*)
|
|
|
1096 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1097 |
;;
|
|
|
1098 |
irix[[12345]]*|irix6.[[01]]*)
|
|
|
1099 |
# Catch all versions of IRIX before 6.2, and indicate that we don't
|
|
|
1100 |
# know how it worked for any of those versions.
|
|
|
1101 |
lt_cv_sys_dlopen_deplibs=unknown
|
|
|
1102 |
;;
|
|
|
1103 |
irix*)
|
|
|
1104 |
# The case above catches anything before 6.2, and it's known that
|
|
|
1105 |
# at 6.2 and later dlopen does load deplibs.
|
|
|
1106 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1107 |
;;
|
|
|
1108 |
netbsd* | netbsdelf*-gnu)
|
|
|
1109 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1110 |
;;
|
|
|
1111 |
openbsd*)
|
|
|
1112 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1113 |
;;
|
|
|
1114 |
osf[[1234]]*)
|
|
|
1115 |
# dlopen did load deplibs (at least at 4.x), but until the 5.x series,
|
|
|
1116 |
# it did *not* use an RPATH in a shared library to find objects the
|
|
|
1117 |
# library depends on, so we explicitly say `no'.
|
|
|
1118 |
lt_cv_sys_dlopen_deplibs=no
|
|
|
1119 |
;;
|
|
|
1120 |
osf5.0|osf5.0a|osf5.1)
|
|
|
1121 |
# dlopen *does* load deplibs and with the right loader patch applied
|
|
|
1122 |
# it even uses RPATH in a shared library to search for shared objects
|
|
|
1123 |
# that the library depends on, but there's no easy way to know if that
|
|
|
1124 |
# patch is installed. Since this is the case, all we can really
|
|
|
1125 |
# say is unknown -- it depends on the patch being installed. If
|
|
|
1126 |
# it is, this changes to `yes'. Without it, it would be `no'.
|
|
|
1127 |
lt_cv_sys_dlopen_deplibs=unknown
|
|
|
1128 |
;;
|
|
|
1129 |
osf*)
|
|
|
1130 |
# the two cases above should catch all versions of osf <= 5.1. Read
|
|
|
1131 |
# the comments above for what we know about them.
|
|
|
1132 |
# At > 5.1, deplibs are loaded *and* any RPATH in a shared library
|
|
|
1133 |
# is used to find them so we can finally say `yes'.
|
|
|
1134 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1135 |
;;
|
|
|
1136 |
qnx*)
|
|
|
1137 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1138 |
;;
|
|
|
1139 |
solaris*)
|
|
|
1140 |
lt_cv_sys_dlopen_deplibs=yes
|
|
|
1141 |
;;
|
|
|
1142 |
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
|
|
1143 |
libltdl_cv_sys_dlopen_deplibs=yes
|
|
|
1144 |
;;
|
|
|
1145 |
esac
|
|
|
1146 |
])
|
|
|
1147 |
if test "$lt_cv_sys_dlopen_deplibs" != yes; then
|
|
|
1148 |
AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
|
|
|
1149 |
[Define if the OS needs help to load dependent libraries for dlopen().])
|
|
|
1150 |
fi
|
|
|
1151 |
])
|
|
|
1152 |
m4trace:/usr/share/aclocal/ltdl.m4:536: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
|
|
|
1153 |
m4trace:/usr/share/aclocal/ltdl.m4:536: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
|
|
|
1154 |
You should run autoupdate.])dnl
|
|
|
1155 |
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
|
|
|
1156 |
m4trace:/usr/share/aclocal/ltdl.m4:543: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
|
|
1157 |
AC_CACHE_CHECK([which extension is used for runtime loadable modules],
|
|
|
1158 |
[libltdl_cv_shlibext],
|
|
|
1159 |
[
|
|
|
1160 |
module=yes
|
|
|
1161 |
eval libltdl_cv_shlibext=$shrext_cmds
|
|
|
1162 |
])
|
|
|
1163 |
if test -n "$libltdl_cv_shlibext"; then
|
|
|
1164 |
m4_pattern_allow([LT_MODULE_EXT])dnl
|
|
|
1165 |
AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
|
|
|
1166 |
[Define to the extension used for runtime loadable modules, say, ".so".])
|
|
|
1167 |
fi
|
|
|
1168 |
])
|
|
|
1169 |
m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
|
|
|
1170 |
m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
|
|
|
1171 |
You should run autoupdate.])dnl
|
|
|
1172 |
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
|
|
|
1173 |
m4trace:/usr/share/aclocal/ltdl.m4:566: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
|
|
1174 |
AC_CACHE_CHECK([which variable specifies run-time module search path],
|
|
|
1175 |
[lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
|
|
|
1176 |
if test -n "$lt_cv_module_path_var"; then
|
|
|
1177 |
m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
|
|
|
1178 |
AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
|
|
|
1179 |
[Define to the name of the environment variable that determines the run-time module search path.])
|
|
|
1180 |
fi
|
|
|
1181 |
])
|
|
|
1182 |
m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
|
|
|
1183 |
m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
|
|
|
1184 |
You should run autoupdate.])dnl
|
|
|
1185 |
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
|
|
|
1186 |
m4trace:/usr/share/aclocal/ltdl.m4:585: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
|
|
1187 |
AC_CACHE_CHECK([for the default library search path],
|
|
|
1188 |
[lt_cv_sys_dlsearch_path],
|
|
|
1189 |
[lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
|
|
|
1190 |
if test -n "$lt_cv_sys_dlsearch_path"; then
|
|
|
1191 |
sys_dlsearch_path=
|
|
|
1192 |
for dir in $lt_cv_sys_dlsearch_path; do
|
|
|
1193 |
if test -z "$sys_dlsearch_path"; then
|
|
|
1194 |
sys_dlsearch_path="$dir"
|
|
|
1195 |
else
|
|
|
1196 |
sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
|
|
|
1197 |
fi
|
|
|
1198 |
done
|
|
|
1199 |
m4_pattern_allow([LT_DLSEARCH_PATH])dnl
|
|
|
1200 |
AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
|
|
|
1201 |
[Define to the system default library search path.])
|
|
|
1202 |
fi
|
|
|
1203 |
])
|
|
|
1204 |
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
|
|
|
1205 |
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
|
|
|
1206 |
You should run autoupdate.])dnl
|
|
|
1207 |
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
|
|
|
1208 |
m4trace:/usr/share/aclocal/ltdl.m4:632: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
|
|
|
1209 |
LT_DLLOADERS=
|
|
|
1210 |
AC_SUBST([LT_DLLOADERS])
|
|
|
1211 |
|
|
|
1212 |
AC_LANG_PUSH([C])
|
|
|
1213 |
|
|
|
1214 |
LIBADD_DLOPEN=
|
|
|
1215 |
AC_SEARCH_LIBS([dlopen], [dl],
|
|
|
1216 |
[AC_DEFINE([HAVE_LIBDL], [1],
|
|
|
1217 |
[Define if you have the libdl library or equivalent.])
|
|
|
1218 |
if test "$ac_cv_search_dlopen" != "none required" ; then
|
|
|
1219 |
LIBADD_DLOPEN="-ldl"
|
|
|
1220 |
fi
|
|
|
1221 |
libltdl_cv_lib_dl_dlopen="yes"
|
|
|
1222 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
|
|
|
1223 |
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
|
|
|
1224 |
# include <dlfcn.h>
|
|
|
1225 |
#endif
|
|
|
1226 |
]], [[dlopen(0, 0);]])],
|
|
|
1227 |
[AC_DEFINE([HAVE_LIBDL], [1],
|
|
|
1228 |
[Define if you have the libdl library or equivalent.])
|
|
|
1229 |
libltdl_cv_func_dlopen="yes"
|
|
|
1230 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
|
|
|
1231 |
[AC_CHECK_LIB([svld], [dlopen],
|
|
|
1232 |
[AC_DEFINE([HAVE_LIBDL], [1],
|
|
|
1233 |
[Define if you have the libdl library or equivalent.])
|
|
|
1234 |
LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
|
|
|
1235 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
|
|
|
1236 |
if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
|
|
|
1237 |
then
|
|
|
1238 |
lt_save_LIBS="$LIBS"
|
|
|
1239 |
LIBS="$LIBS $LIBADD_DLOPEN"
|
|
|
1240 |
AC_CHECK_FUNCS([dlerror])
|
|
|
1241 |
LIBS="$lt_save_LIBS"
|
|
|
1242 |
fi
|
|
|
1243 |
AC_SUBST([LIBADD_DLOPEN])
|
|
|
1244 |
|
|
|
1245 |
LIBADD_SHL_LOAD=
|
|
|
1246 |
AC_CHECK_FUNC([shl_load],
|
|
|
1247 |
[AC_DEFINE([HAVE_SHL_LOAD], [1],
|
|
|
1248 |
[Define if you have the shl_load function.])
|
|
|
1249 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
|
|
|
1250 |
[AC_CHECK_LIB([dld], [shl_load],
|
|
|
1251 |
[AC_DEFINE([HAVE_SHL_LOAD], [1],
|
|
|
1252 |
[Define if you have the shl_load function.])
|
|
|
1253 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
|
|
|
1254 |
LIBADD_SHL_LOAD="-ldld"])])
|
|
|
1255 |
AC_SUBST([LIBADD_SHL_LOAD])
|
|
|
1256 |
|
|
|
1257 |
case $host_os in
|
|
|
1258 |
darwin[[1567]].*)
|
|
|
1259 |
# We only want this for pre-Mac OS X 10.4.
|
|
|
1260 |
AC_CHECK_FUNC([_dyld_func_lookup],
|
|
|
1261 |
[AC_DEFINE([HAVE_DYLD], [1],
|
|
|
1262 |
[Define if you have the _dyld_func_lookup function.])
|
|
|
1263 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
|
|
|
1264 |
;;
|
|
|
1265 |
beos*)
|
|
|
1266 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
|
|
|
1267 |
;;
|
|
|
1268 |
cygwin* | mingw* | os2* | pw32*)
|
|
|
1269 |
AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
|
|
|
1270 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
|
|
|
1271 |
;;
|
|
|
1272 |
esac
|
|
|
1273 |
|
|
|
1274 |
AC_CHECK_LIB([dld], [dld_link],
|
|
|
1275 |
[AC_DEFINE([HAVE_DLD], [1],
|
|
|
1276 |
[Define if you have the GNU dld library.])
|
|
|
1277 |
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
|
|
|
1278 |
AC_SUBST([LIBADD_DLD_LINK])
|
|
|
1279 |
|
|
|
1280 |
m4_pattern_allow([^LT_DLPREOPEN$])
|
|
|
1281 |
LT_DLPREOPEN=
|
|
|
1282 |
if test -n "$LT_DLLOADERS"
|
|
|
1283 |
then
|
|
|
1284 |
for lt_loader in $LT_DLLOADERS; do
|
|
|
1285 |
LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
|
|
|
1286 |
done
|
|
|
1287 |
AC_DEFINE([HAVE_LIBDLLOADER], [1],
|
|
|
1288 |
[Define if libdlloader will be built on this platform])
|
|
|
1289 |
fi
|
|
|
1290 |
AC_SUBST([LT_DLPREOPEN])
|
|
|
1291 |
|
|
|
1292 |
dnl This isn't used anymore, but set it for backwards compatibility
|
|
|
1293 |
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
|
|
|
1294 |
AC_SUBST([LIBADD_DL])
|
|
|
1295 |
|
|
|
1296 |
AC_LANG_POP
|
|
|
1297 |
])
|
|
|
1298 |
m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
|
|
|
1299 |
m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
|
|
|
1300 |
You should run autoupdate.])dnl
|
|
|
1301 |
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
|
|
|
1302 |
m4trace:/usr/share/aclocal/ltdl.m4:733: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
|
|
1303 |
AC_CACHE_CHECK([for _ prefix in compiled symbols],
|
|
|
1304 |
[lt_cv_sys_symbol_underscore],
|
|
|
1305 |
[lt_cv_sys_symbol_underscore=no
|
|
|
1306 |
cat > conftest.$ac_ext <<_LT_EOF
|
|
|
1307 |
void nm_test_func(){}
|
|
|
1308 |
int main(){nm_test_func;return 0;}
|
|
|
1309 |
_LT_EOF
|
|
|
1310 |
if AC_TRY_EVAL(ac_compile); then
|
|
|
1311 |
# Now try to grab the symbols.
|
|
|
1312 |
ac_nlist=conftest.nm
|
|
|
1313 |
if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
|
|
|
1314 |
# See whether the symbols have a leading underscore.
|
|
|
1315 |
if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
|
|
|
1316 |
lt_cv_sys_symbol_underscore=yes
|
|
|
1317 |
else
|
|
|
1318 |
if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
|
|
|
1319 |
:
|
|
|
1320 |
else
|
|
|
1321 |
echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
|
|
|
1322 |
fi
|
|
|
1323 |
fi
|
|
|
1324 |
else
|
|
|
1325 |
echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
|
|
|
1326 |
fi
|
|
|
1327 |
else
|
|
|
1328 |
echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
|
|
|
1329 |
cat conftest.c >&AS_MESSAGE_LOG_FD
|
|
|
1330 |
fi
|
|
|
1331 |
rm -rf conftest*
|
|
|
1332 |
])
|
|
|
1333 |
sys_symbol_underscore=$lt_cv_sys_symbol_underscore
|
|
|
1334 |
AC_SUBST([sys_symbol_underscore])
|
|
|
1335 |
])
|
|
|
1336 |
m4trace:/usr/share/aclocal/ltdl.m4:770: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
|
|
|
1337 |
m4trace:/usr/share/aclocal/ltdl.m4:770: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
|
|
|
1338 |
You should run autoupdate.])dnl
|
|
|
1339 |
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
|
|
|
1340 |
m4trace:/usr/share/aclocal/ltdl.m4:777: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
|
|
|
1341 |
if test x"$lt_cv_sys_symbol_underscore" = xyes; then
|
|
|
1342 |
if test x"$libltdl_cv_func_dlopen" = xyes ||
|
|
|
1343 |
test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
|
|
|
1344 |
AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
|
|
|
1345 |
[libltdl_cv_need_uscore],
|
|
|
1346 |
[libltdl_cv_need_uscore=unknown
|
|
|
1347 |
save_LIBS="$LIBS"
|
|
|
1348 |
LIBS="$LIBS $LIBADD_DLOPEN"
|
|
|
1349 |
_LT_TRY_DLOPEN_SELF(
|
|
|
1350 |
[libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
|
|
|
1351 |
[], [libltdl_cv_need_uscore=cross])
|
|
|
1352 |
LIBS="$save_LIBS"
|
|
|
1353 |
])
|
|
|
1354 |
fi
|
|
|
1355 |
fi
|
|
|
1356 |
|
|
|
1357 |
if test x"$libltdl_cv_need_uscore" = xyes; then
|
|
|
1358 |
AC_DEFINE([NEED_USCORE], [1],
|
|
|
1359 |
[Define if dlsym() requires a leading underscore in symbol names.])
|
|
|
1360 |
fi
|
|
|
1361 |
])
|
|
|
1362 |
m4trace:/usr/share/aclocal/ltdl.m4:802: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
|
|
|
1363 |
m4trace:/usr/share/aclocal/ltdl.m4:802: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
|
|
|
1364 |
You should run autoupdate.])dnl
|
|
|
1365 |
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
|
|
|
1366 |
m4trace:/usr/share/aclocal/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
|
|
1367 |
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
|
|
|
1368 |
AC_DIAGNOSE([obsolete],
|
|
|
1369 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1370 |
put the `dlopen' option into LT_INIT's first parameter.])
|
|
|
1371 |
])
|
|
|
1372 |
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
|
|
|
1373 |
You should run autoupdate.])dnl
|
|
|
1374 |
_LT_SET_OPTION([LT_INIT], [dlopen])
|
|
|
1375 |
AC_DIAGNOSE([obsolete],
|
|
|
1376 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1377 |
put the `dlopen' option into LT_INIT's first parameter.])
|
|
|
1378 |
])
|
|
|
1379 |
m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
1380 |
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
|
|
1381 |
AC_DIAGNOSE([obsolete],
|
|
|
1382 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1383 |
put the `win32-dll' option into LT_INIT's first parameter.])
|
|
|
1384 |
])
|
|
|
1385 |
m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
|
|
1386 |
You should run autoupdate.])dnl
|
|
|
1387 |
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
|
1388 |
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
|
|
1389 |
AC_DIAGNOSE([obsolete],
|
|
|
1390 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1391 |
put the `win32-dll' option into LT_INIT's first parameter.])
|
|
|
1392 |
])
|
|
|
1393 |
m4trace:/usr/share/aclocal/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
|
|
|
1394 |
])
|
|
|
1395 |
m4trace:/usr/share/aclocal/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
|
|
|
1396 |
])
|
|
|
1397 |
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
|
|
|
1398 |
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
|
|
|
1399 |
You should run autoupdate.])dnl
|
|
|
1400 |
AC_ENABLE_SHARED($@)])
|
|
|
1401 |
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
|
|
|
1402 |
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
|
|
|
1403 |
You should run autoupdate.])dnl
|
|
|
1404 |
AC_DISABLE_SHARED($@)])
|
|
|
1405 |
m4trace:/usr/share/aclocal/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
|
|
|
1406 |
])
|
|
|
1407 |
m4trace:/usr/share/aclocal/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
|
|
|
1408 |
])
|
|
|
1409 |
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
|
|
|
1410 |
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
|
|
|
1411 |
You should run autoupdate.])dnl
|
|
|
1412 |
AC_ENABLE_STATIC($@)])
|
|
|
1413 |
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
|
|
|
1414 |
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
|
|
|
1415 |
You should run autoupdate.])dnl
|
|
|
1416 |
AC_DISABLE_STATIC($@)])
|
|
|
1417 |
m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
|
|
1418 |
AC_DIAGNOSE([obsolete],
|
|
|
1419 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
|
1420 |
the `fast-install' option into LT_INIT's first parameter.])
|
|
|
1421 |
])
|
|
|
1422 |
m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
|
|
|
1423 |
You should run autoupdate.])dnl
|
|
|
1424 |
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
|
|
1425 |
AC_DIAGNOSE([obsolete],
|
|
|
1426 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
|
1427 |
the `fast-install' option into LT_INIT's first parameter.])
|
|
|
1428 |
])
|
|
|
1429 |
m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
|
|
1430 |
AC_DIAGNOSE([obsolete],
|
|
|
1431 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
|
1432 |
the `disable-fast-install' option into LT_INIT's first parameter.])
|
|
|
1433 |
])
|
|
|
1434 |
m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
|
|
|
1435 |
You should run autoupdate.])dnl
|
|
|
1436 |
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
|
|
1437 |
AC_DIAGNOSE([obsolete],
|
|
|
1438 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
|
1439 |
the `disable-fast-install' option into LT_INIT's first parameter.])
|
|
|
1440 |
])
|
|
|
1441 |
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
|
|
|
1442 |
AC_DIAGNOSE([obsolete],
|
|
|
1443 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1444 |
put the `pic-only' option into LT_INIT's first parameter.])
|
|
|
1445 |
])
|
|
|
1446 |
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
|
|
|
1447 |
You should run autoupdate.])dnl
|
|
|
1448 |
_LT_SET_OPTION([LT_INIT], [pic-only])
|
|
|
1449 |
AC_DIAGNOSE([obsolete],
|
|
|
1450 |
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
|
1451 |
put the `pic-only' option into LT_INIT's first parameter.])
|
|
|
1452 |
])
|
|
|
1453 |
m4trace:/usr/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
|
|
1454 |
m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6'
|
|
|
1455 |
macro_revision='1.3012'
|
|
|
1456 |
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
|
|
1457 |
_LT_DECL(, macro_revision, 0)
|
|
|
1458 |
])
|
|
|
1459 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
|
|
1460 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
|
|
|
1461 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
|
|
|
1462 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
|
|
|
1463 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
|
|
|
1464 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
|
|
|
1465 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
|
|
|
1466 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
|
|
|
1467 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
|
|
|
1468 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
|
|
|
1469 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
|
|
|
1470 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
|
|
|
1471 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
|
|
|
1472 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
|
|
|
1473 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
|
|
|
1474 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
|
|
|
1475 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
|
|
|
1476 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
|
|
|
1477 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
|
|
|
1478 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
|
|
|
1479 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
|
|
|
1480 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
|
|
|
1481 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
|
|
|
1482 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
|
|
|
1483 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
|
|
|
1484 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
|
|
|
1485 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
|
|
|
1486 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
|
|
|
1487 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
|
|
|
1488 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
|
|
|
1489 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
|
|
|
1490 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
|
|
|
1491 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
|
|
|
1492 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
|
|
|
1493 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
|
|
|
1494 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC])
|
|
|
1495 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
|
|
|
1496 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
|
|
|
1497 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
|
|
|
1498 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
|
|
|
1499 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
|
|
|
1500 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
|
|
|
1501 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
|
|
|
1502 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
|
|
|
1503 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
|
|
|
1504 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
|
|
|
1505 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
|
|
|
1506 |
m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
|
|
|
1507 |
m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
|
|
1508 |
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
|
|
|
1509 |
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
|
|
|
1510 |
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
|
|
|
1511 |
AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
|
|
|
1512 |
fi
|
|
|
1513 |
if test -n "$PKG_CONFIG"; then
|
|
|
1514 |
_pkg_min_version=m4_default([$1], [0.9.0])
|
|
|
1515 |
AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
|
|
|
1516 |
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
|
|
|
1517 |
AC_MSG_RESULT([yes])
|
|
|
1518 |
else
|
|
|
1519 |
AC_MSG_RESULT([no])
|
|
|
1520 |
PKG_CONFIG=""
|
|
|
1521 |
fi
|
|
|
1522 |
|
|
|
1523 |
fi[]dnl
|
|
|
1524 |
])
|
|
|
1525 |
m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
|
|
1526 |
if test -n "$PKG_CONFIG" && \
|
|
|
1527 |
AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
|
|
|
1528 |
m4_ifval([$2], [$2], [:])
|
|
|
1529 |
m4_ifvaln([$3], [else
|
|
|
1530 |
$3])dnl
|
|
|
1531 |
fi])
|
|
|
1532 |
m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
|
|
1533 |
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
|
|
|
1534 |
_pkg_short_errors_supported=yes
|
|
|
1535 |
else
|
|
|
1536 |
_pkg_short_errors_supported=no
|
|
|
1537 |
fi[]dnl
|
|
|
1538 |
])
|
|
|
1539 |
m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
|
|
1540 |
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
|
|
1541 |
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
|
|
1542 |
|
|
|
1543 |
pkg_failed=no
|
|
|
1544 |
AC_MSG_CHECKING([for $1])
|
|
|
1545 |
|
|
|
1546 |
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
|
|
1547 |
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
|
|
1548 |
|
|
|
1549 |
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
|
|
|
1550 |
and $1[]_LIBS to avoid the need to call pkg-config.
|
|
|
1551 |
See the pkg-config man page for more details.])
|
|
|
1552 |
|
|
|
1553 |
if test $pkg_failed = yes; then
|
|
|
1554 |
_PKG_SHORT_ERRORS_SUPPORTED
|
|
|
1555 |
if test $_pkg_short_errors_supported = yes; then
|
|
|
1556 |
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
|
|
|
1557 |
else
|
|
|
1558 |
$1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
|
|
|
1559 |
fi
|
|
|
1560 |
# Put the nasty error message in config.log where it belongs
|
|
|
1561 |
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
|
|
1562 |
|
|
|
1563 |
ifelse([$4], , [AC_MSG_ERROR(dnl
|
|
|
1564 |
[Package requirements ($2) were not met:
|
|
|
1565 |
|
|
|
1566 |
$$1_PKG_ERRORS
|
|
|
1567 |
|
|
|
1568 |
Consider adjusting the PKG_CONFIG_PATH environment variable if you
|
|
|
1569 |
installed software in a non-standard prefix.
|
|
|
1570 |
|
|
|
1571 |
_PKG_TEXT
|
|
|
1572 |
])],
|
|
|
1573 |
[AC_MSG_RESULT([no])
|
|
|
1574 |
$4])
|
|
|
1575 |
elif test $pkg_failed = untried; then
|
|
|
1576 |
ifelse([$4], , [AC_MSG_FAILURE(dnl
|
|
|
1577 |
[The pkg-config script could not be found or is too old. Make sure it
|
|
|
1578 |
is in your PATH or set the PKG_CONFIG environment variable to the full
|
|
|
1579 |
path to pkg-config.
|
|
|
1580 |
|
|
|
1581 |
_PKG_TEXT
|
|
|
1582 |
|
|
|
1583 |
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
|
|
|
1584 |
[$4])
|
|
|
1585 |
else
|
|
|
1586 |
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
|
|
1587 |
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
|
|
1588 |
AC_MSG_RESULT([yes])
|
|
|
1589 |
ifelse([$3], , :, [$3])
|
|
|
1590 |
fi[]dnl
|
|
|
1591 |
])
|
|
|
1592 |
m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
|
|
|
1593 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
|
|
1594 |
dnl require some minimum version. Point them to the right macro.
|
|
|
1595 |
m4_if([$1], [1.11], [],
|
|
|
1596 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
|
|
1597 |
])
|
|
|
1598 |
m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
|
|
|
1599 |
m4_ifndef([AC_AUTOCONF_VERSION],
|
|
|
1600 |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
|
|
1601 |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
|
|
1602 |
m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
|
|
|
1603 |
AC_PREREQ([2.50])dnl
|
|
|
1604 |
# expand $ac_aux_dir to an absolute path
|
|
|
1605 |
am_aux_dir=`cd $ac_aux_dir && pwd`
|
|
|
1606 |
])
|
|
|
1607 |
m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
|
|
|
1608 |
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
|
|
1609 |
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
|
|
1610 |
AC_SUBST([$1_TRUE])dnl
|
|
|
1611 |
AC_SUBST([$1_FALSE])dnl
|
|
|
1612 |
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
|
|
|
1613 |
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
|
|
|
1614 |
m4_define([_AM_COND_VALUE_$1], [$2])dnl
|
|
|
1615 |
if $2; then
|
|
|
1616 |
$1_TRUE=
|
|
|
1617 |
$1_FALSE='#'
|
|
|
1618 |
else
|
|
|
1619 |
$1_TRUE='#'
|
|
|
1620 |
$1_FALSE=
|
|
|
1621 |
fi
|
|
|
1622 |
AC_CONFIG_COMMANDS_PRE(
|
|
|
1623 |
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
|
|
1624 |
AC_MSG_ERROR([[conditional "$1" was never defined.
|
|
|
1625 |
Usually this means the macro was only invoked conditionally.]])
|
|
|
1626 |
fi])])
|
|
|
1627 |
m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
|
|
|
1628 |
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
|
|
1629 |
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
|
|
1630 |
AC_REQUIRE([AM_DEP_TRACK])dnl
|
|
|
1631 |
|
|
|
1632 |
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
|
|
1633 |
[$1], CXX, [depcc="$CXX" am_compiler_list=],
|
|
|
1634 |
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
|
|
1635 |
[$1], UPC, [depcc="$UPC" am_compiler_list=],
|
|
|
1636 |
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
|
|
1637 |
[depcc="$$1" am_compiler_list=])
|
|
|
1638 |
|
|
|
1639 |
AC_CACHE_CHECK([dependency style of $depcc],
|
|
|
1640 |
[am_cv_$1_dependencies_compiler_type],
|
|
|
1641 |
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
|
1642 |
# We make a subdir and do the tests there. Otherwise we can end up
|
|
|
1643 |
# making bogus files that we don't know about and never remove. For
|
|
|
1644 |
# instance it was reported that on HP-UX the gcc test will end up
|
|
|
1645 |
# making a dummy file named `D' -- because `-MD' means `put the output
|
|
|
1646 |
# in D'.
|
|
|
1647 |
mkdir conftest.dir
|
|
|
1648 |
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
|
1649 |
# using a relative directory.
|
|
|
1650 |
cp "$am_depcomp" conftest.dir
|
|
|
1651 |
cd conftest.dir
|
|
|
1652 |
# We will build objects and dependencies in a subdirectory because
|
|
|
1653 |
# it helps to detect inapplicable dependency modes. For instance
|
|
|
1654 |
# both Tru64's cc and ICC support -MD to output dependencies as a
|
|
|
1655 |
# side effect of compilation, but ICC will put the dependencies in
|
|
|
1656 |
# the current directory while Tru64 will put them in the object
|
|
|
1657 |
# directory.
|
|
|
1658 |
mkdir sub
|
|
|
1659 |
|
|
|
1660 |
am_cv_$1_dependencies_compiler_type=none
|
|
|
1661 |
if test "$am_compiler_list" = ""; then
|
|
|
1662 |
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
|
|
|
1663 |
fi
|
|
|
1664 |
am__universal=false
|
|
|
1665 |
m4_case([$1], [CC],
|
|
|
1666 |
[case " $depcc " in #(
|
|
|
1667 |
*\ -arch\ *\ -arch\ *) am__universal=true ;;
|
|
|
1668 |
esac],
|
|
|
1669 |
[CXX],
|
|
|
1670 |
[case " $depcc " in #(
|
|
|
1671 |
*\ -arch\ *\ -arch\ *) am__universal=true ;;
|
|
|
1672 |
esac])
|
|
|
1673 |
|
|
|
1674 |
for depmode in $am_compiler_list; do
|
|
|
1675 |
# Setup a source with many dependencies, because some compilers
|
|
|
1676 |
# like to wrap large dependency lists on column 80 (with \), and
|
|
|
1677 |
# we should not choose a depcomp mode which is confused by this.
|
|
|
1678 |
#
|
|
|
1679 |
# We need to recreate these files for each test, as the compiler may
|
|
|
1680 |
# overwrite some of them when testing with obscure command lines.
|
|
|
1681 |
# This happens at least with the AIX C compiler.
|
|
|
1682 |
: > sub/conftest.c
|
|
|
1683 |
for i in 1 2 3 4 5 6; do
|
|
|
1684 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
|
|
1685 |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
|
|
1686 |
# Solaris 8's {/usr,}/bin/sh.
|
|
|
1687 |
touch sub/conftst$i.h
|
|
|
1688 |
done
|
|
|
1689 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
|
|
1690 |
|
|
|
1691 |
# We check with `-c' and `-o' for the sake of the "dashmstdout"
|
|
|
1692 |
# mode. It turns out that the SunPro C++ compiler does not properly
|
|
|
1693 |
# handle `-M -o', and we need to detect this. Also, some Intel
|
|
|
1694 |
# versions had trouble with output in subdirs
|
|
|
1695 |
am__obj=sub/conftest.${OBJEXT-o}
|
|
|
1696 |
am__minus_obj="-o $am__obj"
|
|
|
1697 |
case $depmode in
|
|
|
1698 |
gcc)
|
|
|
1699 |
# This depmode causes a compiler race in universal mode.
|
|
|
1700 |
test "$am__universal" = false || continue
|
|
|
1701 |
;;
|
|
|
1702 |
nosideeffect)
|
|
|
1703 |
# after this tag, mechanisms are not by side-effect, so they'll
|
|
|
1704 |
# only be used when explicitly requested
|
|
|
1705 |
if test "x$enable_dependency_tracking" = xyes; then
|
|
|
1706 |
continue
|
|
|
1707 |
else
|
|
|
1708 |
break
|
|
|
1709 |
fi
|
|
|
1710 |
;;
|
|
|
1711 |
msvisualcpp | msvcmsys)
|
|
|
1712 |
# This compiler won't grok `-c -o', but also, the minuso test has
|
|
|
1713 |
# not run yet. These depmodes are late enough in the game, and
|
|
|
1714 |
# so weak that their functioning should not be impacted.
|
|
|
1715 |
am__obj=conftest.${OBJEXT-o}
|
|
|
1716 |
am__minus_obj=
|
|
|
1717 |
;;
|
|
|
1718 |
none) break ;;
|
|
|
1719 |
esac
|
|
|
1720 |
if depmode=$depmode \
|
|
|
1721 |
source=sub/conftest.c object=$am__obj \
|
|
|
1722 |
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
|
|
1723 |
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
|
|
|
1724 |
>/dev/null 2>conftest.err &&
|
|
|
1725 |
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
|
|
|
1726 |
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
|
|
1727 |
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
|
|
|
1728 |
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
|
|
1729 |
# icc doesn't choke on unknown options, it will just issue warnings
|
|
|
1730 |
# or remarks (even with -Werror). So we grep stderr for any message
|
|
|
1731 |
# that says an option was ignored or not supported.
|
|
|
1732 |
# When given -MP, icc 7.0 and 7.1 complain thusly:
|
|
|
1733 |
# icc: Command line warning: ignoring option '-M'; no argument required
|
|
|
1734 |
# The diagnosis changed in icc 8.0:
|
|
|
1735 |
# icc: Command line remark: option '-MP' not supported
|
|
|
1736 |
if (grep 'ignoring option' conftest.err ||
|
|
|
1737 |
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
|
|
1738 |
am_cv_$1_dependencies_compiler_type=$depmode
|
|
|
1739 |
break
|
|
|
1740 |
fi
|
|
|
1741 |
fi
|
|
|
1742 |
done
|
|
|
1743 |
|
|
|
1744 |
cd ..
|
|
|
1745 |
rm -rf conftest.dir
|
|
|
1746 |
else
|
|
|
1747 |
am_cv_$1_dependencies_compiler_type=none
|
|
|
1748 |
fi
|
|
|
1749 |
])
|
|
|
1750 |
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
|
|
|
1751 |
AM_CONDITIONAL([am__fastdep$1], [
|
|
|
1752 |
test "x$enable_dependency_tracking" != xno \
|
|
|
1753 |
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
|
|
1754 |
])
|
|
|
1755 |
m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
|
|
1756 |
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
|
|
1757 |
])
|
|
|
1758 |
m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
|
|
|
1759 |
[ --disable-dependency-tracking speeds up one-time build
|
|
|
1760 |
--enable-dependency-tracking do not reject slow dependency extractors])
|
|
|
1761 |
if test "x$enable_dependency_tracking" != xno; then
|
|
|
1762 |
am_depcomp="$ac_aux_dir/depcomp"
|
|
|
1763 |
AMDEPBACKSLASH='\'
|
|
|
1764 |
fi
|
|
|
1765 |
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
|
|
1766 |
AC_SUBST([AMDEPBACKSLASH])dnl
|
|
|
1767 |
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
|
|
|
1768 |
])
|
|
|
1769 |
m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
|
|
|
1770 |
# Autoconf 2.62 quotes --file arguments for eval, but not when files
|
|
|
1771 |
# are listed without --file. Let's play safe and only enable the eval
|
|
|
1772 |
# if we detect the quoting.
|
|
|
1773 |
case $CONFIG_FILES in
|
|
|
1774 |
*\'*) eval set x "$CONFIG_FILES" ;;
|
|
|
1775 |
*) set x $CONFIG_FILES ;;
|
|
|
1776 |
esac
|
|
|
1777 |
shift
|
|
|
1778 |
for mf
|
|
|
1779 |
do
|
|
|
1780 |
# Strip MF so we end up with the name of the file.
|
|
|
1781 |
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
|
|
1782 |
# Check whether this is an Automake generated Makefile or not.
|
|
|
1783 |
# We used to match only the files named `Makefile.in', but
|
|
|
1784 |
# some people rename them; so instead we look at the file content.
|
|
|
1785 |
# Grep'ing the first line is not enough: some people post-process
|
|
|
1786 |
# each Makefile.in and add a new line on top of each file to say so.
|
|
|
1787 |
# Grep'ing the whole file is not good either: AIX grep has a line
|
|
|
1788 |
# limit of 2048, but all sed's we know have understand at least 4000.
|
|
|
1789 |
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
|
|
|
1790 |
dirpart=`AS_DIRNAME("$mf")`
|
|
|
1791 |
else
|
|
|
1792 |
continue
|
|
|
1793 |
fi
|
|
|
1794 |
# Extract the definition of DEPDIR, am__include, and am__quote
|
|
|
1795 |
# from the Makefile without running `make'.
|
|
|
1796 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
|
|
1797 |
test -z "$DEPDIR" && continue
|
|
|
1798 |
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
|
|
1799 |
test -z "am__include" && continue
|
|
|
1800 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
|
|
1801 |
# When using ansi2knr, U may be empty or an underscore; expand it
|
|
|
1802 |
U=`sed -n 's/^U = //p' < "$mf"`
|
|
|
1803 |
# Find all dependency output files, they are included files with
|
|
|
1804 |
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
|
|
1805 |
# simplest approach to changing $(DEPDIR) to its actual value in the
|
|
|
1806 |
# expansion.
|
|
|
1807 |
for file in `sed -n "
|
|
|
1808 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
|
|
1809 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
|
|
1810 |
# Make sure the directory exists.
|
|
|
1811 |
test -f "$dirpart/$file" && continue
|
|
|
1812 |
fdir=`AS_DIRNAME(["$file"])`
|
|
|
1813 |
AS_MKDIR_P([$dirpart/$fdir])
|
|
|
1814 |
# echo "creating $dirpart/$file"
|
|
|
1815 |
echo '# dummy' > "$dirpart/$file"
|
|
|
1816 |
done
|
|
|
1817 |
done
|
|
|
1818 |
}
|
|
|
1819 |
])
|
|
|
1820 |
m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
|
|
|
1821 |
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
|
1822 |
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
|
|
1823 |
])
|
|
|
1824 |
m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
|
|
|
1825 |
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
|
|
1826 |
dnl the ones we care about.
|
|
|
1827 |
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
|
|
1828 |
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
|
|
1829 |
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
|
|
1830 |
if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
|
|
1831 |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
|
|
1832 |
# is not polluted with repeated "-I."
|
|
|
1833 |
AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
|
|
|
1834 |
# test to see if srcdir already configured
|
|
|
1835 |
if test -f $srcdir/config.status; then
|
|
|
1836 |
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
|
|
1837 |
fi
|
|
|
1838 |
fi
|
|
|
1839 |
|
|
|
1840 |
# test whether we have cygpath
|
|
|
1841 |
if test -z "$CYGPATH_W"; then
|
|
|
1842 |
if (cygpath --version) >/dev/null 2>/dev/null; then
|
|
|
1843 |
CYGPATH_W='cygpath -w'
|
|
|
1844 |
else
|
|
|
1845 |
CYGPATH_W=echo
|
|
|
1846 |
fi
|
|
|
1847 |
fi
|
|
|
1848 |
AC_SUBST([CYGPATH_W])
|
|
|
1849 |
|
|
|
1850 |
# Define the identity of the package.
|
|
|
1851 |
dnl Distinguish between old-style and new-style calls.
|
|
|
1852 |
m4_ifval([$2],
|
|
|
1853 |
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
|
|
|
1854 |
AC_SUBST([PACKAGE], [$1])dnl
|
|
|
1855 |
AC_SUBST([VERSION], [$2])],
|
|
|
1856 |
[_AM_SET_OPTIONS([$1])dnl
|
|
|
1857 |
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
|
|
1858 |
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
|
|
|
1859 |
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
|
|
|
1860 |
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
|
|
1861 |
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
|
|
1862 |
|
|
|
1863 |
_AM_IF_OPTION([no-define],,
|
|
|
1864 |
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
|
|
1865 |
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
|
|
1866 |
|
|
|
1867 |
# Some tools Automake needs.
|
|
|
1868 |
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
|
|
1869 |
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
|
|
1870 |
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
|
|
1871 |
AM_MISSING_PROG(AUTOCONF, autoconf)
|
|
|
1872 |
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
|
|
1873 |
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
|
|
1874 |
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
|
|
1875 |
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
|
|
1876 |
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
|
|
|
1877 |
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
|
|
1878 |
# We need awk for the "check" target. The system "awk" is bad on
|
|
|
1879 |
# some platforms.
|
|
|
1880 |
AC_REQUIRE([AC_PROG_AWK])dnl
|
|
|
1881 |
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
|
|
1882 |
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
|
|
1883 |
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
|
|
1884 |
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
|
|
1885 |
[_AM_PROG_TAR([v7])])])
|
|
|
1886 |
_AM_IF_OPTION([no-dependencies],,
|
|
|
1887 |
[AC_PROVIDE_IFELSE([AC_PROG_CC],
|
|
|
1888 |
[_AM_DEPENDENCIES(CC)],
|
|
|
1889 |
[define([AC_PROG_CC],
|
|
|
1890 |
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
|
|
1891 |
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
|
|
1892 |
[_AM_DEPENDENCIES(CXX)],
|
|
|
1893 |
[define([AC_PROG_CXX],
|
|
|
1894 |
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
|
|
1895 |
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
|
|
1896 |
[_AM_DEPENDENCIES(OBJC)],
|
|
|
1897 |
[define([AC_PROG_OBJC],
|
|
|
1898 |
defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
|
|
1899 |
])
|
|
|
1900 |
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
|
|
|
1901 |
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
|
|
|
1902 |
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
|
|
|
1903 |
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
|
|
|
1904 |
AC_CONFIG_COMMANDS_PRE(dnl
|
|
|
1905 |
[m4_provide_if([_AM_COMPILER_EXEEXT],
|
|
|
1906 |
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
|
|
|
1907 |
])
|
|
|
1908 |
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
|
|
|
1909 |
_am_arg=$1
|
|
|
1910 |
_am_stamp_count=1
|
|
|
1911 |
for _am_header in $config_headers :; do
|
|
|
1912 |
case $_am_header in
|
|
|
1913 |
$_am_arg | $_am_arg:* )
|
|
|
1914 |
break ;;
|
|
|
1915 |
* )
|
|
|
1916 |
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
|
|
1917 |
esac
|
|
|
1918 |
done
|
|
|
1919 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
|
|
1920 |
m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
|
|
1921 |
if test x"${install_sh}" != xset; then
|
|
|
1922 |
case $am_aux_dir in
|
|
|
1923 |
*\ * | *\ *)
|
|
|
1924 |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
|
|
1925 |
*)
|
|
|
1926 |
install_sh="\${SHELL} $am_aux_dir/install-sh"
|
|
|
1927 |
esac
|
|
|
1928 |
fi
|
|
|
1929 |
AC_SUBST(install_sh)])
|
|
|
1930 |
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
|
|
|
1931 |
mkdir .tst 2>/dev/null
|
|
|
1932 |
if test -d .tst; then
|
|
|
1933 |
am__leading_dot=.
|
|
|
1934 |
else
|
|
|
1935 |
am__leading_dot=_
|
|
|
1936 |
fi
|
|
|
1937 |
rmdir .tst 2>/dev/null
|
|
|
1938 |
AC_SUBST([am__leading_dot])])
|
|
|
1939 |
m4trace:/usr/share/aclocal-1.11/lex.m4:16: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
|
|
|
1940 |
AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
|
|
|
1941 |
AC_REQUIRE([AC_PROG_LEX])dnl
|
|
|
1942 |
if test "$LEX" = :; then
|
|
|
1943 |
LEX=${am_missing_run}flex
|
|
|
1944 |
fi])
|
|
|
1945 |
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
|
|
|
1946 |
cat > confinc << 'END'
|
|
|
1947 |
am__doit:
|
|
|
1948 |
@echo this is the am__doit target
|
|
|
1949 |
.PHONY: am__doit
|
|
|
1950 |
END
|
|
|
1951 |
# If we don't find an include directive, just comment out the code.
|
|
|
1952 |
AC_MSG_CHECKING([for style of include used by $am_make])
|
|
|
1953 |
am__include="#"
|
|
|
1954 |
am__quote=
|
|
|
1955 |
_am_result=none
|
|
|
1956 |
# First try GNU make style include.
|
|
|
1957 |
echo "include confinc" > confmf
|
|
|
1958 |
# Ignore all kinds of additional output from `make'.
|
|
|
1959 |
case `$am_make -s -f confmf 2> /dev/null` in #(
|
|
|
1960 |
*the\ am__doit\ target*)
|
|
|
1961 |
am__include=include
|
|
|
1962 |
am__quote=
|
|
|
1963 |
_am_result=GNU
|
|
|
1964 |
;;
|
|
|
1965 |
esac
|
|
|
1966 |
# Now try BSD make style include.
|
|
|
1967 |
if test "$am__include" = "#"; then
|
|
|
1968 |
echo '.include "confinc"' > confmf
|
|
|
1969 |
case `$am_make -s -f confmf 2> /dev/null` in #(
|
|
|
1970 |
*the\ am__doit\ target*)
|
|
|
1971 |
am__include=.include
|
|
|
1972 |
am__quote="\""
|
|
|
1973 |
_am_result=BSD
|
|
|
1974 |
;;
|
|
|
1975 |
esac
|
|
|
1976 |
fi
|
|
|
1977 |
AC_SUBST([am__include])
|
|
|
1978 |
AC_SUBST([am__quote])
|
|
|
1979 |
AC_MSG_RESULT([$_am_result])
|
|
|
1980 |
rm -f confinc confmf
|
|
|
1981 |
])
|
|
|
1982 |
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
|
|
|
1983 |
$1=${$1-"${am_missing_run}$2"}
|
|
|
1984 |
AC_SUBST($1)])
|
|
|
1985 |
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
|
|
1986 |
AC_REQUIRE_AUX_FILE([missing])dnl
|
|
|
1987 |
if test x"${MISSING+set}" != xset; then
|
|
|
1988 |
case $am_aux_dir in
|
|
|
1989 |
*\ * | *\ *)
|
|
|
1990 |
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
|
|
|
1991 |
*)
|
|
|
1992 |
MISSING="\${SHELL} $am_aux_dir/missing" ;;
|
|
|
1993 |
esac
|
|
|
1994 |
fi
|
|
|
1995 |
# Use eval to expand $SHELL
|
|
|
1996 |
if eval "$MISSING --run true"; then
|
|
|
1997 |
am_missing_run="$MISSING --run "
|
|
|
1998 |
else
|
|
|
1999 |
am_missing_run=
|
|
|
2000 |
AC_MSG_WARN([`missing' script is too old or missing])
|
|
|
2001 |
fi
|
|
|
2002 |
])
|
|
|
2003 |
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
|
|
|
2004 |
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
|
|
2005 |
dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
|
|
|
2006 |
dnl while keeping a definition of mkdir_p for backward compatibility.
|
|
|
2007 |
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
|
|
|
2008 |
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
|
|
|
2009 |
dnl Makefile.ins that do not define MKDIR_P, so we do our own
|
|
|
2010 |
dnl adjustment using top_builddir (which is defined more often than
|
|
|
2011 |
dnl MKDIR_P).
|
|
|
2012 |
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
|
|
|
2013 |
case $mkdir_p in
|
|
|
2014 |
[[\\/$]]* | ?:[[\\/]]*) ;;
|
|
|
2015 |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
|
|
2016 |
esac
|
|
|
2017 |
])
|
|
|
2018 |
m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
|
|
2019 |
m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
|
|
|
2020 |
m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
|
|
|
2021 |
m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
|
|
2022 |
m4trace:/usr/share/aclocal-1.11/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [
|
|
|
2023 |
dnl Find a Python interpreter. Python versions prior to 2.0 are not
|
|
|
2024 |
dnl supported. (2.0 was released on October 16, 2000).
|
|
|
2025 |
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
|
|
|
2026 |
[python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl
|
|
|
2027 |
python2.1 python2.0])
|
|
|
2028 |
|
|
|
2029 |
m4_if([$1],[],[
|
|
|
2030 |
dnl No version check is needed.
|
|
|
2031 |
# Find any Python interpreter.
|
|
|
2032 |
if test -z "$PYTHON"; then
|
|
|
2033 |
AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
|
|
|
2034 |
fi
|
|
|
2035 |
am_display_PYTHON=python
|
|
|
2036 |
], [
|
|
|
2037 |
dnl A version check is needed.
|
|
|
2038 |
if test -n "$PYTHON"; then
|
|
|
2039 |
# If the user set $PYTHON, use it and don't search something else.
|
|
|
2040 |
AC_MSG_CHECKING([whether $PYTHON version >= $1])
|
|
|
2041 |
AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
|
|
|
2042 |
[AC_MSG_RESULT(yes)],
|
|
|
2043 |
[AC_MSG_ERROR(too old)])
|
|
|
2044 |
am_display_PYTHON=$PYTHON
|
|
|
2045 |
else
|
|
|
2046 |
# Otherwise, try each interpreter until we find one that satisfies
|
|
|
2047 |
# VERSION.
|
|
|
2048 |
AC_CACHE_CHECK([for a Python interpreter with version >= $1],
|
|
|
2049 |
[am_cv_pathless_PYTHON],[
|
|
|
2050 |
for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
|
|
|
2051 |
test "$am_cv_pathless_PYTHON" = none && break
|
|
|
2052 |
AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
|
|
|
2053 |
done])
|
|
|
2054 |
# Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
|
|
|
2055 |
if test "$am_cv_pathless_PYTHON" = none; then
|
|
|
2056 |
PYTHON=:
|
|
|
2057 |
else
|
|
|
2058 |
AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
|
|
|
2059 |
fi
|
|
|
2060 |
am_display_PYTHON=$am_cv_pathless_PYTHON
|
|
|
2061 |
fi
|
|
|
2062 |
])
|
|
|
2063 |
|
|
|
2064 |
if test "$PYTHON" = :; then
|
|
|
2065 |
dnl Run any user-specified action, or abort.
|
|
|
2066 |
m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
|
|
|
2067 |
else
|
|
|
2068 |
|
|
|
2069 |
dnl Query Python for its version number. Getting [:3] seems to be
|
|
|
2070 |
dnl the best way to do this; it's what "site.py" does in the standard
|
|
|
2071 |
dnl library.
|
|
|
2072 |
|
|
|
2073 |
AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
|
|
|
2074 |
[am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
|
|
|
2075 |
AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
|
|
|
2076 |
|
|
|
2077 |
dnl Use the values of $prefix and $exec_prefix for the corresponding
|
|
|
2078 |
dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made
|
|
|
2079 |
dnl distinct variables so they can be overridden if need be. However,
|
|
|
2080 |
dnl general consensus is that you shouldn't need this ability.
|
|
|
2081 |
|
|
|
2082 |
AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
|
|
|
2083 |
AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
|
|
|
2084 |
|
|
|
2085 |
dnl At times (like when building shared libraries) you may want
|
|
|
2086 |
dnl to know which OS platform Python thinks this is.
|
|
|
2087 |
|
|
|
2088 |
AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
|
|
|
2089 |
[am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
|
|
|
2090 |
AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
|
|
|
2091 |
|
|
|
2092 |
|
|
|
2093 |
dnl Set up 4 directories:
|
|
|
2094 |
|
|
|
2095 |
dnl pythondir -- where to install python scripts. This is the
|
|
|
2096 |
dnl site-packages directory, not the python standard library
|
|
|
2097 |
dnl directory like in previous automake betas. This behavior
|
|
|
2098 |
dnl is more consistent with lispdir.m4 for example.
|
|
|
2099 |
dnl Query distutils for this directory. distutils does not exist in
|
|
|
2100 |
dnl Python 1.5, so we fall back to the hardcoded directory if it
|
|
|
2101 |
dnl doesn't work.
|
|
|
2102 |
AC_CACHE_CHECK([for $am_display_PYTHON script directory],
|
|
|
2103 |
[am_cv_python_pythondir],
|
|
|
2104 |
[if test "x$prefix" = xNONE
|
|
|
2105 |
then
|
|
|
2106 |
am_py_prefix=$ac_default_prefix
|
|
|
2107 |
else
|
|
|
2108 |
am_py_prefix=$prefix
|
|
|
2109 |
fi
|
|
|
2110 |
am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null ||
|
|
|
2111 |
echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
|
|
|
2112 |
case $am_cv_python_pythondir in
|
|
|
2113 |
$am_py_prefix*)
|
|
|
2114 |
am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
|
|
|
2115 |
am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
|
|
|
2116 |
;;
|
|
|
2117 |
esac
|
|
|
2118 |
])
|
|
|
2119 |
AC_SUBST([pythondir], [$am_cv_python_pythondir])
|
|
|
2120 |
|
|
|
2121 |
dnl pkgpythondir -- $PACKAGE directory under pythondir. Was
|
|
|
2122 |
dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
|
|
|
2123 |
dnl more consistent with the rest of automake.
|
|
|
2124 |
|
|
|
2125 |
AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
|
|
|
2126 |
|
|
|
2127 |
dnl pyexecdir -- directory for installing python extension modules
|
|
|
2128 |
dnl (shared libraries)
|
|
|
2129 |
dnl Query distutils for this directory. distutils does not exist in
|
|
|
2130 |
dnl Python 1.5, so we fall back to the hardcoded directory if it
|
|
|
2131 |
dnl doesn't work.
|
|
|
2132 |
AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
|
|
|
2133 |
[am_cv_python_pyexecdir],
|
|
|
2134 |
[if test "x$exec_prefix" = xNONE
|
|
|
2135 |
then
|
|
|
2136 |
am_py_exec_prefix=$am_py_prefix
|
|
|
2137 |
else
|
|
|
2138 |
am_py_exec_prefix=$exec_prefix
|
|
|
2139 |
fi
|
|
|
2140 |
am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null ||
|
|
|
2141 |
echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
|
|
|
2142 |
case $am_cv_python_pyexecdir in
|
|
|
2143 |
$am_py_exec_prefix*)
|
|
|
2144 |
am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
|
|
|
2145 |
am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
|
|
|
2146 |
;;
|
|
|
2147 |
esac
|
|
|
2148 |
])
|
|
|
2149 |
AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
|
|
|
2150 |
|
|
|
2151 |
dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
|
|
|
2152 |
|
|
|
2153 |
AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
|
|
|
2154 |
|
|
|
2155 |
dnl Run any user-specified action.
|
|
|
2156 |
$2
|
|
|
2157 |
fi
|
|
|
2158 |
|
|
|
2159 |
])
|
|
|
2160 |
m4trace:/usr/share/aclocal-1.11/python.m4:183: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys
|
|
|
2161 |
# split strings by '.' and convert to numeric. Append some zeros
|
|
|
2162 |
# because we need at least 4 digits for the hex conversion.
|
|
|
2163 |
# map returns an iterator in Python 3.0 and a list in 2.x
|
|
|
2164 |
minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
|
|
|
2165 |
minverhex = 0
|
|
|
2166 |
# xrange is not present in Python 3.0 and range returns an iterator
|
|
|
2167 |
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
|
|
|
2168 |
sys.exit(sys.hexversion < minverhex)"
|
|
|
2169 |
AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
|
|
|
2170 |
m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
|
|
|
2171 |
($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
|
|
|
2172 |
ac_status=$?
|
|
|
2173 |
echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
|
|
2174 |
(exit $ac_status); }])
|
|
|
2175 |
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
|
|
|
2176 |
# Just in case
|
|
|
2177 |
sleep 1
|
|
|
2178 |
echo timestamp > conftest.file
|
|
|
2179 |
# Reject unsafe characters in $srcdir or the absolute working directory
|
|
|
2180 |
# name. Accept space and tab only in the latter.
|
|
|
2181 |
am_lf='
|
|
|
2182 |
'
|
|
|
2183 |
case `pwd` in
|
|
|
2184 |
*[[\\\"\#\$\&\'\`$am_lf]]*)
|
|
|
2185 |
AC_MSG_ERROR([unsafe absolute working directory name]);;
|
|
|
2186 |
esac
|
|
|
2187 |
case $srcdir in
|
|
|
2188 |
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
|
|
|
2189 |
AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
|
|
|
2190 |
esac
|
|
|
2191 |
|
|
|
2192 |
# Do `set' in a subshell so we don't clobber the current shell's
|
|
|
2193 |
# arguments. Must try -L first in case configure is actually a
|
|
|
2194 |
# symlink; some systems play weird games with the mod time of symlinks
|
|
|
2195 |
# (eg FreeBSD returns the mod time of the symlink's containing
|
|
|
2196 |
# directory).
|
|
|
2197 |
if (
|
|
|
2198 |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
|
|
|
2199 |
if test "$[*]" = "X"; then
|
|
|
2200 |
# -L didn't work.
|
|
|
2201 |
set X `ls -t "$srcdir/configure" conftest.file`
|
|
|
2202 |
fi
|
|
|
2203 |
rm -f conftest.file
|
|
|
2204 |
if test "$[*]" != "X $srcdir/configure conftest.file" \
|
|
|
2205 |
&& test "$[*]" != "X conftest.file $srcdir/configure"; then
|
|
|
2206 |
|
|
|
2207 |
# If neither matched, then we have a broken ls. This can happen
|
|
|
2208 |
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
|
|
2209 |
# broken ls alias from the environment. This has actually
|
|
|
2210 |
# happened. Such a system could not be considered "sane".
|
|
|
2211 |
AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
|
|
2212 |
alias in your environment])
|
|
|
2213 |
fi
|
|
|
2214 |
|
|
|
2215 |
test "$[2]" = conftest.file
|
|
|
2216 |
)
|
|
|
2217 |
then
|
|
|
2218 |
# Ok.
|
|
|
2219 |
:
|
|
|
2220 |
else
|
|
|
2221 |
AC_MSG_ERROR([newly created file is older than distributed files!
|
|
|
2222 |
Check your system clock])
|
|
|
2223 |
fi
|
|
|
2224 |
AC_MSG_RESULT(yes)])
|
|
|
2225 |
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
|
|
|
2226 |
[ --enable-silent-rules less verbose build output (undo: `make V=1')
|
|
|
2227 |
--disable-silent-rules verbose build output (undo: `make V=0')])
|
|
|
2228 |
case $enable_silent_rules in
|
|
|
2229 |
yes) AM_DEFAULT_VERBOSITY=0;;
|
|
|
2230 |
no) AM_DEFAULT_VERBOSITY=1;;
|
|
|
2231 |
*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
|
|
|
2232 |
esac
|
|
|
2233 |
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
|
|
|
2234 |
AM_BACKSLASH='\'
|
|
|
2235 |
AC_SUBST([AM_BACKSLASH])dnl
|
|
|
2236 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
|
|
2237 |
])
|
|
|
2238 |
m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
|
|
2239 |
# Installed binaries are usually stripped using `strip' when the user
|
|
|
2240 |
# run `make install-strip'. However `strip' might not be the right
|
|
|
2241 |
# tool to use in cross-compilation environments, therefore Automake
|
|
|
2242 |
# will honor the `STRIP' environment variable to overrule this program.
|
|
|
2243 |
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
|
|
2244 |
if test "$cross_compiling" != no; then
|
|
|
2245 |
AC_CHECK_TOOL([STRIP], [strip], :)
|
|
|
2246 |
fi
|
|
|
2247 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
|
|
2248 |
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
|
|
2249 |
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
|
|
|
2250 |
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|
|
2251 |
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
|
|
|
2252 |
AM_MISSING_PROG([AMTAR], [tar])
|
|
|
2253 |
m4_if([$1], [v7],
|
|
|
2254 |
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
|
|
2255 |
[m4_case([$1], [ustar],, [pax],,
|
|
|
2256 |
[m4_fatal([Unknown tar format])])
|
|
|
2257 |
AC_MSG_CHECKING([how to create a $1 tar archive])
|
|
|
2258 |
# Loop over all known methods to create a tar archive until one works.
|
|
|
2259 |
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
|
|
2260 |
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
|
|
2261 |
# Do not fold the above two line into one, because Tru64 sh and
|
|
|
2262 |
# Solaris sh will not grok spaces in the rhs of `-'.
|
|
|
2263 |
for _am_tool in $_am_tools
|
|
|
2264 |
do
|
|
|
2265 |
case $_am_tool in
|
|
|
2266 |
gnutar)
|
|
|
2267 |
for _am_tar in tar gnutar gtar;
|
|
|
2268 |
do
|
|
|
2269 |
AM_RUN_LOG([$_am_tar --version]) && break
|
|
|
2270 |
done
|
|
|
2271 |
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
|
|
2272 |
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
|
|
2273 |
am__untar="$_am_tar -xf -"
|
|
|
2274 |
;;
|
|
|
2275 |
plaintar)
|
|
|
2276 |
# Must skip GNU tar: if it does not support --format= it doesn't create
|
|
|
2277 |
# ustar tarball either.
|
|
|
2278 |
(tar --version) >/dev/null 2>&1 && continue
|
|
|
2279 |
am__tar='tar chf - "$$tardir"'
|
|
|
2280 |
am__tar_='tar chf - "$tardir"'
|
|
|
2281 |
am__untar='tar xf -'
|
|
|
2282 |
;;
|
|
|
2283 |
pax)
|
|
|
2284 |
am__tar='pax -L -x $1 -w "$$tardir"'
|
|
|
2285 |
am__tar_='pax -L -x $1 -w "$tardir"'
|
|
|
2286 |
am__untar='pax -r'
|
|
|
2287 |
;;
|
|
|
2288 |
cpio)
|
|
|
2289 |
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
|
|
2290 |
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
|
|
2291 |
am__untar='cpio -i -H $1 -d'
|
|
|
2292 |
;;
|
|
|
2293 |
none)
|
|
|
2294 |
am__tar=false
|
|
|
2295 |
am__tar_=false
|
|
|
2296 |
am__untar=false
|
|
|
2297 |
;;
|
|
|
2298 |
esac
|
|
|
2299 |
|
|
|
2300 |
# If the value was cached, stop now. We just wanted to have am__tar
|
|
|
2301 |
# and am__untar set.
|
|
|
2302 |
test -n "${am_cv_prog_tar_$1}" && break
|
|
|
2303 |
|
|
|
2304 |
# tar/untar a dummy directory, and stop if the command works
|
|
|
2305 |
rm -rf conftest.dir
|
|
|
2306 |
mkdir conftest.dir
|
|
|
2307 |
echo GrepMe > conftest.dir/file
|
|
|
2308 |
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
|
|
2309 |
rm -rf conftest.dir
|
|
|
2310 |
if test -s conftest.tar; then
|
|
|
2311 |
AM_RUN_LOG([$am__untar <conftest.tar])
|
|
|
2312 |
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
|
|
2313 |
fi
|
|
|
2314 |
done
|
|
|
2315 |
rm -rf conftest.dir
|
|
|
2316 |
|
|
|
2317 |
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
|
|
2318 |
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
|
|
2319 |
AC_SUBST([am__tar])
|
|
|
2320 |
AC_SUBST([am__untar])
|
|
|
2321 |
])
|
|
|
2322 |
m4trace:aclocal/ax_boost_base.m4:36: -1- AC_DEFUN([AX_BOOST_BASE], [
|
|
|
2323 |
AC_ARG_WITH([boost],
|
|
|
2324 |
AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
|
|
|
2325 |
[
|
|
|
2326 |
if test "$withval" = "no"; then
|
|
|
2327 |
want_boost="no"
|
|
|
2328 |
elif test "$withval" = "yes"; then
|
|
|
2329 |
want_boost="yes"
|
|
|
2330 |
ac_boost_path=""
|
|
|
2331 |
else
|
|
|
2332 |
want_boost="yes"
|
|
|
2333 |
ac_boost_path="$withval"
|
|
|
2334 |
fi
|
|
|
2335 |
],
|
|
|
2336 |
[want_boost="yes"])
|
|
|
2337 |
|
|
|
2338 |
if test "x$want_boost" = "xyes"; then
|
|
|
2339 |
boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
|
|
|
2340 |
boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
|
|
|
2341 |
boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
|
|
|
2342 |
boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
|
|
|
2343 |
boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
|
|
|
2344 |
if test "x$boost_lib_version_req_sub_minor" = "x" ; then
|
|
|
2345 |
boost_lib_version_req_sub_minor="0"
|
|
|
2346 |
fi
|
|
|
2347 |
WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
|
|
|
2348 |
AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
|
|
|
2349 |
succeeded=no
|
|
|
2350 |
|
|
|
2351 |
dnl first we check the system location for boost libraries
|
|
|
2352 |
dnl this location ist chosen if boost libraries are installed with the --layout=system option
|
|
|
2353 |
dnl or if you install boost with RPM
|
|
|
2354 |
if test "$ac_boost_path" != ""; then
|
|
|
2355 |
BOOST_LDFLAGS="-L$ac_boost_path/lib"
|
|
|
2356 |
BOOST_CPPFLAGS="-I$ac_boost_path/include"
|
|
|
2357 |
else
|
|
|
2358 |
for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
|
|
|
2359 |
if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
|
|
|
2360 |
BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
|
|
|
2361 |
BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
|
|
|
2362 |
break;
|
|
|
2363 |
fi
|
|
|
2364 |
done
|
|
|
2365 |
fi
|
|
|
2366 |
|
|
|
2367 |
CPPFLAGS_SAVED="$CPPFLAGS"
|
|
|
2368 |
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
|
|
2369 |
export CPPFLAGS
|
|
|
2370 |
|
|
|
2371 |
LDFLAGS_SAVED="$LDFLAGS"
|
|
|
2372 |
LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
|
|
|
2373 |
export LDFLAGS
|
|
|
2374 |
|
|
|
2375 |
AC_LANG_PUSH(C++)
|
|
|
2376 |
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
2377 |
@%:@include <boost/version.hpp>
|
|
|
2378 |
]], [[
|
|
|
2379 |
#if BOOST_VERSION >= $WANT_BOOST_VERSION
|
|
|
2380 |
// Everything is okay
|
|
|
2381 |
#else
|
|
|
2382 |
# error Boost version is too old
|
|
|
2383 |
#endif
|
|
|
2384 |
]])],[
|
|
|
2385 |
AC_MSG_RESULT(yes)
|
|
|
2386 |
succeeded=yes
|
|
|
2387 |
found_system=yes
|
|
|
2388 |
],[
|
|
|
2389 |
])
|
|
|
2390 |
AC_LANG_POP([C++])
|
|
|
2391 |
|
|
|
2392 |
|
|
|
2393 |
|
|
|
2394 |
dnl if we found no boost with system layout we search for boost libraries
|
|
|
2395 |
dnl built and installed without the --layout=system option or for a staged(not installed) version
|
|
|
2396 |
if test "x$succeeded" != "xyes"; then
|
|
|
2397 |
_version=0
|
|
|
2398 |
if test "$ac_boost_path" != ""; then
|
|
|
2399 |
BOOST_LDFLAGS="-L$ac_boost_path/lib"
|
|
|
2400 |
if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
|
|
|
2401 |
for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
|
|
|
2402 |
_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
|
|
|
2403 |
V_CHECK=`expr $_version_tmp \> $_version`
|
|
|
2404 |
if test "$V_CHECK" = "1" ; then
|
|
|
2405 |
_version=$_version_tmp
|
|
|
2406 |
fi
|
|
|
2407 |
VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
|
|
|
2408 |
BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
|
|
|
2409 |
done
|
|
|
2410 |
fi
|
|
|
2411 |
else
|
|
|
2412 |
for ac_boost_path in /usr /usr/local /opt /opt/local ; do
|
|
|
2413 |
if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
|
|
|
2414 |
for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
|
|
|
2415 |
_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
|
|
|
2416 |
V_CHECK=`expr $_version_tmp \> $_version`
|
|
|
2417 |
if test "$V_CHECK" = "1" ; then
|
|
|
2418 |
_version=$_version_tmp
|
|
|
2419 |
best_path=$ac_boost_path
|
|
|
2420 |
fi
|
|
|
2421 |
done
|
|
|
2422 |
fi
|
|
|
2423 |
done
|
|
|
2424 |
|
|
|
2425 |
VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
|
|
|
2426 |
BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
|
|
|
2427 |
BOOST_LDFLAGS="-L$best_path/lib"
|
|
|
2428 |
|
|
|
2429 |
if test "x$BOOST_ROOT" != "x"; then
|
|
|
2430 |
if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
|
|
|
2431 |
version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
|
|
|
2432 |
stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
|
|
|
2433 |
stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
|
|
|
2434 |
V_CHECK=`expr $stage_version_shorten \>\= $_version`
|
|
|
2435 |
if test "$V_CHECK" = "1" ; then
|
|
|
2436 |
AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
|
|
|
2437 |
BOOST_CPPFLAGS="-I$BOOST_ROOT"
|
|
|
2438 |
BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
|
|
|
2439 |
fi
|
|
|
2440 |
fi
|
|
|
2441 |
fi
|
|
|
2442 |
fi
|
|
|
2443 |
|
|
|
2444 |
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
|
|
2445 |
export CPPFLAGS
|
|
|
2446 |
LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
|
|
|
2447 |
export LDFLAGS
|
|
|
2448 |
|
|
|
2449 |
AC_LANG_PUSH(C++)
|
|
|
2450 |
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
2451 |
@%:@include <boost/version.hpp>
|
|
|
2452 |
]], [[
|
|
|
2453 |
#if BOOST_VERSION >= $WANT_BOOST_VERSION
|
|
|
2454 |
// Everything is okay
|
|
|
2455 |
#else
|
|
|
2456 |
# error Boost version is too old
|
|
|
2457 |
#endif
|
|
|
2458 |
]])],[
|
|
|
2459 |
AC_MSG_RESULT(yes)
|
|
|
2460 |
succeeded=yes
|
|
|
2461 |
found_system=yes
|
|
|
2462 |
],[
|
|
|
2463 |
])
|
|
|
2464 |
AC_LANG_POP([C++])
|
|
|
2465 |
fi
|
|
|
2466 |
|
|
|
2467 |
if test "$succeeded" != "yes" ; then
|
|
|
2468 |
if test "$_version" = "0" ; then
|
|
|
2469 |
AC_MSG_ERROR([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
|
|
|
2470 |
else
|
|
|
2471 |
AC_MSG_NOTICE([Your boost libraries seems to old (version $_version).])
|
|
|
2472 |
fi
|
|
|
2473 |
else
|
|
|
2474 |
AC_SUBST(BOOST_CPPFLAGS)
|
|
|
2475 |
AC_SUBST(BOOST_LDFLAGS)
|
|
|
2476 |
AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
|
|
|
2477 |
fi
|
|
|
2478 |
|
|
|
2479 |
CPPFLAGS="$CPPFLAGS_SAVED"
|
|
|
2480 |
LDFLAGS="$LDFLAGS_SAVED"
|
|
|
2481 |
fi
|
|
|
2482 |
|
|
|
2483 |
])
|
|
|
2484 |
m4trace:aclocal/ax_javac_and_java.m4:32: -1- AC_DEFUN([AX_JAVAC_AND_JAVA], [
|
|
|
2485 |
|
|
|
2486 |
dnl Hard-coded default commands to test.
|
|
|
2487 |
JAVAC_PROGS="javac,jikes,gcj -C"
|
|
|
2488 |
JAVA_PROGS="java,kaffe"
|
|
|
2489 |
|
|
|
2490 |
dnl Allow the user to specify an alternative.
|
|
|
2491 |
if test -n "$JAVAC" ; then
|
|
|
2492 |
JAVAC_PROGS="$JAVAC"
|
|
|
2493 |
fi
|
|
|
2494 |
if test -n "$JAVA" ; then
|
|
|
2495 |
JAVA_PROGS="$JAVA"
|
|
|
2496 |
fi
|
|
|
2497 |
|
|
|
2498 |
AC_MSG_CHECKING(for javac and java)
|
|
|
2499 |
|
|
|
2500 |
echo "public class configtest_ax_javac_and_java { public static void main(String args@<:@@:>@) { } }" > configtest_ax_javac_and_java.java
|
|
|
2501 |
success=no
|
|
|
2502 |
oIFS="$IFS"
|
|
|
2503 |
|
|
|
2504 |
IFS=","
|
|
|
2505 |
for JAVAC in $JAVAC_PROGS ; do
|
|
|
2506 |
IFS="$oIFS"
|
|
|
2507 |
|
|
|
2508 |
echo "Running \"$JAVAC configtest_ax_javac_and_java.java\"" >&AS_MESSAGE_LOG_FD
|
|
|
2509 |
if $JAVAC configtest_ax_javac_and_java.java >&AS_MESSAGE_LOG_FD 2>&1 ; then
|
|
|
2510 |
|
|
|
2511 |
IFS=","
|
|
|
2512 |
for JAVA in $JAVA_PROGS ; do
|
|
|
2513 |
IFS="$oIFS"
|
|
|
2514 |
|
|
|
2515 |
echo "Running \"$JAVA configtest_ax_javac_and_java\"" >&AS_MESSAGE_LOG_FD
|
|
|
2516 |
if $JAVA configtest_ax_javac_and_java >&AS_MESSAGE_LOG_FD 2>&1 ; then
|
|
|
2517 |
success=yes
|
|
|
2518 |
break 2
|
|
|
2519 |
fi
|
|
|
2520 |
|
|
|
2521 |
done
|
|
|
2522 |
|
|
|
2523 |
fi
|
|
|
2524 |
|
|
|
2525 |
done
|
|
|
2526 |
|
|
|
2527 |
rm -f configtest_ax_javac_and_java.java configtest_ax_javac_and_java.class
|
|
|
2528 |
|
|
|
2529 |
if test "$success" != "yes" ; then
|
|
|
2530 |
AC_MSG_RESULT(no)
|
|
|
2531 |
JAVAC=""
|
|
|
2532 |
JAVA=""
|
|
|
2533 |
else
|
|
|
2534 |
AC_MSG_RESULT(yes)
|
|
|
2535 |
fi
|
|
|
2536 |
|
|
|
2537 |
ax_javac_and_java="$success"
|
|
|
2538 |
|
|
|
2539 |
])
|
|
|
2540 |
m4trace:aclocal/ax_javac_and_java.m4:91: -1- AC_DEFUN([AX_CHECK_JAVA_CLASS], [
|
|
|
2541 |
AC_MSG_CHECKING(for Java class [$1])
|
|
|
2542 |
|
|
|
2543 |
echo "import $1; public class configtest_ax_javac_and_java { public static void main(String args@<:@@:>@) { } }" > configtest_ax_javac_and_java.java
|
|
|
2544 |
|
|
|
2545 |
echo "Running \"$JAVAC configtest_ax_javac_and_java.java\"" >&AS_MESSAGE_LOG_FD
|
|
|
2546 |
if $JAVAC configtest_ax_javac_and_java.java >&AS_MESSAGE_LOG_FD 2>&1 ; then
|
|
|
2547 |
AC_MSG_RESULT(yes)
|
|
|
2548 |
success=yes
|
|
|
2549 |
else
|
|
|
2550 |
AC_MSG_RESULT(no)
|
|
|
2551 |
success=no
|
|
|
2552 |
fi
|
|
|
2553 |
|
|
|
2554 |
rm -f configtest_ax_javac_and_java.java configtest_ax_javac_and_java.class
|
|
|
2555 |
])
|
|
|
2556 |
m4trace:aclocal/ax_lib_event.m4:38: -1- AC_DEFUN([AX_LIB_EVENT_DO_CHECK], [
|
|
|
2557 |
# Save our flags.
|
|
|
2558 |
CPPFLAGS_SAVED="$CPPFLAGS"
|
|
|
2559 |
LDFLAGS_SAVED="$LDFLAGS"
|
|
|
2560 |
LIBS_SAVED="$LIBS"
|
|
|
2561 |
LD_LIBRARY_PATH_SAVED="$LD_LIBRARY_PATH"
|
|
|
2562 |
|
|
|
2563 |
# Set our flags if we are checking a specific directory.
|
|
|
2564 |
if test -n "$ax_libevent_path" ; then
|
|
|
2565 |
LIBEVENT_CPPFLAGS="-I$ax_libevent_path/include"
|
|
|
2566 |
LIBEVENT_LDFLAGS="-L$ax_libevent_path/lib"
|
|
|
2567 |
LD_LIBRARY_PATH="$ax_libevent_path/lib:$LD_LIBRARY_PATH"
|
|
|
2568 |
else
|
|
|
2569 |
LIBEVENT_CPPFLAGS=""
|
|
|
2570 |
LIBEVENT_LDFLAGS=""
|
|
|
2571 |
fi
|
|
|
2572 |
|
|
|
2573 |
# Required flag for libevent.
|
|
|
2574 |
LIBEVENT_LIBS="-levent"
|
|
|
2575 |
|
|
|
2576 |
# Prepare the environment for compilation.
|
|
|
2577 |
CPPFLAGS="$CPPFLAGS $LIBEVENT_CPPFLAGS"
|
|
|
2578 |
LDFLAGS="$LDFLAGS $LIBEVENT_LDFLAGS"
|
|
|
2579 |
LIBS="$LIBS $LIBEVENT_LIBS"
|
|
|
2580 |
export CPPFLAGS
|
|
|
2581 |
export LDFLAGS
|
|
|
2582 |
export LIBS
|
|
|
2583 |
export LD_LIBRARY_PATH
|
|
|
2584 |
|
|
|
2585 |
success=no
|
|
|
2586 |
|
|
|
2587 |
# Compile, link, and run the program. This checks:
|
|
|
2588 |
# - event.h is available for including.
|
|
|
2589 |
# - event_get_version() is available for linking.
|
|
|
2590 |
# - The event version string is lexicographically greater
|
|
|
2591 |
# than the required version.
|
|
|
2592 |
AC_LANG_PUSH([C])
|
|
|
2593 |
dnl This can be changed to AC_LINK_IFELSE if you are cross-compiling,
|
|
|
2594 |
dnl but then the version cannot be checked.
|
|
|
2595 |
AC_RUN_IFELSE([AC_LANG_PROGRAM([[
|
|
|
2596 |
#include <sys/types.h>
|
|
|
2597 |
#include <event.h>
|
|
|
2598 |
]], [[
|
|
|
2599 |
const char* lib_version = event_get_version();
|
|
|
2600 |
const char* wnt_version = "$WANT_LIBEVENT_VERSION";
|
|
|
2601 |
for (;;) {
|
|
|
2602 |
/* If we reached the end of the want version. We have it. */
|
|
|
2603 |
if (*wnt_version == '\0' || *wnt_version == '-') {
|
|
|
2604 |
return 0;
|
|
|
2605 |
}
|
|
|
2606 |
/* If the want version continues but the lib version does not, */
|
|
|
2607 |
/* we are missing a letter. We don't have it. */
|
|
|
2608 |
if (*lib_version == '\0' || *lib_version == '-') {
|
|
|
2609 |
return 1;
|
|
|
2610 |
}
|
|
|
2611 |
/* In the 1.4 version numbering style, if there are more digits */
|
|
|
2612 |
/* in one version than the other, that one is higher. */
|
|
|
2613 |
int lib_digits;
|
|
|
2614 |
for (lib_digits = 0;
|
|
|
2615 |
lib_version[lib_digits] >= '0' &&
|
|
|
2616 |
lib_version[lib_digits] <= '9';
|
|
|
2617 |
lib_digits++)
|
|
|
2618 |
;
|
|
|
2619 |
int wnt_digits;
|
|
|
2620 |
for (wnt_digits = 0;
|
|
|
2621 |
wnt_version[wnt_digits] >= '0' &&
|
|
|
2622 |
wnt_version[wnt_digits] <= '9';
|
|
|
2623 |
wnt_digits++)
|
|
|
2624 |
;
|
|
|
2625 |
if (lib_digits > wnt_digits) {
|
|
|
2626 |
return 0;
|
|
|
2627 |
}
|
|
|
2628 |
if (lib_digits < wnt_digits) {
|
|
|
2629 |
return 1;
|
|
|
2630 |
}
|
|
|
2631 |
/* If we have greater than what we want. We have it. */
|
|
|
2632 |
if (*lib_version > *wnt_version) {
|
|
|
2633 |
return 0;
|
|
|
2634 |
}
|
|
|
2635 |
/* If we have less, we don't. */
|
|
|
2636 |
if (*lib_version < *wnt_version) {
|
|
|
2637 |
return 1;
|
|
|
2638 |
}
|
|
|
2639 |
lib_version++;
|
|
|
2640 |
wnt_version++;
|
|
|
2641 |
}
|
|
|
2642 |
return 0;
|
|
|
2643 |
]])], [
|
|
|
2644 |
success=yes
|
|
|
2645 |
])
|
|
|
2646 |
AC_LANG_POP([C])
|
|
|
2647 |
|
|
|
2648 |
# Restore flags.
|
|
|
2649 |
CPPFLAGS="$CPPFLAGS_SAVED"
|
|
|
2650 |
LDFLAGS="$LDFLAGS_SAVED"
|
|
|
2651 |
LIBS="$LIBS_SAVED"
|
|
|
2652 |
LD_LIBRARY_PATH="$LD_LIBRARY_PATH_SAVED"
|
|
|
2653 |
])
|
|
|
2654 |
m4trace:aclocal/ax_lib_event.m4:139: -1- AC_DEFUN([AX_LIB_EVENT], [
|
|
|
2655 |
|
|
|
2656 |
dnl Allow search path to be overridden on the command line.
|
|
|
2657 |
AC_ARG_WITH([libevent],
|
|
|
2658 |
AS_HELP_STRING([--with-libevent@<:@=DIR@:>@], [use libevent (default is yes) - it is possible to specify an alternate root directory for libevent]),
|
|
|
2659 |
[
|
|
|
2660 |
if test "x$withval" = "xno"; then
|
|
|
2661 |
want_libevent="no"
|
|
|
2662 |
elif test "x$withval" = "xyes"; then
|
|
|
2663 |
want_libevent="yes"
|
|
|
2664 |
ax_libevent_path=""
|
|
|
2665 |
else
|
|
|
2666 |
want_libevent="yes"
|
|
|
2667 |
ax_libevent_path="$withval"
|
|
|
2668 |
fi
|
|
|
2669 |
],
|
|
|
2670 |
[ want_libevent="yes" ; ax_libevent_path="" ])
|
|
|
2671 |
|
|
|
2672 |
|
|
|
2673 |
if test "$want_libevent" = "yes"; then
|
|
|
2674 |
WANT_LIBEVENT_VERSION=ifelse([$1], ,1.2,$1)
|
|
|
2675 |
|
|
|
2676 |
AC_MSG_CHECKING(for libevent >= $WANT_LIBEVENT_VERSION)
|
|
|
2677 |
|
|
|
2678 |
# Run tests.
|
|
|
2679 |
if test -n "$ax_libevent_path"; then
|
|
|
2680 |
AX_LIB_EVENT_DO_CHECK
|
|
|
2681 |
else
|
|
|
2682 |
for ax_libevent_path in "" /usr /usr/local /opt /opt/local /opt/libevent "$LIBEVENT_ROOT" ; do
|
|
|
2683 |
AX_LIB_EVENT_DO_CHECK
|
|
|
2684 |
if test "$success" = "yes"; then
|
|
|
2685 |
break;
|
|
|
2686 |
fi
|
|
|
2687 |
done
|
|
|
2688 |
fi
|
|
|
2689 |
|
|
|
2690 |
if test "$success" != "yes" ; then
|
|
|
2691 |
AC_MSG_RESULT(no)
|
|
|
2692 |
LIBEVENT_CPPFLAGS=""
|
|
|
2693 |
LIBEVENT_LDFLAGS=""
|
|
|
2694 |
LIBEVENT_LIBS=""
|
|
|
2695 |
else
|
|
|
2696 |
AC_MSG_RESULT(yes)
|
|
|
2697 |
AC_DEFINE(HAVE_LIBEVENT,,[define if libevent is available])
|
|
|
2698 |
ax_have_libevent_[]m4_translit([$1], [.], [_])="yes"
|
|
|
2699 |
fi
|
|
|
2700 |
|
|
|
2701 |
ax_have_libevent="$success"
|
|
|
2702 |
|
|
|
2703 |
AC_SUBST(LIBEVENT_CPPFLAGS)
|
|
|
2704 |
AC_SUBST(LIBEVENT_LDFLAGS)
|
|
|
2705 |
AC_SUBST(LIBEVENT_LIBS)
|
|
|
2706 |
fi
|
|
|
2707 |
|
|
|
2708 |
])
|
|
|
2709 |
m4trace:aclocal/ax_lib_zlib.m4:36: -1- AC_DEFUN([AX_LIB_ZLIB_DO_CHECK], [
|
|
|
2710 |
# Save our flags.
|
|
|
2711 |
CPPFLAGS_SAVED="$CPPFLAGS"
|
|
|
2712 |
LDFLAGS_SAVED="$LDFLAGS"
|
|
|
2713 |
LIBS_SAVED="$LIBS"
|
|
|
2714 |
LD_LIBRARY_PATH_SAVED="$LD_LIBRARY_PATH"
|
|
|
2715 |
|
|
|
2716 |
# Set our flags if we are checking a specific directory.
|
|
|
2717 |
if test -n "$ax_zlib_path" ; then
|
|
|
2718 |
ZLIB_CPPFLAGS="-I$ax_zlib_path/include"
|
|
|
2719 |
ZLIB_LDFLAGS="-L$ax_zlib_path/lib"
|
|
|
2720 |
LD_LIBRARY_PATH="$ax_zlib_path/lib:$LD_LIBRARY_PATH"
|
|
|
2721 |
else
|
|
|
2722 |
ZLIB_CPPFLAGS=""
|
|
|
2723 |
ZLIB_LDFLAGS=""
|
|
|
2724 |
fi
|
|
|
2725 |
|
|
|
2726 |
# Required flag for zlib.
|
|
|
2727 |
ZLIB_LIBS="-lz"
|
|
|
2728 |
|
|
|
2729 |
# Prepare the environment for compilation.
|
|
|
2730 |
CPPFLAGS="$CPPFLAGS $ZLIB_CPPFLAGS"
|
|
|
2731 |
LDFLAGS="$LDFLAGS $ZLIB_LDFLAGS"
|
|
|
2732 |
LIBS="$LIBS $ZLIB_LIBS"
|
|
|
2733 |
export CPPFLAGS
|
|
|
2734 |
export LDFLAGS
|
|
|
2735 |
export LIBS
|
|
|
2736 |
export LD_LIBRARY_PATH
|
|
|
2737 |
|
|
|
2738 |
success=no
|
|
|
2739 |
|
|
|
2740 |
# Compile, link, and run the program. This checks:
|
|
|
2741 |
# - zlib.h is available for including.
|
|
|
2742 |
# - zlibVersion() is available for linking.
|
|
|
2743 |
# - ZLIB_VERNUM is greater than or equal to the desired version.
|
|
|
2744 |
# - ZLIB_VERSION (defined in zlib.h) matches zlibVersion()
|
|
|
2745 |
# (defined in the library).
|
|
|
2746 |
AC_LANG_PUSH([C])
|
|
|
2747 |
dnl This can be changed to AC_LINK_IFELSE if you are cross-compiling.
|
|
|
2748 |
AC_RUN_IFELSE([AC_LANG_PROGRAM([[
|
|
|
2749 |
#include <zlib.h>
|
|
|
2750 |
#if ZLIB_VERNUM >= 0x$WANT_ZLIB_VERSION
|
|
|
2751 |
#else
|
|
|
2752 |
# error zlib is too old
|
|
|
2753 |
#endif
|
|
|
2754 |
]], [[
|
|
|
2755 |
const char* lib_version = zlibVersion();
|
|
|
2756 |
const char* hdr_version = ZLIB_VERSION;
|
|
|
2757 |
for (;;) {
|
|
|
2758 |
if (*lib_version != *hdr_version) {
|
|
|
2759 |
/* If this happens, your zlib header doesn't match your zlib */
|
|
|
2760 |
/* library. That is really bad. */
|
|
|
2761 |
return 1;
|
|
|
2762 |
}
|
|
|
2763 |
if (*lib_version == '\0') {
|
|
|
2764 |
break;
|
|
|
2765 |
}
|
|
|
2766 |
lib_version++;
|
|
|
2767 |
hdr_version++;
|
|
|
2768 |
}
|
|
|
2769 |
return 0;
|
|
|
2770 |
]])], [
|
|
|
2771 |
success=yes
|
|
|
2772 |
])
|
|
|
2773 |
AC_LANG_POP([C])
|
|
|
2774 |
|
|
|
2775 |
# Restore flags.
|
|
|
2776 |
CPPFLAGS="$CPPFLAGS_SAVED"
|
|
|
2777 |
LDFLAGS="$LDFLAGS_SAVED"
|
|
|
2778 |
LIBS="$LIBS_SAVED"
|
|
|
2779 |
LD_LIBRARY_PATH="$LD_LIBRARY_PATH_SAVED"
|
|
|
2780 |
])
|
|
|
2781 |
m4trace:aclocal/ax_lib_zlib.m4:111: -1- AC_DEFUN([AX_LIB_ZLIB], [
|
|
|
2782 |
|
|
|
2783 |
dnl Allow search path to be overridden on the command line.
|
|
|
2784 |
AC_ARG_WITH([zlib],
|
|
|
2785 |
AS_HELP_STRING([--with-zlib@<:@=DIR@:>@], [use zlib (default is yes) - it is possible to specify an alternate root directory for zlib]),
|
|
|
2786 |
[
|
|
|
2787 |
if test "x$withval" = "xno"; then
|
|
|
2788 |
want_zlib="no"
|
|
|
2789 |
elif test "x$withval" = "xyes"; then
|
|
|
2790 |
want_zlib="yes"
|
|
|
2791 |
ax_zlib_path=""
|
|
|
2792 |
else
|
|
|
2793 |
want_zlib="yes"
|
|
|
2794 |
ax_zlib_path="$withval"
|
|
|
2795 |
fi
|
|
|
2796 |
],
|
|
|
2797 |
[want_zlib="yes" ; ax_zlib_path="" ])
|
|
|
2798 |
|
|
|
2799 |
|
|
|
2800 |
if test "$want_zlib" = "yes"; then
|
|
|
2801 |
# Parse out the version.
|
|
|
2802 |
zlib_version_req=ifelse([$1], ,1.2.3,$1)
|
|
|
2803 |
zlib_version_req_major=`expr $zlib_version_req : '\([[0-9]]*\)'`
|
|
|
2804 |
zlib_version_req_minor=`expr $zlib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
|
|
|
2805 |
zlib_version_req_patch=`expr $zlib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
|
|
|
2806 |
if test -z "$zlib_version_req_patch" ; then
|
|
|
2807 |
zlib_version_req_patch="0"
|
|
|
2808 |
fi
|
|
|
2809 |
WANT_ZLIB_VERSION=`expr $zlib_version_req_major \* 1000 \+ $zlib_version_req_minor \* 100 \+ $zlib_version_req_patch \* 10`
|
|
|
2810 |
|
|
|
2811 |
AC_MSG_CHECKING(for zlib >= $zlib_version_req)
|
|
|
2812 |
|
|
|
2813 |
# Run tests.
|
|
|
2814 |
if test -n "$ax_zlib_path"; then
|
|
|
2815 |
AX_LIB_ZLIB_DO_CHECK
|
|
|
2816 |
else
|
|
|
2817 |
for ax_zlib_path in "" /usr /usr/local /opt /opt/zlib "$ZLIB_ROOT" ; do
|
|
|
2818 |
AX_LIB_ZLIB_DO_CHECK
|
|
|
2819 |
if test "$success" = "yes"; then
|
|
|
2820 |
break;
|
|
|
2821 |
fi
|
|
|
2822 |
done
|
|
|
2823 |
fi
|
|
|
2824 |
|
|
|
2825 |
if test "$success" != "yes" ; then
|
|
|
2826 |
AC_MSG_RESULT(no)
|
|
|
2827 |
ZLIB_CPPFLAGS=""
|
|
|
2828 |
ZLIB_LDFLAGS=""
|
|
|
2829 |
ZLIB_LIBS=""
|
|
|
2830 |
else
|
|
|
2831 |
AC_MSG_RESULT(yes)
|
|
|
2832 |
AC_DEFINE(HAVE_ZLIB,,[define if zlib is available])
|
|
|
2833 |
fi
|
|
|
2834 |
|
|
|
2835 |
ax_have_zlib="$success"
|
|
|
2836 |
|
|
|
2837 |
AC_SUBST(ZLIB_CPPFLAGS)
|
|
|
2838 |
AC_SUBST(ZLIB_LDFLAGS)
|
|
|
2839 |
AC_SUBST(ZLIB_LIBS)
|
|
|
2840 |
fi
|
|
|
2841 |
|
|
|
2842 |
])
|
|
|
2843 |
m4trace:aclocal/ax_signed_right_shift.m4:26: -1- AC_DEFUN([AX_SIGNED_RIGHT_SHIFT], [
|
|
|
2844 |
|
|
|
2845 |
AC_MSG_CHECKING(the behavior of a signed right shift)
|
|
|
2846 |
|
|
|
2847 |
success_arithmetic=no
|
|
|
2848 |
AC_RUN_IFELSE([AC_LANG_PROGRAM([[]], [[
|
|
|
2849 |
return
|
|
|
2850 |
/* 0xffffffff */
|
|
|
2851 |
-1 >> 1 != -1 ||
|
|
|
2852 |
-1 >> 2 != -1 ||
|
|
|
2853 |
-1 >> 3 != -1 ||
|
|
|
2854 |
-1 >> 4 != -1 ||
|
|
|
2855 |
-1 >> 8 != -1 ||
|
|
|
2856 |
-1 >> 16 != -1 ||
|
|
|
2857 |
-1 >> 24 != -1 ||
|
|
|
2858 |
-1 >> 31 != -1 ||
|
|
|
2859 |
/* 0x80000000 */
|
|
|
2860 |
(-2147483647 - 1) >> 1 != -1073741824 ||
|
|
|
2861 |
(-2147483647 - 1) >> 2 != -536870912 ||
|
|
|
2862 |
(-2147483647 - 1) >> 3 != -268435456 ||
|
|
|
2863 |
(-2147483647 - 1) >> 4 != -134217728 ||
|
|
|
2864 |
(-2147483647 - 1) >> 8 != -8388608 ||
|
|
|
2865 |
(-2147483647 - 1) >> 16 != -32768 ||
|
|
|
2866 |
(-2147483647 - 1) >> 24 != -128 ||
|
|
|
2867 |
(-2147483647 - 1) >> 31 != -1 ||
|
|
|
2868 |
/* 0x90800000 */
|
|
|
2869 |
-1870659584 >> 1 != -935329792 ||
|
|
|
2870 |
-1870659584 >> 2 != -467664896 ||
|
|
|
2871 |
-1870659584 >> 3 != -233832448 ||
|
|
|
2872 |
-1870659584 >> 4 != -116916224 ||
|
|
|
2873 |
-1870659584 >> 8 != -7307264 ||
|
|
|
2874 |
-1870659584 >> 16 != -28544 ||
|
|
|
2875 |
-1870659584 >> 24 != -112 ||
|
|
|
2876 |
-1870659584 >> 31 != -1 ||
|
|
|
2877 |
0;
|
|
|
2878 |
]])], [
|
|
|
2879 |
success_arithmetic=yes
|
|
|
2880 |
])
|
|
|
2881 |
|
|
|
2882 |
|
|
|
2883 |
success_logical=no
|
|
|
2884 |
AC_RUN_IFELSE([AC_LANG_PROGRAM([[]], [[
|
|
|
2885 |
return
|
|
|
2886 |
/* 0xffffffff */
|
|
|
2887 |
-1 >> 1 != (signed)((unsigned)-1 >> 1) ||
|
|
|
2888 |
-1 >> 2 != (signed)((unsigned)-1 >> 2) ||
|
|
|
2889 |
-1 >> 3 != (signed)((unsigned)-1 >> 3) ||
|
|
|
2890 |
-1 >> 4 != (signed)((unsigned)-1 >> 4) ||
|
|
|
2891 |
-1 >> 8 != (signed)((unsigned)-1 >> 8) ||
|
|
|
2892 |
-1 >> 16 != (signed)((unsigned)-1 >> 16) ||
|
|
|
2893 |
-1 >> 24 != (signed)((unsigned)-1 >> 24) ||
|
|
|
2894 |
-1 >> 31 != (signed)((unsigned)-1 >> 31) ||
|
|
|
2895 |
/* 0x80000000 */
|
|
|
2896 |
(-2147483647 - 1) >> 1 != (signed)((unsigned)(-2147483647 - 1) >> 1) ||
|
|
|
2897 |
(-2147483647 - 1) >> 2 != (signed)((unsigned)(-2147483647 - 1) >> 2) ||
|
|
|
2898 |
(-2147483647 - 1) >> 3 != (signed)((unsigned)(-2147483647 - 1) >> 3) ||
|
|
|
2899 |
(-2147483647 - 1) >> 4 != (signed)((unsigned)(-2147483647 - 1) >> 4) ||
|
|
|
2900 |
(-2147483647 - 1) >> 8 != (signed)((unsigned)(-2147483647 - 1) >> 8) ||
|
|
|
2901 |
(-2147483647 - 1) >> 16 != (signed)((unsigned)(-2147483647 - 1) >> 16) ||
|
|
|
2902 |
(-2147483647 - 1) >> 24 != (signed)((unsigned)(-2147483647 - 1) >> 24) ||
|
|
|
2903 |
(-2147483647 - 1) >> 31 != (signed)((unsigned)(-2147483647 - 1) >> 31) ||
|
|
|
2904 |
/* 0x90800000 */
|
|
|
2905 |
-1870659584 >> 1 != (signed)((unsigned)-1870659584 >> 1) ||
|
|
|
2906 |
-1870659584 >> 2 != (signed)((unsigned)-1870659584 >> 2) ||
|
|
|
2907 |
-1870659584 >> 3 != (signed)((unsigned)-1870659584 >> 3) ||
|
|
|
2908 |
-1870659584 >> 4 != (signed)((unsigned)-1870659584 >> 4) ||
|
|
|
2909 |
-1870659584 >> 8 != (signed)((unsigned)-1870659584 >> 8) ||
|
|
|
2910 |
-1870659584 >> 16 != (signed)((unsigned)-1870659584 >> 16) ||
|
|
|
2911 |
-1870659584 >> 24 != (signed)((unsigned)-1870659584 >> 24) ||
|
|
|
2912 |
-1870659584 >> 31 != (signed)((unsigned)-1870659584 >> 31) ||
|
|
|
2913 |
0;
|
|
|
2914 |
]])], [
|
|
|
2915 |
success_logical=yes
|
|
|
2916 |
])
|
|
|
2917 |
|
|
|
2918 |
|
|
|
2919 |
AC_DEFINE([ARITHMETIC_RIGHT_SHIFT], 1, [Possible value for SIGNED_RIGHT_SHIFT_IS])
|
|
|
2920 |
AC_DEFINE([LOGICAL_RIGHT_SHIFT], 2, [Possible value for SIGNED_RIGHT_SHIFT_IS])
|
|
|
2921 |
AC_DEFINE([UNKNOWN_RIGHT_SHIFT], 3, [Possible value for SIGNED_RIGHT_SHIFT_IS])
|
|
|
2922 |
|
|
|
2923 |
if test "$success_arithmetic" = "yes" && test "$success_logica" = "yes" ; then
|
|
|
2924 |
AC_MSG_ERROR("Right shift appears to be both arithmetic and logical!")
|
|
|
2925 |
elif test "$success_arithmetic" = "yes" ; then
|
|
|
2926 |
ax_signed_right_shift=arithmetic
|
|
|
2927 |
AC_DEFINE([SIGNED_RIGHT_SHIFT_IS], 1,
|
|
|
2928 |
[Indicates the effect of the right shift operator
|
|
|
2929 |
on negative signed integers])
|
|
|
2930 |
elif test "$success_logical" = "yes" ; then
|
|
|
2931 |
ax_signed_right_shift=logical
|
|
|
2932 |
AC_DEFINE([SIGNED_RIGHT_SHIFT_IS], 2,
|
|
|
2933 |
[Indicates the effect of the right shift operator
|
|
|
2934 |
on negative signed integers])
|
|
|
2935 |
else
|
|
|
2936 |
ax_signed_right_shift=unknown
|
|
|
2937 |
AC_DEFINE([SIGNED_RIGHT_SHIFT_IS], 3,
|
|
|
2938 |
[Indicates the effect of the right shift operator
|
|
|
2939 |
on negative signed integers])
|
|
|
2940 |
fi
|
|
|
2941 |
|
|
|
2942 |
AC_MSG_RESULT($ax_signed_right_shift)
|
|
|
2943 |
])
|
|
|
2944 |
m4trace:aclocal/ax_thrift_internal.m4:18: -1- AC_DEFUN([AX_THRIFT_GEN], [
|
|
|
2945 |
AC_ARG_ENABLE([gen-$1],
|
|
|
2946 |
AC_HELP_STRING([--enable-gen-$1], [enable the $2 compiler @<:@default=$3@:>@]),
|
|
|
2947 |
[ax_thrift_gen_$1="$enableval"],
|
|
|
2948 |
[ax_thrift_gen_$1=$3]
|
|
|
2949 |
)
|
|
|
2950 |
dnl I'd like to run the AM_CONDITIONAL here, but automake likes
|
|
|
2951 |
dnl all AM_CONDITIONALs to be nice and explicit in configure.ac.
|
|
|
2952 |
dnl AM_CONDITIONAL([THRIFT_GEN_$1], [test "$ax_thrift_gen_$1" = "yes"])
|
|
|
2953 |
])
|
|
|
2954 |
m4trace:aclocal/ax_thrift_internal.m4:30: -1- AC_DEFUN([AX_THRIFT_LIB], [
|
|
|
2955 |
AC_ARG_WITH($1,
|
|
|
2956 |
AC_HELP_STRING([--with-$1], [build the $2 library @<:@default=$3@:>@]),
|
|
|
2957 |
[with_$1="$withval"],
|
|
|
2958 |
[with_$1=$3]
|
|
|
2959 |
)
|
|
|
2960 |
dnl What we do here is going to vary from library to library,
|
|
|
2961 |
dnl so we can't really generalize (yet!).
|
|
|
2962 |
])
|
|
|
2963 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
|
|
2964 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([_AC_])
|
|
|
2965 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
|
|
2966 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^AS_FLAGS$])
|
|
|
2967 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?m4_])
|
|
|
2968 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([^dnl$])
|
|
|
2969 |
m4trace:configure.ac:22: -1- m4_pattern_forbid([^_?AS_])
|
|
|
2970 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^SHELL$])
|
|
|
2971 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
|
|
2972 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
|
|
2973 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
|
|
2974 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
|
|
2975 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
|
|
2976 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
|
|
2977 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_URL$])
|
|
|
2978 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^exec_prefix$])
|
|
|
2979 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^prefix$])
|
|
|
2980 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^program_transform_name$])
|
|
|
2981 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^bindir$])
|
|
|
2982 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^sbindir$])
|
|
|
2983 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^libexecdir$])
|
|
|
2984 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^datarootdir$])
|
|
|
2985 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^datadir$])
|
|
|
2986 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^sysconfdir$])
|
|
|
2987 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^sharedstatedir$])
|
|
|
2988 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^localstatedir$])
|
|
|
2989 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^includedir$])
|
|
|
2990 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^oldincludedir$])
|
|
|
2991 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^docdir$])
|
|
|
2992 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^infodir$])
|
|
|
2993 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^htmldir$])
|
|
|
2994 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^dvidir$])
|
|
|
2995 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^pdfdir$])
|
|
|
2996 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^psdir$])
|
|
|
2997 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^libdir$])
|
|
|
2998 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^localedir$])
|
|
|
2999 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^mandir$])
|
|
|
3000 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
|
|
3001 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
|
|
3002 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
|
|
3003 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
|
|
3004 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
|
|
3005 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^PACKAGE_URL$])
|
|
|
3006 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^DEFS$])
|
|
|
3007 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_C$])
|
|
|
3008 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_N$])
|
|
|
3009 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^ECHO_T$])
|
|
|
3010 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^LIBS$])
|
|
|
3011 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^build_alias$])
|
|
|
3012 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^host_alias$])
|
|
|
3013 |
m4trace:configure.ac:22: -1- m4_pattern_allow([^target_alias$])
|
|
|
3014 |
m4trace:configure.ac:26: -1- AM_INIT_AUTOMAKE
|
|
|
3015 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
|
|
3016 |
m4trace:configure.ac:26: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
|
|
|
3017 |
m4trace:configure.ac:26: -1- AM_AUTOMAKE_VERSION([1.11])
|
|
|
3018 |
m4trace:configure.ac:26: -1- _AM_AUTOCONF_VERSION([2.64])
|
|
|
3019 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
|
|
3020 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
|
|
3021 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^INSTALL_DATA$])
|
|
|
3022 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^am__isrc$])
|
|
|
3023 |
m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([am__isrc])
|
|
|
3024 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^CYGPATH_W$])
|
|
|
3025 |
m4trace:configure.ac:26: -1- _AM_SET_OPTIONS([])
|
|
|
3026 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^PACKAGE$])
|
|
|
3027 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^VERSION$])
|
|
|
3028 |
m4trace:configure.ac:26: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
|
|
3029 |
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
|
|
|
3030 |
m4trace:configure.ac:26: -2- _AM_MANGLE_OPTION([no-define])
|
|
|
3031 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^PACKAGE$])
|
|
|
3032 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^VERSION$])
|
|
|
3033 |
m4trace:configure.ac:26: -1- AM_SANITY_CHECK
|
|
|
3034 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
|
|
|
3035 |
m4trace:configure.ac:26: -1- AM_MISSING_HAS_RUN
|
|
|
3036 |
m4trace:configure.ac:26: -1- AM_AUX_DIR_EXPAND
|
|
|
3037 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^ACLOCAL$])
|
|
|
3038 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
|
|
|
3039 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AUTOCONF$])
|
|
|
3040 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
|
|
|
3041 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AUTOMAKE$])
|
|
|
3042 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
|
|
|
3043 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AUTOHEADER$])
|
|
|
3044 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
|
|
|
3045 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^MAKEINFO$])
|
|
|
3046 |
m4trace:configure.ac:26: -1- AM_PROG_INSTALL_SH
|
|
|
3047 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^install_sh$])
|
|
|
3048 |
m4trace:configure.ac:26: -1- AM_PROG_INSTALL_STRIP
|
|
|
3049 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^STRIP$])
|
|
|
3050 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
|
|
3051 |
m4trace:configure.ac:26: -1- AM_PROG_MKDIR_P
|
|
|
3052 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^MKDIR_P$])
|
|
|
3053 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^mkdir_p$])
|
|
|
3054 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AWK$])
|
|
|
3055 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^SET_MAKE$])
|
|
|
3056 |
m4trace:configure.ac:26: -1- AM_SET_LEADING_DOT
|
|
|
3057 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^am__leading_dot$])
|
|
|
3058 |
m4trace:configure.ac:26: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
|
|
3059 |
[_AM_PROG_TAR([v7])])])
|
|
|
3060 |
m4trace:configure.ac:26: -2- _AM_MANGLE_OPTION([tar-ustar])
|
|
|
3061 |
m4trace:configure.ac:26: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
|
|
|
3062 |
m4trace:configure.ac:26: -2- _AM_MANGLE_OPTION([tar-pax])
|
|
|
3063 |
m4trace:configure.ac:26: -1- _AM_PROG_TAR([v7])
|
|
|
3064 |
m4trace:configure.ac:26: -1- AM_MISSING_PROG([AMTAR], [tar])
|
|
|
3065 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^AMTAR$])
|
|
|
3066 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^am__tar$])
|
|
|
3067 |
m4trace:configure.ac:26: -1- m4_pattern_allow([^am__untar$])
|
|
|
3068 |
m4trace:configure.ac:26: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
|
|
|
3069 |
[_AM_DEPENDENCIES(CC)],
|
|
|
3070 |
[define([AC_PROG_CC],
|
|
|
3071 |
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
|
|
3072 |
AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
|
|
3073 |
[_AM_DEPENDENCIES(CXX)],
|
|
|
3074 |
[define([AC_PROG_CXX],
|
|
|
3075 |
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
|
|
3076 |
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
|
|
3077 |
[_AM_DEPENDENCIES(OBJC)],
|
|
|
3078 |
[define([AC_PROG_OBJC],
|
|
|
3079 |
defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
|
|
3080 |
])
|
|
|
3081 |
m4trace:configure.ac:26: -2- _AM_MANGLE_OPTION([no-dependencies])
|
|
|
3082 |
m4trace:configure.ac:26: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
|
|
|
3083 |
m4trace:configure.ac:26: -2- _AM_MANGLE_OPTION([silent-rules])
|
|
|
3084 |
m4trace:configure.ac:28: -1- m4_pattern_allow([^PY_PREFIX$])
|
|
|
3085 |
m4trace:configure.ac:34: -1- m4_pattern_allow([^JAVA_PREFIX$])
|
|
|
3086 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
|
|
|
3087 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CFLAGS$])
|
|
|
3088 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^LDFLAGS$])
|
|
|
3089 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^LIBS$])
|
|
|
3090 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
|
3091 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
|
|
|
3092 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
|
|
|
3093 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
|
|
|
3094 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CC$])
|
|
|
3095 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^ac_ct_CC$])
|
|
|
3096 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^EXEEXT$])
|
|
|
3097 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^OBJEXT$])
|
|
|
3098 |
m4trace:configure.ac:40: -1- _AM_DEPENDENCIES([CC])
|
|
|
3099 |
m4trace:configure.ac:40: -1- AM_SET_DEPDIR
|
|
|
3100 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^DEPDIR$])
|
|
|
3101 |
m4trace:configure.ac:40: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
|
|
|
3102 |
m4trace:configure.ac:40: -1- AM_MAKE_INCLUDE
|
|
|
3103 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^am__include$])
|
|
|
3104 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^am__quote$])
|
|
|
3105 |
m4trace:configure.ac:40: -1- AM_DEP_TRACK
|
|
|
3106 |
m4trace:configure.ac:40: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
|
|
3107 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
|
|
3108 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
|
|
3109 |
m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
|
|
|
3110 |
m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
|
|
|
3111 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
|
|
3112 |
m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
|
|
|
3113 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^CCDEPMODE$])
|
|
|
3114 |
m4trace:configure.ac:40: -1- AM_CONDITIONAL([am__fastdepCC], [
|
|
|
3115 |
test "x$enable_dependency_tracking" != xno \
|
|
|
3116 |
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
|
|
3117 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
|
|
3118 |
m4trace:configure.ac:40: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
|
|
3119 |
m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
|
|
|
3120 |
m4trace:configure.ac:40: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
|
|
|
3121 |
m4trace:configure.ac:41: -1- m4_pattern_allow([^CPP$])
|
|
|
3122 |
m4trace:configure.ac:41: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
|
3123 |
m4trace:configure.ac:41: -1- m4_pattern_allow([^CPP$])
|
|
|
3124 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^CXX$])
|
|
|
3125 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^CXXFLAGS$])
|
|
|
3126 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^LDFLAGS$])
|
|
|
3127 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^LIBS$])
|
|
|
3128 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
|
3129 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^CXX$])
|
|
|
3130 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^ac_ct_CXX$])
|
|
|
3131 |
m4trace:configure.ac:42: -1- _AM_DEPENDENCIES([CXX])
|
|
|
3132 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^CXXDEPMODE$])
|
|
|
3133 |
m4trace:configure.ac:42: -1- AM_CONDITIONAL([am__fastdepCXX], [
|
|
|
3134 |
test "x$enable_dependency_tracking" != xno \
|
|
|
3135 |
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
|
|
|
3136 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
|
|
|
3137 |
m4trace:configure.ac:42: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
|
|
|
3138 |
m4trace:configure.ac:42: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
|
|
|
3139 |
m4trace:configure.ac:42: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
|
|
|
3140 |
m4trace:configure.ac:44: -1- AC_PROG_LIBTOOL
|
|
|
3141 |
m4trace:configure.ac:44: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
|
|
|
3142 |
You should run autoupdate.], [/usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
|
|
|
3143 |
configure.ac:44: the top level])
|
|
|
3144 |
m4trace:configure.ac:44: -1- LT_INIT
|
|
|
3145 |
m4trace:configure.ac:44: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
|
|
|
3146 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
|
|
|
3147 |
m4trace:configure.ac:44: -1- LTOPTIONS_VERSION
|
|
|
3148 |
m4trace:configure.ac:44: -1- LTSUGAR_VERSION
|
|
|
3149 |
m4trace:configure.ac:44: -1- LTVERSION_VERSION
|
|
|
3150 |
m4trace:configure.ac:44: -1- LTOBSOLETE_VERSION
|
|
|
3151 |
m4trace:configure.ac:44: -1- _LT_PROG_LTMAIN
|
|
|
3152 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LIBTOOL$])
|
|
|
3153 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^build$])
|
|
|
3154 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^build_cpu$])
|
|
|
3155 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^build_vendor$])
|
|
|
3156 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^build_os$])
|
|
|
3157 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^host$])
|
|
|
3158 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^host_cpu$])
|
|
|
3159 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^host_vendor$])
|
|
|
3160 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^host_os$])
|
|
|
3161 |
m4trace:configure.ac:44: -1- LT_PATH_LD
|
|
|
3162 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^SED$])
|
|
|
3163 |
m4trace:configure.ac:44: -1- AC_PROG_EGREP
|
|
|
3164 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
|
|
|
3165 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^EGREP$])
|
|
|
3166 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^FGREP$])
|
|
|
3167 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^GREP$])
|
|
|
3168 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LD$])
|
|
|
3169 |
m4trace:configure.ac:44: -1- LT_PATH_NM
|
|
|
3170 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^DUMPBIN$])
|
|
|
3171 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
|
|
|
3172 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^DUMPBIN$])
|
|
|
3173 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^NM$])
|
|
|
3174 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LN_S$])
|
|
|
3175 |
m4trace:configure.ac:44: -1- LT_CMD_MAX_LEN
|
|
|
3176 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^OBJDUMP$])
|
|
|
3177 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^OBJDUMP$])
|
|
|
3178 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^AR$])
|
|
|
3179 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^STRIP$])
|
|
|
3180 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^RANLIB$])
|
|
|
3181 |
m4trace:configure.ac:44: -1- m4_pattern_allow([LT_OBJDIR])
|
|
|
3182 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LT_OBJDIR$])
|
|
|
3183 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^lt_ECHO$])
|
|
|
3184 |
m4trace:configure.ac:44: -1- _LT_CC_BASENAME([$compiler])
|
|
|
3185 |
m4trace:configure.ac:44: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
|
|
|
3186 |
m4trace:configure.ac:44: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
|
|
|
3187 |
m4trace:configure.ac:44: -1- LT_SUPPORTED_TAG([CC])
|
|
|
3188 |
m4trace:configure.ac:44: -1- _LT_COMPILER_BOILERPLATE
|
|
|
3189 |
m4trace:configure.ac:44: -1- _LT_LINKER_BOILERPLATE
|
|
|
3190 |
m4trace:configure.ac:44: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
|
|
|
3191 |
m4trace:configure.ac:44: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
|
|
|
3192 |
"" | " "*) ;;
|
|
|
3193 |
*) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
|
|
|
3194 |
esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
|
|
|
3195 |
_LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
|
|
|
3196 |
m4trace:configure.ac:44: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
|
|
|
3197 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^DSYMUTIL$])
|
|
|
3198 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^NMEDIT$])
|
|
|
3199 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LIPO$])
|
|
|
3200 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^OTOOL$])
|
|
|
3201 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^OTOOL64$])
|
|
|
3202 |
m4trace:configure.ac:44: -1- LT_SYS_DLOPEN_SELF
|
|
|
3203 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^STDC_HEADERS$])
|
|
|
3204 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
|
|
3205 |
m4trace:configure.ac:44: -1- LT_LANG([CXX])
|
|
|
3206 |
m4trace:configure.ac:44: -1- LT_SUPPORTED_TAG([CXX])
|
|
|
3207 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXX$])
|
|
|
3208 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXFLAGS$])
|
|
|
3209 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LDFLAGS$])
|
|
|
3210 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LIBS$])
|
|
|
3211 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
|
3212 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXX$])
|
|
|
3213 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^ac_ct_CXX$])
|
|
|
3214 |
m4trace:configure.ac:44: -1- _AM_DEPENDENCIES([CXX])
|
|
|
3215 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXDEPMODE$])
|
|
|
3216 |
m4trace:configure.ac:44: -1- AM_CONDITIONAL([am__fastdepCXX], [
|
|
|
3217 |
test "x$enable_dependency_tracking" != xno \
|
|
|
3218 |
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
|
|
|
3219 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
|
|
|
3220 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
|
|
|
3221 |
m4trace:configure.ac:44: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
|
|
|
3222 |
m4trace:configure.ac:44: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
|
|
|
3223 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXCPP$])
|
|
|
3224 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
|
3225 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^CXXCPP$])
|
|
|
3226 |
m4trace:configure.ac:44: -1- _LT_COMPILER_BOILERPLATE
|
|
|
3227 |
m4trace:configure.ac:44: -1- _LT_LINKER_BOILERPLATE
|
|
|
3228 |
m4trace:configure.ac:44: -1- _LT_CC_BASENAME([$compiler])
|
|
|
3229 |
m4trace:configure.ac:44: -1- LT_PATH_LD
|
|
|
3230 |
m4trace:configure.ac:44: -1- m4_pattern_allow([^LD$])
|
|
|
3231 |
m4trace:configure.ac:44: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
|
|
|
3232 |
"" | " "*) ;;
|
|
|
3233 |
*) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
|
|
|
3234 |
esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
|
|
|
3235 |
_LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
|
|
|
3236 |
m4trace:configure.ac:44: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
|
|
|
3237 |
m4trace:configure.ac:45: -1- m4_pattern_allow([^SET_MAKE$])
|
|
|
3238 |
m4trace:configure.ac:46: -1- m4_pattern_allow([^YACC$])
|
|
|
3239 |
m4trace:configure.ac:46: -1- m4_pattern_allow([^YACC$])
|
|
|
3240 |
m4trace:configure.ac:46: -1- m4_pattern_allow([^YFLAGS$])
|
|
|
3241 |
m4trace:configure.ac:47: -1- m4_pattern_allow([^LEX$])
|
|
|
3242 |
m4trace:configure.ac:47: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
|
|
|
3243 |
m4trace:configure.ac:47: -1- m4_pattern_allow([^LEXLIB$])
|
|
|
3244 |
m4trace:configure.ac:47: -1- m4_pattern_allow([^YYTEXT_POINTER$])
|
|
|
3245 |
m4trace:configure.ac:48: -1- AM_PROG_LEX
|
|
|
3246 |
m4trace:configure.ac:49: -1- m4_pattern_allow([^LN_S$])
|
|
|
3247 |
m4trace:configure.ac:53: -1- AX_BOOST_BASE([1.33.1])
|
|
|
3248 |
m4trace:configure.ac:53: -1- m4_pattern_allow([^BOOST_CPPFLAGS$])
|
|
|
3249 |
m4trace:configure.ac:53: -1- m4_pattern_allow([^BOOST_LDFLAGS$])
|
|
|
3250 |
m4trace:configure.ac:53: -1- m4_pattern_allow([^HAVE_BOOST$])
|
|
|
3251 |
m4trace:configure.ac:55: -1- AX_LIB_EVENT([1.0])
|
|
|
3252 |
m4trace:configure.ac:55: -1- AX_LIB_EVENT_DO_CHECK
|
|
|
3253 |
m4trace:configure.ac:55: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3254 |
aclocal/ax_lib_event.m4:38: AX_LIB_EVENT_DO_CHECK is expanded from...
|
|
|
3255 |
aclocal/ax_lib_event.m4:139: AX_LIB_EVENT is expanded from...
|
|
|
3256 |
configure.ac:55: the top level])
|
|
|
3257 |
m4trace:configure.ac:55: -1- AX_LIB_EVENT_DO_CHECK
|
|
|
3258 |
m4trace:configure.ac:55: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3259 |
aclocal/ax_lib_event.m4:38: AX_LIB_EVENT_DO_CHECK is expanded from...
|
|
|
3260 |
aclocal/ax_lib_event.m4:139: AX_LIB_EVENT is expanded from...
|
|
|
3261 |
configure.ac:55: the top level])
|
|
|
3262 |
m4trace:configure.ac:55: -1- m4_pattern_allow([^HAVE_LIBEVENT$])
|
|
|
3263 |
m4trace:configure.ac:55: -1- m4_pattern_allow([^LIBEVENT_CPPFLAGS$])
|
|
|
3264 |
m4trace:configure.ac:55: -1- m4_pattern_allow([^LIBEVENT_LDFLAGS$])
|
|
|
3265 |
m4trace:configure.ac:55: -1- m4_pattern_allow([^LIBEVENT_LIBS$])
|
|
|
3266 |
m4trace:configure.ac:56: -1- AM_CONDITIONAL([AMX_HAVE_LIBEVENT], [test "$success" = "yes"])
|
|
|
3267 |
m4trace:configure.ac:56: -1- m4_pattern_allow([^AMX_HAVE_LIBEVENT_TRUE$])
|
|
|
3268 |
m4trace:configure.ac:56: -1- m4_pattern_allow([^AMX_HAVE_LIBEVENT_FALSE$])
|
|
|
3269 |
m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([AMX_HAVE_LIBEVENT_TRUE])
|
|
|
3270 |
m4trace:configure.ac:56: -1- _AM_SUBST_NOTMAKE([AMX_HAVE_LIBEVENT_FALSE])
|
|
|
3271 |
m4trace:configure.ac:58: -1- AX_LIB_ZLIB([1.2.3])
|
|
|
3272 |
m4trace:configure.ac:58: -1- AX_LIB_ZLIB_DO_CHECK
|
|
|
3273 |
m4trace:configure.ac:58: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3274 |
aclocal/ax_lib_zlib.m4:36: AX_LIB_ZLIB_DO_CHECK is expanded from...
|
|
|
3275 |
aclocal/ax_lib_zlib.m4:111: AX_LIB_ZLIB is expanded from...
|
|
|
3276 |
configure.ac:58: the top level])
|
|
|
3277 |
m4trace:configure.ac:58: -1- AX_LIB_ZLIB_DO_CHECK
|
|
|
3278 |
m4trace:configure.ac:58: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3279 |
aclocal/ax_lib_zlib.m4:36: AX_LIB_ZLIB_DO_CHECK is expanded from...
|
|
|
3280 |
aclocal/ax_lib_zlib.m4:111: AX_LIB_ZLIB is expanded from...
|
|
|
3281 |
configure.ac:58: the top level])
|
|
|
3282 |
m4trace:configure.ac:58: -1- m4_pattern_allow([^HAVE_ZLIB$])
|
|
|
3283 |
m4trace:configure.ac:58: -1- m4_pattern_allow([^ZLIB_CPPFLAGS$])
|
|
|
3284 |
m4trace:configure.ac:58: -1- m4_pattern_allow([^ZLIB_LDFLAGS$])
|
|
|
3285 |
m4trace:configure.ac:58: -1- m4_pattern_allow([^ZLIB_LIBS$])
|
|
|
3286 |
m4trace:configure.ac:59: -1- AM_CONDITIONAL([AMX_HAVE_ZLIB], [test "$success" = "yes"])
|
|
|
3287 |
m4trace:configure.ac:59: -1- m4_pattern_allow([^AMX_HAVE_ZLIB_TRUE$])
|
|
|
3288 |
m4trace:configure.ac:59: -1- m4_pattern_allow([^AMX_HAVE_ZLIB_FALSE$])
|
|
|
3289 |
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([AMX_HAVE_ZLIB_TRUE])
|
|
|
3290 |
m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([AMX_HAVE_ZLIB_FALSE])
|
|
|
3291 |
m4trace:configure.ac:61: -1- AX_THRIFT_LIB([csharp], [C#], [yes])
|
|
|
3292 |
m4trace:configure.ac:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3293 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3294 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3295 |
configure.ac:61: the top level])
|
|
|
3296 |
m4trace:configure.ac:63: -1- PKG_CHECK_MODULES([MONO], [mono >= 2.0.0], [net_3_5=yes], [net_3_5=no])
|
|
|
3297 |
m4trace:configure.ac:63: -1- PKG_PROG_PKG_CONFIG
|
|
|
3298 |
m4trace:configure.ac:63: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
|
|
3299 |
m4trace:configure.ac:63: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
|
|
|
3300 |
m4trace:configure.ac:63: -1- m4_pattern_allow([^PKG_CONFIG$])
|
|
|
3301 |
m4trace:configure.ac:63: -1- m4_pattern_allow([^PKG_CONFIG$])
|
|
|
3302 |
m4trace:configure.ac:63: -1- m4_pattern_allow([^MONO_CFLAGS$])
|
|
|
3303 |
m4trace:configure.ac:63: -1- m4_pattern_allow([^MONO_LIBS$])
|
|
|
3304 |
m4trace:configure.ac:63: -1- PKG_CHECK_EXISTS([mono >= 2.0.0], [pkg_cv_[]MONO_CFLAGS=`$PKG_CONFIG --[]cflags "mono >= 2.0.0" 2>/dev/null`], [pkg_failed=yes])
|
|
|
3305 |
m4trace:configure.ac:63: -1- PKG_CHECK_EXISTS([mono >= 2.0.0], [pkg_cv_[]MONO_LIBS=`$PKG_CONFIG --[]libs "mono >= 2.0.0" 2>/dev/null`], [pkg_failed=yes])
|
|
|
3306 |
m4trace:configure.ac:63: -1- _PKG_SHORT_ERRORS_SUPPORTED
|
|
|
3307 |
m4trace:configure.ac:64: -1- PKG_CHECK_MODULES([MONO], [mono >= 1.2.4], [have_mono=yes], [have_mono=no])
|
|
|
3308 |
m4trace:configure.ac:64: -1- m4_pattern_allow([^MONO_CFLAGS$])
|
|
|
3309 |
m4trace:configure.ac:64: -1- m4_pattern_allow([^MONO_LIBS$])
|
|
|
3310 |
m4trace:configure.ac:64: -1- PKG_CHECK_EXISTS([mono >= 1.2.4], [pkg_cv_[]MONO_CFLAGS=`$PKG_CONFIG --[]cflags "mono >= 1.2.4" 2>/dev/null`], [pkg_failed=yes])
|
|
|
3311 |
m4trace:configure.ac:64: -1- PKG_CHECK_EXISTS([mono >= 1.2.4], [pkg_cv_[]MONO_LIBS=`$PKG_CONFIG --[]libs "mono >= 1.2.4" 2>/dev/null`], [pkg_failed=yes])
|
|
|
3312 |
m4trace:configure.ac:64: -1- _PKG_SHORT_ERRORS_SUPPORTED
|
|
|
3313 |
m4trace:configure.ac:66: -1- AM_CONDITIONAL([WITH_MONO], [test "$have_mono" = "yes"])
|
|
|
3314 |
m4trace:configure.ac:66: -1- m4_pattern_allow([^WITH_MONO_TRUE$])
|
|
|
3315 |
m4trace:configure.ac:66: -1- m4_pattern_allow([^WITH_MONO_FALSE$])
|
|
|
3316 |
m4trace:configure.ac:66: -1- _AM_SUBST_NOTMAKE([WITH_MONO_TRUE])
|
|
|
3317 |
m4trace:configure.ac:66: -1- _AM_SUBST_NOTMAKE([WITH_MONO_FALSE])
|
|
|
3318 |
m4trace:configure.ac:67: -1- AM_CONDITIONAL([NET_2_0], [test "$net_3_5" = "no"])
|
|
|
3319 |
m4trace:configure.ac:67: -1- m4_pattern_allow([^NET_2_0_TRUE$])
|
|
|
3320 |
m4trace:configure.ac:67: -1- m4_pattern_allow([^NET_2_0_FALSE$])
|
|
|
3321 |
m4trace:configure.ac:67: -1- _AM_SUBST_NOTMAKE([NET_2_0_TRUE])
|
|
|
3322 |
m4trace:configure.ac:67: -1- _AM_SUBST_NOTMAKE([NET_2_0_FALSE])
|
|
|
3323 |
m4trace:configure.ac:69: -1- AX_THRIFT_LIB([java], [Java], [yes])
|
|
|
3324 |
m4trace:configure.ac:69: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3325 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3326 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3327 |
configure.ac:69: the top level])
|
|
|
3328 |
m4trace:configure.ac:71: -1- AX_JAVAC_AND_JAVA
|
|
|
3329 |
m4trace:configure.ac:72: -1- m4_pattern_allow([^ANT$])
|
|
|
3330 |
m4trace:configure.ac:73: -1- AX_CHECK_JAVA_CLASS([org.slf4j.Logger])
|
|
|
3331 |
m4trace:configure.ac:75: -1- AX_CHECK_JAVA_CLASS([org.slf4j.impl.SimpleLogger])
|
|
|
3332 |
m4trace:configure.ac:77: -1- AX_CHECK_JAVA_CLASS([org.apache.commons.lang.builder.HashCodeBuilder])
|
|
|
3333 |
m4trace:configure.ac:82: -1- m4_pattern_allow([^CLASSPATH$])
|
|
|
3334 |
m4trace:configure.ac:83: -1- m4_pattern_allow([^ANT_FLAGS$])
|
|
|
3335 |
m4trace:configure.ac:85: -1- AM_CONDITIONAL([WITH_JAVA], [test -n "$ANT" -a -n "$JAVA" -a -n "$JAVAC"])
|
|
|
3336 |
m4trace:configure.ac:85: -1- m4_pattern_allow([^WITH_JAVA_TRUE$])
|
|
|
3337 |
m4trace:configure.ac:85: -1- m4_pattern_allow([^WITH_JAVA_FALSE$])
|
|
|
3338 |
m4trace:configure.ac:85: -1- _AM_SUBST_NOTMAKE([WITH_JAVA_TRUE])
|
|
|
3339 |
m4trace:configure.ac:85: -1- _AM_SUBST_NOTMAKE([WITH_JAVA_FALSE])
|
|
|
3340 |
m4trace:configure.ac:88: -1- AX_THRIFT_LIB([erlang], [Erlang], [yes])
|
|
|
3341 |
m4trace:configure.ac:88: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3342 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3343 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3344 |
configure.ac:88: the top level])
|
|
|
3345 |
m4trace:configure.ac:90: -1- m4_pattern_allow([^ERLC$])
|
|
|
3346 |
m4trace:configure.ac:92: -1- AM_CONDITIONAL([WITH_ERLANG], [test -n "$ERLC"])
|
|
|
3347 |
m4trace:configure.ac:92: -1- m4_pattern_allow([^WITH_ERLANG_TRUE$])
|
|
|
3348 |
m4trace:configure.ac:92: -1- m4_pattern_allow([^WITH_ERLANG_FALSE$])
|
|
|
3349 |
m4trace:configure.ac:92: -1- _AM_SUBST_NOTMAKE([WITH_ERLANG_TRUE])
|
|
|
3350 |
m4trace:configure.ac:92: -1- _AM_SUBST_NOTMAKE([WITH_ERLANG_FALSE])
|
|
|
3351 |
m4trace:configure.ac:94: -1- AX_THRIFT_LIB([py], [Python], [yes])
|
|
|
3352 |
m4trace:configure.ac:94: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3353 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3354 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3355 |
configure.ac:94: the top level])
|
|
|
3356 |
m4trace:configure.ac:96: -1- AM_PATH_PYTHON([2.4], [], [:])
|
|
|
3357 |
m4trace:configure.ac:96: -1- AM_PYTHON_CHECK_VERSION([$PYTHON], [2.4], [AC_MSG_RESULT(yes)], [AC_MSG_ERROR(too old)])
|
|
|
3358 |
m4trace:configure.ac:96: -1- AM_RUN_LOG([$PYTHON -c "$prog"])
|
|
|
3359 |
m4trace:configure.ac:96: -1- AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [2.4], [break])
|
|
|
3360 |
m4trace:configure.ac:96: -1- AM_RUN_LOG([$am_cv_pathless_PYTHON -c "$prog"])
|
|
|
3361 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^PYTHON$])
|
|
|
3362 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^PYTHON_VERSION$])
|
|
|
3363 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^PYTHON_PREFIX$])
|
|
|
3364 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^PYTHON_EXEC_PREFIX$])
|
|
|
3365 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^PYTHON_PLATFORM$])
|
|
|
3366 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^pythondir$])
|
|
|
3367 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^pkgpythondir$])
|
|
|
3368 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^pyexecdir$])
|
|
|
3369 |
m4trace:configure.ac:96: -1- m4_pattern_allow([^pkgpyexecdir$])
|
|
|
3370 |
m4trace:configure.ac:98: -1- AM_CONDITIONAL([WITH_PYTHON], [test -n "$PYTHON" -a "$PYTHON" != ":"])
|
|
|
3371 |
m4trace:configure.ac:98: -1- m4_pattern_allow([^WITH_PYTHON_TRUE$])
|
|
|
3372 |
m4trace:configure.ac:98: -1- m4_pattern_allow([^WITH_PYTHON_FALSE$])
|
|
|
3373 |
m4trace:configure.ac:98: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_TRUE])
|
|
|
3374 |
m4trace:configure.ac:98: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_FALSE])
|
|
|
3375 |
m4trace:configure.ac:100: -1- AX_THRIFT_LIB([perl], [Perl], [yes])
|
|
|
3376 |
m4trace:configure.ac:100: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3377 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3378 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3379 |
configure.ac:100: the top level])
|
|
|
3380 |
m4trace:configure.ac:102: -1- m4_pattern_allow([^PERL$])
|
|
|
3381 |
m4trace:configure.ac:104: -1- AM_CONDITIONAL([WITH_PERL], [test -n "$PERL"])
|
|
|
3382 |
m4trace:configure.ac:104: -1- m4_pattern_allow([^WITH_PERL_TRUE$])
|
|
|
3383 |
m4trace:configure.ac:104: -1- m4_pattern_allow([^WITH_PERL_FALSE$])
|
|
|
3384 |
m4trace:configure.ac:104: -1- _AM_SUBST_NOTMAKE([WITH_PERL_TRUE])
|
|
|
3385 |
m4trace:configure.ac:104: -1- _AM_SUBST_NOTMAKE([WITH_PERL_FALSE])
|
|
|
3386 |
m4trace:configure.ac:106: -1- AX_THRIFT_LIB([ruby], [Ruby], [yes])
|
|
|
3387 |
m4trace:configure.ac:106: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3388 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3389 |
aclocal/ax_thrift_internal.m4:30: AX_THRIFT_LIB is expanded from...
|
|
|
3390 |
configure.ac:106: the top level])
|
|
|
3391 |
m4trace:configure.ac:108: -1- m4_pattern_allow([^RUBY$])
|
|
|
3392 |
m4trace:configure.ac:109: -1- m4_pattern_allow([^RSPEC$])
|
|
|
3393 |
m4trace:configure.ac:111: -1- AM_CONDITIONAL([WITH_RUBY], [test -n "$RUBY"])
|
|
|
3394 |
m4trace:configure.ac:111: -1- m4_pattern_allow([^WITH_RUBY_TRUE$])
|
|
|
3395 |
m4trace:configure.ac:111: -1- m4_pattern_allow([^WITH_RUBY_FALSE$])
|
|
|
3396 |
m4trace:configure.ac:111: -1- _AM_SUBST_NOTMAKE([WITH_RUBY_TRUE])
|
|
|
3397 |
m4trace:configure.ac:111: -1- _AM_SUBST_NOTMAKE([WITH_RUBY_FALSE])
|
|
|
3398 |
m4trace:configure.ac:112: -1- AM_CONDITIONAL([HAVE_RSPEC], [test -n "$RSPEC"])
|
|
|
3399 |
m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_RSPEC_TRUE$])
|
|
|
3400 |
m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_RSPEC_FALSE$])
|
|
|
3401 |
m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([HAVE_RSPEC_TRUE])
|
|
|
3402 |
m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([HAVE_RSPEC_FALSE])
|
|
|
3403 |
m4trace:configure.ac:115: -1- m4_pattern_allow([^const$])
|
|
|
3404 |
m4trace:configure.ac:117: -1- m4_pattern_allow([^volatile$])
|
|
|
3405 |
m4trace:configure.ac:119: -1- m4_pattern_allow([^HAVE__BOOL$])
|
|
|
3406 |
m4trace:configure.ac:119: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
|
|
|
3407 |
m4trace:configure.ac:120: -1- m4_pattern_allow([^STDC_HEADERS$])
|
|
|
3408 |
m4trace:configure.ac:121: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
|
|
|
3409 |
m4trace:configure.ac:122: -1- m4_pattern_allow([^HAVE_ARPA_INET_H$])
|
|
|
3410 |
m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_ENDIAN_H$])
|
|
|
3411 |
m4trace:configure.ac:124: -1- m4_pattern_allow([^HAVE_FCNTL_H$])
|
|
|
3412 |
m4trace:configure.ac:125: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
|
|
|
3413 |
m4trace:configure.ac:126: -1- m4_pattern_allow([^HAVE_LIMITS_H$])
|
|
|
3414 |
m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_NETDB_H$])
|
|
|
3415 |
m4trace:configure.ac:128: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$])
|
|
|
3416 |
m4trace:configure.ac:129: -1- m4_pattern_allow([^HAVE_PTHREAD_H$])
|
|
|
3417 |
m4trace:configure.ac:130: -1- m4_pattern_allow([^HAVE_STDDEF_H$])
|
|
|
3418 |
m4trace:configure.ac:131: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
|
|
3419 |
m4trace:configure.ac:132: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$])
|
|
|
3420 |
m4trace:configure.ac:133: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$])
|
|
|
3421 |
m4trace:configure.ac:134: -1- m4_pattern_allow([^HAVE_UNISTD_H$])
|
|
|
3422 |
m4trace:configure.ac:135: -1- m4_pattern_allow([^HAVE_LIBINTL_H$])
|
|
|
3423 |
m4trace:configure.ac:136: -1- m4_pattern_allow([^HAVE_MALLOC_H$])
|
|
|
3424 |
m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
|
|
|
3425 |
m4trace:configure.ac:144: -1- m4_pattern_allow([^HAVE_LIBRT$])
|
|
|
3426 |
m4trace:configure.ac:145: -1- m4_pattern_allow([^HAVE_LIBSOCKET$])
|
|
|
3427 |
m4trace:configure.ac:147: -1- m4_pattern_allow([^int16_t$])
|
|
|
3428 |
m4trace:configure.ac:148: -1- m4_pattern_allow([^int32_t$])
|
|
|
3429 |
m4trace:configure.ac:149: -1- m4_pattern_allow([^int64_t$])
|
|
|
3430 |
m4trace:configure.ac:150: -1- m4_pattern_allow([^int8_t$])
|
|
|
3431 |
m4trace:configure.ac:151: -1- m4_pattern_allow([^mode_t$])
|
|
|
3432 |
m4trace:configure.ac:152: -1- m4_pattern_allow([^off_t$])
|
|
|
3433 |
m4trace:configure.ac:153: -1- m4_pattern_allow([^size_t$])
|
|
|
3434 |
m4trace:configure.ac:154: -1- m4_pattern_allow([^ssize_t$])
|
|
|
3435 |
m4trace:configure.ac:155: -1- m4_pattern_allow([^uint16_t$])
|
|
|
3436 |
m4trace:configure.ac:156: -1- m4_pattern_allow([^_UINT32_T$])
|
|
|
3437 |
m4trace:configure.ac:156: -1- m4_pattern_allow([^uint32_t$])
|
|
|
3438 |
m4trace:configure.ac:157: -1- m4_pattern_allow([^_UINT64_T$])
|
|
|
3439 |
m4trace:configure.ac:157: -1- m4_pattern_allow([^uint64_t$])
|
|
|
3440 |
m4trace:configure.ac:158: -1- m4_pattern_allow([^_UINT8_T$])
|
|
|
3441 |
m4trace:configure.ac:158: -1- m4_pattern_allow([^uint8_t$])
|
|
|
3442 |
m4trace:configure.ac:159: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
|
|
|
3443 |
m4trace:configure.ac:161: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
|
|
|
3444 |
m4trace:configure.ac:164: -1- m4_pattern_allow([^AI_ADDRCONFIG$])
|
|
|
3445 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
|
|
|
3446 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^HAVE_ALLOCA$])
|
|
|
3447 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^ALLOCA$])
|
|
|
3448 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^C_ALLOCA$])
|
|
|
3449 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
|
|
|
3450 |
m4trace:configure.ac:173: -1- m4_pattern_allow([^STACK_DIRECTION$])
|
|
|
3451 |
m4trace:configure.ac:174: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
|
|
3452 |
m4trace:configure.ac:174: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
|
|
3453 |
m4trace:configure.ac:174: -1- m4_pattern_allow([^HAVE_MALLOC$])
|
|
|
3454 |
m4trace:configure.ac:174: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3455 |
m4trace:configure.ac:174: -1- m4_pattern_allow([^malloc$])
|
|
|
3456 |
m4trace:configure.ac:175: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3457 |
m4trace:configure.ac:176: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
|
|
3458 |
m4trace:configure.ac:176: -1- m4_pattern_allow([^HAVE_REALLOC$])
|
|
|
3459 |
m4trace:configure.ac:176: -1- m4_pattern_allow([^HAVE_REALLOC$])
|
|
|
3460 |
m4trace:configure.ac:176: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3461 |
m4trace:configure.ac:176: -1- m4_pattern_allow([^realloc$])
|
|
|
3462 |
m4trace:configure.ac:177: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
|
|
|
3463 |
m4trace:configure.ac:177: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
|
|
|
3464 |
m4trace:configure.ac:177: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
|
|
|
3465 |
m4trace:configure.ac:178: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
|
|
|
3466 |
m4trace:configure.ac:178: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3467 |
m4trace:configure.ac:178: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3468 |
m4trace:configure.ac:178: -1- m4_pattern_allow([^HAVE_STAT_EMPTY_STRING_BUG$])
|
|
|
3469 |
m4trace:configure.ac:179: -1- m4_pattern_allow([^HAVE_DECL_STRERROR_R$])
|
|
|
3470 |
m4trace:configure.ac:179: -1- m4_pattern_allow([^HAVE_STRERROR_R$])
|
|
|
3471 |
m4trace:configure.ac:179: -1- m4_pattern_allow([^STRERROR_R_CHAR_P$])
|
|
|
3472 |
m4trace:configure.ac:180: -1- m4_pattern_allow([^HAVE_STRFTIME$])
|
|
|
3473 |
m4trace:configure.ac:180: -1- m4_pattern_allow([^HAVE_STRFTIME$])
|
|
|
3474 |
m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE_VPRINTF$])
|
|
|
3475 |
m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE_DOPRNT$])
|
|
|
3476 |
m4trace:configure.ac:182: -1- m4_pattern_allow([^HAVE_STRTOUL$])
|
|
|
3477 |
m4trace:configure.ac:183: -1- m4_pattern_allow([^HAVE_BZERO$])
|
|
|
3478 |
m4trace:configure.ac:184: -1- m4_pattern_allow([^HAVE_FTRUNCATE$])
|
|
|
3479 |
m4trace:configure.ac:185: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME$])
|
|
|
3480 |
m4trace:configure.ac:186: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$])
|
|
|
3481 |
m4trace:configure.ac:187: -1- m4_pattern_allow([^HAVE_MEMMOVE$])
|
|
|
3482 |
m4trace:configure.ac:188: -1- m4_pattern_allow([^HAVE_MEMSET$])
|
|
|
3483 |
m4trace:configure.ac:189: -1- m4_pattern_allow([^HAVE_MKDIR$])
|
|
|
3484 |
m4trace:configure.ac:190: -1- m4_pattern_allow([^HAVE_REALPATH$])
|
|
|
3485 |
m4trace:configure.ac:191: -1- m4_pattern_allow([^HAVE_SELECT$])
|
|
|
3486 |
m4trace:configure.ac:192: -1- m4_pattern_allow([^HAVE_SOCKET$])
|
|
|
3487 |
m4trace:configure.ac:193: -1- m4_pattern_allow([^HAVE_STRCHR$])
|
|
|
3488 |
m4trace:configure.ac:194: -1- m4_pattern_allow([^HAVE_STRDUP$])
|
|
|
3489 |
m4trace:configure.ac:195: -1- m4_pattern_allow([^HAVE_STRERROR$])
|
|
|
3490 |
m4trace:configure.ac:196: -1- m4_pattern_allow([^HAVE_STRSTR$])
|
|
|
3491 |
m4trace:configure.ac:197: -1- m4_pattern_allow([^HAVE_STRTOL$])
|
|
|
3492 |
m4trace:configure.ac:198: -1- m4_pattern_allow([^HAVE_SQRT$])
|
|
|
3493 |
m4trace:configure.ac:200: -1- m4_pattern_allow([^HAVE_CLOCK_GETTIME$])
|
|
|
3494 |
m4trace:configure.ac:201: -1- m4_pattern_allow([^HAVE_SCHED_GET_PRIORITY_MIN$])
|
|
|
3495 |
m4trace:configure.ac:202: -1- m4_pattern_allow([^HAVE_SCHED_GET_PRIORITY_MAX$])
|
|
|
3496 |
m4trace:configure.ac:204: -1- AX_SIGNED_RIGHT_SHIFT
|
|
|
3497 |
m4trace:configure.ac:204: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3498 |
aclocal/ax_signed_right_shift.m4:26: AX_SIGNED_RIGHT_SHIFT is expanded from...
|
|
|
3499 |
configure.ac:204: the top level])
|
|
|
3500 |
m4trace:configure.ac:204: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2735: AC_RUN_IFELSE is expanded from...
|
|
|
3501 |
aclocal/ax_signed_right_shift.m4:26: AX_SIGNED_RIGHT_SHIFT is expanded from...
|
|
|
3502 |
configure.ac:204: the top level])
|
|
|
3503 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^ARITHMETIC_RIGHT_SHIFT$])
|
|
|
3504 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^LOGICAL_RIGHT_SHIFT$])
|
|
|
3505 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^UNKNOWN_RIGHT_SHIFT$])
|
|
|
3506 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^SIGNED_RIGHT_SHIFT_IS$])
|
|
|
3507 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^SIGNED_RIGHT_SHIFT_IS$])
|
|
|
3508 |
m4trace:configure.ac:204: -1- m4_pattern_allow([^SIGNED_RIGHT_SHIFT_IS$])
|
|
|
3509 |
m4trace:configure.ac:206: -1- AX_THRIFT_GEN([cpp], [C++], [yes])
|
|
|
3510 |
m4trace:configure.ac:206: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3511 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3512 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3513 |
configure.ac:206: the top level])
|
|
|
3514 |
m4trace:configure.ac:207: -1- AM_CONDITIONAL([THRIFT_GEN_cpp], [test "$ax_thrift_gen_cpp" = "yes"])
|
|
|
3515 |
m4trace:configure.ac:207: -1- m4_pattern_allow([^THRIFT_GEN_cpp_TRUE$])
|
|
|
3516 |
m4trace:configure.ac:207: -1- m4_pattern_allow([^THRIFT_GEN_cpp_FALSE$])
|
|
|
3517 |
m4trace:configure.ac:207: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_cpp_TRUE])
|
|
|
3518 |
m4trace:configure.ac:207: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_cpp_FALSE])
|
|
|
3519 |
m4trace:configure.ac:208: -1- AX_THRIFT_GEN([java], [Java], [yes])
|
|
|
3520 |
m4trace:configure.ac:208: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3521 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3522 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3523 |
configure.ac:208: the top level])
|
|
|
3524 |
m4trace:configure.ac:209: -1- AM_CONDITIONAL([THRIFT_GEN_java], [test "$ax_thrift_gen_java" = "yes"])
|
|
|
3525 |
m4trace:configure.ac:209: -1- m4_pattern_allow([^THRIFT_GEN_java_TRUE$])
|
|
|
3526 |
m4trace:configure.ac:209: -1- m4_pattern_allow([^THRIFT_GEN_java_FALSE$])
|
|
|
3527 |
m4trace:configure.ac:209: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_java_TRUE])
|
|
|
3528 |
m4trace:configure.ac:209: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_java_FALSE])
|
|
|
3529 |
m4trace:configure.ac:210: -1- AX_THRIFT_GEN([csharp], [C#], [yes])
|
|
|
3530 |
m4trace:configure.ac:210: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3531 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3532 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3533 |
configure.ac:210: the top level])
|
|
|
3534 |
m4trace:configure.ac:211: -1- AM_CONDITIONAL([THRIFT_GEN_csharp], [test "$ax_thrift_gen_csharp" = "yes"])
|
|
|
3535 |
m4trace:configure.ac:211: -1- m4_pattern_allow([^THRIFT_GEN_csharp_TRUE$])
|
|
|
3536 |
m4trace:configure.ac:211: -1- m4_pattern_allow([^THRIFT_GEN_csharp_FALSE$])
|
|
|
3537 |
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_csharp_TRUE])
|
|
|
3538 |
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_csharp_FALSE])
|
|
|
3539 |
m4trace:configure.ac:212: -1- AX_THRIFT_GEN([py], [Python], [yes])
|
|
|
3540 |
m4trace:configure.ac:212: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3541 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3542 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3543 |
configure.ac:212: the top level])
|
|
|
3544 |
m4trace:configure.ac:213: -1- AM_CONDITIONAL([THRIFT_GEN_py], [test "$ax_thrift_gen_py" = "yes"])
|
|
|
3545 |
m4trace:configure.ac:213: -1- m4_pattern_allow([^THRIFT_GEN_py_TRUE$])
|
|
|
3546 |
m4trace:configure.ac:213: -1- m4_pattern_allow([^THRIFT_GEN_py_FALSE$])
|
|
|
3547 |
m4trace:configure.ac:213: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_py_TRUE])
|
|
|
3548 |
m4trace:configure.ac:213: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_py_FALSE])
|
|
|
3549 |
m4trace:configure.ac:214: -1- AX_THRIFT_GEN([rb], [Ruby], [yes])
|
|
|
3550 |
m4trace:configure.ac:214: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3551 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3552 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3553 |
configure.ac:214: the top level])
|
|
|
3554 |
m4trace:configure.ac:215: -1- AM_CONDITIONAL([THRIFT_GEN_rb], [test "$ax_thrift_gen_rb" = "yes"])
|
|
|
3555 |
m4trace:configure.ac:215: -1- m4_pattern_allow([^THRIFT_GEN_rb_TRUE$])
|
|
|
3556 |
m4trace:configure.ac:215: -1- m4_pattern_allow([^THRIFT_GEN_rb_FALSE$])
|
|
|
3557 |
m4trace:configure.ac:215: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_rb_TRUE])
|
|
|
3558 |
m4trace:configure.ac:215: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_rb_FALSE])
|
|
|
3559 |
m4trace:configure.ac:216: -1- AX_THRIFT_GEN([perl], [Perl], [yes])
|
|
|
3560 |
m4trace:configure.ac:216: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3561 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3562 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3563 |
configure.ac:216: the top level])
|
|
|
3564 |
m4trace:configure.ac:217: -1- AM_CONDITIONAL([THRIFT_GEN_perl], [test "$ax_thrift_gen_perl" = "yes"])
|
|
|
3565 |
m4trace:configure.ac:217: -1- m4_pattern_allow([^THRIFT_GEN_perl_TRUE$])
|
|
|
3566 |
m4trace:configure.ac:217: -1- m4_pattern_allow([^THRIFT_GEN_perl_FALSE$])
|
|
|
3567 |
m4trace:configure.ac:217: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_perl_TRUE])
|
|
|
3568 |
m4trace:configure.ac:217: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_perl_FALSE])
|
|
|
3569 |
m4trace:configure.ac:218: -1- AX_THRIFT_GEN([php], [PHP], [yes])
|
|
|
3570 |
m4trace:configure.ac:218: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3571 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3572 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3573 |
configure.ac:218: the top level])
|
|
|
3574 |
m4trace:configure.ac:219: -1- AM_CONDITIONAL([THRIFT_GEN_php], [test "$ax_thrift_gen_php" = "yes"])
|
|
|
3575 |
m4trace:configure.ac:219: -1- m4_pattern_allow([^THRIFT_GEN_php_TRUE$])
|
|
|
3576 |
m4trace:configure.ac:219: -1- m4_pattern_allow([^THRIFT_GEN_php_FALSE$])
|
|
|
3577 |
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_php_TRUE])
|
|
|
3578 |
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_php_FALSE])
|
|
|
3579 |
m4trace:configure.ac:220: -1- AX_THRIFT_GEN([erl], [Erlang], [yes])
|
|
|
3580 |
m4trace:configure.ac:220: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3581 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3582 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3583 |
configure.ac:220: the top level])
|
|
|
3584 |
m4trace:configure.ac:221: -1- AM_CONDITIONAL([THRIFT_GEN_erl], [test "$ax_thrift_gen_erl" = "yes"])
|
|
|
3585 |
m4trace:configure.ac:221: -1- m4_pattern_allow([^THRIFT_GEN_erl_TRUE$])
|
|
|
3586 |
m4trace:configure.ac:221: -1- m4_pattern_allow([^THRIFT_GEN_erl_FALSE$])
|
|
|
3587 |
m4trace:configure.ac:221: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_erl_TRUE])
|
|
|
3588 |
m4trace:configure.ac:221: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_erl_FALSE])
|
|
|
3589 |
m4trace:configure.ac:222: -1- AX_THRIFT_GEN([cocoa], [Cocoa], [yes])
|
|
|
3590 |
m4trace:configure.ac:222: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3591 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3592 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3593 |
configure.ac:222: the top level])
|
|
|
3594 |
m4trace:configure.ac:223: -1- AM_CONDITIONAL([THRIFT_GEN_cocoa], [test "$ax_thrift_gen_cocoa" = "yes"])
|
|
|
3595 |
m4trace:configure.ac:223: -1- m4_pattern_allow([^THRIFT_GEN_cocoa_TRUE$])
|
|
|
3596 |
m4trace:configure.ac:223: -1- m4_pattern_allow([^THRIFT_GEN_cocoa_FALSE$])
|
|
|
3597 |
m4trace:configure.ac:223: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_cocoa_TRUE])
|
|
|
3598 |
m4trace:configure.ac:223: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_cocoa_FALSE])
|
|
|
3599 |
m4trace:configure.ac:224: -1- AX_THRIFT_GEN([st], [Smalltalk], [yes])
|
|
|
3600 |
m4trace:configure.ac:224: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3601 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3602 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3603 |
configure.ac:224: the top level])
|
|
|
3604 |
m4trace:configure.ac:225: -1- AM_CONDITIONAL([THRIFT_GEN_st], [test "$ax_thrift_gen_st" = "yes"])
|
|
|
3605 |
m4trace:configure.ac:225: -1- m4_pattern_allow([^THRIFT_GEN_st_TRUE$])
|
|
|
3606 |
m4trace:configure.ac:225: -1- m4_pattern_allow([^THRIFT_GEN_st_FALSE$])
|
|
|
3607 |
m4trace:configure.ac:225: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_st_TRUE])
|
|
|
3608 |
m4trace:configure.ac:225: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_st_FALSE])
|
|
|
3609 |
m4trace:configure.ac:226: -1- AX_THRIFT_GEN([ocaml], [OCaml], [yes])
|
|
|
3610 |
m4trace:configure.ac:226: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3611 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3612 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3613 |
configure.ac:226: the top level])
|
|
|
3614 |
m4trace:configure.ac:227: -1- AM_CONDITIONAL([THRIFT_GEN_ocaml], [test "$ax_thrift_gen_ocaml" = "yes"])
|
|
|
3615 |
m4trace:configure.ac:227: -1- m4_pattern_allow([^THRIFT_GEN_ocaml_TRUE$])
|
|
|
3616 |
m4trace:configure.ac:227: -1- m4_pattern_allow([^THRIFT_GEN_ocaml_FALSE$])
|
|
|
3617 |
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_ocaml_TRUE])
|
|
|
3618 |
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_ocaml_FALSE])
|
|
|
3619 |
m4trace:configure.ac:228: -1- AX_THRIFT_GEN([hs], [Haskell], [yes])
|
|
|
3620 |
m4trace:configure.ac:228: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3621 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3622 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3623 |
configure.ac:228: the top level])
|
|
|
3624 |
m4trace:configure.ac:229: -1- AM_CONDITIONAL([THRIFT_GEN_hs], [test "$ax_thrift_gen_hs" = "yes"])
|
|
|
3625 |
m4trace:configure.ac:229: -1- m4_pattern_allow([^THRIFT_GEN_hs_TRUE$])
|
|
|
3626 |
m4trace:configure.ac:229: -1- m4_pattern_allow([^THRIFT_GEN_hs_FALSE$])
|
|
|
3627 |
m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_hs_TRUE])
|
|
|
3628 |
m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_hs_FALSE])
|
|
|
3629 |
m4trace:configure.ac:230: -1- AX_THRIFT_GEN([xsd], [XSD], [yes])
|
|
|
3630 |
m4trace:configure.ac:230: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3631 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3632 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3633 |
configure.ac:230: the top level])
|
|
|
3634 |
m4trace:configure.ac:231: -1- AM_CONDITIONAL([THRIFT_GEN_xsd], [test "$ax_thrift_gen_xsd" = "yes"])
|
|
|
3635 |
m4trace:configure.ac:231: -1- m4_pattern_allow([^THRIFT_GEN_xsd_TRUE$])
|
|
|
3636 |
m4trace:configure.ac:231: -1- m4_pattern_allow([^THRIFT_GEN_xsd_FALSE$])
|
|
|
3637 |
m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_xsd_TRUE])
|
|
|
3638 |
m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_xsd_FALSE])
|
|
|
3639 |
m4trace:configure.ac:232: -1- AX_THRIFT_GEN([html], [HTML], [yes])
|
|
|
3640 |
m4trace:configure.ac:232: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
|
|
3641 |
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
|
|
|
3642 |
aclocal/ax_thrift_internal.m4:18: AX_THRIFT_GEN is expanded from...
|
|
|
3643 |
configure.ac:232: the top level])
|
|
|
3644 |
m4trace:configure.ac:233: -1- AM_CONDITIONAL([THRIFT_GEN_html], [test "$ax_thrift_gen_html" = "yes"])
|
|
|
3645 |
m4trace:configure.ac:233: -1- m4_pattern_allow([^THRIFT_GEN_html_TRUE$])
|
|
|
3646 |
m4trace:configure.ac:233: -1- m4_pattern_allow([^THRIFT_GEN_html_FALSE$])
|
|
|
3647 |
m4trace:configure.ac:233: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_html_TRUE])
|
|
|
3648 |
m4trace:configure.ac:233: -1- _AM_SUBST_NOTMAKE([THRIFT_GEN_html_FALSE])
|
|
|
3649 |
m4trace:configure.ac:256: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
|
3650 |
m4trace:configure.ac:256: -1- m4_pattern_allow([^LTLIBOBJS$])
|
|
|
3651 |
m4trace:configure.ac:256: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
|
|
3652 |
m4trace:configure.ac:256: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
|
|
3653 |
m4trace:configure.ac:256: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
|
|
3654 |
m4trace:configure.ac:256: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
|
|
3655 |
m4trace:configure.ac:256: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
|
|
3656 |
m4trace:configure.ac:256: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
|
|
|
3657 |
m4trace:configure.ac:256: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
|
|
|
3658 |
m4trace:configure.ac:256: -1- _LT_PROG_LTMAIN
|