Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
151 andreas 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.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
87
m4trace:/usr/share/aclocal-1.9/amversion.m4:19: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
88
m4trace:/usr/share/aclocal-1.9/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
89
AC_PREREQ([2.50])dnl
90
# expand $ac_aux_dir to an absolute path
91
am_aux_dir=`cd $ac_aux_dir && pwd`
92
])
93
m4trace:/usr/share/aclocal-1.9/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
94
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
95
	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
96
AC_SUBST([$1_TRUE])
97
AC_SUBST([$1_FALSE])
98
if $2; then
99
  $1_TRUE=
100
  $1_FALSE='#'
101
else
102
  $1_TRUE='#'
103
  $1_FALSE=
104
fi
105
AC_CONFIG_COMMANDS_PRE(
106
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
107
  AC_MSG_ERROR([[conditional "$1" was never defined.
108
Usually this means the macro was only invoked conditionally.]])
109
fi])])
110
m4trace:/usr/share/aclocal-1.9/depend.m4:29: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
111
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
112
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
113
AC_REQUIRE([AM_DEP_TRACK])dnl
114
 
115
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
116
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
117
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
118
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
119
                   [depcc="$$1"   am_compiler_list=])
120
 
121
AC_CACHE_CHECK([dependency style of $depcc],
122
               [am_cv_$1_dependencies_compiler_type],
123
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
124
  # We make a subdir and do the tests there.  Otherwise we can end up
125
  # making bogus files that we don't know about and never remove.  For
126
  # instance it was reported that on HP-UX the gcc test will end up
127
  # making a dummy file named `D' -- because `-MD' means `put the output
128
  # in D'.
129
  mkdir conftest.dir
130
  # Copy depcomp to subdir because otherwise we won't find it if we're
131
  # using a relative directory.
132
  cp "$am_depcomp" conftest.dir
133
  cd conftest.dir
134
  # We will build objects and dependencies in a subdirectory because
135
  # it helps to detect inapplicable dependency modes.  For instance
136
  # both Tru64's cc and ICC support -MD to output dependencies as a
137
  # side effect of compilation, but ICC will put the dependencies in
138
  # the current directory while Tru64 will put them in the object
139
  # directory.
140
  mkdir sub
141
 
142
  am_cv_$1_dependencies_compiler_type=none
143
  if test "$am_compiler_list" = ""; then
144
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
145
  fi
146
  for depmode in $am_compiler_list; do
147
    # Setup a source with many dependencies, because some compilers
148
    # like to wrap large dependency lists on column 80 (with \), and
149
    # we should not choose a depcomp mode which is confused by this.
150
    #
151
    # We need to recreate these files for each test, as the compiler may
152
    # overwrite some of them when testing with obscure command lines.
153
    # This happens at least with the AIX C compiler.
154
    : > sub/conftest.c
155
    for i in 1 2 3 4 5 6; do
156
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
157
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
158
      # Solaris 8's {/usr,}/bin/sh.
159
      touch sub/conftst$i.h
160
    done
161
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
162
 
163
    case $depmode in
164
    nosideeffect)
165
      # after this tag, mechanisms are not by side-effect, so they'll
166
      # only be used when explicitly requested
167
      if test "x$enable_dependency_tracking" = xyes; then
168
	continue
169
      else
170
	break
171
      fi
172
      ;;
173
    none) break ;;
174
    esac
175
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
176
    # mode.  It turns out that the SunPro C++ compiler does not properly
177
    # handle `-M -o', and we need to detect this.
178
    if depmode=$depmode \
179
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
180
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
181
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
182
         >/dev/null 2>conftest.err &&
183
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
184
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
185
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
186
      # icc doesn't choke on unknown options, it will just issue warnings
187
      # or remarks (even with -Werror).  So we grep stderr for any message
188
      # that says an option was ignored or not supported.
189
      # When given -MP, icc 7.0 and 7.1 complain thusly:
190
      #   icc: Command line warning: ignoring option '-M'; no argument required
191
      # The diagnosis changed in icc 8.0:
192
      #   icc: Command line remark: option '-MP' not supported
193
      if (grep 'ignoring option' conftest.err ||
194
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
195
        am_cv_$1_dependencies_compiler_type=$depmode
196
        break
197
      fi
198
    fi
199
  done
200
 
201
  cd ..
202
  rm -rf conftest.dir
203
else
204
  am_cv_$1_dependencies_compiler_type=none
205
fi
206
])
207
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
208
AM_CONDITIONAL([am__fastdep$1], [
209
  test "x$enable_dependency_tracking" != xno \
210
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
211
])
212
m4trace:/usr/share/aclocal-1.9/depend.m4:138: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
213
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
214
])
215
m4trace:/usr/share/aclocal-1.9/depend.m4:146: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
216
[  --disable-dependency-tracking  speeds up one-time build
217
  --enable-dependency-tracking   do not reject slow dependency extractors])
218
if test "x$enable_dependency_tracking" != xno; then
219
  am_depcomp="$ac_aux_dir/depcomp"
220
  AMDEPBACKSLASH='\'
221
fi
222
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
223
AC_SUBST([AMDEPBACKSLASH])
224
])
225
m4trace:/usr/share/aclocal-1.9/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
226
  # Strip MF so we end up with the name of the file.
227
  mf=`echo "$mf" | sed -e 's/:.*$//'`
228
  # Check whether this is an Automake generated Makefile or not.
229
  # We used to match only the files named `Makefile.in', but
230
  # some people rename them; so instead we look at the file content.
231
  # Grep'ing the first line is not enough: some people post-process
232
  # each Makefile.in and add a new line on top of each file to say so.
233
  # So let's grep whole file.
234
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
235
    dirpart=`AS_DIRNAME("$mf")`
236
  else
237
    continue
238
  fi
239
  # Extract the definition of DEPDIR, am__include, and am__quote
240
  # from the Makefile without running `make'.
241
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
242
  test -z "$DEPDIR" && continue
243
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
244
  test -z "am__include" && continue
245
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
246
  # When using ansi2knr, U may be empty or an underscore; expand it
247
  U=`sed -n 's/^U = //p' < "$mf"`
248
  # Find all dependency output files, they are included files with
249
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
250
  # simplest approach to changing $(DEPDIR) to its actual value in the
251
  # expansion.
252
  for file in `sed -n "
253
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
254
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
255
    # Make sure the directory exists.
256
    test -f "$dirpart/$file" && continue
257
    fdir=`AS_DIRNAME(["$file"])`
258
    AS_MKDIR_P([$dirpart/$fdir])
259
    # echo "creating $dirpart/$file"
260
    echo '# dummy' > "$dirpart/$file"
261
  done
262
done
263
])
264
m4trace:/usr/share/aclocal-1.9/depout.m4:63: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
265
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
266
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
267
])
268
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
269
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
270
You should run autoupdate.])dnl
271
AC_CONFIG_HEADERS($@)])
272
m4trace:/usr/share/aclocal-1.9/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
273
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
274
dnl the ones we care about.
275
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
276
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
277
AC_REQUIRE([AC_PROG_INSTALL])dnl
278
# test to see if srcdir already configured
279
if test "`cd $srcdir && pwd`" != "`pwd`" &&
280
   test -f $srcdir/config.status; then
281
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
282
fi
283
 
284
# test whether we have cygpath
285
if test -z "$CYGPATH_W"; then
286
  if (cygpath --version) >/dev/null 2>/dev/null; then
287
    CYGPATH_W='cygpath -w'
288
  else
289
    CYGPATH_W=echo
290
  fi
291
fi
292
AC_SUBST([CYGPATH_W])
293
 
294
# Define the identity of the package.
295
dnl Distinguish between old-style and new-style calls.
296
m4_ifval([$2],
297
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
298
 AC_SUBST([PACKAGE], [$1])dnl
299
 AC_SUBST([VERSION], [$2])],
300
[_AM_SET_OPTIONS([$1])dnl
301
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
302
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
303
 
304
_AM_IF_OPTION([no-define],,
305
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
306
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
307
 
308
# Some tools Automake needs.
309
AC_REQUIRE([AM_SANITY_CHECK])dnl
310
AC_REQUIRE([AC_ARG_PROGRAM])dnl
311
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
312
AM_MISSING_PROG(AUTOCONF, autoconf)
313
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
314
AM_MISSING_PROG(AUTOHEADER, autoheader)
315
AM_MISSING_PROG(MAKEINFO, makeinfo)
316
AM_PROG_INSTALL_SH
317
AM_PROG_INSTALL_STRIP
318
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
319
# We need awk for the "check" target.  The system "awk" is bad on
320
# some platforms.
321
AC_REQUIRE([AC_PROG_AWK])dnl
322
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
323
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
324
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
325
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
326
	      		     [_AM_PROG_TAR([v7])])])
327
_AM_IF_OPTION([no-dependencies],,
328
[AC_PROVIDE_IFELSE([AC_PROG_CC],
329
                  [_AM_DEPENDENCIES(CC)],
330
                  [define([AC_PROG_CC],
331
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
332
AC_PROVIDE_IFELSE([AC_PROG_CXX],
333
                  [_AM_DEPENDENCIES(CXX)],
334
                  [define([AC_PROG_CXX],
335
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
336
])
337
])
338
m4trace:/usr/share/aclocal-1.9/init.m4:102: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
339
_am_stamp_count=1
340
for _am_header in $config_headers :; do
341
  case $_am_header in
342
    $1 | $1:* )
343
      break ;;
344
    * )
345
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
346
  esac
347
done
348
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
349
m4trace:/usr/share/aclocal-1.9/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
350
install_sh=${install_sh-"$am_aux_dir/install-sh"}
351
AC_SUBST(install_sh)])
352
m4trace:/usr/share/aclocal-1.9/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
353
mkdir .tst 2>/dev/null
354
if test -d .tst; then
355
  am__leading_dot=.
356
else
357
  am__leading_dot=_
358
fi
359
rmdir .tst 2>/dev/null
360
AC_SUBST([am__leading_dot])])
361
m4trace:/usr/share/aclocal-1.9/lex.m4:16: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
362
AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
363
AC_REQUIRE([AC_PROG_LEX])dnl
364
if test "$LEX" = :; then
365
  LEX=${am_missing_run}flex
366
fi])
367
m4trace:/usr/share/aclocal-1.9/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
368
cat > confinc << 'END'
369
am__doit:
370
	@echo done
371
.PHONY: am__doit
372
END
373
# If we don't find an include directive, just comment out the code.
374
AC_MSG_CHECKING([for style of include used by $am_make])
375
am__include="#"
376
am__quote=
377
_am_result=none
378
# First try GNU make style include.
379
echo "include confinc" > confmf
380
# We grep out `Entering directory' and `Leaving directory'
381
# messages which can occur if `w' ends up in MAKEFLAGS.
382
# In particular we don't look at `^make:' because GNU make might
383
# be invoked under some other name (usually "gmake"), in which
384
# case it prints its new name instead of `make'.
385
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
386
   am__include=include
387
   am__quote=
388
   _am_result=GNU
389
fi
390
# Now try BSD make style include.
391
if test "$am__include" = "#"; then
392
   echo '.include "confinc"' > confmf
393
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
394
      am__include=.include
395
      am__quote="\""
396
      _am_result=BSD
397
   fi
398
fi
399
AC_SUBST([am__include])
400
AC_SUBST([am__quote])
401
AC_MSG_RESULT([$_am_result])
402
rm -f confinc confmf
403
])
404
m4trace:/usr/share/aclocal-1.9/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
405
$1=${$1-"${am_missing_run}$2"}
406
AC_SUBST($1)])
407
m4trace:/usr/share/aclocal-1.9/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
408
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
409
# Use eval to expand $SHELL
410
if eval "$MISSING --run true"; then
411
  am_missing_run="$MISSING --run "
412
else
413
  am_missing_run=
414
  AC_MSG_WARN([`missing' script is too old or missing])
415
fi
416
])
417
m4trace:/usr/share/aclocal-1.9/mkdirp.m4:30: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
418
  # We used to keeping the `.' as first argument, in order to
419
  # allow $(mkdir_p) to be used without argument.  As in
420
  #   $(mkdir_p) $(somedir)
421
  # where $(somedir) is conditionally defined.  However this is wrong
422
  # for two reasons:
423
  #  1. if the package is installed by a user who cannot write `.'
424
  #     make install will fail,
425
  #  2. the above comment should most certainly read
426
  #     $(mkdir_p) $(DESTDIR)$(somedir)
427
  #     so it does not work when $(somedir) is undefined and
428
  #     $(DESTDIR) is not.
429
  #  To support the latter case, we have to write
430
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
431
  #  so the `.' trick is pointless.
432
  mkdir_p='mkdir -p --'
433
else
434
  # On NextStep and OpenStep, the `mkdir' command does not
435
  # recognize any option.  It will interpret all options as
436
  # directories to create, and then abort because `.' already
437
  # exists.
438
  for d in ./-p ./--version;
439
  do
440
    test -d $d && rmdir $d
441
  done
442
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
443
  if test -f "$ac_aux_dir/mkinstalldirs"; then
444
    mkdir_p='$(mkinstalldirs)'
445
  else
446
    mkdir_p='$(install_sh) -d'
447
  fi
448
fi
449
AC_SUBST([mkdir_p])])
450
m4trace:/usr/share/aclocal-1.9/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
451
m4trace:/usr/share/aclocal-1.9/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
452
m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
453
m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
454
m4trace:/usr/share/aclocal-1.9/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
455
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
456
   ac_status=$?
457
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
458
   (exit $ac_status); }])
459
m4trace:/usr/share/aclocal-1.9/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
460
# Just in case
461
sleep 1
462
echo timestamp > conftest.file
463
# Do `set' in a subshell so we don't clobber the current shell's
464
# arguments.  Must try -L first in case configure is actually a
465
# symlink; some systems play weird games with the mod time of symlinks
466
# (eg FreeBSD returns the mod time of the symlink's containing
467
# directory).
468
if (
469
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
470
   if test "$[*]" = "X"; then
471
      # -L didn't work.
472
      set X `ls -t $srcdir/configure conftest.file`
473
   fi
474
   rm -f conftest.file
475
   if test "$[*]" != "X $srcdir/configure conftest.file" \
476
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
477
 
478
      # If neither matched, then we have a broken ls.  This can happen
479
      # if, for instance, CONFIG_SHELL is bash and it inherits a
480
      # broken ls alias from the environment.  This has actually
481
      # happened.  Such a system could not be considered "sane".
482
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
483
alias in your environment])
484
   fi
485
 
486
   test "$[2]" = conftest.file
487
   )
488
then
489
   # Ok.
490
   :
491
else
492
   AC_MSG_ERROR([newly created file is older than distributed files!
493
Check your system clock])
494
fi
495
AC_MSG_RESULT(yes)])
496
m4trace:/usr/share/aclocal-1.9/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
497
# Installed binaries are usually stripped using `strip' when the user
498
# run `make install-strip'.  However `strip' might not be the right
499
# tool to use in cross-compilation environments, therefore Automake
500
# will honor the `STRIP' environment variable to overrule this program.
501
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
502
if test "$cross_compiling" != no; then
503
  AC_CHECK_TOOL([STRIP], [strip], :)
504
fi
505
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
506
AC_SUBST([INSTALL_STRIP_PROGRAM])])
507
m4trace:/usr/share/aclocal-1.9/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
508
AM_MISSING_PROG([AMTAR], [tar])
509
m4_if([$1], [v7],
510
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
511
     [m4_case([$1], [ustar],, [pax],,
512
              [m4_fatal([Unknown tar format])])
513
AC_MSG_CHECKING([how to create a $1 tar archive])
514
# Loop over all known methods to create a tar archive until one works.
515
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
516
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
517
# Do not fold the above two line into one, because Tru64 sh and
518
# Solaris sh will not grok spaces in the rhs of `-'.
519
for _am_tool in $_am_tools
520
do
521
  case $_am_tool in
522
  gnutar)
523
    for _am_tar in tar gnutar gtar;
524
    do
525
      AM_RUN_LOG([$_am_tar --version]) && break
526
    done
527
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
528
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
529
    am__untar="$_am_tar -xf -"
530
    ;;
531
  plaintar)
532
    # Must skip GNU tar: if it does not support --format= it doesn't create
533
    # ustar tarball either.
534
    (tar --version) >/dev/null 2>&1 && continue
535
    am__tar='tar chf - "$$tardir"'
536
    am__tar_='tar chf - "$tardir"'
537
    am__untar='tar xf -'
538
    ;;
539
  pax)
540
    am__tar='pax -L -x $1 -w "$$tardir"'
541
    am__tar_='pax -L -x $1 -w "$tardir"'
542
    am__untar='pax -r'
543
    ;;
544
  cpio)
545
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
546
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
547
    am__untar='cpio -i -H $1 -d'
548
    ;;
549
  none)
550
    am__tar=false
551
    am__tar_=false
552
    am__untar=false
553
    ;;
554
  esac
555
 
556
  # If the value was cached, stop now.  We just wanted to have am__tar
557
  # and am__untar set.
558
  test -n "${am_cv_prog_tar_$1}" && break
559
 
560
  # tar/untar a dummy directory, and stop if the command works
561
  rm -rf conftest.dir
562
  mkdir conftest.dir
563
  echo GrepMe > conftest.dir/file
564
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
565
  rm -rf conftest.dir
566
  if test -s conftest.tar; then
567
    AM_RUN_LOG([$am__untar <conftest.tar])
568
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
569
  fi
570
done
571
rm -rf conftest.dir
572
 
573
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
574
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
575
AC_SUBST([am__tar])
576
AC_SUBST([am__untar])
577
])
578
m4trace:acinclude.m4:32: -1- AC_DEFUN([KDE_PATH_X_DIRECT], [
579
AC_REQUIRE([KDE_CHECK_LIB64])
580
 
581
if test "$ac_x_includes" = NO; then
582
  # Guess where to find include files, by looking for this one X11 .h file.
583
  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
584
 
585
  # First, try using that file with no special directory specified.
586
AC_TRY_CPP([#include <$x_direct_test_include>],
587
[# We can compile using X headers with no special include directory.
588
ac_x_includes=],
589
[# Look for the header file in a standard set of common directories.
590
# Check X11 before X11Rn because it is often a symlink to the current release.
591
  for ac_dir in               \
592
    /usr/X11/include          \
593
    /usr/X11R6/include        \
594
    /usr/X11R5/include        \
595
    /usr/X11R4/include        \
596
                              \
597
    /usr/include/X11          \
598
    /usr/include/X11R6        \
599
    /usr/include/X11R5        \
600
    /usr/include/X11R4        \
601
                              \
602
    /usr/local/X11/include    \
603
    /usr/local/X11R6/include  \
604
    /usr/local/X11R5/include  \
605
    /usr/local/X11R4/include  \
606
                              \
607
    /usr/local/include/X11    \
608
    /usr/local/include/X11R6  \
609
    /usr/local/include/X11R5  \
610
    /usr/local/include/X11R4  \
611
                              \
612
    /usr/X386/include         \
613
    /usr/x386/include         \
614
    /usr/XFree86/include/X11  \
615
                              \
616
    /usr/include              \
617
    /usr/local/include        \
618
    /usr/unsupported/include  \
619
    /usr/athena/include       \
620
    /usr/local/x11r5/include  \
621
    /usr/lpp/Xamples/include  \
622
                              \
623
    /usr/openwin/include      \
624
    /usr/openwin/share/include \
625
    ; \
626
  do
627
    if test -r "$ac_dir/$x_direct_test_include"; then
628
      ac_x_includes=$ac_dir
629
      break
630
    fi
631
  done])
632
fi # $ac_x_includes = NO
633
 
634
if test "$ac_x_libraries" = NO; then
635
  # Check for the libraries.
636
 
637
  test -z "$x_direct_test_library" && x_direct_test_library=Xt
638
  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
639
 
640
  # See if we find them without any special options.
641
  # Don't add to $LIBS permanently.
642
  ac_save_LIBS="$LIBS"
643
  LIBS="-l$x_direct_test_library $LIBS"
644
AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
645
[LIBS="$ac_save_LIBS"
646
# We can link X programs with no special library path.
647
ac_x_libraries=],
648
[LIBS="$ac_save_LIBS"
649
# First see if replacing the include by lib works.
650
# Check X11 before X11Rn because it is often a symlink to the current release.
651
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
652
    /usr/X11/lib${kdelibsuff}           \
653
    /usr/X11R6/lib${kdelibsuff}         \
654
    /usr/X11R5/lib${kdelibsuff}         \
655
    /usr/X11R4/lib${kdelibsuff}         \
656
                                        \
657
    /usr/lib${kdelibsuff}/X11           \
658
    /usr/lib${kdelibsuff}/X11R6         \
659
    /usr/lib${kdelibsuff}/X11R5         \
660
    /usr/lib${kdelibsuff}/X11R4         \
661
                                        \
662
    /usr/local/X11/lib${kdelibsuff}     \
663
    /usr/local/X11R6/lib${kdelibsuff}   \
664
    /usr/local/X11R5/lib${kdelibsuff}   \
665
    /usr/local/X11R4/lib${kdelibsuff}   \
666
                                        \
667
    /usr/local/lib${kdelibsuff}/X11     \
668
    /usr/local/lib${kdelibsuff}/X11R6   \
669
    /usr/local/lib${kdelibsuff}/X11R5   \
670
    /usr/local/lib${kdelibsuff}/X11R4   \
671
                                        \
672
    /usr/X386/lib${kdelibsuff}          \
673
    /usr/x386/lib${kdelibsuff}          \
674
    /usr/XFree86/lib${kdelibsuff}/X11   \
675
                                        \
676
    /usr/lib${kdelibsuff}               \
677
    /usr/local/lib${kdelibsuff}         \
678
    /usr/unsupported/lib${kdelibsuff}   \
679
    /usr/athena/lib${kdelibsuff}        \
680
    /usr/local/x11r5/lib${kdelibsuff}   \
681
    /usr/lpp/Xamples/lib${kdelibsuff}   \
682
    /lib/usr/lib${kdelibsuff}/X11       \
683
                                        \
684
    /usr/openwin/lib${kdelibsuff}       \
685
    /usr/openwin/share/lib${kdelibsuff} \
686
    ; \
687
do
688
dnl Don't even attempt the hair of trying to link an X program!
689
  for ac_extension in a so sl; do
690
    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
691
      ac_x_libraries=$ac_dir
692
      break 2
693
    fi
694
  done
695
done])
696
fi # $ac_x_libraries = NO
697
])
698
m4trace:acinclude.m4:159: -1- AC_DEFUN([AC_FIND_FILE], [
699
$3=NO
700
for i in $2;
701
do
702
  for j in $1;
703
  do
704
    echo "configure: __oline__: $i/$j" >&AC_FD_CC
705
    if test -r "$i/$j"; then
706
      echo "taking that" >&AC_FD_CC
707
      $3=$i
708
      break 2
709
    fi
710
  done
711
done
712
])
713
m4trace:acinclude.m4:184: -1- AC_DEFUN([KDE_FIND_PATH], [
714
   AC_MSG_CHECKING([for $1])
715
   if test -n "$$2"; then
716
        kde_cv_path="$$2";
717
   else
718
        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
719
 
720
        AC_CACHE_VAL(kde_cv_path_$kde_cache,
721
        [
722
        kde_cv_path="NONE"
723
	kde_save_IFS=$IFS
724
	IFS=':'
725
	dirs=""
726
	for dir in $PATH; do
727
	  dirs="$dirs $dir"
728
	done
729
	if test -z "$6"; then  dnl Append dirs in PATH (default)
730
	  dirs="$3 $dirs"
731
        else  dnl Prepend dirs in PATH (if 6th arg is set)
732
	  dirs="$dirs $3"
733
	fi
734
	IFS=$kde_save_IFS
735
 
736
        for dir in $dirs; do
737
	  if test -x "$dir/$1"; then
738
	    if test -n "$5"
739
	    then
740
              evalstr="$dir/$1 $5 2>&1 "
741
	      if eval $evalstr; then
742
                kde_cv_path="$dir/$1"
743
                break
744
	      fi
745
            else
746
		kde_cv_path="$dir/$1"
747
                break
748
	    fi
749
          fi
750
        done
751
 
752
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
753
 
754
        ])
755
 
756
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
757
 
758
   fi
759
 
760
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
761
      AC_MSG_RESULT(not found)
762
      $4
763
   else
764
      AC_MSG_RESULT($kde_cv_path)
765
      $2=$kde_cv_path
766
 
767
   fi
768
])
769
m4trace:acinclude.m4:242: -1- AC_DEFUN([KDE_MOC_ERROR_MESSAGE], [
770
    AC_MSG_ERROR([No Qt meta object compiler (moc) found!
771
Please check whether you installed Qt correctly.
772
You need to have a running moc binary.
773
configure tried to run $ac_cv_path_moc and the test didn't
774
succeed. If configure shouldn't have tried this one, set
775
the environment variable MOC to the right one before running
776
configure.
777
])
778
])
779
m4trace:acinclude.m4:254: -1- AC_DEFUN([KDE_UIC_ERROR_MESSAGE], [
780
    AC_MSG_WARN([No Qt ui compiler (uic) found!
781
Please check whether you installed Qt correctly.
782
You need to have a running uic binary.
783
configure tried to run $ac_cv_path_uic and the test didn't
784
succeed. If configure shouldn't have tried this one, set
785
the environment variable UIC to the right one before running
786
configure.
787
])
788
])
789
m4trace:acinclude.m4:267: -1- AC_DEFUN([KDE_CHECK_UIC_FLAG], [
790
    AC_MSG_CHECKING([whether uic supports -$1 ])
791
    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
792
    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
793
    [
794
        cat >conftest.ui <<EOT
795
        <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI>
796
EOT
797
        ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null"
798
        if AC_TRY_EVAL(ac_uic_testrun); then
799
            eval "kde_cv_prog_uic_$kde_cache=yes"
800
        else
801
            eval "kde_cv_prog_uic_$kde_cache=no"
802
        fi
803
        rm -f conftest*
804
    ])
805
 
806
    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
807
        AC_MSG_RESULT([yes])
808
        :
809
        $3
810
    else
811
        AC_MSG_RESULT([no])
812
        :
813
        $4
814
    fi
815
])
816
m4trace:acinclude.m4:302: -1- AC_DEFUN([AC_PATH_QT_MOC_UIC], [
817
   AC_REQUIRE([KDE_CHECK_PERL])
818
   qt_bindirs=""
819
   for dir in $kde_qt_dirs; do
820
      qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc"
821
   done
822
   qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin"
823
   if test ! "$ac_qt_bindir" = "NO"; then
824
      qt_bindirs="$ac_qt_bindir $qt_bindirs"
825
   fi
826
 
827
   KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
828
   if test -z "$UIC_NOT_NEEDED"; then
829
     KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""])
830
     if test -z "$UIC_PATH" ; then
831
       KDE_UIC_ERROR_MESSAGE
832
       exit 1
833
     else
834
       UIC=$UIC_PATH
835
 
836
       if test $kde_qtver = 3; then
837
         KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no)
838
         KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
839
 
840
         if test x$ac_uic_supports_libpath = xyes; then
841
             UIC="$UIC -L \$(kde_widgetdir)"
842
         fi
843
         if test x$ac_uic_supports_nounload = xyes; then
844
             UIC="$UIC -nounload"
845
         fi
846
       fi
847
     fi
848
   else
849
     UIC="echo uic not available: "
850
   fi
851
 
852
   AC_SUBST(MOC)
853
   AC_SUBST(UIC)
854
 
855
   UIC_TR="i18n"
856
   if test $kde_qtver = 3; then
857
     UIC_TR="tr2i18n"
858
   fi
859
 
860
   AC_SUBST(UIC_TR)
861
])
862
m4trace:acinclude.m4:350: -1- AC_DEFUN([KDE_1_CHECK_PATHS], [
863
  KDE_1_CHECK_PATH_HEADERS
864
 
865
  KDE_TEST_RPATH=
866
 
867
  if test -n "$USE_RPATH"; then
868
 
869
     if test -n "$kde_libraries"; then
870
       KDE_TEST_RPATH="-R $kde_libraries"
871
     fi
872
 
873
     if test -n "$qt_libraries"; then
874
       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries"
875
     fi
876
 
877
     if test -n "$x_libraries"; then
878
       KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries"
879
     fi
880
 
881
     KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
882
  fi
883
 
884
AC_MSG_CHECKING([for KDE libraries installed])
885
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'
886
 
887
if AC_TRY_EVAL(ac_link) && test -s conftest; then
888
  AC_MSG_RESULT(yes)
889
else
890
  AC_MSG_ERROR([your system fails at linking a small KDE application!
891
Check, if your compiler is installed correctly and if you have used the
892
same compiler to compile Qt and kdelibs as you did use now.
893
For more details about this problem, look at the end of config.log.])
894
fi
895
 
896
if eval `KDEDIR= ./conftest 2>&5`; then
897
  kde_result=done
898
else
899
  kde_result=problems
900
fi
901
 
902
KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log
903
kde_have_all_paths=yes
904
 
905
KDE_SET_PATHS($kde_result)
906
 
907
])
908
m4trace:acinclude.m4:398: -1- AC_DEFUN([KDE_SET_PATHS], [
909
  kde_cv_all_paths="kde_have_all_paths=\"yes\" \
910
	kde_htmldir=\"$kde_htmldir\" \
911
	kde_appsdir=\"$kde_appsdir\" \
912
	kde_icondir=\"$kde_icondir\" \
913
	kde_sounddir=\"$kde_sounddir\" \
914
	kde_datadir=\"$kde_datadir\" \
915
	kde_locale=\"$kde_locale\" \
916
	kde_cgidir=\"$kde_cgidir\" \
917
	kde_confdir=\"$kde_confdir\" \
918
	kde_kcfgdir=\"$kde_kcfgdir\" \
919
	kde_mimedir=\"$kde_mimedir\" \
920
	kde_toolbardir=\"$kde_toolbardir\" \
921
	kde_wallpaperdir=\"$kde_wallpaperdir\" \
922
	kde_templatesdir=\"$kde_templatesdir\" \
923
	kde_bindir=\"$kde_bindir\" \
924
	kde_servicesdir=\"$kde_servicesdir\" \
925
	kde_servicetypesdir=\"$kde_servicetypesdir\" \
926
	kde_moduledir=\"$kde_moduledir\" \
927
	kde_styledir=\"$kde_styledir\" \
928
	kde_widgetdir=\"$kde_widgetdir\" \
929
	xdg_appsdir=\"$xdg_appsdir\" \
930
	xdg_menudir=\"$xdg_menudir\" \
931
	xdg_directorydir=\"$xdg_directorydir\" \
932
	kde_result=$1"
933
])
934
m4trace:acinclude.m4:426: -1- AC_DEFUN([KDE_SET_DEFAULT_PATHS], [
935
if test "$1" = "default"; then
936
 
937
  if test -z "$kde_htmldir"; then
938
    kde_htmldir='\${datadir}/doc/HTML'
939
  fi
940
  if test -z "$kde_appsdir"; then
941
    kde_appsdir='\${datadir}/applnk'
942
  fi
943
  if test -z "$kde_icondir"; then
944
    kde_icondir='\${datadir}/icons'
945
  fi
946
  if test -z "$kde_sounddir"; then
947
    kde_sounddir='\${datadir}/sounds'
948
  fi
949
  if test -z "$kde_datadir"; then
950
    kde_datadir='\${datadir}/apps'
951
  fi
952
  if test -z "$kde_locale"; then
953
    kde_locale='\${datadir}/locale'
954
  fi
955
  if test -z "$kde_cgidir"; then
956
    kde_cgidir='\${exec_prefix}/cgi-bin'
957
  fi
958
  if test -z "$kde_confdir"; then
959
    kde_confdir='\${datadir}/config'
960
  fi
961
  if test -z "$kde_kcfgdir"; then
962
    kde_kcfgdir='\${datadir}/config.kcfg'
963
  fi
964
  if test -z "$kde_mimedir"; then
965
    kde_mimedir='\${datadir}/mimelnk'
966
  fi
967
  if test -z "$kde_toolbardir"; then
968
    kde_toolbardir='\${datadir}/toolbar'
969
  fi
970
  if test -z "$kde_wallpaperdir"; then
971
    kde_wallpaperdir='\${datadir}/wallpapers'
972
  fi
973
  if test -z "$kde_templatesdir"; then
974
    kde_templatesdir='\${datadir}/templates'
975
  fi
976
  if test -z "$kde_bindir"; then
977
    kde_bindir='\${exec_prefix}/bin'
978
  fi
979
  if test -z "$kde_servicesdir"; then
980
    kde_servicesdir='\${datadir}/services'
981
  fi
982
  if test -z "$kde_servicetypesdir"; then
983
    kde_servicetypesdir='\${datadir}/servicetypes'
984
  fi
985
  if test -z "$kde_moduledir"; then
986
    if test "$kde_qtver" = "2"; then
987
      kde_moduledir='\${libdir}/kde2'
988
    else
989
      kde_moduledir='\${libdir}/kde3'
990
    fi
991
  fi
992
  if test -z "$kde_styledir"; then
993
    kde_styledir='\${libdir}/kde3/plugins/styles'
994
  fi
995
  if test -z "$kde_widgetdir"; then
996
    kde_widgetdir='\${libdir}/kde3/plugins/designer'
997
  fi
998
  if test -z "$xdg_appsdir"; then
999
    xdg_appsdir='\${datadir}/applications/kde'
1000
  fi
1001
  if test -z "$xdg_menudir"; then
1002
    xdg_menudir='\${sysconfdir}/xdg/menus'
1003
  fi
1004
  if test -z "$xdg_directorydir"; then
1005
    xdg_directorydir='\${datadir}/desktop-directories'
1006
  fi
1007
 
1008
  KDE_SET_PATHS(defaults)
1009
 
1010
else
1011
 
1012
  if test $kde_qtver = 1; then
1013
     AC_MSG_RESULT([compiling])
1014
     KDE_1_CHECK_PATHS
1015
  else
1016
     AC_MSG_ERROR([path checking not yet supported for KDE 2])
1017
  fi
1018
 
1019
fi
1020
])
1021
m4trace:acinclude.m4:515: -1- AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], [ if test -z "$kde_htmldir" || test -z "$kde_appsdir" ||
1022
   test -z "$kde_icondir" || test -z "$kde_sounddir" ||
1023
   test -z "$kde_datadir" || test -z "$kde_locale"  ||
1024
   test -z "$kde_cgidir"  || test -z "$kde_confdir" ||
1025
   test -z "$kde_kcfgdir" ||
1026
   test -z "$kde_mimedir" || test -z "$kde_toolbardir" ||
1027
   test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" ||
1028
   test -z "$kde_bindir" || test -z "$kde_servicesdir" ||
1029
   test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" ||
1030
   test -z "$kde_styledir" || test -z "kde_widgetdir" ||
1031
   test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" ||
1032
   test "x$kde_have_all_paths" != "xyes"; then
1033
     kde_have_all_paths=no
1034
  fi
1035
])
1036
m4trace:acinclude.m4:532: -1- AC_DEFUN([KDE_MISSING_PROG_ERROR], [
1037
    AC_MSG_ERROR([The important program $1 was not found!
1038
Please check whether you installed KDE correctly.
1039
])
1040
])
1041
m4trace:acinclude.m4:539: -1- AC_DEFUN([KDE_MISSING_ARTS_ERROR], [
1042
    AC_MSG_ERROR([The important program $1 was not found!
1043
Please check whether you installed aRts correctly or use
1044
--without-arts to compile without aRts support (this will remove functionality).
1045
])
1046
])
1047
m4trace:acinclude.m4:547: -1- AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], [
1048
    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"
1049
    test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
1050
    if test -n "$KDEDIRS"; then
1051
       kde_save_IFS=$IFS
1052
       IFS=:
1053
       for dir in $KDEDIRS; do
1054
            kde_default_bindirs="$dir/bin $kde_default_bindirs "
1055
       done
1056
       IFS=$kde_save_IFS
1057
    fi
1058
])
1059
m4trace:acinclude.m4:561: -1- AC_DEFUN([KDE_SUBST_PROGRAMS], [
1060
    AC_ARG_WITH(arts,
1061
        AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
1062
        [build_arts=$withval],
1063
        [build_arts=yes]
1064
    )
1065
    AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
1066
    if test "$build_arts" = "no"; then
1067
        AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
1068
    fi
1069
 
1070
        KDE_SET_DEFAULT_BINDIRS
1071
        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
1072
        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
1073
        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
1074
        if test "$build_arts" '!=' "no"; then
1075
          KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
1076
          KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
1077
        fi
1078
        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
1079
 
1080
        kde32ornewer=1
1081
        kde33ornewer=1
1082
        if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then
1083
            kde32ornewer=
1084
            kde33ornewer=
1085
        else
1086
            if test "$kde_qtver" = "3"; then
1087
              if test "$kde_qtsubver" -le 1; then
1088
                kde32ornewer=
1089
              fi
1090
              if test "$kde_qtsubver" -le 2; then
1091
                kde33ornewer=
1092
              fi
1093
              if test "$KDECONFIG" != "compiled"; then
1094
                if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then
1095
                  kde33ornewer=
1096
                fi
1097
              fi
1098
            fi
1099
        fi
1100
 
1101
        if test -n "$kde32ornewer"; then
1102
            KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
1103
            KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
1104
        fi
1105
        if test -n "$kde33ornewer"; then
1106
            KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
1107
            AC_SUBST(MAKEKDEWIDGETS)
1108
        fi
1109
        KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
1110
 
1111
        if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
1112
 	    kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
1113
            test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
1114
            AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
1115
	    if test "$KDE_XSL_STYLESHEET" = "NO"; then
1116
		KDE_XSL_STYLESHEET=""
1117
	    else
1118
                KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl"
1119
	    fi
1120
        fi
1121
 
1122
        DCOP_DEPENDENCIES='$(DCOPIDL)'
1123
        if test -n "$kde32ornewer"; then
1124
            KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
1125
            DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
1126
            AC_SUBST(KCONFIG_COMPILER)
1127
            AC_SUBST(KCFG_DEPENDENCIES)
1128
            AC_SUBST(DCOPIDLNG)
1129
        fi
1130
        AC_SUBST(DCOPIDL)
1131
        AC_SUBST(DCOPIDL2CPP)
1132
        AC_SUBST(DCOP_DEPENDENCIES)
1133
        AC_SUBST(MCOPIDL)
1134
        AC_SUBST(ARTSCCONFIG)
1135
	AC_SUBST(MEINPROC)
1136
 	AC_SUBST(KDE_XSL_STYLESHEET)
1137
	AC_SUBST(XMLLINT)
1138
])
1139
m4trace:acinclude.m4:643: -1- AC_DEFUN([AC_CREATE_KFSSTND], [
1140
AC_REQUIRE([AC_CHECK_RPATH])
1141
 
1142
AC_MSG_CHECKING([for KDE paths])
1143
kde_result=""
1144
kde_cached_paths=yes
1145
AC_CACHE_VAL(kde_cv_all_paths,
1146
[
1147
  KDE_SET_DEFAULT_PATHS($1)
1148
  kde_cached_paths=no
1149
])
1150
eval "$kde_cv_all_paths"
1151
KDE_CHECK_PATHS_FOR_COMPLETENESS
1152
if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then
1153
  # wrong values were cached, may be, we can set better ones
1154
  kde_result=
1155
  kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir=
1156
  kde_datadir= kde_locale=  kde_cgidir=  kde_confdir= kde_kcfgdir=
1157
  kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir=
1158
  kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir=
1159
  kde_have_all_paths=
1160
  kde_styledir=
1161
  kde_widgetdir=
1162
  xdg_appsdir = xdg_menudir= xdg_directorydir= 
1163
  KDE_SET_DEFAULT_PATHS($1)
1164
  eval "$kde_cv_all_paths"
1165
  KDE_CHECK_PATHS_FOR_COMPLETENESS
1166
  kde_result="$kde_result (cache overridden)"
1167
fi
1168
if test "$kde_have_all_paths" = "no"; then
1169
  AC_MSG_ERROR([configure could not run a little KDE program to test the environment.
1170
Since it had compiled and linked before, it must be a strange problem on your system.
1171
Look at config.log for details. If you are not able to fix this, look at
1172
http://www.kde.org/faq/installation.html or any www.kde.org mirror.
1173
(If you're using an egcs version on Linux, you may update binutils!)
1174
])
1175
else
1176
  rm -f conftest*
1177
  AC_MSG_RESULT($kde_result)
1178
fi
1179
 
1180
bindir=$kde_bindir
1181
 
1182
KDE_SUBST_PROGRAMS
1183
 
1184
])
1185
m4trace:acinclude.m4:691: -1- AC_DEFUN([AC_SUBST_KFSSTND], [
1186
AC_SUBST(kde_htmldir)
1187
AC_SUBST(kde_appsdir)
1188
AC_SUBST(kde_icondir)
1189
AC_SUBST(kde_sounddir)
1190
AC_SUBST(kde_datadir)
1191
AC_SUBST(kde_locale)
1192
AC_SUBST(kde_confdir)
1193
AC_SUBST(kde_kcfgdir)
1194
AC_SUBST(kde_mimedir)
1195
AC_SUBST(kde_wallpaperdir)
1196
AC_SUBST(kde_bindir)
1197
dnl X Desktop Group standards
1198
AC_SUBST(xdg_appsdir)
1199
AC_SUBST(xdg_menudir)
1200
AC_SUBST(xdg_directorydir)
1201
dnl for KDE 2
1202
AC_SUBST(kde_templatesdir)
1203
AC_SUBST(kde_servicesdir)
1204
AC_SUBST(kde_servicetypesdir)
1205
AC_SUBST(kde_moduledir)
1206
AC_SUBST(kdeinitdir, '$(kde_moduledir)')
1207
AC_SUBST(kde_styledir)
1208
AC_SUBST(kde_widgetdir)
1209
if test "$kde_qtver" = 1; then
1210
  kde_minidir="$kde_icondir/mini"
1211
else
1212
# for KDE 1 - this breaks KDE2 apps using minidir, but
1213
# that's the plan ;-/
1214
  kde_minidir="/dev/null"
1215
fi
1216
dnl AC_SUBST(kde_minidir)
1217
dnl AC_SUBST(kde_cgidir)
1218
dnl AC_SUBST(kde_toolbardir)
1219
])
1220
m4trace:acinclude.m4:728: -1- AC_DEFUN([KDE_MISC_TESTS], [
1221
   dnl Checks for libraries.
1222
   AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD 
1223
   AC_SUBST(LIBUTIL)
1224
   AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
1225
   AC_SUBST(LIBCOMPAT)
1226
   kde_have_crypt=
1227
   AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes],
1228
      AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [
1229
        AC_MSG_WARN([you have no crypt in either libcrypt or libc.
1230
You should install libcrypt from another source or configure with PAM
1231
support])
1232
	kde_have_crypt=no
1233
      ]))
1234
   AC_SUBST(LIBCRYPT)
1235
   if test $kde_have_crypt = yes; then
1236
      AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function])
1237
   fi
1238
   AC_CHECK_SOCKLEN_T
1239
   AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
1240
   if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1241
      AC_CHECK_LIB(dnet_stub, dnet_ntoa,
1242
        [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
1243
   fi
1244
   AC_CHECK_FUNC(inet_ntoa)
1245
   if test $ac_cv_func_inet_ntoa = no; then
1246
     AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
1247
   fi
1248
   AC_CHECK_FUNC(connect)
1249
   if test $ac_cv_func_connect = no; then
1250
      AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
1251
        $X_EXTRA_LIBS)
1252
   fi
1253
 
1254
   AC_CHECK_FUNC(remove)
1255
   if test $ac_cv_func_remove = no; then
1256
      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
1257
   fi
1258
 
1259
   # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1260
   AC_CHECK_FUNC(shmat, ,
1261
     AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"))
1262
 
1263
   # more headers that need to be explicitly included on darwin
1264
   AC_CHECK_HEADERS(sys/types.h stdint.h)
1265
 
1266
   # sys/bitypes.h is needed for uint32_t and friends on Tru64
1267
   AC_CHECK_HEADERS(sys/bitypes.h)
1268
 
1269
   # darwin requires a poll emulation library
1270
   AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll")
1271
 
1272
   # for some image handling on Mac OS X
1273
   AC_CHECK_HEADERS(Carbon/Carbon.h)
1274
 
1275
   # CoreAudio framework
1276
   AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
1277
     AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
1278
     FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
1279
   ])
1280
 
1281
   AC_CHECK_RES_INIT
1282
   AC_SUBST(LIB_POLL)
1283
   AC_SUBST(FRAMEWORK_COREAUDIO)
1284
   LIBSOCKET="$X_EXTRA_LIBS"
1285
   AC_SUBST(LIBSOCKET)
1286
   AC_SUBST(X_EXTRA_LIBS)
1287
   AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
1288
   AC_SUBST(LIBUCB)
1289
 
1290
   case $host in  dnl this *is* LynxOS specific
1291
   *-*-lynxos* )
1292
        AC_MSG_CHECKING([LynxOS header file wrappers])
1293
        [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
1294
        AC_MSG_RESULT(disabled)
1295
        AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
1296
         ;;
1297
    esac
1298
 
1299
   KDE_CHECK_TYPES
1300
   KDE_CHECK_LIBDL
1301
   KDE_CHECK_STRLCPY
1302
   KDE_CHECK_PIE_SUPPORT
1303
 
1304
# darwin needs this to initialize the environment
1305
AC_CHECK_HEADERS(crt_externs.h)
1306
AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
1307
 
1308
AH_VERBATIM(_DARWIN_ENVIRON,
1309
[
1310
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
1311
# include <sys/time.h>
1312
# include <crt_externs.h>
1313
# define environ (*_NSGetEnviron())
1314
#endif
1315
])
1316
 
1317
AH_VERBATIM(_AIX_STRINGS_H_BZERO,
1318
[
1319
/*
1320
 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
1321
 * that defines bzero.
1322
 */
1323
 
1324
#if defined(_AIX)
1325
#include <strings.h>
1326
#endif
1327
])
1328
 
1329
AC_CHECK_FUNCS([vsnprintf snprintf])
1330
 
1331
AH_VERBATIM(_TRU64,[
1332
/*
1333
 * On HP-UX, the declaration of vsnprintf() is needed every time !
1334
 */
1335
 
1336
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
1337
#if __STDC__
1338
#include <stdarg.h>
1339
#include <stdlib.h>
1340
#else
1341
#include <varargs.h>
1342
#endif
1343
#ifdef __cplusplus
1344
extern "C"
1345
#endif
1346
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
1347
#ifdef __cplusplus
1348
extern "C"
1349
#endif
1350
int snprintf(char *str, size_t n, char const *fmt, ...);
1351
#endif
1352
])
1353
 
1354
])
1355
m4trace:acinclude.m4:870: -1- AC_DEFUN([K_PATH_X], [
1356
AC_REQUIRE([KDE_MISC_TESTS])dnl
1357
AC_REQUIRE([KDE_CHECK_LIB64])
1358
 
1359
AC_ARG_ENABLE(
1360
  embedded,
1361
  AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
1362
  kde_use_qt_emb=$enableval,
1363
  kde_use_qt_emb=no
1364
)
1365
 
1366
AC_ARG_ENABLE(
1367
  qtopia,
1368
  AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
1369
  kde_use_qt_emb_palm=$enableval,
1370
  kde_use_qt_emb_palm=no
1371
)
1372
 
1373
AC_ARG_ENABLE(
1374
  mac,
1375
  AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
1376
  kde_use_qt_mac=$enableval,
1377
  kde_use_qt_mac=no
1378
)
1379
 
1380
# used to disable x11-specific stuff on special platforms
1381
AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
1382
 
1383
if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
1384
 
1385
AC_MSG_CHECKING(for X)
1386
 
1387
AC_CACHE_VAL(kde_cv_have_x,
1388
[# One or both of the vars are not set, and there is no cached value.
1389
if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
1390
   kde_x_includes=NO
1391
else
1392
   kde_x_includes=$x_includes
1393
fi
1394
if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
1395
   kde_x_libraries=NO
1396
else
1397
   kde_x_libraries=$x_libraries
1398
fi
1399
 
1400
# below we use the standard autoconf calls
1401
ac_x_libraries=$kde_x_libraries
1402
ac_x_includes=$kde_x_includes
1403
 
1404
KDE_PATH_X_DIRECT
1405
dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
1406
dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
1407
dnl location. The correct location is /usr/lib32 or an undefined value
1408
dnl (the linker is smart enough to pick the correct default library).
1409
dnl Things work just fine if you use just AC_PATH_X_DIRECT.
1410
dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
1411
dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
1412
dnl x_includes should be left alone.
1413
case "$host" in
1414
mips-sgi-irix6*)
1415
  ;;
1416
*-*-solaris*)
1417
  ;;
1418
*)
1419
  _AC_PATH_X_XMKMF
1420
  if test -z "$ac_x_includes"; then
1421
    ac_x_includes="."
1422
  fi
1423
  if test -z "$ac_x_libraries"; then
1424
    ac_x_libraries="/usr/lib${kdelibsuff}"
1425
  fi
1426
esac
1427
#from now on we use our own again
1428
 
1429
# when the user already gave --x-includes, we ignore
1430
# what the standard autoconf macros told us.
1431
if test "$kde_x_includes" = NO; then
1432
  kde_x_includes=$ac_x_includes
1433
fi
1434
 
1435
# for --x-libraries too
1436
if test "$kde_x_libraries" = NO; then
1437
  kde_x_libraries=$ac_x_libraries
1438
fi
1439
 
1440
if test "$kde_x_includes" = NO; then
1441
  AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
1442
fi
1443
 
1444
if test "$kde_x_libraries" = NO; then
1445
  AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
1446
fi
1447
 
1448
# Record where we found X for the cache.
1449
kde_cv_have_x="have_x=yes \
1450
         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
1451
])dnl
1452
 
1453
eval "$kde_cv_have_x"
1454
 
1455
if test "$have_x" != yes; then
1456
  AC_MSG_RESULT($have_x)
1457
  no_x=yes
1458
else
1459
  AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
1460
fi
1461
 
1462
if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
1463
  X_INCLUDES=""
1464
  x_includes="."; dnl better than nothing :-
1465
 else
1466
  x_includes=$kde_x_includes
1467
  X_INCLUDES="-I$x_includes"
1468
fi
1469
 
1470
if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then
1471
  X_LDFLAGS=""
1472
  x_libraries="/usr/lib"; dnl better than nothing :-
1473
 else
1474
  x_libraries=$kde_x_libraries
1475
  X_LDFLAGS="-L$x_libraries"
1476
fi
1477
all_includes="$X_INCLUDES"
1478
all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
1479
 
1480
# Check for libraries that X11R6 Xt/Xaw programs need.
1481
ac_save_LDFLAGS="$LDFLAGS"
1482
LDFLAGS="$LDFLAGS $X_LDFLAGS"
1483
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1484
# check for ICE first), but we must link in the order -lSM -lICE or
1485
# we get undefined symbols.  So assume we have SM if we have ICE.
1486
# These have to be linked with before -lX11, unlike the other
1487
# libraries we check for below, so use a different variable.
1488
#  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1489
AC_CHECK_LIB(ICE, IceConnectionNumber,
1490
  [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
1491
LDFLAGS="$ac_save_LDFLAGS"
1492
 
1493
LIB_X11='-lX11 $(LIBSOCKET)'
1494
 
1495
AC_MSG_CHECKING(for libXext)
1496
AC_CACHE_VAL(kde_cv_have_libXext,
1497
[
1498
kde_ldflags_safe="$LDFLAGS"
1499
kde_libs_safe="$LIBS"
1500
 
1501
LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
1502
LIBS="-lXext -lX11 $LIBSOCKET"
1503
 
1504
AC_TRY_LINK([
1505
#include <stdio.h>
1506
#ifdef STDC_HEADERS
1507
# include <stdlib.h>
1508
#endif
1509
],
1510
[
1511
printf("hello Xext\n");
1512
],
1513
kde_cv_have_libXext=yes,
1514
kde_cv_have_libXext=no
1515
)
1516
 
1517
LDFLAGS=$kde_ldflags_safe
1518
LIBS=$kde_libs_safe
1519
])
1520
 
1521
AC_MSG_RESULT($kde_cv_have_libXext)
1522
 
1523
if test "$kde_cv_have_libXext" = "no"; then
1524
  AC_MSG_ERROR([We need a working libXext to proceed. Since configure
1525
can't find it itself, we stop here assuming that make wouldn't find
1526
them either.])
1527
fi
1528
 
1529
LIB_XEXT="-lXext"
1530
QTE_NORTTI=""
1531
 
1532
elif test "$kde_use_qt_emb" = "yes"; then
1533
  dnl We're using QT Embedded
1534
  CPPFLAGS=-DQWS
1535
  CXXFLAGS="$CXXFLAGS -fno-rtti"
1536
  QTE_NORTTI="-fno-rtti -DQWS"
1537
  X_PRE_LIBS=""
1538
  LIB_X11=""
1539
  LIB_XEXT=""
1540
  LIB_XRENDER=""
1541
  LIBSM=""
1542
  X_INCLUDES=""
1543
  X_LDFLAGS=""
1544
  x_includes=""
1545
  x_libraries=""
1546
elif test "$kde_use_qt_mac" = "yes"; then
1547
  dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
1548
  dnl be included to get the information) --Sam
1549
  CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
1550
  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
1551
  X_PRE_LIBS=""
1552
  LIB_X11=""
1553
  LIB_XEXT=""
1554
  LIB_XRENDER=""
1555
  LIBSM=""
1556
  X_INCLUDES=""
1557
  X_LDFLAGS=""
1558
  x_includes=""
1559
  x_libraries=""
1560
fi
1561
AC_SUBST(X_PRE_LIBS)
1562
AC_SUBST(LIB_X11)
1563
AC_SUBST(LIB_XRENDER)
1564
AC_SUBST(LIBSM)
1565
AC_SUBST(X_INCLUDES)
1566
AC_SUBST(X_LDFLAGS)
1567
AC_SUBST(x_includes)
1568
AC_SUBST(x_libraries)
1569
AC_SUBST(QTE_NORTTI)
1570
AC_SUBST(LIB_XEXT)
1571
 
1572
])
1573
m4trace:acinclude.m4:1090: -1- AC_DEFUN([KDE_PRINT_QT_PROGRAM], [
1574
AC_REQUIRE([KDE_USE_QT])
1575
cat > conftest.$ac_ext <<EOF
1576
#include "confdefs.h"
1577
#include <qglobal.h>
1578
#include <qapplication.h>
1579
EOF
1580
if test "$kde_qtver" = "2"; then
1581
cat >> conftest.$ac_ext <<EOF
1582
#include <qevent.h>
1583
#include <qstring.h>
1584
#include <qstyle.h>
1585
EOF
1586
 
1587
if test $kde_qtsubver -gt 0; then
1588
cat >> conftest.$ac_ext <<EOF
1589
#if QT_VERSION < 210
1590
#error 1
1591
#endif
1592
EOF
1593
fi
1594
fi
1595
 
1596
if test "$kde_qtver" = "3"; then
1597
cat >> conftest.$ac_ext <<EOF
1598
#include <qcursor.h>
1599
#include <qstylefactory.h>
1600
#include <private/qucomextra_p.h>
1601
EOF
1602
fi
1603
 
1604
echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
1605
cat >> conftest.$ac_ext <<EOF
1606
#error 1
1607
#endif
1608
 
1609
int main() {
1610
EOF
1611
if test "$kde_qtver" = "2"; then
1612
cat >> conftest.$ac_ext <<EOF
1613
    QStringList *t = new QStringList();
1614
    Q_UNUSED(t);
1615
EOF
1616
if test $kde_qtsubver -gt 0; then
1617
cat >> conftest.$ac_ext <<EOF
1618
    QString s;
1619
    s.setLatin1("Elvis is alive", 14);
1620
EOF
1621
fi
1622
fi
1623
if test "$kde_qtver" = "3"; then
1624
cat >> conftest.$ac_ext <<EOF
1625
    (void)QStyleFactory::create(QString::null);
1626
    QCursor c(Qt::WhatsThisCursor);
1627
EOF
1628
fi
1629
cat >> conftest.$ac_ext <<EOF
1630
    return 0;
1631
}
1632
EOF
1633
])
1634
m4trace:acinclude.m4:1153: -1- AC_DEFUN([KDE_USE_QT], [
1635
if test -z "$1"; then
1636
  # Current default Qt version: 3.3
1637
  kde_qtver=3
1638
  kde_qtsubver=3
1639
else
1640
  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
1641
  # following is the check if subversion isnt found in passed argument
1642
  if test "$kde_qtsubver" = "$1"; then
1643
    kde_qtsubver=1
1644
  fi
1645
  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
1646
  if test "$kde_qtver" = "1"; then
1647
    kde_qtsubver=42
1648
  fi
1649
fi
1650
 
1651
if test -z "$2"; then
1652
  if test "$kde_qtver" = "2"; then
1653
    if test $kde_qtsubver -gt 0; then
1654
      kde_qt_minversion=">= Qt 2.2.2"
1655
    else
1656
      kde_qt_minversion=">= Qt 2.0.2"
1657
    fi
1658
  fi
1659
  if test "$kde_qtver" = "3"; then
1660
    if test $kde_qtsubver -gt 0; then
1661
	 if test $kde_qtsubver -gt 1; then
1662
	    if test $kde_qtsubver -gt 2; then
1663
		kde_qt_minversion=">= Qt 3.3 and < 4.0"
1664
	    else
1665
	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
1666
	    fi
1667
	 else
1668
            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
1669
         fi
1670
    else
1671
      kde_qt_minversion=">= Qt 3.0 and < 4.0"
1672
    fi
1673
  fi
1674
  if test "$kde_qtver" = "1"; then
1675
    kde_qt_minversion=">= 1.42 and < 2.0"
1676
  fi
1677
else
1678
   kde_qt_minversion="$2"
1679
fi
1680
 
1681
if test -z "$3"; then
1682
   if test $kde_qtver = 3; then
1683
     if test $kde_qtsubver -gt 0; then
1684
       kde_qt_verstring="QT_VERSION >= 0x03@VER@00 && QT_VERSION < 0x040000"
1685
       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
1686
       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s,@VER@,$qtsubver,"`
1687
     else
1688
       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
1689
     fi
1690
   fi
1691
   if test $kde_qtver = 2; then
1692
     if test $kde_qtsubver -gt 0; then
1693
       kde_qt_verstring="QT_VERSION >= 222"
1694
     else
1695
       kde_qt_verstring="QT_VERSION >= 200"
1696
     fi
1697
   fi
1698
   if test $kde_qtver = 1; then
1699
    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
1700
   fi
1701
else
1702
   kde_qt_verstring="$3"
1703
fi
1704
 
1705
if test $kde_qtver = 4; then
1706
  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
1707
fi
1708
if test $kde_qtver = 3; then
1709
  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
1710
fi
1711
if test $kde_qtver = 2; then
1712
   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
1713
fi
1714
if test $kde_qtver = 1; then
1715
   kde_qt_dirs="$QTDIR /usr/lib/qt"
1716
fi
1717
])
1718
m4trace:acinclude.m4:1239: -1- AC_DEFUN([KDE_CHECK_QT_DIRECT], [
1719
AC_REQUIRE([KDE_USE_QT])
1720
AC_MSG_CHECKING([if Qt compiles without flags])
1721
AC_CACHE_VAL(kde_cv_qt_direct,
1722
[
1723
AC_LANG_SAVE
1724
AC_LANG_CPLUSPLUS
1725
ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
1726
ac_LIBRARY_PATH="$LIBRARY_PATH"
1727
ac_cxxflags_safe="$CXXFLAGS"
1728
ac_ldflags_safe="$LDFLAGS"
1729
ac_libs_safe="$LIBS"
1730
 
1731
CXXFLAGS="$CXXFLAGS -I$qt_includes"
1732
LDFLAGS="$LDFLAGS $X_LDFLAGS"
1733
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1734
LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
1735
else
1736
LIBS="$LIBQT $LIBSOCKET"
1737
fi
1738
LD_LIBRARY_PATH=
1739
export LD_LIBRARY_PATH
1740
LIBRARY_PATH=
1741
export LIBRARY_PATH
1742
 
1743
KDE_PRINT_QT_PROGRAM
1744
 
1745
if AC_TRY_EVAL(ac_link) && test -s conftest; then
1746
  kde_cv_qt_direct="yes"
1747
else
1748
  kde_cv_qt_direct="no"
1749
  echo "configure: failed program was:" >&AC_FD_CC
1750
  cat conftest.$ac_ext >&AC_FD_CC
1751
fi
1752
 
1753
rm -f conftest*
1754
CXXFLAGS="$ac_cxxflags_safe"
1755
LDFLAGS="$ac_ldflags_safe"
1756
LIBS="$ac_libs_safe"
1757
 
1758
LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
1759
export LD_LIBRARY_PATH
1760
LIBRARY_PATH="$ac_LIBRARY_PATH"
1761
export LIBRARY_PATH
1762
AC_LANG_RESTORE
1763
])
1764
 
1765
if test "$kde_cv_qt_direct" = "yes"; then
1766
  AC_MSG_RESULT(yes)
1767
  $1
1768
else
1769
  AC_MSG_RESULT(no)
1770
  $2
1771
fi
1772
])
1773
m4trace:acinclude.m4:1302: -1- AC_DEFUN([AC_PATH_QT_1_3], [
1774
AC_REQUIRE([K_PATH_X])
1775
AC_REQUIRE([KDE_USE_QT])
1776
AC_REQUIRE([KDE_CHECK_LIB64])
1777
 
1778
dnl ------------------------------------------------------------------------
1779
dnl Add configure flag to enable linking to MT version of Qt library.
1780
dnl ------------------------------------------------------------------------
1781
 
1782
AC_ARG_ENABLE(
1783
  mt,
1784
  AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
1785
  kde_use_qt_mt=$enableval,
1786
  [
1787
    if test $kde_qtver = 3; then
1788
      kde_use_qt_mt=yes
1789
    else
1790
      kde_use_qt_mt=no
1791
    fi
1792
  ]
1793
)
1794
 
1795
USING_QT_MT=""
1796
 
1797
dnl ------------------------------------------------------------------------
1798
dnl If we not get --disable-qt-mt then adjust some vars for the host.
1799
dnl ------------------------------------------------------------------------
1800
 
1801
KDE_MT_LDFLAGS=
1802
KDE_MT_LIBS=
1803
if test "x$kde_use_qt_mt" = "xyes"; then
1804
  KDE_CHECK_THREADING
1805
  if test "x$kde_use_threading" = "xyes"; then
1806
    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
1807
    KDE_MT_LDFLAGS="$USE_THREADS"
1808
    KDE_MT_LIBS="$LIBPTHREAD"
1809
  else
1810
    kde_use_qt_mt=no
1811
  fi
1812
fi
1813
AC_SUBST(KDE_MT_LDFLAGS)
1814
AC_SUBST(KDE_MT_LIBS)
1815
 
1816
kde_qt_was_given=yes
1817
 
1818
dnl ------------------------------------------------------------------------
1819
dnl If we haven't been told how to link to Qt, we work it out for ourselves.
1820
dnl ------------------------------------------------------------------------
1821
if test -z "$LIBQT_GLOB"; then
1822
  if test "x$kde_use_qt_emb" = "xyes"; then
1823
    LIBQT_GLOB="libqte.*"
1824
  else
1825
    LIBQT_GLOB="libqt.*"
1826
  fi
1827
fi
1828
 
1829
dnl ------------------------------------------------------------
1830
dnl If we got --enable-embedded then adjust the Qt library name.
1831
dnl ------------------------------------------------------------
1832
if test "x$kde_use_qt_emb" = "xyes"; then
1833
  qtlib="qte"
1834
else
1835
  qtlib="qt"
1836
fi
1837
 
1838
kde_int_qt="-l$qtlib"
1839
 
1840
if test -z "$LIBQPE"; then
1841
dnl ------------------------------------------------------------
1842
dnl If we got --enable-palmtop then add -lqpe to the link line
1843
dnl ------------------------------------------------------------
1844
  if test "x$kde_use_qt_emb" = "xyes"; then
1845
    if test "x$kde_use_qt_emb_palm" = "xyes"; then
1846
      LIB_QPE="-lqpe"
1847
    else
1848
      LIB_QPE=""
1849
    fi
1850
  else
1851
    LIB_QPE=""
1852
  fi
1853
fi
1854
 
1855
dnl ------------------------------------------------------------------------
1856
dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
1857
dnl ------------------------------------------------------------------------
1858
 
1859
if test "x$kde_use_qt_mt" = "xyes"; then
1860
  LIBQT="-l$qtlib-mt"
1861
  kde_int_qt="-l$qtlib-mt"
1862
  LIBQT_GLOB="lib$qtlib-mt.*"
1863
  USING_QT_MT="using -mt"
1864
else
1865
  LIBQT="-l$qtlib"
1866
fi
1867
 
1868
if test $kde_qtver != 1; then
1869
 
1870
  AC_REQUIRE([AC_FIND_PNG])
1871
  AC_REQUIRE([AC_FIND_JPEG])
1872
  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
1873
fi
1874
 
1875
if test $kde_qtver = 3; then
1876
  AC_REQUIRE([KDE_CHECK_LIBDL])
1877
  LIBQT="$LIBQT $LIBDL"
1878
fi
1879
 
1880
AC_MSG_CHECKING([for Qt])
1881
 
1882
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1883
LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
1884
fi
1885
ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
1886
qt_libraries=""
1887
qt_includes=""
1888
AC_ARG_WITH(qt-dir,
1889
    AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
1890
    [  ac_qt_includes="$withval"/include
1891
       ac_qt_libraries="$withval"/lib${kdelibsuff}
1892
       ac_qt_bindir="$withval"/bin
1893
    ])
1894
 
1895
AC_ARG_WITH(qt-includes,
1896
    AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
1897
    [
1898
       ac_qt_includes="$withval"
1899
    ])
1900
 
1901
kde_qt_libs_given=no
1902
 
1903
AC_ARG_WITH(qt-libraries,
1904
    AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
1905
    [  ac_qt_libraries="$withval"
1906
       kde_qt_libs_given=yes
1907
    ])
1908
 
1909
AC_CACHE_VAL(ac_cv_have_qt,
1910
[#try to guess Qt locations
1911
 
1912
qt_incdirs=""
1913
for dir in $kde_qt_dirs; do
1914
   qt_incdirs="$qt_incdirs $dir/include $dir"
1915
done
1916
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"
1917
if test ! "$ac_qt_includes" = "NO"; then
1918
   qt_incdirs="$ac_qt_includes $qt_incdirs"
1919
fi
1920
 
1921
if test "$kde_qtver" != "1"; then
1922
  kde_qt_header=qstyle.h
1923
else
1924
  kde_qt_header=qglobal.h
1925
fi
1926
 
1927
AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
1928
ac_qt_includes="$qt_incdir"
1929
 
1930
qt_libdirs=""
1931
for dir in $kde_qt_dirs; do
1932
   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
1933
done
1934
qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
1935
if test ! "$ac_qt_libraries" = "NO"; then
1936
  qt_libdir=$ac_qt_libraries
1937
else
1938
  qt_libdirs="$ac_qt_libraries $qt_libdirs"
1939
  # if the Qt was given, the chance is too big that libqt.* doesn't exist
1940
  qt_libdir=NONE
1941
  for dir in $qt_libdirs; do
1942
    try="ls -1 $dir/${LIBQT_GLOB}"
1943
    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
1944
  done
1945
fi
1946
for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
1947
  if test -e "$a"; then
1948
    LIBQT="$LIBQT ${kde_int_qt}_incremental"
1949
    break
1950
  fi
1951
done
1952
 
1953
ac_qt_libraries="$qt_libdir"
1954
 
1955
AC_LANG_SAVE
1956
AC_LANG_CPLUSPLUS
1957
 
1958
ac_cxxflags_safe="$CXXFLAGS"
1959
ac_ldflags_safe="$LDFLAGS"
1960
ac_libs_safe="$LIBS"
1961
 
1962
CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
1963
LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
1964
LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
1965
 
1966
KDE_PRINT_QT_PROGRAM
1967
 
1968
if AC_TRY_EVAL(ac_link) && test -s conftest; then
1969
  rm -f conftest*
1970
else
1971
  echo "configure: failed program was:" >&AC_FD_CC
1972
  cat conftest.$ac_ext >&AC_FD_CC
1973
  ac_qt_libraries="NO"
1974
fi
1975
rm -f conftest*
1976
CXXFLAGS="$ac_cxxflags_safe"
1977
LDFLAGS="$ac_ldflags_safe"
1978
LIBS="$ac_libs_safe"
1979
 
1980
AC_LANG_RESTORE
1981
if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
1982
  ac_cv_have_qt="have_qt=no"
1983
  ac_qt_notfound=""
1984
  missing_qt_mt=""
1985
  if test "$ac_qt_includes" = NO; then
1986
    if test "$ac_qt_libraries" = NO; then
1987
      ac_qt_notfound="(headers and libraries)";
1988
    else
1989
      ac_qt_notfound="(headers)";
1990
    fi
1991
  else
1992
    if test "x$kde_use_qt_mt" = "xyes"; then
1993
       missing_qt_mt="
1994
Make sure that you have compiled Qt with thread support!"
1995
       ac_qt_notfound="(library $qtlib-mt)";
1996
    else
1997
       ac_qt_notfound="(library $qtlib)";
1998
    fi
1999
  fi
2000
 
2001
  AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
2002
For more details about this problem, look at the end of config.log.$missing_qt_mt])
2003
else
2004
  have_qt="yes"
2005
fi
2006
])
2007
 
2008
eval "$ac_cv_have_qt"
2009
 
2010
if test "$have_qt" != yes; then
2011
  AC_MSG_RESULT([$have_qt]);
2012
else
2013
  ac_cv_have_qt="have_qt=yes \
2014
    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
2015
  AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
2016
 
2017
  qt_libraries="$ac_qt_libraries"
2018
  qt_includes="$ac_qt_includes"
2019
fi
2020
 
2021
if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
2022
     KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
2023
fi
2024
 
2025
AC_SUBST(qt_libraries)
2026
AC_SUBST(qt_includes)
2027
 
2028
if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
2029
 QT_INCLUDES=""
2030
else
2031
 QT_INCLUDES="-I$qt_includes"
2032
 all_includes="$QT_INCLUDES $all_includes"
2033
fi
2034
 
2035
if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
2036
 QT_LDFLAGS=""
2037
else
2038
 QT_LDFLAGS="-L$qt_libraries"
2039
 all_libraries="$QT_LDFLAGS $all_libraries"
2040
fi
2041
test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
2042
 
2043
AC_SUBST(QT_INCLUDES)
2044
AC_SUBST(QT_LDFLAGS)
2045
AC_PATH_QT_MOC_UIC
2046
 
2047
KDE_CHECK_QT_JPEG
2048
 
2049
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2050
LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
2051
else
2052
LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
2053
fi
2054
test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
2055
for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
2056
  if test -e "$a"; then
2057
     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
2058
     break
2059
  fi
2060
done
2061
 
2062
AC_SUBST(LIB_QT)
2063
AC_SUBST(LIB_QPE)
2064
 
2065
AC_SUBST(kde_qtver)
2066
])
2067
m4trace:acinclude.m4:1598: -1- AC_DEFUN([AC_PATH_QT], [
2068
AC_PATH_QT_1_3
2069
])
2070
m4trace:acinclude.m4:1603: -1- AC_DEFUN([KDE_CHECK_UIC_PLUGINS], [
2071
AC_REQUIRE([AC_PATH_QT_MOC_UIC])
2072
 
2073
if test x$ac_uic_supports_libpath = xyes; then
2074
 
2075
AC_MSG_CHECKING([if UIC has KDE plugins available])
2076
AC_CACHE_VAL(kde_cv_uic_plugins,
2077
[
2078
cat > actest.ui << EOF
2079
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2080
<class>NewConnectionDialog</class>
2081
<widget class="QDialog">
2082
   <widget class="KLineEdit">
2083
        <property name="name">
2084
           <cstring>testInput</cstring>
2085
        </property>
2086
   </widget>
2087
</widget>
2088
</UI>
2089
EOF
2090
 
2091
 
2092
 
2093
kde_cv_uic_plugins=no
2094
kde_line="$UIC_PATH -L $kde_widgetdir"
2095
if test x$ac_uic_supports_nounload = xyes; then
2096
   kde_line="$kde_line -nounload"
2097
fi
2098
kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
2099
if AC_TRY_EVAL(kde_line); then
2100
	# if you're trying to debug this check and think it's incorrect,
2101
	# better check your installation. The check _is_ correct - your
2102
	# installation is not.
2103
	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
2104
		kde_cv_uic_plugins=yes
2105
	fi
2106
fi
2107
rm -f actest.ui actest.cpp
2108
])
2109
 
2110
AC_MSG_RESULT([$kde_cv_uic_plugins])
2111
if test "$kde_cv_uic_plugins" != yes; then
2112
	AC_MSG_ERROR([
2113
you need to install kdelibs first.
2114
 
2115
If you did install kdelibs, then the Qt version that is picked up by
2116
this configure is not the same version you used to compile kdelibs. 
2117
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
2118
_same Qt version_, compiled with the _same compiler_ and the same Qt
2119
configuration settings.
2120
])
2121
fi
2122
fi
2123
])
2124
m4trace:acinclude.m4:1659: -1- AC_DEFUN([KDE_CHECK_FINAL], [
2125
  AC_ARG_ENABLE(final,
2126
	AC_HELP_STRING([--enable-final],
2127
		       [build size optimized apps (experimental - needs lots of memory)]),
2128
	kde_use_final=$enableval, kde_use_final=no)
2129
 
2130
  if test "x$kde_use_final" = "xyes"; then
2131
      KDE_USE_FINAL_TRUE=""
2132
      KDE_USE_FINAL_FALSE="#"
2133
   else
2134
      KDE_USE_FINAL_TRUE="#"
2135
      KDE_USE_FINAL_FALSE=""
2136
  fi
2137
  AC_SUBST(KDE_USE_FINAL_TRUE)
2138
  AC_SUBST(KDE_USE_FINAL_FALSE)
2139
])
2140
m4trace:acinclude.m4:1677: -1- AC_DEFUN([KDE_CHECK_CLOSURE], [
2141
  AC_ARG_ENABLE(closure,
2142
		AC_HELP_STRING([--enable-closure],[delay template instantiation]),
2143
  	kde_use_closure=$enableval, kde_use_closure=no)
2144
 
2145
  KDE_NO_UNDEFINED=""
2146
  if test "x$kde_use_closure" = "xyes"; then
2147
       KDE_USE_CLOSURE_TRUE=""
2148
       KDE_USE_CLOSURE_FALSE="#"
2149
#       CXXFLAGS="$CXXFLAGS $REPO"
2150
  else
2151
       KDE_USE_CLOSURE_TRUE="#"
2152
       KDE_USE_CLOSURE_FALSE=""
2153
       KDE_NO_UNDEFINED=""
2154
       case $host in 
2155
         *-*-linux-gnu)
2156
           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
2157
                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
2158
		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
2159
		[KDE_NO_UNDEFINED=""])],
2160
	    [KDE_NO_UNDEFINED=""])
2161
           ;;
2162
       esac
2163
  fi
2164
  AC_SUBST(KDE_USE_CLOSURE_TRUE)
2165
  AC_SUBST(KDE_USE_CLOSURE_FALSE)
2166
  AC_SUBST(KDE_NO_UNDEFINED)
2167
])
2168
m4trace:acinclude.m4:1708: -1- AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], [
2169
  AC_ARG_ENABLE(new_ldflags,
2170
		AC_HELP_STRING([--enable-new-ldflags],
2171
		[enable the new linker flags]),
2172
	kde_use_new_ldflags=$enableval, 
2173
	kde_use_new_ldflags=no)
2174
 
2175
  LDFLAGS_AS_NEEDED=""
2176
  LDFLAGS_NEW_DTAGS=""
2177
  if test "x$kde_use_new_ldflags" = "xyes"; then
2178
       LDFLAGS_NEW_DTAGS=""
2179
       KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
2180
		[LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
2181
 
2182
       KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
2183
		[LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
2184
  fi
2185
  AC_SUBST(LDFLAGS_AS_NEEDED)
2186
  AC_SUBST(LDFLAGS_NEW_DTAGS)
2187
])
2188
m4trace:acinclude.m4:1730: -1- AC_DEFUN([KDE_CHECK_NMCHECK], [
2189
  AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
2190
	kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
2191
 
2192
  if test "$kde_use_nmcheck" = "yes"; then
2193
      KDE_USE_NMCHECK_TRUE=""
2194
      KDE_USE_NMCHECK_FALSE="#"
2195
   else
2196
      KDE_USE_NMCHECK_TRUE="#"
2197
      KDE_USE_NMCHECK_FALSE=""
2198
  fi
2199
  AC_SUBST(KDE_USE_NMCHECK_TRUE)
2200
  AC_SUBST(KDE_USE_NMCHECK_FALSE)
2201
])
2202
m4trace:acinclude.m4:1746: -1- AC_DEFUN([KDE_EXPAND_MAKEVAR], [
2203
savex=$exec_prefix
2204
test "x$exec_prefix" = xNONE && exec_prefix=$prefix
2205
tmp=$$2
2206
while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
2207
exec_prefix=$savex
2208
])
2209
m4trace:acinclude.m4:1760: -1- AC_DEFUN([AC_BASE_PATH_KDE], [
2210
AC_REQUIRE([KDE_CHECK_STL])
2211
AC_REQUIRE([AC_PATH_QT])dnl
2212
AC_REQUIRE([KDE_CHECK_LIB64])
2213
 
2214
AC_CHECK_RPATH
2215
AC_MSG_CHECKING([for KDE])
2216
 
2217
if test "${prefix}" != NONE; then
2218
  kde_includes=${includedir}
2219
  KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
2220
 
2221
  kde_libraries=${libdir}
2222
  KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
2223
 
2224
else
2225
  ac_kde_includes=
2226
  ac_kde_libraries=
2227
  kde_libraries=""
2228
  kde_includes=""
2229
fi
2230
 
2231
AC_CACHE_VAL(ac_cv_have_kde,
2232
[#try to guess kde locations
2233
 
2234
if test "$kde_qtver" = 1; then
2235
  kde_check_header="ksock.h"
2236
  kde_check_lib="libkdecore.la"
2237
else
2238
  kde_check_header="ksharedptr.h"
2239
  kde_check_lib="libkio.la"
2240
fi
2241
 
2242
if test -z "$1"; then
2243
 
2244
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"
2245
test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
2246
kde_incdirs="$ac_kde_includes $kde_incdirs"
2247
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
2248
ac_kde_includes="$kde_incdir"
2249
 
2250
if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
2251
  AC_MSG_ERROR([
2252
in the prefix, you've chosen, are no KDE headers installed. This will fail.
2253
So, check this please and use another prefix!])
2254
fi
2255
 
2256
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}"
2257
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
2258
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
2259
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
2260
ac_kde_libraries="$kde_libdir"
2261
 
2262
kde_widgetdir=NO
2263
dnl this might be somewhere else
2264
AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
2265
 
2266
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
2267
AC_MSG_ERROR([
2268
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
2269
So, check this please and use another prefix!])
2270
fi
2271
 
2272
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
2273
AC_MSG_ERROR([
2274
I can't find the designer plugins. These are required and should have been installed
2275
by kdelibs])
2276
fi
2277
 
2278
if test -n "$kde_widgetdir"; then
2279
    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
2280
fi
2281
 
2282
 
2283
if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
2284
  ac_cv_have_kde="have_kde=no"
2285
else
2286
  ac_cv_have_kde="have_kde=yes \
2287
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2288
fi
2289
 
2290
else dnl test -z $1, e.g. from kdelibs
2291
 
2292
  ac_cv_have_kde="have_kde=no"
2293
 
2294
fi
2295
])dnl
2296
 
2297
eval "$ac_cv_have_kde"
2298
 
2299
if test "$have_kde" != "yes"; then
2300
 if test "${prefix}" = NONE; then
2301
  ac_kde_prefix="$ac_default_prefix"
2302
 else
2303
  ac_kde_prefix="$prefix"
2304
 fi
2305
 if test "$exec_prefix" = NONE; then
2306
  ac_kde_exec_prefix="$ac_kde_prefix"
2307
  AC_MSG_RESULT([will be installed in $ac_kde_prefix])
2308
 else
2309
  ac_kde_exec_prefix="$exec_prefix"
2310
  AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
2311
 fi
2312
 
2313
 kde_libraries="${libdir}"
2314
 kde_includes="${includedir}"
2315
 
2316
else
2317
  ac_cv_have_kde="have_kde=yes \
2318
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2319
  AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
2320
 
2321
  kde_libraries="$ac_kde_libraries"
2322
  kde_includes="$ac_kde_includes"
2323
fi
2324
AC_SUBST(kde_libraries)
2325
AC_SUBST(kde_includes)
2326
 
2327
if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
2328
 KDE_INCLUDES=""
2329
else
2330
 KDE_INCLUDES="-I$kde_includes"
2331
 all_includes="$KDE_INCLUDES $all_includes"
2332
fi
2333
 
2334
KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
2335
 
2336
KDE_LDFLAGS="-L$kde_libraries"
2337
if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
2338
 all_libraries="$KDE_LDFLAGS $all_libraries"
2339
fi
2340
 
2341
AC_SUBST(KDE_LDFLAGS)
2342
AC_SUBST(KDE_INCLUDES)
2343
 
2344
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
2345
 
2346
all_libraries="$all_libraries $USER_LDFLAGS"
2347
all_includes="$all_includes $USER_INCLUDES"
2348
AC_SUBST(all_includes)
2349
AC_SUBST(all_libraries)
2350
 
2351
if test -z "$1"; then
2352
KDE_CHECK_UIC_PLUGINS
2353
fi
2354
 
2355
ac_kde_libraries="$kde_libdir"
2356
 
2357
AC_SUBST(AUTODIRS)
2358
 
2359
 
2360
])
2361
m4trace:acinclude.m4:1914: -1- AC_DEFUN([KDE_CHECK_EXTRA_LIBS], [
2362
AC_MSG_CHECKING(for extra includes)
2363
AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
2364
  kde_use_extra_includes="$withval",
2365
  kde_use_extra_includes=NONE
2366
)
2367
kde_extra_includes=
2368
if test -n "$kde_use_extra_includes" && \
2369
   test "$kde_use_extra_includes" != "NONE"; then
2370
 
2371
   ac_save_ifs=$IFS
2372
   IFS=':'
2373
   for dir in $kde_use_extra_includes; do
2374
     kde_extra_includes="$kde_extra_includes $dir"
2375
     USER_INCLUDES="$USER_INCLUDES -I$dir"
2376
   done
2377
   IFS=$ac_save_ifs
2378
   kde_use_extra_includes="added"
2379
else
2380
   kde_use_extra_includes="no"
2381
fi
2382
AC_SUBST(USER_INCLUDES)
2383
 
2384
AC_MSG_RESULT($kde_use_extra_includes)
2385
 
2386
kde_extra_libs=
2387
AC_MSG_CHECKING(for extra libs)
2388
AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
2389
  kde_use_extra_libs=$withval,
2390
  kde_use_extra_libs=NONE
2391
)
2392
if test -n "$kde_use_extra_libs" && \
2393
   test "$kde_use_extra_libs" != "NONE"; then
2394
 
2395
   ac_save_ifs=$IFS
2396
   IFS=':'
2397
   for dir in $kde_use_extra_libs; do
2398
     kde_extra_libs="$kde_extra_libs $dir"
2399
     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
2400
     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
2401
   done
2402
   IFS=$ac_save_ifs
2403
   kde_use_extra_libs="added"
2404
else
2405
   kde_use_extra_libs="no"
2406
fi
2407
 
2408
AC_SUBST(USER_LDFLAGS)
2409
 
2410
AC_MSG_RESULT($kde_use_extra_libs)
2411
 
2412
])
2413
m4trace:acinclude.m4:1968: -1- AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], [
2414
    AC_MSG_CHECKING([for KDE headers installed])
2415
    AC_LANG_SAVE
2416
    AC_LANG_CPLUSPLUS
2417
cat > conftest.$ac_ext <<EOF
2418
#ifdef STDC_HEADERS
2419
# include <stdlib.h>
2420
#endif
2421
#include <stdio.h>
2422
#include "confdefs.h"
2423
#include <kapp.h>
2424
 
2425
int main() {
2426
    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
2427
    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
2428
    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
2429
    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
2430
    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
2431
    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
2432
    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
2433
    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
2434
    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
2435
    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
2436
    printf("kde_wallpaperdir=\\"%s\\"\n",
2437
	KApplication::kde_wallpaperdir().data());
2438
    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
2439
    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
2440
    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
2441
    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
2442
    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
2443
    printf("kde_styledir=\\"/tmp/dummy\\"\n");
2444
    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
2445
    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
2446
    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
2447
    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
2448
    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
2449
    return 0;
2450
    }
2451
EOF
2452
 
2453
 ac_save_CPPFLAGS=$CPPFLAGS
2454
 CPPFLAGS="$all_includes $CPPFLAGS"
2455
 if AC_TRY_EVAL(ac_compile); then
2456
   AC_MSG_RESULT(yes)
2457
 else
2458
   AC_MSG_ERROR([your system is not able to compile a small KDE application!
2459
Check, if you installed the KDE header files correctly.
2460
For more details about this problem, look at the end of config.log.])
2461
  fi
2462
  CPPFLAGS=$ac_save_CPPFLAGS
2463
 
2464
  AC_LANG_RESTORE
2465
])
2466
m4trace:acinclude.m4:2023: -1- AC_DEFUN([KDE_CHECK_KDEQTADDON], [
2467
AC_MSG_CHECKING(for kde-qt-addon)
2468
AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
2469
[
2470
 kde_ldflags_safe="$LDFLAGS"
2471
 kde_libs_safe="$LIBS"
2472
 kde_cxxflags_safe="$CXXFLAGS"
2473
 
2474
 LIBS="-lkde-qt-addon $LIBQT $LIBS"
2475
 CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
2476
 LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
2477
 
2478
 AC_TRY_LINK([
2479
   #include <qdom.h>
2480
 ],
2481
 [
2482
   QDomDocument doc;
2483
 ],
2484
  kde_cv_have_kdeqtaddon=yes,
2485
  kde_cv_have_kdeqtaddon=no
2486
 )
2487
 
2488
 LDFLAGS=$kde_ldflags_safe
2489
 LIBS=$kde_libs_safe
2490
 CXXFLAGS=$kde_cxxflags_safe
2491
])
2492
 
2493
AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
2494
 
2495
if test "$kde_cv_have_kdeqtaddon" = "no"; then
2496
  AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
2497
It is a separate package (and CVS module) named kde-qt-addon.])
2498
fi
2499
])
2500
m4trace:acinclude.m4:2059: -1- AC_DEFUN([KDE_CREATE_LIBS_ALIASES], [
2501
   AC_REQUIRE([KDE_MISC_TESTS])
2502
   AC_REQUIRE([KDE_CHECK_LIBDL])
2503
   AC_REQUIRE([K_PATH_X])
2504
 
2505
if test $kde_qtver = 3; then
2506
   case $host in 
2507
               *cygwin*) lib_kded="-lkdeinit_kded" ;;
2508
               *) lib_kded="" ;;
2509
       esac
2510
   AC_SUBST(LIB_KDED, $lib_kded)
2511
   AC_SUBST(LIB_KDECORE, "-lkdecore")
2512
   AC_SUBST(LIB_KDEUI, "-lkdeui")
2513
   AC_SUBST(LIB_KIO, "-lkio")
2514
   AC_SUBST(LIB_KJS, "-lkjs")
2515
   AC_SUBST(LIB_SMB, "-lsmb")
2516
   AC_SUBST(LIB_KAB, "-lkab")
2517
   AC_SUBST(LIB_KABC, "-lkabc")
2518
   AC_SUBST(LIB_KHTML, "-lkhtml")
2519
   AC_SUBST(LIB_KSPELL, "-lkspell")
2520
   AC_SUBST(LIB_KPARTS, "-lkparts")
2521
   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2522
   AC_SUBST(LIB_KUTILS, "-lkutils")
2523
   AC_SUBST(LIB_KDEPIM, "-lkdepim")
2524
   AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
2525
   AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
2526
   AC_SUBST(LIB_KDNSSD, "-lkdnssd")
2527
   AC_SUBST(LIB_KUNITTEST, "-lkunittest")
2528
# these are for backward compatibility
2529
   AC_SUBST(LIB_KSYCOCA, "-lkio")
2530
   AC_SUBST(LIB_KFILE, "-lkio")
2531
elif test $kde_qtver = 2; then
2532
   AC_SUBST(LIB_KDECORE, "-lkdecore")
2533
   AC_SUBST(LIB_KDEUI, "-lkdeui")
2534
   AC_SUBST(LIB_KIO, "-lkio")
2535
   AC_SUBST(LIB_KSYCOCA, "-lksycoca")
2536
   AC_SUBST(LIB_SMB, "-lsmb")
2537
   AC_SUBST(LIB_KFILE, "-lkfile")
2538
   AC_SUBST(LIB_KAB, "-lkab")
2539
   AC_SUBST(LIB_KHTML, "-lkhtml")
2540
   AC_SUBST(LIB_KSPELL, "-lkspell")
2541
   AC_SUBST(LIB_KPARTS, "-lkparts")
2542
   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2543
else
2544
   AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
2545
   AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
2546
   AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
2547
   AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
2548
   AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
2549
fi
2550
])
2551
m4trace:acinclude.m4:2112: -1- AC_DEFUN([AC_PATH_KDE], [
2552
  AC_BASE_PATH_KDE
2553
  AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
2554
  [
2555
  if test "$enableval" = "no";
2556
    then ac_use_path_checking="default"
2557
    else ac_use_path_checking=""
2558
  fi
2559
  ],
2560
  [
2561
  if test "$kde_qtver" = 1;
2562
    then ac_use_path_checking=""
2563
    else ac_use_path_checking="default"
2564
  fi
2565
  ]
2566
  )
2567
 
2568
  AC_CREATE_KFSSTND($ac_use_path_checking)
2569
 
2570
  AC_SUBST_KFSSTND
2571
  KDE_CREATE_LIBS_ALIASES
2572
])
2573
m4trace:acinclude.m4:2137: -1- AC_DEFUN([KDE_CHECK_FUNC_EXT], [
2574
AC_MSG_CHECKING(for $1)
2575
AC_CACHE_VAL(kde_cv_func_$1,
2576
[
2577
AC_LANG_SAVE
2578
AC_LANG_CPLUSPLUS
2579
save_CXXFLAGS="$CXXFLAGS"
2580
kde_safe_LIBS="$LIBS"
2581
LIBS="$LIBS $X_EXTRA_LIBS"
2582
if test "$GXX" = "yes"; then
2583
CXXFLAGS="$CXXFLAGS -pedantic-errors"
2584
fi
2585
AC_TRY_COMPILE([
2586
$2
2587
],
2588
[
2589
$3
2590
],
2591
kde_cv_func_$1=yes,
2592
kde_cv_func_$1=no)
2593
CXXFLAGS="$save_CXXFLAGS"
2594
LIBS="$kde_safe_LIBS"
2595
AC_LANG_RESTORE
2596
])
2597
 
2598
AC_MSG_RESULT($kde_cv_func_$1)
2599
 
2600
AC_MSG_CHECKING([if $1 needs custom prototype])
2601
AC_CACHE_VAL(kde_cv_proto_$1,
2602
[
2603
if test "x$kde_cv_func_$1" = xyes; then
2604
  kde_cv_proto_$1=no
2605
else
2606
  case "$1" in
2607
	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
2608
		kde_cv_proto_$1="yes - in libkdefakes"
2609
		;;
2610
	*)
2611
		kde_cv_proto_$1=unknown
2612
		;;
2613
  esac
2614
fi
2615
 
2616
if test "x$kde_cv_proto_$1" = xunknown; then
2617
 
2618
AC_LANG_SAVE
2619
AC_LANG_CPLUSPLUS
2620
  kde_safe_libs=$LIBS
2621
  LIBS="$LIBS $X_EXTRA_LIBS"
2622
  AC_TRY_LINK([
2623
$2
2624
 
2625
extern "C" $4;
2626
],
2627
[
2628
$3
2629
],
2630
[ kde_cv_func_$1=yes
2631
  kde_cv_proto_$1=yes ],
2632
  [kde_cv_proto_$1="$1 unavailable"]
2633
)
2634
LIBS=$kde_safe_libs
2635
AC_LANG_RESTORE
2636
fi
2637
])
2638
AC_MSG_RESULT($kde_cv_proto_$1)
2639
 
2640
if test "x$kde_cv_func_$1" = xyes; then
2641
  AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
2642
  $6
2643
fi
2644
if test "x$kde_cv_proto_$1" = xno; then
2645
  AC_DEFINE(HAVE_$5_PROTO, 1,
2646
  [Define if you have the $1 prototype])
2647
fi
2648
 
2649
AH_VERBATIM([_HAVE_$5_PROTO],
2650
[
2651
#if !defined(HAVE_$5_PROTO)
2652
#ifdef __cplusplus
2653
extern "C" {
2654
#endif
2655
$4;
2656
#ifdef __cplusplus
2657
}
2658
#endif
2659
#endif
2660
])
2661
])
2662
m4trace:acinclude.m4:2228: -1- AC_DEFUN([AC_CHECK_SETENV], [
2663
	KDE_CHECK_FUNC_EXT(setenv, [
2664
#include <stdlib.h>
2665
], 
2666
		[setenv("VAR", "VALUE", 1);],
2667
	        [int setenv (const char *, const char *, int)],
2668
		[SETENV])
2669
])
2670
m4trace:acinclude.m4:2238: -1- AC_DEFUN([AC_CHECK_UNSETENV], [
2671
	KDE_CHECK_FUNC_EXT(unsetenv, [
2672
#include <stdlib.h>
2673
], 
2674
		[unsetenv("VAR");],
2675
	        [void unsetenv (const char *)],
2676
		[UNSETENV])
2677
])
2678
m4trace:acinclude.m4:2248: -1- AC_DEFUN([AC_CHECK_GETDOMAINNAME], [
2679
	KDE_CHECK_FUNC_EXT(getdomainname, [
2680
#include <stdlib.h>
2681
#include <unistd.h>
2682
#include <netdb.h>
2683
], 
2684
		[
2685
char buffer[200];
2686
getdomainname(buffer, 200);
2687
], 	
2688
	        [#include <sys/types.h>
2689
		int getdomainname (char *, size_t)],
2690
		[GETDOMAINNAME])
2691
])
2692
m4trace:acinclude.m4:2264: -1- AC_DEFUN([AC_CHECK_GETHOSTNAME], [
2693
	KDE_CHECK_FUNC_EXT(gethostname, [
2694
#include <stdlib.h>
2695
#include <unistd.h>
2696
], 
2697
		[
2698
char buffer[200];
2699
gethostname(buffer, 200);
2700
], 	
2701
	        [int gethostname (char *, unsigned int)],
2702
		[GETHOSTNAME])
2703
])
2704
m4trace:acinclude.m4:2278: -1- AC_DEFUN([AC_CHECK_USLEEP], [
2705
	KDE_CHECK_FUNC_EXT(usleep, [
2706
#include <unistd.h>
2707
], 
2708
		[
2709
usleep(200);
2710
], 	
2711
	        [int usleep (unsigned int)],
2712
		[USLEEP])
2713
])
2714
m4trace:acinclude.m4:2291: -1- AC_DEFUN([AC_CHECK_RANDOM], [
2715
	KDE_CHECK_FUNC_EXT(random, [
2716
#include <stdlib.h>
2717
], 
2718
		[
2719
random();
2720
], 	
2721
	        [long int random(void)],
2722
		[RANDOM])
2723
 
2724
	KDE_CHECK_FUNC_EXT(srandom, [
2725
#include <stdlib.h>
2726
], 
2727
		[
2728
srandom(27);
2729
], 	
2730
	        [void srandom(unsigned int)],
2731
		[SRANDOM])
2732
 
2733
])
2734
m4trace:acinclude.m4:2313: -1- AC_DEFUN([AC_CHECK_INITGROUPS], [
2735
	KDE_CHECK_FUNC_EXT(initgroups, [
2736
#include <sys/types.h>
2737
#include <unistd.h>
2738
#include <grp.h>
2739
],
2740
	[
2741
char buffer[200];
2742
initgroups(buffer, 27);
2743
],
2744
	[int initgroups(const char *, gid_t)],
2745
	[INITGROUPS])
2746
])
2747
m4trace:acinclude.m4:2328: -1- AC_DEFUN([AC_CHECK_MKSTEMPS], [
2748
	KDE_CHECK_FUNC_EXT(mkstemps, [
2749
#include <stdlib.h>
2750
#include <unistd.h>
2751
],
2752
	[
2753
mkstemps("/tmp/aaaXXXXXX", 6);
2754
],
2755
	[int mkstemps(char *, int)],
2756
	[MKSTEMPS])
2757
])
2758
m4trace:acinclude.m4:2341: -1- AC_DEFUN([AC_CHECK_MKSTEMP], [
2759
	KDE_CHECK_FUNC_EXT(mkstemp, [
2760
#include <stdlib.h>
2761
#include <unistd.h>
2762
],
2763
	[
2764
mkstemp("/tmp/aaaXXXXXX");
2765
],
2766
	[int mkstemp(char *)],
2767
	[MKSTEMP])
2768
])
2769
m4trace:acinclude.m4:2354: -1- AC_DEFUN([AC_CHECK_MKDTEMP], [
2770
	KDE_CHECK_FUNC_EXT(mkdtemp, [
2771
#include <stdlib.h>
2772
#include <unistd.h>
2773
],
2774
	[
2775
mkdtemp("/tmp/aaaXXXXXX");
2776
],
2777
	[char *mkdtemp(char *)],
2778
	[MKDTEMP])
2779
])
2780
m4trace:acinclude.m4:2368: -1- AC_DEFUN([AC_CHECK_RES_INIT], [
2781
  AC_MSG_CHECKING([if res_init needs -lresolv])
2782
  kde_libs_safe="$LIBS"
2783
  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
2784
  AC_TRY_LINK(
2785
    [
2786
#include <sys/types.h>
2787
#include <netinet/in.h>
2788
#include <arpa/nameser.h>
2789
#include <resolv.h>
2790
    ],
2791
    [
2792
      res_init(); 
2793
    ],
2794
    [
2795
      LIBRESOLV="-lresolv"
2796
      AC_MSG_RESULT(yes)
2797
      AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
2798
    ],
2799
    [ AC_MSG_RESULT(no) ]
2800
  )
2801
  LIBS=$kde_libs_safe
2802
  AC_SUBST(LIBRESOLV)
2803
 
2804
  KDE_CHECK_FUNC_EXT(res_init,
2805
    [
2806
#include <sys/types.h>
2807
#include <netinet/in.h>
2808
#include <arpa/nameser.h>
2809
#include <resolv.h>
2810
    ],
2811
    [res_init()],
2812
    [int res_init(void)],
2813
    [RES_INIT])
2814
])
2815
m4trace:acinclude.m4:2405: -1- AC_DEFUN([AC_CHECK_STRLCPY], [
2816
	KDE_CHECK_FUNC_EXT(strlcpy, [
2817
#include <string.h>
2818
],
2819
[ char buf[20];
2820
  strlcpy(buf, "KDE function test", sizeof(buf));
2821
],
2822
 	[unsigned long strlcpy(char*, const char*, unsigned long)],
2823
	[STRLCPY])
2824
])
2825
m4trace:acinclude.m4:2417: -1- AC_DEFUN([AC_CHECK_STRLCAT], [
2826
	KDE_CHECK_FUNC_EXT(strlcat, [
2827
#include <string.h>
2828
],
2829
[ char buf[20];
2830
  buf[0]='\0';
2831
  strlcat(buf, "KDE function test", sizeof(buf));
2832
],
2833
 	[unsigned long strlcat(char*, const char*, unsigned long)],
2834
	[STRLCAT])
2835
])
2836
m4trace:acinclude.m4:2430: -1- AC_DEFUN([AC_CHECK_RES_QUERY], [
2837
	KDE_CHECK_FUNC_EXT(res_query, [
2838
#include <sys/types.h>
2839
#include <netinet/in.h>
2840
#include <arpa/nameser.h>
2841
#include <resolv.h>
2842
#include <netdb.h>
2843
],
2844
[
2845
res_query(NULL, 0, 0, NULL, 0);
2846
],
2847
	[int res_query(const char *, int, int, unsigned char *, int)],
2848
	[RES_QUERY])
2849
])
2850
m4trace:acinclude.m4:2446: -1- AC_DEFUN([AC_CHECK_DN_SKIPNAME], [
2851
	KDE_CHECK_FUNC_EXT(dn_skipname, [
2852
#include <sys/types.h>
2853
#include <netinet/in.h>
2854
#include <arpa/nameser.h>
2855
#include <resolv.h>
2856
],
2857
[
2858
dn_skipname (NULL, NULL);
2859
],
2860
	[int dn_skipname (unsigned char *, unsigned char *)],
2861
	[DN_SKIPNAME])
2862
])
2863
m4trace:acinclude.m4:2462: -1- AC_DEFUN([AC_FIND_GIF], [AC_MSG_CHECKING([for giflib])
2864
AC_CACHE_VAL(ac_cv_lib_gif,
2865
[ac_save_LIBS="$LIBS"
2866
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2867
LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
2868
else
2869
LIBS="$all_libraries -lgif"
2870
fi
2871
AC_TRY_LINK(dnl
2872
[
2873
#ifdef __cplusplus
2874
extern "C" {
2875
#endif
2876
int GifLastError(void);
2877
#ifdef __cplusplus
2878
}
2879
#endif
2880
/* We use char because int might match the return type of a gcc2
2881
    builtin and then its argument prototype would still apply.  */
2882
],
2883
            [return GifLastError();],
2884
            eval "ac_cv_lib_gif=yes",
2885
            eval "ac_cv_lib_gif=no")
2886
LIBS="$ac_save_LIBS"
2887
])dnl
2888
if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
2889
  AC_MSG_RESULT(yes)
2890
  AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
2891
else
2892
  AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
2893
fi
2894
])
2895
m4trace:acinclude.m4:2496: -1- AC_DEFUN([KDE_FIND_JPEG_HELPER], [
2896
AC_MSG_CHECKING([for libjpeg$2])
2897
AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
2898
[
2899
ac_save_LIBS="$LIBS"
2900
LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
2901
ac_save_CFLAGS="$CFLAGS"
2902
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
2903
AC_TRY_LINK(
2904
[
2905
#ifdef __cplusplus
2906
extern "C" {
2907
#endif
2908
void jpeg_CreateDecompress();
2909
#ifdef __cplusplus
2910
}
2911
#endif
2912
],
2913
[jpeg_CreateDecompress();],
2914
            eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
2915
            eval "ac_cv_lib_jpeg_$1=no")
2916
LIBS="$ac_save_LIBS"
2917
CFLAGS="$ac_save_CFLAGS"
2918
])
2919
 
2920
if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
2921
  LIBJPEG="$ac_cv_lib_jpeg_$1"
2922
  AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
2923
else
2924
  AC_MSG_RESULT(no)
2925
  $3
2926
fi
2927
 
2928
])
2929
m4trace:acinclude.m4:2532: -1- AC_DEFUN([AC_FIND_JPEG], [
2930
dnl first look for libraries
2931
KDE_FIND_JPEG_HELPER(6b, 6b,
2932
   KDE_FIND_JPEG_HELPER(normal, [],
2933
    [
2934
       LIBJPEG=
2935
    ]
2936
   )
2937
)
2938
 
2939
dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
2940
dnl requires system dependent includes loaded before it)
2941
jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
2942
AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
2943
test "x$jpeg_incdir" = xNO && jpeg_incdir=
2944
 
2945
dnl if headers _and_ libraries are missing, this is no error, and we
2946
dnl continue with a warning (the user will get no jpeg support in khtml)
2947
dnl if only one is missing, it means a configuration error, but we still
2948
dnl only warn
2949
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
2950
  AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
2951
else
2952
  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
2953
    AC_MSG_WARN([
2954
There is an installation error in jpeg support. You seem to have only one
2955
of either the headers _or_ the libraries installed. You may need to either
2956
provide correct --with-extra-... options, or the development package of
2957
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
2958
Disabling JPEG support.
2959
])
2960
  else
2961
    AC_MSG_WARN([libjpeg not found. disable JPEG support.])
2962
  fi
2963
  jpeg_incdir=
2964
  LIBJPEG=
2965
fi
2966
 
2967
AC_SUBST(LIBJPEG)
2968
AH_VERBATIM(_AC_CHECK_JPEG,
2969
[/*
2970
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
2971
 * headers and I'm too lazy to write a configure test as long as only
2972
 * unixware is related
2973
 */
2974
#ifdef _UNIXWARE
2975
#define HAVE_BOOLEAN
2976
#endif
2977
])
2978
])
2979
m4trace:acinclude.m4:2584: -1- AC_DEFUN([KDE_CHECK_QT_JPEG], [
2980
if test -n "$LIBJPEG"; then
2981
AC_MSG_CHECKING([if Qt needs $LIBJPEG])
2982
AC_CACHE_VAL(kde_cv_qt_jpeg,
2983
[
2984
AC_LANG_SAVE
2985
AC_LANG_CPLUSPLUS
2986
ac_save_LIBS="$LIBS"
2987
LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
2988
LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
2989
ac_save_CXXFLAGS="$CXXFLAGS"
2990
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
2991
AC_TRY_LINK(
2992
[#include <qapplication.h>],
2993
            [
2994
            int argc;
2995
            char** argv;
2996
            QApplication app(argc, argv);],
2997
            eval "kde_cv_qt_jpeg=no",
2998
            eval "kde_cv_qt_jpeg=yes")
2999
LIBS="$ac_save_LIBS"
3000
CXXFLAGS="$ac_save_CXXFLAGS"
3001
AC_LANG_RESTORE
3002
fi
3003
])
3004
 
3005
if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
3006
  AC_MSG_RESULT(yes)
3007
  LIBJPEG_QT='$(LIBJPEG)'
3008
else
3009
  AC_MSG_RESULT(no)
3010
  LIBJPEG_QT=
3011
fi
3012
 
3013
])
3014
m4trace:acinclude.m4:2621: -1- AC_DEFUN([AC_FIND_ZLIB], [
3015
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3016
AC_MSG_CHECKING([for libz])
3017
AC_CACHE_VAL(ac_cv_lib_z,
3018
[
3019
kde_save_LIBS="$LIBS"
3020
LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
3021
kde_save_CFLAGS="$CFLAGS"
3022
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3023
AC_TRY_LINK(dnl
3024
[
3025
#include<zlib.h>
3026
],
3027
[
3028
  char buf[42];
3029
  gzFile f = (gzFile) 0;
3030
  /* this would segfault.. but we only link, don't run */
3031
  (void) gzgets(f, buf, sizeof(buf));
3032
 
3033
  return (zlibVersion() == ZLIB_VERSION); 
3034
],
3035
            eval "ac_cv_lib_z='-lz'",
3036
            eval "ac_cv_lib_z=no")
3037
LIBS="$kde_save_LIBS"
3038
CFLAGS="$kde_save_CFLAGS"
3039
])dnl
3040
if test ! "$ac_cv_lib_z" = no; then
3041
  AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
3042
  LIBZ="$ac_cv_lib_z"
3043
  AC_MSG_RESULT($ac_cv_lib_z)
3044
else
3045
  AC_MSG_ERROR(not found. 
3046
          Possibly configure picks up an outdated version
3047
          installed by XFree86. Remove it from your system.
3048
 
3049
          Check your installation and look into config.log)
3050
  LIBZ=""
3051
fi
3052
AC_SUBST(LIBZ)
3053
])
3054
m4trace:acinclude.m4:2663: -1- AC_DEFUN([KDE_TRY_TIFFLIB], [
3055
AC_MSG_CHECKING([for libtiff $1])
3056
 
3057
AC_CACHE_VAL(kde_cv_libtiff_$1,
3058
[
3059
AC_LANG_SAVE
3060
AC_LANG_CPLUSPLUS
3061
kde_save_LIBS="$LIBS"
3062
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3063
LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
3064
else
3065
LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
3066
fi
3067
kde_save_CXXFLAGS="$CXXFLAGS"
3068
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
3069
 
3070
AC_TRY_LINK(dnl
3071
[
3072
#include<tiffio.h>
3073
],
3074
    [return (TIFFOpen( "", "r") == 0); ],
3075
[
3076
    kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
3077
], [
3078
    kde_cv_libtiff_$1=no
3079
])
3080
 
3081
LIBS="$kde_save_LIBS"
3082
CXXFLAGS="$kde_save_CXXFLAGS"
3083
AC_LANG_RESTORE
3084
])
3085
 
3086
if test "$kde_cv_libtiff_$1" = "no"; then
3087
    AC_MSG_RESULT(no)
3088
    LIBTIFF=""
3089
    $3
3090
else
3091
    LIBTIFF="$kde_cv_libtiff_$1"
3092
    AC_MSG_RESULT(yes)
3093
    AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
3094
    $2
3095
fi
3096
 
3097
])
3098
m4trace:acinclude.m4:2709: -1- AC_DEFUN([AC_FIND_TIFF], [
3099
AC_REQUIRE([K_PATH_X])
3100
AC_REQUIRE([AC_FIND_ZLIB])
3101
AC_REQUIRE([AC_FIND_JPEG])
3102
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3103
 
3104
KDE_TRY_TIFFLIB(tiff, [],
3105
   KDE_TRY_TIFFLIB(tiff34))
3106
 
3107
AC_SUBST(LIBTIFF)
3108
])
3109
m4trace:acinclude.m4:2722: -1- AC_DEFUN([KDE_FIND_LIBEXR], [
3110
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3111
AC_REQUIRE([AC_FIND_ZLIB])
3112
AC_CACHE_VAL(ac_cv_libexr,
3113
[
3114
  if test -z "$PKG_CONFIG"; then
3115
    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
3116
  fi
3117
 
3118
  AC_MSG_CHECKING([for OpenEXR libraries])
3119
 
3120
  if test "$PKG_CONFIG" = "no" ; then
3121
     AC_MSG_RESULT(no)
3122
     echo "*** The pkg-config script could not be found. Make sure it is"
3123
     echo "*** in your path, or set the PKG_CONFIG environment variable"
3124
     echo "*** to the full path to pkg-config."
3125
     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
3126
  else
3127
     if !(`$PKG_CONFIG --exists OpenEXR`) ; then
3128
        AC_MSG_RESULT(no)
3129
        EXRSTATUS=no
3130
     else
3131
        if !(`$PKG_CONFIG --atleast-version="1.1.1" OpenEXR`) ; then
3132
           AC_MSG_RESULT(no)
3133
           EXRSTATUS=old
3134
        else
3135
           kde_save_LIBS="$LIBS"
3136
           LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ"
3137
           AC_LANG_SAVE
3138
           AC_LANG_CPLUSPLUS
3139
           kde_save_CXXFLAGS="$CXXFLAGS"
3140
           EXR_FLAGS=`$PKG_CONFIG --cflags OpenEXR`
3141
           CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES $EXR_FLAGS"
3142
 
3143
           AC_TRY_LINK(dnl
3144
               [
3145
               #include <ImfRgbaFile.h>
3146
               ],
3147
               [
3148
               using namespace Imf;
3149
               RgbaInputFile file ("dummy");
3150
               return 0;
3151
               ],
3152
               eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'",
3153
               eval "ac_cv_libexr=no"
3154
           )
3155
           LIBS="$kde_save_LIBS"
3156
           CXXFLAGS="$kde_save_CXXFLAGS"
3157
           AC_LANG_RESTORE
3158
           ])dnl
3159
           if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then
3160
               AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR])
3161
               LIB_EXR="$ac_cv_libexr"
3162
               AC_MSG_RESULT($ac_cv_libexr)
3163
           else
3164
               AC_MSG_RESULT(no)
3165
               LIB_EXR=""
3166
           fi
3167
        fi
3168
     fi
3169
  fi
3170
  AC_SUBST(LIB_EXR)
3171
  AC_SUBST(EXR_FLAGS)
3172
])
3173
m4trace:acinclude.m4:2790: -1- AC_DEFUN([AC_FIND_PNG], [
3174
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3175
AC_REQUIRE([AC_FIND_ZLIB])
3176
AC_MSG_CHECKING([for libpng])
3177
AC_CACHE_VAL(ac_cv_lib_png,
3178
[
3179
kde_save_LIBS="$LIBS"
3180
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3181
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
3182
else
3183
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
3184
fi
3185
kde_save_CFLAGS="$CFLAGS"
3186
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3187
 
3188
AC_TRY_LINK(dnl
3189
    [
3190
    #include<png.h>
3191
    ],
3192
    [
3193
    png_structp png_ptr = png_create_read_struct(  /* image ptr */
3194
		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
3195
    return( png_ptr != 0 );
3196
    ],
3197
    eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
3198
    eval "ac_cv_lib_png=no"
3199
)
3200
LIBS="$kde_save_LIBS"
3201
CFLAGS="$kde_save_CFLAGS"
3202
])dnl
3203
if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
3204
  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
3205
  LIBPNG="$ac_cv_lib_png"
3206
  AC_SUBST(LIBPNG)
3207
  AC_MSG_RESULT($ac_cv_lib_png)
3208
else
3209
  AC_MSG_RESULT(no)
3210
  LIBPNG=""
3211
  AC_SUBST(LIBPNG)
3212
fi
3213
])
3214
m4trace:acinclude.m4:2834: -1- AC_DEFUN([AC_FIND_JASPER], [
3215
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3216
AC_REQUIRE([AC_FIND_JPEG])
3217
AC_MSG_CHECKING([for jasper])
3218
AC_CACHE_VAL(ac_cv_jasper,
3219
[
3220
kde_save_LIBS="$LIBS"
3221
LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
3222
kde_save_CFLAGS="$CFLAGS"
3223
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3224
 
3225
AC_TRY_LINK(dnl
3226
    [
3227
    #include<jasper/jasper.h>
3228
    ],
3229
    [
3230
    return( jas_init() );
3231
    ],
3232
    eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
3233
    eval "ac_cv_jasper=no"
3234
)
3235
LIBS="$kde_save_LIBS"
3236
CFLAGS="$kde_save_CFLAGS"
3237
])dnl
3238
if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
3239
  AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
3240
  LIB_JASPER="$ac_cv_jasper"
3241
  AC_MSG_RESULT($ac_cv_jasper)
3242
else
3243
  AC_MSG_RESULT(no)
3244
  LIB_JASPER=""
3245
fi
3246
AC_SUBST(LIB_JASPER)
3247
])
3248
m4trace:acinclude.m4:2870: -1- AC_DEFUN([AC_CHECK_BOOL], [
3249
  AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
3250
])
3251
m4trace:acinclude.m4:2875: -1- AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], [
3252
AC_MSG_CHECKING(if you need GNU extensions)
3253
AC_CACHE_VAL(ac_cv_gnu_extensions,
3254
[
3255
cat > conftest.c << EOF
3256
#include <features.h>
3257
 
3258
#ifdef __GNU_LIBRARY__
3259
yes
3260
#endif
3261
EOF
3262
 
3263
if (eval "$ac_cpp conftest.c") 2>&5 |
3264
  egrep "yes" >/dev/null 2>&1; then
3265
  rm -rf conftest*
3266
  ac_cv_gnu_extensions=yes
3267
else
3268
  ac_cv_gnu_extensions=no
3269
fi
3270
])
3271
 
3272
AC_MSG_RESULT($ac_cv_gnu_extensions)
3273
if test "$ac_cv_gnu_extensions" = "yes"; then
3274
  AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
3275
fi
3276
])
3277
m4trace:acinclude.m4:2903: -1- AC_DEFUN([KDE_CHECK_COMPILER_FLAG], [
3278
AC_MSG_CHECKING([whether $CXX supports -$1])
3279
kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3280
AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
3281
[
3282
  AC_LANG_SAVE
3283
  AC_LANG_CPLUSPLUS
3284
  save_CXXFLAGS="$CXXFLAGS"
3285
  CXXFLAGS="$CXXFLAGS -$1"
3286
  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
3287
  CXXFLAGS="$save_CXXFLAGS"
3288
  AC_LANG_RESTORE
3289
])
3290
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
3291
 AC_MSG_RESULT(yes)
3292
 :
3293
 $2
3294
else
3295
 AC_MSG_RESULT(no)
3296
 :
3297
 $3
3298
fi
3299
])
3300
m4trace:acinclude.m4:2928: -1- AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], [
3301
AC_MSG_CHECKING([whether $CC supports -$1])
3302
kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3303
AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
3304
[
3305
  AC_LANG_SAVE
3306
  AC_LANG_C
3307
  save_CFLAGS="$CFLAGS"
3308
  CFLAGS="$CFLAGS -$1"
3309
  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
3310
  CFLAGS="$save_CFLAGS"
3311
  AC_LANG_RESTORE
3312
])
3313
if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
3314
 AC_MSG_RESULT(yes)
3315
 :
3316
 $2
3317
else
3318
 AC_MSG_RESULT(no)
3319
 :
3320
 $3
3321
fi
3322
])
3323
m4trace:acinclude.m4:2957: -1- AC_DEFUN([AC_REMOVE_FORBIDDEN], [ __val=$$1
3324
  __forbid=" $2 "
3325
  if test -n "$__val"; then
3326
    __new=""
3327
    ac_save_IFS=$IFS
3328
    IFS=" 	"
3329
    for i in $__val; do
3330
      case "$__forbid" in
3331
        *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
3332
	*) # Careful to not add spaces, where there were none, because otherwise
3333
	   # libtool gets confused, if we change e.g. CXX
3334
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
3335
      esac
3336
    done
3337
    IFS=$ac_save_IFS
3338
    $1=$__new
3339
  fi
3340
])
3341
m4trace:acinclude.m4:2978: -1- AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], [
3342
  AC_MSG_CHECKING([whether $CC is blacklisted])
3343
 
3344
  dnl In theory we have tu run this test against $CC and $CXX
3345
  dnl in C and in C++ mode, because its perfectly legal for
3346
  dnl the user to mix compiler versions, since C has a defined
3347
  dnl ABI. 
3348
  dnl 
3349
  dnl For now, we assume the user is not on crack.
3350
 
3351
  AC_TRY_COMPILE([
3352
#ifdef __GNUC__
3353
#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
3354
choke me
3355
#endif
3356
#endif
3357
], ,
3358
  kde_bad_compiler=no, 
3359
  kde_bad_compiler=yes
3360
)
3361
 
3362
  AC_MSG_RESULT($kde_bad_compiler)
3363
 
3364
if test "$kde_bad_compiler" = "yes"; then
3365
  AC_MSG_ERROR([
3366
 
3367
This particular compiler version is blacklisted because it
3368
is known to miscompile KDE. Please use a newer version, or
3369
if that is not yet available, choose an older version. 
3370
 
3371
Please do not report a bug or bother us reporting this
3372
configure error. We know about it, and we introduced
3373
it by intention to avoid untraceable bugs or crashes in KDE.
3374
 
3375
])
3376
fi
3377
 
3378
])
3379
m4trace:acinclude.m4:3019: -1- AC_DEFUN([KDE_CHECK_FOR_OPT_NOINLINE_MATCH], [
3380
  AC_CACHE_CHECK([whether system headers can cope with -O2 -fno-inline],
3381
    kde_cv_opt_noinline_match,
3382
  [
3383
  kde_cv_opt_noinline_match=irrelevant
3384
  dnl if we don't use both -O2 and -fno-inline, this check is moot
3385
  if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
3386
     && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
3387
 
3388
    ac_cflags_save="$CFLAGS"
3389
    CFLAGS="$CFLAGS -D_USE_GNU"
3390
 
3391
    AC_TRY_LINK([
3392
  #include <string.h>
3393
], [  const char *pt, *et;
3394
  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 ,  ";,"  )); }) ;
3395
],
3396
    kde_cv_opt_noinline_match=yes,
3397
    kde_cv_opt_noinline_match=no
3398
    )
3399
 
3400
    CFLAGS="$ac_cflags_save"
3401
  fi
3402
  ])
3403
])
3404
m4trace:acinclude.m4:3048: -1- AC_DEFUN([AC_VALIDIFY_CXXFLAGS], [dnl
3405
if test "x$kde_use_qt_emb" != "xyes"; then
3406
 AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
3407
 AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
3408
else
3409
 AC_REMOVE_FORBIDDEN(CXX, [-rpath])
3410
 AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
3411
fi
3412
])
3413
m4trace:acinclude.m4:3059: -1- AC_DEFUN([AC_CHECK_COMPILERS], [
3414
  AC_ARG_ENABLE(debug,
3415
	        AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
3416
  [
3417
    case $enableval in
3418
      yes)
3419
        kde_use_debug_code="yes"
3420
        kde_use_debug_define=no
3421
        ;;
3422
      full)
3423
        kde_use_debug_code="full"
3424
        kde_use_debug_define=no
3425
        ;;
3426
      *)
3427
        kde_use_debug_code="no"
3428
        kde_use_debug_define=yes
3429
        ;;
3430
    esac
3431
  ], 
3432
    [kde_use_debug_code="no"
3433
      kde_use_debug_define=no
3434
  ])
3435
 
3436
  dnl Just for configure --help
3437
  AC_ARG_ENABLE(dummyoption,
3438
	        AC_HELP_STRING([--disable-debug],
3439
	  		       [disables debug output and debug symbols [default=no]]),
3440
		[],[])
3441
 
3442
  AC_ARG_ENABLE(strict,
3443
		AC_HELP_STRING([--enable-strict],
3444
			      [compiles with strict compiler options (may not work!)]),
3445
   [
3446
    if test $enableval = "no"; then
3447
         kde_use_strict_options="no"
3448
       else
3449
         kde_use_strict_options="yes"
3450
    fi
3451
   ], [kde_use_strict_options="no"])
3452
 
3453
  AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
3454
   [
3455
    if test $enableval = "no"; then
3456
         kde_use_warnings="no"
3457
       else
3458
         kde_use_warnings="yes"
3459
    fi
3460
   ], [kde_use_warnings="yes"])
3461
 
3462
  dnl enable warnings for debug build
3463
  if test "$kde_use_debug_code" != "no"; then
3464
    kde_use_warnings=yes
3465
  fi
3466
 
3467
  AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
3468
    [kde_use_profiling=$enableval],
3469
    [kde_use_profiling="no"]
3470
  )
3471
 
3472
  dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
3473
  CFLAGS=" $CFLAGS"
3474
 
3475
  AC_PROG_CC 
3476
 
3477
  AC_PROG_CPP
3478
 
3479
  if test "$GCC" = "yes"; then
3480
    if test "$kde_use_debug_code" != "no"; then
3481
      if test $kde_use_debug_code = "full"; then
3482
        CFLAGS="-g3 -fno-inline $CFLAGS"
3483
      else
3484
        CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS"
3485
      fi
3486
    else
3487
      CFLAGS="-O2 $CFLAGS"
3488
    fi
3489
  fi
3490
 
3491
  if test "$kde_use_debug_define" = "yes"; then
3492
    CFLAGS="-DNDEBUG $CFLAGS"
3493
  fi
3494
 
3495
 
3496
  case "$host" in
3497
  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
3498
  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
3499
  esac
3500
 
3501
  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
3502
     LDFLAGS=""
3503
  fi
3504
 
3505
  CXXFLAGS=" $CXXFLAGS"
3506
 
3507
  AC_PROG_CXX
3508
 
3509
  KDE_CHECK_FOR_BAD_COMPILER
3510
 
3511
  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
3512
    if test "$kde_use_debug_code" != "no"; then
3513
      if test "$CXX" = "KCC"; then
3514
        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
3515
      else
3516
        if test "$kde_use_debug_code" = "full"; then
3517
          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
3518
        else
3519
          CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
3520
        fi
3521
      fi
3522
      KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
3523
 
3524
      dnl convenience compiler flags
3525
      KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
3526
      AC_SUBST(WOVERLOADED_VIRTUAL)
3527
    else
3528
      if test "$CXX" = "KCC"; then
3529
        CXXFLAGS="+K3 $CXXFLAGS"
3530
      else
3531
        CXXFLAGS="-O2 $CXXFLAGS"
3532
      fi
3533
    fi
3534
  fi
3535
 
3536
  if test "$kde_use_debug_define" = "yes"; then
3537
    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
3538
  fi  
3539
 
3540
  if test "$kde_use_profiling" = "yes"; then
3541
    KDE_CHECK_COMPILER_FLAG(pg,
3542
    [
3543
      CFLAGS="-pg $CFLAGS"
3544
      CXXFLAGS="-pg $CXXFLAGS"
3545
    ])
3546
  fi
3547
 
3548
  if test "$kde_use_warnings" = "yes"; then
3549
      if test "$GCC" = "yes"; then
3550
        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
3551
        case $host in
3552
          *-*-linux-gnu)	
3553
            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
3554
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
3555
            KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
3556
            KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
3557
          ;;
3558
        esac
3559
        KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
3560
        KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
3561
        dnl ### FIXME: revert for KDE 4
3562
        KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
3563
     fi
3564
  fi
3565
 
3566
  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
3567
    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
3568
  fi
3569
 
3570
  AC_ARG_ENABLE(pch,
3571
     AC_HELP_STRING([--enable-pch],
3572
                    [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
3573
    [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
3574
 
3575
  HAVE_GCC_VISIBILITY=0
3576
  AC_SUBST([HAVE_GCC_VISIBILITY])
3577
 
3578
  if test "$GXX" = "yes"; then
3579
    gcc_no_reorder_blocks=NO
3580
    KDE_CHECK_COMPILER_FLAG(fno-reorder-blocks,[gcc_no_reorder_blocks=YES])
3581
    if test $kde_use_debug_code != "no" && \
3582
       test $kde_use_debug_code != "full" && \
3583
       test "YES" = "$gcc_no_reorder_blocks" ; then
3584
          CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
3585
          CFLAGS="$CFLAGS -fno-reorder-blocks"
3586
    fi
3587
    KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
3588
    KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
3589
    KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
3590
    KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=	)
3591
    ENABLE_PERMISSIVE_FLAG="-fpermissive"
3592
 
3593
    if test "$kde_use_pch" = "yes"; then
3594
        AC_MSG_CHECKING(whether gcc supports precompiling c header files)
3595
        echo >conftest.h
3596
        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
3597
            kde_gcc_supports_pch=yes
3598
            AC_MSG_RESULT(yes)
3599
        else
3600
            kde_gcc_supports_pch=no
3601
            AC_MSG_RESULT(no)
3602
        fi
3603
        if test "$kde_gcc_supports_pch" = "yes"; then
3604
            AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
3605
            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
3606
                kde_gcc_supports_pch=yes
3607
                AC_MSG_RESULT(yes)
3608
            else
3609
                kde_gcc_supports_pch=no
3610
                AC_MSG_RESULT(no)
3611
            fi
3612
        fi
3613
        rm -f conftest.h conftest.h.gch
3614
    fi
3615
 
3616
    KDE_CHECK_FOR_OPT_NOINLINE_MATCH
3617
    if test "x$kde_cv_opt_noinline_match" = "xno" ; then
3618
       CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
3619
    fi
3620
  fi
3621
  AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
3622
  if test "$CXX" = "KCC"; then
3623
    dnl unfortunately we currently cannot disable exception support in KCC
3624
    dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
3625
    dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
3626
    dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=	)
3627
 
3628
    if test "$kde_use_pch" = "yes"; then
3629
      dnl TODO: support --pch-dir!
3630
      KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
3631
      dnl the below works (but the dir must exist), but it's
3632
      dnl useless for a whole package.
3633
      dnl The are precompiled headers for each source file, so when compiling
3634
      dnl from scratch, it doesn't make a difference, and they take up
3635
      dnl around ~5Mb _per_ sourcefile.
3636
      dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
3637
      dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
3638
    fi
3639
    dnl this flag controls inlining. by default KCC inlines in optimisation mode
3640
    dnl all implementations that are defined inside the class {} declaration. 
3641
    dnl because of templates-compatibility with broken gcc compilers, this
3642
    dnl can cause excessive inlining. This flag limits it to a sane level
3643
    KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
3644
    KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
3645
    KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
3646
    KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
3647
    dnl Some source files are shared between multiple executables
3648
    dnl (or libraries) and some of those need template instantiations.
3649
    dnl In that case KCC needs to compile those sources with
3650
    dnl --one_instantiation_per_object.  To make it easy for us we compile
3651
    dnl _all_ objects with that flag (--one_per is a shorthand).
3652
    KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
3653
  fi
3654
  AC_SUBST(USE_EXCEPTIONS)
3655
  dnl obsolete macro - provided to keep things going
3656
  USE_RTTI=
3657
  AC_SUBST(USE_RTTI)
3658
 
3659
  case "$host" in
3660
      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
3661
      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
3662
      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
3663
      *-*-solaris*) 
3664
        if test "$GXX" = yes; then
3665
          libstdcpp=`$CXX -print-file-name=libstdc++.so`
3666
          if test ! -f $libstdcpp; then
3667
             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])
3668
          fi
3669
        fi
3670
        ;;
3671
  esac
3672
 
3673
  AC_VALIDIFY_CXXFLAGS
3674
 
3675
  AC_PROG_CXXCPP
3676
 
3677
  if test "$GCC" = yes; then
3678
     NOOPT_CFLAGS=-O0
3679
  fi
3680
  KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
3681
 
3682
  AC_ARG_ENABLE(coverage,
3683
    AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
3684
      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
3685
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3686
        ac_coverage_linker="-lgcc"
3687
      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
3688
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3689
        ac_coverage_linker=""
3690
      else
3691
        AC_MSG_ERROR([coverage with your compiler is not supported])
3692
      fi
3693
      CFLAGS="$CFLAGS $ac_coverage_compiler"
3694
      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
3695
      LDFLAGS="$LDFLAGS $ac_coverage_linker"
3696
    ])
3697
 
3698
  AC_SUBST(NOOPT_CXXFLAGS)
3699
  AC_SUBST(NOOPT_CFLAGS)
3700
  AC_SUBST(ENABLE_PERMISSIVE_FLAG)
3701
 
3702
  KDE_CHECK_NEW_LDFLAGS
3703
  KDE_CHECK_FINAL
3704
  KDE_CHECK_CLOSURE
3705
  KDE_CHECK_NMCHECK
3706
 
3707
  ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
3708
])
3709
m4trace:acinclude.m4:3357: -1- AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], [
3710
    AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
3711
      [
3712
        AC_LANG_SAVE
3713
        AC_LANG_CPLUSPLUS
3714
 
3715
        safe_CXXFLAGS=$CXXFLAGS
3716
        safe_LDFLAGS=$LDFLAGS
3717
        CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
3718
        LDFLAGS="$LDFLAGS -shared -fPIC"
3719
 
3720
        AC_TRY_LINK(
3721
        [
3722
          /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
3723
	  #include <string>
3724
          int some_function( void ) __attribute__ ((visibility("default")));
3725
          int some_function( void )
3726
          {
3727
	    std::string s("blafasel");
3728
            return 0;
3729
          }
3730
        ], [/* elvis is alive */],
3731
        kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
3732
 
3733
        CXXFLAGS=$safe_CXXFLAGS
3734
        LDFLAGS=$safe_LDFLAGS
3735
        AC_LANG_RESTORE
3736
      ]
3737
    )
3738
 
3739
    if test x$kde_cv_val_gcc_visibility_bug = xno; then
3740
      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
3741
    fi
3742
 
3743
])
3744
m4trace:acinclude.m4:3394: -1- AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], [
3745
  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
3746
 
3747
  AC_MSG_CHECKING([grepping for visibility push/pop in headers])
3748
 
3749
  if test "x$GXX" = "xyes"; then
3750
    AC_LANG_SAVE
3751
    AC_LANG_CPLUSPLUS
3752
    AC_EGREP_CPP(
3753
       [GCC visibility push],
3754
       [ #include <exception> 
3755
       ], 
3756
    [
3757
      AC_MSG_RESULT(yes)
3758
      kde_stdc_visibility_patched=yes ],
3759
    [ 
3760
      AC_MSG_RESULT(no)
3761
      AC_MSG_WARN([Your libstdc++ doesn't appear to be patched for 
3762
                   visibility support. Disabling -fvisibility=hidden])
3763
 
3764
      kde_stdc_visibility_patched=no ])
3765
 
3766
    AC_LANG_RESTORE
3767
 
3768
    kde_have_gcc_visibility=no
3769
    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
3770
    [
3771
      kde_have_gcc_visibility=yes
3772
      dnl the whole toolchain is just a mess, gcc is just too buggy
3773
      dnl to handle STL with visibility enabled. Lets reconsider 
3774
      dnl when gcc 4.2 is out or when things get fixed in the compiler.
3775
      dnl Contact mueller@kde.org for details.
3776
      AC_ARG_ENABLE(gcc-hidden-visibility,
3777
        AC_HELP_STRING([--enable-gcc-hidden-visibility],[toolchain hidden visibility [default=no]]),
3778
          [kde_have_gcc_visibility=$enableval],
3779
          [kde_have_gcc_visibility=no])
3780
 
3781
      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
3782
        [
3783
          AC_LANG_SAVE
3784
          AC_LANG_CPLUSPLUS
3785
 
3786
          safe_CXXFLAGS=$CXXFLAGS
3787
          CXXFLAGS="$CXXFLAGS $all_includes"
3788
 
3789
          AC_TRY_COMPILE(
3790
          [
3791
#include <qglobal.h>
3792
#if Q_EXPORT - 0 != 0
3793
/* if this compiles, then Q_EXPORT is undefined */
3794
/* if Q_EXPORT is nonempty, this will break compilation */
3795
#endif
3796
          ], [/* elvis is alive */],
3797
          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
3798
 
3799
          CXXFLAGS=$safe_CXXFLAGS
3800
          AC_LANG_RESTORE
3801
        ]
3802
      )
3803
 
3804
      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
3805
        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
3806
        KDE_CHECK_VISIBILITY_GCC_BUG
3807
        HAVE_GCC_VISIBILITY=1
3808
        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
3809
      fi
3810
    ])
3811
  fi
3812
])
3813
m4trace:acinclude.m4:3465: -1- AC_DEFUN([KDE_ADD_DEPENDENCIES], [
3814
   [A]M_DEPENDENCIES(CC)
3815
   [A]M_DEPENDENCIES(CXX)
3816
])
3817
m4trace:acinclude.m4:3472: -1- AC_DEFUN([KDE_PROG_LIBTOOL], [
3818
AC_REQUIRE([AC_CHECK_COMPILERS])
3819
AC_REQUIRE([AC_ENABLE_SHARED])
3820
AC_REQUIRE([AC_ENABLE_STATIC])
3821
 
3822
AC_REQUIRE([AC_LIBTOOL_DLOPEN])
3823
AC_REQUIRE([KDE_CHECK_LIB64])
3824
 
3825
AC_OBJEXT
3826
AC_EXEEXT
3827
 
3828
AM_PROG_LIBTOOL
3829
AC_LIBTOOL_CXX
3830
 
3831
LIBTOOL_SHELL="/bin/sh ./libtool"
3832
#  LIBTOOL="$LIBTOOL --silent"
3833
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
3834
AC_SUBST(KDE_PLUGIN)
3835
 
3836
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs.
3837
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
3838
AC_SUBST(KDE_CHECK_PLUGIN)
3839
 
3840
# we patch configure quite some so we better keep that consistent for incremental runs 
3841
AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
3842
])
3843
m4trace:acinclude.m4:3500: -1- AC_DEFUN([KDE_CHECK_LIB64], [
3844
    AC_ARG_ENABLE(libsuffix,
3845
        AC_HELP_STRING([--enable-libsuffix],
3846
            [/lib directory suffix (64,32,none,auto[=default])]),
3847
            kdelibsuff=$enableval, kdelibsuff="auto")
3848
 
3849
    if test "$kdelibsuff" = "auto"; then
3850
 
3851
cat > conftest.c << EOF
3852
#include <stdio.h>
3853
int main() {
3854
 return 0;
3855
}
3856
EOF
3857
        kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
3858
    s,.*/lib\([[^\/]]*\)/.*,\1, 
3859
    p 
3860
}'`
3861
	rm -rf conftest.*
3862
    fi	
3863
 
3864
    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
3865
       kdelibsuff=
3866
    fi
3867
    if test -z "$kdelibsuff"; then
3868
        AC_MSG_RESULT([not using lib directory suffix])
3869
        AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
3870
    else
3871
        if test "$libdir" = '${exec_prefix}/lib'; then
3872
            libdir="$libdir${kdelibsuff}"
3873
            AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
3874
        fi
3875
        AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
3876
        AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
3877
    fi
3878
])
3879
m4trace:acinclude.m4:3538: -1- AC_DEFUN([KDE_CHECK_TYPES], [  AC_CHECK_SIZEOF(int, 4)dnl
3880
   AC_CHECK_SIZEOF(short)dnl
3881
  AC_CHECK_SIZEOF(long, 4)dnl
3882
  AC_CHECK_SIZEOF(char *, 4)dnl
3883
])
3884
m4trace:acinclude.m4:3546: -1- AC_DEFUN([KDE_DO_IT_ALL], [
3885
AC_CANONICAL_SYSTEM
3886
AC_ARG_PROGRAM
3887
AM_INIT_AUTOMAKE($1, $2)
3888
AM_DISABLE_LIBRARIES
3889
AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
3890
AC_CHECK_COMPILERS
3891
KDE_PROG_LIBTOOL
3892
AM_KDE_WITH_NLS
3893
AC_PATH_KDE
3894
])
3895
m4trace:acinclude.m4:3559: -1- AC_DEFUN([AC_CHECK_RPATH], [
3896
AC_MSG_CHECKING(for rpath)
3897
AC_ARG_ENABLE(rpath,
3898
      AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
3899
      USE_RPATH=$enableval, USE_RPATH=yes)
3900
 
3901
if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
3902
 
3903
  KDE_RPATH="-R \$(libdir)"
3904
 
3905
  if test "$kde_libraries" != "$libdir"; then
3906
      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
3907
  fi
3908
 
3909
  if test -n "$qt_libraries"; then
3910
    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
3911
  fi
3912
  dnl $x_libraries is set to /usr/lib in case
3913
  if test -n "$X_LDFLAGS"; then
3914
    X_RPATH="-R \$(x_libraries)"
3915
    KDE_RPATH="$KDE_RPATH $X_RPATH"
3916
  fi
3917
  if test -n "$KDE_EXTRA_RPATH"; then
3918
    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
3919
  fi
3920
fi
3921
AC_SUBST(KDE_EXTRA_RPATH)
3922
AC_SUBST(KDE_RPATH)
3923
AC_SUBST(X_RPATH)
3924
AC_MSG_RESULT($USE_RPATH)
3925
])
3926
m4trace:acinclude.m4:3593: -1- AC_DEFUN([AC_CHECK_SOCKLEN_T], [
3927
   AC_MSG_CHECKING(for socklen_t)
3928
   AC_CACHE_VAL(kde_cv_socklen_t,
3929
   [
3930
      AC_LANG_PUSH(C++)
3931
      kde_cv_socklen_t=no
3932
      AC_TRY_COMPILE([
3933
         #include <sys/types.h>
3934
         #include <sys/socket.h>
3935
      ],
3936
      [
3937
         socklen_t len;
3938
         getpeername(0,0,&len);
3939
      ],
3940
      [
3941
         kde_cv_socklen_t=yes
3942
         kde_cv_socklen_t_equiv=socklen_t
3943
      ])
3944
      AC_LANG_POP(C++)
3945
   ])
3946
   AC_MSG_RESULT($kde_cv_socklen_t)
3947
   if test $kde_cv_socklen_t = no; then
3948
      AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
3949
      AC_CACHE_VAL(kde_cv_socklen_t_equiv,
3950
      [
3951
         kde_cv_socklen_t_equiv=int
3952
         AC_LANG_PUSH(C++)
3953
         for t in int size_t unsigned long "unsigned long"; do
3954
            AC_TRY_COMPILE([
3955
               #include <sys/types.h>
3956
               #include <sys/socket.h>
3957
            ],
3958
            [
3959
               $t len;
3960
               getpeername(0,0,&len);
3961
            ],
3962
            [
3963
               kde_cv_socklen_t_equiv="$t"
3964
               break
3965
            ])
3966
         done
3967
         AC_LANG_POP(C++)
3968
      ])
3969
      AC_MSG_RESULT($kde_cv_socklen_t_equiv)
3970
   fi
3971
   AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
3972
                     [type to use in place of socklen_t if not defined])
3973
   AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
3974
                     [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
3975
])
3976
m4trace:acinclude.m4:3661: -1- AC_DEFUN([AM_KDE_WITH_NLS], [
3977
    dnl If we use NLS figure out what method
3978
 
3979
    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
3980
        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
3981
    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
3982
 
3983
     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
3984
        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
3985
        GMSGFMT=":"
3986
      fi
3987
      MSGFMT=$GMSGFMT
3988
      AC_SUBST(GMSGFMT)
3989
      AC_SUBST(MSGFMT)
3990
 
3991
      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
3992
	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
3993
 
3994
      dnl Test whether we really found GNU xgettext.
3995
      if test "$XGETTEXT" != ":"; then
3996
	dnl If it is no GNU xgettext we define it as : so that the
3997
	dnl Makefiles still can work.
3998
	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
3999
	  : ;
4000
	else
4001
	  AC_MSG_RESULT(
4002
	    [found xgettext programs is not GNU xgettext; ignore it])
4003
	  XGETTEXT=":"
4004
	fi
4005
      fi
4006
     AC_SUBST(XGETTEXT)
4007
 
4008
  ])
4009
m4trace:acinclude.m4:3704: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], [# Extract the first word of "$2", so it can be a program name with args.
4010
set dummy $2; ac_word=[$]2
4011
AC_MSG_CHECKING([for $ac_word])
4012
AC_CACHE_VAL(ac_cv_path_$1,
4013
[case "[$]$1" in
4014
  /*)
4015
  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4016
  ;;
4017
  *)
4018
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4019
  for ac_dir in ifelse([$5], , $PATH, [$5]); do
4020
    test -z "$ac_dir" && ac_dir=.
4021
    if test -f $ac_dir/$ac_word; then
4022
      if [$3]; then
4023
	ac_cv_path_$1="$ac_dir/$ac_word"
4024
	break
4025
      fi
4026
    fi
4027
  done
4028
  IFS="$ac_save_ifs"
4029
dnl If no 4th arg is given, leave the cache variable unset,
4030
dnl so AC_PATH_PROGS will keep looking.
4031
ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4032
])dnl
4033
  ;;
4034
esac])dnl
4035
$1="$ac_cv_path_$1"
4036
if test -n "[$]$1"; then
4037
  AC_MSG_RESULT([$]$1)
4038
else
4039
  AC_MSG_RESULT(no)
4040
fi
4041
AC_SUBST($1)dnl
4042
])
4043
m4trace:acinclude.m4:3746: -1- AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then
4044
    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
4045
      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
4046
       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
4047
    if test $am_cv_val_LC_MESSAGES = yes; then
4048
      AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
4049
    fi
4050
  fi])
4051
m4trace:acinclude.m4:3759: -1- AC_DEFUN([AM_FUNC_OBSTACK], [AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
4052
 [AC_TRY_LINK([#include "obstack.h"],
4053
	      [struct obstack *mem;obstack_free(mem,(char *) 0)],
4054
	      am_cv_func_obstack=yes,
4055
	      am_cv_func_obstack=no)])
4056
 if test $am_cv_func_obstack = yes; then
4057
   AC_DEFINE(HAVE_OBSTACK)
4058
 else
4059
   LIBOBJS="$LIBOBJS obstack.o"
4060
 fi
4061
])
4062
m4trace:acinclude.m4:3775: -1- AC_DEFUN([AM_FUNC_ERROR_AT_LINE], [AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
4063
 [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
4064
              am_cv_lib_error_at_line=yes,
4065
	      am_cv_lib_error_at_line=no)])
4066
 if test $am_cv_lib_error_at_line = no; then
4067
   LIBOBJS="$LIBOBJS error.o"
4068
 fi
4069
 AC_SUBST(LIBOBJS)dnl
4070
])
4071
m4trace:acinclude.m4:3792: -1- AC_DEFUN([AM_KDE_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
4072
   AC_REQUIRE([AC_PROG_RANLIB])dnl
4073
   AC_REQUIRE([AC_HEADER_STDC])dnl
4074
   AC_REQUIRE([AC_TYPE_OFF_T])dnl
4075
   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
4076
   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
4077
   AC_REQUIRE([AC_FUNC_MMAP])dnl
4078
   AC_REQUIRE([AM_KDE_WITH_NLS])dnl
4079
   AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
4080
   AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
4081
__argz_count __argz_stringify __argz_next])
4082
 
4083
   AC_MSG_CHECKING(for stpcpy)
4084
   AC_CACHE_VAL(kde_cv_func_stpcpy,
4085
   [
4086
   kde_safe_cxxflags=$CXXFLAGS
4087
   CXXFLAGS="-Werror"
4088
   AC_LANG_SAVE
4089
   AC_LANG_CPLUSPLUS
4090
   AC_TRY_COMPILE([
4091
   #include <string.h>
4092
   ],
4093
   [
4094
   char buffer[200];
4095
   stpcpy(buffer, buffer);
4096
   ],
4097
   kde_cv_func_stpcpy=yes,
4098
   kde_cv_func_stpcpy=no)
4099
   AC_LANG_RESTORE
4100
   CXXFLAGS=$kde_safe_cxxflags
4101
   ])
4102
   AC_MSG_RESULT($kde_cv_func_stpcpy)
4103
   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
4104
     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
4105
   fi
4106
 
4107
   AM_LC_MESSAGES
4108
 
4109
   if test "x$CATOBJEXT" != "x"; then
4110
     if test "x$ALL_LINGUAS" = "x"; then
4111
       LINGUAS=
4112
     else
4113
       AC_MSG_CHECKING(for catalogs to be installed)
4114
       NEW_LINGUAS=
4115
       for lang in ${LINGUAS=$ALL_LINGUAS}; do
4116
         case "$ALL_LINGUAS" in
4117
          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4118
         esac
4119
       done
4120
       LINGUAS=$NEW_LINGUAS
4121
       AC_MSG_RESULT($LINGUAS)
4122
     fi
4123
 
4124
     dnl Construct list of names of catalog files to be constructed.
4125
     if test -n "$LINGUAS"; then
4126
       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4127
     fi
4128
   fi
4129
 
4130
  ])
4131
m4trace:acinclude.m4:3854: -1- AC_DEFUN([AC_HAVE_XPM], [AC_REQUIRE_CPP()dnl
4132
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4133
 
4134
 test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
4135
 test -z "$XPM_INCLUDE" && XPM_INCLUDE=
4136
 
4137
 AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
4138
	xpm_test=$withval, xpm_test="yes")
4139
 if test "x$xpm_test" = xno; then
4140
   ac_cv_have_xpm=no
4141
 else
4142
   AC_MSG_CHECKING(for XPM)
4143
   AC_CACHE_VAL(ac_cv_have_xpm,
4144
   [
4145
    ac_save_ldflags="$LDFLAGS"
4146
    ac_save_cflags="$CFLAGS"
4147
    if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
4148
      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
4149
    else
4150
      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
4151
    fi
4152
    CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
4153
    test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
4154
    AC_TRY_LINK([#include <X11/xpm.h>],[],
4155
	ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
4156
    LDFLAGS="$ac_save_ldflags"
4157
    CFLAGS="$ac_save_cflags"
4158
   ])dnl
4159
 
4160
  if test "$ac_cv_have_xpm" = no; then
4161
    AC_MSG_RESULT(no)
4162
    XPM_LDFLAGS=""
4163
    XPMINC=""
4164
    $2
4165
  else
4166
    AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
4167
    if test "$XPM_LDFLAGS" = ""; then
4168
       XPMLIB='-lXpm $(LIB_X11)'
4169
    else
4170
       XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
4171
    fi
4172
    if test "$XPM_INCLUDE" = ""; then
4173
       XPMINC=""
4174
    else
4175
       XPMINC="-I$XPM_INCLUDE"
4176
    fi
4177
    AC_MSG_RESULT(yes)
4178
    $1
4179
  fi
4180
 fi
4181
 AC_SUBST(XPMINC)
4182
 AC_SUBST(XPMLIB)
4183
])
4184
m4trace:acinclude.m4:3909: -1- AC_DEFUN([AC_HAVE_DPMS], [AC_REQUIRE_CPP()dnl
4185
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4186
 
4187
 test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
4188
 test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
4189
 DPMS_LIB=
4190
 
4191
 AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
4192
	dpms_test=$withval, dpms_test="yes")
4193
 if test "x$dpms_test" = xno; then
4194
   ac_cv_have_dpms=no
4195
 else
4196
   AC_MSG_CHECKING(for DPMS)
4197
   dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
4198
   dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
4199
   AC_CACHE_VAL(ac_cv_have_dpms,
4200
   [
4201
    if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
4202
      AC_MSG_RESULT(no)
4203
      ac_cv_have_dpms="no"
4204
    else
4205
      ac_save_ldflags="$LDFLAGS"
4206
      ac_save_cflags="$CFLAGS"
4207
      ac_save_libs="$LIBS"
4208
      LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
4209
      LIBS="-lX11 -lXext $LIBSOCKET"
4210
      CFLAGS="$CFLAGS $X_INCLUDES"
4211
      test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4212
      AC_TRY_LINK([
4213
	  #include <X11/Xproto.h>
4214
	  #include <X11/X.h>
4215
	  #include <X11/Xlib.h>
4216
	  #include <X11/extensions/dpms.h>
4217
	  int foo_test_dpms()
4218
	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4219
	  ac_cv_have_dpms="yes", [
4220
              LIBS="-lXdpms $LIBS"
4221
              AC_TRY_LINK([
4222
	          #include <X11/Xproto.h>
4223
        	  #include <X11/X.h>
4224
        	  #include <X11/Xlib.h>
4225
        	  #include <X11/extensions/dpms.h>
4226
        	  int foo_test_dpms()
4227
        	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4228
        	  [
4229
                  ac_cv_have_dpms="-lXdpms"
4230
                  ],ac_cv_have_dpms="no")
4231
              ])
4232
      LDFLAGS="$ac_save_ldflags"
4233
      CFLAGS="$ac_save_cflags"
4234
      LIBS="$ac_save_libs"
4235
    fi
4236
   ])dnl
4237
 
4238
  if test "$ac_cv_have_dpms" = no; then
4239
    AC_MSG_RESULT(no)
4240
    DPMS_LDFLAGS=""
4241
    DPMSINC=""
4242
    $2
4243
  else
4244
    AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
4245
    if test "$ac_cv_have_dpms" = "-lXdpms"; then
4246
       DPMS_LIB="-lXdpms"
4247
    fi
4248
    if test "$DPMS_LDFLAGS" = ""; then
4249
       DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
4250
    else
4251
       DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
4252
    fi
4253
    if test "$DPMS_INCLUDE" = ""; then
4254
       DPMSINC=""
4255
    else
4256
       DPMSINC="-I$DPMS_INCLUDE"
4257
    fi
4258
    AC_MSG_RESULT(yes)
4259
    $1
4260
  fi
4261
 fi
4262
 ac_save_cflags="$CFLAGS"
4263
 CFLAGS="$CFLAGS $X_INCLUDES"
4264
 test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4265
 AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
4266
   [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
4267
 AC_CHECK_DECL(DPMSCapable,
4268
   AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
4269
   [#include <X11/Xlib.h>
4270
   #include <X11/extensions/dpms.h>])
4271
 AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
4272
   [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
4273
 AC_CHECK_DECL(DPMSInfo,
4274
   AC_DEFINE(HAVE_DPMSINFO_PROTO),,
4275
   [#include <X11/Xlib.h>
4276
   #include <X11/extensions/dpms.h>])
4277
 CFLAGS="$ac_save_cflags"
4278
 AC_SUBST(DPMSINC)
4279
 AC_SUBST(DPMSLIB)
4280
])
4281
m4trace:acinclude.m4:4008: -1- AC_DEFUN([AC_HAVE_GL], [AC_REQUIRE_CPP()dnl
4282
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4283
 
4284
 test -z "$GL_LDFLAGS" && GL_LDFLAGS=
4285
 test -z "$GL_INCLUDE" && GL_INCLUDE=
4286
 
4287
 AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
4288
	gl_test=$withval, gl_test="yes")
4289
 if test "x$kde_use_qt_emb" = "xyes"; then
4290
   # GL and Qt Embedded is a no-go for now.
4291
   ac_cv_have_gl=no
4292
 elif test "x$gl_test" = xno; then
4293
   ac_cv_have_gl=no
4294
 else
4295
   AC_MSG_CHECKING(for GL)
4296
   AC_CACHE_VAL(ac_cv_have_gl,
4297
   [
4298
    AC_LANG_SAVE
4299
    AC_LANG_CPLUSPLUS
4300
    ac_save_ldflags=$LDFLAGS
4301
    ac_save_cxxflags=$CXXFLAGS
4302
    ac_save_libs=$LIBS
4303
    LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
4304
    LIBS="$LIBS -lGL -lGLU"
4305
    test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
4306
    LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
4307
    CXXFLAGS="$CFLAGS $X_INCLUDES"
4308
    test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
4309
    AC_TRY_LINK([#include <GL/gl.h>
4310
#include <GL/glu.h>
4311
], [],
4312
	ac_cv_have_gl="yes", ac_cv_have_gl="no")
4313
    AC_LANG_RESTORE
4314
    LDFLAGS=$ac_save_ldflags
4315
    CXXFLAGS=$ac_save_cxxflags
4316
    LIBS=$ac_save_libs
4317
   ])dnl
4318
 
4319
  if test "$ac_cv_have_gl" = "no"; then
4320
    AC_MSG_RESULT(no)
4321
    GL_LDFLAGS=""
4322
    GLINC=""
4323
    $2
4324
  else
4325
    AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
4326
    if test "$GL_LDFLAGS" = ""; then
4327
       GLLIB='-lGLU -lGL $(LIB_X11)'
4328
    else
4329
       GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
4330
    fi
4331
    if test "$GL_INCLUDE" = ""; then
4332
       GLINC=""
4333
    else
4334
       GLINC="-I$GL_INCLUDE"
4335
    fi
4336
    AC_MSG_RESULT($ac_cv_have_gl)
4337
    $1
4338
  fi
4339
 fi
4340
 AC_SUBST(GLINC)
4341
 AC_SUBST(GLLIB)
4342
])
4343
m4trace:acinclude.m4:4075: -1- AC_DEFUN([KDE_PAM], [
4344
  AC_REQUIRE([KDE_CHECK_LIBDL])
4345
 
4346
  want_pam=
4347
  AC_ARG_WITH(pam,
4348
    AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
4349
    [ if test "x$withval" = "xyes"; then
4350
        want_pam=yes
4351
        pam_service=kde
4352
      elif test "x$withval" = "xno"; then
4353
        want_pam=no
4354
      else
4355
        want_pam=yes
4356
        pam_service=$withval
4357
      fi
4358
    ], [ pam_service=kde ])
4359
 
4360
  use_pam=
4361
  PAMLIBS=
4362
  if test "x$want_pam" != xno; then
4363
    AC_CHECK_LIB(pam, pam_start, [
4364
      AC_CHECK_HEADER(security/pam_appl.h,
4365
        [ pam_header=security/pam_appl.h ],
4366
        [ AC_CHECK_HEADER(pam/pam_appl.h,
4367
            [ pam_header=pam/pam_appl.h ],
4368
            [
4369
    AC_MSG_WARN([PAM detected, but no headers found!
4370
Make sure you have the necessary development packages installed.])
4371
            ]
4372
          )
4373
        ]
4374
      )
4375
    ], , $LIBDL)
4376
    if test -z "$pam_header"; then
4377
      if test "x$want_pam" = xyes; then
4378
        AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
4379
      fi
4380
    else
4381
      AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
4382
      PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
4383
      use_pam=yes
4384
 
4385
      dnl darwin claims to be something special
4386
      if test "$pam_header" = "pam/pam_appl.h"; then
4387
        AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
4388
      fi
4389
 
4390
      dnl test whether struct pam_message is const (Linux) or not (Sun)
4391
      AC_MSG_CHECKING(for const pam_message)
4392
      AC_EGREP_HEADER([struct pam_message], $pam_header,
4393
        [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
4394
                          [AC_MSG_RESULT([const: Linux-type PAM])],
4395
                          [AC_MSG_RESULT([nonconst: Sun-type PAM])
4396
                          AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
4397
                          )],
4398
        [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
4399
    fi
4400
  fi
4401
 
4402
  AC_SUBST(PAMLIBS)
4403
])
4404
m4trace:acinclude.m4:4138: -1- AC_DEFUN([DEF_PAM_SERVICE], [
4405
  AC_ARG_WITH($1-pam,
4406
    AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
4407
    [ if test "x$use_pam" = xyes; then
4408
        $3_PAM_SERVICE=$withval
4409
      else
4410
        AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
4411
You may want to enforce it by using --with-pam.])
4412
      fi
4413
    ], 
4414
    [ if test "x$use_pam" = xyes; then
4415
        $3_PAM_SERVICE="$pam_service"
4416
      fi
4417
    ])
4418
    if test -n "$$3_PAM_SERVICE"; then
4419
      AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
4420
      AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
4421
    fi
4422
    AC_SUBST($3_PAM_SERVICE)
4423
])
4424
m4trace:acinclude.m4:4159: -1- AC_DEFUN([KDE_SHADOWPASSWD], [
4425
  AC_REQUIRE([KDE_PAM])
4426
 
4427
  AC_CHECK_LIB(shadow, getspent,
4428
    [ LIBSHADOW="-lshadow"
4429
      ac_use_shadow=yes
4430
    ],
4431
    [ dnl for UnixWare
4432
      AC_CHECK_LIB(gen, getspent, 
4433
        [ LIBGEN="-lgen"
4434
          ac_use_shadow=yes
4435
        ], 
4436
        [ AC_CHECK_FUNC(getspent, 
4437
            [ ac_use_shadow=yes ],
4438
            [ ac_use_shadow=no ])
4439
	])
4440
    ])
4441
  AC_SUBST(LIBSHADOW)
4442
  AC_SUBST(LIBGEN)
4443
 
4444
  AC_MSG_CHECKING([for shadow passwords])
4445
 
4446
  AC_ARG_WITH(shadow,
4447
    AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
4448
    [ if test "x$withval" != "xno"; then
4449
        use_shadow=yes
4450
      else
4451
        use_shadow=no
4452
      fi
4453
    ], [
4454
      use_shadow="$ac_use_shadow"
4455
    ])
4456
 
4457
  if test "x$use_shadow" = xyes; then
4458
    AC_MSG_RESULT(yes)
4459
    AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
4460
  else
4461
    AC_MSG_RESULT(no)
4462
    LIBSHADOW=
4463
    LIBGEN=
4464
  fi
4465
 
4466
  dnl finally make the relevant binaries setuid root, if we have shadow passwds.
4467
  dnl this still applies, if we could use it indirectly through pam.
4468
  if test "x$use_shadow" = xyes || 
4469
     ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
4470
      case $host in
4471
      *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
4472
	SETUIDFLAGS="-m 4755 -o root";;
4473
      *)
4474
	SETUIDFLAGS="-m 4755";;
4475
      esac
4476
  fi
4477
  AC_SUBST(SETUIDFLAGS)
4478
 
4479
])
4480
m4trace:acinclude.m4:4216: -1- AC_DEFUN([KDE_PASSWDLIBS], [
4481
  AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
4482
  AC_REQUIRE([KDE_PAM])
4483
  AC_REQUIRE([KDE_SHADOWPASSWD])
4484
 
4485
  if test "x$use_pam" = "xyes"; then 
4486
    PASSWDLIBS="$PAMLIBS"
4487
  else
4488
    PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
4489
  fi
4490
 
4491
  dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
4492
  dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
4493
  dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
4494
  dnl may need to read /etc/master.passwd).
4495
  case $host in
4496
  *-*-freebsd*)
4497
    SETUIDFLAGS="-m 4755 -o root"
4498
    ;;
4499
  *)
4500
    ;;
4501
  esac
4502
 
4503
  AC_SUBST(PASSWDLIBS)
4504
])
4505
m4trace:acinclude.m4:4242: -1- AC_DEFUN([KDE_CHECK_LIBDL], [
4506
AC_CHECK_LIB(dl, dlopen, [
4507
LIBDL="-ldl"
4508
ac_cv_have_dlfcn=yes
4509
])
4510
 
4511
AC_CHECK_LIB(dld, shl_unload, [
4512
LIBDL="-ldld"
4513
ac_cv_have_shload=yes
4514
])
4515
 
4516
AC_SUBST(LIBDL)
4517
])
4518
m4trace:acinclude.m4:4257: -1- AC_DEFUN([KDE_CHECK_DLOPEN], [
4519
KDE_CHECK_LIBDL
4520
AC_CHECK_HEADERS(dlfcn.h dl.h)
4521
if test "$ac_cv_header_dlfcn_h" = "no"; then
4522
  ac_cv_have_dlfcn=no
4523
fi
4524
 
4525
if test "$ac_cv_header_dl_h" = "no"; then
4526
  ac_cv_have_shload=no
4527
fi
4528
 
4529
dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
4530
dnl (MM)
4531
AC_ARG_ENABLE(dlopen,
4532
AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
4533
enable_dlopen=$enableval,
4534
enable_dlopen=yes)
4535
 
4536
# override the user's opinion, if we know it better ;)
4537
if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
4538
  enable_dlopen=no
4539
fi
4540
 
4541
if test "$ac_cv_have_dlfcn" = "yes"; then
4542
  AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
4543
fi
4544
 
4545
if test "$ac_cv_have_shload" = "yes"; then
4546
  AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
4547
fi
4548
 
4549
if test "$enable_dlopen" = no ; then
4550
  test -n "$1" && eval $1
4551
else
4552
  test -n "$2" && eval $2
4553
fi
4554
 
4555
])
4556
m4trace:acinclude.m4:4297: -1- AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], [
4557
KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
4558
KDE_PROG_LIBTOOL
4559
AC_MSG_CHECKING([dynamic loading])
4560
eval "`egrep '^build_libtool_libs=' libtool`"
4561
if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
4562
  dynamic_loading=yes
4563
  AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
4564
else
4565
  dynamic_loading=no
4566
fi
4567
AC_MSG_RESULT($dynamic_loading)
4568
if test "$dynamic_loading" = "yes"; then
4569
  $1
4570
else
4571
  $2
4572
fi
4573
])
4574
m4trace:acinclude.m4:4317: -1- AC_DEFUN([KDE_ADD_INCLUDES], [
4575
if test -z "$1"; then
4576
  test_include="Pix.h"
4577
else
4578
  test_include="$1"
4579
fi
4580
 
4581
AC_MSG_CHECKING([for libg++ ($test_include)])
4582
 
4583
AC_CACHE_VAL(kde_cv_libgpp_includes,
4584
[
4585
kde_cv_libgpp_includes=no
4586
 
4587
   for ac_dir in               \
4588
                               \
4589
     /usr/include/g++          \
4590
     /usr/include              \
4591
     /usr/unsupported/include  \
4592
     /opt/include              \
4593
     $extra_include            \
4594
     ; \
4595
   do
4596
     if test -r "$ac_dir/$test_include"; then
4597
       kde_cv_libgpp_includes=$ac_dir
4598
       break
4599
     fi
4600
   done
4601
])
4602
 
4603
AC_MSG_RESULT($kde_cv_libgpp_includes)
4604
if test "$kde_cv_libgpp_includes" != "no"; then
4605
  all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
4606
fi
4607
])
4608
m4trace:acinclude.m4:4354: -1- AC_DEFUN([KDE_CHECK_LIBPTHREAD], [
4609
  dnl This code is here specifically to handle the
4610
  dnl various flavors of threading library on FreeBSD
4611
  dnl 4-, 5-, and 6-, and the (weird) rules around it.
4612
  dnl There may be an environment PTHREAD_LIBS that 
4613
  dnl specifies what to use; otherwise, search for it.
4614
  dnl -pthread is special cased and unsets LIBPTHREAD
4615
  dnl below if found.
4616
  LIBPTHREAD=""
4617
 
4618
  if test -n "$PTHREAD_LIBS"; then
4619
    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
4620
      LIBPTHREAD="PTHREAD"
4621
    else
4622
      PTHREAD_LIBS_save="$PTHREAD_LIBS"
4623
      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
4624
      AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
4625
      KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
4626
          LIBPTHREAD="$PTHREAD_LIBS_save"])
4627
      PTHREAD_LIBS="$PTHREAD_LIBS_save"
4628
    fi
4629
  fi
4630
 
4631
  dnl Is this test really needed, in the face of the Tru64 test below?
4632
  if test -z "$LIBPTHREAD"; then
4633
    AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
4634
  fi
4635
 
4636
  dnl This is a special Tru64 check, see BR 76171 issue #18.
4637
  if test -z "$LIBPTHREAD" ; then
4638
    AC_MSG_CHECKING([for pthread_create in -lpthread])
4639
    kde_safe_libs=$LIBS
4640
    LIBS="$LIBS -lpthread"
4641
    AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
4642
        AC_MSG_RESULT(yes)
4643
        LIBPTHREAD="-lpthread"],[
4644
	AC_MSG_RESULT(no)])
4645
    LIBS=$kde_safe_libs
4646
  fi
4647
 
4648
  dnl Un-special-case for FreeBSD.
4649
  if test "x$LIBPTHREAD" = "xPTHREAD" ; then
4650
    LIBPTHREAD=""
4651
  fi
4652
 
4653
  AC_SUBST(LIBPTHREAD)
4654
])
4655
m4trace:acinclude.m4:4403: -1- AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], [
4656
      USE_THREADS=""
4657
      if test -z "$LIBPTHREAD"; then
4658
        KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
4659
      fi
4660
 
4661
    AH_VERBATIM(__svr_define, [
4662
#if defined(__SVR4) && !defined(__svr4__)
4663
#define __svr4__ 1
4664
#endif
4665
])
4666
    case $host_os in
4667
 	solaris*)
4668
		KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
4669
                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
4670
    		;;
4671
        freebsd*)
4672
                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
4673
                ;;
4674
        aix*)
4675
                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
4676
                LIBPTHREAD="$LIBPTHREAD -lc_r"
4677
                ;;
4678
        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
4679
                if test "$CXX" = "KCC"; then
4680
                  CXXFLAGS="$CXXFLAGS --thread_safe"
4681
		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
4682
                fi
4683
                ;;
4684
	*)
4685
		;;
4686
    esac
4687
    AC_SUBST(USE_THREADS)
4688
    AC_SUBST(LIBPTHREAD)
4689
])
4690
m4trace:acinclude.m4:4440: -1- AC_DEFUN([KDE_CHECK_THREADING], [
4691
  AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4692
  AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
4693
  dnl default is yes if libpthread is found and no if no libpthread is available
4694
  if test -z "$LIBPTHREAD"; then
4695
    if test -z "$USE_THREADS"; then
4696
      kde_check_threading_default=no
4697
    else
4698
      kde_check_threading_default=yes
4699
    fi
4700
  else
4701
    kde_check_threading_default=yes
4702
  fi
4703
  AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
4704
   kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
4705
  if test "x$kde_use_threading" = "xyes"; then
4706
    AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
4707
  fi
4708
])
4709
m4trace:acinclude.m4:4461: -1- AC_DEFUN([KDE_TRY_LINK_PYTHON], [
4710
if test "$kde_python_link_found" = no; then
4711
 
4712
if test "$1" = normal; then
4713
  AC_MSG_CHECKING(if a Python application links)
4714
else
4715
  AC_MSG_CHECKING(if Python depends on $2)
4716
fi
4717
 
4718
AC_CACHE_VAL(kde_cv_try_link_python_$1,
4719
[
4720
kde_save_cflags="$CFLAGS"
4721
CFLAGS="$CFLAGS $PYTHONINC"
4722
kde_save_libs="$LIBS"
4723
LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
4724
kde_save_ldflags="$LDFLAGS"
4725
LDFLAGS="$LDFLAGS $PYTHONLIB"
4726
 
4727
AC_TRY_LINK(
4728
[
4729
#include <Python.h>
4730
],[
4731
	PySys_SetArgv(1, 0);
4732
],
4733
	[kde_cv_try_link_python_$1=yes],
4734
	[kde_cv_try_link_python_$1=no]
4735
)
4736
CFLAGS="$kde_save_cflags"
4737
LIBS="$kde_save_libs"
4738
LDFLAGS="$kde_save_ldflags"
4739
])
4740
 
4741
if test "$kde_cv_try_link_python_$1" = "yes"; then
4742
  AC_MSG_RESULT(yes)
4743
  kde_python_link_found=yes
4744
  if test ! "$1" = normal; then
4745
    LIBPYTHON="$LIBPYTHON $2"
4746
  fi
4747
  $3
4748
else
4749
  AC_MSG_RESULT(no)
4750
  $4
4751
fi
4752
 
4753
fi
4754
 
4755
])
4756
m4trace:acinclude.m4:4510: -1- AC_DEFUN([KDE_CHECK_PYTHON_DIR], [
4757
AC_MSG_CHECKING([for Python directory])
4758
 
4759
AC_CACHE_VAL(kde_cv_pythondir,
4760
[
4761
  if test -z "$PYTHONDIR"; then
4762
    kde_cv_pythondir=/usr/local
4763
  else
4764
    kde_cv_pythondir="$PYTHONDIR"
4765
  fi
4766
])
4767
 
4768
AC_ARG_WITH(pythondir,
4769
AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
4770
[
4771
  ac_python_dir=$withval
4772
], ac_python_dir=$kde_cv_pythondir
4773
)
4774
 
4775
AC_MSG_RESULT($ac_python_dir)
4776
])
4777
m4trace:acinclude.m4:4533: -1- AC_DEFUN([KDE_CHECK_PYTHON_INTERN], [
4778
AC_REQUIRE([KDE_CHECK_LIBDL])
4779
AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4780
AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
4781
 
4782
if test -z "$1"; then
4783
  version="1.5"
4784
else
4785
  version="$1"
4786
fi
4787
 
4788
AC_MSG_CHECKING([for Python$version])
4789
 
4790
python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
4791
AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
4792
if test ! -r $python_incdir/Python.h; then
4793
  AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
4794
  python_incdir=$python_incdir/python$version
4795
  if test ! -r $python_incdir/Python.h; then
4796
    python_incdir=no
4797
  fi
4798
fi
4799
 
4800
PYTHONINC=-I$python_incdir
4801
 
4802
python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
4803
AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
4804
if test ! -r $python_libdir/libpython$version.so; then
4805
  AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
4806
  if test ! -r $python_libdir/libpython$version.a; then
4807
    AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
4808
    python_libdir=$python_libdir/python$version/config
4809
    if test ! -r $python_libdir/libpython$version.a; then
4810
      python_libdir=no
4811
    fi
4812
  fi
4813
fi
4814
 
4815
PYTHONLIB=-L$python_libdir
4816
kde_orig_LIBPYTHON=$LIBPYTHON
4817
if test -z "$LIBPYTHON"; then
4818
  LIBPYTHON=-lpython$version
4819
fi
4820
 
4821
AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
4822
python_moddir=$python_moddir/python$version
4823
if test ! -r $python_moddir/copy.py; then
4824
  python_moddir=no
4825
fi
4826
 
4827
PYTHONMODDIR=$python_moddir
4828
 
4829
AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
4830
 
4831
if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
4832
   LIBPYTHON=$kde_orig_LIBPYTHON
4833
   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
4834
   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
4835
   $2
4836
else 
4837
  dnl Note: this test is very weak
4838
  kde_python_link_found=no
4839
  KDE_TRY_LINK_PYTHON(normal)
4840
  KDE_TRY_LINK_PYTHON(m, -lm)
4841
  KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
4842
  KDE_TRY_LINK_PYTHON(tcl, -ltcl)
4843
  KDE_TRY_LINK_PYTHON(db2, -ldb2)
4844
  KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
4845
  KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
4846
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
4847
  KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
4848
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
4849
  KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
4850
  KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
4851
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
4852
	[AC_MSG_WARN([it seems, Python depends on another library.
4853
    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
4854
    and contact the authors to let them know about this problem])
4855
	])
4856
 
4857
  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
4858
  AC_SUBST(PYTHONINC)
4859
  AC_SUBST(PYTHONLIB)
4860
  AC_SUBST(LIBPYTHON)
4861
  AC_SUBST(PYTHONMODDIR)
4862
  AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
4863
fi
4864
 
4865
])
4866
m4trace:acinclude.m4:4625: -1- AC_DEFUN([KDE_CHECK_PYTHON], [
4867
  KDE_CHECK_PYTHON_INTERN("2.5",
4868
    [KDE_CHECK_PYTHON_INTERN("2.4",
4869
     [KDE_CHECK_PYTHON_INTERN("2.3", 
4870
       [KDE_CHECK_PYTHON_INTERN("2.2", 
4871
         [KDE_CHECK_PYTHON_INTERN("2.1", 
4872
           [KDE_CHECK_PYTHON_INTERN("2.0", 
4873
             [KDE_CHECK_PYTHON_INTERN($1, $2) ])
4874
           ])
4875
         ])
4876
       ])
4877
     ])
4878
  ])
4879
])
4880
m4trace:acinclude.m4:4641: -1- AC_DEFUN([KDE_CHECK_STL], [
4881
    AC_LANG_SAVE
4882
    AC_LANG_CPLUSPLUS
4883
    ac_save_CXXFLAGS="$CXXFLAGS"
4884
    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
4885
 
4886
    AC_MSG_CHECKING([if C++ programs can be compiled])
4887
    AC_CACHE_VAL(kde_cv_stl_works,
4888
    [
4889
      AC_TRY_COMPILE([
4890
#include <string>
4891
using namespace std;
4892
],[
4893
  string astring="Hallo Welt.";
4894
  astring.erase(0, 6); // now astring is "Welt"
4895
  return 0;
4896
], kde_cv_stl_works=yes,
4897
   kde_cv_stl_works=no)
4898
])
4899
 
4900
   AC_MSG_RESULT($kde_cv_stl_works)
4901
 
4902
   if test "$kde_cv_stl_works" = "yes"; then
4903
     # back compatible
4904
	 AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
4905
   else
4906
	 AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
4907
Check config.log for details - if you're using a Linux distribution you might miss
4908
a package named similar to libstdc++-dev.])
4909
   fi
4910
 
4911
   CXXFLAGS="$ac_save_CXXFLAGS"
4912
   AC_LANG_RESTORE
4913
])
4914
m4trace:acinclude.m4:4677: -1- AC_DEFUN([AC_FIND_QIMGIO], [AC_REQUIRE([AC_FIND_JPEG])
4915
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4916
AC_MSG_CHECKING([for qimgio])
4917
AC_CACHE_VAL(ac_cv_lib_qimgio,
4918
[
4919
AC_LANG_SAVE
4920
AC_LANG_CPLUSPLUS
4921
ac_save_LIBS="$LIBS"
4922
ac_save_CXXFLAGS="$CXXFLAGS"
4923
LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
4924
CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
4925
AC_TRY_RUN(dnl
4926
[
4927
#include <qimageio.h>
4928
#include <qstring.h>
4929
int main() {
4930
		QString t = "hallo";
4931
		t.fill('t');
4932
		qInitImageIO();
4933
}
4934
],
4935
            ac_cv_lib_qimgio=yes,
4936
            ac_cv_lib_qimgio=no,
4937
	    ac_cv_lib_qimgio=no)
4938
LIBS="$ac_save_LIBS"
4939
CXXFLAGS="$ac_save_CXXFLAGS"
4940
AC_LANG_RESTORE
4941
])dnl
4942
if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
4943
  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
4944
  AC_MSG_RESULT(yes)
4945
  AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
4946
  AC_SUBST(LIBQIMGIO)
4947
else
4948
  AC_MSG_RESULT(not found)
4949
fi
4950
])
4951
m4trace:acinclude.m4:4716: -1- AC_DEFUN([AM_DISABLE_LIBRARIES], [
4952
    AC_PROVIDE([AM_ENABLE_STATIC])
4953
    AC_PROVIDE([AM_ENABLE_SHARED])
4954
    enable_static=no
4955
    enable_shared=yes
4956
])
4957
m4trace:acinclude.m4:4725: -1- AC_DEFUN([AC_CHECK_UTMP_FILE], [
4958
    AC_MSG_CHECKING([for utmp file])
4959
 
4960
    AC_CACHE_VAL(kde_cv_utmp_file,
4961
    [
4962
    kde_cv_utmp_file=no
4963
 
4964
    for ac_file in    \
4965
                      \
4966
	/var/run/utmp \
4967
	/var/adm/utmp \
4968
	/etc/utmp     \
4969
     ; \
4970
    do
4971
     if test -r "$ac_file"; then
4972
       kde_cv_utmp_file=$ac_file
4973
       break
4974
     fi
4975
    done
4976
    ])
4977
 
4978
    if test "$kde_cv_utmp_file" != "no"; then
4979
	AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
4980
	$1
4981
	AC_MSG_RESULT($kde_cv_utmp_file)
4982
    else
4983
    	$2
4984
	AC_MSG_RESULT([non found])
4985
    fi
4986
])
4987
m4trace:acinclude.m4:4758: -1- AC_DEFUN([KDE_CREATE_SUBDIRSLIST], [
4988
 
4989
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
4990
TOPSUBDIRS=""
4991
 
4992
if test ! -s $srcdir/subdirs; then
4993
  dnl Note: Makefile.common creates subdirs, so this is just a fallback
4994
  files=`cd $srcdir && ls -1`
4995
  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
4996
  for i in $dirs; do
4997
    echo $i >> $srcdir/subdirs
4998
  done
4999
fi
5000
 
5001
ac_topsubdirs=
5002
if test -s $srcdir/inst-apps; then
5003
  ac_topsubdirs="`cat $srcdir/inst-apps`"
5004
elif test -s $srcdir/subdirs; then
5005
  ac_topsubdirs="`cat $srcdir/subdirs`"
5006
fi
5007
 
5008
for i in $ac_topsubdirs; do
5009
  AC_MSG_CHECKING([if $i should be compiled])
5010
  if test -d $srcdir/$i; then
5011
    install_it="yes"
5012
    for j in $DO_NOT_COMPILE; do
5013
      if test $i = $j; then
5014
        install_it="no"
5015
      fi
5016
    done
5017
  else
5018
    install_it="no"
5019
  fi
5020
  AC_MSG_RESULT($install_it)
5021
  vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
5022
  if test $install_it = "yes"; then
5023
    TOPSUBDIRS="$TOPSUBDIRS $i"
5024
    eval "$vari""_SUBDIR_included=yes"
5025
  else
5026
    eval "$vari""_SUBDIR_included=no"
5027
  fi
5028
done
5029
 
5030
AC_SUBST(TOPSUBDIRS)
5031
])
5032
m4trace:acinclude.m4:4805: -1- AC_DEFUN([KDE_CHECK_NAMESPACES], [
5033
AC_MSG_CHECKING(whether C++ compiler supports namespaces)
5034
AC_LANG_SAVE
5035
AC_LANG_CPLUSPLUS
5036
AC_TRY_COMPILE([
5037
],
5038
[
5039
namespace Foo {
5040
  extern int i;
5041
  namespace Bar {
5042
    extern int i;
5043
  }
5044
}
5045
 
5046
int Foo::i = 0;
5047
int Foo::Bar::i = 1;
5048
],[
5049
  AC_MSG_RESULT(yes)
5050
  AC_DEFINE(HAVE_NAMESPACES)
5051
], [
5052
AC_MSG_RESULT(no)
5053
])
5054
AC_LANG_RESTORE
5055
])
5056
m4trace:acinclude.m4:4835: -1- AC_DEFUN([AC_CHECK_S_ISSOCK], [
5057
AC_MSG_CHECKING(for S_ISSOCK)
5058
AC_CACHE_VAL(ac_cv_have_s_issock,
5059
[
5060
AC_TRY_LINK(
5061
[
5062
#include <sys/stat.h>
5063
],
5064
[
5065
struct stat buff;
5066
int b = S_ISSOCK( buff.st_mode );
5067
],
5068
ac_cv_have_s_issock=yes,
5069
ac_cv_have_s_issock=no)
5070
])
5071
AC_MSG_RESULT($ac_cv_have_s_issock)
5072
if test "$ac_cv_have_s_issock" = "yes"; then
5073
  AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
5074
fi
5075
 
5076
AH_VERBATIM(_ISSOCK,
5077
[
5078
#ifndef HAVE_S_ISSOCK
5079
#define HAVE_S_ISSOCK
5080
#define S_ISSOCK(mode) (1==0)
5081
#endif
5082
])
5083
 
5084
])
5085
m4trace:acinclude.m4:4870: -1- AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], [
5086
AC_MSG_CHECKING(for MAXPATHLEN)
5087
AC_CACHE_VAL(ac_cv_maxpathlen,
5088
[
5089
cat > conftest.$ac_ext <<EOF
5090
#ifdef STDC_HEADERS
5091
# include <stdlib.h>
5092
#endif
5093
#include <stdio.h>
5094
#include <sys/param.h>
5095
#ifndef MAXPATHLEN
5096
#define MAXPATHLEN 1024
5097
#endif
5098
 
5099
KDE_HELLO MAXPATHLEN
5100
 
5101
EOF
5102
 
5103
ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
5104
 
5105
if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
5106
    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
5107
else
5108
    ac_cv_maxpathlen=1024
5109
fi
5110
 
5111
rm conftest.*
5112
 
5113
])
5114
AC_MSG_RESULT($ac_cv_maxpathlen)
5115
AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
5116
])
5117
m4trace:acinclude.m4:4904: -1- AC_DEFUN([KDE_CHECK_HEADER], [
5118
   kde_safe_cppflags=$CPPFLAGS
5119
   CPPFLAGS="$CPPFLAGS $all_includes"
5120
   AC_LANG_SAVE
5121
   AC_LANG_CPLUSPLUS
5122
   AC_CHECK_HEADER([$1], [$2], [$3], [$4])
5123
   AC_LANG_RESTORE
5124
   CPPFLAGS=$kde_safe_cppflags
5125
])
5126
m4trace:acinclude.m4:4915: -1- AC_DEFUN([KDE_CHECK_HEADERS], [
5127
   AH_CHECK_HEADERS([$1])
5128
   AC_LANG_SAVE
5129
   kde_safe_cppflags=$CPPFLAGS
5130
   CPPFLAGS="$CPPFLAGS $all_includes"
5131
   AC_LANG_CPLUSPLUS
5132
   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
5133
   CPPFLAGS=$kde_safe_cppflags
5134
   AC_LANG_RESTORE
5135
])
5136
m4trace:acinclude.m4:4927: -1- AC_DEFUN([KDE_FAST_CONFIGURE], [
5137
  dnl makes configure fast (needs perl)
5138
  AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
5139
      with_fast_perl=$enableval, with_fast_perl=yes)
5140
])
5141
m4trace:acinclude.m4:4934: -1- AC_DEFUN([KDE_CONF_FILES], [
5142
  val=
5143
  if test -f $srcdir/configure.files ; then
5144
    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
5145
  fi
5146
  CONF_FILES=
5147
  if test -n "$val" ; then
5148
    for i in $val ; do
5149
      CONF_FILES="$CONF_FILES $i"
5150
    done
5151
  fi
5152
  AC_SUBST(CONF_FILES)
5153
])
5154
m4trace:acinclude.m4:4952: -1- AC_DEFUN([KDE_SET_PREFIX_CORE], [
5155
  unset CDPATH
5156
  dnl make $KDEDIR the default for the installation
5157
  AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
5158
 
5159
  if test "x$prefix" = "xNONE"; then
5160
    prefix=$ac_default_prefix
5161
    ac_configure_args="$ac_configure_args --prefix=$prefix"
5162
  fi
5163
  # And delete superfluous '/' to make compares easier
5164
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5165
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5166
 
5167
  kde_libs_prefix='$(prefix)'
5168
  kde_libs_htmldir='$(kde_htmldir)'
5169
  AC_SUBST(kde_libs_prefix)
5170
  AC_SUBST(kde_libs_htmldir)
5171
  KDE_FAST_CONFIGURE
5172
  KDE_CONF_FILES
5173
])
5174
m4trace:acinclude.m4:4975: -1- AC_DEFUN([KDE_SET_PREFIX], [
5175
  unset CDPATH
5176
  dnl We can't give real code to that macro, only a value.
5177
  dnl It only matters for --help, since we set the prefix in this function anyway.
5178
  AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
5179
 
5180
  KDE_SET_DEFAULT_BINDIRS
5181
  if test "x$prefix" = "xNONE"; then
5182
    dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
5183
    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5184
  else
5185
    dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
5186
    kde_save_PATH="$PATH"
5187
    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
5188
    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5189
    PATH="$kde_save_PATH"
5190
  fi
5191
 
5192
  kde_libs_prefix=`$KDECONFIG --prefix`
5193
  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
5194
       AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
5195
                    This means it has been moved since you installed it.
5196
                    This won't work. Please recompile kdelibs for the new prefix.
5197
                    ])
5198
  fi
5199
  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
5200
 
5201
  AC_MSG_CHECKING([where to install])
5202
  if test "x$prefix" = "xNONE"; then
5203
    prefix=$kde_libs_prefix
5204
    AC_MSG_RESULT([$prefix (as returned by kde-config)])
5205
  else
5206
    dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
5207
    given_prefix=$prefix
5208
    AC_MSG_RESULT([$prefix (as requested)])
5209
  fi
5210
 
5211
  # And delete superfluous '/' to make compares easier
5212
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5213
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5214
  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5215
 
5216
  AC_SUBST(KDECONFIG)
5217
  AC_SUBST(kde_libs_prefix)
5218
  AC_SUBST(kde_libs_htmldir)
5219
 
5220
  KDE_FAST_CONFIGURE
5221
  KDE_CONF_FILES
5222
])
5223
m4trace:acinclude.m4:5092: -1- AC_DEFUN([KDE_LANG_CPLUSPLUS], [AC_LANG_CPLUSPLUS
5224
ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
5225
pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
5226
])
5227
m4trace:acinclude.m4:5103: -1- AC_DEFUN([KDE_CHECK_LONG_LONG], [
5228
AC_MSG_CHECKING(for long long)
5229
AC_CACHE_VAL(kde_cv_c_long_long,
5230
[
5231
  AC_LANG_SAVE
5232
  AC_LANG_CPLUSPLUS
5233
  AC_TRY_LINK([], [
5234
  long long foo = 0;
5235
  foo = foo+1;
5236
  ],
5237
  kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
5238
  AC_LANG_RESTORE
5239
])
5240
AC_MSG_RESULT($kde_cv_c_long_long)
5241
if test "$kde_cv_c_long_long" = yes; then
5242
   AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
5243
fi
5244
])
5245
m4trace:acinclude.m4:5123: -1- AC_DEFUN([KDE_CHECK_LIB], [
5246
     kde_save_LDFLAGS="$LDFLAGS"
5247
     dnl AC_CHECK_LIB modifies LIBS, so save it here
5248
     kde_save_LIBS="$LIBS"
5249
     LDFLAGS="$LDFLAGS $all_libraries"
5250
     case $host_os in
5251
      aix*) LDFLAGS="-brtl $LDFLAGS"
5252
	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
5253
	;;
5254
     esac
5255
     AC_CHECK_LIB($1, $2, $3, $4, $5)
5256
     LDFLAGS="$kde_save_LDFLAGS"
5257
     LIBS="$kde_save_LIBS"
5258
])
5259
m4trace:acinclude.m4:5139: -1- AC_DEFUN([KDE_JAVA_PREFIX], [
5260
	dir=`dirname "$1"`
5261
	base=`basename "$1"`
5262
	list=`ls -1 $dir 2> /dev/null`
5263
	for entry in $list; do 
5264
		if test -d $dir/$entry/bin; then
5265
			case $entry in
5266
			   $base)
5267
				javadirs="$javadirs $dir/$entry/bin"
5268
				;;
5269
			esac
5270
		elif test -d $dir/$entry/jre/bin; then
5271
			case $entry in
5272
			   $base)
5273
				javadirs="$javadirs $dir/$entry/jre/bin"
5274
				;;
5275
			esac
5276
		fi
5277
	done
5278
])
5279
m4trace:acinclude.m4:5162: -1- AC_DEFUN([KDE_CHECK_JAVA_DIR], [
5280
 
5281
AC_ARG_WITH(java,
5282
AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
5283
[  ac_java_dir=$withval
5284
], ac_java_dir=""
5285
)
5286
 
5287
AC_MSG_CHECKING([for Java])
5288
 
5289
dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
5290
if test "x$ac_java_dir" = "xno"; then
5291
   kde_java_bindir=no
5292
   kde_java_includedir=no
5293
   kde_java_libjvmdir=no
5294
   kde_java_libgcjdir=no
5295
   kde_java_libhpidir=no
5296
else
5297
  if test "x$ac_java_dir" = "x"; then
5298
 
5299
 
5300
      dnl No option set -> collect list of candidate paths
5301
      if test -n "$JAVA_HOME"; then
5302
        KDE_JAVA_PREFIX($JAVA_HOME)
5303
      fi
5304
      KDE_JAVA_PREFIX(/usr/j2se)
5305
      KDE_JAVA_PREFIX(/usr/lib/j2se)
5306
      KDE_JAVA_PREFIX(/usr/j*dk*)
5307
      KDE_JAVA_PREFIX(/usr/lib/j*dk*)
5308
      KDE_JAVA_PREFIX(/opt/j*sdk*)
5309
      KDE_JAVA_PREFIX(/usr/lib/java*)
5310
      KDE_JAVA_PREFIX(/usr/java*)
5311
      KDE_JAVA_PREFIX(/usr/java/j*dk*)
5312
      KDE_JAVA_PREFIX(/usr/java/j*re*)
5313
      KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
5314
      KDE_JAVA_PREFIX(/usr/lib/SunJava*)
5315
      KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
5316
      KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
5317
      KDE_JAVA_PREFIX(/opt/java*)
5318
 
5319
      kde_cv_path="NONE"
5320
      kde_save_IFS=$IFS
5321
      IFS=':'
5322
      for dir in $PATH; do
5323
	  if test -d "$dir"; then
5324
	      javadirs="$javadirs $dir"
5325
	  fi
5326
      done
5327
      IFS=$kde_save_IFS
5328
      jredirs=
5329
 
5330
      dnl Now javadirs contains a list of paths that exist, all ending with bin/
5331
      for dir in $javadirs; do
5332
          dnl Check for the java executable
5333
	  if test -x "$dir/java"; then
5334
	      sane_path=$(cd $dir; /bin/pwd)
5335
	      dnl And also check for a libjvm.so somewhere under there
5336
	      dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
5337
              if test "$sane_path" != "/usr/bin"; then
5338
                  libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5339
		  if test ! -f $libjvmdir/libjvm.so; then continue; fi
5340
		  jredirs="$jredirs $dir"
5341
	      fi
5342
	  fi
5343
      done
5344
 
5345
      dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
5346
      JAVAC=
5347
      JAVA=
5348
      kde_java_bindir=no
5349
      for dir in $jredirs; do
5350
	  JAVA="$dir/java"
5351
	  kde_java_bindir=$dir
5352
	  if test -x "$dir/javac"; then
5353
		JAVAC="$dir/javac"
5354
                break
5355
	  fi
5356
      done
5357
 
5358
      if test -n "$JAVAC"; then
5359
          dnl this substitution might not work - well, we test for jni.h below
5360
          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
5361
      else
5362
          kde_java_includedir=no
5363
      fi
5364
  else
5365
    dnl config option set
5366
    kde_java_bindir=$ac_java_dir/bin
5367
    if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
5368
	kde_java_includedir=no
5369
    else
5370
        kde_java_includedir=$ac_java_dir/include
5371
    fi
5372
  fi
5373
fi
5374
 
5375
dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
5376
if test "x$kde_java_bindir" != "xno"; then
5377
 
5378
  dnl Look for libjvm.so
5379
  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5380
  dnl Look for libgcj.so
5381
  kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
5382
  dnl Look for libhpi.so and avoid green threads
5383
  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
5384
 
5385
  dnl Now check everything's fine under there
5386
  dnl the include dir is our flag for having the JDK
5387
  if test -d "$kde_java_includedir"; then
5388
    if test ! -x "$kde_java_bindir/javac"; then
5389
      AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
5390
    fi
5391
    if test ! -x "$kde_java_bindir/javah"; then
5392
      AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5393
    fi
5394
    if test ! -x "$kde_java_bindir/jar"; then
5395
      AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5396
    fi
5397
    if test ! -r "$kde_java_includedir/jni.h"; then
5398
      AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
5399
    fi
5400
 
5401
    jni_includes="-I$kde_java_includedir"
5402
    dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
5403
    dnl and under linux here.. 
5404
 
5405
    dnl not needed for gcj
5406
 
5407
    if test "x$kde_java_libgcjdir" = "x"; then 
5408
      test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
5409
      test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
5410
      test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
5411
    fi
5412
 
5413
  else
5414
    JAVAC=
5415
    jni_includes=
5416
  fi
5417
 
5418
  if test "x$kde_java_libgcjdir" = "x"; then 
5419
     if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
5420
        AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
5421
     fi 
5422
  else
5423
     if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
5424
        AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
5425
     fi 
5426
  fi
5427
 
5428
  if test ! -x "$kde_java_bindir/java"; then
5429
      AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5430
  fi
5431
 
5432
  dnl not needed for gcj compile
5433
 
5434
  if test "x$kde_java_libgcjdir" = "x"; then 
5435
      if test ! -r "$kde_java_libhpidir/libhpi.so"; then
5436
        AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
5437
      fi
5438
  fi
5439
 
5440
  if test -n "$jni_includes"; then
5441
    dnl Check for JNI version
5442
    AC_LANG_SAVE
5443
    AC_LANG_CPLUSPLUS
5444
    ac_cxxflags_safe="$CXXFLAGS"
5445
    CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
5446
 
5447
    AC_TRY_COMPILE([
5448
  #include <jni.h>
5449
	      ],
5450
	      [
5451
  #ifndef JNI_VERSION_1_2
5452
  Syntax Error
5453
  #endif
5454
	      ],[ kde_jni_works=yes ],
5455
	      [ kde_jni_works=no ])
5456
 
5457
    if test $kde_jni_works = no; then
5458
      AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
5459
		    You need to have Java Development Kit (JDK) version 1.2. 
5460
 
5461
		    Use --with-java to specify another location.
5462
		    Use --without-java to configure without java support.
5463
		    Or download a newer JDK and try again. 
5464
		    See e.g. http://java.sun.com/products/jdk/1.2 ])
5465
    fi
5466
 
5467
    CXXFLAGS="$ac_cxxflags_safe"    
5468
    AC_LANG_RESTORE
5469
 
5470
    dnl All tests ok, inform and subst the variables
5471
 
5472
    JAVAC=$kde_java_bindir/javac
5473
    JAVAH=$kde_java_bindir/javah
5474
    JAR=$kde_java_bindir/jar
5475
    AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5476
    if test "x$kde_java_libgcjdir" = "x"; then 
5477
      JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
5478
    else
5479
      JVMLIBS="-L$kde_java_libgcjdir -lgcj"
5480
    fi
5481
    AC_MSG_RESULT([java JDK in $kde_java_bindir])
5482
 
5483
  else
5484
      AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5485
      AC_MSG_RESULT([java JRE in $kde_java_bindir])
5486
  fi
5487
elif test -d "/Library/Java/Home"; then
5488
  kde_java_bindir="/Library/Java/Home/bin"
5489
  jni_includes="-I/Library/Java/Home/include"
5490
 
5491
  JAVAC=$kde_java_bindir/javac
5492
  JAVAH=$kde_java_bindir/javah
5493
  JAR=$kde_java_bindir/jar
5494
  JVMLIBS="-Wl,-framework,JavaVM"
5495
 
5496
  AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5497
  AC_MSG_RESULT([Apple Java Framework])
5498
else
5499
  AC_MSG_RESULT([none found])
5500
fi
5501
 
5502
AC_SUBST(JAVAC)
5503
AC_SUBST(JAVAH)
5504
AC_SUBST(JAR)
5505
AC_SUBST(JVMLIBS)
5506
AC_SUBST(jni_includes)
5507
 
5508
# for backward compat
5509
kde_cv_java_includedir=$kde_java_includedir
5510
kde_cv_java_bindir=$kde_java_bindir
5511
])
5512
m4trace:acinclude.m4:5413: -1- AC_DEFUN([KDE_NEED_FLEX], [
5513
kde_libs_safe=$LIBS
5514
LIBS="$LIBS $USER_LDFLAGS"
5515
AM_PROG_LEX
5516
LIBS=$kde_libs_safe
5517
if test -z "$LEXLIB"; then
5518
    AC_MSG_ERROR([You need to have flex installed.])
5519
fi
5520
AC_SUBST(LEXLIB)
5521
])
5522
m4trace:acinclude.m4:5425: -1- AC_DEFUN([AC_PATH_QTOPIA], [
5523
  dnl TODO: use AC_CACHE_VAL
5524
 
5525
  if test -z "$1"; then
5526
    qtopia_minver_maj=1
5527
    qtopia_minver_min=5
5528
    qtopia_minver_pat=0
5529
  else
5530
    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
5531
    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
5532
    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
5533
  fi
5534
 
5535
  qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
5536
  qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
5537
 
5538
  AC_REQUIRE([AC_PATH_QT])
5539
 
5540
  AC_MSG_CHECKING([for Qtopia])
5541
 
5542
  LIB_QTOPIA="-lqpe"
5543
  AC_SUBST(LIB_QTOPIA)
5544
 
5545
  kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
5546
 
5547
  ac_qtopia_incdir=NO
5548
 
5549
  AC_ARG_WITH(qtopia-dir,
5550
              AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
5551
              [  ac_qtopia_incdir="$withval"/include] ) 
5552
 
5553
  qtopia_incdirs=""
5554
  for dir in $kde_qtopia_dirs; do
5555
    qtopia_incdirs="$qtopia_incdirs $dir/include"
5556
  done
5557
 
5558
  if test ! "$ac_qtopia_incdir" = "NO"; then
5559
    qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
5560
  fi
5561
 
5562
  qtopia_incdir=""
5563
  AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
5564
  ac_qtopia_incdir="$qtopia_incdir"
5565
 
5566
  if test -z "$qtopia_incdir"; then
5567
    AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
5568
  fi
5569
 
5570
  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
5571
  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
5572
  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
5573
 
5574
  qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
5575
  qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
5576
  if test "$qtopia_ver" -lt "$qtopia_minver"; then
5577
    AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
5578
is required.])
5579
  fi
5580
 
5581
  AC_LANG_SAVE
5582
  AC_LANG_CPLUSPLUS
5583
 
5584
  ac_cxxflags_safe="$CXXFLAGS"
5585
  ac_ldflags_safe="$LDFLAGS"
5586
  ac_libs_safe="$LIBS"
5587
 
5588
  CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
5589
  LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
5590
  LIBS="$LIBS $LIB_QTOPIA $LIBQT"
5591
 
5592
  cat > conftest.$ac_ext <<EOF
5593
#include "confdefs.h"
5594
#include <qpe/qpeapplication.h>
5595
#include <qpe/version.h>
5596
 
5597
int main( int argc, char **argv )
5598
{
5599
    QPEApplication app( argc, argv );
5600
    return 0;
5601
}
5602
EOF
5603
 
5604
  if AC_TRY_EVAL(ac_link) && test -s conftest; then
5605
    rm -f conftest*
5606
  else
5607
    rm -f conftest*
5608
    AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
5609
the end of config.log])
5610
  fi
5611
 
5612
  CXXFLAGS="$ac_cxxflags_safe"
5613
  LDFLAGS="$ac_ldflags_safe"
5614
  LIBS="$ac_libs_safe"
5615
 
5616
  AC_LANG_RESTORE
5617
 
5618
  QTOPIA_INCLUDES="-I$qtopia_incdir"
5619
  AC_SUBST(QTOPIA_INCLUDES)
5620
 
5621
  AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
5622
])
5623
m4trace:acinclude.m4:5529: -1- AC_DEFUN([KDE_INIT_DOXYGEN], [
5624
AC_MSG_CHECKING([for Qt docs])
5625
kde_qtdir=
5626
if test "${with_qt_dir+set}" = set; then
5627
  kde_qtdir="$with_qt_dir"
5628
fi
5629
 
5630
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)
5631
AC_MSG_RESULT($QTDOCDIR)
5632
 
5633
AC_SUBST(QTDOCDIR)
5634
 
5635
KDE_FIND_PATH(dot, DOT, [], [])
5636
if test -n "$DOT"; then
5637
  KDE_HAVE_DOT="YES"
5638
else
5639
  KDE_HAVE_DOT="NO"
5640
fi
5641
AC_SUBST(KDE_HAVE_DOT)
5642
KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
5643
AC_SUBST(DOXYGEN)
5644
 
5645
DOXYGEN_PROJECT_NAME="$1"
5646
DOXYGEN_PROJECT_NUMBER="$2"
5647
AC_SUBST(DOXYGEN_PROJECT_NAME)
5648
AC_SUBST(DOXYGEN_PROJECT_NUMBER)
5649
 
5650
KDE_HAS_DOXYGEN=no
5651
if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
5652
  KDE_HAS_DOXYGEN=yes
5653
fi
5654
AC_SUBST(KDE_HAS_DOXYGEN)
5655
 
5656
])
5657
m4trace:acinclude.m4:5566: -1- AC_DEFUN([AC_FIND_BZIP2], [
5658
AC_MSG_CHECKING([for bzDecompress in libbz2])
5659
AC_CACHE_VAL(ac_cv_lib_bzip2,
5660
[
5661
AC_LANG_SAVE
5662
AC_LANG_CPLUSPLUS
5663
kde_save_LIBS="$LIBS"
5664
LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
5665
kde_save_CXXFLAGS="$CXXFLAGS"
5666
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
5667
AC_TRY_LINK(dnl
5668
[
5669
#define BZ_NO_STDIO
5670
#include<bzlib.h>
5671
],
5672
            [ bz_stream s; (void) bzDecompress(&s); ],
5673
            eval "ac_cv_lib_bzip2='-lbz2'",
5674
            eval "ac_cv_lib_bzip2=no")
5675
LIBS="$kde_save_LIBS"
5676
CXXFLAGS="$kde_save_CXXFLAGS"
5677
AC_LANG_RESTORE
5678
])dnl
5679
AC_MSG_RESULT($ac_cv_lib_bzip2)
5680
 
5681
if test ! "$ac_cv_lib_bzip2" = no; then
5682
  BZIP2DIR=bzip2
5683
 
5684
  LIBBZ2="$ac_cv_lib_bzip2"
5685
  AC_SUBST(LIBBZ2)
5686
 
5687
else
5688
 
5689
   cxx_shared_flag=
5690
   ld_shared_flag=
5691
   KDE_CHECK_COMPILER_FLAG(shared, [
5692
	ld_shared_flag="-shared"
5693
   ])
5694
   KDE_CHECK_COMPILER_FLAG(fPIC, [
5695
        cxx_shared_flag="-fPIC"
5696
   ])
5697
 
5698
   AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
5699
   AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
5700
   [
5701
   AC_LANG_SAVE
5702
   AC_LANG_CPLUSPLUS
5703
   kde_save_LIBS="$LIBS"
5704
   LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
5705
   kde_save_CXXFLAGS="$CXXFLAGS"
5706
   CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
5707
 
5708
   AC_TRY_LINK(dnl
5709
   [
5710
   #define BZ_NO_STDIO
5711
   #include<bzlib.h>
5712
   ],
5713
               [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
5714
               eval "ac_cv_lib_bzip2_prefix='-lbz2'",
5715
               eval "ac_cv_lib_bzip2_prefix=no")
5716
   LIBS="$kde_save_LIBS"
5717
   CXXFLAGS="$kde_save_CXXFLAGS"
5718
   AC_LANG_RESTORE
5719
   ])dnl
5720
 
5721
   AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
5722
 
5723
   if test ! "$ac_cv_lib_bzip2_prefix" = no; then
5724
     BZIP2DIR=bzip2
5725
 
5726
     LIBBZ2="$ac_cv_lib_bzip2_prefix"
5727
     AC_SUBST(LIBBZ2)
5728
 
5729
     AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
5730
   dnl else, we just ignore this
5731
   fi
5732
 
5733
fi
5734
AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
5735
])
5736
m4trace:acinclude.m4:5653: -1- AC_DEFUN([KDE_CHECK_SSL], [
5737
LIBSSL="-lssl -lcrypto"
5738
AC_REQUIRE([KDE_CHECK_LIB64])
5739
 
5740
ac_ssl_includes=NO ac_ssl_libraries=NO
5741
ssl_libraries=""
5742
ssl_includes=""
5743
AC_ARG_WITH(ssl-dir,
5744
    AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
5745
    [  ac_ssl_includes="$withval"/include
5746
       ac_ssl_libraries="$withval"/lib$kdelibsuff
5747
    ])
5748
 
5749
want_ssl=yes
5750
AC_ARG_WITH(ssl,
5751
    AC_HELP_STRING([--without-ssl],[disable SSL checks]),
5752
    [want_ssl=$withval])
5753
 
5754
if test $want_ssl = yes; then
5755
 
5756
AC_MSG_CHECKING(for OpenSSL)
5757
 
5758
AC_CACHE_VAL(ac_cv_have_ssl,
5759
[#try to guess OpenSSL locations
5760
 
5761
  ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
5762
  ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
5763
  AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
5764
  ac_ssl_includes="$ssl_incdir"
5765
 
5766
  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"
5767
  if test ! "$ac_ssl_libraries" = "NO"; then
5768
    ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
5769
  fi
5770
 
5771
  test=NONE
5772
  ssl_libdir=NONE
5773
  for dir in $ssl_libdirs; do
5774
    try="ls -1 $dir/libssl*"
5775
    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
5776
  done
5777
 
5778
  ac_ssl_libraries="$ssl_libdir"
5779
 
5780
  ac_ldflags_safe="$LDFLAGS"
5781
  ac_libs_safe="$LIBS"
5782
 
5783
  LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
5784
  LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
5785
 
5786
  AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
5787
  ac_ssl_rsaref="yes"
5788
  ,
5789
  ac_ssl_rsaref="no"
5790
  )
5791
 
5792
  LDFLAGS="$ac_ldflags_safe"
5793
  LIBS="$ac_libs_safe"
5794
 
5795
  if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
5796
    have_ssl=no
5797
  else
5798
    have_ssl=yes;
5799
  fi
5800
 
5801
  ])
5802
 
5803
  eval "$ac_cv_have_ssl"
5804
 
5805
  AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
5806
 
5807
  AC_MSG_CHECKING([whether OpenSSL uses rsaref])
5808
  AC_MSG_RESULT($ac_ssl_rsaref)
5809
 
5810
  AC_MSG_CHECKING([for easter eggs])
5811
  AC_MSG_RESULT([none found])
5812
 
5813
else
5814
  have_ssl=no
5815
fi
5816
 
5817
if test "$have_ssl" = yes; then
5818
  AC_MSG_CHECKING(for OpenSSL version)
5819
  dnl Check for SSL version
5820
  AC_CACHE_VAL(ac_cv_ssl_version,
5821
  [
5822
 
5823
    cat >conftest.$ac_ext <<EOF
5824
#include <openssl/opensslv.h>
5825
#include <stdio.h>
5826
    int main() {
5827
 
5828
#ifndef OPENSSL_VERSION_NUMBER
5829
      printf("ssl_version=\\"error\\"\n");
5830
#else
5831
      if (OPENSSL_VERSION_NUMBER < 0x00906000)
5832
        printf("ssl_version=\\"old\\"\n");
5833
      else
5834
        printf("ssl_version=\\"ok\\"\n");
5835
#endif
5836
     return (0);
5837
    }
5838
EOF
5839
 
5840
    ac_save_CPPFLAGS=$CPPFLAGS
5841
    if test "$ac_ssl_includes" != "/usr/include"; then
5842
        CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
5843
    fi
5844
 
5845
    if AC_TRY_EVAL(ac_link); then 
5846
 
5847
      if eval `./conftest 2>&5`; then
5848
        if test $ssl_version = error; then
5849
          AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
5850
        else
5851
          if test $ssl_version = old; then
5852
            AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
5853
            have_ssl=no
5854
          fi
5855
        fi
5856
        ac_cv_ssl_version="ssl_version=$ssl_version"
5857
      else
5858
        AC_MSG_ERROR([Your system couldn't run a small SSL test program.
5859
        Check config.log, and if you can't figure it out, send a mail to 
5860
        David Faure <faure@kde.org>, attaching your config.log])
5861
      fi
5862
 
5863
    else
5864
      AC_MSG_ERROR([Your system couldn't link a small SSL test program.
5865
      Check config.log, and if you can't figure it out, send a mail to 
5866
      David Faure <faure@kde.org>, attaching your config.log])
5867
    fi 
5868
    CPPFLAGS=$ac_save_CPPFLAGS
5869
 
5870
  ])
5871
 
5872
  eval "$ac_cv_ssl_version"
5873
  AC_MSG_RESULT($ssl_version)
5874
fi
5875
 
5876
if test "$have_ssl" != yes; then
5877
  LIBSSL="";
5878
else
5879
  AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
5880
  ac_cv_have_ssl="have_ssl=yes \
5881
    ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
5882
 
5883
 
5884
  ssl_libraries="$ac_ssl_libraries"
5885
  ssl_includes="$ac_ssl_includes"
5886
 
5887
  if test "$ac_ssl_rsaref" = yes; then
5888
    LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
5889
  fi
5890
 
5891
  if test $ssl_version = "old"; then
5892
    AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
5893
  fi
5894
fi
5895
 
5896
SSL_INCLUDES=
5897
 
5898
if test "$ssl_includes" = "/usr/include"; then
5899
  if test -f /usr/kerberos/include/krb5.h; then
5900
	SSL_INCLUDES="-I/usr/kerberos/include"
5901
  fi
5902
elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
5903
  SSL_INCLUDES="-I$ssl_includes"
5904
fi
5905
 
5906
if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
5907
 SSL_LDFLAGS=""
5908
else
5909
 SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
5910
fi
5911
 
5912
AC_SUBST(SSL_INCLUDES)
5913
AC_SUBST(SSL_LDFLAGS)
5914
AC_SUBST(LIBSSL)
5915
])
5916
m4trace:acinclude.m4:5835: -1- AC_DEFUN([KDE_CHECK_STRLCPY], [
5917
  AC_REQUIRE([AC_CHECK_STRLCAT])
5918
  AC_REQUIRE([AC_CHECK_STRLCPY])
5919
  AC_CHECK_SIZEOF(size_t)
5920
  AC_CHECK_SIZEOF(unsigned long)
5921
 
5922
  AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
5923
  AC_TRY_COMPILE(,[
5924
    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
5925
       choke me
5926
    #endif
5927
    ],AC_MSG_RESULT([yes]),[
5928
      AC_MSG_RESULT(no)
5929
      AC_MSG_ERROR([
5930
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
5931
       does not apply. Please mail kde-devel@kde.org with a description of your system!
5932
      ])
5933
  ])
5934
])
5935
m4trace:acinclude.m4:5856: -1- AC_DEFUN([KDE_CHECK_BINUTILS], [
5936
  AC_MSG_CHECKING([if ld supports unversioned version maps])
5937
 
5938
  kde_save_LDFLAGS="$LDFLAGS"
5939
  LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
5940
  echo "{ local: extern \"C++\" { foo }; };" > conftest.map
5941
  AC_TRY_LINK([int foo;],
5942
[
5943
#ifdef __INTEL_COMPILER
5944
icc apparently does not support libtools version-info and version-script
5945
at the same time. Dunno where the bug is, but until somebody figured out,
5946
better disable the optional version scripts.
5947
#endif
5948
 
5949
  foo = 42;
5950
], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
5951
  LDFLAGS="$kde_save_LDFLAGS"
5952
  rm -f conftest.map
5953
  AM_CONDITIONAL(include_VERSION_SCRIPT, 
5954
    [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
5955
 
5956
  AC_MSG_RESULT($kde_supports_versionmaps)
5957
])
5958
m4trace:acinclude.m4:5881: -1- AC_DEFUN([AM_PROG_OBJC], [
5959
AC_CHECK_PROGS(OBJC, gcc, gcc)
5960
test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
5961
if test "x${OBJCFLAGS-unset}" = xunset; then
5962
   OBJCFLAGS="-g -O2"
5963
fi
5964
AC_SUBST(OBJCFLAGS)
5965
_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
5966
])
5967
m4trace:acinclude.m4:5891: -1- AC_DEFUN([KDE_CHECK_PERL], [
5968
	KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
5969
		    AC_MSG_ERROR([No Perl found in your $PATH.
5970
We need perl to generate some code.])
5971
	])
5972
    AC_SUBST(PERL)
5973
])
5974
m4trace:acinclude.m4:5900: -1- AC_DEFUN([KDE_CHECK_LARGEFILE], [
5975
AC_SYS_LARGEFILE
5976
if test "$ac_cv_sys_file_offset_bits" != no; then
5977
  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
5978
fi
5979
 
5980
if test "x$ac_cv_sys_large_files" != "xno"; then
5981
  CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
5982
fi
5983
 
5984
])
5985
m4trace:acinclude.m4:5919: -1- AC_DEFUN([KDE_PKG_CHECK_MODULES], [
5986
 
5987
   PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
5988
   if test "$prefix" != "$kde_libs_prefix"; then
5989
       PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
5990
   fi
5991
   export PKG_CONFIG_PATH
5992
   PKG_CHECK_MODULES([$1],[$2],[$3],[$4])
5993
])
5994
m4trace:acinclude.m4:5931: -1- AC_DEFUN([KDE_CHECK_PIE_SUPPORT], [
5995
  AC_CACHE_CHECK([for PIE support], kde_cv_val_pie_support,
5996
  [
5997
    AC_LANG_SAVE
5998
    AC_LANG_CPLUSPLUS
5999
    safe_CXXFLAGS=$CXXFLAGS
6000
    safe_LDFLAGS=$LDFLAGS
6001
    CXXFLAGS="$CXXFLAGS -fPIE"
6002
    LDFLAGS="$LDFLAGS -pie"
6003
 
6004
    AC_TRY_LINK([int foo;], [], [kde_cv_val_pie_support=yes], [kde_cv_val_pie_support=no])
6005
 
6006
    CXXFLAGS=$safe_CXXFLAGS
6007
    LDFLAGS=$safe_LDFLAGS
6008
    AC_LANG_RESTORE
6009
  ])
6010
 
6011
  AC_MSG_CHECKING(if enabling -pie/fPIE support)
6012
 
6013
  AC_ARG_ENABLE(pie,
6014
    AC_HELP_STRING([--enable-pie],[platform supports PIE linking [default=detect]]),
6015
      [kde_has_pie_support=$enableval],
6016
      [kde_has_pie_support=detect])
6017
 
6018
  if test "$kde_has_pie_support" = "detect"; then
6019
    kde_has_pie_support=$kde_cv_val_pie_support
6020
  fi
6021
 
6022
  AC_MSG_RESULT([$kde_has_pie_support])
6023
 
6024
  KDE_USE_FPIE=""
6025
  KDE_USE_PIE=""
6026
 
6027
  AC_SUBST([KDE_USE_FPIE])
6028
  AC_SUBST([KDE_USE_PIE])
6029
 
6030
  if test "$kde_has_pie_support" = "yes"; then
6031
    KDE_USE_FPIE="-fPIE"
6032
    KDE_USE_PIE="-pie"
6033
  fi
6034
])
6035
m4trace:acinclude.m4:6012: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
6036
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
6037
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
6038
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
6039
    [AC_LIBTOOL_CXX],
6040
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
6041
  ])])
6042
dnl And a similar setup for Fortran 77 support
6043
  AC_PROVIDE_IFELSE([AC_PROG_F77],
6044
    [AC_LIBTOOL_F77],
6045
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
6046
])])
6047
 
6048
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
6049
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
6050
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
6051
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
6052
    [AC_LIBTOOL_GCJ],
6053
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
6054
      [AC_LIBTOOL_GCJ],
6055
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
6056
	[AC_LIBTOOL_GCJ],
6057
      [ifdef([AC_PROG_GCJ],
6058
	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6059
       ifdef([A][M_PROG_GCJ],
6060
	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6061
       ifdef([LT_AC_PROG_GCJ],
6062
	     [define([LT_AC_PROG_GCJ],
6063
		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
6064
])])
6065
m4trace:acinclude.m4:6047: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
6066
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
6067
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
6068
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
6069
 
6070
# This can be used to rebuild libtool when needed
6071
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6072
 
6073
# Always use our own libtool.
6074
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
6075
AC_SUBST(LIBTOOL)dnl
6076
 
6077
# Prevent multiple expansion
6078
define([AC_PROG_LIBTOOL], [])
6079
])
6080
m4trace:acinclude.m4:6067: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
6081
AC_REQUIRE([AC_ENABLE_SHARED])dnl
6082
AC_REQUIRE([AC_ENABLE_STATIC])dnl
6083
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
6084
AC_REQUIRE([AC_CANONICAL_HOST])dnl
6085
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
6086
AC_REQUIRE([AC_PROG_CC])dnl
6087
AC_REQUIRE([AC_PROG_LD])dnl
6088
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
6089
AC_REQUIRE([AC_PROG_NM])dnl
6090
 
6091
AC_REQUIRE([AC_PROG_LN_S])dnl
6092
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
6093
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
6094
AC_REQUIRE([AC_OBJEXT])dnl
6095
AC_REQUIRE([AC_EXEEXT])dnl
6096
dnl
6097
 
6098
AC_LIBTOOL_SYS_MAX_CMD_LEN
6099
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6100
AC_LIBTOOL_OBJDIR
6101
 
6102
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
6103
_LT_AC_PROG_ECHO_BACKSLASH
6104
 
6105
case $host_os in
6106
aix3*)
6107
  # AIX sometimes has problems with the GCC collect2 program.  For some
6108
  # reason, if we set the COLLECT_NAMES environment variable, the problems
6109
  # vanish in a puff of smoke.
6110
  if test "X${COLLECT_NAMES+set}" != Xset; then
6111
    COLLECT_NAMES=
6112
    export COLLECT_NAMES
6113
  fi
6114
  ;;
6115
esac
6116
 
6117
# Sed substitution that helps us do robust quoting.  It backslashifies
6118
# metacharacters that are still active within double-quoted strings.
6119
Xsed='sed -e s/^X//'
6120
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
6121
 
6122
# Same as above, but do not quote variable references.
6123
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
6124
 
6125
# Sed substitution to delay expansion of an escaped shell variable in a
6126
# double_quote_subst'ed string.
6127
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6128
 
6129
# Sed substitution to avoid accidental globbing in evaled expressions
6130
no_glob_subst='s/\*/\\\*/g'
6131
 
6132
# Constants:
6133
rm="rm -f"
6134
 
6135
# Global variables:
6136
default_ofile=libtool
6137
can_build_shared=yes
6138
 
6139
# All known linkers require a `.a' archive for static linking (except M$VC,
6140
# which needs '.lib').
6141
libext=a
6142
ltmain="$ac_aux_dir/ltmain.sh"
6143
ofile="$default_ofile"
6144
with_gnu_ld="$lt_cv_prog_gnu_ld"
6145
 
6146
AC_CHECK_TOOL(AR, ar, false)
6147
AC_CHECK_TOOL(RANLIB, ranlib, :)
6148
AC_CHECK_TOOL(STRIP, strip, :)
6149
 
6150
old_CC="$CC"
6151
old_CFLAGS="$CFLAGS"
6152
 
6153
# Set sane defaults for various variables
6154
test -z "$AR" && AR=ar
6155
test -z "$AR_FLAGS" && AR_FLAGS=cru
6156
test -z "$AS" && AS=as
6157
test -z "$CC" && CC=cc
6158
test -z "$LTCC" && LTCC=$CC
6159
test -z "$DLLTOOL" && DLLTOOL=dlltool
6160
test -z "$LD" && LD=ld
6161
test -z "$LN_S" && LN_S="ln -s"
6162
test -z "$MAGIC_CMD" && MAGIC_CMD=file
6163
test -z "$NM" && NM=nm
6164
test -z "$SED" && SED=sed
6165
test -z "$OBJDUMP" && OBJDUMP=objdump
6166
test -z "$RANLIB" && RANLIB=:
6167
test -z "$STRIP" && STRIP=:
6168
test -z "$ac_objext" && ac_objext=o
6169
 
6170
# Determine commands to create old-style static archives.
6171
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
6172
old_postinstall_cmds='chmod 644 $oldlib'
6173
old_postuninstall_cmds=
6174
 
6175
if test -n "$RANLIB"; then
6176
  case $host_os in
6177
  openbsd*)
6178
    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
6179
    ;;
6180
  *)
6181
    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
6182
    ;;
6183
  esac
6184
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6185
fi
6186
 
6187
# Only perform the check for file, if the check method requires it
6188
case $deplibs_check_method in
6189
file_magic*)
6190
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6191
    AC_PATH_MAGIC
6192
  fi
6193
  ;;
6194
esac
6195
 
6196
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
6197
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6198
enable_win32_dll=yes, enable_win32_dll=no)
6199
 
6200
AC_ARG_ENABLE([libtool-lock],
6201
    [AC_HELP_STRING([--disable-libtool-lock],
6202
	[avoid locking (might break parallel builds)])])
6203
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6204
 
6205
AC_ARG_WITH([pic],
6206
    [AC_HELP_STRING([--with-pic],
6207
	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
6208
    [pic_mode="$withval"],
6209
    [pic_mode=default])
6210
test -z "$pic_mode" && pic_mode=default
6211
 
6212
# Use C for the default configuration in the libtool script
6213
tagname=
6214
AC_LIBTOOL_LANG_C_CONFIG
6215
_LT_AC_TAGCONFIG
6216
])
6217
m4trace:acinclude.m4:6209: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
6218
 
6219
# If no C compiler was specified, use CC.
6220
LTCC=${LTCC-"$CC"}
6221
 
6222
# Allow CC to be a program name with arguments.
6223
compiler=$CC
6224
])
6225
m4trace:acinclude.m4:6228: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
6226
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6227
}'`
6228
# Check for a 64-bit object if we didn't find anything.
6229
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; }
6230
}'`; fi],[])
6231
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6232
])
6233
m4trace:acinclude.m4:6241: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
6234
	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
6235
	 [AC_DIVERT_PUSH(NOTICE)])
6236
$1
6237
AC_DIVERT_POP
6238
])
6239
m4trace:acinclude.m4:6254: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
6240
# Check that we are running under the correct shell.
6241
SHELL=${CONFIG_SHELL-/bin/sh}
6242
 
6243
case X$ECHO in
6244
X*--fallback-echo)
6245
  # Remove one level of quotation (which was required for Make).
6246
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6247
  ;;
6248
esac
6249
 
6250
echo=${ECHO-echo}
6251
if test "X[$]1" = X--no-reexec; then
6252
  # Discard the --no-reexec flag, and continue.
6253
  shift
6254
elif test "X[$]1" = X--fallback-echo; then
6255
  # Avoid inline document here, it may be left over
6256
  :
6257
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6258
  # Yippee, $echo works!
6259
  :
6260
else
6261
  # Restart under the correct shell.
6262
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6263
fi
6264
 
6265
if test "X[$]1" = X--fallback-echo; then
6266
  # used as fallback echo
6267
  shift
6268
  cat <<EOF
6269
[$]*
6270
EOF
6271
  exit 0
6272
fi
6273
 
6274
# The HP-UX ksh and POSIX shell print the target directory to stdout
6275
# if CDPATH is set.
6276
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6277
 
6278
if test -z "$ECHO"; then
6279
if test "X${echo_test_string+set}" != Xset; then
6280
# find a string as large as possible, as long as the shell can cope with it
6281
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6282
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6283
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6284
       echo_test_string="`eval $cmd`" &&
6285
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6286
    then
6287
      break
6288
    fi
6289
  done
6290
fi
6291
 
6292
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6293
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6294
   test "X$echo_testing_string" = "X$echo_test_string"; then
6295
  :
6296
else
6297
  # The Solaris, AIX, and Digital Unix default echo programs unquote
6298
  # backslashes.  This makes it impossible to quote backslashes using
6299
  #   echo "$something" | sed 's/\\/\\\\/g'
6300
  #
6301
  # So, first we look for a working echo in the user's PATH.
6302
 
6303
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6304
  for dir in $PATH /usr/ucb; do
6305
    IFS="$lt_save_ifs"
6306
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6307
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6308
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6309
       test "X$echo_testing_string" = "X$echo_test_string"; then
6310
      echo="$dir/echo"
6311
      break
6312
    fi
6313
  done
6314
  IFS="$lt_save_ifs"
6315
 
6316
  if test "X$echo" = Xecho; then
6317
    # We didn't find a better echo, so look for alternatives.
6318
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6319
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6320
       test "X$echo_testing_string" = "X$echo_test_string"; then
6321
      # This shell has a builtin print -r that does the trick.
6322
      echo='print -r'
6323
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6324
	 test "X$CONFIG_SHELL" != X/bin/ksh; then
6325
      # If we have ksh, try running configure again with it.
6326
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6327
      export ORIGINAL_CONFIG_SHELL
6328
      CONFIG_SHELL=/bin/ksh
6329
      export CONFIG_SHELL
6330
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6331
    else
6332
      # Try using printf.
6333
      echo='printf %s\n'
6334
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6335
	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6336
	 test "X$echo_testing_string" = "X$echo_test_string"; then
6337
	# Cool, printf works
6338
	:
6339
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6340
	   test "X$echo_testing_string" = 'X\t' &&
6341
	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6342
	   test "X$echo_testing_string" = "X$echo_test_string"; then
6343
	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6344
	export CONFIG_SHELL
6345
	SHELL="$CONFIG_SHELL"
6346
	export SHELL
6347
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6348
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6349
	   test "X$echo_testing_string" = 'X\t' &&
6350
	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6351
	   test "X$echo_testing_string" = "X$echo_test_string"; then
6352
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6353
      else
6354
	# maybe with a smaller string...
6355
	prev=:
6356
 
6357
	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6358
	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6359
	  then
6360
	    break
6361
	  fi
6362
	  prev="$cmd"
6363
	done
6364
 
6365
	if test "$prev" != 'sed 50q "[$]0"'; then
6366
	  echo_test_string=`eval $prev`
6367
	  export echo_test_string
6368
	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6369
	else
6370
	  # Oops.  We lost completely, so just stick with echo.
6371
	  echo=echo
6372
	fi
6373
      fi
6374
    fi
6375
  fi
6376
fi
6377
fi
6378
 
6379
# Copy echo and quote the copy suitably for passing to libtool from
6380
# the Makefile, instead of quoting the original, which is used later.
6381
ECHO=$echo
6382
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6383
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6384
fi
6385
 
6386
AC_SUBST(ECHO)
6387
])])
6388
m4trace:acinclude.m4:6408: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
6389
    [AC_HELP_STRING([--disable-libtool-lock],
6390
	[avoid locking (might break parallel builds)])])
6391
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6392
 
6393
# Some flags need to be propagated to the compiler or linker for good
6394
# libtool support.
6395
case $host in
6396
ia64-*-hpux*)
6397
  # Find out which ABI we are using.
6398
  echo 'int i;' > conftest.$ac_ext
6399
  if AC_TRY_EVAL(ac_compile); then
6400
    case `/usr/bin/file conftest.$ac_objext` in
6401
    *ELF-32*)
6402
      HPUX_IA64_MODE="32"
6403
      ;;
6404
    *ELF-64*)
6405
      HPUX_IA64_MODE="64"
6406
      ;;
6407
    esac
6408
  fi
6409
  rm -rf conftest*
6410
  ;;
6411
*-*-irix6*)
6412
  # Find out which ABI we are using.
6413
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
6414
  if AC_TRY_EVAL(ac_compile); then
6415
   if test "$lt_cv_prog_gnu_ld" = yes; then
6416
    case `/usr/bin/file conftest.$ac_objext` in
6417
    *32-bit*)
6418
      LD="${LD-ld} -melf32bsmip"
6419
      ;;
6420
    *N32*)
6421
      LD="${LD-ld} -melf32bmipn32"
6422
      ;;
6423
    *64-bit*)
6424
      LD="${LD-ld} -melf64bmip"
6425
      ;;
6426
    esac
6427
   else
6428
    case `/usr/bin/file conftest.$ac_objext` in
6429
    *32-bit*)
6430
      LD="${LD-ld} -32"
6431
      ;;
6432
    *N32*)
6433
      LD="${LD-ld} -n32"
6434
      ;;
6435
    *64-bit*)
6436
      LD="${LD-ld} -64"
6437
      ;;
6438
    esac
6439
   fi
6440
  fi
6441
  rm -rf conftest*
6442
  ;;
6443
 
6444
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
6445
  # Find out which ABI we are using.
6446
  echo 'int i;' > conftest.$ac_ext
6447
  if AC_TRY_EVAL(ac_compile); then
6448
    case "`/usr/bin/file conftest.o`" in
6449
    *32-bit*)
6450
      LINUX_64_MODE="32"
6451
      case $host in
6452
        x86_64-*linux*)
6453
          LD="${LD-ld} -m elf_i386"
6454
          ;;
6455
        ppc64-*linux*)
6456
          LD="${LD-ld} -m elf32ppclinux"
6457
          ;;
6458
        s390x-*linux*)
6459
          LD="${LD-ld} -m elf_s390"
6460
          ;;
6461
        sparc64-*linux*)
6462
          LD="${LD-ld} -m elf32_sparc"
6463
          ;;
6464
      esac
6465
      ;;
6466
    *64-bit*)
6467
      LINUX_64_MODE="64"
6468
      case $host in
6469
        x86_64-*linux*)
6470
          LD="${LD-ld} -m elf_x86_64"
6471
          ;;
6472
        ppc*-*linux*|powerpc*-*linux*)
6473
          LD="${LD-ld} -m elf64ppc"
6474
          ;;
6475
        s390*-*linux*)
6476
          LD="${LD-ld} -m elf64_s390"
6477
          ;;
6478
        sparc*-*linux*)
6479
          LD="${LD-ld} -m elf64_sparc"
6480
          ;;
6481
      esac
6482
      ;;
6483
    esac
6484
  fi
6485
  rm -rf conftest*
6486
  ;;
6487
 
6488
*-*-sco3.2v5*)
6489
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6490
  SAVE_CFLAGS="$CFLAGS"
6491
  CFLAGS="$CFLAGS -belf"
6492
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
6493
    [AC_LANG_PUSH(C)
6494
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
6495
     AC_LANG_POP])
6496
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6497
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6498
    CFLAGS="$SAVE_CFLAGS"
6499
  fi
6500
  ;;
6501
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6502
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
6503
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
6504
  AC_CHECK_TOOL(AS, as, false)
6505
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
6506
  ;;
6507
  ])
6508
esac
6509
 
6510
need_locks="$enable_libtool_lock"
6511
 
6512
])
6513
m4trace:acinclude.m4:6540: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
6514
AC_CACHE_CHECK([$1], [$2],
6515
  [$2=no
6516
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
6517
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6518
   lt_compiler_flag="$3"
6519
   # Insert the option either (1) after the last *FLAGS variable, or
6520
   # (2) before a word containing "conftest.", or (3) at the end.
6521
   # Note that $ac_compile itself does not contain backslashes and begins
6522
   # with a dollar sign (not a hyphen), so the echo should work correctly.
6523
   # The option is referenced via a variable to avoid confusing sed.
6524
   lt_compile=`echo "$ac_compile" | $SED \
6525
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6526
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
6527
   -e 's:$: $lt_compiler_flag:'`
6528
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
6529
   (eval "$lt_compile" 2>conftest.err)
6530
   ac_status=$?
6531
   cat conftest.err >&AS_MESSAGE_LOG_FD
6532
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6533
   if (exit $ac_status) && test -s "$ac_outfile"; then
6534
     # The compiler can only warn and ignore the option if not recognized
6535
     # So say no if there are warnings
6536
     if test ! -s conftest.err; then
6537
       $2=yes
6538
     fi
6539
   fi
6540
   $rm conftest*
6541
])
6542
 
6543
if test x"[$]$2" = xyes; then
6544
    ifelse([$5], , :, [$5])
6545
else
6546
    ifelse([$6], , :, [$6])
6547
fi
6548
])
6549
m4trace:acinclude.m4:6583: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
6550
  [$2=no
6551
   save_LDFLAGS="$LDFLAGS"
6552
   LDFLAGS="$LDFLAGS $3"
6553
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
6554
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
6555
     # The compiler can only warn and ignore the option if not recognized
6556
     # So say no if there are warnings
6557
     if test -s conftest.err; then
6558
       # Append any errors to the config.log.
6559
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
6560
     else
6561
       $2=yes
6562
     fi
6563
   fi
6564
   $rm conftest*
6565
   LDFLAGS="$save_LDFLAGS"
6566
])
6567
 
6568
if test x"[$]$2" = xyes; then
6569
    ifelse([$4], , :, [$4])
6570
else
6571
    ifelse([$5], , :, [$5])
6572
fi
6573
])
6574
m4trace:acinclude.m4:6613: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
6575
AC_MSG_CHECKING([the maximum length of command line arguments])
6576
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
6577
  i=0
6578
  testring="ABCD"
6579
 
6580
  case $build_os in
6581
  msdosdjgpp*)
6582
    # On DJGPP, this test can blow up pretty badly due to problems in libc
6583
    # (any single argument exceeding 2000 bytes causes a buffer overrun
6584
    # during glob expansion).  Even if it were fixed, the result of this
6585
    # check would be larger than it should be.
6586
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6587
    ;;
6588
 
6589
  gnu*)
6590
    # Under GNU Hurd, this test is not required because there is
6591
    # no limit to the length of command line arguments.
6592
    # Libtool will interpret -1 as no limit whatsoever
6593
    lt_cv_sys_max_cmd_len=-1;
6594
    ;;
6595
 
6596
  cygwin* | mingw*)
6597
    # On Win9x/ME, this test blows up -- it succeeds, but takes
6598
    # about 5 minutes as the teststring grows exponentially.
6599
    # Worse, since 9x/ME are not pre-emptively multitasking,
6600
    # you end up with a "frozen" computer, even though with patience
6601
    # the test eventually succeeds (with a max line length of 256k).
6602
    # Instead, let's just punt: use the minimum linelength reported by
6603
    # all of the supported platforms: 8192 (on NT/2K/XP).
6604
    lt_cv_sys_max_cmd_len=8192;
6605
    ;;
6606
 
6607
 *)
6608
    # If test is not a shell built-in, we'll probably end up computing a
6609
    # maximum length that is only half of the actual maximum length, but
6610
    # we can't tell.
6611
    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
6612
	       = "XX$testring") >/dev/null 2>&1 &&
6613
	    new_result=`expr "X$testring" : ".*" 2>&1` &&
6614
	    lt_cv_sys_max_cmd_len=$new_result &&
6615
	    test $i != 17 # 1/2 MB should be enough
6616
    do
6617
      i=`expr $i + 1`
6618
      testring=$testring$testring
6619
    done
6620
    testring=
6621
    # Add a significant safety factor because C++ compilers can tack on massive
6622
    # amounts of additional arguments before passing them to the linker.
6623
    # It appears as though 1/2 is a usable value.
6624
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6625
    ;;
6626
  esac
6627
])
6628
if test -n $lt_cv_sys_max_cmd_len ; then
6629
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
6630
else
6631
  AC_MSG_RESULT(none)
6632
fi
6633
])
6634
m4trace:acinclude.m4:6678: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
6635
])
6636
m4trace:acinclude.m4:6686: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
6637
if test "$cross_compiling" = yes; then :
6638
  [$4]
6639
else
6640
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6641
  lt_status=$lt_dlunknown
6642
  cat > conftest.$ac_ext <<EOF
6643
[#line __oline__ "configure"
6644
#include "confdefs.h"
6645
 
6646
#if HAVE_DLFCN_H
6647
#include <dlfcn.h>
6648
#endif
6649
 
6650
#include <stdio.h>
6651
 
6652
#ifdef RTLD_GLOBAL
6653
#  define LT_DLGLOBAL		RTLD_GLOBAL
6654
#else
6655
#  ifdef DL_GLOBAL
6656
#    define LT_DLGLOBAL		DL_GLOBAL
6657
#  else
6658
#    define LT_DLGLOBAL		0
6659
#  endif
6660
#endif
6661
 
6662
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
6663
   find out it does not work in some platform. */
6664
#ifndef LT_DLLAZY_OR_NOW
6665
#  ifdef RTLD_LAZY
6666
#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
6667
#  else
6668
#    ifdef DL_LAZY
6669
#      define LT_DLLAZY_OR_NOW		DL_LAZY
6670
#    else
6671
#      ifdef RTLD_NOW
6672
#        define LT_DLLAZY_OR_NOW	RTLD_NOW
6673
#      else
6674
#        ifdef DL_NOW
6675
#          define LT_DLLAZY_OR_NOW	DL_NOW
6676
#        else
6677
#          define LT_DLLAZY_OR_NOW	0
6678
#        endif
6679
#      endif
6680
#    endif
6681
#  endif
6682
#endif
6683
 
6684
#ifdef __cplusplus
6685
extern "C" void exit (int);
6686
#endif
6687
 
6688
void fnord() { int i=42;}
6689
int main ()
6690
{
6691
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
6692
  int status = $lt_dlunknown;
6693
 
6694
  if (self)
6695
    {
6696
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
6697
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
6698
      /* dlclose (self); */
6699
    }
6700
 
6701
    exit (status);
6702
}]
6703
EOF
6704
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
6705
    (./conftest; exit; ) 2>/dev/null
6706
    lt_status=$?
6707
    case x$lt_status in
6708
      x$lt_dlno_uscore) $1 ;;
6709
      x$lt_dlneed_uscore) $2 ;;
6710
      x$lt_unknown|x*) $3 ;;
6711
    esac
6712
  else :
6713
    # compilation failed
6714
    $3
6715
  fi
6716
fi
6717
rm -fr conftest*
6718
])
6719
m4trace:acinclude.m4:6774: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
6720
if test "x$enable_dlopen" != xyes; then
6721
  enable_dlopen=unknown
6722
  enable_dlopen_self=unknown
6723
  enable_dlopen_self_static=unknown
6724
else
6725
  lt_cv_dlopen=no
6726
  lt_cv_dlopen_libs=
6727
 
6728
  case $host_os in
6729
  beos*)
6730
    lt_cv_dlopen="load_add_on"
6731
    lt_cv_dlopen_libs=
6732
    lt_cv_dlopen_self=yes
6733
    ;;
6734
 
6735
  mingw* | pw32*)
6736
    lt_cv_dlopen="LoadLibrary"
6737
    lt_cv_dlopen_libs=
6738
   ;;
6739
 
6740
  cygwin*)
6741
    lt_cv_dlopen="dlopen"
6742
    lt_cv_dlopen_libs=
6743
   ;;
6744
 
6745
  darwin*)
6746
  # if libdl is installed we need to link against it
6747
    AC_CHECK_LIB([dl], [dlopen],
6748
		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
6749
    lt_cv_dlopen="dyld"
6750
    lt_cv_dlopen_libs=
6751
    lt_cv_dlopen_self=yes
6752
    ])
6753
   ;;
6754
 
6755
  *)
6756
    AC_CHECK_FUNC([shl_load],
6757
	  [lt_cv_dlopen="shl_load"],
6758
      [AC_CHECK_LIB([dld], [shl_load],
6759
	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
6760
	[AC_CHECK_FUNC([dlopen],
6761
	      [lt_cv_dlopen="dlopen"],
6762
	  [AC_CHECK_LIB([dl], [dlopen],
6763
		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6764
	    [AC_CHECK_LIB([svld], [dlopen],
6765
		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6766
	      [AC_CHECK_LIB([dld], [dld_link],
6767
		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6768
	      ])
6769
	    ])
6770
	  ])
6771
	])
6772
      ])
6773
    ;;
6774
  esac
6775
 
6776
  if test "x$lt_cv_dlopen" != xno; then
6777
    enable_dlopen=yes
6778
  else
6779
    enable_dlopen=no
6780
  fi
6781
 
6782
  case $lt_cv_dlopen in
6783
  dlopen)
6784
    save_CPPFLAGS="$CPPFLAGS"
6785
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
6786
 
6787
    save_LDFLAGS="$LDFLAGS"
6788
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
6789
 
6790
    save_LIBS="$LIBS"
6791
    LIBS="$lt_cv_dlopen_libs $LIBS"
6792
 
6793
    AC_CACHE_CHECK([whether a program can dlopen itself],
6794
	  lt_cv_dlopen_self, [dnl
6795
	  _LT_AC_TRY_DLOPEN_SELF(
6796
	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
6797
	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
6798
    ])
6799
 
6800
    if test "x$lt_cv_dlopen_self" = xyes; then
6801
      LDFLAGS="$LDFLAGS $link_static_flag"
6802
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
6803
    	  lt_cv_dlopen_self_static, [dnl
6804
	  _LT_AC_TRY_DLOPEN_SELF(
6805
	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
6806
	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
6807
      ])
6808
    fi
6809
 
6810
    CPPFLAGS="$save_CPPFLAGS"
6811
    LDFLAGS="$save_LDFLAGS"
6812
    LIBS="$save_LIBS"
6813
    ;;
6814
  esac
6815
 
6816
  case $lt_cv_dlopen_self in
6817
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
6818
  *) enable_dlopen_self=unknown ;;
6819
  esac
6820
 
6821
  case $lt_cv_dlopen_self_static in
6822
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
6823
  *) enable_dlopen_self_static=unknown ;;
6824
  esac
6825
fi
6826
])
6827
m4trace:acinclude.m4:6888: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
6828
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
6829
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
6830
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
6831
   $rm -r conftest 2>/dev/null
6832
   mkdir conftest
6833
   cd conftest
6834
   mkdir out
6835
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6836
 
6837
   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
6838
   # that will create temporary files in the current directory regardless of
6839
   # the output directory.  Thus, making CWD read-only will cause this test
6840
   # to fail, enabling locking or at least warning the user not to do parallel
6841
   # builds.
6842
   chmod -w .
6843
 
6844
   lt_compiler_flag="-o out/conftest2.$ac_objext"
6845
   # Insert the option either (1) after the last *FLAGS variable, or
6846
   # (2) before a word containing "conftest.", or (3) at the end.
6847
   # Note that $ac_compile itself does not contain backslashes and begins
6848
   # with a dollar sign (not a hyphen), so the echo should work correctly.
6849
   lt_compile=`echo "$ac_compile" | $SED \
6850
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6851
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
6852
   -e 's:$: $lt_compiler_flag:'`
6853
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
6854
   (eval "$lt_compile" 2>out/conftest.err)
6855
   ac_status=$?
6856
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
6857
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6858
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
6859
   then
6860
     # The compiler can only warn and ignore the option if not recognized
6861
     # So say no if there are warnings
6862
     if test ! -s out/conftest.err; then
6863
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
6864
     fi
6865
   fi
6866
   chmod u+w .
6867
   $rm conftest* out/*
6868
   rmdir out
6869
   cd ..
6870
   rmdir conftest
6871
   $rm conftest*
6872
])
6873
])
6874
m4trace:acinclude.m4:6941: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
6875
 
6876
hard_links="nottested"
6877
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
6878
  # do not overwrite the value of need_locks provided by the user
6879
  AC_MSG_CHECKING([if we can lock with hard links])
6880
  hard_links=yes
6881
  $rm conftest*
6882
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
6883
  touch conftest.a
6884
  ln conftest.a conftest.b 2>&5 || hard_links=no
6885
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
6886
  AC_MSG_RESULT([$hard_links])
6887
  if test "$hard_links" = no; then
6888
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
6889
    need_locks=warn
6890
  fi
6891
else
6892
  need_locks=no
6893
fi
6894
])
6895
m4trace:acinclude.m4:6967: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
6896
[rm -f .libs 2>/dev/null
6897
mkdir .libs 2>/dev/null
6898
if test -d .libs; then
6899
  lt_cv_objdir=.libs
6900
else
6901
  # MS-DOS does not allow filenames that begin with a dot.
6902
  lt_cv_objdir=_libs
6903
fi
6904
rmdir .libs 2>/dev/null])
6905
objdir=$lt_cv_objdir
6906
])
6907
m4trace:acinclude.m4:6985: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
6908
_LT_AC_TAGVAR(hardcode_action, $1)=
6909
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
6910
   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
6911
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
6912
 
6913
  # We can hardcode non-existant directories.
6914
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
6915
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
6916
     # have to relink, otherwise we might link with an installed library
6917
     # when we should be linking with a yet-to-be-installed one
6918
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
6919
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
6920
    # Linking always hardcodes the temporary library directory.
6921
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
6922
  else
6923
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
6924
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
6925
  fi
6926
else
6927
  # We cannot hardcode anything, or else we can only hardcode existing
6928
  # directories.
6929
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
6930
fi
6931
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
6932
 
6933
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
6934
  # Fast installation is not supported
6935
  enable_fast_install=no
6936
elif test "$shlibpath_overrides_runpath" = yes ||
6937
     test "$enable_shared" = no; then
6938
  # Fast installation is not necessary
6939
  enable_fast_install=needless
6940
fi
6941
])
6942
m4trace:acinclude.m4:7025: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
6943
old_striplib=
6944
AC_MSG_CHECKING([whether stripping libraries is possible])
6945
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
6946
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
6947
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
6948
  AC_MSG_RESULT([yes])
6949
else
6950
# FIXME - insert some real tests, host_os isn't really good enough
6951
  case $host_os in
6952
   darwin*)
6953
       if test -n "$STRIP" ; then
6954
         striplib="$STRIP -x"
6955
         AC_MSG_RESULT([yes])
6956
       else
6957
  AC_MSG_RESULT([no])
6958
fi
6959
       ;;
6960
   *)
6961
  AC_MSG_RESULT([no])
6962
    ;;
6963
  esac  
6964
fi
6965
])
6966
m4trace:acinclude.m4:7055: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
6967
library_names_spec=
6968
libname_spec='lib$name'
6969
soname_spec=
6970
shrext=".so"
6971
postinstall_cmds=
6972
postuninstall_cmds=
6973
finish_cmds=
6974
finish_eval=
6975
shlibpath_var=
6976
shlibpath_overrides_runpath=unknown
6977
version_type=none
6978
dynamic_linker="$host_os ld.so"
6979
sys_lib_dlsearch_path_spec="/lib /usr/lib"
6980
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6981
need_lib_prefix=unknown
6982
hardcode_into_libs=no
6983
 
6984
# when you set need_version to no, make sure it does not cause -set_version
6985
# flags to be left without arguments
6986
need_version=unknown
6987
 
6988
case $host_os in
6989
aix3*)
6990
  version_type=linux
6991
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
6992
  shlibpath_var=LIBPATH
6993
 
6994
  # AIX 3 has no versioning support, so we append a major version to the name.
6995
  soname_spec='${libname}${release}${shared_ext}$major'
6996
  ;;
6997
 
6998
aix4* | aix5*)
6999
  version_type=linux
7000
  need_lib_prefix=no
7001
  need_version=no
7002
  hardcode_into_libs=yes
7003
  if test "$host_cpu" = ia64; then
7004
    # AIX 5 supports IA64
7005
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
7006
    shlibpath_var=LD_LIBRARY_PATH
7007
  else
7008
    # With GCC up to 2.95.x, collect2 would create an import file
7009
    # for dependence libraries.  The import file would start with
7010
    # the line `#! .'.  This would cause the generated library to
7011
    # depend on `.', always an invalid library.  This was fixed in
7012
    # development snapshots of GCC prior to 3.0.
7013
    case $host_os in
7014
      aix4 | aix4.[[01]] | aix4.[[01]].*)
7015
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
7016
	   echo ' yes '
7017
	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
7018
	:
7019
      else
7020
	can_build_shared=no
7021
      fi
7022
      ;;
7023
    esac
7024
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
7025
    # soname into executable. Probably we can add versioning support to
7026
    # collect2, so additional links can be useful in future.
7027
    if test "$aix_use_runtimelinking" = yes; then
7028
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
7029
      # instead of lib<name>.a to let people know that these are not
7030
      # typical AIX shared libraries.
7031
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7032
    else
7033
      # We preserve .a as extension for shared libraries through AIX4.2
7034
      # and later when we are not doing run time linking.
7035
      library_names_spec='${libname}${release}.a $libname.a'
7036
      soname_spec='${libname}${release}${shared_ext}$major'
7037
    fi
7038
    shlibpath_var=LIBPATH
7039
  fi
7040
  ;;
7041
 
7042
amigaos*)
7043
  library_names_spec='$libname.ixlibrary $libname.a'
7044
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
7045
  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'
7046
  ;;
7047
 
7048
beos*)
7049
  library_names_spec='${libname}${shared_ext}'
7050
  dynamic_linker="$host_os ld.so"
7051
  shlibpath_var=LIBRARY_PATH
7052
  ;;
7053
 
7054
bsdi4*)
7055
  version_type=linux
7056
  need_version=no
7057
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7058
  soname_spec='${libname}${release}${shared_ext}$major'
7059
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
7060
  shlibpath_var=LD_LIBRARY_PATH
7061
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
7062
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
7063
  # the default ld.so.conf also contains /usr/contrib/lib and
7064
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
7065
  # libtool to hard-code these into programs
7066
  ;;
7067
 
7068
cygwin* | mingw* | pw32*)
7069
  version_type=windows
7070
  shrext=".dll"
7071
  need_version=no
7072
  need_lib_prefix=no
7073
 
7074
  case $GCC,$host_os in
7075
  yes,cygwin* | yes,mingw* | yes,pw32*)
7076
    library_names_spec='$libname.dll.a'
7077
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
7078
    postinstall_cmds='base_file=`basename \${file}`~
7079
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
7080
      dldir=$destdir/`dirname \$dlpath`~
7081
      test -d \$dldir || mkdir -p \$dldir~
7082
      $install_prog $dir/$dlname \$dldir/$dlname'
7083
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
7084
      dlpath=$dir/\$dldll~
7085
       $rm \$dlpath'
7086
    shlibpath_overrides_runpath=yes
7087
 
7088
    case $host_os in
7089
    cygwin*)
7090
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
7091
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7092
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
7093
      ;;
7094
    mingw*)
7095
      # MinGW DLLs use traditional 'lib' prefix
7096
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7097
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
7098
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
7099
        # It is most probably a Windows format PATH printed by
7100
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
7101
        # path with ; separators, and with drive letters. We can handle the
7102
        # drive letters (cygwin fileutils understands them), so leave them,
7103
        # especially as we might pass files found there to a mingw objdump,
7104
        # which wouldn't understand a cygwinified path. Ahh.
7105
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
7106
      else
7107
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
7108
      fi
7109
      ;;
7110
    pw32*)
7111
      # pw32 DLLs use 'pw' prefix rather than 'lib'
7112
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7113
      ;;
7114
    esac
7115
    ;;
7116
 
7117
  *)
7118
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
7119
    ;;
7120
  esac
7121
  dynamic_linker='Win32 ld.exe'
7122
  # FIXME: first we should search . and the directory the executable is in
7123
  shlibpath_var=PATH
7124
  ;;
7125
 
7126
darwin* | rhapsody*)
7127
  dynamic_linker="$host_os dyld"
7128
  version_type=darwin
7129
  need_lib_prefix=no
7130
  need_version=no
7131
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
7132
  soname_spec='${libname}${release}${major}$shared_ext'
7133
  shlibpath_overrides_runpath=yes
7134
  shlibpath_var=DYLD_LIBRARY_PATH
7135
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
7136
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
7137
  if test "$GCC" = yes; then
7138
    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"`
7139
  else
7140
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
7141
  fi
7142
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
7143
  ;;
7144
 
7145
dgux*)
7146
  version_type=linux
7147
  need_lib_prefix=no
7148
  need_version=no
7149
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
7150
  soname_spec='${libname}${release}${shared_ext}$major'
7151
  shlibpath_var=LD_LIBRARY_PATH
7152
  ;;
7153
 
7154
freebsd1*)
7155
  dynamic_linker=no
7156
  ;;
7157
 
7158
kfreebsd*-gnu*)
7159
  version_type=linux
7160
  need_lib_prefix=no
7161
  need_version=no
7162
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7163
  soname_spec='${libname}${release}${shared_ext}$major'
7164
  shlibpath_var=LD_LIBRARY_PATH
7165
  shlibpath_overrides_runpath=no
7166
  hardcode_into_libs=yes
7167
  dynamic_linker='GNU ld.so'
7168
  ;;
7169
 
7170
freebsd*)
7171
  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
7172
  version_type=freebsd-$objformat
7173
  case $version_type in
7174
    freebsd-elf*)
7175
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
7176
      need_version=no
7177
      need_lib_prefix=no
7178
      ;;
7179
    freebsd-*)
7180
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
7181
      need_version=yes
7182
      ;;
7183
  esac
7184
  shlibpath_var=LD_LIBRARY_PATH
7185
  case $host_os in
7186
  freebsd2*)
7187
    shlibpath_overrides_runpath=yes
7188
    ;;
7189
  freebsd3.[01]* | freebsdelf3.[01]*)
7190
    shlibpath_overrides_runpath=yes
7191
    hardcode_into_libs=yes
7192
    ;;
7193
  *) # from 3.2 on
7194
    shlibpath_overrides_runpath=no
7195
    hardcode_into_libs=yes
7196
    ;;
7197
  esac
7198
  ;;
7199
 
7200
gnu*)
7201
  version_type=linux
7202
  need_lib_prefix=no
7203
  need_version=no
7204
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
7205
  soname_spec='${libname}${release}${shared_ext}$major'
7206
  shlibpath_var=LD_LIBRARY_PATH
7207
  hardcode_into_libs=yes
7208
  ;;
7209
 
7210
hpux9* | hpux10* | hpux11*)
7211
  # Give a soname corresponding to the major version so that dld.sl refuses to
7212
  # link against other versions.
7213
  version_type=sunos
7214
  need_lib_prefix=no
7215
  need_version=no
7216
  case "$host_cpu" in
7217
  ia64*)
7218
    shrext='.so'
7219
    hardcode_into_libs=yes
7220
    dynamic_linker="$host_os dld.so"
7221
    shlibpath_var=LD_LIBRARY_PATH
7222
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7223
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7224
    soname_spec='${libname}${release}${shared_ext}$major'
7225
    if test "X$HPUX_IA64_MODE" = X32; then
7226
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
7227
    else
7228
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
7229
    fi
7230
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7231
    ;;
7232
   hppa*64*)
7233
     shrext='.sl'
7234
     hardcode_into_libs=yes
7235
     dynamic_linker="$host_os dld.sl"
7236
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
7237
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7238
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7239
     soname_spec='${libname}${release}${shared_ext}$major'
7240
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
7241
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7242
     ;;
7243
   *)
7244
    shrext='.sl'
7245
    dynamic_linker="$host_os dld.sl"
7246
    shlibpath_var=SHLIB_PATH
7247
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
7248
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7249
    soname_spec='${libname}${release}${shared_ext}$major'
7250
    ;;
7251
  esac
7252
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
7253
  postinstall_cmds='chmod 555 $lib'
7254
  ;;
7255
 
7256
irix5* | irix6* | nonstopux*)
7257
  case $host_os in
7258
    nonstopux*) version_type=nonstopux ;;
7259
    *)
7260
	if test "$lt_cv_prog_gnu_ld" = yes; then
7261
		version_type=linux
7262
	else
7263
		version_type=irix
7264
	fi ;;
7265
  esac
7266
  need_lib_prefix=no
7267
  need_version=no
7268
  soname_spec='${libname}${release}${shared_ext}$major'
7269
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
7270
  case $host_os in
7271
  irix5* | nonstopux*)
7272
    libsuff= shlibsuff=
7273
    ;;
7274
  *)
7275
    case $LD in # libtool.m4 will add one of these switches to LD
7276
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
7277
      libsuff= shlibsuff= libmagic=32-bit;;
7278
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
7279
      libsuff=32 shlibsuff=N32 libmagic=N32;;
7280
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
7281
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
7282
    *) libsuff= shlibsuff= libmagic=never-match;;
7283
    esac
7284
    ;;
7285
  esac
7286
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
7287
  shlibpath_overrides_runpath=no
7288
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
7289
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
7290
  hardcode_into_libs=yes
7291
  ;;
7292
 
7293
# No shared lib support for Linux oldld, aout, or coff.
7294
linux*oldld* | linux*aout* | linux*coff*)
7295
  dynamic_linker=no
7296
  ;;
7297
 
7298
# This must be Linux ELF.
7299
linux*)
7300
  version_type=linux
7301
  need_lib_prefix=no
7302
  need_version=no
7303
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7304
  soname_spec='${libname}${release}${shared_ext}$major'
7305
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
7306
  libsuff=
7307
  if test "x$LINUX_64_MODE" = x64; then
7308
    # Some platforms are per default 64-bit, so there's no /lib64
7309
    if test -d /lib64 -a ! -h /lib64; then
7310
      libsuff=64
7311
    fi
7312
  fi
7313
  shlibpath_var=LD_LIBRARY_PATH
7314
  shlibpath_overrides_runpath=no
7315
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
7316
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
7317
  # This implies no fast_install, which is unacceptable.
7318
  # Some rework will be needed to allow for fast_install
7319
  # before this can be enabled.
7320
  hardcode_into_libs=yes
7321
 
7322
  # We used to test for /lib/ld.so.1 and disable shared libraries on
7323
  # powerpc, because MkLinux only supported shared libraries with the
7324
  # GNU dynamic linker.  Since this was broken with cross compilers,
7325
  # most powerpc-linux boxes support dynamic linking these days and
7326
  # people can always --disable-shared, the test was removed, and we
7327
  # assume the GNU/Linux dynamic linker is in use.
7328
  dynamic_linker='GNU/Linux ld.so'
7329
  ;;
7330
 
7331
netbsd*)
7332
  version_type=sunos
7333
  need_lib_prefix=no
7334
  need_version=no
7335
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7336
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7337
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7338
    dynamic_linker='NetBSD (a.out) ld.so'
7339
  else
7340
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
7341
    soname_spec='${libname}${release}${shared_ext}$major'
7342
    dynamic_linker='NetBSD ld.elf_so'
7343
  fi
7344
  shlibpath_var=LD_LIBRARY_PATH
7345
  shlibpath_overrides_runpath=yes
7346
  hardcode_into_libs=yes
7347
  ;;
7348
 
7349
newsos6)
7350
  version_type=linux
7351
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7352
  shlibpath_var=LD_LIBRARY_PATH
7353
  shlibpath_overrides_runpath=yes
7354
  ;;
7355
 
7356
nto-qnx*)
7357
  version_type=linux
7358
  need_lib_prefix=no
7359
  need_version=no
7360
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7361
  soname_spec='${libname}${release}${shared_ext}$major'
7362
  shlibpath_var=LD_LIBRARY_PATH
7363
  shlibpath_overrides_runpath=yes
7364
  ;;
7365
 
7366
openbsd*)
7367
  version_type=sunos
7368
  need_lib_prefix=no
7369
  need_version=no
7370
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7371
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7372
  shlibpath_var=LD_LIBRARY_PATH
7373
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7374
    case $host_os in
7375
      openbsd2.[[89]] | openbsd2.[[89]].*)
7376
	shlibpath_overrides_runpath=no
7377
	;;
7378
      *)
7379
	shlibpath_overrides_runpath=yes
7380
	;;
7381
      esac
7382
  else
7383
    shlibpath_overrides_runpath=yes
7384
  fi
7385
  ;;
7386
 
7387
os2*)
7388
  libname_spec='$name'
7389
  shrext=".dll"
7390
  need_lib_prefix=no
7391
  library_names_spec='$libname${shared_ext} $libname.a'
7392
  dynamic_linker='OS/2 ld.exe'
7393
  shlibpath_var=LIBPATH
7394
  ;;
7395
 
7396
osf3* | osf4* | osf5*)
7397
  version_type=osf
7398
  need_lib_prefix=no
7399
  need_version=no
7400
  soname_spec='${libname}${release}${shared_ext}$major'
7401
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7402
  shlibpath_var=LD_LIBRARY_PATH
7403
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
7404
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
7405
  ;;
7406
 
7407
sco3.2v5*)
7408
  version_type=osf
7409
  soname_spec='${libname}${release}${shared_ext}$major'
7410
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7411
  shlibpath_var=LD_LIBRARY_PATH
7412
  ;;
7413
 
7414
solaris*)
7415
  version_type=linux
7416
  need_lib_prefix=no
7417
  need_version=no
7418
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7419
  soname_spec='${libname}${release}${shared_ext}$major'
7420
  shlibpath_var=LD_LIBRARY_PATH
7421
  shlibpath_overrides_runpath=yes
7422
  hardcode_into_libs=yes
7423
  # ldd complains unless libraries are executable
7424
  postinstall_cmds='chmod +x $lib'
7425
  ;;
7426
 
7427
sunos4*)
7428
  version_type=sunos
7429
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7430
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
7431
  shlibpath_var=LD_LIBRARY_PATH
7432
  shlibpath_overrides_runpath=yes
7433
  if test "$with_gnu_ld" = yes; then
7434
    need_lib_prefix=no
7435
  fi
7436
  need_version=yes
7437
  ;;
7438
 
7439
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
7440
  version_type=linux
7441
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7442
  soname_spec='${libname}${release}${shared_ext}$major'
7443
  shlibpath_var=LD_LIBRARY_PATH
7444
  case $host_vendor in
7445
    sni)
7446
      shlibpath_overrides_runpath=no
7447
      need_lib_prefix=no
7448
      export_dynamic_flag_spec='${wl}-Blargedynsym'
7449
      runpath_var=LD_RUN_PATH
7450
      ;;
7451
    siemens)
7452
      need_lib_prefix=no
7453
      ;;
7454
    motorola)
7455
      need_lib_prefix=no
7456
      need_version=no
7457
      shlibpath_overrides_runpath=no
7458
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
7459
      ;;
7460
  esac
7461
  ;;
7462
 
7463
sysv4*MP*)
7464
  if test -d /usr/nec ;then
7465
    version_type=linux
7466
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
7467
    soname_spec='$libname${shared_ext}.$major'
7468
    shlibpath_var=LD_LIBRARY_PATH
7469
  fi
7470
  ;;
7471
 
7472
uts4*)
7473
  version_type=linux
7474
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7475
  soname_spec='${libname}${release}${shared_ext}$major'
7476
  shlibpath_var=LD_LIBRARY_PATH
7477
  ;;
7478
 
7479
*)
7480
  dynamic_linker=no
7481
  ;;
7482
esac
7483
AC_MSG_RESULT([$dynamic_linker])
7484
test "$dynamic_linker" = no && can_build_shared=no
7485
])
7486
m4trace:acinclude.m4:7580: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
7487
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
7488
        [include additional configurations @<:@automatic@:>@])],
7489
    [tagnames="$withval"])
7490
 
7491
if test -f "$ltmain" && test -n "$tagnames"; then
7492
  if test ! -f "${ofile}"; then
7493
    AC_MSG_WARN([output file `$ofile' does not exist])
7494
  fi
7495
 
7496
  if test -z "$LTCC"; then
7497
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
7498
    if test -z "$LTCC"; then
7499
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
7500
    else
7501
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
7502
    fi
7503
  fi
7504
 
7505
  # Extract list of available tagged configurations in $ofile.
7506
  # Note that this assumes the entire list is on one line.
7507
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
7508
 
7509
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7510
  for tagname in $tagnames; do
7511
    IFS="$lt_save_ifs"
7512
    # Check whether tagname contains only valid characters
7513
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
7514
    "") ;;
7515
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
7516
	;;
7517
    esac
7518
 
7519
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
7520
    then
7521
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
7522
    fi
7523
 
7524
    # Update the list of available tags.
7525
    if test -n "$tagname"; then
7526
      echo appending configuration tag \"$tagname\" to $ofile
7527
 
7528
      case $tagname in
7529
      CXX)
7530
	if test -n "$CXX" && test "X$CXX" != "Xno"; then
7531
	  AC_LIBTOOL_LANG_CXX_CONFIG
7532
	else
7533
	  tagname=""
7534
	fi
7535
	;;
7536
 
7537
      F77)
7538
	if test -n "$F77" && test "X$F77" != "Xno"; then
7539
	  AC_LIBTOOL_LANG_F77_CONFIG
7540
	else
7541
	  tagname=""
7542
	fi
7543
	;;
7544
 
7545
      GCJ)
7546
	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
7547
	  AC_LIBTOOL_LANG_GCJ_CONFIG
7548
	else
7549
	  tagname=""
7550
	fi
7551
	;;
7552
 
7553
      RC)
7554
	AC_LIBTOOL_LANG_RC_CONFIG
7555
	;;
7556
 
7557
      *)
7558
	AC_MSG_ERROR([Unsupported tag name: $tagname])
7559
	;;
7560
      esac
7561
 
7562
      # Append the new tag name to the list of available tags.
7563
      if test -n "$tagname" ; then
7564
      available_tags="$available_tags $tagname"
7565
    fi
7566
    fi
7567
  done
7568
  IFS="$lt_save_ifs"
7569
 
7570
  # Now substitute the updated list of available tags.
7571
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
7572
    mv "${ofile}T" "$ofile"
7573
    chmod +x "$ofile"
7574
  else
7575
    rm -f "${ofile}T"
7576
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
7577
  fi
7578
fi
7579
])
7580
m4trace:acinclude.m4:7680: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
7581
])
7582
m4trace:acinclude.m4:7688: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
7583
])
7584
m4trace:acinclude.m4:7697: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
7585
AC_ARG_ENABLE([shared],
7586
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
7587
	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
7588
    [p=${PACKAGE-default}
7589
    case $enableval in
7590
    yes) enable_shared=yes ;;
7591
    no) enable_shared=no ;;
7592
    *)
7593
      enable_shared=no
7594
      # Look at the argument we got.  We use all the common list separators.
7595
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7596
      for pkg in $enableval; do
7597
	IFS="$lt_save_ifs"
7598
	if test "X$pkg" = "X$p"; then
7599
	  enable_shared=yes
7600
	fi
7601
      done
7602
      IFS="$lt_save_ifs"
7603
      ;;
7604
    esac],
7605
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
7606
])
7607
m4trace:acinclude.m4:7726: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7608
AC_ENABLE_SHARED(no)
7609
])
7610
m4trace:acinclude.m4:7736: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
7611
AC_ARG_ENABLE([static],
7612
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
7613
	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
7614
    [p=${PACKAGE-default}
7615
    case $enableval in
7616
    yes) enable_static=yes ;;
7617
    no) enable_static=no ;;
7618
    *)
7619
     enable_static=no
7620
      # Look at the argument we got.  We use all the common list separators.
7621
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7622
      for pkg in $enableval; do
7623
	IFS="$lt_save_ifs"
7624
	if test "X$pkg" = "X$p"; then
7625
	  enable_static=yes
7626
	fi
7627
      done
7628
      IFS="$lt_save_ifs"
7629
      ;;
7630
    esac],
7631
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
7632
])
7633
m4trace:acinclude.m4:7765: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7634
AC_ENABLE_STATIC(no)
7635
])
7636
m4trace:acinclude.m4:7775: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
7637
AC_ARG_ENABLE([fast-install],
7638
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
7639
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
7640
    [p=${PACKAGE-default}
7641
    case $enableval in
7642
    yes) enable_fast_install=yes ;;
7643
    no) enable_fast_install=no ;;
7644
    *)
7645
      enable_fast_install=no
7646
      # Look at the argument we got.  We use all the common list separators.
7647
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7648
      for pkg in $enableval; do
7649
	IFS="$lt_save_ifs"
7650
	if test "X$pkg" = "X$p"; then
7651
	  enable_fast_install=yes
7652
	fi
7653
      done
7654
      IFS="$lt_save_ifs"
7655
      ;;
7656
    esac],
7657
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
7658
])
7659
m4trace:acinclude.m4:7804: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7660
AC_ENABLE_FAST_INSTALL(no)
7661
])
7662
m4trace:acinclude.m4:7814: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
7663
pic_mode=ifelse($#,1,$1,default)
7664
])
7665
m4trace:acinclude.m4:7838: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
7666
AC_MSG_CHECKING([for $1])
7667
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
7668
[case $MAGIC_CMD in
7669
[[\\/*] |  ?:[\\/]*])
7670
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7671
  ;;
7672
*)
7673
  lt_save_MAGIC_CMD="$MAGIC_CMD"
7674
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7675
dnl $ac_dummy forces splitting on constant user-supplied paths.
7676
dnl POSIX.2 word splitting is done only on the output of word expansions,
7677
dnl not every word.  This closes a longstanding sh security hole.
7678
  ac_dummy="ifelse([$2], , $PATH, [$2])"
7679
  for ac_dir in $ac_dummy; do
7680
    IFS="$lt_save_ifs"
7681
    test -z "$ac_dir" && ac_dir=.
7682
    if test -f $ac_dir/$1; then
7683
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
7684
      if test -n "$file_magic_test_file"; then
7685
	case $deplibs_check_method in
7686
	"file_magic "*)
7687
	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
7688
	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7689
	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7690
	    $EGREP "$file_magic_regex" > /dev/null; then
7691
	    :
7692
	  else
7693
	    cat <<EOF 1>&2
7694
 
7695
*** Warning: the command libtool uses to detect shared libraries,
7696
*** $file_magic_cmd, produces output that libtool cannot recognize.
7697
*** The result is that libtool may fail to recognize shared libraries
7698
*** as such.  This will affect the creation of libtool libraries that
7699
*** depend on shared libraries, but programs linked with such libtool
7700
*** libraries will work regardless of this problem.  Nevertheless, you
7701
*** may want to report the problem to your system manager and/or to
7702
*** bug-libtool@gnu.org
7703
 
7704
EOF
7705
	  fi ;;
7706
	esac
7707
      fi
7708
      break
7709
    fi
7710
  done
7711
  IFS="$lt_save_ifs"
7712
  MAGIC_CMD="$lt_save_MAGIC_CMD"
7713
  ;;
7714
esac])
7715
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7716
if test -n "$MAGIC_CMD"; then
7717
  AC_MSG_RESULT($MAGIC_CMD)
7718
else
7719
  AC_MSG_RESULT(no)
7720
fi
7721
])
7722
m4trace:acinclude.m4:7901: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
7723
if test -z "$lt_cv_path_MAGIC_CMD"; then
7724
  if test -n "$ac_tool_prefix"; then
7725
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
7726
  else
7727
    MAGIC_CMD=:
7728
  fi
7729
fi
7730
])
7731
m4trace:acinclude.m4:7916: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
7732
    [AC_HELP_STRING([--with-gnu-ld],
7733
	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
7734
    [test "$withval" = no || with_gnu_ld=yes],
7735
    [with_gnu_ld=no])
7736
AC_REQUIRE([LT_AC_PROG_SED])dnl
7737
AC_REQUIRE([AC_PROG_CC])dnl
7738
AC_REQUIRE([AC_CANONICAL_HOST])dnl
7739
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
7740
ac_prog=ld
7741
if test "$GCC" = yes; then
7742
  # Check if gcc -print-prog-name=ld gives a path.
7743
  AC_MSG_CHECKING([for ld used by $CC])
7744
  case $host in
7745
  *-*-mingw*)
7746
    # gcc leaves a trailing carriage return which upsets mingw
7747
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7748
  *)
7749
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7750
  esac
7751
  case $ac_prog in
7752
    # Accept absolute paths.
7753
    [[\\/]]* | ?:[[\\/]]*)
7754
      re_direlt='/[[^/]][[^/]]*/\.\./'
7755
      # Canonicalize the pathname of ld
7756
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
7757
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7758
	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
7759
      done
7760
      test -z "$LD" && LD="$ac_prog"
7761
      ;;
7762
  "")
7763
    # If it fails, then pretend we aren't using GCC.
7764
    ac_prog=ld
7765
    ;;
7766
  *)
7767
    # If it is relative, then search for the first ld in PATH.
7768
    with_gnu_ld=unknown
7769
    ;;
7770
  esac
7771
elif test "$with_gnu_ld" = yes; then
7772
  AC_MSG_CHECKING([for GNU ld])
7773
else
7774
  AC_MSG_CHECKING([for non-GNU ld])
7775
fi
7776
AC_CACHE_VAL(lt_cv_path_LD,
7777
[if test -z "$LD"; then
7778
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7779
  for ac_dir in $PATH; do
7780
    IFS="$lt_save_ifs"
7781
    test -z "$ac_dir" && ac_dir=.
7782
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7783
      lt_cv_path_LD="$ac_dir/$ac_prog"
7784
      # Check to see if the program is GNU ld.  I'd rather use --version,
7785
      # but apparently some GNU ld's only accept -v.
7786
      # Break only if it was the GNU/non-GNU ld that we prefer.
7787
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7788
      *GNU* | *'with BFD'*)
7789
	test "$with_gnu_ld" != no && break
7790
	;;
7791
      *)
7792
	test "$with_gnu_ld" != yes && break
7793
	;;
7794
      esac
7795
    fi
7796
  done
7797
  IFS="$lt_save_ifs"
7798
else
7799
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
7800
fi])
7801
LD="$lt_cv_path_LD"
7802
if test -n "$LD"; then
7803
  AC_MSG_RESULT($LD)
7804
else
7805
  AC_MSG_RESULT(no)
7806
fi
7807
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
7808
AC_PROG_LD_GNU
7809
])
7810
m4trace:acinclude.m4:8000: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
7811
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
7812
[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
7813
case `$LD -v 2>&1 </dev/null` in
7814
*GNU* | *'with BFD'*)
7815
  lt_cv_prog_gnu_ld=yes
7816
  ;;
7817
*)
7818
  lt_cv_prog_gnu_ld=no
7819
  ;;
7820
esac])
7821
with_gnu_ld=$lt_cv_prog_gnu_ld
7822
])
7823
m4trace:acinclude.m4:8020: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
7824
  lt_cv_ld_reload_flag,
7825
  [lt_cv_ld_reload_flag='-r'])
7826
reload_flag=$lt_cv_ld_reload_flag
7827
case $reload_flag in
7828
"" | " "*) ;;
7829
*) reload_flag=" $reload_flag" ;;
7830
esac
7831
reload_cmds='$LD$reload_flag -o $output$reload_objs'
7832
])
7833
m4trace:acinclude.m4:8037: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
7834
lt_cv_deplibs_check_method,
7835
[lt_cv_file_magic_cmd='$MAGIC_CMD'
7836
lt_cv_file_magic_test_file=
7837
lt_cv_deplibs_check_method='unknown'
7838
# Need to set the preceding variable on all platforms that support
7839
# interlibrary dependencies.
7840
# 'none' -- dependencies not supported.
7841
# `unknown' -- same as none, but documents that we really don't know.
7842
# 'pass_all' -- all dependencies passed with no checks.
7843
# 'test_compile' -- check by making test program.
7844
# 'file_magic [[regex]]' -- check by looking for files in library path
7845
# which responds to the $file_magic_cmd with a given extended regex.
7846
# If you have `file' or equivalent on your system and you're not sure
7847
# whether `pass_all' will *always* work, you probably want this one.
7848
 
7849
case $host_os in
7850
aix4* | aix5*)
7851
  lt_cv_deplibs_check_method=pass_all
7852
  ;;
7853
 
7854
beos*)
7855
  lt_cv_deplibs_check_method=pass_all
7856
  ;;
7857
 
7858
bsdi4*)
7859
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
7860
  lt_cv_file_magic_cmd='/usr/bin/file -L'
7861
  lt_cv_file_magic_test_file=/shlib/libc.so
7862
  ;;
7863
 
7864
cygwin*)
7865
  lt_cv_deplibs_check_method=pass_all
7866
  ;;
7867
 
7868
mingw* | pw32*)
7869
  # win32_libid is a shell function defined in ltmain.sh
7870
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7871
  lt_cv_file_magic_cmd='win32_libid'
7872
  ;;
7873
 
7874
darwin* | rhapsody*)
7875
  # this will be overwritten by pass_all, but leave it in just in case
7876
  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
7877
  lt_cv_file_magic_cmd='/usr/bin/file -L'
7878
  case "$host_os" in
7879
  rhapsody* | darwin1.[[012]])
7880
    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
7881
    ;;
7882
  *) # Darwin 1.3 on
7883
    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
7884
    ;;
7885
  esac
7886
  lt_cv_deplibs_check_method=pass_all
7887
  ;;
7888
 
7889
freebsd* | kfreebsd*-gnu)
7890
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7891
    case $host_cpu in
7892
    i*86 )
7893
      # Not sure whether the presence of OpenBSD here was a mistake.
7894
      # Let's accept both of them until this is cleared up.
7895
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
7896
      lt_cv_file_magic_cmd=/usr/bin/file
7897
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7898
      ;;
7899
    esac
7900
  else
7901
    lt_cv_deplibs_check_method=pass_all
7902
  fi
7903
  ;;
7904
 
7905
gnu*)
7906
  lt_cv_deplibs_check_method=pass_all
7907
  ;;
7908
 
7909
hpux10.20* | hpux11*)
7910
  lt_cv_file_magic_cmd=/usr/bin/file
7911
  case "$host_cpu" in
7912
  ia64*)
7913
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
7914
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7915
    ;;
7916
  hppa*64*)
7917
    [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]']
7918
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7919
    ;;
7920
  *)
7921
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
7922
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
7923
    ;;
7924
  esac
7925
  ;;
7926
 
7927
irix5* | irix6* | nonstopux*)
7928
  case $host_os in
7929
  irix5* | nonstopux*)
7930
    # this will be overridden with pass_all, but let us keep it just in case
7931
    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
7932
    ;;
7933
  *)
7934
    case $LD in
7935
    *-32|*"-32 ") libmagic=32-bit;;
7936
    *-n32|*"-n32 ") libmagic=N32;;
7937
    *-64|*"-64 ") libmagic=64-bit;;
7938
    *) libmagic=never-match;;
7939
    esac
7940
    # this will be overridden with pass_all, but let us keep it just in case
7941
    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
7942
    ;;
7943
  esac
7944
  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
7945
  lt_cv_deplibs_check_method=pass_all
7946
  ;;
7947
 
7948
# This must be Linux ELF.
7949
linux*)
7950
  case $host_cpu in
7951
  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
7952
    lt_cv_deplibs_check_method=pass_all ;;
7953
  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
7954
  arm* )
7955
    lt_cv_deplibs_check_method=pass_all ;;
7956
  *)
7957
    # glibc up to 2.1.1 does not perform some relocations on ARM
7958
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
7959
  esac
7960
  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
7961
  ;;
7962
 
7963
netbsd*)
7964
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7965
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
7966
  else
7967
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
7968
  fi
7969
  ;;
7970
 
7971
newos6*)
7972
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
7973
  lt_cv_file_magic_cmd=/usr/bin/file
7974
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
7975
  ;;
7976
 
7977
nto-qnx*)
7978
  lt_cv_deplibs_check_method=unknown
7979
  ;;
7980
 
7981
openbsd*)
7982
  lt_cv_file_magic_cmd=/usr/bin/file
7983
  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7984
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7985
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
7986
  else
7987
    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
7988
  fi
7989
  ;;
7990
 
7991
osf3* | osf4* | osf5*)
7992
  # this will be overridden with pass_all, but let us keep it just in case
7993
  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
7994
  lt_cv_file_magic_test_file=/shlib/libc.so
7995
  lt_cv_deplibs_check_method=pass_all
7996
  ;;
7997
 
7998
sco3.2v5*)
7999
  lt_cv_deplibs_check_method=pass_all
8000
  ;;
8001
 
8002
solaris*)
8003
  lt_cv_deplibs_check_method=pass_all
8004
  lt_cv_file_magic_test_file=/lib/libc.so
8005
  ;;
8006
 
8007
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8008
  case $host_vendor in
8009
  motorola)
8010
    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]]'
8011
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
8012
    ;;
8013
  ncr)
8014
    lt_cv_deplibs_check_method=pass_all
8015
    ;;
8016
  sequent)
8017
    lt_cv_file_magic_cmd='/bin/file'
8018
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
8019
    ;;
8020
  sni)
8021
    lt_cv_file_magic_cmd='/bin/file'
8022
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
8023
    lt_cv_file_magic_test_file=/lib/libc.so
8024
    ;;
8025
  siemens)
8026
    lt_cv_deplibs_check_method=pass_all
8027
    ;;
8028
  esac
8029
  ;;
8030
 
8031
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
8032
  lt_cv_deplibs_check_method=pass_all
8033
  ;;
8034
esac
8035
])
8036
file_magic_cmd=$lt_cv_file_magic_cmd
8037
deplibs_check_method=$lt_cv_deplibs_check_method
8038
test -z "$deplibs_check_method" && deplibs_check_method=unknown
8039
])
8040
m4trace:acinclude.m4:8250: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
8041
[if test -n "$NM"; then
8042
  # Let the user override the test.
8043
  lt_cv_path_NM="$NM"
8044
else
8045
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8046
  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
8047
    IFS="$lt_save_ifs"
8048
    test -z "$ac_dir" && ac_dir=.
8049
    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
8050
    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
8051
      # Check to see if the nm accepts a BSD-compat flag.
8052
      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
8053
      #   nm: unknown option "B" ignored
8054
      # Tru64's nm complains that /dev/null is an invalid object file
8055
      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
8056
      */dev/null* | *'Invalid file or object type'*)
8057
	lt_cv_path_NM="$tmp_nm -B"
8058
	break
8059
        ;;
8060
      *)
8061
	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
8062
	*/dev/null*)
8063
	  lt_cv_path_NM="$tmp_nm -p"
8064
	  break
8065
	  ;;
8066
	*)
8067
	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
8068
	  continue # so that we can try to find one that supports BSD flags
8069
	  ;;
8070
	esac
8071
      esac
8072
    fi
8073
  done
8074
  IFS="$lt_save_ifs"
8075
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
8076
fi])
8077
NM="$lt_cv_path_NM"
8078
])
8079
m4trace:acinclude.m4:8295: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8080
LIBM=
8081
case $host in
8082
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
8083
  # These system don't have libm, or don't need it
8084
  ;;
8085
*-ncr-sysv4.3*)
8086
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
8087
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
8088
  ;;
8089
*)
8090
  AC_CHECK_LIB(m, cos, LIBM="-lm")
8091
  ;;
8092
esac
8093
])
8094
m4trace:acinclude.m4:8324: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
8095
  case $enable_ltdl_convenience in
8096
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
8097
  "") enable_ltdl_convenience=yes
8098
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
8099
  esac
8100
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
8101
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8102
  # For backwards non-gettext consistent compatibility...
8103
  INCLTDL="$LTDLINCL"
8104
])
8105
m4trace:acinclude.m4:8350: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
8106
  AC_CHECK_LIB(ltdl, lt_dlinit,
8107
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
8108
  [if test x"$enable_ltdl_install" = xno; then
8109
     AC_MSG_WARN([libltdl not installed, but installation disabled])
8110
   else
8111
     enable_ltdl_install=yes
8112
   fi
8113
  ])
8114
  if test x"$enable_ltdl_install" = x"yes"; then
8115
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
8116
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
8117
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8118
  else
8119
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
8120
    LIBLTDL="-lltdl"
8121
    LTDLINCL=
8122
  fi
8123
  # For backwards non-gettext consistent compatibility...
8124
  INCLTDL="$LTDLINCL"
8125
])
8126
m4trace:acinclude.m4:8377: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
8127
])
8128
m4trace:acinclude.m4:8384: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
8129
AC_REQUIRE([AC_PROG_CXXCPP])
8130
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8131
])
8132
m4trace:acinclude.m4:8394: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
8133
])
8134
m4trace:acinclude.m4:8401: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
8135
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8136
])
8137
m4trace:acinclude.m4:8410: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
8138
])
8139
m4trace:acinclude.m4:8417: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
8140
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
8141
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
8142
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
8143
	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
8144
	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
8145
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
8146
])
8147
m4trace:acinclude.m4:8431: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
8148
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
8149
])
8150
m4trace:acinclude.m4:8442: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
8151
m4trace:acinclude.m4:8443: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
8152
AC_LANG_PUSH(C)
8153
 
8154
# Source file extension for C test sources.
8155
ac_ext=c
8156
 
8157
# Object file extension for compiled C test sources.
8158
objext=o
8159
_LT_AC_TAGVAR(objext, $1)=$objext
8160
 
8161
# Code to be used in simple compile tests
8162
lt_simple_compile_test_code="int some_variable = 0;\n"
8163
 
8164
# Code to be used in simple link tests
8165
lt_simple_link_test_code='int main(){return(0);}\n'
8166
 
8167
_LT_AC_SYS_COMPILER
8168
 
8169
#
8170
# Check for any special shared library compilation flags.
8171
#
8172
_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
8173
if test "$GCC" = no; then
8174
  case $host_os in
8175
  sco3.2v5*)
8176
    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
8177
    ;;
8178
  esac
8179
fi
8180
if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
8181
  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
8182
  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
8183
  else
8184
    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
8185
    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
8186
  fi
8187
fi
8188
 
8189
 
8190
#
8191
# Check to make sure the static flag actually works.
8192
#
8193
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
8194
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
8195
  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
8196
  [],
8197
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
8198
 
8199
 
8200
## CAVEAT EMPTOR:
8201
## There is no encapsulation within the following macros, do not change
8202
## the running order or otherwise move them around unless you know exactly
8203
## what you are doing...
8204
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
8205
AC_LIBTOOL_PROG_COMPILER_PIC($1)
8206
AC_LIBTOOL_PROG_CC_C_O($1)
8207
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
8208
AC_LIBTOOL_PROG_LD_SHLIBS($1)
8209
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
8210
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
8211
AC_LIBTOOL_SYS_LIB_STRIP
8212
AC_LIBTOOL_DLOPEN_SELF($1)
8213
 
8214
# Report which librarie types wil actually be built
8215
AC_MSG_CHECKING([if libtool supports shared libraries])
8216
AC_MSG_RESULT([$can_build_shared])
8217
 
8218
AC_MSG_CHECKING([whether to build shared libraries])
8219
test "$can_build_shared" = "no" && enable_shared=no
8220
 
8221
# On AIX, shared libraries and static libraries use the same namespace, and
8222
# are all built from PIC.
8223
case "$host_os" in
8224
aix3*)
8225
  test "$enable_shared" = yes && enable_static=no
8226
  if test -n "$RANLIB"; then
8227
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
8228
    postinstall_cmds='$RANLIB $lib'
8229
  fi
8230
  ;;
8231
 
8232
aix4*)
8233
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
8234
    test "$enable_shared" = yes && enable_static=no
8235
  fi
8236
  ;;
8237
  darwin* | rhapsody*)
8238
  if test "$GCC" = yes; then
8239
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8240
    case "$host_os" in
8241
    rhapsody* | darwin1.[[012]])
8242
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8243
      ;;
8244
    *) # Darwin 1.3 on
8245
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8246
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8247
      else
8248
	case ${MACOSX_DEPLOYMENT_TARGET} in
8249
	  10.[012])
8250
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8251
	    ;;
8252
	  10.*)
8253
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8254
	    ;;
8255
	esac
8256
      fi
8257
      ;;
8258
    esac
8259
    output_verbose_link_cmd='echo'
8260
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8261
    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8262
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8263
    _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}'
8264
    _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}'
8265
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
8266
    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8267
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8268
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8269
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8270
  else
8271
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8272
  fi  
8273
    ;;  
8274
esac
8275
AC_MSG_RESULT([$enable_shared])
8276
 
8277
AC_MSG_CHECKING([whether to build static libraries])
8278
# Make sure either enable_shared or enable_static is yes.
8279
test "$enable_shared" = yes || enable_static=yes
8280
AC_MSG_RESULT([$enable_static])
8281
 
8282
AC_LIBTOOL_CONFIG($1)
8283
 
8284
AC_LANG_POP
8285
CC="$lt_save_CC"
8286
])
8287
m4trace:acinclude.m4:8587: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
8288
m4trace:acinclude.m4:8588: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
8289
AC_REQUIRE([AC_PROG_CXX])
8290
AC_REQUIRE([AC_PROG_CXXCPP])
8291
 
8292
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8293
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
8294
_LT_AC_TAGVAR(always_export_symbols, $1)=no
8295
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
8296
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
8297
_LT_AC_TAGVAR(hardcode_direct, $1)=no
8298
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
8299
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
8300
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8301
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
8302
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
8303
_LT_AC_TAGVAR(module_cmds, $1)=
8304
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
8305
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
8306
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8307
_LT_AC_TAGVAR(no_undefined_flag, $1)=
8308
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8309
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
8310
 
8311
# Dependencies to place before and after the object being linked:
8312
_LT_AC_TAGVAR(predep_objects, $1)=
8313
_LT_AC_TAGVAR(postdep_objects, $1)=
8314
_LT_AC_TAGVAR(predeps, $1)=
8315
_LT_AC_TAGVAR(postdeps, $1)=
8316
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
8317
 
8318
# Source file extension for C++ test sources.
8319
ac_ext=cc
8320
 
8321
# Object file extension for compiled C++ test sources.
8322
objext=o
8323
_LT_AC_TAGVAR(objext, $1)=$objext
8324
 
8325
# Code to be used in simple compile tests
8326
lt_simple_compile_test_code="int some_variable = 0;\n"
8327
 
8328
# Code to be used in simple link tests
8329
lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
8330
 
8331
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
8332
_LT_AC_SYS_COMPILER
8333
 
8334
# Allow CC to be a program name with arguments.
8335
lt_save_CC=$CC
8336
lt_save_LD=$LD
8337
lt_save_GCC=$GCC
8338
GCC=$GXX
8339
lt_save_with_gnu_ld=$with_gnu_ld
8340
lt_save_path_LD=$lt_cv_path_LD
8341
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
8342
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
8343
else
8344
  unset lt_cv_prog_gnu_ld
8345
fi
8346
if test -n "${lt_cv_path_LDCXX+set}"; then
8347
  lt_cv_path_LD=$lt_cv_path_LDCXX
8348
else
8349
  unset lt_cv_path_LD
8350
fi
8351
test -z "${LDCXX+set}" || LD=$LDCXX
8352
CC=${CXX-"c++"}
8353
compiler=$CC
8354
_LT_AC_TAGVAR(compiler, $1)=$CC
8355
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
8356
 
8357
# We don't want -fno-exception wen compiling C++ code, so set the
8358
# no_builtin_flag separately
8359
if test "$GXX" = yes; then
8360
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
8361
else
8362
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
8363
fi
8364
 
8365
if test "$GXX" = yes; then
8366
  # Set up default GNU C++ configuration
8367
 
8368
  AC_PROG_LD
8369
 
8370
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
8371
  # archiving commands below assume that GNU ld is being used.
8372
  if test "$with_gnu_ld" = yes; then
8373
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8374
    _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'
8375
 
8376
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
8377
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8378
 
8379
    # If archive_cmds runs LD, not CC, wlarc should be empty
8380
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
8381
    #     investigate it a little bit more. (MM)
8382
    wlarc='${wl}'
8383
 
8384
    # ancient GNU ld didn't support --whole-archive et. al.
8385
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
8386
	grep 'no-whole-archive' > /dev/null; then
8387
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8388
    else
8389
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8390
    fi
8391
  else
8392
    with_gnu_ld=no
8393
    wlarc=
8394
 
8395
    # A generic and very simple default shared library creation
8396
    # command for GNU C++ for the case where it uses the native
8397
    # linker, instead of GNU ld.  If possible, this setting should
8398
    # overridden to take advantage of the native linker features on
8399
    # the platform it is being used on.
8400
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
8401
  fi
8402
 
8403
  # Commands to make compiler produce verbose output that lists
8404
  # what "hidden" libraries, object files and flags are used when
8405
  # linking a shared library.
8406
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8407
 
8408
else
8409
  GXX=no
8410
  with_gnu_ld=no
8411
  wlarc=
8412
fi
8413
 
8414
# PORTME: fill in a description of your system's C++ link characteristics
8415
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
8416
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
8417
case $host_os in
8418
  aix3*)
8419
    # FIXME: insert proper C++ library support
8420
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8421
    ;;
8422
  aix4* | aix5*)
8423
    if test "$host_cpu" = ia64; then
8424
      # On IA64, the linker does run time linking by default, so we don't
8425
      # have to do anything special.
8426
      aix_use_runtimelinking=no
8427
      exp_sym_flag='-Bexport'
8428
      no_entry_flag=""
8429
    else
8430
      # KDE requires run time linking.  Make it the default.
8431
      aix_use_runtimelinking=yes
8432
      exp_sym_flag='-bexport'
8433
      no_entry_flag='-bnoentry'
8434
    fi
8435
 
8436
    # When large executables or shared objects are built, AIX ld can
8437
    # have problems creating the table of contents.  If linking a library
8438
    # or program results in "error TOC overflow" add -mminimal-toc to
8439
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8440
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8441
 
8442
    _LT_AC_TAGVAR(archive_cmds, $1)=''
8443
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8444
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
8445
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8446
 
8447
    if test "$GXX" = yes; then
8448
      case $host_os in aix4.[012]|aix4.[012].*)
8449
      # We only want to do this on AIX 4.2 and lower, the check
8450
      # below for broken collect2 doesn't work under 4.3+
8451
	collect2name=`${CC} -print-prog-name=collect2`
8452
	if test -f "$collect2name" && \
8453
	   strings "$collect2name" | grep resolve_lib_name >/dev/null
8454
	then
8455
	  # We have reworked collect2
8456
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8457
	else
8458
	  # We have old collect2
8459
	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
8460
	  # It fails to find uninstalled libraries when the uninstalled
8461
	  # path is not listed in the libpath.  Setting hardcode_minus_L
8462
	  # to unsupported forces relinking
8463
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
8464
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8465
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8466
	fi
8467
      esac
8468
      shared_flag='-shared'
8469
    else
8470
      # not using gcc
8471
      if test "$host_cpu" = ia64; then
8472
	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8473
	# chokes on -Wl,-G. The following line is correct:
8474
	shared_flag='-G'
8475
      else
8476
	if test "$aix_use_runtimelinking" = yes; then
8477
	  shared_flag='-qmkshrobj ${wl}-G'
8478
	else
8479
	  shared_flag='-qmkshrobj'
8480
	fi
8481
      fi
8482
    fi
8483
 
8484
    # Let the compiler handle the export list.
8485
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
8486
    if test "$aix_use_runtimelinking" = yes; then
8487
      # Warning - without using the other runtime loading flags (-brtl),
8488
      # -berok will link without error, but may produce a broken library.
8489
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
8490
      # Determine the default libpath from the value encoded in an empty executable.
8491
      _LT_AC_SYS_LIBPATH_AIX
8492
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8493
 
8494
      _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"
8495
      _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"
8496
     else
8497
      if test "$host_cpu" = ia64; then
8498
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
8499
	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
8500
	_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"
8501
      else
8502
	# Determine the default libpath from the value encoded in an empty executable.
8503
	_LT_AC_SYS_LIBPATH_AIX
8504
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8505
	# Warning - without using the other run time loading flags,
8506
	# -berok will link without error, but may produce a broken library.
8507
	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
8508
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
8509
	# -bexpall does not export symbols beginning with underscore (_)
8510
	_LT_AC_TAGVAR(always_export_symbols, $1)=yes
8511
	# Exported symbols can be pulled into shared objects from archives
8512
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
8513
	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
8514
	# This is similar to how AIX traditionally builds it's shared libraries.
8515
	_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'
8516
      fi
8517
    fi
8518
    ;;
8519
  chorus*)
8520
    case $cc_basename in
8521
      *)
8522
	# FIXME: insert proper C++ library support
8523
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8524
	;;
8525
    esac
8526
    ;;
8527
 
8528
  cygwin* | mingw* | pw32*)
8529
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
8530
    # as there is no search path for DLLs.
8531
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8532
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
8533
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
8534
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
8535
 
8536
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
8537
      _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'
8538
      # If the export-symbols file already is a .def file (1st line
8539
      # is EXPORTS), use it as is; otherwise, prepend...
8540
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8541
	cp $export_symbols $output_objdir/$soname.def;
8542
      else
8543
	echo EXPORTS > $output_objdir/$soname.def;
8544
	cat $export_symbols >> $output_objdir/$soname.def;
8545
      fi~
8546
      $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'
8547
    else
8548
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
8549
    fi
8550
  ;;
8551
 
8552
  darwin* | rhapsody*)
8553
  if test "$GXX" = yes; then
8554
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8555
    case "$host_os" in
8556
    rhapsody* | darwin1.[[012]])
8557
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8558
      ;;
8559
    *) # Darwin 1.3 on
8560
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8561
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8562
      else
8563
	case ${MACOSX_DEPLOYMENT_TARGET} in
8564
	  10.[012])
8565
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8566
	    ;;
8567
	  10.*)
8568
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8569
	    ;;
8570
	esac
8571
      fi
8572
      ;;
8573
    esac
8574
    lt_int_apple_cc_single_mod=no
8575
    output_verbose_link_cmd='echo'
8576
    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
8577
      lt_int_apple_cc_single_mod=yes
8578
    fi
8579
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8580
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8581
    else
8582
      _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'
8583
    fi
8584
    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8585
 
8586
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8587
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8588
      _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}'
8589
    else
8590
      _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}'
8591
    fi
8592
    _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}'
8593
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
8594
    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8595
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8596
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8597
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8598
  else
8599
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8600
  fi
8601
    ;;
8602
 
8603
  dgux*)
8604
    case $cc_basename in
8605
      ec++)
8606
	# FIXME: insert proper C++ library support
8607
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8608
	;;
8609
      ghcx)
8610
	# Green Hills C++ Compiler
8611
	# FIXME: insert proper C++ library support
8612
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8613
	;;
8614
      *)
8615
	# FIXME: insert proper C++ library support
8616
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8617
	;;
8618
    esac
8619
    ;;
8620
  freebsd[12]*)
8621
    # C++ shared libraries reported to be fairly broken before switch to ELF
8622
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8623
    ;;
8624
  freebsd-elf*)
8625
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8626
    ;;
8627
  freebsd* | kfreebsd*-gnu)
8628
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
8629
    # conventions
8630
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
8631
    ;;
8632
  gnu*)
8633
    ;;
8634
  hpux9*)
8635
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8636
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8637
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8638
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8639
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8640
				# but as the default
8641
				# location of the library.
8642
 
8643
    case $cc_basename in
8644
    CC)
8645
      # FIXME: insert proper C++ library support
8646
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
8647
      ;;
8648
    aCC)
8649
      _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'
8650
      # Commands to make compiler produce verbose output that lists
8651
      # what "hidden" libraries, object files and flags are used when
8652
      # linking a shared library.
8653
      #
8654
      # There doesn't appear to be a way to prevent this compiler from
8655
      # explicitly linking system object files so we need to strip them
8656
      # from the output so that they don't get included in the library
8657
      # dependencies.
8658
      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'
8659
      ;;
8660
    *)
8661
      if test "$GXX" = yes; then
8662
        _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'
8663
      else
8664
        # FIXME: insert proper C++ library support
8665
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
8666
      fi
8667
      ;;
8668
    esac
8669
    ;;
8670
  hpux10*|hpux11*)
8671
    if test $with_gnu_ld = no; then
8672
      case "$host_cpu" in
8673
      hppa*64*)
8674
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8675
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
8676
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8677
        ;;
8678
      ia64*)
8679
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8680
        ;;
8681
      *)
8682
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8683
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8684
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8685
        ;;
8686
      esac
8687
    fi
8688
    case "$host_cpu" in
8689
    hppa*64*)
8690
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
8691
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8692
      ;;
8693
    ia64*)
8694
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
8695
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8696
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8697
					      # but as the default
8698
					      # location of the library.
8699
      ;;
8700
    *)
8701
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8702
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8703
					      # but as the default
8704
					      # location of the library.
8705
      ;;
8706
    esac
8707
 
8708
    case $cc_basename in
8709
      CC)
8710
	# FIXME: insert proper C++ library support
8711
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8712
	;;
8713
      aCC)
8714
	case "$host_cpu" in
8715
	hppa*64*|ia64*)
8716
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8717
	  ;;
8718
	*)
8719
	  _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'
8720
	  ;;
8721
	esac
8722
	# Commands to make compiler produce verbose output that lists
8723
	# what "hidden" libraries, object files and flags are used when
8724
	# linking a shared library.
8725
	#
8726
	# There doesn't appear to be a way to prevent this compiler from
8727
	# explicitly linking system object files so we need to strip them
8728
	# from the output so that they don't get included in the library
8729
	# dependencies.
8730
	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'
8731
	;;
8732
      *)
8733
	if test "$GXX" = yes; then
8734
	  if test $with_gnu_ld = no; then
8735
	    case "$host_cpu" in
8736
	    ia64*|hppa*64*)
8737
	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8738
	      ;;
8739
	    *)
8740
	      _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'
8741
	      ;;
8742
	    esac
8743
	  fi
8744
	else
8745
	  # FIXME: insert proper C++ library support
8746
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
8747
	fi
8748
	;;
8749
    esac
8750
    ;;
8751
  irix5* | irix6*)
8752
    case $cc_basename in
8753
      CC)
8754
	# SGI C++
8755
	_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'
8756
 
8757
	# Archives containing C++ object files must be created using
8758
	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
8759
	# necessary to make sure instantiated templates are included
8760
	# in the archive.
8761
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
8762
	;;
8763
      *)
8764
	if test "$GXX" = yes; then
8765
	  if test "$with_gnu_ld" = no; then
8766
	    _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'
8767
	  else
8768
	    _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'
8769
	  fi
8770
	fi
8771
	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8772
	;;
8773
    esac
8774
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8775
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8776
    ;;
8777
  linux*)
8778
    case $cc_basename in
8779
      KCC)
8780
	# Kuck and Associates, Inc. (KAI) C++ Compiler
8781
 
8782
	# KCC will only create a shared library if the output file
8783
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
8784
	# to its proper name (with version) after linking.
8785
	_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'
8786
	_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'
8787
	# Commands to make compiler produce verbose output that lists
8788
	# what "hidden" libraries, object files and flags are used when
8789
	# linking a shared library.
8790
	#
8791
	# There doesn't appear to be a way to prevent this compiler from
8792
	# explicitly linking system object files so we need to strip them
8793
	# from the output so that they don't get included in the library
8794
	# dependencies.
8795
	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'
8796
 
8797
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
8798
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8799
 
8800
	# Archives containing C++ object files must be created using
8801
	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
8802
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
8803
	;;
8804
      icpc)
8805
	# Intel C++
8806
	with_gnu_ld=yes
8807
	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8808
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8809
	_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'
8810
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8811
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8812
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8813
	;;
8814
      cxx)
8815
	# Compaq C++
8816
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8817
	_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'
8818
 
8819
	runpath_var=LD_RUN_PATH
8820
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
8821
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8822
 
8823
	# Commands to make compiler produce verbose output that lists
8824
	# what "hidden" libraries, object files and flags are used when
8825
	# linking a shared library.
8826
	#
8827
	# There doesn't appear to be a way to prevent this compiler from
8828
	# explicitly linking system object files so we need to strip them
8829
	# from the output so that they don't get included in the library
8830
	# dependencies.
8831
	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'
8832
	;;
8833
    esac
8834
    ;;
8835
  lynxos*)
8836
    # FIXME: insert proper C++ library support
8837
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8838
    ;;
8839
  m88k*)
8840
    # FIXME: insert proper C++ library support
8841
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8842
    ;;
8843
  mvs*)
8844
    case $cc_basename in
8845
      cxx)
8846
	# FIXME: insert proper C++ library support
8847
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8848
	;;
8849
      *)
8850
	# FIXME: insert proper C++ library support
8851
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8852
	;;
8853
    esac
8854
    ;;
8855
  netbsd*)
8856
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8857
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
8858
      wlarc=
8859
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
8860
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8861
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8862
    fi
8863
    # Workaround some broken pre-1.5 toolchains
8864
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
8865
    ;;
8866
  osf3*)
8867
    case $cc_basename in
8868
      KCC)
8869
	# Kuck and Associates, Inc. (KAI) C++ Compiler
8870
 
8871
	# KCC will only create a shared library if the output file
8872
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
8873
	# to its proper name (with version) after linking.
8874
	_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'
8875
 
8876
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8877
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8878
 
8879
	# Archives containing C++ object files must be created using
8880
	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
8881
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
8882
 
8883
	;;
8884
      RCC)
8885
	# Rational C++ 2.4.1
8886
	# FIXME: insert proper C++ library support
8887
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8888
	;;
8889
      cxx)
8890
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
8891
	_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'
8892
 
8893
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8894
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8895
 
8896
	# Commands to make compiler produce verbose output that lists
8897
	# what "hidden" libraries, object files and flags are used when
8898
	# linking a shared library.
8899
	#
8900
	# There doesn't appear to be a way to prevent this compiler from
8901
	# explicitly linking system object files so we need to strip them
8902
	# from the output so that they don't get included in the library
8903
	# dependencies.
8904
	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'
8905
	;;
8906
      *)
8907
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8908
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
8909
	  _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'
8910
 
8911
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8912
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8913
 
8914
	  # Commands to make compiler produce verbose output that lists
8915
	  # what "hidden" libraries, object files and flags are used when
8916
	  # linking a shared library.
8917
	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8918
 
8919
	else
8920
	  # FIXME: insert proper C++ library support
8921
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
8922
	fi
8923
	;;
8924
    esac
8925
    ;;
8926
  osf4* | osf5*)
8927
    case $cc_basename in
8928
      KCC)
8929
	# Kuck and Associates, Inc. (KAI) C++ Compiler
8930
 
8931
	# KCC will only create a shared library if the output file
8932
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
8933
	# to its proper name (with version) after linking.
8934
	_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'
8935
 
8936
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8937
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8938
 
8939
	# Archives containing C++ object files must be created using
8940
	# the KAI C++ compiler.
8941
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
8942
	;;
8943
      RCC)
8944
	# Rational C++ 2.4.1
8945
	# FIXME: insert proper C++ library support
8946
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8947
	;;
8948
      cxx)
8949
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
8950
	_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'
8951
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
8952
	  echo "-hidden">> $lib.exp~
8953
	  $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~
8954
	  $rm $lib.exp'
8955
 
8956
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
8957
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8958
 
8959
	# Commands to make compiler produce verbose output that lists
8960
	# what "hidden" libraries, object files and flags are used when
8961
	# linking a shared library.
8962
	#
8963
	# There doesn't appear to be a way to prevent this compiler from
8964
	# explicitly linking system object files so we need to strip them
8965
	# from the output so that they don't get included in the library
8966
	# dependencies.
8967
	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'
8968
	;;
8969
      *)
8970
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8971
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
8972
	 _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'
8973
 
8974
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8975
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8976
 
8977
	  # Commands to make compiler produce verbose output that lists
8978
	  # what "hidden" libraries, object files and flags are used when
8979
	  # linking a shared library.
8980
	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8981
 
8982
	else
8983
	  # FIXME: insert proper C++ library support
8984
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
8985
	fi
8986
	;;
8987
    esac
8988
    ;;
8989
  psos*)
8990
    # FIXME: insert proper C++ library support
8991
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8992
    ;;
8993
  sco*)
8994
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8995
    case $cc_basename in
8996
      CC)
8997
	# FIXME: insert proper C++ library support
8998
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8999
	;;
9000
      *)
9001
	# FIXME: insert proper C++ library support
9002
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9003
	;;
9004
    esac
9005
    ;;
9006
  sunos4*)
9007
    case $cc_basename in
9008
      CC)
9009
	# Sun C++ 4.x
9010
	# FIXME: insert proper C++ library support
9011
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9012
	;;
9013
      lcc)
9014
	# Lucid
9015
	# FIXME: insert proper C++ library support
9016
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9017
	;;
9018
      *)
9019
	# FIXME: insert proper C++ library support
9020
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9021
	;;
9022
    esac
9023
    ;;
9024
  solaris*)
9025
    case $cc_basename in
9026
      CC)
9027
	# Sun C++ 4.2, 5.x and Centerline C++
9028
	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
9029
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
9030
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9031
	$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'
9032
 
9033
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
9034
	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
9035
	case $host_os in
9036
	  solaris2.[0-5] | solaris2.[0-5].*) ;;
9037
	  *)
9038
	    # The C++ compiler is used as linker so we must use $wl
9039
	    # flag to pass the commands to the underlying system
9040
	    # linker.
9041
	    # Supported since Solaris 2.6 (maybe 2.5.1?)
9042
	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9043
	    ;;
9044
	esac
9045
	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
9046
 
9047
	# Commands to make compiler produce verbose output that lists
9048
	# what "hidden" libraries, object files and flags are used when
9049
	# linking a shared library.
9050
	#
9051
	# There doesn't appear to be a way to prevent this compiler from
9052
	# explicitly linking system object files so we need to strip them
9053
	# from the output so that they don't get included in the library
9054
	# dependencies.
9055
	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'
9056
 
9057
	# Archives containing C++ object files must be created using
9058
	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
9059
	# necessary to make sure instantiated templates are included
9060
	# in the archive.
9061
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
9062
	;;
9063
      gcx)
9064
	# Green Hills C++ Compiler
9065
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9066
 
9067
	# The C++ compiler must be used to create the archive.
9068
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
9069
	;;
9070
      *)
9071
	# GNU C++ compiler with Solaris linker
9072
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9073
	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
9074
	  if $CC --version | grep -v '^2\.7' > /dev/null; then
9075
	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9076
	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9077
		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
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
	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9083
	  else
9084
	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
9085
	    # platform.
9086
	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9087
	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9088
		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9089
 
9090
	    # Commands to make compiler produce verbose output that lists
9091
	    # what "hidden" libraries, object files and flags are used when
9092
	    # linking a shared library.
9093
	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9094
	  fi
9095
 
9096
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
9097
	fi
9098
	;;
9099
    esac
9100
    ;;
9101
  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
9102
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9103
    ;;
9104
  tandem*)
9105
    case $cc_basename in
9106
      NCC)
9107
	# NonStop-UX NCC 3.20
9108
	# FIXME: insert proper C++ library support
9109
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9110
	;;
9111
      *)
9112
	# FIXME: insert proper C++ library support
9113
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9114
	;;
9115
    esac
9116
    ;;
9117
  vxworks*)
9118
    # FIXME: insert proper C++ library support
9119
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9120
    ;;
9121
  *)
9122
    # FIXME: insert proper C++ library support
9123
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9124
    ;;
9125
esac
9126
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
9127
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9128
 
9129
_LT_AC_TAGVAR(GCC, $1)="$GXX"
9130
_LT_AC_TAGVAR(LD, $1)="$LD"
9131
 
9132
## CAVEAT EMPTOR:
9133
## There is no encapsulation within the following macros, do not change
9134
## the running order or otherwise move them around unless you know exactly
9135
## what you are doing...
9136
AC_LIBTOOL_POSTDEP_PREDEP($1)
9137
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9138
AC_LIBTOOL_PROG_CC_C_O($1)
9139
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9140
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9141
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9142
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9143
AC_LIBTOOL_SYS_LIB_STRIP
9144
AC_LIBTOOL_DLOPEN_SELF($1)
9145
 
9146
AC_LIBTOOL_CONFIG($1)
9147
 
9148
AC_LANG_POP
9149
CC=$lt_save_CC
9150
LDCXX=$LD
9151
LD=$lt_save_LD
9152
GCC=$lt_save_GCC
9153
with_gnu_ldcxx=$with_gnu_ld
9154
with_gnu_ld=$lt_save_with_gnu_ld
9155
lt_cv_path_LDCXX=$lt_cv_path_LD
9156
lt_cv_path_LD=$lt_save_path_LD
9157
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
9158
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
9159
])
9160
m4trace:acinclude.m4:9468: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
9161
dnl we can't use the lt_simple_compile_test_code here,
9162
dnl because it contains code intended for an executable,
9163
dnl not a library.  It's possible we should let each
9164
dnl tag define a new lt_????_link_test_code variable,
9165
dnl but it's only used here...
9166
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
9167
int a;
9168
void foo (void) { a = 0; }
9169
EOF
9170
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
9171
class Foo
9172
{
9173
public:
9174
  Foo (void) { a = 0; }
9175
private:
9176
  int a;
9177
};
9178
EOF
9179
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
9180
      subroutine foo
9181
      implicit none
9182
      integer*4 a
9183
      a=0
9184
      return
9185
      end
9186
EOF
9187
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
9188
public class foo {
9189
  private int a;
9190
  public void bar (void) {
9191
    a = 0;
9192
  }
9193
};
9194
EOF
9195
])
9196
dnl Parse the compiler output and extract the necessary
9197
dnl objects, libraries and library flags.
9198
if AC_TRY_EVAL(ac_compile); then
9199
  # Parse the compiler output and extract the necessary
9200
  # objects, libraries and library flags.
9201
 
9202
  # Sentinel used to keep track of whether or not we are before
9203
  # the conftest object file.
9204
  pre_test_object_deps_done=no
9205
 
9206
  # The `*' in the case matches for architectures that use `case' in
9207
  # $output_verbose_cmd can trigger glob expansion during the loop
9208
  # eval without this substitution.
9209
  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
9210
 
9211
  for p in `eval $output_verbose_link_cmd`; do
9212
    case $p in
9213
 
9214
    -L* | -R* | -l*)
9215
       # Some compilers place space between "-{L,R}" and the path.
9216
       # Remove the space.
9217
       if test $p = "-L" \
9218
	  || test $p = "-R"; then
9219
	 prev=$p
9220
	 continue
9221
       else
9222
	 prev=
9223
       fi
9224
 
9225
       if test "$pre_test_object_deps_done" = no; then
9226
	 case $p in
9227
	 -L* | -R*)
9228
	   # Internal compiler library paths should come after those
9229
	   # provided the user.  The postdeps already come after the
9230
	   # user supplied libs so there is no need to process them.
9231
	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
9232
	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
9233
	   else
9234
	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
9235
	   fi
9236
	   ;;
9237
	 # The "-l" case would never come before the object being
9238
	 # linked, so don't bother handling this case.
9239
	 esac
9240
       else
9241
	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
9242
	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
9243
	 else
9244
	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
9245
	 fi
9246
       fi
9247
       ;;
9248
 
9249
    *.$objext|*.$libext)
9250
       # This assumes that the test object file only shows up
9251
       # once in the compiler output.
9252
       if test "$p" = "conftest.$objext"; then
9253
	 pre_test_object_deps_done=yes
9254
	 continue
9255
       fi
9256
 
9257
       if test "$pre_test_object_deps_done" = no; then
9258
	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
9259
	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
9260
	 else
9261
	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
9262
	 fi
9263
       else
9264
	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
9265
	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
9266
	 else
9267
	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
9268
	 fi
9269
       fi
9270
       ;;
9271
 
9272
    *) ;; # Ignore the rest.
9273
 
9274
    esac
9275
  done
9276
 
9277
  # Clean up.
9278
  rm -f a.out a.exe
9279
else
9280
  echo "libtool.m4: error: problem compiling $1 test program"
9281
fi
9282
 
9283
$rm -f confest.$objext
9284
 
9285
case " $_LT_AC_TAGVAR(postdeps, $1) " in
9286
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
9287
esac
9288
])
9289
m4trace:acinclude.m4:9603: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
9290
m4trace:acinclude.m4:9604: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
9291
AC_LANG_PUSH(Fortran 77)
9292
 
9293
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9294
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
9295
_LT_AC_TAGVAR(always_export_symbols, $1)=no
9296
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
9297
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
9298
_LT_AC_TAGVAR(hardcode_direct, $1)=no
9299
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
9300
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
9301
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
9302
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
9303
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
9304
_LT_AC_TAGVAR(module_cmds, $1)=
9305
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
9306
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
9307
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
9308
_LT_AC_TAGVAR(no_undefined_flag, $1)=
9309
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
9310
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
9311
 
9312
# Source file extension for f77 test sources.
9313
ac_ext=f
9314
 
9315
# Object file extension for compiled f77 test sources.
9316
objext=o
9317
_LT_AC_TAGVAR(objext, $1)=$objext
9318
 
9319
# Code to be used in simple compile tests
9320
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
9321
 
9322
# Code to be used in simple link tests
9323
lt_simple_link_test_code="      program t\n      end\n"
9324
 
9325
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9326
_LT_AC_SYS_COMPILER
9327
 
9328
# Allow CC to be a program name with arguments.
9329
lt_save_CC="$CC"
9330
CC=${F77-"f77"}
9331
compiler=$CC
9332
_LT_AC_TAGVAR(compiler, $1)=$CC
9333
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
9334
 
9335
AC_MSG_CHECKING([if libtool supports shared libraries])
9336
AC_MSG_RESULT([$can_build_shared])
9337
 
9338
AC_MSG_CHECKING([whether to build shared libraries])
9339
test "$can_build_shared" = "no" && enable_shared=no
9340
 
9341
# On AIX, shared libraries and static libraries use the same namespace, and
9342
# are all built from PIC.
9343
case "$host_os" in
9344
aix3*)
9345
  test "$enable_shared" = yes && enable_static=no
9346
  if test -n "$RANLIB"; then
9347
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
9348
    postinstall_cmds='$RANLIB $lib'
9349
  fi
9350
  ;;
9351
aix4*)
9352
  test "$enable_shared" = yes && enable_static=no
9353
  ;;
9354
esac
9355
AC_MSG_RESULT([$enable_shared])
9356
 
9357
AC_MSG_CHECKING([whether to build static libraries])
9358
# Make sure either enable_shared or enable_static is yes.
9359
test "$enable_shared" = yes || enable_static=yes
9360
AC_MSG_RESULT([$enable_static])
9361
 
9362
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9363
 
9364
_LT_AC_TAGVAR(GCC, $1)="$G77"
9365
_LT_AC_TAGVAR(LD, $1)="$LD"
9366
 
9367
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9368
AC_LIBTOOL_PROG_CC_C_O($1)
9369
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9370
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9371
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9372
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9373
AC_LIBTOOL_SYS_LIB_STRIP
9374
 
9375
 
9376
AC_LIBTOOL_CONFIG($1)
9377
 
9378
AC_LANG_POP
9379
CC="$lt_save_CC"
9380
])
9381
m4trace:acinclude.m4:9703: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
9382
m4trace:acinclude.m4:9704: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
9383
 
9384
# Source file extension for Java test sources.
9385
ac_ext=java
9386
 
9387
# Object file extension for compiled Java test sources.
9388
objext=o
9389
_LT_AC_TAGVAR(objext, $1)=$objext
9390
 
9391
# Code to be used in simple compile tests
9392
lt_simple_compile_test_code="class foo {}\n"
9393
 
9394
# Code to be used in simple link tests
9395
lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
9396
 
9397
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9398
_LT_AC_SYS_COMPILER
9399
 
9400
# Allow CC to be a program name with arguments.
9401
lt_save_CC="$CC"
9402
CC=${GCJ-"gcj"}
9403
compiler=$CC
9404
_LT_AC_TAGVAR(compiler, $1)=$CC
9405
 
9406
# GCJ did not exist at the time GCC didn't implicitly link libc in.
9407
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9408
 
9409
## CAVEAT EMPTOR:
9410
## There is no encapsulation within the following macros, do not change
9411
## the running order or otherwise move them around unless you know exactly
9412
## what you are doing...
9413
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
9414
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9415
AC_LIBTOOL_PROG_CC_C_O($1)
9416
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9417
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9418
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9419
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9420
AC_LIBTOOL_SYS_LIB_STRIP
9421
AC_LIBTOOL_DLOPEN_SELF($1)
9422
 
9423
AC_LIBTOOL_CONFIG($1)
9424
 
9425
AC_LANG_RESTORE
9426
CC="$lt_save_CC"
9427
])
9428
m4trace:acinclude.m4:9758: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
9429
m4trace:acinclude.m4:9759: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
9430
 
9431
# Source file extension for RC test sources.
9432
ac_ext=rc
9433
 
9434
# Object file extension for compiled RC test sources.
9435
objext=o
9436
_LT_AC_TAGVAR(objext, $1)=$objext
9437
 
9438
# Code to be used in simple compile tests
9439
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
9440
 
9441
# Code to be used in simple link tests
9442
lt_simple_link_test_code="$lt_simple_compile_test_code"
9443
 
9444
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9445
_LT_AC_SYS_COMPILER
9446
 
9447
# Allow CC to be a program name with arguments.
9448
lt_save_CC="$CC"
9449
CC=${RC-"windres"}
9450
compiler=$CC
9451
_LT_AC_TAGVAR(compiler, $1)=$CC
9452
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
9453
 
9454
AC_LIBTOOL_CONFIG($1)
9455
 
9456
AC_LANG_RESTORE
9457
CC="$lt_save_CC"
9458
])
9459
m4trace:acinclude.m4:9798: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
9460
# libtool distribution, otherwise you forgot to ship ltmain.sh
9461
# with your package, and you will get complaints that there are
9462
# no rules to generate ltmain.sh.
9463
if test -f "$ltmain"; then
9464
  # See if we are running on zsh, and set the options which allow our commands through
9465
  # without removal of \ escapes.
9466
  if test -n "${ZSH_VERSION+set}" ; then
9467
    setopt NO_GLOB_SUBST
9468
  fi  
9469
  # Now quote all the things that may contain metacharacters while being
9470
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
9471
  # variables and quote the copies for generation of the libtool script.
9472
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
9473
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
9474
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
9475
    deplibs_check_method reload_flag reload_cmds need_locks \
9476
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
9477
    lt_cv_sys_global_symbol_to_c_name_address \
9478
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
9479
    old_postinstall_cmds old_postuninstall_cmds \
9480
    _LT_AC_TAGVAR(compiler, $1) \
9481
    _LT_AC_TAGVAR(CC, $1) \
9482
    _LT_AC_TAGVAR(LD, $1) \
9483
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
9484
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
9485
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
9486
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
9487
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
9488
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
9489
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
9490
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
9491
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
9492
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
9493
    _LT_AC_TAGVAR(predep_objects, $1) \
9494
    _LT_AC_TAGVAR(postdep_objects, $1) \
9495
    _LT_AC_TAGVAR(predeps, $1) \
9496
    _LT_AC_TAGVAR(postdeps, $1) \
9497
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
9498
    _LT_AC_TAGVAR(archive_cmds, $1) \
9499
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
9500
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
9501
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
9502
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
9503
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
9504
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
9505
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
9506
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
9507
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
9508
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
9509
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
9510
    _LT_AC_TAGVAR(module_cmds, $1) \
9511
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
9512
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
9513
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
9514
    _LT_AC_TAGVAR(include_expsyms, $1); do
9515
 
9516
    case $var in
9517
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
9518
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
9519
    _LT_AC_TAGVAR(archive_cmds, $1) | \
9520
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
9521
    _LT_AC_TAGVAR(module_cmds, $1) | \
9522
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
9523
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
9524
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
9525
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
9526
    postinstall_cmds | postuninstall_cmds | \
9527
    old_postinstall_cmds | old_postuninstall_cmds | \
9528
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
9529
      # Double-quote double-evaled strings.
9530
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
9531
      ;;
9532
    *)
9533
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
9534
      ;;
9535
    esac
9536
  done
9537
 
9538
  case $lt_echo in
9539
  *'\[$]0 --fallback-echo"')
9540
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
9541
    ;;
9542
  esac
9543
 
9544
ifelse([$1], [],
9545
  [cfgfile="${ofile}T"
9546
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
9547
  $rm -f "$cfgfile"
9548
  AC_MSG_NOTICE([creating $ofile])],
9549
  [cfgfile="$ofile"])
9550
 
9551
  cat <<__EOF__ >> "$cfgfile"
9552
ifelse([$1], [],
9553
[#! $SHELL
9554
 
9555
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
9556
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
9557
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
9558
#
9559
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
9560
# Free Software Foundation, Inc.
9561
#
9562
# This file is part of GNU Libtool:
9563
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
9564
#
9565
# This program is free software; you can redistribute it and/or modify
9566
# it under the terms of the GNU General Public License as published by
9567
# the Free Software Foundation; either version 2 of the License, or
9568
# (at your option) any later version.
9569
#
9570
# This program is distributed in the hope that it will be useful, but
9571
# WITHOUT ANY WARRANTY; without even the implied warranty of
9572
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
9573
# General Public License for more details.
9574
#
9575
# You should have received a copy of the GNU General Public License
9576
# along with this program; if not, write to the Free Software
9577
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
9578
#
9579
# As a special exception to the GNU General Public License, if you
9580
# distribute this file as part of a program that contains a
9581
# configuration script generated by Autoconf, you may include it under
9582
# the same distribution terms that you use for the rest of that program.
9583
 
9584
# A sed program that does not truncate output.
9585
SED=$lt_SED
9586
 
9587
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
9588
Xsed="$SED -e s/^X//"
9589
 
9590
# The HP-UX ksh and POSIX shell print the target directory to stdout
9591
# if CDPATH is set.
9592
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
9593
 
9594
# The names of the tagged configurations supported by this script.
9595
available_tags=
9596
 
9597
# ### BEGIN LIBTOOL CONFIG],
9598
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
9599
 
9600
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9601
 
9602
# Shell to use when invoking shell scripts.
9603
SHELL=$lt_SHELL
9604
 
9605
# Whether or not to build shared libraries.
9606
build_libtool_libs=$enable_shared
9607
 
9608
# Whether or not to build static libraries.
9609
build_old_libs=$enable_static
9610
 
9611
# Whether or not to add -lc for building shared libraries.
9612
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
9613
 
9614
# Whether or not to disallow shared libs when runtime libs are static
9615
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
9616
 
9617
# Whether or not to optimize for fast installation.
9618
fast_install=$enable_fast_install
9619
 
9620
# The host system.
9621
host_alias=$host_alias
9622
host=$host
9623
 
9624
# An echo program that does not interpret backslashes.
9625
echo=$lt_echo
9626
 
9627
# The archiver.
9628
AR=$lt_AR
9629
AR_FLAGS=$lt_AR_FLAGS
9630
 
9631
# A C compiler.
9632
LTCC=$lt_LTCC
9633
 
9634
# A language-specific compiler.
9635
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
9636
 
9637
# Is the compiler the GNU C compiler?
9638
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
9639
 
9640
# An ERE matcher.
9641
EGREP=$lt_EGREP
9642
 
9643
# The linker used to build libraries.
9644
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
9645
 
9646
# Whether we need hard or soft links.
9647
LN_S=$lt_LN_S
9648
 
9649
# A BSD-compatible nm program.
9650
NM=$lt_NM
9651
 
9652
# A symbol stripping program
9653
STRIP=$STRIP
9654
 
9655
# Used to examine libraries when file_magic_cmd begins "file"
9656
MAGIC_CMD=$MAGIC_CMD
9657
 
9658
# Used on cygwin: DLL creation program.
9659
DLLTOOL="$DLLTOOL"
9660
 
9661
# Used on cygwin: object dumper.
9662
OBJDUMP="$OBJDUMP"
9663
 
9664
# Used on cygwin: assembler.
9665
AS="$AS"
9666
 
9667
# The name of the directory that contains temporary libtool files.
9668
objdir=$objdir
9669
 
9670
# How to create reloadable object files.
9671
reload_flag=$lt_reload_flag
9672
reload_cmds=$lt_reload_cmds
9673
 
9674
# How to pass a linker flag through the compiler.
9675
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
9676
 
9677
# Object file suffix (normally "o").
9678
objext="$ac_objext"
9679
 
9680
# Old archive suffix (normally "a").
9681
libext="$libext"
9682
 
9683
# Shared library suffix (normally ".so").
9684
shrext='$shrext'
9685
 
9686
# Executable file suffix (normally "").
9687
exeext="$exeext"
9688
 
9689
# Additional compiler flags for building library objects.
9690
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
9691
pic_mode=$pic_mode
9692
 
9693
# What is the maximum length of a command?
9694
max_cmd_len=$lt_cv_sys_max_cmd_len
9695
 
9696
# Does compiler simultaneously support -c and -o options?
9697
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
9698
 
9699
# Must we lock files when doing compilation ?
9700
need_locks=$lt_need_locks
9701
 
9702
# Do we need the lib prefix for modules?
9703
need_lib_prefix=$need_lib_prefix
9704
 
9705
# Do we need a version for libraries?
9706
need_version=$need_version
9707
 
9708
# Whether dlopen is supported.
9709
dlopen_support=$enable_dlopen
9710
 
9711
# Whether dlopen of programs is supported.
9712
dlopen_self=$enable_dlopen_self
9713
 
9714
# Whether dlopen of statically linked programs is supported.
9715
dlopen_self_static=$enable_dlopen_self_static
9716
 
9717
# Compiler flag to prevent dynamic linking.
9718
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
9719
 
9720
# Compiler flag to turn off builtin functions.
9721
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
9722
 
9723
# Compiler flag to allow reflexive dlopens.
9724
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
9725
 
9726
# Compiler flag to generate shared objects directly from archives.
9727
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
9728
 
9729
# Compiler flag to generate thread-safe objects.
9730
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
9731
 
9732
# Library versioning type.
9733
version_type=$version_type
9734
 
9735
# Format of library name prefix.
9736
libname_spec=$lt_libname_spec
9737
 
9738
# List of archive names.  First name is the real one, the rest are links.
9739
# The last name is the one that the linker finds with -lNAME.
9740
library_names_spec=$lt_library_names_spec
9741
 
9742
# The coded name of the library, if different from the real name.
9743
soname_spec=$lt_soname_spec
9744
 
9745
# Commands used to build and install an old-style archive.
9746
RANLIB=$lt_RANLIB
9747
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
9748
old_postinstall_cmds=$lt_old_postinstall_cmds
9749
old_postuninstall_cmds=$lt_old_postuninstall_cmds
9750
 
9751
# Create an old-style archive from a shared archive.
9752
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
9753
 
9754
# Create a temporary old-style archive to link instead of a shared archive.
9755
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
9756
 
9757
# Commands used to build and install a shared archive.
9758
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
9759
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
9760
postinstall_cmds=$lt_postinstall_cmds
9761
postuninstall_cmds=$lt_postuninstall_cmds
9762
 
9763
# Commands used to build a loadable module (assumed same as above if empty)
9764
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
9765
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
9766
 
9767
# Commands to strip libraries.
9768
old_striplib=$lt_old_striplib
9769
striplib=$lt_striplib
9770
 
9771
# Dependencies to place before the objects being linked to create a
9772
# shared library.
9773
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
9774
 
9775
# Dependencies to place after the objects being linked to create a
9776
# shared library.
9777
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
9778
 
9779
# Dependencies to place before the objects being linked to create a
9780
# shared library.
9781
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
9782
 
9783
# Dependencies to place after the objects being linked to create a
9784
# shared library.
9785
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
9786
 
9787
# The library search path used internally by the compiler when linking
9788
# a shared library.
9789
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
9790
 
9791
# Method to check whether dependent libraries are shared objects.
9792
deplibs_check_method=$lt_deplibs_check_method
9793
 
9794
# Command to use when deplibs_check_method == file_magic.
9795
file_magic_cmd=$lt_file_magic_cmd
9796
 
9797
# Flag that allows shared libraries with undefined symbols to be built.
9798
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
9799
 
9800
# Flag that forces no undefined symbols.
9801
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
9802
 
9803
# Commands used to finish a libtool library installation in a directory.
9804
finish_cmds=$lt_finish_cmds
9805
 
9806
# Same as above, but a single script fragment to be evaled but not shown.
9807
finish_eval=$lt_finish_eval
9808
 
9809
# Take the output of nm and produce a listing of raw symbols and C names.
9810
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
9811
 
9812
# Transform the output of nm in a proper C declaration
9813
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
9814
 
9815
# Transform the output of nm in a C name address pair
9816
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
9817
 
9818
# This is the shared library runtime path variable.
9819
runpath_var=$runpath_var
9820
 
9821
# This is the shared library path variable.
9822
shlibpath_var=$shlibpath_var
9823
 
9824
# Is shlibpath searched before the hard-coded library search path?
9825
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
9826
 
9827
# How to hardcode a shared library path into an executable.
9828
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
9829
 
9830
# Whether we should hardcode library paths into libraries.
9831
hardcode_into_libs=$hardcode_into_libs
9832
 
9833
# Flag to hardcode \$libdir into a binary during linking.
9834
# This must work even if \$libdir does not exist.
9835
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
9836
 
9837
# If ld is used when linking, flag to hardcode \$libdir into
9838
# a binary during linking. This must work even if \$libdir does
9839
# not exist.
9840
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
9841
 
9842
# Whether we need a single -rpath flag with a separated argument.
9843
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
9844
 
9845
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
9846
# resulting binary.
9847
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
9848
 
9849
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
9850
# resulting binary.
9851
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
9852
 
9853
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
9854
# the resulting binary.
9855
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
9856
 
9857
# Set to yes if building a shared library automatically hardcodes DIR into the library
9858
# and all subsequent libraries and executables linked against it.
9859
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
9860
 
9861
# Variables whose values should be saved in libtool wrapper scripts and
9862
# restored at relink time.
9863
variables_saved_for_relink="$variables_saved_for_relink"
9864
 
9865
# Whether libtool must link a program against all its dependency libraries.
9866
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
9867
 
9868
# Compile-time system search path for libraries
9869
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
9870
 
9871
# Run-time system search path for libraries
9872
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
9873
 
9874
# Fix the shell variable \$srcfile for the compiler.
9875
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
9876
 
9877
# Set to yes if exported symbols are required.
9878
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
9879
 
9880
# The commands to list exported symbols.
9881
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
9882
 
9883
# The commands to extract the exported symbol list from a shared archive.
9884
extract_expsyms_cmds=$lt_extract_expsyms_cmds
9885
 
9886
# Symbols that should not be listed in the preloaded symbols.
9887
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
9888
 
9889
# Symbols that must always be exported.
9890
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
9891
 
9892
ifelse([$1],[],
9893
[# ### END LIBTOOL CONFIG],
9894
[# ### END LIBTOOL TAG CONFIG: $tagname])
9895
 
9896
__EOF__
9897
 
9898
ifelse([$1],[], [
9899
  case $host_os in
9900
  aix3*)
9901
    cat <<\EOF >> "$cfgfile"
9902
 
9903
# AIX sometimes has problems with the GCC collect2 program.  For some
9904
# reason, if we set the COLLECT_NAMES environment variable, the problems
9905
# vanish in a puff of smoke.
9906
if test "X${COLLECT_NAMES+set}" != Xset; then
9907
  COLLECT_NAMES=
9908
  export COLLECT_NAMES
9909
fi
9910
EOF
9911
    ;;
9912
  esac
9913
 
9914
  # We use sed instead of cat because bash on DJGPP gets confused if
9915
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
9916
  # text mode, it properly converts lines to CR/LF.  This bash problem
9917
  # is reportedly fixed, but why not run on old versions too?
9918
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
9919
 
9920
  mv -f "$cfgfile" "$ofile" || \
9921
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
9922
  chmod +x "$ofile"
9923
])
9924
else
9925
  # If there is no Makefile yet, we rely on a make rule to execute
9926
  # `config.status --recheck' to rerun these tests and create the
9927
  # libtool script then.
9928
  test -f Makefile && make "$ltmain"
9929
fi
9930
])
9931
m4trace:acinclude.m4:10275: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
9932
 
9933
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
9934
 
9935
if test "$GCC" = yes; then
9936
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
9937
 
9938
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
9939
    lt_cv_prog_compiler_rtti_exceptions,
9940
    [-fno-rtti -fno-exceptions], [],
9941
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
9942
fi
9943
])
9944
m4trace:acinclude.m4:10293: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
9945
AC_REQUIRE([AC_PROG_NM])
9946
AC_REQUIRE([AC_OBJEXT])
9947
# Check for command to grab the raw symbol name followed by C symbol from nm.
9948
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
9949
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
9950
[
9951
# These are sane defaults that work on at least a few old systems.
9952
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
9953
 
9954
# Character class describing NM global symbol codes.
9955
symcode='[[BCDEGRST]]'
9956
 
9957
# Regexp to match symbols that can be accessed directly from C.
9958
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
9959
 
9960
# Transform the above into a raw symbol and a C symbol.
9961
symxfrm='\1 \2\3 \3'
9962
 
9963
# Transform an extracted symbol line into a proper C declaration
9964
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
9965
 
9966
# Transform an extracted symbol line into symbol name and symbol address
9967
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'"
9968
 
9969
# Define system-specific variables.
9970
case $host_os in
9971
aix*)
9972
  symcode='[[BCDT]]'
9973
  ;;
9974
cygwin* | mingw* | pw32*)
9975
  symcode='[[ABCDGISTW]]'
9976
  ;;
9977
hpux*) # Its linker distinguishes data from code symbols
9978
  if test "$host_cpu" = ia64; then
9979
    symcode='[[ABCDEGRST]]'
9980
  fi
9981
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
9982
  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'"
9983
  ;;
9984
irix* | nonstopux*)
9985
  symcode='[[BCDEGRST]]'
9986
  ;;
9987
osf*)
9988
  symcode='[[BCDEGQRST]]'
9989
  ;;
9990
solaris* | sysv5*)
9991
  symcode='[[BDT]]'
9992
  ;;
9993
sysv4)
9994
  symcode='[[DFNSTU]]'
9995
  ;;
9996
esac
9997
 
9998
# Handle CRLF in mingw tool chain
9999
opt_cr=
10000
case $build_os in
10001
mingw*)
10002
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
10003
  ;;
10004
esac
10005
 
10006
# If we're using GNU nm, then use its standard symbol codes.
10007
case `$NM -V 2>&1` in
10008
*GNU* | *'with BFD'*)
10009
  symcode='[[ABCDGISTW]]' ;;
10010
esac
10011
 
10012
# Try without a prefix undercore, then with it.
10013
for ac_symprfx in "" "_"; do
10014
 
10015
  # Write the raw and C identifiers.
10016
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
10017
 
10018
  # Check to see that the pipe works correctly.
10019
  pipe_works=no
10020
 
10021
  rm -f conftest*
10022
  cat > conftest.$ac_ext <<EOF
10023
#ifdef __cplusplus
10024
extern "C" {
10025
#endif
10026
char nm_test_var;
10027
void nm_test_func(){}
10028
#ifdef __cplusplus
10029
}
10030
#endif
10031
int main(){nm_test_var='a';nm_test_func();return(0);}
10032
EOF
10033
 
10034
  if AC_TRY_EVAL(ac_compile); then
10035
    # Now try to grab the symbols.
10036
    nlist=conftest.nm
10037
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
10038
      # Try sorting and uniquifying the output.
10039
      if sort "$nlist" | uniq > "$nlist"T; then
10040
	mv -f "$nlist"T "$nlist"
10041
      else
10042
	rm -f "$nlist"T
10043
      fi
10044
 
10045
      # Make sure that we snagged all the symbols we need.
10046
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
10047
	if grep ' nm_test_func$' "$nlist" >/dev/null; then
10048
	  cat <<EOF > conftest.$ac_ext
10049
#ifdef __cplusplus
10050
extern "C" {
10051
#endif
10052
 
10053
EOF
10054
	  # Now generate the symbol file.
10055
	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
10056
 
10057
	  cat <<EOF >> conftest.$ac_ext
10058
#if defined (__STDC__) && __STDC__
10059
# define lt_ptr_t void *
10060
#else
10061
# define lt_ptr_t char *
10062
# define const
10063
#endif
10064
 
10065
/* The mapping between symbol names and symbols. */
10066
const struct {
10067
  const char *name;
10068
  lt_ptr_t address;
10069
}
10070
lt_preloaded_symbols[[]] =
10071
{
10072
EOF
10073
	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
10074
	  cat <<\EOF >> conftest.$ac_ext
10075
  {0, (lt_ptr_t) 0}
10076
};
10077
 
10078
#ifdef __cplusplus
10079
}
10080
#endif
10081
EOF
10082
	  # Now try linking the two files.
10083
	  mv conftest.$ac_objext conftstm.$ac_objext
10084
	  lt_save_LIBS="$LIBS"
10085
	  lt_save_CFLAGS="$CFLAGS"
10086
	  LIBS="conftstm.$ac_objext"
10087
	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
10088
	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
10089
	    pipe_works=yes
10090
	  fi
10091
	  LIBS="$lt_save_LIBS"
10092
	  CFLAGS="$lt_save_CFLAGS"
10093
	else
10094
	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
10095
	fi
10096
      else
10097
	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
10098
      fi
10099
    else
10100
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
10101
    fi
10102
  else
10103
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
10104
    cat conftest.$ac_ext >&5
10105
  fi
10106
  rm -f conftest* conftst*
10107
 
10108
  # Do not use the global_symbol_pipe unless it works.
10109
  if test "$pipe_works" = yes; then
10110
    break
10111
  else
10112
    lt_cv_sys_global_symbol_pipe=
10113
  fi
10114
done
10115
])
10116
if test -z "$lt_cv_sys_global_symbol_pipe"; then
10117
  lt_cv_sys_global_symbol_to_cdecl=
10118
fi
10119
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
10120
  AC_MSG_RESULT(failed)
10121
else
10122
  AC_MSG_RESULT(ok)
10123
fi
10124
])
10125
m4trace:acinclude.m4:10479: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
10126
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10127
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
10128
 
10129
AC_MSG_CHECKING([for $compiler option to produce PIC])
10130
 ifelse([$1],[CXX],[
10131
  # C++ specific cases for pic, static, wl, etc.
10132
  if test "$GXX" = yes; then
10133
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10134
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10135
 
10136
    case $host_os in
10137
    aix*)
10138
      # All AIX code is PIC.
10139
      if test "$host_cpu" = ia64; then
10140
	# AIX 5 now supports IA64 processor
10141
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10142
      fi
10143
      ;;
10144
    amigaos*)
10145
      # FIXME: we need at least 68020 code to build shared libraries, but
10146
      # adding the `-m68020' flag to GCC prevents building anything better,
10147
      # like `-m68040'.
10148
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10149
      ;;
10150
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10151
      # PIC is the default for these OSes.
10152
      ;;
10153
    mingw* | os2* | pw32*)
10154
      # This hack is so that the source file can tell whether it is being
10155
      # built for inclusion in a dll (and should export symbols for example).
10156
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10157
      ;;
10158
    darwin* | rhapsody*)
10159
      # PIC is the default on this platform
10160
      # Common symbols not allowed in MH_DYLIB files
10161
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10162
      ;;
10163
    *djgpp*)
10164
      # DJGPP does not support shared libraries at all
10165
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10166
      ;;
10167
    sysv4*MP*)
10168
      if test -d /usr/nec; then
10169
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10170
      fi
10171
      ;;
10172
    hpux*)
10173
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10174
      # not for PA HP-UX.
10175
      case "$host_cpu" in
10176
      hppa*64*|ia64*)
10177
	;;
10178
      *)
10179
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10180
	;;
10181
      esac
10182
      ;;
10183
    *)
10184
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10185
      ;;
10186
    esac
10187
  else
10188
    case $host_os in
10189
      aix4* | aix5*)
10190
	# All AIX code is PIC.
10191
	if test "$host_cpu" = ia64; then
10192
	  # AIX 5 now supports IA64 processor
10193
	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10194
	else
10195
	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10196
	fi
10197
	;;
10198
      chorus*)
10199
	case $cc_basename in
10200
	cxch68)
10201
	  # Green Hills C++ Compiler
10202
	  # _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"
10203
	  ;;
10204
	esac
10205
	;;
10206
      dgux*)
10207
	case $cc_basename in
10208
	  ec++)
10209
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10210
	    ;;
10211
	  ghcx)
10212
	    # Green Hills C++ Compiler
10213
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10214
	    ;;
10215
	  *)
10216
	    ;;
10217
	esac
10218
	;;
10219
      freebsd* | kfreebsd*-gnu)
10220
	# FreeBSD uses GNU C++
10221
	;;
10222
      hpux9* | hpux10* | hpux11*)
10223
	case $cc_basename in
10224
	  CC)
10225
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10226
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10227
	    if test "$host_cpu" != ia64; then
10228
	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10229
	    fi
10230
	    ;;
10231
	  aCC)
10232
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10233
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10234
	    case "$host_cpu" in
10235
	    hppa*64*|ia64*)
10236
	      # +Z the default
10237
	      ;;
10238
	    *)
10239
	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10240
	      ;;
10241
	    esac
10242
	    ;;
10243
	  *)
10244
	    ;;
10245
	esac
10246
	;;
10247
      irix5* | irix6* | nonstopux*)
10248
	case $cc_basename in
10249
	  CC)
10250
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10251
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10252
	    # CC pic flag -KPIC is the default.
10253
	    ;;
10254
	  *)
10255
	    ;;
10256
	esac
10257
	;;
10258
      linux*)
10259
	case $cc_basename in
10260
	  KCC)
10261
	    # KAI C++ Compiler
10262
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10263
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10264
	    ;;
10265
	  icpc)
10266
	    # Intel C++
10267
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10268
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10269
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10270
	    ;; 
10271
	  cxx)
10272
	    # Compaq C++
10273
	    # Make sure the PIC flag is empty.  It appears that all Alpha
10274
	    # Linux and Compaq Tru64 Unix objects are PIC.
10275
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10276
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10277
	    ;;
10278
	  *)
10279
	    ;;
10280
	esac
10281
	;;
10282
      lynxos*)
10283
	;;
10284
      m88k*)
10285
	;;
10286
      mvs*)
10287
	case $cc_basename in
10288
	  cxx)
10289
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
10290
	    ;;
10291
	  *)
10292
	    ;;
10293
	esac
10294
	;;
10295
      netbsd*)
10296
	;;
10297
      osf3* | osf4* | osf5*)
10298
	case $cc_basename in
10299
	  KCC)
10300
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10301
	    ;;
10302
	  RCC)
10303
	    # Rational C++ 2.4.1
10304
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10305
	    ;;
10306
	  cxx)
10307
	    # Digital/Compaq C++
10308
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10309
	    # Make sure the PIC flag is empty.  It appears that all Alpha
10310
	    # Linux and Compaq Tru64 Unix objects are PIC.
10311
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10312
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10313
	    ;;
10314
	  *)
10315
	    ;;
10316
	esac
10317
	;;
10318
      psos*)
10319
	;;
10320
      sco*)
10321
	case $cc_basename in
10322
	  CC)
10323
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10324
	    ;;
10325
	  *)
10326
	    ;;
10327
	esac
10328
	;;
10329
      solaris*)
10330
	case $cc_basename in
10331
	  CC)
10332
	    # Sun C++ 4.2, 5.x and Centerline C++
10333
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10334
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10335
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10336
	    ;;
10337
	  gcx)
10338
	    # Green Hills C++ Compiler
10339
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10340
	    ;;
10341
	  *)
10342
	    ;;
10343
	esac
10344
	;;
10345
      sunos4*)
10346
	case $cc_basename in
10347
	  CC)
10348
	    # Sun C++ 4.x
10349
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10350
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10351
	    ;;
10352
	  lcc)
10353
	    # Lucid
10354
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10355
	    ;;
10356
	  *)
10357
	    ;;
10358
	esac
10359
	;;
10360
      tandem*)
10361
	case $cc_basename in
10362
	  NCC)
10363
	    # NonStop-UX NCC 3.20
10364
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10365
	    ;;
10366
	  *)
10367
	    ;;
10368
	esac
10369
	;;
10370
      unixware*)
10371
	;;
10372
      vxworks*)
10373
	;;
10374
      *)
10375
	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10376
	;;
10377
    esac
10378
  fi
10379
],
10380
[
10381
  if test "$GCC" = yes; then
10382
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10383
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10384
 
10385
    case $host_os in
10386
      aix*)
10387
      # All AIX code is PIC.
10388
      if test "$host_cpu" = ia64; then
10389
	# AIX 5 now supports IA64 processor
10390
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10391
      fi
10392
      ;;
10393
 
10394
    amigaos*)
10395
      # FIXME: we need at least 68020 code to build shared libraries, but
10396
      # adding the `-m68020' flag to GCC prevents building anything better,
10397
      # like `-m68040'.
10398
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10399
      ;;
10400
 
10401
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10402
      # PIC is the default for these OSes.
10403
      ;;
10404
 
10405
    mingw* | pw32* | os2*)
10406
      # This hack is so that the source file can tell whether it is being
10407
      # built for inclusion in a dll (and should export symbols for example).
10408
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10409
      ;;
10410
 
10411
    darwin* | rhapsody*)
10412
      # PIC is the default on this platform
10413
      # Common symbols not allowed in MH_DYLIB files
10414
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10415
      ;;
10416
 
10417
    msdosdjgpp*)
10418
      # Just because we use GCC doesn't mean we suddenly get shared libraries
10419
      # on systems that don't support them.
10420
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10421
      enable_shared=no
10422
      ;;
10423
 
10424
    sysv4*MP*)
10425
      if test -d /usr/nec; then
10426
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10427
      fi
10428
      ;;
10429
 
10430
    hpux*)
10431
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10432
      # not for PA HP-UX.
10433
      case "$host_cpu" in
10434
      hppa*64*|ia64*)
10435
	# +Z the default
10436
	;;
10437
      *)
10438
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10439
	;;
10440
      esac
10441
      ;;
10442
 
10443
    *)
10444
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10445
      ;;
10446
    esac
10447
  else
10448
    # PORTME Check for flag to pass linker flags through the system compiler.
10449
    case $host_os in
10450
    aix*)
10451
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10452
      if test "$host_cpu" = ia64; then
10453
	# AIX 5 now supports IA64 processor
10454
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10455
      else
10456
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10457
      fi
10458
      ;;
10459
 
10460
    mingw* | pw32* | os2*)
10461
      # This hack is so that the source file can tell whether it is being
10462
      # built for inclusion in a dll (and should export symbols for example).
10463
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10464
      ;;
10465
 
10466
    hpux9* | hpux10* | hpux11*)
10467
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10468
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10469
      # not for PA HP-UX.
10470
      case "$host_cpu" in
10471
      hppa*64*|ia64*)
10472
	# +Z the default
10473
	;;
10474
      *)
10475
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10476
	;;
10477
      esac
10478
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
10479
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
10480
      ;;
10481
 
10482
    irix5* | irix6* | nonstopux*)
10483
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10484
      # PIC (with -KPIC) is the default.
10485
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10486
      ;;
10487
 
10488
    newsos6)
10489
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10490
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10491
      ;;
10492
 
10493
    linux*)
10494
      case $CC in
10495
      icc* | ecc*)
10496
	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10497
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10498
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10499
        ;;
10500
      ccc*)
10501
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10502
        # All Alpha code is PIC.
10503
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10504
        ;;
10505
      esac
10506
      ;;
10507
 
10508
    osf3* | osf4* | osf5*)
10509
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10510
      # All OSF/1 code is PIC.
10511
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10512
      ;;
10513
 
10514
    sco3.2v5*)
10515
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
10516
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
10517
      ;;
10518
 
10519
    solaris*)
10520
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10521
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10522
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10523
      ;;
10524
 
10525
    sunos4*)
10526
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10527
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10528
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10529
      ;;
10530
 
10531
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10532
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10533
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10534
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10535
      ;;
10536
 
10537
    sysv4*MP*)
10538
      if test -d /usr/nec ;then
10539
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
10540
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10541
      fi
10542
      ;;
10543
 
10544
    uts4*)
10545
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10546
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10547
      ;;
10548
 
10549
    *)
10550
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10551
      ;;
10552
    esac
10553
  fi
10554
])
10555
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
10556
 
10557
#
10558
# Check to make sure the PIC flag actually works.
10559
#
10560
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
10561
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
10562
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
10563
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
10564
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
10565
     "" | " "*) ;;
10566
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
10567
     esac],
10568
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10569
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
10570
fi
10571
case "$host_os" in
10572
  # For platforms which do not support PIC, -DPIC is meaningless:
10573
  *djgpp*)
10574
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10575
    ;;
10576
  *)
10577
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
10578
    ;;
10579
esac
10580
])
10581
m4trace:acinclude.m4:10941: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
10582
ifelse([$1],[CXX],[
10583
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10584
  case $host_os in
10585
  aix4* | aix5*)
10586
    # If we're using GNU nm, then we don't want the "-C" option.
10587
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
10588
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10589
      _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'
10590
    else
10591
      _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'
10592
    fi
10593
    ;;
10594
  pw32*)
10595
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
10596
  ;;
10597
  cygwin* | mingw*)
10598
    _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'
10599
  ;;
10600
  *)
10601
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10602
  ;;
10603
  esac
10604
],[
10605
  runpath_var=
10606
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
10607
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
10608
  _LT_AC_TAGVAR(archive_cmds, $1)=
10609
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
10610
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
10611
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
10612
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
10613
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10614
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
10615
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
10616
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
10617
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
10618
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
10619
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
10620
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
10621
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
10622
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
10623
  _LT_AC_TAGVAR(module_cmds, $1)=
10624
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
10625
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
10626
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10627
  # include_expsyms should be a list of space-separated symbols to be *always*
10628
  # included in the symbol list
10629
  _LT_AC_TAGVAR(include_expsyms, $1)=
10630
  # exclude_expsyms can be an extended regexp of symbols to exclude
10631
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
10632
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10633
  # as well as any symbol that contains `d'.
10634
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
10635
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10636
  # platforms (ab)use it in PIC code, but their linkers get confused if
10637
  # the symbol is explicitly referenced.  Since portable code cannot
10638
  # rely on this symbol name, it's probably fine to never include it in
10639
  # preloaded symbol tables.
10640
  extract_expsyms_cmds=
10641
 
10642
  case $host_os in
10643
  cygwin* | mingw* | pw32*)
10644
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
10645
    # When not using gcc, we currently assume that we are using
10646
    # Microsoft Visual C++.
10647
    if test "$GCC" != yes; then
10648
      with_gnu_ld=no
10649
    fi
10650
    ;;
10651
  openbsd*)
10652
    with_gnu_ld=no
10653
    ;;
10654
  esac
10655
 
10656
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
10657
  if test "$with_gnu_ld" = yes; then
10658
    # If archive_cmds runs LD, not CC, wlarc should be empty
10659
    wlarc='${wl}'
10660
 
10661
    # See if GNU ld supports shared libraries.
10662
    case $host_os in
10663
    aix3* | aix4* | aix5*)
10664
      # On AIX/PPC, the GNU linker is very broken
10665
      if test "$host_cpu" != ia64; then
10666
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10667
	cat <<EOF 1>&2
10668
 
10669
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
10670
*** to be unable to reliably create shared libraries on AIX.
10671
*** Therefore, libtool is disabling shared libraries support.  If you
10672
*** really care for shared libraries, you may want to modify your PATH
10673
*** so that a non-GNU linker is found, and then restart.
10674
 
10675
EOF
10676
      fi
10677
      ;;
10678
 
10679
    amigaos*)
10680
      _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)'
10681
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10682
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10683
 
10684
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
10685
      # that the semantics of dynamic libraries on AmigaOS, at least up
10686
      # to version 4, is to share data among multiple programs linked
10687
      # with the same dynamic library.  Since this doesn't match the
10688
      # behavior of shared libraries on other platforms, we can't use
10689
      # them.
10690
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
10691
      ;;
10692
 
10693
    beos*)
10694
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10695
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10696
	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10697
	# support --undefined.  This deserves some investigation.  FIXME
10698
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10699
      else
10700
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10701
      fi
10702
      ;;
10703
 
10704
    cygwin* | mingw* | pw32*)
10705
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
10706
      # as there is no search path for DLLs.
10707
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10708
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
10709
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
10710
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
10711
      _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'
10712
 
10713
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
10714
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
10715
	# If the export-symbols file already is a .def file (1st line
10716
	# is EXPORTS), use it as is; otherwise, prepend...
10717
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10718
	  cp $export_symbols $output_objdir/$soname.def;
10719
	else
10720
	  echo EXPORTS > $output_objdir/$soname.def;
10721
	  cat $export_symbols >> $output_objdir/$soname.def;
10722
	fi~
10723
	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
10724
      else
10725
	ld_shlibs=no
10726
      fi
10727
      ;;
10728
 
10729
    netbsd*)
10730
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10731
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10732
	wlarc=
10733
      else
10734
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10735
	_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'
10736
      fi
10737
      ;;
10738
 
10739
    solaris* | sysv5*)
10740
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
10741
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10742
	cat <<EOF 1>&2
10743
 
10744
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10745
*** create shared libraries on Solaris systems.  Therefore, libtool
10746
*** is disabling shared libraries support.  We urge you to upgrade GNU
10747
*** binutils to release 2.9.1 or newer.  Another option is to modify
10748
*** your PATH or compiler configuration so that the native linker is
10749
*** used, and then restart.
10750
 
10751
EOF
10752
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10753
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10754
	_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'
10755
      else
10756
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10757
      fi
10758
      ;;
10759
 
10760
    sunos4*)
10761
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10762
      wlarc=
10763
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10764
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
10765
      ;;
10766
 
10767
    *)
10768
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10769
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10770
	_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'
10771
      else
10772
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10773
      fi
10774
      ;;
10775
    esac
10776
 
10777
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
10778
      runpath_var=LD_RUN_PATH
10779
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
10780
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
10781
      # ancient GNU ld didn't support --whole-archive et. al.
10782
      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
10783
 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10784
      else
10785
  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10786
      fi
10787
    fi
10788
  else
10789
    # PORTME fill in a description of your system's linker (not GNU ld)
10790
    case $host_os in
10791
    aix3*)
10792
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10793
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
10794
      _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'
10795
      # Note: this linker hardcodes the directories in LIBPATH if there
10796
      # are no directories specified by -L.
10797
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10798
      if test "$GCC" = yes && test -z "$link_static_flag"; then
10799
	# Neither direct hardcoding nor static linking is supported with a
10800
	# broken collect2.
10801
	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
10802
      fi
10803
      ;;
10804
 
10805
    aix4* | aix5*)
10806
      if test "$host_cpu" = ia64; then
10807
	# On IA64, the linker does run time linking by default, so we don't
10808
	# have to do anything special.
10809
	aix_use_runtimelinking=no
10810
	exp_sym_flag='-Bexport'
10811
	no_entry_flag=""
10812
      else
10813
	# If we're using GNU nm, then we don't want the "-C" option.
10814
	# -C means demangle to AIX nm, but means don't demangle with GNU nm
10815
	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10816
	  _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'
10817
	else
10818
	  _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'
10819
	fi
10820
 
10821
	# KDE requires run time linking.  Make it the default.
10822
	aix_use_runtimelinking=yes
10823
	exp_sym_flag='-bexport'
10824
	no_entry_flag='-bnoentry'
10825
      fi
10826
 
10827
      # When large executables or shared objects are built, AIX ld can
10828
      # have problems creating the table of contents.  If linking a library
10829
      # or program results in "error TOC overflow" add -mminimal-toc to
10830
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10831
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10832
 
10833
      _LT_AC_TAGVAR(archive_cmds, $1)=''
10834
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10835
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
10836
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
10837
 
10838
      if test "$GCC" = yes; then
10839
	case $host_os in aix4.[012]|aix4.[012].*)
10840
	# We only want to do this on AIX 4.2 and lower, the check
10841
	# below for broken collect2 doesn't work under 4.3+
10842
	  collect2name=`${CC} -print-prog-name=collect2`
10843
	  if test -f "$collect2name" && \
10844
  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
10845
	  then
10846
  	  # We have reworked collect2
10847
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10848
	  else
10849
  	  # We have old collect2
10850
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
10851
  	  # It fails to find uninstalled libraries when the uninstalled
10852
  	  # path is not listed in the libpath.  Setting hardcode_minus_L
10853
  	  # to unsupported forces relinking
10854
  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10855
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10856
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
10857
	  fi
10858
	esac
10859
	shared_flag='-shared'
10860
      else
10861
	# not using gcc
10862
	if test "$host_cpu" = ia64; then
10863
  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10864
  	# chokes on -Wl,-G. The following line is correct:
10865
	  shared_flag='-G'
10866
	else
10867
  	if test "$aix_use_runtimelinking" = yes; then
10868
	    shared_flag='-qmkshrobj ${wl}-G'
10869
	  else
10870
	    shared_flag='-qmkshrobj'
10871
  	fi
10872
	fi
10873
      fi
10874
 
10875
      # Let the compiler handle the export list.
10876
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
10877
      if test "$aix_use_runtimelinking" = yes; then
10878
	# Warning - without using the other runtime loading flags (-brtl),
10879
	# -berok will link without error, but may produce a broken library.
10880
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
10881
       # Determine the default libpath from the value encoded in an empty executable.
10882
	_LT_AC_SYS_LIBPATH_AIX
10883
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
10884
	_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"
10885
	_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"
10886
       else
10887
	if test "$host_cpu" = ia64; then
10888
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
10889
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
10890
	  _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"
10891
	else
10892
	 # Determine the default libpath from the value encoded in an empty executable.
10893
	 _LT_AC_SYS_LIBPATH_AIX
10894
	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
10895
	  # Warning - without using the other run time loading flags,
10896
	  # -berok will link without error, but may produce a broken library.
10897
	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
10898
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
10899
	  # -bexpall does not export symbols beginning with underscore (_)
10900
	  _LT_AC_TAGVAR(always_export_symbols, $1)=yes
10901
	  # Exported symbols can be pulled into shared objects from archives
10902
	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
10903
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
10904
	  # This is similar to how AIX traditionally builds it's shared libraries.
10905
	  _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'
10906
	fi
10907
      fi
10908
      ;;
10909
 
10910
    amigaos*)
10911
      _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)'
10912
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10913
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10914
      # see comment about different semantics on the GNU ld section
10915
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
10916
      ;;
10917
 
10918
    bsdi4*)
10919
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
10920
      ;;
10921
 
10922
    cygwin* | mingw* | pw32*)
10923
      # When not using gcc, we currently assume that we are using
10924
      # Microsoft Visual C++.
10925
      # hardcode_libdir_flag_spec is actually meaningless, as there is
10926
      # no search path for DLLs.
10927
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
10928
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
10929
      # Tell ltmain to make .lib files, not .a files.
10930
      libext=lib
10931
      # Tell ltmain to make .dll files, not .so files.
10932
      shrext=".dll"
10933
      # FIXME: Setting linknames here is a bad hack.
10934
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
10935
      # The linker will automatically build a .lib file if we build a DLL.
10936
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
10937
      # FIXME: Should let the user specify the lib program.
10938
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
10939
      fix_srcfile_path='`cygpath -w "$srcfile"`'
10940
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
10941
      ;;
10942
 
10943
    darwin* | rhapsody*)
10944
    if test "$GXX" = yes ; then
10945
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
10946
      case "$host_os" in
10947
      rhapsody* | darwin1.[[012]])
10948
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
10949
	;;
10950
      *) # Darwin 1.3 on
10951
	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
10952
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
10953
	else
10954
	  case ${MACOSX_DEPLOYMENT_TARGET} in
10955
	    10.[012])
10956
	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
10957
	      ;;
10958
	    10.*)
10959
	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
10960
	      ;;
10961
	  esac
10962
	fi
10963
	;;
10964
      esac
10965
    	lt_int_apple_cc_single_mod=no
10966
    	output_verbose_link_cmd='echo'
10967
    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
10968
    	  lt_int_apple_cc_single_mod=yes
10969
    	fi
10970
    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
10971
    	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
10972
    	else
10973
        _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'
10974
      fi
10975
      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
10976
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
10977
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
10978
          _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}'
10979
        else
10980
          _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}'
10981
        fi
10982
          _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}'
10983
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
10984
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
10985
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
10986
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
10987
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
10988
    else  
10989
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
10990
    fi  
10991
      ;;
10992
 
10993
    dgux*)
10994
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10995
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10996
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
10997
      ;;
10998
 
10999
    freebsd1*)
11000
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11001
      ;;
11002
 
11003
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11004
    # support.  Future versions do this automatically, but an explicit c++rt0.o
11005
    # does not break anything, and helps significantly (at the cost of a little
11006
    # extra space).
11007
    freebsd2.2*)
11008
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11009
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11010
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11011
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11012
      ;;
11013
 
11014
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11015
    freebsd2*)
11016
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11017
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11018
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11019
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11020
      ;;
11021
 
11022
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11023
    freebsd* | kfreebsd*-gnu)
11024
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
11025
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11026
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11027
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11028
      ;;
11029
 
11030
    hpux9*)
11031
      if test "$GCC" = yes; then
11032
	_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'
11033
      else
11034
	_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'
11035
      fi
11036
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11037
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11038
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11039
 
11040
      # hardcode_minus_L: Not really in the search PATH,
11041
      # but as the default location of the library.
11042
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11043
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11044
      ;;
11045
 
11046
    hpux10* | hpux11*)
11047
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11048
	case "$host_cpu" in
11049
	hppa*64*|ia64*)
11050
	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11051
	  ;;
11052
	*)
11053
	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
11054
	  ;;
11055
	esac
11056
      else
11057
	case "$host_cpu" in
11058
	hppa*64*|ia64*)
11059
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
11060
	  ;;
11061
	*)
11062
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11063
	  ;;
11064
	esac
11065
      fi
11066
      if test "$with_gnu_ld" = no; then
11067
	case "$host_cpu" in
11068
	hppa*64*)
11069
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11070
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
11071
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11072
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11073
	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11074
	  ;;
11075
	ia64*)
11076
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11077
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11078
	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11079
 
11080
	  # hardcode_minus_L: Not really in the search PATH,
11081
	  # but as the default location of the library.
11082
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11083
	  ;;
11084
	*)
11085
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11086
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11087
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11088
	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11089
 
11090
	  # hardcode_minus_L: Not really in the search PATH,
11091
	  # but as the default location of the library.
11092
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11093
	  ;;
11094
	esac
11095
      fi
11096
      ;;
11097
 
11098
    irix5* | irix6* | nonstopux*)
11099
      if test "$GCC" = yes; then
11100
	_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'
11101
      else
11102
	_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'
11103
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
11104
      fi
11105
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11106
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11107
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11108
      ;;
11109
 
11110
    netbsd*)
11111
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11112
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11113
      else
11114
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11115
      fi
11116
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11117
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11118
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11119
      ;;
11120
 
11121
    newsos6)
11122
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11123
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11124
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11125
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11126
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11127
      ;;
11128
 
11129
    openbsd*)
11130
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11131
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11132
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11133
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11134
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11135
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11136
      else
11137
       case $host_os in
11138
	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
11139
	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11140
	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11141
	   ;;
11142
	 *)
11143
	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11144
	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11145
	   ;;
11146
       esac
11147
      fi
11148
      ;;
11149
 
11150
    os2*)
11151
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11152
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11153
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
11154
      _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'
11155
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11156
      ;;
11157
 
11158
    osf3*)
11159
      if test "$GCC" = yes; then
11160
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11161
	_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'
11162
      else
11163
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11164
	_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'
11165
      fi
11166
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11167
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11168
      ;;
11169
 
11170
    osf4* | osf5*)	# as osf3* with the addition of -msym flag
11171
      if test "$GCC" = yes; then
11172
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11173
	_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'
11174
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11175
      else
11176
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11177
	_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'
11178
	_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~
11179
	$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'
11180
 
11181
	# Both c and cxx compiler support -rpath directly
11182
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
11183
      fi
11184
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11185
      ;;
11186
 
11187
    sco3.2v5*)
11188
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11189
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11190
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
11191
      runpath_var=LD_RUN_PATH
11192
      hardcode_runpath_var=yes
11193
      ;;
11194
 
11195
    solaris*)
11196
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11197
      if test "$GCC" = yes; then
11198
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11199
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11200
	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
11201
      else
11202
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11203
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11204
  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11205
      fi
11206
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11207
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11208
      case $host_os in
11209
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
11210
      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
11211
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
11212
      esac
11213
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11214
      ;;
11215
 
11216
    sunos4*)
11217
      if test "x$host_vendor" = xsequent; then
11218
	# Use $CC to link under sequent, because it throws in some extra .o
11219
	# files that make .init and .fini sections work.
11220
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
11221
      else
11222
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11223
      fi
11224
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11225
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11226
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11227
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11228
      ;;
11229
 
11230
    sysv4)
11231
      case $host_vendor in
11232
	sni)
11233
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11234
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
11235
	;;
11236
	siemens)
11237
	  ## LD is ld it makes a PLAMLIB
11238
	  ## CC just makes a GrossModule.
11239
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11240
	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
11241
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11242
        ;;
11243
	motorola)
11244
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11245
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
11246
	;;
11247
      esac
11248
      runpath_var='LD_RUN_PATH'
11249
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11250
      ;;
11251
 
11252
    sysv4.3*)
11253
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11254
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11255
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
11256
      ;;
11257
 
11258
    sysv4*MP*)
11259
      if test -d /usr/nec; then
11260
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11261
	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11262
	runpath_var=LD_RUN_PATH
11263
	hardcode_runpath_var=yes
11264
	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
11265
      fi
11266
      ;;
11267
 
11268
    sysv4.2uw2*)
11269
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11270
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11271
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
11272
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11273
      hardcode_runpath_var=yes
11274
      runpath_var=LD_RUN_PATH
11275
      ;;
11276
 
11277
   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
11278
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
11279
      if test "$GCC" = yes; then
11280
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11281
      else
11282
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11283
      fi
11284
      runpath_var='LD_RUN_PATH'
11285
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11286
      ;;
11287
 
11288
    sysv5*)
11289
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11290
      # $CC -shared without GNU ld will not create a library from C++
11291
      # object files and a static libstdc++, better avoid it by now
11292
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11293
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11294
  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11295
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
11296
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11297
      runpath_var='LD_RUN_PATH'
11298
      ;;
11299
 
11300
    uts4*)
11301
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11302
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11303
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11304
      ;;
11305
 
11306
    *)
11307
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11308
      ;;
11309
    esac
11310
  fi
11311
])
11312
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
11313
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
11314
 
11315
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11316
if test "$GCC" = yes; then
11317
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11318
fi
11319
 
11320
#
11321
# Do we need to explicitly link libc?
11322
#
11323
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
11324
x|xyes)
11325
  # Assume -lc should be added
11326
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11327
 
11328
  if test "$enable_shared" = yes && test "$GCC" = yes; then
11329
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
11330
    *'~'*)
11331
      # FIXME: we may have to deal with multi-command sequences.
11332
      ;;
11333
    '$CC '*)
11334
      # Test whether the compiler implicitly links with -lc since on some
11335
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11336
      # to ld, don't add -lc before -lgcc.
11337
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
11338
      $rm conftest*
11339
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11340
 
11341
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
11342
        soname=conftest
11343
        lib=conftest
11344
        libobjs=conftest.$ac_objext
11345
        deplibs=
11346
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
11347
        compiler_flags=-v
11348
        linker_flags=-v
11349
        verstring=
11350
        output_objdir=.
11351
        libname=conftest
11352
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
11353
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
11354
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
11355
        then
11356
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
11357
        else
11358
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11359
        fi
11360
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
11361
      else
11362
        cat conftest.err 1>&5
11363
      fi
11364
      $rm conftest*
11365
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
11366
      ;;
11367
    esac
11368
  fi
11369
  ;;
11370
esac
11371
])
11372
m4trace:acinclude.m4:11738: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
11373
# /* ltdll.c starts here */
11374
# #define WIN32_LEAN_AND_MEAN
11375
# #include <windows.h>
11376
# #undef WIN32_LEAN_AND_MEAN
11377
# #include <stdio.h>
11378
#
11379
# #ifndef __CYGWIN__
11380
# #  ifdef __CYGWIN32__
11381
# #    define __CYGWIN__ __CYGWIN32__
11382
# #  endif
11383
# #endif
11384
#
11385
# #ifdef __cplusplus
11386
# extern "C" {
11387
# #endif
11388
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
11389
# #ifdef __cplusplus
11390
# }
11391
# #endif
11392
#
11393
# #ifdef __CYGWIN__
11394
# #include <cygwin/cygwin_dll.h>
11395
# DECLARE_CYGWIN_DLL( DllMain );
11396
# #endif
11397
# HINSTANCE __hDllInstance_base;
11398
#
11399
# BOOL APIENTRY
11400
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
11401
# {
11402
#   __hDllInstance_base = hInst;
11403
#   return TRUE;
11404
# }
11405
# /* ltdll.c ends here */
11406
])
11407
m4trace:acinclude.m4:11777: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
11408
m4trace:acinclude.m4:11781: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
11409
m4trace:acinclude.m4:11782: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
11410
m4trace:acinclude.m4:11783: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
11411
m4trace:acinclude.m4:11784: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
11412
m4trace:acinclude.m4:11785: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
11413
m4trace:acinclude.m4:11786: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
11414
m4trace:acinclude.m4:11787: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
11415
m4trace:acinclude.m4:11792: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
11416
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
11417
  AC_SUBST(GCJFLAGS)
11418
])
11419
m4trace:acinclude.m4:11798: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
11420
])
11421
m4trace:acinclude.m4:11812: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
11422
AC_CACHE_VAL(lt_cv_path_SED,
11423
[# Loop through the user's path and test for sed and gsed.
11424
# Then use that list of sed's as ones to test for truncation.
11425
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11426
for as_dir in $PATH
11427
do
11428
  IFS=$as_save_IFS
11429
  test -z "$as_dir" && as_dir=.
11430
  for lt_ac_prog in sed gsed; do
11431
    for ac_exec_ext in '' $ac_executable_extensions; do
11432
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
11433
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
11434
      fi
11435
    done
11436
  done
11437
done
11438
lt_ac_max=0
11439
lt_ac_count=0
11440
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
11441
# along with /bin/sed that truncates output.
11442
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
11443
  test ! -f $lt_ac_sed && break
11444
  cat /dev/null > conftest.in
11445
  lt_ac_count=0
11446
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
11447
  # Check for GNU sed and select it if it is found.
11448
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
11449
    lt_cv_path_SED=$lt_ac_sed
11450
    break
11451
  fi
11452
  while true; do
11453
    cat conftest.in conftest.in >conftest.tmp
11454
    mv conftest.tmp conftest.in
11455
    cp conftest.in conftest.nl
11456
    echo >>conftest.nl
11457
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
11458
    cmp -s conftest.out conftest.nl || break
11459
    # 10000 chars as input seems more than enough
11460
    test $lt_ac_count -gt 10 && break
11461
    lt_ac_count=`expr $lt_ac_count + 1`
11462
    if test $lt_ac_count -gt $lt_ac_max; then
11463
      lt_ac_max=$lt_ac_count
11464
      lt_cv_path_SED=$lt_ac_sed
11465
    fi
11466
  done
11467
done
11468
])
11469
SED=$lt_cv_path_SED
11470
AC_MSG_RESULT([$SED])
11471
])
88 andreas 11472
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
11473
m4trace:configure.in:29: -1- m4_pattern_forbid([_AC_])
11474
m4trace:configure.in:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
11475
m4trace:configure.in:29: -1- m4_pattern_allow([^AS_FLAGS$])
11476
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?m4_])
11477
m4trace:configure.in:29: -1- m4_pattern_forbid([^dnl$])
11478
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?AS_])
11479
m4trace:configure.in:29: -1- m4_pattern_allow([^SHELL$])
11480
m4trace:configure.in:29: -1- m4_pattern_allow([^PATH_SEPARATOR$])
11481
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
11482
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11483
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11484
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
11485
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11486
m4trace:configure.in:29: -1- m4_pattern_allow([^exec_prefix$])
11487
m4trace:configure.in:29: -1- m4_pattern_allow([^prefix$])
11488
m4trace:configure.in:29: -1- m4_pattern_allow([^program_transform_name$])
11489
m4trace:configure.in:29: -1- m4_pattern_allow([^bindir$])
11490
m4trace:configure.in:29: -1- m4_pattern_allow([^sbindir$])
11491
m4trace:configure.in:29: -1- m4_pattern_allow([^libexecdir$])
11492
m4trace:configure.in:29: -1- m4_pattern_allow([^datarootdir$])
11493
m4trace:configure.in:29: -1- m4_pattern_allow([^datadir$])
11494
m4trace:configure.in:29: -1- m4_pattern_allow([^sysconfdir$])
11495
m4trace:configure.in:29: -1- m4_pattern_allow([^sharedstatedir$])
11496
m4trace:configure.in:29: -1- m4_pattern_allow([^localstatedir$])
11497
m4trace:configure.in:29: -1- m4_pattern_allow([^includedir$])
11498
m4trace:configure.in:29: -1- m4_pattern_allow([^oldincludedir$])
11499
m4trace:configure.in:29: -1- m4_pattern_allow([^docdir$])
11500
m4trace:configure.in:29: -1- m4_pattern_allow([^infodir$])
11501
m4trace:configure.in:29: -1- m4_pattern_allow([^htmldir$])
11502
m4trace:configure.in:29: -1- m4_pattern_allow([^dvidir$])
11503
m4trace:configure.in:29: -1- m4_pattern_allow([^pdfdir$])
11504
m4trace:configure.in:29: -1- m4_pattern_allow([^psdir$])
11505
m4trace:configure.in:29: -1- m4_pattern_allow([^libdir$])
11506
m4trace:configure.in:29: -1- m4_pattern_allow([^localedir$])
11507
m4trace:configure.in:29: -1- m4_pattern_allow([^mandir$])
11508
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
11509
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11510
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11511
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
11512
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11513
m4trace:configure.in:29: -1- m4_pattern_allow([^DEFS$])
11514
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_C$])
11515
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_N$])
11516
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_T$])
11517
m4trace:configure.in:29: -1- m4_pattern_allow([^LIBS$])
11518
m4trace:configure.in:29: -1- m4_pattern_allow([^build_alias$])
11519
m4trace:configure.in:29: -1- m4_pattern_allow([^host_alias$])
11520
m4trace:configure.in:29: -1- m4_pattern_allow([^target_alias$])
11521
m4trace:configure.in:38: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
11522
You should run autoupdate.], [../../lib/autoconf/general.m4:1747: AC_CANONICAL_SYSTEM is expanded from...
11523
configure.in:38: the top level])
11524
m4trace:configure.in:38: -1- m4_pattern_allow([^build$])
11525
m4trace:configure.in:38: -1- m4_pattern_allow([^build_cpu$])
11526
m4trace:configure.in:38: -1- m4_pattern_allow([^build_vendor$])
11527
m4trace:configure.in:38: -1- m4_pattern_allow([^build_os$])
11528
m4trace:configure.in:38: -1- m4_pattern_allow([^host$])
11529
m4trace:configure.in:38: -1- m4_pattern_allow([^host_cpu$])
11530
m4trace:configure.in:38: -1- m4_pattern_allow([^host_vendor$])
11531
m4trace:configure.in:38: -1- m4_pattern_allow([^host_os$])
11532
m4trace:configure.in:38: -1- m4_pattern_allow([^target$])
11533
m4trace:configure.in:38: -1- m4_pattern_allow([^target_cpu$])
11534
m4trace:configure.in:38: -1- m4_pattern_allow([^target_vendor$])
11535
m4trace:configure.in:38: -1- m4_pattern_allow([^target_os$])
134 andreas 11536
m4trace:configure.in:43: -1- AM_INIT_AUTOMAKE([sportwatcher], [0.3])
88 andreas 11537
m4trace:configure.in:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
151 andreas 11538
m4trace:configure.in:43: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
98 andreas 11539
m4trace:configure.in:43: -1- AM_AUTOMAKE_VERSION([1.9.6])
88 andreas 11540
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
11541
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
11542
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_DATA$])
11543
m4trace:configure.in:43: -1- m4_pattern_allow([^CYGPATH_W$])
11544
m4trace:configure.in:43: -1- m4_pattern_allow([^PACKAGE$])
11545
m4trace:configure.in:43: -1- m4_pattern_allow([^VERSION$])
151 andreas 11546
m4trace:configure.in:43: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
11547
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
11548
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-define])
88 andreas 11549
m4trace:configure.in:43: -1- m4_pattern_allow([^PACKAGE$])
11550
m4trace:configure.in:43: -1- m4_pattern_allow([^VERSION$])
151 andreas 11551
m4trace:configure.in:43: -1- AM_SANITY_CHECK
11552
m4trace:configure.in:43: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
11553
m4trace:configure.in:43: -1- AM_MISSING_HAS_RUN
11554
m4trace:configure.in:43: -1- AM_AUX_DIR_EXPAND
88 andreas 11555
m4trace:configure.in:43: -1- m4_pattern_allow([^ACLOCAL$])
151 andreas 11556
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
88 andreas 11557
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOCONF$])
151 andreas 11558
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
88 andreas 11559
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOMAKE$])
151 andreas 11560
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
88 andreas 11561
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOHEADER$])
151 andreas 11562
m4trace:configure.in:43: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
88 andreas 11563
m4trace:configure.in:43: -1- m4_pattern_allow([^MAKEINFO$])
151 andreas 11564
m4trace:configure.in:43: -1- AM_PROG_INSTALL_SH
88 andreas 11565
m4trace:configure.in:43: -1- m4_pattern_allow([^install_sh$])
151 andreas 11566
m4trace:configure.in:43: -1- AM_PROG_INSTALL_STRIP
88 andreas 11567
m4trace:configure.in:43: -1- m4_pattern_allow([^STRIP$])
11568
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
151 andreas 11569
m4trace:configure.in:43: -1- AM_PROG_MKDIR_P
88 andreas 11570
m4trace:configure.in:43: -1- m4_pattern_allow([^mkdir_p$])
11571
m4trace:configure.in:43: -1- m4_pattern_allow([^AWK$])
11572
m4trace:configure.in:43: -1- m4_pattern_allow([^SET_MAKE$])
151 andreas 11573
m4trace:configure.in:43: -1- AM_SET_LEADING_DOT
88 andreas 11574
m4trace:configure.in:43: -1- m4_pattern_allow([^am__leading_dot$])
151 andreas 11575
m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
11576
	      		     [_AM_PROG_TAR([v7])])])
11577
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-ustar])
11578
m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
11579
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-pax])
11580
m4trace:configure.in:43: -1- _AM_PROG_TAR([v7])
11581
m4trace:configure.in:43: -1- AM_MISSING_PROG([AMTAR], [tar])
88 andreas 11582
m4trace:configure.in:43: -1- m4_pattern_allow([^AMTAR$])
11583
m4trace:configure.in:43: -1- m4_pattern_allow([^am__tar$])
11584
m4trace:configure.in:43: -1- m4_pattern_allow([^am__untar$])
151 andreas 11585
m4trace:configure.in:43: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
11586
                  [_AM_DEPENDENCIES(CC)],
11587
                  [define([AC_PROG_CC],
11588
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
11589
AC_PROVIDE_IFELSE([AC_PROG_CXX],
11590
                  [_AM_DEPENDENCIES(CXX)],
11591
                  [define([AC_PROG_CXX],
11592
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
11593
])
11594
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-dependencies])
11595
m4trace:configure.in:45: -1- KDE_SET_PREFIX
11596
m4trace:configure.in:45: -1- KDE_SET_DEFAULT_BINDIRS
11597
m4trace:configure.in:45: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
11598
m4trace:configure.in:45: -1- KDE_MISSING_PROG_ERROR([kde-config])
11599
m4trace:configure.in:45: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
11600
m4trace:configure.in:45: -1- KDE_MISSING_PROG_ERROR([kde-config])
88 andreas 11601
m4trace:configure.in:45: -1- m4_pattern_allow([^KDECONFIG$])
11602
m4trace:configure.in:45: -1- m4_pattern_allow([^kde_libs_prefix$])
11603
m4trace:configure.in:45: -1- m4_pattern_allow([^kde_libs_htmldir$])
151 andreas 11604
m4trace:configure.in:45: -1- KDE_FAST_CONFIGURE
88 andreas 11605
m4trace:configure.in:45: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11606
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11607
acinclude.m4:4927: KDE_FAST_CONFIGURE is expanded from...
11608
acinclude.m4:4975: KDE_SET_PREFIX is expanded from...
11609
configure.in:45: the top level])
151 andreas 11610
m4trace:configure.in:45: -1- KDE_CONF_FILES
88 andreas 11611
m4trace:configure.in:45: -1- m4_pattern_allow([^CONF_FILES$])
151 andreas 11612
m4trace:configure.in:48: -1- AM_CONFIG_HEADER([config.h])
88 andreas 11613
m4trace:configure.in:48: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
151 andreas 11614
You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
88 andreas 11615
configure.in:48: the top level])
151 andreas 11616
m4trace:configure.in:51: -1- AC_CHECK_COMPILERS
88 andreas 11617
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11618
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11619
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11620
configure.in:51: the top level])
11621
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11622
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11623
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11624
configure.in:51: the top level])
11625
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11626
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11627
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11628
configure.in:51: the top level])
11629
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11630
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11631
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11632
configure.in:51: the top level])
11633
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11634
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11635
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11636
configure.in:51: the top level])
11637
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11638
m4trace:configure.in:51: -1- m4_pattern_allow([^CFLAGS$])
11639
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS$])
11640
m4trace:configure.in:51: -1- m4_pattern_allow([^LIBS$])
11641
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11642
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11643
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11644
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11645
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11646
m4trace:configure.in:51: -1- m4_pattern_allow([^ac_ct_CC$])
11647
m4trace:configure.in:51: -1- m4_pattern_allow([^EXEEXT$])
11648
m4trace:configure.in:51: -1- m4_pattern_allow([^OBJEXT$])
151 andreas 11649
m4trace:configure.in:51: -1- _AM_DEPENDENCIES([CC])
11650
m4trace:configure.in:51: -1- AM_SET_DEPDIR
88 andreas 11651
m4trace:configure.in:51: -1- m4_pattern_allow([^DEPDIR$])
151 andreas 11652
m4trace:configure.in:51: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
11653
m4trace:configure.in:51: -1- AM_MAKE_INCLUDE
88 andreas 11654
m4trace:configure.in:51: -1- m4_pattern_allow([^am__include$])
11655
m4trace:configure.in:51: -1- m4_pattern_allow([^am__quote$])
151 andreas 11656
m4trace:configure.in:51: -1- AM_DEP_TRACK
88 andreas 11657
m4trace:configure.in:51: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
11658
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEP_TRUE$])
11659
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEP_FALSE$])
11660
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
11661
m4trace:configure.in:51: -1- m4_pattern_allow([^CCDEPMODE$])
11662
m4trace:configure.in:51: -1- AM_CONDITIONAL([am__fastdepCC], [
11663
  test "x$enable_dependency_tracking" != xno \
11664
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
11665
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
11666
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
11667
m4trace:configure.in:51: -1- m4_pattern_allow([^CPP$])
11668
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11669
m4trace:configure.in:51: -1- m4_pattern_allow([^CPP$])
11670
m4trace:configure.in:51: -1- m4_pattern_allow([^CXX$])
11671
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXFLAGS$])
11672
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS$])
11673
m4trace:configure.in:51: -1- m4_pattern_allow([^LIBS$])
11674
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11675
m4trace:configure.in:51: -1- m4_pattern_allow([^CXX$])
11676
m4trace:configure.in:51: -1- m4_pattern_allow([^ac_ct_CXX$])
151 andreas 11677
m4trace:configure.in:51: -1- _AM_DEPENDENCIES([CXX])
88 andreas 11678
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXDEPMODE$])
11679
m4trace:configure.in:51: -1- AM_CONDITIONAL([am__fastdepCXX], [
11680
  test "x$enable_dependency_tracking" != xno \
11681
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
11682
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
11683
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
151 andreas 11684
m4trace:configure.in:51: -1- KDE_CHECK_FOR_BAD_COMPILER
88 andreas 11685
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
11686
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
11687
acinclude.m4:2978: KDE_CHECK_FOR_BAD_COMPILER is expanded from...
11688
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11689
configure.in:51: the top level])
151 andreas 11690
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-builtin], [CXXFLAGS="-fno-builtin $CXXFLAGS"])
88 andreas 11691
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11692
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11693
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11694
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11695
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11696
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11697
configure.in:51: the top level])
151 andreas 11698
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11699
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11700
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11701
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11702
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11703
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11704
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11705
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11706
configure.in:51: the top level])
11707
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11708
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11709
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11710
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11711
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11712
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11713
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11714
configure.in:51: the top level])
11715
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11716
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11717
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11718
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11719
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11720
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11721
configure.in:51: the top level])
11722
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11723
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11724
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11725
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11726
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11727
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11728
configure.in:51: the top level])
151 andreas 11729
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Woverloaded-virtual], [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
88 andreas 11730
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11731
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11732
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11733
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11734
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11735
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11736
configure.in:51: the top level])
151 andreas 11737
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11738
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11739
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11740
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11741
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11742
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11743
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11744
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11745
configure.in:51: the top level])
11746
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11747
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11748
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11749
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11750
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11751
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11752
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11753
configure.in:51: the top level])
11754
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11755
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11756
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11757
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11758
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11759
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11760
configure.in:51: the top level])
11761
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11762
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11763
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11764
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11765
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11766
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11767
configure.in:51: the top level])
11768
m4trace:configure.in:51: -1- m4_pattern_allow([^WOVERLOADED_VIRTUAL$])
151 andreas 11769
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([pg], [
11770
      CFLAGS="-pg $CFLAGS"
11771
      CXXFLAGS="-pg $CXXFLAGS"
11772
    ])
88 andreas 11773
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11774
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11775
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11776
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11777
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11778
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11779
configure.in:51: the top level])
151 andreas 11780
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11781
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11782
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11783
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11784
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11785
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11786
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11787
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11788
configure.in:51: the top level])
11789
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11790
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11791
acinclude.m4:5092: KDE_LANG_CPLUSPLUS 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11795
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11796
configure.in:51: the top level])
11797
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11798
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11802
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11803
configure.in:51: the top level])
11804
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11805
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11806
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11807
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11808
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11809
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11810
configure.in:51: the top level])
151 andreas 11811
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wmissing-format-attribute], [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
88 andreas 11812
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11813
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11814
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11815
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11816
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11817
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11818
configure.in:51: the top level])
151 andreas 11819
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11820
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11821
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11822
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11823
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11824
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11825
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11826
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11827
configure.in:51: the top level])
11828
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11829
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11830
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11831
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11832
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11833
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11834
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11835
configure.in:51: the top level])
11836
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11837
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11838
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11839
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11840
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11841
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11842
configure.in:51: the top level])
11843
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11844
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11845
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11846
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11847
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11848
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11849
configure.in:51: the top level])
151 andreas 11850
m4trace:configure.in:51: -1- KDE_CHECK_C_COMPILER_FLAG([Wmissing-format-attribute], [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
88 andreas 11851
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11852
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11853
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11854
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11855
acinclude.m4:2928: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11856
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11857
configure.in:51: the top level])
11858
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
11859
You should run autoupdate.], [../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
11860
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11861
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11862
acinclude.m4:2928: KDE_CHECK_C_COMPILER_FLAG is expanded from...
11863
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11864
configure.in:51: the top level])
11865
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11866
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK 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_C_COMPILER_FLAG is expanded from...
11870
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11871
configure.in:51: the top level])
11872
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11873
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE 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_C_COMPILER_FLAG is expanded from...
11877
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11878
configure.in:51: the top level])
151 andreas 11879
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wundef], [CXXFLAGS="-Wundef $CXXFLAGS"])
88 andreas 11880
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11881
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11882
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11883
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11884
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11885
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11886
configure.in:51: the top level])
151 andreas 11887
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11888
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11889
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11890
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11891
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11892
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11893
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11894
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11895
configure.in:51: the top level])
11896
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11897
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11898
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11899
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11900
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11901
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11902
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11903
configure.in:51: the top level])
11904
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11905
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11906
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11907
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11908
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11909
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11910
configure.in:51: the top level])
11911
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11912
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11913
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11914
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11915
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11916
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11917
configure.in:51: the top level])
151 andreas 11918
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wno-long-long], [CXXFLAGS="-Wno-long-long $CXXFLAGS"])
88 andreas 11919
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11920
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11921
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11922
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11923
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11924
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11925
configure.in:51: the top level])
151 andreas 11926
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11927
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11928
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11929
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11930
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11931
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11932
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11933
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11934
configure.in:51: the top level])
11935
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11936
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11937
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11938
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11939
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11940
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11941
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11942
configure.in:51: the top level])
11943
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11944
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11945
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11946
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11947
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11948
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11949
configure.in:51: the top level])
11950
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11951
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11952
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11953
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11954
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11955
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11956
configure.in:51: the top level])
151 andreas 11957
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wno-non-virtual-dtor], [CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
88 andreas 11958
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
11959
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
11960
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11961
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11962
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11963
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11964
configure.in:51: the top level])
151 andreas 11965
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11966
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
11967
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
11968
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11969
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11970
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11971
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11972
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11973
configure.in:51: the top level])
11974
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
11975
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
11976
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
11977
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11978
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11979
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11980
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11981
configure.in:51: the top level])
11982
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
11983
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
11984
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11985
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11986
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11987
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11988
configure.in:51: the top level])
11989
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
11990
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
11991
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
11992
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
11993
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
11994
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11995
configure.in:51: the top level])
11996
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11997
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
11998
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
11999
configure.in:51: the top level])
12000
m4trace:configure.in:51: -1- m4_pattern_allow([^HAVE_GCC_VISIBILITY$])
151 andreas 12001
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-reorder-blocks], [gcc_no_reorder_blocks=YES])
88 andreas 12002
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12003
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12004
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12005
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12006
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12007
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12008
configure.in:51: the top level])
151 andreas 12009
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12010
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12011
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12012
acinclude.m4:5092: 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12016
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12017
configure.in:51: the top level])
12018
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12019
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12020
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12021
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12022
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12023
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12024
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12025
configure.in:51: the top level])
12026
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12027
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12028
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12029
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12030
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12031
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12032
configure.in:51: the top level])
12033
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12034
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12035
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12036
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12037
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12038
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12039
configure.in:51: the top level])
151 andreas 12040
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-exceptions], [CXXFLAGS="$CXXFLAGS -fno-exceptions"])
88 andreas 12041
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12042
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12043
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12044
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12045
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12046
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12047
configure.in:51: the top level])
151 andreas 12048
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12049
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12050
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12051
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12052
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12053
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12054
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12055
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12056
configure.in:51: the top level])
12057
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12058
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12059
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12060
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12061
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12062
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12063
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12064
configure.in:51: the top level])
12065
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12066
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12067
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12068
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12069
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12070
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12071
configure.in:51: the top level])
12072
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12073
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12074
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12075
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12076
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12077
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12078
configure.in:51: the top level])
151 andreas 12079
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-check-new], [CXXFLAGS="$CXXFLAGS -fno-check-new"])
88 andreas 12080
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12081
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12082
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12083
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12084
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12085
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12086
configure.in:51: the top level])
151 andreas 12087
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12088
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12089
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12090
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12091
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12092
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12093
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12094
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12095
configure.in:51: the top level])
12096
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12097
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12098
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12099
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12100
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12101
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12102
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12103
configure.in:51: the top level])
12104
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12105
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12106
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12107
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12108
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12109
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12110
configure.in:51: the top level])
12111
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12112
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12113
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12114
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12115
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12116
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12117
configure.in:51: the top level])
151 andreas 12118
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-common], [CXXFLAGS="$CXXFLAGS -fno-common"])
88 andreas 12119
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12120
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12121
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12122
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12123
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12124
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12125
configure.in:51: the top level])
151 andreas 12126
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12127
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12128
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12129
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12130
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12131
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12132
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12133
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12134
configure.in:51: the top level])
12135
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12136
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12137
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12138
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12139
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12140
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12141
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12142
configure.in:51: the top level])
12143
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12144
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12145
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12146
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12147
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12148
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12149
configure.in:51: the top level])
12150
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12151
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12152
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12153
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12154
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12155
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12156
configure.in:51: the top level])
151 andreas 12157
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fexceptions], [USE_EXCEPTIONS="-fexceptions"], [USE_EXCEPTIONS=	])
88 andreas 12158
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12159
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12160
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12161
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12162
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12163
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12164
configure.in:51: the top level])
151 andreas 12165
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12166
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12167
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12168
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12169
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12170
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12171
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12172
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12173
configure.in:51: the top level])
12174
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12175
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12176
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12177
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12178
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12179
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12180
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12181
configure.in:51: the top level])
12182
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12183
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12184
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12185
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12186
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12187
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12188
configure.in:51: the top level])
12189
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12190
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12191
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12192
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12193
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12194
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12195
configure.in:51: the top level])
151 andreas 12196
m4trace:configure.in:51: -1- KDE_CHECK_FOR_OPT_NOINLINE_MATCH
88 andreas 12197
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12198
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12199
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12200
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12201
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
12202
acinclude.m4:3019: KDE_CHECK_FOR_OPT_NOINLINE_MATCH is expanded from...
12203
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12204
configure.in:51: the top level])
12205
m4trace:configure.in:51: -1- AM_CONDITIONAL([unsermake_enable_pch], [test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"])
12206
m4trace:configure.in:51: -1- m4_pattern_allow([^unsermake_enable_pch_TRUE$])
12207
m4trace:configure.in:51: -1- m4_pattern_allow([^unsermake_enable_pch_FALSE$])
151 andreas 12208
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-pch], [CXXFLAGS="$CXXFLAGS --pch"])
88 andreas 12209
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12210
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12211
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12212
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12213
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12214
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12215
configure.in:51: the top level])
151 andreas 12216
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12217
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12218
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12219
acinclude.m4:5092: KDE_LANG_CPLUSPLUS 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12223
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12224
configure.in:51: the top level])
12225
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12226
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12227
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12228
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12229
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12230
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12231
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12232
configure.in:51: the top level])
12233
m4trace:configure.in:51: -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
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12238
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12239
configure.in:51: the top level])
12240
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12241
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12242
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12243
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12244
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12245
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12246
configure.in:51: the top level])
151 andreas 12247
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_keyword_space_time=6], [CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
88 andreas 12248
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12249
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12250
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12251
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12252
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12253
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12254
configure.in:51: the top level])
151 andreas 12255
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12256
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12257
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12258
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12259
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12260
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12261
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12262
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12263
configure.in:51: the top level])
12264
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12265
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12266
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12267
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12268
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12269
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12270
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12271
configure.in:51: the top level])
12272
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12273
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12274
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12275
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12276
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12277
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12278
configure.in:51: the top level])
12279
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12280
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12281
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12282
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12283
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12284
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12285
configure.in:51: the top level])
151 andreas 12286
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_auto_space_time=2], [CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
88 andreas 12287
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12288
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12289
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12290
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12291
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12292
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12293
configure.in:51: the top level])
151 andreas 12294
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12295
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12296
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12297
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12298
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12299
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12300
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12301
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12302
configure.in:51: the top level])
12303
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12304
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12305
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12306
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12307
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12308
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12309
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12310
configure.in:51: the top level])
12311
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12312
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12313
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12314
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12315
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12316
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12317
configure.in:51: the top level])
12318
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12319
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12320
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12321
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12322
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12323
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12324
configure.in:51: the top level])
151 andreas 12325
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_implicit_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
88 andreas 12326
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12327
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12328
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12329
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12330
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12331
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12332
configure.in:51: the top level])
151 andreas 12333
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12334
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12335
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12336
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12337
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12338
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12339
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12340
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12341
configure.in:51: the top level])
12342
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12343
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12344
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12345
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12346
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12347
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12348
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12349
configure.in:51: the top level])
12350
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12351
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12352
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12353
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12354
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12355
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12356
configure.in:51: the top level])
12357
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12358
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12359
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12360
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12361
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12362
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12363
configure.in:51: the top level])
151 andreas 12364
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_generated_space_time=2.0], [CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
88 andreas 12365
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12366
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12367
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12368
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12369
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12370
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12371
configure.in:51: the top level])
151 andreas 12372
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12373
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12374
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12375
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12376
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12377
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12378
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12379
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12380
configure.in:51: the top level])
12381
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12382
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12383
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12384
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12385
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12386
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12387
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12388
configure.in:51: the top level])
12389
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12390
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12391
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12392
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12393
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12394
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12395
configure.in:51: the top level])
12396
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12397
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12398
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12399
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12400
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12401
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12402
configure.in:51: the top level])
151 andreas 12403
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-one_per], [CXXFLAGS="$CXXFLAGS --one_per"])
88 andreas 12404
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12405
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12406
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12407
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12408
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12409
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12410
configure.in:51: the top level])
151 andreas 12411
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12412
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12413
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12414
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12415
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12416
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12417
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12418
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12419
configure.in:51: the top level])
12420
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12421
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12422
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12423
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12424
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12425
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12426
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12427
configure.in:51: the top level])
12428
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12429
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12430
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12431
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12432
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12433
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12434
configure.in:51: the top level])
12435
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12436
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12437
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12438
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12439
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12440
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12441
configure.in:51: the top level])
12442
m4trace:configure.in:51: -1- m4_pattern_allow([^USE_EXCEPTIONS$])
12443
m4trace:configure.in:51: -1- m4_pattern_allow([^USE_RTTI$])
151 andreas 12444
m4trace:configure.in:51: -1- AC_VALIDIFY_CXXFLAGS
12445
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXX], [-fno-rtti -rpath])
12446
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-fno-rtti -rpath])
12447
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXX], [-rpath])
12448
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-rpath])
88 andreas 12449
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXCPP$])
12450
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
12451
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXCPP$])
151 andreas 12452
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([O0], [NOOPT_CXXFLAGS=-O0])
88 andreas 12453
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12454
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12455
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12456
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12457
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12458
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12459
configure.in:51: the top level])
151 andreas 12460
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12461
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12462
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12463
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12464
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12465
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12466
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12467
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12468
configure.in:51: the top level])
12469
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12470
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12471
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12472
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12473
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12474
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12475
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12476
configure.in:51: the top level])
12477
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12478
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12479
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12480
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12481
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12482
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12483
configure.in:51: the top level])
12484
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12485
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12486
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12487
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12488
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12489
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12490
configure.in:51: the top level])
12491
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12492
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12493
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12494
configure.in:51: the top level])
12495
m4trace:configure.in:51: -1- m4_pattern_allow([^NOOPT_CXXFLAGS$])
12496
m4trace:configure.in:51: -1- m4_pattern_allow([^NOOPT_CFLAGS$])
12497
m4trace:configure.in:51: -1- m4_pattern_allow([^ENABLE_PERMISSIVE_FLAG$])
151 andreas 12498
m4trace:configure.in:51: -1- KDE_CHECK_NEW_LDFLAGS
88 andreas 12499
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12500
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12501
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12502
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12503
configure.in:51: the top level])
151 andreas 12504
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"], [])
88 andreas 12505
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12506
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12507
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12508
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12509
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12510
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12511
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12512
configure.in:51: the top level])
151 andreas 12513
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12514
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12515
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12516
acinclude.m4:5092: KDE_LANG_CPLUSPLUS 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12520
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12521
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12522
configure.in:51: the top level])
12523
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12524
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12525
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12526
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12527
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12528
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12529
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12530
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12531
configure.in:51: the top level])
12532
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12533
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12534
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12535
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12536
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12537
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12538
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12539
configure.in:51: the top level])
12540
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12541
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12542
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12543
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12544
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12545
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12546
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12547
configure.in:51: the top level])
151 andreas 12548
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], [LDFLAGS_AS_NEEDED="-Wl,--as-needed"], [])
88 andreas 12549
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12550
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12551
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12552
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12553
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12554
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12555
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12556
configure.in:51: the top level])
151 andreas 12557
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12558
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12559
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12560
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12561
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12562
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12563
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12564
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12565
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12566
configure.in:51: the top level])
12567
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12568
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12569
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12570
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12571
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12572
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12573
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12574
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12575
configure.in:51: the top level])
12576
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12577
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12578
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12579
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12580
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12581
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12582
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12583
configure.in:51: the top level])
12584
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12585
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12586
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12587
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12588
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12589
acinclude.m4:1708: KDE_CHECK_NEW_LDFLAGS is expanded from...
12590
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12591
configure.in:51: the top level])
12592
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS_AS_NEEDED$])
12593
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS_NEW_DTAGS$])
151 andreas 12594
m4trace:configure.in:51: -1- KDE_CHECK_FINAL
88 andreas 12595
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12596
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12597
acinclude.m4:1659: KDE_CHECK_FINAL is expanded from...
12598
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12599
configure.in:51: the top level])
12600
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_FINAL_TRUE$])
12601
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_FINAL_FALSE$])
151 andreas 12602
m4trace:configure.in:51: -1- KDE_CHECK_CLOSURE
88 andreas 12603
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12604
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12605
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12606
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12607
configure.in:51: the top level])
151 andreas 12608
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
12609
		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
12610
		[KDE_NO_UNDEFINED=""])], [KDE_NO_UNDEFINED=""])
88 andreas 12611
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12612
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12613
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12614
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12615
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12616
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12617
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12618
configure.in:51: the top level])
151 andreas 12619
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12620
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12621
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12622
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12623
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12624
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12625
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12626
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12627
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12628
configure.in:51: the top level])
12629
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12630
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12631
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12632
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12633
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12634
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12635
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12636
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12637
configure.in:51: the top level])
12638
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12639
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12640
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12641
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12642
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12643
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12644
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12645
configure.in:51: the top level])
12646
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12647
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12648
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12649
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12650
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12651
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12652
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12653
configure.in:51: the top level])
151 andreas 12654
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined], [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"], [KDE_NO_UNDEFINED=""])
88 andreas 12655
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
12656
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
12657
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12658
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12659
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12660
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12661
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12662
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12663
configure.in:51: the top level])
151 andreas 12664
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12665
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
12666
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
12667
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
12668
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12669
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12670
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12671
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12672
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12673
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12674
configure.in:51: the top level])
12675
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
12676
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
12677
acinclude.m4:5092: KDE_LANG_CPLUSPLUS 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:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12681
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12682
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12683
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12684
configure.in:51: the top level])
12685
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
12686
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
12687
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12688
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12689
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12690
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12691
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12692
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12693
configure.in:51: the top level])
12694
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
12695
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
12696
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
12697
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
12698
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12699
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
12700
acinclude.m4:1677: KDE_CHECK_CLOSURE is expanded from...
12701
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12702
configure.in:51: the top level])
12703
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_CLOSURE_TRUE$])
12704
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_CLOSURE_FALSE$])
12705
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_NO_UNDEFINED$])
151 andreas 12706
m4trace:configure.in:51: -1- KDE_CHECK_NMCHECK
88 andreas 12707
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12708
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12709
acinclude.m4:1730: KDE_CHECK_NMCHECK is expanded from...
12710
acinclude.m4:3059: AC_CHECK_COMPILERS is expanded from...
12711
configure.in:51: the top level])
12712
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_NMCHECK_TRUE$])
12713
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_NMCHECK_FALSE$])
151 andreas 12714
m4trace:configure.in:51: -2- KDE_ADD_DEPENDENCIES
12715
m4trace:configure.in:52: -1- AC_ENABLE_SHARED([yes])
88 andreas 12716
m4trace:configure.in:52: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12717
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12718
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12719
acinclude.m4:7697: AC_ENABLE_SHARED is expanded from...
12720
configure.in:52: the top level])
151 andreas 12721
m4trace:configure.in:53: -1- AC_ENABLE_STATIC([no])
88 andreas 12722
m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12723
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12724
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12725
acinclude.m4:7736: AC_ENABLE_STATIC is expanded from...
12726
configure.in:53: the top level])
151 andreas 12727
m4trace:configure.in:54: -1- KDE_PROG_LIBTOOL
12728
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN
12729
m4trace:configure.in:54: -1- KDE_CHECK_LIB64
88 andreas 12730
m4trace:configure.in:54: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12731
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12732
acinclude.m4:3500: KDE_CHECK_LIB64 is expanded from...
12733
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
12734
configure.in:54: the top level])
12735
m4trace:configure.in:54: -1- m4_pattern_allow([^KDELIBSUFF$])
12736
m4trace:configure.in:54: -1- m4_pattern_allow([^libdir$])
12737
m4trace:configure.in:54: -1- m4_pattern_allow([^KDELIBSUFF$])
151 andreas 12738
m4trace:configure.in:54: -1- AM_PROG_LIBTOOL
88 andreas 12739
m4trace:configure.in:54: -1- AC_PROG_LIBTOOL
151 andreas 12740
m4trace:configure.in:54: -1- _AC_PROG_LIBTOOL
12741
m4trace:configure.in:54: -1- AC_LIBTOOL_SETUP
12742
m4trace:configure.in:54: -1- AC_ENABLE_FAST_INSTALL
88 andreas 12743
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12744
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12745
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12746
acinclude.m4:7775: AC_ENABLE_FAST_INSTALL is expanded from...
12747
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
12748
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
12749
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
12750
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
12751
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
12752
configure.in:54: the top level])
151 andreas 12753
m4trace:configure.in:54: -1- AC_PROG_LD
88 andreas 12754
m4trace:configure.in:54: -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:1382: AC_ARG_WITH is expanded from...
12757
acinclude.m4:7916: AC_PROG_LD is expanded from...
12758
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
12759
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
12760
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
12761
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
12762
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
12763
configure.in:54: the top level])
151 andreas 12764
m4trace:configure.in:54: -1- LT_AC_PROG_SED
12765
m4trace:configure.in:54: -1- AC_PROG_LD_GNU
12766
m4trace:configure.in:54: -1- AC_PROG_EGREP
88 andreas 12767
m4trace:configure.in:54: -1- m4_pattern_allow([^GREP$])
12768
m4trace:configure.in:54: -1- m4_pattern_allow([^GREP$])
12769
m4trace:configure.in:54: -1- m4_pattern_allow([^EGREP$])
12770
m4trace:configure.in:54: -1- m4_pattern_allow([^EGREP$])
151 andreas 12771
m4trace:configure.in:54: -1- AC_PROG_LD_RELOAD_FLAG
12772
m4trace:configure.in:54: -1- AC_PROG_NM
88 andreas 12773
m4trace:configure.in:54: -1- m4_pattern_allow([^LN_S$])
151 andreas 12774
m4trace:configure.in:54: -1- AC_DEPLIBS_CHECK_METHOD
12775
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
12776
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
12777
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12778
m4trace:configure.in:54: -1- AC_LIBTOOL_OBJDIR
12779
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
12780
m4trace:configure.in:54: -1- _LT_AC_PROG_ECHO_BACKSLASH
12781
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([
12782
# Check that we are running under the correct shell.
12783
SHELL=${CONFIG_SHELL-/bin/sh}
12784
 
12785
case X$ECHO in
12786
X*--fallback-echo)
12787
  # Remove one level of quotation (which was required for Make).
12788
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
12789
  ;;
12790
esac
12791
 
12792
echo=${ECHO-echo}
12793
if test "X[$]1" = X--no-reexec; then
12794
  # Discard the --no-reexec flag, and continue.
12795
  shift
12796
elif test "X[$]1" = X--fallback-echo; then
12797
  # Avoid inline document here, it may be left over
12798
  :
12799
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
12800
  # Yippee, $echo works!
12801
  :
12802
else
12803
  # Restart under the correct shell.
12804
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
12805
fi
12806
 
12807
if test "X[$]1" = X--fallback-echo; then
12808
  # used as fallback echo
12809
  shift
12810
  cat <<EOF
12811
[$]*
12812
EOF
12813
  exit 0
12814
fi
12815
 
12816
# The HP-UX ksh and POSIX shell print the target directory to stdout
12817
# if CDPATH is set.
12818
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
12819
 
12820
if test -z "$ECHO"; then
12821
if test "X${echo_test_string+set}" != Xset; then
12822
# find a string as large as possible, as long as the shell can cope with it
12823
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
12824
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
12825
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
12826
       echo_test_string="`eval $cmd`" &&
12827
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
12828
    then
12829
      break
12830
    fi
12831
  done
12832
fi
12833
 
12834
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
12835
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
12836
   test "X$echo_testing_string" = "X$echo_test_string"; then
12837
  :
12838
else
12839
  # The Solaris, AIX, and Digital Unix default echo programs unquote
12840
  # backslashes.  This makes it impossible to quote backslashes using
12841
  #   echo "$something" | sed 's/\\/\\\\/g'
12842
  #
12843
  # So, first we look for a working echo in the user's PATH.
12844
 
12845
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12846
  for dir in $PATH /usr/ucb; do
12847
    IFS="$lt_save_ifs"
12848
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
12849
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
12850
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
12851
       test "X$echo_testing_string" = "X$echo_test_string"; then
12852
      echo="$dir/echo"
12853
      break
12854
    fi
12855
  done
12856
  IFS="$lt_save_ifs"
12857
 
12858
  if test "X$echo" = Xecho; then
12859
    # We didn't find a better echo, so look for alternatives.
12860
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
12861
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
12862
       test "X$echo_testing_string" = "X$echo_test_string"; then
12863
      # This shell has a builtin print -r that does the trick.
12864
      echo='print -r'
12865
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
12866
	 test "X$CONFIG_SHELL" != X/bin/ksh; then
12867
      # If we have ksh, try running configure again with it.
12868
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12869
      export ORIGINAL_CONFIG_SHELL
12870
      CONFIG_SHELL=/bin/ksh
12871
      export CONFIG_SHELL
12872
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
12873
    else
12874
      # Try using printf.
12875
      echo='printf %s\n'
12876
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
12877
	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
12878
	 test "X$echo_testing_string" = "X$echo_test_string"; then
12879
	# Cool, printf works
12880
	:
12881
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
12882
	   test "X$echo_testing_string" = 'X\t' &&
12883
	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
12884
	   test "X$echo_testing_string" = "X$echo_test_string"; then
12885
	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
12886
	export CONFIG_SHELL
12887
	SHELL="$CONFIG_SHELL"
12888
	export SHELL
12889
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
12890
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
12891
	   test "X$echo_testing_string" = 'X\t' &&
12892
	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
12893
	   test "X$echo_testing_string" = "X$echo_test_string"; then
12894
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
12895
      else
12896
	# maybe with a smaller string...
12897
	prev=:
12898
 
12899
	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
12900
	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
12901
	  then
12902
	    break
12903
	  fi
12904
	  prev="$cmd"
12905
	done
12906
 
12907
	if test "$prev" != 'sed 50q "[$]0"'; then
12908
	  echo_test_string=`eval $prev`
12909
	  export echo_test_string
12910
	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
12911
	else
12912
	  # Oops.  We lost completely, so just stick with echo.
12913
	  echo=echo
12914
	fi
12915
      fi
12916
    fi
12917
  fi
12918
fi
12919
fi
12920
 
12921
# Copy echo and quote the copy suitably for passing to libtool from
12922
# the Makefile, instead of quoting the original, which is used later.
12923
ECHO=$echo
12924
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
12925
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
12926
fi
12927
 
12928
AC_SUBST(ECHO)
12929
])
88 andreas 12930
m4trace:configure.in:54: -1- m4_pattern_allow([^ECHO$])
12931
m4trace:configure.in:54: -1- m4_pattern_allow([^AR$])
12932
m4trace:configure.in:54: -1- m4_pattern_allow([^RANLIB$])
12933
m4trace:configure.in:54: -1- m4_pattern_allow([^STRIP$])
151 andreas 12934
m4trace:configure.in:54: -1- AC_PATH_MAGIC
12935
m4trace:configure.in:54: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
12936
m4trace:configure.in:54: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
88 andreas 12937
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12938
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12939
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
12940
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
12941
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
12942
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
12943
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
12944
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
12945
configure.in:54: the top level])
12946
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12947
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
12948
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
12949
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
12950
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
12951
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
12952
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
12953
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
12954
configure.in:54: the top level])
151 andreas 12955
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_C_CONFIG
12956
m4trace:configure.in:54: -1- _LT_AC_LANG_C_CONFIG
12957
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [])
12958
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
12959
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12960
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12961
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12962
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12963
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12964
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12965
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12966
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
12967
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
12968
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
12969
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12970
m4trace:configure.in:54: -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, )=])
12971
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12972
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12973
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12974
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
12975
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12976
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12977
m4trace:configure.in:54: -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"])
12978
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12979
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12980
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
12981
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
12982
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12983
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12984
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
12985
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12986
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12987
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12988
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12989
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12990
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
12991
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12992
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12993
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12994
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
12995
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12996
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
12997
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
12998
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
12999
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13000
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13001
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13002
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13003
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13004
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13005
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13006
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13007
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13008
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13009
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13010
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13011
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13012
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13013
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13014
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13015
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13016
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13017
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13018
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13019
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13020
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13021
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13022
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13023
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13024
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13025
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13026
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13027
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13028
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13029
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13030
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13031
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
13032
m4trace:configure.in:54: -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
13033
     "" | " "*) ;;
13034
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
13035
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
13036
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
13037
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13038
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13039
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13040
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13041
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13042
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13043
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13044
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13045
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13046
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13047
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13048
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([])
13049
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13050
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13051
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13052
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13053
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13054
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13055
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13056
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
13057
m4trace:configure.in:54: -1- _LT_AC_LOCK
88 andreas 13058
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
13059
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
13060
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
13061
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
13062
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
13063
acinclude.m4:6408: _LT_AC_LOCK is expanded from...
13064
acinclude.m4:6941: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
13065
acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
13066
acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
13067
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
13068
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
13069
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
13070
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
13071
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
13072
configure.in:54: the top level])
151 andreas 13073
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13074
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
13075
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13076
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13077
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13078
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13079
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13080
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13081
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13082
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13083
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13084
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13085
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13086
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13087
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13088
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13089
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13090
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13091
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13092
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13093
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13094
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13095
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13096
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
13097
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13098
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13099
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13100
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13101
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13102
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13103
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13104
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13105
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13106
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13107
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13108
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13109
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13110
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13111
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13112
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13113
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13114
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13115
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13116
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13117
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13118
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13119
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13120
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13121
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13122
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13123
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13124
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13125
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13126
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13127
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13128
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13129
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13130
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13131
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13132
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13133
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13134
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13135
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13136
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13137
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13138
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13139
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13140
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13141
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13142
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13143
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13144
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13145
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13146
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13147
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13148
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13149
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13150
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13151
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13152
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13153
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13154
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13155
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13156
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13157
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13158
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13159
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13160
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13161
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13162
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13163
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13164
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13165
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13166
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13167
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13168
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13169
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13170
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13171
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13172
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13173
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13174
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13175
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13176
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13177
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13178
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13179
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13180
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13181
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13182
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13183
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13184
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13185
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13186
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13187
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13188
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13189
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13190
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13191
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13192
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13193
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13194
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13195
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13196
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13197
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13198
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13199
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13200
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13201
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13202
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13203
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13204
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13205
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13206
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13207
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13208
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13209
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13210
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13211
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13212
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13213
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13214
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13215
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13216
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13217
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13218
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13219
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13220
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13221
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13222
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13223
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13224
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13225
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13226
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13227
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13228
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13229
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13230
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13231
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13232
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13233
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13234
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13235
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13236
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13237
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13238
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13239
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13240
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13241
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13242
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13243
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13244
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13245
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13246
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13247
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13248
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13249
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13250
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13251
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13252
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13253
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13254
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13255
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13256
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13257
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13258
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13259
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13260
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13261
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13262
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13263
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13264
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13265
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13266
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13267
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13268
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13269
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13270
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13271
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13272
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13273
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13274
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13275
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13276
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13277
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13278
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13279
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13280
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13281
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13282
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13283
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13284
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13285
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13286
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13287
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13288
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13289
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13290
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13291
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13292
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13293
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13294
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13295
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13296
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13297
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13298
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13299
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [])
13300
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13301
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13302
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13303
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13304
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13305
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13306
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13307
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13308
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13309
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13310
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13311
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13312
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13313
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13314
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13315
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13316
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13317
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13318
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13319
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13320
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13321
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13322
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13323
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13324
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13325
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13326
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13327
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13328
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13329
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13330
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13331
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13332
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13333
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13334
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13335
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13336
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [])
13337
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13338
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13339
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13340
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13341
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13342
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
13343
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
13344
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13345
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13346
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var ])
13347
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13348
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13349
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13350
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13351
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13352
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13353
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13354
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13355
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13356
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
13357
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([])
13358
m4trace:configure.in:54: -1- _LT_AC_CHECK_DLFCN
88 andreas 13359
m4trace:configure.in:54: -1- m4_pattern_allow([^STDC_HEADERS$])
151 andreas 13360
m4trace:configure.in:54: -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])
13361
m4trace:configure.in:54: -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])
13362
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13363
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13364
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13365
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13366
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13367
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13368
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13369
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13370
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13371
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13372
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13373
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13374
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13375
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13376
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13377
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([])
13378
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [])
13379
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [])
13380
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [])
13381
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13382
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13383
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13384
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13385
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13386
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13387
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13388
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13389
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13390
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13391
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [])
13392
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [])
13393
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [])
13394
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [])
13395
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13396
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13397
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13398
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
13399
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
13400
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13401
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13402
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13403
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13404
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13405
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13406
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13407
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13408
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13409
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13410
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13411
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13412
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
13413
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13414
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13415
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13416
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13417
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13418
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13419
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13420
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13421
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13422
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13423
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [])
13424
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [])
13425
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [])
13426
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13427
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13428
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13429
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13430
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13431
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13432
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13433
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13434
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13435
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13436
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13437
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13438
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13439
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13440
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13441
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [])
13442
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [])
13443
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [])
13444
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [])
13445
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13446
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13447
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13448
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13449
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13450
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13451
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13452
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13453
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13454
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13455
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13456
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13457
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
13458
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13459
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13460
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13461
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
88 andreas 13462
m4trace:configure.in:54: -1- _LT_AC_TAGCONFIG
13463
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
13464
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
13465
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
13466
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
13467
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
13468
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
13469
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
13470
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
13471
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
13472
configure.in:54: the top level])
13473
m4trace:configure.in:54: -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:7580: _LT_AC_TAGCONFIG is expanded from...
13474
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
13475
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
13476
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
13477
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
13478
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
13479
configure.in:54: the top level])
13480
m4trace:configure.in:54: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
13481
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
13482
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
13483
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
13484
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
13485
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
13486
configure.in:54: the top level])
151 andreas 13487
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_CXX_CONFIG
13488
m4trace:configure.in:54: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
13489
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13490
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13491
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13492
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13493
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13494
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13495
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13496
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13497
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13498
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13499
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13500
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13501
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13502
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13503
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13504
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13505
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13506
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13507
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13508
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13509
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
13510
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13511
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13512
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [CXX])
13513
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
13514
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
13515
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13516
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13517
m4trace:configure.in:54: -1- AC_PROG_LD
13518
m4trace:configure.in:54: -1- AC_PROG_LD_GNU
13519
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13520
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13521
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13522
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13523
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13524
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13525
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13526
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13527
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13528
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13529
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13530
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13531
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13532
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13533
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13534
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13535
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13536
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13537
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13538
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13539
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13540
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13541
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13542
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13543
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13544
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13545
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13546
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13547
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13548
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13549
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13550
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13551
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13552
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13553
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13554
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13555
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13556
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13557
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13558
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13559
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13560
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13561
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13562
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13563
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13564
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13565
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13566
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13567
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13568
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13569
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13570
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13571
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13572
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13573
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13574
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13575
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13576
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13577
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13578
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13579
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13580
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13581
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13582
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13583
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13584
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13585
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13586
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13587
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13588
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13589
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13590
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13591
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13592
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13593
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13594
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13595
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13596
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13597
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13598
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13599
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13600
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13601
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13602
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13603
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13604
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13605
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13606
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13607
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13608
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13609
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13610
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13611
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13612
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13613
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13614
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13615
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13616
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13617
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13618
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13619
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13620
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13621
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13622
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13623
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13624
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13625
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13626
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13627
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13628
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13629
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13630
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13631
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13632
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13633
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13634
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13635
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13636
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13637
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13638
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13639
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13640
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13641
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13642
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13643
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13644
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13645
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13646
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13647
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13648
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13649
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13650
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13651
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13652
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13653
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13654
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13655
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13656
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13657
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13658
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13659
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13660
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13661
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13662
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13663
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13664
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13665
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13666
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13667
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13668
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13669
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13670
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13671
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13672
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13673
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13674
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13675
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13676
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13677
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13678
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13679
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13680
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13681
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13682
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13683
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13684
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13685
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13686
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13687
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13688
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13689
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13690
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13691
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13692
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13693
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13694
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13695
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13696
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13697
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13698
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13699
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13700
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13701
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13702
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13703
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13704
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [CXX])
13705
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
13706
m4trace:configure.in:54: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
13707
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13708
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13709
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13710
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13711
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13712
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13713
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13714
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13715
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13716
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13717
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13718
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13719
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13720
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13721
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13722
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13723
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13724
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13725
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
13726
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13727
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13728
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13729
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13730
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13731
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13732
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13733
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13734
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13735
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13736
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13737
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13738
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13739
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13740
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13741
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13742
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13743
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13744
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13745
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13746
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13747
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13748
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13749
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13750
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13751
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13752
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13753
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13754
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13755
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13756
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13757
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13758
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13759
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13760
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13761
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13762
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13763
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13764
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13765
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13766
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13767
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13768
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13769
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13770
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13771
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13772
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13773
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
13774
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13775
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13776
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13777
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
13778
m4trace:configure.in:54: -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
13779
     "" | " "*) ;;
13780
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
13781
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
13782
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
13783
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13784
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13785
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13786
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13787
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13788
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13789
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13790
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
13791
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13792
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13793
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13794
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
13795
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13796
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13797
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13798
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13799
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13800
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13801
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13802
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
13803
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13804
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
13805
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13806
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13807
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13808
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13809
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13810
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13811
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13812
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13813
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13814
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13815
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13816
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13817
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13818
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13819
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13820
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
13821
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13822
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13823
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13824
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13825
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13826
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
13827
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
13828
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13829
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13830
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var CXX])
13831
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13832
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13833
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13834
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13835
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13836
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13837
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13838
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13839
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13840
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
13841
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
13842
m4trace:configure.in:54: -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])
13843
m4trace:configure.in:54: -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])
13844
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([CXX])
13845
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
13846
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [CXX])
13847
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
13848
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13849
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13850
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13851
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13852
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13853
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
13854
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13855
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13856
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13857
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13858
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13859
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13860
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
13861
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13862
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13863
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13864
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13865
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
13866
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
13867
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13868
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13869
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13870
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13871
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13872
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13873
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13874
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13875
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13876
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13877
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13878
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
13879
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
13880
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13881
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13882
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13883
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13884
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13885
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13886
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13887
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13888
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13889
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13890
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
13891
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [CXX])
13892
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
13893
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13894
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13895
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
13896
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13897
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13898
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13899
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13900
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
13901
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13902
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
13903
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
13904
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13905
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13906
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13907
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13908
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13909
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13910
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
13911
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13912
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13913
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13914
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13915
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
13916
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13917
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13918
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13919
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13920
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13921
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13922
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13923
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13924
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
13925
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13926
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
13927
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
13928
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
13929
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_F77_CONFIG
13930
m4trace:configure.in:54: -1- _LT_AC_LANG_F77_CONFIG([F77])
88 andreas 13931
m4trace:configure.in:54: -1- m4_pattern_allow([^F77$])
13932
m4trace:configure.in:54: -1- m4_pattern_allow([^FFLAGS$])
13933
m4trace:configure.in:54: -1- m4_pattern_allow([^LDFLAGS$])
13934
m4trace:configure.in:54: -1- m4_pattern_allow([^LIBS$])
13935
m4trace:configure.in:54: -1- m4_pattern_allow([^F77$])
13936
m4trace:configure.in:54: -1- m4_pattern_allow([^ac_ct_F77$])
151 andreas 13937
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
13938
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
13939
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
13940
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
13941
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
13942
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
13943
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
13944
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
13945
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
13946
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
13947
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
13948
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
13949
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
13950
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
13951
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
13952
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
13953
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
13954
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
13955
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [F77])
13956
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
13957
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
13958
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
13959
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [F77])
13960
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
13961
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
13962
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13963
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13964
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13965
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13966
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13967
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13968
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13969
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13970
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13971
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
13972
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13973
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13974
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13975
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13976
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13977
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13978
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13979
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13980
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13981
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13982
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13983
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13984
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13985
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13986
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13987
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13988
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13989
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13990
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13991
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13992
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13993
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13994
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13995
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13996
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
13997
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
13998
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
13999
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14000
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14001
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14002
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14003
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14004
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14005
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14006
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14007
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14008
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14009
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14010
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14011
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14012
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
14013
m4trace:configure.in:54: -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
14014
     "" | " "*) ;;
14015
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
14016
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
14017
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
14018
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14019
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14020
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14021
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14022
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14023
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14024
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14025
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14026
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14027
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14028
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14029
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
14030
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14031
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14032
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14033
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14034
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14035
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14036
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14037
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
14038
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14039
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
14040
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14041
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14042
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14043
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14044
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14045
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14046
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14047
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14048
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14049
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14050
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14051
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14052
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14053
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14054
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14055
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14056
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14057
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14058
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14059
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14060
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14061
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14062
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14063
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14064
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14065
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14066
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14067
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14068
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14069
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14070
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14071
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14072
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14073
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14074
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14075
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14076
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14077
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14078
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14079
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14080
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14081
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14082
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14083
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14084
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14085
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14086
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14087
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14088
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14089
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14090
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14091
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14092
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14093
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14094
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14095
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14096
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14097
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14098
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14099
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14100
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14101
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14102
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14103
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14104
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14105
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14106
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14107
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14108
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14109
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14110
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14111
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14112
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14113
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14114
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14115
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14116
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14117
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14118
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14119
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14120
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14121
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14122
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14123
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14124
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14125
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14126
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14127
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14128
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14129
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14130
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14131
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14132
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14133
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14134
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14135
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14136
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14137
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14138
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14139
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14140
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14141
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14142
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14143
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14144
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14145
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14146
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14147
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14148
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14149
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14150
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14151
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14152
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14153
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14154
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14155
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14156
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14157
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14158
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14159
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14160
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14161
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14162
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14163
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14164
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14165
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14166
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14167
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14168
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14169
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14170
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14171
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14172
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14173
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14174
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14175
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14176
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14177
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14178
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14179
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14180
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14181
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14182
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14183
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14184
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14185
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14186
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14187
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14188
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14189
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14190
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14191
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14192
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14193
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14194
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14195
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14196
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14197
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14198
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14199
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14200
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14201
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14202
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14203
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14204
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14205
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14206
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14207
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14208
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14209
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14210
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14211
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14212
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14213
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14214
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14215
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14216
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14217
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14218
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14219
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14220
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14221
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14222
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14223
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14224
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14225
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14226
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14227
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14228
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14229
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14230
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14231
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14232
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14233
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14234
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14235
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14236
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14237
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14238
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14239
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14240
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14241
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14242
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14243
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14244
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14245
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14246
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14247
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14248
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14249
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14250
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14251
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14252
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14253
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14254
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14255
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14256
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14257
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14258
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14259
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14260
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14261
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14262
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14263
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14264
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
14265
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14266
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14267
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14268
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14269
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14270
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14271
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14272
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14273
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14274
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14275
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14276
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14277
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14278
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14279
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14280
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14281
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14282
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14283
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14284
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14285
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14286
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14287
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14288
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14289
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14290
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14291
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14292
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14293
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14294
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14295
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14296
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14297
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14298
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14299
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14300
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14301
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
14302
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14303
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14304
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14305
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14306
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14307
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
14308
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
14309
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14310
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14311
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var F77])
14312
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14313
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14314
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14315
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14316
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14317
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14318
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14319
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14320
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14321
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
14322
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([F77])
14323
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
14324
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [F77])
14325
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
14326
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14327
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14328
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14329
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14330
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14331
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14332
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14333
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14334
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14335
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14336
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14337
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14338
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [F77])
14339
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [F77])
14340
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14341
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14342
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14343
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
14344
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
14345
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14346
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14347
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14348
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14349
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14350
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14351
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14352
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14353
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14354
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14355
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14356
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14357
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14358
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14359
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14360
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14361
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14362
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14363
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14364
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14365
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14366
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14367
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14368
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
14369
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [F77])
14370
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
14371
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14372
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14373
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14374
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14375
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14376
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14377
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14378
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14379
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14380
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14381
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14382
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14383
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14384
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14385
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14386
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14387
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14388
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [F77])
14389
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [F77])
14390
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14391
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14392
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14393
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14394
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14395
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14396
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14397
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14398
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14399
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14400
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14401
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14402
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
14403
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14404
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14405
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14406
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14407
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
14408
m4trace:configure.in:54: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
88 andreas 14409
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
14410
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
14411
acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14412
acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14413
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
14414
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
14415
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
14416
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
14417
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
14418
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
14419
configure.in:54: the top level])
151 andreas 14420
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [GCJ])
14421
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
14422
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14423
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14424
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
14425
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14426
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14427
m4trace:configure.in:54: -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"])
14428
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14429
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14430
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
14431
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14432
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14433
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14434
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14435
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14436
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14437
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14438
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14439
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14440
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14441
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14442
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14443
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14444
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14445
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14446
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14447
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14448
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14449
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14450
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14451
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14452
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14453
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14454
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14455
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14456
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14457
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14458
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14459
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14460
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14461
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14462
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14463
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14464
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14465
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14466
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14467
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14468
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14469
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14470
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14471
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14472
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14473
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14474
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14475
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14476
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14477
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14478
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14479
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14480
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14481
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
14482
m4trace:configure.in:54: -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
14483
     "" | " "*) ;;
14484
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
14485
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
14486
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
14487
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14488
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14489
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14490
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14491
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14492
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14493
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14494
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14495
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14496
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14497
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14498
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
14499
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14500
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14501
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14502
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14503
m4trace:configure.in:54: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14504
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14505
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14506
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
14507
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14508
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
14509
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14510
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14511
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14512
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14513
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14514
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14515
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14516
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14517
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14518
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14519
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14520
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14521
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14522
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14523
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14524
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14525
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14526
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14527
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14528
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14529
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14530
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14531
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14532
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14533
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14534
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14535
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14536
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14537
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14538
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14539
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14540
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14541
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14542
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14543
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14544
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14545
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14546
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14547
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14548
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14549
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14550
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14551
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14552
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14553
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14554
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14555
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14556
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14557
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14558
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14559
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14560
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14561
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14562
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14563
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14564
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14565
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14566
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14567
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14568
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14569
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14570
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14571
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14572
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14573
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14574
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14575
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14576
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14577
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14578
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14579
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14580
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14581
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14582
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14583
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14584
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14585
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14586
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14587
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14588
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14589
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14590
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14591
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14592
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14593
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14594
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14595
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14596
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14597
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14598
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14599
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14600
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14601
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14602
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14603
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14604
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14605
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14606
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14607
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14608
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14609
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14610
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14611
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14612
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14613
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14614
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14615
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14616
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14617
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14618
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14619
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14620
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14621
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14622
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14623
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14624
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14625
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14626
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14627
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14628
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14629
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14630
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14631
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14632
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14633
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14634
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14635
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14636
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14637
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14638
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14639
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14640
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14641
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14642
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14643
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14644
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14645
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14646
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14647
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14648
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14649
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14650
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14651
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14652
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14653
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14654
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14655
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14656
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14657
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14658
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14659
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14660
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14661
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14662
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14663
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14664
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14665
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14666
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14667
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14668
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14669
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14670
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14671
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14672
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14673
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14674
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14675
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14676
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14677
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14678
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14679
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14680
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14681
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14682
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14683
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14684
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14685
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14686
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14687
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14688
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14689
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14690
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14691
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14692
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14693
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14694
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14695
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14696
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14697
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14698
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14699
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14700
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14701
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14702
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14703
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14704
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14705
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14706
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14707
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14708
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14709
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14710
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14711
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14712
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14713
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14714
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14715
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14716
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14717
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14718
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14719
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14720
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14721
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14722
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14723
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14724
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14725
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14726
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14727
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14728
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14729
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14730
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14731
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14732
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14733
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
14734
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14735
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14736
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14737
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14738
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14739
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14740
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14741
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14742
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14743
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14744
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14745
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14746
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14747
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14748
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14749
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14750
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14751
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14752
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14753
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14754
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14755
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14756
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14757
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14758
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14759
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14760
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14761
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14762
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14763
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14764
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14765
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14766
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14767
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14768
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14769
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14770
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14771
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14772
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14773
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14774
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14775
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14776
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
14777
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
14778
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14779
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14780
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var GCJ])
14781
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14782
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14783
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14784
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14785
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14786
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14787
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14788
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14789
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14790
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
14791
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
14792
m4trace:configure.in:54: -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])
14793
m4trace:configure.in:54: -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])
14794
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([GCJ])
14795
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14796
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [GCJ])
14797
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [GCJ])
14798
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14799
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14800
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14801
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14802
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14803
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14804
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14805
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14806
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14807
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14808
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
14809
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
14810
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [GCJ])
14811
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
14812
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
14813
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14814
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14815
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
14816
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
14817
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14818
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14819
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14820
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14821
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14822
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14823
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14824
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14825
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14826
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14827
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14828
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14829
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14830
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14831
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14832
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14833
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14834
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14835
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14836
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14837
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14838
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14839
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14840
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14841
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [GCJ])
14842
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [GCJ])
14843
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14844
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14845
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14846
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14847
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14848
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14849
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14850
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14851
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14852
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
14853
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14854
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14855
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14856
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14857
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14858
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
14859
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
14860
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [GCJ])
14861
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
14862
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
14863
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14864
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14865
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
14866
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14867
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14868
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14869
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14870
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14871
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14872
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14873
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14874
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
14875
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14876
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14877
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14878
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
88 andreas 14879
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
14880
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
14881
acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14882
acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14883
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
14884
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
14885
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
14886
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
14887
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
14888
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
14889
configure.in:54: the top level])
151 andreas 14890
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_RC_CONFIG
14891
m4trace:configure.in:54: -1- _LT_AC_LANG_RC_CONFIG([RC])
88 andreas 14892
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
14893
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
14894
acinclude.m4:9759: _LT_AC_LANG_RC_CONFIG is expanded from...
14895
acinclude.m4:9758: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
14896
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
14897
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
14898
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
14899
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
14900
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
14901
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
14902
configure.in:54: the top level])
151 andreas 14903
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [RC])
14904
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
14905
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
14906
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14907
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([RC])
14908
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
14909
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [RC])
14910
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [RC])
14911
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
14912
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
14913
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
14914
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
14915
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
14916
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
14917
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
14918
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
14919
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
14920
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
14921
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [RC])
14922
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
14923
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [RC])
14924
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [RC])
14925
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
14926
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
14927
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
14928
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
14929
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
14930
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
14931
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
14932
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
14933
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
14934
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
14935
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
14936
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
14937
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
14938
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
14939
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
14940
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14941
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
14942
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
14943
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
14944
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
14945
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
14946
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
14947
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
14948
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
14949
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
14950
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
14951
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
14952
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
14953
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
14954
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [RC])
14955
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [RC])
14956
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
14957
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
14958
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
14959
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
14960
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
14961
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
14962
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
14963
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
14964
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
14965
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
14966
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
14967
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
14968
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
14969
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
14970
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
14971
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [RC])
14972
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
14973
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [RC])
14974
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [RC])
14975
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
14976
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
14977
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
14978
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
14979
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
14980
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
14981
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
14982
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
14983
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
14984
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
14985
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
14986
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
14987
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
14988
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
14989
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
14990
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
14991
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
88 andreas 14992
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
14993
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
14994
acinclude.m4:9759: _LT_AC_LANG_RC_CONFIG is expanded from...
14995
acinclude.m4:9758: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
14996
acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
14997
acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
14998
acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
14999
acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
15000
acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
15001
acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
15002
configure.in:54: the top level])
15003
m4trace:configure.in:54: -1- m4_pattern_allow([^LIBTOOL$])
151 andreas 15004
m4trace:configure.in:54: -1- AC_LIBTOOL_CXX
15005
m4trace:configure.in:54: -1- _LT_AC_LANG_CXX
15006
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
15007
m4trace:configure.in:54: -1- AC_LIBTOOL_F77
15008
m4trace:configure.in:54: -1- _LT_AC_LANG_F77
15009
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
15010
m4trace:configure.in:54: -1- AC_LIBTOOL_CXX
88 andreas 15011
m4trace:configure.in:54: -1- m4_pattern_allow([^KDE_PLUGIN$])
15012
m4trace:configure.in:54: -1- m4_pattern_allow([^KDE_CHECK_PLUGIN$])
15013
m4trace:configure.in:54: -1- m4_pattern_allow([^AUTOCONF$])
151 andreas 15014
m4trace:configure.in:58: -1- AM_KDE_WITH_NLS
15015
m4trace:configure.in:58: -1- AM_PATH_PROG_WITH_TEST_KDE([MSGFMT], [msgfmt], [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], [msgfmt])
88 andreas 15016
m4trace:configure.in:58: -1- m4_pattern_allow([^MSGFMT$])
15017
m4trace:configure.in:58: -1- m4_pattern_allow([^GMSGFMT$])
15018
m4trace:configure.in:58: -1- m4_pattern_allow([^GMSGFMT$])
15019
m4trace:configure.in:58: -1- m4_pattern_allow([^MSGFMT$])
151 andreas 15020
m4trace:configure.in:58: -1- AM_PATH_PROG_WITH_TEST_KDE([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
88 andreas 15021
m4trace:configure.in:58: -1- m4_pattern_allow([^XGETTEXT$])
15022
m4trace:configure.in:58: -1- m4_pattern_allow([^XGETTEXT$])
151 andreas 15023
m4trace:configure.in:60: -1- KDE_USE_QT([3.2.0])
15024
m4trace:configure.in:61: -1- AC_PATH_KDE
15025
m4trace:configure.in:61: -1- AC_BASE_PATH_KDE
15026
m4trace:configure.in:61: -1- KDE_CHECK_STL
88 andreas 15027
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15028
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15029
acinclude.m4:4641: KDE_CHECK_STL is expanded from...
15030
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15031
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15032
configure.in:61: the top level])
151 andreas 15033
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15034
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15035
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15036
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15037
acinclude.m4:4641: KDE_CHECK_STL is expanded from...
15038
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15039
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15040
configure.in:61: the top level])
15041
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15042
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15043
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15044
acinclude.m4:4641: KDE_CHECK_STL is expanded from...
15045
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15046
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15047
configure.in:61: the top level])
15048
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15049
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15050
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15051
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15052
acinclude.m4:4641: KDE_CHECK_STL is expanded from...
15053
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15054
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15055
configure.in:61: the top level])
15056
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_SGI_STL$])
15057
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15058
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15059
acinclude.m4:4641: KDE_CHECK_STL is expanded from...
15060
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15061
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15062
configure.in:61: the top level])
151 andreas 15063
m4trace:configure.in:61: -1- AC_PATH_QT
15064
m4trace:configure.in:61: -1- AC_PATH_QT_1_3
15065
m4trace:configure.in:61: -1- K_PATH_X
15066
m4trace:configure.in:61: -1- KDE_MISC_TESTS
88 andreas 15067
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBUTIL$])
15068
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBCOMPAT$])
15069
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBCRYPT$])
15070
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_CRYPT$])
151 andreas 15071
m4trace:configure.in:61: -1- AC_CHECK_SOCKLEN_T
88 andreas 15072
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15073
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15074
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15075
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15076
acinclude.m4:3593: AC_CHECK_SOCKLEN_T is expanded from...
15077
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15078
acinclude.m4:870: K_PATH_X is expanded from...
15079
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15080
acinclude.m4:1598: AC_PATH_QT is expanded from...
15081
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15082
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15083
configure.in:61: the top level])
15084
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15085
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15086
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15087
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15088
acinclude.m4:3593: AC_CHECK_SOCKLEN_T is expanded from...
15089
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15090
acinclude.m4:870: K_PATH_X is expanded from...
15091
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15092
acinclude.m4:1598: AC_PATH_QT is expanded from...
15093
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15094
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15095
configure.in:61: the top level])
15096
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_socklen_t$])
15097
m4trace:configure.in:61: -1- m4_pattern_allow([^ksize_t$])
15098
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_COREAUDIO$])
151 andreas 15099
m4trace:configure.in:61: -1- AC_CHECK_RES_INIT
88 andreas 15100
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15101
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15102
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15103
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15104
acinclude.m4:870: K_PATH_X is expanded from...
15105
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15106
acinclude.m4:1598: AC_PATH_QT is expanded from...
15107
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15108
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15109
configure.in:61: the top level])
15110
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT$])
15111
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBRESOLV$])
151 andreas 15112
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([res_init], [
15113
#include <sys/types.h>
15114
#include <netinet/in.h>
15115
#include <arpa/nameser.h>
15116
#include <resolv.h>
15117
    ], [res_init()], [int res_init(void)], [RES_INIT])
88 andreas 15118
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15119
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15120
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15121
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15122
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15123
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15124
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15125
acinclude.m4:870: K_PATH_X is expanded from...
15126
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15127
acinclude.m4:1598: AC_PATH_QT is expanded from...
15128
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15129
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15130
configure.in:61: the top level])
151 andreas 15131
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15132
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15133
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15134
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15135
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15136
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15137
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15138
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15139
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15140
acinclude.m4:870: K_PATH_X is expanded from...
15141
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15142
acinclude.m4:1598: AC_PATH_QT is expanded from...
15143
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15144
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15145
configure.in:61: the top level])
15146
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15147
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15148
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15149
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15150
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15151
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15152
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15153
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15154
acinclude.m4:870: K_PATH_X is expanded from...
15155
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15156
acinclude.m4:1598: AC_PATH_QT is expanded from...
15157
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15158
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15159
configure.in:61: the top level])
15160
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15161
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15162
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15163
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15164
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15165
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15166
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15167
acinclude.m4:870: K_PATH_X is expanded from...
15168
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15169
acinclude.m4:1598: AC_PATH_QT is expanded from...
15170
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15171
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15172
configure.in:61: the top level])
15173
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15174
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15175
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15176
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15177
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15178
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15179
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15180
acinclude.m4:870: K_PATH_X is expanded from...
15181
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15182
acinclude.m4:1598: AC_PATH_QT is expanded from...
15183
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15184
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15185
configure.in:61: the top level])
15186
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15187
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15188
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15189
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15190
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15191
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15192
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15193
acinclude.m4:870: K_PATH_X is expanded from...
15194
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15195
acinclude.m4:1598: AC_PATH_QT is expanded from...
15196
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15197
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15198
configure.in:61: the top level])
151 andreas 15199
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15200
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15201
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15202
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15203
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15204
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15205
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15206
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15207
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15208
acinclude.m4:870: K_PATH_X is expanded from...
15209
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15210
acinclude.m4:1598: AC_PATH_QT is expanded from...
15211
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15212
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15213
configure.in:61: the top level])
15214
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15215
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15216
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15217
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15218
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15219
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15220
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15221
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15222
acinclude.m4:870: K_PATH_X is expanded from...
15223
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15224
acinclude.m4:1598: AC_PATH_QT is expanded from...
15225
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15226
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15227
configure.in:61: the top level])
15228
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15229
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15230
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15231
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15232
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15233
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15234
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15235
acinclude.m4:870: K_PATH_X is expanded from...
15236
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15237
acinclude.m4:1598: AC_PATH_QT is expanded from...
15238
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15239
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15240
configure.in:61: the top level])
15241
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15242
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15243
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15244
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15245
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15246
acinclude.m4:2368: AC_CHECK_RES_INIT is expanded from...
15247
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15248
acinclude.m4:870: K_PATH_X is expanded from...
15249
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15250
acinclude.m4:1598: AC_PATH_QT is expanded from...
15251
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15252
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15253
configure.in:61: the top level])
15254
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT$])
15255
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT_PROTO$])
15256
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_POLL$])
15257
m4trace:configure.in:61: -1- m4_pattern_allow([^FRAMEWORK_COREAUDIO$])
15258
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBSOCKET$])
15259
m4trace:configure.in:61: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
15260
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBUCB$])
151 andreas 15261
m4trace:configure.in:61: -1- KDE_CHECK_TYPES
88 andreas 15262
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_INT$])
15263
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_SHORT$])
15264
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_LONG$])
15265
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_CHAR_P$])
151 andreas 15266
m4trace:configure.in:61: -1- KDE_CHECK_LIBDL
88 andreas 15267
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBDL$])
151 andreas 15268
m4trace:configure.in:61: -1- KDE_CHECK_STRLCPY
15269
m4trace:configure.in:61: -1- AC_CHECK_STRLCAT
15270
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([strlcat], [
15271
#include <string.h>
15272
], [ char buf[20];
15273
  buf[0]='\0';
15274
  strlcat(buf, "KDE function test", sizeof(buf));
15275
], [unsigned long strlcat(char*, const char*, unsigned long)], [STRLCAT])
88 andreas 15276
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15277
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15278
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15279
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15280
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15281
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15282
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15283
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15284
acinclude.m4:870: K_PATH_X is expanded from...
15285
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15286
acinclude.m4:1598: AC_PATH_QT is expanded from...
15287
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15288
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15289
configure.in:61: the top level])
151 andreas 15290
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15291
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15292
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15293
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15294
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15295
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15296
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15297
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15298
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15299
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15300
acinclude.m4:870: K_PATH_X is expanded from...
15301
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15302
acinclude.m4:1598: AC_PATH_QT is expanded from...
15303
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15304
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15305
configure.in:61: the top level])
15306
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15307
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15308
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15309
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15310
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15311
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15312
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15313
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15314
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15315
acinclude.m4:870: K_PATH_X is expanded from...
15316
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15317
acinclude.m4:1598: AC_PATH_QT is expanded from...
15318
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15319
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15320
configure.in:61: the top level])
15321
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15322
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15323
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15324
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15325
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15326
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15327
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15328
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15329
acinclude.m4:870: K_PATH_X is expanded from...
15330
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15331
acinclude.m4:1598: AC_PATH_QT is expanded from...
15332
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15333
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15334
configure.in:61: the top level])
15335
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15336
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15337
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15338
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15339
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15340
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15341
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15342
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15343
acinclude.m4:870: K_PATH_X is expanded from...
15344
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15345
acinclude.m4:1598: AC_PATH_QT is expanded from...
15346
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15347
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15348
configure.in:61: the top level])
15349
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15350
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15351
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15352
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15353
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15354
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15355
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15356
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15357
acinclude.m4:870: K_PATH_X is expanded from...
15358
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15359
acinclude.m4:1598: AC_PATH_QT is expanded from...
15360
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15361
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15362
configure.in:61: the top level])
151 andreas 15363
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15364
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15365
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15366
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15367
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15368
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15369
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15370
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15371
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15372
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15373
acinclude.m4:870: K_PATH_X is expanded from...
15374
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15375
acinclude.m4:1598: AC_PATH_QT is expanded from...
15376
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15377
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15378
configure.in:61: the top level])
15379
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15380
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15381
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15382
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15383
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15384
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15385
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15386
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15387
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15388
acinclude.m4:870: K_PATH_X is expanded from...
15389
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15390
acinclude.m4:1598: AC_PATH_QT is expanded from...
15391
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15392
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15393
configure.in:61: the top level])
15394
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15395
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15396
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15397
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15398
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15399
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15400
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15401
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15402
acinclude.m4:870: K_PATH_X is expanded from...
15403
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15404
acinclude.m4:1598: AC_PATH_QT is expanded from...
15405
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15406
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15407
configure.in:61: the top level])
15408
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15409
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15410
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15411
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15412
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15413
acinclude.m4:2417: AC_CHECK_STRLCAT is expanded from...
15414
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15415
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15416
acinclude.m4:870: K_PATH_X is expanded from...
15417
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15418
acinclude.m4:1598: AC_PATH_QT is expanded from...
15419
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15420
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15421
configure.in:61: the top level])
15422
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCAT$])
15423
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCAT_PROTO$])
151 andreas 15424
m4trace:configure.in:61: -1- AC_CHECK_STRLCPY
15425
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([strlcpy], [
15426
#include <string.h>
15427
], [ char buf[20];
15428
  strlcpy(buf, "KDE function test", sizeof(buf));
15429
], [unsigned long strlcpy(char*, const char*, unsigned long)], [STRLCPY])
88 andreas 15430
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15431
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15432
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15433
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15434
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15435
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15436
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15437
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15438
acinclude.m4:870: K_PATH_X is expanded from...
15439
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15440
acinclude.m4:1598: AC_PATH_QT is expanded from...
15441
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15442
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15443
configure.in:61: the top level])
151 andreas 15444
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15445
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15446
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15447
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15448
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15449
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15450
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15451
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15452
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15453
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15454
acinclude.m4:870: K_PATH_X is expanded from...
15455
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15456
acinclude.m4:1598: AC_PATH_QT is expanded from...
15457
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15458
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15459
configure.in:61: the top level])
15460
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15461
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15462
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15463
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15464
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15465
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15466
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15467
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15468
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15469
acinclude.m4:870: K_PATH_X is expanded from...
15470
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15471
acinclude.m4:1598: AC_PATH_QT is expanded from...
15472
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15473
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15474
configure.in:61: the top level])
15475
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15476
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15477
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15478
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15479
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15480
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15481
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15482
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15483
acinclude.m4:870: K_PATH_X is expanded from...
15484
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15485
acinclude.m4:1598: AC_PATH_QT is expanded from...
15486
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15487
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15488
configure.in:61: the top level])
15489
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15490
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15491
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15492
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15493
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15494
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15495
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15496
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15497
acinclude.m4:870: K_PATH_X is expanded from...
15498
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15499
acinclude.m4:1598: AC_PATH_QT is expanded from...
15500
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15501
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15502
configure.in:61: the top level])
15503
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15504
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15505
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15506
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15507
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15508
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15509
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15510
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15511
acinclude.m4:870: K_PATH_X is expanded from...
15512
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15513
acinclude.m4:1598: AC_PATH_QT is expanded from...
15514
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15515
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15516
configure.in:61: the top level])
151 andreas 15517
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15518
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15519
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15520
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15521
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15522
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15523
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15524
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15525
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15526
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15527
acinclude.m4:870: K_PATH_X is expanded from...
15528
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15529
acinclude.m4:1598: AC_PATH_QT is expanded from...
15530
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15531
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15532
configure.in:61: the top level])
15533
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15534
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15535
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15536
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15537
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15538
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15539
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15540
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15541
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15542
acinclude.m4:870: K_PATH_X is expanded from...
15543
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15544
acinclude.m4:1598: AC_PATH_QT is expanded from...
15545
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15546
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15547
configure.in:61: the top level])
15548
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15549
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15550
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15551
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15552
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15553
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15554
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15555
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15556
acinclude.m4:870: K_PATH_X is expanded from...
15557
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15558
acinclude.m4:1598: AC_PATH_QT is expanded from...
15559
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15560
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15561
configure.in:61: the top level])
15562
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15563
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15564
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15565
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15566
acinclude.m4:2137: KDE_CHECK_FUNC_EXT is expanded from...
15567
acinclude.m4:2405: AC_CHECK_STRLCPY is expanded from...
15568
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15569
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15570
acinclude.m4:870: K_PATH_X is expanded from...
15571
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15572
acinclude.m4:1598: AC_PATH_QT is expanded from...
15573
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15574
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15575
configure.in:61: the top level])
15576
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCPY$])
15577
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCPY_PROTO$])
15578
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
15579
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG$])
15580
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
15581
You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
15582
acinclude.m4:5835: KDE_CHECK_STRLCPY is expanded from...
15583
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15584
acinclude.m4:870: K_PATH_X is expanded from...
15585
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15586
acinclude.m4:1598: AC_PATH_QT is expanded from...
15587
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15588
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15589
configure.in:61: the top level])
151 andreas 15590
m4trace:configure.in:61: -1- KDE_CHECK_PIE_SUPPORT
88 andreas 15591
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15592
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15593
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15594
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15595
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
15596
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15597
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15598
acinclude.m4:870: K_PATH_X is expanded from...
15599
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15600
acinclude.m4:1598: AC_PATH_QT is expanded from...
15601
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15602
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15603
configure.in:61: the top level])
151 andreas 15604
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15605
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15606
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15607
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15608
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15609
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15610
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
15611
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15612
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15613
acinclude.m4:870: K_PATH_X is expanded from...
15614
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15615
acinclude.m4:1598: AC_PATH_QT is expanded from...
15616
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15617
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15618
configure.in:61: the top level])
15619
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15620
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15621
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15622
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15623
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15624
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
15625
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15626
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15627
acinclude.m4:870: K_PATH_X is expanded from...
15628
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15629
acinclude.m4:1598: AC_PATH_QT is expanded from...
15630
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15631
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15632
configure.in:61: the top level])
15633
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15634
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15635
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15636
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15637
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
15638
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15639
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15640
acinclude.m4:870: K_PATH_X is expanded from...
15641
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15642
acinclude.m4:1598: AC_PATH_QT is expanded from...
15643
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15644
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15645
configure.in:61: the top level])
15646
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15647
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15648
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15649
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15650
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
15651
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15652
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15653
acinclude.m4:870: K_PATH_X is expanded from...
15654
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15655
acinclude.m4:1598: AC_PATH_QT is expanded from...
15656
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15657
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15658
configure.in:61: the top level])
15659
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15660
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15661
acinclude.m4:5931: KDE_CHECK_PIE_SUPPORT is expanded from...
15662
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
15663
acinclude.m4:870: K_PATH_X is expanded from...
15664
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15665
acinclude.m4:1598: AC_PATH_QT is expanded from...
15666
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15667
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15668
configure.in:61: the top level])
15669
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_USE_FPIE$])
15670
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_USE_PIE$])
15671
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_NSGETENVIRON$])
15672
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15673
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15674
acinclude.m4:870: K_PATH_X is expanded from...
15675
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15676
acinclude.m4:1598: AC_PATH_QT is expanded from...
15677
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15678
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15679
configure.in:61: the top level])
15680
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15681
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15682
acinclude.m4:870: K_PATH_X is expanded from...
15683
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15684
acinclude.m4:1598: AC_PATH_QT is expanded from...
15685
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15686
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15687
configure.in:61: the top level])
15688
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15689
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15690
acinclude.m4:870: K_PATH_X is expanded from...
15691
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15692
acinclude.m4:1598: AC_PATH_QT is expanded from...
15693
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15694
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15695
configure.in:61: the top level])
15696
m4trace:configure.in:61: -1- AM_CONDITIONAL([include_x11], [test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"])
15697
m4trace:configure.in:61: -1- m4_pattern_allow([^include_x11_TRUE$])
15698
m4trace:configure.in:61: -1- m4_pattern_allow([^include_x11_FALSE$])
151 andreas 15699
m4trace:configure.in:61: -1- KDE_PATH_X_DIRECT
88 andreas 15700
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
15701
You should run autoupdate.], [../../lib/autoconf/general.m4:2296: AC_TRY_CPP is expanded from...
15702
acinclude.m4:32: KDE_PATH_X_DIRECT is expanded from...
15703
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15704
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15705
acinclude.m4:870: K_PATH_X is expanded from...
15706
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15707
acinclude.m4:1598: AC_PATH_QT is expanded from...
15708
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15709
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15710
configure.in:61: the top level])
15711
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15712
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15713
acinclude.m4:32: KDE_PATH_X_DIRECT is expanded from...
15714
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15715
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15716
acinclude.m4:870: K_PATH_X is expanded from...
15717
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15718
acinclude.m4:1598: AC_PATH_QT is expanded from...
15719
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15720
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15721
configure.in:61: the top level])
15722
m4trace:configure.in:61: -1- m4_pattern_allow([^XMKMF$])
15723
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15724
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15725
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15726
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15727
acinclude.m4:870: K_PATH_X is expanded from...
15728
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15729
acinclude.m4:1598: AC_PATH_QT is expanded from...
15730
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15731
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15732
configure.in:61: the top level])
15733
m4trace:configure.in:61: -1- m4_pattern_allow([^X_PRE_LIBS$])
15734
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_X11$])
15735
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_XRENDER$])
15736
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBSM$])
15737
m4trace:configure.in:61: -1- m4_pattern_allow([^X_INCLUDES$])
15738
m4trace:configure.in:61: -1- m4_pattern_allow([^X_LDFLAGS$])
15739
m4trace:configure.in:61: -1- m4_pattern_allow([^x_includes$])
15740
m4trace:configure.in:61: -1- m4_pattern_allow([^x_libraries$])
15741
m4trace:configure.in:61: -1- m4_pattern_allow([^QTE_NORTTI$])
15742
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_XEXT$])
15743
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15744
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15745
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15746
acinclude.m4:1598: AC_PATH_QT is expanded from...
15747
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15748
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15749
configure.in:61: the top level])
151 andreas 15750
m4trace:configure.in:61: -1- KDE_CHECK_THREADING
15751
m4trace:configure.in:61: -1- KDE_CHECK_LIBPTHREAD
15752
m4trace:configure.in:61: -1- KDE_CHECK_LIB([$PTHREAD_LIBS], [pthread_create], [
15753
          LIBPTHREAD="$PTHREAD_LIBS_save"])
88 andreas 15754
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15755
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15756
acinclude.m4:4354: KDE_CHECK_LIBPTHREAD is expanded from...
15757
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15758
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15759
acinclude.m4:1598: AC_PATH_QT is expanded from...
15760
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15761
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15762
configure.in:61: the top level])
15763
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPTHREAD$])
151 andreas 15764
m4trace:configure.in:61: -1- KDE_CHECK_PTHREAD_OPTION
15765
m4trace:configure.in:61: -1- KDE_CHECK_COMPILER_FLAG([pthread], [USE_THREADS="-D_THREAD_SAFE -pthread"])
88 andreas 15766
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15767
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15768
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15769
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15770
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15771
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15772
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15773
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15774
acinclude.m4:1598: AC_PATH_QT is expanded from...
15775
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15776
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15777
configure.in:61: the top level])
151 andreas 15778
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15779
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15780
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15781
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15782
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15783
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15784
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15785
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15786
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15787
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15788
acinclude.m4:1598: AC_PATH_QT is expanded from...
15789
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15790
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15791
configure.in:61: the top level])
15792
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15793
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15794
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15795
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15796
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15797
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15798
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15799
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15800
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15801
acinclude.m4:1598: AC_PATH_QT is expanded from...
15802
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15803
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15804
configure.in:61: the top level])
15805
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15806
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15807
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15808
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15809
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15810
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15811
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15812
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15813
acinclude.m4:1598: AC_PATH_QT is expanded from...
15814
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15815
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15816
configure.in:61: the top level])
15817
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15818
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15819
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15820
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15821
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15822
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15823
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15824
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15825
acinclude.m4:1598: AC_PATH_QT is expanded from...
15826
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15827
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15828
configure.in:61: the top level])
151 andreas 15829
m4trace:configure.in:61: -1- KDE_CHECK_COMPILER_FLAG([mt], [USE_THREADS="-mt"])
88 andreas 15830
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
15831
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
15832
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15833
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15834
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15835
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15836
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15837
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15838
acinclude.m4:1598: AC_PATH_QT is expanded from...
15839
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15840
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15841
configure.in:61: the top level])
151 andreas 15842
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15843
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
15844
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
15845
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15846
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15847
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15848
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15849
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15850
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15851
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15852
acinclude.m4:1598: AC_PATH_QT is expanded from...
15853
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15854
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15855
configure.in:61: the top level])
15856
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
15857
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
15858
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
15859
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15860
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15861
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15862
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15863
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15864
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15865
acinclude.m4:1598: AC_PATH_QT is expanded from...
15866
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15867
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15868
configure.in:61: the top level])
15869
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15870
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15871
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15872
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15873
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15874
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15875
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15876
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15877
acinclude.m4:1598: AC_PATH_QT is expanded from...
15878
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15879
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15880
configure.in:61: the top level])
15881
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
15882
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
15883
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15884
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15885
acinclude.m4:2903: KDE_CHECK_COMPILER_FLAG is expanded from...
15886
acinclude.m4:4403: KDE_CHECK_PTHREAD_OPTION is expanded from...
15887
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15888
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15889
acinclude.m4:1598: AC_PATH_QT is expanded from...
15890
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15891
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15892
configure.in:61: the top level])
15893
m4trace:configure.in:61: -1- m4_pattern_allow([^USE_THREADS$])
15894
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPTHREAD$])
15895
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15896
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15897
acinclude.m4:4440: KDE_CHECK_THREADING is expanded from...
15898
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15899
acinclude.m4:1598: AC_PATH_QT is expanded from...
15900
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15901
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15902
configure.in:61: the top level])
15903
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
15904
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_MT_LDFLAGS$])
15905
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_MT_LIBS$])
151 andreas 15906
m4trace:configure.in:61: -1- AC_FIND_PNG
15907
m4trace:configure.in:61: -1- KDE_CHECK_EXTRA_LIBS
88 andreas 15908
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15909
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15910
acinclude.m4:1914: KDE_CHECK_EXTRA_LIBS is expanded from...
15911
acinclude.m4:2790: AC_FIND_PNG is expanded from...
15912
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15913
acinclude.m4:1598: AC_PATH_QT is expanded from...
15914
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15915
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15916
configure.in:61: the top level])
15917
m4trace:configure.in:61: -1- m4_pattern_allow([^USER_INCLUDES$])
15918
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15919
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
15920
acinclude.m4:1914: KDE_CHECK_EXTRA_LIBS is expanded from...
15921
acinclude.m4:2790: AC_FIND_PNG is expanded from...
15922
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15923
acinclude.m4:1598: AC_PATH_QT is expanded from...
15924
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15925
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15926
configure.in:61: the top level])
15927
m4trace:configure.in:61: -1- m4_pattern_allow([^USER_LDFLAGS$])
151 andreas 15928
m4trace:configure.in:61: -1- AC_FIND_ZLIB
88 andreas 15929
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15930
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15931
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15932
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15933
acinclude.m4:2621: AC_FIND_ZLIB is expanded from...
15934
acinclude.m4:2790: AC_FIND_PNG is expanded from...
15935
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15936
acinclude.m4:1598: AC_PATH_QT is expanded from...
15937
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15938
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15939
configure.in:61: the top level])
15940
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBZ$])
15941
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBZ$])
15942
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15943
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15944
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15945
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15946
acinclude.m4:2790: AC_FIND_PNG is expanded from...
15947
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15948
acinclude.m4:1598: AC_PATH_QT is expanded from...
15949
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15950
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15951
configure.in:61: the top level])
15952
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBPNG$])
15953
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPNG$])
15954
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPNG$])
151 andreas 15955
m4trace:configure.in:61: -1- AC_FIND_JPEG
15956
m4trace:configure.in:61: -2- KDE_FIND_JPEG_HELPER([normal], [], [
15957
       LIBJPEG=
15958
 
15959
   ])
88 andreas 15960
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
15961
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
15962
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
15963
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
15964
acinclude.m4:2496: KDE_FIND_JPEG_HELPER is expanded from...
15965
acinclude.m4:2532: AC_FIND_JPEG is expanded from...
15966
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
15967
acinclude.m4:1598: AC_PATH_QT is expanded from...
15968
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
15969
acinclude.m4:2112: AC_PATH_KDE is expanded from...
15970
configure.in:61: the top level])
151 andreas 15971
m4trace:configure.in:61: -1- KDE_FIND_JPEG_HELPER([6b], [6b], [
15972
{ echo "$as_me:$LINENO: checking for libjpeg" >&5
15973
echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
15974
if test "${ac_cv_lib_jpeg_normal+set}" = set; then
15975
  echo $ECHO_N "(cached) $ECHO_C" >&6
15976
else
15977
 
15978
ac_save_LIBS="$LIBS"
15979
LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
15980
ac_save_CFLAGS="$CFLAGS"
15981
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
15982
cat >conftest.$ac_ext <<_ACEOF
15983
/* confdefs.h.  */
15984
_ACEOF
15985
cat confdefs.h >>conftest.$ac_ext
15986
cat >>conftest.$ac_ext <<_ACEOF
15987
/* end confdefs.h.  */
15988
 
15989
#ifdef __cplusplus
15990
extern "C" {
15991
#endif
15992
void jpeg_CreateDecompress();
15993
#ifdef __cplusplus
15994
}
15995
#endif
15996
 
15997
int
15998
main ()
15999
{
16000
jpeg_CreateDecompress();
16001
  ;
16002
  return 0;
16003
}
16004
_ACEOF
16005
rm -f conftest.$ac_objext conftest$ac_exeext
16006
if { (ac_try="$ac_link"
16007
case "(($ac_try" in
16008
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16009
  *) ac_try_echo=$ac_try;;
16010
esac
16011
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16012
  (eval "$ac_link") 2>conftest.er1
16013
  ac_status=$?
16014
  grep -v '^ *+' conftest.er1 >conftest.err
16015
  rm -f conftest.er1
16016
  cat conftest.err >&5
16017
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018
  (exit $ac_status); } && {
16019
	 test -z "$ac_c_werror_flag" ||
16020
	 test ! -s conftest.err
16021
       } && test -s conftest$ac_exeext &&
16022
       $as_test_x conftest$ac_exeext; then
16023
  eval "ac_cv_lib_jpeg_normal=-ljpeg"
16024
else
16025
  echo "$as_me: failed program was:" >&5
16026
sed 's/^/| /' conftest.$ac_ext >&5
16027
 
16028
	eval "ac_cv_lib_jpeg_normal=no"
16029
fi
16030
 
16031
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16032
      conftest$ac_exeext conftest.$ac_ext
16033
LIBS="$ac_save_LIBS"
16034
CFLAGS="$ac_save_CFLAGS"
16035
 
16036
fi
16037
 
16038
 
16039
if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
16040
  LIBJPEG="$ac_cv_lib_jpeg_normal"
16041
  { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
16042
echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
16043
else
16044
  { echo "$as_me:$LINENO: result: no" >&5
16045
echo "${ECHO_T}no" >&6; }
16046
 
16047
       LIBJPEG=
16048
 
16049
 
16050
fi
16051
 
16052
 
16053
])
88 andreas 16054
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
16055
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
16056
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16057
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16058
acinclude.m4:2496: KDE_FIND_JPEG_HELPER is expanded from...
16059
acinclude.m4:2532: AC_FIND_JPEG is expanded from...
16060
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16061
acinclude.m4:1598: AC_PATH_QT is expanded from...
16062
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16063
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16064
configure.in:61: the top level])
151 andreas 16065
m4trace:configure.in:61: -1- AC_FIND_FILE([jpeglib.h], [$jpeg_incdirs], [jpeg_incdir])
88 andreas 16066
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16067
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16068
acinclude.m4:159: AC_FIND_FILE is expanded from...
16069
acinclude.m4:2532: AC_FIND_JPEG is expanded from...
16070
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16071
acinclude.m4:1598: AC_PATH_QT is expanded from...
16072
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16073
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16074
configure.in:61: the top level])
16075
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16076
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16077
acinclude.m4:159: AC_FIND_FILE is expanded from...
16078
acinclude.m4:2532: AC_FIND_JPEG is expanded from...
16079
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16080
acinclude.m4:1598: AC_PATH_QT is expanded from...
16081
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16082
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16083
configure.in:61: the top level])
16084
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBJPEG$])
16085
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBJPEG$])
16086
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16087
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16088
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16089
acinclude.m4:1598: AC_PATH_QT is expanded from...
16090
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16091
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16092
configure.in:61: the top level])
16093
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16094
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16095
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16096
acinclude.m4:1598: AC_PATH_QT is expanded from...
16097
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16098
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16099
configure.in:61: the top level])
16100
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16101
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16102
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16103
acinclude.m4:1598: AC_PATH_QT is expanded from...
16104
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16105
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16106
configure.in:61: the top level])
151 andreas 16107
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_qt_header], [$qt_incdirs], [qt_incdir])
88 andreas 16108
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16109
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16110
acinclude.m4:159: AC_FIND_FILE is expanded from...
16111
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16112
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16113
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16114
acinclude.m4:1598: AC_PATH_QT is expanded from...
16115
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16116
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16117
configure.in:61: the top level])
16118
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16119
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16120
acinclude.m4:159: AC_FIND_FILE is expanded from...
16121
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16122
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16123
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16124
acinclude.m4:1598: AC_PATH_QT is expanded from...
16125
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16126
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16127
configure.in:61: the top level])
16128
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16129
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16130
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16131
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16132
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16133
acinclude.m4:1598: AC_PATH_QT is expanded from...
16134
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16135
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16136
configure.in:61: the top level])
16137
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
16138
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
16139
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16140
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16141
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16142
acinclude.m4:1598: AC_PATH_QT is expanded from...
16143
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16144
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16145
configure.in:61: the top level])
151 andreas 16146
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16147
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
16148
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
16149
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16150
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16151
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16152
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16153
acinclude.m4:1598: AC_PATH_QT is expanded from...
16154
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16155
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16156
configure.in:61: the top level])
16157
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16158
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16159
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16160
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16161
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16162
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16163
acinclude.m4:1598: AC_PATH_QT is expanded from...
16164
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16165
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16166
configure.in:61: the top level])
151 andreas 16167
m4trace:configure.in:61: -1- KDE_PRINT_QT_PROGRAM
88 andreas 16168
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16169
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16170
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16171
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16172
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16173
acinclude.m4:1598: AC_PATH_QT is expanded from...
16174
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16175
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16176
configure.in:61: the top level])
16177
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16178
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16179
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16180
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16181
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16182
acinclude.m4:1598: AC_PATH_QT is expanded from...
16183
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16184
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16185
configure.in:61: the top level])
16186
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
16187
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
16188
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16189
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16190
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16191
acinclude.m4:1598: AC_PATH_QT is expanded from...
16192
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16193
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16194
configure.in:61: the top level])
151 andreas 16195
m4trace:configure.in:61: -1- KDE_CHECK_QT_DIRECT([qt_libraries= ], [])
88 andreas 16196
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
16197
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
16198
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16199
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16200
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16201
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16202
acinclude.m4:1598: AC_PATH_QT is expanded from...
16203
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16204
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16205
configure.in:61: the top level])
151 andreas 16206
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16207
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
16208
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
16209
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16210
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16211
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16212
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16213
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16214
acinclude.m4:1598: AC_PATH_QT is expanded from...
16215
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16216
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16217
configure.in:61: the top level])
16218
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16219
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16220
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16221
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16222
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16223
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16224
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16225
acinclude.m4:1598: AC_PATH_QT is expanded from...
16226
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16227
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16228
configure.in:61: the top level])
151 andreas 16229
m4trace:configure.in:61: -1- KDE_PRINT_QT_PROGRAM
88 andreas 16230
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16231
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16232
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16233
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16234
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16235
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16236
acinclude.m4:1598: AC_PATH_QT is expanded from...
16237
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16238
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16239
configure.in:61: the top level])
16240
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16241
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16242
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16243
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16244
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16245
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16246
acinclude.m4:1598: AC_PATH_QT is expanded from...
16247
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16248
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16249
configure.in:61: the top level])
16250
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
16251
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
16252
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16253
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16254
acinclude.m4:1239: KDE_CHECK_QT_DIRECT is expanded from...
16255
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16256
acinclude.m4:1598: AC_PATH_QT is expanded from...
16257
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16258
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16259
configure.in:61: the top level])
16260
m4trace:configure.in:61: -1- m4_pattern_allow([^qt_libraries$])
16261
m4trace:configure.in:61: -1- m4_pattern_allow([^qt_includes$])
16262
m4trace:configure.in:61: -1- m4_pattern_allow([^QT_INCLUDES$])
16263
m4trace:configure.in:61: -1- m4_pattern_allow([^QT_LDFLAGS$])
151 andreas 16264
m4trace:configure.in:61: -1- AC_PATH_QT_MOC_UIC
16265
m4trace:configure.in:61: -1- KDE_CHECK_PERL
16266
m4trace:configure.in:61: -1- KDE_FIND_PATH([perl], [PERL], [$bindir $exec_prefix/bin $prefix/bin], [
16267
		    AC_MSG_ERROR([No Perl found in your $PATH.
16268
We need perl to generate some code.])
16269
	])
88 andreas 16270
m4trace:configure.in:61: -1- m4_pattern_allow([^PERL$])
151 andreas 16271
m4trace:configure.in:61: -1- KDE_FIND_PATH([moc], [MOC], [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
16272
m4trace:configure.in:61: -1- KDE_MOC_ERROR_MESSAGE
16273
m4trace:configure.in:61: -1- KDE_FIND_PATH([uic], [UIC_PATH], [$qt_bindirs], [UIC_PATH=""])
16274
m4trace:configure.in:61: -1- KDE_UIC_ERROR_MESSAGE
16275
m4trace:configure.in:61: -1- KDE_CHECK_UIC_FLAG([L], [/nonexistent], [ac_uic_supports_libpath=yes], [ac_uic_supports_libpath=no])
16276
m4trace:configure.in:61: -1- KDE_CHECK_UIC_FLAG([nounload], [], [ac_uic_supports_nounload=yes], [ac_uic_supports_nounload=no])
88 andreas 16277
m4trace:configure.in:61: -1- m4_pattern_allow([^MOC$])
16278
m4trace:configure.in:61: -1- m4_pattern_allow([^UIC$])
16279
m4trace:configure.in:61: -1- m4_pattern_allow([^UIC_TR$])
151 andreas 16280
m4trace:configure.in:61: -1- KDE_CHECK_QT_JPEG
88 andreas 16281
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
16282
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
16283
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16284
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16285
acinclude.m4:2584: KDE_CHECK_QT_JPEG is expanded from...
16286
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16287
acinclude.m4:1598: AC_PATH_QT is expanded from...
16288
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16289
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16290
configure.in:61: the top level])
151 andreas 16291
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16292
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
16293
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
16294
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16295
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16296
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16297
acinclude.m4:2584: KDE_CHECK_QT_JPEG is expanded from...
16298
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16299
acinclude.m4:1598: AC_PATH_QT is expanded from...
16300
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16301
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16302
configure.in:61: the top level])
16303
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16304
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16305
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16306
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16307
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16308
acinclude.m4:2584: KDE_CHECK_QT_JPEG is expanded from...
16309
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16310
acinclude.m4:1598: AC_PATH_QT is expanded from...
16311
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16312
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16313
configure.in:61: the top level])
16314
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
16315
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
16316
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16317
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16318
acinclude.m4:2584: KDE_CHECK_QT_JPEG is expanded from...
16319
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16320
acinclude.m4:1598: AC_PATH_QT is expanded from...
16321
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16322
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16323
configure.in:61: the top level])
16324
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
16325
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
16326
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16327
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16328
acinclude.m4:2584: KDE_CHECK_QT_JPEG is expanded from...
16329
acinclude.m4:1302: AC_PATH_QT_1_3 is expanded from...
16330
acinclude.m4:1598: AC_PATH_QT is expanded from...
16331
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16332
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16333
configure.in:61: the top level])
16334
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_QT$])
16335
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_QPE$])
16336
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_qtver$])
151 andreas 16337
m4trace:configure.in:61: -1- AC_CHECK_RPATH
88 andreas 16338
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16339
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16340
acinclude.m4:3559: AC_CHECK_RPATH is expanded from...
16341
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16342
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16343
configure.in:61: the top level])
16344
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_EXTRA_RPATH$])
16345
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_RPATH$])
16346
m4trace:configure.in:61: -1- m4_pattern_allow([^X_RPATH$])
151 andreas 16347
m4trace:configure.in:61: -1- KDE_EXPAND_MAKEVAR([ac_kde_includes], [includedir])
16348
m4trace:configure.in:61: -1- KDE_EXPAND_MAKEVAR([ac_kde_libraries], [libdir])
16349
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_check_header], [$kde_incdirs], [kde_incdir])
88 andreas 16350
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16351
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16352
acinclude.m4:159: AC_FIND_FILE is expanded from...
16353
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16354
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16355
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16356
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16357
configure.in:61: the top level])
16358
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16359
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16360
acinclude.m4:159: AC_FIND_FILE is expanded from...
16361
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16362
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16363
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16364
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16365
configure.in:61: the top level])
151 andreas 16366
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_check_lib], [$kde_libdirs], [kde_libdir])
88 andreas 16367
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16368
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16369
acinclude.m4:159: AC_FIND_FILE is expanded from...
16370
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16371
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16372
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16373
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16374
configure.in:61: the top level])
16375
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16376
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16377
acinclude.m4:159: AC_FIND_FILE is expanded from...
16378
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16379
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16380
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16381
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16382
configure.in:61: the top level])
151 andreas 16383
m4trace:configure.in:61: -1- AC_FIND_FILE(["kde3/plugins/designer/kdewidgets.la"], [$kde_libdirs], [kde_widgetdir])
88 andreas 16384
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16385
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16386
acinclude.m4:159: AC_FIND_FILE is expanded from...
16387
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16388
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16389
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16390
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16391
configure.in:61: the top level])
16392
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16393
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16394
acinclude.m4:159: AC_FIND_FILE is expanded from...
16395
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16396
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16397
acinclude.m4:1760: AC_BASE_PATH_KDE is expanded from...
16398
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16399
configure.in:61: the top level])
16400
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_libraries$])
16401
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_includes$])
16402
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_LDFLAGS$])
16403
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_INCLUDES$])
16404
m4trace:configure.in:61: -1- m4_pattern_allow([^all_includes$])
16405
m4trace:configure.in:61: -1- m4_pattern_allow([^all_libraries$])
151 andreas 16406
m4trace:configure.in:61: -1- KDE_CHECK_UIC_PLUGINS
88 andreas 16407
m4trace:configure.in:61: -1- m4_pattern_allow([^AUTODIRS$])
16408
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16409
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16410
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16411
configure.in:61: the top level])
151 andreas 16412
m4trace:configure.in:61: -1- AC_CREATE_KFSSTND([$ac_use_path_checking])
16413
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
16414
m4trace:configure.in:61: -1- KDE_SET_PATHS([defaults])
16415
m4trace:configure.in:61: -1- KDE_1_CHECK_PATHS
16416
m4trace:configure.in:61: -1- KDE_1_CHECK_PATH_HEADERS
88 andreas 16417
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
16418
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
16419
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16420
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16421
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16422
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16423
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16424
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16425
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16426
configure.in:61: the top level])
151 andreas 16427
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16428
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
16429
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
16430
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16431
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16432
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16433
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16434
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16435
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16436
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16437
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16438
configure.in:61: the top level])
16439
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16440
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16441
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16442
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16443
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16444
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16445
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16446
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16447
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16448
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16449
configure.in:61: the top level])
16450
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
16451
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
16452
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16453
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16454
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16455
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
16456
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
16457
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16458
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16459
configure.in:61: the top level])
151 andreas 16460
m4trace:configure.in:61: -1- KDE_SET_PATHS([$kde_result])
16461
m4trace:configure.in:61: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
16462
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
16463
m4trace:configure.in:61: -1- KDE_SET_PATHS([defaults])
16464
m4trace:configure.in:61: -1- KDE_1_CHECK_PATHS
16465
m4trace:configure.in:61: -1- KDE_1_CHECK_PATH_HEADERS
88 andreas 16466
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
16467
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
16468
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16469
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16470
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16471
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16472
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16473
configure.in:61: the top level])
151 andreas 16474
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16475
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
16476
You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
16477
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16478
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16479
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16480
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16481
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16482
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16483
configure.in:61: the top level])
16484
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16485
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16486
acinclude.m4:5092: KDE_LANG_CPLUSPLUS is expanded from...
16487
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16488
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16489
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16490
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16491
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16492
configure.in:61: the top level])
16493
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
16494
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
16495
acinclude.m4:1968: KDE_1_CHECK_PATH_HEADERS is expanded from...
16496
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16497
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16498
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16499
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16500
configure.in:61: the top level])
151 andreas 16501
m4trace:configure.in:61: -1- KDE_SET_PATHS([$kde_result])
16502
m4trace:configure.in:61: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
16503
m4trace:configure.in:61: -1- KDE_SUBST_PROGRAMS
88 andreas 16504
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16505
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16506
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16507
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16508
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16509
configure.in:61: the top level])
16510
m4trace:configure.in:61: -1- AM_CONDITIONAL([include_ARTS], [test "$build_arts" '!=' "no"])
16511
m4trace:configure.in:61: -1- m4_pattern_allow([^include_ARTS_TRUE$])
16512
m4trace:configure.in:61: -1- m4_pattern_allow([^include_ARTS_FALSE$])
16513
m4trace:configure.in:61: -1- m4_pattern_allow([^WITHOUT_ARTS$])
151 andreas 16514
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_BINDIRS
16515
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidl], [DCOPIDL], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
16516
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidl])
16517
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidl2cpp], [DCOPIDL2CPP], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
16518
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidl2cpp])
16519
m4trace:configure.in:61: -1- KDE_FIND_PATH([mcopidl], [MCOPIDL], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
16520
m4trace:configure.in:61: -1- KDE_MISSING_ARTS_ERROR([mcopidl])
16521
m4trace:configure.in:61: -1- KDE_FIND_PATH([artsc-config], [ARTSCCONFIG], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
16522
m4trace:configure.in:61: -1- KDE_MISSING_ARTS_ERROR([artsc-config])
16523
m4trace:configure.in:61: -1- KDE_FIND_PATH([meinproc], [MEINPROC], [$kde_default_bindirs])
16524
m4trace:configure.in:61: -1- KDE_FIND_PATH([kconfig_compiler], [KCONFIG_COMPILER], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
16525
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([kconfig_compiler])
16526
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidlng], [DCOPIDLNG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
16527
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidlng])
16528
m4trace:configure.in:61: -1- KDE_FIND_PATH([makekdewidgets], [MAKEKDEWIDGETS], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
16529
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([makekdewidgets])
88 andreas 16530
m4trace:configure.in:61: -1- m4_pattern_allow([^MAKEKDEWIDGETS$])
151 andreas 16531
m4trace:configure.in:61: -1- KDE_FIND_PATH([xmllint], [XMLLINT], [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
16532
m4trace:configure.in:61: -1- AC_FIND_FILE([apps/ksgmltools2/customization/kde-chunk.xsl], [$kde_sharedirs], [KDE_XSL_STYLESHEET])
88 andreas 16533
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16534
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16535
acinclude.m4:159: AC_FIND_FILE is expanded from...
16536
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16537
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16538
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16539
configure.in:61: the top level])
16540
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
16541
You should run autoupdate.], [../../lib/autoconf/general.m4:364: AC_FD_CC is expanded from...
16542
acinclude.m4:159: AC_FIND_FILE is expanded from...
16543
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16544
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
16545
acinclude.m4:2112: AC_PATH_KDE is expanded from...
16546
configure.in:61: the top level])
16547
m4trace:configure.in:61: -1- m4_pattern_allow([^KCONFIG_COMPILER$])
16548
m4trace:configure.in:61: -1- m4_pattern_allow([^KCFG_DEPENDENCIES$])
16549
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDLNG$])
16550
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDL$])
16551
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDL2CPP$])
16552
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOP_DEPENDENCIES$])
16553
m4trace:configure.in:61: -1- m4_pattern_allow([^MCOPIDL$])
16554
m4trace:configure.in:61: -1- m4_pattern_allow([^ARTSCCONFIG$])
16555
m4trace:configure.in:61: -1- m4_pattern_allow([^MEINPROC$])
16556
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_XSL_STYLESHEET$])
16557
m4trace:configure.in:61: -1- m4_pattern_allow([^XMLLINT$])
151 andreas 16558
m4trace:configure.in:61: -1- AC_SUBST_KFSSTND
88 andreas 16559
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_htmldir$])
16560
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_appsdir$])
16561
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_icondir$])
16562
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_sounddir$])
16563
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_datadir$])
16564
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_locale$])
16565
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_confdir$])
16566
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_kcfgdir$])
16567
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_mimedir$])
16568
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_wallpaperdir$])
16569
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_bindir$])
16570
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_appsdir$])
16571
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_menudir$])
16572
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_directorydir$])
16573
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_templatesdir$])
16574
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_servicesdir$])
16575
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_servicetypesdir$])
16576
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_moduledir$])
16577
m4trace:configure.in:61: -1- m4_pattern_allow([^kdeinitdir$])
16578
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_styledir$])
16579
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_widgetdir$])
151 andreas 16580
m4trace:configure.in:61: -1- KDE_CREATE_LIBS_ALIASES
88 andreas 16581
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDED$])
16582
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16583
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16584
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIO$])
16585
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KJS$])
16586
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_SMB$])
16587
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16588
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KABC$])
16589
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KHTML$])
16590
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSPELL$])
16591
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KPARTS$])
16592
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPRINT$])
16593
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KUTILS$])
16594
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPIM$])
16595
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIMPROXY$])
16596
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KNEWSTUFF$])
16597
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDNSSD$])
16598
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KUNITTEST$])
16599
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSYCOCA$])
16600
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16601
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16602
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16603
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIO$])
16604
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSYCOCA$])
16605
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_SMB$])
16606
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16607
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16608
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KHTML$])
16609
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSPELL$])
16610
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KPARTS$])
16611
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPRINT$])
16612
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16613
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16614
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFM$])
16615
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16616
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16617
m4trace:configure.in:69: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
151 andreas 16618
m4trace:configure.in:70: -1- AC_CHECK_KDEMAXPATHLEN
88 andreas 16619
m4trace:configure.in:70: -1- m4_pattern_allow([^KDEMAXPATHLEN$])
151 andreas 16620
m4trace:configure.in:72: -1- KDE_CREATE_SUBDIRSLIST
88 andreas 16621
m4trace:configure.in:72: -1- m4_pattern_allow([^TOPSUBDIRS$])
141 andreas 16622
m4trace:configure.in:80: -1- m4_pattern_allow([^LIB@&t@OBJS$])
16623
m4trace:configure.in:80: -1- m4_pattern_allow([^LTLIBOBJS$])
151 andreas 16624
m4trace:configure.in:80: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
16625
m4trace:configure.in:80: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS