Fix further typo.
[ardour.git] / libs / taglib / autom4te.cache / traces.0
1 m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
3 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
4 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
6 fi
7 if test -n "$PKG_CONFIG"; then
8         _pkg_min_version=m4_default([$1], [0.9.0])
9         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
10         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11                 AC_MSG_RESULT([yes])
12         else
13                 AC_MSG_RESULT([no])
14                 PKG_CONFIG=""
15         fi
16                 
17 fi[]dnl
18 ])
19 m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
20 if test -n "$PKG_CONFIG" && \
21     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
22   m4_ifval([$2], [$2], [:])
23 m4_ifvaln([$3], [else
24   $3])dnl
25 fi])
26 m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
27 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28         _pkg_short_errors_supported=yes
29 else
30         _pkg_short_errors_supported=no
31 fi[]dnl
32 ])
33 m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
34 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
35 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
36
37 pkg_failed=no
38 AC_MSG_CHECKING([for $1])
39
40 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
41 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
42
43 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
44 and $1[]_LIBS to avoid the need to call pkg-config.
45 See the pkg-config man page for more details.])
46
47 if test $pkg_failed = yes; then
48         _PKG_SHORT_ERRORS_SUPPORTED
49         if test $_pkg_short_errors_supported = yes; then
50                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
51         else 
52                 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
53         fi
54         # Put the nasty error message in config.log where it belongs
55         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
56
57         ifelse([$4], , [AC_MSG_ERROR(dnl
58 [Package requirements ($2) were not met:
59
60 $$1_PKG_ERRORS
61
62 Consider adjusting the PKG_CONFIG_PATH environment variable if you
63 installed software in a non-standard prefix.
64
65 _PKG_TEXT
66 ])],
67                 [AC_MSG_RESULT([no])
68                 $4])
69 elif test $pkg_failed = untried; then
70         ifelse([$4], , [AC_MSG_FAILURE(dnl
71 [The pkg-config script could not be found or is too old.  Make sure it
72 is in your PATH or set the PKG_CONFIG environment variable to the full
73 path to pkg-config.
74
75 _PKG_TEXT
76
77 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
78                 [$4])
79 else
80         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
81         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
82         AC_MSG_RESULT([yes])
83         ifelse([$3], , :, [$3])
84 fi[]dnl
85 ])
86 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
87 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
88 dnl require some minimum version.  Point them to the right macro.
89 m4_if([$1], [1.10], [],
90       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
91 ])
92 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
93 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
94 m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
95 AC_PREREQ([2.50])dnl
96 # expand $ac_aux_dir to an absolute path
97 am_aux_dir=`cd $ac_aux_dir && pwd`
98 ])
99 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
100  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
101         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
102 AC_SUBST([$1_TRUE])dnl
103 AC_SUBST([$1_FALSE])dnl
104 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
105 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
106 if $2; then
107   $1_TRUE=
108   $1_FALSE='#'
109 else
110   $1_TRUE='#'
111   $1_FALSE=
112 fi
113 AC_CONFIG_COMMANDS_PRE(
114 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
115   AC_MSG_ERROR([[conditional "$1" was never defined.
116 Usually this means the macro was only invoked conditionally.]])
117 fi])])
118 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
119 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
120 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
121 AC_REQUIRE([AM_DEP_TRACK])dnl
122
123 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
124        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
125        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
126        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
127        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
128                    [depcc="$$1"   am_compiler_list=])
129
130 AC_CACHE_CHECK([dependency style of $depcc],
131                [am_cv_$1_dependencies_compiler_type],
132 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
133   # We make a subdir and do the tests there.  Otherwise we can end up
134   # making bogus files that we don't know about and never remove.  For
135   # instance it was reported that on HP-UX the gcc test will end up
136   # making a dummy file named `D' -- because `-MD' means `put the output
137   # in D'.
138   mkdir conftest.dir
139   # Copy depcomp to subdir because otherwise we won't find it if we're
140   # using a relative directory.
141   cp "$am_depcomp" conftest.dir
142   cd conftest.dir
143   # We will build objects and dependencies in a subdirectory because
144   # it helps to detect inapplicable dependency modes.  For instance
145   # both Tru64's cc and ICC support -MD to output dependencies as a
146   # side effect of compilation, but ICC will put the dependencies in
147   # the current directory while Tru64 will put them in the object
148   # directory.
149   mkdir sub
150
151   am_cv_$1_dependencies_compiler_type=none
152   if test "$am_compiler_list" = ""; then
153      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
154   fi
155   for depmode in $am_compiler_list; do
156     # Setup a source with many dependencies, because some compilers
157     # like to wrap large dependency lists on column 80 (with \), and
158     # we should not choose a depcomp mode which is confused by this.
159     #
160     # We need to recreate these files for each test, as the compiler may
161     # overwrite some of them when testing with obscure command lines.
162     # This happens at least with the AIX C compiler.
163     : > sub/conftest.c
164     for i in 1 2 3 4 5 6; do
165       echo '#include "conftst'$i'.h"' >> sub/conftest.c
166       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
167       # Solaris 8's {/usr,}/bin/sh.
168       touch sub/conftst$i.h
169     done
170     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
171
172     case $depmode in
173     nosideeffect)
174       # after this tag, mechanisms are not by side-effect, so they'll
175       # only be used when explicitly requested
176       if test "x$enable_dependency_tracking" = xyes; then
177         continue
178       else
179         break
180       fi
181       ;;
182     none) break ;;
183     esac
184     # We check with `-c' and `-o' for the sake of the "dashmstdout"
185     # mode.  It turns out that the SunPro C++ compiler does not properly
186     # handle `-M -o', and we need to detect this.
187     if depmode=$depmode \
188        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
189        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
190        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
191          >/dev/null 2>conftest.err &&
192        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
193        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
194        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
195        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
196       # icc doesn't choke on unknown options, it will just issue warnings
197       # or remarks (even with -Werror).  So we grep stderr for any message
198       # that says an option was ignored or not supported.
199       # When given -MP, icc 7.0 and 7.1 complain thusly:
200       #   icc: Command line warning: ignoring option '-M'; no argument required
201       # The diagnosis changed in icc 8.0:
202       #   icc: Command line remark: option '-MP' not supported
203       if (grep 'ignoring option' conftest.err ||
204           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
205         am_cv_$1_dependencies_compiler_type=$depmode
206         break
207       fi
208     fi
209   done
210
211   cd ..
212   rm -rf conftest.dir
213 else
214   am_cv_$1_dependencies_compiler_type=none
215 fi
216 ])
217 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
218 AM_CONDITIONAL([am__fastdep$1], [
219   test "x$enable_dependency_tracking" != xno \
220   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
221 ])
222 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
223 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
224 ])
225 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
226 [  --disable-dependency-tracking  speeds up one-time build
227   --enable-dependency-tracking   do not reject slow dependency extractors])
228 if test "x$enable_dependency_tracking" != xno; then
229   am_depcomp="$ac_aux_dir/depcomp"
230   AMDEPBACKSLASH='\'
231 fi
232 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
233 AC_SUBST([AMDEPBACKSLASH])dnl
234 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
235 ])
236 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
237   # Strip MF so we end up with the name of the file.
238   mf=`echo "$mf" | sed -e 's/:.*$//'`
239   # Check whether this is an Automake generated Makefile or not.
240   # We used to match only the files named `Makefile.in', but
241   # some people rename them; so instead we look at the file content.
242   # Grep'ing the first line is not enough: some people post-process
243   # each Makefile.in and add a new line on top of each file to say so.
244   # Grep'ing the whole file is not good either: AIX grep has a line
245   # limit of 2048, but all sed's we know have understand at least 4000.
246   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
247     dirpart=`AS_DIRNAME("$mf")`
248   else
249     continue
250   fi
251   # Extract the definition of DEPDIR, am__include, and am__quote
252   # from the Makefile without running `make'.
253   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
254   test -z "$DEPDIR" && continue
255   am__include=`sed -n 's/^am__include = //p' < "$mf"`
256   test -z "am__include" && continue
257   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
258   # When using ansi2knr, U may be empty or an underscore; expand it
259   U=`sed -n 's/^U = //p' < "$mf"`
260   # Find all dependency output files, they are included files with
261   # $(DEPDIR) in their names.  We invoke sed twice because it is the
262   # simplest approach to changing $(DEPDIR) to its actual value in the
263   # expansion.
264   for file in `sed -n "
265     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
266        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
267     # Make sure the directory exists.
268     test -f "$dirpart/$file" && continue
269     fdir=`AS_DIRNAME(["$file"])`
270     AS_MKDIR_P([$dirpart/$fdir])
271     # echo "creating $dirpart/$file"
272     echo '# dummy' > "$dirpart/$file"
273   done
274 done
275 ])
276 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
277      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
278      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
279 ])
280 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
281 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
282 You should run autoupdate.])dnl
283 AC_CONFIG_HEADERS($@)])
284 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
285 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
286 dnl the ones we care about.
287 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
288 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
289 AC_REQUIRE([AC_PROG_INSTALL])dnl
290 if test "`cd $srcdir && pwd`" != "`pwd`"; then
291   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
292   # is not polluted with repeated "-I."
293   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
294   # test to see if srcdir already configured
295   if test -f $srcdir/config.status; then
296     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
297   fi
298 fi
299
300 # test whether we have cygpath
301 if test -z "$CYGPATH_W"; then
302   if (cygpath --version) >/dev/null 2>/dev/null; then
303     CYGPATH_W='cygpath -w'
304   else
305     CYGPATH_W=echo
306   fi
307 fi
308 AC_SUBST([CYGPATH_W])
309
310 # Define the identity of the package.
311 dnl Distinguish between old-style and new-style calls.
312 m4_ifval([$2],
313 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
314  AC_SUBST([PACKAGE], [$1])dnl
315  AC_SUBST([VERSION], [$2])],
316 [_AM_SET_OPTIONS([$1])dnl
317 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
318 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
319   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
320  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
321  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
322
323 _AM_IF_OPTION([no-define],,
324 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
325  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
326
327 # Some tools Automake needs.
328 AC_REQUIRE([AM_SANITY_CHECK])dnl
329 AC_REQUIRE([AC_ARG_PROGRAM])dnl
330 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
331 AM_MISSING_PROG(AUTOCONF, autoconf)
332 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
333 AM_MISSING_PROG(AUTOHEADER, autoheader)
334 AM_MISSING_PROG(MAKEINFO, makeinfo)
335 AM_PROG_INSTALL_SH
336 AM_PROG_INSTALL_STRIP
337 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
338 # We need awk for the "check" target.  The system "awk" is bad on
339 # some platforms.
340 AC_REQUIRE([AC_PROG_AWK])dnl
341 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
342 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
343 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
344               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
345                              [_AM_PROG_TAR([v7])])])
346 _AM_IF_OPTION([no-dependencies],,
347 [AC_PROVIDE_IFELSE([AC_PROG_CC],
348                   [_AM_DEPENDENCIES(CC)],
349                   [define([AC_PROG_CC],
350                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
351 AC_PROVIDE_IFELSE([AC_PROG_CXX],
352                   [_AM_DEPENDENCIES(CXX)],
353                   [define([AC_PROG_CXX],
354                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
355 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
356                   [_AM_DEPENDENCIES(OBJC)],
357                   [define([AC_PROG_OBJC],
358                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
359 ])
360 ])
361 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
362 _am_stamp_count=1
363 for _am_header in $config_headers :; do
364   case $_am_header in
365     $1 | $1:* )
366       break ;;
367     * )
368       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
369   esac
370 done
371 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
372 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
373 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
374 AC_SUBST(install_sh)])
375 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
376 mkdir .tst 2>/dev/null
377 if test -d .tst; then
378   am__leading_dot=.
379 else
380   am__leading_dot=_
381 fi
382 rmdir .tst 2>/dev/null
383 AC_SUBST([am__leading_dot])])
384 m4trace:/usr/share/aclocal-1.10/lex.m4:16: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
385 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
386 AC_REQUIRE([AC_PROG_LEX])dnl
387 if test "$LEX" = :; then
388   LEX=${am_missing_run}flex
389 fi])
390 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
391 cat > confinc << 'END'
392 am__doit:
393         @echo done
394 .PHONY: am__doit
395 END
396 # If we don't find an include directive, just comment out the code.
397 AC_MSG_CHECKING([for style of include used by $am_make])
398 am__include="#"
399 am__quote=
400 _am_result=none
401 # First try GNU make style include.
402 echo "include confinc" > confmf
403 # We grep out `Entering directory' and `Leaving directory'
404 # messages which can occur if `w' ends up in MAKEFLAGS.
405 # In particular we don't look at `^make:' because GNU make might
406 # be invoked under some other name (usually "gmake"), in which
407 # case it prints its new name instead of `make'.
408 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
409    am__include=include
410    am__quote=
411    _am_result=GNU
412 fi
413 # Now try BSD make style include.
414 if test "$am__include" = "#"; then
415    echo '.include "confinc"' > confmf
416    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
417       am__include=.include
418       am__quote="\""
419       _am_result=BSD
420    fi
421 fi
422 AC_SUBST([am__include])
423 AC_SUBST([am__quote])
424 AC_MSG_RESULT([$_am_result])
425 rm -f confinc confmf
426 ])
427 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
428 $1=${$1-"${am_missing_run}$2"}
429 AC_SUBST($1)])
430 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
431 AC_REQUIRE_AUX_FILE([missing])dnl
432 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
433 # Use eval to expand $SHELL
434 if eval "$MISSING --run true"; then
435   am_missing_run="$MISSING --run "
436 else
437   am_missing_run=
438   AC_MSG_WARN([`missing' script is too old or missing])
439 fi
440 ])
441 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
442 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
443 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
444 dnl while keeping a definition of mkdir_p for backward compatibility.
445 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
446 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
447 dnl Makefile.ins that do not define MKDIR_P, so we do our own
448 dnl adjustment using top_builddir (which is defined more often than
449 dnl MKDIR_P).
450 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
451 case $mkdir_p in
452   [[\\/$]]* | ?:[[\\/]]*) ;;
453   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
454 esac
455 ])
456 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
457 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
458 m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
459 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
460 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
461    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
462    ac_status=$?
463    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
464    (exit $ac_status); }])
465 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
466 # Just in case
467 sleep 1
468 echo timestamp > conftest.file
469 # Do `set' in a subshell so we don't clobber the current shell's
470 # arguments.  Must try -L first in case configure is actually a
471 # symlink; some systems play weird games with the mod time of symlinks
472 # (eg FreeBSD returns the mod time of the symlink's containing
473 # directory).
474 if (
475    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
476    if test "$[*]" = "X"; then
477       # -L didn't work.
478       set X `ls -t $srcdir/configure conftest.file`
479    fi
480    rm -f conftest.file
481    if test "$[*]" != "X $srcdir/configure conftest.file" \
482       && test "$[*]" != "X conftest.file $srcdir/configure"; then
483
484       # If neither matched, then we have a broken ls.  This can happen
485       # if, for instance, CONFIG_SHELL is bash and it inherits a
486       # broken ls alias from the environment.  This has actually
487       # happened.  Such a system could not be considered "sane".
488       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
489 alias in your environment])
490    fi
491
492    test "$[2]" = conftest.file
493    )
494 then
495    # Ok.
496    :
497 else
498    AC_MSG_ERROR([newly created file is older than distributed files!
499 Check your system clock])
500 fi
501 AC_MSG_RESULT(yes)])
502 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
503 # Installed binaries are usually stripped using `strip' when the user
504 # run `make install-strip'.  However `strip' might not be the right
505 # tool to use in cross-compilation environments, therefore Automake
506 # will honor the `STRIP' environment variable to overrule this program.
507 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
508 if test "$cross_compiling" != no; then
509   AC_CHECK_TOOL([STRIP], [strip], :)
510 fi
511 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
512 AC_SUBST([INSTALL_STRIP_PROGRAM])])
513 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
514 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
515 AM_MISSING_PROG([AMTAR], [tar])
516 m4_if([$1], [v7],
517      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
518      [m4_case([$1], [ustar],, [pax],,
519               [m4_fatal([Unknown tar format])])
520 AC_MSG_CHECKING([how to create a $1 tar archive])
521 # Loop over all known methods to create a tar archive until one works.
522 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
523 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
524 # Do not fold the above two line into one, because Tru64 sh and
525 # Solaris sh will not grok spaces in the rhs of `-'.
526 for _am_tool in $_am_tools
527 do
528   case $_am_tool in
529   gnutar)
530     for _am_tar in tar gnutar gtar;
531     do
532       AM_RUN_LOG([$_am_tar --version]) && break
533     done
534     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
535     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
536     am__untar="$_am_tar -xf -"
537     ;;
538   plaintar)
539     # Must skip GNU tar: if it does not support --format= it doesn't create
540     # ustar tarball either.
541     (tar --version) >/dev/null 2>&1 && continue
542     am__tar='tar chf - "$$tardir"'
543     am__tar_='tar chf - "$tardir"'
544     am__untar='tar xf -'
545     ;;
546   pax)
547     am__tar='pax -L -x $1 -w "$$tardir"'
548     am__tar_='pax -L -x $1 -w "$tardir"'
549     am__untar='pax -r'
550     ;;
551   cpio)
552     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
553     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
554     am__untar='cpio -i -H $1 -d'
555     ;;
556   none)
557     am__tar=false
558     am__tar_=false
559     am__untar=false
560     ;;
561   esac
562
563   # If the value was cached, stop now.  We just wanted to have am__tar
564   # and am__untar set.
565   test -n "${am_cv_prog_tar_$1}" && break
566
567   # tar/untar a dummy directory, and stop if the command works
568   rm -rf conftest.dir
569   mkdir conftest.dir
570   echo GrepMe > conftest.dir/file
571   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
572   rm -rf conftest.dir
573   if test -s conftest.tar; then
574     AM_RUN_LOG([$am__untar <conftest.tar])
575     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
576   fi
577 done
578 rm -rf conftest.dir
579
580 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
581 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
582 AC_SUBST([am__tar])
583 AC_SUBST([am__untar])
584 ])
585 m4trace:acinclude.m4:32: -1- AC_DEFUN([KDE_PATH_X_DIRECT], [
586 AC_REQUIRE([KDE_CHECK_LIB64])
587
588 if test "$ac_x_includes" = NO; then
589   # Guess where to find include files, by looking for this one X11 .h file.
590   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
591
592   # First, try using that file with no special directory specified.
593 AC_TRY_CPP([#include <$x_direct_test_include>],
594 [# We can compile using X headers with no special include directory.
595 ac_x_includes=],
596 [# Look for the header file in a standard set of common directories.
597 # Check X11 before X11Rn because it is often a symlink to the current release.
598   for ac_dir in               \
599     /usr/X11/include          \
600     /usr/X11R6/include        \
601     /usr/X11R5/include        \
602     /usr/X11R4/include        \
603                               \
604     /usr/include/X11          \
605     /usr/include/X11R6        \
606     /usr/include/X11R5        \
607     /usr/include/X11R4        \
608                               \
609     /usr/local/X11/include    \
610     /usr/local/X11R6/include  \
611     /usr/local/X11R5/include  \
612     /usr/local/X11R4/include  \
613                               \
614     /usr/local/include/X11    \
615     /usr/local/include/X11R6  \
616     /usr/local/include/X11R5  \
617     /usr/local/include/X11R4  \
618                               \
619     /usr/X386/include         \
620     /usr/x386/include         \
621     /usr/XFree86/include/X11  \
622                               \
623     /usr/include              \
624     /usr/local/include        \
625     /usr/unsupported/include  \
626     /usr/athena/include       \
627     /usr/local/x11r5/include  \
628     /usr/lpp/Xamples/include  \
629                               \
630     /usr/openwin/include      \
631     /usr/openwin/share/include \
632     ; \
633   do
634     if test -r "$ac_dir/$x_direct_test_include"; then
635       ac_x_includes=$ac_dir
636       break
637     fi
638   done])
639 fi # $ac_x_includes = NO
640
641 if test "$ac_x_libraries" = NO; then
642   # Check for the libraries.
643
644   test -z "$x_direct_test_library" && x_direct_test_library=Xt
645   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
646
647   # See if we find them without any special options.
648   # Don't add to $LIBS permanently.
649   ac_save_LIBS="$LIBS"
650   LIBS="-l$x_direct_test_library $LIBS"
651 AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
652 [LIBS="$ac_save_LIBS"
653 # We can link X programs with no special library path.
654 ac_x_libraries=],
655 [LIBS="$ac_save_LIBS"
656 # First see if replacing the include by lib works.
657 # Check X11 before X11Rn because it is often a symlink to the current release.
658 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
659     /usr/X11/lib${kdelibsuff}           \
660     /usr/X11R6/lib${kdelibsuff}         \
661     /usr/X11R5/lib${kdelibsuff}         \
662     /usr/X11R4/lib${kdelibsuff}         \
663                                         \
664     /usr/lib${kdelibsuff}/X11           \
665     /usr/lib${kdelibsuff}/X11R6         \
666     /usr/lib${kdelibsuff}/X11R5         \
667     /usr/lib${kdelibsuff}/X11R4         \
668                                         \
669     /usr/local/X11/lib${kdelibsuff}     \
670     /usr/local/X11R6/lib${kdelibsuff}   \
671     /usr/local/X11R5/lib${kdelibsuff}   \
672     /usr/local/X11R4/lib${kdelibsuff}   \
673                                         \
674     /usr/local/lib${kdelibsuff}/X11     \
675     /usr/local/lib${kdelibsuff}/X11R6   \
676     /usr/local/lib${kdelibsuff}/X11R5   \
677     /usr/local/lib${kdelibsuff}/X11R4   \
678                                         \
679     /usr/X386/lib${kdelibsuff}          \
680     /usr/x386/lib${kdelibsuff}          \
681     /usr/XFree86/lib${kdelibsuff}/X11   \
682                                         \
683     /usr/lib${kdelibsuff}               \
684     /usr/local/lib${kdelibsuff}         \
685     /usr/unsupported/lib${kdelibsuff}   \
686     /usr/athena/lib${kdelibsuff}        \
687     /usr/local/x11r5/lib${kdelibsuff}   \
688     /usr/lpp/Xamples/lib${kdelibsuff}   \
689     /lib/usr/lib${kdelibsuff}/X11       \
690                                         \
691     /usr/openwin/lib${kdelibsuff}       \
692     /usr/openwin/share/lib${kdelibsuff} \
693     ; \
694 do
695 dnl Don't even attempt the hair of trying to link an X program!
696   for ac_extension in a so sl; do
697     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
698       ac_x_libraries=$ac_dir
699       break 2
700     fi
701   done
702 done])
703 fi # $ac_x_libraries = NO
704 ])
705 m4trace:acinclude.m4:159: -1- AC_DEFUN([AC_FIND_FILE], [
706 $3=NO
707 for i in $2;
708 do
709   for j in $1;
710   do
711     echo "configure: __oline__: $i/$j" >&AC_FD_CC
712     if test -r "$i/$j"; then
713       echo "taking that" >&AC_FD_CC
714       $3=$i
715       break 2
716     fi
717   done
718 done
719 ])
720 m4trace:acinclude.m4:184: -1- AC_DEFUN([KDE_FIND_PATH], [
721    AC_MSG_CHECKING([for $1])
722    if test -n "$$2"; then
723         kde_cv_path="$$2";
724    else
725         kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
726
727         AC_CACHE_VAL(kde_cv_path_$kde_cache,
728         [
729         kde_cv_path="NONE"
730         kde_save_IFS=$IFS
731         IFS=':'
732         dirs=""
733         for dir in $PATH; do
734           dirs="$dirs $dir"
735         done
736         if test -z "$6"; then  dnl Append dirs in PATH (default)
737           dirs="$3 $dirs"
738         else  dnl Prepend dirs in PATH (if 6th arg is set)
739           dirs="$dirs $3"
740         fi
741         IFS=$kde_save_IFS
742
743         for dir in $dirs; do
744           if test -x "$dir/$1"; then
745             if test -n "$5"
746             then
747               evalstr="$dir/$1 $5 2>&1 "
748               if eval $evalstr; then
749                 kde_cv_path="$dir/$1"
750                 break
751               fi
752             else
753                 kde_cv_path="$dir/$1"
754                 break
755             fi
756           fi
757         done
758
759         eval "kde_cv_path_$kde_cache=$kde_cv_path"
760
761         ])
762
763       eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
764
765    fi
766
767    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
768       AC_MSG_RESULT(not found)
769       $4
770    else
771       AC_MSG_RESULT($kde_cv_path)
772       $2=$kde_cv_path
773
774    fi
775 ])
776 m4trace:acinclude.m4:242: -1- AC_DEFUN([KDE_MOC_ERROR_MESSAGE], [
777     AC_MSG_ERROR([No Qt meta object compiler (moc) found!
778 Please check whether you installed Qt correctly.
779 You need to have a running moc binary.
780 configure tried to run $ac_cv_path_moc and the test didn't
781 succeed. If configure shouldn't have tried this one, set
782 the environment variable MOC to the right one before running
783 configure.
784 ])
785 ])
786 m4trace:acinclude.m4:254: -1- AC_DEFUN([KDE_UIC_ERROR_MESSAGE], [
787     AC_MSG_WARN([No Qt ui compiler (uic) found!
788 Please check whether you installed Qt correctly.
789 You need to have a running uic binary.
790 configure tried to run $ac_cv_path_uic and the test didn't
791 succeed. If configure shouldn't have tried this one, set
792 the environment variable UIC to the right one before running
793 configure.
794 ])
795 ])
796 m4trace:acinclude.m4:267: -1- AC_DEFUN([KDE_CHECK_UIC_FLAG], [
797     AC_MSG_CHECKING([whether uic supports -$1 ])
798     kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
799     AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
800     [
801         cat >conftest.ui <<EOT
802         <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
803 EOT
804         ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null"
805         if AC_TRY_EVAL(ac_uic_testrun); then
806             eval "kde_cv_prog_uic_$kde_cache=yes"
807         else
808             eval "kde_cv_prog_uic_$kde_cache=no"
809         fi
810         rm -f conftest*
811     ])
812
813     if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
814         AC_MSG_RESULT([yes])
815         :
816         $3
817     else
818         AC_MSG_RESULT([no])
819         :
820         $4
821     fi
822 ])
823 m4trace:acinclude.m4:302: -1- AC_DEFUN([AC_PATH_QT_MOC_UIC], [
824    AC_REQUIRE([KDE_CHECK_PERL])
825    qt_bindirs=""
826    for dir in $kde_qt_dirs; do
827       qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
828    done
829    qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
830    if test ! "$ac_qt_bindir" = "NO"; then
831       qt_bindirs="$ac_qt_bindir $qt_bindirs"
832    fi
833
834    KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
835    if test -z "$UIC_NOT_NEEDED"; then
836      KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
837      if test -z "$UIC_PATH" ; then
838        KDE_UIC_ERROR_MESSAGE
839        exit 1
840      else
841        UIC=$UIC_PATH
842
843        if test $kde_qtver = 3; then
844          KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no)
845          KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
846
847          if test x$ac_uic_supports_libpath = xyes; then
848              UIC="$UIC -L \$(kde_widgetdir)"
849          fi
850          if test x$ac_uic_supports_nounload = xyes; then
851              UIC="$UIC -nounload"
852          fi
853        fi
854      fi
855    else
856      UIC="echo uic not available: "
857    fi
858
859    AC_SUBST(MOC)
860    AC_SUBST(UIC)
861
862    UIC_TR="i18n"
863    if test $kde_qtver = 3; then
864      UIC_TR="tr2i18n"
865    fi
866
867    AC_SUBST(UIC_TR)
868 ])
869 m4trace:acinclude.m4:350: -1- AC_DEFUN([KDE_1_CHECK_PATHS], [
870   KDE_1_CHECK_PATH_HEADERS
871
872   KDE_TEST_RPATH=
873
874   if test -n "$USE_RPATH"; then
875
876      if test -n "$kde_libraries"; then
877        KDE_TEST_RPATH="-R $kde_libraries"
878      fi
879
880      if test -n "$qt_libraries"; then
881        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
882      fi
883
884      if test -n "$x_libraries"; then
885        KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
886      fi
887
888      KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
889   fi
890
891 AC_MSG_CHECKING([for KDE libraries installed])
892 ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
893
894 if AC_TRY_EVAL(ac_link) && test -s conftest; then
895   AC_MSG_RESULT(yes)
896 else
897   AC_MSG_ERROR([your system fails at linking a small KDE application!
898 Check, if your compiler is installed correctly and if you have used the
899 same compiler to compile Qt and kdelibs as you did use now.
900 For more details about this problem, look at the end of config.log.])
901 fi
902
903 if eval `KDEDIR= ./conftest 2>&5`; then
904   kde_result=done
905 else
906   kde_result=problems
907 fi
908
909 KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
910 kde_have_all_paths=yes
911
912 KDE_SET_PATHS($kde_result)
913
914 ])
915 m4trace:acinclude.m4:398: -1- AC_DEFUN([KDE_SET_PATHS], [
916   kde_cv_all_paths="kde_have_all_paths=\"yes\" \
917         kde_htmldir=\"$kde_htmldir\" \
918         kde_appsdir=\"$kde_appsdir\" \
919         kde_icondir=\"$kde_icondir\" \
920         kde_sounddir=\"$kde_sounddir\" \
921         kde_datadir=\"$kde_datadir\" \
922         kde_locale=\"$kde_locale\" \
923         kde_cgidir=\"$kde_cgidir\" \
924         kde_confdir=\"$kde_confdir\" \
925         kde_kcfgdir=\"$kde_kcfgdir\" \
926         kde_mimedir=\"$kde_mimedir\" \
927         kde_toolbardir=\"$kde_toolbardir\" \
928         kde_wallpaperdir=\"$kde_wallpaperdir\" \
929         kde_templatesdir=\"$kde_templatesdir\" \
930         kde_bindir=\"$kde_bindir\" \
931         kde_servicesdir=\"$kde_servicesdir\" \
932         kde_servicetypesdir=\"$kde_servicetypesdir\" \
933         kde_moduledir=\"$kde_moduledir\" \
934         kde_styledir=\"$kde_styledir\" \
935         kde_widgetdir=\"$kde_widgetdir\" \
936         xdg_appsdir=\"$xdg_appsdir\" \
937         xdg_menudir=\"$xdg_menudir\" \
938         xdg_directorydir=\"$xdg_directorydir\" \
939         kde_result=$1"
940 ])
941 m4trace:acinclude.m4:426: -1- AC_DEFUN([KDE_SET_DEFAULT_PATHS], [
942 if test "$1" = "default"; then
943
944   if test -z "$kde_htmldir"; then
945     kde_htmldir='\${datadir}/doc/HTML'
946   fi
947   if test -z "$kde_appsdir"; then
948     kde_appsdir='\${datadir}/applnk'
949   fi
950   if test -z "$kde_icondir"; then
951     kde_icondir='\${datadir}/icons'
952   fi
953   if test -z "$kde_sounddir"; then
954     kde_sounddir='\${datadir}/sounds'
955   fi
956   if test -z "$kde_datadir"; then
957     kde_datadir='\${datadir}/apps'
958   fi
959   if test -z "$kde_locale"; then
960     kde_locale='\${datadir}/locale'
961   fi
962   if test -z "$kde_cgidir"; then
963     kde_cgidir='\${exec_prefix}/cgi-bin'
964   fi
965   if test -z "$kde_confdir"; then
966     kde_confdir='\${datadir}/config'
967   fi
968   if test -z "$kde_kcfgdir"; then
969     kde_kcfgdir='\${datadir}/config.kcfg'
970   fi
971   if test -z "$kde_mimedir"; then
972     kde_mimedir='\${datadir}/mimelnk'
973   fi
974   if test -z "$kde_toolbardir"; then
975     kde_toolbardir='\${datadir}/toolbar'
976   fi
977   if test -z "$kde_wallpaperdir"; then
978     kde_wallpaperdir='\${datadir}/wallpapers'
979   fi
980   if test -z "$kde_templatesdir"; then
981     kde_templatesdir='\${datadir}/templates'
982   fi
983   if test -z "$kde_bindir"; then
984     kde_bindir='\${exec_prefix}/bin'
985   fi
986   if test -z "$kde_servicesdir"; then
987     kde_servicesdir='\${datadir}/services'
988   fi
989   if test -z "$kde_servicetypesdir"; then
990     kde_servicetypesdir='\${datadir}/servicetypes'
991   fi
992   if test -z "$kde_moduledir"; then
993     if test "$kde_qtver" = "2"; then
994       kde_moduledir='\${libdir}/kde2'
995     else
996       kde_moduledir='\${libdir}/kde3'
997     fi
998   fi
999   if test -z "$kde_styledir"; then
1000     kde_styledir='\${libdir}/kde3/plugins/styles'
1001   fi
1002   if test -z "$kde_widgetdir"; then
1003     kde_widgetdir='\${libdir}/kde3/plugins/designer'
1004   fi
1005   if test -z "$xdg_appsdir"; then
1006     xdg_appsdir='\${datadir}/applications/kde'
1007   fi
1008   if test -z "$xdg_menudir"; then
1009     xdg_menudir='\${sysconfdir}/xdg/menus'
1010   fi
1011   if test -z "$xdg_directorydir"; then
1012     xdg_directorydir='\${datadir}/desktop-directories'
1013   fi
1014
1015   KDE_SET_PATHS(defaults)
1016
1017 else
1018
1019   if test $kde_qtver = 1; then
1020      AC_MSG_RESULT([compiling])
1021      KDE_1_CHECK_PATHS
1022   else
1023      AC_MSG_ERROR([path checking not yet supported for KDE 2])
1024   fi
1025
1026 fi
1027 ])
1028 m4trace:acinclude.m4:515: -1- AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], [ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
1029    test -z "$kde_icondir" || test -z "$kde_sounddir" ||
1030    test -z "$kde_datadir" || test -z "$kde_locale"  ||
1031    test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
1032    test -z "$kde_kcfgdir" ||
1033    test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
1034    test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
1035    test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
1036    test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
1037    test -z "$kde_styledir" || test -z "kde_widgetdir" ||
1038    test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
1039    test "x$kde_have_all_paths" != "xyes"; then
1040      kde_have_all_paths=no
1041   fi
1042 ])
1043 m4trace:acinclude.m4:532: -1- AC_DEFUN([KDE_MISSING_PROG_ERROR], [
1044     AC_MSG_ERROR([The important program $1 was not found!
1045 Please check whether you installed KDE correctly.
1046 ])
1047 ])
1048 m4trace:acinclude.m4:539: -1- AC_DEFUN([KDE_MISSING_ARTS_ERROR], [
1049     AC_MSG_ERROR([The important program $1 was not found!
1050 Please check whether you installed aRts correctly or use
1051 --without-arts to compile without aRts support (this will remove functionality).
1052 ])
1053 ])
1054 m4trace:acinclude.m4:547: -1- AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], [
1055     kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
1056     test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
1057     if test -n "$KDEDIRS"; then
1058        kde_save_IFS=$IFS
1059        IFS=:
1060        for dir in $KDEDIRS; do
1061             kde_default_bindirs="$dir/bin $kde_default_bindirs "
1062        done
1063        IFS=$kde_save_IFS
1064     fi
1065 ])
1066 m4trace:acinclude.m4:561: -1- AC_DEFUN([KDE_SUBST_PROGRAMS], [
1067     AC_ARG_WITH(arts,
1068         AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
1069         [build_arts=$withval],
1070         [build_arts=yes]
1071     )
1072     AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
1073     if test "$build_arts" = "no"; then
1074         AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
1075     fi
1076
1077         KDE_SET_DEFAULT_BINDIRS
1078         kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
1079         KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
1080         KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
1081         if test "$build_arts" '!=' "no"; then
1082           KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
1083           KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
1084         fi
1085         KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
1086
1087         kde32ornewer=1
1088         kde33ornewer=1
1089         if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
1090             kde32ornewer=
1091             kde33ornewer=
1092         else
1093             if test "$kde_qtver" = "3"; then
1094               if test "$kde_qtsubver" -le 1; then
1095                 kde32ornewer=
1096               fi
1097               if test "$kde_qtsubver" -le 2; then
1098                 kde33ornewer=
1099               fi
1100               if test "$KDECONFIG" != "compiled"; then
1101                 if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
1102                   kde33ornewer=
1103                 fi
1104               fi
1105             fi
1106         fi
1107
1108         if test -n "$kde32ornewer"; then
1109             KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
1110             KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
1111         fi
1112         if test -n "$kde33ornewer"; then
1113             KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
1114             AC_SUBST(MAKEKDEWIDGETS)
1115         fi
1116         KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
1117
1118         if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
1119             kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
1120             test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
1121             AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
1122             if test "$KDE_XSL_STYLESHEET" = "NO"; then
1123                 KDE_XSL_STYLESHEET=""
1124             else
1125                 KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
1126             fi
1127         fi
1128
1129         DCOP_DEPENDENCIES='$(DCOPIDL)'
1130         if test -n "$kde32ornewer"; then
1131             KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
1132             DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
1133             AC_SUBST(KCONFIG_COMPILER)
1134             AC_SUBST(KCFG_DEPENDENCIES)
1135             AC_SUBST(DCOPIDLNG)
1136         fi
1137         AC_SUBST(DCOPIDL)
1138         AC_SUBST(DCOPIDL2CPP)
1139         AC_SUBST(DCOP_DEPENDENCIES)
1140         AC_SUBST(MCOPIDL)
1141         AC_SUBST(ARTSCCONFIG)
1142         AC_SUBST(MEINPROC)
1143         AC_SUBST(KDE_XSL_STYLESHEET)
1144         AC_SUBST(XMLLINT)
1145 ])
1146 m4trace:acinclude.m4:643: -1- AC_DEFUN([AC_CREATE_KFSSTND], [
1147 AC_REQUIRE([AC_CHECK_RPATH])
1148
1149 AC_MSG_CHECKING([for KDE paths])
1150 kde_result=""
1151 kde_cached_paths=yes
1152 AC_CACHE_VAL(kde_cv_all_paths,
1153 [
1154   KDE_SET_DEFAULT_PATHS($1)
1155   kde_cached_paths=no
1156 ])
1157 eval "$kde_cv_all_paths"
1158 KDE_CHECK_PATHS_FOR_COMPLETENESS
1159 if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
1160   # wrong values were cached, may be, we can set better ones
1161   kde_result=
1162   kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
1163   kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
1164   kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
1165   kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
1166   kde_have_all_paths=
1167   kde_styledir=
1168   kde_widgetdir=
1169   xdg_appsdir = xdg_menudir= xdg_directorydir= 
1170   KDE_SET_DEFAULT_PATHS($1)
1171   eval "$kde_cv_all_paths"
1172   KDE_CHECK_PATHS_FOR_COMPLETENESS
1173   kde_result="$kde_result (cache overridden)"
1174 fi
1175 if test "$kde_have_all_paths" = "no"; then
1176   AC_MSG_ERROR([configure could not run a little KDE program to test the environment.
1177 Since it had compiled and linked before, it must be a strange problem on your system.
1178 Look at config.log for details. If you are not able to fix this, look at
1179 http://www.kde.org/faq/installation.html or any www.kde.org mirror.
1180 (If you're using an egcs version on Linux, you may update binutils!)
1181 ])
1182 else
1183   rm -f conftest*
1184   AC_MSG_RESULT($kde_result)
1185 fi
1186
1187 bindir=$kde_bindir
1188
1189 KDE_SUBST_PROGRAMS
1190
1191 ])
1192 m4trace:acinclude.m4:691: -1- AC_DEFUN([AC_SUBST_KFSSTND], [
1193 AC_SUBST(kde_htmldir)
1194 AC_SUBST(kde_appsdir)
1195 AC_SUBST(kde_icondir)
1196 AC_SUBST(kde_sounddir)
1197 AC_SUBST(kde_datadir)
1198 AC_SUBST(kde_locale)
1199 AC_SUBST(kde_confdir)
1200 AC_SUBST(kde_kcfgdir)
1201 AC_SUBST(kde_mimedir)
1202 AC_SUBST(kde_wallpaperdir)
1203 AC_SUBST(kde_bindir)
1204 dnl X Desktop Group standards
1205 AC_SUBST(xdg_appsdir)
1206 AC_SUBST(xdg_menudir)
1207 AC_SUBST(xdg_directorydir)
1208 dnl for KDE 2
1209 AC_SUBST(kde_templatesdir)
1210 AC_SUBST(kde_servicesdir)
1211 AC_SUBST(kde_servicetypesdir)
1212 AC_SUBST(kde_moduledir)
1213 AC_SUBST(kdeinitdir, '$(kde_moduledir)')
1214 AC_SUBST(kde_styledir)
1215 AC_SUBST(kde_widgetdir)
1216 if test "$kde_qtver" = 1; then
1217   kde_minidir="$kde_icondir/mini"
1218 else
1219 # for KDE 1 - this breaks KDE2 apps using minidir, but
1220 # that's the plan ;-/
1221   kde_minidir="/dev/null"
1222 fi
1223 dnl AC_SUBST(kde_minidir)
1224 dnl AC_SUBST(kde_cgidir)
1225 dnl AC_SUBST(kde_toolbardir)
1226 ])
1227 m4trace:acinclude.m4:728: -1- AC_DEFUN([KDE_MISC_TESTS], [
1228    dnl Checks for libraries.
1229    AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD 
1230    AC_SUBST(LIBUTIL)
1231    AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
1232    AC_SUBST(LIBCOMPAT)
1233    kde_have_crypt=
1234    AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes],
1235       AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [
1236         AC_MSG_WARN([you have no crypt in either libcrypt or libc.
1237 You should install libcrypt from another source or configure with PAM
1238 support])
1239         kde_have_crypt=no
1240       ]))
1241    AC_SUBST(LIBCRYPT)
1242    if test $kde_have_crypt = yes; then
1243       AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function])
1244    fi
1245    AC_CHECK_SOCKLEN_T
1246    AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
1247    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1248       AC_CHECK_LIB(dnet_stub, dnet_ntoa,
1249         [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
1250    fi
1251    AC_CHECK_FUNC(inet_ntoa)
1252    if test $ac_cv_func_inet_ntoa = no; then
1253      AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
1254    fi
1255    AC_CHECK_FUNC(connect)
1256    if test $ac_cv_func_connect = no; then
1257       AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
1258         $X_EXTRA_LIBS)
1259    fi
1260
1261    AC_CHECK_FUNC(remove)
1262    if test $ac_cv_func_remove = no; then
1263       AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
1264    fi
1265
1266    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1267    AC_CHECK_FUNC(shmat, ,
1268      AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"))
1269    
1270    # more headers that need to be explicitly included on darwin
1271    AC_CHECK_HEADERS(sys/types.h stdint.h)
1272
1273    # sys/bitypes.h is needed for uint32_t and friends on Tru64
1274    AC_CHECK_HEADERS(sys/bitypes.h)
1275
1276    # darwin requires a poll emulation library
1277    AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll")
1278
1279    # for some image handling on Mac OS X
1280    AC_CHECK_HEADERS(Carbon/Carbon.h)
1281
1282    # CoreAudio framework
1283    AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
1284      AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
1285      FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
1286    ])
1287
1288    AC_CHECK_RES_INIT
1289    AC_SUBST(LIB_POLL)
1290    AC_SUBST(FRAMEWORK_COREAUDIO)
1291    LIBSOCKET="$X_EXTRA_LIBS"
1292    AC_SUBST(LIBSOCKET)
1293    AC_SUBST(X_EXTRA_LIBS)
1294    AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
1295    AC_SUBST(LIBUCB)
1296
1297    case $host in  dnl this *is* LynxOS specific
1298    *-*-lynxos* )
1299         AC_MSG_CHECKING([LynxOS header file wrappers])
1300         [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
1301         AC_MSG_RESULT(disabled)
1302         AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
1303          ;;
1304     esac
1305
1306    KDE_CHECK_TYPES
1307    KDE_CHECK_LIBDL
1308    KDE_CHECK_STRLCPY
1309    KDE_CHECK_PIE_SUPPORT
1310
1311 # darwin needs this to initialize the environment
1312 AC_CHECK_HEADERS(crt_externs.h)
1313 AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
1314  
1315 AH_VERBATIM(_DARWIN_ENVIRON,
1316 [
1317 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
1318 # include <sys/time.h>
1319 # include <crt_externs.h>
1320 # define environ (*_NSGetEnviron())
1321 #endif
1322 ])
1323
1324 AH_VERBATIM(_AIX_STRINGS_H_BZERO,
1325 [
1326 /*
1327  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
1328  * that defines bzero.
1329  */
1330
1331 #if defined(_AIX)
1332 #include <strings.h>
1333 #endif
1334 ])
1335
1336 AC_CHECK_FUNCS([vsnprintf snprintf])
1337
1338 AH_VERBATIM(_TRU64,[
1339 /*
1340  * On HP-UX, the declaration of vsnprintf() is needed every time !
1341  */
1342
1343 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
1344 #if __STDC__
1345 #include <stdarg.h>
1346 #include <stdlib.h>
1347 #else
1348 #include <varargs.h>
1349 #endif
1350 #ifdef __cplusplus
1351 extern "C"
1352 #endif
1353 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
1354 #ifdef __cplusplus
1355 extern "C"
1356 #endif
1357 int snprintf(char *str, size_t n, char const *fmt, ...);
1358 #endif
1359 ])
1360
1361 ])
1362 m4trace:acinclude.m4:870: -1- AC_DEFUN([K_PATH_X], [
1363 AC_REQUIRE([KDE_MISC_TESTS])dnl
1364 AC_REQUIRE([KDE_CHECK_LIB64])
1365
1366 AC_ARG_ENABLE(
1367   embedded,
1368   AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
1369   kde_use_qt_emb=$enableval,
1370   kde_use_qt_emb=no
1371 )
1372
1373 AC_ARG_ENABLE(
1374   qtopia,
1375   AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
1376   kde_use_qt_emb_palm=$enableval,
1377   kde_use_qt_emb_palm=no
1378 )
1379
1380 AC_ARG_ENABLE(
1381   mac,
1382   AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
1383   kde_use_qt_mac=$enableval,
1384   kde_use_qt_mac=no
1385 )
1386
1387 # used to disable x11-specific stuff on special platforms
1388 AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
1389
1390 if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
1391
1392 AC_MSG_CHECKING(for X)
1393
1394 AC_CACHE_VAL(kde_cv_have_x,
1395 [# One or both of the vars are not set, and there is no cached value.
1396 if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
1397    kde_x_includes=NO
1398 else
1399    kde_x_includes=$x_includes
1400 fi
1401 if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
1402    kde_x_libraries=NO
1403 else
1404    kde_x_libraries=$x_libraries
1405 fi
1406
1407 # below we use the standard autoconf calls
1408 ac_x_libraries=$kde_x_libraries
1409 ac_x_includes=$kde_x_includes
1410
1411 KDE_PATH_X_DIRECT
1412 dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
1413 dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
1414 dnl location. The correct location is /usr/lib32 or an undefined value
1415 dnl (the linker is smart enough to pick the correct default library).
1416 dnl Things work just fine if you use just AC_PATH_X_DIRECT.
1417 dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
1418 dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
1419 dnl x_includes should be left alone.
1420 case "$host" in
1421 mips-sgi-irix6*)
1422   ;;
1423 *-*-solaris*)
1424   ;;
1425 *)
1426   _AC_PATH_X_XMKMF
1427   if test -z "$ac_x_includes"; then
1428     ac_x_includes="."
1429   fi
1430   if test -z "$ac_x_libraries"; then
1431     ac_x_libraries="/usr/lib${kdelibsuff}"
1432   fi
1433 esac
1434 #from now on we use our own again
1435
1436 # when the user already gave --x-includes, we ignore
1437 # what the standard autoconf macros told us.
1438 if test "$kde_x_includes" = NO; then
1439   kde_x_includes=$ac_x_includes
1440 fi
1441
1442 # for --x-libraries too
1443 if test "$kde_x_libraries" = NO; then
1444   kde_x_libraries=$ac_x_libraries
1445 fi
1446
1447 if test "$kde_x_includes" = NO; then
1448   AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
1449 fi
1450
1451 if test "$kde_x_libraries" = NO; then
1452   AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
1453 fi
1454
1455 # Record where we found X for the cache.
1456 kde_cv_have_x="have_x=yes \
1457          kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
1458 ])dnl
1459
1460 eval "$kde_cv_have_x"
1461
1462 if test "$have_x" != yes; then
1463   AC_MSG_RESULT($have_x)
1464   no_x=yes
1465 else
1466   AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
1467 fi
1468
1469 if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
1470   X_INCLUDES=""
1471   x_includes="."; dnl better than nothing :-
1472  else
1473   x_includes=$kde_x_includes
1474   X_INCLUDES="-I$x_includes"
1475 fi
1476
1477 if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then
1478   X_LDFLAGS=""
1479   x_libraries="/usr/lib"; dnl better than nothing :-
1480  else
1481   x_libraries=$kde_x_libraries
1482   X_LDFLAGS="-L$x_libraries"
1483 fi
1484 all_includes="$X_INCLUDES"
1485 all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
1486
1487 # Check for libraries that X11R6 Xt/Xaw programs need.
1488 ac_save_LDFLAGS="$LDFLAGS"
1489 LDFLAGS="$LDFLAGS $X_LDFLAGS"
1490 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1491 # check for ICE first), but we must link in the order -lSM -lICE or
1492 # we get undefined symbols.  So assume we have SM if we have ICE.
1493 # These have to be linked with before -lX11, unlike the other
1494 # libraries we check for below, so use a different variable.
1495 #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1496 AC_CHECK_LIB(ICE, IceConnectionNumber,
1497   [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
1498 LDFLAGS="$ac_save_LDFLAGS"
1499
1500 LIB_X11='-lX11 $(LIBSOCKET)'
1501
1502 AC_MSG_CHECKING(for libXext)
1503 AC_CACHE_VAL(kde_cv_have_libXext,
1504 [
1505 kde_ldflags_safe="$LDFLAGS"
1506 kde_libs_safe="$LIBS"
1507
1508 LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
1509 LIBS="-lXext -lX11 $LIBSOCKET"
1510
1511 AC_TRY_LINK([
1512 #include <stdio.h>
1513 #ifdef STDC_HEADERS
1514 # include <stdlib.h>
1515 #endif
1516 ],
1517 [
1518 printf("hello Xext\n");
1519 ],
1520 kde_cv_have_libXext=yes,
1521 kde_cv_have_libXext=no
1522 )
1523
1524 LDFLAGS=$kde_ldflags_safe
1525 LIBS=$kde_libs_safe
1526 ])
1527
1528 AC_MSG_RESULT($kde_cv_have_libXext)
1529
1530 if test "$kde_cv_have_libXext" = "no"; then
1531   AC_MSG_ERROR([We need a working libXext to proceed. Since configure
1532 can't find it itself, we stop here assuming that make wouldn't find
1533 them either.])
1534 fi
1535
1536 LIB_XEXT="-lXext"
1537 QTE_NORTTI=""
1538
1539 elif test "$kde_use_qt_emb" = "yes"; then
1540   dnl We're using QT Embedded
1541   CPPFLAGS=-DQWS
1542   CXXFLAGS="$CXXFLAGS -fno-rtti"
1543   QTE_NORTTI="-fno-rtti -DQWS"
1544   X_PRE_LIBS=""
1545   LIB_X11=""
1546   LIB_XEXT=""
1547   LIB_XRENDER=""
1548   LIBSM=""
1549   X_INCLUDES=""
1550   X_LDFLAGS=""
1551   x_includes=""
1552   x_libraries=""
1553 elif test "$kde_use_qt_mac" = "yes"; then
1554   dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
1555   dnl be included to get the information) --Sam
1556   CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
1557   CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
1558   X_PRE_LIBS=""
1559   LIB_X11=""
1560   LIB_XEXT=""
1561   LIB_XRENDER=""
1562   LIBSM=""
1563   X_INCLUDES=""
1564   X_LDFLAGS=""
1565   x_includes=""
1566   x_libraries=""
1567 fi
1568 AC_SUBST(X_PRE_LIBS)
1569 AC_SUBST(LIB_X11)
1570 AC_SUBST(LIB_XRENDER)
1571 AC_SUBST(LIBSM)
1572 AC_SUBST(X_INCLUDES)
1573 AC_SUBST(X_LDFLAGS)
1574 AC_SUBST(x_includes)
1575 AC_SUBST(x_libraries)
1576 AC_SUBST(QTE_NORTTI)
1577 AC_SUBST(LIB_XEXT)
1578
1579 ])
1580 m4trace:acinclude.m4:1090: -1- AC_DEFUN([KDE_PRINT_QT_PROGRAM], [
1581 AC_REQUIRE([KDE_USE_QT])
1582 cat > conftest.$ac_ext <<EOF
1583 #include "confdefs.h"
1584 #include <qglobal.h>
1585 #include <qapplication.h>
1586 EOF
1587 if test "$kde_qtver" = "2"; then
1588 cat >> conftest.$ac_ext <<EOF
1589 #include <qevent.h>
1590 #include <qstring.h>
1591 #include <qstyle.h>
1592 EOF
1593
1594 if test $kde_qtsubver -gt 0; then
1595 cat >> conftest.$ac_ext <<EOF
1596 #if QT_VERSION < 210
1597 #error 1
1598 #endif
1599 EOF
1600 fi
1601 fi
1602
1603 if test "$kde_qtver" = "3"; then
1604 cat >> conftest.$ac_ext <<EOF
1605 #include <qcursor.h>
1606 #include <qstylefactory.h>
1607 #include <private/qucomextra_p.h>
1608 EOF
1609 fi
1610
1611 echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
1612 cat >> conftest.$ac_ext <<EOF
1613 #error 1
1614 #endif
1615
1616 int main() {
1617 EOF
1618 if test "$kde_qtver" = "2"; then
1619 cat >> conftest.$ac_ext <<EOF
1620     QStringList *t = new QStringList();
1621     Q_UNUSED(t);
1622 EOF
1623 if test $kde_qtsubver -gt 0; then
1624 cat >> conftest.$ac_ext <<EOF
1625     QString s;
1626     s.setLatin1("Elvis is alive", 14);
1627 EOF
1628 fi
1629 fi
1630 if test "$kde_qtver" = "3"; then
1631 cat >> conftest.$ac_ext <<EOF
1632     (void)QStyleFactory::create(QString::null);
1633     QCursor c(Qt::WhatsThisCursor);
1634 EOF
1635 fi
1636 cat >> conftest.$ac_ext <<EOF
1637     return 0;
1638 }
1639 EOF
1640 ])
1641 m4trace:acinclude.m4:1153: -1- AC_DEFUN([KDE_USE_QT], [
1642 if test -z "$1"; then
1643   # Current default Qt version: 3.3
1644   kde_qtver=3
1645   kde_qtsubver=3
1646 else
1647   kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
1648   # following is the check if subversion isnt found in passed argument
1649   if test "$kde_qtsubver" = "$1"; then
1650     kde_qtsubver=1
1651   fi
1652   kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
1653   if test "$kde_qtver" = "1"; then
1654     kde_qtsubver=42
1655   fi
1656 fi
1657
1658 if test -z "$2"; then
1659   if test "$kde_qtver" = "2"; then
1660     if test $kde_qtsubver -gt 0; then
1661       kde_qt_minversion=">= Qt 2.2.2"
1662     else
1663       kde_qt_minversion=">= Qt 2.0.2"
1664     fi
1665   fi
1666   if test "$kde_qtver" = "3"; then
1667     if test $kde_qtsubver -gt 0; then
1668          if test $kde_qtsubver -gt 1; then
1669             if test $kde_qtsubver -gt 2; then
1670                 kde_qt_minversion=">= Qt 3.3 and < 4.0"
1671             else
1672                 kde_qt_minversion=">= Qt 3.2 and < 4.0"
1673             fi
1674          else
1675             kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
1676          fi
1677     else
1678       kde_qt_minversion=">= Qt 3.0 and < 4.0"
1679     fi
1680   fi
1681   if test "$kde_qtver" = "1"; then
1682     kde_qt_minversion=">= 1.42 and < 2.0"
1683   fi
1684 else
1685    kde_qt_minversion="$2"
1686 fi
1687
1688 if test -z "$3"; then
1689    if test $kde_qtver = 3; then
1690      if test $kde_qtsubver -gt 0; then
1691        kde_qt_verstring="QT_VERSION >= 0x03@VER@00 && QT_VERSION < 0x040000"
1692        qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
1693        kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s,@VER@,$qtsubver,"`
1694      else
1695        kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
1696      fi
1697    fi
1698    if test $kde_qtver = 2; then
1699      if test $kde_qtsubver -gt 0; then
1700        kde_qt_verstring="QT_VERSION >= 222"
1701      else
1702        kde_qt_verstring="QT_VERSION >= 200"
1703      fi
1704    fi
1705    if test $kde_qtver = 1; then
1706     kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
1707    fi
1708 else
1709    kde_qt_verstring="$3"
1710 fi
1711
1712 if test $kde_qtver = 4; then
1713   kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
1714 fi
1715 if test $kde_qtver = 3; then
1716   kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${kdelibsuff}/qt-3.3"
1717   if test -z "$PKG_CONFIG"; then
1718       AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
1719   fi
1720   if test "$PKG_CONFIG" != "no" ; then
1721     if $PKG_CONFIG --exists qt-mt ; then
1722        kde_qt_dirs="$kde_qt_dirs `$PKG_CONFIG --variable=prefix qt-mt`"
1723     fi
1724   fi
1725 fi
1726 if test $kde_qtver = 2; then
1727    kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
1728 fi
1729 if test $kde_qtver = 1; then
1730    kde_qt_dirs="$QTDIR /usr/lib/qt"
1731 fi
1732 ])
1733 m4trace:acinclude.m4:1247: -1- AC_DEFUN([KDE_CHECK_QT_DIRECT], [
1734 AC_REQUIRE([KDE_USE_QT])
1735 AC_MSG_CHECKING([if Qt compiles without flags])
1736 AC_CACHE_VAL(kde_cv_qt_direct,
1737 [
1738 AC_LANG_SAVE
1739 AC_LANG_CPLUSPLUS
1740 ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
1741 ac_LIBRARY_PATH="$LIBRARY_PATH"
1742 ac_cxxflags_safe="$CXXFLAGS"
1743 ac_ldflags_safe="$LDFLAGS"
1744 ac_libs_safe="$LIBS"
1745
1746 CXXFLAGS="$CXXFLAGS -I$qt_includes"
1747 LDFLAGS="$LDFLAGS $X_LDFLAGS"
1748 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1749 LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
1750 else
1751 LIBS="$LIBQT $LIBSOCKET"
1752 fi
1753 LD_LIBRARY_PATH=
1754 export LD_LIBRARY_PATH
1755 LIBRARY_PATH=
1756 export LIBRARY_PATH
1757
1758 KDE_PRINT_QT_PROGRAM
1759
1760 if AC_TRY_EVAL(ac_link) && test -s conftest; then
1761   kde_cv_qt_direct="yes"
1762 else
1763   kde_cv_qt_direct="no"
1764   echo "configure: failed program was:" >&AC_FD_CC
1765   cat conftest.$ac_ext >&AC_FD_CC
1766 fi
1767
1768 rm -f conftest*
1769 CXXFLAGS="$ac_cxxflags_safe"
1770 LDFLAGS="$ac_ldflags_safe"
1771 LIBS="$ac_libs_safe"
1772
1773 LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
1774 export LD_LIBRARY_PATH
1775 LIBRARY_PATH="$ac_LIBRARY_PATH"
1776 export LIBRARY_PATH
1777 AC_LANG_RESTORE
1778 ])
1779
1780 if test "$kde_cv_qt_direct" = "yes"; then
1781   AC_MSG_RESULT(yes)
1782   $1
1783 else
1784   AC_MSG_RESULT(no)
1785   $2
1786 fi
1787 ])
1788 m4trace:acinclude.m4:1310: -1- AC_DEFUN([AC_PATH_QT_1_3], [
1789 AC_REQUIRE([K_PATH_X])
1790 AC_REQUIRE([KDE_USE_QT])
1791 AC_REQUIRE([KDE_CHECK_LIB64])
1792
1793 dnl ------------------------------------------------------------------------
1794 dnl Add configure flag to enable linking to MT version of Qt library.
1795 dnl ------------------------------------------------------------------------
1796
1797 AC_ARG_ENABLE(
1798   mt,
1799   AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
1800   kde_use_qt_mt=$enableval,
1801   [
1802     if test $kde_qtver = 3; then
1803       kde_use_qt_mt=yes
1804     else
1805       kde_use_qt_mt=no
1806     fi
1807   ]
1808 )
1809
1810 USING_QT_MT=""
1811
1812 dnl ------------------------------------------------------------------------
1813 dnl If we not get --disable-qt-mt then adjust some vars for the host.
1814 dnl ------------------------------------------------------------------------
1815
1816 KDE_MT_LDFLAGS=
1817 KDE_MT_LIBS=
1818 if test "x$kde_use_qt_mt" = "xyes"; then
1819   KDE_CHECK_THREADING
1820   if test "x$kde_use_threading" = "xyes"; then
1821     CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
1822     KDE_MT_LDFLAGS="$USE_THREADS"
1823     KDE_MT_LIBS="$LIBPTHREAD"
1824   else
1825     kde_use_qt_mt=no
1826   fi
1827 fi
1828 AC_SUBST(KDE_MT_LDFLAGS)
1829 AC_SUBST(KDE_MT_LIBS)
1830
1831 kde_qt_was_given=yes
1832
1833 dnl ------------------------------------------------------------------------
1834 dnl If we haven't been told how to link to Qt, we work it out for ourselves.
1835 dnl ------------------------------------------------------------------------
1836 if test -z "$LIBQT_GLOB"; then
1837   if test "x$kde_use_qt_emb" = "xyes"; then
1838     LIBQT_GLOB="libqte.*"
1839   else
1840     LIBQT_GLOB="libqt.*"
1841   fi
1842 fi
1843
1844 dnl ------------------------------------------------------------
1845 dnl If we got --enable-embedded then adjust the Qt library name.
1846 dnl ------------------------------------------------------------
1847 if test "x$kde_use_qt_emb" = "xyes"; then
1848   qtlib="qte"
1849 else
1850   qtlib="qt"
1851 fi
1852
1853 kde_int_qt="-l$qtlib"
1854
1855 if test -z "$LIBQPE"; then
1856 dnl ------------------------------------------------------------
1857 dnl If we got --enable-palmtop then add -lqpe to the link line
1858 dnl ------------------------------------------------------------
1859   if test "x$kde_use_qt_emb" = "xyes"; then
1860     if test "x$kde_use_qt_emb_palm" = "xyes"; then
1861       LIB_QPE="-lqpe"
1862     else
1863       LIB_QPE=""
1864     fi
1865   else
1866     LIB_QPE=""
1867   fi
1868 fi
1869
1870 dnl ------------------------------------------------------------------------
1871 dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
1872 dnl ------------------------------------------------------------------------
1873
1874 if test "x$kde_use_qt_mt" = "xyes"; then
1875   LIBQT="-l$qtlib-mt"
1876   kde_int_qt="-l$qtlib-mt"
1877   LIBQT_GLOB="lib$qtlib-mt.*"
1878   USING_QT_MT="using -mt"
1879 else
1880   LIBQT="-l$qtlib"
1881 fi
1882
1883 if test $kde_qtver != 1; then
1884
1885   AC_REQUIRE([AC_FIND_PNG])
1886   AC_REQUIRE([AC_FIND_JPEG])
1887   LIBQT="$LIBQT $LIBPNG $LIBJPEG"
1888 fi
1889
1890 if test $kde_qtver = 3; then
1891   AC_REQUIRE([KDE_CHECK_LIBDL])
1892   LIBQT="$LIBQT $LIBDL"
1893 fi
1894
1895 AC_MSG_CHECKING([for Qt])
1896
1897 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1898 LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
1899 fi
1900 ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
1901 qt_libraries=""
1902 qt_includes=""
1903 AC_ARG_WITH(qt-dir,
1904     AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
1905     [  ac_qt_includes="$withval"/include
1906        ac_qt_libraries="$withval"/lib${kdelibsuff}
1907        ac_qt_bindir="$withval"/bin
1908     ])
1909
1910 AC_ARG_WITH(qt-includes,
1911     AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
1912     [
1913        ac_qt_includes="$withval"
1914     ])
1915
1916 kde_qt_libs_given=no
1917
1918 AC_ARG_WITH(qt-libraries,
1919     AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
1920     [  ac_qt_libraries="$withval"
1921        kde_qt_libs_given=yes
1922     ])
1923
1924 AC_CACHE_VAL(ac_cv_have_qt,
1925 [#try to guess Qt locations
1926
1927 qt_incdirs=""
1928 for dir in $kde_qt_dirs; do
1929    qt_incdirs="$qt_incdirs $dir/include $dir"
1930 done
1931 if test -z "$PKG_CONFIG"; then
1932     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
1933 fi
1934 if test "$PKG_CONFIG" != "no" ; then
1935   if $PKG_CONFIG --exists qt-mt ; then
1936       qt_incdirs="$qt_incdirs `$PKG_CONFIG --variable=includedir qt-mt`"
1937   fi
1938 fi
1939 qt_incdirs="$QTINC $qt_incdirs /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/X11R6/include/qt2 /usr/include/qt3 $x_includes"
1940 if test ! "$ac_qt_includes" = "NO"; then
1941    qt_incdirs="$ac_qt_includes $qt_incdirs"
1942 fi
1943
1944 if test "$kde_qtver" != "1"; then
1945   kde_qt_header=qstyle.h
1946 else
1947   kde_qt_header=qglobal.h
1948 fi
1949
1950 AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
1951 ac_qt_includes="$qt_incdir"
1952
1953 qt_libdirs=""
1954 for dir in $kde_qt_dirs; do
1955    qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir/lib $dir"
1956 done
1957 if test -z "$PKG_CONFIG"; then
1958     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
1959 fi
1960 if test "$PKG_CONFIG" != "no" ; then
1961   if $PKG_CONFIG --exists qt-mt ; then
1962       qt_libdirs="$qt_incdirs `$PKG_CONFIG --variable=libdir qt-mt`"
1963   fi
1964 fi
1965 qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
1966 if test ! "$ac_qt_libraries" = "NO"; then
1967   qt_libdir=$ac_qt_libraries
1968 else
1969   qt_libdirs="$ac_qt_libraries $qt_libdirs"
1970   # if the Qt was given, the chance is too big that libqt.* doesn't exist
1971   qt_libdir=NONE
1972   for dir in $qt_libdirs; do
1973     try="ls -1 $dir/${LIBQT_GLOB}"
1974     if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
1975   done
1976 fi
1977 for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
1978   if test -e "$a"; then
1979     LIBQT="$LIBQT ${kde_int_qt}_incremental"
1980     break
1981   fi
1982 done
1983
1984 ac_qt_libraries="$qt_libdir"
1985
1986 AC_LANG_SAVE
1987 AC_LANG_CPLUSPLUS
1988
1989 ac_cxxflags_safe="$CXXFLAGS"
1990 ac_ldflags_safe="$LDFLAGS"
1991 ac_libs_safe="$LIBS"
1992
1993 CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
1994 LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
1995 LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
1996
1997 KDE_PRINT_QT_PROGRAM
1998
1999 if AC_TRY_EVAL(ac_link) && test -s conftest; then
2000   rm -f conftest*
2001 else
2002   echo "configure: failed program was:" >&AC_FD_CC
2003   cat conftest.$ac_ext >&AC_FD_CC
2004   ac_qt_libraries="NO"
2005 fi
2006 rm -f conftest*
2007 CXXFLAGS="$ac_cxxflags_safe"
2008 LDFLAGS="$ac_ldflags_safe"
2009 LIBS="$ac_libs_safe"
2010
2011 AC_LANG_RESTORE
2012 if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
2013   ac_cv_have_qt="have_qt=no"
2014   ac_qt_notfound=""
2015   missing_qt_mt=""
2016   if test "$ac_qt_includes" = NO; then
2017     if test "$ac_qt_libraries" = NO; then
2018       ac_qt_notfound="(headers and libraries)";
2019     else
2020       ac_qt_notfound="(headers)";
2021     fi
2022   else
2023     if test "x$kde_use_qt_mt" = "xyes"; then
2024        missing_qt_mt="
2025 Make sure that you have compiled Qt with thread support!"
2026        ac_qt_notfound="(library $qtlib-mt)";
2027     else
2028        ac_qt_notfound="(library $qtlib)";
2029     fi
2030   fi
2031
2032   AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
2033 For more details about this problem, look at the end of config.log.$missing_qt_mt])
2034 else
2035   have_qt="yes"
2036 fi
2037 ])
2038
2039 eval "$ac_cv_have_qt"
2040
2041 if test "$have_qt" != yes; then
2042   AC_MSG_RESULT([$have_qt]);
2043 else
2044   ac_cv_have_qt="have_qt=yes \
2045     ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
2046   AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
2047
2048   qt_libraries="$ac_qt_libraries"
2049   qt_includes="$ac_qt_includes"
2050 fi
2051
2052 if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
2053      KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
2054 fi
2055
2056 AC_SUBST(qt_libraries)
2057 AC_SUBST(qt_includes)
2058
2059 if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
2060  QT_INCLUDES=""
2061 else
2062  QT_INCLUDES="-I$qt_includes"
2063  all_includes="$QT_INCLUDES $all_includes"
2064 fi
2065
2066 if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
2067  QT_LDFLAGS=""
2068 else
2069  QT_LDFLAGS="-L$qt_libraries"
2070  all_libraries="$QT_LDFLAGS $all_libraries"
2071 fi
2072 test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
2073
2074 AC_SUBST(QT_INCLUDES)
2075 AC_SUBST(QT_LDFLAGS)
2076 AC_PATH_QT_MOC_UIC
2077
2078 KDE_CHECK_QT_JPEG
2079
2080 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2081 LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
2082 else
2083 LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
2084 fi
2085 test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
2086 for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
2087   if test -e "$a"; then
2088      LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
2089      break
2090   fi
2091 done
2092
2093 AC_SUBST(LIB_QT)
2094 AC_SUBST(LIB_QPE)
2095
2096 AC_SUBST(kde_qtver)
2097 ])
2098 m4trace:acinclude.m4:1622: -1- AC_DEFUN([AC_PATH_QT], [
2099 AC_PATH_QT_1_3
2100 ])
2101 m4trace:acinclude.m4:1627: -1- AC_DEFUN([KDE_CHECK_UIC_PLUGINS], [
2102 AC_REQUIRE([AC_PATH_QT_MOC_UIC])
2103
2104 if test x$ac_uic_supports_libpath = xyes; then
2105
2106 AC_MSG_CHECKING([if UIC has KDE plugins available])
2107 AC_CACHE_VAL(kde_cv_uic_plugins,
2108 [
2109 cat > actest.ui << EOF
2110 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2111 <class>NewConnectionDialog</class>
2112 <widget class="QDialog">
2113    <widget class="KLineEdit">
2114         <property name="name">
2115            <cstring>testInput</cstring>
2116         </property>
2117    </widget>
2118 </widget>
2119 </UI>
2120 EOF
2121        
2122
2123
2124 kde_cv_uic_plugins=no
2125 kde_line="$UIC_PATH -L $kde_widgetdir"
2126 if test x$ac_uic_supports_nounload = xyes; then
2127    kde_line="$kde_line -nounload"
2128 fi
2129 kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
2130 if AC_TRY_EVAL(kde_line); then
2131         # if you're trying to debug this check and think it's incorrect,
2132         # better check your installation. The check _is_ correct - your
2133         # installation is not.
2134         if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
2135                 kde_cv_uic_plugins=yes
2136         fi
2137 fi
2138 rm -f actest.ui actest.cpp
2139 ])
2140
2141 AC_MSG_RESULT([$kde_cv_uic_plugins])
2142 if test "$kde_cv_uic_plugins" != yes; then
2143         AC_MSG_ERROR([
2144 you need to install kdelibs first.
2145
2146 If you did install kdelibs, then the Qt version that is picked up by
2147 this configure is not the same version you used to compile kdelibs. 
2148 The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
2149 _same Qt version_, compiled with the _same compiler_ and the same Qt
2150 configuration settings.
2151 ])
2152 fi
2153 fi
2154 ])
2155 m4trace:acinclude.m4:1683: -1- AC_DEFUN([KDE_CHECK_FINAL], [
2156   AC_ARG_ENABLE(final,
2157         AC_HELP_STRING([--enable-final],
2158                        [build size optimized apps (experimental - needs lots of memory)]),
2159         kde_use_final=$enableval, kde_use_final=no)
2160
2161   if test "x$kde_use_final" = "xyes"; then
2162       KDE_USE_FINAL_TRUE=""
2163       KDE_USE_FINAL_FALSE="#"
2164    else
2165       KDE_USE_FINAL_TRUE="#"
2166       KDE_USE_FINAL_FALSE=""
2167   fi
2168   AC_SUBST(KDE_USE_FINAL_TRUE)
2169   AC_SUBST(KDE_USE_FINAL_FALSE)
2170 ])
2171 m4trace:acinclude.m4:1701: -1- AC_DEFUN([KDE_CHECK_CLOSURE], [
2172   AC_ARG_ENABLE(closure,
2173                 AC_HELP_STRING([--enable-closure],[delay template instantiation]),
2174         kde_use_closure=$enableval, kde_use_closure=no)
2175
2176   KDE_NO_UNDEFINED=""
2177   if test "x$kde_use_closure" = "xyes"; then
2178        KDE_USE_CLOSURE_TRUE=""
2179        KDE_USE_CLOSURE_FALSE="#"
2180 #       CXXFLAGS="$CXXFLAGS $REPO"
2181   else
2182        KDE_USE_CLOSURE_TRUE="#"
2183        KDE_USE_CLOSURE_FALSE=""
2184        KDE_NO_UNDEFINED=""
2185        case $host in 
2186          *-*-linux-gnu)
2187            KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
2188                 [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
2189                 [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
2190                 [KDE_NO_UNDEFINED=""])],
2191             [KDE_NO_UNDEFINED=""])
2192            ;;
2193        esac
2194   fi
2195   AC_SUBST(KDE_USE_CLOSURE_TRUE)
2196   AC_SUBST(KDE_USE_CLOSURE_FALSE)
2197   AC_SUBST(KDE_NO_UNDEFINED)
2198 ])
2199 m4trace:acinclude.m4:1732: -1- AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], [
2200   AC_ARG_ENABLE(new_ldflags,
2201                 AC_HELP_STRING([--enable-new-ldflags],
2202                 [enable the new linker flags]),
2203         kde_use_new_ldflags=$enableval, 
2204         kde_use_new_ldflags=no)
2205
2206   LDFLAGS_AS_NEEDED=""
2207   LDFLAGS_NEW_DTAGS=""
2208   if test "x$kde_use_new_ldflags" = "xyes"; then
2209        LDFLAGS_NEW_DTAGS=""
2210        KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
2211                 [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
2212
2213        KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
2214                 [LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
2215   fi
2216   AC_SUBST(LDFLAGS_AS_NEEDED)
2217   AC_SUBST(LDFLAGS_NEW_DTAGS)
2218 ])
2219 m4trace:acinclude.m4:1754: -1- AC_DEFUN([KDE_CHECK_NMCHECK], [
2220   AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
2221         kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
2222
2223   if test "$kde_use_nmcheck" = "yes"; then
2224       KDE_USE_NMCHECK_TRUE=""
2225       KDE_USE_NMCHECK_FALSE="#"
2226    else
2227       KDE_USE_NMCHECK_TRUE="#"
2228       KDE_USE_NMCHECK_FALSE=""
2229   fi
2230   AC_SUBST(KDE_USE_NMCHECK_TRUE)
2231   AC_SUBST(KDE_USE_NMCHECK_FALSE)
2232 ])
2233 m4trace:acinclude.m4:1770: -1- AC_DEFUN([KDE_EXPAND_MAKEVAR], [
2234 savex=$exec_prefix
2235 test "x$exec_prefix" = xNONE && exec_prefix=$prefix
2236 tmp=$$2
2237 while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
2238 exec_prefix=$savex
2239 ])
2240 m4trace:acinclude.m4:1784: -1- AC_DEFUN([AC_BASE_PATH_KDE], [
2241 AC_REQUIRE([KDE_CHECK_STL])
2242 AC_REQUIRE([AC_PATH_QT])dnl
2243 AC_REQUIRE([KDE_CHECK_LIB64])
2244
2245 AC_CHECK_RPATH
2246 AC_MSG_CHECKING([for KDE])
2247
2248 if test "${prefix}" != NONE; then
2249   kde_includes=${includedir}
2250   KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
2251
2252   kde_libraries=${libdir}
2253   KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
2254
2255 else
2256   ac_kde_includes=
2257   ac_kde_libraries=
2258   kde_libraries=""
2259   kde_includes=""
2260 fi
2261
2262 AC_CACHE_VAL(ac_cv_have_kde,
2263 [#try to guess kde locations
2264
2265 if test "$kde_qtver" = 1; then
2266   kde_check_header="ksock.h"
2267   kde_check_lib="libkdecore.la"
2268 else
2269   kde_check_header="ksharedptr.h"
2270   kde_check_lib="libkio.la"
2271 fi
2272
2273 if test -z "$1"; then
2274
2275 kde_incdirs="$kde_libs_prefix/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
2276 test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
2277 kde_incdirs="$ac_kde_includes $kde_incdirs"
2278 AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
2279 ac_kde_includes="$kde_incdir"
2280
2281 if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
2282   AC_MSG_ERROR([
2283 in the prefix, you've chosen, are no KDE headers installed. This will fail.
2284 So, check this please and use another prefix!])
2285 fi
2286
2287 kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
2288 test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
2289 kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
2290 AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
2291 ac_kde_libraries="$kde_libdir"
2292
2293 kde_widgetdir=NO
2294 dnl this might be somewhere else
2295 AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
2296
2297 if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
2298 AC_MSG_ERROR([
2299 in the prefix, you've chosen, are no KDE libraries installed. This will fail.
2300 So, check this please and use another prefix!])
2301 fi
2302
2303 if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
2304 AC_MSG_ERROR([
2305 I can't find the designer plugins. These are required and should have been installed
2306 by kdelibs])
2307 fi
2308
2309 if test -n "$kde_widgetdir"; then
2310     kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
2311 fi
2312
2313
2314 if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
2315   ac_cv_have_kde="have_kde=no"
2316 else
2317   ac_cv_have_kde="have_kde=yes \
2318     ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2319 fi
2320
2321 else dnl test -z $1, e.g. from kdelibs
2322
2323   ac_cv_have_kde="have_kde=no"
2324
2325 fi
2326 ])dnl
2327
2328 eval "$ac_cv_have_kde"
2329
2330 if test "$have_kde" != "yes"; then
2331  if test "${prefix}" = NONE; then
2332   ac_kde_prefix="$ac_default_prefix"
2333  else
2334   ac_kde_prefix="$prefix"
2335  fi
2336  if test "$exec_prefix" = NONE; then
2337   ac_kde_exec_prefix="$ac_kde_prefix"
2338   AC_MSG_RESULT([will be installed in $ac_kde_prefix])
2339  else
2340   ac_kde_exec_prefix="$exec_prefix"
2341   AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
2342  fi
2343
2344  kde_libraries="${libdir}"
2345  kde_includes="${includedir}"
2346
2347 else
2348   ac_cv_have_kde="have_kde=yes \
2349     ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2350   AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
2351
2352   kde_libraries="$ac_kde_libraries"
2353   kde_includes="$ac_kde_includes"
2354 fi
2355 AC_SUBST(kde_libraries)
2356 AC_SUBST(kde_includes)
2357
2358 if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
2359  KDE_INCLUDES=""
2360 else
2361  KDE_INCLUDES="-I$kde_includes"
2362  all_includes="$KDE_INCLUDES $all_includes"
2363 fi
2364
2365 KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
2366  
2367 KDE_LDFLAGS="-L$kde_libraries"
2368 if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
2369  all_libraries="$KDE_LDFLAGS $all_libraries"
2370 fi
2371
2372 AC_SUBST(KDE_LDFLAGS)
2373 AC_SUBST(KDE_INCLUDES)
2374
2375 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
2376
2377 all_libraries="$all_libraries $USER_LDFLAGS"
2378 all_includes="$all_includes $USER_INCLUDES"
2379 AC_SUBST(all_includes)
2380 AC_SUBST(all_libraries)
2381
2382 if test -z "$1"; then
2383 KDE_CHECK_UIC_PLUGINS
2384 fi
2385
2386 ac_kde_libraries="$kde_libdir"
2387
2388 AC_SUBST(AUTODIRS)
2389
2390
2391 ])
2392 m4trace:acinclude.m4:1938: -1- AC_DEFUN([KDE_CHECK_EXTRA_LIBS], [
2393 AC_MSG_CHECKING(for extra includes)
2394 AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
2395   kde_use_extra_includes="$withval",
2396   kde_use_extra_includes=NONE
2397 )
2398 kde_extra_includes=
2399 if test -n "$kde_use_extra_includes" && \
2400    test "$kde_use_extra_includes" != "NONE"; then
2401
2402    ac_save_ifs=$IFS
2403    IFS=':'
2404    for dir in $kde_use_extra_includes; do
2405      kde_extra_includes="$kde_extra_includes $dir"
2406      USER_INCLUDES="$USER_INCLUDES -I$dir"
2407    done
2408    IFS=$ac_save_ifs
2409    kde_use_extra_includes="added"
2410 else
2411    kde_use_extra_includes="no"
2412 fi
2413 AC_SUBST(USER_INCLUDES)
2414
2415 AC_MSG_RESULT($kde_use_extra_includes)
2416
2417 kde_extra_libs=
2418 AC_MSG_CHECKING(for extra libs)
2419 AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
2420   kde_use_extra_libs=$withval,
2421   kde_use_extra_libs=NONE
2422 )
2423 if test -n "$kde_use_extra_libs" && \
2424    test "$kde_use_extra_libs" != "NONE"; then
2425
2426    ac_save_ifs=$IFS
2427    IFS=':'
2428    for dir in $kde_use_extra_libs; do
2429      kde_extra_libs="$kde_extra_libs $dir"
2430      KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
2431      USER_LDFLAGS="$USER_LDFLAGS -L$dir"
2432    done
2433    IFS=$ac_save_ifs
2434    kde_use_extra_libs="added"
2435 else
2436    kde_use_extra_libs="no"
2437 fi
2438
2439 AC_SUBST(USER_LDFLAGS)
2440
2441 AC_MSG_RESULT($kde_use_extra_libs)
2442
2443 ])
2444 m4trace:acinclude.m4:1992: -1- AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], [
2445     AC_MSG_CHECKING([for KDE headers installed])
2446     AC_LANG_SAVE
2447     AC_LANG_CPLUSPLUS
2448 cat > conftest.$ac_ext <<EOF
2449 #ifdef STDC_HEADERS
2450 # include <stdlib.h>
2451 #endif
2452 #include <stdio.h>
2453 #include "confdefs.h"
2454 #include <kapp.h>
2455
2456 int main() {
2457     printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
2458     printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
2459     printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
2460     printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
2461     printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
2462     printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
2463     printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
2464     printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
2465     printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
2466     printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
2467     printf("kde_wallpaperdir=\\"%s\\"\n",
2468         KApplication::kde_wallpaperdir().data());
2469     printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
2470     printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
2471     printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
2472     printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
2473     printf("kde_moduledir=\\"/tmp/dummy\\"\n");
2474     printf("kde_styledir=\\"/tmp/dummy\\"\n");
2475     printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
2476     printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
2477     printf("xdg_menudir=\\"/tmp/dummy\\"\n");
2478     printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
2479     printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
2480     return 0;
2481     }
2482 EOF
2483
2484  ac_save_CPPFLAGS=$CPPFLAGS
2485  CPPFLAGS="$all_includes $CPPFLAGS"
2486  if AC_TRY_EVAL(ac_compile); then
2487    AC_MSG_RESULT(yes)
2488  else
2489    AC_MSG_ERROR([your system is not able to compile a small KDE application!
2490 Check, if you installed the KDE header files correctly.
2491 For more details about this problem, look at the end of config.log.])
2492   fi
2493   CPPFLAGS=$ac_save_CPPFLAGS
2494
2495   AC_LANG_RESTORE
2496 ])
2497 m4trace:acinclude.m4:2047: -1- AC_DEFUN([KDE_CHECK_KDEQTADDON], [
2498 AC_MSG_CHECKING(for kde-qt-addon)
2499 AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
2500 [
2501  kde_ldflags_safe="$LDFLAGS"
2502  kde_libs_safe="$LIBS"
2503  kde_cxxflags_safe="$CXXFLAGS"
2504
2505  LIBS="-lkde-qt-addon $LIBQT $LIBS"
2506  CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
2507  LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
2508
2509  AC_TRY_LINK([
2510    #include <qdom.h>
2511  ],
2512  [
2513    QDomDocument doc;
2514  ],
2515   kde_cv_have_kdeqtaddon=yes,
2516   kde_cv_have_kdeqtaddon=no
2517  )
2518
2519  LDFLAGS=$kde_ldflags_safe
2520  LIBS=$kde_libs_safe
2521  CXXFLAGS=$kde_cxxflags_safe
2522 ])
2523
2524 AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
2525
2526 if test "$kde_cv_have_kdeqtaddon" = "no"; then
2527   AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
2528 It is a separate package (and CVS module) named kde-qt-addon.])
2529 fi
2530 ])
2531 m4trace:acinclude.m4:2083: -1- AC_DEFUN([KDE_CREATE_LIBS_ALIASES], [
2532    AC_REQUIRE([KDE_MISC_TESTS])
2533    AC_REQUIRE([KDE_CHECK_LIBDL])
2534    AC_REQUIRE([K_PATH_X])
2535
2536 if test $kde_qtver = 3; then
2537    case $host in 
2538                *cygwin*) lib_kded="-lkdeinit_kded" ;;
2539                *) lib_kded="" ;;
2540        esac
2541    AC_SUBST(LIB_KDED, $lib_kded)
2542    AC_SUBST(LIB_KDECORE, "-lkdecore")
2543    AC_SUBST(LIB_KDEUI, "-lkdeui")
2544    AC_SUBST(LIB_KIO, "-lkio")
2545    AC_SUBST(LIB_KJS, "-lkjs")
2546    AC_SUBST(LIB_SMB, "-lsmb")
2547    AC_SUBST(LIB_KAB, "-lkab")
2548    AC_SUBST(LIB_KABC, "-lkabc")
2549    AC_SUBST(LIB_KHTML, "-lkhtml")
2550    AC_SUBST(LIB_KSPELL, "-lkspell")
2551    AC_SUBST(LIB_KPARTS, "-lkparts")
2552    AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2553    AC_SUBST(LIB_KUTILS, "-lkutils")
2554    AC_SUBST(LIB_KDEPIM, "-lkdepim")
2555    AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
2556    AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
2557    AC_SUBST(LIB_KDNSSD, "-lkdnssd")
2558    AC_SUBST(LIB_KUNITTEST, "-lkunittest")
2559 # these are for backward compatibility
2560    AC_SUBST(LIB_KSYCOCA, "-lkio")
2561    AC_SUBST(LIB_KFILE, "-lkio")
2562 elif test $kde_qtver = 2; then
2563    AC_SUBST(LIB_KDECORE, "-lkdecore")
2564    AC_SUBST(LIB_KDEUI, "-lkdeui")
2565    AC_SUBST(LIB_KIO, "-lkio")
2566    AC_SUBST(LIB_KSYCOCA, "-lksycoca")
2567    AC_SUBST(LIB_SMB, "-lsmb")
2568    AC_SUBST(LIB_KFILE, "-lkfile")
2569    AC_SUBST(LIB_KAB, "-lkab")
2570    AC_SUBST(LIB_KHTML, "-lkhtml")
2571    AC_SUBST(LIB_KSPELL, "-lkspell")
2572    AC_SUBST(LIB_KPARTS, "-lkparts")
2573    AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2574 else
2575    AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
2576    AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
2577    AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
2578    AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
2579    AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
2580 fi
2581 ])
2582 m4trace:acinclude.m4:2136: -1- AC_DEFUN([AC_PATH_KDE], [
2583   AC_BASE_PATH_KDE
2584   AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
2585   [
2586   if test "$enableval" = "no";
2587     then ac_use_path_checking="default"
2588     else ac_use_path_checking=""
2589   fi
2590   ],
2591   [
2592   if test "$kde_qtver" = 1;
2593     then ac_use_path_checking=""
2594     else ac_use_path_checking="default"
2595   fi
2596   ]
2597   )
2598
2599   AC_CREATE_KFSSTND($ac_use_path_checking)
2600
2601   AC_SUBST_KFSSTND
2602   KDE_CREATE_LIBS_ALIASES
2603 ])
2604 m4trace:acinclude.m4:2161: -1- AC_DEFUN([KDE_CHECK_FUNC_EXT], [
2605 AC_MSG_CHECKING(for $1)
2606 AC_CACHE_VAL(kde_cv_func_$1,
2607 [
2608 AC_LANG_SAVE
2609 AC_LANG_CPLUSPLUS
2610 save_CXXFLAGS="$CXXFLAGS"
2611 kde_safe_LIBS="$LIBS"
2612 LIBS="$LIBS $X_EXTRA_LIBS"
2613 if test "$GXX" = "yes"; then
2614 CXXFLAGS="$CXXFLAGS -pedantic-errors"
2615 fi
2616 AC_TRY_COMPILE([
2617 $2
2618 ],
2619 [
2620 $3
2621 ],
2622 kde_cv_func_$1=yes,
2623 kde_cv_func_$1=no)
2624 CXXFLAGS="$save_CXXFLAGS"
2625 LIBS="$kde_safe_LIBS"
2626 AC_LANG_RESTORE
2627 ])
2628
2629 AC_MSG_RESULT($kde_cv_func_$1)
2630
2631 AC_MSG_CHECKING([if $1 needs custom prototype])
2632 AC_CACHE_VAL(kde_cv_proto_$1,
2633 [
2634 if test "x$kde_cv_func_$1" = xyes; then
2635   kde_cv_proto_$1=no
2636 else
2637   case "$1" in
2638         setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
2639                 kde_cv_proto_$1="yes - in libkdefakes"
2640                 ;;
2641         *)
2642                 kde_cv_proto_$1=unknown
2643                 ;;
2644   esac
2645 fi
2646
2647 if test "x$kde_cv_proto_$1" = xunknown; then
2648
2649 AC_LANG_SAVE
2650 AC_LANG_CPLUSPLUS
2651   kde_safe_libs=$LIBS
2652   LIBS="$LIBS $X_EXTRA_LIBS"
2653   AC_TRY_LINK([
2654 $2
2655
2656 extern "C" $4;
2657 ],
2658 [
2659 $3
2660 ],
2661 [ kde_cv_func_$1=yes
2662   kde_cv_proto_$1=yes ],
2663   [kde_cv_proto_$1="$1 unavailable"]
2664 )
2665 LIBS=$kde_safe_libs
2666 AC_LANG_RESTORE
2667 fi
2668 ])
2669 AC_MSG_RESULT($kde_cv_proto_$1)
2670
2671 if test "x$kde_cv_func_$1" = xyes; then
2672   AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
2673   $6
2674 fi
2675 if test "x$kde_cv_proto_$1" = xno; then
2676   AC_DEFINE(HAVE_$5_PROTO, 1,
2677   [Define if you have the $1 prototype])
2678 fi
2679
2680 AH_VERBATIM([_HAVE_$5_PROTO],
2681 [
2682 #if !defined(HAVE_$5_PROTO)
2683 #ifdef __cplusplus
2684 extern "C" {
2685 #endif
2686 $4;
2687 #ifdef __cplusplus
2688 }
2689 #endif
2690 #endif
2691 ])
2692 ])
2693 m4trace:acinclude.m4:2252: -1- AC_DEFUN([AC_CHECK_SETENV], [
2694         KDE_CHECK_FUNC_EXT(setenv, [
2695 #include <stdlib.h>
2696 ], 
2697                 [setenv("VAR", "VALUE", 1);],
2698                 [int setenv (const char *, const char *, int)],
2699                 [SETENV])
2700 ])
2701 m4trace:acinclude.m4:2262: -1- AC_DEFUN([AC_CHECK_UNSETENV], [
2702         KDE_CHECK_FUNC_EXT(unsetenv, [
2703 #include <stdlib.h>
2704 ], 
2705                 [unsetenv("VAR");],
2706                 [void unsetenv (const char *)],
2707                 [UNSETENV])
2708 ])
2709 m4trace:acinclude.m4:2272: -1- AC_DEFUN([AC_CHECK_GETDOMAINNAME], [
2710         KDE_CHECK_FUNC_EXT(getdomainname, [
2711 #include <stdlib.h>
2712 #include <unistd.h>
2713 #include <netdb.h>
2714 ], 
2715                 [
2716 char buffer[200];
2717 getdomainname(buffer, 200);
2718 ],      
2719                 [#include <sys/types.h>
2720                 int getdomainname (char *, size_t)],
2721                 [GETDOMAINNAME])
2722 ])
2723 m4trace:acinclude.m4:2288: -1- AC_DEFUN([AC_CHECK_GETHOSTNAME], [
2724         KDE_CHECK_FUNC_EXT(gethostname, [
2725 #include <stdlib.h>
2726 #include <unistd.h>
2727 ], 
2728                 [
2729 char buffer[200];
2730 gethostname(buffer, 200);
2731 ],      
2732                 [int gethostname (char *, unsigned int)],
2733                 [GETHOSTNAME])
2734 ])
2735 m4trace:acinclude.m4:2302: -1- AC_DEFUN([AC_CHECK_USLEEP], [
2736         KDE_CHECK_FUNC_EXT(usleep, [
2737 #include <unistd.h>
2738 ], 
2739                 [
2740 usleep(200);
2741 ],      
2742                 [int usleep (unsigned int)],
2743                 [USLEEP])
2744 ])
2745 m4trace:acinclude.m4:2315: -1- AC_DEFUN([AC_CHECK_RANDOM], [
2746         KDE_CHECK_FUNC_EXT(random, [
2747 #include <stdlib.h>
2748 ], 
2749                 [
2750 random();
2751 ],      
2752                 [long int random(void)],
2753                 [RANDOM])
2754
2755         KDE_CHECK_FUNC_EXT(srandom, [
2756 #include <stdlib.h>
2757 ], 
2758                 [
2759 srandom(27);
2760 ],      
2761                 [void srandom(unsigned int)],
2762                 [SRANDOM])
2763
2764 ])
2765 m4trace:acinclude.m4:2337: -1- AC_DEFUN([AC_CHECK_INITGROUPS], [
2766         KDE_CHECK_FUNC_EXT(initgroups, [
2767 #include <sys/types.h>
2768 #include <unistd.h>
2769 #include <grp.h>
2770 ],
2771         [
2772 char buffer[200];
2773 initgroups(buffer, 27);
2774 ],
2775         [int initgroups(const char *, gid_t)],
2776         [INITGROUPS])
2777 ])
2778 m4trace:acinclude.m4:2352: -1- AC_DEFUN([AC_CHECK_MKSTEMPS], [
2779         KDE_CHECK_FUNC_EXT(mkstemps, [
2780 #include <stdlib.h>
2781 #include <unistd.h>
2782 ],
2783         [
2784 mkstemps("/tmp/aaaXXXXXX", 6);
2785 ],
2786         [int mkstemps(char *, int)],
2787         [MKSTEMPS])
2788 ])
2789 m4trace:acinclude.m4:2365: -1- AC_DEFUN([AC_CHECK_MKSTEMP], [
2790         KDE_CHECK_FUNC_EXT(mkstemp, [
2791 #include <stdlib.h>
2792 #include <unistd.h>
2793 ],
2794         [
2795 mkstemp("/tmp/aaaXXXXXX");
2796 ],
2797         [int mkstemp(char *)],
2798         [MKSTEMP])
2799 ])
2800 m4trace:acinclude.m4:2378: -1- AC_DEFUN([AC_CHECK_MKDTEMP], [
2801         KDE_CHECK_FUNC_EXT(mkdtemp, [
2802 #include <stdlib.h>
2803 #include <unistd.h>
2804 ],
2805         [
2806 mkdtemp("/tmp/aaaXXXXXX");
2807 ],
2808         [char *mkdtemp(char *)],
2809         [MKDTEMP])
2810 ])
2811 m4trace:acinclude.m4:2392: -1- AC_DEFUN([AC_CHECK_RES_INIT], [
2812   AC_MSG_CHECKING([if res_init needs -lresolv])
2813   kde_libs_safe="$LIBS"
2814   LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
2815   AC_TRY_LINK(
2816     [
2817 #include <sys/types.h>
2818 #include <netinet/in.h>
2819 #include <arpa/nameser.h>
2820 #include <resolv.h>
2821     ],
2822     [
2823       res_init(); 
2824     ],
2825     [
2826       LIBRESOLV="-lresolv"
2827       AC_MSG_RESULT(yes)
2828       AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
2829     ],
2830     [ AC_MSG_RESULT(no) ]
2831   )
2832   LIBS=$kde_libs_safe
2833   AC_SUBST(LIBRESOLV)
2834
2835   KDE_CHECK_FUNC_EXT(res_init,
2836     [
2837 #include <sys/types.h>
2838 #include <netinet/in.h>
2839 #include <arpa/nameser.h>
2840 #include <resolv.h>
2841     ],
2842     [res_init()],
2843     [int res_init(void)],
2844     [RES_INIT])
2845 ])
2846 m4trace:acinclude.m4:2429: -1- AC_DEFUN([AC_CHECK_STRLCPY], [
2847         KDE_CHECK_FUNC_EXT(strlcpy, [
2848 #include <string.h>
2849 ],
2850 [ char buf[20];
2851   strlcpy(buf, "KDE function test", sizeof(buf));
2852 ],
2853         [unsigned long strlcpy(char*, const char*, unsigned long)],
2854         [STRLCPY])
2855 ])
2856 m4trace:acinclude.m4:2441: -1- AC_DEFUN([AC_CHECK_STRLCAT], [
2857         KDE_CHECK_FUNC_EXT(strlcat, [
2858 #include <string.h>
2859 ],
2860 [ char buf[20];
2861   buf[0]='\0';
2862   strlcat(buf, "KDE function test", sizeof(buf));
2863 ],
2864         [unsigned long strlcat(char*, const char*, unsigned long)],
2865         [STRLCAT])
2866 ])
2867 m4trace:acinclude.m4:2454: -1- AC_DEFUN([AC_CHECK_RES_QUERY], [
2868         KDE_CHECK_FUNC_EXT(res_query, [
2869 #include <sys/types.h>
2870 #include <netinet/in.h>
2871 #include <arpa/nameser.h>
2872 #include <resolv.h>
2873 #include <netdb.h>
2874 ],
2875 [
2876 res_query(NULL, 0, 0, NULL, 0);
2877 ],
2878         [int res_query(const char *, int, int, unsigned char *, int)],
2879         [RES_QUERY])
2880 ])
2881 m4trace:acinclude.m4:2470: -1- AC_DEFUN([AC_CHECK_DN_SKIPNAME], [
2882         KDE_CHECK_FUNC_EXT(dn_skipname, [
2883 #include <sys/types.h>
2884 #include <netinet/in.h>
2885 #include <arpa/nameser.h>
2886 #include <resolv.h>
2887 ],
2888 [
2889 dn_skipname (NULL, NULL);
2890 ],
2891         [int dn_skipname (unsigned char *, unsigned char *)],
2892         [DN_SKIPNAME])
2893 ])
2894 m4trace:acinclude.m4:2486: -1- AC_DEFUN([AC_FIND_GIF], [AC_MSG_CHECKING([for giflib])
2895 AC_CACHE_VAL(ac_cv_lib_gif,
2896 [ac_save_LIBS="$LIBS"
2897 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2898 LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
2899 else
2900 LIBS="$all_libraries -lgif"
2901 fi
2902 AC_TRY_LINK(dnl
2903 [
2904 #ifdef __cplusplus
2905 extern "C" {
2906 #endif
2907 int GifLastError(void);
2908 #ifdef __cplusplus
2909 }
2910 #endif
2911 /* We use char because int might match the return type of a gcc2
2912     builtin and then its argument prototype would still apply.  */
2913 ],
2914             [return GifLastError();],
2915             eval "ac_cv_lib_gif=yes",
2916             eval "ac_cv_lib_gif=no")
2917 LIBS="$ac_save_LIBS"
2918 ])dnl
2919 if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
2920   AC_MSG_RESULT(yes)
2921   AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
2922 else
2923   AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
2924 fi
2925 ])
2926 m4trace:acinclude.m4:2520: -1- AC_DEFUN([KDE_FIND_JPEG_HELPER], [
2927 AC_MSG_CHECKING([for libjpeg$2])
2928 AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
2929 [
2930 ac_save_LIBS="$LIBS"
2931 LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
2932 ac_save_CFLAGS="$CFLAGS"
2933 CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
2934 AC_TRY_LINK(
2935 [
2936 #ifdef __cplusplus
2937 extern "C" {
2938 #endif
2939 void jpeg_CreateDecompress();
2940 #ifdef __cplusplus
2941 }
2942 #endif
2943 ],
2944 [jpeg_CreateDecompress();],
2945             eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
2946             eval "ac_cv_lib_jpeg_$1=no")
2947 LIBS="$ac_save_LIBS"
2948 CFLAGS="$ac_save_CFLAGS"
2949 ])
2950
2951 if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
2952   LIBJPEG="$ac_cv_lib_jpeg_$1"
2953   AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
2954 else
2955   AC_MSG_RESULT(no)
2956   $3
2957 fi
2958
2959 ])
2960 m4trace:acinclude.m4:2556: -1- AC_DEFUN([AC_FIND_JPEG], [
2961 dnl first look for libraries
2962 KDE_FIND_JPEG_HELPER(6b, 6b,
2963    KDE_FIND_JPEG_HELPER(normal, [],
2964     [
2965        LIBJPEG=
2966     ]
2967    )
2968 )
2969
2970 dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
2971 dnl requires system dependent includes loaded before it)
2972 jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
2973 AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
2974 test "x$jpeg_incdir" = xNO && jpeg_incdir=
2975
2976 dnl if headers _and_ libraries are missing, this is no error, and we
2977 dnl continue with a warning (the user will get no jpeg support in khtml)
2978 dnl if only one is missing, it means a configuration error, but we still
2979 dnl only warn
2980 if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
2981   AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
2982 else
2983   if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
2984     AC_MSG_WARN([
2985 There is an installation error in jpeg support. You seem to have only one
2986 of either the headers _or_ the libraries installed. You may need to either
2987 provide correct --with-extra-... options, or the development package of
2988 libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
2989 Disabling JPEG support.
2990 ])
2991   else
2992     AC_MSG_WARN([libjpeg not found. disable JPEG support.])
2993   fi
2994   jpeg_incdir=
2995   LIBJPEG=
2996 fi
2997
2998 AC_SUBST(LIBJPEG)
2999 AH_VERBATIM(_AC_CHECK_JPEG,
3000 [/*
3001  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
3002  * headers and I'm too lazy to write a configure test as long as only
3003  * unixware is related
3004  */
3005 #ifdef _UNIXWARE
3006 #define HAVE_BOOLEAN
3007 #endif
3008 ])
3009 ])
3010 m4trace:acinclude.m4:2608: -1- AC_DEFUN([KDE_CHECK_QT_JPEG], [
3011 if test -n "$LIBJPEG"; then
3012 AC_MSG_CHECKING([if Qt needs $LIBJPEG])
3013 AC_CACHE_VAL(kde_cv_qt_jpeg,
3014 [
3015 AC_LANG_SAVE
3016 AC_LANG_CPLUSPLUS
3017 ac_save_LIBS="$LIBS"
3018 LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
3019 LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
3020 ac_save_CXXFLAGS="$CXXFLAGS"
3021 CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
3022 AC_TRY_LINK(
3023 [#include <qapplication.h>],
3024             [
3025             int argc;
3026             char** argv;
3027             QApplication app(argc, argv);],
3028             eval "kde_cv_qt_jpeg=no",
3029             eval "kde_cv_qt_jpeg=yes")
3030 LIBS="$ac_save_LIBS"
3031 CXXFLAGS="$ac_save_CXXFLAGS"
3032 AC_LANG_RESTORE
3033 fi
3034 ])
3035
3036 if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
3037   AC_MSG_RESULT(yes)
3038   LIBJPEG_QT='$(LIBJPEG)'
3039 else
3040   AC_MSG_RESULT(no)
3041   LIBJPEG_QT=
3042 fi
3043
3044 ])
3045 m4trace:acinclude.m4:2645: -1- AC_DEFUN([AC_FIND_ZLIB], [
3046 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3047 AC_MSG_CHECKING([for libz])
3048 AC_CACHE_VAL(ac_cv_lib_z,
3049 [
3050 kde_save_LIBS="$LIBS"
3051 LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
3052 kde_save_CFLAGS="$CFLAGS"
3053 CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3054 AC_TRY_LINK(dnl
3055 [
3056 #include<zlib.h>
3057 #include<string.h>
3058 ],
3059 [
3060   char buf[42];
3061   gzFile f = (gzFile) 0;
3062   /* this would segfault.. but we only link, don't run */
3063   (void) gzgets(f, buf, sizeof(buf));
3064
3065   return (strcmp(zlibVersion(), ZLIB_VERSION) == 0);
3066 ],
3067             eval "ac_cv_lib_z='-lz'",
3068             eval "ac_cv_lib_z=no")
3069 LIBS="$kde_save_LIBS"
3070 CFLAGS="$kde_save_CFLAGS"
3071 ])dnl
3072 if test ! "$ac_cv_lib_z" = no; then
3073   AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
3074   LIBZ="$ac_cv_lib_z"
3075   AC_MSG_RESULT($ac_cv_lib_z)
3076 else
3077   AC_MSG_ERROR(not found. 
3078           Possibly configure picks up an outdated version
3079           installed by XFree86. Remove it from your system.
3080
3081           Check your installation and look into config.log)
3082   LIBZ=""
3083 fi
3084 AC_SUBST(LIBZ)
3085 ])
3086 m4trace:acinclude.m4:2688: -1- AC_DEFUN([KDE_TRY_TIFFLIB], [
3087 AC_MSG_CHECKING([for libtiff $1])
3088
3089 AC_CACHE_VAL(kde_cv_libtiff_$1,
3090 [
3091 AC_LANG_SAVE
3092 AC_LANG_CPLUSPLUS
3093 kde_save_LIBS="$LIBS"
3094 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3095 LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
3096 else
3097 LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
3098 fi
3099 kde_save_CXXFLAGS="$CXXFLAGS"
3100 CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
3101
3102 AC_TRY_LINK(dnl
3103 [
3104 #include<tiffio.h>
3105 ],
3106     [return (TIFFOpen( "", "r") == 0); ],
3107 [
3108     kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
3109 ], [
3110     kde_cv_libtiff_$1=no
3111 ])
3112
3113 LIBS="$kde_save_LIBS"
3114 CXXFLAGS="$kde_save_CXXFLAGS"
3115 AC_LANG_RESTORE
3116 ])
3117
3118 if test "$kde_cv_libtiff_$1" = "no"; then
3119     AC_MSG_RESULT(no)
3120     LIBTIFF=""
3121     $3
3122 else
3123     LIBTIFF="$kde_cv_libtiff_$1"
3124     AC_MSG_RESULT(yes)
3125     AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
3126     $2
3127 fi
3128
3129 ])
3130 m4trace:acinclude.m4:2734: -1- AC_DEFUN([AC_FIND_TIFF], [
3131 AC_REQUIRE([K_PATH_X])
3132 AC_REQUIRE([AC_FIND_ZLIB])
3133 AC_REQUIRE([AC_FIND_JPEG])
3134 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3135
3136 KDE_TRY_TIFFLIB(tiff, [],
3137    KDE_TRY_TIFFLIB(tiff34))
3138
3139 AC_SUBST(LIBTIFF)
3140 ])
3141 m4trace:acinclude.m4:2747: -1- AC_DEFUN([KDE_FIND_LIBEXR], [
3142 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3143 AC_REQUIRE([AC_FIND_ZLIB])
3144 AC_CACHE_VAL(ac_cv_libexr,
3145 [
3146   if test -z "$PKG_CONFIG"; then
3147     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
3148   fi
3149
3150   AC_MSG_CHECKING([for OpenEXR libraries])
3151
3152   if test "$PKG_CONFIG" = "no" ; then
3153      AC_MSG_RESULT(no)
3154      echo "*** The pkg-config script could not be found. Make sure it is"
3155      echo "*** in your path, or set the PKG_CONFIG environment variable"
3156      echo "*** to the full path to pkg-config."
3157      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
3158   else
3159      if ! $PKG_CONFIG --exists OpenEXR ; then
3160         AC_MSG_RESULT(no)
3161         EXRSTATUS=no
3162      else
3163         if ! $PKG_CONFIG --atleast-version="1.1.1" OpenEXR ; then
3164            AC_MSG_RESULT(no)
3165            EXRSTATUS=old
3166         else
3167            kde_save_LIBS="$LIBS"
3168            LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ"
3169            AC_LANG_SAVE
3170            AC_LANG_CPLUSPLUS
3171            kde_save_CXXFLAGS="$CXXFLAGS"
3172            EXR_FLAGS=`$PKG_CONFIG --cflags OpenEXR`
3173            CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES $EXR_FLAGS"
3174
3175            AC_TRY_LINK(dnl
3176                [
3177                #include <ImfRgbaFile.h>
3178                ],
3179                [
3180                using namespace Imf;
3181                RgbaInputFile file ("dummy");
3182                return 0;
3183                ],
3184                eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'",
3185                eval "ac_cv_libexr=no"
3186            )
3187            LIBS="$kde_save_LIBS"
3188            CXXFLAGS="$kde_save_CXXFLAGS"
3189            AC_LANG_RESTORE
3190            ])dnl
3191            if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then
3192                AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR])
3193                LIB_EXR="$ac_cv_libexr"
3194                AC_MSG_RESULT($ac_cv_libexr)
3195            else
3196                AC_MSG_RESULT(no)
3197                LIB_EXR=""
3198            fi
3199         fi
3200      fi
3201   fi
3202   AC_SUBST(LIB_EXR)
3203   AC_SUBST(EXR_FLAGS)
3204 ])
3205 m4trace:acinclude.m4:2815: -1- AC_DEFUN([AC_FIND_PNG], [
3206 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3207 AC_REQUIRE([AC_FIND_ZLIB])
3208 AC_MSG_CHECKING([for libpng])
3209 AC_CACHE_VAL(ac_cv_lib_png,
3210 [
3211 kde_save_LIBS="$LIBS"
3212 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3213 LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
3214 else
3215 LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
3216 fi
3217 kde_save_CFLAGS="$CFLAGS"
3218 CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3219
3220 AC_TRY_LINK(dnl
3221     [
3222     #include<png.h>
3223     ],
3224     [
3225     png_structp png_ptr = png_create_read_struct(  /* image ptr */
3226                 PNG_LIBPNG_VER_STRING, 0, 0, 0 );
3227     return( png_ptr != 0 );
3228     ],
3229     eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
3230     eval "ac_cv_lib_png=no"
3231 )
3232 LIBS="$kde_save_LIBS"
3233 CFLAGS="$kde_save_CFLAGS"
3234 ])dnl
3235 if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
3236   AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
3237   LIBPNG="$ac_cv_lib_png"
3238   AC_SUBST(LIBPNG)
3239   AC_MSG_RESULT($ac_cv_lib_png)
3240 else
3241   AC_MSG_RESULT(no)
3242   LIBPNG=""
3243   AC_SUBST(LIBPNG)
3244 fi
3245 ])
3246 m4trace:acinclude.m4:2859: -1- AC_DEFUN([AC_FIND_JASPER], [
3247 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3248 AC_REQUIRE([AC_FIND_JPEG])
3249 AC_MSG_CHECKING([for jasper])
3250 AC_CACHE_VAL(ac_cv_jasper,
3251 [
3252 kde_save_LIBS="$LIBS"
3253 LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
3254 kde_save_CFLAGS="$CFLAGS"
3255 CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3256
3257 AC_TRY_LINK(dnl
3258     [
3259     #include<jasper/jasper.h>
3260     ],
3261     [
3262     return( jas_init() );
3263     ],
3264     eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
3265     eval "ac_cv_jasper=no"
3266 )
3267 LIBS="$kde_save_LIBS"
3268 CFLAGS="$kde_save_CFLAGS"
3269 ])dnl
3270 if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
3271   AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
3272   LIB_JASPER="$ac_cv_jasper"
3273   AC_MSG_RESULT($ac_cv_jasper)
3274 else
3275   AC_MSG_RESULT(no)
3276   LIB_JASPER=""
3277 fi
3278 AC_SUBST(LIB_JASPER)
3279 ])
3280 m4trace:acinclude.m4:2895: -1- AC_DEFUN([AC_CHECK_BOOL], [
3281   AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
3282 ])
3283 m4trace:acinclude.m4:2900: -1- AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], [
3284 AC_MSG_CHECKING(if you need GNU extensions)
3285 AC_CACHE_VAL(ac_cv_gnu_extensions,
3286 [
3287 cat > conftest.c << EOF
3288 #include <features.h>
3289
3290 #ifdef __GNU_LIBRARY__
3291 yes
3292 #endif
3293 EOF
3294
3295 if (eval "$ac_cpp conftest.c") 2>&5 |
3296   egrep "yes" >/dev/null 2>&1; then
3297   rm -rf conftest*
3298   ac_cv_gnu_extensions=yes
3299 else
3300   ac_cv_gnu_extensions=no
3301 fi
3302 ])
3303
3304 AC_MSG_RESULT($ac_cv_gnu_extensions)
3305 if test "$ac_cv_gnu_extensions" = "yes"; then
3306   AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
3307 fi
3308 ])
3309 m4trace:acinclude.m4:2928: -1- AC_DEFUN([KDE_CHECK_COMPILER_FLAG], [
3310 AC_MSG_CHECKING([whether $CXX supports -$1])
3311 kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3312 AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
3313 [
3314   AC_LANG_SAVE
3315   AC_LANG_CPLUSPLUS
3316   save_CXXFLAGS="$CXXFLAGS"
3317   CXXFLAGS="$CXXFLAGS -$1"
3318   AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
3319   CXXFLAGS="$save_CXXFLAGS"
3320   AC_LANG_RESTORE
3321 ])
3322 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
3323  AC_MSG_RESULT(yes)
3324  :
3325  $2
3326 else
3327  AC_MSG_RESULT(no)
3328  :
3329  $3
3330 fi
3331 ])
3332 m4trace:acinclude.m4:2953: -1- AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], [
3333 AC_MSG_CHECKING([whether $CC supports -$1])
3334 kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3335 AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
3336 [
3337   AC_LANG_SAVE
3338   AC_LANG_C
3339   save_CFLAGS="$CFLAGS"
3340   CFLAGS="$CFLAGS -$1"
3341   AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
3342   CFLAGS="$save_CFLAGS"
3343   AC_LANG_RESTORE
3344 ])
3345 if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
3346  AC_MSG_RESULT(yes)
3347  :
3348  $2
3349 else
3350  AC_MSG_RESULT(no)
3351  :
3352  $3
3353 fi
3354 ])
3355 m4trace:acinclude.m4:2982: -1- AC_DEFUN([AC_REMOVE_FORBIDDEN], [ __val=$$1
3356   __forbid=" $2 "
3357   if test -n "$__val"; then
3358     __new=""
3359     ac_save_IFS=$IFS
3360     IFS="       "
3361     for i in $__val; do
3362       case "$__forbid" in
3363         *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
3364         *) # Careful to not add spaces, where there were none, because otherwise
3365            # libtool gets confused, if we change e.g. CXX
3366            if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
3367       esac
3368     done
3369     IFS=$ac_save_IFS
3370     $1=$__new
3371   fi
3372 ])
3373 m4trace:acinclude.m4:3003: -1- AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], [
3374   AC_MSG_CHECKING([whether $CC is blacklisted])
3375
3376   dnl In theory we have tu run this test against $CC and $CXX
3377   dnl in C and in C++ mode, because its perfectly legal for
3378   dnl the user to mix compiler versions, since C has a defined
3379   dnl ABI. 
3380   dnl 
3381   dnl For now, we assume the user is not on crack.
3382
3383   AC_TRY_COMPILE([
3384 #ifdef __GNUC__
3385 #if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
3386 choke me
3387 #endif
3388 #endif
3389 ], ,
3390   kde_bad_compiler=no, 
3391   kde_bad_compiler=yes
3392 )
3393
3394   AC_MSG_RESULT($kde_bad_compiler)
3395
3396 if test "$kde_bad_compiler" = "yes"; then
3397   AC_MSG_ERROR([
3398
3399 This particular compiler version is blacklisted because it
3400 is known to miscompile KDE. Please use a newer version, or
3401 if that is not yet available, choose an older version. 
3402
3403 Please do not report a bug or bother us reporting this
3404 configure error. We know about it, and we introduced
3405 it by intention to avoid untraceable bugs or crashes in KDE.
3406
3407 ])
3408 fi
3409
3410 ])
3411 m4trace:acinclude.m4:3044: -1- AC_DEFUN([KDE_CHECK_FOR_OPT_NOINLINE_MATCH], [
3412   AC_CACHE_CHECK([whether system headers can cope with -O2 -fno-inline],
3413     kde_cv_opt_noinline_match,
3414   [
3415   kde_cv_opt_noinline_match=irrelevant
3416   dnl if we don't use both -O2 and -fno-inline, this check is moot
3417   if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
3418      && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
3419
3420     ac_cflags_save="$CFLAGS"
3421     CFLAGS="$CFLAGS -D_USE_GNU"
3422
3423     AC_TRY_LINK([
3424   #include <string.h>
3425 ], [  const char *pt, *et;
3426   et = __extension__      ({ char __a0, __a1, __a2;       (__builtin_constant_p (  ";,"  ) && ((size_t)(const void *)((   ";,"   )+ 1) - (size_t)(const void *)(   ";,"   ) == 1)        ? ((__a0 =((__const char  *) (  ";,"  ))[0], __a0 == '\0')     ? ((void) (  pt ),((void *)0) )        : ((__a1 = ((__const char *) (  ";,"  ))[1], __a1== '\0')      ? (__extension__ (__builtin_constant_p (  __a0 ) && ( __a0 ) == '\0'   ? (char *) __rawmemchr (   pt  ,   __a0)       : strchr(   pt  ,   __a0 )))   : ((__a2 = ((__const char *) (  ";,"  ))[2], __a2 == '\0')      ? __strpbrk_c2 (  pt , __a0, __a1)      :(((__const char *) (  ";,"  ))[3] == '\0'     ? __strpbrk_c3 (  pt ,__a0, __a1, __a2): strpbrk (  pt ,   ";,"  ))))) : strpbrk (  pt ,  ";,"  )); }) ;
3427 ],
3428     kde_cv_opt_noinline_match=yes,
3429     kde_cv_opt_noinline_match=no
3430     )
3431
3432     CFLAGS="$ac_cflags_save"
3433   fi
3434   ])
3435 ])
3436 m4trace:acinclude.m4:3073: -1- AC_DEFUN([AC_VALIDIFY_CXXFLAGS], [dnl
3437 if test "x$kde_use_qt_emb" != "xyes"; then
3438  AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
3439  AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
3440 else
3441  AC_REMOVE_FORBIDDEN(CXX, [-rpath])
3442  AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
3443 fi
3444 ])
3445 m4trace:acinclude.m4:3084: -1- AC_DEFUN([AC_CHECK_COMPILERS], [
3446   AC_ARG_ENABLE(debug,
3447                 AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
3448   [
3449     case $enableval in
3450       yes)
3451         kde_use_debug_code="yes"
3452         kde_use_debug_define=no
3453         ;;
3454       full)
3455         kde_use_debug_code="full"
3456         kde_use_debug_define=no
3457         ;;
3458       *)
3459         kde_use_debug_code="no"
3460         kde_use_debug_define=yes
3461         ;;
3462     esac
3463   ], 
3464     [kde_use_debug_code="no"
3465       kde_use_debug_define=no
3466   ])
3467
3468   dnl Just for configure --help
3469   AC_ARG_ENABLE(dummyoption,
3470                 AC_HELP_STRING([--disable-debug],
3471                                [disables debug output and debug symbols [default=no]]),
3472                 [],[])
3473
3474   AC_ARG_ENABLE(strict,
3475                 AC_HELP_STRING([--enable-strict],
3476                               [compiles with strict compiler options (may not work!)]),
3477    [
3478     if test $enableval = "no"; then
3479          kde_use_strict_options="no"
3480        else
3481          kde_use_strict_options="yes"
3482     fi
3483    ], [kde_use_strict_options="no"])
3484
3485   AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
3486    [
3487     if test $enableval = "no"; then
3488          kde_use_warnings="no"
3489        else
3490          kde_use_warnings="yes"
3491     fi
3492    ], [kde_use_warnings="yes"])
3493
3494   dnl enable warnings for debug build
3495   if test "$kde_use_debug_code" != "no"; then
3496     kde_use_warnings=yes
3497   fi
3498
3499   AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
3500     [kde_use_profiling=$enableval],
3501     [kde_use_profiling="no"]
3502   )
3503
3504   dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
3505   CFLAGS=" $CFLAGS"
3506
3507   AC_PROG_CC 
3508
3509   AC_PROG_CPP
3510
3511   if test "$GCC" = "yes"; then
3512     if test "$kde_use_debug_code" != "no"; then
3513       if test $kde_use_debug_code = "full"; then
3514         CFLAGS="-g3 -fno-inline $CFLAGS"
3515       else
3516         CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS"
3517       fi
3518     else
3519       CFLAGS="-O2 $CFLAGS"
3520     fi
3521   fi
3522
3523   if test "$kde_use_debug_define" = "yes"; then
3524     CFLAGS="-DNDEBUG $CFLAGS"
3525   fi
3526
3527
3528   case "$host" in
3529   *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
3530   *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
3531   esac
3532
3533   if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
3534      LDFLAGS=""
3535   fi
3536
3537   CXXFLAGS=" $CXXFLAGS"
3538
3539   AC_PROG_CXX
3540
3541   KDE_CHECK_FOR_BAD_COMPILER
3542
3543   if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
3544     if test "$kde_use_debug_code" != "no"; then
3545       if test "$CXX" = "KCC"; then
3546         CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
3547       else
3548         if test "$kde_use_debug_code" = "full"; then
3549           CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
3550         else
3551           CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
3552         fi
3553       fi
3554       KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
3555
3556       dnl convenience compiler flags
3557       KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
3558       AC_SUBST(WOVERLOADED_VIRTUAL)
3559     else
3560       if test "$CXX" = "KCC"; then
3561         CXXFLAGS="+K3 $CXXFLAGS"
3562       else
3563         CXXFLAGS="-O2 $CXXFLAGS"
3564       fi
3565     fi
3566   fi
3567
3568   if test "$kde_use_debug_define" = "yes"; then
3569     CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
3570   fi  
3571
3572   if test "$kde_use_profiling" = "yes"; then
3573     KDE_CHECK_COMPILER_FLAG(pg,
3574     [
3575       CFLAGS="-pg $CFLAGS"
3576       CXXFLAGS="-pg $CXXFLAGS"
3577     ])
3578   fi
3579
3580   if test "$kde_use_warnings" = "yes"; then
3581       if test "$GCC" = "yes"; then
3582         CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
3583         case $host in
3584           *-*-linux-gnu)        
3585             CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
3586             CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
3587             KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
3588             KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
3589           ;;
3590         esac
3591         KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
3592         KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
3593         dnl ### FIXME: revert for KDE 4
3594         KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
3595      fi
3596   fi
3597
3598   if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
3599     CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
3600   fi
3601
3602   AC_ARG_ENABLE(pch,
3603      AC_HELP_STRING([--enable-pch],
3604                     [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
3605     [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
3606  
3607   HAVE_GCC_VISIBILITY=0
3608   AC_SUBST([HAVE_GCC_VISIBILITY])
3609
3610   if test "$GXX" = "yes"; then
3611     gcc_no_reorder_blocks=NO
3612     KDE_CHECK_COMPILER_FLAG(fno-reorder-blocks,[gcc_no_reorder_blocks=YES])
3613     if test $kde_use_debug_code != "no" && \
3614        test $kde_use_debug_code != "full" && \
3615        test "YES" = "$gcc_no_reorder_blocks" ; then
3616           CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
3617           CFLAGS="$CFLAGS -fno-reorder-blocks"
3618     fi
3619     KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
3620     KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
3621     KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
3622     KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=       )
3623     ENABLE_PERMISSIVE_FLAG="-fpermissive"
3624
3625     if test "$kde_use_pch" = "yes"; then
3626         AC_MSG_CHECKING(whether gcc supports precompiling c header files)
3627         echo >conftest.h
3628         if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
3629             kde_gcc_supports_pch=yes
3630             AC_MSG_RESULT(yes)
3631         else
3632             kde_gcc_supports_pch=no
3633             AC_MSG_RESULT(no)
3634         fi
3635         if test "$kde_gcc_supports_pch" = "yes"; then
3636             AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
3637             if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
3638                 kde_gcc_supports_pch=yes
3639                 AC_MSG_RESULT(yes)
3640             else
3641                 kde_gcc_supports_pch=no
3642                 AC_MSG_RESULT(no)
3643             fi
3644         fi
3645         rm -f conftest.h conftest.h.gch
3646     fi
3647
3648     KDE_CHECK_FOR_OPT_NOINLINE_MATCH
3649     if test "x$kde_cv_opt_noinline_match" = "xno" ; then
3650        CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
3651     fi
3652   fi
3653   AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
3654   if test "$CXX" = "KCC"; then
3655     dnl unfortunately we currently cannot disable exception support in KCC
3656     dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
3657     dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
3658     dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=   )
3659
3660     if test "$kde_use_pch" = "yes"; then
3661       dnl TODO: support --pch-dir!
3662       KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
3663       dnl the below works (but the dir must exist), but it's
3664       dnl useless for a whole package.
3665       dnl The are precompiled headers for each source file, so when compiling
3666       dnl from scratch, it doesn't make a difference, and they take up
3667       dnl around ~5Mb _per_ sourcefile.
3668       dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
3669       dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
3670     fi
3671     dnl this flag controls inlining. by default KCC inlines in optimisation mode
3672     dnl all implementations that are defined inside the class {} declaration. 
3673     dnl because of templates-compatibility with broken gcc compilers, this
3674     dnl can cause excessive inlining. This flag limits it to a sane level
3675     KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
3676     KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
3677     KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
3678     KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
3679     dnl Some source files are shared between multiple executables
3680     dnl (or libraries) and some of those need template instantiations.
3681     dnl In that case KCC needs to compile those sources with
3682     dnl --one_instantiation_per_object.  To make it easy for us we compile
3683     dnl _all_ objects with that flag (--one_per is a shorthand).
3684     KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
3685   fi
3686   AC_SUBST(USE_EXCEPTIONS)
3687   dnl obsolete macro - provided to keep things going
3688   USE_RTTI=
3689   AC_SUBST(USE_RTTI)
3690
3691   case "$host" in
3692       *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
3693       *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
3694       *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
3695       *-*-solaris*) 
3696         if test "$GXX" = yes; then
3697           libstdcpp=`$CXX -print-file-name=libstdc++.so`
3698           if test ! -f $libstdcpp; then
3699              AC_MSG_ERROR([You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so])
3700           fi
3701         fi
3702         ;;
3703   esac
3704
3705   AC_VALIDIFY_CXXFLAGS
3706
3707   AC_PROG_CXXCPP
3708
3709   if test "$GCC" = yes; then
3710      NOOPT_CFLAGS=-O0
3711   fi
3712   KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
3713
3714   AC_ARG_ENABLE(coverage,
3715     AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
3716       if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
3717         ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3718         ac_coverage_linker="-lgcc"
3719       elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
3720         ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3721         ac_coverage_linker=""
3722       else
3723         AC_MSG_ERROR([coverage with your compiler is not supported])
3724       fi
3725       CFLAGS="$CFLAGS $ac_coverage_compiler"
3726       CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
3727       LDFLAGS="$LDFLAGS $ac_coverage_linker"
3728     ])
3729
3730   AC_SUBST(NOOPT_CXXFLAGS)
3731   AC_SUBST(NOOPT_CFLAGS)
3732   AC_SUBST(ENABLE_PERMISSIVE_FLAG)
3733
3734   KDE_CHECK_NEW_LDFLAGS
3735   KDE_CHECK_FINAL
3736   KDE_CHECK_CLOSURE
3737   KDE_CHECK_NMCHECK
3738
3739   ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
3740 ])
3741 m4trace:acinclude.m4:3382: -1- AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], [
3742     AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
3743       [
3744         AC_LANG_SAVE
3745         AC_LANG_CPLUSPLUS
3746
3747         safe_CXXFLAGS=$CXXFLAGS
3748         safe_LDFLAGS=$LDFLAGS
3749         CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
3750         LDFLAGS="$LDFLAGS -shared -fPIC"
3751
3752         AC_TRY_LINK(
3753         [
3754           /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
3755           #include <string>
3756           int some_function( void ) __attribute__ ((visibility("default")));
3757           int some_function( void )
3758           {
3759             std::string s("blafasel");
3760             return 0;
3761           }
3762         ], [/* elvis is alive */],
3763         kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
3764
3765         CXXFLAGS=$safe_CXXFLAGS
3766         LDFLAGS=$safe_LDFLAGS
3767         AC_LANG_RESTORE
3768       ]
3769     )
3770
3771     if test x$kde_cv_val_gcc_visibility_bug = xno; then
3772       CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
3773     fi
3774   
3775 ])
3776 m4trace:acinclude.m4:3419: -1- AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], [
3777   AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
3778
3779   AC_MSG_CHECKING([grepping for visibility push/pop in headers])
3780
3781   if test "x$GXX" = "xyes"; then
3782     AC_LANG_SAVE
3783     AC_LANG_CPLUSPLUS
3784     AC_EGREP_CPP(
3785        [GCC visibility push],
3786        [ #include <exception> 
3787        ], 
3788     [
3789       AC_MSG_RESULT(yes)
3790       kde_stdc_visibility_patched=yes ],
3791     [ 
3792       AC_MSG_RESULT(no)
3793       AC_MSG_WARN([Your libstdc++ doesn't appear to be patched for 
3794                    visibility support. Disabling -fvisibility=hidden])
3795
3796       kde_stdc_visibility_patched=no ])
3797
3798     AC_LANG_RESTORE
3799
3800     kde_have_gcc_visibility=no
3801     KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
3802     [
3803       kde_have_gcc_visibility=yes
3804       dnl the whole toolchain is just a mess, gcc is just too buggy
3805       dnl to handle STL with visibility enabled. Lets reconsider 
3806       dnl when gcc 4.2 is out or when things get fixed in the compiler.
3807       dnl Contact mueller@kde.org for details.
3808       AC_ARG_ENABLE(gcc-hidden-visibility,
3809         AC_HELP_STRING([--enable-gcc-hidden-visibility],[toolchain hidden visibility [default=no]]),
3810           [kde_have_gcc_visibility=$enableval],
3811           [kde_have_gcc_visibility=no])
3812
3813       AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
3814         [
3815           AC_LANG_SAVE
3816           AC_LANG_CPLUSPLUS
3817
3818           safe_CXXFLAGS=$CXXFLAGS
3819           CXXFLAGS="$CXXFLAGS $all_includes"
3820
3821           AC_TRY_COMPILE(
3822           [
3823 #include <qglobal.h>
3824 #if Q_EXPORT - 0 != 0
3825 /* if this compiles, then Q_EXPORT is undefined */
3826 /* if Q_EXPORT is nonempty, this will break compilation */
3827 #endif
3828           ], [/* elvis is alive */],
3829           kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
3830
3831           CXXFLAGS=$safe_CXXFLAGS
3832           AC_LANG_RESTORE
3833         ]
3834       )
3835
3836       if test x$kde_have_gcc_visibility = "xyes" && test x$kde_stdc_visibility_patched = "xyes" && test x$kde_cv_val_qt_gcc_visibility_patched = "xyes"; then
3837         CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
3838         KDE_CHECK_VISIBILITY_GCC_BUG
3839         HAVE_GCC_VISIBILITY=1
3840         AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
3841       fi
3842     ])
3843   fi
3844 ])
3845 m4trace:acinclude.m4:3490: -1- AC_DEFUN([KDE_ADD_DEPENDENCIES], [
3846    [A]M_DEPENDENCIES(CC)
3847    [A]M_DEPENDENCIES(CXX)
3848 ])
3849 m4trace:acinclude.m4:3497: -1- AC_DEFUN([KDE_PROG_LIBTOOL], [
3850 AC_REQUIRE([AC_CHECK_COMPILERS])
3851 AC_REQUIRE([AC_ENABLE_SHARED])
3852 AC_REQUIRE([AC_ENABLE_STATIC])
3853
3854 AC_REQUIRE([AC_LIBTOOL_DLOPEN])
3855 AC_REQUIRE([KDE_CHECK_LIB64])
3856
3857 AC_OBJEXT
3858 AC_EXEEXT
3859
3860 AM_PROG_LIBTOOL
3861 AC_LIBTOOL_CXX
3862
3863 LIBTOOL_SHELL="/bin/sh ./libtool"
3864 #  LIBTOOL="$LIBTOOL --silent"
3865 KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
3866 AC_SUBST(KDE_PLUGIN)
3867
3868 # This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs.
3869 KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
3870 AC_SUBST(KDE_CHECK_PLUGIN)
3871
3872 # we patch configure quite some so we better keep that consistent for incremental runs 
3873 AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
3874 ])
3875 m4trace:acinclude.m4:3525: -1- AC_DEFUN([KDE_CHECK_LIB64], [
3876     AC_ARG_ENABLE(libsuffix,
3877         AC_HELP_STRING([--enable-libsuffix],
3878             [/lib directory suffix (64,32,none,auto[=default])]),
3879             kdelibsuff=$enableval, kdelibsuff="auto")
3880     
3881     if test "$kdelibsuff" = "auto"; then
3882     
3883 cat > conftest.c << EOF
3884 #include <stdio.h>
3885 int main() {
3886  return 0;
3887 }
3888 EOF
3889         kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
3890     s,.*/lib\([[^\/]]*\)/.*,\1, 
3891     p 
3892 }'`
3893         rm -rf conftest.*
3894     fi  
3895         
3896     if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
3897        kdelibsuff=
3898     fi
3899     if test -z "$kdelibsuff"; then
3900         AC_MSG_RESULT([not using lib directory suffix])
3901         AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
3902     else
3903         if test "$libdir" = '${exec_prefix}/lib'; then
3904             libdir="$libdir${kdelibsuff}"
3905             AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
3906         fi
3907         AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
3908         AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
3909     fi
3910 ])
3911 m4trace:acinclude.m4:3563: -1- AC_DEFUN([KDE_CHECK_TYPES], [  AC_CHECK_SIZEOF(int, 4)dnl
3912    AC_CHECK_SIZEOF(short)dnl
3913   AC_CHECK_SIZEOF(long, 4)dnl
3914   AC_CHECK_SIZEOF(char *, 4)dnl
3915 ])
3916 m4trace:acinclude.m4:3571: -1- AC_DEFUN([KDE_DO_IT_ALL], [
3917 AC_CANONICAL_SYSTEM
3918 AC_ARG_PROGRAM
3919 AM_INIT_AUTOMAKE($1, $2)
3920 AM_DISABLE_LIBRARIES
3921 AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
3922 AC_CHECK_COMPILERS
3923 KDE_PROG_LIBTOOL
3924 AM_KDE_WITH_NLS
3925 AC_PATH_KDE
3926 ])
3927 m4trace:acinclude.m4:3584: -1- AC_DEFUN([AC_CHECK_RPATH], [
3928 AC_MSG_CHECKING(for rpath)
3929 AC_ARG_ENABLE(rpath,
3930       AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
3931       USE_RPATH=$enableval, USE_RPATH=yes)
3932
3933 if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
3934
3935   KDE_RPATH="-R \$(libdir)"
3936
3937   if test "$kde_libraries" != "$libdir"; then
3938       KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
3939   fi
3940
3941   if test -n "$qt_libraries"; then
3942     KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
3943   fi
3944   dnl $x_libraries is set to /usr/lib in case
3945   if test -n "$X_LDFLAGS"; then
3946     X_RPATH="-R \$(x_libraries)"
3947     KDE_RPATH="$KDE_RPATH $X_RPATH"
3948   fi
3949   if test -n "$KDE_EXTRA_RPATH"; then
3950     KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
3951   fi
3952 fi
3953 AC_SUBST(KDE_EXTRA_RPATH)
3954 AC_SUBST(KDE_RPATH)
3955 AC_SUBST(X_RPATH)
3956 AC_MSG_RESULT($USE_RPATH)
3957 ])
3958 m4trace:acinclude.m4:3618: -1- AC_DEFUN([AC_CHECK_SOCKLEN_T], [
3959    AC_MSG_CHECKING(for socklen_t)
3960    AC_CACHE_VAL(kde_cv_socklen_t,
3961    [
3962       AC_LANG_PUSH(C++)
3963       kde_cv_socklen_t=no
3964       AC_TRY_COMPILE([
3965          #include <sys/types.h>
3966          #include <sys/socket.h>
3967       ],
3968       [
3969          socklen_t len;
3970          getpeername(0,0,&len);
3971       ],
3972       [
3973          kde_cv_socklen_t=yes
3974          kde_cv_socklen_t_equiv=socklen_t
3975       ])
3976       AC_LANG_POP(C++)
3977    ])
3978    AC_MSG_RESULT($kde_cv_socklen_t)
3979    if test $kde_cv_socklen_t = no; then
3980       AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
3981       AC_CACHE_VAL(kde_cv_socklen_t_equiv,
3982       [
3983          kde_cv_socklen_t_equiv=int
3984          AC_LANG_PUSH(C++)
3985          for t in int size_t unsigned long "unsigned long"; do
3986             AC_TRY_COMPILE([
3987                #include <sys/types.h>
3988                #include <sys/socket.h>
3989             ],
3990             [
3991                $t len;
3992                getpeername(0,0,&len);
3993             ],
3994             [
3995                kde_cv_socklen_t_equiv="$t"
3996                break
3997             ])
3998          done
3999          AC_LANG_POP(C++)
4000       ])
4001       AC_MSG_RESULT($kde_cv_socklen_t_equiv)
4002    fi
4003    AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
4004                      [type to use in place of socklen_t if not defined])
4005    AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
4006                      [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
4007 ])
4008 m4trace:acinclude.m4:3686: -1- AC_DEFUN([AM_KDE_WITH_NLS], [
4009     dnl If we use NLS figure out what method
4010
4011     AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
4012         [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
4013     AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
4014
4015      if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
4016         AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
4017         GMSGFMT=":"
4018       fi
4019       MSGFMT=$GMSGFMT
4020       AC_SUBST(GMSGFMT)
4021       AC_SUBST(MSGFMT)
4022
4023       AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
4024         [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4025
4026       dnl Test whether we really found GNU xgettext.
4027       if test "$XGETTEXT" != ":"; then
4028         dnl If it is no GNU xgettext we define it as : so that the
4029         dnl Makefiles still can work.
4030         if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4031           : ;
4032         else
4033           AC_MSG_RESULT(
4034             [found xgettext programs is not GNU xgettext; ignore it])
4035           XGETTEXT=":"
4036         fi
4037       fi
4038      AC_SUBST(XGETTEXT)
4039
4040   ])
4041 m4trace:acinclude.m4:3729: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], [# Extract the first word of "$2", so it can be a program name with args.
4042 set dummy $2; ac_word=[$]2
4043 AC_MSG_CHECKING([for $ac_word])
4044 AC_CACHE_VAL(ac_cv_path_$1,
4045 [case "[$]$1" in
4046   /*)
4047   ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4048   ;;
4049   *)
4050   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4051   for ac_dir in ifelse([$5], , $PATH, [$5]); do
4052     test -z "$ac_dir" && ac_dir=.
4053     if test -f $ac_dir/$ac_word; then
4054       if [$3]; then
4055         ac_cv_path_$1="$ac_dir/$ac_word"
4056         break
4057       fi
4058     fi
4059   done
4060   IFS="$ac_save_ifs"
4061 dnl If no 4th arg is given, leave the cache variable unset,
4062 dnl so AC_PATH_PROGS will keep looking.
4063 ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4064 ])dnl
4065   ;;
4066 esac])dnl
4067 $1="$ac_cv_path_$1"
4068 if test -n "[$]$1"; then
4069   AC_MSG_RESULT([$]$1)
4070 else
4071   AC_MSG_RESULT(no)
4072 fi
4073 AC_SUBST($1)dnl
4074 ])
4075 m4trace:acinclude.m4:3771: -1- AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then
4076     AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
4077       [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
4078        am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
4079     if test $am_cv_val_LC_MESSAGES = yes; then
4080       AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
4081     fi
4082   fi])
4083 m4trace:acinclude.m4:3784: -1- AC_DEFUN([AM_FUNC_OBSTACK], [AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
4084  [AC_TRY_LINK([#include "obstack.h"],
4085               [struct obstack *mem;obstack_free(mem,(char *) 0)],
4086               am_cv_func_obstack=yes,
4087               am_cv_func_obstack=no)])
4088  if test $am_cv_func_obstack = yes; then
4089    AC_DEFINE(HAVE_OBSTACK)
4090  else
4091    LIBOBJS="$LIBOBJS obstack.o"
4092  fi
4093 ])
4094 m4trace:acinclude.m4:3800: -1- AC_DEFUN([AM_FUNC_ERROR_AT_LINE], [AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
4095  [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
4096               am_cv_lib_error_at_line=yes,
4097               am_cv_lib_error_at_line=no)])
4098  if test $am_cv_lib_error_at_line = no; then
4099    LIBOBJS="$LIBOBJS error.o"
4100  fi
4101  AC_SUBST(LIBOBJS)dnl
4102 ])
4103 m4trace:acinclude.m4:3817: -1- AC_DEFUN([AM_KDE_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
4104    AC_REQUIRE([AC_PROG_RANLIB])dnl
4105    AC_REQUIRE([AC_HEADER_STDC])dnl
4106    AC_REQUIRE([AC_TYPE_OFF_T])dnl
4107    AC_REQUIRE([AC_TYPE_SIZE_T])dnl
4108    AC_REQUIRE([AC_FUNC_ALLOCA])dnl
4109    AC_REQUIRE([AC_FUNC_MMAP])dnl
4110    AC_REQUIRE([AM_KDE_WITH_NLS])dnl
4111    AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
4112    AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
4113 __argz_count __argz_stringify __argz_next])
4114
4115    AC_MSG_CHECKING(for stpcpy)
4116    AC_CACHE_VAL(kde_cv_func_stpcpy,
4117    [
4118    kde_safe_cxxflags=$CXXFLAGS
4119    CXXFLAGS="-Werror"
4120    AC_LANG_SAVE
4121    AC_LANG_CPLUSPLUS
4122    AC_TRY_COMPILE([
4123    #include <string.h>
4124    ],
4125    [
4126    char buffer[200];
4127    stpcpy(buffer, buffer);
4128    ],
4129    kde_cv_func_stpcpy=yes,
4130    kde_cv_func_stpcpy=no)
4131    AC_LANG_RESTORE
4132    CXXFLAGS=$kde_safe_cxxflags
4133    ])
4134    AC_MSG_RESULT($kde_cv_func_stpcpy)
4135    if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
4136      AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
4137    fi
4138
4139    AM_LC_MESSAGES
4140
4141    if test "x$CATOBJEXT" != "x"; then
4142      if test "x$ALL_LINGUAS" = "x"; then
4143        LINGUAS=
4144      else
4145        AC_MSG_CHECKING(for catalogs to be installed)
4146        NEW_LINGUAS=
4147        for lang in ${LINGUAS=$ALL_LINGUAS}; do
4148          case "$ALL_LINGUAS" in
4149           *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4150          esac
4151        done
4152        LINGUAS=$NEW_LINGUAS
4153        AC_MSG_RESULT($LINGUAS)
4154      fi
4155
4156      dnl Construct list of names of catalog files to be constructed.
4157      if test -n "$LINGUAS"; then
4158        for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4159      fi
4160    fi
4161
4162   ])
4163 m4trace:acinclude.m4:3879: -1- AC_DEFUN([AC_HAVE_XPM], [AC_REQUIRE_CPP()dnl
4164   AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4165
4166  test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
4167  test -z "$XPM_INCLUDE" && XPM_INCLUDE=
4168
4169  AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
4170         xpm_test=$withval, xpm_test="yes")
4171  if test "x$xpm_test" = xno; then
4172    ac_cv_have_xpm=no
4173  else
4174    AC_MSG_CHECKING(for XPM)
4175    AC_CACHE_VAL(ac_cv_have_xpm,
4176    [
4177     ac_save_ldflags="$LDFLAGS"
4178     ac_save_cflags="$CFLAGS"
4179     if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
4180       LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
4181     else
4182       LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
4183     fi
4184     CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
4185     test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
4186     AC_TRY_LINK([#include <X11/xpm.h>],[],
4187         ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
4188     LDFLAGS="$ac_save_ldflags"
4189     CFLAGS="$ac_save_cflags"
4190    ])dnl
4191
4192   if test "$ac_cv_have_xpm" = no; then
4193     AC_MSG_RESULT(no)
4194     XPM_LDFLAGS=""
4195     XPMINC=""
4196     $2
4197   else
4198     AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
4199     if test "$XPM_LDFLAGS" = ""; then
4200        XPMLIB='-lXpm $(LIB_X11)'
4201     else
4202        XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
4203     fi
4204     if test "$XPM_INCLUDE" = ""; then
4205        XPMINC=""
4206     else
4207        XPMINC="-I$XPM_INCLUDE"
4208     fi
4209     AC_MSG_RESULT(yes)
4210     $1
4211   fi
4212  fi
4213  AC_SUBST(XPMINC)
4214  AC_SUBST(XPMLIB)
4215 ])
4216 m4trace:acinclude.m4:3934: -1- AC_DEFUN([AC_HAVE_DPMS], [AC_REQUIRE_CPP()dnl
4217   AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4218
4219  test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
4220  test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
4221  DPMS_LIB=
4222
4223  AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
4224         dpms_test=$withval, dpms_test="yes")
4225  if test "x$dpms_test" = xno; then
4226    ac_cv_have_dpms=no
4227  else
4228    AC_MSG_CHECKING(for DPMS)
4229    dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
4230    dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
4231    AC_CACHE_VAL(ac_cv_have_dpms,
4232    [
4233     if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
4234       AC_MSG_RESULT(no)
4235       ac_cv_have_dpms="no"
4236     else
4237       ac_save_ldflags="$LDFLAGS"
4238       ac_save_cflags="$CFLAGS"
4239       ac_save_libs="$LIBS"
4240       LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
4241       LIBS="-lX11 -lXext $LIBSOCKET"
4242       CFLAGS="$CFLAGS $X_INCLUDES"
4243       test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4244       AC_TRY_LINK([
4245           #include <X11/Xproto.h>
4246           #include <X11/X.h>
4247           #include <X11/Xlib.h>
4248           #include <X11/extensions/dpms.h>
4249           int foo_test_dpms()
4250           { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4251           ac_cv_have_dpms="yes", [
4252               LIBS="-lXdpms $LIBS"
4253               AC_TRY_LINK([
4254                   #include <X11/Xproto.h>
4255                   #include <X11/X.h>
4256                   #include <X11/Xlib.h>
4257                   #include <X11/extensions/dpms.h>
4258                   int foo_test_dpms()
4259                   { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4260                   [
4261                   ac_cv_have_dpms="-lXdpms"
4262                   ],ac_cv_have_dpms="no")
4263               ])
4264       LDFLAGS="$ac_save_ldflags"
4265       CFLAGS="$ac_save_cflags"
4266       LIBS="$ac_save_libs"
4267     fi
4268    ])dnl
4269
4270   if test "$ac_cv_have_dpms" = no; then
4271     AC_MSG_RESULT(no)
4272     DPMS_LDFLAGS=""
4273     DPMSINC=""
4274     $2
4275   else
4276     AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
4277     if test "$ac_cv_have_dpms" = "-lXdpms"; then
4278        DPMS_LIB="-lXdpms"
4279     fi
4280     if test "$DPMS_LDFLAGS" = ""; then
4281        DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
4282     else
4283        DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
4284     fi
4285     if test "$DPMS_INCLUDE" = ""; then
4286        DPMSINC=""
4287     else
4288        DPMSINC="-I$DPMS_INCLUDE"
4289     fi
4290     AC_MSG_RESULT(yes)
4291     $1
4292   fi
4293  fi
4294  ac_save_cflags="$CFLAGS"
4295  CFLAGS="$CFLAGS $X_INCLUDES"
4296  test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4297  AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
4298    [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
4299  AC_CHECK_DECL(DPMSCapable,
4300    AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
4301    [#include <X11/Xlib.h>
4302    #include <X11/extensions/dpms.h>])
4303  AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
4304    [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
4305  AC_CHECK_DECL(DPMSInfo,
4306    AC_DEFINE(HAVE_DPMSINFO_PROTO),,
4307    [#include <X11/Xlib.h>
4308    #include <X11/extensions/dpms.h>])
4309  CFLAGS="$ac_save_cflags"
4310  AC_SUBST(DPMSINC)
4311  AC_SUBST(DPMSLIB)
4312 ])
4313 m4trace:acinclude.m4:4033: -1- AC_DEFUN([AC_HAVE_GL], [AC_REQUIRE_CPP()dnl
4314   AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4315
4316  test -z "$GL_LDFLAGS" && GL_LDFLAGS=
4317  test -z "$GL_INCLUDE" && GL_INCLUDE=
4318
4319  AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
4320         gl_test=$withval, gl_test="yes")
4321  if test "x$kde_use_qt_emb" = "xyes"; then
4322    # GL and Qt Embedded is a no-go for now.
4323    ac_cv_have_gl=no
4324  elif test "x$gl_test" = xno; then
4325    ac_cv_have_gl=no
4326  else
4327    AC_MSG_CHECKING(for GL)
4328    AC_CACHE_VAL(ac_cv_have_gl,
4329    [
4330     AC_LANG_SAVE
4331     AC_LANG_CPLUSPLUS
4332     ac_save_ldflags=$LDFLAGS
4333     ac_save_cxxflags=$CXXFLAGS
4334     ac_save_libs=$LIBS
4335     LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
4336     LIBS="$LIBS -lGL -lGLU"
4337     test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
4338     LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
4339     CXXFLAGS="$CFLAGS $X_INCLUDES"
4340     test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
4341     AC_TRY_LINK([#include <GL/gl.h>
4342 #include <GL/glu.h>
4343 ], [],
4344         ac_cv_have_gl="yes", ac_cv_have_gl="no")
4345     AC_LANG_RESTORE
4346     LDFLAGS=$ac_save_ldflags
4347     CXXFLAGS=$ac_save_cxxflags
4348     LIBS=$ac_save_libs
4349    ])dnl
4350
4351   if test "$ac_cv_have_gl" = "no"; then
4352     AC_MSG_RESULT(no)
4353     GL_LDFLAGS=""
4354     GLINC=""
4355     $2
4356   else
4357     AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
4358     if test "$GL_LDFLAGS" = ""; then
4359        GLLIB='-lGLU -lGL $(LIB_X11)'
4360     else
4361        GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
4362     fi
4363     if test "$GL_INCLUDE" = ""; then
4364        GLINC=""
4365     else
4366        GLINC="-I$GL_INCLUDE"
4367     fi
4368     AC_MSG_RESULT($ac_cv_have_gl)
4369     $1
4370   fi
4371  fi
4372  AC_SUBST(GLINC)
4373  AC_SUBST(GLLIB)
4374 ])
4375 m4trace:acinclude.m4:4100: -1- AC_DEFUN([KDE_PAM], [
4376   AC_REQUIRE([KDE_CHECK_LIBDL])
4377
4378   want_pam=
4379   AC_ARG_WITH(pam,
4380     AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
4381     [ if test "x$withval" = "xyes"; then
4382         want_pam=yes
4383         pam_service=kde
4384       elif test "x$withval" = "xno"; then
4385         want_pam=no
4386       else
4387         want_pam=yes
4388         pam_service=$withval
4389       fi
4390     ], [ pam_service=kde ])
4391
4392   use_pam=
4393   PAMLIBS=
4394   if test "x$want_pam" != xno; then
4395     AC_CHECK_LIB(pam, pam_start, [
4396       AC_CHECK_HEADER(security/pam_appl.h,
4397         [ pam_header=security/pam_appl.h ],
4398         [ AC_CHECK_HEADER(pam/pam_appl.h,
4399             [ pam_header=pam/pam_appl.h ],
4400             [
4401     AC_MSG_WARN([PAM detected, but no headers found!
4402 Make sure you have the necessary development packages installed.])
4403             ]
4404           )
4405         ]
4406       )
4407     ], , $LIBDL)
4408     if test -z "$pam_header"; then
4409       if test "x$want_pam" = xyes; then
4410         AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
4411       fi
4412     else
4413       AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
4414       PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
4415       use_pam=yes
4416
4417       dnl darwin claims to be something special
4418       if test "$pam_header" = "pam/pam_appl.h"; then
4419         AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
4420       fi
4421
4422       dnl test whether struct pam_message is const (Linux) or not (Sun)
4423       AC_MSG_CHECKING(for const pam_message)
4424       AC_EGREP_HEADER([struct pam_message], $pam_header,
4425         [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
4426                           [AC_MSG_RESULT([const: Linux-type PAM])],
4427                           [AC_MSG_RESULT([nonconst: Sun-type PAM])
4428                           AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
4429                           )],
4430         [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
4431     fi
4432   fi
4433
4434   AC_SUBST(PAMLIBS)
4435 ])
4436 m4trace:acinclude.m4:4163: -1- AC_DEFUN([DEF_PAM_SERVICE], [
4437   AC_ARG_WITH($1-pam,
4438     AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
4439     [ if test "x$use_pam" = xyes; then
4440         $3_PAM_SERVICE=$withval
4441       else
4442         AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
4443 You may want to enforce it by using --with-pam.])
4444       fi
4445     ], 
4446     [ if test "x$use_pam" = xyes; then
4447         $3_PAM_SERVICE="$pam_service"
4448       fi
4449     ])
4450     if test -n "$$3_PAM_SERVICE"; then
4451       AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
4452       AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
4453     fi
4454     AC_SUBST($3_PAM_SERVICE)
4455 ])
4456 m4trace:acinclude.m4:4184: -1- AC_DEFUN([KDE_SHADOWPASSWD], [
4457   AC_REQUIRE([KDE_PAM])
4458
4459   AC_CHECK_LIB(shadow, getspent,
4460     [ LIBSHADOW="-lshadow"
4461       ac_use_shadow=yes
4462     ],
4463     [ dnl for UnixWare
4464       AC_CHECK_LIB(gen, getspent, 
4465         [ LIBGEN="-lgen"
4466           ac_use_shadow=yes
4467         ], 
4468         [ AC_CHECK_FUNC(getspent, 
4469             [ ac_use_shadow=yes ],
4470             [ ac_use_shadow=no ])
4471         ])
4472     ])
4473   AC_SUBST(LIBSHADOW)
4474   AC_SUBST(LIBGEN)
4475   
4476   AC_MSG_CHECKING([for shadow passwords])
4477
4478   AC_ARG_WITH(shadow,
4479     AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
4480     [ if test "x$withval" != "xno"; then
4481         use_shadow=yes
4482       else
4483         use_shadow=no
4484       fi
4485     ], [
4486       use_shadow="$ac_use_shadow"
4487     ])
4488
4489   if test "x$use_shadow" = xyes; then
4490     AC_MSG_RESULT(yes)
4491     AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
4492   else
4493     AC_MSG_RESULT(no)
4494     LIBSHADOW=
4495     LIBGEN=
4496   fi
4497
4498   dnl finally make the relevant binaries setuid root, if we have shadow passwds.
4499   dnl this still applies, if we could use it indirectly through pam.
4500   if test "x$use_shadow" = xyes || 
4501      ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
4502       case $host in
4503       *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
4504         SETUIDFLAGS="-m 4755 -o root";;
4505       *)
4506         SETUIDFLAGS="-m 4755";;
4507       esac
4508   fi
4509   AC_SUBST(SETUIDFLAGS)
4510
4511 ])
4512 m4trace:acinclude.m4:4241: -1- AC_DEFUN([KDE_PASSWDLIBS], [
4513   AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
4514   AC_REQUIRE([KDE_PAM])
4515   AC_REQUIRE([KDE_SHADOWPASSWD])
4516
4517   if test "x$use_pam" = "xyes"; then 
4518     PASSWDLIBS="$PAMLIBS"
4519   else
4520     PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
4521   fi
4522
4523   dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
4524   dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
4525   dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
4526   dnl may need to read /etc/master.passwd).
4527   case $host in
4528   *-*-freebsd*)
4529     SETUIDFLAGS="-m 4755 -o root"
4530     ;;
4531   *)
4532     ;;
4533   esac
4534
4535   AC_SUBST(PASSWDLIBS)
4536 ])
4537 m4trace:acinclude.m4:4267: -1- AC_DEFUN([KDE_CHECK_LIBDL], [
4538 AC_CHECK_LIB(dl, dlopen, [
4539 LIBDL="-ldl"
4540 ac_cv_have_dlfcn=yes
4541 ])
4542
4543 AC_CHECK_LIB(dld, shl_unload, [
4544 LIBDL="-ldld"
4545 ac_cv_have_shload=yes
4546 ])
4547
4548 AC_SUBST(LIBDL)
4549 ])
4550 m4trace:acinclude.m4:4282: -1- AC_DEFUN([KDE_CHECK_DLOPEN], [
4551 KDE_CHECK_LIBDL
4552 AC_CHECK_HEADERS(dlfcn.h dl.h)
4553 if test "$ac_cv_header_dlfcn_h" = "no"; then
4554   ac_cv_have_dlfcn=no
4555 fi
4556
4557 if test "$ac_cv_header_dl_h" = "no"; then
4558   ac_cv_have_shload=no
4559 fi
4560
4561 dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
4562 dnl (MM)
4563 AC_ARG_ENABLE(dlopen,
4564 AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
4565 enable_dlopen=$enableval,
4566 enable_dlopen=yes)
4567
4568 # override the user's opinion, if we know it better ;)
4569 if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
4570   enable_dlopen=no
4571 fi
4572
4573 if test "$ac_cv_have_dlfcn" = "yes"; then
4574   AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
4575 fi
4576
4577 if test "$ac_cv_have_shload" = "yes"; then
4578   AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
4579 fi
4580
4581 if test "$enable_dlopen" = no ; then
4582   test -n "$1" && eval $1
4583 else
4584   test -n "$2" && eval $2
4585 fi
4586
4587 ])
4588 m4trace:acinclude.m4:4322: -1- AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], [
4589 KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
4590 KDE_PROG_LIBTOOL
4591 AC_MSG_CHECKING([dynamic loading])
4592 eval "`egrep '^build_libtool_libs=' libtool`"
4593 if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
4594   dynamic_loading=yes
4595   AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
4596 else
4597   dynamic_loading=no
4598 fi
4599 AC_MSG_RESULT($dynamic_loading)
4600 if test "$dynamic_loading" = "yes"; then
4601   $1
4602 else
4603   $2
4604 fi
4605 ])
4606 m4trace:acinclude.m4:4342: -1- AC_DEFUN([KDE_ADD_INCLUDES], [
4607 if test -z "$1"; then
4608   test_include="Pix.h"
4609 else
4610   test_include="$1"
4611 fi
4612
4613 AC_MSG_CHECKING([for libg++ ($test_include)])
4614
4615 AC_CACHE_VAL(kde_cv_libgpp_includes,
4616 [
4617 kde_cv_libgpp_includes=no
4618
4619    for ac_dir in               \
4620                                \
4621      /usr/include/g++          \
4622      /usr/include              \
4623      /usr/unsupported/include  \
4624      /opt/include              \
4625      $extra_include            \
4626      ; \
4627    do
4628      if test -r "$ac_dir/$test_include"; then
4629        kde_cv_libgpp_includes=$ac_dir
4630        break
4631      fi
4632    done
4633 ])
4634
4635 AC_MSG_RESULT($kde_cv_libgpp_includes)
4636 if test "$kde_cv_libgpp_includes" != "no"; then
4637   all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
4638 fi
4639 ])
4640 m4trace:acinclude.m4:4379: -1- AC_DEFUN([KDE_CHECK_LIBPTHREAD], [
4641   dnl This code is here specifically to handle the
4642   dnl various flavors of threading library on FreeBSD
4643   dnl 4-, 5-, and 6-, and the (weird) rules around it.
4644   dnl There may be an environment PTHREAD_LIBS that 
4645   dnl specifies what to use; otherwise, search for it.
4646   dnl -pthread is special cased and unsets LIBPTHREAD
4647   dnl below if found.
4648   LIBPTHREAD=""
4649
4650   if test -n "$PTHREAD_LIBS"; then
4651     if test "x$PTHREAD_LIBS" = "x-pthread" ; then
4652       LIBPTHREAD="PTHREAD"
4653     else
4654       PTHREAD_LIBS_save="$PTHREAD_LIBS"
4655       PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
4656       AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
4657       KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
4658           LIBPTHREAD="$PTHREAD_LIBS_save"])
4659       PTHREAD_LIBS="$PTHREAD_LIBS_save"
4660     fi
4661   fi
4662
4663   dnl Is this test really needed, in the face of the Tru64 test below?
4664   if test -z "$LIBPTHREAD"; then
4665     AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
4666   fi
4667
4668   dnl This is a special Tru64 check, see BR 76171 issue #18.
4669   if test -z "$LIBPTHREAD" ; then
4670     AC_MSG_CHECKING([for pthread_create in -lpthread])
4671     kde_safe_libs=$LIBS
4672     LIBS="$LIBS -lpthread"
4673     AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
4674         AC_MSG_RESULT(yes)
4675         LIBPTHREAD="-lpthread"],[
4676         AC_MSG_RESULT(no)])
4677     LIBS=$kde_safe_libs
4678   fi
4679
4680   dnl Un-special-case for FreeBSD.
4681   if test "x$LIBPTHREAD" = "xPTHREAD" ; then
4682     LIBPTHREAD=""
4683   fi
4684
4685   AC_SUBST(LIBPTHREAD)
4686 ])
4687 m4trace:acinclude.m4:4428: -1- AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], [
4688       USE_THREADS=""
4689       if test -z "$LIBPTHREAD"; then
4690         KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
4691       fi
4692
4693     AH_VERBATIM(__svr_define, [
4694 #if defined(__SVR4) && !defined(__svr4__)
4695 #define __svr4__ 1
4696 #endif
4697 ])
4698     case $host_os in
4699         solaris*)
4700                 KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
4701                 CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
4702                 ;;
4703         freebsd*)
4704                 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
4705                 ;;
4706         aix*)
4707                 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
4708                 LIBPTHREAD="$LIBPTHREAD -lc_r"
4709                 ;;
4710         linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
4711                 if test "$CXX" = "KCC"; then
4712                   CXXFLAGS="$CXXFLAGS --thread_safe"
4713                   NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
4714                 fi
4715                 ;;
4716         *)
4717                 ;;
4718     esac
4719     AC_SUBST(USE_THREADS)
4720     AC_SUBST(LIBPTHREAD)
4721 ])
4722 m4trace:acinclude.m4:4465: -1- AC_DEFUN([KDE_CHECK_THREADING], [
4723   AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4724   AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
4725   dnl default is yes if libpthread is found and no if no libpthread is available
4726   if test -z "$LIBPTHREAD"; then
4727     if test -z "$USE_THREADS"; then
4728       kde_check_threading_default=no
4729     else
4730       kde_check_threading_default=yes
4731     fi
4732   else
4733     kde_check_threading_default=yes
4734   fi
4735   AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
4736    kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
4737   if test "x$kde_use_threading" = "xyes"; then
4738     AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
4739   fi
4740 ])
4741 m4trace:acinclude.m4:4486: -1- AC_DEFUN([KDE_TRY_LINK_PYTHON], [
4742 if test "$kde_python_link_found" = no; then
4743
4744 if test "$1" = normal; then
4745   AC_MSG_CHECKING(if a Python application links)
4746 else
4747   AC_MSG_CHECKING(if Python depends on $2)
4748 fi
4749
4750 AC_CACHE_VAL(kde_cv_try_link_python_$1,
4751 [
4752 kde_save_cflags="$CFLAGS"
4753 CFLAGS="$CFLAGS $PYTHONINC"
4754 kde_save_libs="$LIBS"
4755 LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
4756 kde_save_ldflags="$LDFLAGS"
4757 LDFLAGS="$LDFLAGS $PYTHONLIB"
4758
4759 AC_TRY_LINK(
4760 [
4761 #include <Python.h>
4762 ],[
4763         PySys_SetArgv(1, 0);
4764 ],
4765         [kde_cv_try_link_python_$1=yes],
4766         [kde_cv_try_link_python_$1=no]
4767 )
4768 CFLAGS="$kde_save_cflags"
4769 LIBS="$kde_save_libs"
4770 LDFLAGS="$kde_save_ldflags"
4771 ])
4772
4773 if test "$kde_cv_try_link_python_$1" = "yes"; then
4774   AC_MSG_RESULT(yes)
4775   kde_python_link_found=yes
4776   if test ! "$1" = normal; then
4777     LIBPYTHON="$LIBPYTHON $2"
4778   fi
4779   $3
4780 else
4781   AC_MSG_RESULT(no)
4782   $4
4783 fi
4784
4785 fi
4786
4787 ])
4788 m4trace:acinclude.m4:4535: -1- AC_DEFUN([KDE_CHECK_PYTHON_DIR], [
4789 AC_MSG_CHECKING([for Python directory])
4790  
4791 AC_CACHE_VAL(kde_cv_pythondir,
4792 [
4793   if test -z "$PYTHONDIR"; then
4794     kde_cv_pythondir=/usr/local
4795   else
4796     kde_cv_pythondir="$PYTHONDIR"
4797   fi
4798 ])
4799  
4800 AC_ARG_WITH(pythondir,
4801 AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
4802 [
4803   ac_python_dir=$withval
4804 ], ac_python_dir=$kde_cv_pythondir
4805 )
4806  
4807 AC_MSG_RESULT($ac_python_dir)
4808 ])
4809 m4trace:acinclude.m4:4558: -1- AC_DEFUN([KDE_CHECK_PYTHON_INTERN], [
4810 AC_REQUIRE([KDE_CHECK_LIBDL])
4811 AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4812 AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
4813
4814 if test -z "$1"; then
4815   version="1.5"
4816 else
4817   version="$1"
4818 fi
4819
4820 AC_MSG_CHECKING([for Python$version])
4821
4822 python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
4823 AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
4824 if test ! -r $python_incdir/Python.h; then
4825   AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
4826   python_incdir=$python_incdir/python$version
4827   if test ! -r $python_incdir/Python.h; then
4828     python_incdir=no
4829   fi
4830 fi
4831
4832 PYTHONINC=-I$python_incdir
4833
4834 python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
4835 AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
4836 if test ! -r $python_libdir/libpython$version.so; then
4837   AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
4838   if test ! -r $python_libdir/libpython$version.a; then
4839     AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
4840     python_libdir=$python_libdir/python$version/config
4841     if test ! -r $python_libdir/libpython$version.a; then
4842       python_libdir=no
4843     fi
4844   fi
4845 fi
4846
4847 PYTHONLIB=-L$python_libdir
4848 kde_orig_LIBPYTHON=$LIBPYTHON
4849 if test -z "$LIBPYTHON"; then
4850   LIBPYTHON=-lpython$version
4851 fi
4852
4853 AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
4854 python_moddir=$python_moddir/python$version
4855 if test ! -r $python_moddir/copy.py; then
4856   python_moddir=no
4857 fi
4858
4859 PYTHONMODDIR=$python_moddir
4860
4861 AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
4862
4863 if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
4864    LIBPYTHON=$kde_orig_LIBPYTHON
4865    test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
4866    test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
4867    $2
4868 else 
4869   dnl Note: this test is very weak
4870   kde_python_link_found=no
4871   KDE_TRY_LINK_PYTHON(normal)
4872   KDE_TRY_LINK_PYTHON(m, -lm)
4873   KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
4874   KDE_TRY_LINK_PYTHON(tcl, -ltcl)
4875   KDE_TRY_LINK_PYTHON(db2, -ldb2)
4876   KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
4877   KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
4878   KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
4879   KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
4880   KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
4881   KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
4882   KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
4883   KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
4884         [AC_MSG_WARN([it seems, Python depends on another library.
4885     Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
4886     and contact the authors to let them know about this problem])
4887         ])
4888
4889   LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
4890   AC_SUBST(PYTHONINC)
4891   AC_SUBST(PYTHONLIB)
4892   AC_SUBST(LIBPYTHON)
4893   AC_SUBST(PYTHONMODDIR)
4894   AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
4895 fi
4896
4897 ])
4898 m4trace:acinclude.m4:4650: -1- AC_DEFUN([KDE_CHECK_PYTHON], [
4899   KDE_CHECK_PYTHON_INTERN("2.5",
4900     [KDE_CHECK_PYTHON_INTERN("2.4",
4901      [KDE_CHECK_PYTHON_INTERN("2.3", 
4902        [KDE_CHECK_PYTHON_INTERN("2.2", 
4903          [KDE_CHECK_PYTHON_INTERN("2.1", 
4904            [KDE_CHECK_PYTHON_INTERN("2.0", 
4905              [KDE_CHECK_PYTHON_INTERN($1, $2) ])
4906            ])
4907          ])
4908        ])
4909      ])
4910   ])
4911 ])
4912 m4trace:acinclude.m4:4666: -1- AC_DEFUN([KDE_CHECK_STL], [
4913     AC_LANG_SAVE
4914     AC_LANG_CPLUSPLUS
4915     ac_save_CXXFLAGS="$CXXFLAGS"
4916     CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
4917
4918     AC_MSG_CHECKING([if C++ programs can be compiled])
4919     AC_CACHE_VAL(kde_cv_stl_works,
4920     [
4921       AC_TRY_COMPILE([
4922 #include <string>
4923 using namespace std;
4924 ],[
4925   string astring="Hallo Welt.";
4926   astring.erase(0, 6); // now astring is "Welt"
4927   return 0;
4928 ], kde_cv_stl_works=yes,
4929    kde_cv_stl_works=no)
4930 ])
4931
4932    AC_MSG_RESULT($kde_cv_stl_works)
4933
4934    if test "$kde_cv_stl_works" = "yes"; then
4935      # back compatible
4936          AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
4937    else
4938          AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
4939 Check config.log for details - if you're using a Linux distribution you might miss
4940 a package named similar to libstdc++-dev.])
4941    fi
4942
4943    CXXFLAGS="$ac_save_CXXFLAGS"
4944    AC_LANG_RESTORE
4945 ])
4946 m4trace:acinclude.m4:4702: -1- AC_DEFUN([AC_FIND_QIMGIO], [AC_REQUIRE([AC_FIND_JPEG])
4947 AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4948 AC_MSG_CHECKING([for qimgio])
4949 AC_CACHE_VAL(ac_cv_lib_qimgio,
4950 [
4951 AC_LANG_SAVE
4952 AC_LANG_CPLUSPLUS
4953 ac_save_LIBS="$LIBS"
4954 ac_save_CXXFLAGS="$CXXFLAGS"
4955 LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
4956 CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
4957 AC_TRY_RUN(dnl
4958 [
4959 #include <qimageio.h>
4960 #include <qstring.h>
4961 int main() {
4962                 QString t = "hallo";
4963                 t.fill('t');
4964                 qInitImageIO();
4965 }
4966 ],
4967             ac_cv_lib_qimgio=yes,
4968             ac_cv_lib_qimgio=no,
4969             ac_cv_lib_qimgio=no)
4970 LIBS="$ac_save_LIBS"
4971 CXXFLAGS="$ac_save_CXXFLAGS"
4972 AC_LANG_RESTORE
4973 ])dnl
4974 if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
4975   LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
4976   AC_MSG_RESULT(yes)
4977   AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
4978   AC_SUBST(LIBQIMGIO)
4979 else
4980   AC_MSG_RESULT(not found)
4981 fi
4982 ])
4983 m4trace:acinclude.m4:4741: -1- AC_DEFUN([AM_DISABLE_LIBRARIES], [
4984     AC_PROVIDE([AM_ENABLE_STATIC])
4985     AC_PROVIDE([AM_ENABLE_SHARED])
4986     enable_static=no
4987     enable_shared=yes
4988 ])
4989 m4trace:acinclude.m4:4750: -1- AC_DEFUN([AC_CHECK_UTMP_FILE], [
4990     AC_MSG_CHECKING([for utmp file])
4991
4992     AC_CACHE_VAL(kde_cv_utmp_file,
4993     [
4994     kde_cv_utmp_file=no
4995
4996     for ac_file in    \
4997                       \
4998         /var/run/utmp \
4999         /var/adm/utmp \
5000         /etc/utmp     \
5001      ; \
5002     do
5003      if test -r "$ac_file"; then
5004        kde_cv_utmp_file=$ac_file
5005        break
5006      fi
5007     done
5008     ])
5009
5010     if test "$kde_cv_utmp_file" != "no"; then
5011         AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
5012         $1
5013         AC_MSG_RESULT($kde_cv_utmp_file)
5014     else
5015         $2
5016         AC_MSG_RESULT([non found])
5017     fi
5018 ])
5019 m4trace:acinclude.m4:4783: -1- AC_DEFUN([KDE_CREATE_SUBDIRSLIST], [
5020
5021 DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
5022 TOPSUBDIRS=""
5023
5024 if test ! -s $srcdir/subdirs; then
5025   dnl Note: Makefile.common creates subdirs, so this is just a fallback
5026   files=`cd $srcdir && ls -1`
5027   dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
5028   for i in $dirs; do
5029     echo $i >> $srcdir/subdirs
5030   done
5031 fi
5032
5033 ac_topsubdirs=
5034 if test -s $srcdir/inst-apps; then
5035   ac_topsubdirs="`cat $srcdir/inst-apps`"
5036 elif test -s $srcdir/subdirs; then
5037   ac_topsubdirs="`cat $srcdir/subdirs`"
5038 fi
5039
5040 for i in $ac_topsubdirs; do
5041   AC_MSG_CHECKING([if $i should be compiled])
5042   if test -d $srcdir/$i; then
5043     install_it="yes"
5044     for j in $DO_NOT_COMPILE; do
5045       if test $i = $j; then
5046         install_it="no"
5047       fi
5048     done
5049   else
5050     install_it="no"
5051   fi
5052   AC_MSG_RESULT($install_it)
5053   vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
5054   if test $install_it = "yes"; then
5055     TOPSUBDIRS="$TOPSUBDIRS $i"
5056     eval "$vari""_SUBDIR_included=yes"
5057   else
5058     eval "$vari""_SUBDIR_included=no"
5059   fi
5060 done
5061
5062 AC_SUBST(TOPSUBDIRS)
5063 ])
5064 m4trace:acinclude.m4:4830: -1- AC_DEFUN([KDE_CHECK_NAMESPACES], [
5065 AC_MSG_CHECKING(whether C++ compiler supports namespaces)
5066 AC_LANG_SAVE
5067 AC_LANG_CPLUSPLUS
5068 AC_TRY_COMPILE([
5069 ],
5070 [
5071 namespace Foo {
5072   extern int i;
5073   namespace Bar {
5074     extern int i;
5075   }
5076 }
5077
5078 int Foo::i = 0;
5079 int Foo::Bar::i = 1;
5080 ],[
5081   AC_MSG_RESULT(yes)
5082   AC_DEFINE(HAVE_NAMESPACES)
5083 ], [
5084 AC_MSG_RESULT(no)
5085 ])
5086 AC_LANG_RESTORE
5087 ])
5088 m4trace:acinclude.m4:4860: -1- AC_DEFUN([AC_CHECK_S_ISSOCK], [
5089 AC_MSG_CHECKING(for S_ISSOCK)
5090 AC_CACHE_VAL(ac_cv_have_s_issock,
5091 [
5092 AC_TRY_LINK(
5093 [
5094 #include <sys/stat.h>
5095 ],
5096 [
5097 struct stat buff;
5098 int b = S_ISSOCK( buff.st_mode );
5099 ],
5100 ac_cv_have_s_issock=yes,
5101 ac_cv_have_s_issock=no)
5102 ])
5103 AC_MSG_RESULT($ac_cv_have_s_issock)
5104 if test "$ac_cv_have_s_issock" = "yes"; then
5105   AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
5106 fi
5107
5108 AH_VERBATIM(_ISSOCK,
5109 [
5110 #ifndef HAVE_S_ISSOCK
5111 #define HAVE_S_ISSOCK
5112 #define S_ISSOCK(mode) (1==0)
5113 #endif
5114 ])
5115
5116 ])
5117 m4trace:acinclude.m4:4895: -1- AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], [
5118 AC_MSG_CHECKING(for MAXPATHLEN)
5119 AC_CACHE_VAL(ac_cv_maxpathlen,
5120 [
5121 cat > conftest.$ac_ext <<EOF
5122 #ifdef STDC_HEADERS
5123 # include <stdlib.h>
5124 #endif
5125 #include <stdio.h>
5126 #include <sys/param.h>
5127 #ifndef MAXPATHLEN
5128 #define MAXPATHLEN 1024
5129 #endif
5130
5131 KDE_HELLO MAXPATHLEN
5132
5133 EOF
5134
5135 ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
5136
5137 if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
5138     ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
5139 else
5140     ac_cv_maxpathlen=1024
5141 fi
5142
5143 rm conftest.*
5144
5145 ])
5146 AC_MSG_RESULT($ac_cv_maxpathlen)
5147 AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
5148 ])
5149 m4trace:acinclude.m4:4929: -1- AC_DEFUN([KDE_CHECK_HEADER], [
5150    kde_safe_cppflags=$CPPFLAGS
5151    CPPFLAGS="$CPPFLAGS $all_includes"
5152    AC_LANG_SAVE
5153    AC_LANG_CPLUSPLUS
5154    AC_CHECK_HEADER([$1], [$2], [$3], [$4])
5155    AC_LANG_RESTORE
5156    CPPFLAGS=$kde_safe_cppflags
5157 ])
5158 m4trace:acinclude.m4:4940: -1- AC_DEFUN([KDE_CHECK_HEADERS], [
5159    AH_CHECK_HEADERS([$1])
5160    AC_LANG_SAVE
5161    kde_safe_cppflags=$CPPFLAGS
5162    CPPFLAGS="$CPPFLAGS $all_includes"
5163    AC_LANG_CPLUSPLUS
5164    AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
5165    CPPFLAGS=$kde_safe_cppflags
5166    AC_LANG_RESTORE
5167 ])
5168 m4trace:acinclude.m4:4952: -1- AC_DEFUN([KDE_FAST_CONFIGURE], [
5169   dnl makes configure fast (needs perl)
5170   AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
5171       with_fast_perl=$enableval, with_fast_perl=yes)
5172 ])
5173 m4trace:acinclude.m4:4959: -1- AC_DEFUN([KDE_CONF_FILES], [
5174   val=
5175   if test -f $srcdir/configure.files ; then
5176     val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
5177   fi
5178   CONF_FILES=
5179   if test -n "$val" ; then
5180     for i in $val ; do
5181       CONF_FILES="$CONF_FILES $i"
5182     done
5183   fi
5184   AC_SUBST(CONF_FILES)
5185 ])
5186 m4trace:acinclude.m4:4977: -1- AC_DEFUN([KDE_SET_PREFIX_CORE], [
5187   unset CDPATH
5188   dnl make $KDEDIR the default for the installation
5189   AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
5190
5191   if test "x$prefix" = "xNONE"; then
5192     prefix=$ac_default_prefix
5193     ac_configure_args="$ac_configure_args --prefix=$prefix"
5194   fi
5195   # And delete superfluous '/' to make compares easier
5196   prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5197   exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5198
5199   kde_libs_prefix='$(prefix)'
5200   kde_libs_htmldir='$(kde_htmldir)'
5201   AC_SUBST(kde_libs_prefix)
5202   AC_SUBST(kde_libs_htmldir)
5203   KDE_FAST_CONFIGURE
5204   KDE_CONF_FILES
5205 ])
5206 m4trace:acinclude.m4:5000: -1- AC_DEFUN([KDE_SET_PREFIX], [
5207   unset CDPATH
5208   dnl We can't give real code to that macro, only a value.
5209   dnl It only matters for --help, since we set the prefix in this function anyway.
5210   AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
5211
5212   KDE_SET_DEFAULT_BINDIRS
5213   if test "x$prefix" = "xNONE"; then
5214     dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
5215     KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5216   else
5217     dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
5218     kde_save_PATH="$PATH"
5219     PATH="$exec_prefix/bin:$prefix/bin:$PATH"
5220     KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5221     PATH="$kde_save_PATH"
5222   fi
5223
5224   kde_libs_prefix=`$KDECONFIG --prefix`
5225   if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
5226        AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
5227                     This means it has been moved since you installed it.
5228                     This won't work. Please recompile kdelibs for the new prefix.
5229                     ])
5230   fi
5231   kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
5232
5233   AC_MSG_CHECKING([where to install])
5234   if test "x$prefix" = "xNONE"; then
5235     prefix=$kde_libs_prefix
5236     AC_MSG_RESULT([$prefix (as returned by kde-config)])
5237   else
5238     dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
5239     given_prefix=$prefix
5240     AC_MSG_RESULT([$prefix (as requested)])
5241   fi
5242
5243   # And delete superfluous '/' to make compares easier
5244   prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5245   exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5246   given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5247
5248   AC_SUBST(KDECONFIG)
5249   AC_SUBST(kde_libs_prefix)
5250   AC_SUBST(kde_libs_htmldir)
5251
5252   KDE_FAST_CONFIGURE
5253   KDE_CONF_FILES
5254 ])
5255 m4trace:acinclude.m4:5117: -1- AC_DEFUN([KDE_LANG_CPLUSPLUS], [AC_LANG_CPLUSPLUS
5256 ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
5257 pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
5258 ])
5259 m4trace:acinclude.m4:5128: -1- AC_DEFUN([KDE_CHECK_LONG_LONG], [
5260 AC_MSG_CHECKING(for long long)
5261 AC_CACHE_VAL(kde_cv_c_long_long,
5262 [
5263   AC_LANG_SAVE
5264   AC_LANG_CPLUSPLUS
5265   AC_TRY_LINK([], [
5266   long long foo = 0;
5267   foo = foo+1;
5268   ],
5269   kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
5270   AC_LANG_RESTORE
5271 ])
5272 AC_MSG_RESULT($kde_cv_c_long_long)
5273 if test "$kde_cv_c_long_long" = yes; then
5274    AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
5275 fi
5276 ])
5277 m4trace:acinclude.m4:5148: -1- AC_DEFUN([KDE_CHECK_LIB], [
5278      kde_save_LDFLAGS="$LDFLAGS"
5279      dnl AC_CHECK_LIB modifies LIBS, so save it here
5280      kde_save_LIBS="$LIBS"
5281      LDFLAGS="$LDFLAGS $all_libraries"
5282      case $host_os in
5283       aix*) LDFLAGS="-brtl $LDFLAGS"
5284         test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
5285         ;;
5286      esac
5287      AC_CHECK_LIB($1, $2, $3, $4, $5)
5288      LDFLAGS="$kde_save_LDFLAGS"
5289      LIBS="$kde_save_LIBS"
5290 ])
5291 m4trace:acinclude.m4:5164: -1- AC_DEFUN([KDE_JAVA_PREFIX], [
5292         dir=`dirname "$1"`
5293         base=`basename "$1"`
5294         list=`ls -1 $dir 2> /dev/null`
5295         for entry in $list; do 
5296                 if test -d $dir/$entry/bin; then
5297                         case $entry in
5298                            $base)
5299                                 javadirs="$javadirs $dir/$entry/bin"
5300                                 ;;
5301                         esac
5302                 elif test -d $dir/$entry/jre/bin; then
5303                         case $entry in
5304                            $base)
5305                                 javadirs="$javadirs $dir/$entry/jre/bin"
5306                                 ;;
5307                         esac
5308                 fi
5309         done
5310 ])
5311 m4trace:acinclude.m4:5187: -1- AC_DEFUN([KDE_CHECK_JAVA_DIR], [
5312
5313 AC_ARG_WITH(java,
5314 AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
5315 [  ac_java_dir=$withval
5316 ], ac_java_dir=""
5317 )
5318
5319 AC_MSG_CHECKING([for Java])
5320
5321 dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
5322 if test "x$ac_java_dir" = "xno"; then
5323    kde_java_bindir=no
5324    kde_java_includedir=no
5325    kde_java_libjvmdir=no
5326    kde_java_libgcjdir=no
5327    kde_java_libhpidir=no
5328 else
5329   if test "x$ac_java_dir" = "x"; then
5330      
5331      
5332       dnl No option set -> collect list of candidate paths
5333       if test -n "$JAVA_HOME"; then
5334         KDE_JAVA_PREFIX($JAVA_HOME)
5335       fi
5336       KDE_JAVA_PREFIX(/usr/j2se)
5337       KDE_JAVA_PREFIX(/usr/lib/j2se)
5338       KDE_JAVA_PREFIX(/usr/j*dk*)
5339       KDE_JAVA_PREFIX(/usr/lib/j*dk*)
5340       KDE_JAVA_PREFIX(/opt/j*sdk*)
5341       KDE_JAVA_PREFIX(/usr/lib/java*)
5342       KDE_JAVA_PREFIX(/usr/java*)
5343       KDE_JAVA_PREFIX(/usr/java/j*dk*)
5344       KDE_JAVA_PREFIX(/usr/java/j*re*)
5345       KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
5346       KDE_JAVA_PREFIX(/usr/lib/SunJava*)
5347       KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
5348       KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
5349       KDE_JAVA_PREFIX(/opt/java*)
5350
5351       kde_cv_path="NONE"
5352       kde_save_IFS=$IFS
5353       IFS=':'
5354       for dir in $PATH; do
5355           if test -d "$dir"; then
5356               javadirs="$javadirs $dir"
5357           fi
5358       done
5359       IFS=$kde_save_IFS
5360       jredirs=
5361
5362       dnl Now javadirs contains a list of paths that exist, all ending with bin/
5363       for dir in $javadirs; do
5364           dnl Check for the java executable
5365           if test -x "$dir/java"; then
5366               sane_path=$(cd $dir; /bin/pwd)
5367               dnl And also check for a libjvm.so somewhere under there
5368               dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
5369               if test "$sane_path" != "/usr/bin"; then
5370                   libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5371                   if test ! -f $libjvmdir/libjvm.so; then continue; fi
5372                   jredirs="$jredirs $dir"
5373               fi
5374           fi
5375       done
5376
5377       dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
5378       JAVAC=
5379       JAVA=
5380       kde_java_bindir=no
5381       for dir in $jredirs; do
5382           JAVA="$dir/java"
5383           kde_java_bindir=$dir
5384           if test -x "$dir/javac"; then
5385                 JAVAC="$dir/javac"
5386                 break
5387           fi
5388       done
5389
5390       if test -n "$JAVAC"; then
5391           dnl this substitution might not work - well, we test for jni.h below
5392           kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
5393       else
5394           kde_java_includedir=no
5395       fi
5396   else
5397     dnl config option set
5398     kde_java_bindir=$ac_java_dir/bin
5399     if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
5400         kde_java_includedir=no
5401     else
5402         kde_java_includedir=$ac_java_dir/include
5403     fi
5404   fi
5405 fi
5406
5407 dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
5408 if test "x$kde_java_bindir" != "xno"; then
5409
5410   dnl Look for libjvm.so
5411   kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5412   dnl Look for libgcj.so
5413   kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
5414   dnl Look for libhpi.so and avoid green threads
5415   kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
5416
5417   dnl Now check everything's fine under there
5418   dnl the include dir is our flag for having the JDK
5419   if test -d "$kde_java_includedir"; then
5420     if test ! -x "$kde_java_bindir/javac"; then
5421       AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
5422     fi
5423     if test ! -x "$kde_java_bindir/javah"; then
5424       AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5425     fi
5426     if test ! -x "$kde_java_bindir/jar"; then
5427       AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5428     fi
5429     if test ! -r "$kde_java_includedir/jni.h"; then
5430       AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
5431     fi
5432
5433     jni_includes="-I$kde_java_includedir"
5434     dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
5435     dnl and under linux here.. 
5436     
5437     dnl not needed for gcj
5438
5439     if test "x$kde_java_libgcjdir" = "x"; then 
5440       test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
5441       test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
5442       test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
5443     fi
5444
5445   else
5446     JAVAC=
5447     jni_includes=
5448   fi
5449
5450   if test "x$kde_java_libgcjdir" = "x"; then 
5451      if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
5452         AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
5453      fi 
5454   else
5455      if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
5456         AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
5457      fi 
5458   fi
5459
5460   if test ! -x "$kde_java_bindir/java"; then
5461       AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5462   fi
5463
5464   dnl not needed for gcj compile
5465
5466   if test "x$kde_java_libgcjdir" = "x"; then 
5467       if test ! -r "$kde_java_libhpidir/libhpi.so"; then
5468         AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
5469       fi
5470   fi
5471
5472   if test -n "$jni_includes"; then
5473     dnl Check for JNI version
5474     AC_LANG_SAVE
5475     AC_LANG_CPLUSPLUS
5476     ac_cxxflags_safe="$CXXFLAGS"
5477     CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
5478
5479     AC_TRY_COMPILE([
5480   #include <jni.h>
5481               ],
5482               [
5483   #ifndef JNI_VERSION_1_2
5484   Syntax Error
5485   #endif
5486               ],[ kde_jni_works=yes ],
5487               [ kde_jni_works=no ])
5488
5489     if test $kde_jni_works = no; then
5490       AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
5491                     You need to have Java Development Kit (JDK) version 1.2. 
5492
5493                     Use --with-java to specify another location.
5494                     Use --without-java to configure without java support.
5495                     Or download a newer JDK and try again. 
5496                     See e.g. http://java.sun.com/products/jdk/1.2 ])
5497     fi
5498
5499     CXXFLAGS="$ac_cxxflags_safe"    
5500     AC_LANG_RESTORE
5501
5502     dnl All tests ok, inform and subst the variables
5503
5504     JAVAC=$kde_java_bindir/javac
5505     JAVAH=$kde_java_bindir/javah
5506     JAR=$kde_java_bindir/jar
5507     AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5508     if test "x$kde_java_libgcjdir" = "x"; then 
5509       JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
5510     else
5511       JVMLIBS="-L$kde_java_libgcjdir -lgcj"
5512     fi
5513     AC_MSG_RESULT([java JDK in $kde_java_bindir])
5514
5515   else
5516       AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5517       AC_MSG_RESULT([java JRE in $kde_java_bindir])
5518   fi
5519 elif test -d "/Library/Java/Home"; then
5520   kde_java_bindir="/Library/Java/Home/bin"
5521   jni_includes="-I/Library/Java/Home/include"
5522
5523   JAVAC=$kde_java_bindir/javac
5524   JAVAH=$kde_java_bindir/javah
5525   JAR=$kde_java_bindir/jar
5526   JVMLIBS="-Wl,-framework,JavaVM"
5527
5528   AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5529   AC_MSG_RESULT([Apple Java Framework])
5530 else
5531   AC_MSG_RESULT([none found])
5532 fi
5533
5534 AC_SUBST(JAVAC)
5535 AC_SUBST(JAVAH)
5536 AC_SUBST(JAR)
5537 AC_SUBST(JVMLIBS)
5538 AC_SUBST(jni_includes)
5539
5540 # for backward compat
5541 kde_cv_java_includedir=$kde_java_includedir
5542 kde_cv_java_bindir=$kde_java_bindir
5543 ])
5544 m4trace:acinclude.m4:5438: -1- AC_DEFUN([KDE_NEED_FLEX], [
5545 kde_libs_safe=$LIBS
5546 LIBS="$LIBS $USER_LDFLAGS"
5547 AM_PROG_LEX
5548 LIBS=$kde_libs_safe
5549 if test -z "$LEXLIB"; then
5550     AC_MSG_ERROR([You need to have flex installed.])
5551 fi
5552 AC_SUBST(LEXLIB)
5553 ])
5554 m4trace:acinclude.m4:5450: -1- AC_DEFUN([AC_PATH_QTOPIA], [
5555   dnl TODO: use AC_CACHE_VAL
5556
5557   if test -z "$1"; then
5558     qtopia_minver_maj=1
5559     qtopia_minver_min=5
5560     qtopia_minver_pat=0
5561   else
5562     qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
5563     qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
5564     qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
5565   fi
5566
5567   qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
5568   qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
5569
5570   AC_REQUIRE([AC_PATH_QT])
5571
5572   AC_MSG_CHECKING([for Qtopia])
5573
5574   LIB_QTOPIA="-lqpe"
5575   AC_SUBST(LIB_QTOPIA)
5576
5577   kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
5578
5579   ac_qtopia_incdir=NO
5580
5581   AC_ARG_WITH(qtopia-dir,
5582               AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
5583               [  ac_qtopia_incdir="$withval"/include] ) 
5584   
5585   qtopia_incdirs=""
5586   for dir in $kde_qtopia_dirs; do
5587     qtopia_incdirs="$qtopia_incdirs $dir/include"
5588   done
5589
5590   if test ! "$ac_qtopia_incdir" = "NO"; then
5591     qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
5592   fi
5593
5594   qtopia_incdir=""
5595   AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
5596   ac_qtopia_incdir="$qtopia_incdir"
5597
5598   if test -z "$qtopia_incdir"; then
5599     AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
5600   fi
5601
5602   qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
5603   qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
5604   qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
5605
5606   qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
5607   qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
5608   if test "$qtopia_ver" -lt "$qtopia_minver"; then
5609     AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
5610 is required.])
5611   fi
5612
5613   AC_LANG_SAVE
5614   AC_LANG_CPLUSPLUS
5615
5616   ac_cxxflags_safe="$CXXFLAGS"
5617   ac_ldflags_safe="$LDFLAGS"
5618   ac_libs_safe="$LIBS"
5619
5620   CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
5621   LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
5622   LIBS="$LIBS $LIB_QTOPIA $LIBQT"
5623
5624   cat > conftest.$ac_ext <<EOF
5625 #include "confdefs.h"
5626 #include <qpe/qpeapplication.h>
5627 #include <qpe/version.h>
5628
5629 int main( int argc, char **argv )
5630 {
5631     QPEApplication app( argc, argv );
5632     return 0;
5633 }
5634 EOF
5635
5636   if AC_TRY_EVAL(ac_link) && test -s conftest; then
5637     rm -f conftest*
5638   else
5639     rm -f conftest*
5640     AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
5641 the end of config.log])
5642   fi
5643
5644   CXXFLAGS="$ac_cxxflags_safe"
5645   LDFLAGS="$ac_ldflags_safe"
5646   LIBS="$ac_libs_safe"
5647
5648   AC_LANG_RESTORE
5649
5650   QTOPIA_INCLUDES="-I$qtopia_incdir"
5651   AC_SUBST(QTOPIA_INCLUDES)
5652
5653   AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
5654 ])
5655 m4trace:acinclude.m4:5554: -1- AC_DEFUN([KDE_INIT_DOXYGEN], [
5656 AC_MSG_CHECKING([for Qt docs])
5657 kde_qtdir=
5658 if test "${with_qt_dir+set}" = set; then
5659   kde_qtdir="$with_qt_dir"
5660 fi
5661
5662 AC_FIND_FILE(qsql.html, [ $kde_qtdir/doc/html $QTDIR/doc/html /usr/share/doc/packages/qt3/html /usr/lib/qt/doc /usr/lib/qt3/doc /usr/lib/qt3/doc/html /usr/doc/qt3/html /usr/doc/qt3 /usr/share/doc/qt3-doc /usr/share/qt3/doc/html /usr/X11R6/share/doc/qt/html ], QTDOCDIR)
5663 AC_MSG_RESULT($QTDOCDIR)
5664
5665 AC_SUBST(QTDOCDIR)
5666
5667 KDE_FIND_PATH(dot, DOT, [], [])
5668 if test -n "$DOT"; then
5669   KDE_HAVE_DOT="YES"
5670 else
5671   KDE_HAVE_DOT="NO"
5672 fi
5673 AC_SUBST(KDE_HAVE_DOT)
5674 KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
5675 AC_SUBST(DOXYGEN)
5676
5677 DOXYGEN_PROJECT_NAME="$1"
5678 DOXYGEN_PROJECT_NUMBER="$2"
5679 AC_SUBST(DOXYGEN_PROJECT_NAME)
5680 AC_SUBST(DOXYGEN_PROJECT_NUMBER)
5681
5682 KDE_HAS_DOXYGEN=no
5683 if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
5684   KDE_HAS_DOXYGEN=yes
5685 fi
5686 AC_SUBST(KDE_HAS_DOXYGEN)
5687
5688 ])
5689 m4trace:acinclude.m4:5591: -1- AC_DEFUN([AC_FIND_BZIP2], [
5690 AC_MSG_CHECKING([for bzDecompress in libbz2])
5691 AC_CACHE_VAL(ac_cv_lib_bzip2,
5692 [
5693 AC_LANG_SAVE
5694 AC_LANG_CPLUSPLUS
5695 kde_save_LIBS="$LIBS"
5696 LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
5697 kde_save_CXXFLAGS="$CXXFLAGS"
5698 CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
5699 AC_TRY_LINK(dnl
5700 [
5701 #define BZ_NO_STDIO
5702 #include<bzlib.h>
5703 ],
5704             [ bz_stream s; (void) bzDecompress(&s); ],
5705             eval "ac_cv_lib_bzip2='-lbz2'",
5706             eval "ac_cv_lib_bzip2=no")
5707 LIBS="$kde_save_LIBS"
5708 CXXFLAGS="$kde_save_CXXFLAGS"
5709 AC_LANG_RESTORE
5710 ])dnl
5711 AC_MSG_RESULT($ac_cv_lib_bzip2)
5712
5713 if test ! "$ac_cv_lib_bzip2" = no; then
5714   BZIP2DIR=bzip2
5715
5716   LIBBZ2="$ac_cv_lib_bzip2"
5717   AC_SUBST(LIBBZ2)
5718
5719 else
5720
5721    cxx_shared_flag=
5722    ld_shared_flag=
5723    KDE_CHECK_COMPILER_FLAG(shared, [
5724         ld_shared_flag="-shared"
5725    ])
5726    KDE_CHECK_COMPILER_FLAG(fPIC, [
5727         cxx_shared_flag="-fPIC"
5728    ])
5729
5730    AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
5731    AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
5732    [
5733    AC_LANG_SAVE
5734    AC_LANG_CPLUSPLUS
5735    kde_save_LIBS="$LIBS"
5736    LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
5737    kde_save_CXXFLAGS="$CXXFLAGS"
5738    CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
5739
5740    AC_TRY_LINK(dnl
5741    [
5742    #define BZ_NO_STDIO
5743    #include<bzlib.h>
5744    ],
5745                [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
5746                eval "ac_cv_lib_bzip2_prefix='-lbz2'",
5747                eval "ac_cv_lib_bzip2_prefix=no")
5748    LIBS="$kde_save_LIBS"
5749    CXXFLAGS="$kde_save_CXXFLAGS"
5750    AC_LANG_RESTORE
5751    ])dnl
5752
5753    AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
5754    
5755    if test ! "$ac_cv_lib_bzip2_prefix" = no; then
5756      BZIP2DIR=bzip2
5757     
5758      LIBBZ2="$ac_cv_lib_bzip2_prefix"
5759      AC_SUBST(LIBBZ2)
5760
5761      AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
5762    dnl else, we just ignore this
5763    fi
5764
5765 fi
5766 AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
5767 ])
5768 m4trace:acinclude.m4:5678: -1- AC_DEFUN([KDE_CHECK_SSL], [
5769 LIBSSL="-lssl -lcrypto"
5770 AC_REQUIRE([KDE_CHECK_LIB64])
5771
5772 ac_ssl_includes=NO ac_ssl_libraries=NO
5773 ssl_libraries=""
5774 ssl_includes=""
5775 AC_ARG_WITH(ssl-dir,
5776     AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
5777     [  ac_ssl_includes="$withval"/include
5778        ac_ssl_libraries="$withval"/lib$kdelibsuff
5779     ])
5780
5781 want_ssl=yes
5782 AC_ARG_WITH(ssl,
5783     AC_HELP_STRING([--without-ssl],[disable SSL checks]),
5784     [want_ssl=$withval])
5785
5786 if test $want_ssl = yes; then
5787
5788 AC_MSG_CHECKING(for OpenSSL)
5789
5790 AC_CACHE_VAL(ac_cv_have_ssl,
5791 [#try to guess OpenSSL locations
5792   
5793   ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
5794   ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
5795   AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
5796   ac_ssl_includes="$ssl_incdir"
5797
5798   ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
5799   if test ! "$ac_ssl_libraries" = "NO"; then
5800     ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
5801   fi
5802
5803   test=NONE
5804   ssl_libdir=NONE
5805   for dir in $ssl_libdirs; do
5806     try="ls -1 $dir/libssl*"
5807     if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
5808   done
5809
5810   ac_ssl_libraries="$ssl_libdir"
5811
5812   ac_ldflags_safe="$LDFLAGS"
5813   ac_libs_safe="$LIBS"
5814
5815   LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
5816   LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
5817
5818   AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
5819   ac_ssl_rsaref="yes"
5820   ,
5821   ac_ssl_rsaref="no"
5822   )
5823
5824   LDFLAGS="$ac_ldflags_safe"
5825   LIBS="$ac_libs_safe"
5826
5827   if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
5828     have_ssl=no
5829   else
5830     have_ssl=yes;
5831   fi
5832
5833   ])
5834
5835   eval "$ac_cv_have_ssl"
5836
5837   AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
5838
5839   AC_MSG_CHECKING([whether OpenSSL uses rsaref])
5840   AC_MSG_RESULT($ac_ssl_rsaref)
5841
5842   AC_MSG_CHECKING([for easter eggs])
5843   AC_MSG_RESULT([none found])
5844
5845 else
5846   have_ssl=no
5847 fi
5848
5849 if test "$have_ssl" = yes; then
5850   AC_MSG_CHECKING(for OpenSSL version)
5851   dnl Check for SSL version
5852   AC_CACHE_VAL(ac_cv_ssl_version,
5853   [
5854
5855     cat >conftest.$ac_ext <<EOF
5856 #include <openssl/opensslv.h>
5857 #include <stdio.h>
5858     int main() {
5859  
5860 #ifndef OPENSSL_VERSION_NUMBER
5861       printf("ssl_version=\\"error\\"\n");
5862 #else
5863       if (OPENSSL_VERSION_NUMBER < 0x00906000)
5864         printf("ssl_version=\\"old\\"\n");
5865       else
5866         printf("ssl_version=\\"ok\\"\n");
5867 #endif
5868      return (0);
5869     }
5870 EOF
5871
5872     ac_save_CPPFLAGS=$CPPFLAGS
5873     if test "$ac_ssl_includes" != "/usr/include"; then
5874         CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
5875     fi
5876
5877     if AC_TRY_EVAL(ac_link); then 
5878
5879       if eval `./conftest 2>&5`; then
5880         if test $ssl_version = error; then
5881           AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
5882         else
5883           if test $ssl_version = old; then
5884             AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
5885             have_ssl=no
5886           fi
5887         fi
5888         ac_cv_ssl_version="ssl_version=$ssl_version"
5889       else
5890         AC_MSG_ERROR([Your system couldn't run a small SSL test program.
5891         Check config.log, and if you can't figure it out, send a mail to 
5892         David Faure <faure@kde.org>, attaching your config.log])
5893       fi
5894
5895     else
5896       AC_MSG_ERROR([Your system couldn't link a small SSL test program.
5897       Check config.log, and if you can't figure it out, send a mail to 
5898       David Faure <faure@kde.org>, attaching your config.log])
5899     fi 
5900     CPPFLAGS=$ac_save_CPPFLAGS
5901
5902   ])
5903
5904   eval "$ac_cv_ssl_version"
5905   AC_MSG_RESULT($ssl_version)
5906 fi
5907
5908 if test "$have_ssl" != yes; then
5909   LIBSSL="";
5910 else
5911   AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
5912   ac_cv_have_ssl="have_ssl=yes \
5913     ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
5914   
5915   
5916   ssl_libraries="$ac_ssl_libraries"
5917   ssl_includes="$ac_ssl_includes"
5918
5919   if test "$ac_ssl_rsaref" = yes; then
5920     LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
5921   fi
5922
5923   if test $ssl_version = "old"; then
5924     AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
5925   fi
5926 fi
5927
5928 SSL_INCLUDES=
5929
5930 if test "$ssl_includes" = "/usr/include"; then
5931   if test -f /usr/kerberos/include/krb5.h; then
5932         SSL_INCLUDES="-I/usr/kerberos/include"
5933   fi
5934 elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
5935   SSL_INCLUDES="-I$ssl_includes"
5936 fi
5937
5938 if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
5939  SSL_LDFLAGS=""
5940 else
5941  SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
5942 fi
5943
5944 AC_SUBST(SSL_INCLUDES)
5945 AC_SUBST(SSL_LDFLAGS)
5946 AC_SUBST(LIBSSL)
5947 ])
5948 m4trace:acinclude.m4:5860: -1- AC_DEFUN([KDE_CHECK_STRLCPY], [
5949   AC_REQUIRE([AC_CHECK_STRLCAT])
5950   AC_REQUIRE([AC_CHECK_STRLCPY])
5951   AC_CHECK_SIZEOF(size_t)
5952   AC_CHECK_SIZEOF(unsigned long)
5953
5954   AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
5955   AC_TRY_COMPILE(,[
5956     #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
5957        choke me
5958     #endif
5959     ],AC_MSG_RESULT([yes]),[
5960       AC_MSG_RESULT(no)
5961       AC_MSG_ERROR([
5962        Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
5963        does not apply. Please mail kde-devel@kde.org with a description of your system!
5964       ])
5965   ])
5966 ])
5967 m4trace:acinclude.m4:5881: -1- AC_DEFUN([KDE_CHECK_BINUTILS], [
5968   AC_MSG_CHECKING([if ld supports unversioned version maps])
5969
5970   kde_save_LDFLAGS="$LDFLAGS"
5971   LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
5972   echo "{ local: extern \"C++\" { foo }; };" > conftest.map
5973   AC_TRY_LINK([int foo;],
5974 [
5975 #ifdef __INTEL_COMPILER
5976 icc apparently does not support libtools version-info and version-script
5977 at the same time. Dunno where the bug is, but until somebody figured out,
5978 better disable the optional version scripts.
5979 #endif
5980
5981   foo = 42;
5982 ], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
5983   LDFLAGS="$kde_save_LDFLAGS"
5984   rm -f conftest.map
5985   AM_CONDITIONAL(include_VERSION_SCRIPT, 
5986     [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
5987
5988   AC_MSG_RESULT($kde_supports_versionmaps)
5989 ])
5990 m4trace:acinclude.m4:5906: -1- AC_DEFUN([AM_PROG_OBJC], [
5991 AC_CHECK_PROGS(OBJC, gcc, gcc)
5992 test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
5993 if test "x${OBJCFLAGS-unset}" = xunset; then
5994    OBJCFLAGS="-g -O2"
5995 fi
5996 AC_SUBST(OBJCFLAGS)
5997 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
5998 ])
5999 m4trace:acinclude.m4:5916: -1- AC_DEFUN([KDE_CHECK_PERL], [
6000         KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
6001                     AC_MSG_ERROR([No Perl found in your $PATH.
6002 We need perl to generate some code.])
6003         ])
6004     AC_SUBST(PERL)
6005 ])
6006 m4trace:acinclude.m4:5925: -1- AC_DEFUN([KDE_CHECK_LARGEFILE], [
6007 AC_SYS_LARGEFILE
6008 if test "$ac_cv_sys_file_offset_bits" != no; then
6009   CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
6010 fi
6011
6012 if test "x$ac_cv_sys_large_files" != "xno"; then
6013   CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
6014 fi
6015
6016 ])
6017 m4trace:acinclude.m4:5944: -1- AC_DEFUN([KDE_PKG_CHECK_MODULES], [
6018
6019    PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
6020    if test "$prefix" != "$kde_libs_prefix"; then
6021        PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
6022    fi
6023    export PKG_CONFIG_PATH
6024    PKG_CHECK_MODULES([$1],[$2],[$3],[$4])
6025 ])
6026 m4trace:acinclude.m4:5956: -1- AC_DEFUN([KDE_CHECK_PIE_SUPPORT], [
6027   AC_CACHE_CHECK([for PIE support], kde_cv_val_pie_support,
6028   [
6029     AC_LANG_SAVE
6030     AC_LANG_CPLUSPLUS
6031     safe_CXXFLAGS=$CXXFLAGS
6032     safe_LDFLAGS=$LDFLAGS
6033     CXXFLAGS="$CXXFLAGS -fPIE"
6034     LDFLAGS="$LDFLAGS -pie"
6035
6036     AC_TRY_LINK([int foo;], [], [kde_cv_val_pie_support=yes], [kde_cv_val_pie_support=no])
6037
6038     CXXFLAGS=$safe_CXXFLAGS
6039     LDFLAGS=$safe_LDFLAGS
6040     AC_LANG_RESTORE
6041   ])
6042
6043   AC_MSG_CHECKING(if enabling -pie/fPIE support)
6044
6045   AC_ARG_ENABLE(pie,
6046     AC_HELP_STRING([--enable-pie],[platform supports PIE linking [default=detect]]),
6047       [kde_has_pie_support=$enableval],
6048       [kde_has_pie_support=detect])
6049
6050   if test "$kde_has_pie_support" = "detect"; then
6051     kde_has_pie_support=$kde_cv_val_pie_support
6052   fi
6053
6054   AC_MSG_RESULT([$kde_has_pie_support])
6055
6056   KDE_USE_FPIE=""
6057   KDE_USE_PIE=""
6058
6059   AC_SUBST([KDE_USE_FPIE])
6060   AC_SUBST([KDE_USE_PIE])
6061
6062   if test "$kde_has_pie_support" = "yes"; then
6063     KDE_USE_FPIE="-fPIE"
6064     KDE_USE_PIE="-pie"
6065   fi
6066 ])
6067 m4trace:acinclude.m4:6037: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
6068 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
6069 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
6070   AC_PROVIDE_IFELSE([AC_PROG_CXX],
6071     [AC_LIBTOOL_CXX],
6072     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
6073   ])])
6074 dnl And a similar setup for Fortran 77 support
6075   AC_PROVIDE_IFELSE([AC_PROG_F77],
6076     [AC_LIBTOOL_F77],
6077     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
6078 ])])
6079
6080 dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
6081 dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
6082 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
6083   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
6084     [AC_LIBTOOL_GCJ],
6085     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
6086       [AC_LIBTOOL_GCJ],
6087       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
6088         [AC_LIBTOOL_GCJ],
6089       [ifdef([AC_PROG_GCJ],
6090              [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6091        ifdef([A][M_PROG_GCJ],
6092              [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6093        ifdef([LT_AC_PROG_GCJ],
6094              [define([LT_AC_PROG_GCJ],
6095                 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
6096 ])])
6097 m4trace:acinclude.m4:6072: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
6098 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
6099 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
6100 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
6101
6102 # This can be used to rebuild libtool when needed
6103 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6104
6105 # Always use our own libtool.
6106 LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
6107 AC_SUBST(LIBTOOL)dnl
6108
6109 # Prevent multiple expansion
6110 define([AC_PROG_LIBTOOL], [])
6111 ])
6112 m4trace:acinclude.m4:6092: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
6113 AC_REQUIRE([AC_ENABLE_SHARED])dnl
6114 AC_REQUIRE([AC_ENABLE_STATIC])dnl
6115 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
6116 AC_REQUIRE([AC_CANONICAL_HOST])dnl
6117 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
6118 AC_REQUIRE([AC_PROG_CC])dnl
6119 AC_REQUIRE([AC_PROG_LD])dnl
6120 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
6121 AC_REQUIRE([AC_PROG_NM])dnl
6122
6123 AC_REQUIRE([AC_PROG_LN_S])dnl
6124 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
6125 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
6126 AC_REQUIRE([AC_OBJEXT])dnl
6127 AC_REQUIRE([AC_EXEEXT])dnl
6128 dnl
6129
6130 AC_LIBTOOL_SYS_MAX_CMD_LEN
6131 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6132 AC_LIBTOOL_OBJDIR
6133
6134 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
6135 _LT_AC_PROG_ECHO_BACKSLASH
6136
6137 case $host_os in
6138 aix3*)
6139   # AIX sometimes has problems with the GCC collect2 program.  For some
6140   # reason, if we set the COLLECT_NAMES environment variable, the problems
6141   # vanish in a puff of smoke.
6142   if test "X${COLLECT_NAMES+set}" != Xset; then
6143     COLLECT_NAMES=
6144     export COLLECT_NAMES
6145   fi
6146   ;;
6147 esac
6148
6149 # Sed substitution that helps us do robust quoting.  It backslashifies
6150 # metacharacters that are still active within double-quoted strings.
6151 Xsed='sed -e s/^X//'
6152 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
6153
6154 # Same as above, but do not quote variable references.
6155 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
6156
6157 # Sed substitution to delay expansion of an escaped shell variable in a
6158 # double_quote_subst'ed string.
6159 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6160
6161 # Sed substitution to avoid accidental globbing in evaled expressions
6162 no_glob_subst='s/\*/\\\*/g'
6163
6164 # Constants:
6165 rm="rm -f"
6166
6167 # Global variables:
6168 default_ofile=libtool
6169 can_build_shared=yes
6170
6171 # All known linkers require a `.a' archive for static linking (except M$VC,
6172 # which needs '.lib').
6173 libext=a
6174 ltmain="$ac_aux_dir/ltmain.sh"
6175 ofile="$default_ofile"
6176 with_gnu_ld="$lt_cv_prog_gnu_ld"
6177
6178 AC_CHECK_TOOL(AR, ar, false)
6179 AC_CHECK_TOOL(RANLIB, ranlib, :)
6180 AC_CHECK_TOOL(STRIP, strip, :)
6181
6182 old_CC="$CC"
6183 old_CFLAGS="$CFLAGS"
6184
6185 # Set sane defaults for various variables
6186 test -z "$AR" && AR=ar
6187 test -z "$AR_FLAGS" && AR_FLAGS=cru
6188 test -z "$AS" && AS=as
6189 test -z "$CC" && CC=cc
6190 test -z "$LTCC" && LTCC=$CC
6191 test -z "$DLLTOOL" && DLLTOOL=dlltool
6192 test -z "$LD" && LD=ld
6193 test -z "$LN_S" && LN_S="ln -s"
6194 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6195 test -z "$NM" && NM=nm
6196 test -z "$SED" && SED=sed
6197 test -z "$OBJDUMP" && OBJDUMP=objdump
6198 test -z "$RANLIB" && RANLIB=:
6199 test -z "$STRIP" && STRIP=:
6200 test -z "$ac_objext" && ac_objext=o
6201
6202 # Determine commands to create old-style static archives.
6203 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
6204 old_postinstall_cmds='chmod 644 $oldlib'
6205 old_postuninstall_cmds=
6206
6207 if test -n "$RANLIB"; then
6208   case $host_os in
6209   openbsd*)
6210     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
6211     ;;
6212   *)
6213     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
6214     ;;
6215   esac
6216   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6217 fi
6218
6219 # Only perform the check for file, if the check method requires it
6220 case $deplibs_check_method in
6221 file_magic*)
6222   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6223     AC_PATH_MAGIC
6224   fi
6225   ;;
6226 esac
6227
6228 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
6229 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6230 enable_win32_dll=yes, enable_win32_dll=no)
6231
6232 AC_ARG_ENABLE([libtool-lock],
6233     [AC_HELP_STRING([--disable-libtool-lock],
6234         [avoid locking (might break parallel builds)])])
6235 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6236
6237 AC_ARG_WITH([pic],
6238     [AC_HELP_STRING([--with-pic],
6239         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
6240     [pic_mode="$withval"],
6241     [pic_mode=default])
6242 test -z "$pic_mode" && pic_mode=default
6243
6244 # Use C for the default configuration in the libtool script
6245 tagname=
6246 AC_LIBTOOL_LANG_C_CONFIG
6247 _LT_AC_TAGCONFIG
6248 ])
6249 m4trace:acinclude.m4:6234: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
6250
6251 # If no C compiler was specified, use CC.
6252 LTCC=${LTCC-"$CC"}
6253
6254 # Allow CC to be a program name with arguments.
6255 compiler=$CC
6256 ])
6257 m4trace:acinclude.m4:6253: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
6258 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6259 }'`
6260 # Check for a 64-bit object if we didn't find anything.
6261 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6262 }'`; fi],[])
6263 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6264 ])
6265 m4trace:acinclude.m4:6266: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
6266              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
6267          [AC_DIVERT_PUSH(NOTICE)])
6268 $1
6269 AC_DIVERT_POP
6270 ])
6271 m4trace:acinclude.m4:6279: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
6272 # Check that we are running under the correct shell.
6273 SHELL=${CONFIG_SHELL-/bin/sh}
6274
6275 case X$ECHO in
6276 X*--fallback-echo)
6277   # Remove one level of quotation (which was required for Make).
6278   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6279   ;;
6280 esac
6281
6282 echo=${ECHO-echo}
6283 if test "X[$]1" = X--no-reexec; then
6284   # Discard the --no-reexec flag, and continue.
6285   shift
6286 elif test "X[$]1" = X--fallback-echo; then
6287   # Avoid inline document here, it may be left over
6288   :
6289 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6290   # Yippee, $echo works!
6291   :
6292 else
6293   # Restart under the correct shell.
6294   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6295 fi
6296
6297 if test "X[$]1" = X--fallback-echo; then
6298   # used as fallback echo
6299   shift
6300   cat <<EOF
6301 [$]*
6302 EOF
6303   exit 0
6304 fi
6305
6306 # The HP-UX ksh and POSIX shell print the target directory to stdout
6307 # if CDPATH is set.
6308 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6309
6310 if test -z "$ECHO"; then
6311 if test "X${echo_test_string+set}" != Xset; then
6312 # find a string as large as possible, as long as the shell can cope with it
6313   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6314     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6315     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6316        echo_test_string="`eval $cmd`" &&
6317        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6318     then
6319       break
6320     fi
6321   done
6322 fi
6323
6324 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6325    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6326    test "X$echo_testing_string" = "X$echo_test_string"; then
6327   :
6328 else
6329   # The Solaris, AIX, and Digital Unix default echo programs unquote
6330   # backslashes.  This makes it impossible to quote backslashes using
6331   #   echo "$something" | sed 's/\\/\\\\/g'
6332   #
6333   # So, first we look for a working echo in the user's PATH.
6334
6335   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6336   for dir in $PATH /usr/ucb; do
6337     IFS="$lt_save_ifs"
6338     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6339        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6340        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6341        test "X$echo_testing_string" = "X$echo_test_string"; then
6342       echo="$dir/echo"
6343       break
6344     fi
6345   done
6346   IFS="$lt_save_ifs"
6347
6348   if test "X$echo" = Xecho; then
6349     # We didn't find a better echo, so look for alternatives.
6350     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6351        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6352        test "X$echo_testing_string" = "X$echo_test_string"; then
6353       # This shell has a builtin print -r that does the trick.
6354       echo='print -r'
6355     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6356          test "X$CONFIG_SHELL" != X/bin/ksh; then
6357       # If we have ksh, try running configure again with it.
6358       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6359       export ORIGINAL_CONFIG_SHELL
6360       CONFIG_SHELL=/bin/ksh
6361       export CONFIG_SHELL
6362       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6363     else
6364       # Try using printf.
6365       echo='printf %s\n'
6366       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6367          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6368          test "X$echo_testing_string" = "X$echo_test_string"; then
6369         # Cool, printf works
6370         :
6371       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6372            test "X$echo_testing_string" = 'X\t' &&
6373            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6374            test "X$echo_testing_string" = "X$echo_test_string"; then
6375         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6376         export CONFIG_SHELL
6377         SHELL="$CONFIG_SHELL"
6378         export SHELL
6379         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6380       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6381            test "X$echo_testing_string" = 'X\t' &&
6382            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6383            test "X$echo_testing_string" = "X$echo_test_string"; then
6384         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6385       else
6386         # maybe with a smaller string...
6387         prev=:
6388
6389         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6390           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6391           then
6392             break
6393           fi
6394           prev="$cmd"
6395         done
6396
6397         if test "$prev" != 'sed 50q "[$]0"'; then
6398           echo_test_string=`eval $prev`
6399           export echo_test_string
6400           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6401         else
6402           # Oops.  We lost completely, so just stick with echo.
6403           echo=echo
6404         fi
6405       fi
6406     fi
6407   fi
6408 fi
6409 fi
6410
6411 # Copy echo and quote the copy suitably for passing to libtool from
6412 # the Makefile, instead of quoting the original, which is used later.
6413 ECHO=$echo
6414 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6415    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6416 fi
6417
6418 AC_SUBST(ECHO)
6419 ])])
6420 m4trace:acinclude.m4:6433: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
6421     [AC_HELP_STRING([--disable-libtool-lock],
6422         [avoid locking (might break parallel builds)])])
6423 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6424
6425 # Some flags need to be propagated to the compiler or linker for good
6426 # libtool support.
6427 case $host in
6428 ia64-*-hpux*)
6429   # Find out which ABI we are using.
6430   echo 'int i;' > conftest.$ac_ext
6431   if AC_TRY_EVAL(ac_compile); then
6432     case `/usr/bin/file conftest.$ac_objext` in
6433     *ELF-32*)
6434       HPUX_IA64_MODE="32"
6435       ;;
6436     *ELF-64*)
6437       HPUX_IA64_MODE="64"
6438       ;;
6439     esac
6440   fi
6441   rm -rf conftest*
6442   ;;
6443 *-*-irix6*)
6444   # Find out which ABI we are using.
6445   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
6446   if AC_TRY_EVAL(ac_compile); then
6447    if test "$lt_cv_prog_gnu_ld" = yes; then
6448     case `/usr/bin/file conftest.$ac_objext` in
6449     *32-bit*)
6450       LD="${LD-ld} -melf32bsmip"
6451       ;;
6452     *N32*)
6453       LD="${LD-ld} -melf32bmipn32"
6454       ;;
6455     *64-bit*)
6456       LD="${LD-ld} -melf64bmip"
6457       ;;
6458     esac
6459    else
6460     case `/usr/bin/file conftest.$ac_objext` in
6461     *32-bit*)
6462       LD="${LD-ld} -32"
6463       ;;
6464     *N32*)
6465       LD="${LD-ld} -n32"
6466       ;;
6467     *64-bit*)
6468       LD="${LD-ld} -64"
6469       ;;
6470     esac
6471    fi
6472   fi
6473   rm -rf conftest*
6474   ;;
6475
6476 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
6477   # Find out which ABI we are using.
6478   echo 'int i;' > conftest.$ac_ext
6479   if AC_TRY_EVAL(ac_compile); then
6480     case "`/usr/bin/file conftest.o`" in
6481     *32-bit*)
6482       LINUX_64_MODE="32"
6483       case $host in
6484         x86_64-*linux*)
6485           LD="${LD-ld} -m elf_i386"
6486           ;;
6487         ppc64-*linux*)
6488           LD="${LD-ld} -m elf32ppclinux"
6489           ;;
6490         s390x-*linux*)
6491           LD="${LD-ld} -m elf_s390"
6492           ;;
6493         sparc64-*linux*)
6494           LD="${LD-ld} -m elf32_sparc"
6495           ;;
6496       esac
6497       ;;
6498     *64-bit*)
6499       LINUX_64_MODE="64"
6500       case $host in
6501         x86_64-*linux*)
6502           LD="${LD-ld} -m elf_x86_64"
6503           ;;
6504         ppc*-*linux*|powerpc*-*linux*)
6505           LD="${LD-ld} -m elf64ppc"
6506           ;;
6507         s390*-*linux*)
6508           LD="${LD-ld} -m elf64_s390"
6509           ;;
6510         sparc*-*linux*)
6511           LD="${LD-ld} -m elf64_sparc"
6512           ;;
6513       esac
6514       ;;
6515     esac
6516   fi
6517   rm -rf conftest*
6518   ;;
6519
6520 *-*-sco3.2v5*)
6521   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6522   SAVE_CFLAGS="$CFLAGS"
6523   CFLAGS="$CFLAGS -belf"
6524   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
6525     [AC_LANG_PUSH(C)
6526      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
6527      AC_LANG_POP])
6528   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6529     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6530     CFLAGS="$SAVE_CFLAGS"
6531   fi
6532   ;;
6533 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6534 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
6535   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
6536   AC_CHECK_TOOL(AS, as, false)
6537   AC_CHECK_TOOL(OBJDUMP, objdump, false)
6538   ;;
6539   ])
6540 esac
6541
6542 need_locks="$enable_libtool_lock"
6543
6544 ])
6545 m4trace:acinclude.m4:6565: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
6546 AC_CACHE_CHECK([$1], [$2],
6547   [$2=no
6548   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
6549    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6550    lt_compiler_flag="$3"
6551    # Insert the option either (1) after the last *FLAGS variable, or
6552    # (2) before a word containing "conftest.", or (3) at the end.
6553    # Note that $ac_compile itself does not contain backslashes and begins
6554    # with a dollar sign (not a hyphen), so the echo should work correctly.
6555    # The option is referenced via a variable to avoid confusing sed.
6556    lt_compile=`echo "$ac_compile" | $SED \
6557    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6558    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
6559    -e 's:$: $lt_compiler_flag:'`
6560    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
6561    (eval "$lt_compile" 2>conftest.err)
6562    ac_status=$?
6563    cat conftest.err >&AS_MESSAGE_LOG_FD
6564    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6565    if (exit $ac_status) && test -s "$ac_outfile"; then
6566      # The compiler can only warn and ignore the option if not recognized
6567      # So say no if there are warnings
6568      if test ! -s conftest.err; then
6569        $2=yes
6570      fi
6571    fi
6572    $rm conftest*
6573 ])
6574
6575 if test x"[$]$2" = xyes; then
6576     ifelse([$5], , :, [$5])
6577 else
6578     ifelse([$6], , :, [$6])
6579 fi
6580 ])
6581 m4trace:acinclude.m4:6608: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
6582   [$2=no
6583    save_LDFLAGS="$LDFLAGS"
6584    LDFLAGS="$LDFLAGS $3"
6585    printf "$lt_simple_link_test_code" > conftest.$ac_ext
6586    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
6587      # The compiler can only warn and ignore the option if not recognized
6588      # So say no if there are warnings
6589      if test -s conftest.err; then
6590        # Append any errors to the config.log.
6591        cat conftest.err 1>&AS_MESSAGE_LOG_FD
6592      else
6593        $2=yes
6594      fi
6595    fi
6596    $rm conftest*
6597    LDFLAGS="$save_LDFLAGS"
6598 ])
6599
6600 if test x"[$]$2" = xyes; then
6601     ifelse([$4], , :, [$4])
6602 else
6603     ifelse([$5], , :, [$5])
6604 fi
6605 ])
6606 m4trace:acinclude.m4:6638: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
6607 AC_MSG_CHECKING([the maximum length of command line arguments])
6608 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
6609   i=0
6610   testring="ABCD"
6611
6612   case $build_os in
6613   msdosdjgpp*)
6614     # On DJGPP, this test can blow up pretty badly due to problems in libc
6615     # (any single argument exceeding 2000 bytes causes a buffer overrun
6616     # during glob expansion).  Even if it were fixed, the result of this
6617     # check would be larger than it should be.
6618     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6619     ;;
6620
6621   gnu*)
6622     # Under GNU Hurd, this test is not required because there is
6623     # no limit to the length of command line arguments.
6624     # Libtool will interpret -1 as no limit whatsoever
6625     lt_cv_sys_max_cmd_len=-1;
6626     ;;
6627
6628   cygwin* | mingw*)
6629     # On Win9x/ME, this test blows up -- it succeeds, but takes
6630     # about 5 minutes as the teststring grows exponentially.
6631     # Worse, since 9x/ME are not pre-emptively multitasking,
6632     # you end up with a "frozen" computer, even though with patience
6633     # the test eventually succeeds (with a max line length of 256k).
6634     # Instead, let's just punt: use the minimum linelength reported by
6635     # all of the supported platforms: 8192 (on NT/2K/XP).
6636     lt_cv_sys_max_cmd_len=8192;
6637     ;;
6638
6639  *)
6640     # If test is not a shell built-in, we'll probably end up computing a
6641     # maximum length that is only half of the actual maximum length, but
6642     # we can't tell.
6643     while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
6644                = "XX$testring") >/dev/null 2>&1 &&
6645             new_result=`expr "X$testring" : ".*" 2>&1` &&
6646             lt_cv_sys_max_cmd_len=$new_result &&
6647             test $i != 17 # 1/2 MB should be enough
6648     do
6649       i=`expr $i + 1`
6650       testring=$testring$testring
6651     done
6652     testring=
6653     # Add a significant safety factor because C++ compilers can tack on massive
6654     # amounts of additional arguments before passing them to the linker.
6655     # It appears as though 1/2 is a usable value.
6656     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6657     ;;
6658   esac
6659 ])
6660 if test -n $lt_cv_sys_max_cmd_len ; then
6661   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
6662 else
6663   AC_MSG_RESULT(none)
6664 fi
6665 ])
6666 m4trace:acinclude.m4:6703: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
6667 ])
6668 m4trace:acinclude.m4:6711: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
6669 if test "$cross_compiling" = yes; then :
6670   [$4]
6671 else
6672   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6673   lt_status=$lt_dlunknown
6674   cat > conftest.$ac_ext <<EOF
6675 [#line __oline__ "configure"
6676 #include "confdefs.h"
6677
6678 #if HAVE_DLFCN_H
6679 #include <dlfcn.h>
6680 #endif
6681
6682 #include <stdio.h>
6683
6684 #ifdef RTLD_GLOBAL
6685 #  define LT_DLGLOBAL           RTLD_GLOBAL
6686 #else
6687 #  ifdef DL_GLOBAL
6688 #    define LT_DLGLOBAL         DL_GLOBAL
6689 #  else
6690 #    define LT_DLGLOBAL         0
6691 #  endif
6692 #endif
6693
6694 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
6695    find out it does not work in some platform. */
6696 #ifndef LT_DLLAZY_OR_NOW
6697 #  ifdef RTLD_LAZY
6698 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
6699 #  else
6700 #    ifdef DL_LAZY
6701 #      define LT_DLLAZY_OR_NOW          DL_LAZY
6702 #    else
6703 #      ifdef RTLD_NOW
6704 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
6705 #      else
6706 #        ifdef DL_NOW
6707 #          define LT_DLLAZY_OR_NOW      DL_NOW
6708 #        else
6709 #          define LT_DLLAZY_OR_NOW      0
6710 #        endif
6711 #      endif
6712 #    endif
6713 #  endif
6714 #endif
6715
6716 #ifdef __cplusplus
6717 extern "C" void exit (int);
6718 #endif
6719
6720 void fnord() { int i=42;}
6721 int main ()
6722 {
6723   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
6724   int status = $lt_dlunknown;
6725
6726   if (self)
6727     {
6728       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
6729       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
6730       /* dlclose (self); */
6731     }
6732
6733     exit (status);
6734 }]
6735 EOF
6736   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
6737     (./conftest; exit; ) 2>/dev/null
6738     lt_status=$?
6739     case x$lt_status in
6740       x$lt_dlno_uscore) $1 ;;
6741       x$lt_dlneed_uscore) $2 ;;
6742       x$lt_unknown|x*) $3 ;;
6743     esac
6744   else :
6745     # compilation failed
6746     $3
6747   fi
6748 fi
6749 rm -fr conftest*
6750 ])
6751 m4trace:acinclude.m4:6799: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
6752 if test "x$enable_dlopen" != xyes; then
6753   enable_dlopen=unknown
6754   enable_dlopen_self=unknown
6755   enable_dlopen_self_static=unknown
6756 else
6757   lt_cv_dlopen=no
6758   lt_cv_dlopen_libs=
6759
6760   case $host_os in
6761   beos*)
6762     lt_cv_dlopen="load_add_on"
6763     lt_cv_dlopen_libs=
6764     lt_cv_dlopen_self=yes
6765     ;;
6766
6767   mingw* | pw32*)
6768     lt_cv_dlopen="LoadLibrary"
6769     lt_cv_dlopen_libs=
6770    ;;
6771
6772   cygwin*)
6773     lt_cv_dlopen="dlopen"
6774     lt_cv_dlopen_libs=
6775    ;;
6776
6777   darwin*)
6778   # if libdl is installed we need to link against it
6779     AC_CHECK_LIB([dl], [dlopen],
6780                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
6781     lt_cv_dlopen="dyld"
6782     lt_cv_dlopen_libs=
6783     lt_cv_dlopen_self=yes
6784     ])
6785    ;;
6786     
6787   *)
6788     AC_CHECK_FUNC([shl_load],
6789           [lt_cv_dlopen="shl_load"],
6790       [AC_CHECK_LIB([dld], [shl_load],
6791             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
6792         [AC_CHECK_FUNC([dlopen],
6793               [lt_cv_dlopen="dlopen"],
6794           [AC_CHECK_LIB([dl], [dlopen],
6795                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6796             [AC_CHECK_LIB([svld], [dlopen],
6797                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6798               [AC_CHECK_LIB([dld], [dld_link],
6799                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6800               ])
6801             ])
6802           ])
6803         ])
6804       ])
6805     ;;
6806   esac
6807
6808   if test "x$lt_cv_dlopen" != xno; then
6809     enable_dlopen=yes
6810   else
6811     enable_dlopen=no
6812   fi
6813
6814   case $lt_cv_dlopen in
6815   dlopen)
6816     save_CPPFLAGS="$CPPFLAGS"
6817     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
6818
6819     save_LDFLAGS="$LDFLAGS"
6820     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
6821
6822     save_LIBS="$LIBS"
6823     LIBS="$lt_cv_dlopen_libs $LIBS"
6824
6825     AC_CACHE_CHECK([whether a program can dlopen itself],
6826           lt_cv_dlopen_self, [dnl
6827           _LT_AC_TRY_DLOPEN_SELF(
6828             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
6829             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
6830     ])
6831
6832     if test "x$lt_cv_dlopen_self" = xyes; then
6833       LDFLAGS="$LDFLAGS $link_static_flag"
6834       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
6835           lt_cv_dlopen_self_static, [dnl
6836           _LT_AC_TRY_DLOPEN_SELF(
6837             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
6838             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
6839       ])
6840     fi
6841
6842     CPPFLAGS="$save_CPPFLAGS"
6843     LDFLAGS="$save_LDFLAGS"
6844     LIBS="$save_LIBS"
6845     ;;
6846   esac
6847
6848   case $lt_cv_dlopen_self in
6849   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
6850   *) enable_dlopen_self=unknown ;;
6851   esac
6852
6853   case $lt_cv_dlopen_self_static in
6854   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
6855   *) enable_dlopen_self_static=unknown ;;
6856   esac
6857 fi
6858 ])
6859 m4trace:acinclude.m4:6913: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
6860 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
6861   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
6862   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
6863    $rm -r conftest 2>/dev/null
6864    mkdir conftest
6865    cd conftest
6866    mkdir out
6867    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6868
6869    # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
6870    # that will create temporary files in the current directory regardless of
6871    # the output directory.  Thus, making CWD read-only will cause this test
6872    # to fail, enabling locking or at least warning the user not to do parallel
6873    # builds.
6874    chmod -w .
6875
6876    lt_compiler_flag="-o out/conftest2.$ac_objext"
6877    # Insert the option either (1) after the last *FLAGS variable, or
6878    # (2) before a word containing "conftest.", or (3) at the end.
6879    # Note that $ac_compile itself does not contain backslashes and begins
6880    # with a dollar sign (not a hyphen), so the echo should work correctly.
6881    lt_compile=`echo "$ac_compile" | $SED \
6882    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6883    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
6884    -e 's:$: $lt_compiler_flag:'`
6885    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
6886    (eval "$lt_compile" 2>out/conftest.err)
6887    ac_status=$?
6888    cat out/conftest.err >&AS_MESSAGE_LOG_FD
6889    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6890    if (exit $ac_status) && test -s out/conftest2.$ac_objext
6891    then
6892      # The compiler can only warn and ignore the option if not recognized
6893      # So say no if there are warnings
6894      if test ! -s out/conftest.err; then
6895        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
6896      fi
6897    fi
6898    chmod u+w .
6899    $rm conftest* out/*
6900    rmdir out
6901    cd ..
6902    rmdir conftest
6903    $rm conftest*
6904 ])
6905 ])
6906 m4trace:acinclude.m4:6966: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
6907
6908 hard_links="nottested"
6909 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
6910   # do not overwrite the value of need_locks provided by the user
6911   AC_MSG_CHECKING([if we can lock with hard links])
6912   hard_links=yes
6913   $rm conftest*
6914   ln conftest.a conftest.b 2>/dev/null && hard_links=no
6915   touch conftest.a
6916   ln conftest.a conftest.b 2>&5 || hard_links=no
6917   ln conftest.a conftest.b 2>/dev/null && hard_links=no
6918   AC_MSG_RESULT([$hard_links])
6919   if test "$hard_links" = no; then
6920     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
6921     need_locks=warn
6922   fi
6923 else
6924   need_locks=no
6925 fi
6926 ])
6927 m4trace:acinclude.m4:6992: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
6928 [rm -f .libs 2>/dev/null
6929 mkdir .libs 2>/dev/null
6930 if test -d .libs; then
6931   lt_cv_objdir=.libs
6932 else
6933   # MS-DOS does not allow filenames that begin with a dot.
6934   lt_cv_objdir=_libs
6935 fi
6936 rmdir .libs 2>/dev/null])
6937 objdir=$lt_cv_objdir
6938 ])
6939 m4trace:acinclude.m4:7010: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
6940 _LT_AC_TAGVAR(hardcode_action, $1)=
6941 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
6942    test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
6943    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
6944
6945   # We can hardcode non-existant directories.
6946   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
6947      # If the only mechanism to avoid hardcoding is shlibpath_var, we
6948      # have to relink, otherwise we might link with an installed library
6949      # when we should be linking with a yet-to-be-installed one
6950      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
6951      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
6952     # Linking always hardcodes the temporary library directory.
6953     _LT_AC_TAGVAR(hardcode_action, $1)=relink
6954   else
6955     # We can link without hardcoding, and we can hardcode nonexisting dirs.
6956     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
6957   fi
6958 else
6959   # We cannot hardcode anything, or else we can only hardcode existing
6960   # directories.
6961   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
6962 fi
6963 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
6964
6965 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
6966   # Fast installation is not supported
6967   enable_fast_install=no
6968 elif test "$shlibpath_overrides_runpath" = yes ||
6969      test "$enable_shared" = no; then
6970   # Fast installation is not necessary
6971   enable_fast_install=needless
6972 fi
6973 ])
6974 m4trace:acinclude.m4:7050: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
6975 old_striplib=
6976 AC_MSG_CHECKING([whether stripping libraries is possible])
6977 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
6978   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
6979   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
6980   AC_MSG_RESULT([yes])
6981 else
6982 # FIXME - insert some real tests, host_os isn't really good enough
6983   case $host_os in
6984    darwin*)
6985        if test -n "$STRIP" ; then
6986          striplib="$STRIP -x"
6987          AC_MSG_RESULT([yes])
6988        else
6989   AC_MSG_RESULT([no])
6990 fi
6991        ;;
6992    *)
6993   AC_MSG_RESULT([no])
6994     ;;
6995   esac  
6996 fi
6997 ])
6998 m4trace:acinclude.m4:7080: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
6999 library_names_spec=
7000 libname_spec='lib$name'
7001 soname_spec=
7002 shrext=".so"
7003 postinstall_cmds=
7004 postuninstall_cmds=
7005 finish_cmds=
7006 finish_eval=
7007 shlibpath_var=
7008 shlibpath_overrides_runpath=unknown
7009 version_type=none
7010 dynamic_linker="$host_os ld.so"
7011 sys_lib_dlsearch_path_spec="/lib /usr/lib"
7012 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
7013 need_lib_prefix=unknown
7014 hardcode_into_libs=no
7015
7016 # when you set need_version to no, make sure it does not cause -set_version
7017 # flags to be left without arguments
7018 need_version=unknown
7019
7020 case $host_os in
7021 aix3*)
7022   version_type=linux
7023   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
7024   shlibpath_var=LIBPATH
7025
7026   # AIX 3 has no versioning support, so we append a major version to the name.
7027   soname_spec='${libname}${release}${shared_ext}$major'
7028   ;;
7029
7030 aix4* | aix5*)
7031   version_type=linux
7032   need_lib_prefix=no
7033   need_version=no
7034   hardcode_into_libs=yes
7035   if test "$host_cpu" = ia64; then
7036     # AIX 5 supports IA64
7037     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
7038     shlibpath_var=LD_LIBRARY_PATH
7039   else
7040     # With GCC up to 2.95.x, collect2 would create an import file
7041     # for dependence libraries.  The import file would start with
7042     # the line `#! .'.  This would cause the generated library to
7043     # depend on `.', always an invalid library.  This was fixed in
7044     # development snapshots of GCC prior to 3.0.
7045     case $host_os in
7046       aix4 | aix4.[[01]] | aix4.[[01]].*)
7047       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
7048            echo ' yes '
7049            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
7050         :
7051       else
7052         can_build_shared=no
7053       fi
7054       ;;
7055     esac
7056     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
7057     # soname into executable. Probably we can add versioning support to
7058     # collect2, so additional links can be useful in future.
7059     if test "$aix_use_runtimelinking" = yes; then
7060       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
7061       # instead of lib<name>.a to let people know that these are not
7062       # typical AIX shared libraries.
7063       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7064     else
7065       # We preserve .a as extension for shared libraries through AIX4.2
7066       # and later when we are not doing run time linking.
7067       library_names_spec='${libname}${release}.a $libname.a'
7068       soname_spec='${libname}${release}${shared_ext}$major'
7069     fi
7070     shlibpath_var=LIBPATH
7071   fi
7072   ;;
7073
7074 amigaos*)
7075   library_names_spec='$libname.ixlibrary $libname.a'
7076   # Create ${libname}_ixlibrary.a entries in /sys/libs.
7077   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
7078   ;;
7079
7080 beos*)
7081   library_names_spec='${libname}${shared_ext}'
7082   dynamic_linker="$host_os ld.so"
7083   shlibpath_var=LIBRARY_PATH
7084   ;;
7085
7086 bsdi4*)
7087   version_type=linux
7088   need_version=no
7089   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7090   soname_spec='${libname}${release}${shared_ext}$major'
7091   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
7092   shlibpath_var=LD_LIBRARY_PATH
7093   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
7094   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
7095   # the default ld.so.conf also contains /usr/contrib/lib and
7096   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
7097   # libtool to hard-code these into programs
7098   ;;
7099
7100 cygwin* | mingw* | pw32*)
7101   version_type=windows
7102   shrext=".dll"
7103   need_version=no
7104   need_lib_prefix=no
7105
7106   case $GCC,$host_os in
7107   yes,cygwin* | yes,mingw* | yes,pw32*)
7108     library_names_spec='$libname.dll.a'
7109     # DLL is installed to $(libdir)/../bin by postinstall_cmds
7110     postinstall_cmds='base_file=`basename \${file}`~
7111       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
7112       dldir=$destdir/`dirname \$dlpath`~
7113       test -d \$dldir || mkdir -p \$dldir~
7114       $install_prog $dir/$dlname \$dldir/$dlname'
7115     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
7116       dlpath=$dir/\$dldll~
7117        $rm \$dlpath'
7118     shlibpath_overrides_runpath=yes
7119
7120     case $host_os in
7121     cygwin*)
7122       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
7123       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7124       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
7125       ;;
7126     mingw*)
7127       # MinGW DLLs use traditional 'lib' prefix
7128       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7129       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
7130       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
7131         # It is most probably a Windows format PATH printed by
7132         # mingw gcc, but we are running on Cygwin. Gcc prints its search
7133         # path with ; separators, and with drive letters. We can handle the
7134         # drive letters (cygwin fileutils understands them), so leave them,
7135         # especially as we might pass files found there to a mingw objdump,
7136         # which wouldn't understand a cygwinified path. Ahh.
7137         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
7138       else
7139         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
7140       fi
7141       ;;
7142     pw32*)
7143       # pw32 DLLs use 'pw' prefix rather than 'lib'
7144       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7145       ;;
7146     esac
7147     ;;
7148
7149   *)
7150     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
7151     ;;
7152   esac
7153   dynamic_linker='Win32 ld.exe'
7154   # FIXME: first we should search . and the directory the executable is in
7155   shlibpath_var=PATH
7156   ;;
7157
7158 darwin* | rhapsody*)
7159   dynamic_linker="$host_os dyld"
7160   version_type=darwin
7161   need_lib_prefix=no
7162   need_version=no
7163   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
7164   soname_spec='${libname}${release}${major}$shared_ext'
7165   shlibpath_overrides_runpath=yes
7166   shlibpath_var=DYLD_LIBRARY_PATH
7167   shrext='$(test .$module = .yes && echo .so || echo .dylib)'
7168   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
7169   if test "$GCC" = yes; then
7170     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
7171   else
7172     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
7173   fi
7174   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
7175   ;;
7176
7177 dgux*)
7178   version_type=linux
7179   need_lib_prefix=no
7180   need_version=no
7181   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
7182   soname_spec='${libname}${release}${shared_ext}$major'
7183   shlibpath_var=LD_LIBRARY_PATH
7184   ;;
7185
7186 freebsd1*)
7187   dynamic_linker=no
7188   ;;
7189
7190 kfreebsd*-gnu*)
7191   version_type=linux
7192   need_lib_prefix=no
7193   need_version=no
7194   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7195   soname_spec='${libname}${release}${shared_ext}$major'
7196   shlibpath_var=LD_LIBRARY_PATH
7197   shlibpath_overrides_runpath=no
7198   hardcode_into_libs=yes
7199   dynamic_linker='GNU ld.so'
7200   ;;
7201
7202 freebsd*)
7203   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
7204   version_type=freebsd-$objformat
7205   case $version_type in
7206     freebsd-elf*)
7207       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
7208       need_version=no
7209       need_lib_prefix=no
7210       ;;
7211     freebsd-*)
7212       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
7213       need_version=yes
7214       ;;
7215   esac
7216   shlibpath_var=LD_LIBRARY_PATH
7217   case $host_os in
7218   freebsd2*)
7219     shlibpath_overrides_runpath=yes
7220     ;;
7221   freebsd3.[01]* | freebsdelf3.[01]*)
7222     shlibpath_overrides_runpath=yes
7223     hardcode_into_libs=yes
7224     ;;
7225   *) # from 3.2 on
7226     shlibpath_overrides_runpath=no
7227     hardcode_into_libs=yes
7228     ;;
7229   esac
7230   ;;
7231
7232 gnu*)
7233   version_type=linux
7234   need_lib_prefix=no
7235   need_version=no
7236   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
7237   soname_spec='${libname}${release}${shared_ext}$major'
7238   shlibpath_var=LD_LIBRARY_PATH
7239   hardcode_into_libs=yes
7240   ;;
7241
7242 hpux9* | hpux10* | hpux11*)
7243   # Give a soname corresponding to the major version so that dld.sl refuses to
7244   # link against other versions.
7245   version_type=sunos
7246   need_lib_prefix=no
7247   need_version=no
7248   case "$host_cpu" in
7249   ia64*)
7250     shrext='.so'
7251     hardcode_into_libs=yes
7252     dynamic_linker="$host_os dld.so"
7253     shlibpath_var=LD_LIBRARY_PATH
7254     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7255     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7256     soname_spec='${libname}${release}${shared_ext}$major'
7257     if test "X$HPUX_IA64_MODE" = X32; then
7258       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
7259     else
7260       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
7261     fi
7262     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7263     ;;
7264    hppa*64*)
7265      shrext='.sl'
7266      hardcode_into_libs=yes
7267      dynamic_linker="$host_os dld.sl"
7268      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
7269      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7270      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7271      soname_spec='${libname}${release}${shared_ext}$major'
7272      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
7273      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7274      ;;
7275    *)
7276     shrext='.sl'
7277     dynamic_linker="$host_os dld.sl"
7278     shlibpath_var=SHLIB_PATH
7279     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
7280     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7281     soname_spec='${libname}${release}${shared_ext}$major'
7282     ;;
7283   esac
7284   # HP-UX runs *really* slowly unless shared libraries are mode 555.
7285   postinstall_cmds='chmod 555 $lib'
7286   ;;
7287
7288 irix5* | irix6* | nonstopux*)
7289   case $host_os in
7290     nonstopux*) version_type=nonstopux ;;
7291     *)
7292         if test "$lt_cv_prog_gnu_ld" = yes; then
7293                 version_type=linux
7294         else
7295                 version_type=irix
7296         fi ;;
7297   esac
7298   need_lib_prefix=no
7299   need_version=no
7300   soname_spec='${libname}${release}${shared_ext}$major'
7301   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
7302   case $host_os in
7303   irix5* | nonstopux*)
7304     libsuff= shlibsuff=
7305     ;;
7306   *)
7307     case $LD in # libtool.m4 will add one of these switches to LD
7308     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
7309       libsuff= shlibsuff= libmagic=32-bit;;
7310     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
7311       libsuff=32 shlibsuff=N32 libmagic=N32;;
7312     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
7313       libsuff=64 shlibsuff=64 libmagic=64-bit;;
7314     *) libsuff= shlibsuff= libmagic=never-match;;
7315     esac
7316     ;;
7317   esac
7318   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
7319   shlibpath_overrides_runpath=no
7320   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
7321   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
7322   hardcode_into_libs=yes
7323   ;;
7324
7325 # No shared lib support for Linux oldld, aout, or coff.
7326 linux*oldld* | linux*aout* | linux*coff*)
7327   dynamic_linker=no
7328   ;;
7329
7330 # This must be Linux ELF.
7331 linux*)
7332   version_type=linux
7333   need_lib_prefix=no
7334   need_version=no
7335   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7336   soname_spec='${libname}${release}${shared_ext}$major'
7337   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
7338   libsuff=
7339   if test "x$LINUX_64_MODE" = x64; then
7340     # Some platforms are per default 64-bit, so there's no /lib64
7341     if test -d /lib64 -a ! -h /lib64; then
7342       libsuff=64
7343     fi
7344   fi
7345   shlibpath_var=LD_LIBRARY_PATH
7346   shlibpath_overrides_runpath=no
7347   sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
7348   sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
7349   # This implies no fast_install, which is unacceptable.
7350   # Some rework will be needed to allow for fast_install
7351   # before this can be enabled.
7352   hardcode_into_libs=yes
7353
7354   # We used to test for /lib/ld.so.1 and disable shared libraries on
7355   # powerpc, because MkLinux only supported shared libraries with the
7356   # GNU dynamic linker.  Since this was broken with cross compilers,
7357   # most powerpc-linux boxes support dynamic linking these days and
7358   # people can always --disable-shared, the test was removed, and we
7359   # assume the GNU/Linux dynamic linker is in use.
7360   dynamic_linker='GNU/Linux ld.so'
7361   ;;
7362
7363 netbsd*)
7364   version_type=sunos
7365   need_lib_prefix=no
7366   need_version=no
7367   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7368     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7369     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7370     dynamic_linker='NetBSD (a.out) ld.so'
7371   else
7372     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
7373     soname_spec='${libname}${release}${shared_ext}$major'
7374     dynamic_linker='NetBSD ld.elf_so'
7375   fi
7376   shlibpath_var=LD_LIBRARY_PATH
7377   shlibpath_overrides_runpath=yes
7378   hardcode_into_libs=yes
7379   ;;
7380
7381 newsos6)
7382   version_type=linux
7383   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7384   shlibpath_var=LD_LIBRARY_PATH
7385   shlibpath_overrides_runpath=yes
7386   ;;
7387
7388 nto-qnx*)
7389   version_type=linux
7390   need_lib_prefix=no
7391   need_version=no
7392   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7393   soname_spec='${libname}${release}${shared_ext}$major'
7394   shlibpath_var=LD_LIBRARY_PATH
7395   shlibpath_overrides_runpath=yes
7396   ;;
7397
7398 openbsd*)
7399   version_type=sunos
7400   need_lib_prefix=no
7401   need_version=no
7402   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7403   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7404   shlibpath_var=LD_LIBRARY_PATH
7405   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7406     case $host_os in
7407       openbsd2.[[89]] | openbsd2.[[89]].*)
7408         shlibpath_overrides_runpath=no
7409         ;;
7410       *)
7411         shlibpath_overrides_runpath=yes
7412         ;;
7413       esac
7414   else
7415     shlibpath_overrides_runpath=yes
7416   fi
7417   ;;
7418
7419 os2*)
7420   libname_spec='$name'
7421   shrext=".dll"
7422   need_lib_prefix=no
7423   library_names_spec='$libname${shared_ext} $libname.a'
7424   dynamic_linker='OS/2 ld.exe'
7425   shlibpath_var=LIBPATH
7426   ;;
7427
7428 osf3* | osf4* | osf5*)
7429   version_type=osf
7430   need_lib_prefix=no
7431   need_version=no
7432   soname_spec='${libname}${release}${shared_ext}$major'
7433   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7434   shlibpath_var=LD_LIBRARY_PATH
7435   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
7436   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
7437   ;;
7438
7439 sco3.2v5*)
7440   version_type=osf
7441   soname_spec='${libname}${release}${shared_ext}$major'
7442   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7443   shlibpath_var=LD_LIBRARY_PATH
7444   ;;
7445
7446 solaris*)
7447   version_type=linux
7448   need_lib_prefix=no
7449   need_version=no
7450   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7451   soname_spec='${libname}${release}${shared_ext}$major'
7452   shlibpath_var=LD_LIBRARY_PATH
7453   shlibpath_overrides_runpath=yes
7454   hardcode_into_libs=yes
7455   # ldd complains unless libraries are executable
7456   postinstall_cmds='chmod +x $lib'
7457   ;;
7458
7459 sunos4*)
7460   version_type=sunos
7461   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7462   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
7463   shlibpath_var=LD_LIBRARY_PATH
7464   shlibpath_overrides_runpath=yes
7465   if test "$with_gnu_ld" = yes; then
7466     need_lib_prefix=no
7467   fi
7468   need_version=yes
7469   ;;
7470
7471 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
7472   version_type=linux
7473   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7474   soname_spec='${libname}${release}${shared_ext}$major'
7475   shlibpath_var=LD_LIBRARY_PATH
7476   case $host_vendor in
7477     sni)
7478       shlibpath_overrides_runpath=no
7479       need_lib_prefix=no
7480       export_dynamic_flag_spec='${wl}-Blargedynsym'
7481       runpath_var=LD_RUN_PATH
7482       ;;
7483     siemens)
7484       need_lib_prefix=no
7485       ;;
7486     motorola)
7487       need_lib_prefix=no
7488       need_version=no
7489       shlibpath_overrides_runpath=no
7490       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
7491       ;;
7492   esac
7493   ;;
7494
7495 sysv4*MP*)
7496   if test -d /usr/nec ;then
7497     version_type=linux
7498     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
7499     soname_spec='$libname${shared_ext}.$major'
7500     shlibpath_var=LD_LIBRARY_PATH
7501   fi
7502   ;;
7503
7504 uts4*)
7505   version_type=linux
7506   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7507   soname_spec='${libname}${release}${shared_ext}$major'
7508   shlibpath_var=LD_LIBRARY_PATH
7509   ;;
7510
7511 *)
7512   dynamic_linker=no
7513   ;;
7514 esac
7515 AC_MSG_RESULT([$dynamic_linker])
7516 test "$dynamic_linker" = no && can_build_shared=no
7517 ])
7518 m4trace:acinclude.m4:7605: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
7519     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
7520         [include additional configurations @<:@automatic@:>@])],
7521     [tagnames="$withval"])
7522
7523 if test -f "$ltmain" && test -n "$tagnames"; then
7524   if test ! -f "${ofile}"; then
7525     AC_MSG_WARN([output file `$ofile' does not exist])
7526   fi
7527
7528   if test -z "$LTCC"; then
7529     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
7530     if test -z "$LTCC"; then
7531       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
7532     else
7533       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
7534     fi
7535   fi
7536
7537   # Extract list of available tagged configurations in $ofile.
7538   # Note that this assumes the entire list is on one line.
7539   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
7540
7541   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7542   for tagname in $tagnames; do
7543     IFS="$lt_save_ifs"
7544     # Check whether tagname contains only valid characters
7545     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
7546     "") ;;
7547     *)  AC_MSG_ERROR([invalid tag name: $tagname])
7548         ;;
7549     esac
7550
7551     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
7552     then
7553       AC_MSG_ERROR([tag name \"$tagname\" already exists])
7554     fi
7555
7556     # Update the list of available tags.
7557     if test -n "$tagname"; then
7558       echo appending configuration tag \"$tagname\" to $ofile
7559
7560       case $tagname in
7561       CXX)
7562         if test -n "$CXX" && test "X$CXX" != "Xno"; then
7563           AC_LIBTOOL_LANG_CXX_CONFIG
7564         else
7565           tagname=""
7566         fi
7567         ;;
7568
7569       F77)
7570         if test -n "$F77" && test "X$F77" != "Xno"; then
7571           AC_LIBTOOL_LANG_F77_CONFIG
7572         else
7573           tagname=""
7574         fi
7575         ;;
7576
7577       GCJ)
7578         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
7579           AC_LIBTOOL_LANG_GCJ_CONFIG
7580         else
7581           tagname=""
7582         fi
7583         ;;
7584
7585       RC)
7586         AC_LIBTOOL_LANG_RC_CONFIG
7587         ;;
7588
7589       *)
7590         AC_MSG_ERROR([Unsupported tag name: $tagname])
7591         ;;
7592       esac
7593
7594       # Append the new tag name to the list of available tags.
7595       if test -n "$tagname" ; then
7596       available_tags="$available_tags $tagname"
7597     fi
7598     fi
7599   done
7600   IFS="$lt_save_ifs"
7601
7602   # Now substitute the updated list of available tags.
7603   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
7604     mv "${ofile}T" "$ofile"
7605     chmod +x "$ofile"
7606   else
7607     rm -f "${ofile}T"
7608     AC_MSG_ERROR([unable to update list of available tagged configurations.])
7609   fi
7610 fi
7611 ])
7612 m4trace:acinclude.m4:7705: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
7613 ])
7614 m4trace:acinclude.m4:7713: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
7615 ])
7616 m4trace:acinclude.m4:7722: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
7617 AC_ARG_ENABLE([shared],
7618     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
7619         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
7620     [p=${PACKAGE-default}
7621     case $enableval in
7622     yes) enable_shared=yes ;;
7623     no) enable_shared=no ;;
7624     *)
7625       enable_shared=no
7626       # Look at the argument we got.  We use all the common list separators.
7627       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7628       for pkg in $enableval; do
7629         IFS="$lt_save_ifs"
7630         if test "X$pkg" = "X$p"; then
7631           enable_shared=yes
7632         fi
7633       done
7634       IFS="$lt_save_ifs"
7635       ;;
7636     esac],
7637     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
7638 ])
7639 m4trace:acinclude.m4:7751: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7640 AC_ENABLE_SHARED(no)
7641 ])
7642 m4trace:acinclude.m4:7761: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
7643 AC_ARG_ENABLE([static],
7644     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
7645         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
7646     [p=${PACKAGE-default}
7647     case $enableval in
7648     yes) enable_static=yes ;;
7649     no) enable_static=no ;;
7650     *)
7651      enable_static=no
7652       # Look at the argument we got.  We use all the common list separators.
7653       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7654       for pkg in $enableval; do
7655         IFS="$lt_save_ifs"
7656         if test "X$pkg" = "X$p"; then
7657           enable_static=yes
7658         fi
7659       done
7660       IFS="$lt_save_ifs"
7661       ;;
7662     esac],
7663     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
7664 ])
7665 m4trace:acinclude.m4:7790: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7666 AC_ENABLE_STATIC(no)
7667 ])
7668 m4trace:acinclude.m4:7800: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
7669 AC_ARG_ENABLE([fast-install],
7670     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
7671     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
7672     [p=${PACKAGE-default}
7673     case $enableval in
7674     yes) enable_fast_install=yes ;;
7675     no) enable_fast_install=no ;;
7676     *)
7677       enable_fast_install=no
7678       # Look at the argument we got.  We use all the common list separators.
7679       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7680       for pkg in $enableval; do
7681         IFS="$lt_save_ifs"
7682         if test "X$pkg" = "X$p"; then
7683           enable_fast_install=yes
7684         fi
7685       done
7686       IFS="$lt_save_ifs"
7687       ;;
7688     esac],
7689     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
7690 ])
7691 m4trace:acinclude.m4:7829: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7692 AC_ENABLE_FAST_INSTALL(no)
7693 ])
7694 m4trace:acinclude.m4:7839: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7695 pic_mode=ifelse($#,1,$1,default)
7696 ])
7697 m4trace:acinclude.m4:7863: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
7698 AC_MSG_CHECKING([for $1])
7699 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
7700 [case $MAGIC_CMD in
7701 [[\\/*] |  ?:[\\/]*])
7702   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7703   ;;
7704 *)
7705   lt_save_MAGIC_CMD="$MAGIC_CMD"
7706   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7707 dnl $ac_dummy forces splitting on constant user-supplied paths.
7708 dnl POSIX.2 word splitting is done only on the output of word expansions,
7709 dnl not every word.  This closes a longstanding sh security hole.
7710   ac_dummy="ifelse([$2], , $PATH, [$2])"
7711   for ac_dir in $ac_dummy; do
7712     IFS="$lt_save_ifs"
7713     test -z "$ac_dir" && ac_dir=.
7714     if test -f $ac_dir/$1; then
7715       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
7716       if test -n "$file_magic_test_file"; then
7717         case $deplibs_check_method in
7718         "file_magic "*)
7719           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
7720           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7721           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7722             $EGREP "$file_magic_regex" > /dev/null; then
7723             :
7724           else
7725             cat <<EOF 1>&2
7726
7727 *** Warning: the command libtool uses to detect shared libraries,
7728 *** $file_magic_cmd, produces output that libtool cannot recognize.
7729 *** The result is that libtool may fail to recognize shared libraries
7730 *** as such.  This will affect the creation of libtool libraries that
7731 *** depend on shared libraries, but programs linked with such libtool
7732 *** libraries will work regardless of this problem.  Nevertheless, you
7733 *** may want to report the problem to your system manager and/or to
7734 *** bug-libtool@gnu.org
7735
7736 EOF
7737           fi ;;
7738         esac
7739       fi
7740       break
7741     fi
7742   done
7743   IFS="$lt_save_ifs"
7744   MAGIC_CMD="$lt_save_MAGIC_CMD"
7745   ;;
7746 esac])
7747 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7748 if test -n "$MAGIC_CMD"; then
7749   AC_MSG_RESULT($MAGIC_CMD)
7750 else
7751   AC_MSG_RESULT(no)
7752 fi
7753 ])
7754 m4trace:acinclude.m4:7926: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
7755 if test -z "$lt_cv_path_MAGIC_CMD"; then
7756   if test -n "$ac_tool_prefix"; then
7757     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
7758   else
7759     MAGIC_CMD=:
7760   fi
7761 fi
7762 ])
7763 m4trace:acinclude.m4:7941: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
7764     [AC_HELP_STRING([--with-gnu-ld],
7765         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
7766     [test "$withval" = no || with_gnu_ld=yes],
7767     [with_gnu_ld=no])
7768 AC_REQUIRE([LT_AC_PROG_SED])dnl
7769 AC_REQUIRE([AC_PROG_CC])dnl
7770 AC_REQUIRE([AC_CANONICAL_HOST])dnl
7771 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
7772 ac_prog=ld
7773 if test "$GCC" = yes; then
7774   # Check if gcc -print-prog-name=ld gives a path.
7775   AC_MSG_CHECKING([for ld used by $CC])
7776   case $host in
7777   *-*-mingw*)
7778     # gcc leaves a trailing carriage return which upsets mingw
7779     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7780   *)
7781     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7782   esac
7783   case $ac_prog in
7784     # Accept absolute paths.
7785     [[\\/]]* | ?:[[\\/]]*)
7786       re_direlt='/[[^/]][[^/]]*/\.\./'
7787       # Canonicalize the pathname of ld
7788       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
7789       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7790         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
7791       done
7792       test -z "$LD" && LD="$ac_prog"
7793       ;;
7794   "")
7795     # If it fails, then pretend we aren't using GCC.
7796     ac_prog=ld
7797     ;;
7798   *)
7799     # If it is relative, then search for the first ld in PATH.
7800     with_gnu_ld=unknown
7801     ;;
7802   esac
7803 elif test "$with_gnu_ld" = yes; then
7804   AC_MSG_CHECKING([for GNU ld])
7805 else
7806   AC_MSG_CHECKING([for non-GNU ld])
7807 fi
7808 AC_CACHE_VAL(lt_cv_path_LD,
7809 [if test -z "$LD"; then
7810   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7811   for ac_dir in $PATH; do
7812     IFS="$lt_save_ifs"
7813     test -z "$ac_dir" && ac_dir=.
7814     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7815       lt_cv_path_LD="$ac_dir/$ac_prog"
7816       # Check to see if the program is GNU ld.  I'd rather use --version,
7817       # but apparently some GNU ld's only accept -v.
7818       # Break only if it was the GNU/non-GNU ld that we prefer.
7819       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7820       *GNU* | *'with BFD'*)
7821         test "$with_gnu_ld" != no && break
7822         ;;
7823       *)
7824         test "$with_gnu_ld" != yes && break
7825         ;;
7826       esac
7827     fi
7828   done
7829   IFS="$lt_save_ifs"
7830 else
7831   lt_cv_path_LD="$LD" # Let the user override the test with a path.
7832 fi])
7833 LD="$lt_cv_path_LD"
7834 if test -n "$LD"; then
7835   AC_MSG_RESULT($LD)
7836 else
7837   AC_MSG_RESULT(no)
7838 fi
7839 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
7840 AC_PROG_LD_GNU
7841 ])
7842 m4trace:acinclude.m4:8025: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
7843 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
7844 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
7845 case `$LD -v 2>&1 </dev/null` in
7846 *GNU* | *'with BFD'*)
7847   lt_cv_prog_gnu_ld=yes
7848   ;;
7849 *)
7850   lt_cv_prog_gnu_ld=no
7851   ;;
7852 esac])
7853 with_gnu_ld=$lt_cv_prog_gnu_ld
7854 ])
7855 m4trace:acinclude.m4:8045: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
7856   lt_cv_ld_reload_flag,
7857   [lt_cv_ld_reload_flag='-r'])
7858 reload_flag=$lt_cv_ld_reload_flag
7859 case $reload_flag in
7860 "" | " "*) ;;
7861 *) reload_flag=" $reload_flag" ;;
7862 esac
7863 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7864 ])
7865 m4trace:acinclude.m4:8062: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
7866 lt_cv_deplibs_check_method,
7867 [lt_cv_file_magic_cmd='$MAGIC_CMD'
7868 lt_cv_file_magic_test_file=
7869 lt_cv_deplibs_check_method='unknown'
7870 # Need to set the preceding variable on all platforms that support
7871 # interlibrary dependencies.
7872 # 'none' -- dependencies not supported.
7873 # `unknown' -- same as none, but documents that we really don't know.
7874 # 'pass_all' -- all dependencies passed with no checks.
7875 # 'test_compile' -- check by making test program.
7876 # 'file_magic [[regex]]' -- check by looking for files in library path
7877 # which responds to the $file_magic_cmd with a given extended regex.
7878 # If you have `file' or equivalent on your system and you're not sure
7879 # whether `pass_all' will *always* work, you probably want this one.
7880
7881 case $host_os in
7882 aix4* | aix5*)
7883   lt_cv_deplibs_check_method=pass_all
7884   ;;
7885
7886 beos*)
7887   lt_cv_deplibs_check_method=pass_all
7888   ;;
7889
7890 bsdi4*)
7891   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
7892   lt_cv_file_magic_cmd='/usr/bin/file -L'
7893   lt_cv_file_magic_test_file=/shlib/libc.so
7894   ;;
7895
7896 cygwin*)
7897   lt_cv_deplibs_check_method=pass_all
7898   ;;
7899   
7900 mingw* | pw32*)
7901   # win32_libid is a shell function defined in ltmain.sh
7902   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7903   lt_cv_file_magic_cmd='win32_libid'
7904   ;;
7905
7906 darwin* | rhapsody*)
7907   # this will be overwritten by pass_all, but leave it in just in case
7908   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
7909   lt_cv_file_magic_cmd='/usr/bin/file -L'
7910   case "$host_os" in
7911   rhapsody* | darwin1.[[012]])
7912     lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
7913     ;;
7914   *) # Darwin 1.3 on
7915     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
7916     ;;
7917   esac
7918   lt_cv_deplibs_check_method=pass_all
7919   ;;
7920
7921 freebsd* | kfreebsd*-gnu)
7922   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7923     case $host_cpu in
7924     i*86 )
7925       # Not sure whether the presence of OpenBSD here was a mistake.
7926       # Let's accept both of them until this is cleared up.
7927       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
7928       lt_cv_file_magic_cmd=/usr/bin/file
7929       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7930       ;;
7931     esac
7932   else
7933     lt_cv_deplibs_check_method=pass_all
7934   fi
7935   ;;
7936
7937 gnu*)
7938   lt_cv_deplibs_check_method=pass_all
7939   ;;
7940
7941 hpux10.20* | hpux11*)
7942   lt_cv_file_magic_cmd=/usr/bin/file
7943   case "$host_cpu" in
7944   ia64*)
7945     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
7946     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7947     ;;
7948   hppa*64*)
7949     [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
7950     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7951     ;;
7952   *)
7953     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
7954     lt_cv_file_magic_test_file=/usr/lib/libc.sl
7955     ;;
7956   esac
7957   ;;
7958
7959 irix5* | irix6* | nonstopux*)
7960   case $host_os in
7961   irix5* | nonstopux*)
7962     # this will be overridden with pass_all, but let us keep it just in case
7963     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
7964     ;;
7965   *)
7966     case $LD in
7967     *-32|*"-32 ") libmagic=32-bit;;
7968     *-n32|*"-n32 ") libmagic=N32;;
7969     *-64|*"-64 ") libmagic=64-bit;;
7970     *) libmagic=never-match;;
7971     esac
7972     # this will be overridden with pass_all, but let us keep it just in case
7973     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
7974     ;;
7975   esac
7976   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
7977   lt_cv_deplibs_check_method=pass_all
7978   ;;
7979
7980 # This must be Linux ELF.
7981 linux*)
7982   case $host_cpu in
7983   alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
7984     lt_cv_deplibs_check_method=pass_all ;;
7985   # the debian people say, arm and glibc 2.3.1 works for them with pass_all
7986   arm* )
7987     lt_cv_deplibs_check_method=pass_all ;;
7988   *)
7989     # glibc up to 2.1.1 does not perform some relocations on ARM
7990     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
7991   esac
7992   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
7993   ;;
7994
7995 netbsd*)
7996   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7997     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
7998   else
7999     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
8000   fi
8001   ;;
8002
8003 newos6*)
8004   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
8005   lt_cv_file_magic_cmd=/usr/bin/file
8006   lt_cv_file_magic_test_file=/usr/lib/libnls.so
8007   ;;
8008
8009 nto-qnx*)
8010   lt_cv_deplibs_check_method=unknown
8011   ;;
8012
8013 openbsd*)
8014   lt_cv_file_magic_cmd=/usr/bin/file
8015   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
8016   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8017     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
8018   else
8019     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
8020   fi
8021   ;;
8022
8023 osf3* | osf4* | osf5*)
8024   # this will be overridden with pass_all, but let us keep it just in case
8025   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
8026   lt_cv_file_magic_test_file=/shlib/libc.so
8027   lt_cv_deplibs_check_method=pass_all
8028   ;;
8029
8030 sco3.2v5*)
8031   lt_cv_deplibs_check_method=pass_all
8032   ;;
8033
8034 solaris*)
8035   lt_cv_deplibs_check_method=pass_all
8036   lt_cv_file_magic_test_file=/lib/libc.so
8037   ;;
8038
8039 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8040   case $host_vendor in
8041   motorola)
8042     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
8043     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
8044     ;;
8045   ncr)
8046     lt_cv_deplibs_check_method=pass_all
8047     ;;
8048   sequent)
8049     lt_cv_file_magic_cmd='/bin/file'
8050     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
8051     ;;
8052   sni)
8053     lt_cv_file_magic_cmd='/bin/file'
8054     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
8055     lt_cv_file_magic_test_file=/lib/libc.so
8056     ;;
8057   siemens)
8058     lt_cv_deplibs_check_method=pass_all
8059     ;;
8060   esac
8061   ;;
8062
8063 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
8064   lt_cv_deplibs_check_method=pass_all
8065   ;;
8066 esac
8067 ])
8068 file_magic_cmd=$lt_cv_file_magic_cmd
8069 deplibs_check_method=$lt_cv_deplibs_check_method
8070 test -z "$deplibs_check_method" && deplibs_check_method=unknown
8071 ])
8072 m4trace:acinclude.m4:8275: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
8073 [if test -n "$NM"; then
8074   # Let the user override the test.
8075   lt_cv_path_NM="$NM"
8076 else
8077   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
8079     IFS="$lt_save_ifs"
8080     test -z "$ac_dir" && ac_dir=.
8081     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
8082     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
8083       # Check to see if the nm accepts a BSD-compat flag.
8084       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
8085       #   nm: unknown option "B" ignored
8086       # Tru64's nm complains that /dev/null is an invalid object file
8087       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
8088       */dev/null* | *'Invalid file or object type'*)
8089         lt_cv_path_NM="$tmp_nm -B"
8090         break
8091         ;;
8092       *)
8093         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
8094         */dev/null*)
8095           lt_cv_path_NM="$tmp_nm -p"
8096           break
8097           ;;
8098         *)
8099           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
8100           continue # so that we can try to find one that supports BSD flags
8101           ;;
8102         esac
8103       esac
8104     fi
8105   done
8106   IFS="$lt_save_ifs"
8107   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
8108 fi])
8109 NM="$lt_cv_path_NM"
8110 ])
8111 m4trace:acinclude.m4:8320: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8112 LIBM=
8113 case $host in
8114 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
8115   # These system don't have libm, or don't need it
8116   ;;
8117 *-ncr-sysv4.3*)
8118   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
8119   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
8120   ;;
8121 *)
8122   AC_CHECK_LIB(m, cos, LIBM="-lm")
8123   ;;
8124 esac
8125 ])
8126 m4trace:acinclude.m4:8349: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
8127   case $enable_ltdl_convenience in
8128   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
8129   "") enable_ltdl_convenience=yes
8130       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
8131   esac
8132   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
8133   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8134   # For backwards non-gettext consistent compatibility...
8135   INCLTDL="$LTDLINCL"
8136 ])
8137 m4trace:acinclude.m4:8375: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
8138   AC_CHECK_LIB(ltdl, lt_dlinit,
8139   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
8140   [if test x"$enable_ltdl_install" = xno; then
8141      AC_MSG_WARN([libltdl not installed, but installation disabled])
8142    else
8143      enable_ltdl_install=yes
8144    fi
8145   ])
8146   if test x"$enable_ltdl_install" = x"yes"; then
8147     ac_configure_args="$ac_configure_args --enable-ltdl-install"
8148     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
8149     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8150   else
8151     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
8152     LIBLTDL="-lltdl"
8153     LTDLINCL=
8154   fi
8155   # For backwards non-gettext consistent compatibility...
8156   INCLTDL="$LTDLINCL"
8157 ])
8158 m4trace:acinclude.m4:8402: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
8159 ])
8160 m4trace:acinclude.m4:8409: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
8161 AC_REQUIRE([AC_PROG_CXXCPP])
8162 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8163 ])
8164 m4trace:acinclude.m4:8419: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
8165 ])
8166 m4trace:acinclude.m4:8426: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
8167 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8168 ])
8169 m4trace:acinclude.m4:8435: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
8170 ])
8171 m4trace:acinclude.m4:8442: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
8172   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
8173     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
8174       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
8175          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
8176            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
8177 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
8178 ])
8179 m4trace:acinclude.m4:8456: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
8180 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
8181 ])
8182 m4trace:acinclude.m4:8467: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
8183 m4trace:acinclude.m4:8468: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
8184 AC_LANG_PUSH(C)
8185
8186 # Source file extension for C test sources.
8187 ac_ext=c
8188
8189 # Object file extension for compiled C test sources.
8190 objext=o
8191 _LT_AC_TAGVAR(objext, $1)=$objext
8192
8193 # Code to be used in simple compile tests
8194 lt_simple_compile_test_code="int some_variable = 0;\n"
8195
8196 # Code to be used in simple link tests
8197 lt_simple_link_test_code='int main(){return(0);}\n'
8198
8199 _LT_AC_SYS_COMPILER
8200
8201 #
8202 # Check for any special shared library compilation flags.
8203 #
8204 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
8205 if test "$GCC" = no; then
8206   case $host_os in
8207   sco3.2v5*)
8208     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
8209     ;;
8210   esac
8211 fi
8212 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
8213   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
8214   if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
8215   else
8216     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
8217     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
8218   fi
8219 fi
8220
8221
8222 #
8223 # Check to make sure the static flag actually works.
8224 #
8225 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
8226   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
8227   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
8228   [],
8229   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
8230
8231
8232 ## CAVEAT EMPTOR:
8233 ## There is no encapsulation within the following macros, do not change
8234 ## the running order or otherwise move them around unless you know exactly
8235 ## what you are doing...
8236 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
8237 AC_LIBTOOL_PROG_COMPILER_PIC($1)
8238 AC_LIBTOOL_PROG_CC_C_O($1)
8239 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
8240 AC_LIBTOOL_PROG_LD_SHLIBS($1)
8241 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
8242 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
8243 AC_LIBTOOL_SYS_LIB_STRIP
8244 AC_LIBTOOL_DLOPEN_SELF($1)
8245
8246 # Report which librarie types wil actually be built
8247 AC_MSG_CHECKING([if libtool supports shared libraries])
8248 AC_MSG_RESULT([$can_build_shared])
8249
8250 AC_MSG_CHECKING([whether to build shared libraries])
8251 test "$can_build_shared" = "no" && enable_shared=no
8252
8253 # On AIX, shared libraries and static libraries use the same namespace, and
8254 # are all built from PIC.
8255 case "$host_os" in
8256 aix3*)
8257   test "$enable_shared" = yes && enable_static=no
8258   if test -n "$RANLIB"; then
8259     archive_cmds="$archive_cmds~\$RANLIB \$lib"
8260     postinstall_cmds='$RANLIB $lib'
8261   fi
8262   ;;
8263
8264 aix4*)
8265   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
8266     test "$enable_shared" = yes && enable_static=no
8267   fi
8268   ;;
8269   darwin* | rhapsody*)
8270   if test "$GCC" = yes; then
8271     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8272     case "$host_os" in
8273     rhapsody* | darwin1.[[012]])
8274       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8275       ;;
8276     *) # Darwin 1.3 on
8277       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8278         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8279       else
8280         case ${MACOSX_DEPLOYMENT_TARGET} in
8281           10.[012])
8282             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8283             ;;
8284           10.*)
8285             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8286             ;;
8287         esac
8288       fi
8289       ;;
8290     esac
8291     output_verbose_link_cmd='echo'
8292     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8293     _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8294     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8295     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8296     _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8297     _LT_AC_TAGVAR(hardcode_direct, $1)=no
8298     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8299     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8300     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8301     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8302   else
8303     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8304   fi  
8305     ;;  
8306 esac
8307 AC_MSG_RESULT([$enable_shared])
8308
8309 AC_MSG_CHECKING([whether to build static libraries])
8310 # Make sure either enable_shared or enable_static is yes.
8311 test "$enable_shared" = yes || enable_static=yes
8312 AC_MSG_RESULT([$enable_static])
8313
8314 AC_LIBTOOL_CONFIG($1)
8315
8316 AC_LANG_POP
8317 CC="$lt_save_CC"
8318 ])
8319 m4trace:acinclude.m4:8612: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
8320 m4trace:acinclude.m4:8613: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
8321 AC_REQUIRE([AC_PROG_CXX])
8322 AC_REQUIRE([AC_PROG_CXXCPP])
8323
8324 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8325 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
8326 _LT_AC_TAGVAR(always_export_symbols, $1)=no
8327 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
8328 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
8329 _LT_AC_TAGVAR(hardcode_direct, $1)=no
8330 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
8331 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
8332 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8333 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
8334 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
8335 _LT_AC_TAGVAR(module_cmds, $1)=
8336 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
8337 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
8338 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8339 _LT_AC_TAGVAR(no_undefined_flag, $1)=
8340 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8341 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
8342
8343 # Dependencies to place before and after the object being linked:
8344 _LT_AC_TAGVAR(predep_objects, $1)=
8345 _LT_AC_TAGVAR(postdep_objects, $1)=
8346 _LT_AC_TAGVAR(predeps, $1)=
8347 _LT_AC_TAGVAR(postdeps, $1)=
8348 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
8349
8350 # Source file extension for C++ test sources.
8351 ac_ext=cc
8352
8353 # Object file extension for compiled C++ test sources.
8354 objext=o
8355 _LT_AC_TAGVAR(objext, $1)=$objext
8356
8357 # Code to be used in simple compile tests
8358 lt_simple_compile_test_code="int some_variable = 0;\n"
8359
8360 # Code to be used in simple link tests
8361 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
8362
8363 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8364 _LT_AC_SYS_COMPILER
8365
8366 # Allow CC to be a program name with arguments.
8367 lt_save_CC=$CC
8368 lt_save_LD=$LD
8369 lt_save_GCC=$GCC
8370 GCC=$GXX
8371 lt_save_with_gnu_ld=$with_gnu_ld
8372 lt_save_path_LD=$lt_cv_path_LD
8373 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
8374   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
8375 else
8376   unset lt_cv_prog_gnu_ld
8377 fi
8378 if test -n "${lt_cv_path_LDCXX+set}"; then
8379   lt_cv_path_LD=$lt_cv_path_LDCXX
8380 else
8381   unset lt_cv_path_LD
8382 fi
8383 test -z "${LDCXX+set}" || LD=$LDCXX
8384 CC=${CXX-"c++"}
8385 compiler=$CC
8386 _LT_AC_TAGVAR(compiler, $1)=$CC
8387 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
8388
8389 # We don't want -fno-exception wen compiling C++ code, so set the
8390 # no_builtin_flag separately
8391 if test "$GXX" = yes; then
8392   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
8393 else
8394   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
8395 fi
8396
8397 if test "$GXX" = yes; then
8398   # Set up default GNU C++ configuration
8399
8400   AC_PROG_LD
8401
8402   # Check if GNU C++ uses GNU ld as the underlying linker, since the
8403   # archiving commands below assume that GNU ld is being used.
8404   if test "$with_gnu_ld" = yes; then
8405     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8406     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8407
8408     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
8409     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8410
8411     # If archive_cmds runs LD, not CC, wlarc should be empty
8412     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
8413     #     investigate it a little bit more. (MM)
8414     wlarc='${wl}'
8415
8416     # ancient GNU ld didn't support --whole-archive et. al.
8417     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
8418         grep 'no-whole-archive' > /dev/null; then
8419       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8420     else
8421       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8422     fi
8423   else
8424     with_gnu_ld=no
8425     wlarc=
8426
8427     # A generic and very simple default shared library creation
8428     # command for GNU C++ for the case where it uses the native
8429     # linker, instead of GNU ld.  If possible, this setting should
8430     # overridden to take advantage of the native linker features on
8431     # the platform it is being used on.
8432     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
8433   fi
8434
8435   # Commands to make compiler produce verbose output that lists
8436   # what "hidden" libraries, object files and flags are used when
8437   # linking a shared library.
8438   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8439
8440 else
8441   GXX=no
8442   with_gnu_ld=no
8443   wlarc=
8444 fi
8445
8446 # PORTME: fill in a description of your system's C++ link characteristics
8447 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
8448 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
8449 case $host_os in
8450   aix3*)
8451     # FIXME: insert proper C++ library support
8452     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8453     ;;
8454   aix4* | aix5*)
8455     if test "$host_cpu" = ia64; then
8456       # On IA64, the linker does run time linking by default, so we don't
8457       # have to do anything special.
8458       aix_use_runtimelinking=no
8459       exp_sym_flag='-Bexport'
8460       no_entry_flag=""
8461     else
8462       # KDE requires run time linking.  Make it the default.
8463       aix_use_runtimelinking=yes
8464       exp_sym_flag='-bexport'
8465       no_entry_flag='-bnoentry'
8466     fi
8467
8468     # When large executables or shared objects are built, AIX ld can
8469     # have problems creating the table of contents.  If linking a library
8470     # or program results in "error TOC overflow" add -mminimal-toc to
8471     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8472     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8473
8474     _LT_AC_TAGVAR(archive_cmds, $1)=''
8475     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8476     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
8477     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8478
8479     if test "$GXX" = yes; then
8480       case $host_os in aix4.[012]|aix4.[012].*)
8481       # We only want to do this on AIX 4.2 and lower, the check
8482       # below for broken collect2 doesn't work under 4.3+
8483         collect2name=`${CC} -print-prog-name=collect2`
8484         if test -f "$collect2name" && \
8485            strings "$collect2name" | grep resolve_lib_name >/dev/null
8486         then
8487           # We have reworked collect2
8488           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8489         else
8490           # We have old collect2
8491           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
8492           # It fails to find uninstalled libraries when the uninstalled
8493           # path is not listed in the libpath.  Setting hardcode_minus_L
8494           # to unsupported forces relinking
8495           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
8496           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8497           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8498         fi
8499       esac
8500       shared_flag='-shared'
8501     else
8502       # not using gcc
8503       if test "$host_cpu" = ia64; then
8504         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8505         # chokes on -Wl,-G. The following line is correct:
8506         shared_flag='-G'
8507       else
8508         if test "$aix_use_runtimelinking" = yes; then
8509           shared_flag='-qmkshrobj ${wl}-G'
8510         else
8511           shared_flag='-qmkshrobj'
8512         fi
8513       fi
8514     fi
8515
8516     # Let the compiler handle the export list.
8517     _LT_AC_TAGVAR(always_export_symbols, $1)=no
8518     if test "$aix_use_runtimelinking" = yes; then
8519       # Warning - without using the other runtime loading flags (-brtl),
8520       # -berok will link without error, but may produce a broken library.
8521       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
8522       # Determine the default libpath from the value encoded in an empty executable.
8523       _LT_AC_SYS_LIBPATH_AIX
8524       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8525
8526       _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
8527       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8528      else
8529       if test "$host_cpu" = ia64; then
8530         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
8531         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
8532         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
8533       else
8534         # Determine the default libpath from the value encoded in an empty executable.
8535         _LT_AC_SYS_LIBPATH_AIX
8536         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8537         # Warning - without using the other run time loading flags,
8538         # -berok will link without error, but may produce a broken library.
8539         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
8540         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
8541         # -bexpall does not export symbols beginning with underscore (_)
8542         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
8543         # Exported symbols can be pulled into shared objects from archives
8544         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
8545         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
8546         # This is similar to how AIX traditionally builds it's shared libraries.
8547         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8548       fi
8549     fi
8550     ;;
8551   chorus*)
8552     case $cc_basename in
8553       *)
8554         # FIXME: insert proper C++ library support
8555         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8556         ;;
8557     esac
8558     ;;
8559
8560   cygwin* | mingw* | pw32*)
8561     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
8562     # as there is no search path for DLLs.
8563     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8564     _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
8565     _LT_AC_TAGVAR(always_export_symbols, $1)=no
8566     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
8567
8568     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
8569       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
8570       # If the export-symbols file already is a .def file (1st line
8571       # is EXPORTS), use it as is; otherwise, prepend...
8572       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8573         cp $export_symbols $output_objdir/$soname.def;
8574       else
8575         echo EXPORTS > $output_objdir/$soname.def;
8576         cat $export_symbols >> $output_objdir/$soname.def;
8577       fi~
8578       $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
8579     else
8580       _LT_AC_TAGVAR(ld_shlibs, $1)=no
8581     fi
8582   ;;
8583
8584   darwin* | rhapsody*)
8585   if test "$GXX" = yes; then
8586     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8587     case "$host_os" in
8588     rhapsody* | darwin1.[[012]])
8589       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8590       ;;
8591     *) # Darwin 1.3 on
8592       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8593         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8594       else
8595         case ${MACOSX_DEPLOYMENT_TARGET} in
8596           10.[012])
8597             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8598             ;;
8599           10.*)
8600             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8601             ;;
8602         esac
8603       fi
8604       ;;
8605     esac
8606     lt_int_apple_cc_single_mod=no
8607     output_verbose_link_cmd='echo'
8608     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
8609       lt_int_apple_cc_single_mod=yes
8610     fi
8611     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8612       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8613     else
8614       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
8615     fi
8616     _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8617
8618     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8619     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8620       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8621     else
8622       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8623     fi
8624     _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8625     _LT_AC_TAGVAR(hardcode_direct, $1)=no
8626     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8627     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8628     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8629     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8630   else
8631     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8632   fi
8633     ;;
8634
8635   dgux*)
8636     case $cc_basename in
8637       ec++)
8638         # FIXME: insert proper C++ library support
8639         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8640         ;;
8641       ghcx)
8642         # Green Hills C++ Compiler
8643         # FIXME: insert proper C++ library support
8644         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8645         ;;
8646       *)
8647         # FIXME: insert proper C++ library support
8648         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8649         ;;
8650     esac
8651     ;;
8652   freebsd[12]*)
8653     # C++ shared libraries reported to be fairly broken before switch to ELF
8654     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8655     ;;
8656   freebsd-elf*)
8657     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8658     ;;
8659   freebsd* | kfreebsd*-gnu)
8660     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
8661     # conventions
8662     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
8663     ;;
8664   gnu*)
8665     ;;
8666   hpux9*)
8667     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8668     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8669     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8670     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8671     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8672                                 # but as the default
8673                                 # location of the library.
8674
8675     case $cc_basename in
8676     CC)
8677       # FIXME: insert proper C++ library support
8678       _LT_AC_TAGVAR(ld_shlibs, $1)=no
8679       ;;
8680     aCC)
8681       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8682       # Commands to make compiler produce verbose output that lists
8683       # what "hidden" libraries, object files and flags are used when
8684       # linking a shared library.
8685       #
8686       # There doesn't appear to be a way to prevent this compiler from
8687       # explicitly linking system object files so we need to strip them
8688       # from the output so that they don't get included in the library
8689       # dependencies.
8690       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8691       ;;
8692     *)
8693       if test "$GXX" = yes; then
8694         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8695       else
8696         # FIXME: insert proper C++ library support
8697         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8698       fi
8699       ;;
8700     esac
8701     ;;
8702   hpux10*|hpux11*)
8703     if test $with_gnu_ld = no; then
8704       case "$host_cpu" in
8705       hppa*64*)
8706         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8707         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
8708         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8709         ;;
8710       ia64*)
8711         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8712         ;;
8713       *)
8714         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8715         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8716         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8717         ;;
8718       esac
8719     fi
8720     case "$host_cpu" in
8721     hppa*64*)
8722       _LT_AC_TAGVAR(hardcode_direct, $1)=no
8723       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8724       ;;
8725     ia64*)
8726       _LT_AC_TAGVAR(hardcode_direct, $1)=no
8727       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8728       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8729                                               # but as the default
8730                                               # location of the library.
8731       ;;
8732     *)
8733       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8734       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8735                                               # but as the default
8736                                               # location of the library.
8737       ;;
8738     esac
8739
8740     case $cc_basename in
8741       CC)
8742         # FIXME: insert proper C++ library support
8743         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8744         ;;
8745       aCC)
8746         case "$host_cpu" in
8747         hppa*64*|ia64*)
8748           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8749           ;;
8750         *)
8751           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
8752           ;;
8753         esac
8754         # Commands to make compiler produce verbose output that lists
8755         # what "hidden" libraries, object files and flags are used when
8756         # linking a shared library.
8757         #
8758         # There doesn't appear to be a way to prevent this compiler from
8759         # explicitly linking system object files so we need to strip them
8760         # from the output so that they don't get included in the library
8761         # dependencies.
8762         output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8763         ;;
8764       *)
8765         if test "$GXX" = yes; then
8766           if test $with_gnu_ld = no; then
8767             case "$host_cpu" in
8768             ia64*|hppa*64*)
8769               _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8770               ;;
8771             *)
8772               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
8773               ;;
8774             esac
8775           fi
8776         else
8777           # FIXME: insert proper C++ library support
8778           _LT_AC_TAGVAR(ld_shlibs, $1)=no
8779         fi
8780         ;;
8781     esac
8782     ;;
8783   irix5* | irix6*)
8784     case $cc_basename in
8785       CC)
8786         # SGI C++
8787         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8788
8789         # Archives containing C++ object files must be created using
8790         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
8791         # necessary to make sure instantiated templates are included
8792         # in the archive.
8793         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
8794         ;;
8795       *)
8796         if test "$GXX" = yes; then
8797           if test "$with_gnu_ld" = no; then
8798             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
8799           else
8800             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
8801           fi
8802         fi
8803         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8804         ;;
8805     esac
8806     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8807     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8808     ;;
8809   linux*)
8810     case $cc_basename in
8811       KCC)
8812         # Kuck and Associates, Inc. (KAI) C++ Compiler
8813
8814         # KCC will only create a shared library if the output file
8815         # ends with ".so" (or ".sl" for HP-UX), so rename the library
8816         # to its proper name (with version) after linking.
8817         _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8818         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
8819         # Commands to make compiler produce verbose output that lists
8820         # what "hidden" libraries, object files and flags are used when
8821         # linking a shared library.
8822         #
8823         # There doesn't appear to be a way to prevent this compiler from
8824         # explicitly linking system object files so we need to strip them
8825         # from the output so that they don't get included in the library
8826         # dependencies.
8827         output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8828
8829         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
8830         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8831
8832         # Archives containing C++ object files must be created using
8833         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
8834         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
8835         ;;
8836       icpc)
8837         # Intel C++
8838         with_gnu_ld=yes
8839         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8840         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8841         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8842         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8843         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8844         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8845         ;;
8846       cxx)
8847         # Compaq C++
8848         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8849         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
8850
8851         runpath_var=LD_RUN_PATH
8852         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
8853         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8854
8855         # Commands to make compiler produce verbose output that lists
8856         # what "hidden" libraries, object files and flags are used when
8857         # linking a shared library.
8858         #
8859         # There doesn't appear to be a way to prevent this compiler from
8860         # explicitly linking system object files so we need to strip them
8861         # from the output so that they don't get included in the library
8862         # dependencies.
8863         output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8864         ;;
8865     esac
8866     ;;
8867   lynxos*)
8868     # FIXME: insert proper C++ library support
8869     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8870     ;;
8871   m88k*)
8872     # FIXME: insert proper C++ library support
8873     _LT_AC_TAGVAR(ld_shlibs, $1)=no
8874     ;;
8875   mvs*)
8876     case $cc_basename in
8877       cxx)
8878         # FIXME: insert proper C++ library support
8879         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8880         ;;
8881       *)
8882         # FIXME: insert proper C++ library support
8883         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8884         ;;
8885     esac
8886     ;;
8887   netbsd*)
8888     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8889       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
8890       wlarc=
8891       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
8892       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8893       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8894     fi
8895     # Workaround some broken pre-1.5 toolchains
8896     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
8897     ;;
8898   osf3*)
8899     case $cc_basename in
8900       KCC)
8901         # Kuck and Associates, Inc. (KAI) C++ Compiler
8902
8903         # KCC will only create a shared library if the output file
8904         # ends with ".so" (or ".sl" for HP-UX), so rename the library
8905         # to its proper name (with version) after linking.
8906         _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8907
8908         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8909         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8910
8911         # Archives containing C++ object files must be created using
8912         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
8913         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
8914
8915         ;;
8916       RCC)
8917         # Rational C++ 2.4.1
8918         # FIXME: insert proper C++ library support
8919         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8920         ;;
8921       cxx)
8922         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
8923         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8924
8925         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8926         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8927
8928         # Commands to make compiler produce verbose output that lists
8929         # what "hidden" libraries, object files and flags are used when
8930         # linking a shared library.
8931         #
8932         # There doesn't appear to be a way to prevent this compiler from
8933         # explicitly linking system object files so we need to strip them
8934         # from the output so that they don't get included in the library
8935         # dependencies.
8936         output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8937         ;;
8938       *)
8939         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8940           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
8941           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
8942
8943           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8944           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8945
8946           # Commands to make compiler produce verbose output that lists
8947           # what "hidden" libraries, object files and flags are used when
8948           # linking a shared library.
8949           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8950
8951         else
8952           # FIXME: insert proper C++ library support
8953           _LT_AC_TAGVAR(ld_shlibs, $1)=no
8954         fi
8955         ;;
8956     esac
8957     ;;
8958   osf4* | osf5*)
8959     case $cc_basename in
8960       KCC)
8961         # Kuck and Associates, Inc. (KAI) C++ Compiler
8962
8963         # KCC will only create a shared library if the output file
8964         # ends with ".so" (or ".sl" for HP-UX), so rename the library
8965         # to its proper name (with version) after linking.
8966         _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8967
8968         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8969         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8970
8971         # Archives containing C++ object files must be created using
8972         # the KAI C++ compiler.
8973         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
8974         ;;
8975       RCC)
8976         # Rational C++ 2.4.1
8977         # FIXME: insert proper C++ library support
8978         _LT_AC_TAGVAR(ld_shlibs, $1)=no
8979         ;;
8980       cxx)
8981         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
8982         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8983         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
8984           echo "-hidden">> $lib.exp~
8985           $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
8986           $rm $lib.exp'
8987
8988         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
8989         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8990
8991         # Commands to make compiler produce verbose output that lists
8992         # what "hidden" libraries, object files and flags are used when
8993         # linking a shared library.
8994         #
8995         # There doesn't appear to be a way to prevent this compiler from
8996         # explicitly linking system object files so we need to strip them
8997         # from the output so that they don't get included in the library
8998         # dependencies.
8999         output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
9000         ;;
9001       *)
9002         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9003           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
9004          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
9005
9006           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
9007           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9008
9009           # Commands to make compiler produce verbose output that lists
9010           # what "hidden" libraries, object files and flags are used when
9011           # linking a shared library.
9012           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
9013
9014         else
9015           # FIXME: insert proper C++ library support
9016           _LT_AC_TAGVAR(ld_shlibs, $1)=no
9017         fi
9018         ;;
9019     esac
9020     ;;
9021   psos*)
9022     # FIXME: insert proper C++ library support
9023     _LT_AC_TAGVAR(ld_shlibs, $1)=no
9024     ;;
9025   sco*)
9026     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9027     case $cc_basename in
9028       CC)
9029         # FIXME: insert proper C++ library support
9030         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9031         ;;
9032       *)
9033         # FIXME: insert proper C++ library support
9034         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9035         ;;
9036     esac
9037     ;;
9038   sunos4*)
9039     case $cc_basename in
9040       CC)
9041         # Sun C++ 4.x
9042         # FIXME: insert proper C++ library support
9043         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9044         ;;
9045       lcc)
9046         # Lucid
9047         # FIXME: insert proper C++ library support
9048         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9049         ;;
9050       *)
9051         # FIXME: insert proper C++ library support
9052         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9053         ;;
9054     esac
9055     ;;
9056   solaris*)
9057     case $cc_basename in
9058       CC)
9059         # Sun C++ 4.2, 5.x and Centerline C++
9060         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
9061         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
9062         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9063         $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9064
9065         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
9066         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
9067         case $host_os in
9068           solaris2.[0-5] | solaris2.[0-5].*) ;;
9069           *)
9070             # The C++ compiler is used as linker so we must use $wl
9071             # flag to pass the commands to the underlying system
9072             # linker.
9073             # Supported since Solaris 2.6 (maybe 2.5.1?)
9074             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9075             ;;
9076         esac
9077         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
9078
9079         # Commands to make compiler produce verbose output that lists
9080         # what "hidden" libraries, object files and flags are used when
9081         # linking a shared library.
9082         #
9083         # There doesn't appear to be a way to prevent this compiler from
9084         # explicitly linking system object files so we need to strip them
9085         # from the output so that they don't get included in the library
9086         # dependencies.
9087         output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
9088
9089         # Archives containing C++ object files must be created using
9090         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
9091         # necessary to make sure instantiated templates are included
9092         # in the archive.
9093         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
9094         ;;
9095       gcx)
9096         # Green Hills C++ Compiler
9097         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9098
9099         # The C++ compiler must be used to create the archive.
9100         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
9101         ;;
9102       *)
9103         # GNU C++ compiler with Solaris linker
9104         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9105           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
9106           if $CC --version | grep -v '^2\.7' > /dev/null; then
9107             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9108             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9109                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9110
9111             # Commands to make compiler produce verbose output that lists
9112             # what "hidden" libraries, object files and flags are used when
9113             # linking a shared library.
9114             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9115           else
9116             # g++ 2.7 appears to require `-G' NOT `-shared' on this
9117             # platform.
9118             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9119             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9120                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9121
9122             # Commands to make compiler produce verbose output that lists
9123             # what "hidden" libraries, object files and flags are used when
9124             # linking a shared library.
9125             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9126           fi
9127
9128           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
9129         fi
9130         ;;
9131     esac
9132     ;;
9133   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
9134     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9135     ;;
9136   tandem*)
9137     case $cc_basename in
9138       NCC)
9139         # NonStop-UX NCC 3.20
9140         # FIXME: insert proper C++ library support
9141         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9142         ;;
9143       *)
9144         # FIXME: insert proper C++ library support
9145         _LT_AC_TAGVAR(ld_shlibs, $1)=no
9146         ;;
9147     esac
9148     ;;
9149   vxworks*)
9150     # FIXME: insert proper C++ library support
9151     _LT_AC_TAGVAR(ld_shlibs, $1)=no
9152     ;;
9153   *)
9154     # FIXME: insert proper C++ library support
9155     _LT_AC_TAGVAR(ld_shlibs, $1)=no
9156     ;;
9157 esac
9158 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
9159 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9160
9161 _LT_AC_TAGVAR(GCC, $1)="$GXX"
9162 _LT_AC_TAGVAR(LD, $1)="$LD"
9163
9164 ## CAVEAT EMPTOR:
9165 ## There is no encapsulation within the following macros, do not change
9166 ## the running order or otherwise move them around unless you know exactly
9167 ## what you are doing...
9168 AC_LIBTOOL_POSTDEP_PREDEP($1)
9169 AC_LIBTOOL_PROG_COMPILER_PIC($1)
9170 AC_LIBTOOL_PROG_CC_C_O($1)
9171 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9172 AC_LIBTOOL_PROG_LD_SHLIBS($1)
9173 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9174 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9175 AC_LIBTOOL_SYS_LIB_STRIP
9176 AC_LIBTOOL_DLOPEN_SELF($1)
9177
9178 AC_LIBTOOL_CONFIG($1)
9179
9180 AC_LANG_POP
9181 CC=$lt_save_CC
9182 LDCXX=$LD
9183 LD=$lt_save_LD
9184 GCC=$lt_save_GCC
9185 with_gnu_ldcxx=$with_gnu_ld
9186 with_gnu_ld=$lt_save_with_gnu_ld
9187 lt_cv_path_LDCXX=$lt_cv_path_LD
9188 lt_cv_path_LD=$lt_save_path_LD
9189 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
9190 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
9191 ])
9192 m4trace:acinclude.m4:9493: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
9193 dnl we can't use the lt_simple_compile_test_code here,
9194 dnl because it contains code intended for an executable,
9195 dnl not a library.  It's possible we should let each
9196 dnl tag define a new lt_????_link_test_code variable,
9197 dnl but it's only used here...
9198 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
9199 int a;
9200 void foo (void) { a = 0; }
9201 EOF
9202 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
9203 class Foo
9204 {
9205 public:
9206   Foo (void) { a = 0; }
9207 private:
9208   int a;
9209 };
9210 EOF
9211 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
9212       subroutine foo
9213       implicit none
9214       integer*4 a
9215       a=0
9216       return
9217       end
9218 EOF
9219 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
9220 public class foo {
9221   private int a;
9222   public void bar (void) {
9223     a = 0;
9224   }
9225 };
9226 EOF
9227 ])
9228 dnl Parse the compiler output and extract the necessary
9229 dnl objects, libraries and library flags.
9230 if AC_TRY_EVAL(ac_compile); then
9231   # Parse the compiler output and extract the necessary
9232   # objects, libraries and library flags.
9233
9234   # Sentinel used to keep track of whether or not we are before
9235   # the conftest object file.
9236   pre_test_object_deps_done=no
9237
9238   # The `*' in the case matches for architectures that use `case' in
9239   # $output_verbose_cmd can trigger glob expansion during the loop
9240   # eval without this substitution.
9241   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
9242
9243   for p in `eval $output_verbose_link_cmd`; do
9244     case $p in
9245
9246     -L* | -R* | -l*)
9247        # Some compilers place space between "-{L,R}" and the path.
9248        # Remove the space.
9249        if test $p = "-L" \
9250           || test $p = "-R"; then
9251          prev=$p
9252          continue
9253        else
9254          prev=
9255        fi
9256
9257        if test "$pre_test_object_deps_done" = no; then
9258          case $p in
9259          -L* | -R*)
9260            # Internal compiler library paths should come after those
9261            # provided the user.  The postdeps already come after the
9262            # user supplied libs so there is no need to process them.
9263            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
9264              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
9265            else
9266              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
9267            fi
9268            ;;
9269          # The "-l" case would never come before the object being
9270          # linked, so don't bother handling this case.
9271          esac
9272        else
9273          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
9274            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
9275          else
9276            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
9277          fi
9278        fi
9279        ;;
9280
9281     *.$objext|*.$libext)
9282        # This assumes that the test object file only shows up
9283        # once in the compiler output.
9284        if test "$p" = "conftest.$objext"; then
9285          pre_test_object_deps_done=yes
9286          continue
9287        fi
9288
9289        if test "$pre_test_object_deps_done" = no; then
9290          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
9291            _LT_AC_TAGVAR(predep_objects, $1)="$p"
9292          else
9293            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
9294          fi
9295        else
9296          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
9297            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
9298          else
9299            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
9300          fi
9301        fi
9302        ;;
9303
9304     *) ;; # Ignore the rest.
9305
9306     esac
9307   done
9308
9309   # Clean up.
9310   rm -f a.out a.exe
9311 else
9312   echo "libtool.m4: error: problem compiling $1 test program"
9313 fi
9314
9315 $rm -f confest.$objext
9316
9317 case " $_LT_AC_TAGVAR(postdeps, $1) " in
9318 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
9319 esac
9320 ])
9321 m4trace:acinclude.m4:9628: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
9322 m4trace:acinclude.m4:9629: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
9323 AC_LANG_PUSH(Fortran 77)
9324
9325 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9326 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
9327 _LT_AC_TAGVAR(always_export_symbols, $1)=no
9328 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
9329 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
9330 _LT_AC_TAGVAR(hardcode_direct, $1)=no
9331 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
9332 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
9333 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
9334 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
9335 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
9336 _LT_AC_TAGVAR(module_cmds, $1)=
9337 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
9338 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
9339 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
9340 _LT_AC_TAGVAR(no_undefined_flag, $1)=
9341 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
9342 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
9343
9344 # Source file extension for f77 test sources.
9345 ac_ext=f
9346
9347 # Object file extension for compiled f77 test sources.
9348 objext=o
9349 _LT_AC_TAGVAR(objext, $1)=$objext
9350
9351 # Code to be used in simple compile tests
9352 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
9353
9354 # Code to be used in simple link tests
9355 lt_simple_link_test_code="      program t\n      end\n"
9356
9357 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
9358 _LT_AC_SYS_COMPILER
9359
9360 # Allow CC to be a program name with arguments.
9361 lt_save_CC="$CC"
9362 CC=${F77-"f77"}
9363 compiler=$CC
9364 _LT_AC_TAGVAR(compiler, $1)=$CC
9365 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
9366
9367 AC_MSG_CHECKING([if libtool supports shared libraries])
9368 AC_MSG_RESULT([$can_build_shared])
9369
9370 AC_MSG_CHECKING([whether to build shared libraries])
9371 test "$can_build_shared" = "no" && enable_shared=no
9372
9373 # On AIX, shared libraries and static libraries use the same namespace, and
9374 # are all built from PIC.
9375 case "$host_os" in
9376 aix3*)
9377   test "$enable_shared" = yes && enable_static=no
9378   if test -n "$RANLIB"; then
9379     archive_cmds="$archive_cmds~\$RANLIB \$lib"
9380     postinstall_cmds='$RANLIB $lib'
9381   fi
9382   ;;
9383 aix4*)
9384   test "$enable_shared" = yes && enable_static=no
9385   ;;
9386 esac
9387 AC_MSG_RESULT([$enable_shared])
9388
9389 AC_MSG_CHECKING([whether to build static libraries])
9390 # Make sure either enable_shared or enable_static is yes.
9391 test "$enable_shared" = yes || enable_static=yes
9392 AC_MSG_RESULT([$enable_static])
9393
9394 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9395
9396 _LT_AC_TAGVAR(GCC, $1)="$G77"
9397 _LT_AC_TAGVAR(LD, $1)="$LD"
9398
9399 AC_LIBTOOL_PROG_COMPILER_PIC($1)
9400 AC_LIBTOOL_PROG_CC_C_O($1)
9401 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9402 AC_LIBTOOL_PROG_LD_SHLIBS($1)
9403 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9404 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9405 AC_LIBTOOL_SYS_LIB_STRIP
9406
9407
9408 AC_LIBTOOL_CONFIG($1)
9409
9410 AC_LANG_POP
9411 CC="$lt_save_CC"
9412 ])
9413 m4trace:acinclude.m4:9728: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
9414 m4trace:acinclude.m4:9729: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
9415
9416 # Source file extension for Java test sources.
9417 ac_ext=java
9418
9419 # Object file extension for compiled Java test sources.
9420 objext=o
9421 _LT_AC_TAGVAR(objext, $1)=$objext
9422
9423 # Code to be used in simple compile tests
9424 lt_simple_compile_test_code="class foo {}\n"
9425
9426 # Code to be used in simple link tests
9427 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
9428
9429 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
9430 _LT_AC_SYS_COMPILER
9431
9432 # Allow CC to be a program name with arguments.
9433 lt_save_CC="$CC"
9434 CC=${GCJ-"gcj"}
9435 compiler=$CC
9436 _LT_AC_TAGVAR(compiler, $1)=$CC
9437
9438 # GCJ did not exist at the time GCC didn't implicitly link libc in.
9439 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9440
9441 ## CAVEAT EMPTOR:
9442 ## There is no encapsulation within the following macros, do not change
9443 ## the running order or otherwise move them around unless you know exactly
9444 ## what you are doing...
9445 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
9446 AC_LIBTOOL_PROG_COMPILER_PIC($1)
9447 AC_LIBTOOL_PROG_CC_C_O($1)
9448 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9449 AC_LIBTOOL_PROG_LD_SHLIBS($1)
9450 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9451 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9452 AC_LIBTOOL_SYS_LIB_STRIP
9453 AC_LIBTOOL_DLOPEN_SELF($1)
9454
9455 AC_LIBTOOL_CONFIG($1)
9456
9457 AC_LANG_RESTORE
9458 CC="$lt_save_CC"
9459 ])
9460 m4trace:acinclude.m4:9783: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
9461 m4trace:acinclude.m4:9784: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
9462
9463 # Source file extension for RC test sources.
9464 ac_ext=rc
9465
9466 # Object file extension for compiled RC test sources.
9467 objext=o
9468 _LT_AC_TAGVAR(objext, $1)=$objext
9469
9470 # Code to be used in simple compile tests
9471 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
9472
9473 # Code to be used in simple link tests
9474 lt_simple_link_test_code="$lt_simple_compile_test_code"
9475
9476 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
9477 _LT_AC_SYS_COMPILER
9478
9479 # Allow CC to be a program name with arguments.
9480 lt_save_CC="$CC"
9481 CC=${RC-"windres"}
9482 compiler=$CC
9483 _LT_AC_TAGVAR(compiler, $1)=$CC
9484 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
9485
9486 AC_LIBTOOL_CONFIG($1)
9487
9488 AC_LANG_RESTORE
9489 CC="$lt_save_CC"
9490 ])
9491 m4trace:acinclude.m4:9823: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
9492 # libtool distribution, otherwise you forgot to ship ltmain.sh
9493 # with your package, and you will get complaints that there are
9494 # no rules to generate ltmain.sh.
9495 if test -f "$ltmain"; then
9496   # See if we are running on zsh, and set the options which allow our commands through
9497   # without removal of \ escapes.
9498   if test -n "${ZSH_VERSION+set}" ; then
9499     setopt NO_GLOB_SUBST
9500   fi  
9501   # Now quote all the things that may contain metacharacters while being
9502   # careful not to overquote the AC_SUBSTed values.  We take copies of the
9503   # variables and quote the copies for generation of the libtool script.
9504   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
9505     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
9506     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
9507     deplibs_check_method reload_flag reload_cmds need_locks \
9508     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
9509     lt_cv_sys_global_symbol_to_c_name_address \
9510     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
9511     old_postinstall_cmds old_postuninstall_cmds \
9512     _LT_AC_TAGVAR(compiler, $1) \
9513     _LT_AC_TAGVAR(CC, $1) \
9514     _LT_AC_TAGVAR(LD, $1) \
9515     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
9516     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
9517     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
9518     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
9519     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
9520     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
9521     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
9522     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
9523     _LT_AC_TAGVAR(old_archive_cmds, $1) \
9524     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
9525     _LT_AC_TAGVAR(predep_objects, $1) \
9526     _LT_AC_TAGVAR(postdep_objects, $1) \
9527     _LT_AC_TAGVAR(predeps, $1) \
9528     _LT_AC_TAGVAR(postdeps, $1) \
9529     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
9530     _LT_AC_TAGVAR(archive_cmds, $1) \
9531     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
9532     _LT_AC_TAGVAR(postinstall_cmds, $1) \
9533     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
9534     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
9535     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
9536     _LT_AC_TAGVAR(no_undefined_flag, $1) \
9537     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
9538     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
9539     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
9540     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
9541     _LT_AC_TAGVAR(hardcode_automatic, $1) \
9542     _LT_AC_TAGVAR(module_cmds, $1) \
9543     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
9544     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
9545     _LT_AC_TAGVAR(exclude_expsyms, $1) \
9546     _LT_AC_TAGVAR(include_expsyms, $1); do
9547
9548     case $var in
9549     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
9550     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
9551     _LT_AC_TAGVAR(archive_cmds, $1) | \
9552     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
9553     _LT_AC_TAGVAR(module_cmds, $1) | \
9554     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
9555     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
9556     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
9557     extract_expsyms_cmds | reload_cmds | finish_cmds | \
9558     postinstall_cmds | postuninstall_cmds | \
9559     old_postinstall_cmds | old_postuninstall_cmds | \
9560     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
9561       # Double-quote double-evaled strings.
9562       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
9563       ;;
9564     *)
9565       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
9566       ;;
9567     esac
9568   done
9569
9570   case $lt_echo in
9571   *'\[$]0 --fallback-echo"')
9572     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
9573     ;;
9574   esac
9575
9576 ifelse([$1], [],
9577   [cfgfile="${ofile}T"
9578   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
9579   $rm -f "$cfgfile"
9580   AC_MSG_NOTICE([creating $ofile])],
9581   [cfgfile="$ofile"])
9582
9583   cat <<__EOF__ >> "$cfgfile"
9584 ifelse([$1], [],
9585 [#! $SHELL
9586
9587 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
9588 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
9589 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
9590 #
9591 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
9592 # Free Software Foundation, Inc.
9593 #
9594 # This file is part of GNU Libtool:
9595 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
9596 #
9597 # This program is free software; you can redistribute it and/or modify
9598 # it under the terms of the GNU General Public License as published by
9599 # the Free Software Foundation; either version 2 of the License, or
9600 # (at your option) any later version.
9601 #
9602 # This program is distributed in the hope that it will be useful, but
9603 # WITHOUT ANY WARRANTY; without even the implied warranty of
9604 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
9605 # General Public License for more details.
9606 #
9607 # You should have received a copy of the GNU General Public License
9608 # along with this program; if not, write to the Free Software
9609 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
9610 #
9611 # As a special exception to the GNU General Public License, if you
9612 # distribute this file as part of a program that contains a
9613 # configuration script generated by Autoconf, you may include it under
9614 # the same distribution terms that you use for the rest of that program.
9615
9616 # A sed program that does not truncate output.
9617 SED=$lt_SED
9618
9619 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
9620 Xsed="$SED -e s/^X//"
9621
9622 # The HP-UX ksh and POSIX shell print the target directory to stdout
9623 # if CDPATH is set.
9624 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
9625
9626 # The names of the tagged configurations supported by this script.
9627 available_tags=
9628
9629 # ### BEGIN LIBTOOL CONFIG],
9630 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
9631
9632 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9633
9634 # Shell to use when invoking shell scripts.
9635 SHELL=$lt_SHELL
9636
9637 # Whether or not to build shared libraries.
9638 build_libtool_libs=$enable_shared
9639
9640 # Whether or not to build static libraries.
9641 build_old_libs=$enable_static
9642
9643 # Whether or not to add -lc for building shared libraries.
9644 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
9645
9646 # Whether or not to disallow shared libs when runtime libs are static
9647 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
9648
9649 # Whether or not to optimize for fast installation.
9650 fast_install=$enable_fast_install
9651
9652 # The host system.
9653 host_alias=$host_alias
9654 host=$host
9655
9656 # An echo program that does not interpret backslashes.
9657 echo=$lt_echo
9658
9659 # The archiver.
9660 AR=$lt_AR
9661 AR_FLAGS=$lt_AR_FLAGS
9662
9663 # A C compiler.
9664 LTCC=$lt_LTCC
9665
9666 # A language-specific compiler.
9667 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
9668
9669 # Is the compiler the GNU C compiler?
9670 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
9671
9672 # An ERE matcher.
9673 EGREP=$lt_EGREP
9674
9675 # The linker used to build libraries.
9676 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
9677
9678 # Whether we need hard or soft links.
9679 LN_S=$lt_LN_S
9680
9681 # A BSD-compatible nm program.
9682 NM=$lt_NM
9683
9684 # A symbol stripping program
9685 STRIP=$STRIP
9686
9687 # Used to examine libraries when file_magic_cmd begins "file"
9688 MAGIC_CMD=$MAGIC_CMD
9689
9690 # Used on cygwin: DLL creation program.
9691 DLLTOOL="$DLLTOOL"
9692
9693 # Used on cygwin: object dumper.
9694 OBJDUMP="$OBJDUMP"
9695
9696 # Used on cygwin: assembler.
9697 AS="$AS"
9698
9699 # The name of the directory that contains temporary libtool files.
9700 objdir=$objdir
9701
9702 # How to create reloadable object files.
9703 reload_flag=$lt_reload_flag
9704 reload_cmds=$lt_reload_cmds
9705
9706 # How to pass a linker flag through the compiler.
9707 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
9708
9709 # Object file suffix (normally "o").
9710 objext="$ac_objext"
9711
9712 # Old archive suffix (normally "a").
9713 libext="$libext"
9714
9715 # Shared library suffix (normally ".so").
9716 shrext='$shrext'
9717
9718 # Executable file suffix (normally "").
9719 exeext="$exeext"
9720
9721 # Additional compiler flags for building library objects.
9722 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
9723 pic_mode=$pic_mode
9724
9725 # What is the maximum length of a command?
9726 max_cmd_len=$lt_cv_sys_max_cmd_len
9727
9728 # Does compiler simultaneously support -c and -o options?
9729 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
9730
9731 # Must we lock files when doing compilation ?
9732 need_locks=$lt_need_locks
9733
9734 # Do we need the lib prefix for modules?
9735 need_lib_prefix=$need_lib_prefix
9736
9737 # Do we need a version for libraries?
9738 need_version=$need_version
9739
9740 # Whether dlopen is supported.
9741 dlopen_support=$enable_dlopen
9742
9743 # Whether dlopen of programs is supported.
9744 dlopen_self=$enable_dlopen_self
9745
9746 # Whether dlopen of statically linked programs is supported.
9747 dlopen_self_static=$enable_dlopen_self_static
9748
9749 # Compiler flag to prevent dynamic linking.
9750 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
9751
9752 # Compiler flag to turn off builtin functions.
9753 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
9754
9755 # Compiler flag to allow reflexive dlopens.
9756 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
9757
9758 # Compiler flag to generate shared objects directly from archives.
9759 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
9760
9761 # Compiler flag to generate thread-safe objects.
9762 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
9763
9764 # Library versioning type.
9765 version_type=$version_type
9766
9767 # Format of library name prefix.
9768 libname_spec=$lt_libname_spec
9769
9770 # List of archive names.  First name is the real one, the rest are links.
9771 # The last name is the one that the linker finds with -lNAME.
9772 library_names_spec=$lt_library_names_spec
9773
9774 # The coded name of the library, if different from the real name.
9775 soname_spec=$lt_soname_spec
9776
9777 # Commands used to build and install an old-style archive.
9778 RANLIB=$lt_RANLIB
9779 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
9780 old_postinstall_cmds=$lt_old_postinstall_cmds
9781 old_postuninstall_cmds=$lt_old_postuninstall_cmds
9782
9783 # Create an old-style archive from a shared archive.
9784 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
9785
9786 # Create a temporary old-style archive to link instead of a shared archive.
9787 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
9788
9789 # Commands used to build and install a shared archive.
9790 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
9791 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
9792 postinstall_cmds=$lt_postinstall_cmds
9793 postuninstall_cmds=$lt_postuninstall_cmds
9794
9795 # Commands used to build a loadable module (assumed same as above if empty)
9796 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
9797 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
9798
9799 # Commands to strip libraries.
9800 old_striplib=$lt_old_striplib
9801 striplib=$lt_striplib
9802
9803 # Dependencies to place before the objects being linked to create a
9804 # shared library.
9805 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
9806
9807 # Dependencies to place after the objects being linked to create a
9808 # shared library.
9809 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
9810
9811 # Dependencies to place before the objects being linked to create a
9812 # shared library.
9813 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
9814
9815 # Dependencies to place after the objects being linked to create a
9816 # shared library.
9817 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
9818
9819 # The library search path used internally by the compiler when linking
9820 # a shared library.
9821 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
9822
9823 # Method to check whether dependent libraries are shared objects.
9824 deplibs_check_method=$lt_deplibs_check_method
9825
9826 # Command to use when deplibs_check_method == file_magic.
9827 file_magic_cmd=$lt_file_magic_cmd
9828
9829 # Flag that allows shared libraries with undefined symbols to be built.
9830 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
9831
9832 # Flag that forces no undefined symbols.
9833 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
9834
9835 # Commands used to finish a libtool library installation in a directory.
9836 finish_cmds=$lt_finish_cmds
9837
9838 # Same as above, but a single script fragment to be evaled but not shown.
9839 finish_eval=$lt_finish_eval
9840
9841 # Take the output of nm and produce a listing of raw symbols and C names.
9842 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
9843
9844 # Transform the output of nm in a proper C declaration
9845 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
9846
9847 # Transform the output of nm in a C name address pair
9848 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
9849
9850 # This is the shared library runtime path variable.
9851 runpath_var=$runpath_var
9852
9853 # This is the shared library path variable.
9854 shlibpath_var=$shlibpath_var
9855
9856 # Is shlibpath searched before the hard-coded library search path?
9857 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
9858
9859 # How to hardcode a shared library path into an executable.
9860 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
9861
9862 # Whether we should hardcode library paths into libraries.
9863 hardcode_into_libs=$hardcode_into_libs
9864
9865 # Flag to hardcode \$libdir into a binary during linking.
9866 # This must work even if \$libdir does not exist.
9867 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
9868
9869 # If ld is used when linking, flag to hardcode \$libdir into
9870 # a binary during linking. This must work even if \$libdir does
9871 # not exist.
9872 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
9873
9874 # Whether we need a single -rpath flag with a separated argument.
9875 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
9876
9877 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
9878 # resulting binary.
9879 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
9880
9881 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
9882 # resulting binary.
9883 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
9884
9885 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
9886 # the resulting binary.
9887 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
9888
9889 # Set to yes if building a shared library automatically hardcodes DIR into the library
9890 # and all subsequent libraries and executables linked against it.
9891 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
9892
9893 # Variables whose values should be saved in libtool wrapper scripts and
9894 # restored at relink time.
9895 variables_saved_for_relink="$variables_saved_for_relink"
9896
9897 # Whether libtool must link a program against all its dependency libraries.
9898 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
9899
9900 # Compile-time system search path for libraries
9901 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
9902
9903 # Run-time system search path for libraries
9904 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
9905
9906 # Fix the shell variable \$srcfile for the compiler.
9907 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
9908
9909 # Set to yes if exported symbols are required.
9910 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
9911
9912 # The commands to list exported symbols.
9913 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
9914
9915 # The commands to extract the exported symbol list from a shared archive.
9916 extract_expsyms_cmds=$lt_extract_expsyms_cmds
9917
9918 # Symbols that should not be listed in the preloaded symbols.
9919 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
9920
9921 # Symbols that must always be exported.
9922 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
9923
9924 ifelse([$1],[],
9925 [# ### END LIBTOOL CONFIG],
9926 [# ### END LIBTOOL TAG CONFIG: $tagname])
9927
9928 __EOF__
9929
9930 ifelse([$1],[], [
9931   case $host_os in
9932   aix3*)
9933     cat <<\EOF >> "$cfgfile"
9934
9935 # AIX sometimes has problems with the GCC collect2 program.  For some
9936 # reason, if we set the COLLECT_NAMES environment variable, the problems
9937 # vanish in a puff of smoke.
9938 if test "X${COLLECT_NAMES+set}" != Xset; then
9939   COLLECT_NAMES=
9940   export COLLECT_NAMES
9941 fi
9942 EOF
9943     ;;
9944   esac
9945
9946   # We use sed instead of cat because bash on DJGPP gets confused if
9947   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
9948   # text mode, it properly converts lines to CR/LF.  This bash problem
9949   # is reportedly fixed, but why not run on old versions too?
9950   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
9951
9952   mv -f "$cfgfile" "$ofile" || \
9953     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
9954   chmod +x "$ofile"
9955 ])
9956 else
9957   # If there is no Makefile yet, we rely on a make rule to execute
9958   # `config.status --recheck' to rerun these tests and create the
9959   # libtool script then.
9960   test -f Makefile && make "$ltmain"
9961 fi
9962 ])
9963 m4trace:acinclude.m4:10300: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
9964
9965 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
9966
9967 if test "$GCC" = yes; then
9968   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
9969
9970   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
9971     lt_cv_prog_compiler_rtti_exceptions,
9972     [-fno-rtti -fno-exceptions], [],
9973     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
9974 fi
9975 ])
9976 m4trace:acinclude.m4:10318: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
9977 AC_REQUIRE([AC_PROG_NM])
9978 AC_REQUIRE([AC_OBJEXT])
9979 # Check for command to grab the raw symbol name followed by C symbol from nm.
9980 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
9981 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
9982 [
9983 # These are sane defaults that work on at least a few old systems.
9984 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
9985
9986 # Character class describing NM global symbol codes.
9987 symcode='[[BCDEGRST]]'
9988
9989 # Regexp to match symbols that can be accessed directly from C.
9990 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
9991
9992 # Transform the above into a raw symbol and a C symbol.
9993 symxfrm='\1 \2\3 \3'
9994
9995 # Transform an extracted symbol line into a proper C declaration
9996 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
9997
9998 # Transform an extracted symbol line into symbol name and symbol address
9999 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
10000
10001 # Define system-specific variables.
10002 case $host_os in
10003 aix*)
10004   symcode='[[BCDT]]'
10005   ;;
10006 cygwin* | mingw* | pw32*)
10007   symcode='[[ABCDGISTW]]'
10008   ;;
10009 hpux*) # Its linker distinguishes data from code symbols
10010   if test "$host_cpu" = ia64; then
10011     symcode='[[ABCDEGRST]]'
10012   fi
10013   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
10014   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
10015   ;;
10016 irix* | nonstopux*)
10017   symcode='[[BCDEGRST]]'
10018   ;;
10019 osf*)
10020   symcode='[[BCDEGQRST]]'
10021   ;;
10022 solaris* | sysv5*)
10023   symcode='[[BDT]]'
10024   ;;
10025 sysv4)
10026   symcode='[[DFNSTU]]'
10027   ;;
10028 esac
10029
10030 # Handle CRLF in mingw tool chain
10031 opt_cr=
10032 case $build_os in
10033 mingw*)
10034   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
10035   ;;
10036 esac
10037
10038 # If we're using GNU nm, then use its standard symbol codes.
10039 case `$NM -V 2>&1` in
10040 *GNU* | *'with BFD'*)
10041   symcode='[[ABCDGISTW]]' ;;
10042 esac
10043
10044 # Try without a prefix undercore, then with it.
10045 for ac_symprfx in "" "_"; do
10046
10047   # Write the raw and C identifiers.
10048   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
10049
10050   # Check to see that the pipe works correctly.
10051   pipe_works=no
10052
10053   rm -f conftest*
10054   cat > conftest.$ac_ext <<EOF
10055 #ifdef __cplusplus
10056 extern "C" {
10057 #endif
10058 char nm_test_var;
10059 void nm_test_func(){}
10060 #ifdef __cplusplus
10061 }
10062 #endif
10063 int main(){nm_test_var='a';nm_test_func();return(0);}
10064 EOF
10065
10066   if AC_TRY_EVAL(ac_compile); then
10067     # Now try to grab the symbols.
10068     nlist=conftest.nm
10069     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
10070       # Try sorting and uniquifying the output.
10071       if sort "$nlist" | uniq > "$nlist"T; then
10072         mv -f "$nlist"T "$nlist"
10073       else
10074         rm -f "$nlist"T
10075       fi
10076
10077       # Make sure that we snagged all the symbols we need.
10078       if grep ' nm_test_var$' "$nlist" >/dev/null; then
10079         if grep ' nm_test_func$' "$nlist" >/dev/null; then
10080           cat <<EOF > conftest.$ac_ext
10081 #ifdef __cplusplus
10082 extern "C" {
10083 #endif
10084
10085 EOF
10086           # Now generate the symbol file.
10087           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
10088
10089           cat <<EOF >> conftest.$ac_ext
10090 #if defined (__STDC__) && __STDC__
10091 # define lt_ptr_t void *
10092 #else
10093 # define lt_ptr_t char *
10094 # define const
10095 #endif
10096
10097 /* The mapping between symbol names and symbols. */
10098 const struct {
10099   const char *name;
10100   lt_ptr_t address;
10101 }
10102 lt_preloaded_symbols[[]] =
10103 {
10104 EOF
10105           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
10106           cat <<\EOF >> conftest.$ac_ext
10107   {0, (lt_ptr_t) 0}
10108 };
10109
10110 #ifdef __cplusplus
10111 }
10112 #endif
10113 EOF
10114           # Now try linking the two files.
10115           mv conftest.$ac_objext conftstm.$ac_objext
10116           lt_save_LIBS="$LIBS"
10117           lt_save_CFLAGS="$CFLAGS"
10118           LIBS="conftstm.$ac_objext"
10119           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
10120           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
10121             pipe_works=yes
10122           fi
10123           LIBS="$lt_save_LIBS"
10124           CFLAGS="$lt_save_CFLAGS"
10125         else
10126           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
10127         fi
10128       else
10129         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
10130       fi
10131     else
10132       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
10133     fi
10134   else
10135     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
10136     cat conftest.$ac_ext >&5
10137   fi
10138   rm -f conftest* conftst*
10139
10140   # Do not use the global_symbol_pipe unless it works.
10141   if test "$pipe_works" = yes; then
10142     break
10143   else
10144     lt_cv_sys_global_symbol_pipe=
10145   fi
10146 done
10147 ])
10148 if test -z "$lt_cv_sys_global_symbol_pipe"; then
10149   lt_cv_sys_global_symbol_to_cdecl=
10150 fi
10151 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
10152   AC_MSG_RESULT(failed)
10153 else
10154   AC_MSG_RESULT(ok)
10155 fi
10156 ])
10157 m4trace:acinclude.m4:10504: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
10158 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10159 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
10160
10161 AC_MSG_CHECKING([for $compiler option to produce PIC])
10162  ifelse([$1],[CXX],[
10163   # C++ specific cases for pic, static, wl, etc.
10164   if test "$GXX" = yes; then
10165     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10166     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10167
10168     case $host_os in
10169     aix*)
10170       # All AIX code is PIC.
10171       if test "$host_cpu" = ia64; then
10172         # AIX 5 now supports IA64 processor
10173         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10174       fi
10175       ;;
10176     amigaos*)
10177       # FIXME: we need at least 68020 code to build shared libraries, but
10178       # adding the `-m68020' flag to GCC prevents building anything better,
10179       # like `-m68040'.
10180       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10181       ;;
10182     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10183       # PIC is the default for these OSes.
10184       ;;
10185     mingw* | os2* | pw32*)
10186       # This hack is so that the source file can tell whether it is being
10187       # built for inclusion in a dll (and should export symbols for example).
10188       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10189       ;;
10190     darwin* | rhapsody*)
10191       # PIC is the default on this platform
10192       # Common symbols not allowed in MH_DYLIB files
10193       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10194       ;;
10195     *djgpp*)
10196       # DJGPP does not support shared libraries at all
10197       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10198       ;;
10199     sysv4*MP*)
10200       if test -d /usr/nec; then
10201         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10202       fi
10203       ;;
10204     hpux*)
10205       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10206       # not for PA HP-UX.
10207       case "$host_cpu" in
10208       hppa*64*|ia64*)
10209         ;;
10210       *)
10211         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10212         ;;
10213       esac
10214       ;;
10215     *)
10216       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10217       ;;
10218     esac
10219   else
10220     case $host_os in
10221       aix4* | aix5*)
10222         # All AIX code is PIC.
10223         if test "$host_cpu" = ia64; then
10224           # AIX 5 now supports IA64 processor
10225           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10226         else
10227           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10228         fi
10229         ;;
10230       chorus*)
10231         case $cc_basename in
10232         cxch68)
10233           # Green Hills C++ Compiler
10234           # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
10235           ;;
10236         esac
10237         ;;
10238       dgux*)
10239         case $cc_basename in
10240           ec++)
10241             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10242             ;;
10243           ghcx)
10244             # Green Hills C++ Compiler
10245             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10246             ;;
10247           *)
10248             ;;
10249         esac
10250         ;;
10251       freebsd* | kfreebsd*-gnu)
10252         # FreeBSD uses GNU C++
10253         ;;
10254       hpux9* | hpux10* | hpux11*)
10255         case $cc_basename in
10256           CC)
10257             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10258             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10259             if test "$host_cpu" != ia64; then
10260               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10261             fi
10262             ;;
10263           aCC)
10264             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10265             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10266             case "$host_cpu" in
10267             hppa*64*|ia64*)
10268               # +Z the default
10269               ;;
10270             *)
10271               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10272               ;;
10273             esac
10274             ;;
10275           *)
10276             ;;
10277         esac
10278         ;;
10279       irix5* | irix6* | nonstopux*)
10280         case $cc_basename in
10281           CC)
10282             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10283             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10284             # CC pic flag -KPIC is the default.
10285             ;;
10286           *)
10287             ;;
10288         esac
10289         ;;
10290       linux*)
10291         case $cc_basename in
10292           KCC)
10293             # KAI C++ Compiler
10294             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10295             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10296             ;;
10297           icpc)
10298             # Intel C++
10299             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10300             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10301             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10302             ;; 
10303           cxx)
10304             # Compaq C++
10305             # Make sure the PIC flag is empty.  It appears that all Alpha
10306             # Linux and Compaq Tru64 Unix objects are PIC.
10307             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10308             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10309             ;;
10310           *)
10311             ;;
10312         esac
10313         ;;
10314       lynxos*)
10315         ;;
10316       m88k*)
10317         ;;
10318       mvs*)
10319         case $cc_basename in
10320           cxx)
10321             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
10322             ;;
10323           *)
10324             ;;
10325         esac
10326         ;;
10327       netbsd*)
10328         ;;
10329       osf3* | osf4* | osf5*)
10330         case $cc_basename in
10331           KCC)
10332             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10333             ;;
10334           RCC)
10335             # Rational C++ 2.4.1
10336             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10337             ;;
10338           cxx)
10339             # Digital/Compaq C++
10340             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10341             # Make sure the PIC flag is empty.  It appears that all Alpha
10342             # Linux and Compaq Tru64 Unix objects are PIC.
10343             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10344             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10345             ;;
10346           *)
10347             ;;
10348         esac
10349         ;;
10350       psos*)
10351         ;;
10352       sco*)
10353         case $cc_basename in
10354           CC)
10355             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10356             ;;
10357           *)
10358             ;;
10359         esac
10360         ;;
10361       solaris*)
10362         case $cc_basename in
10363           CC)
10364             # Sun C++ 4.2, 5.x and Centerline C++
10365             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10366             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10367             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10368             ;;
10369           gcx)
10370             # Green Hills C++ Compiler
10371             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10372             ;;
10373           *)
10374             ;;
10375         esac
10376         ;;
10377       sunos4*)
10378         case $cc_basename in
10379           CC)
10380             # Sun C++ 4.x
10381             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10382             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10383             ;;
10384           lcc)
10385             # Lucid
10386             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10387             ;;
10388           *)
10389             ;;
10390         esac
10391         ;;
10392       tandem*)
10393         case $cc_basename in
10394           NCC)
10395             # NonStop-UX NCC 3.20
10396             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10397             ;;
10398           *)
10399             ;;
10400         esac
10401         ;;
10402       unixware*)
10403         ;;
10404       vxworks*)
10405         ;;
10406       *)
10407         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10408         ;;
10409     esac
10410   fi
10411 ],
10412 [
10413   if test "$GCC" = yes; then
10414     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10415     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10416
10417     case $host_os in
10418       aix*)
10419       # All AIX code is PIC.
10420       if test "$host_cpu" = ia64; then
10421         # AIX 5 now supports IA64 processor
10422         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10423       fi
10424       ;;
10425
10426     amigaos*)
10427       # FIXME: we need at least 68020 code to build shared libraries, but
10428       # adding the `-m68020' flag to GCC prevents building anything better,
10429       # like `-m68040'.
10430       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10431       ;;
10432
10433     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10434       # PIC is the default for these OSes.
10435       ;;
10436
10437     mingw* | pw32* | os2*)
10438       # This hack is so that the source file can tell whether it is being
10439       # built for inclusion in a dll (and should export symbols for example).
10440       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10441       ;;
10442
10443     darwin* | rhapsody*)
10444       # PIC is the default on this platform
10445       # Common symbols not allowed in MH_DYLIB files
10446       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10447       ;;
10448
10449     msdosdjgpp*)
10450       # Just because we use GCC doesn't mean we suddenly get shared libraries
10451       # on systems that don't support them.
10452       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10453       enable_shared=no
10454       ;;
10455
10456     sysv4*MP*)
10457       if test -d /usr/nec; then
10458         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10459       fi
10460       ;;
10461
10462     hpux*)
10463       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10464       # not for PA HP-UX.
10465       case "$host_cpu" in
10466       hppa*64*|ia64*)
10467         # +Z the default
10468         ;;
10469       *)
10470         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10471         ;;
10472       esac
10473       ;;
10474
10475     *)
10476       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10477       ;;
10478     esac
10479   else
10480     # PORTME Check for flag to pass linker flags through the system compiler.
10481     case $host_os in
10482     aix*)
10483       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10484       if test "$host_cpu" = ia64; then
10485         # AIX 5 now supports IA64 processor
10486         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10487       else
10488         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10489       fi
10490       ;;
10491
10492     mingw* | pw32* | os2*)
10493       # This hack is so that the source file can tell whether it is being
10494       # built for inclusion in a dll (and should export symbols for example).
10495       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10496       ;;
10497
10498     hpux9* | hpux10* | hpux11*)
10499       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10500       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10501       # not for PA HP-UX.
10502       case "$host_cpu" in
10503       hppa*64*|ia64*)
10504         # +Z the default
10505         ;;
10506       *)
10507         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10508         ;;
10509       esac
10510       # Is there a better lt_prog_compiler_static that works with the bundled CC?
10511       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
10512       ;;
10513
10514     irix5* | irix6* | nonstopux*)
10515       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10516       # PIC (with -KPIC) is the default.
10517       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10518       ;;
10519
10520     newsos6)
10521       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10522       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10523       ;;
10524
10525     linux*)
10526       case $CC in
10527       icc* | ecc*)
10528         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10529         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10530         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10531         ;;
10532       ccc*)
10533         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10534         # All Alpha code is PIC.
10535         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10536         ;;
10537       esac
10538       ;;
10539
10540     osf3* | osf4* | osf5*)
10541       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10542       # All OSF/1 code is PIC.
10543       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10544       ;;
10545
10546     sco3.2v5*)
10547       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
10548       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
10549       ;;
10550
10551     solaris*)
10552       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10553       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10554       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10555       ;;
10556
10557     sunos4*)
10558       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10559       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10560       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10561       ;;
10562
10563     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10564       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10565       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10566       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10567       ;;
10568
10569     sysv4*MP*)
10570       if test -d /usr/nec ;then
10571         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
10572         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10573       fi
10574       ;;
10575
10576     uts4*)
10577       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10578       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10579       ;;
10580
10581     *)
10582       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10583       ;;
10584     esac
10585   fi
10586 ])
10587 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
10588
10589 #
10590 # Check to make sure the PIC flag actually works.
10591 #
10592 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
10593   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
10594     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
10595     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
10596     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
10597      "" | " "*) ;;
10598      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
10599      esac],
10600     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10601      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
10602 fi
10603 case "$host_os" in
10604   # For platforms which do not support PIC, -DPIC is meaningless:
10605   *djgpp*)
10606     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10607     ;;
10608   *)
10609     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
10610     ;;
10611 esac
10612 ])
10613 m4trace:acinclude.m4:10966: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
10614 ifelse([$1],[CXX],[
10615   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10616   case $host_os in
10617   aix4* | aix5*)
10618     # If we're using GNU nm, then we don't want the "-C" option.
10619     # -C means demangle to AIX nm, but means don't demangle with GNU nm
10620     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10621       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
10622     else
10623       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
10624     fi
10625     ;;
10626   pw32*)
10627     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
10628   ;;
10629   cygwin* | mingw*)
10630     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
10631   ;;
10632   *)
10633     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10634   ;;
10635   esac
10636 ],[
10637   runpath_var=
10638   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
10639   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
10640   _LT_AC_TAGVAR(archive_cmds, $1)=
10641   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
10642   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
10643   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
10644   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
10645   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10646   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
10647   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
10648   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
10649   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
10650   _LT_AC_TAGVAR(hardcode_direct, $1)=no
10651   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
10652   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
10653   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
10654   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
10655   _LT_AC_TAGVAR(module_cmds, $1)=
10656   _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
10657   _LT_AC_TAGVAR(always_export_symbols, $1)=no
10658   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10659   # include_expsyms should be a list of space-separated symbols to be *always*
10660   # included in the symbol list
10661   _LT_AC_TAGVAR(include_expsyms, $1)=
10662   # exclude_expsyms can be an extended regexp of symbols to exclude
10663   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10664   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10665   # as well as any symbol that contains `d'.
10666   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
10667   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10668   # platforms (ab)use it in PIC code, but their linkers get confused if
10669   # the symbol is explicitly referenced.  Since portable code cannot
10670   # rely on this symbol name, it's probably fine to never include it in
10671   # preloaded symbol tables.
10672   extract_expsyms_cmds=
10673
10674   case $host_os in
10675   cygwin* | mingw* | pw32*)
10676     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10677     # When not using gcc, we currently assume that we are using
10678     # Microsoft Visual C++.
10679     if test "$GCC" != yes; then
10680       with_gnu_ld=no
10681     fi
10682     ;;
10683   openbsd*)
10684     with_gnu_ld=no
10685     ;;
10686   esac
10687
10688   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
10689   if test "$with_gnu_ld" = yes; then
10690     # If archive_cmds runs LD, not CC, wlarc should be empty
10691     wlarc='${wl}'
10692
10693     # See if GNU ld supports shared libraries.
10694     case $host_os in
10695     aix3* | aix4* | aix5*)
10696       # On AIX/PPC, the GNU linker is very broken
10697       if test "$host_cpu" != ia64; then
10698         _LT_AC_TAGVAR(ld_shlibs, $1)=no
10699         cat <<EOF 1>&2
10700
10701 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
10702 *** to be unable to reliably create shared libraries on AIX.
10703 *** Therefore, libtool is disabling shared libraries support.  If you
10704 *** really care for shared libraries, you may want to modify your PATH
10705 *** so that a non-GNU linker is found, and then restart.
10706
10707 EOF
10708       fi
10709       ;;
10710
10711     amigaos*)
10712       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10713       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10714       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10715
10716       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
10717       # that the semantics of dynamic libraries on AmigaOS, at least up
10718       # to version 4, is to share data among multiple programs linked
10719       # with the same dynamic library.  Since this doesn't match the
10720       # behavior of shared libraries on other platforms, we can't use
10721       # them.
10722       _LT_AC_TAGVAR(ld_shlibs, $1)=no
10723       ;;
10724
10725     beos*)
10726       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10727         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10728         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10729         # support --undefined.  This deserves some investigation.  FIXME
10730         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10731       else
10732         _LT_AC_TAGVAR(ld_shlibs, $1)=no
10733       fi
10734       ;;
10735
10736     cygwin* | mingw* | pw32*)
10737       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
10738       # as there is no search path for DLLs.
10739       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10740       _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
10741       _LT_AC_TAGVAR(always_export_symbols, $1)=no
10742       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
10743       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
10744
10745       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
10746         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
10747         # If the export-symbols file already is a .def file (1st line
10748         # is EXPORTS), use it as is; otherwise, prepend...
10749         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10750           cp $export_symbols $output_objdir/$soname.def;
10751         else
10752           echo EXPORTS > $output_objdir/$soname.def;
10753           cat $export_symbols >> $output_objdir/$soname.def;
10754         fi~
10755         $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
10756       else
10757         ld_shlibs=no
10758       fi
10759       ;;
10760
10761     netbsd*)
10762       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10763         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10764         wlarc=
10765       else
10766         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10767         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10768       fi
10769       ;;
10770
10771     solaris* | sysv5*)
10772       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
10773         _LT_AC_TAGVAR(ld_shlibs, $1)=no
10774         cat <<EOF 1>&2
10775
10776 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10777 *** create shared libraries on Solaris systems.  Therefore, libtool
10778 *** is disabling shared libraries support.  We urge you to upgrade GNU
10779 *** binutils to release 2.9.1 or newer.  Another option is to modify
10780 *** your PATH or compiler configuration so that the native linker is
10781 *** used, and then restart.
10782
10783 EOF
10784       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10785         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10786         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10787       else
10788         _LT_AC_TAGVAR(ld_shlibs, $1)=no
10789       fi
10790       ;;
10791
10792     sunos4*)
10793       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10794       wlarc=
10795       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10796       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
10797       ;;
10798
10799     *)
10800       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10801         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10802         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10803       else
10804         _LT_AC_TAGVAR(ld_shlibs, $1)=no
10805       fi
10806       ;;
10807     esac
10808
10809     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
10810       runpath_var=LD_RUN_PATH
10811       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
10812       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
10813       # ancient GNU ld didn't support --whole-archive et. al.
10814       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
10815         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10816       else
10817         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10818       fi
10819     fi
10820   else
10821     # PORTME fill in a description of your system's linker (not GNU ld)
10822     case $host_os in
10823     aix3*)
10824       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10825       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
10826       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
10827       # Note: this linker hardcodes the directories in LIBPATH if there
10828       # are no directories specified by -L.
10829       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10830       if test "$GCC" = yes && test -z "$link_static_flag"; then
10831         # Neither direct hardcoding nor static linking is supported with a
10832         # broken collect2.
10833         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
10834       fi
10835       ;;
10836
10837     aix4* | aix5*)
10838       if test "$host_cpu" = ia64; then
10839         # On IA64, the linker does run time linking by default, so we don't
10840         # have to do anything special.
10841         aix_use_runtimelinking=no
10842         exp_sym_flag='-Bexport'
10843         no_entry_flag=""
10844       else
10845         # If we're using GNU nm, then we don't want the "-C" option.
10846         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10847         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10848           _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
10849         else
10850           _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
10851         fi
10852
10853         # KDE requires run time linking.  Make it the default.
10854         aix_use_runtimelinking=yes
10855         exp_sym_flag='-bexport'
10856         no_entry_flag='-bnoentry'
10857       fi
10858
10859       # When large executables or shared objects are built, AIX ld can
10860       # have problems creating the table of contents.  If linking a library
10861       # or program results in "error TOC overflow" add -mminimal-toc to
10862       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10863       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10864
10865       _LT_AC_TAGVAR(archive_cmds, $1)=''
10866       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10867       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
10868       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
10869
10870       if test "$GCC" = yes; then
10871         case $host_os in aix4.[012]|aix4.[012].*)
10872         # We only want to do this on AIX 4.2 and lower, the check
10873         # below for broken collect2 doesn't work under 4.3+
10874           collect2name=`${CC} -print-prog-name=collect2`
10875           if test -f "$collect2name" && \
10876            strings "$collect2name" | grep resolve_lib_name >/dev/null
10877           then
10878           # We have reworked collect2
10879           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10880           else
10881           # We have old collect2
10882           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
10883           # It fails to find uninstalled libraries when the uninstalled
10884           # path is not listed in the libpath.  Setting hardcode_minus_L
10885           # to unsupported forces relinking
10886           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10887           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10888           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
10889           fi
10890         esac
10891         shared_flag='-shared'
10892       else
10893         # not using gcc
10894         if test "$host_cpu" = ia64; then
10895         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10896         # chokes on -Wl,-G. The following line is correct:
10897           shared_flag='-G'
10898         else
10899         if test "$aix_use_runtimelinking" = yes; then
10900             shared_flag='-qmkshrobj ${wl}-G'
10901           else
10902             shared_flag='-qmkshrobj'
10903         fi
10904         fi
10905       fi
10906
10907       # Let the compiler handle the export list.
10908       _LT_AC_TAGVAR(always_export_symbols, $1)=no
10909       if test "$aix_use_runtimelinking" = yes; then
10910         # Warning - without using the other runtime loading flags (-brtl),
10911         # -berok will link without error, but may produce a broken library.
10912         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
10913        # Determine the default libpath from the value encoded in an empty executable.
10914         _LT_AC_SYS_LIBPATH_AIX
10915         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
10916         _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
10917         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
10918        else
10919         if test "$host_cpu" = ia64; then
10920           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
10921           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
10922           _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
10923         else
10924          # Determine the default libpath from the value encoded in an empty executable.
10925          _LT_AC_SYS_LIBPATH_AIX
10926          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
10927           # Warning - without using the other run time loading flags,
10928           # -berok will link without error, but may produce a broken library.
10929           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
10930           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
10931           # -bexpall does not export symbols beginning with underscore (_)
10932           _LT_AC_TAGVAR(always_export_symbols, $1)=yes
10933           # Exported symbols can be pulled into shared objects from archives
10934           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
10935           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
10936           # This is similar to how AIX traditionally builds it's shared libraries.
10937           _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
10938         fi
10939       fi
10940       ;;
10941
10942     amigaos*)
10943       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10944       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10945       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10946       # see comment about different semantics on the GNU ld section
10947       _LT_AC_TAGVAR(ld_shlibs, $1)=no
10948       ;;
10949
10950     bsdi4*)
10951       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
10952       ;;
10953
10954     cygwin* | mingw* | pw32*)
10955       # When not using gcc, we currently assume that we are using
10956       # Microsoft Visual C++.
10957       # hardcode_libdir_flag_spec is actually meaningless, as there is
10958       # no search path for DLLs.
10959       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
10960       _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
10961       # Tell ltmain to make .lib files, not .a files.
10962       libext=lib
10963       # Tell ltmain to make .dll files, not .so files.
10964       shrext=".dll"
10965       # FIXME: Setting linknames here is a bad hack.
10966       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
10967       # The linker will automatically build a .lib file if we build a DLL.
10968       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
10969       # FIXME: Should let the user specify the lib program.
10970       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
10971       fix_srcfile_path='`cygpath -w "$srcfile"`'
10972       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
10973       ;;
10974
10975     darwin* | rhapsody*)
10976     if test "$GXX" = yes ; then
10977       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
10978       case "$host_os" in
10979       rhapsody* | darwin1.[[012]])
10980         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
10981         ;;
10982       *) # Darwin 1.3 on
10983         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
10984           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
10985         else
10986           case ${MACOSX_DEPLOYMENT_TARGET} in
10987             10.[012])
10988               _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
10989               ;;
10990             10.*)
10991               _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
10992               ;;
10993           esac
10994         fi
10995         ;;
10996       esac
10997         lt_int_apple_cc_single_mod=no
10998         output_verbose_link_cmd='echo'
10999         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
11000           lt_int_apple_cc_single_mod=yes
11001         fi
11002         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11003           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
11004         else
11005         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
11006       fi
11007       _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
11008       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
11009         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11010           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11011         else
11012           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11013         fi
11014           _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11015       _LT_AC_TAGVAR(hardcode_direct, $1)=no
11016       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
11017       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
11018       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
11019       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11020     else  
11021       _LT_AC_TAGVAR(ld_shlibs, $1)=no
11022     fi  
11023       ;;
11024
11025     dgux*)
11026       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11027       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11028       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11029       ;;
11030
11031     freebsd1*)
11032       _LT_AC_TAGVAR(ld_shlibs, $1)=no
11033       ;;
11034
11035     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11036     # support.  Future versions do this automatically, but an explicit c++rt0.o
11037     # does not break anything, and helps significantly (at the cost of a little
11038     # extra space).
11039     freebsd2.2*)
11040       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11041       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11042       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11043       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11044       ;;
11045
11046     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11047     freebsd2*)
11048       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11049       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11050       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11051       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11052       ;;
11053
11054     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11055     freebsd* | kfreebsd*-gnu)
11056       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
11057       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11058       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11059       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11060       ;;
11061
11062     hpux9*)
11063       if test "$GCC" = yes; then
11064         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11065       else
11066         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11067       fi
11068       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11069       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11070       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11071
11072       # hardcode_minus_L: Not really in the search PATH,
11073       # but as the default location of the library.
11074       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11075       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11076       ;;
11077
11078     hpux10* | hpux11*)
11079       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11080         case "$host_cpu" in
11081         hppa*64*|ia64*)
11082           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11083           ;;
11084         *)
11085           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
11086           ;;
11087         esac
11088       else
11089         case "$host_cpu" in
11090         hppa*64*|ia64*)
11091           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
11092           ;;
11093         *)
11094           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11095           ;;
11096         esac
11097       fi
11098       if test "$with_gnu_ld" = no; then
11099         case "$host_cpu" in
11100         hppa*64*)
11101           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11102           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
11103           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11104           _LT_AC_TAGVAR(hardcode_direct, $1)=no
11105           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11106           ;;
11107         ia64*)
11108           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11109           _LT_AC_TAGVAR(hardcode_direct, $1)=no
11110           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11111
11112           # hardcode_minus_L: Not really in the search PATH,
11113           # but as the default location of the library.
11114           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11115           ;;
11116         *)
11117           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11118           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11119           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11120           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11121
11122           # hardcode_minus_L: Not really in the search PATH,
11123           # but as the default location of the library.
11124           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11125           ;;
11126         esac
11127       fi
11128       ;;
11129
11130     irix5* | irix6* | nonstopux*)
11131       if test "$GCC" = yes; then
11132         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11133       else
11134         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11135         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
11136       fi
11137       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11138       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11139       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11140       ;;
11141
11142     netbsd*)
11143       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11144         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11145       else
11146         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11147       fi
11148       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11149       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11150       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11151       ;;
11152
11153     newsos6)
11154       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11155       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11156       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11157       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11158       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11159       ;;
11160
11161     openbsd*)
11162       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11163       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11164       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11165         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11166         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11167         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11168       else
11169        case $host_os in
11170          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
11171            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11172            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11173            ;;
11174          *)
11175            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11176            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11177            ;;
11178        esac
11179       fi
11180       ;;
11181
11182     os2*)
11183       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11184       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11185       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
11186       _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
11187       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11188       ;;
11189
11190     osf3*)
11191       if test "$GCC" = yes; then
11192         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11193         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11194       else
11195         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11196         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11197       fi
11198       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11199       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11200       ;;
11201
11202     osf4* | osf5*)      # as osf3* with the addition of -msym flag
11203       if test "$GCC" = yes; then
11204         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11205         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11206         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11207       else
11208         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11209         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11210         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
11211         $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
11212
11213         # Both c and cxx compiler support -rpath directly
11214         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
11215       fi
11216       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11217       ;;
11218
11219     sco3.2v5*)
11220       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11221       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11222       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
11223       runpath_var=LD_RUN_PATH
11224       hardcode_runpath_var=yes
11225       ;;
11226
11227     solaris*)
11228       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11229       if test "$GCC" = yes; then
11230         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11231         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11232           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
11233       else
11234         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11235         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11236         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11237       fi
11238       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11239       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11240       case $host_os in
11241       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
11242       *) # Supported since Solaris 2.6 (maybe 2.5.1?)
11243         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
11244       esac
11245       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11246       ;;
11247
11248     sunos4*)
11249       if test "x$host_vendor" = xsequent; then
11250         # Use $CC to link under sequent, because it throws in some extra .o
11251         # files that make .init and .fini sections work.
11252         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
11253       else
11254         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11255       fi
11256       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11257       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11258       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11259       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11260       ;;
11261
11262     sysv4)
11263       case $host_vendor in
11264         sni)
11265           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11266           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
11267         ;;
11268         siemens)
11269           ## LD is ld it makes a PLAMLIB
11270           ## CC just makes a GrossModule.
11271           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11272           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
11273           _LT_AC_TAGVAR(hardcode_direct, $1)=no
11274         ;;
11275         motorola)
11276           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11277           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
11278         ;;
11279       esac
11280       runpath_var='LD_RUN_PATH'
11281       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11282       ;;
11283
11284     sysv4.3*)
11285       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11286       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11287       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
11288       ;;
11289
11290     sysv4*MP*)
11291       if test -d /usr/nec; then
11292         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11293         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11294         runpath_var=LD_RUN_PATH
11295         hardcode_runpath_var=yes
11296         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
11297       fi
11298       ;;
11299
11300     sysv4.2uw2*)
11301       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11302       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11303       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
11304       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11305       hardcode_runpath_var=yes
11306       runpath_var=LD_RUN_PATH
11307       ;;
11308
11309    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
11310       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
11311       if test "$GCC" = yes; then
11312         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11313       else
11314         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11315       fi
11316       runpath_var='LD_RUN_PATH'
11317       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11318       ;;
11319
11320     sysv5*)
11321       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11322       # $CC -shared without GNU ld will not create a library from C++
11323       # object files and a static libstdc++, better avoid it by now
11324       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11325       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11326                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11327       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
11328       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11329       runpath_var='LD_RUN_PATH'
11330       ;;
11331
11332     uts4*)
11333       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11334       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11335       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11336       ;;
11337
11338     *)
11339       _LT_AC_TAGVAR(ld_shlibs, $1)=no
11340       ;;
11341     esac
11342   fi
11343 ])
11344 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
11345 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
11346
11347 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11348 if test "$GCC" = yes; then
11349   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11350 fi
11351
11352 #
11353 # Do we need to explicitly link libc?
11354 #
11355 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
11356 x|xyes)
11357   # Assume -lc should be added
11358   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11359
11360   if test "$enable_shared" = yes && test "$GCC" = yes; then
11361     case $_LT_AC_TAGVAR(archive_cmds, $1) in
11362     *'~'*)
11363       # FIXME: we may have to deal with multi-command sequences.
11364       ;;
11365     '$CC '*)
11366       # Test whether the compiler implicitly links with -lc since on some
11367       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11368       # to ld, don't add -lc before -lgcc.
11369       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
11370       $rm conftest*
11371       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11372   
11373       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
11374         soname=conftest
11375         lib=conftest
11376         libobjs=conftest.$ac_objext
11377         deplibs=
11378         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
11379         compiler_flags=-v
11380         linker_flags=-v
11381         verstring=
11382         output_objdir=.
11383         libname=conftest
11384         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
11385         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
11386         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
11387         then
11388           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
11389         else
11390           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11391         fi
11392         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
11393       else
11394         cat conftest.err 1>&5
11395       fi
11396       $rm conftest*
11397       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
11398       ;;
11399     esac
11400   fi
11401   ;;
11402 esac
11403 ])
11404 m4trace:acinclude.m4:11763: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
11405 # /* ltdll.c starts here */
11406 # #define WIN32_LEAN_AND_MEAN
11407 # #include <windows.h>
11408 # #undef WIN32_LEAN_AND_MEAN
11409 # #include <stdio.h>
11410 #
11411 # #ifndef __CYGWIN__
11412 # #  ifdef __CYGWIN32__
11413 # #    define __CYGWIN__ __CYGWIN32__
11414 # #  endif
11415 # #endif
11416 #
11417 # #ifdef __cplusplus
11418 # extern "C" {
11419 # #endif
11420 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
11421 # #ifdef __cplusplus
11422 # }
11423 # #endif
11424 #
11425 # #ifdef __CYGWIN__
11426 # #include <cygwin/cygwin_dll.h>
11427 # DECLARE_CYGWIN_DLL( DllMain );
11428 # #endif
11429 # HINSTANCE __hDllInstance_base;
11430 #
11431 # BOOL APIENTRY
11432 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
11433 # {
11434 #   __hDllInstance_base = hInst;
11435 #   return TRUE;
11436 # }
11437 # /* ltdll.c ends here */
11438 ])
11439 m4trace:acinclude.m4:11802: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
11440 m4trace:acinclude.m4:11806: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
11441 m4trace:acinclude.m4:11807: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
11442 m4trace:acinclude.m4:11808: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
11443 m4trace:acinclude.m4:11809: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
11444 m4trace:acinclude.m4:11810: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
11445 m4trace:acinclude.m4:11811: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
11446 m4trace:acinclude.m4:11812: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
11447 m4trace:acinclude.m4:11817: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
11448   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
11449   AC_SUBST(GCJFLAGS)
11450 ])
11451 m4trace:acinclude.m4:11823: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
11452 ])
11453 m4trace:acinclude.m4:11837: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
11454 AC_CACHE_VAL(lt_cv_path_SED,
11455 [# Loop through the user's path and test for sed and gsed.
11456 # Then use that list of sed's as ones to test for truncation.
11457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11458 for as_dir in $PATH
11459 do
11460   IFS=$as_save_IFS
11461   test -z "$as_dir" && as_dir=.
11462   for lt_ac_prog in sed gsed; do
11463     for ac_exec_ext in '' $ac_executable_extensions; do
11464       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
11465         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
11466       fi
11467     done
11468   done
11469 done
11470 lt_ac_max=0
11471 lt_ac_count=0
11472 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
11473 # along with /bin/sed that truncates output.
11474 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
11475   test ! -f $lt_ac_sed && break
11476   cat /dev/null > conftest.in
11477   lt_ac_count=0
11478   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
11479   # Check for GNU sed and select it if it is found.
11480   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
11481     lt_cv_path_SED=$lt_ac_sed
11482     break
11483   fi
11484   while true; do
11485     cat conftest.in conftest.in >conftest.tmp
11486     mv conftest.tmp conftest.in
11487     cp conftest.in conftest.nl
11488     echo >>conftest.nl
11489     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
11490     cmp -s conftest.out conftest.nl || break
11491     # 10000 chars as input seems more than enough
11492     test $lt_ac_count -gt 10 && break
11493     lt_ac_count=`expr $lt_ac_count + 1`
11494     if test $lt_ac_count -gt $lt_ac_max; then
11495       lt_ac_max=$lt_ac_count
11496       lt_cv_path_SED=$lt_ac_sed
11497     fi
11498   done
11499 done
11500 ])
11501 SED=$lt_cv_path_SED
11502 AC_MSG_RESULT([$SED])
11503 ])
11504 m4trace:configure.in:31: -1- m4_pattern_forbid([^_?A[CHUM]_])
11505 m4trace:configure.in:31: -1- m4_pattern_forbid([_AC_])
11506 m4trace:configure.in:31: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
11507 m4trace:configure.in:31: -1- m4_pattern_allow([^AS_FLAGS$])
11508 m4trace:configure.in:31: -1- m4_pattern_forbid([^_?m4_])
11509 m4trace:configure.in:31: -1- m4_pattern_forbid([^dnl$])
11510 m4trace:configure.in:31: -1- m4_pattern_forbid([^_?AS_])
11511 m4trace:configure.in:31: -1- m4_pattern_allow([^SHELL$])
11512 m4trace:configure.in:31: -1- m4_pattern_allow([^PATH_SEPARATOR$])
11513 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_NAME$])
11514 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11515 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11516 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_STRING$])
11517 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11518 m4trace:configure.in:31: -1- m4_pattern_allow([^exec_prefix$])
11519 m4trace:configure.in:31: -1- m4_pattern_allow([^prefix$])
11520 m4trace:configure.in:31: -1- m4_pattern_allow([^program_transform_name$])
11521 m4trace:configure.in:31: -1- m4_pattern_allow([^bindir$])
11522 m4trace:configure.in:31: -1- m4_pattern_allow([^sbindir$])
11523 m4trace:configure.in:31: -1- m4_pattern_allow([^libexecdir$])
11524 m4trace:configure.in:31: -1- m4_pattern_allow([^datarootdir$])
11525 m4trace:configure.in:31: -1- m4_pattern_allow([^datadir$])
11526 m4trace:configure.in:31: -1- m4_pattern_allow([^sysconfdir$])
11527 m4trace:configure.in:31: -1- m4_pattern_allow([^sharedstatedir$])
11528 m4trace:configure.in:31: -1- m4_pattern_allow([^localstatedir$])
11529 m4trace:configure.in:31: -1- m4_pattern_allow([^includedir$])
11530 m4trace:configure.in:31: -1- m4_pattern_allow([^oldincludedir$])
11531 m4trace:configure.in:31: -1- m4_pattern_allow([^docdir$])
11532 m4trace:configure.in:31: -1- m4_pattern_allow([^infodir$])
11533 m4trace:configure.in:31: -1- m4_pattern_allow([^htmldir$])
11534 m4trace:configure.in:31: -1- m4_pattern_allow([^dvidir$])
11535 m4trace:configure.in:31: -1- m4_pattern_allow([^pdfdir$])
11536 m4trace:configure.in:31: -1- m4_pattern_allow([^psdir$])
11537 m4trace:configure.in:31: -1- m4_pattern_allow([^libdir$])
11538 m4trace:configure.in:31: -1- m4_pattern_allow([^localedir$])
11539 m4trace:configure.in:31: -1- m4_pattern_allow([^mandir$])
11540 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_NAME$])
11541 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11542 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11543 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_STRING$])
11544 m4trace:configure.in:31: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11545 m4trace:configure.in:31: -1- m4_pattern_allow([^DEFS$])
11546 m4trace:configure.in:31: -1- m4_pattern_allow([^ECHO_C$])
11547 m4trace:configure.in:31: -1- m4_pattern_allow([^ECHO_N$])
11548 m4trace:configure.in:31: -1- m4_pattern_allow([^ECHO_T$])
11549 m4trace:configure.in:31: -1- m4_pattern_allow([^LIBS$])
11550 m4trace:configure.in:31: -1- m4_pattern_allow([^build_alias$])
11551 m4trace:configure.in:31: -1- m4_pattern_allow([^host_alias$])
11552 m4trace:configure.in:31: -1- m4_pattern_allow([^target_alias$])
11553 m4trace:configure.in:40: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
11554 You should run autoupdate.], [../../lib/autoconf/general.m4:1747: AC_CANONICAL_SYSTEM is expanded from...
11555 configure.in:40: the top level])
11556 m4trace:configure.in:40: -1- m4_pattern_allow([^build$])
11557 m4trace:configure.in:40: -1- m4_pattern_allow([^build_cpu$])
11558 m4trace:configure.in:40: -1- m4_pattern_allow([^build_vendor$])
11559 m4trace:configure.in:40: -1- m4_pattern_allow([^build_os$])
11560 m4trace:configure.in:40: -1- m4_pattern_allow([^host$])
11561 m4trace:configure.in:40: -1- m4_pattern_allow([^host_cpu$])
11562 m4trace:configure.in:40: -1- m4_pattern_allow([^host_vendor$])
11563 m4trace:configure.in:40: -1- m4_pattern_allow([^host_os$])
11564 m4trace:configure.in:40: -1- m4_pattern_allow([^target$])
11565 m4trace:configure.in:40: -1- m4_pattern_allow([^target_cpu$])
11566 m4trace:configure.in:40: -1- m4_pattern_allow([^target_vendor$])
11567 m4trace:configure.in:40: -1- m4_pattern_allow([^target_os$])
11568 m4trace:configure.in:45: -1- AM_INIT_AUTOMAKE([taglib], [1.4])
11569 m4trace:configure.in:45: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
11570 m4trace:configure.in:45: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
11571 m4trace:configure.in:45: -1- AM_AUTOMAKE_VERSION([1.10])
11572 m4trace:configure.in:45: -1- _AM_AUTOCONF_VERSION([2.61])
11573 m4trace:configure.in:45: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
11574 m4trace:configure.in:45: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
11575 m4trace:configure.in:45: -1- m4_pattern_allow([^INSTALL_DATA$])
11576 m4trace:configure.in:45: -1- m4_pattern_allow([^am__isrc$])
11577 m4trace:configure.in:45: -1- _AM_SUBST_NOTMAKE([am__isrc])
11578 m4trace:configure.in:45: -1- m4_pattern_allow([^CYGPATH_W$])
11579 m4trace:configure.in:45: -1- m4_pattern_allow([^PACKAGE$])
11580 m4trace:configure.in:45: -1- m4_pattern_allow([^VERSION$])
11581 m4trace:configure.in:45: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
11582  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
11583 m4trace:configure.in:45: -2- _AM_MANGLE_OPTION([no-define])
11584 m4trace:configure.in:45: -1- m4_pattern_allow([^PACKAGE$])
11585 m4trace:configure.in:45: -1- m4_pattern_allow([^VERSION$])
11586 m4trace:configure.in:45: -1- AM_SANITY_CHECK
11587 m4trace:configure.in:45: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
11588 m4trace:configure.in:45: -1- AM_MISSING_HAS_RUN
11589 m4trace:configure.in:45: -1- AM_AUX_DIR_EXPAND
11590 m4trace:configure.in:45: -1- m4_pattern_allow([^ACLOCAL$])
11591 m4trace:configure.in:45: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
11592 m4trace:configure.in:45: -1- m4_pattern_allow([^AUTOCONF$])
11593 m4trace:configure.in:45: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
11594 m4trace:configure.in:45: -1- m4_pattern_allow([^AUTOMAKE$])
11595 m4trace:configure.in:45: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
11596 m4trace:configure.in:45: -1- m4_pattern_allow([^AUTOHEADER$])
11597 m4trace:configure.in:45: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
11598 m4trace:configure.in:45: -1- m4_pattern_allow([^MAKEINFO$])
11599 m4trace:configure.in:45: -1- AM_PROG_INSTALL_SH
11600 m4trace:configure.in:45: -1- m4_pattern_allow([^install_sh$])
11601 m4trace:configure.in:45: -1- AM_PROG_INSTALL_STRIP
11602 m4trace:configure.in:45: -1- m4_pattern_allow([^STRIP$])
11603 m4trace:configure.in:45: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
11604 m4trace:configure.in:45: -1- AM_PROG_MKDIR_P
11605 m4trace:configure.in:45: -1- m4_pattern_allow([^mkdir_p$])
11606 m4trace:configure.in:45: -1- m4_pattern_allow([^AWK$])
11607 m4trace:configure.in:45: -1- m4_pattern_allow([^SET_MAKE$])
11608 m4trace:configure.in:45: -1- AM_SET_LEADING_DOT
11609 m4trace:configure.in:45: -1- m4_pattern_allow([^am__leading_dot$])
11610 m4trace:configure.in:45: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
11611                              [_AM_PROG_TAR([v7])])])
11612 m4trace:configure.in:45: -2- _AM_MANGLE_OPTION([tar-ustar])
11613 m4trace:configure.in:45: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
11614 m4trace:configure.in:45: -2- _AM_MANGLE_OPTION([tar-pax])
11615 m4trace:configure.in:45: -1- _AM_PROG_TAR([v7])
11616 m4trace:configure.in:45: -1- AM_MISSING_PROG([AMTAR], [tar])
11617 m4trace:configure.in:45: -1- m4_pattern_allow([^AMTAR$])
11618 m4trace:configure.in:45: -1- m4_pattern_allow([^am__tar$])
11619 m4trace:configure.in:45: -1- m4_pattern_allow([^am__untar$])
11620 m4trace:configure.in:45: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
11621                   [_AM_DEPENDENCIES(CC)],
11622                   [define([AC_PROG_CC],
11623                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
11624 AC_PROVIDE_IFELSE([AC_PROG_CXX],
11625                   [_AM_DEPENDENCIES(CXX)],
11626                   [define([AC_PROG_CXX],
11627                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
11628 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
11629                   [_AM_DEPENDENCIES(OBJC)],
11630                   [define([AC_PROG_OBJC],
11631                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
11632 ])
11633 m4trace:configure.in:45: -2- _AM_MANGLE_OPTION([no-dependencies])
11634 m4trace:configure.in:57: -1- KDE_FAST_CONFIGURE
11635 m4trace:configure.in:57: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11636 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11637 acinclude.m4:4952: KDE_FAST_CONFIGURE is expanded from...
11638 configure.in:57: the top level])
11639 m4trace:configure.in:58: -1- KDE_CONF_FILES
11640 m4trace:configure.in:58: -1- m4_pattern_allow([^CONF_FILES$])
11641 m4trace:configure.in:62: -1- AM_CONFIG_HEADER([config.h])
11642 m4trace:configure.in:62: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
11643 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
11644 configure.in:62: the top level])
11645 m4trace:configure.in:66: -1- AC_CHECK_COMPILERS
11646 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11647 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11648 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11649 configure.in:66: the top level])
11650 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11651 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11652 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11653 configure.in:66: the top level])
11654 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11655 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11656 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11657 configure.in:66: the top level])
11658 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11659 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11660 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11661 configure.in:66: the top level])
11662 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11663 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11664 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11665 configure.in:66: the top level])
11666 m4trace:configure.in:66: -1- m4_pattern_allow([^CC$])
11667 m4trace:configure.in:66: -1- m4_pattern_allow([^CFLAGS$])
11668 m4trace:configure.in:66: -1- m4_pattern_allow([^LDFLAGS$])
11669 m4trace:configure.in:66: -1- m4_pattern_allow([^LIBS$])
11670 m4trace:configure.in:66: -1- m4_pattern_allow([^CPPFLAGS$])
11671 m4trace:configure.in:66: -1- m4_pattern_allow([^CC$])
11672 m4trace:configure.in:66: -1- m4_pattern_allow([^CC$])
11673 m4trace:configure.in:66: -1- m4_pattern_allow([^CC$])
11674 m4trace:configure.in:66: -1- m4_pattern_allow([^CC$])
11675 m4trace:configure.in:66: -1- m4_pattern_allow([^ac_ct_CC$])
11676 m4trace:configure.in:66: -1- m4_pattern_allow([^EXEEXT$])
11677 m4trace:configure.in:66: -1- m4_pattern_allow([^OBJEXT$])
11678 m4trace:configure.in:66: -1- _AM_DEPENDENCIES([CC])
11679 m4trace:configure.in:66: -1- AM_SET_DEPDIR
11680 m4trace:configure.in:66: -1- m4_pattern_allow([^DEPDIR$])
11681 m4trace:configure.in:66: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
11682 m4trace:configure.in:66: -1- AM_MAKE_INCLUDE
11683 m4trace:configure.in:66: -1- m4_pattern_allow([^am__include$])
11684 m4trace:configure.in:66: -1- m4_pattern_allow([^am__quote$])
11685 m4trace:configure.in:66: -1- AM_DEP_TRACK
11686 m4trace:configure.in:66: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
11687 m4trace:configure.in:66: -1- m4_pattern_allow([^AMDEP_TRUE$])
11688 m4trace:configure.in:66: -1- m4_pattern_allow([^AMDEP_FALSE$])
11689 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
11690 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
11691 m4trace:configure.in:66: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
11692 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
11693 m4trace:configure.in:66: -1- m4_pattern_allow([^CCDEPMODE$])
11694 m4trace:configure.in:66: -1- AM_CONDITIONAL([am__fastdepCC], [
11695   test "x$enable_dependency_tracking" != xno \
11696   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
11697 m4trace:configure.in:66: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
11698 m4trace:configure.in:66: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
11699 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
11700 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
11701 m4trace:configure.in:66: -1- m4_pattern_allow([^CPP$])
11702 m4trace:configure.in:66: -1- m4_pattern_allow([^CPPFLAGS$])
11703 m4trace:configure.in:66: -1- m4_pattern_allow([^CPP$])
11704 m4trace:configure.in:66: -1- m4_pattern_allow([^CXX$])
11705 m4trace:configure.in:66: -1- m4_pattern_allow([^CXXFLAGS$])
11706 m4trace:configure.in:66: -1- m4_pattern_allow([^LDFLAGS$])
11707 m4trace:configure.in:66: -1- m4_pattern_allow([^LIBS$])
11708 m4trace:configure.in:66: -1- m4_pattern_allow([^CPPFLAGS$])
11709 m4trace:configure.in:66: -1- m4_pattern_allow([^CXX$])
11710 m4trace:configure.in:66: -1- m4_pattern_allow([^ac_ct_CXX$])
11711 m4trace:configure.in:66: -1- _AM_DEPENDENCIES([CXX])
11712 m4trace:configure.in:66: -1- m4_pattern_allow([^CXXDEPMODE$])
11713 m4trace:configure.in:66: -1- AM_CONDITIONAL([am__fastdepCXX], [
11714   test "x$enable_dependency_tracking" != xno \
11715   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
11716 m4trace:configure.in:66: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
11717 m4trace:configure.in:66: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
11718 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
11719 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
11720 m4trace:configure.in:66: -1- KDE_CHECK_FOR_BAD_COMPILER
11721 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
11722 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
11723 acinclude.m4:3003: KDE_CHECK_FOR_BAD_COMPILER is expanded from...
11724 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11725 configure.in:66: the top level])
11726 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fno-builtin], [CXXFLAGS="-fno-builtin $CXXFLAGS"])
11727 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11728 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11729 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11730 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11731 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11732 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11733 configure.in:66: the top level])
11734 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11735 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11736 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11737 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11738 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11739 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11740 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11741 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11742 configure.in:66: the top level])
11743 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11744 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11745 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11746 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11747 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11748 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11749 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11750 configure.in:66: the top level])
11751 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11752 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11753 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11754 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11755 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11756 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11757 configure.in:66: the top level])
11758 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11759 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11760 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11761 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11762 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11763 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11764 configure.in:66: the top level])
11765 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Woverloaded-virtual], [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
11766 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11767 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11768 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11769 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11770 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11771 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11772 configure.in:66: the top level])
11773 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11774 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11775 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11776 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11777 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11778 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11779 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11780 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11781 configure.in:66: the top level])
11782 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11783 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11784 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11785 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11786 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11787 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11788 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11789 configure.in:66: the top level])
11790 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11791 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11792 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11793 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11794 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11795 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11796 configure.in:66: the top level])
11797 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11798 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11799 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11800 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11801 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11802 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11803 configure.in:66: the top level])
11804 m4trace:configure.in:66: -1- m4_pattern_allow([^WOVERLOADED_VIRTUAL$])
11805 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([pg], [
11806       CFLAGS="-pg $CFLAGS"
11807       CXXFLAGS="-pg $CXXFLAGS"
11808     ])
11809 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11810 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11811 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11812 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11813 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11814 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11815 configure.in:66: the top level])
11816 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11817 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11818 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11819 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11820 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11821 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11822 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11823 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11824 configure.in:66: the top level])
11825 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11826 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11827 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11828 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11829 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11830 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11831 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11832 configure.in:66: the top level])
11833 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11834 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11835 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11836 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11837 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11838 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11839 configure.in:66: the top level])
11840 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11841 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11842 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11843 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11844 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11845 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11846 configure.in:66: the top level])
11847 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wmissing-format-attribute], [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
11848 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11849 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11850 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11851 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11852 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11853 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11854 configure.in:66: the top level])
11855 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11856 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11857 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11858 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11859 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11860 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11861 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11862 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11863 configure.in:66: the top level])
11864 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11865 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11866 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11867 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11868 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11869 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11870 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11871 configure.in:66: the top level])
11872 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11873 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11874 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11875 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11876 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11877 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11878 configure.in:66: the top level])
11879 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11880 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11881 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11882 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11883 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11884 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11885 configure.in:66: the top level])
11886 m4trace:configure.in:66: -1- KDE_CHECK_C_COMPILER_FLAG([Wmissing-format-attribute], [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
11887 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11888 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11889 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11890 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11891 acinclude.m4:2953: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11892 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11893 configure.in:66: the top level])
11894 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
11895 You should run autoupdate.], [../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
11896 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11897 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11898 acinclude.m4:2953: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11899 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11900 configure.in:66: the top level])
11901 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11902 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11903 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11904 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11905 acinclude.m4:2953: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11906 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11907 configure.in:66: the top level])
11908 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11909 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11910 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11911 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11912 acinclude.m4:2953: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11913 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11914 configure.in:66: the top level])
11915 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wundef], [CXXFLAGS="-Wundef $CXXFLAGS"])
11916 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11917 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11918 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11919 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11920 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11921 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11922 configure.in:66: the top level])
11923 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11924 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11925 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11926 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11927 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11928 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11929 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11930 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11931 configure.in:66: the top level])
11932 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11933 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11934 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11935 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11936 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11937 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11938 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11939 configure.in:66: the top level])
11940 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11941 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11942 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11943 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11944 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11945 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11946 configure.in:66: the top level])
11947 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11948 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11949 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11950 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11951 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11952 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11953 configure.in:66: the top level])
11954 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wno-long-long], [CXXFLAGS="-Wno-long-long $CXXFLAGS"])
11955 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11956 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11957 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11958 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11959 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11960 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11961 configure.in:66: the top level])
11962 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
11963 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11964 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11965 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11966 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11967 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11968 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11969 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11970 configure.in:66: the top level])
11971 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11972 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11973 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
11974 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11975 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11976 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11977 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11978 configure.in:66: the top level])
11979 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11980 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11981 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11982 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11983 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11984 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11985 configure.in:66: the top level])
11986 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11987 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11988 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11989 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11990 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11991 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
11992 configure.in:66: the top level])
11993 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wno-non-virtual-dtor], [CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
11994 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11995 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11996 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11997 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11998 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
11999 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12000 configure.in:66: the top level])
12001 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12002 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12003 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12004 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12005 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12006 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12007 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12008 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12009 configure.in:66: the top level])
12010 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12011 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12012 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12013 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12014 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12015 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12016 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12017 configure.in:66: the top level])
12018 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12019 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12020 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12021 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12022 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12023 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12024 configure.in:66: the top level])
12025 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12026 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12027 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12028 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12029 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12030 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12031 configure.in:66: the top level])
12032 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12033 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12034 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12035 configure.in:66: the top level])
12036 m4trace:configure.in:66: -1- m4_pattern_allow([^HAVE_GCC_VISIBILITY$])
12037 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fno-reorder-blocks], [gcc_no_reorder_blocks=YES])
12038 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12039 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12040 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12041 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12042 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12043 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12044 configure.in:66: the top level])
12045 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12046 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12047 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12048 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12049 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12050 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12051 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12052 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12053 configure.in:66: the top level])
12054 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12055 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12056 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12057 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12058 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12059 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12060 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12061 configure.in:66: the top level])
12062 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12063 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12064 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12065 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12066 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12067 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12068 configure.in:66: the top level])
12069 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12070 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12071 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12072 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12073 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12074 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12075 configure.in:66: the top level])
12076 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fno-exceptions], [CXXFLAGS="$CXXFLAGS -fno-exceptions"])
12077 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12078 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12079 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12080 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12081 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12082 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12083 configure.in:66: the top level])
12084 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12085 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12086 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12087 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12088 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12089 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12090 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12091 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12092 configure.in:66: the top level])
12093 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12094 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12095 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12096 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12097 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12098 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12099 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12100 configure.in:66: the top level])
12101 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12102 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12103 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12104 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12105 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12106 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12107 configure.in:66: the top level])
12108 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12109 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12110 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12111 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12112 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12113 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12114 configure.in:66: the top level])
12115 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fno-check-new], [CXXFLAGS="$CXXFLAGS -fno-check-new"])
12116 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12117 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12118 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12119 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12120 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12121 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12122 configure.in:66: the top level])
12123 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12124 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12125 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12126 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12127 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12128 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12129 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12130 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12131 configure.in:66: the top level])
12132 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12133 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12134 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12135 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12136 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12137 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12138 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12139 configure.in:66: the top level])
12140 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12141 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12142 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12143 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12144 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12145 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12146 configure.in:66: the top level])
12147 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12148 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12149 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12150 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12151 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12152 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12153 configure.in:66: the top level])
12154 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fno-common], [CXXFLAGS="$CXXFLAGS -fno-common"])
12155 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12156 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12157 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12158 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12159 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12160 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12161 configure.in:66: the top level])
12162 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12163 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12164 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12165 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12166 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12167 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12168 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12169 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12170 configure.in:66: the top level])
12171 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12172 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12173 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12174 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12175 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12176 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12177 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12178 configure.in:66: the top level])
12179 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12180 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12181 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12182 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12183 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12184 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12185 configure.in:66: the top level])
12186 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12187 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12188 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12189 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12190 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12191 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12192 configure.in:66: the top level])
12193 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([fexceptions], [USE_EXCEPTIONS="-fexceptions"], [USE_EXCEPTIONS=   ])
12194 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12195 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12196 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12197 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12198 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12199 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12200 configure.in:66: the top level])
12201 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12202 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12203 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12204 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12205 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12206 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12207 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12208 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12209 configure.in:66: the top level])
12210 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12211 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12212 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12213 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12214 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12215 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12216 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12217 configure.in:66: the top level])
12218 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12219 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12220 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12221 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12222 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12223 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12224 configure.in:66: the top level])
12225 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12226 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12227 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12228 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12229 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12230 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12231 configure.in:66: the top level])
12232 m4trace:configure.in:66: -1- KDE_CHECK_FOR_OPT_NOINLINE_MATCH
12233 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12234 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12235 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12236 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12237 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
12238 acinclude.m4:3044: KDE_CHECK_FOR_OPT_NOINLINE_MATCH is expanded from...
12239 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12240 configure.in:66: the top level])
12241 m4trace:configure.in:66: -1- AM_CONDITIONAL([unsermake_enable_pch], [test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"])
12242 m4trace:configure.in:66: -1- m4_pattern_allow([^unsermake_enable_pch_TRUE$])
12243 m4trace:configure.in:66: -1- m4_pattern_allow([^unsermake_enable_pch_FALSE$])
12244 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([unsermake_enable_pch_TRUE])
12245 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([unsermake_enable_pch_FALSE])
12246 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-pch], [CXXFLAGS="$CXXFLAGS --pch"])
12247 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12248 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12249 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12250 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12251 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12252 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12253 configure.in:66: the top level])
12254 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12255 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12256 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12257 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12258 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12259 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12260 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12261 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12262 configure.in:66: the top level])
12263 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12264 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12265 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12266 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12267 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12268 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12269 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12270 configure.in:66: the top level])
12271 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12272 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12273 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12274 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12275 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12276 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12277 configure.in:66: the top level])
12278 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12279 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12280 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12281 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12282 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12283 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12284 configure.in:66: the top level])
12285 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-inline_keyword_space_time=6], [CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
12286 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12287 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12288 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12289 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12290 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12291 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12292 configure.in:66: the top level])
12293 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12294 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12295 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12296 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12297 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12298 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12299 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12300 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12301 configure.in:66: the top level])
12302 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12303 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12304 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12305 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12306 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12307 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12308 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12309 configure.in:66: the top level])
12310 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12311 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12312 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12313 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12314 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12315 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12316 configure.in:66: the top level])
12317 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12318 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12319 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12320 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12321 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12322 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12323 configure.in:66: the top level])
12324 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-inline_auto_space_time=2], [CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
12325 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12326 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12327 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12328 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12329 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12330 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12331 configure.in:66: the top level])
12332 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12333 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12334 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12335 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12336 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12337 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12338 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12339 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12340 configure.in:66: the top level])
12341 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12342 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12343 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12344 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12345 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12346 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12347 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12348 configure.in:66: the top level])
12349 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12350 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12351 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12352 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12353 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12354 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12355 configure.in:66: the top level])
12356 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12357 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12358 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12359 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12360 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12361 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12362 configure.in:66: the top level])
12363 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-inline_implicit_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
12364 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12365 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12366 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12367 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12368 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12369 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12370 configure.in:66: the top level])
12371 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12372 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12373 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12374 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12375 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12376 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12377 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12378 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12379 configure.in:66: the top level])
12380 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12381 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12382 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12383 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12384 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12385 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12386 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12387 configure.in:66: the top level])
12388 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12389 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12390 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12391 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12392 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12393 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12394 configure.in:66: the top level])
12395 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12396 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12397 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12398 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12399 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12400 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12401 configure.in:66: the top level])
12402 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-inline_generated_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
12403 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12404 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12405 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12406 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12407 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12408 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12409 configure.in:66: the top level])
12410 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12411 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12412 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12413 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12414 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12415 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12416 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12417 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12418 configure.in:66: the top level])
12419 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12420 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12421 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12422 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12423 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12424 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12425 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12426 configure.in:66: the top level])
12427 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12428 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12429 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12430 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12431 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12432 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12433 configure.in:66: the top level])
12434 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12435 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12436 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12437 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12438 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12439 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12440 configure.in:66: the top level])
12441 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([-one_per], [CXXFLAGS="$CXXFLAGS --one_per"])
12442 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12443 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12444 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12445 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12446 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12447 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12448 configure.in:66: the top level])
12449 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12450 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12451 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12452 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12453 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12454 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12455 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12456 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12457 configure.in:66: the top level])
12458 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12459 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12460 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12461 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12462 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12463 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12464 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12465 configure.in:66: the top level])
12466 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12467 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12468 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12469 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12470 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12471 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12472 configure.in:66: the top level])
12473 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12474 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12475 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12476 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12477 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12478 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12479 configure.in:66: the top level])
12480 m4trace:configure.in:66: -1- m4_pattern_allow([^USE_EXCEPTIONS$])
12481 m4trace:configure.in:66: -1- m4_pattern_allow([^USE_RTTI$])
12482 m4trace:configure.in:66: -1- AC_VALIDIFY_CXXFLAGS
12483 m4trace:configure.in:66: -1- AC_REMOVE_FORBIDDEN([CXX], [-fno-rtti -rpath])
12484 m4trace:configure.in:66: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-fno-rtti -rpath])
12485 m4trace:configure.in:66: -1- AC_REMOVE_FORBIDDEN([CXX], [-rpath])
12486 m4trace:configure.in:66: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-rpath])
12487 m4trace:configure.in:66: -1- m4_pattern_allow([^CXXCPP$])
12488 m4trace:configure.in:66: -1- m4_pattern_allow([^CPPFLAGS$])
12489 m4trace:configure.in:66: -1- m4_pattern_allow([^CXXCPP$])
12490 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([O0], [NOOPT_CXXFLAGS=-O0])
12491 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12492 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12493 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12494 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12495 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12496 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12497 configure.in:66: the top level])
12498 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12499 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12500 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12501 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12502 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12503 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12504 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12505 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12506 configure.in:66: the top level])
12507 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12508 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12509 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12510 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12511 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12512 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12513 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12514 configure.in:66: the top level])
12515 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12516 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12517 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12518 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12519 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12520 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12521 configure.in:66: the top level])
12522 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12523 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12524 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12525 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12526 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12527 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12528 configure.in:66: the top level])
12529 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12530 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12531 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12532 configure.in:66: the top level])
12533 m4trace:configure.in:66: -1- m4_pattern_allow([^NOOPT_CXXFLAGS$])
12534 m4trace:configure.in:66: -1- m4_pattern_allow([^NOOPT_CFLAGS$])
12535 m4trace:configure.in:66: -1- m4_pattern_allow([^ENABLE_PERMISSIVE_FLAG$])
12536 m4trace:configure.in:66: -1- KDE_CHECK_NEW_LDFLAGS
12537 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12538 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12539 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12540 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12541 configure.in:66: the top level])
12542 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"], [])
12543 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12544 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12545 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12546 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12547 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12548 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12549 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12550 configure.in:66: the top level])
12551 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12552 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12553 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12554 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12555 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12556 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12557 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12558 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12559 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12560 configure.in:66: the top level])
12561 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12562 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12563 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12564 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12565 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12566 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12567 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12568 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12569 configure.in:66: the top level])
12570 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12571 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12572 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12573 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12574 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12575 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12576 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12577 configure.in:66: the top level])
12578 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12579 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12580 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12581 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12582 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12583 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12584 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12585 configure.in:66: the top level])
12586 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], [LDFLAGS_AS_NEEDED="-Wl,--as-needed"], [])
12587 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12588 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12589 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12590 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12591 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12592 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12593 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12594 configure.in:66: the top level])
12595 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12596 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12597 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12598 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12599 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12600 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12601 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12602 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12603 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12604 configure.in:66: the top level])
12605 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12606 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12607 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12608 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12609 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12610 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12611 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12612 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12613 configure.in:66: the top level])
12614 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12615 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12616 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12617 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12618 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12619 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12620 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12621 configure.in:66: the top level])
12622 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12623 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12624 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12625 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12626 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12627 acinclude.m4:1732: KDE_CHECK_NEW_LDFLAGS is expanded from...
12628 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12629 configure.in:66: the top level])
12630 m4trace:configure.in:66: -1- m4_pattern_allow([^LDFLAGS_AS_NEEDED$])
12631 m4trace:configure.in:66: -1- m4_pattern_allow([^LDFLAGS_NEW_DTAGS$])
12632 m4trace:configure.in:66: -1- KDE_CHECK_FINAL
12633 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12634 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12635 acinclude.m4:1683: KDE_CHECK_FINAL is expanded from...
12636 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12637 configure.in:66: the top level])
12638 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_FINAL_TRUE$])
12639 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_FINAL_FALSE$])
12640 m4trace:configure.in:66: -1- KDE_CHECK_CLOSURE
12641 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12642 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12643 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12644 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12645 configure.in:66: the top level])
12646 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
12647                 [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
12648                 [KDE_NO_UNDEFINED=""])], [KDE_NO_UNDEFINED=""])
12649 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12650 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12651 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12652 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12653 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12654 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12655 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12656 configure.in:66: the top level])
12657 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12658 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12659 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12660 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12661 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12662 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12663 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12664 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12665 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12666 configure.in:66: the top level])
12667 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12668 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12669 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12670 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12671 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12672 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12673 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12674 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12675 configure.in:66: the top level])
12676 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12677 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12678 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12679 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12680 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12681 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12682 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12683 configure.in:66: the top level])
12684 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12685 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12686 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12687 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12688 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12689 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12690 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12691 configure.in:66: the top level])
12692 m4trace:configure.in:66: -1- KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], [KDE_NO_UNDEFINED=""])
12693 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12694 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12695 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12696 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12697 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12698 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12699 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12700 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12701 configure.in:66: the top level])
12702 m4trace:configure.in:66: -1- KDE_LANG_CPLUSPLUS
12703 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12704 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12705 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12706 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12707 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12708 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12709 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12710 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12711 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12712 configure.in:66: the top level])
12713 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12714 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12715 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
12716 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12717 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12718 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12719 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12720 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12721 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12722 configure.in:66: the top level])
12723 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12724 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12725 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12726 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12727 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12728 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12729 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12730 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12731 configure.in:66: the top level])
12732 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12733 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12734 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12735 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12736 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12737 acinclude.m4:2928: KDE_CHECK_COMPILER_FLAG is expanded from...
12738 acinclude.m4:1701: KDE_CHECK_CLOSURE is expanded from...
12739 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12740 configure.in:66: the top level])
12741 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_CLOSURE_TRUE$])
12742 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_CLOSURE_FALSE$])
12743 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_NO_UNDEFINED$])
12744 m4trace:configure.in:66: -1- KDE_CHECK_NMCHECK
12745 m4trace:configure.in:66: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12746 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12747 acinclude.m4:1754: KDE_CHECK_NMCHECK is expanded from...
12748 acinclude.m4:3084: AC_CHECK_COMPILERS is expanded from...
12749 configure.in:66: the top level])
12750 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_NMCHECK_TRUE$])
12751 m4trace:configure.in:66: -1- m4_pattern_allow([^KDE_USE_NMCHECK_FALSE$])
12752 m4trace:configure.in:66: -2- KDE_ADD_DEPENDENCIES
12753 m4trace:configure.in:73: -1- AC_ENABLE_SHARED([yes])
12754 m4trace:configure.in:73: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12755 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12756 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12757 acinclude.m4:7722: AC_ENABLE_SHARED is expanded from...
12758 configure.in:73: the top level])
12759 m4trace:configure.in:77: -1- AC_ENABLE_STATIC([no])
12760 m4trace:configure.in:77: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12761 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12762 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12763 acinclude.m4:7761: AC_ENABLE_STATIC is expanded from...
12764 configure.in:77: the top level])
12765 m4trace:configure.in:80: -1- KDE_PROG_LIBTOOL
12766 m4trace:configure.in:80: -1- AC_LIBTOOL_DLOPEN
12767 m4trace:configure.in:80: -1- KDE_CHECK_LIB64
12768 m4trace:configure.in:80: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12769 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12770 acinclude.m4:3525: KDE_CHECK_LIB64 is expanded from...
12771 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
12772 configure.in:80: the top level])
12773 m4trace:configure.in:80: -1- m4_pattern_allow([^KDELIBSUFF$])
12774 m4trace:configure.in:80: -1- m4_pattern_allow([^libdir$])
12775 m4trace:configure.in:80: -1- m4_pattern_allow([^KDELIBSUFF$])
12776 m4trace:configure.in:80: -1- AM_PROG_LIBTOOL
12777 m4trace:configure.in:80: -1- AC_PROG_LIBTOOL
12778 m4trace:configure.in:80: -1- _AC_PROG_LIBTOOL
12779 m4trace:configure.in:80: -1- AC_LIBTOOL_SETUP
12780 m4trace:configure.in:80: -1- AC_ENABLE_FAST_INSTALL
12781 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12782 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12783 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12784 acinclude.m4:7800: AC_ENABLE_FAST_INSTALL is expanded from...
12785 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
12786 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
12787 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
12788 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
12789 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
12790 configure.in:80: the top level])
12791 m4trace:configure.in:80: -1- AC_PROG_LD
12792 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12793 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12794 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
12795 acinclude.m4:7941: AC_PROG_LD is expanded from...
12796 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
12797 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
12798 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
12799 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
12800 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
12801 configure.in:80: the top level])
12802 m4trace:configure.in:80: -1- LT_AC_PROG_SED
12803 m4trace:configure.in:80: -1- AC_PROG_LD_GNU
12804 m4trace:configure.in:80: -1- AC_PROG_EGREP
12805 m4trace:configure.in:80: -1- m4_pattern_allow([^GREP$])
12806 m4trace:configure.in:80: -1- m4_pattern_allow([^GREP$])
12807 m4trace:configure.in:80: -1- m4_pattern_allow([^EGREP$])
12808 m4trace:configure.in:80: -1- m4_pattern_allow([^EGREP$])
12809 m4trace:configure.in:80: -1- AC_PROG_LD_RELOAD_FLAG
12810 m4trace:configure.in:80: -1- AC_PROG_NM
12811 m4trace:configure.in:80: -1- m4_pattern_allow([^LN_S$])
12812 m4trace:configure.in:80: -1- AC_DEPLIBS_CHECK_METHOD
12813 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
12814 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
12815 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12816 m4trace:configure.in:80: -1- AC_LIBTOOL_OBJDIR
12817 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
12818 m4trace:configure.in:80: -1- _LT_AC_PROG_ECHO_BACKSLASH
12819 m4trace:configure.in:80: -1- _LT_AC_SHELL_INIT([
12820 # Check that we are running under the correct shell.
12821 SHELL=${CONFIG_SHELL-/bin/sh}
12822
12823 case X$ECHO in
12824 X*--fallback-echo)
12825   # Remove one level of quotation (which was required for Make).
12826   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
12827   ;;
12828 esac
12829
12830 echo=${ECHO-echo}
12831 if test "X[$]1" = X--no-reexec; then
12832   # Discard the --no-reexec flag, and continue.
12833   shift
12834 elif test "X[$]1" = X--fallback-echo; then
12835   # Avoid inline document here, it may be left over
12836   :
12837 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
12838   # Yippee, $echo works!
12839   :
12840 else
12841   # Restart under the correct shell.
12842   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
12843 fi
12844
12845 if test "X[$]1" = X--fallback-echo; then
12846   # used as fallback echo
12847   shift
12848   cat <<EOF
12849 [$]*
12850 EOF
12851   exit 0
12852 fi
12853
12854 # The HP-UX ksh and POSIX shell print the target directory to stdout
12855 # if CDPATH is set.
12856 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
12857
12858 if test -z "$ECHO"; then
12859 if test "X${echo_test_string+set}" != Xset; then
12860 # find a string as large as possible, as long as the shell can cope with it
12861   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
12862     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
12863     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
12864        echo_test_string="`eval $cmd`" &&
12865        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
12866     then
12867       break
12868     fi
12869   done
12870 fi
12871
12872 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
12873    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
12874    test "X$echo_testing_string" = "X$echo_test_string"; then
12875   :
12876 else
12877   # The Solaris, AIX, and Digital Unix default echo programs unquote
12878   # backslashes.  This makes it impossible to quote backslashes using
12879   #   echo "$something" | sed 's/\\/\\\\/g'
12880   #
12881   # So, first we look for a working echo in the user's PATH.
12882
12883   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12884   for dir in $PATH /usr/ucb; do
12885     IFS="$lt_save_ifs"
12886     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
12887        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
12888        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
12889        test "X$echo_testing_string" = "X$echo_test_string"; then
12890       echo="$dir/echo"
12891       break
12892     fi
12893   done
12894   IFS="$lt_save_ifs"
12895
12896   if test "X$echo" = Xecho; then
12897     # We didn't find a better echo, so look for alternatives.
12898     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
12899        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
12900        test "X$echo_testing_string" = "X$echo_test_string"; then
12901       # This shell has a builtin print -r that does the trick.
12902       echo='print -r'
12903     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
12904          test "X$CONFIG_SHELL" != X/bin/ksh; then
12905       # If we have ksh, try running configure again with it.
12906       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12907       export ORIGINAL_CONFIG_SHELL
12908       CONFIG_SHELL=/bin/ksh
12909       export CONFIG_SHELL
12910       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
12911     else
12912       # Try using printf.
12913       echo='printf %s\n'
12914       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
12915          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
12916          test "X$echo_testing_string" = "X$echo_test_string"; then
12917         # Cool, printf works
12918         :
12919       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
12920            test "X$echo_testing_string" = 'X\t' &&
12921            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
12922            test "X$echo_testing_string" = "X$echo_test_string"; then
12923         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
12924         export CONFIG_SHELL
12925         SHELL="$CONFIG_SHELL"
12926         export SHELL
12927         echo="$CONFIG_SHELL [$]0 --fallback-echo"
12928       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
12929            test "X$echo_testing_string" = 'X\t' &&
12930            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
12931            test "X$echo_testing_string" = "X$echo_test_string"; then
12932         echo="$CONFIG_SHELL [$]0 --fallback-echo"
12933       else
12934         # maybe with a smaller string...
12935         prev=:
12936
12937         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
12938           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
12939           then
12940             break
12941           fi
12942           prev="$cmd"
12943         done
12944
12945         if test "$prev" != 'sed 50q "[$]0"'; then
12946           echo_test_string=`eval $prev`
12947           export echo_test_string
12948           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
12949         else
12950           # Oops.  We lost completely, so just stick with echo.
12951           echo=echo
12952         fi
12953       fi
12954     fi
12955   fi
12956 fi
12957 fi
12958
12959 # Copy echo and quote the copy suitably for passing to libtool from
12960 # the Makefile, instead of quoting the original, which is used later.
12961 ECHO=$echo
12962 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
12963    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
12964 fi
12965
12966 AC_SUBST(ECHO)
12967 ])
12968 m4trace:configure.in:80: -1- m4_pattern_allow([^ECHO$])
12969 m4trace:configure.in:80: -1- m4_pattern_allow([^AR$])
12970 m4trace:configure.in:80: -1- m4_pattern_allow([^RANLIB$])
12971 m4trace:configure.in:80: -1- m4_pattern_allow([^STRIP$])
12972 m4trace:configure.in:80: -1- AC_PATH_MAGIC
12973 m4trace:configure.in:80: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
12974 m4trace:configure.in:80: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
12975 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12976 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12977 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12978 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
12979 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
12980 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
12981 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
12982 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
12983 configure.in:80: the top level])
12984 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12985 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12986 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
12987 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
12988 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
12989 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
12990 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
12991 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
12992 configure.in:80: the top level])
12993 m4trace:configure.in:80: -1- AC_LIBTOOL_LANG_C_CONFIG
12994 m4trace:configure.in:80: -1- _LT_AC_LANG_C_CONFIG
12995 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([objext], [])
12996 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
12997 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12998 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12999 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13000 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13001 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13002 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13003 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13004 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13005 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
13006 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
13007 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13008 m4trace:configure.in:80: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
13009 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13010 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13011 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13012 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
13013 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13014 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13015 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
13016 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13017 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13018 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
13019 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13020 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13021 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13022 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13023 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13024 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13025 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13026 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13027 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13028 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13029 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13030 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13031 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13032 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13033 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13034 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13035 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13036 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13037 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13038 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13039 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13040 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13041 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13042 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13043 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13044 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13045 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13046 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13047 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13048 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13049 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13050 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13051 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13052 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13053 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13054 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13055 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13056 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13057 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13058 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13059 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13060 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13061 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13062 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13063 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13064 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13065 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13066 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13067 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13068 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13069 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
13070 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
13071      "" | " "*) ;;
13072      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
13073      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
13074      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
13075 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13076 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13077 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13078 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13079 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13080 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13081 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13082 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13083 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13084 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13085 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13086 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_CC_C_O([])
13087 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13088 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13089 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13090 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13091 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13092 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13093 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13094 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
13095 m4trace:configure.in:80: -1- _LT_AC_LOCK
13096 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
13097 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
13098 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
13099 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
13100 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
13101 acinclude.m4:6433: _LT_AC_LOCK is expanded from...
13102 acinclude.m4:6966: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
13103 acinclude.m4:8468: _LT_AC_LANG_C_CONFIG is expanded from...
13104 acinclude.m4:8467: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
13105 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
13106 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
13107 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
13108 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
13109 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
13110 configure.in:80: the top level])
13111 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13112 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
13113 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13114 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13115 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13116 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13117 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13118 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13119 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13120 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13121 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13122 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13123 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13124 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13125 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13126 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13127 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13128 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13129 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13130 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13131 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13132 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13133 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13134 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [])
13135 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13136 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13137 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13138 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13139 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13140 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13141 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13142 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13143 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13144 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13145 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13146 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13147 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13148 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13149 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13150 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13151 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13152 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13153 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13154 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13155 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13156 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13157 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13158 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13159 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13160 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13161 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13162 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13163 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13164 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13165 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13166 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13167 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13168 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13169 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13170 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13171 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13172 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13173 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13174 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13175 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13176 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13177 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13178 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13179 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13180 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13181 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13182 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13183 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13184 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13185 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13186 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13187 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13188 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
13189 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13190 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13191 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13192 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13193 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13194 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13195 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
13196 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13197 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13198 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13199 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13200 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13201 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13202 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13203 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13204 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13205 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13206 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13207 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13208 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13209 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13210 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13211 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13212 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13213 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13214 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13215 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13216 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13217 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13218 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13219 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13220 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13221 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13222 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13223 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13224 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13225 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13226 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13227 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13228 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13229 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13230 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13231 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13232 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13233 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13234 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13235 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13236 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13237 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13238 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13239 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13240 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13241 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13242 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13243 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13244 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13245 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13246 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13247 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13248 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13249 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13250 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13251 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13252 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13253 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13254 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13255 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13256 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13257 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13258 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13259 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13260 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13261 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13262 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13263 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13264 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13265 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13266 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13267 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13268 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13269 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13270 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13271 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13272 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13273 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13274 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13275 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13276 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13277 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13278 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13279 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13280 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13281 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13282 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13283 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13284 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13285 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13286 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13287 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13288 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13289 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13290 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13291 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13292 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13293 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13294 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13295 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13296 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13297 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13298 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13299 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13300 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13301 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13302 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13303 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13304 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13305 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13306 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13307 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13308 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13309 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13310 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13311 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13312 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13313 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13314 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13315 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13316 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13317 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13318 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13319 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13320 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13321 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13322 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13323 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13324 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13325 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13326 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13327 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13328 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13329 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13330 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13331 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13332 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13333 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13334 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13335 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13336 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13337 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([reload_cmds], [])
13338 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13339 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13340 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13341 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13342 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13343 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13344 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13345 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13346 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13347 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13348 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13349 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13350 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13351 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13352 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13353 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13354 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13355 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13356 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13357 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13358 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13359 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13360 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13361 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13362 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13363 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13364 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13365 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13366 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13367 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13368 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13369 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13370 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13371 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13372 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13373 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13374 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([archive_cmds], [])
13375 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13376 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13377 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13378 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13379 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13380 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
13381 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
13382 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13383 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13384 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([runpath_var ])
13385 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13386 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13387 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13388 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13389 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13390 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13391 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13392 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13393 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13394 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_LIB_STRIP
13395 m4trace:configure.in:80: -1- AC_LIBTOOL_DLOPEN_SELF([])
13396 m4trace:configure.in:80: -1- _LT_AC_CHECK_DLFCN
13397 m4trace:configure.in:80: -1- m4_pattern_allow([^STDC_HEADERS$])
13398 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
13399 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
13400 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13401 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13402 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13403 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13404 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13405 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13406 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13407 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13408 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13409 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13410 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13411 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13412 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13413 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13414 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13415 m4trace:configure.in:80: -1- AC_LIBTOOL_CONFIG([])
13416 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [])
13417 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([CC], [])
13418 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [])
13419 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13420 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13421 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13422 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13423 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13424 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13425 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13426 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13427 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13428 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13429 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [])
13430 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [])
13431 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [])
13432 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [])
13433 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13434 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13435 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13436 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
13437 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
13438 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13439 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13440 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13441 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13442 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13443 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13444 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13445 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13446 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13447 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13448 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13449 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13450 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [])
13451 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13452 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13453 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13454 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13455 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13456 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13457 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13458 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13459 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13460 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13461 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [])
13462 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [])
13463 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [])
13464 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13465 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13466 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13467 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13468 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13469 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13470 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13471 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13472 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13473 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13474 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13475 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [])
13476 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13477 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [])
13478 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13479 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [])
13480 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [])
13481 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [])
13482 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [])
13483 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13484 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13485 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13486 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [])
13487 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13488 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13489 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13490 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13491 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13492 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13493 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13494 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13495 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
13496 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13497 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13498 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13499 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [])
13500 m4trace:configure.in:80: -1- _LT_AC_TAGCONFIG
13501 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
13502 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
13503 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
13504 acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
13505 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
13506 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
13507 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
13508 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
13509 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
13510 configure.in:80: the top level])
13511 m4trace:configure.in:80: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
13512 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
13513 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
13514 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
13515 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
13516 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
13517 configure.in:80: the top level])
13518 m4trace:configure.in:80: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
13519 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
13520 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
13521 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
13522 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
13523 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
13524 configure.in:80: the top level])
13525 m4trace:configure.in:80: -1- AC_LIBTOOL_LANG_CXX_CONFIG
13526 m4trace:configure.in:80: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
13527 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13528 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13529 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13530 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13531 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13532 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13533 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13534 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13535 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13536 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13537 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13538 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13539 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13540 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13541 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13542 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13543 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13544 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13545 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13546 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13547 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [CXX])
13548 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13549 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13550 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([objext], [CXX])
13551 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
13552 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [CXX])
13553 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13554 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13555 m4trace:configure.in:80: -1- AC_PROG_LD
13556 m4trace:configure.in:80: -1- AC_PROG_LD_GNU
13557 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13558 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13559 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13560 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13561 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13562 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13563 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13564 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13565 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13566 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13567 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13568 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13569 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13570 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13571 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13572 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13573 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13574 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13575 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13576 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13577 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
13578 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13579 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13580 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13581 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13582 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13583 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13584 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
13585 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13586 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13587 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13588 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13589 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13590 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13591 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13592 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13593 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13594 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13595 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13596 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13597 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13598 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13599 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13600 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13601 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13602 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13603 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13604 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13605 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13606 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13607 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13608 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13609 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13610 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13611 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13612 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13613 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13614 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13615 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13616 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13617 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13618 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13619 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13620 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13621 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13622 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13623 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13624 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13625 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13626 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13627 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13628 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13629 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13630 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13631 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13632 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13633 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13634 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13635 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13636 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13637 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13638 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13639 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13640 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13641 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13642 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13643 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13644 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13645 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13646 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13647 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13648 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13649 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13650 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13651 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13652 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13653 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13654 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13655 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13656 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13657 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13658 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13659 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13660 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13661 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13662 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13663 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13664 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13665 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13666 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13667 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13668 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13669 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13670 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13671 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13672 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13673 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13674 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13675 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13676 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13677 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13678 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13679 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13680 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13681 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13682 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13683 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13684 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13685 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13686 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13687 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13688 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13689 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13690 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13691 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13692 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13693 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13694 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13695 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13696 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13697 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13698 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13699 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13700 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13701 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13702 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13703 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13704 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13705 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13706 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13707 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13708 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13709 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13710 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13711 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13712 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13713 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13714 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13715 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13716 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13717 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13718 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13719 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13720 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13721 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13722 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13723 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13724 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13725 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13726 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13727 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13728 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13729 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13730 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13731 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13732 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13733 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13734 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13735 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13736 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13737 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13738 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13739 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13740 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13741 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13742 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [CXX])
13743 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [CXX])
13744 m4trace:configure.in:80: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
13745 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13746 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13747 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13748 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13749 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13750 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13751 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13752 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13753 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13754 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13755 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13756 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13757 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13758 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13759 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13760 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13761 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13762 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13763 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
13764 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13765 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13766 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13767 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13768 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13769 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13770 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13771 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13772 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13773 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13774 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13775 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13776 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13777 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13778 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13779 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13780 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13781 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13782 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13783 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13784 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13785 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13786 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13787 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13788 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13789 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13790 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13791 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13792 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13793 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13794 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13795 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13796 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13797 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13798 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13799 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13800 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13801 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13802 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13803 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13804 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13805 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13806 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13807 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13808 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13809 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13810 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13811 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
13812 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13813 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13814 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13815 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
13816 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
13817      "" | " "*) ;;
13818      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
13819      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
13820      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
13821 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13822 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13823 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13824 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13825 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13826 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13827 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13828 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
13829 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13830 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13831 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13832 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
13833 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13834 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13835 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13836 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13837 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13838 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13839 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13840 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
13841 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13842 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
13843 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13844 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13845 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13846 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13847 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13848 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13849 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13850 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13851 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13852 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13853 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13854 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13855 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13856 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13857 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13858 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
13859 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13860 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13861 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13862 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13863 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13864 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
13865 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
13866 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13867 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13868 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([runpath_var CXX])
13869 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13870 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13871 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13872 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13873 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13874 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13875 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13876 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13877 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13878 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_LIB_STRIP
13879 m4trace:configure.in:80: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
13880 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
13881 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
13882 m4trace:configure.in:80: -1- AC_LIBTOOL_CONFIG([CXX])
13883 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [CXX])
13884 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([CC], [CXX])
13885 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [CXX])
13886 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13887 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13888 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13889 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13890 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13891 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
13892 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13893 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13894 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13895 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13896 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13897 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13898 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [CXX])
13899 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13900 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13901 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13902 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13903 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
13904 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
13905 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13906 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13907 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13908 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13909 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13910 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13911 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13912 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13913 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13914 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13915 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13916 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
13917 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
13918 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13919 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13920 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13921 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13922 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13923 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13924 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13925 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13926 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13927 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13928 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [CXX])
13929 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [CXX])
13930 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [CXX])
13931 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13932 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13933 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13934 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13935 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13936 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13937 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13938 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
13939 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13940 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13941 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13942 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13943 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13944 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13945 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13946 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13947 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13948 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [CXX])
13949 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13950 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13951 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13952 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13953 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13954 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13955 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13956 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13957 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13958 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13959 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13960 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13961 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13962 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
13963 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13964 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13965 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
13966 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
13967 m4trace:configure.in:80: -1- AC_LIBTOOL_LANG_F77_CONFIG
13968 m4trace:configure.in:80: -1- _LT_AC_LANG_F77_CONFIG([F77])
13969 m4trace:configure.in:80: -1- m4_pattern_allow([^F77$])
13970 m4trace:configure.in:80: -1- m4_pattern_allow([^FFLAGS$])
13971 m4trace:configure.in:80: -1- m4_pattern_allow([^LDFLAGS$])
13972 m4trace:configure.in:80: -1- m4_pattern_allow([^LIBS$])
13973 m4trace:configure.in:80: -1- m4_pattern_allow([^F77$])
13974 m4trace:configure.in:80: -1- m4_pattern_allow([^ac_ct_F77$])
13975 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
13976 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
13977 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
13978 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
13979 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
13980 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
13981 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
13982 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
13983 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
13984 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
13985 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
13986 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
13987 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
13988 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
13989 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
13990 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
13991 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
13992 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
13993 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([objext], [F77])
13994 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
13995 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [F77])
13996 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
13997 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [F77])
13998 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [F77])
13999 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
14000 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14001 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14002 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14003 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14004 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14005 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14006 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14007 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14008 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14009 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14010 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14011 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14012 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14013 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14014 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14015 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14016 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14017 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14018 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14019 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14020 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14021 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14022 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14023 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14024 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14025 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14026 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14027 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14028 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14029 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14030 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14031 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14032 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14033 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14034 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14035 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14036 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14037 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14038 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14039 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14040 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14041 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14042 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14043 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14044 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14045 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14046 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14047 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14048 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14049 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14050 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
14051 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
14052      "" | " "*) ;;
14053      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
14054      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
14055      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
14056 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14057 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14058 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14059 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14060 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14061 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14062 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14063 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14064 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14065 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14066 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14067 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
14068 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14069 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14070 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14071 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14072 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14073 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14074 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14075 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
14076 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14077 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
14078 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14079 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14080 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14081 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14082 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14083 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14084 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14085 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14086 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14087 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14088 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14089 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14090 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14091 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14092 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14093 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14094 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14095 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14096 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14097 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14098 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14099 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14100 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14101 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14102 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14103 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14104 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14105 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14106 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14107 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14108 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14109 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14110 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14111 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14112 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14113 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14114 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14115 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14116 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14117 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14118 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14119 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14120 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14121 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14122 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14123 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14124 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14125 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14126 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14127 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14128 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14129 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14130 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14131 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14132 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14133 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14134 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14135 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14136 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14137 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14138 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14139 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14140 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14141 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14142 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14143 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14144 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14145 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14146 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14147 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14148 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14149 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14150 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14151 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14152 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14153 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
14154 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14155 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14156 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14157 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14158 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14159 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14160 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
14161 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14162 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14163 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14164 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14165 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14166 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14167 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14168 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14169 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14170 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14171 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14172 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14173 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14174 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14175 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14176 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14177 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14178 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14179 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14180 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14181 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14182 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14183 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14184 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14185 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14186 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14187 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14188 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14189 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14190 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14191 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14192 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14193 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14194 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14195 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14196 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14197 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14198 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14199 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14200 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14201 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14202 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14203 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14204 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14205 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14206 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14207 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14208 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14209 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14210 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14211 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14212 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14213 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14214 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14215 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14216 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14217 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14218 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14219 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14220 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14221 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14222 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14223 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14224 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14225 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14226 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14227 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14228 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14229 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14230 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14231 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14232 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14233 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14234 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14235 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14236 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14237 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14238 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14239 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14240 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14241 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14242 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14243 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14244 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14245 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14246 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14247 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14248 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14249 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14250 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14251 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14252 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14253 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14254 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14255 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14256 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14257 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14258 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14259 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14260 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14261 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14262 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14263 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14264 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14265 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14266 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14267 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14268 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14269 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14270 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14271 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14272 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14273 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14274 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14275 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14276 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14277 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14278 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14279 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14280 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14281 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14282 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14283 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14284 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14285 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14286 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14287 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14288 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14289 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14290 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14291 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14292 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14293 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14294 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14295 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14296 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14297 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14298 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14299 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14300 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14301 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14302 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
14303 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14304 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14305 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14306 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14307 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14308 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14309 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14310 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14311 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14312 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14313 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14314 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14315 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14316 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14317 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14318 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14319 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14320 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14321 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14322 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14323 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14324 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14325 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14326 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14327 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14328 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14329 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14330 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14331 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14332 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14333 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14334 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14335 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14336 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14337 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14338 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14339 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
14340 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14341 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14342 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14343 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14344 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14345 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
14346 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
14347 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14348 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14349 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([runpath_var F77])
14350 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14351 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14352 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14353 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14354 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14355 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14356 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14357 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14358 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14359 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_LIB_STRIP
14360 m4trace:configure.in:80: -1- AC_LIBTOOL_CONFIG([F77])
14361 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [F77])
14362 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([CC], [F77])
14363 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [F77])
14364 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14365 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14366 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14367 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14368 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14369 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14370 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14371 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14372 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14373 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14374 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14375 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14376 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [F77])
14377 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [F77])
14378 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14379 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14380 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14381 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
14382 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
14383 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14384 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14385 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14386 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14387 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14388 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14389 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14390 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14391 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14392 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14393 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14394 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14395 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14396 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14397 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14398 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14399 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14400 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14401 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14402 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14403 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14404 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14405 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14406 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [F77])
14407 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [F77])
14408 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [F77])
14409 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14410 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14411 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14412 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14413 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14414 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14415 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14416 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14417 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14418 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14419 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14420 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14421 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14422 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14423 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14424 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14425 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14426 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [F77])
14427 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [F77])
14428 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14429 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14430 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14431 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14432 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14433 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14434 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14435 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14436 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14437 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14438 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14439 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14440 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
14441 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14442 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14443 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14444 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14445 m4trace:configure.in:80: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
14446 m4trace:configure.in:80: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
14447 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
14448 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
14449 acinclude.m4:9729: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14450 acinclude.m4:9728: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14451 acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
14452 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
14453 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
14454 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
14455 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
14456 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
14457 configure.in:80: the top level])
14458 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([objext], [GCJ])
14459 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
14460 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14461 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14462 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
14463 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14464 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14465 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ) -fno-rtti -fno-exceptions"])
14466 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14467 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14468 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
14469 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14470 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14471 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14472 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14473 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14474 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14475 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14476 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14477 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14478 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14479 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14480 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14481 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14482 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14483 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14484 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14485 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14486 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14487 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14488 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14489 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14490 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14491 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14492 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14493 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14494 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14495 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14496 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14497 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14498 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14499 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14500 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14501 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14502 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14503 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14504 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14505 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14506 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14507 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14508 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14509 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14510 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14511 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14512 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14513 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14514 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14515 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14516 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14517 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14518 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14519 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
14520 m4trace:configure.in:80: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
14521      "" | " "*) ;;
14522      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
14523      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
14524      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
14525 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14526 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14527 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14528 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14529 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14530 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14531 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14532 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14533 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14534 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14535 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14536 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
14537 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14538 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14539 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14540 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14541 m4trace:configure.in:80: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14542 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14543 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14544 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
14545 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14546 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
14547 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14548 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14549 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14550 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14551 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14552 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14553 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14554 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14555 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14556 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14557 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14558 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14559 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14560 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14561 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14562 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14563 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14564 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14565 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14566 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14567 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14568 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14569 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14570 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14571 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14572 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14573 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14574 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14575 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14576 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14577 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14578 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14579 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14580 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14581 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14582 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14583 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14584 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14585 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14586 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14587 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14588 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14589 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14590 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14591 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14592 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14593 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14594 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14595 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14596 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14597 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14598 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14599 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14600 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14601 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14602 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14603 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14604 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14605 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14606 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14607 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14608 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14609 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14610 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14611 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14612 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14613 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14614 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14615 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14616 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14617 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14618 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14619 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14620 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14621 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14622 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
14623 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14624 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14625 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14626 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14627 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14628 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14629 m4trace:configure.in:80: -1- _LT_AC_SYS_LIBPATH_AIX
14630 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14631 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14632 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14633 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14634 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14635 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14636 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14637 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14638 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14639 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14640 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14641 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14642 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14643 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14644 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14645 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14646 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14647 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14648 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14649 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14650 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14651 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14652 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14653 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14654 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14655 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14656 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14657 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14658 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14659 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14660 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14661 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14662 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14663 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14664 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14665 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14666 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14667 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14668 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14669 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14670 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14671 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14672 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14673 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14674 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14675 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14676 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14677 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14678 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14679 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14680 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14681 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14682 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14683 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14684 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14685 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14686 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14687 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14688 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14689 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14690 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14691 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14692 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14693 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14694 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14695 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14696 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14697 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14698 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14699 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14700 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14701 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14702 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14703 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14704 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14705 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14706 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14707 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14708 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14709 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14710 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14711 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14712 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14713 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14714 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14715 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14716 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14717 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14718 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14719 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14720 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14721 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14722 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14723 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14724 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14725 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14726 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14727 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14728 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14729 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14730 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14731 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14732 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14733 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14734 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14735 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14736 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14737 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14738 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14739 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14740 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14741 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14742 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14743 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14744 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14745 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14746 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14747 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14748 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14749 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14750 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14751 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14752 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14753 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14754 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14755 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14756 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14757 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14758 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14759 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14760 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14761 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14762 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14763 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14764 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14765 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14766 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14767 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14768 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14769 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14770 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14771 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
14772 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14773 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14774 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14775 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14776 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14777 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14778 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14779 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14780 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14781 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14782 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14783 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14784 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14785 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14786 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14787 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14788 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14789 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14790 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14791 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14792 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14793 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14794 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14795 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14796 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14797 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14798 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14799 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14800 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14801 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14802 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14803 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14804 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14805 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14806 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14807 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14808 m4trace:configure.in:80: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14809 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14810 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14811 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14812 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14813 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14814 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
14815 m4trace:configure.in:80: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
14816 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14817 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14818 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([runpath_var GCJ])
14819 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14820 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14821 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14822 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14823 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14824 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14825 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14826 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14827 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14828 m4trace:configure.in:80: -1- AC_LIBTOOL_SYS_LIB_STRIP
14829 m4trace:configure.in:80: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
14830 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
14831 m4trace:configure.in:80: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
14832 m4trace:configure.in:80: -1- AC_LIBTOOL_CONFIG([GCJ])
14833 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14834 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([CC], [GCJ])
14835 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [GCJ])
14836 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14837 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14838 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14839 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14840 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14841 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14842 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14843 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14844 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14845 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14846 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
14847 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
14848 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [GCJ])
14849 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
14850 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
14851 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14852 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14853 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
14854 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
14855 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14856 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14857 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14858 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14859 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14860 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14861 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14862 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14863 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14864 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14865 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14866 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14867 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14868 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14869 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14870 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14871 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14872 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14873 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14874 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14875 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14876 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14877 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14878 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14879 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [GCJ])
14880 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [GCJ])
14881 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14882 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14883 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14884 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14885 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14886 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14887 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14888 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14889 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14890 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14891 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14892 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14893 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14894 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14895 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14896 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
14897 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
14898 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [GCJ])
14899 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
14900 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
14901 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14902 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14903 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14904 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14905 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14906 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14907 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14908 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14909 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14910 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14911 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14912 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
14913 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14914 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14915 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14916 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14917 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
14918 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
14919 acinclude.m4:9729: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14920 acinclude.m4:9728: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14921 acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
14922 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
14923 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
14924 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
14925 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
14926 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
14927 configure.in:80: the top level])
14928 m4trace:configure.in:80: -1- AC_LIBTOOL_LANG_RC_CONFIG
14929 m4trace:configure.in:80: -1- _LT_AC_LANG_RC_CONFIG([RC])
14930 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
14931 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
14932 acinclude.m4:9784: _LT_AC_LANG_RC_CONFIG is expanded from...
14933 acinclude.m4:9783: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
14934 acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
14935 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
14936 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
14937 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
14938 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
14939 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
14940 configure.in:80: the top level])
14941 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([objext], [RC])
14942 m4trace:configure.in:80: -1- _LT_AC_SYS_COMPILER
14943 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [RC])
14944 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14945 m4trace:configure.in:80: -1- AC_LIBTOOL_CONFIG([RC])
14946 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [RC])
14947 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([CC], [RC])
14948 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [RC])
14949 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
14950 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
14951 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
14952 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
14953 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
14954 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
14955 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
14956 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
14957 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
14958 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
14959 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [RC])
14960 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
14961 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [RC])
14962 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [RC])
14963 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
14964 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
14965 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
14966 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
14967 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
14968 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
14969 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
14970 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
14971 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
14972 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
14973 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
14974 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
14975 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
14976 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [RC])
14977 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
14978 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14979 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
14980 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
14981 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
14982 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
14983 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
14984 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
14985 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [RC])
14986 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
14987 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
14988 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
14989 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
14990 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
14991 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler], [RC])
14992 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([GCC], [RC])
14993 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([LD], [RC])
14994 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
14995 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
14996 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14997 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
14998 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
14999 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
15000 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
15001 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
15002 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
15003 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
15004 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
15005 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
15006 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
15007 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_cmds], [RC])
15008 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
15009 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predep_objects], [RC])
15010 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
15011 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([predeps], [RC])
15012 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([postdeps], [RC])
15013 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
15014 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
15015 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
15016 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
15017 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
15018 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
15019 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
15020 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
15021 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
15022 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
15023 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
15024 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
15025 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
15026 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
15027 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
15028 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
15029 m4trace:configure.in:80: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
15030 m4trace:configure.in:80: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15031 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15032 acinclude.m4:9784: _LT_AC_LANG_RC_CONFIG is expanded from...
15033 acinclude.m4:9783: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
15034 acinclude.m4:7605: _LT_AC_TAGCONFIG is expanded from...
15035 acinclude.m4:6092: AC_LIBTOOL_SETUP is expanded from...
15036 acinclude.m4:6072: _AC_PROG_LIBTOOL is expanded from...
15037 acinclude.m4:6037: AC_PROG_LIBTOOL is expanded from...
15038 acinclude.m4:11806: AM_PROG_LIBTOOL is expanded from...
15039 acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from...
15040 configure.in:80: the top level])
15041 m4trace:configure.in:80: -1- m4_pattern_allow([^LIBTOOL$])
15042 m4trace:configure.in:80: -1- AC_LIBTOOL_CXX
15043 m4trace:configure.in:80: -1- _LT_AC_LANG_CXX
15044 m4trace:configure.in:80: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
15045 m4trace:configure.in:80: -1- AC_LIBTOOL_F77
15046 m4trace:configure.in:80: -1- _LT_AC_LANG_F77
15047 m4trace:configure.in:80: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
15048 m4trace:configure.in:80: -1- AC_LIBTOOL_CXX
15049 m4trace:configure.in:80: -1- m4_pattern_allow([^KDE_PLUGIN$])
15050 m4trace:configure.in:80: -1- m4_pattern_allow([^KDE_CHECK_PLUGIN$])
15051 m4trace:configure.in:80: -1- m4_pattern_allow([^AUTOCONF$])
15052 m4trace:configure.in:96: -1- m4_pattern_allow([^all_includes$])
15053 m4trace:configure.in:97: -1- m4_pattern_allow([^all_libraries$])
15054 m4trace:configure.in:99: -1- m4_pattern_allow([^AUTODIRS$])
15055 m4trace:configure.in:106: -1- AC_DEFUN([AC_HAVE_ZLIB], [
15056         AC_DEFINE(HAVE_ZLIB, 1, [have zlib])
15057         have_zlib=true
15058 ])
15059 m4trace:configure.in:112: -1- AC_DEFUN([AC_NO_ZLIB], [
15060         AC_DEFINE(HAVE_ZLIB, 0, [have zlib])
15061         have_zlib=false
15062 ])
15063 m4trace:configure.in:118: -2- AC_HAVE_ZLIB
15064 m4trace:configure.in:118: -2- m4_pattern_allow([^HAVE_ZLIB$])
15065 m4trace:configure.in:118: -2- AC_NO_ZLIB
15066 m4trace:configure.in:118: -2- m4_pattern_allow([^HAVE_ZLIB$])
15067 m4trace:configure.in:119: -1- AM_CONDITIONAL([link_zlib], [test x$have_zlib = xtrue])
15068 m4trace:configure.in:119: -1- m4_pattern_allow([^link_zlib_TRUE$])
15069 m4trace:configure.in:119: -1- m4_pattern_allow([^link_zlib_FALSE$])
15070 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([link_zlib_TRUE])
15071 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([link_zlib_FALSE])
15072 m4trace:configure.in:121: -1- AC_DEFUN([AC_HAVE_CPPUNIT], [
15073         AC_DEFINE(HAVE_CPPUNIT, 1, [have cppunit])
15074         have_cppunit=true
15075 ])
15076 m4trace:configure.in:127: -1- AC_DEFUN([AC_NO_CPPUNIT], [
15077         AC_DEFINE(HAVE_CPPUNIT, 0, [have cppunit])
15078         have_cppunit=false
15079 ])
15080 m4trace:configure.in:133: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15081 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15082 configure.in:133: the top level])
15083 m4trace:configure.in:134: -1- KDE_LANG_CPLUSPLUS
15084 m4trace:configure.in:134: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15085 You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15086 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
15087 configure.in:134: the top level])
15088 m4trace:configure.in:134: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15089 You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15090 acinclude.m4:5117: KDE_LANG_CPLUSPLUS is expanded from...
15091 configure.in:134: the top level])
15092 m4trace:configure.in:135: -2- AC_HAVE_CPPUNIT
15093 m4trace:configure.in:135: -2- m4_pattern_allow([^HAVE_CPPUNIT$])
15094 m4trace:configure.in:135: -2- AC_NO_CPPUNIT
15095 m4trace:configure.in:135: -2- m4_pattern_allow([^HAVE_CPPUNIT$])
15096 m4trace:configure.in:136: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15097 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15098 configure.in:136: the top level])
15099 m4trace:configure.in:137: -1- AM_CONDITIONAL([build_tests], [test x$have_cppunit = xtrue])
15100 m4trace:configure.in:137: -1- m4_pattern_allow([^build_tests_TRUE$])
15101 m4trace:configure.in:137: -1- m4_pattern_allow([^build_tests_FALSE$])
15102 m4trace:configure.in:137: -1- _AM_SUBST_NOTMAKE([build_tests_TRUE])
15103 m4trace:configure.in:137: -1- _AM_SUBST_NOTMAKE([build_tests_FALSE])
15104 m4trace:configure.in:143: -1- KDE_CREATE_SUBDIRSLIST
15105 m4trace:configure.in:143: -1- m4_pattern_allow([^TOPSUBDIRS$])
15106 m4trace:configure.in:167: -1- m4_pattern_allow([^LIB@&t@OBJS$])
15107 m4trace:configure.in:167: -1- m4_pattern_allow([^LTLIBOBJS$])
15108 m4trace:configure.in:167: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
15109 m4trace:configure.in:167: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS