1m4trace:/usr/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
3AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
4AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
5AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
6
7if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
8	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
9fi
10if test -n "$PKG_CONFIG"; then
11	_pkg_min_version=m4_default([$1], [0.9.0])
12	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
13	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14		AC_MSG_RESULT([yes])
15	else
16		AC_MSG_RESULT([no])
17		PKG_CONFIG=""
18	fi
19fi[]dnl
20])
21m4trace:/usr/share/aclocal/pkg.m4:59: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
22if test -n "$PKG_CONFIG" && \
23    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
24  m4_default([$2], [:])
25m4_ifvaln([$3], [else
26  $3])dnl
27fi])
28m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
29if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30        _pkg_short_errors_supported=yes
31else
32        _pkg_short_errors_supported=no
33fi[]dnl
34])
35m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
36AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
37AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
38
39pkg_failed=no
40AC_MSG_CHECKING([for $1])
41
42_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
43_PKG_CONFIG([$1][_LIBS], [libs], [$2])
44
45m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
46and $1[]_LIBS to avoid the need to call pkg-config.
47See the pkg-config man page for more details.])
48
49if test $pkg_failed = yes; then
50   	AC_MSG_RESULT([no])
51        _PKG_SHORT_ERRORS_SUPPORTED
52        if test $_pkg_short_errors_supported = yes; then
53	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
54        else
55	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
56        fi
57	# Put the nasty error message in config.log where it belongs
58	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
59
60	m4_default([$4], [AC_MSG_ERROR(
61[Package requirements ($2) were not met:
62
63$$1_PKG_ERRORS
64
65Consider adjusting the PKG_CONFIG_PATH environment variable if you
66installed software in a non-standard prefix.
67
68_PKG_TEXT])[]dnl
69        ])
70elif test $pkg_failed = untried; then
71     	AC_MSG_RESULT([no])
72	m4_default([$4], [AC_MSG_FAILURE(
73[The pkg-config script could not be found or is too old.  Make sure it
74is in your PATH or set the PKG_CONFIG environment variable to the full
75path to pkg-config.
76
77_PKG_TEXT
78
79To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
80        ])
81else
82	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
83	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
84        AC_MSG_RESULT([yes])
85	$3
86fi[]dnl
87])
88m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
89dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
90dnl require some minimum version.  Point them to the right macro.
91m4_if([$1], [1.11.1], [],
92      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
93])
94m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
95m4_ifndef([AC_AUTOCONF_VERSION],
96  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
97_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
98m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
99AC_PREREQ([2.50])dnl
100# expand $ac_aux_dir to an absolute path
101am_aux_dir=`cd $ac_aux_dir && pwd`
102])
103m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
104 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
105	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
106AC_SUBST([$1_TRUE])dnl
107AC_SUBST([$1_FALSE])dnl
108_AM_SUBST_NOTMAKE([$1_TRUE])dnl
109_AM_SUBST_NOTMAKE([$1_FALSE])dnl
110m4_define([_AM_COND_VALUE_$1], [$2])dnl
111if $2; then
112  $1_TRUE=
113  $1_FALSE='#'
114else
115  $1_TRUE='#'
116  $1_FALSE=
117fi
118AC_CONFIG_COMMANDS_PRE(
119[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
120  AC_MSG_ERROR([[conditional "$1" was never defined.
121Usually this means the macro was only invoked conditionally.]])
122fi])])
123m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
124AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
125AC_REQUIRE([AM_MAKE_INCLUDE])dnl
126AC_REQUIRE([AM_DEP_TRACK])dnl
127
128ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
129       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
130       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
131       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
132       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
133                   [depcc="$$1"   am_compiler_list=])
134
135AC_CACHE_CHECK([dependency style of $depcc],
136               [am_cv_$1_dependencies_compiler_type],
137[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
138  # We make a subdir and do the tests there.  Otherwise we can end up
139  # making bogus files that we don't know about and never remove.  For
140  # instance it was reported that on HP-UX the gcc test will end up
141  # making a dummy file named `D' -- because `-MD' means `put the output
142  # in D'.
143  mkdir conftest.dir
144  # Copy depcomp to subdir because otherwise we won't find it if we're
145  # using a relative directory.
146  cp "$am_depcomp" conftest.dir
147  cd conftest.dir
148  # We will build objects and dependencies in a subdirectory because
149  # it helps to detect inapplicable dependency modes.  For instance
150  # both Tru64's cc and ICC support -MD to output dependencies as a
151  # side effect of compilation, but ICC will put the dependencies in
152  # the current directory while Tru64 will put them in the object
153  # directory.
154  mkdir sub
155
156  am_cv_$1_dependencies_compiler_type=none
157  if test "$am_compiler_list" = ""; then
158     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
159  fi
160  am__universal=false
161  m4_case([$1], [CC],
162    [case " $depcc " in #(
163     *\ -arch\ *\ -arch\ *) am__universal=true ;;
164     esac],
165    [CXX],
166    [case " $depcc " in #(
167     *\ -arch\ *\ -arch\ *) am__universal=true ;;
168     esac])
169
170  for depmode in $am_compiler_list; do
171    # Setup a source with many dependencies, because some compilers
172    # like to wrap large dependency lists on column 80 (with \), and
173    # we should not choose a depcomp mode which is confused by this.
174    #
175    # We need to recreate these files for each test, as the compiler may
176    # overwrite some of them when testing with obscure command lines.
177    # This happens at least with the AIX C compiler.
178    : > sub/conftest.c
179    for i in 1 2 3 4 5 6; do
180      echo '#include "conftst'$i'.h"' >> sub/conftest.c
181      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
182      # Solaris 8's {/usr,}/bin/sh.
183      touch sub/conftst$i.h
184    done
185    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
186
187    # We check with `-c' and `-o' for the sake of the "dashmstdout"
188    # mode.  It turns out that the SunPro C++ compiler does not properly
189    # handle `-M -o', and we need to detect this.  Also, some Intel
190    # versions had trouble with output in subdirs
191    am__obj=sub/conftest.${OBJEXT-o}
192    am__minus_obj="-o $am__obj"
193    case $depmode in
194    gcc)
195      # This depmode causes a compiler race in universal mode.
196      test "$am__universal" = false || continue
197      ;;
198    nosideeffect)
199      # after this tag, mechanisms are not by side-effect, so they'll
200      # only be used when explicitly requested
201      if test "x$enable_dependency_tracking" = xyes; then
202	continue
203      else
204	break
205      fi
206      ;;
207    msvisualcpp | msvcmsys)
208      # This compiler won't grok `-c -o', but also, the minuso test has
209      # not run yet.  These depmodes are late enough in the game, and
210      # so weak that their functioning should not be impacted.
211      am__obj=conftest.${OBJEXT-o}
212      am__minus_obj=
213      ;;
214    none) break ;;
215    esac
216    if depmode=$depmode \
217       source=sub/conftest.c object=$am__obj \
218       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
219       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
220         >/dev/null 2>conftest.err &&
221       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
222       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
223       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
224       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
225      # icc doesn't choke on unknown options, it will just issue warnings
226      # or remarks (even with -Werror).  So we grep stderr for any message
227      # that says an option was ignored or not supported.
228      # When given -MP, icc 7.0 and 7.1 complain thusly:
229      #   icc: Command line warning: ignoring option '-M'; no argument required
230      # The diagnosis changed in icc 8.0:
231      #   icc: Command line remark: option '-MP' not supported
232      if (grep 'ignoring option' conftest.err ||
233          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
234        am_cv_$1_dependencies_compiler_type=$depmode
235        break
236      fi
237    fi
238  done
239
240  cd ..
241  rm -rf conftest.dir
242else
243  am_cv_$1_dependencies_compiler_type=none
244fi
245])
246AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
247AM_CONDITIONAL([am__fastdep$1], [
248  test "x$enable_dependency_tracking" != xno \
249  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
250])
251m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
252AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
253])
254m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
255[  --disable-dependency-tracking  speeds up one-time build
256  --enable-dependency-tracking   do not reject slow dependency extractors])
257if test "x$enable_dependency_tracking" != xno; then
258  am_depcomp="$ac_aux_dir/depcomp"
259  AMDEPBACKSLASH='\'
260fi
261AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
262AC_SUBST([AMDEPBACKSLASH])dnl
263_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
264])
265m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
266  # Autoconf 2.62 quotes --file arguments for eval, but not when files
267  # are listed without --file.  Let's play safe and only enable the eval
268  # if we detect the quoting.
269  case $CONFIG_FILES in
270  *\'*) eval set x "$CONFIG_FILES" ;;
271  *)   set x $CONFIG_FILES ;;
272  esac
273  shift
274  for mf
275  do
276    # Strip MF so we end up with the name of the file.
277    mf=`echo "$mf" | sed -e 's/:.*$//'`
278    # Check whether this is an Automake generated Makefile or not.
279    # We used to match only the files named `Makefile.in', but
280    # some people rename them; so instead we look at the file content.
281    # Grep'ing the first line is not enough: some people post-process
282    # each Makefile.in and add a new line on top of each file to say so.
283    # Grep'ing the whole file is not good either: AIX grep has a line
284    # limit of 2048, but all sed's we know have understand at least 4000.
285    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
286      dirpart=`AS_DIRNAME("$mf")`
287    else
288      continue
289    fi
290    # Extract the definition of DEPDIR, am__include, and am__quote
291    # from the Makefile without running `make'.
292    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
293    test -z "$DEPDIR" && continue
294    am__include=`sed -n 's/^am__include = //p' < "$mf"`
295    test -z "am__include" && continue
296    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
297    # When using ansi2knr, U may be empty or an underscore; expand it
298    U=`sed -n 's/^U = //p' < "$mf"`
299    # Find all dependency output files, they are included files with
300    # $(DEPDIR) in their names.  We invoke sed twice because it is the
301    # simplest approach to changing $(DEPDIR) to its actual value in the
302    # expansion.
303    for file in `sed -n "
304      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
305	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
306      # Make sure the directory exists.
307      test -f "$dirpart/$file" && continue
308      fdir=`AS_DIRNAME(["$file"])`
309      AS_MKDIR_P([$dirpart/$fdir])
310      # echo "creating $dirpart/$file"
311      echo '# dummy' > "$dirpart/$file"
312    done
313  done
314}
315])
316m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
317     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
318     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
319])
320m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
321m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
322You should run autoupdate.])dnl
323AC_CONFIG_HEADERS($@)])
324m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
325dnl Autoconf wants to disallow AM_ names.  We explicitly allow
326dnl the ones we care about.
327m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
328AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
329AC_REQUIRE([AC_PROG_INSTALL])dnl
330if test "`cd $srcdir && pwd`" != "`pwd`"; then
331  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
332  # is not polluted with repeated "-I."
333  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
334  # test to see if srcdir already configured
335  if test -f $srcdir/config.status; then
336    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
337  fi
338fi
339
340# test whether we have cygpath
341if test -z "$CYGPATH_W"; then
342  if (cygpath --version) >/dev/null 2>/dev/null; then
343    CYGPATH_W='cygpath -w'
344  else
345    CYGPATH_W=echo
346  fi
347fi
348AC_SUBST([CYGPATH_W])
349
350# Define the identity of the package.
351dnl Distinguish between old-style and new-style calls.
352m4_ifval([$2],
353[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
354 AC_SUBST([PACKAGE], [$1])dnl
355 AC_SUBST([VERSION], [$2])],
356[_AM_SET_OPTIONS([$1])dnl
357dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
358m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
359  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
360 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
361 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
362
363_AM_IF_OPTION([no-define],,
364[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
365 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
366
367# Some tools Automake needs.
368AC_REQUIRE([AM_SANITY_CHECK])dnl
369AC_REQUIRE([AC_ARG_PROGRAM])dnl
370AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
371AM_MISSING_PROG(AUTOCONF, autoconf)
372AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
373AM_MISSING_PROG(AUTOHEADER, autoheader)
374AM_MISSING_PROG(MAKEINFO, makeinfo)
375AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
376AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
377AC_REQUIRE([AM_PROG_MKDIR_P])dnl
378# We need awk for the "check" target.  The system "awk" is bad on
379# some platforms.
380AC_REQUIRE([AC_PROG_AWK])dnl
381AC_REQUIRE([AC_PROG_MAKE_SET])dnl
382AC_REQUIRE([AM_SET_LEADING_DOT])dnl
383_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
384	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
385			     [_AM_PROG_TAR([v7])])])
386_AM_IF_OPTION([no-dependencies],,
387[AC_PROVIDE_IFELSE([AC_PROG_CC],
388		  [_AM_DEPENDENCIES(CC)],
389		  [define([AC_PROG_CC],
390			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
391AC_PROVIDE_IFELSE([AC_PROG_CXX],
392		  [_AM_DEPENDENCIES(CXX)],
393		  [define([AC_PROG_CXX],
394			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
395AC_PROVIDE_IFELSE([AC_PROG_OBJC],
396		  [_AM_DEPENDENCIES(OBJC)],
397		  [define([AC_PROG_OBJC],
398			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
399])
400_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
401dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
402dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
403dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
404AC_CONFIG_COMMANDS_PRE(dnl
405[m4_provide_if([_AM_COMPILER_EXEEXT],
406  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
407])
408m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
409_am_arg=$1
410_am_stamp_count=1
411for _am_header in $config_headers :; do
412  case $_am_header in
413    $_am_arg | $_am_arg:* )
414      break ;;
415    * )
416      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
417  esac
418done
419echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
420m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
421if test x"${install_sh}" != xset; then
422  case $am_aux_dir in
423  *\ * | *\	*)
424    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
425  *)
426    install_sh="\${SHELL} $am_aux_dir/install-sh"
427  esac
428fi
429AC_SUBST(install_sh)])
430m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
431mkdir .tst 2>/dev/null
432if test -d .tst; then
433  am__leading_dot=.
434else
435  am__leading_dot=_
436fi
437rmdir .tst 2>/dev/null
438AC_SUBST([am__leading_dot])])
439m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
440cat > confinc << 'END'
441am__doit:
442	@echo this is the am__doit target
443.PHONY: am__doit
444END
445# If we don't find an include directive, just comment out the code.
446AC_MSG_CHECKING([for style of include used by $am_make])
447am__include="#"
448am__quote=
449_am_result=none
450# First try GNU make style include.
451echo "include confinc" > confmf
452# Ignore all kinds of additional output from `make'.
453case `$am_make -s -f confmf 2> /dev/null` in #(
454*the\ am__doit\ target*)
455  am__include=include
456  am__quote=
457  _am_result=GNU
458  ;;
459esac
460# Now try BSD make style include.
461if test "$am__include" = "#"; then
462   echo '.include "confinc"' > confmf
463   case `$am_make -s -f confmf 2> /dev/null` in #(
464   *the\ am__doit\ target*)
465     am__include=.include
466     am__quote="\""
467     _am_result=BSD
468     ;;
469   esac
470fi
471AC_SUBST([am__include])
472AC_SUBST([am__quote])
473AC_MSG_RESULT([$_am_result])
474rm -f confinc confmf
475])
476m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
477$1=${$1-"${am_missing_run}$2"}
478AC_SUBST($1)])
479m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
480AC_REQUIRE_AUX_FILE([missing])dnl
481if test x"${MISSING+set}" != xset; then
482  case $am_aux_dir in
483  *\ * | *\	*)
484    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
485  *)
486    MISSING="\${SHELL} $am_aux_dir/missing" ;;
487  esac
488fi
489# Use eval to expand $SHELL
490if eval "$MISSING --run true"; then
491  am_missing_run="$MISSING --run "
492else
493  am_missing_run=
494  AC_MSG_WARN([`missing' script is too old or missing])
495fi
496])
497m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
498AC_REQUIRE([AC_PROG_MKDIR_P])dnl
499dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
500dnl while keeping a definition of mkdir_p for backward compatibility.
501dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
502dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
503dnl Makefile.ins that do not define MKDIR_P, so we do our own
504dnl adjustment using top_builddir (which is defined more often than
505dnl MKDIR_P).
506AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
507case $mkdir_p in
508  [[\\/$]]* | ?:[[\\/]]*) ;;
509  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
510esac
511])
512m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
513m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
514m4trace:/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)])])
515m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
516m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
517   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
518   ac_status=$?
519   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
520   (exit $ac_status); }])
521m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
522# Just in case
523sleep 1
524echo timestamp > conftest.file
525# Reject unsafe characters in $srcdir or the absolute working directory
526# name.  Accept space and tab only in the latter.
527am_lf='
528'
529case `pwd` in
530  *[[\\\"\#\$\&\'\`$am_lf]]*)
531    AC_MSG_ERROR([unsafe absolute working directory name]);;
532esac
533case $srcdir in
534  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
535    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
536esac
537
538# Do `set' in a subshell so we don't clobber the current shell's
539# arguments.  Must try -L first in case configure is actually a
540# symlink; some systems play weird games with the mod time of symlinks
541# (eg FreeBSD returns the mod time of the symlink's containing
542# directory).
543if (
544   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
545   if test "$[*]" = "X"; then
546      # -L didn't work.
547      set X `ls -t "$srcdir/configure" conftest.file`
548   fi
549   rm -f conftest.file
550   if test "$[*]" != "X $srcdir/configure conftest.file" \
551      && test "$[*]" != "X conftest.file $srcdir/configure"; then
552
553      # If neither matched, then we have a broken ls.  This can happen
554      # if, for instance, CONFIG_SHELL is bash and it inherits a
555      # broken ls alias from the environment.  This has actually
556      # happened.  Such a system could not be considered "sane".
557      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
558alias in your environment])
559   fi
560
561   test "$[2]" = conftest.file
562   )
563then
564   # Ok.
565   :
566else
567   AC_MSG_ERROR([newly created file is older than distributed files!
568Check your system clock])
569fi
570AC_MSG_RESULT(yes)])
571m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
572[  --enable-silent-rules          less verbose build output (undo: `make V=1')
573  --disable-silent-rules         verbose build output (undo: `make V=0')])
574case $enable_silent_rules in
575yes) AM_DEFAULT_VERBOSITY=0;;
576no)  AM_DEFAULT_VERBOSITY=1;;
577*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
578esac
579AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
580AM_BACKSLASH='\'
581AC_SUBST([AM_BACKSLASH])dnl
582_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
583])
584m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
585# Installed binaries are usually stripped using `strip' when the user
586# run `make install-strip'.  However `strip' might not be the right
587# tool to use in cross-compilation environments, therefore Automake
588# will honor the `STRIP' environment variable to overrule this program.
589dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
590if test "$cross_compiling" != no; then
591  AC_CHECK_TOOL([STRIP], [strip], :)
592fi
593INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
594AC_SUBST([INSTALL_STRIP_PROGRAM])])
595m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
596m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
597m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
598AM_MISSING_PROG([AMTAR], [tar])
599m4_if([$1], [v7],
600     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
601     [m4_case([$1], [ustar],, [pax],,
602              [m4_fatal([Unknown tar format])])
603AC_MSG_CHECKING([how to create a $1 tar archive])
604# Loop over all known methods to create a tar archive until one works.
605_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
606_am_tools=${am_cv_prog_tar_$1-$_am_tools}
607# Do not fold the above two line into one, because Tru64 sh and
608# Solaris sh will not grok spaces in the rhs of `-'.
609for _am_tool in $_am_tools
610do
611  case $_am_tool in
612  gnutar)
613    for _am_tar in tar gnutar gtar;
614    do
615      AM_RUN_LOG([$_am_tar --version]) && break
616    done
617    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
618    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
619    am__untar="$_am_tar -xf -"
620    ;;
621  plaintar)
622    # Must skip GNU tar: if it does not support --format= it doesn't create
623    # ustar tarball either.
624    (tar --version) >/dev/null 2>&1 && continue
625    am__tar='tar chf - "$$tardir"'
626    am__tar_='tar chf - "$tardir"'
627    am__untar='tar xf -'
628    ;;
629  pax)
630    am__tar='pax -L -x $1 -w "$$tardir"'
631    am__tar_='pax -L -x $1 -w "$tardir"'
632    am__untar='pax -r'
633    ;;
634  cpio)
635    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
636    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
637    am__untar='cpio -i -H $1 -d'
638    ;;
639  none)
640    am__tar=false
641    am__tar_=false
642    am__untar=false
643    ;;
644  esac
645
646  # If the value was cached, stop now.  We just wanted to have am__tar
647  # and am__untar set.
648  test -n "${am_cv_prog_tar_$1}" && break
649
650  # tar/untar a dummy directory, and stop if the command works
651  rm -rf conftest.dir
652  mkdir conftest.dir
653  echo GrepMe > conftest.dir/file
654  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
655  rm -rf conftest.dir
656  if test -s conftest.tar; then
657    AM_RUN_LOG([$am__untar <conftest.tar])
658    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
659  fi
660done
661rm -rf conftest.dir
662
663AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
664AC_MSG_RESULT([$am_cv_prog_tar_$1])])
665AC_SUBST([am__tar])
666AC_SUBST([am__untar])
667])
668m4trace:m4/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
669
670AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
671
672AC_CHECK_TYPES([error_t],
673  [],
674  [AC_DEFINE([error_t], [int],
675   [Define to a type to use for `error_t' if it is not otherwise available.])
676   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
677    does not typedef error_t.])],
678  [#if defined(HAVE_ARGZ_H)
679#  include <argz.h>
680#endif])
681
682ARGZ_H=
683AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
684	argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
685
686dnl if have system argz functions, allow forced use of
687dnl libltdl-supplied implementation (and default to do so
688dnl on "known bad" systems). Could use a runtime check, but
689dnl (a) detecting malloc issues is notoriously unreliable
690dnl (b) only known system that declares argz functions,
691dnl     provides them, yet they are broken, is cygwin
692dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
693dnl So, it's more straightforward simply to special case
694dnl this for known bad systems.
695AS_IF([test -z "$ARGZ_H"],
696    [AC_CACHE_CHECK(
697        [if argz actually works],
698        [lt_cv_sys_argz_works],
699        [[case $host_os in #(
700	 *cygwin*)
701	   lt_cv_sys_argz_works=no
702	   if test "$cross_compiling" != no; then
703	     lt_cv_sys_argz_works="guessing no"
704	   else
705	     lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
706	     save_IFS=$IFS
707	     IFS=-.
708	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
709	     IFS=$save_IFS
710	     lt_os_major=${2-0}
711	     lt_os_minor=${3-0}
712	     lt_os_micro=${4-0}
713	     if test "$lt_os_major" -gt 1 \
714		|| { test "$lt_os_major" -eq 1 \
715		  && { test "$lt_os_minor" -gt 5 \
716		    || { test "$lt_os_minor" -eq 5 \
717		      && test "$lt_os_micro" -gt 24; }; }; }; then
718	       lt_cv_sys_argz_works=yes
719	     fi
720	   fi
721	   ;; #(
722	 *) lt_cv_sys_argz_works=yes ;;
723	 esac]])
724     AS_IF([test $lt_cv_sys_argz_works = yes],
725        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
726                   [This value is set to 1 to indicate that the system argz facility works])],
727        [ARGZ_H=argz.h
728        AC_LIBOBJ([argz])])])
729
730AC_SUBST([ARGZ_H])
731])
732m4trace:m4/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
733m4trace:m4/codeset.m4:11: -1- AC_DEFUN([AM_LANGINFO_CODESET], [
734  AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
735    [AC_TRY_LINK([#include <langinfo.h>],
736      [char* cs = nl_langinfo(CODESET);],
737      am_cv_langinfo_codeset=yes,
738      am_cv_langinfo_codeset=no)
739    ])
740  if test $am_cv_langinfo_codeset = yes; then
741    AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
742      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
743  fi
744])
745m4trace:m4/gettext.m4:59: -1- AC_DEFUN([AM_GNU_GETTEXT], [
746  dnl Argument checking.
747  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
748    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
749])])])])])
750  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
751    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
752])])])])
753  define(gt_included_intl, ifelse([$1], [external], [no], [yes]))
754  define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
755
756  AC_REQUIRE([AM_PO_SUBDIRS])dnl
757  ifelse(gt_included_intl, yes, [
758    AC_REQUIRE([AM_INTL_SUBDIR])dnl
759  ])
760
761  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
762  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
763  AC_REQUIRE([AC_LIB_RPATH])
764
765  dnl Sometimes libintl requires libiconv, so first search for libiconv.
766  dnl Ideally we would do this search only after the
767  dnl      if test "$USE_NLS" = "yes"; then
768  dnl        if test "$gt_cv_func_gnugettext_libc" != "yes"; then
769  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
770  dnl the configure script would need to contain the same shell code
771  dnl again, outside any 'if'. There are two solutions:
772  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
773  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
774  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
775  dnl documented, we avoid it.
776  ifelse(gt_included_intl, yes, , [
777    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
778  ])
779
780  dnl Set USE_NLS.
781  AM_NLS
782
783  ifelse(gt_included_intl, yes, [
784    BUILD_INCLUDED_LIBINTL=no
785    USE_INCLUDED_LIBINTL=no
786  ])
787  LIBINTL=
788  LTLIBINTL=
789  POSUB=
790
791  dnl If we use NLS figure out what method
792  if test "$USE_NLS" = "yes"; then
793    gt_use_preinstalled_gnugettext=no
794    ifelse(gt_included_intl, yes, [
795      AC_MSG_CHECKING([whether included gettext is requested])
796      AC_ARG_WITH(included-gettext,
797        [  --with-included-gettext use the GNU gettext library included here],
798        nls_cv_force_use_gnu_gettext=$withval,
799        nls_cv_force_use_gnu_gettext=no)
800      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
801
802      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
803      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
804    ])
805        dnl User does not insist on using GNU NLS library.  Figure out what
806        dnl to use.  If GNU gettext is available we use this.  Else we have
807        dnl to fall back to GNU NLS library.
808
809        dnl Add a version number to the cache macros.
810        define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1)))
811        define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc])
812        define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl])
813
814        AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
815         [AC_TRY_LINK([#include <libintl.h>
816]ifelse([$2], [need-formatstring-macros],
817[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
818#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
819#endif
820changequote(,)dnl
821typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
822changequote([,])dnl
823], [])[extern int _nl_msg_cat_cntr;
824extern int *_nl_domain_bindings;],
825            [bindtextdomain ("", "");
826return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
827            gt_cv_func_gnugettext_libc=yes,
828            gt_cv_func_gnugettext_libc=no)])
829
830        if test "$gt_cv_func_gnugettext_libc" != "yes"; then
831          dnl Sometimes libintl requires libiconv, so first search for libiconv.
832          ifelse(gt_included_intl, yes, , [
833            AM_ICONV_LINK
834          ])
835          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
836          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
837          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
838          dnl even if libiconv doesn't exist.
839          AC_LIB_LINKFLAGS_BODY([intl])
840          AC_CACHE_CHECK([for GNU gettext in libintl],
841            gt_cv_func_gnugettext_libintl,
842           [gt_save_CPPFLAGS="$CPPFLAGS"
843            CPPFLAGS="$CPPFLAGS $INCINTL"
844            gt_save_LIBS="$LIBS"
845            LIBS="$LIBS $LIBINTL"
846            dnl Now see whether libintl exists and does not depend on libiconv.
847            AC_TRY_LINK([#include <libintl.h>
848]ifelse([$2], [need-formatstring-macros],
849[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
850#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
851#endif
852changequote(,)dnl
853typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
854changequote([,])dnl
855], [])[extern int _nl_msg_cat_cntr;
856extern
857#ifdef __cplusplus
858"C"
859#endif
860const char *_nl_expand_alias ();],
861              [bindtextdomain ("", "");
862return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
863              gt_cv_func_gnugettext_libintl=yes,
864              gt_cv_func_gnugettext_libintl=no)
865            dnl Now see whether libintl exists and depends on libiconv.
866            if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then
867              LIBS="$LIBS $LIBICONV"
868              AC_TRY_LINK([#include <libintl.h>
869]ifelse([$2], [need-formatstring-macros],
870[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
871#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
872#endif
873changequote(,)dnl
874typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
875changequote([,])dnl
876], [])[extern int _nl_msg_cat_cntr;
877extern
878#ifdef __cplusplus
879"C"
880#endif
881const char *_nl_expand_alias ();],
882                [bindtextdomain ("", "");
883return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
884               [LIBINTL="$LIBINTL $LIBICONV"
885                LTLIBINTL="$LTLIBINTL $LTLIBICONV"
886                gt_cv_func_gnugettext_libintl=yes
887               ])
888            fi
889            CPPFLAGS="$gt_save_CPPFLAGS"
890            LIBS="$gt_save_LIBS"])
891        fi
892
893        dnl If an already present or preinstalled GNU gettext() is found,
894        dnl use it.  But if this macro is used in GNU gettext, and GNU
895        dnl gettext is already preinstalled in libintl, we update this
896        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
897        if test "$gt_cv_func_gnugettext_libc" = "yes" \
898           || { test "$gt_cv_func_gnugettext_libintl" = "yes" \
899                && test "$PACKAGE" != gettext-runtime \
900                && test "$PACKAGE" != gettext-tools; }; then
901          gt_use_preinstalled_gnugettext=yes
902        else
903          dnl Reset the values set by searching for libintl.
904          LIBINTL=
905          LTLIBINTL=
906          INCINTL=
907        fi
908
909    ifelse(gt_included_intl, yes, [
910        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
911          dnl GNU gettext is not found in the C library.
912          dnl Fall back on included GNU gettext library.
913          nls_cv_use_gnu_gettext=yes
914        fi
915      fi
916
917      if test "$nls_cv_use_gnu_gettext" = "yes"; then
918        dnl Mark actions used to generate GNU NLS library.
919        BUILD_INCLUDED_LIBINTL=yes
920        USE_INCLUDED_LIBINTL=yes
921        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV"
922        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
923        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
924      fi
925
926      if test "$gt_use_preinstalled_gnugettext" = "yes" \
927         || test "$nls_cv_use_gnu_gettext" = "yes"; then
928        dnl Mark actions to use GNU gettext tools.
929        CATOBJEXT=.gmo
930      fi
931    ])
932
933    if test "$gt_use_preinstalled_gnugettext" = "yes" \
934       || test "$nls_cv_use_gnu_gettext" = "yes"; then
935      AC_DEFINE(ENABLE_NLS, 1,
936        [Define to 1 if translation of program messages to the user's native language
937   is requested.])
938    else
939      USE_NLS=no
940    fi
941  fi
942
943  AC_MSG_CHECKING([whether to use NLS])
944  AC_MSG_RESULT([$USE_NLS])
945  if test "$USE_NLS" = "yes"; then
946    AC_MSG_CHECKING([where the gettext function comes from])
947    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
948      if test "$gt_cv_func_gnugettext_libintl" = "yes"; then
949        gt_source="external libintl"
950      else
951        gt_source="libc"
952      fi
953    else
954      gt_source="included intl directory"
955    fi
956    AC_MSG_RESULT([$gt_source])
957  fi
958
959  if test "$USE_NLS" = "yes"; then
960
961    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
962      if test "$gt_cv_func_gnugettext_libintl" = "yes"; then
963        AC_MSG_CHECKING([how to link with libintl])
964        AC_MSG_RESULT([$LIBINTL])
965        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
966      fi
967
968      dnl For backward compatibility. Some packages may be using this.
969      AC_DEFINE(HAVE_GETTEXT, 1,
970       [Define if the GNU gettext() function is already present or preinstalled.])
971      AC_DEFINE(HAVE_DCGETTEXT, 1,
972       [Define if the GNU dcgettext() function is already present or preinstalled.])
973    fi
974
975    dnl We need to process the po/ directory.
976    POSUB=po
977  fi
978
979  ifelse(gt_included_intl, yes, [
980    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
981    dnl to 'yes' because some of the testsuite requires it.
982    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
983      BUILD_INCLUDED_LIBINTL=yes
984    fi
985
986    dnl Make all variables we use known to autoconf.
987    AC_SUBST(BUILD_INCLUDED_LIBINTL)
988    AC_SUBST(USE_INCLUDED_LIBINTL)
989    AC_SUBST(CATOBJEXT)
990
991    dnl For backward compatibility. Some configure.ins may be using this.
992    nls_cv_header_intl=
993    nls_cv_header_libgt=
994
995    dnl For backward compatibility. Some Makefiles may be using this.
996    DATADIRNAME=share
997    AC_SUBST(DATADIRNAME)
998
999    dnl For backward compatibility. Some Makefiles may be using this.
1000    INSTOBJEXT=.mo
1001    AC_SUBST(INSTOBJEXT)
1002
1003    dnl For backward compatibility. Some Makefiles may be using this.
1004    GENCAT=gencat
1005    AC_SUBST(GENCAT)
1006
1007    dnl For backward compatibility. Some Makefiles may be using this.
1008    if test "$USE_INCLUDED_LIBINTL" = yes; then
1009      INTLOBJS="\$(GETTOBJS)"
1010    fi
1011    AC_SUBST(INTLOBJS)
1012
1013    dnl Enable libtool support if the surrounding package wishes it.
1014    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
1015    AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
1016  ])
1017
1018  dnl For backward compatibility. Some Makefiles may be using this.
1019  INTLLIBS="$LIBINTL"
1020  AC_SUBST(INTLLIBS)
1021
1022  dnl Make all documented variables known to autoconf.
1023  AC_SUBST(LIBINTL)
1024  AC_SUBST(LTLIBINTL)
1025  AC_SUBST(POSUB)
1026])
1027m4trace:m4/gettext.m4:347: -1- AC_DEFUN([AM_INTL_SUBDIR], [
1028  AC_REQUIRE([AC_PROG_INSTALL])dnl
1029  AC_REQUIRE([AM_MKINSTALLDIRS])dnl
1030  AC_REQUIRE([AC_PROG_CC])dnl
1031  AC_REQUIRE([AC_CANONICAL_HOST])dnl
1032  AC_REQUIRE([AC_PROG_RANLIB])dnl
1033  AC_REQUIRE([AC_ISC_POSIX])dnl
1034  AC_REQUIRE([AC_HEADER_STDC])dnl
1035  AC_REQUIRE([AC_C_CONST])dnl
1036  AC_REQUIRE([bh_C_SIGNED])dnl
1037  AC_REQUIRE([AC_C_INLINE])dnl
1038  AC_REQUIRE([AC_TYPE_OFF_T])dnl
1039  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
1040  AC_REQUIRE([jm_AC_TYPE_LONG_LONG])dnl
1041  AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl
1042  AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
1043  AC_REQUIRE([gt_TYPE_WINT_T])dnl
1044  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
1045  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
1046  AC_REQUIRE([gt_TYPE_INTMAX_T])
1047  AC_REQUIRE([gt_PRINTF_POSIX])
1048  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
1049  AC_REQUIRE([AC_FUNC_MMAP])dnl
1050  AC_REQUIRE([jm_GLIBC21])dnl
1051  AC_REQUIRE([gt_INTDIV0])dnl
1052  AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl
1053  AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl
1054  AC_REQUIRE([gt_INTTYPES_PRI])dnl
1055  AC_REQUIRE([gl_XSIZE])dnl
1056
1057  AC_CHECK_TYPE([ptrdiff_t], ,
1058    [AC_DEFINE([ptrdiff_t], [long],
1059       [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
1060    ])
1061  AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
1062stdlib.h string.h unistd.h sys/param.h])
1063  AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
1064mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
1065strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
1066__fsetlocking])
1067
1068  dnl Use the _snprintf function only if it is declared (because on NetBSD it
1069  dnl is defined as a weak alias of snprintf; we prefer to use the latter).
1070  gt_CHECK_DECL(_snprintf, [#include <stdio.h>])
1071  gt_CHECK_DECL(_snwprintf, [#include <stdio.h>])
1072
1073  dnl Use the *_unlocked functions only if they are declared.
1074  dnl (because some of them were defined without being declared in Solaris
1075  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
1076  dnl on Solaris 2.5.1 to run on Solaris 2.6).
1077  dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
1078  gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
1079  gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
1080  gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
1081
1082  case $gt_cv_func_printf_posix in
1083    *yes) HAVE_POSIX_PRINTF=1 ;;
1084    *) HAVE_POSIX_PRINTF=0 ;;
1085  esac
1086  AC_SUBST([HAVE_POSIX_PRINTF])
1087  if test "$ac_cv_func_asprintf" = yes; then
1088    HAVE_ASPRINTF=1
1089  else
1090    HAVE_ASPRINTF=0
1091  fi
1092  AC_SUBST([HAVE_ASPRINTF])
1093  if test "$ac_cv_func_snprintf" = yes; then
1094    HAVE_SNPRINTF=1
1095  else
1096    HAVE_SNPRINTF=0
1097  fi
1098  AC_SUBST([HAVE_SNPRINTF])
1099  if test "$ac_cv_func_wprintf" = yes; then
1100    HAVE_WPRINTF=1
1101  else
1102    HAVE_WPRINTF=0
1103  fi
1104  AC_SUBST([HAVE_WPRINTF])
1105
1106  AM_ICONV
1107  AM_LANGINFO_CODESET
1108  if test $ac_cv_header_locale_h = yes; then
1109    AM_LC_MESSAGES
1110  fi
1111
1112  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
1113  dnl because plural.y uses bison specific features. It requires at least
1114  dnl bison-1.26 because earlier versions generate a plural.c that doesn't
1115  dnl compile.
1116  dnl bison is only needed for the maintainer (who touches plural.y). But in
1117  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
1118  dnl the rule in general Makefile. Now, some people carelessly touch the
1119  dnl files or have a broken "make" program, hence the plural.c rule will
1120  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
1121  dnl present or too old.
1122  AC_CHECK_PROGS([INTLBISON], [bison])
1123  if test -z "$INTLBISON"; then
1124    ac_verc_fail=yes
1125  else
1126    dnl Found it, now check the version.
1127    AC_MSG_CHECKING([version of bison])
1128changequote(<<,>>)dnl
1129    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
1130    case $ac_prog_version in
1131      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
1132      1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
1133changequote([,])dnl
1134         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1135      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1136    esac
1137    AC_MSG_RESULT([$ac_prog_version])
1138  fi
1139  if test $ac_verc_fail = yes; then
1140    INTLBISON=:
1141  fi
1142])
1143m4trace:m4/gettext.m4:468: -1- AC_DEFUN([gt_CHECK_DECL], [
1144  AC_CACHE_CHECK([whether $1 is declared], ac_cv_have_decl_$1,
1145    [AC_TRY_COMPILE([$2], [
1146#ifndef $1
1147  char *p = (char *) $1;
1148#endif
1149], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)])
1150  if test $ac_cv_have_decl_$1 = yes; then
1151    gt_value=1
1152  else
1153    gt_value=0
1154  fi
1155  AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value],
1156    [Define to 1 if you have the declaration of `$1', and to 0 if you don't.])
1157])
1158m4trace:m4/gettext.m4:487: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
1159m4trace:m4/glibc21.m4:12: -1- AC_DEFUN([jm_GLIBC21], [
1160    AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
1161      ac_cv_gnu_library_2_1,
1162      [AC_EGREP_CPP([Lucky GNU user],
1163	[
1164#include <features.h>
1165#ifdef __GNU_LIBRARY__
1166 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
1167  Lucky GNU user
1168 #endif
1169#endif
1170	],
1171	ac_cv_gnu_library_2_1=yes,
1172	ac_cv_gnu_library_2_1=no)
1173      ]
1174    )
1175    AC_SUBST(GLIBC21)
1176    GLIBC21="$ac_cv_gnu_library_2_1"
1177
1178])
1179m4trace:m4/iconv.m4:11: -1- AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [
1180  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
1181  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
1182  AC_REQUIRE([AC_LIB_RPATH])
1183
1184  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
1185  dnl accordingly.
1186  AC_LIB_LINKFLAGS_BODY([iconv])
1187])
1188m4trace:m4/iconv.m4:22: -1- AC_DEFUN([AM_ICONV_LINK], [
1189  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
1190  dnl those with the standalone portable GNU libiconv installed).
1191
1192  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
1193  dnl accordingly.
1194  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
1195
1196  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
1197  dnl because if the user has installed libiconv and not disabled its use
1198  dnl via --without-libiconv-prefix, he wants to use it. The first
1199  dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed.
1200  am_save_CPPFLAGS="$CPPFLAGS"
1201  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
1202
1203  AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [
1204    am_cv_func_iconv="no, consider installing GNU libiconv"
1205    am_cv_lib_iconv=no
1206    AC_TRY_LINK([#include <stdlib.h>
1207#include <iconv.h>],
1208      [iconv_t cd = iconv_open("","");
1209       iconv(cd,NULL,NULL,NULL,NULL);
1210       iconv_close(cd);],
1211      am_cv_func_iconv=yes)
1212    if test "$am_cv_func_iconv" != yes; then
1213      am_save_LIBS="$LIBS"
1214      LIBS="$LIBS $LIBICONV"
1215      AC_TRY_LINK([#include <stdlib.h>
1216#include <iconv.h>],
1217        [iconv_t cd = iconv_open("","");
1218         iconv(cd,NULL,NULL,NULL,NULL);
1219         iconv_close(cd);],
1220        am_cv_lib_iconv=yes
1221        am_cv_func_iconv=yes)
1222      LIBS="$am_save_LIBS"
1223    fi
1224  ])
1225  if test "$am_cv_func_iconv" = yes; then
1226    AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.])
1227  fi
1228  if test "$am_cv_lib_iconv" = yes; then
1229    AC_MSG_CHECKING([how to link with libiconv])
1230    AC_MSG_RESULT([$LIBICONV])
1231  else
1232    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
1233    dnl either.
1234    CPPFLAGS="$am_save_CPPFLAGS"
1235    LIBICONV=
1236    LTLIBICONV=
1237  fi
1238  AC_SUBST(LIBICONV)
1239  AC_SUBST(LTLIBICONV)
1240])
1241m4trace:m4/iconv.m4:77: -1- AC_DEFUN([AM_ICONV], [
1242  AM_ICONV_LINK
1243  if test "$am_cv_func_iconv" = yes; then
1244    AC_MSG_CHECKING([for iconv declaration])
1245    AC_CACHE_VAL(am_cv_proto_iconv, [
1246      AC_TRY_COMPILE([
1247#include <stdlib.h>
1248#include <iconv.h>
1249extern
1250#ifdef __cplusplus
1251"C"
1252#endif
1253#if defined(__STDC__) || defined(__cplusplus)
1254size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1255#else
1256size_t iconv();
1257#endif
1258], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const")
1259      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
1260    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
1261    AC_MSG_RESULT([$]{ac_t:-
1262         }[$]am_cv_proto_iconv)
1263    AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1,
1264      [Define as const if the declaration of iconv() needs const.])
1265  fi
1266])
1267m4trace:m4/intdiv0.m4:11: -1- AC_DEFUN([gt_INTDIV0], [
1268  AC_REQUIRE([AC_PROG_CC])dnl
1269  AC_REQUIRE([AC_CANONICAL_HOST])dnl
1270
1271  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
1272    gt_cv_int_divbyzero_sigfpe,
1273    [
1274      AC_TRY_RUN([
1275#include <stdlib.h>
1276#include <signal.h>
1277
1278static void
1279#ifdef __cplusplus
1280sigfpe_handler (int sig)
1281#else
1282sigfpe_handler (sig) int sig;
1283#endif
1284{
1285  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
1286  exit (sig != SIGFPE);
1287}
1288
1289int x = 1;
1290int y = 0;
1291int z;
1292int nan;
1293
1294int main ()
1295{
1296  signal (SIGFPE, sigfpe_handler);
1297/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
1298#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
1299  signal (SIGTRAP, sigfpe_handler);
1300#endif
1301/* Linux/SPARC yields signal SIGILL.  */
1302#if defined (__sparc__) && defined (__linux__)
1303  signal (SIGILL, sigfpe_handler);
1304#endif
1305
1306  z = x / y;
1307  nan = y / y;
1308  exit (1);
1309}
1310], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no,
1311        [
1312          # Guess based on the CPU.
1313          case "$host_cpu" in
1314            alpha* | i[34567]86 | m68k | s390*)
1315              gt_cv_int_divbyzero_sigfpe="guessing yes";;
1316            *)
1317              gt_cv_int_divbyzero_sigfpe="guessing no";;
1318          esac
1319        ])
1320    ])
1321  case "$gt_cv_int_divbyzero_sigfpe" in
1322    *yes) value=1;;
1323    *) value=0;;
1324  esac
1325  AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value,
1326    [Define if integer division by zero raises signal SIGFPE.])
1327])
1328m4trace:m4/intmax.m4:13: -1- AC_DEFUN([gt_TYPE_INTMAX_T], [
1329  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
1330  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
1331  AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
1332    [AC_TRY_COMPILE([
1333#include <stddef.h>
1334#include <stdlib.h>
1335#if HAVE_STDINT_H_WITH_UINTMAX
1336#include <stdint.h>
1337#endif
1338#if HAVE_INTTYPES_H_WITH_UINTMAX
1339#include <inttypes.h>
1340#endif
1341], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])
1342  if test $gt_cv_c_intmax_t = yes; then
1343    AC_DEFINE(HAVE_INTMAX_T, 1,
1344      [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
1345  fi
1346])
1347m4trace:m4/inttypes-pri.m4:14: -1- AC_DEFUN([gt_INTTYPES_PRI], [
1348  AC_REQUIRE([gt_HEADER_INTTYPES_H])
1349  if test $gt_cv_header_inttypes_h = yes; then
1350    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
1351      gt_cv_inttypes_pri_broken,
1352      [
1353        AC_TRY_COMPILE([#include <inttypes.h>
1354#ifdef PRId32
1355char *p = PRId32;
1356#endif
1357], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes)
1358      ])
1359  fi
1360  if test "$gt_cv_inttypes_pri_broken" = yes; then
1361    AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1,
1362      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
1363  fi
1364])
1365m4trace:m4/inttypes.m4:14: -1- AC_DEFUN([gt_HEADER_INTTYPES_H], [
1366  AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h,
1367  [
1368    AC_TRY_COMPILE(
1369      [#include <sys/types.h>
1370#include <inttypes.h>],
1371      [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no)
1372  ])
1373  if test $gt_cv_header_inttypes_h = yes; then
1374    AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1,
1375      [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
1376  fi
1377])
1378m4trace:m4/inttypes_h.m4:14: -1- AC_DEFUN([jm_AC_HEADER_INTTYPES_H], [
1379  AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h,
1380  [AC_TRY_COMPILE(
1381    [#include <sys/types.h>
1382#include <inttypes.h>],
1383    [uintmax_t i = (uintmax_t) -1;],
1384    jm_ac_cv_header_inttypes_h=yes,
1385    jm_ac_cv_header_inttypes_h=no)])
1386  if test $jm_ac_cv_header_inttypes_h = yes; then
1387    AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
1388      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
1389       and declares uintmax_t. ])
1390  fi
1391])
1392m4trace:m4/isc-posix.m4:21: -1- AC_DEFUN([AC_ISC_POSIX], [
1393    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
1394    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
1395
1396])
1397m4trace:m4/lcmessage.m4:23: -1- AC_DEFUN([AM_LC_MESSAGES], [
1398  AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
1399    [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
1400       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
1401  if test $am_cv_val_LC_MESSAGES = yes; then
1402    AC_DEFINE(HAVE_LC_MESSAGES, 1,
1403      [Define if your <locale.h> file defines LC_MESSAGES.])
1404  fi
1405])
1406m4trace:m4/lib-ld.m4:14: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
1407[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1408case `$LD -v 2>&1 </dev/null` in
1409*GNU* | *'with BFD'*)
1410  acl_cv_prog_gnu_ld=yes ;;
1411*)
1412  acl_cv_prog_gnu_ld=no ;;
1413esac])
1414with_gnu_ld=$acl_cv_prog_gnu_ld
1415])
1416m4trace:m4/lib-ld.m4:27: -1- AC_DEFUN([AC_LIB_PROG_LD], [AC_ARG_WITH(gnu-ld,
1417[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
1418test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
1419AC_REQUIRE([AC_PROG_CC])dnl
1420AC_REQUIRE([AC_CANONICAL_HOST])dnl
1421# Prepare PATH_SEPARATOR.
1422# The user is always right.
1423if test "${PATH_SEPARATOR+set}" != set; then
1424  echo "#! /bin/sh" >conf$$.sh
1425  echo  "exit 0"   >>conf$$.sh
1426  chmod +x conf$$.sh
1427  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1428    PATH_SEPARATOR=';'
1429  else
1430    PATH_SEPARATOR=:
1431  fi
1432  rm -f conf$$.sh
1433fi
1434ac_prog=ld
1435if test "$GCC" = yes; then
1436  # Check if gcc -print-prog-name=ld gives a path.
1437  AC_MSG_CHECKING([for ld used by GCC])
1438  case $host in
1439  *-*-mingw*)
1440    # gcc leaves a trailing carriage return which upsets mingw
1441    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1442  *)
1443    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1444  esac
1445  case $ac_prog in
1446    # Accept absolute paths.
1447    [[\\/]* | [A-Za-z]:[\\/]*)]
1448      [re_direlt='/[^/][^/]*/\.\./']
1449      # Canonicalize the path of ld
1450      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1451      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1452	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1453      done
1454      test -z "$LD" && LD="$ac_prog"
1455      ;;
1456  "")
1457    # If it fails, then pretend we aren't using GCC.
1458    ac_prog=ld
1459    ;;
1460  *)
1461    # If it is relative, then search for the first ld in PATH.
1462    with_gnu_ld=unknown
1463    ;;
1464  esac
1465elif test "$with_gnu_ld" = yes; then
1466  AC_MSG_CHECKING([for GNU ld])
1467else
1468  AC_MSG_CHECKING([for non-GNU ld])
1469fi
1470AC_CACHE_VAL(acl_cv_path_LD,
1471[if test -z "$LD"; then
1472  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1473  for ac_dir in $PATH; do
1474    test -z "$ac_dir" && ac_dir=.
1475    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1476      acl_cv_path_LD="$ac_dir/$ac_prog"
1477      # Check to see if the program is GNU ld.  I'd rather use --version,
1478      # but apparently some GNU ld's only accept -v.
1479      # Break only if it was the GNU/non-GNU ld that we prefer.
1480      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
1481      *GNU* | *'with BFD'*)
1482	test "$with_gnu_ld" != no && break ;;
1483      *)
1484	test "$with_gnu_ld" != yes && break ;;
1485      esac
1486    fi
1487  done
1488  IFS="$ac_save_ifs"
1489else
1490  acl_cv_path_LD="$LD" # Let the user override the test with a path.
1491fi])
1492LD="$acl_cv_path_LD"
1493if test -n "$LD"; then
1494  AC_MSG_RESULT($LD)
1495else
1496  AC_MSG_RESULT(no)
1497fi
1498test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1499AC_LIB_PROG_LD_GNU
1500])
1501m4trace:m4/lib-link.m4:15: -1- AC_DEFUN([AC_LIB_LINKFLAGS], [
1502  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
1503  AC_REQUIRE([AC_LIB_RPATH])
1504  define([Name],[translit([$1],[./-], [___])])
1505  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
1506                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
1507  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
1508    AC_LIB_LINKFLAGS_BODY([$1], [$2])
1509    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
1510    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
1511    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
1512  ])
1513  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
1514  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
1515  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
1516  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
1517  AC_SUBST([LIB]NAME)
1518  AC_SUBST([LTLIB]NAME)
1519  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
1520  dnl results of this search when this library appears as a dependency.
1521  HAVE_LIB[]NAME=yes
1522  undefine([Name])
1523  undefine([NAME])
1524])
1525m4trace:m4/lib-link.m4:49: -1- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [
1526  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
1527  AC_REQUIRE([AC_LIB_RPATH])
1528  define([Name],[translit([$1],[./-], [___])])
1529  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
1530                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
1531
1532  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
1533  dnl accordingly.
1534  AC_LIB_LINKFLAGS_BODY([$1], [$2])
1535
1536  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
1537  dnl because if the user has installed lib[]Name and not disabled its use
1538  dnl via --without-lib[]Name-prefix, he wants to use it.
1539  ac_save_CPPFLAGS="$CPPFLAGS"
1540  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
1541
1542  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
1543    ac_save_LIBS="$LIBS"
1544    LIBS="$LIBS $LIB[]NAME"
1545    AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
1546    LIBS="$ac_save_LIBS"
1547  ])
1548  if test "$ac_cv_lib[]Name" = yes; then
1549    HAVE_LIB[]NAME=yes
1550    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
1551    AC_MSG_CHECKING([how to link with lib[]$1])
1552    AC_MSG_RESULT([$LIB[]NAME])
1553  else
1554    HAVE_LIB[]NAME=no
1555    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
1556    dnl $INC[]NAME either.
1557    CPPFLAGS="$ac_save_CPPFLAGS"
1558    LIB[]NAME=
1559    LTLIB[]NAME=
1560  fi
1561  AC_SUBST([HAVE_LIB]NAME)
1562  AC_SUBST([LIB]NAME)
1563  AC_SUBST([LTLIB]NAME)
1564  undefine([Name])
1565  undefine([NAME])
1566])
1567m4trace:m4/lib-link.m4:96: -1- AC_DEFUN([AC_LIB_RPATH], [
1568  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
1569  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
1570  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
1571  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
1572  AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
1573    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
1574    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
1575    . ./conftest.sh
1576    rm -f ./conftest.sh
1577    acl_cv_rpath=done
1578  ])
1579  wl="$acl_cv_wl"
1580  libext="$acl_cv_libext"
1581  shlibext="$acl_cv_shlibext"
1582  hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
1583  hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
1584  hardcode_direct="$acl_cv_hardcode_direct"
1585  hardcode_minus_L="$acl_cv_hardcode_minus_L"
1586  dnl Determine whether the user wants rpath handling at all.
1587  AC_ARG_ENABLE(rpath,
1588    [  --disable-rpath         do not hardcode runtime library paths],
1589    :, enable_rpath=yes)
1590])
1591m4trace:m4/lib-link.m4:125: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [
1592  define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
1593                               [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
1594  dnl By default, look in $includedir and $libdir.
1595  use_additional=yes
1596  AC_LIB_WITH_FINAL_PREFIX([
1597    eval additional_includedir=\"$includedir\"
1598    eval additional_libdir=\"$libdir\"
1599  ])
1600  AC_LIB_ARG_WITH([lib$1-prefix],
1601[  --with-lib$1-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib
1602  --without-lib$1-prefix     don't search for lib$1 in includedir and libdir],
1603[
1604    if test "X$withval" = "Xno"; then
1605      use_additional=no
1606    else
1607      if test "X$withval" = "X"; then
1608        AC_LIB_WITH_FINAL_PREFIX([
1609          eval additional_includedir=\"$includedir\"
1610          eval additional_libdir=\"$libdir\"
1611        ])
1612      else
1613        additional_includedir="$withval/include"
1614        additional_libdir="$withval/lib"
1615      fi
1616    fi
1617])
1618  dnl Search the library and its dependencies in $additional_libdir and
1619  dnl $LDFLAGS. Using breadth-first-seach.
1620  LIB[]NAME=
1621  LTLIB[]NAME=
1622  INC[]NAME=
1623  rpathdirs=
1624  ltrpathdirs=
1625  names_already_handled=
1626  names_next_round='$1 $2'
1627  while test -n "$names_next_round"; do
1628    names_this_round="$names_next_round"
1629    names_next_round=
1630    for name in $names_this_round; do
1631      already_handled=
1632      for n in $names_already_handled; do
1633        if test "$n" = "$name"; then
1634          already_handled=yes
1635          break
1636        fi
1637      done
1638      if test -z "$already_handled"; then
1639        names_already_handled="$names_already_handled $name"
1640        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
1641        dnl or AC_LIB_HAVE_LINKFLAGS call.
1642        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
1643        eval value=\"\$HAVE_LIB$uppername\"
1644        if test -n "$value"; then
1645          if test "$value" = yes; then
1646            eval value=\"\$LIB$uppername\"
1647            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
1648            eval value=\"\$LTLIB$uppername\"
1649            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
1650          else
1651            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
1652            dnl that this library doesn't exist. So just drop it.
1653            :
1654          fi
1655        else
1656          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
1657          dnl and the already constructed $LIBNAME/$LTLIBNAME.
1658          found_dir=
1659          found_la=
1660          found_so=
1661          found_a=
1662          if test $use_additional = yes; then
1663            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
1664              found_dir="$additional_libdir"
1665              found_so="$additional_libdir/lib$name.$shlibext"
1666              if test -f "$additional_libdir/lib$name.la"; then
1667                found_la="$additional_libdir/lib$name.la"
1668              fi
1669            else
1670              if test -f "$additional_libdir/lib$name.$libext"; then
1671                found_dir="$additional_libdir"
1672                found_a="$additional_libdir/lib$name.$libext"
1673                if test -f "$additional_libdir/lib$name.la"; then
1674                  found_la="$additional_libdir/lib$name.la"
1675                fi
1676              fi
1677            fi
1678          fi
1679          if test "X$found_dir" = "X"; then
1680            for x in $LDFLAGS $LTLIB[]NAME; do
1681              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1682              case "$x" in
1683                -L*)
1684                  dir=`echo "X$x" | sed -e 's/^X-L//'`
1685                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
1686                    found_dir="$dir"
1687                    found_so="$dir/lib$name.$shlibext"
1688                    if test -f "$dir/lib$name.la"; then
1689                      found_la="$dir/lib$name.la"
1690                    fi
1691                  else
1692                    if test -f "$dir/lib$name.$libext"; then
1693                      found_dir="$dir"
1694                      found_a="$dir/lib$name.$libext"
1695                      if test -f "$dir/lib$name.la"; then
1696                        found_la="$dir/lib$name.la"
1697                      fi
1698                    fi
1699                  fi
1700                  ;;
1701              esac
1702              if test "X$found_dir" != "X"; then
1703                break
1704              fi
1705            done
1706          fi
1707          if test "X$found_dir" != "X"; then
1708            dnl Found the library.
1709            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
1710            if test "X$found_so" != "X"; then
1711              dnl Linking with a shared library. We attempt to hardcode its
1712              dnl directory into the executable's runpath, unless it's the
1713              dnl standard /usr/lib.
1714              if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
1715                dnl No hardcoding is needed.
1716                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1717              else
1718                dnl Use an explicit option to hardcode DIR into the resulting
1719                dnl binary.
1720                dnl Potentially add DIR to ltrpathdirs.
1721                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
1722                haveit=
1723                for x in $ltrpathdirs; do
1724                  if test "X$x" = "X$found_dir"; then
1725                    haveit=yes
1726                    break
1727                  fi
1728                done
1729                if test -z "$haveit"; then
1730                  ltrpathdirs="$ltrpathdirs $found_dir"
1731                fi
1732                dnl The hardcoding into $LIBNAME is system dependent.
1733                if test "$hardcode_direct" = yes; then
1734                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
1735                  dnl resulting binary.
1736                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1737                else
1738                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
1739                    dnl Use an explicit option to hardcode DIR into the resulting
1740                    dnl binary.
1741                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1742                    dnl Potentially add DIR to rpathdirs.
1743                    dnl The rpathdirs will be appended to $LIBNAME at the end.
1744                    haveit=
1745                    for x in $rpathdirs; do
1746                      if test "X$x" = "X$found_dir"; then
1747                        haveit=yes
1748                        break
1749                      fi
1750                    done
1751                    if test -z "$haveit"; then
1752                      rpathdirs="$rpathdirs $found_dir"
1753                    fi
1754                  else
1755                    dnl Rely on "-L$found_dir".
1756                    dnl But don't add it if it's already contained in the LDFLAGS
1757                    dnl or the already constructed $LIBNAME
1758                    haveit=
1759                    for x in $LDFLAGS $LIB[]NAME; do
1760                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1761                      if test "X$x" = "X-L$found_dir"; then
1762                        haveit=yes
1763                        break
1764                      fi
1765                    done
1766                    if test -z "$haveit"; then
1767                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
1768                    fi
1769                    if test "$hardcode_minus_L" != no; then
1770                      dnl FIXME: Not sure whether we should use
1771                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
1772                      dnl here.
1773                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1774                    else
1775                      dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
1776                      dnl here, because this doesn't fit in flags passed to the
1777                      dnl compiler. So give up. No hardcoding. This affects only
1778                      dnl very old systems.
1779                      dnl FIXME: Not sure whether we should use
1780                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
1781                      dnl here.
1782                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1783                    fi
1784                  fi
1785                fi
1786              fi
1787            else
1788              if test "X$found_a" != "X"; then
1789                dnl Linking with a static library.
1790                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
1791              else
1792                dnl We shouldn't come here, but anyway it's good to have a
1793                dnl fallback.
1794                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
1795              fi
1796            fi
1797            dnl Assume the include files are nearby.
1798            additional_includedir=
1799            case "$found_dir" in
1800              */lib | */lib/)
1801                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
1802                additional_includedir="$basedir/include"
1803                ;;
1804            esac
1805            if test "X$additional_includedir" != "X"; then
1806              dnl Potentially add $additional_includedir to $INCNAME.
1807              dnl But don't add it
1808              dnl   1. if it's the standard /usr/include,
1809              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
1810              dnl   3. if it's already present in $CPPFLAGS or the already
1811              dnl      constructed $INCNAME,
1812              dnl   4. if it doesn't exist as a directory.
1813              if test "X$additional_includedir" != "X/usr/include"; then
1814                haveit=
1815                if test "X$additional_includedir" = "X/usr/local/include"; then
1816                  if test -n "$GCC"; then
1817                    case $host_os in
1818                      linux*) haveit=yes;;
1819                    esac
1820                  fi
1821                fi
1822                if test -z "$haveit"; then
1823                  for x in $CPPFLAGS $INC[]NAME; do
1824                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1825                    if test "X$x" = "X-I$additional_includedir"; then
1826                      haveit=yes
1827                      break
1828                    fi
1829                  done
1830                  if test -z "$haveit"; then
1831                    if test -d "$additional_includedir"; then
1832                      dnl Really add $additional_includedir to $INCNAME.
1833                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
1834                    fi
1835                  fi
1836                fi
1837              fi
1838            fi
1839            dnl Look for dependencies.
1840            if test -n "$found_la"; then
1841              dnl Read the .la file. It defines the variables
1842              dnl dlname, library_names, old_library, dependency_libs, current,
1843              dnl age, revision, installed, dlopen, dlpreopen, libdir.
1844              save_libdir="$libdir"
1845              case "$found_la" in
1846                */* | *\\*) . "$found_la" ;;
1847                *) . "./$found_la" ;;
1848              esac
1849              libdir="$save_libdir"
1850              dnl We use only dependency_libs.
1851              for dep in $dependency_libs; do
1852                case "$dep" in
1853                  -L*)
1854                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
1855                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
1856                    dnl But don't add it
1857                    dnl   1. if it's the standard /usr/lib,
1858                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
1859                    dnl   3. if it's already present in $LDFLAGS or the already
1860                    dnl      constructed $LIBNAME,
1861                    dnl   4. if it doesn't exist as a directory.
1862                    if test "X$additional_libdir" != "X/usr/lib"; then
1863                      haveit=
1864                      if test "X$additional_libdir" = "X/usr/local/lib"; then
1865                        if test -n "$GCC"; then
1866                          case $host_os in
1867                            linux*) haveit=yes;;
1868                          esac
1869                        fi
1870                      fi
1871                      if test -z "$haveit"; then
1872                        haveit=
1873                        for x in $LDFLAGS $LIB[]NAME; do
1874                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1875                          if test "X$x" = "X-L$additional_libdir"; then
1876                            haveit=yes
1877                            break
1878                          fi
1879                        done
1880                        if test -z "$haveit"; then
1881                          if test -d "$additional_libdir"; then
1882                            dnl Really add $additional_libdir to $LIBNAME.
1883                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
1884                          fi
1885                        fi
1886                        haveit=
1887                        for x in $LDFLAGS $LTLIB[]NAME; do
1888                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
1889                          if test "X$x" = "X-L$additional_libdir"; then
1890                            haveit=yes
1891                            break
1892                          fi
1893                        done
1894                        if test -z "$haveit"; then
1895                          if test -d "$additional_libdir"; then
1896                            dnl Really add $additional_libdir to $LTLIBNAME.
1897                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
1898                          fi
1899                        fi
1900                      fi
1901                    fi
1902                    ;;
1903                  -R*)
1904                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
1905                    if test "$enable_rpath" != no; then
1906                      dnl Potentially add DIR to rpathdirs.
1907                      dnl The rpathdirs will be appended to $LIBNAME at the end.
1908                      haveit=
1909                      for x in $rpathdirs; do
1910                        if test "X$x" = "X$dir"; then
1911                          haveit=yes
1912                          break
1913                        fi
1914                      done
1915                      if test -z "$haveit"; then
1916                        rpathdirs="$rpathdirs $dir"
1917                      fi
1918                      dnl Potentially add DIR to ltrpathdirs.
1919                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
1920                      haveit=
1921                      for x in $ltrpathdirs; do
1922                        if test "X$x" = "X$dir"; then
1923                          haveit=yes
1924                          break
1925                        fi
1926                      done
1927                      if test -z "$haveit"; then
1928                        ltrpathdirs="$ltrpathdirs $dir"
1929                      fi
1930                    fi
1931                    ;;
1932                  -l*)
1933                    dnl Handle this in the next round.
1934                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
1935                    ;;
1936                  *.la)
1937                    dnl Handle this in the next round. Throw away the .la's
1938                    dnl directory; it is already contained in a preceding -L
1939                    dnl option.
1940                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
1941                    ;;
1942                  *)
1943                    dnl Most likely an immediate library name.
1944                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
1945                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
1946                    ;;
1947                esac
1948              done
1949            fi
1950          else
1951            dnl Didn't find the library; assume it is in the system directories
1952            dnl known to the linker and runtime loader. (All the system
1953            dnl directories known to the linker should also be known to the
1954            dnl runtime loader, otherwise the system is severely misconfigured.)
1955            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1956            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
1957          fi
1958        fi
1959      fi
1960    done
1961  done
1962  if test "X$rpathdirs" != "X"; then
1963    if test -n "$hardcode_libdir_separator"; then
1964      dnl Weird platform: only the last -rpath option counts, the user must
1965      dnl pass all path elements in one option. We can arrange that for a
1966      dnl single library, but not when more than one $LIBNAMEs are used.
1967      alldirs=
1968      for found_dir in $rpathdirs; do
1969        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
1970      done
1971      dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
1972      acl_save_libdir="$libdir"
1973      libdir="$alldirs"
1974      eval flag=\"$hardcode_libdir_flag_spec\"
1975      libdir="$acl_save_libdir"
1976      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1977    else
1978      dnl The -rpath options are cumulative.
1979      for found_dir in $rpathdirs; do
1980        acl_save_libdir="$libdir"
1981        libdir="$found_dir"
1982        eval flag=\"$hardcode_libdir_flag_spec\"
1983        libdir="$acl_save_libdir"
1984        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1985      done
1986    fi
1987  fi
1988  if test "X$ltrpathdirs" != "X"; then
1989    dnl When using libtool, the option that works for both libraries and
1990    dnl executables is -R. The -R options are cumulative.
1991    for found_dir in $ltrpathdirs; do
1992      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
1993    done
1994  fi
1995])
1996m4trace:m4/lib-link.m4:536: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [
1997  for element in [$2]; do
1998    haveit=
1999    for x in $[$1]; do
2000      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
2001      if test "X$x" = "X$element"; then
2002        haveit=yes
2003        break
2004      fi
2005    done
2006    if test -z "$haveit"; then
2007      [$1]="${[$1]}${[$1]:+ }$element"
2008    fi
2009  done
2010])
2011m4trace:m4/lib-prefix.m4:14: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])
2012m4trace:m4/lib-prefix.m4:24: -1- AC_DEFUN([AC_LIB_PREFIX], [
2013  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
2014  AC_REQUIRE([AC_PROG_CC])
2015  AC_REQUIRE([AC_CANONICAL_HOST])
2016  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
2017  dnl By default, look in $includedir and $libdir.
2018  use_additional=yes
2019  AC_LIB_WITH_FINAL_PREFIX([
2020    eval additional_includedir=\"$includedir\"
2021    eval additional_libdir=\"$libdir\"
2022  ])
2023  AC_LIB_ARG_WITH([lib-prefix],
2024[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
2025  --without-lib-prefix    don't search for libraries in includedir and libdir],
2026[
2027    if test "X$withval" = "Xno"; then
2028      use_additional=no
2029    else
2030      if test "X$withval" = "X"; then
2031        AC_LIB_WITH_FINAL_PREFIX([
2032          eval additional_includedir=\"$includedir\"
2033          eval additional_libdir=\"$libdir\"
2034        ])
2035      else
2036        additional_includedir="$withval/include"
2037        additional_libdir="$withval/lib"
2038      fi
2039    fi
2040])
2041  if test $use_additional = yes; then
2042    dnl Potentially add $additional_includedir to $CPPFLAGS.
2043    dnl But don't add it
2044    dnl   1. if it's the standard /usr/include,
2045    dnl   2. if it's already present in $CPPFLAGS,
2046    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
2047    dnl   4. if it doesn't exist as a directory.
2048    if test "X$additional_includedir" != "X/usr/include"; then
2049      haveit=
2050      for x in $CPPFLAGS; do
2051        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
2052        if test "X$x" = "X-I$additional_includedir"; then
2053          haveit=yes
2054          break
2055        fi
2056      done
2057      if test -z "$haveit"; then
2058        if test "X$additional_includedir" = "X/usr/local/include"; then
2059          if test -n "$GCC"; then
2060            case $host_os in
2061              linux*) haveit=yes;;
2062            esac
2063          fi
2064        fi
2065        if test -z "$haveit"; then
2066          if test -d "$additional_includedir"; then
2067            dnl Really add $additional_includedir to $CPPFLAGS.
2068            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
2069          fi
2070        fi
2071      fi
2072    fi
2073    dnl Potentially add $additional_libdir to $LDFLAGS.
2074    dnl But don't add it
2075    dnl   1. if it's the standard /usr/lib,
2076    dnl   2. if it's already present in $LDFLAGS,
2077    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
2078    dnl   4. if it doesn't exist as a directory.
2079    if test "X$additional_libdir" != "X/usr/lib"; then
2080      haveit=
2081      for x in $LDFLAGS; do
2082        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
2083        if test "X$x" = "X-L$additional_libdir"; then
2084          haveit=yes
2085          break
2086        fi
2087      done
2088      if test -z "$haveit"; then
2089        if test "X$additional_libdir" = "X/usr/local/lib"; then
2090          if test -n "$GCC"; then
2091            case $host_os in
2092              linux*) haveit=yes;;
2093            esac
2094          fi
2095        fi
2096        if test -z "$haveit"; then
2097          if test -d "$additional_libdir"; then
2098            dnl Really add $additional_libdir to $LDFLAGS.
2099            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
2100          fi
2101        fi
2102      fi
2103    fi
2104  fi
2105])
2106m4trace:m4/lib-prefix.m4:123: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [
2107  dnl Unfortunately, prefix and exec_prefix get only finally determined
2108  dnl at the end of configure.
2109  if test "X$prefix" = "XNONE"; then
2110    acl_final_prefix="$ac_default_prefix"
2111  else
2112    acl_final_prefix="$prefix"
2113  fi
2114  if test "X$exec_prefix" = "XNONE"; then
2115    acl_final_exec_prefix='${prefix}'
2116  else
2117    acl_final_exec_prefix="$exec_prefix"
2118  fi
2119  acl_save_prefix="$prefix"
2120  prefix="$acl_final_prefix"
2121  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2122  prefix="$acl_save_prefix"
2123])
2124m4trace:m4/lib-prefix.m4:146: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [
2125  acl_save_prefix="$prefix"
2126  prefix="$acl_final_prefix"
2127  acl_save_exec_prefix="$exec_prefix"
2128  exec_prefix="$acl_final_exec_prefix"
2129  $1
2130  exec_prefix="$acl_save_exec_prefix"
2131  prefix="$acl_save_prefix"
2132])
2133m4trace:m4/libtool.m4:67: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
2134AC_BEFORE([$0], [LT_LANG])dnl
2135AC_BEFORE([$0], [LT_OUTPUT])dnl
2136AC_BEFORE([$0], [LTDL_INIT])dnl
2137m4_require([_LT_CHECK_BUILDDIR])dnl
2138
2139dnl Autoconf doesn't catch unexpanded LT_ macros by default:
2140m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
2141m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
2142dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
2143dnl unless we require an AC_DEFUNed macro:
2144AC_REQUIRE([LTOPTIONS_VERSION])dnl
2145AC_REQUIRE([LTSUGAR_VERSION])dnl
2146AC_REQUIRE([LTVERSION_VERSION])dnl
2147AC_REQUIRE([LTOBSOLETE_VERSION])dnl
2148m4_require([_LT_PROG_LTMAIN])dnl
2149
2150dnl Parse OPTIONS
2151_LT_SET_OPTIONS([$0], [$1])
2152
2153# This can be used to rebuild libtool when needed
2154LIBTOOL_DEPS="$ltmain"
2155
2156# Always use our own libtool.
2157LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2158AC_SUBST(LIBTOOL)dnl
2159
2160_LT_SETUP
2161
2162# Only expand once:
2163m4_define([LT_INIT])
2164])
2165m4trace:m4/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
2166m4trace:m4/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
2167You should run autoupdate.])dnl
2168m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
2169m4trace:m4/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
2170m4trace:m4/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
2171You should run autoupdate.])dnl
2172m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
2173m4trace:m4/libtool.m4:562: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
2174AC_MSG_NOTICE([creating $CONFIG_LT])
2175cat >"$CONFIG_LT" <<_LTEOF
2176#! $SHELL
2177# Generated by $as_me.
2178# Run this file to recreate a libtool stub with the current configuration.
2179
2180lt_cl_silent=false
2181SHELL=\${CONFIG_SHELL-$SHELL}
2182_LTEOF
2183
2184cat >>"$CONFIG_LT" <<\_LTEOF
2185AS_SHELL_SANITIZE
2186_AS_PREPARE
2187
2188exec AS_MESSAGE_FD>&1
2189exec AS_MESSAGE_LOG_FD>>config.log
2190{
2191  echo
2192  AS_BOX([Running $as_me.])
2193} >&AS_MESSAGE_LOG_FD
2194
2195lt_cl_help="\
2196\`$as_me' creates a local libtool stub from the current configuration,
2197for use in further configure time tests before the real libtool is
2198generated.
2199
2200Usage: $[0] [[OPTIONS]]
2201
2202  -h, --help      print this help, then exit
2203  -V, --version   print version number, then exit
2204  -q, --quiet     do not print progress messages
2205  -d, --debug     don't remove temporary files
2206
2207Report bugs to <bug-libtool@gnu.org>."
2208
2209lt_cl_version="\
2210m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
2211m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
2212configured by $[0], generated by m4_PACKAGE_STRING.
2213
2214Copyright (C) 2008 Free Software Foundation, Inc.
2215This config.lt script is free software; the Free Software Foundation
2216gives unlimited permision to copy, distribute and modify it."
2217
2218while test $[#] != 0
2219do
2220  case $[1] in
2221    --version | --v* | -V )
2222      echo "$lt_cl_version"; exit 0 ;;
2223    --help | --h* | -h )
2224      echo "$lt_cl_help"; exit 0 ;;
2225    --debug | --d* | -d )
2226      debug=: ;;
2227    --quiet | --q* | --silent | --s* | -q )
2228      lt_cl_silent=: ;;
2229
2230    -*) AC_MSG_ERROR([unrecognized option: $[1]
2231Try \`$[0] --help' for more information.]) ;;
2232
2233    *) AC_MSG_ERROR([unrecognized argument: $[1]
2234Try \`$[0] --help' for more information.]) ;;
2235  esac
2236  shift
2237done
2238
2239if $lt_cl_silent; then
2240  exec AS_MESSAGE_FD>/dev/null
2241fi
2242_LTEOF
2243
2244cat >>"$CONFIG_LT" <<_LTEOF
2245_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
2246_LTEOF
2247
2248cat >>"$CONFIG_LT" <<\_LTEOF
2249AC_MSG_NOTICE([creating $ofile])
2250_LT_OUTPUT_LIBTOOL_COMMANDS
2251AS_EXIT(0)
2252_LTEOF
2253chmod +x "$CONFIG_LT"
2254
2255# configure is writing to config.log, but config.lt does its own redirection,
2256# appending to config.log, which fails on DOS, as config.log is still kept
2257# open by configure.  Here we exec the FD to /dev/null, effectively closing
2258# config.log, so it can be properly (re)opened and appended to by config.lt.
2259if test "$no_create" != yes; then
2260  lt_cl_success=:
2261  test "$silent" = yes &&
2262    lt_config_lt_args="$lt_config_lt_args --quiet"
2263  exec AS_MESSAGE_LOG_FD>/dev/null
2264  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
2265  exec AS_MESSAGE_LOG_FD>>config.log
2266  $lt_cl_success || AS_EXIT(1)
2267fi
2268])
2269m4trace:m4/libtool.m4:756: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
2270m4trace:m4/libtool.m4:767: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
2271m4_case([$1],
2272  [C],			[_LT_LANG(C)],
2273  [C++],		[_LT_LANG(CXX)],
2274  [Java],		[_LT_LANG(GCJ)],
2275  [Fortran 77],		[_LT_LANG(F77)],
2276  [Fortran],		[_LT_LANG(FC)],
2277  [Windows Resource],	[_LT_LANG(RC)],
2278  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
2279    [_LT_LANG($1)],
2280    [m4_fatal([$0: unsupported language: "$1"])])])dnl
2281])
2282m4trace:m4/libtool.m4:829: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
2283m4trace:m4/libtool.m4:829: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
2284You should run autoupdate.])dnl
2285LT_LANG(C++)])
2286m4trace:m4/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
2287m4trace:m4/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
2288You should run autoupdate.])dnl
2289LT_LANG(Fortran 77)])
2290m4trace:m4/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
2291m4trace:m4/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
2292You should run autoupdate.])dnl
2293LT_LANG(Fortran)])
2294m4trace:m4/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
2295m4trace:m4/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
2296You should run autoupdate.])dnl
2297LT_LANG(Java)])
2298m4trace:m4/libtool.m4:1401: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2299m4_require([_LT_DECL_SED])dnl
2300AC_CACHE_CHECK([$1], [$2],
2301  [$2=no
2302   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
2303   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2304   lt_compiler_flag="$3"
2305   # Insert the option either (1) after the last *FLAGS variable, or
2306   # (2) before a word containing "conftest.", or (3) at the end.
2307   # Note that $ac_compile itself does not contain backslashes and begins
2308   # with a dollar sign (not a hyphen), so the echo should work correctly.
2309   # The option is referenced via a variable to avoid confusing sed.
2310   lt_compile=`echo "$ac_compile" | $SED \
2311   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2312   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
2313   -e 's:$: $lt_compiler_flag:'`
2314   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
2315   (eval "$lt_compile" 2>conftest.err)
2316   ac_status=$?
2317   cat conftest.err >&AS_MESSAGE_LOG_FD
2318   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2319   if (exit $ac_status) && test -s "$ac_outfile"; then
2320     # The compiler can only warn and ignore the option if not recognized
2321     # So say no if there are warnings other than the usual output.
2322     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
2323     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
2324     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
2325       $2=yes
2326     fi
2327   fi
2328   $RM conftest*
2329])
2330
2331if test x"[$]$2" = xyes; then
2332    m4_if([$5], , :, [$5])
2333else
2334    m4_if([$6], , :, [$6])
2335fi
2336])
2337m4trace:m4/libtool.m4:1443: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
2338m4trace:m4/libtool.m4:1443: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
2339You should run autoupdate.])dnl
2340m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
2341m4trace:m4/libtool.m4:1452: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2342m4_require([_LT_DECL_SED])dnl
2343AC_CACHE_CHECK([$1], [$2],
2344  [$2=no
2345   save_LDFLAGS="$LDFLAGS"
2346   LDFLAGS="$LDFLAGS $3"
2347   echo "$lt_simple_link_test_code" > conftest.$ac_ext
2348   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
2349     # The linker can only warn and ignore the option if not recognized
2350     # So say no if there are warnings
2351     if test -s conftest.err; then
2352       # Append any errors to the config.log.
2353       cat conftest.err 1>&AS_MESSAGE_LOG_FD
2354       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
2355       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
2356       if diff conftest.exp conftest.er2 >/dev/null; then
2357         $2=yes
2358       fi
2359     else
2360       $2=yes
2361     fi
2362   fi
2363   $RM -r conftest*
2364   LDFLAGS="$save_LDFLAGS"
2365])
2366
2367if test x"[$]$2" = xyes; then
2368    m4_if([$4], , :, [$4])
2369else
2370    m4_if([$5], , :, [$5])
2371fi
2372])
2373m4trace:m4/libtool.m4:1487: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
2374m4trace:m4/libtool.m4:1487: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
2375You should run autoupdate.])dnl
2376m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
2377m4trace:m4/libtool.m4:1494: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2378# find the maximum length of command line arguments
2379AC_MSG_CHECKING([the maximum length of command line arguments])
2380AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
2381  i=0
2382  teststring="ABCD"
2383
2384  case $build_os in
2385  msdosdjgpp*)
2386    # On DJGPP, this test can blow up pretty badly due to problems in libc
2387    # (any single argument exceeding 2000 bytes causes a buffer overrun
2388    # during glob expansion).  Even if it were fixed, the result of this
2389    # check would be larger than it should be.
2390    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
2391    ;;
2392
2393  gnu*)
2394    # Under GNU Hurd, this test is not required because there is
2395    # no limit to the length of command line arguments.
2396    # Libtool will interpret -1 as no limit whatsoever
2397    lt_cv_sys_max_cmd_len=-1;
2398    ;;
2399
2400  cygwin* | mingw* | cegcc*)
2401    # On Win9x/ME, this test blows up -- it succeeds, but takes
2402    # about 5 minutes as the teststring grows exponentially.
2403    # Worse, since 9x/ME are not pre-emptively multitasking,
2404    # you end up with a "frozen" computer, even though with patience
2405    # the test eventually succeeds (with a max line length of 256k).
2406    # Instead, let's just punt: use the minimum linelength reported by
2407    # all of the supported platforms: 8192 (on NT/2K/XP).
2408    lt_cv_sys_max_cmd_len=8192;
2409    ;;
2410
2411  amigaos*)
2412    # On AmigaOS with pdksh, this test takes hours, literally.
2413    # So we just punt and use a minimum line length of 8192.
2414    lt_cv_sys_max_cmd_len=8192;
2415    ;;
2416
2417  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
2418    # This has been around since 386BSD, at least.  Likely further.
2419    if test -x /sbin/sysctl; then
2420      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
2421    elif test -x /usr/sbin/sysctl; then
2422      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
2423    else
2424      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
2425    fi
2426    # And add a safety zone
2427    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
2428    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
2429    ;;
2430
2431  interix*)
2432    # We know the value 262144 and hardcode it with a safety zone (like BSD)
2433    lt_cv_sys_max_cmd_len=196608
2434    ;;
2435
2436  osf*)
2437    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
2438    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
2439    # nice to cause kernel panics so lets avoid the loop below.
2440    # First set a reasonable default.
2441    lt_cv_sys_max_cmd_len=16384
2442    #
2443    if test -x /sbin/sysconfig; then
2444      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
2445        *1*) lt_cv_sys_max_cmd_len=-1 ;;
2446      esac
2447    fi
2448    ;;
2449  sco3.2v5*)
2450    lt_cv_sys_max_cmd_len=102400
2451    ;;
2452  sysv5* | sco5v6* | sysv4.2uw2*)
2453    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
2454    if test -n "$kargmax"; then
2455      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
2456    else
2457      lt_cv_sys_max_cmd_len=32768
2458    fi
2459    ;;
2460  *)
2461    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
2462    if test -n "$lt_cv_sys_max_cmd_len"; then
2463      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
2464      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
2465    else
2466      # Make teststring a little bigger before we do anything with it.
2467      # a 1K string should be a reasonable start.
2468      for i in 1 2 3 4 5 6 7 8 ; do
2469        teststring=$teststring$teststring
2470      done
2471      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
2472      # If test is not a shell built-in, we'll probably end up computing a
2473      # maximum length that is only half of the actual maximum length, but
2474      # we can't tell.
2475      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
2476	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
2477	      test $i != 17 # 1/2 MB should be enough
2478      do
2479        i=`expr $i + 1`
2480        teststring=$teststring$teststring
2481      done
2482      # Only check the string length outside the loop.
2483      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
2484      teststring=
2485      # Add a significant safety factor because C++ compilers can tack on
2486      # massive amounts of additional arguments before passing them to the
2487      # linker.  It appears as though 1/2 is a usable value.
2488      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
2489    fi
2490    ;;
2491  esac
2492])
2493if test -n $lt_cv_sys_max_cmd_len ; then
2494  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
2495else
2496  AC_MSG_RESULT(none)
2497fi
2498max_cmd_len=$lt_cv_sys_max_cmd_len
2499_LT_DECL([], [max_cmd_len], [0],
2500    [What is the maximum length of a command?])
2501])
2502m4trace:m4/libtool.m4:1622: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
2503m4trace:m4/libtool.m4:1622: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
2504You should run autoupdate.])dnl
2505m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
2506m4trace:m4/libtool.m4:1723: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
2507if test "x$enable_dlopen" != xyes; then
2508  enable_dlopen=unknown
2509  enable_dlopen_self=unknown
2510  enable_dlopen_self_static=unknown
2511else
2512  lt_cv_dlopen=no
2513  lt_cv_dlopen_libs=
2514
2515  case $host_os in
2516  beos*)
2517    lt_cv_dlopen="load_add_on"
2518    lt_cv_dlopen_libs=
2519    lt_cv_dlopen_self=yes
2520    ;;
2521
2522  mingw* | pw32* | cegcc*)
2523    lt_cv_dlopen="LoadLibrary"
2524    lt_cv_dlopen_libs=
2525    ;;
2526
2527  cygwin*)
2528    lt_cv_dlopen="dlopen"
2529    lt_cv_dlopen_libs=
2530    ;;
2531
2532  darwin*)
2533  # if libdl is installed we need to link against it
2534    AC_CHECK_LIB([dl], [dlopen],
2535		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
2536    lt_cv_dlopen="dyld"
2537    lt_cv_dlopen_libs=
2538    lt_cv_dlopen_self=yes
2539    ])
2540    ;;
2541
2542  *)
2543    AC_CHECK_FUNC([shl_load],
2544	  [lt_cv_dlopen="shl_load"],
2545      [AC_CHECK_LIB([dld], [shl_load],
2546	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
2547	[AC_CHECK_FUNC([dlopen],
2548	      [lt_cv_dlopen="dlopen"],
2549	  [AC_CHECK_LIB([dl], [dlopen],
2550		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
2551	    [AC_CHECK_LIB([svld], [dlopen],
2552		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
2553	      [AC_CHECK_LIB([dld], [dld_link],
2554		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
2555	      ])
2556	    ])
2557	  ])
2558	])
2559      ])
2560    ;;
2561  esac
2562
2563  if test "x$lt_cv_dlopen" != xno; then
2564    enable_dlopen=yes
2565  else
2566    enable_dlopen=no
2567  fi
2568
2569  case $lt_cv_dlopen in
2570  dlopen)
2571    save_CPPFLAGS="$CPPFLAGS"
2572    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2573
2574    save_LDFLAGS="$LDFLAGS"
2575    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2576
2577    save_LIBS="$LIBS"
2578    LIBS="$lt_cv_dlopen_libs $LIBS"
2579
2580    AC_CACHE_CHECK([whether a program can dlopen itself],
2581	  lt_cv_dlopen_self, [dnl
2582	  _LT_TRY_DLOPEN_SELF(
2583	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2584	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2585    ])
2586
2587    if test "x$lt_cv_dlopen_self" = xyes; then
2588      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2589      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2590	  lt_cv_dlopen_self_static, [dnl
2591	  _LT_TRY_DLOPEN_SELF(
2592	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2593	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
2594      ])
2595    fi
2596
2597    CPPFLAGS="$save_CPPFLAGS"
2598    LDFLAGS="$save_LDFLAGS"
2599    LIBS="$save_LIBS"
2600    ;;
2601  esac
2602
2603  case $lt_cv_dlopen_self in
2604  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2605  *) enable_dlopen_self=unknown ;;
2606  esac
2607
2608  case $lt_cv_dlopen_self_static in
2609  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2610  *) enable_dlopen_self_static=unknown ;;
2611  esac
2612fi
2613_LT_DECL([dlopen_support], [enable_dlopen], [0],
2614	 [Whether dlopen is supported])
2615_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2616	 [Whether dlopen of programs is supported])
2617_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2618	 [Whether dlopen of statically linked programs is supported])
2619])
2620m4trace:m4/libtool.m4:1840: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2621m4trace:m4/libtool.m4:1840: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
2622You should run autoupdate.])dnl
2623m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2624m4trace:m4/libtool.m4:2728: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
2625AC_MSG_CHECKING([for $1])
2626AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2627[case $MAGIC_CMD in
2628[[\\/*] |  ?:[\\/]*])
2629  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2630  ;;
2631*)
2632  lt_save_MAGIC_CMD="$MAGIC_CMD"
2633  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2634dnl $ac_dummy forces splitting on constant user-supplied paths.
2635dnl POSIX.2 word splitting is done only on the output of word expansions,
2636dnl not every word.  This closes a longstanding sh security hole.
2637  ac_dummy="m4_if([$2], , $PATH, [$2])"
2638  for ac_dir in $ac_dummy; do
2639    IFS="$lt_save_ifs"
2640    test -z "$ac_dir" && ac_dir=.
2641    if test -f $ac_dir/$1; then
2642      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2643      if test -n "$file_magic_test_file"; then
2644	case $deplibs_check_method in
2645	"file_magic "*)
2646	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2647	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2648	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2649	    $EGREP "$file_magic_regex" > /dev/null; then
2650	    :
2651	  else
2652	    cat <<_LT_EOF 1>&2
2653
2654*** Warning: the command libtool uses to detect shared libraries,
2655*** $file_magic_cmd, produces output that libtool cannot recognize.
2656*** The result is that libtool may fail to recognize shared libraries
2657*** as such.  This will affect the creation of libtool libraries that
2658*** depend on shared libraries, but programs linked with such libtool
2659*** libraries will work regardless of this problem.  Nevertheless, you
2660*** may want to report the problem to your system manager and/or to
2661*** bug-libtool@gnu.org
2662
2663_LT_EOF
2664	  fi ;;
2665	esac
2666      fi
2667      break
2668    fi
2669  done
2670  IFS="$lt_save_ifs"
2671  MAGIC_CMD="$lt_save_MAGIC_CMD"
2672  ;;
2673esac])
2674MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2675if test -n "$MAGIC_CMD"; then
2676  AC_MSG_RESULT($MAGIC_CMD)
2677else
2678  AC_MSG_RESULT(no)
2679fi
2680_LT_DECL([], [MAGIC_CMD], [0],
2681	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2682])
2683m4trace:m4/libtool.m4:2790: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2684m4trace:m4/libtool.m4:2790: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2685You should run autoupdate.])dnl
2686m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2687m4trace:m4/libtool.m4:2813: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2688AC_REQUIRE([AC_CANONICAL_HOST])dnl
2689AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2690m4_require([_LT_DECL_SED])dnl
2691m4_require([_LT_DECL_EGREP])dnl
2692
2693AC_ARG_WITH([gnu-ld],
2694    [AS_HELP_STRING([--with-gnu-ld],
2695	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
2696    [test "$withval" = no || with_gnu_ld=yes],
2697    [with_gnu_ld=no])dnl
2698
2699ac_prog=ld
2700if test "$GCC" = yes; then
2701  # Check if gcc -print-prog-name=ld gives a path.
2702  AC_MSG_CHECKING([for ld used by $CC])
2703  case $host in
2704  *-*-mingw*)
2705    # gcc leaves a trailing carriage return which upsets mingw
2706    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2707  *)
2708    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2709  esac
2710  case $ac_prog in
2711    # Accept absolute paths.
2712    [[\\/]]* | ?:[[\\/]]*)
2713      re_direlt='/[[^/]][[^/]]*/\.\./'
2714      # Canonicalize the pathname of ld
2715      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2716      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2717	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2718      done
2719      test -z "$LD" && LD="$ac_prog"
2720      ;;
2721  "")
2722    # If it fails, then pretend we aren't using GCC.
2723    ac_prog=ld
2724    ;;
2725  *)
2726    # If it is relative, then search for the first ld in PATH.
2727    with_gnu_ld=unknown
2728    ;;
2729  esac
2730elif test "$with_gnu_ld" = yes; then
2731  AC_MSG_CHECKING([for GNU ld])
2732else
2733  AC_MSG_CHECKING([for non-GNU ld])
2734fi
2735AC_CACHE_VAL(lt_cv_path_LD,
2736[if test -z "$LD"; then
2737  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2738  for ac_dir in $PATH; do
2739    IFS="$lt_save_ifs"
2740    test -z "$ac_dir" && ac_dir=.
2741    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2742      lt_cv_path_LD="$ac_dir/$ac_prog"
2743      # Check to see if the program is GNU ld.  I'd rather use --version,
2744      # but apparently some variants of GNU ld only accept -v.
2745      # Break only if it was the GNU/non-GNU ld that we prefer.
2746      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2747      *GNU* | *'with BFD'*)
2748	test "$with_gnu_ld" != no && break
2749	;;
2750      *)
2751	test "$with_gnu_ld" != yes && break
2752	;;
2753      esac
2754    fi
2755  done
2756  IFS="$lt_save_ifs"
2757else
2758  lt_cv_path_LD="$LD" # Let the user override the test with a path.
2759fi])
2760LD="$lt_cv_path_LD"
2761if test -n "$LD"; then
2762  AC_MSG_RESULT($LD)
2763else
2764  AC_MSG_RESULT(no)
2765fi
2766test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2767_LT_PATH_LD_GNU
2768AC_SUBST([LD])
2769
2770_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2771])
2772m4trace:m4/libtool.m4:2901: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2773m4trace:m4/libtool.m4:2901: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2774You should run autoupdate.])dnl
2775m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2776m4trace:m4/libtool.m4:2902: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2777m4trace:m4/libtool.m4:2902: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2778You should run autoupdate.])dnl
2779m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2780m4trace:m4/libtool.m4:3166: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2781AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2782[if test -n "$NM"; then
2783  # Let the user override the test.
2784  lt_cv_path_NM="$NM"
2785else
2786  lt_nm_to_check="${ac_tool_prefix}nm"
2787  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2788    lt_nm_to_check="$lt_nm_to_check nm"
2789  fi
2790  for lt_tmp_nm in $lt_nm_to_check; do
2791    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2792    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2793      IFS="$lt_save_ifs"
2794      test -z "$ac_dir" && ac_dir=.
2795      tmp_nm="$ac_dir/$lt_tmp_nm"
2796      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2797	# Check to see if the nm accepts a BSD-compat flag.
2798	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
2799	#   nm: unknown option "B" ignored
2800	# Tru64's nm complains that /dev/null is an invalid object file
2801	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2802	*/dev/null* | *'Invalid file or object type'*)
2803	  lt_cv_path_NM="$tmp_nm -B"
2804	  break
2805	  ;;
2806	*)
2807	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2808	  */dev/null*)
2809	    lt_cv_path_NM="$tmp_nm -p"
2810	    break
2811	    ;;
2812	  *)
2813	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2814	    continue # so that we can try to find one that supports BSD flags
2815	    ;;
2816	  esac
2817	  ;;
2818	esac
2819      fi
2820    done
2821    IFS="$lt_save_ifs"
2822  done
2823  : ${lt_cv_path_NM=no}
2824fi])
2825if test "$lt_cv_path_NM" != "no"; then
2826  NM="$lt_cv_path_NM"
2827else
2828  # Didn't find any BSD compatible name lister, look for dumpbin.
2829  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
2830  AC_SUBST([DUMPBIN])
2831  if test "$DUMPBIN" != ":"; then
2832    NM="$DUMPBIN"
2833  fi
2834fi
2835test -z "$NM" && NM=nm
2836AC_SUBST([NM])
2837_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2838
2839AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2840  [lt_cv_nm_interface="BSD nm"
2841  echo "int some_variable = 0;" > conftest.$ac_ext
2842  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2843  (eval "$ac_compile" 2>conftest.err)
2844  cat conftest.err >&AS_MESSAGE_LOG_FD
2845  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2846  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2847  cat conftest.err >&AS_MESSAGE_LOG_FD
2848  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
2849  cat conftest.out >&AS_MESSAGE_LOG_FD
2850  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2851    lt_cv_nm_interface="MS dumpbin"
2852  fi
2853  rm -f conftest*])
2854])
2855m4trace:m4/libtool.m4:3244: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2856m4trace:m4/libtool.m4:3244: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2857You should run autoupdate.])dnl
2858m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2859m4trace:m4/libtool.m4:3245: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2860m4trace:m4/libtool.m4:3245: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2861You should run autoupdate.])dnl
2862m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2863m4trace:m4/libtool.m4:3254: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2864LIBM=
2865case $host in
2866*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2867  # These system don't have libm, or don't need it
2868  ;;
2869*-ncr-sysv4.3*)
2870  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2871  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2872  ;;
2873*)
2874  AC_CHECK_LIB(m, cos, LIBM="-lm")
2875  ;;
2876esac
2877AC_SUBST([LIBM])
2878])
2879m4trace:m4/libtool.m4:3273: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2880m4trace:m4/libtool.m4:3273: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2881You should run autoupdate.])dnl
2882m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2883m4trace:m4/libtool.m4:6975: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2884  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2885    [AC_CHECK_TOOL(GCJ, gcj,)
2886      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
2887      AC_SUBST(GCJFLAGS)])])[]dnl
2888])
2889m4trace:m4/libtool.m4:6984: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2890m4trace:m4/libtool.m4:6984: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2891You should run autoupdate.])dnl
2892m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2893m4trace:m4/libtool.m4:6991: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2894])
2895m4trace:m4/libtool.m4:6996: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2896m4trace:m4/libtool.m4:6996: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2897You should run autoupdate.])dnl
2898m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2899m4trace:m4/libtool.m4:7107: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2900m4trace:m4/libtool.m4:7107: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2901You should run autoupdate.])dnl
2902m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2903m4trace:m4/longdouble.m4:13: -1- AC_DEFUN([gt_TYPE_LONGDOUBLE], [
2904  AC_CACHE_CHECK([for long double], gt_cv_c_long_double,
2905    [if test "$GCC" = yes; then
2906       gt_cv_c_long_double=yes
2907     else
2908       AC_TRY_COMPILE([
2909         /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
2910         long double foo = 0.0;
2911         /* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
2912         int array [2*(sizeof(long double) >= sizeof(double)) - 1];
2913         ], ,
2914         gt_cv_c_long_double=yes, gt_cv_c_long_double=no)
2915     fi])
2916  if test $gt_cv_c_long_double = yes; then
2917    AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.])
2918  fi
2919])
2920m4trace:m4/longlong.m4:13: -1- AC_DEFUN([jm_AC_TYPE_LONG_LONG], [
2921  AC_CACHE_CHECK([for long long], ac_cv_type_long_long,
2922  [AC_TRY_LINK([long long ll = 1LL; int i = 63;],
2923    [long long llmax = (long long) -1;
2924     return ll << i | ll >> i | llmax / ll | llmax % ll;],
2925    ac_cv_type_long_long=yes,
2926    ac_cv_type_long_long=no)])
2927  if test $ac_cv_type_long_long = yes; then
2928    AC_DEFINE(HAVE_LONG_LONG, 1,
2929      [Define if you have the 'long long' type.])
2930  fi
2931])
2932m4trace:m4/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
2933_$0($*)
2934])
2935m4trace:m4/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
2936dnl Although the argument is deprecated and no longer documented,
2937dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
2938dnl here make sure it is the same as any other declaration of libltdl's
2939dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
2940dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
2941m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
2942_$0()
2943])
2944m4trace:m4/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
2945_LTDL_CONVENIENCE])
2946m4trace:m4/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
2947You should run autoupdate.])dnl
2948_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
2949_LTDL_CONVENIENCE])
2950m4trace:m4/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
2951dnl Although the argument is deprecated and no longer documented,
2952dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
2953dnl here make sure it is the same as any other declaration of libltdl's
2954dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
2955dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
2956m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
2957_$0()
2958])
2959m4trace:m4/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
2960_LTDL_INSTALLABLE])
2961m4trace:m4/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
2962You should run autoupdate.])dnl
2963_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
2964_LTDL_INSTALLABLE])
2965m4trace:m4/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
2966  m4_pattern_allow([^_LT_LIBOBJS$])
2967  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
2968])
2969m4trace:m4/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
2970_LT_SET_OPTIONS([$0], [$1])
2971
2972dnl We need to keep our own list of libobjs separate from our parent project,
2973dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
2974dnl we look for our own LIBOBJs.
2975m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
2976m4_pushdef([AC_LIBSOURCES])
2977
2978dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
2979m4_if(_LTDL_MODE, [],
2980        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
2981        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
2982                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
2983
2984AC_ARG_WITH([included_ltdl],
2985    [AS_HELP_STRING([--with-included-ltdl],
2986                    [use the GNU ltdl sources included here])])
2987
2988if test "x$with_included_ltdl" != xyes; then
2989  # We are not being forced to use the included libltdl sources, so
2990  # decide whether there is a useful installed version we can use.
2991  AC_CHECK_HEADER([ltdl.h],
2992      [AC_CHECK_DECL([lt_dlinterface_register],
2993	   [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
2994	       [with_included_ltdl=no],
2995	       [with_included_ltdl=yes])],
2996	   [with_included_ltdl=yes],
2997	   [AC_INCLUDES_DEFAULT
2998	    #include <ltdl.h>])],
2999      [with_included_ltdl=yes],
3000      [AC_INCLUDES_DEFAULT]
3001  )
3002fi
3003
3004dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
3005dnl was called yet, then for old times' sake, we assume libltdl is in an
3006dnl eponymous directory:
3007AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
3008
3009AC_ARG_WITH([ltdl_include],
3010    [AS_HELP_STRING([--with-ltdl-include=DIR],
3011                    [use the ltdl headers installed in DIR])])
3012
3013if test -n "$with_ltdl_include"; then
3014  if test -f "$with_ltdl_include/ltdl.h"; then :
3015  else
3016    AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
3017  fi
3018else
3019  with_ltdl_include=no
3020fi
3021
3022AC_ARG_WITH([ltdl_lib],
3023    [AS_HELP_STRING([--with-ltdl-lib=DIR],
3024                    [use the libltdl.la installed in DIR])])
3025
3026if test -n "$with_ltdl_lib"; then
3027  if test -f "$with_ltdl_lib/libltdl.la"; then :
3028  else
3029    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
3030  fi
3031else
3032  with_ltdl_lib=no
3033fi
3034
3035case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
3036  ,yes,no,no,)
3037	m4_case(m4_default(_LTDL_TYPE, [convenience]),
3038	    [convenience], [_LTDL_CONVENIENCE],
3039	    [installable], [_LTDL_INSTALLABLE],
3040	  [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
3041	;;
3042  ,no,no,no,)
3043	# If the included ltdl is not to be used, then use the
3044	# preinstalled libltdl we found.
3045	AC_DEFINE([HAVE_LTDL], [1],
3046	  [Define this if a modern libltdl is already installed])
3047	LIBLTDL=-lltdl
3048	LTDLDEPS=
3049	LTDLINCL=
3050	;;
3051  ,no*,no,*)
3052	AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
3053	;;
3054  *)	with_included_ltdl=no
3055	LIBLTDL="-L$with_ltdl_lib -lltdl"
3056	LTDLDEPS=
3057	LTDLINCL="-I$with_ltdl_include"
3058	;;
3059esac
3060INCLTDL="$LTDLINCL"
3061
3062# Report our decision...
3063AC_MSG_CHECKING([where to find libltdl headers])
3064AC_MSG_RESULT([$LTDLINCL])
3065AC_MSG_CHECKING([where to find libltdl library])
3066AC_MSG_RESULT([$LIBLTDL])
3067
3068_LTDL_SETUP
3069
3070dnl restore autoconf definition.
3071m4_popdef([AC_LIBOBJ])
3072m4_popdef([AC_LIBSOURCES])
3073
3074AC_CONFIG_COMMANDS_PRE([
3075    _ltdl_libobjs=
3076    _ltdl_ltlibobjs=
3077    if test -n "$_LT_LIBOBJS"; then
3078      # Remove the extension.
3079      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
3080      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
3081        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
3082        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
3083      done
3084    fi
3085    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
3086    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
3087])
3088
3089# Only expand once:
3090m4_define([LTDL_INIT])
3091])
3092m4trace:m4/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
3093m4trace:m4/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
3094You should run autoupdate.])dnl
3095LTDL_INIT($@)])
3096m4trace:m4/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
3097m4trace:m4/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
3098You should run autoupdate.])dnl
3099LTDL_INIT($@)])
3100m4trace:m4/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
3101m4trace:m4/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
3102You should run autoupdate.])dnl
3103LTDL_INIT($@)])
3104m4trace:m4/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
3105AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
3106AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
3107AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
3108AC_REQUIRE([LT_LIB_DLLOAD])dnl
3109AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
3110AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
3111AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
3112AC_REQUIRE([gl_FUNC_ARGZ])dnl
3113
3114m4_require([_LT_CHECK_OBJDIR])dnl
3115m4_require([_LT_HEADER_DLFCN])dnl
3116m4_require([_LT_CHECK_DLPREOPEN])dnl
3117m4_require([_LT_DECL_SED])dnl
3118
3119dnl Don't require this, or it will be expanded earlier than the code
3120dnl that sets the variables it relies on:
3121_LT_ENABLE_INSTALL
3122
3123dnl _LTDL_MODE specific code must be called at least once:
3124_LTDL_MODE_DISPATCH
3125
3126# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
3127# the user used.  This is so that ltdl.h can pick up the parent projects
3128# config.h file, The first file in AC_CONFIG_HEADERS must contain the
3129# definitions required by ltdl.c.
3130# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
3131AC_CONFIG_COMMANDS_PRE([dnl
3132m4_pattern_allow([^LT_CONFIG_H$])dnl
3133m4_ifset([AH_HEADER],
3134    [LT_CONFIG_H=AH_HEADER],
3135    [m4_ifset([AC_LIST_HEADERS],
3136	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
3137	[])])])
3138AC_SUBST([LT_CONFIG_H])
3139
3140AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
3141	[], [], [AC_INCLUDES_DEFAULT])
3142
3143AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
3144AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
3145
3146AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
3147
3148name=ltdl
3149LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""`
3150AC_SUBST([LTDLOPEN])
3151])
3152m4trace:m4/ltdl.m4:437: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3153AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
3154  [lt_cv_sys_dlopen_deplibs],
3155  [# PORTME does your system automatically load deplibs for dlopen?
3156  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
3157  # For now, we just catch OSes we know something about -- in the
3158  # future, we'll try test this programmatically.
3159  lt_cv_sys_dlopen_deplibs=unknown
3160  case $host_os in
3161  aix3*|aix4.1.*|aix4.2.*)
3162    # Unknown whether this is true for these versions of AIX, but
3163    # we want this `case' here to explicitly catch those versions.
3164    lt_cv_sys_dlopen_deplibs=unknown
3165    ;;
3166  aix[[4-9]]*)
3167    lt_cv_sys_dlopen_deplibs=yes
3168    ;;
3169  amigaos*)
3170    case $host_cpu in
3171    powerpc)
3172      lt_cv_sys_dlopen_deplibs=no
3173      ;;
3174    esac
3175    ;;
3176  darwin*)
3177    # Assuming the user has installed a libdl from somewhere, this is true
3178    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
3179    lt_cv_sys_dlopen_deplibs=yes
3180    ;;
3181  freebsd* | dragonfly*)
3182    lt_cv_sys_dlopen_deplibs=yes
3183    ;;
3184  gnu* | linux* | k*bsd*-gnu)
3185    # GNU and its variants, using gnu ld.so (Glibc)
3186    lt_cv_sys_dlopen_deplibs=yes
3187    ;;
3188  hpux10*|hpux11*)
3189    lt_cv_sys_dlopen_deplibs=yes
3190    ;;
3191  interix*)
3192    lt_cv_sys_dlopen_deplibs=yes
3193    ;;
3194  irix[[12345]]*|irix6.[[01]]*)
3195    # Catch all versions of IRIX before 6.2, and indicate that we don't
3196    # know how it worked for any of those versions.
3197    lt_cv_sys_dlopen_deplibs=unknown
3198    ;;
3199  irix*)
3200    # The case above catches anything before 6.2, and it's known that
3201    # at 6.2 and later dlopen does load deplibs.
3202    lt_cv_sys_dlopen_deplibs=yes
3203    ;;
3204  netbsd*)
3205    lt_cv_sys_dlopen_deplibs=yes
3206    ;;
3207  openbsd*)
3208    lt_cv_sys_dlopen_deplibs=yes
3209    ;;
3210  osf[[1234]]*)
3211    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
3212    # it did *not* use an RPATH in a shared library to find objects the
3213    # library depends on, so we explicitly say `no'.
3214    lt_cv_sys_dlopen_deplibs=no
3215    ;;
3216  osf5.0|osf5.0a|osf5.1)
3217    # dlopen *does* load deplibs and with the right loader patch applied
3218    # it even uses RPATH in a shared library to search for shared objects
3219    # that the library depends on, but there's no easy way to know if that
3220    # patch is installed.  Since this is the case, all we can really
3221    # say is unknown -- it depends on the patch being installed.  If
3222    # it is, this changes to `yes'.  Without it, it would be `no'.
3223    lt_cv_sys_dlopen_deplibs=unknown
3224    ;;
3225  osf*)
3226    # the two cases above should catch all versions of osf <= 5.1.  Read
3227    # the comments above for what we know about them.
3228    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
3229    # is used to find them so we can finally say `yes'.
3230    lt_cv_sys_dlopen_deplibs=yes
3231    ;;
3232  qnx*)
3233    lt_cv_sys_dlopen_deplibs=yes
3234    ;;
3235  solaris*)
3236    lt_cv_sys_dlopen_deplibs=yes
3237    ;;
3238  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3239    libltdl_cv_sys_dlopen_deplibs=yes
3240    ;;
3241  esac
3242  ])
3243if test "$lt_cv_sys_dlopen_deplibs" != yes; then
3244 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
3245    [Define if the OS needs help to load dependent libraries for dlopen().])
3246fi
3247])
3248m4trace:m4/ltdl.m4:536: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
3249m4trace:m4/ltdl.m4:536: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
3250You should run autoupdate.])dnl
3251m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
3252m4trace:m4/ltdl.m4:543: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
3253AC_CACHE_CHECK([which extension is used for runtime loadable modules],
3254  [libltdl_cv_shlibext],
3255[
3256module=yes
3257eval libltdl_cv_shlibext=$shrext_cmds
3258  ])
3259if test -n "$libltdl_cv_shlibext"; then
3260  m4_pattern_allow([LT_MODULE_EXT])dnl
3261  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
3262    [Define to the extension used for runtime loadable modules, say, ".so".])
3263fi
3264])
3265m4trace:m4/ltdl.m4:559: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
3266m4trace:m4/ltdl.m4:559: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
3267You should run autoupdate.])dnl
3268m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
3269m4trace:m4/ltdl.m4:566: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
3270AC_CACHE_CHECK([which variable specifies run-time module search path],
3271  [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
3272if test -n "$lt_cv_module_path_var"; then
3273  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
3274  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
3275    [Define to the name of the environment variable that determines the run-time module search path.])
3276fi
3277])
3278m4trace:m4/ltdl.m4:578: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
3279m4trace:m4/ltdl.m4:578: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
3280You should run autoupdate.])dnl
3281m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
3282m4trace:m4/ltdl.m4:585: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
3283AC_CACHE_CHECK([for the default library search path],
3284  [lt_cv_sys_dlsearch_path],
3285  [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
3286if test -n "$lt_cv_sys_dlsearch_path"; then
3287  sys_dlsearch_path=
3288  for dir in $lt_cv_sys_dlsearch_path; do
3289    if test -z "$sys_dlsearch_path"; then
3290      sys_dlsearch_path="$dir"
3291    else
3292      sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
3293    fi
3294  done
3295  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
3296  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
3297    [Define to the system default library search path.])
3298fi
3299])
3300m4trace:m4/ltdl.m4:606: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
3301m4trace:m4/ltdl.m4:606: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
3302You should run autoupdate.])dnl
3303m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
3304m4trace:m4/ltdl.m4:632: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
3305LT_DLLOADERS=
3306AC_SUBST([LT_DLLOADERS])
3307
3308AC_LANG_PUSH([C])
3309
3310LIBADD_DLOPEN=
3311AC_SEARCH_LIBS([dlopen], [dl],
3312	[AC_DEFINE([HAVE_LIBDL], [1],
3313		   [Define if you have the libdl library or equivalent.])
3314	if test "$ac_cv_search_dlopen" != "none required" ; then
3315	  LIBADD_DLOPEN="-ldl"
3316	fi
3317	libltdl_cv_lib_dl_dlopen="yes"
3318	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
3319    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
3320#  include <dlfcn.h>
3321#endif
3322    ]], [[dlopen(0, 0);]])],
3323	    [AC_DEFINE([HAVE_LIBDL], [1],
3324		       [Define if you have the libdl library or equivalent.])
3325	    libltdl_cv_func_dlopen="yes"
3326	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
3327	[AC_CHECK_LIB([svld], [dlopen],
3328		[AC_DEFINE([HAVE_LIBDL], [1],
3329			 [Define if you have the libdl library or equivalent.])
3330	        LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
3331		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
3332if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
3333then
3334  lt_save_LIBS="$LIBS"
3335  LIBS="$LIBS $LIBADD_DLOPEN"
3336  AC_CHECK_FUNCS([dlerror])
3337  LIBS="$lt_save_LIBS"
3338fi
3339AC_SUBST([LIBADD_DLOPEN])
3340
3341LIBADD_SHL_LOAD=
3342AC_CHECK_FUNC([shl_load],
3343	[AC_DEFINE([HAVE_SHL_LOAD], [1],
3344		   [Define if you have the shl_load function.])
3345	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
3346    [AC_CHECK_LIB([dld], [shl_load],
3347	    [AC_DEFINE([HAVE_SHL_LOAD], [1],
3348		       [Define if you have the shl_load function.])
3349	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
3350	    LIBADD_SHL_LOAD="-ldld"])])
3351AC_SUBST([LIBADD_SHL_LOAD])
3352
3353case $host_os in
3354darwin[[1567]].*)
3355# We only want this for pre-Mac OS X 10.4.
3356  AC_CHECK_FUNC([_dyld_func_lookup],
3357	[AC_DEFINE([HAVE_DYLD], [1],
3358		   [Define if you have the _dyld_func_lookup function.])
3359	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
3360  ;;
3361beos*)
3362  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
3363  ;;
3364cygwin* | mingw* | os2* | pw32*)
3365  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
3366  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
3367  ;;
3368esac
3369
3370AC_CHECK_LIB([dld], [dld_link],
3371	[AC_DEFINE([HAVE_DLD], [1],
3372		   [Define if you have the GNU dld library.])
3373		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
3374AC_SUBST([LIBADD_DLD_LINK])
3375
3376m4_pattern_allow([^LT_DLPREOPEN$])
3377LT_DLPREOPEN=
3378if test -n "$LT_DLLOADERS"
3379then
3380  for lt_loader in $LT_DLLOADERS; do
3381    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
3382  done
3383  AC_DEFINE([HAVE_LIBDLLOADER], [1],
3384            [Define if libdlloader will be built on this platform])
3385fi
3386AC_SUBST([LT_DLPREOPEN])
3387
3388dnl This isn't used anymore, but set it for backwards compatibility
3389LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
3390AC_SUBST([LIBADD_DL])
3391
3392AC_LANG_POP
3393])
3394m4trace:m4/ltdl.m4:725: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
3395m4trace:m4/ltdl.m4:725: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
3396You should run autoupdate.])dnl
3397m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
3398m4trace:m4/ltdl.m4:733: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
3399AC_CACHE_CHECK([for _ prefix in compiled symbols],
3400  [lt_cv_sys_symbol_underscore],
3401  [lt_cv_sys_symbol_underscore=no
3402  cat > conftest.$ac_ext <<_LT_EOF
3403void nm_test_func(){}
3404int main(){nm_test_func;return 0;}
3405_LT_EOF
3406  if AC_TRY_EVAL(ac_compile); then
3407    # Now try to grab the symbols.
3408    ac_nlist=conftest.nm
3409    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
3410      # See whether the symbols have a leading underscore.
3411      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
3412        lt_cv_sys_symbol_underscore=yes
3413      else
3414        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
3415	  :
3416        else
3417	  echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
3418        fi
3419      fi
3420    else
3421      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
3422    fi
3423  else
3424    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
3425    cat conftest.c >&AS_MESSAGE_LOG_FD
3426  fi
3427  rm -rf conftest*
3428  ])
3429  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
3430  AC_SUBST([sys_symbol_underscore])
3431])
3432m4trace:m4/ltdl.m4:770: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
3433m4trace:m4/ltdl.m4:770: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
3434You should run autoupdate.])dnl
3435m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
3436m4trace:m4/ltdl.m4:777: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
3437if test x"$lt_cv_sys_symbol_underscore" = xyes; then
3438  if test x"$libltdl_cv_func_dlopen" = xyes ||
3439     test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
3440	AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
3441	  [libltdl_cv_need_uscore],
3442	  [libltdl_cv_need_uscore=unknown
3443          save_LIBS="$LIBS"
3444          LIBS="$LIBS $LIBADD_DLOPEN"
3445	  _LT_TRY_DLOPEN_SELF(
3446	    [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
3447	    [],				 [libltdl_cv_need_uscore=cross])
3448	  LIBS="$save_LIBS"
3449	])
3450  fi
3451fi
3452
3453if test x"$libltdl_cv_need_uscore" = xyes; then
3454  AC_DEFINE([NEED_USCORE], [1],
3455    [Define if dlsym() requires a leading underscore in symbol names.])
3456fi
3457])
3458m4trace:m4/ltdl.m4:802: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
3459m4trace:m4/ltdl.m4:802: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
3460You should run autoupdate.])dnl
3461m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
3462m4trace:m4/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
3463m4trace:m4/ltoptions.m4:110: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
3464AC_DIAGNOSE([obsolete],
3465[$0: Remove this warning and the call to _LT_SET_OPTION when you
3466put the `dlopen' option into LT_INIT's first parameter.])
3467])
3468m4trace:m4/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
3469You should run autoupdate.])dnl
3470_LT_SET_OPTION([LT_INIT], [dlopen])
3471AC_DIAGNOSE([obsolete],
3472[$0: Remove this warning and the call to _LT_SET_OPTION when you
3473put the `dlopen' option into LT_INIT's first parameter.])
3474])
3475m4trace:m4/ltoptions.m4:145: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3476_LT_SET_OPTION([LT_INIT], [win32-dll])
3477AC_DIAGNOSE([obsolete],
3478[$0: Remove this warning and the call to _LT_SET_OPTION when you
3479put the `win32-dll' option into LT_INIT's first parameter.])
3480])
3481m4trace:m4/ltoptions.m4:145: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
3482You should run autoupdate.])dnl
3483AC_REQUIRE([AC_CANONICAL_HOST])dnl
3484_LT_SET_OPTION([LT_INIT], [win32-dll])
3485AC_DIAGNOSE([obsolete],
3486[$0: Remove this warning and the call to _LT_SET_OPTION when you
3487put the `win32-dll' option into LT_INIT's first parameter.])
3488])
3489m4trace:m4/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
3490])
3491m4trace:m4/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
3492])
3493m4trace:m4/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
3494m4trace:m4/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
3495You should run autoupdate.])dnl
3496AC_ENABLE_SHARED($@)])
3497m4trace:m4/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
3498m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
3499You should run autoupdate.])dnl
3500AC_DISABLE_SHARED($@)])
3501m4trace:m4/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
3502])
3503m4trace:m4/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
3504])
3505m4trace:m4/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
3506m4trace:m4/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
3507You should run autoupdate.])dnl
3508AC_ENABLE_STATIC($@)])
3509m4trace:m4/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
3510m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
3511You should run autoupdate.])dnl
3512AC_DISABLE_STATIC($@)])
3513m4trace:m4/ltoptions.m4:302: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
3514AC_DIAGNOSE([obsolete],
3515[$0: Remove this warning and the call to _LT_SET_OPTION when you put
3516the `fast-install' option into LT_INIT's first parameter.])
3517])
3518m4trace:m4/ltoptions.m4:302: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
3519You should run autoupdate.])dnl
3520_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
3521AC_DIAGNOSE([obsolete],
3522[$0: Remove this warning and the call to _LT_SET_OPTION when you put
3523the `fast-install' option into LT_INIT's first parameter.])
3524])
3525m4trace:m4/ltoptions.m4:309: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
3526AC_DIAGNOSE([obsolete],
3527[$0: Remove this warning and the call to _LT_SET_OPTION when you put
3528the `disable-fast-install' option into LT_INIT's first parameter.])
3529])
3530m4trace:m4/ltoptions.m4:309: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
3531You should run autoupdate.])dnl
3532_LT_SET_OPTION([LT_INIT], [disable-fast-install])
3533AC_DIAGNOSE([obsolete],
3534[$0: Remove this warning and the call to _LT_SET_OPTION when you put
3535the `disable-fast-install' option into LT_INIT's first parameter.])
3536])
3537m4trace:m4/ltoptions.m4:342: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
3538AC_DIAGNOSE([obsolete],
3539[$0: Remove this warning and the call to _LT_SET_OPTION when you
3540put the `pic-only' option into LT_INIT's first parameter.])
3541])
3542m4trace:m4/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
3543You should run autoupdate.])dnl
3544_LT_SET_OPTION([LT_INIT], [pic-only])
3545AC_DIAGNOSE([obsolete],
3546[$0: Remove this warning and the call to _LT_SET_OPTION when you
3547put the `pic-only' option into LT_INIT's first parameter.])
3548])
3549m4trace:m4/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
3550m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6b'
3551macro_revision='1.3018'
3552_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
3553_LT_DECL(, macro_revision, 0)
3554])
3555m4trace:m4/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
3556m4trace:m4/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
3557m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
3558m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
3559m4trace:m4/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
3560m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
3561m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
3562m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
3563m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
3564m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
3565m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
3566m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
3567m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
3568m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
3569m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
3570m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
3571m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
3572m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
3573m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
3574m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
3575m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
3576m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
3577m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
3578m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
3579m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
3580m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
3581m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
3582m4trace:m4/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
3583m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
3584m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
3585m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
3586m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
3587m4trace:m4/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
3588m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
3589m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
3590m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC])
3591m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
3592m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
3593m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
3594m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
3595m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
3596m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
3597m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
3598m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
3599m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
3600m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
3601m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
3602m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
3603m4trace:m4/nls.m4:22: -1- AC_DEFUN([AM_NLS], [
3604  AC_MSG_CHECKING([whether NLS is requested])
3605  dnl Default is enabled NLS
3606  AC_ARG_ENABLE(nls,
3607    [  --disable-nls           do not use Native Language Support],
3608    USE_NLS=$enableval, USE_NLS=yes)
3609  AC_MSG_RESULT($USE_NLS)
3610  AC_SUBST(USE_NLS)
3611])
3612m4trace:m4/nls.m4:33: -1- AC_DEFUN([AM_MKINSTALLDIRS], [
3613  dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
3614  dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
3615  dnl Try to locate it.
3616  MKINSTALLDIRS=
3617  if test -n "$ac_aux_dir"; then
3618    case "$ac_aux_dir" in
3619      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
3620      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
3621    esac
3622  fi
3623  if test -z "$MKINSTALLDIRS"; then
3624    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
3625  fi
3626  AC_SUBST(MKINSTALLDIRS)
3627])
3628m4trace:m4/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [
3629  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
3630  AC_REQUIRE([AC_PROG_INSTALL])dnl
3631  AC_REQUIRE([AM_MKINSTALLDIRS])dnl
3632  AC_REQUIRE([AM_NLS])dnl
3633
3634  dnl Perform the following tests also if --disable-nls has been given,
3635  dnl because they are needed for "make dist" to work.
3636
3637  dnl Search for GNU msgfmt in the PATH.
3638  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
3639  dnl The second test excludes FreeBSD msgfmt.
3640  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
3641    [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
3642     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
3643    :)
3644  AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
3645
3646  dnl Search for GNU xgettext 0.12 or newer in the PATH.
3647  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
3648  dnl The second test excludes FreeBSD xgettext.
3649  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
3650    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
3651     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
3652    :)
3653  dnl Remove leftover from FreeBSD xgettext call.
3654  rm -f messages.po
3655
3656  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
3657  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
3658    [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], :)
3659
3660  dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
3661  dnl Test whether we really found GNU msgfmt.
3662  if test "$GMSGFMT" != ":"; then
3663    dnl If it is no GNU msgfmt we define it as : so that the
3664    dnl Makefiles still can work.
3665    if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
3666       (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
3667      : ;
3668    else
3669      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
3670      AC_MSG_RESULT(
3671        [found $GMSGFMT program is not GNU msgfmt; ignore it])
3672      GMSGFMT=":"
3673    fi
3674  fi
3675
3676  dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
3677  dnl Test whether we really found GNU xgettext.
3678  if test "$XGETTEXT" != ":"; then
3679    dnl If it is no GNU xgettext we define it as : so that the
3680    dnl Makefiles still can work.
3681    if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
3682       (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
3683      : ;
3684    else
3685      AC_MSG_RESULT(
3686        [found xgettext program is not GNU xgettext; ignore it])
3687      XGETTEXT=":"
3688    fi
3689    dnl Remove leftover from FreeBSD xgettext call.
3690    rm -f messages.po
3691  fi
3692
3693  AC_OUTPUT_COMMANDS([
3694    for ac_file in $CONFIG_FILES; do
3695      # Support "outfile[:infile[:infile...]]"
3696      case "$ac_file" in
3697        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3698      esac
3699      # PO directories have a Makefile.in generated from Makefile.in.in.
3700      case "$ac_file" in */Makefile.in)
3701        # Adjust a relative srcdir.
3702        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3703        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
3704        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
3705        # In autoconf-2.13 it is called $ac_given_srcdir.
3706        # In autoconf-2.50 it is called $srcdir.
3707        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
3708        case "$ac_given_srcdir" in
3709          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
3710          /*) top_srcdir="$ac_given_srcdir" ;;
3711          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
3712        esac
3713        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
3714          rm -f "$ac_dir/POTFILES"
3715          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
3716          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
3717          POMAKEFILEDEPS="POTFILES.in"
3718          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
3719          # on $ac_dir but don't depend on user-specified configuration
3720          # parameters.
3721          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
3722            # The LINGUAS file contains the set of available languages.
3723            if test -n "$OBSOLETE_ALL_LINGUAS"; then
3724              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
3725            fi
3726            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
3727            # Hide the ALL_LINGUAS assigment from automake.
3728            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
3729            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
3730          else
3731            # The set of available languages was given in configure.in.
3732            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
3733          fi
3734          # Compute POFILES
3735          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
3736          # Compute UPDATEPOFILES
3737          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
3738          # Compute DUMMYPOFILES
3739          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
3740          # Compute GMOFILES
3741          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
3742          case "$ac_given_srcdir" in
3743            .) srcdirpre= ;;
3744            *) srcdirpre='$(srcdir)/' ;;
3745          esac
3746          POFILES=
3747          UPDATEPOFILES=
3748          DUMMYPOFILES=
3749          GMOFILES=
3750          for lang in $ALL_LINGUAS; do
3751            POFILES="$POFILES $srcdirpre$lang.po"
3752            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
3753            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
3754            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
3755          done
3756          # CATALOGS depends on both $ac_dir and the user's LINGUAS
3757          # environment variable.
3758          INST_LINGUAS=
3759          if test -n "$ALL_LINGUAS"; then
3760            for presentlang in $ALL_LINGUAS; do
3761              useit=no
3762              if test "%UNSET%" != "$LINGUAS"; then
3763                desiredlanguages="$LINGUAS"
3764              else
3765                desiredlanguages="$ALL_LINGUAS"
3766              fi
3767              for desiredlang in $desiredlanguages; do
3768                # Use the presentlang catalog if desiredlang is
3769                #   a. equal to presentlang, or
3770                #   b. a variant of presentlang (because in this case,
3771                #      presentlang can be used as a fallback for messages
3772                #      which are not translated in the desiredlang catalog).
3773                case "$desiredlang" in
3774                  "$presentlang"*) useit=yes;;
3775                esac
3776              done
3777              if test $useit = yes; then
3778                INST_LINGUAS="$INST_LINGUAS $presentlang"
3779              fi
3780            done
3781          fi
3782          CATALOGS=
3783          if test -n "$INST_LINGUAS"; then
3784            for lang in $INST_LINGUAS; do
3785              CATALOGS="$CATALOGS $lang.gmo"
3786            done
3787          fi
3788          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
3789          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
3790          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
3791            if test -f "$f"; then
3792              case "$f" in
3793                *.orig | *.bak | *~) ;;
3794                *) cat "$f" >> "$ac_dir/Makefile" ;;
3795              esac
3796            fi
3797          done
3798        fi
3799        ;;
3800      esac
3801    done],
3802   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
3803    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
3804    # from automake.
3805    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
3806    # Capture the value of LINGUAS because we need it to compute CATALOGS.
3807    LINGUAS="${LINGUAS-%UNSET%}"
3808   ])
3809])
3810m4trace:m4/po.m4:208: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [
3811  # When this code is run, in config.status, two variables have already been
3812  # set:
3813  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
3814  # - LINGUAS is the value of the environment variable LINGUAS at configure
3815  #   time.
3816
3817changequote(,)dnl
3818  # Adjust a relative srcdir.
3819  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3820  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
3821  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
3822  # In autoconf-2.13 it is called $ac_given_srcdir.
3823  # In autoconf-2.50 it is called $srcdir.
3824  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
3825  case "$ac_given_srcdir" in
3826    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
3827    /*) top_srcdir="$ac_given_srcdir" ;;
3828    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
3829  esac
3830
3831  # Find a way to echo strings without interpreting backslash.
3832  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
3833    gt_echo='echo'
3834  else
3835    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
3836      gt_echo='printf %s\n'
3837    else
3838      echo_func () {
3839        cat <<EOT
3840$*
3841EOT
3842      }
3843      gt_echo='echo_func'
3844    fi
3845  fi
3846
3847  # A sed script that extracts the value of VARIABLE from a Makefile.
3848  sed_x_variable='
3849# Test if the hold space is empty.
3850x
3851s/P/P/
3852x
3853ta
3854# Yes it was empty. Look if we have the expected variable definition.
3855/^[	 ]*VARIABLE[	 ]*=/{
3856  # Seen the first line of the variable definition.
3857  s/^[	 ]*VARIABLE[	 ]*=//
3858  ba
3859}
3860bd
3861:a
3862# Here we are processing a line from the variable definition.
3863# Remove comment, more precisely replace it with a space.
3864s/#.*$/ /
3865# See if the line ends in a backslash.
3866tb
3867:b
3868s/\\$//
3869# Print the line, without the trailing backslash.
3870p
3871tc
3872# There was no trailing backslash. The end of the variable definition is
3873# reached. Clear the hold space.
3874s/^.*$//
3875x
3876bd
3877:c
3878# A trailing backslash means that the variable definition continues in the
3879# next line. Put a nonempty string into the hold space to indicate this.
3880s/^.*$/P/
3881x
3882:d
3883'
3884changequote([,])dnl
3885
3886  # Set POTFILES to the value of the Makefile variable POTFILES.
3887  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
3888  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
3889  # Compute POTFILES_DEPS as
3890  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
3891  POTFILES_DEPS=
3892  for file in $POTFILES; do
3893    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
3894  done
3895  POMAKEFILEDEPS=""
3896
3897  if test -n "$OBSOLETE_ALL_LINGUAS"; then
3898    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
3899  fi
3900  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
3901    # The LINGUAS file contains the set of available languages.
3902    ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
3903    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
3904  else
3905    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
3906    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
3907    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
3908  fi
3909  # Hide the ALL_LINGUAS assigment from automake.
3910  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
3911  # Compute POFILES
3912  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
3913  # Compute UPDATEPOFILES
3914  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
3915  # Compute DUMMYPOFILES
3916  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
3917  # Compute GMOFILES
3918  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
3919  # Compute PROPERTIESFILES
3920  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
3921  # Compute CLASSFILES
3922  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
3923  # Compute QMFILES
3924  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
3925  # Compute MSGFILES
3926  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
3927  # Compute RESOURCESDLLFILES
3928  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
3929  case "$ac_given_srcdir" in
3930    .) srcdirpre= ;;
3931    *) srcdirpre='$(srcdir)/' ;;
3932  esac
3933  POFILES=
3934  UPDATEPOFILES=
3935  DUMMYPOFILES=
3936  GMOFILES=
3937  PROPERTIESFILES=
3938  CLASSFILES=
3939  QMFILES=
3940  MSGFILES=
3941  RESOURCESDLLFILES=
3942  for lang in $ALL_LINGUAS; do
3943    POFILES="$POFILES $srcdirpre$lang.po"
3944    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
3945    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
3946    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
3947    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
3948    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
3949    QMFILES="$QMFILES $srcdirpre$lang.qm"
3950    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
3951    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
3952    frobbedlang=`echo $lang | sed -e 's/_/-/g'`
3953    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
3954  done
3955  # CATALOGS depends on both $ac_dir and the user's LINGUAS
3956  # environment variable.
3957  INST_LINGUAS=
3958  if test -n "$ALL_LINGUAS"; then
3959    for presentlang in $ALL_LINGUAS; do
3960      useit=no
3961      if test "%UNSET%" != "$LINGUAS"; then
3962        desiredlanguages="$LINGUAS"
3963      else
3964        desiredlanguages="$ALL_LINGUAS"
3965      fi
3966      for desiredlang in $desiredlanguages; do
3967        # Use the presentlang catalog if desiredlang is
3968        #   a. equal to presentlang, or
3969        #   b. a variant of presentlang (because in this case,
3970        #      presentlang can be used as a fallback for messages
3971        #      which are not translated in the desiredlang catalog).
3972        case "$desiredlang" in
3973          "$presentlang"*) useit=yes;;
3974        esac
3975      done
3976      if test $useit = yes; then
3977        INST_LINGUAS="$INST_LINGUAS $presentlang"
3978      fi
3979    done
3980  fi
3981  CATALOGS=
3982  JAVACATALOGS=
3983  QTCATALOGS=
3984  TCLCATALOGS=
3985  CSHARPCATALOGS=
3986  if test -n "$INST_LINGUAS"; then
3987    for lang in $INST_LINGUAS; do
3988      CATALOGS="$CATALOGS $lang.gmo"
3989      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
3990      QTCATALOGS="$QTCATALOGS $lang.qm"
3991      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
3992      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
3993      frobbedlang=`echo $lang | sed -e 's/_/-/g'`
3994      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
3995    done
3996  fi
3997
3998  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
3999  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
4000    # Add dependencies that cannot be formulated as a simple suffix rule.
4001    for lang in $ALL_LINGUAS; do
4002      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
4003      cat >> "$ac_file.tmp" <<EOF
4004$frobbedlang.msg: $lang.po
4005	@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
4006	\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
4007EOF
4008    done
4009  fi
4010  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
4011    # Add dependencies that cannot be formulated as a simple suffix rule.
4012    for lang in $ALL_LINGUAS; do
4013      frobbedlang=`echo $lang | sed -e 's/_/-/g'`
4014      cat >> "$ac_file.tmp" <<EOF
4015$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
4016	@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
4017	\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
4018EOF
4019    done
4020  fi
4021  if test -n "$POMAKEFILEDEPS"; then
4022    cat >> "$ac_file.tmp" <<EOF
4023Makefile: $POMAKEFILEDEPS
4024EOF
4025  fi
4026  mv "$ac_file.tmp" "$ac_file"
4027])
4028m4trace:m4/printf-posix.m4:13: -1- AC_DEFUN([gt_PRINTF_POSIX], [
4029  AC_REQUIRE([AC_PROG_CC])
4030  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
4031    gt_cv_func_printf_posix,
4032    [
4033      AC_TRY_RUN([
4034#include <stdio.h>
4035#include <string.h>
4036/* The string "%2$d %1$d", with dollar characters protected from the shell's
4037   dollar expansion (possibly an autoconf bug).  */
4038static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
4039static char buf[100];
4040int main ()
4041{
4042  sprintf (buf, format, 33, 55);
4043  return (strcmp (buf, "55 33") != 0);
4044}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no,
4045      [
4046        AC_EGREP_CPP(notposix, [
4047#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
4048  notposix
4049#endif
4050        ], gt_cv_func_printf_posix="guessing no",
4051           gt_cv_func_printf_posix="guessing yes")
4052      ])
4053    ])
4054  case $gt_cv_func_printf_posix in
4055    *yes)
4056      AC_DEFINE(HAVE_POSIX_PRINTF, 1,
4057        [Define if your printf() function supports format strings with positions.])
4058      ;;
4059  esac
4060])
4061m4trace:m4/progtest.m4:25: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST], [
4062# Prepare PATH_SEPARATOR.
4063# The user is always right.
4064if test "${PATH_SEPARATOR+set}" != set; then
4065  echo "#! /bin/sh" >conf$$.sh
4066  echo  "exit 0"   >>conf$$.sh
4067  chmod +x conf$$.sh
4068  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4069    PATH_SEPARATOR=';'
4070  else
4071    PATH_SEPARATOR=:
4072  fi
4073  rm -f conf$$.sh
4074fi
4075
4076# Find out how to test for executable files. Don't use a zero-byte file,
4077# as systems may use methods other than mode bits to determine executability.
4078cat >conf$$.file <<_ASEOF
4079#! /bin/sh
4080exit 0
4081_ASEOF
4082chmod +x conf$$.file
4083if test -x conf$$.file >/dev/null 2>&1; then
4084  ac_executable_p="test -x"
4085else
4086  ac_executable_p="test -f"
4087fi
4088rm -f conf$$.file
4089
4090# Extract the first word of "$2", so it can be a program name with args.
4091set dummy $2; ac_word=[$]2
4092AC_MSG_CHECKING([for $ac_word])
4093AC_CACHE_VAL(ac_cv_path_$1,
4094[case "[$]$1" in
4095  [[\\/]]* | ?:[[\\/]]*)
4096    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4097    ;;
4098  *)
4099    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
4100    for ac_dir in ifelse([$5], , $PATH, [$5]); do
4101      IFS="$ac_save_IFS"
4102      test -z "$ac_dir" && ac_dir=.
4103      for ac_exec_ext in '' $ac_executable_extensions; do
4104        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
4105          if [$3]; then
4106            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
4107            break 2
4108          fi
4109        fi
4110      done
4111    done
4112    IFS="$ac_save_IFS"
4113dnl If no 4th arg is given, leave the cache variable unset,
4114dnl so AC_PATH_PROGS will keep looking.
4115ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4116])dnl
4117    ;;
4118esac])dnl
4119$1="$ac_cv_path_$1"
4120if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
4121  AC_MSG_RESULT([$]$1)
4122else
4123  AC_MSG_RESULT(no)
4124fi
4125AC_SUBST($1)dnl
4126])
4127m4trace:m4/signed.m4:11: -1- AC_DEFUN([bh_C_SIGNED], [
4128  AC_CACHE_CHECK([for signed], bh_cv_c_signed,
4129   [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)])
4130  if test $bh_cv_c_signed = no; then
4131    AC_DEFINE(signed, ,
4132              [Define to empty if the C compiler doesn't support this keyword.])
4133  fi
4134])
4135m4trace:m4/size_max.m4:11: -1- AC_DEFUN([gl_SIZE_MAX], [
4136  AC_CHECK_HEADERS(stdint.h)
4137  dnl First test whether the system already has SIZE_MAX.
4138  AC_MSG_CHECKING([for SIZE_MAX])
4139  result=
4140  AC_EGREP_CPP([Found it], [
4141#include <limits.h>
4142#if HAVE_STDINT_H
4143#include <stdint.h>
4144#endif
4145#ifdef SIZE_MAX
4146Found it
4147#endif
4148], result=yes)
4149  if test -z "$result"; then
4150    dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
4151    dnl than the type 'unsigned long'.
4152    dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
4153    dnl which is guaranteed to work from LONG_MIN to LONG_MAX.
4154    _AC_COMPUTE_INT([~(size_t)0 / 10], res_hi,
4155      [#include <stddef.h>], result=?)
4156    _AC_COMPUTE_INT([~(size_t)0 % 10], res_lo,
4157      [#include <stddef.h>], result=?)
4158    _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,
4159      [#include <stddef.h>], result=?)
4160    if test "$fits_in_uint" = 1; then
4161      dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
4162      dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
4163      AC_TRY_COMPILE([#include <stddef.h>
4164        extern size_t foo;
4165        extern unsigned long foo;
4166        ], [], fits_in_uint=0)
4167    fi
4168    if test -z "$result"; then
4169      if test "$fits_in_uint" = 1; then
4170        result="$res_hi$res_lo"U
4171      else
4172        result="$res_hi$res_lo"UL
4173      fi
4174    else
4175      dnl Shouldn't happen, but who knows...
4176      result='~(size_t)0'
4177    fi
4178  fi
4179  AC_MSG_RESULT([$result])
4180  if test "$result" != yes; then
4181    AC_DEFINE_UNQUOTED([SIZE_MAX], [$result],
4182      [Define as the maximum value of type 'size_t', if the system doesn't define it.])
4183  fi
4184])
4185m4trace:m4/stdint_h.m4:14: -1- AC_DEFUN([jm_AC_HEADER_STDINT_H], [
4186  AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
4187  [AC_TRY_COMPILE(
4188    [#include <sys/types.h>
4189#include <stdint.h>],
4190    [uintmax_t i = (uintmax_t) -1;],
4191    jm_ac_cv_header_stdint_h=yes,
4192    jm_ac_cv_header_stdint_h=no)])
4193  if test $jm_ac_cv_header_stdint_h = yes; then
4194    AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
4195      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
4196       and declares uintmax_t. ])
4197  fi
4198])
4199m4trace:m4/uintmax_t.m4:16: -1- AC_DEFUN([jm_AC_TYPE_UINTMAX_T], [
4200  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
4201  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
4202  if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
4203    AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
4204    test $ac_cv_type_unsigned_long_long = yes \
4205      && ac_type='unsigned long long' \
4206      || ac_type='unsigned long'
4207    AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
4208      [Define to unsigned long or unsigned long long
4209       if <stdint.h> and <inttypes.h> don't define.])
4210  else
4211    AC_DEFINE(HAVE_UINTMAX_T, 1,
4212      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
4213  fi
4214])
4215m4trace:m4/ulonglong.m4:13: -1- AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG], [
4216  AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
4217  [AC_TRY_LINK([unsigned long long ull = 1ULL; int i = 63;],
4218    [unsigned long long ullmax = (unsigned long long) -1;
4219     return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
4220    ac_cv_type_unsigned_long_long=yes,
4221    ac_cv_type_unsigned_long_long=no)])
4222  if test $ac_cv_type_unsigned_long_long = yes; then
4223    AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1,
4224      [Define if you have the 'unsigned long long' type.])
4225  fi
4226])
4227m4trace:m4/wchar_t.m4:13: -1- AC_DEFUN([gt_TYPE_WCHAR_T], [
4228  AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t,
4229    [AC_TRY_COMPILE([#include <stddef.h>
4230       wchar_t foo = (wchar_t)'\0';], ,
4231       gt_cv_c_wchar_t=yes, gt_cv_c_wchar_t=no)])
4232  if test $gt_cv_c_wchar_t = yes; then
4233    AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.])
4234  fi
4235])
4236m4trace:m4/wint_t.m4:13: -1- AC_DEFUN([gt_TYPE_WINT_T], [
4237  AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t,
4238    [AC_TRY_COMPILE([#include <wchar.h>
4239       wint_t foo = (wchar_t)'\0';], ,
4240       gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)])
4241  if test $gt_cv_c_wint_t = yes; then
4242    AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.])
4243  fi
4244])
4245m4trace:m4/xsize.m4:9: -1- AC_DEFUN([gl_XSIZE], [
4246  dnl Prerequisites of lib/xsize.h.
4247  AC_REQUIRE([gl_SIZE_MAX])
4248  AC_CHECK_HEADERS(stdint.h)
4249])
4250m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
4251m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
4252m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
4253m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
4254m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
4255m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
4256m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
4257m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
4258m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
4259m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
4260m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
4261m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
4262m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
4263m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
4264m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
4265m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
4266m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
4267m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
4268m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
4269m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
4270m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
4271m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
4272m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
4273m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
4274m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
4275m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
4276m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
4277m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
4278m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
4279m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
4280m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
4281m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
4282m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
4283m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
4284m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
4285m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
4286m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
4287m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
4288m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
4289m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
4290m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
4291m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
4292m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
4293m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
4294m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
4295m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
4296m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
4297m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
4298m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
4299m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
4300m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
4301m4trace:configure.ac:7: -1- m4_pattern_allow([^SCIM_VERSION$])
4302m4trace:configure.ac:10: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
4303m4trace:configure.ac:11: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
4304m4trace:configure.ac:14: -1- AM_INIT_AUTOMAKE
4305m4trace:configure.ac:14: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
4306m4trace:configure.ac:14: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
4307m4trace:configure.ac:14: -1- AM_AUTOMAKE_VERSION([1.11.1])
4308m4trace:configure.ac:14: -1- _AM_AUTOCONF_VERSION([2.68])
4309m4trace:configure.ac:14: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
4310m4trace:configure.ac:14: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
4311m4trace:configure.ac:14: -1- m4_pattern_allow([^INSTALL_DATA$])
4312m4trace:configure.ac:14: -1- m4_pattern_allow([^am__isrc$])
4313m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__isrc])
4314m4trace:configure.ac:14: -1- m4_pattern_allow([^CYGPATH_W$])
4315m4trace:configure.ac:14: -1- _AM_SET_OPTIONS([])
4316m4trace:configure.ac:14: -1- m4_pattern_allow([^PACKAGE$])
4317m4trace:configure.ac:14: -1- m4_pattern_allow([^VERSION$])
4318m4trace:configure.ac:14: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
4319 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
4320m4trace:configure.ac:14: -2- _AM_MANGLE_OPTION([no-define])
4321m4trace:configure.ac:14: -1- m4_pattern_allow([^PACKAGE$])
4322m4trace:configure.ac:14: -1- m4_pattern_allow([^VERSION$])
4323m4trace:configure.ac:14: -1- AM_SANITY_CHECK
4324m4trace:configure.ac:14: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
4325m4trace:configure.ac:14: -1- AM_MISSING_HAS_RUN
4326m4trace:configure.ac:14: -1- AM_AUX_DIR_EXPAND
4327m4trace:configure.ac:14: -1- m4_pattern_allow([^ACLOCAL$])
4328m4trace:configure.ac:14: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
4329m4trace:configure.ac:14: -1- m4_pattern_allow([^AUTOCONF$])
4330m4trace:configure.ac:14: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
4331m4trace:configure.ac:14: -1- m4_pattern_allow([^AUTOMAKE$])
4332m4trace:configure.ac:14: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
4333m4trace:configure.ac:14: -1- m4_pattern_allow([^AUTOHEADER$])
4334m4trace:configure.ac:14: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
4335m4trace:configure.ac:14: -1- m4_pattern_allow([^MAKEINFO$])
4336m4trace:configure.ac:14: -1- AM_PROG_INSTALL_SH
4337m4trace:configure.ac:14: -1- m4_pattern_allow([^install_sh$])
4338m4trace:configure.ac:14: -1- AM_PROG_INSTALL_STRIP
4339m4trace:configure.ac:14: -1- m4_pattern_allow([^STRIP$])
4340m4trace:configure.ac:14: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
4341m4trace:configure.ac:14: -1- AM_PROG_MKDIR_P
4342m4trace:configure.ac:14: -1- m4_pattern_allow([^MKDIR_P$])
4343m4trace:configure.ac:14: -1- m4_pattern_allow([^mkdir_p$])
4344m4trace:configure.ac:14: -1- m4_pattern_allow([^AWK$])
4345m4trace:configure.ac:14: -1- m4_pattern_allow([^SET_MAKE$])
4346m4trace:configure.ac:14: -1- AM_SET_LEADING_DOT
4347m4trace:configure.ac:14: -1- m4_pattern_allow([^am__leading_dot$])
4348m4trace:configure.ac:14: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
4349			     [_AM_PROG_TAR([v7])])])
4350m4trace:configure.ac:14: -2- _AM_MANGLE_OPTION([tar-ustar])
4351m4trace:configure.ac:14: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
4352m4trace:configure.ac:14: -2- _AM_MANGLE_OPTION([tar-pax])
4353m4trace:configure.ac:14: -1- _AM_PROG_TAR([v7])
4354m4trace:configure.ac:14: -1- AM_MISSING_PROG([AMTAR], [tar])
4355m4trace:configure.ac:14: -1- m4_pattern_allow([^AMTAR$])
4356m4trace:configure.ac:14: -1- m4_pattern_allow([^am__tar$])
4357m4trace:configure.ac:14: -1- m4_pattern_allow([^am__untar$])
4358m4trace:configure.ac:14: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
4359		  [_AM_DEPENDENCIES(CC)],
4360		  [define([AC_PROG_CC],
4361			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
4362AC_PROVIDE_IFELSE([AC_PROG_CXX],
4363		  [_AM_DEPENDENCIES(CXX)],
4364		  [define([AC_PROG_CXX],
4365			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
4366AC_PROVIDE_IFELSE([AC_PROG_OBJC],
4367		  [_AM_DEPENDENCIES(OBJC)],
4368		  [define([AC_PROG_OBJC],
4369			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
4370])
4371m4trace:configure.ac:14: -2- _AM_MANGLE_OPTION([no-dependencies])
4372m4trace:configure.ac:14: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
4373m4trace:configure.ac:14: -2- _AM_MANGLE_OPTION([silent-rules])
4374m4trace:configure.ac:15: -1- AM_CONFIG_HEADER([config.h])
4375m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
4376You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
4377configure.ac:15: the top level])
4378m4trace:configure.ac:19: -1- AM_GNU_GETTEXT
4379m4trace:configure.ac:19: -1- AM_PO_SUBDIRS
4380m4trace:configure.ac:19: -1- AM_MKINSTALLDIRS
4381m4trace:configure.ac:19: -1- m4_pattern_allow([^MKINSTALLDIRS$])
4382m4trace:configure.ac:19: -1- AM_NLS
4383m4trace:configure.ac:19: -1- m4_pattern_allow([^USE_NLS$])
4384m4trace:configure.ac:19: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
4385     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
4386m4trace:configure.ac:19: -1- m4_pattern_allow([^MSGFMT$])
4387m4trace:configure.ac:19: -1- m4_pattern_allow([^GMSGFMT$])
4388m4trace:configure.ac:19: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4389     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
4390m4trace:configure.ac:19: -1- m4_pattern_allow([^XGETTEXT$])
4391m4trace:configure.ac:19: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], [:])
4392m4trace:configure.ac:19: -1- m4_pattern_allow([^MSGMERGE$])
4393m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
4394You should run autoupdate.], [../../lib/autoconf/status.m4:1028: AC_OUTPUT_COMMANDS is expanded from...
4395m4/po.m4:23: AM_PO_SUBDIRS is expanded from...
4396m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4397configure.ac:19: the top level])
4398m4trace:configure.ac:19: -1- AM_INTL_SUBDIR
4399m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
4400m4trace:configure.ac:19: -1- m4_pattern_allow([^CFLAGS$])
4401m4trace:configure.ac:19: -1- m4_pattern_allow([^LDFLAGS$])
4402m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBS$])
4403m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
4404m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
4405m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
4406m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
4407m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
4408m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_CC$])
4409m4trace:configure.ac:19: -1- m4_pattern_allow([^EXEEXT$])
4410m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJEXT$])
4411m4trace:configure.ac:19: -1- _AM_DEPENDENCIES([CC])
4412m4trace:configure.ac:19: -1- AM_SET_DEPDIR
4413m4trace:configure.ac:19: -1- m4_pattern_allow([^DEPDIR$])
4414m4trace:configure.ac:19: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
4415m4trace:configure.ac:19: -1- AM_MAKE_INCLUDE
4416m4trace:configure.ac:19: -1- m4_pattern_allow([^am__include$])
4417m4trace:configure.ac:19: -1- m4_pattern_allow([^am__quote$])
4418m4trace:configure.ac:19: -1- AM_DEP_TRACK
4419m4trace:configure.ac:19: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
4420m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEP_TRUE$])
4421m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEP_FALSE$])
4422m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
4423m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
4424m4trace:configure.ac:19: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
4425m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
4426m4trace:configure.ac:19: -1- m4_pattern_allow([^CCDEPMODE$])
4427m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCC], [
4428  test "x$enable_dependency_tracking" != xno \
4429  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
4430m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
4431m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
4432m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
4433m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
4434m4trace:configure.ac:19: -1- m4_pattern_allow([^build$])
4435m4trace:configure.ac:19: -1- m4_pattern_allow([^build_cpu$])
4436m4trace:configure.ac:19: -1- m4_pattern_allow([^build_vendor$])
4437m4trace:configure.ac:19: -1- m4_pattern_allow([^build_os$])
4438m4trace:configure.ac:19: -1- m4_pattern_allow([^host$])
4439m4trace:configure.ac:19: -1- m4_pattern_allow([^host_cpu$])
4440m4trace:configure.ac:19: -1- m4_pattern_allow([^host_vendor$])
4441m4trace:configure.ac:19: -1- m4_pattern_allow([^host_os$])
4442m4trace:configure.ac:19: -1- m4_pattern_allow([^RANLIB$])
4443m4trace:configure.ac:19: -1- AC_ISC_POSIX
4444m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
4445m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
4446m4trace:configure.ac:19: -1- m4_pattern_allow([^CPP$])
4447m4trace:configure.ac:19: -1- AC_PROG_EGREP
4448m4trace:configure.ac:19: -1- m4_pattern_allow([^GREP$])
4449m4trace:configure.ac:19: -1- m4_pattern_allow([^EGREP$])
4450m4trace:configure.ac:19: -1- m4_pattern_allow([^STDC_HEADERS$])
4451m4trace:configure.ac:19: -1- m4_pattern_allow([^const$])
4452m4trace:configure.ac:19: -1- bh_C_SIGNED
4453m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4454You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4455../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4456../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4457../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4458m4/signed.m4:11: bh_C_SIGNED is expanded from...
4459m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4460m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4461configure.ac:19: the top level])
4462m4trace:configure.ac:19: -1- m4_pattern_allow([^signed$])
4463m4trace:configure.ac:19: -1- m4_pattern_allow([^off_t$])
4464m4trace:configure.ac:19: -1- m4_pattern_allow([^size_t$])
4465m4trace:configure.ac:19: -1- jm_AC_TYPE_LONG_LONG
4466m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4467You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4468../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4469../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4470../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4471m4/longlong.m4:13: jm_AC_TYPE_LONG_LONG is expanded from...
4472m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4473m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4474configure.ac:19: the top level])
4475m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LONG_LONG$])
4476m4trace:configure.ac:19: -1- gt_TYPE_LONGDOUBLE
4477m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4478You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4479../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4480../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4481../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4482m4/longdouble.m4:13: gt_TYPE_LONGDOUBLE is expanded from...
4483m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4484m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4485configure.ac:19: the top level])
4486m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
4487m4trace:configure.ac:19: -1- gt_TYPE_WCHAR_T
4488m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4489You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4490../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4491../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4492../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4493m4/wchar_t.m4:13: gt_TYPE_WCHAR_T is expanded from...
4494m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4495m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4496configure.ac:19: the top level])
4497m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
4498m4trace:configure.ac:19: -1- gt_TYPE_WINT_T
4499m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4500You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4501../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4502../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4503../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4504m4/wint_t.m4:13: gt_TYPE_WINT_T is expanded from...
4505m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4506m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4507configure.ac:19: the top level])
4508m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_WINT_T$])
4509m4trace:configure.ac:19: -1- jm_AC_HEADER_INTTYPES_H
4510m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4511You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4512../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4513../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4514../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4515m4/inttypes_h.m4:14: jm_AC_HEADER_INTTYPES_H is expanded from...
4516m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4517m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4518configure.ac:19: the top level])
4519m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
4520m4trace:configure.ac:19: -1- jm_AC_HEADER_STDINT_H
4521m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4522You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4523../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4524../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4525../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4526m4/stdint_h.m4:14: jm_AC_HEADER_STDINT_H is expanded from...
4527m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4528m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4529configure.ac:19: the top level])
4530m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
4531m4trace:configure.ac:19: -1- gt_TYPE_INTMAX_T
4532m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4533You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4534../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4535../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4536../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4537m4/intmax.m4:13: gt_TYPE_INTMAX_T is expanded from...
4538m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4539m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4540configure.ac:19: the top level])
4541m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
4542m4trace:configure.ac:19: -1- gt_PRINTF_POSIX
4543m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
4544You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
4545../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4546../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4547../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4548m4/printf-posix.m4:13: gt_PRINTF_POSIX is expanded from...
4549m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4550m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4551configure.ac:19: the top level])
4552m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
4553m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
4554m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_ALLOCA$])
4555m4trace:configure.ac:19: -1- m4_pattern_allow([^ALLOCA$])
4556m4trace:configure.ac:19: -1- m4_pattern_allow([^C_ALLOCA$])
4557m4trace:configure.ac:19: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
4558m4trace:configure.ac:19: -1- m4_pattern_allow([^STACK_DIRECTION$])
4559m4trace:configure.ac:19: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
4560_AC_HEADERS_EXPANSION])
4561m4trace:configure.ac:19: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
4562_AC_HEADERS_EXPANSION])
4563m4trace:configure.ac:19: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])])
4564_AC_HEADERS_EXPANSION])
4565m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
4566m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_MMAP$])
4567m4trace:configure.ac:19: -1- jm_GLIBC21
4568m4trace:configure.ac:19: -1- m4_pattern_allow([^GLIBC21$])
4569m4trace:configure.ac:19: -1- gt_INTDIV0
4570m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
4571You should run autoupdate.], [../../lib/autoconf/general.m4:2765: AC_TRY_RUN is expanded from...
4572../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4573../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4574../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4575m4/intdiv0.m4:11: gt_INTDIV0 is expanded from...
4576m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4577m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4578configure.ac:19: the top level])
4579m4trace:configure.ac:19: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
4580m4trace:configure.ac:19: -1- jm_AC_TYPE_UINTMAX_T
4581m4trace:configure.ac:19: -1- jm_AC_TYPE_UNSIGNED_LONG_LONG
4582m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4583You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4584../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4585../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4586../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4587m4/ulonglong.m4:13: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from...
4588m4/uintmax_t.m4:16: jm_AC_TYPE_UINTMAX_T is expanded from...
4589m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4590m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4591configure.ac:19: the top level])
4592m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$])
4593m4trace:configure.ac:19: -1- m4_pattern_allow([^uintmax_t$])
4594m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
4595m4trace:configure.ac:19: -1- gt_HEADER_INTTYPES_H
4596m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4597You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4598../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4599../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4600../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4601m4/inttypes.m4:14: gt_HEADER_INTTYPES_H is expanded from...
4602m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4603m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4604configure.ac:19: the top level])
4605m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
4606m4trace:configure.ac:19: -1- gt_INTTYPES_PRI
4607m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4608You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4609../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4610../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4611../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4612m4/inttypes-pri.m4:14: gt_INTTYPES_PRI is expanded from...
4613m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4614m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4615configure.ac:19: the top level])
4616m4trace:configure.ac:19: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
4617m4trace:configure.ac:19: -1- gl_XSIZE
4618m4trace:configure.ac:19: -1- gl_SIZE_MAX
4619m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_STDINT_H$])
4620m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `_AC_COMPUTE_INT' is obsolete and will be deleted in a
4621future version or Autoconf.  Hence, it is suggested that you use
4622instead the public AC_COMPUTE_INT macro.  Note that the arguments are
4623slightly different between the two.], [../../lib/autoconf/general.m4:3075: _AC_COMPUTE_INT is expanded from...
4624m4/size_max.m4:11: gl_SIZE_MAX is expanded from...
4625m4/xsize.m4:9: gl_XSIZE is expanded from...
4626m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4627m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4628configure.ac:19: the top level])
4629m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `_AC_COMPUTE_INT' is obsolete and will be deleted in a
4630future version or Autoconf.  Hence, it is suggested that you use
4631instead the public AC_COMPUTE_INT macro.  Note that the arguments are
4632slightly different between the two.], [../../lib/autoconf/general.m4:3075: _AC_COMPUTE_INT is expanded from...
4633m4/size_max.m4:11: gl_SIZE_MAX is expanded from...
4634m4/xsize.m4:9: gl_XSIZE is expanded from...
4635m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4636m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4637configure.ac:19: the top level])
4638m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `_AC_COMPUTE_INT' is obsolete and will be deleted in a
4639future version or Autoconf.  Hence, it is suggested that you use
4640instead the public AC_COMPUTE_INT macro.  Note that the arguments are
4641slightly different between the two.], [../../lib/autoconf/general.m4:3075: _AC_COMPUTE_INT is expanded from...
4642m4/size_max.m4:11: gl_SIZE_MAX is expanded from...
4643m4/xsize.m4:9: gl_XSIZE is expanded from...
4644m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4645m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4646configure.ac:19: the top level])
4647m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4648You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4649m4/size_max.m4:11: gl_SIZE_MAX is expanded from...
4650m4/xsize.m4:9: gl_XSIZE is expanded from...
4651m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4652m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4653configure.ac:19: the top level])
4654m4trace:configure.ac:19: -1- m4_pattern_allow([^SIZE_MAX$])
4655m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_STDINT_H$])
4656m4trace:configure.ac:19: -1- m4_pattern_allow([^ptrdiff_t$])
4657m4trace:configure.ac:19: -1- gt_CHECK_DECL([_snprintf], [#include <stdio.h>])
4658m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4659You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4660../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4661../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4662../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4663m4/gettext.m4:468: gt_CHECK_DECL is expanded from...
4664m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4665m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4666configure.ac:19: the top level])
4667m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DECL__SNPRINTF$])
4668m4trace:configure.ac:19: -1- gt_CHECK_DECL([_snwprintf], [#include <stdio.h>])
4669m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4670You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4671../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4672../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4673../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4674m4/gettext.m4:468: gt_CHECK_DECL is expanded from...
4675m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4676m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4677configure.ac:19: the top level])
4678m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DECL__SNWPRINTF$])
4679m4trace:configure.ac:19: -1- gt_CHECK_DECL([feof_unlocked], [#include <stdio.h>])
4680m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4681You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4682../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4683../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4684../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4685m4/gettext.m4:468: gt_CHECK_DECL is expanded from...
4686m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4687m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4688configure.ac:19: the top level])
4689m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DECL_FEOF_UNLOCKED$])
4690m4trace:configure.ac:19: -1- gt_CHECK_DECL([fgets_unlocked], [#include <stdio.h>])
4691m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4692You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4693../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4694../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4695../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4696m4/gettext.m4:468: gt_CHECK_DECL is expanded from...
4697m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4698m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4699configure.ac:19: the top level])
4700m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DECL_FGETS_UNLOCKED$])
4701m4trace:configure.ac:19: -1- gt_CHECK_DECL([getc_unlocked], [#include <stdio.h>])
4702m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4703You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4704../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4705../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4706../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4707m4/gettext.m4:468: gt_CHECK_DECL is expanded from...
4708m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4709m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4710configure.ac:19: the top level])
4711m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DECL_GETC_UNLOCKED$])
4712m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
4713m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
4714m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
4715m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_WPRINTF$])
4716m4trace:configure.ac:19: -1- AM_ICONV
4717m4trace:configure.ac:19: -1- AM_ICONV_LINK
4718m4trace:configure.ac:19: -1- AM_ICONV_LINKFLAGS_BODY
4719m4trace:configure.ac:19: -1- AC_LIB_PREPARE_PREFIX
4720m4trace:configure.ac:19: -1- AC_LIB_RPATH
4721m4trace:configure.ac:19: -1- AC_LIB_PROG_LD
4722m4trace:configure.ac:19: -1- AC_LIB_PROG_LD_GNU
4723m4trace:configure.ac:19: -1- AC_LIB_LINKFLAGS_BODY([iconv])
4724m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([
4725    eval additional_includedir=\"$includedir\"
4726    eval additional_libdir=\"$libdir\"
4727  ])
4728m4trace:configure.ac:19: -1- AC_LIB_ARG_WITH([libiconv-prefix], [  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
4729  --without-libiconv-prefix     don't search for libiconv in includedir and libdir], [
4730    if test "X$withval" = "Xno"; then
4731      use_additional=no
4732    else
4733      if test "X$withval" = "X"; then
4734        AC_LIB_WITH_FINAL_PREFIX([
4735          eval additional_includedir=\"$includedir\"
4736          eval additional_libdir=\"$libdir\"
4737        ])
4738      else
4739        additional_includedir="$withval/include"
4740        additional_libdir="$withval/lib"
4741      fi
4742    fi
4743])
4744m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([
4745          eval additional_includedir=\"$includedir\"
4746          eval additional_libdir=\"$libdir\"
4747        ])
4748m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4749m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4750m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4751m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4752m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4753m4trace:configure.ac:19: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
4754m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4755m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4756You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4757../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4758../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4759../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4760m4/iconv.m4:22: AM_ICONV_LINK is expanded from...
4761m4/iconv.m4:77: AM_ICONV is expanded from...
4762m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4763m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4764configure.ac:19: the top level])
4765m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4766You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4767../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4768../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4769../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4770m4/iconv.m4:22: AM_ICONV_LINK is expanded from...
4771m4/iconv.m4:77: AM_ICONV is expanded from...
4772m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4773m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4774configure.ac:19: the top level])
4775m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_ICONV$])
4776m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBICONV$])
4777m4trace:configure.ac:19: -1- m4_pattern_allow([^LTLIBICONV$])
4778m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
4779You should run autoupdate.], [../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from...
4780../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4781../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4782m4/iconv.m4:77: AM_ICONV is expanded from...
4783m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4784m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4785configure.ac:19: the top level])
4786m4trace:configure.ac:19: -1- m4_pattern_allow([^ICONV_CONST$])
4787m4trace:configure.ac:19: -1- AM_LANGINFO_CODESET
4788m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4789You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4790../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4791../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4792../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4793m4/codeset.m4:11: AM_LANGINFO_CODESET is expanded from...
4794m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4795m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4796configure.ac:19: the top level])
4797m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
4798m4trace:configure.ac:19: -1- AM_LC_MESSAGES
4799m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4800You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4801../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4802../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4803../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4804m4/lcmessage.m4:23: AM_LC_MESSAGES is expanded from...
4805m4/gettext.m4:347: AM_INTL_SUBDIR is expanded from...
4806m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4807configure.ac:19: the top level])
4808m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
4809m4trace:configure.ac:19: -1- m4_pattern_allow([^INTLBISON$])
4810m4trace:configure.ac:19: -1- AM_NLS
4811m4trace:configure.ac:19: -1- m4_pattern_allow([^USE_NLS$])
4812m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4813You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4814../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4815../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4816../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4817m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4818configure.ac:19: the top level])
4819m4trace:configure.ac:19: -1- AC_LIB_LINKFLAGS_BODY([intl])
4820m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([
4821    eval additional_includedir=\"$includedir\"
4822    eval additional_libdir=\"$libdir\"
4823  ])
4824m4trace:configure.ac:19: -1- AC_LIB_ARG_WITH([libintl-prefix], [  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
4825  --without-libintl-prefix     don't search for libintl in includedir and libdir], [
4826    if test "X$withval" = "Xno"; then
4827      use_additional=no
4828    else
4829      if test "X$withval" = "X"; then
4830        AC_LIB_WITH_FINAL_PREFIX([
4831          eval additional_includedir=\"$includedir\"
4832          eval additional_libdir=\"$libdir\"
4833        ])
4834      else
4835        additional_includedir="$withval/include"
4836        additional_libdir="$withval/lib"
4837      fi
4838    fi
4839])
4840m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([
4841          eval additional_includedir=\"$includedir\"
4842          eval additional_libdir=\"$libdir\"
4843        ])
4844m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4845m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4846m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4847m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4848m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4849m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4850You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4851../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4852../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4853../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4854m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4855configure.ac:19: the top level])
4856m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4857You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4858../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
4859../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
4860../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
4861m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
4862configure.ac:19: the top level])
4863m4trace:configure.ac:19: -1- m4_pattern_allow([^ENABLE_NLS$])
4864m4trace:configure.ac:19: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
4865m4trace:configure.ac:19: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
4866m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_GETTEXT$])
4867m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
4868m4trace:configure.ac:19: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
4869m4trace:configure.ac:19: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
4870m4trace:configure.ac:19: -1- m4_pattern_allow([^CATOBJEXT$])
4871m4trace:configure.ac:19: -1- m4_pattern_allow([^DATADIRNAME$])
4872m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTOBJEXT$])
4873m4trace:configure.ac:19: -1- m4_pattern_allow([^GENCAT$])
4874m4trace:configure.ac:19: -1- m4_pattern_allow([^INTLOBJS$])
4875m4trace:configure.ac:19: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
4876m4trace:configure.ac:19: -1- m4_pattern_allow([^INTLLIBS$])
4877m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBINTL$])
4878m4trace:configure.ac:19: -1- m4_pattern_allow([^LTLIBINTL$])
4879m4trace:configure.ac:19: -1- m4_pattern_allow([^POSUB$])
4880m4trace:configure.ac:21: -1- AC_LIBTOOL_WIN32_DLL
4881m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
4882You should run autoupdate.], [m4/ltoptions.m4:145: AC_LIBTOOL_WIN32_DLL is expanded from...
4883configure.ac:21: the top level])
4884m4trace:configure.ac:21: -1- m4_pattern_allow([^AS$])
4885m4trace:configure.ac:21: -1- m4_pattern_allow([^DLLTOOL$])
4886m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJDUMP$])
4887m4trace:configure.ac:21: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
4888put the `win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:145: AC_LIBTOOL_WIN32_DLL is expanded from...
4889configure.ac:21: the top level])
4890m4trace:configure.ac:22: -1- AC_LIBTOOL_DLOPEN
4891m4trace:configure.ac:22: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
4892You should run autoupdate.], [m4/ltoptions.m4:110: AC_LIBTOOL_DLOPEN is expanded from...
4893configure.ac:22: the top level])
4894m4trace:configure.ac:22: -1- _m4_warn([obsolete], [AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you
4895put the `dlopen' option into LT_INIT's first parameter.], [m4/ltoptions.m4:110: AC_LIBTOOL_DLOPEN is expanded from...
4896configure.ac:22: the top level])
4897m4trace:configure.ac:23: -1- AC_PROG_LIBTOOL
4898m4trace:configure.ac:23: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
4899You should run autoupdate.], [m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
4900configure.ac:23: the top level])
4901m4trace:configure.ac:23: -1- LT_INIT
4902m4trace:configure.ac:23: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
4903m4trace:configure.ac:23: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
4904m4trace:configure.ac:23: -1- LTOPTIONS_VERSION
4905m4trace:configure.ac:23: -1- LTSUGAR_VERSION
4906m4trace:configure.ac:23: -1- LTVERSION_VERSION
4907m4trace:configure.ac:23: -1- LTOBSOLETE_VERSION
4908m4trace:configure.ac:23: -1- _LT_PROG_LTMAIN
4909m4trace:configure.ac:23: -1- m4_pattern_allow([^LIBTOOL$])
4910m4trace:configure.ac:23: -1- LT_PATH_LD
4911m4trace:configure.ac:23: -1- m4_pattern_allow([^SED$])
4912m4trace:configure.ac:23: -1- m4_pattern_allow([^FGREP$])
4913m4trace:configure.ac:23: -1- m4_pattern_allow([^GREP$])
4914m4trace:configure.ac:23: -1- m4_pattern_allow([^LD$])
4915m4trace:configure.ac:23: -1- LT_PATH_NM
4916m4trace:configure.ac:23: -1- m4_pattern_allow([^DUMPBIN$])
4917m4trace:configure.ac:23: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
4918m4trace:configure.ac:23: -1- m4_pattern_allow([^DUMPBIN$])
4919m4trace:configure.ac:23: -1- m4_pattern_allow([^NM$])
4920m4trace:configure.ac:23: -1- m4_pattern_allow([^LN_S$])
4921m4trace:configure.ac:23: -1- LT_CMD_MAX_LEN
4922m4trace:configure.ac:23: -1- m4_pattern_allow([^OBJDUMP$])
4923m4trace:configure.ac:23: -1- m4_pattern_allow([^OBJDUMP$])
4924m4trace:configure.ac:23: -1- m4_pattern_allow([^AR$])
4925m4trace:configure.ac:23: -1- m4_pattern_allow([^STRIP$])
4926m4trace:configure.ac:23: -1- m4_pattern_allow([^RANLIB$])
4927m4trace:configure.ac:23: -1- m4_pattern_allow([LT_OBJDIR])
4928m4trace:configure.ac:23: -1- m4_pattern_allow([^LT_OBJDIR$])
4929m4trace:configure.ac:23: -1- m4_pattern_allow([^lt_ECHO$])
4930m4trace:configure.ac:23: -1- _LT_CC_BASENAME([$compiler])
4931m4trace:configure.ac:23: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
4932m4trace:configure.ac:23: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
4933m4trace:configure.ac:23: -1- LT_SUPPORTED_TAG([CC])
4934m4trace:configure.ac:23: -1- _LT_COMPILER_BOILERPLATE
4935m4trace:configure.ac:23: -1- _LT_LINKER_BOILERPLATE
4936m4trace:configure.ac:23: -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"])
4937m4trace:configure.ac:23: -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
4938     "" | " "*) ;;
4939     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
4940     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
4941     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
4942m4trace:configure.ac:23: -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, )=])
4943m4trace:configure.ac:23: -1- m4_pattern_allow([^DSYMUTIL$])
4944m4trace:configure.ac:23: -1- m4_pattern_allow([^NMEDIT$])
4945m4trace:configure.ac:23: -1- m4_pattern_allow([^LIPO$])
4946m4trace:configure.ac:23: -1- m4_pattern_allow([^OTOOL$])
4947m4trace:configure.ac:23: -1- m4_pattern_allow([^OTOOL64$])
4948m4trace:configure.ac:23: -1- LT_SYS_DLOPEN_SELF
4949m4trace:configure.ac:23: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
4950m4trace:configure.ac:24: -1- AC_LIB_LTDL
4951m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
4952You should run autoupdate.], [m4/ltdl.m4:352: AC_LIB_LTDL is expanded from...
4953configure.ac:24: the top level])
4954m4trace:configure.ac:24: -1- LTDL_INIT([])
4955m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBLTDL$])
4956m4trace:configure.ac:24: -1- m4_pattern_allow([^LTDLDEPS$])
4957m4trace:configure.ac:24: -1- m4_pattern_allow([^LTDLINCL$])
4958m4trace:configure.ac:24: -1- m4_pattern_allow([^INCLTDL$])
4959m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LTDL$])
4960m4trace:configure.ac:24: -1- _LTDL_SETUP
4961m4trace:configure.ac:24: -1- LT_SYS_MODULE_EXT
4962m4trace:configure.ac:24: -1- m4_pattern_allow([LT_MODULE_EXT])
4963m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_MODULE_EXT$])
4964m4trace:configure.ac:24: -1- LT_SYS_MODULE_PATH
4965m4trace:configure.ac:24: -1- m4_pattern_allow([LT_MODULE_PATH_VAR])
4966m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_MODULE_PATH_VAR$])
4967m4trace:configure.ac:24: -1- LT_SYS_DLSEARCH_PATH
4968m4trace:configure.ac:24: -1- m4_pattern_allow([LT_DLSEARCH_PATH])
4969m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_DLSEARCH_PATH$])
4970m4trace:configure.ac:24: -1- LT_LIB_DLLOAD
4971m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_DLLOADERS$])
4972m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_DLLOADERS$])
4973m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LIBDL$])
4974m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LIBDL$])
4975m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LIBDL$])
4976m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_DLERROR$])
4977m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBADD_DLOPEN$])
4978m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_SHL_LOAD$])
4979m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_SHL_LOAD$])
4980m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBADD_SHL_LOAD$])
4981m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_DYLD$])
4982m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_DECL_CYGWIN_CONV_PATH$])
4983m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_DLD$])
4984m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBADD_DLD_LINK$])
4985m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_DLPREOPEN$])
4986m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LIBDLLOADER$])
4987m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_DLPREOPEN$])
4988m4trace:configure.ac:24: -1- m4_pattern_allow([^LIBADD_DL$])
4989m4trace:configure.ac:24: -1- LT_SYS_SYMBOL_USCORE
4990m4trace:configure.ac:24: -1- m4_pattern_allow([^sys_symbol_underscore$])
4991m4trace:configure.ac:24: -1- LT_FUNC_DLSYM_USCORE
4992m4trace:configure.ac:24: -1- m4_pattern_allow([^NEED_USCORE$])
4993m4trace:configure.ac:24: -1- LT_SYS_DLOPEN_DEPLIBS
4994m4trace:configure.ac:24: -1- m4_pattern_allow([^LTDL_DLOPEN_DEPLIBS$])
4995m4trace:configure.ac:24: -1- gl_FUNC_ARGZ
4996m4trace:configure.ac:24: -1- gl_PREREQ_ARGZ
4997m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_ARGZ_H$])
4998m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_ERROR_T$])
4999m4trace:configure.ac:24: -1- m4_pattern_allow([^error_t$])
5000m4trace:configure.ac:24: -1- m4_pattern_allow([^__error_t_defined$])
5001m4trace:configure.ac:24: -1- m4_pattern_allow([^_LT_LIBOBJS$])
5002m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_WORKING_ARGZ$])
5003m4trace:configure.ac:24: -1- m4_pattern_allow([^_LT_LIBOBJS$])
5004m4trace:configure.ac:24: -1- m4_pattern_allow([^ARGZ_H$])
5005m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_PRELOADED_SYMBOLS$])
5006m4trace:configure.ac:24: -1- AM_CONDITIONAL([INSTALL_LTDL], [test x"${enable_ltdl_install-no}" != xno])
5007m4trace:configure.ac:24: -1- m4_pattern_allow([^INSTALL_LTDL_TRUE$])
5008m4trace:configure.ac:24: -1- m4_pattern_allow([^INSTALL_LTDL_FALSE$])
5009m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([INSTALL_LTDL_TRUE])
5010m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([INSTALL_LTDL_FALSE])
5011m4trace:configure.ac:24: -1- AM_CONDITIONAL([CONVENIENCE_LTDL], [test x"${enable_ltdl_convenience-no}" != xno])
5012m4trace:configure.ac:24: -1- m4_pattern_allow([^CONVENIENCE_LTDL_TRUE$])
5013m4trace:configure.ac:24: -1- m4_pattern_allow([^CONVENIENCE_LTDL_FALSE$])
5014m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([CONVENIENCE_LTDL_TRUE])
5015m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([CONVENIENCE_LTDL_FALSE])
5016m4trace:configure.ac:24: -1- m4_pattern_allow([^subdirs$])
5017m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_CONFIG_H$])
5018m4trace:configure.ac:24: -1- m4_pattern_allow([^_LT_LIBOBJS$])
5019m4trace:configure.ac:24: -1- m4_pattern_allow([^_LT_LIBOBJS$])
5020m4trace:configure.ac:24: -1- m4_pattern_allow([^LT_LIBEXT$])
5021m4trace:configure.ac:24: -1- m4_pattern_allow([^LTDLOPEN$])
5022m4trace:configure.ac:25: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
5023m4trace:configure.ac:27: -1- m4_pattern_allow([^CXX$])
5024m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXFLAGS$])
5025m4trace:configure.ac:27: -1- m4_pattern_allow([^LDFLAGS$])
5026m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBS$])
5027m4trace:configure.ac:27: -1- m4_pattern_allow([^CPPFLAGS$])
5028m4trace:configure.ac:27: -1- m4_pattern_allow([^CXX$])
5029m4trace:configure.ac:27: -1- m4_pattern_allow([^ac_ct_CXX$])
5030m4trace:configure.ac:27: -1- _AM_DEPENDENCIES([CXX])
5031m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXDEPMODE$])
5032m4trace:configure.ac:27: -1- AM_CONDITIONAL([am__fastdepCXX], [
5033  test "x$enable_dependency_tracking" != xno \
5034  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
5035m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
5036m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
5037m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
5038m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
5039m4trace:configure.ac:27: -1- LT_LANG([CXX])
5040m4trace:configure.ac:27: -1- LT_SUPPORTED_TAG([CXX])
5041m4trace:configure.ac:27: -1- m4_pattern_allow([^CXX$])
5042m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXFLAGS$])
5043m4trace:configure.ac:27: -1- m4_pattern_allow([^LDFLAGS$])
5044m4trace:configure.ac:27: -1- m4_pattern_allow([^LIBS$])
5045m4trace:configure.ac:27: -1- m4_pattern_allow([^CPPFLAGS$])
5046m4trace:configure.ac:27: -1- m4_pattern_allow([^CXX$])
5047m4trace:configure.ac:27: -1- m4_pattern_allow([^ac_ct_CXX$])
5048m4trace:configure.ac:27: -1- _AM_DEPENDENCIES([CXX])
5049m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXDEPMODE$])
5050m4trace:configure.ac:27: -1- AM_CONDITIONAL([am__fastdepCXX], [
5051  test "x$enable_dependency_tracking" != xno \
5052  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
5053m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
5054m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
5055m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
5056m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
5057m4trace:configure.ac:27: -1- LT_LANG([CXX])
5058m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXCPP$])
5059m4trace:configure.ac:27: -1- m4_pattern_allow([^CPPFLAGS$])
5060m4trace:configure.ac:27: -1- m4_pattern_allow([^CXXCPP$])
5061m4trace:configure.ac:27: -1- _LT_COMPILER_BOILERPLATE
5062m4trace:configure.ac:27: -1- _LT_LINKER_BOILERPLATE
5063m4trace:configure.ac:27: -1- _LT_CC_BASENAME([$compiler])
5064m4trace:configure.ac:27: -1- LT_PATH_LD
5065m4trace:configure.ac:27: -1- m4_pattern_allow([^LD$])
5066m4trace:configure.ac:27: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
5067     "" | " "*) ;;
5068     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
5069     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
5070     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
5071m4trace:configure.ac:27: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
5072m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
5073m4trace:configure.ac:28: -1- m4_pattern_allow([^CFLAGS$])
5074m4trace:configure.ac:28: -1- m4_pattern_allow([^LDFLAGS$])
5075m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBS$])
5076m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$])
5077m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
5078m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
5079m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
5080m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$])
5081m4trace:configure.ac:28: -1- m4_pattern_allow([^ac_ct_CC$])
5082m4trace:configure.ac:28: -1- _AM_DEPENDENCIES([CC])
5083m4trace:configure.ac:28: -1- m4_pattern_allow([^CCDEPMODE$])
5084m4trace:configure.ac:28: -1- AM_CONDITIONAL([am__fastdepCC], [
5085  test "x$enable_dependency_tracking" != xno \
5086  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
5087m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
5088m4trace:configure.ac:28: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
5089m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
5090m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
5091m4trace:configure.ac:31: -1- m4_pattern_allow([^const$])
5092m4trace:configure.ac:33: -1- m4_pattern_allow([^size_t$])
5093m4trace:configure.ac:36: -1- PKG_CHECK_MODULES([SCIM], [scim >= $SCIM_VERSION])
5094m4trace:configure.ac:36: -1- PKG_PROG_PKG_CONFIG
5095m4trace:configure.ac:36: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5096m4trace:configure.ac:36: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5097m4trace:configure.ac:36: -1- m4_pattern_allow([^PKG_CONFIG$])
5098m4trace:configure.ac:36: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
5099m4trace:configure.ac:36: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
5100m4trace:configure.ac:36: -1- m4_pattern_allow([^PKG_CONFIG$])
5101m4trace:configure.ac:36: -1- m4_pattern_allow([^SCIM_CFLAGS$])
5102m4trace:configure.ac:36: -1- m4_pattern_allow([^SCIM_LIBS$])
5103m4trace:configure.ac:36: -1- PKG_CHECK_EXISTS([scim >= $SCIM_VERSION], [pkg_cv_[]SCIM_CFLAGS=`$PKG_CONFIG --[]cflags "scim >= $SCIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5104m4trace:configure.ac:36: -1- PKG_CHECK_EXISTS([scim >= $SCIM_VERSION], [pkg_cv_[]SCIM_LIBS=`$PKG_CONFIG --[]libs "scim >= $SCIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5105m4trace:configure.ac:36: -1- _PKG_SHORT_ERRORS_SUPPORTED
5106m4trace:configure.ac:39: -1- PKG_CHECK_MODULES([SCIM_GTKUTILS], [scim-gtkutils >= $SCIM_VERSION], [SCIM_HAS_GTKUTILS=yes], [SCIM_HAS_GTKUTILS=no])
5107m4trace:configure.ac:39: -1- m4_pattern_allow([^SCIM_GTKUTILS_CFLAGS$])
5108m4trace:configure.ac:39: -1- m4_pattern_allow([^SCIM_GTKUTILS_LIBS$])
5109m4trace:configure.ac:39: -1- PKG_CHECK_EXISTS([scim-gtkutils >= $SCIM_VERSION], [pkg_cv_[]SCIM_GTKUTILS_CFLAGS=`$PKG_CONFIG --[]cflags "scim-gtkutils >= $SCIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5110m4trace:configure.ac:39: -1- PKG_CHECK_EXISTS([scim-gtkutils >= $SCIM_VERSION], [pkg_cv_[]SCIM_GTKUTILS_LIBS=`$PKG_CONFIG --[]libs "scim-gtkutils >= $SCIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5111m4trace:configure.ac:39: -1- _PKG_SHORT_ERRORS_SUPPORTED
5112m4trace:configure.ac:49: -1- AM_CONDITIONAL([SCIM_BUILD_SETUP], [test "$SCIM_HAS_GTKUTILS" = "yes"])
5113m4trace:configure.ac:49: -1- m4_pattern_allow([^SCIM_BUILD_SETUP_TRUE$])
5114m4trace:configure.ac:49: -1- m4_pattern_allow([^SCIM_BUILD_SETUP_FALSE$])
5115m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([SCIM_BUILD_SETUP_TRUE])
5116m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([SCIM_BUILD_SETUP_FALSE])
5117m4trace:configure.ac:50: -1- m4_pattern_allow([^SCIM_BUILD_SETUP$])
5118m4trace:configure.ac:53: -1- m4_pattern_allow([^STDC_HEADERS$])
5119m4trace:configure.ac:59: -1- m4_pattern_allow([^LIBTOOL_EXPORT_OPTIONS$])
5120m4trace:configure.ac:70: -1- AM_CONDITIONAL([SCIM_BUILD_SKIM_SETUP], [test "$enable_skim_support" = "yes"])
5121m4trace:configure.ac:70: -1- m4_pattern_allow([^SCIM_BUILD_SKIM_SETUP_TRUE$])
5122m4trace:configure.ac:70: -1- m4_pattern_allow([^SCIM_BUILD_SKIM_SETUP_FALSE$])
5123m4trace:configure.ac:70: -1- _AM_SUBST_NOTMAKE([SCIM_BUILD_SKIM_SETUP_TRUE])
5124m4trace:configure.ac:70: -1- _AM_SUBST_NOTMAKE([SCIM_BUILD_SKIM_SETUP_FALSE])
5125m4trace:configure.ac:73: -1- m4_pattern_allow([^ENABLE_DEBUG$])
5126m4trace:configure.ac:94: -1- m4_pattern_allow([^SCIM_ICONDIR$])
5127m4trace:configure.ac:95: -1- m4_pattern_allow([^SCIM_MODULEDIR$])
5128m4trace:configure.ac:96: -1- m4_pattern_allow([^SCIM_DATADIR$])
5129m4trace:configure.ac:100: -1- m4_pattern_allow([^SCIM_TABLEDIR$])
5130m4trace:configure.ac:203: -1- m4_pattern_allow([^KDEDIR$])
5131m4trace:configure.ac:205: -1- PKG_CHECK_MODULES([SKIM], [skim >= $REQUIRED_SKIM_VERSION], [HAS_SKIM=yes], [HAS_SKIM=no])
5132m4trace:configure.ac:205: -1- m4_pattern_allow([^SKIM_CFLAGS$])
5133m4trace:configure.ac:205: -1- m4_pattern_allow([^SKIM_LIBS$])
5134m4trace:configure.ac:205: -1- PKG_CHECK_EXISTS([skim >= $REQUIRED_SKIM_VERSION], [pkg_cv_[]SKIM_CFLAGS=`$PKG_CONFIG --[]cflags "skim >= $REQUIRED_SKIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5135m4trace:configure.ac:205: -1- PKG_CHECK_EXISTS([skim >= $REQUIRED_SKIM_VERSION], [pkg_cv_[]SKIM_LIBS=`$PKG_CONFIG --[]libs "skim >= $REQUIRED_SKIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5136m4trace:configure.ac:205: -1- _PKG_SHORT_ERRORS_SUPPORTED
5137m4trace:configure.ac:213: -1- PKG_CHECK_MODULES([SCIM_KDEUTILS], [scim_kdeutils >= $REQUIRED_SKIM_VERSION], [HAS_KDEUTILS=yes], [HAS_KDEUTILS=no])
5138m4trace:configure.ac:213: -1- m4_pattern_allow([^SCIM_KDEUTILS_CFLAGS$])
5139m4trace:configure.ac:213: -1- m4_pattern_allow([^SCIM_KDEUTILS_LIBS$])
5140m4trace:configure.ac:213: -1- PKG_CHECK_EXISTS([scim_kdeutils >= $REQUIRED_SKIM_VERSION], [pkg_cv_[]SCIM_KDEUTILS_CFLAGS=`$PKG_CONFIG --[]cflags "scim_kdeutils >= $REQUIRED_SKIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5141m4trace:configure.ac:213: -1- PKG_CHECK_EXISTS([scim_kdeutils >= $REQUIRED_SKIM_VERSION], [pkg_cv_[]SCIM_KDEUTILS_LIBS=`$PKG_CONFIG --[]libs "scim_kdeutils >= $REQUIRED_SKIM_VERSION" 2>/dev/null`], [pkg_failed=yes])
5142m4trace:configure.ac:213: -1- _PKG_SHORT_ERRORS_SUPPORTED
5143m4trace:configure.ac:217: -1- m4_pattern_allow([^subdirs$])
5144m4trace:configure.ac:229: -1- AM_CONDITIONAL([SCIM_TABLES_ENABLE_SKIM_SUPPORT], [test "$SCIM_TABLES_ENABLE_SKIM_SUPPORT" = "1"])
5145m4trace:configure.ac:229: -1- m4_pattern_allow([^SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE$])
5146m4trace:configure.ac:229: -1- m4_pattern_allow([^SCIM_TABLES_ENABLE_SKIM_SUPPORT_FALSE$])
5147m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE])
5148m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([SCIM_TABLES_ENABLE_SKIM_SUPPORT_FALSE])
5149m4trace:configure.ac:230: -1- m4_pattern_allow([^SCIM_TABLES_ENABLE_SKIM_SUPPORT$])
5150m4trace:configure.ac:231: -1- m4_pattern_allow([^LIB@&t@OBJS$])
5151m4trace:configure.ac:231: -1- m4_pattern_allow([^LTLIBOBJS$])
5152m4trace:configure.ac:231: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
5153m4trace:configure.ac:231: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
5154m4trace:configure.ac:231: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
5155m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
5156m4trace:configure.ac:231: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
5157m4trace:configure.ac:231: -1- m4_pattern_allow([^LT_CONFIG_H$])
5158m4trace:configure.ac:231: -1- m4_pattern_allow([^ltdl_LIBOBJS$])
5159m4trace:configure.ac:231: -1- m4_pattern_allow([^ltdl_LTLIBOBJS$])
5160m4trace:configure.ac:231: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
5161m4trace:configure.ac:231: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
5162m4trace:configure.ac:231: -1- _LT_PROG_LTMAIN
5163