~ubuntu-branches/ubuntu/trusty/tangogps/trusty

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-22 15:48:27 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091122154827-ozkoksne364vm0et
Tags: 0.99.1+debian-1
* Merging upstream version 0.99.1+debian (Closes: #557513).
* Updating README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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/glib-gettext.m4:412: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
 
67
m4trace:/usr/share/aclocal/glib-gettext.m4:412: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
 
68
m4trace:/usr/share/aclocal/glib-gettext.m4:422: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF
 
69
$2
 
70
_ACEOF
 
71
if AC_RUN_LOG([$1 conftest.foo]); then
 
72
  m4_ifval([$3], [$3], [:])
 
73
m4_ifvaln([$4], [else $4])dnl
 
74
echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
 
75
sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
 
76
fi])
 
77
m4trace:/usr/share/aclocal/libtool.m4:67: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
78
AC_BEFORE([$0], [LT_LANG])dnl
 
79
AC_BEFORE([$0], [LT_OUTPUT])dnl
 
80
AC_BEFORE([$0], [LTDL_INIT])dnl
 
81
m4_require([_LT_CHECK_BUILDDIR])dnl
 
82
 
 
83
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
84
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
85
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
86
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
87
dnl unless we require an AC_DEFUNed macro:
 
88
AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
89
AC_REQUIRE([LTSUGAR_VERSION])dnl
 
90
AC_REQUIRE([LTVERSION_VERSION])dnl
 
91
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
92
m4_require([_LT_PROG_LTMAIN])dnl
 
93
 
 
94
dnl Parse OPTIONS
 
95
_LT_SET_OPTIONS([$0], [$1])
 
96
 
 
97
# This can be used to rebuild libtool when needed
 
98
LIBTOOL_DEPS="$ltmain"
 
99
 
 
100
# Always use our own libtool.
 
101
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
102
AC_SUBST(LIBTOOL)dnl
 
103
 
 
104
_LT_SETUP
 
105
 
 
106
# Only expand once:
 
107
m4_define([LT_INIT])
 
108
])
 
109
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
110
m4trace:/usr/share/aclocal/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
 
111
You should run autoupdate.])dnl
 
112
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
113
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
114
m4trace:/usr/share/aclocal/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
 
115
You should run autoupdate.])dnl
 
116
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
 
117
m4trace:/usr/share/aclocal/libtool.m4:562: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
 
118
AC_MSG_NOTICE([creating $CONFIG_LT])
 
119
cat >"$CONFIG_LT" <<_LTEOF
 
120
#! $SHELL
 
121
# Generated by $as_me.
 
122
# Run this file to recreate a libtool stub with the current configuration.
 
123
 
 
124
lt_cl_silent=false
 
125
SHELL=\${CONFIG_SHELL-$SHELL}
 
126
_LTEOF
 
127
 
 
128
cat >>"$CONFIG_LT" <<\_LTEOF
 
129
AS_SHELL_SANITIZE
 
130
_AS_PREPARE
 
131
 
 
132
exec AS_MESSAGE_FD>&1
 
133
exec AS_MESSAGE_LOG_FD>>config.log
 
134
{
 
135
  echo
 
136
  AS_BOX([Running $as_me.])
 
137
} >&AS_MESSAGE_LOG_FD
 
138
 
 
139
lt_cl_help="\
 
140
\`$as_me' creates a local libtool stub from the current configuration,
 
141
for use in further configure time tests before the real libtool is
 
142
generated.
 
143
 
 
144
Usage: $[0] [[OPTIONS]]
 
145
 
 
146
  -h, --help      print this help, then exit
 
147
  -V, --version   print version number, then exit
 
148
  -q, --quiet     do not print progress messages
 
149
  -d, --debug     don't remove temporary files
 
150
 
 
151
Report bugs to <bug-libtool@gnu.org>."
 
152
 
 
153
lt_cl_version="\
 
154
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
155
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
156
configured by $[0], generated by m4_PACKAGE_STRING.
 
157
 
 
158
Copyright (C) 2008 Free Software Foundation, Inc.
 
159
This config.lt script is free software; the Free Software Foundation
 
160
gives unlimited permision to copy, distribute and modify it."
 
161
 
 
162
while test $[#] != 0
 
163
do
 
164
  case $[1] in
 
165
    --version | --v* | -V )
 
166
      echo "$lt_cl_version"; exit 0 ;;
 
167
    --help | --h* | -h )
 
168
      echo "$lt_cl_help"; exit 0 ;;
 
169
    --debug | --d* | -d )
 
170
      debug=: ;;
 
171
    --quiet | --q* | --silent | --s* | -q )
 
172
      lt_cl_silent=: ;;
 
173
 
 
174
    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
175
Try \`$[0] --help' for more information.]) ;;
 
176
 
 
177
    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
178
Try \`$[0] --help' for more information.]) ;;
 
179
  esac
 
180
  shift
 
181
done
 
182
 
 
183
if $lt_cl_silent; then
 
184
  exec AS_MESSAGE_FD>/dev/null
 
185
fi
 
186
_LTEOF
 
187
 
 
188
cat >>"$CONFIG_LT" <<_LTEOF
 
189
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
190
_LTEOF
 
191
 
 
192
cat >>"$CONFIG_LT" <<\_LTEOF
 
193
AC_MSG_NOTICE([creating $ofile])
 
194
_LT_OUTPUT_LIBTOOL_COMMANDS
 
195
AS_EXIT(0)
 
196
_LTEOF
 
197
chmod +x "$CONFIG_LT"
 
198
 
 
199
# configure is writing to config.log, but config.lt does its own redirection,
 
200
# appending to config.log, which fails on DOS, as config.log is still kept
 
201
# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
202
# config.log, so it can be properly (re)opened and appended to by config.lt.
 
203
if test "$no_create" != yes; then
 
204
  lt_cl_success=:
 
205
  test "$silent" = yes &&
 
206
    lt_config_lt_args="$lt_config_lt_args --quiet"
 
207
  exec AS_MESSAGE_LOG_FD>/dev/null
 
208
  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
209
  exec AS_MESSAGE_LOG_FD>>config.log
 
210
  $lt_cl_success || AS_EXIT(1)
 
211
fi
 
212
])
 
213
m4trace:/usr/share/aclocal/libtool.m4:757: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
 
214
m4trace:/usr/share/aclocal/libtool.m4:768: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
 
215
m4_case([$1],
 
216
  [C],                  [_LT_LANG(C)],
 
217
  [C++],                [_LT_LANG(CXX)],
 
218
  [Java],               [_LT_LANG(GCJ)],
 
219
  [Fortran 77],         [_LT_LANG(F77)],
 
220
  [Fortran],            [_LT_LANG(FC)],
 
221
  [Windows Resource],   [_LT_LANG(RC)],
 
222
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
223
    [_LT_LANG($1)],
 
224
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
225
])
 
226
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
227
m4trace:/usr/share/aclocal/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
 
228
You should run autoupdate.])dnl
 
229
LT_LANG(C++)])
 
230
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
231
m4trace:/usr/share/aclocal/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
 
232
You should run autoupdate.])dnl
 
233
LT_LANG(Fortran 77)])
 
234
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
235
m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
 
236
You should run autoupdate.])dnl
 
237
LT_LANG(Fortran)])
 
238
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
239
m4trace:/usr/share/aclocal/libtool.m4:833: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
 
240
You should run autoupdate.])dnl
 
241
LT_LANG(Java)])
 
242
m4trace:/usr/share/aclocal/libtool.m4:1402: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
243
m4_require([_LT_DECL_SED])dnl
 
244
AC_CACHE_CHECK([$1], [$2],
 
245
  [$2=no
 
246
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
247
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
248
   lt_compiler_flag="$3"
 
249
   # Insert the option either (1) after the last *FLAGS variable, or
 
250
   # (2) before a word containing "conftest.", or (3) at the end.
 
251
   # Note that $ac_compile itself does not contain backslashes and begins
 
252
   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
253
   # The option is referenced via a variable to avoid confusing sed.
 
254
   lt_compile=`echo "$ac_compile" | $SED \
 
255
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
256
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
257
   -e 's:$: $lt_compiler_flag:'`
 
258
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
259
   (eval "$lt_compile" 2>conftest.err)
 
260
   ac_status=$?
 
261
   cat conftest.err >&AS_MESSAGE_LOG_FD
 
262
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
263
   if (exit $ac_status) && test -s "$ac_outfile"; then
 
264
     # The compiler can only warn and ignore the option if not recognized
 
265
     # So say no if there are warnings other than the usual output.
 
266
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
267
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
268
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
269
       $2=yes
 
270
     fi
 
271
   fi
 
272
   $RM conftest*
 
273
])
 
274
 
 
275
if test x"[$]$2" = xyes; then
 
276
    m4_if([$5], , :, [$5])
 
277
else
 
278
    m4_if([$6], , :, [$6])
 
279
fi
 
280
])
 
281
m4trace:/usr/share/aclocal/libtool.m4:1444: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
282
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.
 
283
You should run autoupdate.])dnl
 
284
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
 
285
m4trace:/usr/share/aclocal/libtool.m4:1453: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
286
m4_require([_LT_DECL_SED])dnl
 
287
AC_CACHE_CHECK([$1], [$2],
 
288
  [$2=no
 
289
   save_LDFLAGS="$LDFLAGS"
 
290
   LDFLAGS="$LDFLAGS $3"
 
291
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
292
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
293
     # The linker can only warn and ignore the option if not recognized
 
294
     # So say no if there are warnings
 
295
     if test -s conftest.err; then
 
296
       # Append any errors to the config.log.
 
297
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
298
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
299
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
300
       if diff conftest.exp conftest.er2 >/dev/null; then
 
301
         $2=yes
 
302
       fi
 
303
     else
 
304
       $2=yes
 
305
     fi
 
306
   fi
 
307
   $RM -r conftest*
 
308
   LDFLAGS="$save_LDFLAGS"
 
309
])
 
310
 
 
311
if test x"[$]$2" = xyes; then
 
312
    m4_if([$4], , :, [$4])
 
313
else
 
314
    m4_if([$5], , :, [$5])
 
315
fi
 
316
])
 
317
m4trace:/usr/share/aclocal/libtool.m4:1488: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
318
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.
 
319
You should run autoupdate.])dnl
 
320
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
 
321
m4trace:/usr/share/aclocal/libtool.m4:1495: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
322
# find the maximum length of command line arguments
 
323
AC_MSG_CHECKING([the maximum length of command line arguments])
 
324
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
325
  i=0
 
326
  teststring="ABCD"
 
327
 
 
328
  case $build_os in
 
329
  msdosdjgpp*)
 
330
    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
331
    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
332
    # during glob expansion).  Even if it were fixed, the result of this
 
333
    # check would be larger than it should be.
 
334
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
335
    ;;
 
336
 
 
337
  gnu*)
 
338
    # Under GNU Hurd, this test is not required because there is
 
339
    # no limit to the length of command line arguments.
 
340
    # Libtool will interpret -1 as no limit whatsoever
 
341
    lt_cv_sys_max_cmd_len=-1;
 
342
    ;;
 
343
 
 
344
  cygwin* | mingw* | cegcc*)
 
345
    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
346
    # about 5 minutes as the teststring grows exponentially.
 
347
    # Worse, since 9x/ME are not pre-emptively multitasking,
 
348
    # you end up with a "frozen" computer, even though with patience
 
349
    # the test eventually succeeds (with a max line length of 256k).
 
350
    # Instead, let's just punt: use the minimum linelength reported by
 
351
    # all of the supported platforms: 8192 (on NT/2K/XP).
 
352
    lt_cv_sys_max_cmd_len=8192;
 
353
    ;;
 
354
 
 
355
  amigaos*)
 
356
    # On AmigaOS with pdksh, this test takes hours, literally.
 
357
    # So we just punt and use a minimum line length of 8192.
 
358
    lt_cv_sys_max_cmd_len=8192;
 
359
    ;;
 
360
 
 
361
  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
362
    # This has been around since 386BSD, at least.  Likely further.
 
363
    if test -x /sbin/sysctl; then
 
364
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
365
    elif test -x /usr/sbin/sysctl; then
 
366
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
367
    else
 
368
      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
 
369
    fi
 
370
    # And add a safety zone
 
371
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
372
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
373
    ;;
 
374
 
 
375
  interix*)
 
376
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
377
    lt_cv_sys_max_cmd_len=196608
 
378
    ;;
 
379
 
 
380
  osf*)
 
381
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
382
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
383
    # nice to cause kernel panics so lets avoid the loop below.
 
384
    # First set a reasonable default.
 
385
    lt_cv_sys_max_cmd_len=16384
 
386
    #
 
387
    if test -x /sbin/sysconfig; then
 
388
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
389
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
390
      esac
 
391
    fi
 
392
    ;;
 
393
  sco3.2v5*)
 
394
    lt_cv_sys_max_cmd_len=102400
 
395
    ;;
 
396
  sysv5* | sco5v6* | sysv4.2uw2*)
 
397
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
398
    if test -n "$kargmax"; then
 
399
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
 
400
    else
 
401
      lt_cv_sys_max_cmd_len=32768
 
402
    fi
 
403
    ;;
 
404
  *)
 
405
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
406
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
407
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
408
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
409
    else
 
410
      # Make teststring a little bigger before we do anything with it.
 
411
      # a 1K string should be a reasonable start.
 
412
      for i in 1 2 3 4 5 6 7 8 ; do
 
413
        teststring=$teststring$teststring
 
414
      done
 
415
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
416
      # If test is not a shell built-in, we'll probably end up computing a
 
417
      # maximum length that is only half of the actual maximum length, but
 
418
      # we can't tell.
 
419
      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
420
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
421
              test $i != 17 # 1/2 MB should be enough
 
422
      do
 
423
        i=`expr $i + 1`
 
424
        teststring=$teststring$teststring
 
425
      done
 
426
      # Only check the string length outside the loop.
 
427
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
428
      teststring=
 
429
      # Add a significant safety factor because C++ compilers can tack on
 
430
      # massive amounts of additional arguments before passing them to the
 
431
      # linker.  It appears as though 1/2 is a usable value.
 
432
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
433
    fi
 
434
    ;;
 
435
  esac
 
436
])
 
437
if test -n $lt_cv_sys_max_cmd_len ; then
 
438
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
439
else
 
440
  AC_MSG_RESULT(none)
 
441
fi
 
442
max_cmd_len=$lt_cv_sys_max_cmd_len
 
443
_LT_DECL([], [max_cmd_len], [0],
 
444
    [What is the maximum length of a command?])
 
445
])
 
446
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($@)])])
 
447
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.
 
448
You should run autoupdate.])dnl
 
449
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
 
450
m4trace:/usr/share/aclocal/libtool.m4:1724: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
 
451
if test "x$enable_dlopen" != xyes; then
 
452
  enable_dlopen=unknown
 
453
  enable_dlopen_self=unknown
 
454
  enable_dlopen_self_static=unknown
 
455
else
 
456
  lt_cv_dlopen=no
 
457
  lt_cv_dlopen_libs=
 
458
 
 
459
  case $host_os in
 
460
  beos*)
 
461
    lt_cv_dlopen="load_add_on"
 
462
    lt_cv_dlopen_libs=
 
463
    lt_cv_dlopen_self=yes
 
464
    ;;
 
465
 
 
466
  mingw* | pw32* | cegcc*)
 
467
    lt_cv_dlopen="LoadLibrary"
 
468
    lt_cv_dlopen_libs=
 
469
    ;;
 
470
 
 
471
  cygwin*)
 
472
    lt_cv_dlopen="dlopen"
 
473
    lt_cv_dlopen_libs=
 
474
    ;;
 
475
 
 
476
  darwin*)
 
477
  # if libdl is installed we need to link against it
 
478
    AC_CHECK_LIB([dl], [dlopen],
 
479
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
480
    lt_cv_dlopen="dyld"
 
481
    lt_cv_dlopen_libs=
 
482
    lt_cv_dlopen_self=yes
 
483
    ])
 
484
    ;;
 
485
 
 
486
  *)
 
487
    AC_CHECK_FUNC([shl_load],
 
488
          [lt_cv_dlopen="shl_load"],
 
489
      [AC_CHECK_LIB([dld], [shl_load],
 
490
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
491
        [AC_CHECK_FUNC([dlopen],
 
492
              [lt_cv_dlopen="dlopen"],
 
493
          [AC_CHECK_LIB([dl], [dlopen],
 
494
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
495
            [AC_CHECK_LIB([svld], [dlopen],
 
496
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
497
              [AC_CHECK_LIB([dld], [dld_link],
 
498
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
499
              ])
 
500
            ])
 
501
          ])
 
502
        ])
 
503
      ])
 
504
    ;;
 
505
  esac
 
506
 
 
507
  if test "x$lt_cv_dlopen" != xno; then
 
508
    enable_dlopen=yes
 
509
  else
 
510
    enable_dlopen=no
 
511
  fi
 
512
 
 
513
  case $lt_cv_dlopen in
 
514
  dlopen)
 
515
    save_CPPFLAGS="$CPPFLAGS"
 
516
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
517
 
 
518
    save_LDFLAGS="$LDFLAGS"
 
519
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
520
 
 
521
    save_LIBS="$LIBS"
 
522
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
523
 
 
524
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
525
          lt_cv_dlopen_self, [dnl
 
526
          _LT_TRY_DLOPEN_SELF(
 
527
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
528
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
529
    ])
 
530
 
 
531
    if test "x$lt_cv_dlopen_self" = xyes; then
 
532
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
533
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
534
          lt_cv_dlopen_self_static, [dnl
 
535
          _LT_TRY_DLOPEN_SELF(
 
536
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
537
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
538
      ])
 
539
    fi
 
540
 
 
541
    CPPFLAGS="$save_CPPFLAGS"
 
542
    LDFLAGS="$save_LDFLAGS"
 
543
    LIBS="$save_LIBS"
 
544
    ;;
 
545
  esac
 
546
 
 
547
  case $lt_cv_dlopen_self in
 
548
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
549
  *) enable_dlopen_self=unknown ;;
 
550
  esac
 
551
 
 
552
  case $lt_cv_dlopen_self_static in
 
553
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
554
  *) enable_dlopen_self_static=unknown ;;
 
555
  esac
 
556
fi
 
557
_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
558
         [Whether dlopen is supported])
 
559
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
560
         [Whether dlopen of programs is supported])
 
561
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
562
         [Whether dlopen of statically linked programs is supported])
 
563
])
 
564
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($@)])])
 
565
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.
 
566
You should run autoupdate.])dnl
 
567
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
 
568
m4trace:/usr/share/aclocal/libtool.m4:2741: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
 
569
AC_MSG_CHECKING([for $1])
 
570
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
571
[case $MAGIC_CMD in
 
572
[[\\/*] |  ?:[\\/]*])
 
573
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
574
  ;;
 
575
*)
 
576
  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
577
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
578
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
579
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
580
dnl not every word.  This closes a longstanding sh security hole.
 
581
  ac_dummy="m4_if([$2], , $PATH, [$2])"
 
582
  for ac_dir in $ac_dummy; do
 
583
    IFS="$lt_save_ifs"
 
584
    test -z "$ac_dir" && ac_dir=.
 
585
    if test -f $ac_dir/$1; then
 
586
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
587
      if test -n "$file_magic_test_file"; then
 
588
        case $deplibs_check_method in
 
589
        "file_magic "*)
 
590
          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
591
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
592
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
593
            $EGREP "$file_magic_regex" > /dev/null; then
 
594
            :
 
595
          else
 
596
            cat <<_LT_EOF 1>&2
 
597
 
 
598
*** Warning: the command libtool uses to detect shared libraries,
 
599
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
600
*** The result is that libtool may fail to recognize shared libraries
 
601
*** as such.  This will affect the creation of libtool libraries that
 
602
*** depend on shared libraries, but programs linked with such libtool
 
603
*** libraries will work regardless of this problem.  Nevertheless, you
 
604
*** may want to report the problem to your system manager and/or to
 
605
*** bug-libtool@gnu.org
 
606
 
 
607
_LT_EOF
 
608
          fi ;;
 
609
        esac
 
610
      fi
 
611
      break
 
612
    fi
 
613
  done
 
614
  IFS="$lt_save_ifs"
 
615
  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
616
  ;;
 
617
esac])
 
618
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
619
if test -n "$MAGIC_CMD"; then
 
620
  AC_MSG_RESULT($MAGIC_CMD)
 
621
else
 
622
  AC_MSG_RESULT(no)
 
623
fi
 
624
_LT_DECL([], [MAGIC_CMD], [0],
 
625
         [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
626
])
 
627
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($@)])])
 
628
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.
 
629
You should run autoupdate.])dnl
 
630
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
 
631
m4trace:/usr/share/aclocal/libtool.m4:2826: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
 
632
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
633
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
634
m4_require([_LT_DECL_SED])dnl
 
635
m4_require([_LT_DECL_EGREP])dnl
 
636
 
 
637
AC_ARG_WITH([gnu-ld],
 
638
    [AS_HELP_STRING([--with-gnu-ld],
 
639
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
640
    [test "$withval" = no || with_gnu_ld=yes],
 
641
    [with_gnu_ld=no])dnl
 
642
 
 
643
ac_prog=ld
 
644
if test "$GCC" = yes; then
 
645
  # Check if gcc -print-prog-name=ld gives a path.
 
646
  AC_MSG_CHECKING([for ld used by $CC])
 
647
  case $host in
 
648
  *-*-mingw*)
 
649
    # gcc leaves a trailing carriage return which upsets mingw
 
650
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
651
  *)
 
652
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
653
  esac
 
654
  case $ac_prog in
 
655
    # Accept absolute paths.
 
656
    [[\\/]]* | ?:[[\\/]]*)
 
657
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
658
      # Canonicalize the pathname of ld
 
659
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
660
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
661
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
662
      done
 
663
      test -z "$LD" && LD="$ac_prog"
 
664
      ;;
 
665
  "")
 
666
    # If it fails, then pretend we aren't using GCC.
 
667
    ac_prog=ld
 
668
    ;;
 
669
  *)
 
670
    # If it is relative, then search for the first ld in PATH.
 
671
    with_gnu_ld=unknown
 
672
    ;;
 
673
  esac
 
674
elif test "$with_gnu_ld" = yes; then
 
675
  AC_MSG_CHECKING([for GNU ld])
 
676
else
 
677
  AC_MSG_CHECKING([for non-GNU ld])
 
678
fi
 
679
AC_CACHE_VAL(lt_cv_path_LD,
 
680
[if test -z "$LD"; then
 
681
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
682
  for ac_dir in $PATH; do
 
683
    IFS="$lt_save_ifs"
 
684
    test -z "$ac_dir" && ac_dir=.
 
685
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
686
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
687
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
688
      # but apparently some variants of GNU ld only accept -v.
 
689
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
690
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
691
      *GNU* | *'with BFD'*)
 
692
        test "$with_gnu_ld" != no && break
 
693
        ;;
 
694
      *)
 
695
        test "$with_gnu_ld" != yes && break
 
696
        ;;
 
697
      esac
 
698
    fi
 
699
  done
 
700
  IFS="$lt_save_ifs"
 
701
else
 
702
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
703
fi])
 
704
LD="$lt_cv_path_LD"
 
705
if test -n "$LD"; then
 
706
  AC_MSG_RESULT($LD)
 
707
else
 
708
  AC_MSG_RESULT(no)
 
709
fi
 
710
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
711
_LT_PATH_LD_GNU
 
712
AC_SUBST([LD])
 
713
 
 
714
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
715
])
 
716
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
717
m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
 
718
You should run autoupdate.])dnl
 
719
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
720
m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
721
m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
 
722
You should run autoupdate.])dnl
 
723
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
 
724
m4trace:/usr/share/aclocal/libtool.m4:3179: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
 
725
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 
726
[if test -n "$NM"; then
 
727
  # Let the user override the test.
 
728
  lt_cv_path_NM="$NM"
 
729
else
 
730
  lt_nm_to_check="${ac_tool_prefix}nm"
 
731
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
732
    lt_nm_to_check="$lt_nm_to_check nm"
 
733
  fi
 
734
  for lt_tmp_nm in $lt_nm_to_check; do
 
735
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
736
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
737
      IFS="$lt_save_ifs"
 
738
      test -z "$ac_dir" && ac_dir=.
 
739
      tmp_nm="$ac_dir/$lt_tmp_nm"
 
740
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
741
        # Check to see if the nm accepts a BSD-compat flag.
 
742
        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
743
        #   nm: unknown option "B" ignored
 
744
        # Tru64's nm complains that /dev/null is an invalid object file
 
745
        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
746
        */dev/null* | *'Invalid file or object type'*)
 
747
          lt_cv_path_NM="$tmp_nm -B"
 
748
          break
 
749
          ;;
 
750
        *)
 
751
          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
752
          */dev/null*)
 
753
            lt_cv_path_NM="$tmp_nm -p"
 
754
            break
 
755
            ;;
 
756
          *)
 
757
            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
758
            continue # so that we can try to find one that supports BSD flags
 
759
            ;;
 
760
          esac
 
761
          ;;
 
762
        esac
 
763
      fi
 
764
    done
 
765
    IFS="$lt_save_ifs"
 
766
  done
 
767
  : ${lt_cv_path_NM=no}
 
768
fi])
 
769
if test "$lt_cv_path_NM" != "no"; then
 
770
  NM="$lt_cv_path_NM"
 
771
else
 
772
  # Didn't find any BSD compatible name lister, look for dumpbin.
 
773
  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
774
  AC_SUBST([DUMPBIN])
 
775
  if test "$DUMPBIN" != ":"; then
 
776
    NM="$DUMPBIN"
 
777
  fi
 
778
fi
 
779
test -z "$NM" && NM=nm
 
780
AC_SUBST([NM])
 
781
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
782
 
 
783
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
784
  [lt_cv_nm_interface="BSD nm"
 
785
  echo "int some_variable = 0;" > conftest.$ac_ext
 
786
  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
787
  (eval "$ac_compile" 2>conftest.err)
 
788
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
789
  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
790
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
791
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
792
  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
793
  cat conftest.out >&AS_MESSAGE_LOG_FD
 
794
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
795
    lt_cv_nm_interface="MS dumpbin"
 
796
  fi
 
797
  rm -f conftest*])
 
798
])
 
799
m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
800
m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
 
801
You should run autoupdate.])dnl
 
802
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
803
m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
804
m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
 
805
You should run autoupdate.])dnl
 
806
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
 
807
m4trace:/usr/share/aclocal/libtool.m4:3267: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
808
LIBM=
 
809
case $host in
 
810
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
811
  # These system don't have libm, or don't need it
 
812
  ;;
 
813
*-ncr-sysv4.3*)
 
814
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
815
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
816
  ;;
 
817
*)
 
818
  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
819
  ;;
 
820
esac
 
821
AC_SUBST([LIBM])
 
822
])
 
823
m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
824
m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
 
825
You should run autoupdate.])dnl
 
826
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
 
827
m4trace:/usr/share/aclocal/libtool.m4:6986: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
828
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
829
    [AC_CHECK_TOOL(GCJ, gcj,)
 
830
      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
831
      AC_SUBST(GCJFLAGS)])])[]dnl
 
832
])
 
833
m4trace:/usr/share/aclocal/libtool.m4:6995: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
834
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.
 
835
You should run autoupdate.])dnl
 
836
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
 
837
m4trace:/usr/share/aclocal/libtool.m4:7002: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
 
838
])
 
839
m4trace:/usr/share/aclocal/libtool.m4:7007: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
840
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.
 
841
You should run autoupdate.])dnl
 
842
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
 
843
m4trace:/usr/share/aclocal/libtool.m4:7118: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
844
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.
 
845
You should run autoupdate.])dnl
 
846
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
 
847
m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
 
848
_$0($*)
 
849
])
 
850
m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
 
851
dnl Although the argument is deprecated and no longer documented,
 
852
dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
 
853
dnl here make sure it is the same as any other declaration of libltdl's
 
854
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
 
855
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
 
856
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
 
857
_$0()
 
858
])
 
859
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
860
_LTDL_CONVENIENCE])
 
861
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
 
862
You should run autoupdate.])dnl
 
863
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
864
_LTDL_CONVENIENCE])
 
865
m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
 
866
dnl Although the argument is deprecated and no longer documented,
 
867
dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
 
868
dnl here make sure it is the same as any other declaration of libltdl's
 
869
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
 
870
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
 
871
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
 
872
_$0()
 
873
])
 
874
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
875
_LTDL_INSTALLABLE])
 
876
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
 
877
You should run autoupdate.])dnl
 
878
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
 
879
_LTDL_INSTALLABLE])
 
880
m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
 
881
  m4_pattern_allow([^_LT_LIBOBJS$])
 
882
  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
 
883
])
 
884
m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
 
885
_LT_SET_OPTIONS([$0], [$1])
 
886
 
 
887
dnl We need to keep our own list of libobjs separate from our parent project,
 
888
dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
 
889
dnl we look for our own LIBOBJs.
 
890
m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
 
891
m4_pushdef([AC_LIBSOURCES])
 
892
 
 
893
dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
 
894
m4_if(_LTDL_MODE, [],
 
895
        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
 
896
        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
 
897
                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
 
898
 
 
899
AC_ARG_WITH([included_ltdl],
 
900
    [AS_HELP_STRING([--with-included-ltdl],
 
901
                    [use the GNU ltdl sources included here])])
 
902
 
 
903
if test "x$with_included_ltdl" != xyes; then
 
904
  # We are not being forced to use the included libltdl sources, so
 
905
  # decide whether there is a useful installed version we can use.
 
906
  AC_CHECK_HEADER([ltdl.h],
 
907
      [AC_CHECK_DECL([lt_dlinterface_register],
 
908
           [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
 
909
               [with_included_ltdl=no],
 
910
               [with_included_ltdl=yes])],
 
911
           [with_included_ltdl=yes],
 
912
           [AC_INCLUDES_DEFAULT
 
913
            #include <ltdl.h>])],
 
914
      [with_included_ltdl=yes],
 
915
      [AC_INCLUDES_DEFAULT]
 
916
  )
 
917
fi
 
918
 
 
919
dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
 
920
dnl was called yet, then for old times' sake, we assume libltdl is in an
 
921
dnl eponymous directory:
 
922
AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
 
923
 
 
924
AC_ARG_WITH([ltdl_include],
 
925
    [AS_HELP_STRING([--with-ltdl-include=DIR],
 
926
                    [use the ltdl headers installed in DIR])])
 
927
 
 
928
if test -n "$with_ltdl_include"; then
 
929
  if test -f "$with_ltdl_include/ltdl.h"; then :
 
930
  else
 
931
    AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
 
932
  fi
 
933
else
 
934
  with_ltdl_include=no
 
935
fi
 
936
 
 
937
AC_ARG_WITH([ltdl_lib],
 
938
    [AS_HELP_STRING([--with-ltdl-lib=DIR],
 
939
                    [use the libltdl.la installed in DIR])])
 
940
 
 
941
if test -n "$with_ltdl_lib"; then
 
942
  if test -f "$with_ltdl_lib/libltdl.la"; then :
 
943
  else
 
944
    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
 
945
  fi
 
946
else
 
947
  with_ltdl_lib=no
 
948
fi
 
949
 
 
950
case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
 
951
  ,yes,no,no,)
 
952
        m4_case(m4_default(_LTDL_TYPE, [convenience]),
 
953
            [convenience], [_LTDL_CONVENIENCE],
 
954
            [installable], [_LTDL_INSTALLABLE],
 
955
          [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
 
956
        ;;
 
957
  ,no,no,no,)
 
958
        # If the included ltdl is not to be used, then use the
 
959
        # preinstalled libltdl we found.
 
960
        AC_DEFINE([HAVE_LTDL], [1],
 
961
          [Define this if a modern libltdl is already installed])
 
962
        LIBLTDL=-lltdl
 
963
        LTDLDEPS=
 
964
        LTDLINCL=
 
965
        ;;
 
966
  ,no*,no,*)
 
967
        AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
 
968
        ;;
 
969
  *)    with_included_ltdl=no
 
970
        LIBLTDL="-L$with_ltdl_lib -lltdl"
 
971
        LTDLDEPS=
 
972
        LTDLINCL="-I$with_ltdl_include"
 
973
        ;;
 
974
esac
 
975
INCLTDL="$LTDLINCL"
 
976
 
 
977
# Report our decision...
 
978
AC_MSG_CHECKING([where to find libltdl headers])
 
979
AC_MSG_RESULT([$LTDLINCL])
 
980
AC_MSG_CHECKING([where to find libltdl library])
 
981
AC_MSG_RESULT([$LIBLTDL])
 
982
 
 
983
_LTDL_SETUP
 
984
 
 
985
dnl restore autoconf definition.
 
986
m4_popdef([AC_LIBOBJ])
 
987
m4_popdef([AC_LIBSOURCES])
 
988
 
 
989
AC_CONFIG_COMMANDS_PRE([
 
990
    _ltdl_libobjs=
 
991
    _ltdl_ltlibobjs=
 
992
    if test -n "$_LT_LIBOBJS"; then
 
993
      # Remove the extension.
 
994
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
 
995
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
 
996
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
 
997
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
 
998
      done
 
999
    fi
 
1000
    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
 
1001
    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
 
1002
])
 
1003
 
 
1004
# Only expand once:
 
1005
m4_define([LTDL_INIT])
 
1006
])
 
1007
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
 
1008
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
 
1009
You should run autoupdate.])dnl
 
1010
LTDL_INIT($@)])
 
1011
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
 
1012
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
 
1013
You should run autoupdate.])dnl
 
1014
LTDL_INIT($@)])
 
1015
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
 
1016
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
 
1017
You should run autoupdate.])dnl
 
1018
LTDL_INIT($@)])
 
1019
m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
 
1020
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
 
1021
AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
 
1022
AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
 
1023
AC_REQUIRE([LT_LIB_DLLOAD])dnl
 
1024
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
 
1025
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
 
1026
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
 
1027
AC_REQUIRE([gl_FUNC_ARGZ])dnl
 
1028
 
 
1029
m4_require([_LT_CHECK_OBJDIR])dnl
 
1030
m4_require([_LT_HEADER_DLFCN])dnl
 
1031
m4_require([_LT_CHECK_DLPREOPEN])dnl
 
1032
m4_require([_LT_DECL_SED])dnl
 
1033
 
 
1034
dnl Don't require this, or it will be expanded earlier than the code
 
1035
dnl that sets the variables it relies on:
 
1036
_LT_ENABLE_INSTALL
 
1037
 
 
1038
dnl _LTDL_MODE specific code must be called at least once:
 
1039
_LTDL_MODE_DISPATCH
 
1040
 
 
1041
# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
 
1042
# the user used.  This is so that ltdl.h can pick up the parent projects
 
1043
# config.h file, The first file in AC_CONFIG_HEADERS must contain the
 
1044
# definitions required by ltdl.c.
 
1045
# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
 
1046
AC_CONFIG_COMMANDS_PRE([dnl
 
1047
m4_pattern_allow([^LT_CONFIG_H$])dnl
 
1048
m4_ifset([AH_HEADER],
 
1049
    [LT_CONFIG_H=AH_HEADER],
 
1050
    [m4_ifset([AC_LIST_HEADERS],
 
1051
            [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
 
1052
        [])])])
 
1053
AC_SUBST([LT_CONFIG_H])
 
1054
 
 
1055
AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
 
1056
        [], [], [AC_INCLUDES_DEFAULT])
 
1057
 
 
1058
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
 
1059
AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
 
1060
 
 
1061
AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
 
1062
 
 
1063
name=ltdl
 
1064
LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""`
 
1065
AC_SUBST([LTDLOPEN])
 
1066
])
 
1067
m4trace:/usr/share/aclocal/ltdl.m4:437: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1068
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
 
1069
  [lt_cv_sys_dlopen_deplibs],
 
1070
  [# PORTME does your system automatically load deplibs for dlopen?
 
1071
  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
 
1072
  # For now, we just catch OSes we know something about -- in the
 
1073
  # future, we'll try test this programmatically.
 
1074
  lt_cv_sys_dlopen_deplibs=unknown
 
1075
  case $host_os in
 
1076
  aix3*|aix4.1.*|aix4.2.*)
 
1077
    # Unknown whether this is true for these versions of AIX, but
 
1078
    # we want this `case' here to explicitly catch those versions.
 
1079
    lt_cv_sys_dlopen_deplibs=unknown
 
1080
    ;;
 
1081
  aix[[4-9]]*)
 
1082
    lt_cv_sys_dlopen_deplibs=yes
 
1083
    ;;
 
1084
  amigaos*)
 
1085
    case $host_cpu in
 
1086
    powerpc)
 
1087
      lt_cv_sys_dlopen_deplibs=no
 
1088
      ;;
 
1089
    esac
 
1090
    ;;
 
1091
  darwin*)
 
1092
    # Assuming the user has installed a libdl from somewhere, this is true
 
1093
    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
 
1094
    lt_cv_sys_dlopen_deplibs=yes
 
1095
    ;;
 
1096
  freebsd* | dragonfly*)
 
1097
    lt_cv_sys_dlopen_deplibs=yes
 
1098
    ;;
 
1099
  gnu* | linux* | k*bsd*-gnu)
 
1100
    # GNU and its variants, using gnu ld.so (Glibc)
 
1101
    lt_cv_sys_dlopen_deplibs=yes
 
1102
    ;;
 
1103
  hpux10*|hpux11*)
 
1104
    lt_cv_sys_dlopen_deplibs=yes
 
1105
    ;;
 
1106
  interix*)
 
1107
    lt_cv_sys_dlopen_deplibs=yes
 
1108
    ;;
 
1109
  irix[[12345]]*|irix6.[[01]]*)
 
1110
    # Catch all versions of IRIX before 6.2, and indicate that we don't
 
1111
    # know how it worked for any of those versions.
 
1112
    lt_cv_sys_dlopen_deplibs=unknown
 
1113
    ;;
 
1114
  irix*)
 
1115
    # The case above catches anything before 6.2, and it's known that
 
1116
    # at 6.2 and later dlopen does load deplibs.
 
1117
    lt_cv_sys_dlopen_deplibs=yes
 
1118
    ;;
 
1119
  netbsd* | netbsdelf*-gnu)
 
1120
    lt_cv_sys_dlopen_deplibs=yes
 
1121
    ;;
 
1122
  openbsd*)
 
1123
    lt_cv_sys_dlopen_deplibs=yes
 
1124
    ;;
 
1125
  osf[[1234]]*)
 
1126
    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
 
1127
    # it did *not* use an RPATH in a shared library to find objects the
 
1128
    # library depends on, so we explicitly say `no'.
 
1129
    lt_cv_sys_dlopen_deplibs=no
 
1130
    ;;
 
1131
  osf5.0|osf5.0a|osf5.1)
 
1132
    # dlopen *does* load deplibs and with the right loader patch applied
 
1133
    # it even uses RPATH in a shared library to search for shared objects
 
1134
    # that the library depends on, but there's no easy way to know if that
 
1135
    # patch is installed.  Since this is the case, all we can really
 
1136
    # say is unknown -- it depends on the patch being installed.  If
 
1137
    # it is, this changes to `yes'.  Without it, it would be `no'.
 
1138
    lt_cv_sys_dlopen_deplibs=unknown
 
1139
    ;;
 
1140
  osf*)
 
1141
    # the two cases above should catch all versions of osf <= 5.1.  Read
 
1142
    # the comments above for what we know about them.
 
1143
    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
 
1144
    # is used to find them so we can finally say `yes'.
 
1145
    lt_cv_sys_dlopen_deplibs=yes
 
1146
    ;;
 
1147
  qnx*)
 
1148
    lt_cv_sys_dlopen_deplibs=yes
 
1149
    ;;
 
1150
  solaris*)
 
1151
    lt_cv_sys_dlopen_deplibs=yes
 
1152
    ;;
 
1153
  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
1154
    libltdl_cv_sys_dlopen_deplibs=yes
 
1155
    ;;
 
1156
  esac
 
1157
  ])
 
1158
if test "$lt_cv_sys_dlopen_deplibs" != yes; then
 
1159
 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
 
1160
    [Define if the OS needs help to load dependent libraries for dlopen().])
 
1161
fi
 
1162
])
 
1163
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($@)])])
 
1164
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.
 
1165
You should run autoupdate.])dnl
 
1166
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
 
1167
m4trace:/usr/share/aclocal/ltdl.m4:543: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1168
AC_CACHE_CHECK([which extension is used for runtime loadable modules],
 
1169
  [libltdl_cv_shlibext],
 
1170
[
 
1171
module=yes
 
1172
eval libltdl_cv_shlibext=$shrext_cmds
 
1173
  ])
 
1174
if test -n "$libltdl_cv_shlibext"; then
 
1175
  m4_pattern_allow([LT_MODULE_EXT])dnl
 
1176
  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
 
1177
    [Define to the extension used for runtime loadable modules, say, ".so".])
 
1178
fi
 
1179
])
 
1180
m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
 
1181
m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
 
1182
You should run autoupdate.])dnl
 
1183
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
 
1184
m4trace:/usr/share/aclocal/ltdl.m4:566: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1185
AC_CACHE_CHECK([which variable specifies run-time module search path],
 
1186
  [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
 
1187
if test -n "$lt_cv_module_path_var"; then
 
1188
  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
 
1189
  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
 
1190
    [Define to the name of the environment variable that determines the run-time module search path.])
 
1191
fi
 
1192
])
 
1193
m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
 
1194
m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
 
1195
You should run autoupdate.])dnl
 
1196
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
 
1197
m4trace:/usr/share/aclocal/ltdl.m4:585: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
 
1198
AC_CACHE_CHECK([for the default library search path],
 
1199
  [lt_cv_sys_dlsearch_path],
 
1200
  [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
 
1201
if test -n "$lt_cv_sys_dlsearch_path"; then
 
1202
  sys_dlsearch_path=
 
1203
  for dir in $lt_cv_sys_dlsearch_path; do
 
1204
    if test -z "$sys_dlsearch_path"; then
 
1205
      sys_dlsearch_path="$dir"
 
1206
    else
 
1207
      sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
 
1208
    fi
 
1209
  done
 
1210
  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
 
1211
  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
 
1212
    [Define to the system default library search path.])
 
1213
fi
 
1214
])
 
1215
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
 
1216
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
 
1217
You should run autoupdate.])dnl
 
1218
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
 
1219
m4trace:/usr/share/aclocal/ltdl.m4:632: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
 
1220
LT_DLLOADERS=
 
1221
AC_SUBST([LT_DLLOADERS])
 
1222
 
 
1223
AC_LANG_PUSH([C])
 
1224
 
 
1225
LIBADD_DLOPEN=
 
1226
AC_SEARCH_LIBS([dlopen], [dl],
 
1227
        [AC_DEFINE([HAVE_LIBDL], [1],
 
1228
                   [Define if you have the libdl library or equivalent.])
 
1229
        if test "$ac_cv_search_dlopen" != "none required" ; then
 
1230
          LIBADD_DLOPEN="-ldl"
 
1231
        fi
 
1232
        libltdl_cv_lib_dl_dlopen="yes"
 
1233
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
 
1234
    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
 
1235
#  include <dlfcn.h>
 
1236
#endif
 
1237
    ]], [[dlopen(0, 0);]])],
 
1238
            [AC_DEFINE([HAVE_LIBDL], [1],
 
1239
                       [Define if you have the libdl library or equivalent.])
 
1240
            libltdl_cv_func_dlopen="yes"
 
1241
            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
 
1242
        [AC_CHECK_LIB([svld], [dlopen],
 
1243
                [AC_DEFINE([HAVE_LIBDL], [1],
 
1244
                         [Define if you have the libdl library or equivalent.])
 
1245
                LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
 
1246
                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
 
1247
if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
 
1248
then
 
1249
  lt_save_LIBS="$LIBS"
 
1250
  LIBS="$LIBS $LIBADD_DLOPEN"
 
1251
  AC_CHECK_FUNCS([dlerror])
 
1252
  LIBS="$lt_save_LIBS"
 
1253
fi
 
1254
AC_SUBST([LIBADD_DLOPEN])
 
1255
 
 
1256
LIBADD_SHL_LOAD=
 
1257
AC_CHECK_FUNC([shl_load],
 
1258
        [AC_DEFINE([HAVE_SHL_LOAD], [1],
 
1259
                   [Define if you have the shl_load function.])
 
1260
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
 
1261
    [AC_CHECK_LIB([dld], [shl_load],
 
1262
            [AC_DEFINE([HAVE_SHL_LOAD], [1],
 
1263
                       [Define if you have the shl_load function.])
 
1264
            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
 
1265
            LIBADD_SHL_LOAD="-ldld"])])
 
1266
AC_SUBST([LIBADD_SHL_LOAD])
 
1267
 
 
1268
case $host_os in
 
1269
darwin[[1567]].*)
 
1270
# We only want this for pre-Mac OS X 10.4.
 
1271
  AC_CHECK_FUNC([_dyld_func_lookup],
 
1272
        [AC_DEFINE([HAVE_DYLD], [1],
 
1273
                   [Define if you have the _dyld_func_lookup function.])
 
1274
        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
 
1275
  ;;
 
1276
beos*)
 
1277
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
 
1278
  ;;
 
1279
cygwin* | mingw* | os2* | pw32*)
 
1280
  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
 
1281
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
 
1282
  ;;
 
1283
esac
 
1284
 
 
1285
AC_CHECK_LIB([dld], [dld_link],
 
1286
        [AC_DEFINE([HAVE_DLD], [1],
 
1287
                   [Define if you have the GNU dld library.])
 
1288
                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
 
1289
AC_SUBST([LIBADD_DLD_LINK])
 
1290
 
 
1291
m4_pattern_allow([^LT_DLPREOPEN$])
 
1292
LT_DLPREOPEN=
 
1293
if test -n "$LT_DLLOADERS"
 
1294
then
 
1295
  for lt_loader in $LT_DLLOADERS; do
 
1296
    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
 
1297
  done
 
1298
  AC_DEFINE([HAVE_LIBDLLOADER], [1],
 
1299
            [Define if libdlloader will be built on this platform])
 
1300
fi
 
1301
AC_SUBST([LT_DLPREOPEN])
 
1302
 
 
1303
dnl This isn't used anymore, but set it for backwards compatibility
 
1304
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
 
1305
AC_SUBST([LIBADD_DL])
 
1306
 
 
1307
AC_LANG_POP
 
1308
])
 
1309
m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
 
1310
m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
 
1311
You should run autoupdate.])dnl
 
1312
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
 
1313
m4trace:/usr/share/aclocal/ltdl.m4:733: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
1314
AC_CACHE_CHECK([for _ prefix in compiled symbols],
 
1315
  [lt_cv_sys_symbol_underscore],
 
1316
  [lt_cv_sys_symbol_underscore=no
 
1317
  cat > conftest.$ac_ext <<_LT_EOF
 
1318
void nm_test_func(){}
 
1319
int main(){nm_test_func;return 0;}
 
1320
_LT_EOF
 
1321
  if AC_TRY_EVAL(ac_compile); then
 
1322
    # Now try to grab the symbols.
 
1323
    ac_nlist=conftest.nm
 
1324
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
 
1325
      # See whether the symbols have a leading underscore.
 
1326
      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
 
1327
        lt_cv_sys_symbol_underscore=yes
 
1328
      else
 
1329
        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
 
1330
          :
 
1331
        else
 
1332
          echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
 
1333
        fi
 
1334
      fi
 
1335
    else
 
1336
      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
1337
    fi
 
1338
  else
 
1339
    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
 
1340
    cat conftest.c >&AS_MESSAGE_LOG_FD
 
1341
  fi
 
1342
  rm -rf conftest*
 
1343
  ])
 
1344
  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
 
1345
  AC_SUBST([sys_symbol_underscore])
 
1346
])
 
1347
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($@)])])
 
1348
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.
 
1349
You should run autoupdate.])dnl
 
1350
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
 
1351
m4trace:/usr/share/aclocal/ltdl.m4:777: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
 
1352
if test x"$lt_cv_sys_symbol_underscore" = xyes; then
 
1353
  if test x"$libltdl_cv_func_dlopen" = xyes ||
 
1354
     test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
 
1355
        AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
 
1356
          [libltdl_cv_need_uscore],
 
1357
          [libltdl_cv_need_uscore=unknown
 
1358
          save_LIBS="$LIBS"
 
1359
          LIBS="$LIBS $LIBADD_DLOPEN"
 
1360
          _LT_TRY_DLOPEN_SELF(
 
1361
            [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
 
1362
            [],                          [libltdl_cv_need_uscore=cross])
 
1363
          LIBS="$save_LIBS"
 
1364
        ])
 
1365
  fi
 
1366
fi
 
1367
 
 
1368
if test x"$libltdl_cv_need_uscore" = xyes; then
 
1369
  AC_DEFINE([NEED_USCORE], [1],
 
1370
    [Define if dlsym() requires a leading underscore in symbol names.])
 
1371
fi
 
1372
])
 
1373
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($@)])])
 
1374
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.
 
1375
You should run autoupdate.])dnl
 
1376
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
 
1377
m4trace:/usr/share/aclocal/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
1378
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
 
1379
AC_DIAGNOSE([obsolete],
 
1380
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1381
put the `dlopen' option into LT_INIT's first parameter.])
 
1382
])
 
1383
m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
 
1384
You should run autoupdate.])dnl
 
1385
_LT_SET_OPTION([LT_INIT], [dlopen])
 
1386
AC_DIAGNOSE([obsolete],
 
1387
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1388
put the `dlopen' option into LT_INIT's first parameter.])
 
1389
])
 
1390
m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1391
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
1392
AC_DIAGNOSE([obsolete],
 
1393
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1394
put the `win32-dll' option into LT_INIT's first parameter.])
 
1395
])
 
1396
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.
 
1397
You should run autoupdate.])dnl
 
1398
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1399
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
1400
AC_DIAGNOSE([obsolete],
 
1401
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1402
put the `win32-dll' option into LT_INIT's first parameter.])
 
1403
])
 
1404
m4trace:/usr/share/aclocal/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
1405
])
 
1406
m4trace:/usr/share/aclocal/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
 
1407
])
 
1408
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
1409
m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
 
1410
You should run autoupdate.])dnl
 
1411
AC_ENABLE_SHARED($@)])
 
1412
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
1413
m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
 
1414
You should run autoupdate.])dnl
 
1415
AC_DISABLE_SHARED($@)])
 
1416
m4trace:/usr/share/aclocal/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
1417
])
 
1418
m4trace:/usr/share/aclocal/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
 
1419
])
 
1420
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
1421
m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
 
1422
You should run autoupdate.])dnl
 
1423
AC_ENABLE_STATIC($@)])
 
1424
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
1425
m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
 
1426
You should run autoupdate.])dnl
 
1427
AC_DISABLE_STATIC($@)])
 
1428
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])
 
1429
AC_DIAGNOSE([obsolete],
 
1430
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1431
the `fast-install' option into LT_INIT's first parameter.])
 
1432
])
 
1433
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.
 
1434
You should run autoupdate.])dnl
 
1435
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
1436
AC_DIAGNOSE([obsolete],
 
1437
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1438
the `fast-install' option into LT_INIT's first parameter.])
 
1439
])
 
1440
m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
1441
AC_DIAGNOSE([obsolete],
 
1442
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1443
the `disable-fast-install' option into LT_INIT's first parameter.])
 
1444
])
 
1445
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.
 
1446
You should run autoupdate.])dnl
 
1447
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
1448
AC_DIAGNOSE([obsolete],
 
1449
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
1450
the `disable-fast-install' option into LT_INIT's first parameter.])
 
1451
])
 
1452
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
 
1453
AC_DIAGNOSE([obsolete],
 
1454
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1455
put the `pic-only' option into LT_INIT's first parameter.])
 
1456
])
 
1457
m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
 
1458
You should run autoupdate.])dnl
 
1459
_LT_SET_OPTION([LT_INIT], [pic-only])
 
1460
AC_DIAGNOSE([obsolete],
 
1461
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
1462
put the `pic-only' option into LT_INIT's first parameter.])
 
1463
])
 
1464
m4trace:/usr/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
1465
m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6'
 
1466
macro_revision='1.3012'
 
1467
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
1468
_LT_DECL(, macro_revision, 0)
 
1469
])
 
1470
m4trace:/usr/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
1471
m4trace:/usr/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
 
1472
m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
 
1473
m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
 
1474
m4trace:/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
 
1475
m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
 
1476
m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
 
1477
m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
 
1478
m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
 
1479
m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
 
1480
m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
 
1481
m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
 
1482
m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
 
1483
m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
 
1484
m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
 
1485
m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
 
1486
m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
 
1487
m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
 
1488
m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
 
1489
m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
 
1490
m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
 
1491
m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
 
1492
m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
 
1493
m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
 
1494
m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
 
1495
m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
 
1496
m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
 
1497
m4trace:/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
 
1498
m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
 
1499
m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
 
1500
m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
 
1501
m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
 
1502
m4trace:/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
 
1503
m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
 
1504
m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
 
1505
m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC])
 
1506
m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
 
1507
m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
 
1508
m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
 
1509
m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
 
1510
m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
 
1511
m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
 
1512
m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
 
1513
m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
 
1514
m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
 
1515
m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
 
1516
m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
 
1517
m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
 
1518
m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
1519
m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
1520
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
1521
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
1522
        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
1523
fi
 
1524
if test -n "$PKG_CONFIG"; then
 
1525
        _pkg_min_version=m4_default([$1], [0.9.0])
 
1526
        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
1527
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
1528
                AC_MSG_RESULT([yes])
 
1529
        else
 
1530
                AC_MSG_RESULT([no])
 
1531
                PKG_CONFIG=""
 
1532
        fi
 
1533
                
 
1534
fi[]dnl
 
1535
])
 
1536
m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
1537
if test -n "$PKG_CONFIG" && \
 
1538
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
1539
  m4_ifval([$2], [$2], [:])
 
1540
m4_ifvaln([$3], [else
 
1541
  $3])dnl
 
1542
fi])
 
1543
m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
1544
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
1545
        _pkg_short_errors_supported=yes
 
1546
else
 
1547
        _pkg_short_errors_supported=no
 
1548
fi[]dnl
 
1549
])
 
1550
m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
1551
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
1552
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
1553
 
 
1554
pkg_failed=no
 
1555
AC_MSG_CHECKING([for $1])
 
1556
 
 
1557
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
1558
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
1559
 
 
1560
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
1561
and $1[]_LIBS to avoid the need to call pkg-config.
 
1562
See the pkg-config man page for more details.])
 
1563
 
 
1564
if test $pkg_failed = yes; then
 
1565
        _PKG_SHORT_ERRORS_SUPPORTED
 
1566
        if test $_pkg_short_errors_supported = yes; then
 
1567
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
1568
        else 
 
1569
                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
1570
        fi
 
1571
        # Put the nasty error message in config.log where it belongs
 
1572
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
1573
 
 
1574
        ifelse([$4], , [AC_MSG_ERROR(dnl
 
1575
[Package requirements ($2) were not met:
 
1576
 
 
1577
$$1_PKG_ERRORS
 
1578
 
 
1579
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
1580
installed software in a non-standard prefix.
 
1581
 
 
1582
_PKG_TEXT
 
1583
])],
 
1584
                [AC_MSG_RESULT([no])
 
1585
                $4])
 
1586
elif test $pkg_failed = untried; then
 
1587
        ifelse([$4], , [AC_MSG_FAILURE(dnl
 
1588
[The pkg-config script could not be found or is too old.  Make sure it
 
1589
is in your PATH or set the PKG_CONFIG environment variable to the full
 
1590
path to pkg-config.
 
1591
 
 
1592
_PKG_TEXT
 
1593
 
 
1594
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
1595
                [$4])
 
1596
else
 
1597
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
1598
        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
1599
        AC_MSG_RESULT([yes])
 
1600
        ifelse([$3], , :, [$3])
 
1601
fi[]dnl
 
1602
])
 
1603
m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
 
1604
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
1605
dnl require some minimum version.  Point them to the right macro.
 
1606
m4_if([$1], [1.11], [],
 
1607
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
1608
])
 
1609
m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
 
1610
m4_ifndef([AC_AUTOCONF_VERSION],
 
1611
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
1612
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
1613
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.
 
1614
AC_PREREQ([2.50])dnl
 
1615
# expand $ac_aux_dir to an absolute path
 
1616
am_aux_dir=`cd $ac_aux_dir && pwd`
 
1617
])
 
1618
m4trace:/usr/share/aclocal-1.11/ccstdc.m4:17: -1- AU_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
 
1619
AC_DIAGNOSE([obsolete], [$0:
 
1620
        your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
 
1621
        `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
 
1622
        you adjust the code.  You can also remove the above call to
 
1623
        AC_PROG_CC if you already called it elsewhere.])
 
1624
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
 
1625
])
 
1626
m4trace:/usr/share/aclocal-1.11/ccstdc.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_CC_STDC' is obsolete.
 
1627
You should run autoupdate.])dnl
 
1628
AC_PROG_CC
 
1629
AC_DIAGNOSE([obsolete], [$0:
 
1630
        your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
 
1631
        `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
 
1632
        you adjust the code.  You can also remove the above call to
 
1633
        AC_PROG_CC if you already called it elsewhere.])
 
1634
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
 
1635
])
 
1636
m4trace:/usr/share/aclocal-1.11/ccstdc.m4:26: -1- AU_DEFUN([fp_PROG_CC_STDC])
 
1637
m4trace:/usr/share/aclocal-1.11/ccstdc.m4:26: -1- AC_DEFUN([fp_PROG_CC_STDC], [AC_DIAGNOSE([obsolete], [The macro `fp_PROG_CC_STDC' is obsolete.
 
1638
You should run autoupdate.])dnl
 
1639
])
 
1640
m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
 
1641
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
1642
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
1643
AC_SUBST([$1_TRUE])dnl
 
1644
AC_SUBST([$1_FALSE])dnl
 
1645
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
1646
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
1647
m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
1648
if $2; then
 
1649
  $1_TRUE=
 
1650
  $1_FALSE='#'
 
1651
else
 
1652
  $1_TRUE='#'
 
1653
  $1_FALSE=
 
1654
fi
 
1655
AC_CONFIG_COMMANDS_PRE(
 
1656
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
1657
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
1658
Usually this means the macro was only invoked conditionally.]])
 
1659
fi])])
 
1660
m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 
1661
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
1662
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
1663
AC_REQUIRE([AM_DEP_TRACK])dnl
 
1664
 
 
1665
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
1666
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
1667
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
1668
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
1669
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
1670
                   [depcc="$$1"   am_compiler_list=])
 
1671
 
 
1672
AC_CACHE_CHECK([dependency style of $depcc],
 
1673
               [am_cv_$1_dependencies_compiler_type],
 
1674
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
1675
  # We make a subdir and do the tests there.  Otherwise we can end up
 
1676
  # making bogus files that we don't know about and never remove.  For
 
1677
  # instance it was reported that on HP-UX the gcc test will end up
 
1678
  # making a dummy file named `D' -- because `-MD' means `put the output
 
1679
  # in D'.
 
1680
  mkdir conftest.dir
 
1681
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
1682
  # using a relative directory.
 
1683
  cp "$am_depcomp" conftest.dir
 
1684
  cd conftest.dir
 
1685
  # We will build objects and dependencies in a subdirectory because
 
1686
  # it helps to detect inapplicable dependency modes.  For instance
 
1687
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
1688
  # side effect of compilation, but ICC will put the dependencies in
 
1689
  # the current directory while Tru64 will put them in the object
 
1690
  # directory.
 
1691
  mkdir sub
 
1692
 
 
1693
  am_cv_$1_dependencies_compiler_type=none
 
1694
  if test "$am_compiler_list" = ""; then
 
1695
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
1696
  fi
 
1697
  am__universal=false
 
1698
  m4_case([$1], [CC],
 
1699
    [case " $depcc " in #(
 
1700
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1701
     esac],
 
1702
    [CXX],
 
1703
    [case " $depcc " in #(
 
1704
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
1705
     esac])
 
1706
 
 
1707
  for depmode in $am_compiler_list; do
 
1708
    # Setup a source with many dependencies, because some compilers
 
1709
    # like to wrap large dependency lists on column 80 (with \), and
 
1710
    # we should not choose a depcomp mode which is confused by this.
 
1711
    #
 
1712
    # We need to recreate these files for each test, as the compiler may
 
1713
    # overwrite some of them when testing with obscure command lines.
 
1714
    # This happens at least with the AIX C compiler.
 
1715
    : > sub/conftest.c
 
1716
    for i in 1 2 3 4 5 6; do
 
1717
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
1718
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
1719
      # Solaris 8's {/usr,}/bin/sh.
 
1720
      touch sub/conftst$i.h
 
1721
    done
 
1722
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
1723
 
 
1724
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
1725
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
1726
    # handle `-M -o', and we need to detect this.  Also, some Intel
 
1727
    # versions had trouble with output in subdirs
 
1728
    am__obj=sub/conftest.${OBJEXT-o}
 
1729
    am__minus_obj="-o $am__obj"
 
1730
    case $depmode in
 
1731
    gcc)
 
1732
      # This depmode causes a compiler race in universal mode.
 
1733
      test "$am__universal" = false || continue
 
1734
      ;;
 
1735
    nosideeffect)
 
1736
      # after this tag, mechanisms are not by side-effect, so they'll
 
1737
      # only be used when explicitly requested
 
1738
      if test "x$enable_dependency_tracking" = xyes; then
 
1739
        continue
 
1740
      else
 
1741
        break
 
1742
      fi
 
1743
      ;;
 
1744
    msvisualcpp | msvcmsys)
 
1745
      # This compiler won't grok `-c -o', but also, the minuso test has
 
1746
      # not run yet.  These depmodes are late enough in the game, and
 
1747
      # so weak that their functioning should not be impacted.
 
1748
      am__obj=conftest.${OBJEXT-o}
 
1749
      am__minus_obj=
 
1750
      ;;
 
1751
    none) break ;;
 
1752
    esac
 
1753
    if depmode=$depmode \
 
1754
       source=sub/conftest.c object=$am__obj \
 
1755
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
1756
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
1757
         >/dev/null 2>conftest.err &&
 
1758
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
1759
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
1760
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
1761
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
1762
      # icc doesn't choke on unknown options, it will just issue warnings
 
1763
      # or remarks (even with -Werror).  So we grep stderr for any message
 
1764
      # that says an option was ignored or not supported.
 
1765
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
1766
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
1767
      # The diagnosis changed in icc 8.0:
 
1768
      #   icc: Command line remark: option '-MP' not supported
 
1769
      if (grep 'ignoring option' conftest.err ||
 
1770
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
1771
        am_cv_$1_dependencies_compiler_type=$depmode
 
1772
        break
 
1773
      fi
 
1774
    fi
 
1775
  done
 
1776
 
 
1777
  cd ..
 
1778
  rm -rf conftest.dir
 
1779
else
 
1780
  am_cv_$1_dependencies_compiler_type=none
 
1781
fi
 
1782
])
 
1783
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
1784
AM_CONDITIONAL([am__fastdep$1], [
 
1785
  test "x$enable_dependency_tracking" != xno \
 
1786
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
1787
])
 
1788
m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1789
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
1790
])
 
1791
m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 
1792
[  --disable-dependency-tracking  speeds up one-time build
 
1793
  --enable-dependency-tracking   do not reject slow dependency extractors])
 
1794
if test "x$enable_dependency_tracking" != xno; then
 
1795
  am_depcomp="$ac_aux_dir/depcomp"
 
1796
  AMDEPBACKSLASH='\'
 
1797
fi
 
1798
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
1799
AC_SUBST([AMDEPBACKSLASH])dnl
 
1800
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
1801
])
 
1802
m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
 
1803
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
1804
  # are listed without --file.  Let's play safe and only enable the eval
 
1805
  # if we detect the quoting.
 
1806
  case $CONFIG_FILES in
 
1807
  *\'*) eval set x "$CONFIG_FILES" ;;
 
1808
  *)   set x $CONFIG_FILES ;;
 
1809
  esac
 
1810
  shift
 
1811
  for mf
 
1812
  do
 
1813
    # Strip MF so we end up with the name of the file.
 
1814
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1815
    # Check whether this is an Automake generated Makefile or not.
 
1816
    # We used to match only the files named `Makefile.in', but
 
1817
    # some people rename them; so instead we look at the file content.
 
1818
    # Grep'ing the first line is not enough: some people post-process
 
1819
    # each Makefile.in and add a new line on top of each file to say so.
 
1820
    # Grep'ing the whole file is not good either: AIX grep has a line
 
1821
    # limit of 2048, but all sed's we know have understand at least 4000.
 
1822
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
1823
      dirpart=`AS_DIRNAME("$mf")`
 
1824
    else
 
1825
      continue
 
1826
    fi
 
1827
    # Extract the definition of DEPDIR, am__include, and am__quote
 
1828
    # from the Makefile without running `make'.
 
1829
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1830
    test -z "$DEPDIR" && continue
 
1831
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1832
    test -z "am__include" && continue
 
1833
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1834
    # When using ansi2knr, U may be empty or an underscore; expand it
 
1835
    U=`sed -n 's/^U = //p' < "$mf"`
 
1836
    # Find all dependency output files, they are included files with
 
1837
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1838
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
1839
    # expansion.
 
1840
    for file in `sed -n "
 
1841
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1842
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1843
      # Make sure the directory exists.
 
1844
      test -f "$dirpart/$file" && continue
 
1845
      fdir=`AS_DIRNAME(["$file"])`
 
1846
      AS_MKDIR_P([$dirpart/$fdir])
 
1847
      # echo "creating $dirpart/$file"
 
1848
      echo '# dummy' > "$dirpart/$file"
 
1849
    done
 
1850
  done
 
1851
}
 
1852
])
 
1853
m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
1854
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
1855
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
1856
])
 
1857
m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
1858
m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
1859
You should run autoupdate.])dnl
 
1860
AC_CONFIG_HEADERS($@)])
 
1861
m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
 
1862
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
1863
dnl the ones we care about.
 
1864
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
1865
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
1866
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
1867
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1868
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1869
  # is not polluted with repeated "-I."
 
1870
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
1871
  # test to see if srcdir already configured
 
1872
  if test -f $srcdir/config.status; then
 
1873
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
1874
  fi
 
1875
fi
 
1876
 
 
1877
# test whether we have cygpath
 
1878
if test -z "$CYGPATH_W"; then
 
1879
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
1880
    CYGPATH_W='cygpath -w'
 
1881
  else
 
1882
    CYGPATH_W=echo
 
1883
  fi
 
1884
fi
 
1885
AC_SUBST([CYGPATH_W])
 
1886
 
 
1887
# Define the identity of the package.
 
1888
dnl Distinguish between old-style and new-style calls.
 
1889
m4_ifval([$2],
 
1890
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
1891
 AC_SUBST([PACKAGE], [$1])dnl
 
1892
 AC_SUBST([VERSION], [$2])],
 
1893
[_AM_SET_OPTIONS([$1])dnl
 
1894
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
1895
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
1896
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
1897
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
1898
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
1899
 
 
1900
_AM_IF_OPTION([no-define],,
 
1901
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
1902
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
1903
 
 
1904
# Some tools Automake needs.
 
1905
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
1906
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
1907
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
1908
AM_MISSING_PROG(AUTOCONF, autoconf)
 
1909
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
1910
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
1911
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
1912
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1913
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
1914
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
1915
# We need awk for the "check" target.  The system "awk" is bad on
 
1916
# some platforms.
 
1917
AC_REQUIRE([AC_PROG_AWK])dnl
 
1918
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
1919
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
1920
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
1921
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
1922
                             [_AM_PROG_TAR([v7])])])
 
1923
_AM_IF_OPTION([no-dependencies],,
 
1924
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
1925
                  [_AM_DEPENDENCIES(CC)],
 
1926
                  [define([AC_PROG_CC],
 
1927
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
1928
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1929
                  [_AM_DEPENDENCIES(CXX)],
 
1930
                  [define([AC_PROG_CXX],
 
1931
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
1932
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
1933
                  [_AM_DEPENDENCIES(OBJC)],
 
1934
                  [define([AC_PROG_OBJC],
 
1935
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
1936
])
 
1937
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
1938
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
1939
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
1940
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
1941
AC_CONFIG_COMMANDS_PRE(dnl
 
1942
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
1943
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
1944
])
 
1945
m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 
1946
_am_arg=$1
 
1947
_am_stamp_count=1
 
1948
for _am_header in $config_headers :; do
 
1949
  case $_am_header in
 
1950
    $_am_arg | $_am_arg:* )
 
1951
      break ;;
 
1952
    * )
 
1953
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1954
  esac
 
1955
done
 
1956
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
1957
m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1958
if test x"${install_sh}" != xset; then
 
1959
  case $am_aux_dir in
 
1960
  *\ * | *\     *)
 
1961
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
1962
  *)
 
1963
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
1964
  esac
 
1965
fi
 
1966
AC_SUBST(install_sh)])
 
1967
m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 
1968
mkdir .tst 2>/dev/null
 
1969
if test -d .tst; then
 
1970
  am__leading_dot=.
 
1971
else
 
1972
  am__leading_dot=_
 
1973
fi
 
1974
rmdir .tst 2>/dev/null
 
1975
AC_SUBST([am__leading_dot])])
 
1976
m4trace:/usr/share/aclocal-1.11/maintainer.m4:19: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
 
1977
       [enable], [m4_define([am_maintainer_other], [disable])],
 
1978
       [disable], [m4_define([am_maintainer_other], [enable])],
 
1979
       [m4_define([am_maintainer_other], [enable])
 
1980
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
1981
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
1982
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
1983
  AC_ARG_ENABLE([maintainer-mode],
 
1984
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
 
1985
                          (and sometimes confusing) to the casual installer],
 
1986
      [USE_MAINTAINER_MODE=$enableval],
 
1987
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
1988
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
1989
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
1990
  MAINT=$MAINTAINER_MODE_TRUE
 
1991
  AC_SUBST([MAINT])dnl
 
1992
 
 
1993
])
 
1994
m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
1995
m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
 
1996
You should run autoupdate.])dnl
 
1997
AM_MAINTAINER_MODE])
 
1998
m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 
1999
cat > confinc << 'END'
 
2000
am__doit:
 
2001
        @echo this is the am__doit target
 
2002
.PHONY: am__doit
 
2003
END
 
2004
# If we don't find an include directive, just comment out the code.
 
2005
AC_MSG_CHECKING([for style of include used by $am_make])
 
2006
am__include="#"
 
2007
am__quote=
 
2008
_am_result=none
 
2009
# First try GNU make style include.
 
2010
echo "include confinc" > confmf
 
2011
# Ignore all kinds of additional output from `make'.
 
2012
case `$am_make -s -f confmf 2> /dev/null` in #(
 
2013
*the\ am__doit\ target*)
 
2014
  am__include=include
 
2015
  am__quote=
 
2016
  _am_result=GNU
 
2017
  ;;
 
2018
esac
 
2019
# Now try BSD make style include.
 
2020
if test "$am__include" = "#"; then
 
2021
   echo '.include "confinc"' > confmf
 
2022
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
2023
   *the\ am__doit\ target*)
 
2024
     am__include=.include
 
2025
     am__quote="\""
 
2026
     _am_result=BSD
 
2027
     ;;
 
2028
   esac
 
2029
fi
 
2030
AC_SUBST([am__include])
 
2031
AC_SUBST([am__quote])
 
2032
AC_MSG_RESULT([$_am_result])
 
2033
rm -f confinc confmf
 
2034
])
 
2035
m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 
2036
$1=${$1-"${am_missing_run}$2"}
 
2037
AC_SUBST($1)])
 
2038
m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
2039
AC_REQUIRE_AUX_FILE([missing])dnl
 
2040
if test x"${MISSING+set}" != xset; then
 
2041
  case $am_aux_dir in
 
2042
  *\ * | *\     *)
 
2043
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
2044
  *)
 
2045
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
2046
  esac
 
2047
fi
 
2048
# Use eval to expand $SHELL
 
2049
if eval "$MISSING --run true"; then
 
2050
  am_missing_run="$MISSING --run "
 
2051
else
 
2052
  am_missing_run=
 
2053
  AC_MSG_WARN([`missing' script is too old or missing])
 
2054
fi
 
2055
])
 
2056
m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
 
2057
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
2058
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
2059
dnl while keeping a definition of mkdir_p for backward compatibility.
 
2060
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
2061
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
2062
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
2063
dnl adjustment using top_builddir (which is defined more often than
 
2064
dnl MKDIR_P).
 
2065
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
2066
case $mkdir_p in
 
2067
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
2068
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2069
esac
 
2070
])
 
2071
m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
2072
m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
2073
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)])])
 
2074
m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
2075
m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
2076
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
2077
   ac_status=$?
 
2078
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
2079
   (exit $ac_status); }])
 
2080
m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 
2081
# Just in case
 
2082
sleep 1
 
2083
echo timestamp > conftest.file
 
2084
# Reject unsafe characters in $srcdir or the absolute working directory
 
2085
# name.  Accept space and tab only in the latter.
 
2086
am_lf='
 
2087
'
 
2088
case `pwd` in
 
2089
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
2090
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
2091
esac
 
2092
case $srcdir in
 
2093
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
2094
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
2095
esac
 
2096
 
 
2097
# Do `set' in a subshell so we don't clobber the current shell's
 
2098
# arguments.  Must try -L first in case configure is actually a
 
2099
# symlink; some systems play weird games with the mod time of symlinks
 
2100
# (eg FreeBSD returns the mod time of the symlink's containing
 
2101
# directory).
 
2102
if (
 
2103
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
2104
   if test "$[*]" = "X"; then
 
2105
      # -L didn't work.
 
2106
      set X `ls -t "$srcdir/configure" conftest.file`
 
2107
   fi
 
2108
   rm -f conftest.file
 
2109
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
2110
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
2111
 
 
2112
      # If neither matched, then we have a broken ls.  This can happen
 
2113
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
2114
      # broken ls alias from the environment.  This has actually
 
2115
      # happened.  Such a system could not be considered "sane".
 
2116
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
2117
alias in your environment])
 
2118
   fi
 
2119
 
 
2120
   test "$[2]" = conftest.file
 
2121
   )
 
2122
then
 
2123
   # Ok.
 
2124
   :
 
2125
else
 
2126
   AC_MSG_ERROR([newly created file is older than distributed files!
 
2127
Check your system clock])
 
2128
fi
 
2129
AC_MSG_RESULT(yes)])
 
2130
m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
 
2131
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
2132
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
2133
case $enable_silent_rules in
 
2134
yes) AM_DEFAULT_VERBOSITY=0;;
 
2135
no)  AM_DEFAULT_VERBOSITY=1;;
 
2136
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
2137
esac
 
2138
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
2139
AM_BACKSLASH='\'
 
2140
AC_SUBST([AM_BACKSLASH])dnl
 
2141
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
2142
])
 
2143
m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
2144
# Installed binaries are usually stripped using `strip' when the user
 
2145
# run `make install-strip'.  However `strip' might not be the right
 
2146
# tool to use in cross-compilation environments, therefore Automake
 
2147
# will honor the `STRIP' environment variable to overrule this program.
 
2148
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
2149
if test "$cross_compiling" != no; then
 
2150
  AC_CHECK_TOOL([STRIP], [strip], :)
 
2151
fi
 
2152
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2153
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
2154
m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
 
2155
m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
2156
m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 
2157
AM_MISSING_PROG([AMTAR], [tar])
 
2158
m4_if([$1], [v7],
 
2159
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
2160
     [m4_case([$1], [ustar],, [pax],,
 
2161
              [m4_fatal([Unknown tar format])])
 
2162
AC_MSG_CHECKING([how to create a $1 tar archive])
 
2163
# Loop over all known methods to create a tar archive until one works.
 
2164
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
2165
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
2166
# Do not fold the above two line into one, because Tru64 sh and
 
2167
# Solaris sh will not grok spaces in the rhs of `-'.
 
2168
for _am_tool in $_am_tools
 
2169
do
 
2170
  case $_am_tool in
 
2171
  gnutar)
 
2172
    for _am_tar in tar gnutar gtar;
 
2173
    do
 
2174
      AM_RUN_LOG([$_am_tar --version]) && break
 
2175
    done
 
2176
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
2177
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
2178
    am__untar="$_am_tar -xf -"
 
2179
    ;;
 
2180
  plaintar)
 
2181
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
2182
    # ustar tarball either.
 
2183
    (tar --version) >/dev/null 2>&1 && continue
 
2184
    am__tar='tar chf - "$$tardir"'
 
2185
    am__tar_='tar chf - "$tardir"'
 
2186
    am__untar='tar xf -'
 
2187
    ;;
 
2188
  pax)
 
2189
    am__tar='pax -L -x $1 -w "$$tardir"'
 
2190
    am__tar_='pax -L -x $1 -w "$tardir"'
 
2191
    am__untar='pax -r'
 
2192
    ;;
 
2193
  cpio)
 
2194
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
2195
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
2196
    am__untar='cpio -i -H $1 -d'
 
2197
    ;;
 
2198
  none)
 
2199
    am__tar=false
 
2200
    am__tar_=false
 
2201
    am__untar=false
 
2202
    ;;
 
2203
  esac
 
2204
 
 
2205
  # If the value was cached, stop now.  We just wanted to have am__tar
 
2206
  # and am__untar set.
 
2207
  test -n "${am_cv_prog_tar_$1}" && break
 
2208
 
 
2209
  # tar/untar a dummy directory, and stop if the command works
 
2210
  rm -rf conftest.dir
 
2211
  mkdir conftest.dir
 
2212
  echo GrepMe > conftest.dir/file
 
2213
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
2214
  rm -rf conftest.dir
 
2215
  if test -s conftest.tar; then
 
2216
    AM_RUN_LOG([$am__untar <conftest.tar])
 
2217
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
2218
  fi
 
2219
done
 
2220
rm -rf conftest.dir
 
2221
 
 
2222
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
2223
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
2224
AC_SUBST([am__tar])
 
2225
AC_SUBST([am__untar])
 
2226
])
 
2227
m4trace:acinclude.m4:1: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
 
2228
m4trace:configure.in:6: -1- m4_pattern_forbid([^_?A[CHUM]_])
 
2229
m4trace:configure.in:6: -1- m4_pattern_forbid([_AC_])
 
2230
m4trace:configure.in:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
 
2231
m4trace:configure.in:6: -1- m4_pattern_allow([^AS_FLAGS$])
 
2232
m4trace:configure.in:6: -1- m4_pattern_forbid([^_?m4_])
 
2233
m4trace:configure.in:6: -1- m4_pattern_forbid([^dnl$])
 
2234
m4trace:configure.in:6: -1- m4_pattern_forbid([^_?AS_])
 
2235
m4trace:configure.in:6: -1- m4_pattern_allow([^SHELL$])
 
2236
m4trace:configure.in:6: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 
2237
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
2238
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
2239
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
2240
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
2241
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
2242
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_URL$])
 
2243
m4trace:configure.in:6: -1- m4_pattern_allow([^exec_prefix$])
 
2244
m4trace:configure.in:6: -1- m4_pattern_allow([^prefix$])
 
2245
m4trace:configure.in:6: -1- m4_pattern_allow([^program_transform_name$])
 
2246
m4trace:configure.in:6: -1- m4_pattern_allow([^bindir$])
 
2247
m4trace:configure.in:6: -1- m4_pattern_allow([^sbindir$])
 
2248
m4trace:configure.in:6: -1- m4_pattern_allow([^libexecdir$])
 
2249
m4trace:configure.in:6: -1- m4_pattern_allow([^datarootdir$])
 
2250
m4trace:configure.in:6: -1- m4_pattern_allow([^datadir$])
 
2251
m4trace:configure.in:6: -1- m4_pattern_allow([^sysconfdir$])
 
2252
m4trace:configure.in:6: -1- m4_pattern_allow([^sharedstatedir$])
 
2253
m4trace:configure.in:6: -1- m4_pattern_allow([^localstatedir$])
 
2254
m4trace:configure.in:6: -1- m4_pattern_allow([^includedir$])
 
2255
m4trace:configure.in:6: -1- m4_pattern_allow([^oldincludedir$])
 
2256
m4trace:configure.in:6: -1- m4_pattern_allow([^docdir$])
 
2257
m4trace:configure.in:6: -1- m4_pattern_allow([^infodir$])
 
2258
m4trace:configure.in:6: -1- m4_pattern_allow([^htmldir$])
 
2259
m4trace:configure.in:6: -1- m4_pattern_allow([^dvidir$])
 
2260
m4trace:configure.in:6: -1- m4_pattern_allow([^pdfdir$])
 
2261
m4trace:configure.in:6: -1- m4_pattern_allow([^psdir$])
 
2262
m4trace:configure.in:6: -1- m4_pattern_allow([^libdir$])
 
2263
m4trace:configure.in:6: -1- m4_pattern_allow([^localedir$])
 
2264
m4trace:configure.in:6: -1- m4_pattern_allow([^mandir$])
 
2265
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_NAME$])
 
2266
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 
2267
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 
2268
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_STRING$])
 
2269
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 
2270
m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE_URL$])
 
2271
m4trace:configure.in:6: -1- m4_pattern_allow([^DEFS$])
 
2272
m4trace:configure.in:6: -1- m4_pattern_allow([^ECHO_C$])
 
2273
m4trace:configure.in:6: -1- m4_pattern_allow([^ECHO_N$])
 
2274
m4trace:configure.in:6: -1- m4_pattern_allow([^ECHO_T$])
 
2275
m4trace:configure.in:6: -1- m4_pattern_allow([^LIBS$])
 
2276
m4trace:configure.in:6: -1- m4_pattern_allow([^build_alias$])
 
2277
m4trace:configure.in:6: -1- m4_pattern_allow([^host_alias$])
 
2278
m4trace:configure.in:6: -1- m4_pattern_allow([^target_alias$])
 
2279
m4trace:configure.in:7: -1- AM_INIT_AUTOMAKE([tangogps], [0.99.1])
 
2280
m4trace:configure.in:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 
2281
m4trace:configure.in:7: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 
2282
m4trace:configure.in:7: -1- AM_AUTOMAKE_VERSION([1.11])
 
2283
m4trace:configure.in:7: -1- _AM_AUTOCONF_VERSION([2.64])
 
2284
m4trace:configure.in:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 
2285
m4trace:configure.in:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 
2286
m4trace:configure.in:7: -1- m4_pattern_allow([^INSTALL_DATA$])
 
2287
m4trace:configure.in:7: -1- m4_pattern_allow([^am__isrc$])
 
2288
m4trace:configure.in:7: -1- _AM_SUBST_NOTMAKE([am__isrc])
 
2289
m4trace:configure.in:7: -1- m4_pattern_allow([^CYGPATH_W$])
 
2290
m4trace:configure.in:7: -1- m4_pattern_allow([^PACKAGE$])
 
2291
m4trace:configure.in:7: -1- m4_pattern_allow([^VERSION$])
 
2292
m4trace:configure.in:7: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
2293
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 
2294
m4trace:configure.in:7: -2- _AM_MANGLE_OPTION([no-define])
 
2295
m4trace:configure.in:7: -1- m4_pattern_allow([^PACKAGE$])
 
2296
m4trace:configure.in:7: -1- m4_pattern_allow([^VERSION$])
 
2297
m4trace:configure.in:7: -1- AM_SANITY_CHECK
 
2298
m4trace:configure.in:7: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
 
2299
m4trace:configure.in:7: -1- AM_MISSING_HAS_RUN
 
2300
m4trace:configure.in:7: -1- AM_AUX_DIR_EXPAND
 
2301
m4trace:configure.in:7: -1- m4_pattern_allow([^ACLOCAL$])
 
2302
m4trace:configure.in:7: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 
2303
m4trace:configure.in:7: -1- m4_pattern_allow([^AUTOCONF$])
 
2304
m4trace:configure.in:7: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 
2305
m4trace:configure.in:7: -1- m4_pattern_allow([^AUTOMAKE$])
 
2306
m4trace:configure.in:7: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 
2307
m4trace:configure.in:7: -1- m4_pattern_allow([^AUTOHEADER$])
 
2308
m4trace:configure.in:7: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 
2309
m4trace:configure.in:7: -1- m4_pattern_allow([^MAKEINFO$])
 
2310
m4trace:configure.in:7: -1- AM_PROG_INSTALL_SH
 
2311
m4trace:configure.in:7: -1- m4_pattern_allow([^install_sh$])
 
2312
m4trace:configure.in:7: -1- AM_PROG_INSTALL_STRIP
 
2313
m4trace:configure.in:7: -1- m4_pattern_allow([^STRIP$])
 
2314
m4trace:configure.in:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 
2315
m4trace:configure.in:7: -1- AM_PROG_MKDIR_P
 
2316
m4trace:configure.in:7: -1- m4_pattern_allow([^MKDIR_P$])
 
2317
m4trace:configure.in:7: -1- m4_pattern_allow([^mkdir_p$])
 
2318
m4trace:configure.in:7: -1- m4_pattern_allow([^AWK$])
 
2319
m4trace:configure.in:7: -1- m4_pattern_allow([^SET_MAKE$])
 
2320
m4trace:configure.in:7: -1- AM_SET_LEADING_DOT
 
2321
m4trace:configure.in:7: -1- m4_pattern_allow([^am__leading_dot$])
 
2322
m4trace:configure.in:7: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
2323
                             [_AM_PROG_TAR([v7])])])
 
2324
m4trace:configure.in:7: -2- _AM_MANGLE_OPTION([tar-ustar])
 
2325
m4trace:configure.in:7: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
 
2326
m4trace:configure.in:7: -2- _AM_MANGLE_OPTION([tar-pax])
 
2327
m4trace:configure.in:7: -1- _AM_PROG_TAR([v7])
 
2328
m4trace:configure.in:7: -1- AM_MISSING_PROG([AMTAR], [tar])
 
2329
m4trace:configure.in:7: -1- m4_pattern_allow([^AMTAR$])
 
2330
m4trace:configure.in:7: -1- m4_pattern_allow([^am__tar$])
 
2331
m4trace:configure.in:7: -1- m4_pattern_allow([^am__untar$])
 
2332
m4trace:configure.in:7: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
 
2333
                  [_AM_DEPENDENCIES(CC)],
 
2334
                  [define([AC_PROG_CC],
 
2335
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
2336
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
2337
                  [_AM_DEPENDENCIES(CXX)],
 
2338
                  [define([AC_PROG_CXX],
 
2339
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
2340
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
2341
                  [_AM_DEPENDENCIES(OBJC)],
 
2342
                  [define([AC_PROG_OBJC],
 
2343
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
2344
])
 
2345
m4trace:configure.in:7: -2- _AM_MANGLE_OPTION([no-dependencies])
 
2346
m4trace:configure.in:7: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
 
2347
m4trace:configure.in:7: -2- _AM_MANGLE_OPTION([silent-rules])
 
2348
m4trace:configure.in:8: -1- AM_CONFIG_HEADER([config.h])
 
2349
m4trace:configure.in:8: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 
2350
You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
 
2351
configure.in:8: the top level])
 
2352
m4trace:configure.in:9: -1- AM_MAINTAINER_MODE
 
2353
m4trace:configure.in:9: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
2354
m4trace:configure.in:9: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
 
2355
m4trace:configure.in:9: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
 
2356
m4trace:configure.in:9: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
 
2357
m4trace:configure.in:9: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
 
2358
m4trace:configure.in:9: -1- m4_pattern_allow([^MAINT$])
 
2359
m4trace:configure.in:11: -1- _m4_warn([obsolete], [The macro `AC_ISC_POSIX' is obsolete.
 
2360
You should run autoupdate.], [../../lib/autoconf/specific.m4:464: AC_ISC_POSIX is expanded from...
 
2361
configure.in:11: the top level])
 
2362
m4trace:configure.in:11: -1- m4_pattern_allow([^CC$])
 
2363
m4trace:configure.in:11: -1- m4_pattern_allow([^CFLAGS$])
 
2364
m4trace:configure.in:11: -1- m4_pattern_allow([^LDFLAGS$])
 
2365
m4trace:configure.in:11: -1- m4_pattern_allow([^LIBS$])
 
2366
m4trace:configure.in:11: -1- m4_pattern_allow([^CPPFLAGS$])
 
2367
m4trace:configure.in:11: -1- m4_pattern_allow([^CC$])
 
2368
m4trace:configure.in:11: -1- m4_pattern_allow([^CC$])
 
2369
m4trace:configure.in:11: -1- m4_pattern_allow([^CC$])
 
2370
m4trace:configure.in:11: -1- m4_pattern_allow([^CC$])
 
2371
m4trace:configure.in:11: -1- m4_pattern_allow([^ac_ct_CC$])
 
2372
m4trace:configure.in:11: -1- m4_pattern_allow([^EXEEXT$])
 
2373
m4trace:configure.in:11: -1- m4_pattern_allow([^OBJEXT$])
 
2374
m4trace:configure.in:11: -1- _AM_DEPENDENCIES([CC])
 
2375
m4trace:configure.in:11: -1- AM_SET_DEPDIR
 
2376
m4trace:configure.in:11: -1- m4_pattern_allow([^DEPDIR$])
 
2377
m4trace:configure.in:11: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 
2378
m4trace:configure.in:11: -1- AM_MAKE_INCLUDE
 
2379
m4trace:configure.in:11: -1- m4_pattern_allow([^am__include$])
 
2380
m4trace:configure.in:11: -1- m4_pattern_allow([^am__quote$])
 
2381
m4trace:configure.in:11: -1- AM_DEP_TRACK
 
2382
m4trace:configure.in:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
2383
m4trace:configure.in:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
 
2384
m4trace:configure.in:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
 
2385
m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
 
2386
m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
 
2387
m4trace:configure.in:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 
2388
m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
 
2389
m4trace:configure.in:11: -1- m4_pattern_allow([^CCDEPMODE$])
 
2390
m4trace:configure.in:11: -1- AM_CONDITIONAL([am__fastdepCC], [
 
2391
  test "x$enable_dependency_tracking" != xno \
 
2392
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
2393
m4trace:configure.in:11: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
2394
m4trace:configure.in:11: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
2395
m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
2396
m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
2397
m4trace:configure.in:12: -1- m4_pattern_allow([^CC$])
 
2398
m4trace:configure.in:12: -1- m4_pattern_allow([^CFLAGS$])
 
2399
m4trace:configure.in:12: -1- m4_pattern_allow([^LDFLAGS$])
 
2400
m4trace:configure.in:12: -1- m4_pattern_allow([^LIBS$])
 
2401
m4trace:configure.in:12: -1- m4_pattern_allow([^CPPFLAGS$])
 
2402
m4trace:configure.in:12: -1- m4_pattern_allow([^CC$])
 
2403
m4trace:configure.in:12: -1- m4_pattern_allow([^CC$])
 
2404
m4trace:configure.in:12: -1- m4_pattern_allow([^CC$])
 
2405
m4trace:configure.in:12: -1- m4_pattern_allow([^CC$])
 
2406
m4trace:configure.in:12: -1- m4_pattern_allow([^ac_ct_CC$])
 
2407
m4trace:configure.in:12: -1- _AM_DEPENDENCIES([CC])
 
2408
m4trace:configure.in:12: -1- m4_pattern_allow([^CCDEPMODE$])
 
2409
m4trace:configure.in:12: -1- AM_CONDITIONAL([am__fastdepCC], [
 
2410
  test "x$enable_dependency_tracking" != xno \
 
2411
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
2412
m4trace:configure.in:12: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
2413
m4trace:configure.in:12: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
2414
m4trace:configure.in:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
2415
m4trace:configure.in:12: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
2416
m4trace:configure.in:13: -1- AM_PROG_CC_STDC
 
2417
m4trace:configure.in:13: -1- _m4_warn([obsolete], [The macro `AM_PROG_CC_STDC' is obsolete.
 
2418
You should run autoupdate.], [/usr/share/aclocal-1.11/ccstdc.m4:17: AM_PROG_CC_STDC is expanded from...
 
2419
configure.in:13: the top level])
 
2420
m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
 
2421
m4trace:configure.in:13: -1- m4_pattern_allow([^CFLAGS$])
 
2422
m4trace:configure.in:13: -1- m4_pattern_allow([^LDFLAGS$])
 
2423
m4trace:configure.in:13: -1- m4_pattern_allow([^LIBS$])
 
2424
m4trace:configure.in:13: -1- m4_pattern_allow([^CPPFLAGS$])
 
2425
m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
 
2426
m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
 
2427
m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
 
2428
m4trace:configure.in:13: -1- m4_pattern_allow([^CC$])
 
2429
m4trace:configure.in:13: -1- m4_pattern_allow([^ac_ct_CC$])
 
2430
m4trace:configure.in:13: -1- _AM_DEPENDENCIES([CC])
 
2431
m4trace:configure.in:13: -1- m4_pattern_allow([^CCDEPMODE$])
 
2432
m4trace:configure.in:13: -1- AM_CONDITIONAL([am__fastdepCC], [
 
2433
  test "x$enable_dependency_tracking" != xno \
 
2434
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 
2435
m4trace:configure.in:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 
2436
m4trace:configure.in:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 
2437
m4trace:configure.in:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
 
2438
m4trace:configure.in:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 
2439
m4trace:configure.in:13: -1- _m4_warn([obsolete], [AM_PROG_CC_STDC:
 
2440
        your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
 
2441
        `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
 
2442
        you adjust the code.  You can also remove the above call to
 
2443
        AC_PROG_CC if you already called it elsewhere.], [/usr/share/aclocal-1.11/ccstdc.m4:17: AM_PROG_CC_STDC is expanded from...
 
2444
configure.in:13: the top level])
 
2445
m4trace:configure.in:14: -1- m4_pattern_allow([^CPP$])
 
2446
m4trace:configure.in:14: -1- m4_pattern_allow([^CPPFLAGS$])
 
2447
m4trace:configure.in:14: -1- m4_pattern_allow([^CPP$])
 
2448
m4trace:configure.in:14: -1- AC_PROG_EGREP
 
2449
m4trace:configure.in:14: -1- m4_pattern_allow([^GREP$])
 
2450
m4trace:configure.in:14: -1- m4_pattern_allow([^EGREP$])
 
2451
m4trace:configure.in:14: -1- m4_pattern_allow([^STDC_HEADERS$])
 
2452
m4trace:configure.in:17: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
 
2453
m4trace:configure.in:18: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
 
2454
m4trace:configure.in:22: -1- AM_GLIB_GNU_GETTEXT
 
2455
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
 
2456
m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
2457
You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
 
2458
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2459
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
 
2460
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
 
2461
/usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from...
 
2462
/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
 
2463
/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
 
2464
configure.in:22: the top level])
 
2465
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
 
2466
m4trace:configure.in:22: -1- m4_pattern_allow([^USE_NLS$])
 
2467
m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
2468
You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
 
2469
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2470
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
 
2471
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
 
2472
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2473
../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
 
2474
../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
 
2475
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
 
2476
/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
 
2477
/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
 
2478
configure.in:22: the top level])
 
2479
m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
2480
You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
 
2481
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2482
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
 
2483
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
 
2484
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2485
../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
 
2486
../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
 
2487
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
 
2488
/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
 
2489
/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
 
2490
configure.in:22: the top level])
 
2491
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
 
2492
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
 
2493
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_GETTEXT$])
 
2494
m4trace:configure.in:22: -1- m4_pattern_allow([^MSGFMT$])
 
2495
m4trace:configure.in:22: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
 
2496
m4trace:configure.in:22: -1- GLIB_RUN_PROG([$MSGFMT -c -o /dev/null], [
 
2497
msgid ""
 
2498
msgstr ""
 
2499
"Content-Type: text/plain; charset=UTF-8\n"
 
2500
"Project-Id-Version: test 1.0\n"
 
2501
"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
2502
"Last-Translator: test <foo@bar.xx>\n"
 
2503
"Language-Team: C <LL@li.org>\n"
 
2504
"MIME-Version: 1.0\n"
 
2505
"Content-Transfer-Encoding: 8bit\n"
 
2506
], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
 
2507
m4trace:configure.in:22: -1- m4_pattern_allow([^MSGFMT_OPTS$])
 
2508
m4trace:configure.in:22: -1- m4_pattern_allow([^GMSGFMT$])
 
2509
m4trace:configure.in:22: -1- m4_pattern_allow([^XGETTEXT$])
 
2510
m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
 
2511
You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
 
2512
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
 
2513
../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
 
2514
../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
 
2515
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
 
2516
/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
 
2517
/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
 
2518
configure.in:22: the top level])
 
2519
m4trace:configure.in:22: -1- m4_pattern_allow([^ENABLE_NLS$])
 
2520
m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
 
2521
You should run autoupdate.], [../../lib/autoconf/status.m4:1040: AC_OUTPUT_COMMANDS is expanded from...
 
2522
/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
 
2523
/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
 
2524
/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
 
2525
configure.in:22: the top level])
 
2526
m4trace:configure.in:22: -1- m4_pattern_allow([^CATALOGS$])
 
2527
m4trace:configure.in:22: -1- m4_pattern_allow([^CATOBJEXT$])
 
2528
m4trace:configure.in:22: -1- m4_pattern_allow([^DATADIRNAME$])
 
2529
m4trace:configure.in:22: -1- m4_pattern_allow([^GMOFILES$])
 
2530
m4trace:configure.in:22: -1- m4_pattern_allow([^INSTOBJEXT$])
 
2531
m4trace:configure.in:22: -1- m4_pattern_allow([^INTLLIBS$])
 
2532
m4trace:configure.in:22: -1- m4_pattern_allow([^PO_IN_DATADIR_TRUE$])
 
2533
m4trace:configure.in:22: -1- m4_pattern_allow([^PO_IN_DATADIR_FALSE$])
 
2534
m4trace:configure.in:22: -1- m4_pattern_allow([^POFILES$])
 
2535
m4trace:configure.in:22: -1- m4_pattern_allow([^POSUB$])
 
2536
m4trace:configure.in:22: -1- m4_pattern_allow([^MKINSTALLDIRS$])
 
2537
m4trace:configure.in:24: -1- AM_PROG_LIBTOOL
 
2538
m4trace:configure.in:24: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
 
2539
You should run autoupdate.], [/usr/share/aclocal/libtool.m4:103: AM_PROG_LIBTOOL is expanded from...
 
2540
configure.in:24: the top level])
 
2541
m4trace:configure.in:24: -1- LT_INIT
 
2542
m4trace:configure.in:24: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
 
2543
m4trace:configure.in:24: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
 
2544
m4trace:configure.in:24: -1- LTOPTIONS_VERSION
 
2545
m4trace:configure.in:24: -1- LTSUGAR_VERSION
 
2546
m4trace:configure.in:24: -1- LTVERSION_VERSION
 
2547
m4trace:configure.in:24: -1- LTOBSOLETE_VERSION
 
2548
m4trace:configure.in:24: -1- _LT_PROG_LTMAIN
 
2549
m4trace:configure.in:24: -1- m4_pattern_allow([^LIBTOOL$])
 
2550
m4trace:configure.in:24: -1- m4_pattern_allow([^build$])
 
2551
m4trace:configure.in:24: -1- m4_pattern_allow([^build_cpu$])
 
2552
m4trace:configure.in:24: -1- m4_pattern_allow([^build_vendor$])
 
2553
m4trace:configure.in:24: -1- m4_pattern_allow([^build_os$])
 
2554
m4trace:configure.in:24: -1- m4_pattern_allow([^host$])
 
2555
m4trace:configure.in:24: -1- m4_pattern_allow([^host_cpu$])
 
2556
m4trace:configure.in:24: -1- m4_pattern_allow([^host_vendor$])
 
2557
m4trace:configure.in:24: -1- m4_pattern_allow([^host_os$])
 
2558
m4trace:configure.in:24: -1- LT_PATH_LD
 
2559
m4trace:configure.in:24: -1- m4_pattern_allow([^SED$])
 
2560
m4trace:configure.in:24: -1- m4_pattern_allow([^FGREP$])
 
2561
m4trace:configure.in:24: -1- m4_pattern_allow([^GREP$])
 
2562
m4trace:configure.in:24: -1- m4_pattern_allow([^LD$])
 
2563
m4trace:configure.in:24: -1- LT_PATH_NM
 
2564
m4trace:configure.in:24: -1- m4_pattern_allow([^DUMPBIN$])
 
2565
m4trace:configure.in:24: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
 
2566
m4trace:configure.in:24: -1- m4_pattern_allow([^DUMPBIN$])
 
2567
m4trace:configure.in:24: -1- m4_pattern_allow([^NM$])
 
2568
m4trace:configure.in:24: -1- m4_pattern_allow([^LN_S$])
 
2569
m4trace:configure.in:24: -1- LT_CMD_MAX_LEN
 
2570
m4trace:configure.in:24: -1- m4_pattern_allow([^OBJDUMP$])
 
2571
m4trace:configure.in:24: -1- m4_pattern_allow([^OBJDUMP$])
 
2572
m4trace:configure.in:24: -1- m4_pattern_allow([^AR$])
 
2573
m4trace:configure.in:24: -1- m4_pattern_allow([^STRIP$])
 
2574
m4trace:configure.in:24: -1- m4_pattern_allow([^RANLIB$])
 
2575
m4trace:configure.in:24: -1- m4_pattern_allow([LT_OBJDIR])
 
2576
m4trace:configure.in:24: -1- m4_pattern_allow([^LT_OBJDIR$])
 
2577
m4trace:configure.in:24: -1- m4_pattern_allow([^lt_ECHO$])
 
2578
m4trace:configure.in:24: -1- _LT_CC_BASENAME([$compiler])
 
2579
m4trace:configure.in:24: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 
2580
m4trace:configure.in:24: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 
2581
m4trace:configure.in:24: -1- LT_SUPPORTED_TAG([CC])
 
2582
m4trace:configure.in:24: -1- _LT_COMPILER_BOILERPLATE
 
2583
m4trace:configure.in:24: -1- _LT_LINKER_BOILERPLATE
 
2584
m4trace:configure.in:24: -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"])
 
2585
m4trace:configure.in:24: -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
 
2586
     "" | " "*) ;;
 
2587
     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
 
2588
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
 
2589
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
 
2590
m4trace:configure.in:24: -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, )=])
 
2591
m4trace:configure.in:24: -1- m4_pattern_allow([^DSYMUTIL$])
 
2592
m4trace:configure.in:24: -1- m4_pattern_allow([^NMEDIT$])
 
2593
m4trace:configure.in:24: -1- m4_pattern_allow([^LIPO$])
 
2594
m4trace:configure.in:24: -1- m4_pattern_allow([^OTOOL$])
 
2595
m4trace:configure.in:24: -1- m4_pattern_allow([^OTOOL64$])
 
2596
m4trace:configure.in:24: -1- LT_SYS_DLOPEN_SELF
 
2597
m4trace:configure.in:24: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
 
2598
m4trace:configure.in:26: -1- PKG_CHECK_MODULES([PACKAGE], [gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0])
 
2599
m4trace:configure.in:26: -1- PKG_PROG_PKG_CONFIG
 
2600
m4trace:configure.in:26: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
2601
m4trace:configure.in:26: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
2602
m4trace:configure.in:26: -1- m4_pattern_allow([^PKG_CONFIG$])
 
2603
m4trace:configure.in:26: -1- m4_pattern_allow([^PKG_CONFIG$])
 
2604
m4trace:configure.in:26: -1- m4_pattern_allow([^PACKAGE_CFLAGS$])
 
2605
m4trace:configure.in:26: -1- m4_pattern_allow([^PACKAGE_LIBS$])
 
2606
m4trace:configure.in:26: -1- PKG_CHECK_EXISTS([gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0], [pkg_cv_[]PACKAGE_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0" 2>/dev/null`], [pkg_failed=yes])
 
2607
m4trace:configure.in:26: -1- PKG_CHECK_EXISTS([gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0], [pkg_cv_[]PACKAGE_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0" 2>/dev/null`], [pkg_failed=yes])
 
2608
m4trace:configure.in:26: -1- _PKG_SHORT_ERRORS_SUPPORTED
 
2609
m4trace:configure.in:27: -1- m4_pattern_allow([^PACKAGE_CFLAGS$])
 
2610
m4trace:configure.in:28: -1- m4_pattern_allow([^PACKAGE_LIBS$])
 
2611
m4trace:configure.in:33: -1- m4_pattern_allow([^PACKAGE_LOCALE_DIR$])
 
2612
m4trace:configure.in:35: -1- m4_pattern_allow([^PACKAGE_LOCALE_DIR$])
 
2613
m4trace:configure.in:59: -1- m4_pattern_allow([^NO_PREFIX_PACKAGE_DATA_DIR$])
 
2614
m4trace:configure.in:61: -1- m4_pattern_allow([^PACKAGE_DATA_DIR$])
 
2615
m4trace:configure.in:65: -1- m4_pattern_allow([^NO_PREFIX_PACKAGE_DOC_DIR$])
 
2616
m4trace:configure.in:67: -1- m4_pattern_allow([^PACKAGE_DOC_DIR$])
 
2617
m4trace:configure.in:71: -1- m4_pattern_allow([^NO_PREFIX_PACKAGE_PIXMAPS_DIR$])
 
2618
m4trace:configure.in:73: -1- m4_pattern_allow([^PACKAGE_PIXMAPS_DIR$])
 
2619
m4trace:configure.in:77: -1- m4_pattern_allow([^NO_PREFIX_PACKAGE_HELP_DIR$])
 
2620
m4trace:configure.in:79: -1- m4_pattern_allow([^PACKAGE_HELP_DIR$])
 
2621
m4trace:configure.in:83: -1- m4_pattern_allow([^NO_PREFIX_PACKAGE_MENU_DIR$])
 
2622
m4trace:configure.in:85: -1- m4_pattern_allow([^PACKAGE_MENU_DIR$])
 
2623
m4trace:configure.in:87: -1- m4_pattern_allow([^PACKAGE_DATA_DIR$])
 
2624
m4trace:configure.in:88: -1- m4_pattern_allow([^PACKAGE_DOC_DIR$])
 
2625
m4trace:configure.in:89: -1- m4_pattern_allow([^PACKAGE_PIXMAPS_DIR$])
 
2626
m4trace:configure.in:90: -1- m4_pattern_allow([^PACKAGE_HELP_DIR$])
 
2627
m4trace:configure.in:91: -1- m4_pattern_allow([^PACKAGE_MENU_DIR$])
 
2628
m4trace:configure.in:92: -1- m4_pattern_allow([^PACKAGE_SOURCE_DIR$])
 
2629
m4trace:configure.in:94: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 
2630
You should run autoupdate.], [])
 
2631
m4trace:configure.in:94: -1- m4_pattern_allow([^LIB@&t@OBJS$])
 
2632
m4trace:configure.in:94: -1- m4_pattern_allow([^LTLIBOBJS$])
 
2633
m4trace:configure.in:94: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
 
2634
m4trace:configure.in:94: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
 
2635
m4trace:configure.in:94: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
 
2636
m4trace:configure.in:94: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
 
2637
m4trace:configure.in:94: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
 
2638
m4trace:configure.in:94: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
 
2639
m4trace:configure.in:94: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
 
2640
m4trace:configure.in:94: -1- _LT_PROG_LTMAIN