Subversion Repositories public

Rev

Rev 221 | Go to most recent revision | Details | Compare with Previous | 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"))
155 andreas 1262
 
151 andreas 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
 
155 andreas 1275
   # Geodetic library
1276
   AC_CHECK_HEADER(gdal/gdal.h, [
1277
     AC_DEFINE(HAVE_GDAL, 1, [Define if you have the GDAL API])
1278
   ])
1279
 
1280
   AC_CHECK_FUNC(GDALAllRegister, ,
1281
     AC_CHECK_LIB(gdal1.5.0, GDALAllRegister, [], [ echo "ERROR: GDAL library v1.5.0 was not found!" ]))
1282
 
151 andreas 1283
   # CoreAudio framework
1284
   AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [
1285
     AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API])
1286
     FRAMEWORK_COREAUDIO="-Wl,-framework,CoreAudio"
1287
   ])
1288
 
1289
   AC_CHECK_RES_INIT
1290
   AC_SUBST(LIB_POLL)
1291
   AC_SUBST(FRAMEWORK_COREAUDIO)
1292
   LIBSOCKET="$X_EXTRA_LIBS"
1293
   AC_SUBST(LIBSOCKET)
1294
   AC_SUBST(X_EXTRA_LIBS)
1295
   AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4
1296
   AC_SUBST(LIBUCB)
1297
 
1298
   case $host in  dnl this *is* LynxOS specific
1299
   *-*-lynxos* )
1300
        AC_MSG_CHECKING([LynxOS header file wrappers])
1301
        [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"]
1302
        AC_MSG_RESULT(disabled)
1303
        AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS
1304
         ;;
1305
    esac
1306
 
1307
   KDE_CHECK_TYPES
1308
   KDE_CHECK_LIBDL
1309
   KDE_CHECK_STRLCPY
1310
   KDE_CHECK_PIE_SUPPORT
1311
 
1312
# darwin needs this to initialize the environment
1313
AC_CHECK_HEADERS(crt_externs.h)
1314
AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
1315
 
1316
AH_VERBATIM(_DARWIN_ENVIRON,
1317
[
1318
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
1319
# include <sys/time.h>
1320
# include <crt_externs.h>
1321
# define environ (*_NSGetEnviron())
1322
#endif
1323
])
1324
 
1325
AH_VERBATIM(_AIX_STRINGS_H_BZERO,
1326
[
1327
/*
1328
 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
1329
 * that defines bzero.
1330
 */
1331
 
1332
#if defined(_AIX)
1333
#include <strings.h>
1334
#endif
1335
])
1336
 
1337
AC_CHECK_FUNCS([vsnprintf snprintf])
1338
 
1339
AH_VERBATIM(_TRU64,[
1340
/*
1341
 * On HP-UX, the declaration of vsnprintf() is needed every time !
1342
 */
1343
 
1344
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
1345
#if __STDC__
1346
#include <stdarg.h>
1347
#include <stdlib.h>
1348
#else
1349
#include <varargs.h>
1350
#endif
1351
#ifdef __cplusplus
1352
extern "C"
1353
#endif
1354
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
1355
#ifdef __cplusplus
1356
extern "C"
1357
#endif
1358
int snprintf(char *str, size_t n, char const *fmt, ...);
1359
#endif
1360
])
1361
 
1362
])
155 andreas 1363
m4trace:acinclude.m4:878: -1- AC_DEFUN([K_PATH_X], [
151 andreas 1364
AC_REQUIRE([KDE_MISC_TESTS])dnl
1365
AC_REQUIRE([KDE_CHECK_LIB64])
1366
 
1367
AC_ARG_ENABLE(
1368
  embedded,
1369
  AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]),
1370
  kde_use_qt_emb=$enableval,
1371
  kde_use_qt_emb=no
1372
)
1373
 
1374
AC_ARG_ENABLE(
1375
  qtopia,
1376
  AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]),
1377
  kde_use_qt_emb_palm=$enableval,
1378
  kde_use_qt_emb_palm=no
1379
)
1380
 
1381
AC_ARG_ENABLE(
1382
  mac,
1383
  AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]),
1384
  kde_use_qt_mac=$enableval,
1385
  kde_use_qt_mac=no
1386
)
1387
 
1388
# used to disable x11-specific stuff on special platforms
1389
AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no")
1390
 
1391
if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
1392
 
1393
AC_MSG_CHECKING(for X)
1394
 
1395
AC_CACHE_VAL(kde_cv_have_x,
1396
[# One or both of the vars are not set, and there is no cached value.
1397
if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then
1398
   kde_x_includes=NO
1399
else
1400
   kde_x_includes=$x_includes
1401
fi
1402
if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then
1403
   kde_x_libraries=NO
1404
else
1405
   kde_x_libraries=$x_libraries
1406
fi
1407
 
1408
# below we use the standard autoconf calls
1409
ac_x_libraries=$kde_x_libraries
1410
ac_x_includes=$kde_x_includes
1411
 
1412
KDE_PATH_X_DIRECT
1413
dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries.
1414
dnl Unfortunately, if compiling with the N32 ABI, this is not the correct
1415
dnl location. The correct location is /usr/lib32 or an undefined value
1416
dnl (the linker is smart enough to pick the correct default library).
1417
dnl Things work just fine if you use just AC_PATH_X_DIRECT.
1418
dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to
1419
dnl /usr/openwin/include, which doesn't work. /usr/include does work, so
1420
dnl x_includes should be left alone.
1421
case "$host" in
1422
mips-sgi-irix6*)
1423
  ;;
1424
*-*-solaris*)
1425
  ;;
1426
*)
1427
  _AC_PATH_X_XMKMF
1428
  if test -z "$ac_x_includes"; then
1429
    ac_x_includes="."
1430
  fi
1431
  if test -z "$ac_x_libraries"; then
1432
    ac_x_libraries="/usr/lib${kdelibsuff}"
1433
  fi
1434
esac
1435
#from now on we use our own again
1436
 
1437
# when the user already gave --x-includes, we ignore
1438
# what the standard autoconf macros told us.
1439
if test "$kde_x_includes" = NO; then
1440
  kde_x_includes=$ac_x_includes
1441
fi
1442
 
1443
# for --x-libraries too
1444
if test "$kde_x_libraries" = NO; then
1445
  kde_x_libraries=$ac_x_libraries
1446
fi
1447
 
1448
if test "$kde_x_includes" = NO; then
1449
  AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!])
1450
fi
1451
 
1452
if test "$kde_x_libraries" = NO; then
1453
  AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!])
1454
fi
1455
 
1456
# Record where we found X for the cache.
1457
kde_cv_have_x="have_x=yes \
1458
         kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries"
1459
])dnl
1460
 
1461
eval "$kde_cv_have_x"
1462
 
1463
if test "$have_x" != yes; then
1464
  AC_MSG_RESULT($have_x)
1465
  no_x=yes
1466
else
1467
  AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes])
1468
fi
1469
 
1470
if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
1471
  X_INCLUDES=""
1472
  x_includes="."; dnl better than nothing :-
1473
 else
1474
  x_includes=$kde_x_includes
1475
  X_INCLUDES="-I$x_includes"
1476
fi
1477
 
1478
if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then
1479
  X_LDFLAGS=""
1480
  x_libraries="/usr/lib"; dnl better than nothing :-
1481
 else
1482
  x_libraries=$kde_x_libraries
1483
  X_LDFLAGS="-L$x_libraries"
1484
fi
1485
all_includes="$X_INCLUDES"
1486
all_libraries="$X_LDFLAGS $LDFLAGS_AS_NEEDED $LDFLAGS_NEW_DTAGS"
1487
 
1488
# Check for libraries that X11R6 Xt/Xaw programs need.
1489
ac_save_LDFLAGS="$LDFLAGS"
1490
LDFLAGS="$LDFLAGS $X_LDFLAGS"
1491
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1492
# check for ICE first), but we must link in the order -lSM -lICE or
1493
# we get undefined symbols.  So assume we have SM if we have ICE.
1494
# These have to be linked with before -lX11, unlike the other
1495
# libraries we check for below, so use a different variable.
1496
#  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1497
AC_CHECK_LIB(ICE, IceConnectionNumber,
1498
  [LIBSM="-lSM -lICE"], , $X_EXTRA_LIBS)
1499
LDFLAGS="$ac_save_LDFLAGS"
1500
 
1501
LIB_X11='-lX11 $(LIBSOCKET)'
1502
 
1503
AC_MSG_CHECKING(for libXext)
1504
AC_CACHE_VAL(kde_cv_have_libXext,
1505
[
1506
kde_ldflags_safe="$LDFLAGS"
1507
kde_libs_safe="$LIBS"
1508
 
1509
LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS"
1510
LIBS="-lXext -lX11 $LIBSOCKET"
1511
 
1512
AC_TRY_LINK([
1513
#include <stdio.h>
1514
#ifdef STDC_HEADERS
1515
# include <stdlib.h>
1516
#endif
1517
],
1518
[
1519
printf("hello Xext\n");
1520
],
1521
kde_cv_have_libXext=yes,
1522
kde_cv_have_libXext=no
1523
)
1524
 
1525
LDFLAGS=$kde_ldflags_safe
1526
LIBS=$kde_libs_safe
1527
])
1528
 
1529
AC_MSG_RESULT($kde_cv_have_libXext)
1530
 
1531
if test "$kde_cv_have_libXext" = "no"; then
1532
  AC_MSG_ERROR([We need a working libXext to proceed. Since configure
1533
can't find it itself, we stop here assuming that make wouldn't find
1534
them either.])
1535
fi
1536
 
1537
LIB_XEXT="-lXext"
1538
QTE_NORTTI=""
1539
 
1540
elif test "$kde_use_qt_emb" = "yes"; then
1541
  dnl We're using QT Embedded
1542
  CPPFLAGS=-DQWS
1543
  CXXFLAGS="$CXXFLAGS -fno-rtti"
1544
  QTE_NORTTI="-fno-rtti -DQWS"
1545
  X_PRE_LIBS=""
1546
  LIB_X11=""
1547
  LIB_XEXT=""
1548
  LIB_XRENDER=""
1549
  LIBSM=""
1550
  X_INCLUDES=""
1551
  X_LDFLAGS=""
1552
  x_includes=""
1553
  x_libraries=""
1554
elif test "$kde_use_qt_mac" = "yes"; then
1555
  dnl We're using QT/Mac (I use QT_MAC so that qglobal.h doesn't *have* to
1556
  dnl be included to get the information) --Sam
1557
  CXXFLAGS="$CXXFLAGS -DQT_MAC -no-cpp-precomp"
1558
  CFLAGS="$CFLAGS -DQT_MAC -no-cpp-precomp"
1559
  X_PRE_LIBS=""
1560
  LIB_X11=""
1561
  LIB_XEXT=""
1562
  LIB_XRENDER=""
1563
  LIBSM=""
1564
  X_INCLUDES=""
1565
  X_LDFLAGS=""
1566
  x_includes=""
1567
  x_libraries=""
1568
fi
1569
AC_SUBST(X_PRE_LIBS)
1570
AC_SUBST(LIB_X11)
1571
AC_SUBST(LIB_XRENDER)
1572
AC_SUBST(LIBSM)
1573
AC_SUBST(X_INCLUDES)
1574
AC_SUBST(X_LDFLAGS)
1575
AC_SUBST(x_includes)
1576
AC_SUBST(x_libraries)
1577
AC_SUBST(QTE_NORTTI)
1578
AC_SUBST(LIB_XEXT)
1579
 
1580
])
155 andreas 1581
m4trace:acinclude.m4:1098: -1- AC_DEFUN([KDE_PRINT_QT_PROGRAM], [
151 andreas 1582
AC_REQUIRE([KDE_USE_QT])
1583
cat > conftest.$ac_ext <<EOF
1584
#include "confdefs.h"
1585
#include <qglobal.h>
1586
#include <qapplication.h>
1587
EOF
1588
if test "$kde_qtver" = "2"; then
1589
cat >> conftest.$ac_ext <<EOF
1590
#include <qevent.h>
1591
#include <qstring.h>
1592
#include <qstyle.h>
1593
EOF
1594
 
1595
if test $kde_qtsubver -gt 0; then
1596
cat >> conftest.$ac_ext <<EOF
1597
#if QT_VERSION < 210
1598
#error 1
1599
#endif
1600
EOF
1601
fi
1602
fi
1603
 
1604
if test "$kde_qtver" = "3"; then
1605
cat >> conftest.$ac_ext <<EOF
1606
#include <qcursor.h>
1607
#include <qstylefactory.h>
1608
#include <private/qucomextra_p.h>
1609
EOF
1610
fi
1611
 
1612
echo "#if ! ($kde_qt_verstring)" >> conftest.$ac_ext
1613
cat >> conftest.$ac_ext <<EOF
1614
#error 1
1615
#endif
1616
 
1617
int main() {
1618
EOF
1619
if test "$kde_qtver" = "2"; then
1620
cat >> conftest.$ac_ext <<EOF
1621
    QStringList *t = new QStringList();
1622
    Q_UNUSED(t);
1623
EOF
1624
if test $kde_qtsubver -gt 0; then
1625
cat >> conftest.$ac_ext <<EOF
1626
    QString s;
1627
    s.setLatin1("Elvis is alive", 14);
1628
EOF
1629
fi
1630
fi
1631
if test "$kde_qtver" = "3"; then
1632
cat >> conftest.$ac_ext <<EOF
1633
    (void)QStyleFactory::create(QString::null);
1634
    QCursor c(Qt::WhatsThisCursor);
1635
EOF
1636
fi
1637
cat >> conftest.$ac_ext <<EOF
1638
    return 0;
1639
}
1640
EOF
1641
])
155 andreas 1642
m4trace:acinclude.m4:1161: -1- AC_DEFUN([KDE_USE_QT], [
151 andreas 1643
if test -z "$1"; then
1644
  # Current default Qt version: 3.3
1645
  kde_qtver=3
1646
  kde_qtsubver=3
1647
else
1648
  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
1649
  # following is the check if subversion isnt found in passed argument
1650
  if test "$kde_qtsubver" = "$1"; then
1651
    kde_qtsubver=1
1652
  fi
1653
  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
1654
  if test "$kde_qtver" = "1"; then
1655
    kde_qtsubver=42
1656
  fi
1657
fi
1658
 
1659
if test -z "$2"; then
1660
  if test "$kde_qtver" = "2"; then
1661
    if test $kde_qtsubver -gt 0; then
1662
      kde_qt_minversion=">= Qt 2.2.2"
1663
    else
1664
      kde_qt_minversion=">= Qt 2.0.2"
1665
    fi
1666
  fi
1667
  if test "$kde_qtver" = "3"; then
1668
    if test $kde_qtsubver -gt 0; then
1669
	 if test $kde_qtsubver -gt 1; then
1670
	    if test $kde_qtsubver -gt 2; then
1671
		kde_qt_minversion=">= Qt 3.3 and < 4.0"
1672
	    else
1673
	        kde_qt_minversion=">= Qt 3.2 and < 4.0"
1674
	    fi
1675
	 else
1676
            kde_qt_minversion=">= Qt 3.1 (20021021) and < 4.0"
1677
         fi
1678
    else
1679
      kde_qt_minversion=">= Qt 3.0 and < 4.0"
1680
    fi
1681
  fi
1682
  if test "$kde_qtver" = "1"; then
1683
    kde_qt_minversion=">= 1.42 and < 2.0"
1684
  fi
1685
else
1686
   kde_qt_minversion="$2"
1687
fi
1688
 
1689
if test -z "$3"; then
1690
   if test $kde_qtver = 3; then
1691
     if test $kde_qtsubver -gt 0; then
1692
       kde_qt_verstring="QT_VERSION >= 0x03@VER@00 && QT_VERSION < 0x040000"
1693
       qtsubver=`echo "00$kde_qtsubver" | sed -e 's,.*\(..\)$,\1,'`
1694
       kde_qt_verstring=`echo $kde_qt_verstring | sed -e "s,@VER@,$qtsubver,"`
1695
     else
1696
       kde_qt_verstring="QT_VERSION >= 300 && QT_VERSION < 0x040000"
1697
     fi
1698
   fi
1699
   if test $kde_qtver = 2; then
1700
     if test $kde_qtsubver -gt 0; then
1701
       kde_qt_verstring="QT_VERSION >= 222"
1702
     else
1703
       kde_qt_verstring="QT_VERSION >= 200"
1704
     fi
1705
   fi
1706
   if test $kde_qtver = 1; then
1707
    kde_qt_verstring="QT_VERSION >= 142 && QT_VERSION < 200"
1708
   fi
1709
else
1710
   kde_qt_verstring="$3"
1711
fi
1712
 
1713
if test $kde_qtver = 4; then
1714
  kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
1715
fi
1716
if test $kde_qtver = 3; then
1717
  kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3"
1718
fi
1719
if test $kde_qtver = 2; then
1720
   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
1721
fi
1722
if test $kde_qtver = 1; then
1723
   kde_qt_dirs="$QTDIR /usr/lib/qt"
1724
fi
1725
])
155 andreas 1726
m4trace:acinclude.m4:1247: -1- AC_DEFUN([KDE_CHECK_QT_DIRECT], [
151 andreas 1727
AC_REQUIRE([KDE_USE_QT])
1728
AC_MSG_CHECKING([if Qt compiles without flags])
1729
AC_CACHE_VAL(kde_cv_qt_direct,
1730
[
1731
AC_LANG_SAVE
1732
AC_LANG_CPLUSPLUS
1733
ac_LD_LIBRARY_PATH_safe=$LD_LIBRARY_PATH
1734
ac_LIBRARY_PATH="$LIBRARY_PATH"
1735
ac_cxxflags_safe="$CXXFLAGS"
1736
ac_ldflags_safe="$LDFLAGS"
1737
ac_libs_safe="$LIBS"
1738
 
1739
CXXFLAGS="$CXXFLAGS -I$qt_includes"
1740
LDFLAGS="$LDFLAGS $X_LDFLAGS"
1741
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1742
LIBS="$LIBQT -lXext -lX11 $LIBSOCKET"
1743
else
1744
LIBS="$LIBQT $LIBSOCKET"
1745
fi
1746
LD_LIBRARY_PATH=
1747
export LD_LIBRARY_PATH
1748
LIBRARY_PATH=
1749
export LIBRARY_PATH
1750
 
1751
KDE_PRINT_QT_PROGRAM
1752
 
1753
if AC_TRY_EVAL(ac_link) && test -s conftest; then
1754
  kde_cv_qt_direct="yes"
1755
else
1756
  kde_cv_qt_direct="no"
1757
  echo "configure: failed program was:" >&AC_FD_CC
1758
  cat conftest.$ac_ext >&AC_FD_CC
1759
fi
1760
 
1761
rm -f conftest*
1762
CXXFLAGS="$ac_cxxflags_safe"
1763
LDFLAGS="$ac_ldflags_safe"
1764
LIBS="$ac_libs_safe"
1765
 
1766
LD_LIBRARY_PATH="$ac_LD_LIBRARY_PATH_safe"
1767
export LD_LIBRARY_PATH
1768
LIBRARY_PATH="$ac_LIBRARY_PATH"
1769
export LIBRARY_PATH
1770
AC_LANG_RESTORE
1771
])
1772
 
1773
if test "$kde_cv_qt_direct" = "yes"; then
1774
  AC_MSG_RESULT(yes)
1775
  $1
1776
else
1777
  AC_MSG_RESULT(no)
1778
  $2
1779
fi
1780
])
155 andreas 1781
m4trace:acinclude.m4:1310: -1- AC_DEFUN([AC_PATH_QT_1_3], [
151 andreas 1782
AC_REQUIRE([K_PATH_X])
1783
AC_REQUIRE([KDE_USE_QT])
1784
AC_REQUIRE([KDE_CHECK_LIB64])
1785
 
1786
dnl ------------------------------------------------------------------------
1787
dnl Add configure flag to enable linking to MT version of Qt library.
1788
dnl ------------------------------------------------------------------------
1789
 
1790
AC_ARG_ENABLE(
1791
  mt,
1792
  AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]),
1793
  kde_use_qt_mt=$enableval,
1794
  [
1795
    if test $kde_qtver = 3; then
1796
      kde_use_qt_mt=yes
1797
    else
1798
      kde_use_qt_mt=no
1799
    fi
1800
  ]
1801
)
1802
 
1803
USING_QT_MT=""
1804
 
1805
dnl ------------------------------------------------------------------------
1806
dnl If we not get --disable-qt-mt then adjust some vars for the host.
1807
dnl ------------------------------------------------------------------------
1808
 
1809
KDE_MT_LDFLAGS=
1810
KDE_MT_LIBS=
1811
if test "x$kde_use_qt_mt" = "xyes"; then
1812
  KDE_CHECK_THREADING
1813
  if test "x$kde_use_threading" = "xyes"; then
1814
    CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
1815
    KDE_MT_LDFLAGS="$USE_THREADS"
1816
    KDE_MT_LIBS="$LIBPTHREAD"
1817
  else
1818
    kde_use_qt_mt=no
1819
  fi
1820
fi
1821
AC_SUBST(KDE_MT_LDFLAGS)
1822
AC_SUBST(KDE_MT_LIBS)
1823
 
1824
kde_qt_was_given=yes
1825
 
1826
dnl ------------------------------------------------------------------------
1827
dnl If we haven't been told how to link to Qt, we work it out for ourselves.
1828
dnl ------------------------------------------------------------------------
1829
if test -z "$LIBQT_GLOB"; then
1830
  if test "x$kde_use_qt_emb" = "xyes"; then
1831
    LIBQT_GLOB="libqte.*"
1832
  else
1833
    LIBQT_GLOB="libqt.*"
1834
  fi
1835
fi
1836
 
1837
dnl ------------------------------------------------------------
1838
dnl If we got --enable-embedded then adjust the Qt library name.
1839
dnl ------------------------------------------------------------
1840
if test "x$kde_use_qt_emb" = "xyes"; then
1841
  qtlib="qte"
1842
else
1843
  qtlib="qt"
1844
fi
1845
 
1846
kde_int_qt="-l$qtlib"
1847
 
1848
if test -z "$LIBQPE"; then
1849
dnl ------------------------------------------------------------
1850
dnl If we got --enable-palmtop then add -lqpe to the link line
1851
dnl ------------------------------------------------------------
1852
  if test "x$kde_use_qt_emb" = "xyes"; then
1853
    if test "x$kde_use_qt_emb_palm" = "xyes"; then
1854
      LIB_QPE="-lqpe"
1855
    else
1856
      LIB_QPE=""
1857
    fi
1858
  else
1859
    LIB_QPE=""
1860
  fi
1861
fi
1862
 
1863
dnl ------------------------------------------------------------------------
1864
dnl If we got --enable-qt-mt then adjust the Qt library name for the host.
1865
dnl ------------------------------------------------------------------------
1866
 
1867
if test "x$kde_use_qt_mt" = "xyes"; then
1868
  LIBQT="-l$qtlib-mt"
1869
  kde_int_qt="-l$qtlib-mt"
1870
  LIBQT_GLOB="lib$qtlib-mt.*"
1871
  USING_QT_MT="using -mt"
1872
else
1873
  LIBQT="-l$qtlib"
1874
fi
1875
 
1876
if test $kde_qtver != 1; then
1877
 
1878
  AC_REQUIRE([AC_FIND_PNG])
1879
  AC_REQUIRE([AC_FIND_JPEG])
1880
  LIBQT="$LIBQT $LIBPNG $LIBJPEG"
1881
fi
1882
 
1883
if test $kde_qtver = 3; then
1884
  AC_REQUIRE([KDE_CHECK_LIBDL])
1885
  LIBQT="$LIBQT $LIBDL"
1886
fi
1887
 
1888
AC_MSG_CHECKING([for Qt])
1889
 
1890
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
1891
LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
1892
fi
1893
ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO
1894
qt_libraries=""
1895
qt_includes=""
1896
AC_ARG_WITH(qt-dir,
1897
    AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
1898
    [  ac_qt_includes="$withval"/include
1899
       ac_qt_libraries="$withval"/lib${kdelibsuff}
1900
       ac_qt_bindir="$withval"/bin
1901
    ])
1902
 
1903
AC_ARG_WITH(qt-includes,
1904
    AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]),
1905
    [
1906
       ac_qt_includes="$withval"
1907
    ])
1908
 
1909
kde_qt_libs_given=no
1910
 
1911
AC_ARG_WITH(qt-libraries,
1912
    AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]),
1913
    [  ac_qt_libraries="$withval"
1914
       kde_qt_libs_given=yes
1915
    ])
1916
 
1917
AC_CACHE_VAL(ac_cv_have_qt,
1918
[#try to guess Qt locations
1919
 
1920
qt_incdirs=""
1921
for dir in $kde_qt_dirs; do
1922
   qt_incdirs="$qt_incdirs $dir/include $dir"
1923
done
1924
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"
1925
if test ! "$ac_qt_includes" = "NO"; then
1926
   qt_incdirs="$ac_qt_includes $qt_incdirs"
1927
fi
1928
 
1929
if test "$kde_qtver" != "1"; then
1930
  kde_qt_header=qstyle.h
1931
else
1932
  kde_qt_header=qglobal.h
1933
fi
1934
 
1935
AC_FIND_FILE($kde_qt_header, $qt_incdirs, qt_incdir)
1936
ac_qt_includes="$qt_incdir"
1937
 
1938
qt_libdirs=""
1939
for dir in $kde_qt_dirs; do
1940
   qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir"
1941
done
1942
qt_libdirs="$QTLIB $qt_libdirs /usr/X11R6/lib /usr/lib /usr/local/qt/lib $x_libraries"
1943
if test ! "$ac_qt_libraries" = "NO"; then
1944
  qt_libdir=$ac_qt_libraries
1945
else
1946
  qt_libdirs="$ac_qt_libraries $qt_libdirs"
1947
  # if the Qt was given, the chance is too big that libqt.* doesn't exist
1948
  qt_libdir=NONE
1949
  for dir in $qt_libdirs; do
1950
    try="ls -1 $dir/${LIBQT_GLOB}"
1951
    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
1952
  done
1953
fi
1954
for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
1955
  if test -e "$a"; then
1956
    LIBQT="$LIBQT ${kde_int_qt}_incremental"
1957
    break
1958
  fi
1959
done
1960
 
1961
ac_qt_libraries="$qt_libdir"
1962
 
1963
AC_LANG_SAVE
1964
AC_LANG_CPLUSPLUS
1965
 
1966
ac_cxxflags_safe="$CXXFLAGS"
1967
ac_ldflags_safe="$LDFLAGS"
1968
ac_libs_safe="$LIBS"
1969
 
1970
CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
1971
LDFLAGS="$LDFLAGS -L$qt_libdir $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
1972
LIBS="$LIBS $LIBQT $KDE_MT_LIBS"
1973
 
1974
KDE_PRINT_QT_PROGRAM
1975
 
1976
if AC_TRY_EVAL(ac_link) && test -s conftest; then
1977
  rm -f conftest*
1978
else
1979
  echo "configure: failed program was:" >&AC_FD_CC
1980
  cat conftest.$ac_ext >&AC_FD_CC
1981
  ac_qt_libraries="NO"
1982
fi
1983
rm -f conftest*
1984
CXXFLAGS="$ac_cxxflags_safe"
1985
LDFLAGS="$ac_ldflags_safe"
1986
LIBS="$ac_libs_safe"
1987
 
1988
AC_LANG_RESTORE
1989
if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
1990
  ac_cv_have_qt="have_qt=no"
1991
  ac_qt_notfound=""
1992
  missing_qt_mt=""
1993
  if test "$ac_qt_includes" = NO; then
1994
    if test "$ac_qt_libraries" = NO; then
1995
      ac_qt_notfound="(headers and libraries)";
1996
    else
1997
      ac_qt_notfound="(headers)";
1998
    fi
1999
  else
2000
    if test "x$kde_use_qt_mt" = "xyes"; then
2001
       missing_qt_mt="
2002
Make sure that you have compiled Qt with thread support!"
2003
       ac_qt_notfound="(library $qtlib-mt)";
2004
    else
2005
       ac_qt_notfound="(library $qtlib)";
2006
    fi
2007
  fi
2008
 
2009
  AC_MSG_ERROR([Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation!
2010
For more details about this problem, look at the end of config.log.$missing_qt_mt])
2011
else
2012
  have_qt="yes"
2013
fi
2014
])
2015
 
2016
eval "$ac_cv_have_qt"
2017
 
2018
if test "$have_qt" != yes; then
2019
  AC_MSG_RESULT([$have_qt]);
2020
else
2021
  ac_cv_have_qt="have_qt=yes \
2022
    ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
2023
  AC_MSG_RESULT([libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT])
2024
 
2025
  qt_libraries="$ac_qt_libraries"
2026
  qt_includes="$ac_qt_includes"
2027
fi
2028
 
2029
if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
2030
     KDE_CHECK_QT_DIRECT(qt_libraries= ,[])
2031
fi
2032
 
2033
AC_SUBST(qt_libraries)
2034
AC_SUBST(qt_includes)
2035
 
2036
if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
2037
 QT_INCLUDES=""
2038
else
2039
 QT_INCLUDES="-I$qt_includes"
2040
 all_includes="$QT_INCLUDES $all_includes"
2041
fi
2042
 
2043
if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
2044
 QT_LDFLAGS=""
2045
else
2046
 QT_LDFLAGS="-L$qt_libraries"
2047
 all_libraries="$QT_LDFLAGS $all_libraries"
2048
fi
2049
test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
2050
 
2051
AC_SUBST(QT_INCLUDES)
2052
AC_SUBST(QT_LDFLAGS)
2053
AC_PATH_QT_MOC_UIC
2054
 
2055
KDE_CHECK_QT_JPEG
2056
 
2057
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2058
LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM)'
2059
else
2060
LIB_QT="$kde_int_qt $LIBJPEG_QT "'$(LIBZ) $(LIBPNG)'
2061
fi
2062
test -z "$KDE_MT_LIBS" || LIB_QT="$LIB_QT $KDE_MT_LIBS"
2063
for a in $qt_libdir/lib`echo ${kde_int_qt} | sed 's,^-l,,'`_incremental.*; do
2064
  if test -e "$a"; then
2065
     LIB_QT="$LIB_QT ${kde_int_qt}_incremental"
2066
     break
2067
  fi
2068
done
2069
 
2070
AC_SUBST(LIB_QT)
2071
AC_SUBST(LIB_QPE)
2072
 
2073
AC_SUBST(kde_qtver)
2074
])
155 andreas 2075
m4trace:acinclude.m4:1606: -1- AC_DEFUN([AC_PATH_QT], [
151 andreas 2076
AC_PATH_QT_1_3
2077
])
155 andreas 2078
m4trace:acinclude.m4:1611: -1- AC_DEFUN([KDE_CHECK_UIC_PLUGINS], [
151 andreas 2079
AC_REQUIRE([AC_PATH_QT_MOC_UIC])
2080
 
2081
if test x$ac_uic_supports_libpath = xyes; then
2082
 
2083
AC_MSG_CHECKING([if UIC has KDE plugins available])
2084
AC_CACHE_VAL(kde_cv_uic_plugins,
2085
[
2086
cat > actest.ui << EOF
2087
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2088
<class>NewConnectionDialog</class>
2089
<widget class="QDialog">
2090
   <widget class="KLineEdit">
2091
        <property name="name">
2092
           <cstring>testInput</cstring>
2093
        </property>
2094
   </widget>
2095
</widget>
2096
</UI>
2097
EOF
2098
 
2099
 
2100
 
2101
kde_cv_uic_plugins=no
2102
kde_line="$UIC_PATH -L $kde_widgetdir"
2103
if test x$ac_uic_supports_nounload = xyes; then
2104
   kde_line="$kde_line -nounload"
2105
fi
2106
kde_line="$kde_line -impl actest.h actest.ui > actest.cpp"
2107
if AC_TRY_EVAL(kde_line); then
2108
	# if you're trying to debug this check and think it's incorrect,
2109
	# better check your installation. The check _is_ correct - your
2110
	# installation is not.
2111
	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
2112
		kde_cv_uic_plugins=yes
2113
	fi
2114
fi
2115
rm -f actest.ui actest.cpp
2116
])
2117
 
2118
AC_MSG_RESULT([$kde_cv_uic_plugins])
2119
if test "$kde_cv_uic_plugins" != yes; then
2120
	AC_MSG_ERROR([
2121
you need to install kdelibs first.
2122
 
2123
If you did install kdelibs, then the Qt version that is picked up by
2124
this configure is not the same version you used to compile kdelibs. 
2125
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the 
2126
_same Qt version_, compiled with the _same compiler_ and the same Qt
2127
configuration settings.
2128
])
2129
fi
2130
fi
2131
])
155 andreas 2132
m4trace:acinclude.m4:1667: -1- AC_DEFUN([KDE_CHECK_FINAL], [
151 andreas 2133
  AC_ARG_ENABLE(final,
2134
	AC_HELP_STRING([--enable-final],
2135
		       [build size optimized apps (experimental - needs lots of memory)]),
2136
	kde_use_final=$enableval, kde_use_final=no)
2137
 
2138
  if test "x$kde_use_final" = "xyes"; then
2139
      KDE_USE_FINAL_TRUE=""
2140
      KDE_USE_FINAL_FALSE="#"
2141
   else
2142
      KDE_USE_FINAL_TRUE="#"
2143
      KDE_USE_FINAL_FALSE=""
2144
  fi
2145
  AC_SUBST(KDE_USE_FINAL_TRUE)
2146
  AC_SUBST(KDE_USE_FINAL_FALSE)
2147
])
155 andreas 2148
m4trace:acinclude.m4:1685: -1- AC_DEFUN([KDE_CHECK_CLOSURE], [
151 andreas 2149
  AC_ARG_ENABLE(closure,
2150
		AC_HELP_STRING([--enable-closure],[delay template instantiation]),
2151
  	kde_use_closure=$enableval, kde_use_closure=no)
2152
 
2153
  KDE_NO_UNDEFINED=""
2154
  if test "x$kde_use_closure" = "xyes"; then
2155
       KDE_USE_CLOSURE_TRUE=""
2156
       KDE_USE_CLOSURE_FALSE="#"
2157
#       CXXFLAGS="$CXXFLAGS $REPO"
2158
  else
2159
       KDE_USE_CLOSURE_TRUE="#"
2160
       KDE_USE_CLOSURE_FALSE=""
2161
       KDE_NO_UNDEFINED=""
2162
       case $host in 
2163
         *-*-linux-gnu)
2164
           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
2165
                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
2166
		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
2167
		[KDE_NO_UNDEFINED=""])],
2168
	    [KDE_NO_UNDEFINED=""])
2169
           ;;
2170
       esac
2171
  fi
2172
  AC_SUBST(KDE_USE_CLOSURE_TRUE)
2173
  AC_SUBST(KDE_USE_CLOSURE_FALSE)
2174
  AC_SUBST(KDE_NO_UNDEFINED)
2175
])
155 andreas 2176
m4trace:acinclude.m4:1716: -1- AC_DEFUN([KDE_CHECK_NEW_LDFLAGS], [
151 andreas 2177
  AC_ARG_ENABLE(new_ldflags,
2178
		AC_HELP_STRING([--enable-new-ldflags],
2179
		[enable the new linker flags]),
2180
	kde_use_new_ldflags=$enableval, 
2181
	kde_use_new_ldflags=no)
2182
 
2183
  LDFLAGS_AS_NEEDED=""
2184
  LDFLAGS_NEW_DTAGS=""
2185
  if test "x$kde_use_new_ldflags" = "xyes"; then
2186
       LDFLAGS_NEW_DTAGS=""
2187
       KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags],
2188
		[LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"],)
2189
 
2190
       KDE_CHECK_COMPILER_FLAG([Wl,--as-needed],
2191
		[LDFLAGS_AS_NEEDED="-Wl,--as-needed"],)
2192
  fi
2193
  AC_SUBST(LDFLAGS_AS_NEEDED)
2194
  AC_SUBST(LDFLAGS_NEW_DTAGS)
2195
])
155 andreas 2196
m4trace:acinclude.m4:1738: -1- AC_DEFUN([KDE_CHECK_NMCHECK], [
151 andreas 2197
  AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]),
2198
	kde_use_nmcheck=$enableval, kde_use_nmcheck=no)
2199
 
2200
  if test "$kde_use_nmcheck" = "yes"; then
2201
      KDE_USE_NMCHECK_TRUE=""
2202
      KDE_USE_NMCHECK_FALSE="#"
2203
   else
2204
      KDE_USE_NMCHECK_TRUE="#"
2205
      KDE_USE_NMCHECK_FALSE=""
2206
  fi
2207
  AC_SUBST(KDE_USE_NMCHECK_TRUE)
2208
  AC_SUBST(KDE_USE_NMCHECK_FALSE)
2209
])
155 andreas 2210
m4trace:acinclude.m4:1754: -1- AC_DEFUN([KDE_EXPAND_MAKEVAR], [
151 andreas 2211
savex=$exec_prefix
2212
test "x$exec_prefix" = xNONE && exec_prefix=$prefix
2213
tmp=$$2
2214
while $1=`eval echo "$tmp"`; test "x$$1" != "x$tmp"; do tmp=$$1; done
2215
exec_prefix=$savex
2216
])
155 andreas 2217
m4trace:acinclude.m4:1768: -1- AC_DEFUN([AC_BASE_PATH_KDE], [
151 andreas 2218
AC_REQUIRE([KDE_CHECK_STL])
2219
AC_REQUIRE([AC_PATH_QT])dnl
2220
AC_REQUIRE([KDE_CHECK_LIB64])
2221
 
2222
AC_CHECK_RPATH
2223
AC_MSG_CHECKING([for KDE])
2224
 
2225
if test "${prefix}" != NONE; then
2226
  kde_includes=${includedir}
2227
  KDE_EXPAND_MAKEVAR(ac_kde_includes, includedir)
2228
 
2229
  kde_libraries=${libdir}
2230
  KDE_EXPAND_MAKEVAR(ac_kde_libraries, libdir)
2231
 
2232
else
2233
  ac_kde_includes=
2234
  ac_kde_libraries=
2235
  kde_libraries=""
2236
  kde_includes=""
2237
fi
2238
 
2239
AC_CACHE_VAL(ac_cv_have_kde,
2240
[#try to guess kde locations
2241
 
2242
if test "$kde_qtver" = 1; then
2243
  kde_check_header="ksock.h"
2244
  kde_check_lib="libkdecore.la"
2245
else
2246
  kde_check_header="ksharedptr.h"
2247
  kde_check_lib="libkio.la"
2248
fi
2249
 
2250
if test -z "$1"; then
2251
 
2252
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"
2253
test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
2254
kde_incdirs="$ac_kde_includes $kde_incdirs"
2255
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
2256
ac_kde_includes="$kde_incdir"
2257
 
2258
if test -n "$ac_kde_includes" && test ! -r "$ac_kde_includes/$kde_check_header"; then
2259
  AC_MSG_ERROR([
2260
in the prefix, you've chosen, are no KDE headers installed. This will fail.
2261
So, check this please and use another prefix!])
2262
fi
2263
 
2264
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}"
2265
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
2266
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
2267
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
2268
ac_kde_libraries="$kde_libdir"
2269
 
2270
kde_widgetdir=NO
2271
dnl this might be somewhere else
2272
AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
2273
 
2274
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
2275
AC_MSG_ERROR([
2276
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
2277
So, check this please and use another prefix!])
2278
fi
2279
 
2280
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
2281
AC_MSG_ERROR([
2282
I can't find the designer plugins. These are required and should have been installed
2283
by kdelibs])
2284
fi
2285
 
2286
if test -n "$kde_widgetdir"; then
2287
    kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
2288
fi
2289
 
2290
 
2291
if test "$ac_kde_includes" = NO || test "$ac_kde_libraries" = NO || test "$kde_widgetdir" = NO; then
2292
  ac_cv_have_kde="have_kde=no"
2293
else
2294
  ac_cv_have_kde="have_kde=yes \
2295
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2296
fi
2297
 
2298
else dnl test -z $1, e.g. from kdelibs
2299
 
2300
  ac_cv_have_kde="have_kde=no"
2301
 
2302
fi
2303
])dnl
2304
 
2305
eval "$ac_cv_have_kde"
2306
 
2307
if test "$have_kde" != "yes"; then
2308
 if test "${prefix}" = NONE; then
2309
  ac_kde_prefix="$ac_default_prefix"
2310
 else
2311
  ac_kde_prefix="$prefix"
2312
 fi
2313
 if test "$exec_prefix" = NONE; then
2314
  ac_kde_exec_prefix="$ac_kde_prefix"
2315
  AC_MSG_RESULT([will be installed in $ac_kde_prefix])
2316
 else
2317
  ac_kde_exec_prefix="$exec_prefix"
2318
  AC_MSG_RESULT([will be installed in $ac_kde_prefix and $ac_kde_exec_prefix])
2319
 fi
2320
 
2321
 kde_libraries="${libdir}"
2322
 kde_includes="${includedir}"
2323
 
2324
else
2325
  ac_cv_have_kde="have_kde=yes \
2326
    ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
2327
  AC_MSG_RESULT([libraries $ac_kde_libraries, headers $ac_kde_includes])
2328
 
2329
  kde_libraries="$ac_kde_libraries"
2330
  kde_includes="$ac_kde_includes"
2331
fi
2332
AC_SUBST(kde_libraries)
2333
AC_SUBST(kde_includes)
2334
 
2335
if test "$kde_includes" = "$x_includes" || test "$kde_includes" = "$qt_includes"  || test "$kde_includes" = "/usr/include"; then
2336
 KDE_INCLUDES=""
2337
else
2338
 KDE_INCLUDES="-I$kde_includes"
2339
 all_includes="$KDE_INCLUDES $all_includes"
2340
fi
2341
 
2342
KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
2343
 
2344
KDE_LDFLAGS="-L$kde_libraries"
2345
if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then 
2346
 all_libraries="$KDE_LDFLAGS $all_libraries"
2347
fi
2348
 
2349
AC_SUBST(KDE_LDFLAGS)
2350
AC_SUBST(KDE_INCLUDES)
2351
 
2352
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
2353
 
2354
all_libraries="$all_libraries $USER_LDFLAGS"
2355
all_includes="$all_includes $USER_INCLUDES"
2356
AC_SUBST(all_includes)
2357
AC_SUBST(all_libraries)
2358
 
2359
if test -z "$1"; then
2360
KDE_CHECK_UIC_PLUGINS
2361
fi
2362
 
2363
ac_kde_libraries="$kde_libdir"
2364
 
2365
AC_SUBST(AUTODIRS)
2366
 
2367
 
2368
])
155 andreas 2369
m4trace:acinclude.m4:1922: -1- AC_DEFUN([KDE_CHECK_EXTRA_LIBS], [
151 andreas 2370
AC_MSG_CHECKING(for extra includes)
2371
AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]),
2372
  kde_use_extra_includes="$withval",
2373
  kde_use_extra_includes=NONE
2374
)
2375
kde_extra_includes=
2376
if test -n "$kde_use_extra_includes" && \
2377
   test "$kde_use_extra_includes" != "NONE"; then
2378
 
2379
   ac_save_ifs=$IFS
2380
   IFS=':'
2381
   for dir in $kde_use_extra_includes; do
2382
     kde_extra_includes="$kde_extra_includes $dir"
2383
     USER_INCLUDES="$USER_INCLUDES -I$dir"
2384
   done
2385
   IFS=$ac_save_ifs
2386
   kde_use_extra_includes="added"
2387
else
2388
   kde_use_extra_includes="no"
2389
fi
2390
AC_SUBST(USER_INCLUDES)
2391
 
2392
AC_MSG_RESULT($kde_use_extra_includes)
2393
 
2394
kde_extra_libs=
2395
AC_MSG_CHECKING(for extra libs)
2396
AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]),
2397
  kde_use_extra_libs=$withval,
2398
  kde_use_extra_libs=NONE
2399
)
2400
if test -n "$kde_use_extra_libs" && \
2401
   test "$kde_use_extra_libs" != "NONE"; then
2402
 
2403
   ac_save_ifs=$IFS
2404
   IFS=':'
2405
   for dir in $kde_use_extra_libs; do
2406
     kde_extra_libs="$kde_extra_libs $dir"
2407
     KDE_EXTRA_RPATH="$KDE_EXTRA_RPATH -R $dir"
2408
     USER_LDFLAGS="$USER_LDFLAGS -L$dir"
2409
   done
2410
   IFS=$ac_save_ifs
2411
   kde_use_extra_libs="added"
2412
else
2413
   kde_use_extra_libs="no"
2414
fi
2415
 
2416
AC_SUBST(USER_LDFLAGS)
2417
 
2418
AC_MSG_RESULT($kde_use_extra_libs)
2419
 
2420
])
155 andreas 2421
m4trace:acinclude.m4:1976: -1- AC_DEFUN([KDE_1_CHECK_PATH_HEADERS], [
151 andreas 2422
    AC_MSG_CHECKING([for KDE headers installed])
2423
    AC_LANG_SAVE
2424
    AC_LANG_CPLUSPLUS
2425
cat > conftest.$ac_ext <<EOF
2426
#ifdef STDC_HEADERS
2427
# include <stdlib.h>
2428
#endif
2429
#include <stdio.h>
2430
#include "confdefs.h"
2431
#include <kapp.h>
2432
 
2433
int main() {
2434
    printf("kde_htmldir=\\"%s\\"\n", KApplication::kde_htmldir().data());
2435
    printf("kde_appsdir=\\"%s\\"\n", KApplication::kde_appsdir().data());
2436
    printf("kde_icondir=\\"%s\\"\n", KApplication::kde_icondir().data());
2437
    printf("kde_sounddir=\\"%s\\"\n", KApplication::kde_sounddir().data());
2438
    printf("kde_datadir=\\"%s\\"\n", KApplication::kde_datadir().data());
2439
    printf("kde_locale=\\"%s\\"\n", KApplication::kde_localedir().data());
2440
    printf("kde_cgidir=\\"%s\\"\n", KApplication::kde_cgidir().data());
2441
    printf("kde_confdir=\\"%s\\"\n", KApplication::kde_configdir().data());
2442
    printf("kde_mimedir=\\"%s\\"\n", KApplication::kde_mimedir().data());
2443
    printf("kde_toolbardir=\\"%s\\"\n", KApplication::kde_toolbardir().data());
2444
    printf("kde_wallpaperdir=\\"%s\\"\n",
2445
	KApplication::kde_wallpaperdir().data());
2446
    printf("kde_bindir=\\"%s\\"\n", KApplication::kde_bindir().data());
2447
    printf("kde_partsdir=\\"%s\\"\n", KApplication::kde_partsdir().data());
2448
    printf("kde_servicesdir=\\"/tmp/dummy\\"\n");
2449
    printf("kde_servicetypesdir=\\"/tmp/dummy\\"\n");
2450
    printf("kde_moduledir=\\"/tmp/dummy\\"\n");
2451
    printf("kde_styledir=\\"/tmp/dummy\\"\n");
2452
    printf("kde_widgetdir=\\"/tmp/dummy\\"\n");
2453
    printf("xdg_appsdir=\\"/tmp/dummy\\"\n");
2454
    printf("xdg_menudir=\\"/tmp/dummy\\"\n");
2455
    printf("xdg_directorydir=\\"/tmp/dummy\\"\n");
2456
    printf("kde_kcfgdir=\\"/tmp/dummy\\"\n");
2457
    return 0;
2458
    }
2459
EOF
2460
 
2461
 ac_save_CPPFLAGS=$CPPFLAGS
2462
 CPPFLAGS="$all_includes $CPPFLAGS"
2463
 if AC_TRY_EVAL(ac_compile); then
2464
   AC_MSG_RESULT(yes)
2465
 else
2466
   AC_MSG_ERROR([your system is not able to compile a small KDE application!
2467
Check, if you installed the KDE header files correctly.
2468
For more details about this problem, look at the end of config.log.])
2469
  fi
2470
  CPPFLAGS=$ac_save_CPPFLAGS
2471
 
2472
  AC_LANG_RESTORE
2473
])
155 andreas 2474
m4trace:acinclude.m4:2031: -1- AC_DEFUN([KDE_CHECK_KDEQTADDON], [
151 andreas 2475
AC_MSG_CHECKING(for kde-qt-addon)
2476
AC_CACHE_VAL(kde_cv_have_kdeqtaddon,
2477
[
2478
 kde_ldflags_safe="$LDFLAGS"
2479
 kde_libs_safe="$LIBS"
2480
 kde_cxxflags_safe="$CXXFLAGS"
2481
 
2482
 LIBS="-lkde-qt-addon $LIBQT $LIBS"
2483
 CXXFLAGS="$CXXFLAGS -I$prefix/include -I$prefix/include/kde $all_includes"
2484
 LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS"
2485
 
2486
 AC_TRY_LINK([
2487
   #include <qdom.h>
2488
 ],
2489
 [
2490
   QDomDocument doc;
2491
 ],
2492
  kde_cv_have_kdeqtaddon=yes,
2493
  kde_cv_have_kdeqtaddon=no
2494
 )
2495
 
2496
 LDFLAGS=$kde_ldflags_safe
2497
 LIBS=$kde_libs_safe
2498
 CXXFLAGS=$kde_cxxflags_safe
2499
])
2500
 
2501
AC_MSG_RESULT($kde_cv_have_kdeqtaddon)
2502
 
2503
if test "$kde_cv_have_kdeqtaddon" = "no"; then
2504
  AC_MSG_ERROR([Can't find libkde-qt-addon. You need to install it first.
2505
It is a separate package (and CVS module) named kde-qt-addon.])
2506
fi
2507
])
155 andreas 2508
m4trace:acinclude.m4:2067: -1- AC_DEFUN([KDE_CREATE_LIBS_ALIASES], [
151 andreas 2509
   AC_REQUIRE([KDE_MISC_TESTS])
2510
   AC_REQUIRE([KDE_CHECK_LIBDL])
2511
   AC_REQUIRE([K_PATH_X])
2512
 
2513
if test $kde_qtver = 3; then
2514
   case $host in 
2515
               *cygwin*) lib_kded="-lkdeinit_kded" ;;
2516
               *) lib_kded="" ;;
2517
       esac
2518
   AC_SUBST(LIB_KDED, $lib_kded)
2519
   AC_SUBST(LIB_KDECORE, "-lkdecore")
2520
   AC_SUBST(LIB_KDEUI, "-lkdeui")
2521
   AC_SUBST(LIB_KIO, "-lkio")
2522
   AC_SUBST(LIB_KJS, "-lkjs")
2523
   AC_SUBST(LIB_SMB, "-lsmb")
2524
   AC_SUBST(LIB_KAB, "-lkab")
2525
   AC_SUBST(LIB_KABC, "-lkabc")
2526
   AC_SUBST(LIB_KHTML, "-lkhtml")
2527
   AC_SUBST(LIB_KSPELL, "-lkspell")
2528
   AC_SUBST(LIB_KPARTS, "-lkparts")
2529
   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2530
   AC_SUBST(LIB_KUTILS, "-lkutils")
2531
   AC_SUBST(LIB_KDEPIM, "-lkdepim")
2532
   AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
2533
   AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
2534
   AC_SUBST(LIB_KDNSSD, "-lkdnssd")
2535
   AC_SUBST(LIB_KUNITTEST, "-lkunittest")
2536
# these are for backward compatibility
2537
   AC_SUBST(LIB_KSYCOCA, "-lkio")
2538
   AC_SUBST(LIB_KFILE, "-lkio")
2539
elif test $kde_qtver = 2; then
2540
   AC_SUBST(LIB_KDECORE, "-lkdecore")
2541
   AC_SUBST(LIB_KDEUI, "-lkdeui")
2542
   AC_SUBST(LIB_KIO, "-lkio")
2543
   AC_SUBST(LIB_KSYCOCA, "-lksycoca")
2544
   AC_SUBST(LIB_SMB, "-lsmb")
2545
   AC_SUBST(LIB_KFILE, "-lkfile")
2546
   AC_SUBST(LIB_KAB, "-lkab")
2547
   AC_SUBST(LIB_KHTML, "-lkhtml")
2548
   AC_SUBST(LIB_KSPELL, "-lkspell")
2549
   AC_SUBST(LIB_KPARTS, "-lkparts")
2550
   AC_SUBST(LIB_KDEPRINT, "-lkdeprint")
2551
else
2552
   AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)")
2553
   AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)")
2554
   AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)")
2555
   AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)")
2556
   AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)")
2557
fi
2558
])
155 andreas 2559
m4trace:acinclude.m4:2120: -1- AC_DEFUN([AC_PATH_KDE], [
151 andreas 2560
  AC_BASE_PATH_KDE
2561
  AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]),
2562
  [
2563
  if test "$enableval" = "no";
2564
    then ac_use_path_checking="default"
2565
    else ac_use_path_checking=""
2566
  fi
2567
  ],
2568
  [
2569
  if test "$kde_qtver" = 1;
2570
    then ac_use_path_checking=""
2571
    else ac_use_path_checking="default"
2572
  fi
2573
  ]
2574
  )
2575
 
2576
  AC_CREATE_KFSSTND($ac_use_path_checking)
2577
 
2578
  AC_SUBST_KFSSTND
2579
  KDE_CREATE_LIBS_ALIASES
2580
])
155 andreas 2581
m4trace:acinclude.m4:2145: -1- AC_DEFUN([KDE_CHECK_FUNC_EXT], [
151 andreas 2582
AC_MSG_CHECKING(for $1)
2583
AC_CACHE_VAL(kde_cv_func_$1,
2584
[
2585
AC_LANG_SAVE
2586
AC_LANG_CPLUSPLUS
2587
save_CXXFLAGS="$CXXFLAGS"
2588
kde_safe_LIBS="$LIBS"
2589
LIBS="$LIBS $X_EXTRA_LIBS"
2590
if test "$GXX" = "yes"; then
2591
CXXFLAGS="$CXXFLAGS -pedantic-errors"
2592
fi
2593
AC_TRY_COMPILE([
2594
$2
2595
],
2596
[
2597
$3
2598
],
2599
kde_cv_func_$1=yes,
2600
kde_cv_func_$1=no)
2601
CXXFLAGS="$save_CXXFLAGS"
2602
LIBS="$kde_safe_LIBS"
2603
AC_LANG_RESTORE
2604
])
2605
 
2606
AC_MSG_RESULT($kde_cv_func_$1)
2607
 
2608
AC_MSG_CHECKING([if $1 needs custom prototype])
2609
AC_CACHE_VAL(kde_cv_proto_$1,
2610
[
2611
if test "x$kde_cv_func_$1" = xyes; then
2612
  kde_cv_proto_$1=no
2613
else
2614
  case "$1" in
2615
	setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
2616
		kde_cv_proto_$1="yes - in libkdefakes"
2617
		;;
2618
	*)
2619
		kde_cv_proto_$1=unknown
2620
		;;
2621
  esac
2622
fi
2623
 
2624
if test "x$kde_cv_proto_$1" = xunknown; then
2625
 
2626
AC_LANG_SAVE
2627
AC_LANG_CPLUSPLUS
2628
  kde_safe_libs=$LIBS
2629
  LIBS="$LIBS $X_EXTRA_LIBS"
2630
  AC_TRY_LINK([
2631
$2
2632
 
2633
extern "C" $4;
2634
],
2635
[
2636
$3
2637
],
2638
[ kde_cv_func_$1=yes
2639
  kde_cv_proto_$1=yes ],
2640
  [kde_cv_proto_$1="$1 unavailable"]
2641
)
2642
LIBS=$kde_safe_libs
2643
AC_LANG_RESTORE
2644
fi
2645
])
2646
AC_MSG_RESULT($kde_cv_proto_$1)
2647
 
2648
if test "x$kde_cv_func_$1" = xyes; then
2649
  AC_DEFINE(HAVE_$5, 1, [Define if you have $1])
2650
  $6
2651
fi
2652
if test "x$kde_cv_proto_$1" = xno; then
2653
  AC_DEFINE(HAVE_$5_PROTO, 1,
2654
  [Define if you have the $1 prototype])
2655
fi
2656
 
2657
AH_VERBATIM([_HAVE_$5_PROTO],
2658
[
2659
#if !defined(HAVE_$5_PROTO)
2660
#ifdef __cplusplus
2661
extern "C" {
2662
#endif
2663
$4;
2664
#ifdef __cplusplus
2665
}
2666
#endif
2667
#endif
2668
])
2669
])
155 andreas 2670
m4trace:acinclude.m4:2236: -1- AC_DEFUN([AC_CHECK_SETENV], [
151 andreas 2671
	KDE_CHECK_FUNC_EXT(setenv, [
2672
#include <stdlib.h>
2673
], 
2674
		[setenv("VAR", "VALUE", 1);],
2675
	        [int setenv (const char *, const char *, int)],
2676
		[SETENV])
2677
])
155 andreas 2678
m4trace:acinclude.m4:2246: -1- AC_DEFUN([AC_CHECK_UNSETENV], [
151 andreas 2679
	KDE_CHECK_FUNC_EXT(unsetenv, [
2680
#include <stdlib.h>
2681
], 
2682
		[unsetenv("VAR");],
2683
	        [void unsetenv (const char *)],
2684
		[UNSETENV])
2685
])
155 andreas 2686
m4trace:acinclude.m4:2256: -1- AC_DEFUN([AC_CHECK_GETDOMAINNAME], [
151 andreas 2687
	KDE_CHECK_FUNC_EXT(getdomainname, [
2688
#include <stdlib.h>
2689
#include <unistd.h>
2690
#include <netdb.h>
2691
], 
2692
		[
2693
char buffer[200];
2694
getdomainname(buffer, 200);
2695
], 	
2696
	        [#include <sys/types.h>
2697
		int getdomainname (char *, size_t)],
2698
		[GETDOMAINNAME])
2699
])
155 andreas 2700
m4trace:acinclude.m4:2272: -1- AC_DEFUN([AC_CHECK_GETHOSTNAME], [
151 andreas 2701
	KDE_CHECK_FUNC_EXT(gethostname, [
2702
#include <stdlib.h>
2703
#include <unistd.h>
2704
], 
2705
		[
2706
char buffer[200];
2707
gethostname(buffer, 200);
2708
], 	
2709
	        [int gethostname (char *, unsigned int)],
2710
		[GETHOSTNAME])
2711
])
155 andreas 2712
m4trace:acinclude.m4:2286: -1- AC_DEFUN([AC_CHECK_USLEEP], [
151 andreas 2713
	KDE_CHECK_FUNC_EXT(usleep, [
2714
#include <unistd.h>
2715
], 
2716
		[
2717
usleep(200);
2718
], 	
2719
	        [int usleep (unsigned int)],
2720
		[USLEEP])
2721
])
155 andreas 2722
m4trace:acinclude.m4:2299: -1- AC_DEFUN([AC_CHECK_RANDOM], [
151 andreas 2723
	KDE_CHECK_FUNC_EXT(random, [
2724
#include <stdlib.h>
2725
], 
2726
		[
2727
random();
2728
], 	
2729
	        [long int random(void)],
2730
		[RANDOM])
2731
 
2732
	KDE_CHECK_FUNC_EXT(srandom, [
2733
#include <stdlib.h>
2734
], 
2735
		[
2736
srandom(27);
2737
], 	
2738
	        [void srandom(unsigned int)],
2739
		[SRANDOM])
2740
 
2741
])
155 andreas 2742
m4trace:acinclude.m4:2321: -1- AC_DEFUN([AC_CHECK_INITGROUPS], [
151 andreas 2743
	KDE_CHECK_FUNC_EXT(initgroups, [
2744
#include <sys/types.h>
2745
#include <unistd.h>
2746
#include <grp.h>
2747
],
2748
	[
2749
char buffer[200];
2750
initgroups(buffer, 27);
2751
],
2752
	[int initgroups(const char *, gid_t)],
2753
	[INITGROUPS])
2754
])
155 andreas 2755
m4trace:acinclude.m4:2336: -1- AC_DEFUN([AC_CHECK_MKSTEMPS], [
151 andreas 2756
	KDE_CHECK_FUNC_EXT(mkstemps, [
2757
#include <stdlib.h>
2758
#include <unistd.h>
2759
],
2760
	[
2761
mkstemps("/tmp/aaaXXXXXX", 6);
2762
],
2763
	[int mkstemps(char *, int)],
2764
	[MKSTEMPS])
2765
])
155 andreas 2766
m4trace:acinclude.m4:2349: -1- AC_DEFUN([AC_CHECK_MKSTEMP], [
151 andreas 2767
	KDE_CHECK_FUNC_EXT(mkstemp, [
2768
#include <stdlib.h>
2769
#include <unistd.h>
2770
],
2771
	[
2772
mkstemp("/tmp/aaaXXXXXX");
2773
],
2774
	[int mkstemp(char *)],
2775
	[MKSTEMP])
2776
])
155 andreas 2777
m4trace:acinclude.m4:2362: -1- AC_DEFUN([AC_CHECK_MKDTEMP], [
151 andreas 2778
	KDE_CHECK_FUNC_EXT(mkdtemp, [
2779
#include <stdlib.h>
2780
#include <unistd.h>
2781
],
2782
	[
2783
mkdtemp("/tmp/aaaXXXXXX");
2784
],
2785
	[char *mkdtemp(char *)],
2786
	[MKDTEMP])
2787
])
155 andreas 2788
m4trace:acinclude.m4:2376: -1- AC_DEFUN([AC_CHECK_RES_INIT], [
151 andreas 2789
  AC_MSG_CHECKING([if res_init needs -lresolv])
2790
  kde_libs_safe="$LIBS"
2791
  LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
2792
  AC_TRY_LINK(
2793
    [
2794
#include <sys/types.h>
2795
#include <netinet/in.h>
2796
#include <arpa/nameser.h>
2797
#include <resolv.h>
2798
    ],
2799
    [
2800
      res_init(); 
2801
    ],
2802
    [
2803
      LIBRESOLV="-lresolv"
2804
      AC_MSG_RESULT(yes)
2805
      AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
2806
    ],
2807
    [ AC_MSG_RESULT(no) ]
2808
  )
2809
  LIBS=$kde_libs_safe
2810
  AC_SUBST(LIBRESOLV)
2811
 
2812
  KDE_CHECK_FUNC_EXT(res_init,
2813
    [
2814
#include <sys/types.h>
2815
#include <netinet/in.h>
2816
#include <arpa/nameser.h>
2817
#include <resolv.h>
2818
    ],
2819
    [res_init()],
2820
    [int res_init(void)],
2821
    [RES_INIT])
2822
])
155 andreas 2823
m4trace:acinclude.m4:2413: -1- AC_DEFUN([AC_CHECK_STRLCPY], [
151 andreas 2824
	KDE_CHECK_FUNC_EXT(strlcpy, [
2825
#include <string.h>
2826
],
2827
[ char buf[20];
2828
  strlcpy(buf, "KDE function test", sizeof(buf));
2829
],
2830
 	[unsigned long strlcpy(char*, const char*, unsigned long)],
2831
	[STRLCPY])
2832
])
155 andreas 2833
m4trace:acinclude.m4:2425: -1- AC_DEFUN([AC_CHECK_STRLCAT], [
151 andreas 2834
	KDE_CHECK_FUNC_EXT(strlcat, [
2835
#include <string.h>
2836
],
2837
[ char buf[20];
2838
  buf[0]='\0';
2839
  strlcat(buf, "KDE function test", sizeof(buf));
2840
],
2841
 	[unsigned long strlcat(char*, const char*, unsigned long)],
2842
	[STRLCAT])
2843
])
155 andreas 2844
m4trace:acinclude.m4:2438: -1- AC_DEFUN([AC_CHECK_RES_QUERY], [
151 andreas 2845
	KDE_CHECK_FUNC_EXT(res_query, [
2846
#include <sys/types.h>
2847
#include <netinet/in.h>
2848
#include <arpa/nameser.h>
2849
#include <resolv.h>
2850
#include <netdb.h>
2851
],
2852
[
2853
res_query(NULL, 0, 0, NULL, 0);
2854
],
2855
	[int res_query(const char *, int, int, unsigned char *, int)],
2856
	[RES_QUERY])
2857
])
155 andreas 2858
m4trace:acinclude.m4:2454: -1- AC_DEFUN([AC_CHECK_DN_SKIPNAME], [
151 andreas 2859
	KDE_CHECK_FUNC_EXT(dn_skipname, [
2860
#include <sys/types.h>
2861
#include <netinet/in.h>
2862
#include <arpa/nameser.h>
2863
#include <resolv.h>
2864
],
2865
[
2866
dn_skipname (NULL, NULL);
2867
],
2868
	[int dn_skipname (unsigned char *, unsigned char *)],
2869
	[DN_SKIPNAME])
2870
])
155 andreas 2871
m4trace:acinclude.m4:2470: -1- AC_DEFUN([AC_FIND_GIF], [AC_MSG_CHECKING([for giflib])
151 andreas 2872
AC_CACHE_VAL(ac_cv_lib_gif,
2873
[ac_save_LIBS="$LIBS"
2874
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
2875
LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
2876
else
2877
LIBS="$all_libraries -lgif"
2878
fi
2879
AC_TRY_LINK(dnl
2880
[
2881
#ifdef __cplusplus
2882
extern "C" {
2883
#endif
2884
int GifLastError(void);
2885
#ifdef __cplusplus
2886
}
2887
#endif
2888
/* We use char because int might match the return type of a gcc2
2889
    builtin and then its argument prototype would still apply.  */
2890
],
2891
            [return GifLastError();],
2892
            eval "ac_cv_lib_gif=yes",
2893
            eval "ac_cv_lib_gif=no")
2894
LIBS="$ac_save_LIBS"
2895
])dnl
2896
if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
2897
  AC_MSG_RESULT(yes)
2898
  AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif])
2899
else
2900
  AC_MSG_ERROR(You need giflib30. Please install the kdesupport package)
2901
fi
2902
])
155 andreas 2903
m4trace:acinclude.m4:2504: -1- AC_DEFUN([KDE_FIND_JPEG_HELPER], [
151 andreas 2904
AC_MSG_CHECKING([for libjpeg$2])
2905
AC_CACHE_VAL(ac_cv_lib_jpeg_$1,
2906
[
2907
ac_save_LIBS="$LIBS"
2908
LIBS="$all_libraries $USER_LDFLAGS -ljpeg$2 -lm"
2909
ac_save_CFLAGS="$CFLAGS"
2910
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
2911
AC_TRY_LINK(
2912
[
2913
#ifdef __cplusplus
2914
extern "C" {
2915
#endif
2916
void jpeg_CreateDecompress();
2917
#ifdef __cplusplus
2918
}
2919
#endif
2920
],
2921
[jpeg_CreateDecompress();],
2922
            eval "ac_cv_lib_jpeg_$1=-ljpeg$2",
2923
            eval "ac_cv_lib_jpeg_$1=no")
2924
LIBS="$ac_save_LIBS"
2925
CFLAGS="$ac_save_CFLAGS"
2926
])
2927
 
2928
if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
2929
  LIBJPEG="$ac_cv_lib_jpeg_$1"
2930
  AC_MSG_RESULT($ac_cv_lib_jpeg_$1)
2931
else
2932
  AC_MSG_RESULT(no)
2933
  $3
2934
fi
2935
 
2936
])
155 andreas 2937
m4trace:acinclude.m4:2540: -1- AC_DEFUN([AC_FIND_JPEG], [
151 andreas 2938
dnl first look for libraries
2939
KDE_FIND_JPEG_HELPER(6b, 6b,
2940
   KDE_FIND_JPEG_HELPER(normal, [],
2941
    [
2942
       LIBJPEG=
2943
    ]
2944
   )
2945
)
2946
 
2947
dnl then search the headers (can't use simply AC_TRY_xxx, as jpeglib.h
2948
dnl requires system dependent includes loaded before it)
2949
jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes"
2950
AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
2951
test "x$jpeg_incdir" = xNO && jpeg_incdir=
2952
 
2953
dnl if headers _and_ libraries are missing, this is no error, and we
2954
dnl continue with a warning (the user will get no jpeg support in khtml)
2955
dnl if only one is missing, it means a configuration error, but we still
2956
dnl only warn
2957
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
2958
  AC_DEFINE_UNQUOTED(HAVE_LIBJPEG, 1, [Define if you have libjpeg])
2959
else
2960
  if test -n "$jpeg_incdir" || test -n "$LIBJPEG" ; then
2961
    AC_MSG_WARN([
2962
There is an installation error in jpeg support. You seem to have only one
2963
of either the headers _or_ the libraries installed. You may need to either
2964
provide correct --with-extra-... options, or the development package of
2965
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
2966
Disabling JPEG support.
2967
])
2968
  else
2969
    AC_MSG_WARN([libjpeg not found. disable JPEG support.])
2970
  fi
2971
  jpeg_incdir=
2972
  LIBJPEG=
2973
fi
2974
 
2975
AC_SUBST(LIBJPEG)
2976
AH_VERBATIM(_AC_CHECK_JPEG,
2977
[/*
2978
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
2979
 * headers and I'm too lazy to write a configure test as long as only
2980
 * unixware is related
2981
 */
2982
#ifdef _UNIXWARE
2983
#define HAVE_BOOLEAN
2984
#endif
2985
])
2986
])
155 andreas 2987
m4trace:acinclude.m4:2592: -1- AC_DEFUN([KDE_CHECK_QT_JPEG], [
151 andreas 2988
if test -n "$LIBJPEG"; then
2989
AC_MSG_CHECKING([if Qt needs $LIBJPEG])
2990
AC_CACHE_VAL(kde_cv_qt_jpeg,
2991
[
2992
AC_LANG_SAVE
2993
AC_LANG_CPLUSPLUS
2994
ac_save_LIBS="$LIBS"
2995
LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
2996
LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
2997
ac_save_CXXFLAGS="$CXXFLAGS"
2998
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
2999
AC_TRY_LINK(
3000
[#include <qapplication.h>],
3001
            [
3002
            int argc;
3003
            char** argv;
3004
            QApplication app(argc, argv);],
3005
            eval "kde_cv_qt_jpeg=no",
3006
            eval "kde_cv_qt_jpeg=yes")
3007
LIBS="$ac_save_LIBS"
3008
CXXFLAGS="$ac_save_CXXFLAGS"
3009
AC_LANG_RESTORE
3010
fi
3011
])
3012
 
3013
if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
3014
  AC_MSG_RESULT(yes)
3015
  LIBJPEG_QT='$(LIBJPEG)'
3016
else
3017
  AC_MSG_RESULT(no)
3018
  LIBJPEG_QT=
3019
fi
3020
 
3021
])
155 andreas 3022
m4trace:acinclude.m4:2629: -1- AC_DEFUN([AC_FIND_ZLIB], [
151 andreas 3023
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3024
AC_MSG_CHECKING([for libz])
3025
AC_CACHE_VAL(ac_cv_lib_z,
3026
[
3027
kde_save_LIBS="$LIBS"
3028
LIBS="$all_libraries $USER_LDFLAGS -lz $LIBSOCKET"
3029
kde_save_CFLAGS="$CFLAGS"
3030
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3031
AC_TRY_LINK(dnl
3032
[
3033
#include<zlib.h>
3034
],
3035
[
3036
  char buf[42];
3037
  gzFile f = (gzFile) 0;
3038
  /* this would segfault.. but we only link, don't run */
3039
  (void) gzgets(f, buf, sizeof(buf));
3040
 
3041
  return (zlibVersion() == ZLIB_VERSION); 
3042
],
3043
            eval "ac_cv_lib_z='-lz'",
3044
            eval "ac_cv_lib_z=no")
3045
LIBS="$kde_save_LIBS"
3046
CFLAGS="$kde_save_CFLAGS"
3047
])dnl
3048
if test ! "$ac_cv_lib_z" = no; then
3049
  AC_DEFINE_UNQUOTED(HAVE_LIBZ, 1, [Define if you have libz])
3050
  LIBZ="$ac_cv_lib_z"
3051
  AC_MSG_RESULT($ac_cv_lib_z)
3052
else
3053
  AC_MSG_ERROR(not found. 
3054
          Possibly configure picks up an outdated version
3055
          installed by XFree86. Remove it from your system.
3056
 
3057
          Check your installation and look into config.log)
3058
  LIBZ=""
3059
fi
3060
AC_SUBST(LIBZ)
3061
])
155 andreas 3062
m4trace:acinclude.m4:2671: -1- AC_DEFUN([KDE_TRY_TIFFLIB], [
151 andreas 3063
AC_MSG_CHECKING([for libtiff $1])
3064
 
3065
AC_CACHE_VAL(kde_cv_libtiff_$1,
3066
[
3067
AC_LANG_SAVE
3068
AC_LANG_CPLUSPLUS
3069
kde_save_LIBS="$LIBS"
3070
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3071
LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lX11 $LIBSOCKET -lm"
3072
else
3073
LIBS="$all_libraries $USER_LDFLAGS -l$1 $LIBJPEG $LIBZ -lm"
3074
fi
3075
kde_save_CXXFLAGS="$CXXFLAGS"
3076
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
3077
 
3078
AC_TRY_LINK(dnl
3079
[
3080
#include<tiffio.h>
3081
],
3082
    [return (TIFFOpen( "", "r") == 0); ],
3083
[
3084
    kde_cv_libtiff_$1="-l$1 $LIBJPEG $LIBZ"
3085
], [
3086
    kde_cv_libtiff_$1=no
3087
])
3088
 
3089
LIBS="$kde_save_LIBS"
3090
CXXFLAGS="$kde_save_CXXFLAGS"
3091
AC_LANG_RESTORE
3092
])
3093
 
3094
if test "$kde_cv_libtiff_$1" = "no"; then
3095
    AC_MSG_RESULT(no)
3096
    LIBTIFF=""
3097
    $3
3098
else
3099
    LIBTIFF="$kde_cv_libtiff_$1"
3100
    AC_MSG_RESULT(yes)
3101
    AC_DEFINE_UNQUOTED(HAVE_LIBTIFF, 1, [Define if you have libtiff])
3102
    $2
3103
fi
3104
 
3105
])
155 andreas 3106
m4trace:acinclude.m4:2717: -1- AC_DEFUN([AC_FIND_TIFF], [
151 andreas 3107
AC_REQUIRE([K_PATH_X])
3108
AC_REQUIRE([AC_FIND_ZLIB])
3109
AC_REQUIRE([AC_FIND_JPEG])
3110
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3111
 
3112
KDE_TRY_TIFFLIB(tiff, [],
3113
   KDE_TRY_TIFFLIB(tiff34))
3114
 
3115
AC_SUBST(LIBTIFF)
3116
])
155 andreas 3117
m4trace:acinclude.m4:2730: -1- AC_DEFUN([KDE_FIND_LIBEXR], [
151 andreas 3118
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3119
AC_REQUIRE([AC_FIND_ZLIB])
3120
AC_CACHE_VAL(ac_cv_libexr,
3121
[
3122
  if test -z "$PKG_CONFIG"; then
3123
    AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
3124
  fi
3125
 
3126
  AC_MSG_CHECKING([for OpenEXR libraries])
3127
 
3128
  if test "$PKG_CONFIG" = "no" ; then
3129
     AC_MSG_RESULT(no)
3130
     echo "*** The pkg-config script could not be found. Make sure it is"
3131
     echo "*** in your path, or set the PKG_CONFIG environment variable"
3132
     echo "*** to the full path to pkg-config."
3133
     echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
3134
  else
3135
     if !(`$PKG_CONFIG --exists OpenEXR`) ; then
3136
        AC_MSG_RESULT(no)
3137
        EXRSTATUS=no
3138
     else
3139
        if !(`$PKG_CONFIG --atleast-version="1.1.1" OpenEXR`) ; then
3140
           AC_MSG_RESULT(no)
3141
           EXRSTATUS=old
3142
        else
3143
           kde_save_LIBS="$LIBS"
3144
           LIBS="$LIBS $all_libraries $USER_LDFLAGS `pkg-config --libs OpenEXR` $LIBZ"
3145
           AC_LANG_SAVE
3146
           AC_LANG_CPLUSPLUS
3147
           kde_save_CXXFLAGS="$CXXFLAGS"
3148
           EXR_FLAGS=`$PKG_CONFIG --cflags OpenEXR`
3149
           CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES $EXR_FLAGS"
3150
 
3151
           AC_TRY_LINK(dnl
3152
               [
3153
               #include <ImfRgbaFile.h>
3154
               ],
3155
               [
3156
               using namespace Imf;
3157
               RgbaInputFile file ("dummy");
3158
               return 0;
3159
               ],
3160
               eval "ac_cv_libexr='`pkg-config --libs OpenEXR`'",
3161
               eval "ac_cv_libexr=no"
3162
           )
3163
           LIBS="$kde_save_LIBS"
3164
           CXXFLAGS="$kde_save_CXXFLAGS"
3165
           AC_LANG_RESTORE
3166
           ])dnl
3167
           if eval "test ! \"`echo $ac_cv_libexr`\" = no"; then
3168
               AC_DEFINE_UNQUOTED(HAVE_EXR, 1, [Define if you have OpenEXR])
3169
               LIB_EXR="$ac_cv_libexr"
3170
               AC_MSG_RESULT($ac_cv_libexr)
3171
           else
3172
               AC_MSG_RESULT(no)
3173
               LIB_EXR=""
3174
           fi
3175
        fi
3176
     fi
3177
  fi
3178
  AC_SUBST(LIB_EXR)
3179
  AC_SUBST(EXR_FLAGS)
3180
])
155 andreas 3181
m4trace:acinclude.m4:2798: -1- AC_DEFUN([AC_FIND_PNG], [
151 andreas 3182
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3183
AC_REQUIRE([AC_FIND_ZLIB])
3184
AC_MSG_CHECKING([for libpng])
3185
AC_CACHE_VAL(ac_cv_lib_png,
3186
[
3187
kde_save_LIBS="$LIBS"
3188
if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
3189
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
3190
else
3191
LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
3192
fi
3193
kde_save_CFLAGS="$CFLAGS"
3194
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3195
 
3196
AC_TRY_LINK(dnl
3197
    [
3198
    #include<png.h>
3199
    ],
3200
    [
3201
    png_structp png_ptr = png_create_read_struct(  /* image ptr */
3202
		PNG_LIBPNG_VER_STRING, 0, 0, 0 );
3203
    return( png_ptr != 0 );
3204
    ],
3205
    eval "ac_cv_lib_png='-lpng $LIBZ -lm'",
3206
    eval "ac_cv_lib_png=no"
3207
)
3208
LIBS="$kde_save_LIBS"
3209
CFLAGS="$kde_save_CFLAGS"
3210
])dnl
3211
if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
3212
  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
3213
  LIBPNG="$ac_cv_lib_png"
3214
  AC_SUBST(LIBPNG)
3215
  AC_MSG_RESULT($ac_cv_lib_png)
3216
else
3217
  AC_MSG_RESULT(no)
3218
  LIBPNG=""
3219
  AC_SUBST(LIBPNG)
3220
fi
3221
])
155 andreas 3222
m4trace:acinclude.m4:2842: -1- AC_DEFUN([AC_FIND_JASPER], [
151 andreas 3223
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
3224
AC_REQUIRE([AC_FIND_JPEG])
3225
AC_MSG_CHECKING([for jasper])
3226
AC_CACHE_VAL(ac_cv_jasper,
3227
[
3228
kde_save_LIBS="$LIBS"
3229
LIBS="$LIBS $all_libraries $USER_LDFLAGS -ljasper $LIBJPEG -lm"
3230
kde_save_CFLAGS="$CFLAGS"
3231
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
3232
 
3233
AC_TRY_LINK(dnl
3234
    [
3235
    #include<jasper/jasper.h>
3236
    ],
3237
    [
3238
    return( jas_init() );
3239
    ],
3240
    eval "ac_cv_jasper='-ljasper $LIBJPEG -lm'",
3241
    eval "ac_cv_jasper=no"
3242
)
3243
LIBS="$kde_save_LIBS"
3244
CFLAGS="$kde_save_CFLAGS"
3245
])dnl
3246
if eval "test ! \"`echo $ac_cv_jasper`\" = no"; then
3247
  AC_DEFINE_UNQUOTED(HAVE_JASPER, 1, [Define if you have jasper])
3248
  LIB_JASPER="$ac_cv_jasper"
3249
  AC_MSG_RESULT($ac_cv_jasper)
3250
else
3251
  AC_MSG_RESULT(no)
3252
  LIB_JASPER=""
3253
fi
3254
AC_SUBST(LIB_JASPER)
3255
])
155 andreas 3256
m4trace:acinclude.m4:2878: -1- AC_DEFUN([AC_CHECK_BOOL], [
151 andreas 3257
  AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
3258
])
155 andreas 3259
m4trace:acinclude.m4:2883: -1- AC_DEFUN([AC_CHECK_GNU_EXTENSIONS], [
151 andreas 3260
AC_MSG_CHECKING(if you need GNU extensions)
3261
AC_CACHE_VAL(ac_cv_gnu_extensions,
3262
[
3263
cat > conftest.c << EOF
3264
#include <features.h>
3265
 
3266
#ifdef __GNU_LIBRARY__
3267
yes
3268
#endif
3269
EOF
3270
 
3271
if (eval "$ac_cpp conftest.c") 2>&5 |
3272
  egrep "yes" >/dev/null 2>&1; then
3273
  rm -rf conftest*
3274
  ac_cv_gnu_extensions=yes
3275
else
3276
  ac_cv_gnu_extensions=no
3277
fi
3278
])
3279
 
3280
AC_MSG_RESULT($ac_cv_gnu_extensions)
3281
if test "$ac_cv_gnu_extensions" = "yes"; then
3282
  AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
3283
fi
3284
])
155 andreas 3285
m4trace:acinclude.m4:2911: -1- AC_DEFUN([KDE_CHECK_COMPILER_FLAG], [
151 andreas 3286
AC_MSG_CHECKING([whether $CXX supports -$1])
3287
kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3288
AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
3289
[
3290
  AC_LANG_SAVE
3291
  AC_LANG_CPLUSPLUS
3292
  save_CXXFLAGS="$CXXFLAGS"
3293
  CXXFLAGS="$CXXFLAGS -$1"
3294
  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cxx_$kde_cache=yes"], [])
3295
  CXXFLAGS="$save_CXXFLAGS"
3296
  AC_LANG_RESTORE
3297
])
3298
if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
3299
 AC_MSG_RESULT(yes)
3300
 :
3301
 $2
3302
else
3303
 AC_MSG_RESULT(no)
3304
 :
3305
 $3
3306
fi
3307
])
155 andreas 3308
m4trace:acinclude.m4:2936: -1- AC_DEFUN([KDE_CHECK_C_COMPILER_FLAG], [
151 andreas 3309
AC_MSG_CHECKING([whether $CC supports -$1])
3310
kde_cache=`echo $1 | sed 'y% .=/+-,%____p__%'`
3311
AC_CACHE_VAL(kde_cv_prog_cc_$kde_cache,
3312
[
3313
  AC_LANG_SAVE
3314
  AC_LANG_C
3315
  save_CFLAGS="$CFLAGS"
3316
  CFLAGS="$CFLAGS -$1"
3317
  AC_TRY_LINK([],[ return 0; ], [eval "kde_cv_prog_cc_$kde_cache=yes"], [])
3318
  CFLAGS="$save_CFLAGS"
3319
  AC_LANG_RESTORE
3320
])
3321
if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
3322
 AC_MSG_RESULT(yes)
3323
 :
3324
 $2
3325
else
3326
 AC_MSG_RESULT(no)
3327
 :
3328
 $3
3329
fi
3330
])
155 andreas 3331
m4trace:acinclude.m4:2965: -1- AC_DEFUN([AC_REMOVE_FORBIDDEN], [ __val=$$1
151 andreas 3332
  __forbid=" $2 "
3333
  if test -n "$__val"; then
3334
    __new=""
3335
    ac_save_IFS=$IFS
3336
    IFS=" 	"
3337
    for i in $__val; do
3338
      case "$__forbid" in
3339
        *" $i "*) AC_MSG_WARN([found forbidden $i in $1, removing it]) ;;
3340
	*) # Careful to not add spaces, where there were none, because otherwise
3341
	   # libtool gets confused, if we change e.g. CXX
3342
	   if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;;
3343
      esac
3344
    done
3345
    IFS=$ac_save_IFS
3346
    $1=$__new
3347
  fi
3348
])
155 andreas 3349
m4trace:acinclude.m4:2986: -1- AC_DEFUN([KDE_CHECK_FOR_BAD_COMPILER], [
151 andreas 3350
  AC_MSG_CHECKING([whether $CC is blacklisted])
3351
 
3352
  dnl In theory we have tu run this test against $CC and $CXX
3353
  dnl in C and in C++ mode, because its perfectly legal for
3354
  dnl the user to mix compiler versions, since C has a defined
3355
  dnl ABI. 
3356
  dnl 
3357
  dnl For now, we assume the user is not on crack.
3358
 
3359
  AC_TRY_COMPILE([
3360
#ifdef __GNUC__
3361
#if __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 0
3362
choke me
3363
#endif
3364
#endif
3365
], ,
3366
  kde_bad_compiler=no, 
3367
  kde_bad_compiler=yes
3368
)
3369
 
3370
  AC_MSG_RESULT($kde_bad_compiler)
3371
 
3372
if test "$kde_bad_compiler" = "yes"; then
3373
  AC_MSG_ERROR([
3374
 
3375
This particular compiler version is blacklisted because it
3376
is known to miscompile KDE. Please use a newer version, or
3377
if that is not yet available, choose an older version. 
3378
 
3379
Please do not report a bug or bother us reporting this
3380
configure error. We know about it, and we introduced
3381
it by intention to avoid untraceable bugs or crashes in KDE.
3382
 
3383
])
3384
fi
3385
 
3386
])
155 andreas 3387
m4trace:acinclude.m4:3027: -1- AC_DEFUN([KDE_CHECK_FOR_OPT_NOINLINE_MATCH], [
151 andreas 3388
  AC_CACHE_CHECK([whether system headers can cope with -O2 -fno-inline],
3389
    kde_cv_opt_noinline_match,
3390
  [
3391
  kde_cv_opt_noinline_match=irrelevant
3392
  dnl if we don't use both -O2 and -fno-inline, this check is moot
3393
  if echo "$CFLAGS" | grep -e -O2 >/dev/null 2>/dev/null \
3394
     && echo "$CFLAGS" | grep -e -fno-inline >/dev/null 2>/dev/null ; then
3395
 
3396
    ac_cflags_save="$CFLAGS"
3397
    CFLAGS="$CFLAGS -D_USE_GNU"
3398
 
3399
    AC_TRY_LINK([
3400
  #include <string.h>
3401
], [  const char *pt, *et;
3402
  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 ,  ";,"  )); }) ;
3403
],
3404
    kde_cv_opt_noinline_match=yes,
3405
    kde_cv_opt_noinline_match=no
3406
    )
3407
 
3408
    CFLAGS="$ac_cflags_save"
3409
  fi
3410
  ])
3411
])
155 andreas 3412
m4trace:acinclude.m4:3056: -1- AC_DEFUN([AC_VALIDIFY_CXXFLAGS], [dnl
151 andreas 3413
if test "x$kde_use_qt_emb" != "xyes"; then
3414
 AC_REMOVE_FORBIDDEN(CXX, [-fno-rtti -rpath])
3415
 AC_REMOVE_FORBIDDEN(CXXFLAGS, [-fno-rtti -rpath])
3416
else
3417
 AC_REMOVE_FORBIDDEN(CXX, [-rpath])
3418
 AC_REMOVE_FORBIDDEN(CXXFLAGS, [-rpath])
3419
fi
3420
])
155 andreas 3421
m4trace:acinclude.m4:3067: -1- AC_DEFUN([AC_CHECK_COMPILERS], [
151 andreas 3422
  AC_ARG_ENABLE(debug,
3423
	        AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]),
3424
  [
3425
    case $enableval in
3426
      yes)
3427
        kde_use_debug_code="yes"
3428
        kde_use_debug_define=no
3429
        ;;
3430
      full)
3431
        kde_use_debug_code="full"
3432
        kde_use_debug_define=no
3433
        ;;
3434
      *)
3435
        kde_use_debug_code="no"
3436
        kde_use_debug_define=yes
3437
        ;;
3438
    esac
3439
  ], 
3440
    [kde_use_debug_code="no"
3441
      kde_use_debug_define=no
3442
  ])
3443
 
3444
  dnl Just for configure --help
3445
  AC_ARG_ENABLE(dummyoption,
3446
	        AC_HELP_STRING([--disable-debug],
3447
	  		       [disables debug output and debug symbols [default=no]]),
3448
		[],[])
3449
 
3450
  AC_ARG_ENABLE(strict,
3451
		AC_HELP_STRING([--enable-strict],
3452
			      [compiles with strict compiler options (may not work!)]),
3453
   [
3454
    if test $enableval = "no"; then
3455
         kde_use_strict_options="no"
3456
       else
3457
         kde_use_strict_options="yes"
3458
    fi
3459
   ], [kde_use_strict_options="no"])
3460
 
3461
  AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similar]),
3462
   [
3463
    if test $enableval = "no"; then
3464
         kde_use_warnings="no"
3465
       else
3466
         kde_use_warnings="yes"
3467
    fi
3468
   ], [kde_use_warnings="yes"])
3469
 
3470
  dnl enable warnings for debug build
3471
  if test "$kde_use_debug_code" != "no"; then
3472
    kde_use_warnings=yes
3473
  fi
3474
 
3475
  AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]),
3476
    [kde_use_profiling=$enableval],
3477
    [kde_use_profiling="no"]
3478
  )
3479
 
3480
  dnl this prevents stupid AC_PROG_CC to add "-g" to the default CFLAGS
3481
  CFLAGS=" $CFLAGS"
3482
 
3483
  AC_PROG_CC 
3484
 
3485
  AC_PROG_CPP
3486
 
3487
  if test "$GCC" = "yes"; then
3488
    if test "$kde_use_debug_code" != "no"; then
3489
      if test $kde_use_debug_code = "full"; then
3490
        CFLAGS="-g3 -fno-inline $CFLAGS"
3491
      else
3492
        CFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CFLAGS"
3493
      fi
3494
    else
3495
      CFLAGS="-O2 $CFLAGS"
3496
    fi
3497
  fi
3498
 
3499
  if test "$kde_use_debug_define" = "yes"; then
3500
    CFLAGS="-DNDEBUG $CFLAGS"
3501
  fi
3502
 
3503
 
3504
  case "$host" in
3505
  *-*-sysv4.2uw*) CFLAGS="-D_UNIXWARE $CFLAGS";;
3506
  *-*-sysv5uw7*) CFLAGS="-D_UNIXWARE7 $CFLAGS";;
3507
  esac
3508
 
3509
  if test -z "$LDFLAGS" && test "$kde_use_debug_code" = "no" && test "$GCC" = "yes"; then
3510
     LDFLAGS=""
3511
  fi
3512
 
3513
  CXXFLAGS=" $CXXFLAGS"
3514
 
3515
  AC_PROG_CXX
3516
 
3517
  KDE_CHECK_FOR_BAD_COMPILER
3518
 
3519
  if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
3520
    if test "$kde_use_debug_code" != "no"; then
3521
      if test "$CXX" = "KCC"; then
3522
        CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
3523
      else
3524
        if test "$kde_use_debug_code" = "full"; then
3525
          CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
3526
        else
3527
          CXXFLAGS="-g -O2 -fno-schedule-insns -fno-inline $CXXFLAGS"
3528
        fi
3529
      fi
3530
      KDE_CHECK_COMPILER_FLAG(fno-builtin,[CXXFLAGS="-fno-builtin $CXXFLAGS"])
3531
 
3532
      dnl convenience compiler flags
3533
      KDE_CHECK_COMPILER_FLAG(Woverloaded-virtual, [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
3534
      AC_SUBST(WOVERLOADED_VIRTUAL)
3535
    else
3536
      if test "$CXX" = "KCC"; then
3537
        CXXFLAGS="+K3 $CXXFLAGS"
3538
      else
3539
        CXXFLAGS="-O2 $CXXFLAGS"
3540
      fi
3541
    fi
3542
  fi
3543
 
3544
  if test "$kde_use_debug_define" = "yes"; then
3545
    CXXFLAGS="-DNDEBUG -DNO_DEBUG $CXXFLAGS"
3546
  fi  
3547
 
3548
  if test "$kde_use_profiling" = "yes"; then
3549
    KDE_CHECK_COMPILER_FLAG(pg,
3550
    [
3551
      CFLAGS="-pg $CFLAGS"
3552
      CXXFLAGS="-pg $CXXFLAGS"
3553
    ])
3554
  fi
3555
 
3556
  if test "$kde_use_warnings" = "yes"; then
3557
      if test "$GCC" = "yes"; then
3558
        CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
3559
        case $host in
3560
          *-*-linux-gnu)	
3561
            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
3562
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
3563
            KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
3564
            KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
3565
          ;;
3566
        esac
3567
        KDE_CHECK_COMPILER_FLAG(Wundef,[CXXFLAGS="-Wundef $CXXFLAGS"])
3568
        KDE_CHECK_COMPILER_FLAG(Wno-long-long,[CXXFLAGS="-Wno-long-long $CXXFLAGS"])
3569
        dnl ### FIXME: revert for KDE 4
3570
        KDE_CHECK_COMPILER_FLAG(Wno-non-virtual-dtor,[CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
3571
     fi
3572
  fi
3573
 
3574
  if test "$GXX" = "yes" && test "$kde_use_strict_options" = "yes"; then
3575
    CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
3576
  fi
3577
 
3578
  AC_ARG_ENABLE(pch,
3579
     AC_HELP_STRING([--enable-pch],
3580
                    [enables precompiled header support (currently only KCC or gcc >=3.4+unsermake) [default=no]]),
3581
    [ kde_use_pch=$enableval ],[ kde_use_pch=no ])
3582
 
3583
  HAVE_GCC_VISIBILITY=0
3584
  AC_SUBST([HAVE_GCC_VISIBILITY])
3585
 
3586
  if test "$GXX" = "yes"; then
3587
    gcc_no_reorder_blocks=NO
3588
    KDE_CHECK_COMPILER_FLAG(fno-reorder-blocks,[gcc_no_reorder_blocks=YES])
3589
    if test $kde_use_debug_code != "no" && \
3590
       test $kde_use_debug_code != "full" && \
3591
       test "YES" = "$gcc_no_reorder_blocks" ; then
3592
          CXXFLAGS="$CXXFLAGS -fno-reorder-blocks"
3593
          CFLAGS="$CFLAGS -fno-reorder-blocks"
3594
    fi
3595
    KDE_CHECK_COMPILER_FLAG(fno-exceptions,[CXXFLAGS="$CXXFLAGS -fno-exceptions"])
3596
    KDE_CHECK_COMPILER_FLAG(fno-check-new, [CXXFLAGS="$CXXFLAGS -fno-check-new"])
3597
    KDE_CHECK_COMPILER_FLAG(fno-common, [CXXFLAGS="$CXXFLAGS -fno-common"])
3598
    KDE_CHECK_COMPILER_FLAG(fexceptions, [USE_EXCEPTIONS="-fexceptions"], USE_EXCEPTIONS=	)
3599
    ENABLE_PERMISSIVE_FLAG="-fpermissive"
3600
 
3601
    if test "$kde_use_pch" = "yes"; then
3602
        AC_MSG_CHECKING(whether gcc supports precompiling c header files)
3603
        echo >conftest.h
3604
        if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
3605
            kde_gcc_supports_pch=yes
3606
            AC_MSG_RESULT(yes)
3607
        else
3608
            kde_gcc_supports_pch=no
3609
            AC_MSG_RESULT(no)
3610
        fi
3611
        if test "$kde_gcc_supports_pch" = "yes"; then
3612
            AC_MSG_CHECKING(whether gcc supports precompiling c++ header files)
3613
            if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
3614
                kde_gcc_supports_pch=yes
3615
                AC_MSG_RESULT(yes)
3616
            else
3617
                kde_gcc_supports_pch=no
3618
                AC_MSG_RESULT(no)
3619
            fi
3620
        fi
3621
        rm -f conftest.h conftest.h.gch
3622
    fi
3623
 
3624
    KDE_CHECK_FOR_OPT_NOINLINE_MATCH
3625
    if test "x$kde_cv_opt_noinline_match" = "xno" ; then
3626
       CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
3627
    fi
3628
  fi
3629
  AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes")
3630
  if test "$CXX" = "KCC"; then
3631
    dnl unfortunately we currently cannot disable exception support in KCC
3632
    dnl because doing so is binary incompatible and Qt by default links with exceptions :-(
3633
    dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"])
3634
    dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS=	)
3635
 
3636
    if test "$kde_use_pch" = "yes"; then
3637
      dnl TODO: support --pch-dir!
3638
      KDE_CHECK_COMPILER_FLAG(-pch,[CXXFLAGS="$CXXFLAGS --pch"])
3639
      dnl the below works (but the dir must exist), but it's
3640
      dnl useless for a whole package.
3641
      dnl The are precompiled headers for each source file, so when compiling
3642
      dnl from scratch, it doesn't make a difference, and they take up
3643
      dnl around ~5Mb _per_ sourcefile.
3644
      dnl KDE_CHECK_COMPILER_FLAG(-pch_dir /tmp,
3645
      dnl   [CXXFLAGS="$CXXFLAGS --pch_dir `pwd`/pcheaders"])
3646
    fi
3647
    dnl this flag controls inlining. by default KCC inlines in optimisation mode
3648
    dnl all implementations that are defined inside the class {} declaration. 
3649
    dnl because of templates-compatibility with broken gcc compilers, this
3650
    dnl can cause excessive inlining. This flag limits it to a sane level
3651
    KDE_CHECK_COMPILER_FLAG(-inline_keyword_space_time=6,[CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
3652
    KDE_CHECK_COMPILER_FLAG(-inline_auto_space_time=2,[CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
3653
    KDE_CHECK_COMPILER_FLAG(-inline_implicit_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"])
3654
    KDE_CHECK_COMPILER_FLAG(-inline_generated_space_time=2.0,[CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"])
3655
    dnl Some source files are shared between multiple executables
3656
    dnl (or libraries) and some of those need template instantiations.
3657
    dnl In that case KCC needs to compile those sources with
3658
    dnl --one_instantiation_per_object.  To make it easy for us we compile
3659
    dnl _all_ objects with that flag (--one_per is a shorthand).
3660
    KDE_CHECK_COMPILER_FLAG(-one_per, [CXXFLAGS="$CXXFLAGS --one_per"])
3661
  fi
3662
  AC_SUBST(USE_EXCEPTIONS)
3663
  dnl obsolete macro - provided to keep things going
3664
  USE_RTTI=
3665
  AC_SUBST(USE_RTTI)
3666
 
3667
  case "$host" in
3668
      *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
3669
      *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
3670
      *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
3671
      *-*-solaris*) 
3672
        if test "$GXX" = yes; then
3673
          libstdcpp=`$CXX -print-file-name=libstdc++.so`
3674
          if test ! -f $libstdcpp; then
3675
             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])
3676
          fi
3677
        fi
3678
        ;;
3679
  esac
3680
 
3681
  AC_VALIDIFY_CXXFLAGS
3682
 
3683
  AC_PROG_CXXCPP
3684
 
3685
  if test "$GCC" = yes; then
3686
     NOOPT_CFLAGS=-O0
3687
  fi
3688
  KDE_CHECK_COMPILER_FLAG(O0,[NOOPT_CXXFLAGS=-O0])
3689
 
3690
  AC_ARG_ENABLE(coverage,
3691
    AC_HELP_STRING([--enable-coverage],[use gcc coverage testing]), [
3692
      if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
3693
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3694
        ac_coverage_linker="-lgcc"
3695
      elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
3696
        ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
3697
        ac_coverage_linker=""
3698
      else
3699
        AC_MSG_ERROR([coverage with your compiler is not supported])
3700
      fi
3701
      CFLAGS="$CFLAGS $ac_coverage_compiler"
3702
      CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
3703
      LDFLAGS="$LDFLAGS $ac_coverage_linker"
3704
    ])
3705
 
3706
  AC_SUBST(NOOPT_CXXFLAGS)
3707
  AC_SUBST(NOOPT_CFLAGS)
3708
  AC_SUBST(ENABLE_PERMISSIVE_FLAG)
3709
 
3710
  KDE_CHECK_NEW_LDFLAGS
3711
  KDE_CHECK_FINAL
3712
  KDE_CHECK_CLOSURE
3713
  KDE_CHECK_NMCHECK
3714
 
3715
  ifdef([AM_DEPENDENCIES], AC_REQUIRE([KDE_ADD_DEPENDENCIES]), [])
3716
])
155 andreas 3717
m4trace:acinclude.m4:3365: -1- AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], [
151 andreas 3718
    AC_CACHE_CHECK([for gcc -fvisibility-inlines-hidden bug], kde_cv_val_gcc_visibility_bug,
3719
      [
3720
        AC_LANG_SAVE
3721
        AC_LANG_CPLUSPLUS
3722
 
3723
        safe_CXXFLAGS=$CXXFLAGS
3724
        safe_LDFLAGS=$LDFLAGS
3725
        CXXFLAGS="$CXXFLAGS -fPIC -fvisibility-inlines-hidden -O0"
3726
        LDFLAGS="$LDFLAGS -shared -fPIC"
3727
 
3728
        AC_TRY_LINK(
3729
        [
3730
          /* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 */
3731
	  #include <string>
3732
          int some_function( void ) __attribute__ ((visibility("default")));
3733
          int some_function( void )
3734
          {
3735
	    std::string s("blafasel");
3736
            return 0;
3737
          }
3738
        ], [/* elvis is alive */],
3739
        kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes)
3740
 
3741
        CXXFLAGS=$safe_CXXFLAGS
3742
        LDFLAGS=$safe_LDFLAGS
3743
        AC_LANG_RESTORE
3744
      ]
3745
    )
3746
 
3747
    if test x$kde_cv_val_gcc_visibility_bug = xno; then
3748
      CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
3749
    fi
3750
 
3751
])
155 andreas 3752
m4trace:acinclude.m4:3402: -1- AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY], [
151 andreas 3753
  AC_BEFORE([AC_PATH_QT_1_3], [KDE_ENABLE_HIDDEN_VISIBILITY])
3754
 
3755
  AC_MSG_CHECKING([grepping for visibility push/pop in headers])
3756
 
3757
  if test "x$GXX" = "xyes"; then
3758
    AC_LANG_SAVE
3759
    AC_LANG_CPLUSPLUS
3760
    AC_EGREP_CPP(
3761
       [GCC visibility push],
3762
       [ #include <exception> 
3763
       ], 
3764
    [
3765
      AC_MSG_RESULT(yes)
3766
      kde_stdc_visibility_patched=yes ],
3767
    [ 
3768
      AC_MSG_RESULT(no)
3769
      AC_MSG_WARN([Your libstdc++ doesn't appear to be patched for 
3770
                   visibility support. Disabling -fvisibility=hidden])
3771
 
3772
      kde_stdc_visibility_patched=no ])
3773
 
3774
    AC_LANG_RESTORE
3775
 
3776
    kde_have_gcc_visibility=no
3777
    KDE_CHECK_COMPILER_FLAG(fvisibility=hidden, 
3778
    [
3779
      kde_have_gcc_visibility=yes
3780
      dnl the whole toolchain is just a mess, gcc is just too buggy
3781
      dnl to handle STL with visibility enabled. Lets reconsider 
3782
      dnl when gcc 4.2 is out or when things get fixed in the compiler.
3783
      dnl Contact mueller@kde.org for details.
3784
      AC_ARG_ENABLE(gcc-hidden-visibility,
3785
        AC_HELP_STRING([--enable-gcc-hidden-visibility],[toolchain hidden visibility [default=no]]),
3786
          [kde_have_gcc_visibility=$enableval],
3787
          [kde_have_gcc_visibility=no])
3788
 
3789
      AC_CACHE_CHECK([if Qt is patched for -fvisibility], kde_cv_val_qt_gcc_visibility_patched,
3790
        [
3791
          AC_LANG_SAVE
3792
          AC_LANG_CPLUSPLUS
3793
 
3794
          safe_CXXFLAGS=$CXXFLAGS
3795
          CXXFLAGS="$CXXFLAGS $all_includes"
3796
 
3797
          AC_TRY_COMPILE(
3798
          [
3799
#include <qglobal.h>
3800
#if Q_EXPORT - 0 != 0
3801
/* if this compiles, then Q_EXPORT is undefined */
3802
/* if Q_EXPORT is nonempty, this will break compilation */
3803
#endif
3804
          ], [/* elvis is alive */],
3805
          kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)
3806
 
3807
          CXXFLAGS=$safe_CXXFLAGS
3808
          AC_LANG_RESTORE
3809
        ]
3810
      )
3811
 
3812
      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
3813
        CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
3814
        KDE_CHECK_VISIBILITY_GCC_BUG
3815
        HAVE_GCC_VISIBILITY=1
3816
        AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
3817
      fi
3818
    ])
3819
  fi
3820
])
155 andreas 3821
m4trace:acinclude.m4:3473: -1- AC_DEFUN([KDE_ADD_DEPENDENCIES], [
151 andreas 3822
   [A]M_DEPENDENCIES(CC)
3823
   [A]M_DEPENDENCIES(CXX)
3824
])
155 andreas 3825
m4trace:acinclude.m4:3480: -1- AC_DEFUN([KDE_PROG_LIBTOOL], [
151 andreas 3826
AC_REQUIRE([AC_CHECK_COMPILERS])
3827
AC_REQUIRE([AC_ENABLE_SHARED])
3828
AC_REQUIRE([AC_ENABLE_STATIC])
3829
 
3830
AC_REQUIRE([AC_LIBTOOL_DLOPEN])
3831
AC_REQUIRE([KDE_CHECK_LIB64])
3832
 
3833
AC_OBJEXT
3834
AC_EXEEXT
3835
 
3836
AM_PROG_LIBTOOL
3837
AC_LIBTOOL_CXX
3838
 
3839
LIBTOOL_SHELL="/bin/sh ./libtool"
3840
#  LIBTOOL="$LIBTOOL --silent"
3841
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
3842
AC_SUBST(KDE_PLUGIN)
3843
 
3844
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs.
3845
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
3846
AC_SUBST(KDE_CHECK_PLUGIN)
3847
 
3848
# we patch configure quite some so we better keep that consistent for incremental runs 
3849
AC_SUBST(AUTOCONF,'$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure')
3850
])
155 andreas 3851
m4trace:acinclude.m4:3508: -1- AC_DEFUN([KDE_CHECK_LIB64], [
151 andreas 3852
    AC_ARG_ENABLE(libsuffix,
3853
        AC_HELP_STRING([--enable-libsuffix],
3854
            [/lib directory suffix (64,32,none,auto[=default])]),
3855
            kdelibsuff=$enableval, kdelibsuff="auto")
3856
 
3857
    if test "$kdelibsuff" = "auto"; then
3858
 
3859
cat > conftest.c << EOF
3860
#include <stdio.h>
3861
int main() {
3862
 return 0;
3863
}
3864
EOF
3865
        kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
3866
    s,.*/lib\([[^\/]]*\)/.*,\1, 
3867
    p 
3868
}'`
3869
	rm -rf conftest.*
3870
    fi	
3871
 
3872
    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
3873
       kdelibsuff=
3874
    fi
3875
    if test -z "$kdelibsuff"; then
3876
        AC_MSG_RESULT([not using lib directory suffix])
3877
        AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
3878
    else
3879
        if test "$libdir" = '${exec_prefix}/lib'; then
3880
            libdir="$libdir${kdelibsuff}"
3881
            AC_SUBST([libdir], ["$libdir"])  dnl ugly hack for lib64 platforms
3882
        fi
3883
        AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
3884
        AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
3885
    fi
3886
])
155 andreas 3887
m4trace:acinclude.m4:3546: -1- AC_DEFUN([KDE_CHECK_TYPES], [  AC_CHECK_SIZEOF(int, 4)dnl
151 andreas 3888
   AC_CHECK_SIZEOF(short)dnl
3889
  AC_CHECK_SIZEOF(long, 4)dnl
3890
  AC_CHECK_SIZEOF(char *, 4)dnl
3891
])
155 andreas 3892
m4trace:acinclude.m4:3554: -1- AC_DEFUN([KDE_DO_IT_ALL], [
151 andreas 3893
AC_CANONICAL_SYSTEM
3894
AC_ARG_PROGRAM
3895
AM_INIT_AUTOMAKE($1, $2)
3896
AM_DISABLE_LIBRARIES
3897
AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
3898
AC_CHECK_COMPILERS
3899
KDE_PROG_LIBTOOL
3900
AM_KDE_WITH_NLS
3901
AC_PATH_KDE
3902
])
155 andreas 3903
m4trace:acinclude.m4:3567: -1- AC_DEFUN([AC_CHECK_RPATH], [
151 andreas 3904
AC_MSG_CHECKING(for rpath)
3905
AC_ARG_ENABLE(rpath,
3906
      AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]),
3907
      USE_RPATH=$enableval, USE_RPATH=yes)
3908
 
3909
if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
3910
 
3911
  KDE_RPATH="-R \$(libdir)"
3912
 
3913
  if test "$kde_libraries" != "$libdir"; then
3914
      KDE_RPATH="$KDE_RPATH -R \$(kde_libraries)"
3915
  fi
3916
 
3917
  if test -n "$qt_libraries"; then
3918
    KDE_RPATH="$KDE_RPATH -R \$(qt_libraries)"
3919
  fi
3920
  dnl $x_libraries is set to /usr/lib in case
3921
  if test -n "$X_LDFLAGS"; then
3922
    X_RPATH="-R \$(x_libraries)"
3923
    KDE_RPATH="$KDE_RPATH $X_RPATH"
3924
  fi
3925
  if test -n "$KDE_EXTRA_RPATH"; then
3926
    KDE_RPATH="$KDE_RPATH \$(KDE_EXTRA_RPATH)"
3927
  fi
3928
fi
3929
AC_SUBST(KDE_EXTRA_RPATH)
3930
AC_SUBST(KDE_RPATH)
3931
AC_SUBST(X_RPATH)
3932
AC_MSG_RESULT($USE_RPATH)
3933
])
155 andreas 3934
m4trace:acinclude.m4:3601: -1- AC_DEFUN([AC_CHECK_SOCKLEN_T], [
151 andreas 3935
   AC_MSG_CHECKING(for socklen_t)
3936
   AC_CACHE_VAL(kde_cv_socklen_t,
3937
   [
3938
      AC_LANG_PUSH(C++)
3939
      kde_cv_socklen_t=no
3940
      AC_TRY_COMPILE([
3941
         #include <sys/types.h>
3942
         #include <sys/socket.h>
3943
      ],
3944
      [
3945
         socklen_t len;
3946
         getpeername(0,0,&len);
3947
      ],
3948
      [
3949
         kde_cv_socklen_t=yes
3950
         kde_cv_socklen_t_equiv=socklen_t
3951
      ])
3952
      AC_LANG_POP(C++)
3953
   ])
3954
   AC_MSG_RESULT($kde_cv_socklen_t)
3955
   if test $kde_cv_socklen_t = no; then
3956
      AC_MSG_CHECKING([for socklen_t equivalent for socket functions])
3957
      AC_CACHE_VAL(kde_cv_socklen_t_equiv,
3958
      [
3959
         kde_cv_socklen_t_equiv=int
3960
         AC_LANG_PUSH(C++)
3961
         for t in int size_t unsigned long "unsigned long"; do
3962
            AC_TRY_COMPILE([
3963
               #include <sys/types.h>
3964
               #include <sys/socket.h>
3965
            ],
3966
            [
3967
               $t len;
3968
               getpeername(0,0,&len);
3969
            ],
3970
            [
3971
               kde_cv_socklen_t_equiv="$t"
3972
               break
3973
            ])
3974
         done
3975
         AC_LANG_POP(C++)
3976
      ])
3977
      AC_MSG_RESULT($kde_cv_socklen_t_equiv)
3978
   fi
3979
   AC_DEFINE_UNQUOTED(kde_socklen_t, $kde_cv_socklen_t_equiv,
3980
                     [type to use in place of socklen_t if not defined])
3981
   AC_DEFINE_UNQUOTED(ksize_t, $kde_cv_socklen_t_equiv,
3982
                     [type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t)])
3983
])
155 andreas 3984
m4trace:acinclude.m4:3669: -1- AC_DEFUN([AM_KDE_WITH_NLS], [
151 andreas 3985
    dnl If we use NLS figure out what method
3986
 
3987
    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
3988
        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
3989
    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
3990
 
3991
     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
3992
        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
3993
        GMSGFMT=":"
3994
      fi
3995
      MSGFMT=$GMSGFMT
3996
      AC_SUBST(GMSGFMT)
3997
      AC_SUBST(MSGFMT)
3998
 
3999
      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
4000
	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4001
 
4002
      dnl Test whether we really found GNU xgettext.
4003
      if test "$XGETTEXT" != ":"; then
4004
	dnl If it is no GNU xgettext we define it as : so that the
4005
	dnl Makefiles still can work.
4006
	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4007
	  : ;
4008
	else
4009
	  AC_MSG_RESULT(
4010
	    [found xgettext programs is not GNU xgettext; ignore it])
4011
	  XGETTEXT=":"
4012
	fi
4013
      fi
4014
     AC_SUBST(XGETTEXT)
4015
 
4016
  ])
155 andreas 4017
m4trace:acinclude.m4:3712: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], [# Extract the first word of "$2", so it can be a program name with args.
151 andreas 4018
set dummy $2; ac_word=[$]2
4019
AC_MSG_CHECKING([for $ac_word])
4020
AC_CACHE_VAL(ac_cv_path_$1,
4021
[case "[$]$1" in
4022
  /*)
4023
  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4024
  ;;
4025
  *)
4026
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4027
  for ac_dir in ifelse([$5], , $PATH, [$5]); do
4028
    test -z "$ac_dir" && ac_dir=.
4029
    if test -f $ac_dir/$ac_word; then
4030
      if [$3]; then
4031
	ac_cv_path_$1="$ac_dir/$ac_word"
4032
	break
4033
      fi
4034
    fi
4035
  done
4036
  IFS="$ac_save_ifs"
4037
dnl If no 4th arg is given, leave the cache variable unset,
4038
dnl so AC_PATH_PROGS will keep looking.
4039
ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4040
])dnl
4041
  ;;
4042
esac])dnl
4043
$1="$ac_cv_path_$1"
4044
if test -n "[$]$1"; then
4045
  AC_MSG_RESULT([$]$1)
4046
else
4047
  AC_MSG_RESULT(no)
4048
fi
4049
AC_SUBST($1)dnl
4050
])
155 andreas 4051
m4trace:acinclude.m4:3754: -1- AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then
151 andreas 4052
    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
4053
      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
4054
       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
4055
    if test $am_cv_val_LC_MESSAGES = yes; then
4056
      AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your locale.h file contains LC_MESSAGES])
4057
    fi
4058
  fi])
155 andreas 4059
m4trace:acinclude.m4:3767: -1- AC_DEFUN([AM_FUNC_OBSTACK], [AC_CACHE_CHECK([for obstacks], am_cv_func_obstack,
151 andreas 4060
 [AC_TRY_LINK([#include "obstack.h"],
4061
	      [struct obstack *mem;obstack_free(mem,(char *) 0)],
4062
	      am_cv_func_obstack=yes,
4063
	      am_cv_func_obstack=no)])
4064
 if test $am_cv_func_obstack = yes; then
4065
   AC_DEFINE(HAVE_OBSTACK)
4066
 else
4067
   LIBOBJS="$LIBOBJS obstack.o"
4068
 fi
4069
])
155 andreas 4070
m4trace:acinclude.m4:3783: -1- AC_DEFUN([AM_FUNC_ERROR_AT_LINE], [AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
151 andreas 4071
 [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
4072
              am_cv_lib_error_at_line=yes,
4073
	      am_cv_lib_error_at_line=no)])
4074
 if test $am_cv_lib_error_at_line = no; then
4075
   LIBOBJS="$LIBOBJS error.o"
4076
 fi
4077
 AC_SUBST(LIBOBJS)dnl
4078
])
155 andreas 4079
m4trace:acinclude.m4:3800: -1- AC_DEFUN([AM_KDE_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
151 andreas 4080
   AC_REQUIRE([AC_PROG_RANLIB])dnl
4081
   AC_REQUIRE([AC_HEADER_STDC])dnl
4082
   AC_REQUIRE([AC_TYPE_OFF_T])dnl
4083
   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
4084
   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
4085
   AC_REQUIRE([AC_FUNC_MMAP])dnl
4086
   AC_REQUIRE([AM_KDE_WITH_NLS])dnl
4087
   AC_CHECK_HEADERS([limits.h locale.h nl_types.h string.h values.h alloca.h])
4088
   AC_CHECK_FUNCS([getcwd munmap putenv setlocale strchr strcasecmp \
4089
__argz_count __argz_stringify __argz_next])
4090
 
4091
   AC_MSG_CHECKING(for stpcpy)
4092
   AC_CACHE_VAL(kde_cv_func_stpcpy,
4093
   [
4094
   kde_safe_cxxflags=$CXXFLAGS
4095
   CXXFLAGS="-Werror"
4096
   AC_LANG_SAVE
4097
   AC_LANG_CPLUSPLUS
4098
   AC_TRY_COMPILE([
4099
   #include <string.h>
4100
   ],
4101
   [
4102
   char buffer[200];
4103
   stpcpy(buffer, buffer);
4104
   ],
4105
   kde_cv_func_stpcpy=yes,
4106
   kde_cv_func_stpcpy=no)
4107
   AC_LANG_RESTORE
4108
   CXXFLAGS=$kde_safe_cxxflags
4109
   ])
4110
   AC_MSG_RESULT($kde_cv_func_stpcpy)
4111
   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
4112
     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
4113
   fi
4114
 
4115
   AM_LC_MESSAGES
4116
 
4117
   if test "x$CATOBJEXT" != "x"; then
4118
     if test "x$ALL_LINGUAS" = "x"; then
4119
       LINGUAS=
4120
     else
4121
       AC_MSG_CHECKING(for catalogs to be installed)
4122
       NEW_LINGUAS=
4123
       for lang in ${LINGUAS=$ALL_LINGUAS}; do
4124
         case "$ALL_LINGUAS" in
4125
          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4126
         esac
4127
       done
4128
       LINGUAS=$NEW_LINGUAS
4129
       AC_MSG_RESULT($LINGUAS)
4130
     fi
4131
 
4132
     dnl Construct list of names of catalog files to be constructed.
4133
     if test -n "$LINGUAS"; then
4134
       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4135
     fi
4136
   fi
4137
 
4138
  ])
155 andreas 4139
m4trace:acinclude.m4:3862: -1- AC_DEFUN([AC_HAVE_XPM], [AC_REQUIRE_CPP()dnl
151 andreas 4140
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4141
 
4142
 test -z "$XPM_LDFLAGS" && XPM_LDFLAGS=
4143
 test -z "$XPM_INCLUDE" && XPM_INCLUDE=
4144
 
4145
 AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]),
4146
	xpm_test=$withval, xpm_test="yes")
4147
 if test "x$xpm_test" = xno; then
4148
   ac_cv_have_xpm=no
4149
 else
4150
   AC_MSG_CHECKING(for XPM)
4151
   AC_CACHE_VAL(ac_cv_have_xpm,
4152
   [
4153
    ac_save_ldflags="$LDFLAGS"
4154
    ac_save_cflags="$CFLAGS"
4155
    if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
4156
      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm -lX11 -lXext $LIBZ $LIBSOCKET"
4157
    else
4158
      LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS $LDFLAGS $XPM_LDFLAGS $all_libraries -lXpm $LIBZ $LIBSOCKET"
4159
    fi
4160
    CFLAGS="$CFLAGS $X_INCLUDES $USER_INCLUDES"
4161
    test -n "$XPM_INCLUDE" && CFLAGS="-I$XPM_INCLUDE $CFLAGS"
4162
    AC_TRY_LINK([#include <X11/xpm.h>],[],
4163
	ac_cv_have_xpm="yes",ac_cv_have_xpm="no")
4164
    LDFLAGS="$ac_save_ldflags"
4165
    CFLAGS="$ac_save_cflags"
4166
   ])dnl
4167
 
4168
  if test "$ac_cv_have_xpm" = no; then
4169
    AC_MSG_RESULT(no)
4170
    XPM_LDFLAGS=""
4171
    XPMINC=""
4172
    $2
4173
  else
4174
    AC_DEFINE(HAVE_XPM, 1, [Define if you have XPM support])
4175
    if test "$XPM_LDFLAGS" = ""; then
4176
       XPMLIB='-lXpm $(LIB_X11)'
4177
    else
4178
       XPMLIB="-L$XPM_LDFLAGS -lXpm "'$(LIB_X11)'
4179
    fi
4180
    if test "$XPM_INCLUDE" = ""; then
4181
       XPMINC=""
4182
    else
4183
       XPMINC="-I$XPM_INCLUDE"
4184
    fi
4185
    AC_MSG_RESULT(yes)
4186
    $1
4187
  fi
4188
 fi
4189
 AC_SUBST(XPMINC)
4190
 AC_SUBST(XPMLIB)
4191
])
155 andreas 4192
m4trace:acinclude.m4:3917: -1- AC_DEFUN([AC_HAVE_DPMS], [AC_REQUIRE_CPP()dnl
151 andreas 4193
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4194
 
4195
 test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS=
4196
 test -z "$DPMS_INCLUDE" && DPMS_INCLUDE=
4197
 DPMS_LIB=
4198
 
4199
 AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]),
4200
	dpms_test=$withval, dpms_test="yes")
4201
 if test "x$dpms_test" = xno; then
4202
   ac_cv_have_dpms=no
4203
 else
4204
   AC_MSG_CHECKING(for DPMS)
4205
   dnl Note: ac_cv_have_dpms can be no, yes, or -lXdpms.
4206
   dnl 'yes' means DPMS_LIB="", '-lXdpms' means DPMS_LIB="-lXdpms".
4207
   AC_CACHE_VAL(ac_cv_have_dpms,
4208
   [
4209
    if test "x$kde_use_qt_emb" = "xyes" || test "x$kde_use_qt_mac" = "xyes"; then
4210
      AC_MSG_RESULT(no)
4211
      ac_cv_have_dpms="no"
4212
    else
4213
      ac_save_ldflags="$LDFLAGS"
4214
      ac_save_cflags="$CFLAGS"
4215
      ac_save_libs="$LIBS"
4216
      LDFLAGS="$LDFLAGS $DPMS_LDFLAGS $all_libraries"
4217
      LIBS="-lX11 -lXext $LIBSOCKET"
4218
      CFLAGS="$CFLAGS $X_INCLUDES"
4219
      test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4220
      AC_TRY_LINK([
4221
	  #include <X11/Xproto.h>
4222
	  #include <X11/X.h>
4223
	  #include <X11/Xlib.h>
4224
	  #include <X11/extensions/dpms.h>
4225
	  int foo_test_dpms()
4226
	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4227
	  ac_cv_have_dpms="yes", [
4228
              LIBS="-lXdpms $LIBS"
4229
              AC_TRY_LINK([
4230
	          #include <X11/Xproto.h>
4231
        	  #include <X11/X.h>
4232
        	  #include <X11/Xlib.h>
4233
        	  #include <X11/extensions/dpms.h>
4234
        	  int foo_test_dpms()
4235
        	  { return DPMSSetTimeouts( 0, 0, 0, 0 ); }],[],
4236
        	  [
4237
                  ac_cv_have_dpms="-lXdpms"
4238
                  ],ac_cv_have_dpms="no")
4239
              ])
4240
      LDFLAGS="$ac_save_ldflags"
4241
      CFLAGS="$ac_save_cflags"
4242
      LIBS="$ac_save_libs"
4243
    fi
4244
   ])dnl
4245
 
4246
  if test "$ac_cv_have_dpms" = no; then
4247
    AC_MSG_RESULT(no)
4248
    DPMS_LDFLAGS=""
4249
    DPMSINC=""
4250
    $2
4251
  else
4252
    AC_DEFINE(HAVE_DPMS, 1, [Define if you have DPMS support])
4253
    if test "$ac_cv_have_dpms" = "-lXdpms"; then
4254
       DPMS_LIB="-lXdpms"
4255
    fi
4256
    if test "$DPMS_LDFLAGS" = ""; then
4257
       DPMSLIB="$DPMS_LIB "'$(LIB_X11)'
4258
    else
4259
       DPMSLIB="$DPMS_LDFLAGS $DPMS_LIB "'$(LIB_X11)'
4260
    fi
4261
    if test "$DPMS_INCLUDE" = ""; then
4262
       DPMSINC=""
4263
    else
4264
       DPMSINC="-I$DPMS_INCLUDE"
4265
    fi
4266
    AC_MSG_RESULT(yes)
4267
    $1
4268
  fi
4269
 fi
4270
 ac_save_cflags="$CFLAGS"
4271
 CFLAGS="$CFLAGS $X_INCLUDES"
4272
 test -n "$DPMS_INCLUDE" && CFLAGS="-I$DPMS_INCLUDE $CFLAGS"
4273
 AH_TEMPLATE(HAVE_DPMSCAPABLE_PROTO,
4274
   [Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h>])
4275
 AC_CHECK_DECL(DPMSCapable,
4276
   AC_DEFINE(HAVE_DPMSCAPABLE_PROTO),,
4277
   [#include <X11/Xlib.h>
4278
   #include <X11/extensions/dpms.h>])
4279
 AH_TEMPLATE(HAVE_DPMSINFO_PROTO,
4280
   [Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h>])
4281
 AC_CHECK_DECL(DPMSInfo,
4282
   AC_DEFINE(HAVE_DPMSINFO_PROTO),,
4283
   [#include <X11/Xlib.h>
4284
   #include <X11/extensions/dpms.h>])
4285
 CFLAGS="$ac_save_cflags"
4286
 AC_SUBST(DPMSINC)
4287
 AC_SUBST(DPMSLIB)
4288
])
155 andreas 4289
m4trace:acinclude.m4:4016: -1- AC_DEFUN([AC_HAVE_GL], [AC_REQUIRE_CPP()dnl
151 andreas 4290
  AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4291
 
4292
 test -z "$GL_LDFLAGS" && GL_LDFLAGS=
4293
 test -z "$GL_INCLUDE" && GL_INCLUDE=
4294
 
4295
 AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]),
4296
	gl_test=$withval, gl_test="yes")
4297
 if test "x$kde_use_qt_emb" = "xyes"; then
4298
   # GL and Qt Embedded is a no-go for now.
4299
   ac_cv_have_gl=no
4300
 elif test "x$gl_test" = xno; then
4301
   ac_cv_have_gl=no
4302
 else
4303
   AC_MSG_CHECKING(for GL)
4304
   AC_CACHE_VAL(ac_cv_have_gl,
4305
   [
4306
    AC_LANG_SAVE
4307
    AC_LANG_CPLUSPLUS
4308
    ac_save_ldflags=$LDFLAGS
4309
    ac_save_cxxflags=$CXXFLAGS
4310
    ac_save_libs=$LIBS
4311
    LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries"
4312
    LIBS="$LIBS -lGL -lGLU"
4313
    test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"
4314
    LIBS="$LIBS $LIB_XEXT -lm $LIBSOCKET"
4315
    CXXFLAGS="$CFLAGS $X_INCLUDES"
4316
    test -n "$GL_INCLUDE" && CFLAGS="-I$GL_INCLUDE $CFLAGS"
4317
    AC_TRY_LINK([#include <GL/gl.h>
4318
#include <GL/glu.h>
4319
], [],
4320
	ac_cv_have_gl="yes", ac_cv_have_gl="no")
4321
    AC_LANG_RESTORE
4322
    LDFLAGS=$ac_save_ldflags
4323
    CXXFLAGS=$ac_save_cxxflags
4324
    LIBS=$ac_save_libs
4325
   ])dnl
4326
 
4327
  if test "$ac_cv_have_gl" = "no"; then
4328
    AC_MSG_RESULT(no)
4329
    GL_LDFLAGS=""
4330
    GLINC=""
4331
    $2
4332
  else
4333
    AC_DEFINE(HAVE_GL, 1, [Defines if you have GL (Mesa, OpenGL, ...)])
4334
    if test "$GL_LDFLAGS" = ""; then
4335
       GLLIB='-lGLU -lGL $(LIB_X11)'
4336
    else
4337
       GLLIB="$GL_LDFLAGS -lGLU -lGL "'$(LIB_X11)'
4338
    fi
4339
    if test "$GL_INCLUDE" = ""; then
4340
       GLINC=""
4341
    else
4342
       GLINC="-I$GL_INCLUDE"
4343
    fi
4344
    AC_MSG_RESULT($ac_cv_have_gl)
4345
    $1
4346
  fi
4347
 fi
4348
 AC_SUBST(GLINC)
4349
 AC_SUBST(GLLIB)
4350
])
155 andreas 4351
m4trace:acinclude.m4:4083: -1- AC_DEFUN([KDE_PAM], [
151 andreas 4352
  AC_REQUIRE([KDE_CHECK_LIBDL])
4353
 
4354
  want_pam=
4355
  AC_ARG_WITH(pam,
4356
    AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]),
4357
    [ if test "x$withval" = "xyes"; then
4358
        want_pam=yes
4359
        pam_service=kde
4360
      elif test "x$withval" = "xno"; then
4361
        want_pam=no
4362
      else
4363
        want_pam=yes
4364
        pam_service=$withval
4365
      fi
4366
    ], [ pam_service=kde ])
4367
 
4368
  use_pam=
4369
  PAMLIBS=
4370
  if test "x$want_pam" != xno; then
4371
    AC_CHECK_LIB(pam, pam_start, [
4372
      AC_CHECK_HEADER(security/pam_appl.h,
4373
        [ pam_header=security/pam_appl.h ],
4374
        [ AC_CHECK_HEADER(pam/pam_appl.h,
4375
            [ pam_header=pam/pam_appl.h ],
4376
            [
4377
    AC_MSG_WARN([PAM detected, but no headers found!
4378
Make sure you have the necessary development packages installed.])
4379
            ]
4380
          )
4381
        ]
4382
      )
4383
    ], , $LIBDL)
4384
    if test -z "$pam_header"; then
4385
      if test "x$want_pam" = xyes; then
4386
        AC_MSG_ERROR([--with-pam was specified, but cannot compile with PAM!])
4387
      fi
4388
    else
4389
      AC_DEFINE(HAVE_PAM, 1, [Defines if you have PAM (Pluggable Authentication Modules)])
4390
      PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
4391
      use_pam=yes
4392
 
4393
      dnl darwin claims to be something special
4394
      if test "$pam_header" = "pam/pam_appl.h"; then
4395
        AC_DEFINE(HAVE_PAM_PAM_APPL_H, 1, [Define if your PAM headers are in pam/ instead of security/])
4396
      fi
4397
 
4398
      dnl test whether struct pam_message is const (Linux) or not (Sun)
4399
      AC_MSG_CHECKING(for const pam_message)
4400
      AC_EGREP_HEADER([struct pam_message], $pam_header,
4401
        [ AC_EGREP_HEADER([const struct pam_message], $pam_header,
4402
                          [AC_MSG_RESULT([const: Linux-type PAM])],
4403
                          [AC_MSG_RESULT([nonconst: Sun-type PAM])
4404
                          AC_DEFINE(PAM_MESSAGE_NONCONST, 1, [Define if your PAM support takes non-const arguments (Solaris)])]
4405
                          )],
4406
        [AC_MSG_RESULT([not found - assume const, Linux-type PAM])])
4407
    fi
4408
  fi
4409
 
4410
  AC_SUBST(PAMLIBS)
4411
])
155 andreas 4412
m4trace:acinclude.m4:4146: -1- AC_DEFUN([DEF_PAM_SERVICE], [
151 andreas 4413
  AC_ARG_WITH($1-pam,
4414
    AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]),
4415
    [ if test "x$use_pam" = xyes; then
4416
        $3_PAM_SERVICE=$withval
4417
      else
4418
        AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected.
4419
You may want to enforce it by using --with-pam.])
4420
      fi
4421
    ], 
4422
    [ if test "x$use_pam" = xyes; then
4423
        $3_PAM_SERVICE="$pam_service"
4424
      fi
4425
    ])
4426
    if test -n "$$3_PAM_SERVICE"; then
4427
      AC_MSG_RESULT([The PAM service used by $2 will be $$3_PAM_SERVICE])
4428
      AC_DEFINE_UNQUOTED($3_PAM_SERVICE, "$$3_PAM_SERVICE", [The PAM service to be used by $2])
4429
    fi
4430
    AC_SUBST($3_PAM_SERVICE)
4431
])
155 andreas 4432
m4trace:acinclude.m4:4167: -1- AC_DEFUN([KDE_SHADOWPASSWD], [
151 andreas 4433
  AC_REQUIRE([KDE_PAM])
4434
 
4435
  AC_CHECK_LIB(shadow, getspent,
4436
    [ LIBSHADOW="-lshadow"
4437
      ac_use_shadow=yes
4438
    ],
4439
    [ dnl for UnixWare
4440
      AC_CHECK_LIB(gen, getspent, 
4441
        [ LIBGEN="-lgen"
4442
          ac_use_shadow=yes
4443
        ], 
4444
        [ AC_CHECK_FUNC(getspent, 
4445
            [ ac_use_shadow=yes ],
4446
            [ ac_use_shadow=no ])
4447
	])
4448
    ])
4449
  AC_SUBST(LIBSHADOW)
4450
  AC_SUBST(LIBGEN)
4451
 
4452
  AC_MSG_CHECKING([for shadow passwords])
4453
 
4454
  AC_ARG_WITH(shadow,
4455
    AC_HELP_STRING([--with-shadow],[If you want shadow password support]),
4456
    [ if test "x$withval" != "xno"; then
4457
        use_shadow=yes
4458
      else
4459
        use_shadow=no
4460
      fi
4461
    ], [
4462
      use_shadow="$ac_use_shadow"
4463
    ])
4464
 
4465
  if test "x$use_shadow" = xyes; then
4466
    AC_MSG_RESULT(yes)
4467
    AC_DEFINE(HAVE_SHADOW, 1, [Define if you use shadow passwords])
4468
  else
4469
    AC_MSG_RESULT(no)
4470
    LIBSHADOW=
4471
    LIBGEN=
4472
  fi
4473
 
4474
  dnl finally make the relevant binaries setuid root, if we have shadow passwds.
4475
  dnl this still applies, if we could use it indirectly through pam.
4476
  if test "x$use_shadow" = xyes || 
4477
     ( test "x$use_pam" = xyes && test "x$ac_use_shadow" = xyes ); then
4478
      case $host in
4479
      *-*-freebsd* | *-*-netbsd* | *-*-openbsd*)
4480
	SETUIDFLAGS="-m 4755 -o root";;
4481
      *)
4482
	SETUIDFLAGS="-m 4755";;
4483
      esac
4484
  fi
4485
  AC_SUBST(SETUIDFLAGS)
4486
 
4487
])
155 andreas 4488
m4trace:acinclude.m4:4224: -1- AC_DEFUN([KDE_PASSWDLIBS], [
151 andreas 4489
  AC_REQUIRE([KDE_MISC_TESTS]) dnl for LIBCRYPT
4490
  AC_REQUIRE([KDE_PAM])
4491
  AC_REQUIRE([KDE_SHADOWPASSWD])
4492
 
4493
  if test "x$use_pam" = "xyes"; then 
4494
    PASSWDLIBS="$PAMLIBS"
4495
  else
4496
    PASSWDLIBS="$LIBCRYPT $LIBSHADOW $LIBGEN"
4497
  fi
4498
 
4499
  dnl FreeBSD uses a shadow-like setup, where /etc/passwd holds the users, but
4500
  dnl /etc/master.passwd holds the actual passwords.  /etc/master.passwd requires
4501
  dnl root to read, so kcheckpass needs to be root (even when using pam, since pam
4502
  dnl may need to read /etc/master.passwd).
4503
  case $host in
4504
  *-*-freebsd*)
4505
    SETUIDFLAGS="-m 4755 -o root"
4506
    ;;
4507
  *)
4508
    ;;
4509
  esac
4510
 
4511
  AC_SUBST(PASSWDLIBS)
4512
])
155 andreas 4513
m4trace:acinclude.m4:4250: -1- AC_DEFUN([KDE_CHECK_LIBDL], [
151 andreas 4514
AC_CHECK_LIB(dl, dlopen, [
4515
LIBDL="-ldl"
4516
ac_cv_have_dlfcn=yes
4517
])
4518
 
4519
AC_CHECK_LIB(dld, shl_unload, [
4520
LIBDL="-ldld"
4521
ac_cv_have_shload=yes
4522
])
4523
 
4524
AC_SUBST(LIBDL)
4525
])
155 andreas 4526
m4trace:acinclude.m4:4265: -1- AC_DEFUN([KDE_CHECK_DLOPEN], [
151 andreas 4527
KDE_CHECK_LIBDL
4528
AC_CHECK_HEADERS(dlfcn.h dl.h)
4529
if test "$ac_cv_header_dlfcn_h" = "no"; then
4530
  ac_cv_have_dlfcn=no
4531
fi
4532
 
4533
if test "$ac_cv_header_dl_h" = "no"; then
4534
  ac_cv_have_shload=no
4535
fi
4536
 
4537
dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE
4538
dnl (MM)
4539
AC_ARG_ENABLE(dlopen,
4540
AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]),
4541
enable_dlopen=$enableval,
4542
enable_dlopen=yes)
4543
 
4544
# override the user's opinion, if we know it better ;)
4545
if test "$ac_cv_have_dlfcn" = "no" && test "$ac_cv_have_shload" = "no"; then
4546
  enable_dlopen=no
4547
fi
4548
 
4549
if test "$ac_cv_have_dlfcn" = "yes"; then
4550
  AC_DEFINE_UNQUOTED(HAVE_DLFCN, 1, [Define if you have dlfcn])
4551
fi
4552
 
4553
if test "$ac_cv_have_shload" = "yes"; then
4554
  AC_DEFINE_UNQUOTED(HAVE_SHLOAD, 1, [Define if you have shload])
4555
fi
4556
 
4557
if test "$enable_dlopen" = no ; then
4558
  test -n "$1" && eval $1
4559
else
4560
  test -n "$2" && eval $2
4561
fi
4562
 
4563
])
155 andreas 4564
m4trace:acinclude.m4:4305: -1- AC_DEFUN([KDE_CHECK_DYNAMIC_LOADING], [
151 andreas 4565
KDE_CHECK_DLOPEN(libtool_enable_shared=yes, libtool_enable_static=no)
4566
KDE_PROG_LIBTOOL
4567
AC_MSG_CHECKING([dynamic loading])
4568
eval "`egrep '^build_libtool_libs=' libtool`"
4569
if test "$build_libtool_libs" = "yes" && test "$enable_dlopen" = "yes"; then
4570
  dynamic_loading=yes
4571
  AC_DEFINE_UNQUOTED(HAVE_DYNAMIC_LOADING)
4572
else
4573
  dynamic_loading=no
4574
fi
4575
AC_MSG_RESULT($dynamic_loading)
4576
if test "$dynamic_loading" = "yes"; then
4577
  $1
4578
else
4579
  $2
4580
fi
4581
])
155 andreas 4582
m4trace:acinclude.m4:4325: -1- AC_DEFUN([KDE_ADD_INCLUDES], [
151 andreas 4583
if test -z "$1"; then
4584
  test_include="Pix.h"
4585
else
4586
  test_include="$1"
4587
fi
4588
 
4589
AC_MSG_CHECKING([for libg++ ($test_include)])
4590
 
4591
AC_CACHE_VAL(kde_cv_libgpp_includes,
4592
[
4593
kde_cv_libgpp_includes=no
4594
 
4595
   for ac_dir in               \
4596
                               \
4597
     /usr/include/g++          \
4598
     /usr/include              \
4599
     /usr/unsupported/include  \
4600
     /opt/include              \
4601
     $extra_include            \
4602
     ; \
4603
   do
4604
     if test -r "$ac_dir/$test_include"; then
4605
       kde_cv_libgpp_includes=$ac_dir
4606
       break
4607
     fi
4608
   done
4609
])
4610
 
4611
AC_MSG_RESULT($kde_cv_libgpp_includes)
4612
if test "$kde_cv_libgpp_includes" != "no"; then
4613
  all_includes="-I$kde_cv_libgpp_includes $all_includes $USER_INCLUDES"
4614
fi
4615
])
155 andreas 4616
m4trace:acinclude.m4:4362: -1- AC_DEFUN([KDE_CHECK_LIBPTHREAD], [
151 andreas 4617
  dnl This code is here specifically to handle the
4618
  dnl various flavors of threading library on FreeBSD
4619
  dnl 4-, 5-, and 6-, and the (weird) rules around it.
4620
  dnl There may be an environment PTHREAD_LIBS that 
4621
  dnl specifies what to use; otherwise, search for it.
4622
  dnl -pthread is special cased and unsets LIBPTHREAD
4623
  dnl below if found.
4624
  LIBPTHREAD=""
4625
 
4626
  if test -n "$PTHREAD_LIBS"; then
4627
    if test "x$PTHREAD_LIBS" = "x-pthread" ; then
4628
      LIBPTHREAD="PTHREAD"
4629
    else
4630
      PTHREAD_LIBS_save="$PTHREAD_LIBS"
4631
      PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
4632
      AC_MSG_CHECKING([for pthread_create in $PTHREAD_LIBS])
4633
      KDE_CHECK_LIB($PTHREAD_LIBS, pthread_create, [
4634
          LIBPTHREAD="$PTHREAD_LIBS_save"])
4635
      PTHREAD_LIBS="$PTHREAD_LIBS_save"
4636
    fi
4637
  fi
4638
 
4639
  dnl Is this test really needed, in the face of the Tru64 test below?
4640
  if test -z "$LIBPTHREAD"; then
4641
    AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"])
4642
  fi
4643
 
4644
  dnl This is a special Tru64 check, see BR 76171 issue #18.
4645
  if test -z "$LIBPTHREAD" ; then
4646
    AC_MSG_CHECKING([for pthread_create in -lpthread])
4647
    kde_safe_libs=$LIBS
4648
    LIBS="$LIBS -lpthread"
4649
    AC_TRY_LINK([#include <pthread.h>],[(void)pthread_create(0,0,0,0);],[
4650
        AC_MSG_RESULT(yes)
4651
        LIBPTHREAD="-lpthread"],[
4652
	AC_MSG_RESULT(no)])
4653
    LIBS=$kde_safe_libs
4654
  fi
4655
 
4656
  dnl Un-special-case for FreeBSD.
4657
  if test "x$LIBPTHREAD" = "xPTHREAD" ; then
4658
    LIBPTHREAD=""
4659
  fi
4660
 
4661
  AC_SUBST(LIBPTHREAD)
4662
])
155 andreas 4663
m4trace:acinclude.m4:4411: -1- AC_DEFUN([KDE_CHECK_PTHREAD_OPTION], [
151 andreas 4664
      USE_THREADS=""
4665
      if test -z "$LIBPTHREAD"; then
4666
        KDE_CHECK_COMPILER_FLAG(pthread, [USE_THREADS="-D_THREAD_SAFE -pthread"])
4667
      fi
4668
 
4669
    AH_VERBATIM(__svr_define, [
4670
#if defined(__SVR4) && !defined(__svr4__)
4671
#define __svr4__ 1
4672
#endif
4673
])
4674
    case $host_os in
4675
 	solaris*)
4676
		KDE_CHECK_COMPILER_FLAG(mt, [USE_THREADS="-mt"])
4677
                CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4"
4678
    		;;
4679
        freebsd*)
4680
                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE $PTHREAD_CFLAGS"
4681
                ;;
4682
        aix*)
4683
                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
4684
                LIBPTHREAD="$LIBPTHREAD -lc_r"
4685
                ;;
4686
        linux*) CPPFLAGS="$CPPFLAGS -D_REENTRANT"
4687
                if test "$CXX" = "KCC"; then
4688
                  CXXFLAGS="$CXXFLAGS --thread_safe"
4689
		  NOOPT_CXXFLAGS="$NOOPT_CXXFLAGS --thread_safe"
4690
                fi
4691
                ;;
4692
	*)
4693
		;;
4694
    esac
4695
    AC_SUBST(USE_THREADS)
4696
    AC_SUBST(LIBPTHREAD)
4697
])
155 andreas 4698
m4trace:acinclude.m4:4448: -1- AC_DEFUN([KDE_CHECK_THREADING], [
151 andreas 4699
  AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4700
  AC_REQUIRE([KDE_CHECK_PTHREAD_OPTION])
4701
  dnl default is yes if libpthread is found and no if no libpthread is available
4702
  if test -z "$LIBPTHREAD"; then
4703
    if test -z "$USE_THREADS"; then
4704
      kde_check_threading_default=no
4705
    else
4706
      kde_check_threading_default=yes
4707
    fi
4708
  else
4709
    kde_check_threading_default=yes
4710
  fi
4711
  AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]),
4712
   kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default)
4713
  if test "x$kde_use_threading" = "xyes"; then
4714
    AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)])
4715
  fi
4716
])
155 andreas 4717
m4trace:acinclude.m4:4469: -1- AC_DEFUN([KDE_TRY_LINK_PYTHON], [
151 andreas 4718
if test "$kde_python_link_found" = no; then
4719
 
4720
if test "$1" = normal; then
4721
  AC_MSG_CHECKING(if a Python application links)
4722
else
4723
  AC_MSG_CHECKING(if Python depends on $2)
4724
fi
4725
 
4726
AC_CACHE_VAL(kde_cv_try_link_python_$1,
4727
[
4728
kde_save_cflags="$CFLAGS"
4729
CFLAGS="$CFLAGS $PYTHONINC"
4730
kde_save_libs="$LIBS"
4731
LIBS="$LIBS $LIBPYTHON $2 $LIBDL $LIBSOCKET"
4732
kde_save_ldflags="$LDFLAGS"
4733
LDFLAGS="$LDFLAGS $PYTHONLIB"
4734
 
4735
AC_TRY_LINK(
4736
[
4737
#include <Python.h>
4738
],[
4739
	PySys_SetArgv(1, 0);
4740
],
4741
	[kde_cv_try_link_python_$1=yes],
4742
	[kde_cv_try_link_python_$1=no]
4743
)
4744
CFLAGS="$kde_save_cflags"
4745
LIBS="$kde_save_libs"
4746
LDFLAGS="$kde_save_ldflags"
4747
])
4748
 
4749
if test "$kde_cv_try_link_python_$1" = "yes"; then
4750
  AC_MSG_RESULT(yes)
4751
  kde_python_link_found=yes
4752
  if test ! "$1" = normal; then
4753
    LIBPYTHON="$LIBPYTHON $2"
4754
  fi
4755
  $3
4756
else
4757
  AC_MSG_RESULT(no)
4758
  $4
4759
fi
4760
 
4761
fi
4762
 
4763
])
155 andreas 4764
m4trace:acinclude.m4:4518: -1- AC_DEFUN([KDE_CHECK_PYTHON_DIR], [
151 andreas 4765
AC_MSG_CHECKING([for Python directory])
4766
 
4767
AC_CACHE_VAL(kde_cv_pythondir,
4768
[
4769
  if test -z "$PYTHONDIR"; then
4770
    kde_cv_pythondir=/usr/local
4771
  else
4772
    kde_cv_pythondir="$PYTHONDIR"
4773
  fi
4774
])
4775
 
4776
AC_ARG_WITH(pythondir,
4777
AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]),
4778
[
4779
  ac_python_dir=$withval
4780
], ac_python_dir=$kde_cv_pythondir
4781
)
4782
 
4783
AC_MSG_RESULT($ac_python_dir)
4784
])
155 andreas 4785
m4trace:acinclude.m4:4541: -1- AC_DEFUN([KDE_CHECK_PYTHON_INTERN], [
151 andreas 4786
AC_REQUIRE([KDE_CHECK_LIBDL])
4787
AC_REQUIRE([KDE_CHECK_LIBPTHREAD])
4788
AC_REQUIRE([KDE_CHECK_PYTHON_DIR])
4789
 
4790
if test -z "$1"; then
4791
  version="1.5"
4792
else
4793
  version="$1"
4794
fi
4795
 
4796
AC_MSG_CHECKING([for Python$version])
4797
 
4798
python_incdirs="$ac_python_dir/include /usr/include /usr/local/include/ $kde_extra_includes"
4799
AC_FIND_FILE(Python.h, $python_incdirs, python_incdir)
4800
if test ! -r $python_incdir/Python.h; then
4801
  AC_FIND_FILE(python$version/Python.h, $python_incdirs, python_incdir)
4802
  python_incdir=$python_incdir/python$version
4803
  if test ! -r $python_incdir/Python.h; then
4804
    python_incdir=no
4805
  fi
4806
fi
4807
 
4808
PYTHONINC=-I$python_incdir
4809
 
4810
python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
4811
AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
4812
if test ! -r $python_libdir/libpython$version.so; then
4813
  AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
4814
  if test ! -r $python_libdir/libpython$version.a; then
4815
    AC_FIND_FILE(python$version/config/libpython$version.a, $python_libdirs, python_libdir)
4816
    python_libdir=$python_libdir/python$version/config
4817
    if test ! -r $python_libdir/libpython$version.a; then
4818
      python_libdir=no
4819
    fi
4820
  fi
4821
fi
4822
 
4823
PYTHONLIB=-L$python_libdir
4824
kde_orig_LIBPYTHON=$LIBPYTHON
4825
if test -z "$LIBPYTHON"; then
4826
  LIBPYTHON=-lpython$version
4827
fi
4828
 
4829
AC_FIND_FILE(python$version/copy.py, $python_libdirs, python_moddir)
4830
python_moddir=$python_moddir/python$version
4831
if test ! -r $python_moddir/copy.py; then
4832
  python_moddir=no
4833
fi
4834
 
4835
PYTHONMODDIR=$python_moddir
4836
 
4837
AC_MSG_RESULT(header $python_incdir library $python_libdir modules $python_moddir)
4838
 
4839
if test x$python_incdir = xno ||  test x$python_libdir = xno ||  test x$python_moddir = xno; then
4840
   LIBPYTHON=$kde_orig_LIBPYTHON
4841
   test "x$PYTHONLIB" = "x-Lno" && PYTHONLIB=""
4842
   test "x$PYTHONINC" = "x-Ino" && PYTHONINC=""
4843
   $2
4844
else 
4845
  dnl Note: this test is very weak
4846
  kde_python_link_found=no
4847
  KDE_TRY_LINK_PYTHON(normal)
4848
  KDE_TRY_LINK_PYTHON(m, -lm)
4849
  KDE_TRY_LINK_PYTHON(pthread, $LIBPTHREAD)
4850
  KDE_TRY_LINK_PYTHON(tcl, -ltcl)
4851
  KDE_TRY_LINK_PYTHON(db2, -ldb2)
4852
  KDE_TRY_LINK_PYTHON(m_and_thread, [$LIBPTHREAD -lm])
4853
  KDE_TRY_LINK_PYTHON(m_and_thread_and_util, [$LIBPTHREAD -lm -lutil])
4854
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db3, [$LIBPTHREAD -lm -ldb-3 -lutil])
4855
  KDE_TRY_LINK_PYTHON(pthread_and_db3, [$LIBPTHREAD -ldb-3])
4856
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db, [$LIBPTHREAD -lm -ldb -ltermcap -lutil])
4857
  KDE_TRY_LINK_PYTHON(pthread_and_dl, [$LIBPTHREAD $LIBDL -lutil -lreadline -lncurses -lm])
4858
  KDE_TRY_LINK_PYTHON(pthread_and_panel_curses, [$LIBPTHREAD $LIBDL -lm -lpanel -lcurses])
4859
  KDE_TRY_LINK_PYTHON(m_and_thread_and_db_special, [$LIBPTHREAD -lm -ldb -lutil], [],
4860
	[AC_MSG_WARN([it seems, Python depends on another library.
4861
    Please set LIBPYTHON to '-lpython$version -lotherlib' before calling configure to fix this
4862
    and contact the authors to let them know about this problem])
4863
	])
4864
 
4865
  LIBPYTHON="$LIBPYTHON $LIBDL $LIBSOCKET"
4866
  AC_SUBST(PYTHONINC)
4867
  AC_SUBST(PYTHONLIB)
4868
  AC_SUBST(LIBPYTHON)
4869
  AC_SUBST(PYTHONMODDIR)
4870
  AC_DEFINE(HAVE_PYTHON, 1, [Define if you have the development files for python])
4871
fi
4872
 
4873
])
155 andreas 4874
m4trace:acinclude.m4:4633: -1- AC_DEFUN([KDE_CHECK_PYTHON], [
151 andreas 4875
  KDE_CHECK_PYTHON_INTERN("2.5",
4876
    [KDE_CHECK_PYTHON_INTERN("2.4",
4877
     [KDE_CHECK_PYTHON_INTERN("2.3", 
4878
       [KDE_CHECK_PYTHON_INTERN("2.2", 
4879
         [KDE_CHECK_PYTHON_INTERN("2.1", 
4880
           [KDE_CHECK_PYTHON_INTERN("2.0", 
4881
             [KDE_CHECK_PYTHON_INTERN($1, $2) ])
4882
           ])
4883
         ])
4884
       ])
4885
     ])
4886
  ])
4887
])
155 andreas 4888
m4trace:acinclude.m4:4649: -1- AC_DEFUN([KDE_CHECK_STL], [
151 andreas 4889
    AC_LANG_SAVE
4890
    AC_LANG_CPLUSPLUS
4891
    ac_save_CXXFLAGS="$CXXFLAGS"
4892
    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
4893
 
4894
    AC_MSG_CHECKING([if C++ programs can be compiled])
4895
    AC_CACHE_VAL(kde_cv_stl_works,
4896
    [
4897
      AC_TRY_COMPILE([
4898
#include <string>
4899
using namespace std;
4900
],[
4901
  string astring="Hallo Welt.";
4902
  astring.erase(0, 6); // now astring is "Welt"
4903
  return 0;
4904
], kde_cv_stl_works=yes,
4905
   kde_cv_stl_works=no)
4906
])
4907
 
4908
   AC_MSG_RESULT($kde_cv_stl_works)
4909
 
4910
   if test "$kde_cv_stl_works" = "yes"; then
4911
     # back compatible
4912
	 AC_DEFINE_UNQUOTED(HAVE_SGI_STL, 1, [Define if you have a STL implementation by SGI])
4913
   else
4914
	 AC_MSG_ERROR([Your Installation isn't able to compile simple C++ programs.
4915
Check config.log for details - if you're using a Linux distribution you might miss
4916
a package named similar to libstdc++-dev.])
4917
   fi
4918
 
4919
   CXXFLAGS="$ac_save_CXXFLAGS"
4920
   AC_LANG_RESTORE
4921
])
155 andreas 4922
m4trace:acinclude.m4:4685: -1- AC_DEFUN([AC_FIND_QIMGIO], [AC_REQUIRE([AC_FIND_JPEG])
151 andreas 4923
AC_REQUIRE([KDE_CHECK_EXTRA_LIBS])
4924
AC_MSG_CHECKING([for qimgio])
4925
AC_CACHE_VAL(ac_cv_lib_qimgio,
4926
[
4927
AC_LANG_SAVE
4928
AC_LANG_CPLUSPLUS
4929
ac_save_LIBS="$LIBS"
4930
ac_save_CXXFLAGS="$CXXFLAGS"
4931
LIBS="$all_libraries -lqimgio -lpng -lz $LIBJPEG $LIBQT"
4932
CXXFLAGS="$CXXFLAGS -I$qt_incdir $all_includes"
4933
AC_TRY_RUN(dnl
4934
[
4935
#include <qimageio.h>
4936
#include <qstring.h>
4937
int main() {
4938
		QString t = "hallo";
4939
		t.fill('t');
4940
		qInitImageIO();
4941
}
4942
],
4943
            ac_cv_lib_qimgio=yes,
4944
            ac_cv_lib_qimgio=no,
4945
	    ac_cv_lib_qimgio=no)
4946
LIBS="$ac_save_LIBS"
4947
CXXFLAGS="$ac_save_CXXFLAGS"
4948
AC_LANG_RESTORE
4949
])dnl
4950
if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
4951
  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
4952
  AC_MSG_RESULT(yes)
4953
  AC_DEFINE_UNQUOTED(HAVE_QIMGIO, 1, [Define if you have the Qt extension qimgio available])
4954
  AC_SUBST(LIBQIMGIO)
4955
else
4956
  AC_MSG_RESULT(not found)
4957
fi
4958
])
155 andreas 4959
m4trace:acinclude.m4:4724: -1- AC_DEFUN([AM_DISABLE_LIBRARIES], [
151 andreas 4960
    AC_PROVIDE([AM_ENABLE_STATIC])
4961
    AC_PROVIDE([AM_ENABLE_SHARED])
4962
    enable_static=no
4963
    enable_shared=yes
4964
])
155 andreas 4965
m4trace:acinclude.m4:4733: -1- AC_DEFUN([AC_CHECK_UTMP_FILE], [
151 andreas 4966
    AC_MSG_CHECKING([for utmp file])
4967
 
4968
    AC_CACHE_VAL(kde_cv_utmp_file,
4969
    [
4970
    kde_cv_utmp_file=no
4971
 
4972
    for ac_file in    \
4973
                      \
4974
	/var/run/utmp \
4975
	/var/adm/utmp \
4976
	/etc/utmp     \
4977
     ; \
4978
    do
4979
     if test -r "$ac_file"; then
4980
       kde_cv_utmp_file=$ac_file
4981
       break
4982
     fi
4983
    done
4984
    ])
4985
 
4986
    if test "$kde_cv_utmp_file" != "no"; then
4987
	AC_DEFINE_UNQUOTED(UTMP, "$kde_cv_utmp_file", [Define the file for utmp entries])
4988
	$1
4989
	AC_MSG_RESULT($kde_cv_utmp_file)
4990
    else
4991
    	$2
4992
	AC_MSG_RESULT([non found])
4993
    fi
4994
])
155 andreas 4995
m4trace:acinclude.m4:4766: -1- AC_DEFUN([KDE_CREATE_SUBDIRSLIST], [
151 andreas 4996
 
4997
DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
4998
TOPSUBDIRS=""
4999
 
5000
if test ! -s $srcdir/subdirs; then
5001
  dnl Note: Makefile.common creates subdirs, so this is just a fallback
5002
  files=`cd $srcdir && ls -1`
5003
  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
5004
  for i in $dirs; do
5005
    echo $i >> $srcdir/subdirs
5006
  done
5007
fi
5008
 
5009
ac_topsubdirs=
5010
if test -s $srcdir/inst-apps; then
5011
  ac_topsubdirs="`cat $srcdir/inst-apps`"
5012
elif test -s $srcdir/subdirs; then
5013
  ac_topsubdirs="`cat $srcdir/subdirs`"
5014
fi
5015
 
5016
for i in $ac_topsubdirs; do
5017
  AC_MSG_CHECKING([if $i should be compiled])
5018
  if test -d $srcdir/$i; then
5019
    install_it="yes"
5020
    for j in $DO_NOT_COMPILE; do
5021
      if test $i = $j; then
5022
        install_it="no"
5023
      fi
5024
    done
5025
  else
5026
    install_it="no"
5027
  fi
5028
  AC_MSG_RESULT($install_it)
5029
  vari=`echo $i | sed -e 's,[[-+.@]],_,g'`
5030
  if test $install_it = "yes"; then
5031
    TOPSUBDIRS="$TOPSUBDIRS $i"
5032
    eval "$vari""_SUBDIR_included=yes"
5033
  else
5034
    eval "$vari""_SUBDIR_included=no"
5035
  fi
5036
done
5037
 
5038
AC_SUBST(TOPSUBDIRS)
5039
])
155 andreas 5040
m4trace:acinclude.m4:4813: -1- AC_DEFUN([KDE_CHECK_NAMESPACES], [
151 andreas 5041
AC_MSG_CHECKING(whether C++ compiler supports namespaces)
5042
AC_LANG_SAVE
5043
AC_LANG_CPLUSPLUS
5044
AC_TRY_COMPILE([
5045
],
5046
[
5047
namespace Foo {
5048
  extern int i;
5049
  namespace Bar {
5050
    extern int i;
5051
  }
5052
}
5053
 
5054
int Foo::i = 0;
5055
int Foo::Bar::i = 1;
5056
],[
5057
  AC_MSG_RESULT(yes)
5058
  AC_DEFINE(HAVE_NAMESPACES)
5059
], [
5060
AC_MSG_RESULT(no)
5061
])
5062
AC_LANG_RESTORE
5063
])
155 andreas 5064
m4trace:acinclude.m4:4843: -1- AC_DEFUN([AC_CHECK_S_ISSOCK], [
151 andreas 5065
AC_MSG_CHECKING(for S_ISSOCK)
5066
AC_CACHE_VAL(ac_cv_have_s_issock,
5067
[
5068
AC_TRY_LINK(
5069
[
5070
#include <sys/stat.h>
5071
],
5072
[
5073
struct stat buff;
5074
int b = S_ISSOCK( buff.st_mode );
5075
],
5076
ac_cv_have_s_issock=yes,
5077
ac_cv_have_s_issock=no)
5078
])
5079
AC_MSG_RESULT($ac_cv_have_s_issock)
5080
if test "$ac_cv_have_s_issock" = "yes"; then
5081
  AC_DEFINE_UNQUOTED(HAVE_S_ISSOCK, 1, [Define if sys/stat.h declares S_ISSOCK.])
5082
fi
5083
 
5084
AH_VERBATIM(_ISSOCK,
5085
[
5086
#ifndef HAVE_S_ISSOCK
5087
#define HAVE_S_ISSOCK
5088
#define S_ISSOCK(mode) (1==0)
5089
#endif
5090
])
5091
 
5092
])
155 andreas 5093
m4trace:acinclude.m4:4878: -1- AC_DEFUN([AC_CHECK_KDEMAXPATHLEN], [
151 andreas 5094
AC_MSG_CHECKING(for MAXPATHLEN)
5095
AC_CACHE_VAL(ac_cv_maxpathlen,
5096
[
5097
cat > conftest.$ac_ext <<EOF
5098
#ifdef STDC_HEADERS
5099
# include <stdlib.h>
5100
#endif
5101
#include <stdio.h>
5102
#include <sys/param.h>
5103
#ifndef MAXPATHLEN
5104
#define MAXPATHLEN 1024
5105
#endif
5106
 
5107
KDE_HELLO MAXPATHLEN
5108
 
5109
EOF
5110
 
5111
ac_try="$ac_cpp conftest.$ac_ext 2>/dev/null | grep '^KDE_HELLO' >conftest.out"
5112
 
5113
if AC_TRY_EVAL(ac_try) && test -s conftest.out; then
5114
    ac_cv_maxpathlen=`sed 's#KDE_HELLO ##' conftest.out`
5115
else
5116
    ac_cv_maxpathlen=1024
5117
fi
5118
 
5119
rm conftest.*
5120
 
5121
])
5122
AC_MSG_RESULT($ac_cv_maxpathlen)
5123
AC_DEFINE_UNQUOTED(KDEMAXPATHLEN,$ac_cv_maxpathlen, [Define a safe value for MAXPATHLEN] )
5124
])
155 andreas 5125
m4trace:acinclude.m4:4912: -1- AC_DEFUN([KDE_CHECK_HEADER], [
151 andreas 5126
   kde_safe_cppflags=$CPPFLAGS
5127
   CPPFLAGS="$CPPFLAGS $all_includes"
5128
   AC_LANG_SAVE
5129
   AC_LANG_CPLUSPLUS
5130
   AC_CHECK_HEADER([$1], [$2], [$3], [$4])
5131
   AC_LANG_RESTORE
5132
   CPPFLAGS=$kde_safe_cppflags
5133
])
155 andreas 5134
m4trace:acinclude.m4:4923: -1- AC_DEFUN([KDE_CHECK_HEADERS], [
151 andreas 5135
   AH_CHECK_HEADERS([$1])
5136
   AC_LANG_SAVE
5137
   kde_safe_cppflags=$CPPFLAGS
5138
   CPPFLAGS="$CPPFLAGS $all_includes"
5139
   AC_LANG_CPLUSPLUS
5140
   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
5141
   CPPFLAGS=$kde_safe_cppflags
5142
   AC_LANG_RESTORE
5143
])
155 andreas 5144
m4trace:acinclude.m4:4935: -1- AC_DEFUN([KDE_FAST_CONFIGURE], [
151 andreas 5145
  dnl makes configure fast (needs perl)
5146
  AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]),
5147
      with_fast_perl=$enableval, with_fast_perl=yes)
5148
])
155 andreas 5149
m4trace:acinclude.m4:4942: -1- AC_DEFUN([KDE_CONF_FILES], [
151 andreas 5150
  val=
5151
  if test -f $srcdir/configure.files ; then
5152
    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
5153
  fi
5154
  CONF_FILES=
5155
  if test -n "$val" ; then
5156
    for i in $val ; do
5157
      CONF_FILES="$CONF_FILES $i"
5158
    done
5159
  fi
5160
  AC_SUBST(CONF_FILES)
5161
])
155 andreas 5162
m4trace:acinclude.m4:4960: -1- AC_DEFUN([KDE_SET_PREFIX_CORE], [
151 andreas 5163
  unset CDPATH
5164
  dnl make $KDEDIR the default for the installation
5165
  AC_PREFIX_DEFAULT(${KDEDIR:-/usr/local/kde})
5166
 
5167
  if test "x$prefix" = "xNONE"; then
5168
    prefix=$ac_default_prefix
5169
    ac_configure_args="$ac_configure_args --prefix=$prefix"
5170
  fi
5171
  # And delete superfluous '/' to make compares easier
5172
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5173
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5174
 
5175
  kde_libs_prefix='$(prefix)'
5176
  kde_libs_htmldir='$(kde_htmldir)'
5177
  AC_SUBST(kde_libs_prefix)
5178
  AC_SUBST(kde_libs_htmldir)
5179
  KDE_FAST_CONFIGURE
5180
  KDE_CONF_FILES
5181
])
155 andreas 5182
m4trace:acinclude.m4:4983: -1- AC_DEFUN([KDE_SET_PREFIX], [
151 andreas 5183
  unset CDPATH
5184
  dnl We can't give real code to that macro, only a value.
5185
  dnl It only matters for --help, since we set the prefix in this function anyway.
5186
  AC_PREFIX_DEFAULT(${KDEDIR:-the kde prefix})
5187
 
5188
  KDE_SET_DEFAULT_BINDIRS
5189
  if test "x$prefix" = "xNONE"; then
5190
    dnl no prefix given: look for kde-config in the PATH and deduce the prefix from it
5191
    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5192
  else
5193
    dnl prefix given: look for kde-config, preferrably in prefix, otherwise in PATH
5194
    kde_save_PATH="$PATH"
5195
    PATH="$exec_prefix/bin:$prefix/bin:$PATH"
5196
    KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], prepend)
5197
    PATH="$kde_save_PATH"
5198
  fi
5199
 
5200
  kde_libs_prefix=`$KDECONFIG --prefix`
5201
  if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
5202
       AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
5203
                    This means it has been moved since you installed it.
5204
                    This won't work. Please recompile kdelibs for the new prefix.
5205
                    ])
5206
  fi
5207
  kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
5208
 
5209
  AC_MSG_CHECKING([where to install])
5210
  if test "x$prefix" = "xNONE"; then
5211
    prefix=$kde_libs_prefix
5212
    AC_MSG_RESULT([$prefix (as returned by kde-config)])
5213
  else
5214
    dnl --prefix was given. Compare prefixes and warn (in configure.in.bot.end) if different
5215
    given_prefix=$prefix
5216
    AC_MSG_RESULT([$prefix (as requested)])
5217
  fi
5218
 
5219
  # And delete superfluous '/' to make compares easier
5220
  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5221
  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5222
  given_prefix=`echo "$given_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
5223
 
5224
  AC_SUBST(KDECONFIG)
5225
  AC_SUBST(kde_libs_prefix)
5226
  AC_SUBST(kde_libs_htmldir)
5227
 
5228
  KDE_FAST_CONFIGURE
5229
  KDE_CONF_FILES
5230
])
155 andreas 5231
m4trace:acinclude.m4:5100: -1- AC_DEFUN([KDE_LANG_CPLUSPLUS], [AC_LANG_CPLUSPLUS
151 andreas 5232
ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AC_FD_CC'
5233
pushdef([AC_LANG_CPLUSPLUS], [popdef([AC_LANG_CPLUSPLUS]) KDE_LANG_CPLUSPLUS])
5234
])
155 andreas 5235
m4trace:acinclude.m4:5111: -1- AC_DEFUN([KDE_CHECK_LONG_LONG], [
151 andreas 5236
AC_MSG_CHECKING(for long long)
5237
AC_CACHE_VAL(kde_cv_c_long_long,
5238
[
5239
  AC_LANG_SAVE
5240
  AC_LANG_CPLUSPLUS
5241
  AC_TRY_LINK([], [
5242
  long long foo = 0;
5243
  foo = foo+1;
5244
  ],
5245
  kde_cv_c_long_long=yes, kde_cv_c_long_long=no)
5246
  AC_LANG_RESTORE
5247
])
5248
AC_MSG_RESULT($kde_cv_c_long_long)
5249
if test "$kde_cv_c_long_long" = yes; then
5250
   AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
5251
fi
5252
])
155 andreas 5253
m4trace:acinclude.m4:5131: -1- AC_DEFUN([KDE_CHECK_LIB], [
151 andreas 5254
     kde_save_LDFLAGS="$LDFLAGS"
5255
     dnl AC_CHECK_LIB modifies LIBS, so save it here
5256
     kde_save_LIBS="$LIBS"
5257
     LDFLAGS="$LDFLAGS $all_libraries"
5258
     case $host_os in
5259
      aix*) LDFLAGS="-brtl $LDFLAGS"
5260
	test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS"
5261
	;;
5262
     esac
5263
     AC_CHECK_LIB($1, $2, $3, $4, $5)
5264
     LDFLAGS="$kde_save_LDFLAGS"
5265
     LIBS="$kde_save_LIBS"
5266
])
155 andreas 5267
m4trace:acinclude.m4:5147: -1- AC_DEFUN([KDE_JAVA_PREFIX], [
151 andreas 5268
	dir=`dirname "$1"`
5269
	base=`basename "$1"`
5270
	list=`ls -1 $dir 2> /dev/null`
5271
	for entry in $list; do 
5272
		if test -d $dir/$entry/bin; then
5273
			case $entry in
5274
			   $base)
5275
				javadirs="$javadirs $dir/$entry/bin"
5276
				;;
5277
			esac
5278
		elif test -d $dir/$entry/jre/bin; then
5279
			case $entry in
5280
			   $base)
5281
				javadirs="$javadirs $dir/$entry/jre/bin"
5282
				;;
5283
			esac
5284
		fi
5285
	done
5286
])
155 andreas 5287
m4trace:acinclude.m4:5170: -1- AC_DEFUN([KDE_CHECK_JAVA_DIR], [
151 andreas 5288
 
5289
AC_ARG_WITH(java,
5290
AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]),
5291
[  ac_java_dir=$withval
5292
], ac_java_dir=""
5293
)
5294
 
5295
AC_MSG_CHECKING([for Java])
5296
 
5297
dnl at this point ac_java_dir is either a dir, 'no' to disable, or '' to say look in $PATH
5298
if test "x$ac_java_dir" = "xno"; then
5299
   kde_java_bindir=no
5300
   kde_java_includedir=no
5301
   kde_java_libjvmdir=no
5302
   kde_java_libgcjdir=no
5303
   kde_java_libhpidir=no
5304
else
5305
  if test "x$ac_java_dir" = "x"; then
5306
 
5307
 
5308
      dnl No option set -> collect list of candidate paths
5309
      if test -n "$JAVA_HOME"; then
5310
        KDE_JAVA_PREFIX($JAVA_HOME)
5311
      fi
5312
      KDE_JAVA_PREFIX(/usr/j2se)
5313
      KDE_JAVA_PREFIX(/usr/lib/j2se)
5314
      KDE_JAVA_PREFIX(/usr/j*dk*)
5315
      KDE_JAVA_PREFIX(/usr/lib/j*dk*)
5316
      KDE_JAVA_PREFIX(/opt/j*sdk*)
5317
      KDE_JAVA_PREFIX(/usr/lib/java*)
5318
      KDE_JAVA_PREFIX(/usr/java*)
5319
      KDE_JAVA_PREFIX(/usr/java/j*dk*)
5320
      KDE_JAVA_PREFIX(/usr/java/j*re*)
5321
      KDE_JAVA_PREFIX(/usr/lib/SunJava2*)
5322
      KDE_JAVA_PREFIX(/usr/lib/SunJava*)
5323
      KDE_JAVA_PREFIX(/usr/lib/IBMJava2*)
5324
      KDE_JAVA_PREFIX(/usr/lib/IBMJava*)
5325
      KDE_JAVA_PREFIX(/opt/java*)
5326
 
5327
      kde_cv_path="NONE"
5328
      kde_save_IFS=$IFS
5329
      IFS=':'
5330
      for dir in $PATH; do
5331
	  if test -d "$dir"; then
5332
	      javadirs="$javadirs $dir"
5333
	  fi
5334
      done
5335
      IFS=$kde_save_IFS
5336
      jredirs=
5337
 
5338
      dnl Now javadirs contains a list of paths that exist, all ending with bin/
5339
      for dir in $javadirs; do
5340
          dnl Check for the java executable
5341
	  if test -x "$dir/java"; then
5342
	      sane_path=$(cd $dir; /bin/pwd)
5343
	      dnl And also check for a libjvm.so somewhere under there
5344
	      dnl Since we have to go to the parent dir, /usr/bin is excluded, /usr is too big.
5345
              if test "$sane_path" != "/usr/bin"; then
5346
                  libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5347
		  if test ! -f $libjvmdir/libjvm.so; then continue; fi
5348
		  jredirs="$jredirs $dir"
5349
	      fi
5350
	  fi
5351
      done
5352
 
5353
      dnl Now jredirs contains a reduced list, of paths where both java and ../**/libjvm.so was found
5354
      JAVAC=
5355
      JAVA=
5356
      kde_java_bindir=no
5357
      for dir in $jredirs; do
5358
	  JAVA="$dir/java"
5359
	  kde_java_bindir=$dir
5360
	  if test -x "$dir/javac"; then
5361
		JAVAC="$dir/javac"
5362
                break
5363
	  fi
5364
      done
5365
 
5366
      if test -n "$JAVAC"; then
5367
          dnl this substitution might not work - well, we test for jni.h below
5368
          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
5369
      else
5370
          kde_java_includedir=no
5371
      fi
5372
  else
5373
    dnl config option set
5374
    kde_java_bindir=$ac_java_dir/bin
5375
    if test -x $ac_java_dir/bin/java && test ! -x $ac_java_dir/bin/javac; then
5376
	kde_java_includedir=no
5377
    else
5378
        kde_java_includedir=$ac_java_dir/include
5379
    fi
5380
  fi
5381
fi
5382
 
5383
dnl At this point kde_java_bindir and kde_java_includedir are either set or "no"
5384
if test "x$kde_java_bindir" != "xno"; then
5385
 
5386
  dnl Look for libjvm.so
5387
  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
5388
  dnl Look for libgcj.so
5389
  kde_java_libgcjdir=`find $kde_java_bindir/.. -name libgcj.so | sed 's,libgcj.so,,'|head -n 1`
5390
  dnl Look for libhpi.so and avoid green threads
5391
  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
5392
 
5393
  dnl Now check everything's fine under there
5394
  dnl the include dir is our flag for having the JDK
5395
  if test -d "$kde_java_includedir"; then
5396
    if test ! -x "$kde_java_bindir/javac"; then
5397
      AC_MSG_ERROR([javac not found under $kde_java_bindir - it seems you passed a wrong --with-java.])
5398
    fi
5399
    if test ! -x "$kde_java_bindir/javah"; then
5400
      AC_MSG_ERROR([javah not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5401
    fi
5402
    if test ! -x "$kde_java_bindir/jar"; then
5403
      AC_MSG_ERROR([jar not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5404
    fi
5405
    if test ! -r "$kde_java_includedir/jni.h"; then
5406
      AC_MSG_ERROR([jni.h not found under $kde_java_includedir. Use --with-java or --without-java.])
5407
    fi
5408
 
5409
    jni_includes="-I$kde_java_includedir"
5410
    dnl Strange thing, jni.h requires jni_md.h which is under genunix here..
5411
    dnl and under linux here.. 
5412
 
5413
    dnl not needed for gcj
5414
 
5415
    if test "x$kde_java_libgcjdir" = "x"; then 
5416
      test -d "$kde_java_includedir/linux" && jni_includes="$jni_includes -I$kde_java_includedir/linux"
5417
      test -d "$kde_java_includedir/solaris" && jni_includes="$jni_includes -I$kde_java_includedir/solaris"
5418
      test -d "$kde_java_includedir/genunix" && jni_includes="$jni_includes -I$kde_java_includedir/genunix"
5419
    fi
5420
 
5421
  else
5422
    JAVAC=
5423
    jni_includes=
5424
  fi
5425
 
5426
  if test "x$kde_java_libgcjdir" = "x"; then 
5427
     if test ! -r "$kde_java_libjvmdir/libjvm.so"; then
5428
        AC_MSG_ERROR([libjvm.so not found under $kde_java_libjvmdir. Use --without-java.])
5429
     fi 
5430
  else
5431
     if test ! -r "$kde_java_libgcjdir/libgcj.so"; then
5432
        AC_MSG_ERROR([libgcj.so not found under $kde_java_libgcjdir. Use --without-java.])
5433
     fi 
5434
  fi
5435
 
5436
  if test ! -x "$kde_java_bindir/java"; then
5437
      AC_MSG_ERROR([java not found under $kde_java_bindir. javac was found though! Use --with-java or --without-java.])
5438
  fi
5439
 
5440
  dnl not needed for gcj compile
5441
 
5442
  if test "x$kde_java_libgcjdir" = "x"; then 
5443
      if test ! -r "$kde_java_libhpidir/libhpi.so"; then
5444
        AC_MSG_ERROR([libhpi.so not found under $kde_java_libhpidir. Use --without-java.])
5445
      fi
5446
  fi
5447
 
5448
  if test -n "$jni_includes"; then
5449
    dnl Check for JNI version
5450
    AC_LANG_SAVE
5451
    AC_LANG_CPLUSPLUS
5452
    ac_cxxflags_safe="$CXXFLAGS"
5453
    CXXFLAGS="$CXXFLAGS $all_includes $jni_includes"
5454
 
5455
    AC_TRY_COMPILE([
5456
  #include <jni.h>
5457
	      ],
5458
	      [
5459
  #ifndef JNI_VERSION_1_2
5460
  Syntax Error
5461
  #endif
5462
	      ],[ kde_jni_works=yes ],
5463
	      [ kde_jni_works=no ])
5464
 
5465
    if test $kde_jni_works = no; then
5466
      AC_MSG_ERROR([Incorrect version of $kde_java_includedir/jni.h.
5467
		    You need to have Java Development Kit (JDK) version 1.2. 
5468
 
5469
		    Use --with-java to specify another location.
5470
		    Use --without-java to configure without java support.
5471
		    Or download a newer JDK and try again. 
5472
		    See e.g. http://java.sun.com/products/jdk/1.2 ])
5473
    fi
5474
 
5475
    CXXFLAGS="$ac_cxxflags_safe"    
5476
    AC_LANG_RESTORE
5477
 
5478
    dnl All tests ok, inform and subst the variables
5479
 
5480
    JAVAC=$kde_java_bindir/javac
5481
    JAVAH=$kde_java_bindir/javah
5482
    JAR=$kde_java_bindir/jar
5483
    AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5484
    if test "x$kde_java_libgcjdir" = "x"; then 
5485
      JVMLIBS="-L$kde_java_libjvmdir -ljvm -L$kde_java_libhpidir -lhpi"
5486
    else
5487
      JVMLIBS="-L$kde_java_libgcjdir -lgcj"
5488
    fi
5489
    AC_MSG_RESULT([java JDK in $kde_java_bindir])
5490
 
5491
  else
5492
      AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5493
      AC_MSG_RESULT([java JRE in $kde_java_bindir])
5494
  fi
5495
elif test -d "/Library/Java/Home"; then
5496
  kde_java_bindir="/Library/Java/Home/bin"
5497
  jni_includes="-I/Library/Java/Home/include"
5498
 
5499
  JAVAC=$kde_java_bindir/javac
5500
  JAVAH=$kde_java_bindir/javah
5501
  JAR=$kde_java_bindir/jar
5502
  JVMLIBS="-Wl,-framework,JavaVM"
5503
 
5504
  AC_DEFINE_UNQUOTED(PATH_JAVA, "$kde_java_bindir/java", [Define where your java executable is])
5505
  AC_MSG_RESULT([Apple Java Framework])
5506
else
5507
  AC_MSG_RESULT([none found])
5508
fi
5509
 
5510
AC_SUBST(JAVAC)
5511
AC_SUBST(JAVAH)
5512
AC_SUBST(JAR)
5513
AC_SUBST(JVMLIBS)
5514
AC_SUBST(jni_includes)
5515
 
5516
# for backward compat
5517
kde_cv_java_includedir=$kde_java_includedir
5518
kde_cv_java_bindir=$kde_java_bindir
5519
])
155 andreas 5520
m4trace:acinclude.m4:5421: -1- AC_DEFUN([KDE_NEED_FLEX], [
151 andreas 5521
kde_libs_safe=$LIBS
5522
LIBS="$LIBS $USER_LDFLAGS"
5523
AM_PROG_LEX
5524
LIBS=$kde_libs_safe
5525
if test -z "$LEXLIB"; then
5526
    AC_MSG_ERROR([You need to have flex installed.])
5527
fi
5528
AC_SUBST(LEXLIB)
5529
])
155 andreas 5530
m4trace:acinclude.m4:5433: -1- AC_DEFUN([AC_PATH_QTOPIA], [
151 andreas 5531
  dnl TODO: use AC_CACHE_VAL
5532
 
5533
  if test -z "$1"; then
5534
    qtopia_minver_maj=1
5535
    qtopia_minver_min=5
5536
    qtopia_minver_pat=0
5537
  else
5538
    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
5539
    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
5540
    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
5541
  fi
5542
 
5543
  qtopia_minver="$qtopia_minver_maj$qtopia_minver_min$qtopia_minver_pat"
5544
  qtopia_minverstr="$qtopia_minver_maj.$qtopia_minver_min.$qtopia_minver_pat"
5545
 
5546
  AC_REQUIRE([AC_PATH_QT])
5547
 
5548
  AC_MSG_CHECKING([for Qtopia])
5549
 
5550
  LIB_QTOPIA="-lqpe"
5551
  AC_SUBST(LIB_QTOPIA)
5552
 
5553
  kde_qtopia_dirs="$QPEDIR /opt/Qtopia"
5554
 
5555
  ac_qtopia_incdir=NO
5556
 
5557
  AC_ARG_WITH(qtopia-dir,
5558
              AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]),
5559
              [  ac_qtopia_incdir="$withval"/include] ) 
5560
 
5561
  qtopia_incdirs=""
5562
  for dir in $kde_qtopia_dirs; do
5563
    qtopia_incdirs="$qtopia_incdirs $dir/include"
5564
  done
5565
 
5566
  if test ! "$ac_qtopia_incdir" = "NO"; then
5567
    qtopia_incdirs="$ac_qtopia_incdir $qtopia_incdirs"
5568
  fi
5569
 
5570
  qtopia_incdir=""
5571
  AC_FIND_FILE(qpe/qpeapplication.h, $qtopia_incdirs, qtopia_incdir)
5572
  ac_qtopia_incdir="$qtopia_incdir"
5573
 
5574
  if test -z "$qtopia_incdir"; then
5575
    AC_MSG_ERROR([Cannot find Qtopia headers. Please check your installation.])
5576
  fi
5577
 
5578
  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
5579
  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
5580
  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
5581
 
5582
  qtopia_ver="$qtopia_ver_maj$qtopia_ver_min$qtopia_ver_pat"
5583
  qtopia_verstr="$qtopia_ver_maj.$qtopia_ver_min.$qtopia_ver_pat"
5584
  if test "$qtopia_ver" -lt "$qtopia_minver"; then
5585
    AC_MSG_ERROR([found Qtopia version $qtopia_verstr but version $qtopia_minverstr
5586
is required.])
5587
  fi
5588
 
5589
  AC_LANG_SAVE
5590
  AC_LANG_CPLUSPLUS
5591
 
5592
  ac_cxxflags_safe="$CXXFLAGS"
5593
  ac_ldflags_safe="$LDFLAGS"
5594
  ac_libs_safe="$LIBS"
5595
 
5596
  CXXFLAGS="$CXXFLAGS -I$qtopia_incdir $all_includes"
5597
  LDFLAGS="$LDFLAGS $QT_LDFLAGS $all_libraries $USER_LDFLAGS $KDE_MT_LDFLAGS"
5598
  LIBS="$LIBS $LIB_QTOPIA $LIBQT"
5599
 
5600
  cat > conftest.$ac_ext <<EOF
5601
#include "confdefs.h"
5602
#include <qpe/qpeapplication.h>
5603
#include <qpe/version.h>
5604
 
5605
int main( int argc, char **argv )
5606
{
5607
    QPEApplication app( argc, argv );
5608
    return 0;
5609
}
5610
EOF
5611
 
5612
  if AC_TRY_EVAL(ac_link) && test -s conftest; then
5613
    rm -f conftest*
5614
  else
5615
    rm -f conftest*
5616
    AC_MSG_ERROR([Cannot link small Qtopia Application. For more details look at
5617
the end of config.log])
5618
  fi
5619
 
5620
  CXXFLAGS="$ac_cxxflags_safe"
5621
  LDFLAGS="$ac_ldflags_safe"
5622
  LIBS="$ac_libs_safe"
5623
 
5624
  AC_LANG_RESTORE
5625
 
5626
  QTOPIA_INCLUDES="-I$qtopia_incdir"
5627
  AC_SUBST(QTOPIA_INCLUDES)
5628
 
5629
  AC_MSG_RESULT([found version $qtopia_verstr with headers at $qtopia_incdir])
5630
])
155 andreas 5631
m4trace:acinclude.m4:5537: -1- AC_DEFUN([KDE_INIT_DOXYGEN], [
151 andreas 5632
AC_MSG_CHECKING([for Qt docs])
5633
kde_qtdir=
5634
if test "${with_qt_dir+set}" = set; then
5635
  kde_qtdir="$with_qt_dir"
5636
fi
5637
 
5638
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)
5639
AC_MSG_RESULT($QTDOCDIR)
5640
 
5641
AC_SUBST(QTDOCDIR)
5642
 
5643
KDE_FIND_PATH(dot, DOT, [], [])
5644
if test -n "$DOT"; then
5645
  KDE_HAVE_DOT="YES"
5646
else
5647
  KDE_HAVE_DOT="NO"
5648
fi
5649
AC_SUBST(KDE_HAVE_DOT)
5650
KDE_FIND_PATH(doxygen, DOXYGEN, [], [])
5651
AC_SUBST(DOXYGEN)
5652
 
5653
DOXYGEN_PROJECT_NAME="$1"
5654
DOXYGEN_PROJECT_NUMBER="$2"
5655
AC_SUBST(DOXYGEN_PROJECT_NAME)
5656
AC_SUBST(DOXYGEN_PROJECT_NUMBER)
5657
 
5658
KDE_HAS_DOXYGEN=no
5659
if test -n "$DOXYGEN" && test -x "$DOXYGEN" && test -f $QTDOCDIR/qsql.html; then
5660
  KDE_HAS_DOXYGEN=yes
5661
fi
5662
AC_SUBST(KDE_HAS_DOXYGEN)
5663
 
5664
])
155 andreas 5665
m4trace:acinclude.m4:5574: -1- AC_DEFUN([AC_FIND_BZIP2], [
151 andreas 5666
AC_MSG_CHECKING([for bzDecompress in libbz2])
5667
AC_CACHE_VAL(ac_cv_lib_bzip2,
5668
[
5669
AC_LANG_SAVE
5670
AC_LANG_CPLUSPLUS
5671
kde_save_LIBS="$LIBS"
5672
LIBS="$all_libraries $USER_LDFLAGS -lbz2 $LIBSOCKET"
5673
kde_save_CXXFLAGS="$CXXFLAGS"
5674
CXXFLAGS="$CXXFLAGS $all_includes $USER_INCLUDES"
5675
AC_TRY_LINK(dnl
5676
[
5677
#define BZ_NO_STDIO
5678
#include<bzlib.h>
5679
],
5680
            [ bz_stream s; (void) bzDecompress(&s); ],
5681
            eval "ac_cv_lib_bzip2='-lbz2'",
5682
            eval "ac_cv_lib_bzip2=no")
5683
LIBS="$kde_save_LIBS"
5684
CXXFLAGS="$kde_save_CXXFLAGS"
5685
AC_LANG_RESTORE
5686
])dnl
5687
AC_MSG_RESULT($ac_cv_lib_bzip2)
5688
 
5689
if test ! "$ac_cv_lib_bzip2" = no; then
5690
  BZIP2DIR=bzip2
5691
 
5692
  LIBBZ2="$ac_cv_lib_bzip2"
5693
  AC_SUBST(LIBBZ2)
5694
 
5695
else
5696
 
5697
   cxx_shared_flag=
5698
   ld_shared_flag=
5699
   KDE_CHECK_COMPILER_FLAG(shared, [
5700
	ld_shared_flag="-shared"
5701
   ])
5702
   KDE_CHECK_COMPILER_FLAG(fPIC, [
5703
        cxx_shared_flag="-fPIC"
5704
   ])
5705
 
5706
   AC_MSG_CHECKING([for BZ2_bzDecompress in (shared) libbz2])
5707
   AC_CACHE_VAL(ac_cv_lib_bzip2_prefix,
5708
   [
5709
   AC_LANG_SAVE
5710
   AC_LANG_CPLUSPLUS
5711
   kde_save_LIBS="$LIBS"
5712
   LIBS="$all_libraries $USER_LDFLAGS $ld_shared_flag -lbz2 $LIBSOCKET"
5713
   kde_save_CXXFLAGS="$CXXFLAGS"
5714
   CXXFLAGS="$CFLAGS $cxx_shared_flag $all_includes $USER_INCLUDES"
5715
 
5716
   AC_TRY_LINK(dnl
5717
   [
5718
   #define BZ_NO_STDIO
5719
   #include<bzlib.h>
5720
   ],
5721
               [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
5722
               eval "ac_cv_lib_bzip2_prefix='-lbz2'",
5723
               eval "ac_cv_lib_bzip2_prefix=no")
5724
   LIBS="$kde_save_LIBS"
5725
   CXXFLAGS="$kde_save_CXXFLAGS"
5726
   AC_LANG_RESTORE
5727
   ])dnl
5728
 
5729
   AC_MSG_RESULT($ac_cv_lib_bzip2_prefix)
5730
 
5731
   if test ! "$ac_cv_lib_bzip2_prefix" = no; then
5732
     BZIP2DIR=bzip2
5733
 
5734
     LIBBZ2="$ac_cv_lib_bzip2_prefix"
5735
     AC_SUBST(LIBBZ2)
5736
 
5737
     AC_DEFINE(NEED_BZ2_PREFIX, 1, [Define if the libbz2 functions need the BZ2_ prefix])
5738
   dnl else, we just ignore this
5739
   fi
5740
 
5741
fi
5742
AM_CONDITIONAL(include_BZIP2, test -n "$BZIP2DIR")
5743
])
155 andreas 5744
m4trace:acinclude.m4:5660: -1- AC_DEFUN([CHECK_GDAL], [
5745
LIBGDAL="-lgdal1.5.0"
5746
AC_REQUIRE([KDE_CHECK_LIB64])
5747
 
5748
ac_gdal_includes=NO ac_gdal_libraries=NO
5749
gdal_libraries=""
5750
gdal_includes=""
5751
AC_ARG_WITH(gdal-dir,
5752
    AC_HELP_STRING([--with-gdal-dir=DIR],[where the root of GDAL is installed]),
5753
    [  ac_gdal_includes="$withval"/include
5754
       ac_gdal_libraries="$withval"/lib$kdelibstuff
5755
    ])
5756
 
5757
want_gdal=yes
5758
AC_ARG_WITH(gdal,
5759
    AC_HELP_STRING([--without-gdal],[disable GDAL checks]),
5760
    [want_gdal=$withval])
5761
 
5762
if test $want_gdal = yes; then
5763
 
5764
AC_MSG_CHECKING(for GDAL)
5765
 
5766
AC_CACHE_VAL(ac_cv_have_gdal,
5767
[#try to guess GDAL locations
5768
 
5769
  gdal_incdirs="/usr/include /usr/local/include /usr/include/gdal /usr/local/include/gdal $prefix/include $prefix/include/gdal"
5770
  gdal_incdirs="$ac_gdal_includes $gdal_incdirs"
5771
  AC_FIND_FILE(gdal/gdal_priv.h, $gdal_incdirs, gdal_incdir)
5772
  ac_gdal_includes="$gdal_incdir"
5773
 
5774
  gdal_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/gdal/lib$kdelibsuff /usr/local/gdal/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
5775
  if test ! "$ac_gdal_libraries" = "NO"; then
5776
    gdal_libdirs="$ac_gdal_libraries $gdal_libdirs"
5777
  fi
5778
 
5779
  test=NONE
5780
  gdal_libdir=NONE
5781
  for dir in $gdal_libdirs; do
5782
    try="ls -1 $dir/libgdal1.5.0*"
5783
    if test=`eval $try 2> /dev/null`; then gdal_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
5784
  done
5785
 
5786
  ac_gdal_libraries="$gdal_libdir"
5787
 
5788
  ac_ldflags_safe="$LDFLAGS"
5789
  ac_libs_safe="$LIBS"
5790
 
5791
  LDFLAGS="$LDFLAGS -L$gdal_libdir $all_libraries"
5792
  LIBS="$LIBS $LIBGDAL"
5793
 
5794
  AC_TRY_LINK(,GDALOpen ("/.", GA_ReadOnly);,
5795
  ac_gdal_test="yes"
5796
  ,
5797
  ac_gdal_test="no"
5798
  )
5799
 
5800
  LDFLAGS="$ac_ldflags_safe"
5801
  LIBS="$ac_libs_safe"
5802
 
5803
  if test "$ac_gdal_includes" = NO || test "$ac_gdal_libraries" = NO; then
5804
    have_gdal=no
5805
  else
5806
    have_gdal=yes;
5807
  fi
5808
 
5809
  ])
5810
 
5811
  eval "$ac_cv_have_gdal"
5812
 
5813
  AC_MSG_RESULT([libraries $ac_gdal_libraries, headers $ac_gdal_includes])
5814
else
5815
  have_gdal=no
5816
fi
5817
 
5818
if test "$have_gdal" = yes; then
5819
  AC_MSG_CHECKING(for GDAL version)
5820
  dnl Check for GDAL version
5821
  AC_CACHE_VAL(ac_cv_gdal_version,
5822
  [
5823
 
5824
    cat >conftest.$ac_ext <<EOF
5825
#include <gdal/gdal_priv.h>
5826
#include <stdio.h>
5827
    int main() {
5828
 
5829
#ifndef GDAL_VERSION_NUM
5830
      printf("gdal_version=\\"error\\"\n");
5831
#else
5832
      if (GDAL_VERSION_NUM < 1500)
5833
        printf("gdal_version=\\"old\\"\n");
5834
      else
5835
        printf("gdal_version=\\"ok\\"\n");
5836
#endif
5837
     return (0);
5838
    }
5839
EOF
5840
 
5841
    ac_save_CPPFLAGS=$CPPFLAGS
5842
    if test "$ac_gdal_includes" != "/usr/include"; then
5843
        CPPFLAGS="$CPPFLAGS -I$ac_gdal_includes"
5844
    fi
5845
 
5846
    if AC_TRY_EVAL(ac_link); then 
5847
 
5848
      if eval `./conftest 2>&5`; then
5849
        if test $gdal_version = error; then
5850
          AC_MSG_ERROR([$gdal_incdir/gdal/gdal_priv.h doesn't define GDAL_VERSION_NUM !])
5851
        else
5852
          if test $gdal_version = old; then
5853
            AC_MSG_WARN([GDAL version too old. Upgrade to 1.5.0 at least, see http://www.gdal.org. GDAL support disabled.])
5854
            have_gdal=no
5855
          fi
5856
        fi
5857
        ac_cv_gdal_version="gdal_version=$gdal_version"
5858
      else
5859
        AC_MSG_ERROR([Your system couldn't run a small GDAL test program.
5860
        Check config.log, and if you can't figure it out, send a mail to 
5861
        Andreas Theofilu <andreas@theosys.at>, attaching your config.log])
5862
      fi
5863
 
5864
    else
5865
      AC_MSG_ERROR([Your system couldn't link a small GDAL test program.
5866
      Check config.log, and if you can't figure it out, send a mail to 
5867
      Andreas Theofilu <andreas@theosys.at>, attaching your config.log])
5868
    fi 
5869
    CPPFLAGS=$ac_save_CPPFLAGS
5870
 
5871
  ])
5872
 
5873
  eval "$ac_cv_gdal_version"
5874
  AC_MSG_RESULT($gdal_version)
5875
fi
5876
 
5877
if test "$have_gdal" != yes; then
5878
  LIBGDAL="";
5879
else
5880
  AC_DEFINE(HAVE_GDAL, 1, [If we are going to use GDAL])
5881
  ac_cv_have_gdal="have_gdal=yes \
5882
    ac_gdal_includes=$ac_gdal_includes ac_gdal_libraries=$ac_gdal_libraries"
5883
 
5884
  gdal_libraries="$ac_gdal_libraries"
5885
  gdal_includes="$ac_gdal_includes"
5886
 
5887
  if test $gdal_version = "old"; then
5888
    AC_DEFINE(HAVE_OLD_GDAL_API, 1, [Define if you have GDAL < 1.5.0])
5889
  fi
5890
fi
5891
 
5892
GDAL_INCLUDES=
5893
 
5894
if test "$gdal_includes" = "/usr/include"; then
5895
  if test -f /usr/kerberos/include/krb5.h; then
5896
	GDAL_INCLUDES="-I/usr/kerberos/include"
5897
  fi
5898
elif test  "$gdal_includes" != "/usr/local/include" && test -n "$gdal_includes"; then
5899
  GDAL_INCLUDES="-I$gdal_includes"
5900
fi
5901
 
5902
if test "$gdal_libraries" = "/usr/lib" || test "$gdal_libraries" = "/usr/local/lib" || test -z "$gdal_libraries" || test "$gdal_libraries" = "NONE"; then
5903
 GDAL_LDFLAGS=""
5904
else
5905
 GDAL_LDFLAGS="-L$gdal_libraries -R$gdal_libraries"
5906
fi
5907
 
5908
AC_SUBST(GDAL_INCLUDES)
5909
AC_SUBST(GDAL_LDFLAGS)
5910
AC_SUBST(LIBGDAL)
5911
])
5912
m4trace:acinclude.m4:5836: -1- AC_DEFUN([KDE_CHECK_SSL], [
151 andreas 5913
LIBSSL="-lssl -lcrypto"
5914
AC_REQUIRE([KDE_CHECK_LIB64])
5915
 
5916
ac_ssl_includes=NO ac_ssl_libraries=NO
5917
ssl_libraries=""
5918
ssl_includes=""
5919
AC_ARG_WITH(ssl-dir,
5920
    AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
5921
    [  ac_ssl_includes="$withval"/include
5922
       ac_ssl_libraries="$withval"/lib$kdelibsuff
5923
    ])
5924
 
5925
want_ssl=yes
5926
AC_ARG_WITH(ssl,
5927
    AC_HELP_STRING([--without-ssl],[disable SSL checks]),
5928
    [want_ssl=$withval])
5929
 
5930
if test $want_ssl = yes; then
5931
 
5932
AC_MSG_CHECKING(for OpenSSL)
5933
 
5934
AC_CACHE_VAL(ac_cv_have_ssl,
5935
[#try to guess OpenSSL locations
5936
 
5937
  ssl_incdirs="/usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include $prefix/include $kde_extra_includes"
5938
  ssl_incdirs="$ac_ssl_includes $ssl_incdirs"
5939
  AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
5940
  ac_ssl_includes="$ssl_incdir"
5941
 
5942
  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"
5943
  if test ! "$ac_ssl_libraries" = "NO"; then
5944
    ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
5945
  fi
5946
 
5947
  test=NONE
5948
  ssl_libdir=NONE
5949
  for dir in $ssl_libdirs; do
5950
    try="ls -1 $dir/libssl*"
5951
    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
5952
  done
5953
 
5954
  ac_ssl_libraries="$ssl_libdir"
5955
 
5956
  ac_ldflags_safe="$LDFLAGS"
5957
  ac_libs_safe="$LIBS"
5958
 
5959
  LDFLAGS="$LDFLAGS -L$ssl_libdir $all_libraries"
5960
  LIBS="$LIBS $LIBSSL -lRSAglue -lrsaref"
5961
 
5962
  AC_TRY_LINK(,void RSAPrivateEncrypt(void);RSAPrivateEncrypt();,
5963
  ac_ssl_rsaref="yes"
5964
  ,
5965
  ac_ssl_rsaref="no"
5966
  )
5967
 
5968
  LDFLAGS="$ac_ldflags_safe"
5969
  LIBS="$ac_libs_safe"
5970
 
5971
  if test "$ac_ssl_includes" = NO || test "$ac_ssl_libraries" = NO; then
5972
    have_ssl=no
5973
  else
5974
    have_ssl=yes;
5975
  fi
5976
 
5977
  ])
5978
 
5979
  eval "$ac_cv_have_ssl"
5980
 
5981
  AC_MSG_RESULT([libraries $ac_ssl_libraries, headers $ac_ssl_includes])
5982
 
5983
  AC_MSG_CHECKING([whether OpenSSL uses rsaref])
5984
  AC_MSG_RESULT($ac_ssl_rsaref)
5985
 
5986
  AC_MSG_CHECKING([for easter eggs])
5987
  AC_MSG_RESULT([none found])
5988
 
5989
else
5990
  have_ssl=no
5991
fi
5992
 
5993
if test "$have_ssl" = yes; then
5994
  AC_MSG_CHECKING(for OpenSSL version)
5995
  dnl Check for SSL version
5996
  AC_CACHE_VAL(ac_cv_ssl_version,
5997
  [
5998
 
5999
    cat >conftest.$ac_ext <<EOF
6000
#include <openssl/opensslv.h>
6001
#include <stdio.h>
6002
    int main() {
6003
 
6004
#ifndef OPENSSL_VERSION_NUMBER
6005
      printf("ssl_version=\\"error\\"\n");
6006
#else
6007
      if (OPENSSL_VERSION_NUMBER < 0x00906000)
6008
        printf("ssl_version=\\"old\\"\n");
6009
      else
6010
        printf("ssl_version=\\"ok\\"\n");
6011
#endif
6012
     return (0);
6013
    }
6014
EOF
6015
 
6016
    ac_save_CPPFLAGS=$CPPFLAGS
6017
    if test "$ac_ssl_includes" != "/usr/include"; then
6018
        CPPFLAGS="$CPPFLAGS -I$ac_ssl_includes"
6019
    fi
6020
 
6021
    if AC_TRY_EVAL(ac_link); then 
6022
 
6023
      if eval `./conftest 2>&5`; then
6024
        if test $ssl_version = error; then
6025
          AC_MSG_ERROR([$ssl_incdir/openssl/opensslv.h doesn't define OPENSSL_VERSION_NUMBER !])
6026
        else
6027
          if test $ssl_version = old; then
6028
            AC_MSG_WARN([OpenSSL version too old. Upgrade to 0.9.6 at least, see http://www.openssl.org. SSL support disabled.])
6029
            have_ssl=no
6030
          fi
6031
        fi
6032
        ac_cv_ssl_version="ssl_version=$ssl_version"
6033
      else
6034
        AC_MSG_ERROR([Your system couldn't run a small SSL test program.
6035
        Check config.log, and if you can't figure it out, send a mail to 
6036
        David Faure <faure@kde.org>, attaching your config.log])
6037
      fi
6038
 
6039
    else
6040
      AC_MSG_ERROR([Your system couldn't link a small SSL test program.
6041
      Check config.log, and if you can't figure it out, send a mail to 
6042
      David Faure <faure@kde.org>, attaching your config.log])
6043
    fi 
6044
    CPPFLAGS=$ac_save_CPPFLAGS
6045
 
6046
  ])
6047
 
6048
  eval "$ac_cv_ssl_version"
6049
  AC_MSG_RESULT($ssl_version)
6050
fi
6051
 
6052
if test "$have_ssl" != yes; then
6053
  LIBSSL="";
6054
else
6055
  AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL])
6056
  ac_cv_have_ssl="have_ssl=yes \
6057
    ac_ssl_includes=$ac_ssl_includes ac_ssl_libraries=$ac_ssl_libraries ac_ssl_rsaref=$ac_ssl_rsaref"
6058
 
6059
 
6060
  ssl_libraries="$ac_ssl_libraries"
6061
  ssl_includes="$ac_ssl_includes"
6062
 
6063
  if test "$ac_ssl_rsaref" = yes; then
6064
    LIBSSL="-lssl -lcrypto -lRSAglue -lrsaref" 
6065
  fi
6066
 
6067
  if test $ssl_version = "old"; then
6068
    AC_DEFINE(HAVE_OLD_SSL_API, 1, [Define if you have OpenSSL < 0.9.6])
6069
  fi
6070
fi
6071
 
6072
SSL_INCLUDES=
6073
 
6074
if test "$ssl_includes" = "/usr/include"; then
6075
  if test -f /usr/kerberos/include/krb5.h; then
6076
	SSL_INCLUDES="-I/usr/kerberos/include"
6077
  fi
6078
elif test  "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
6079
  SSL_INCLUDES="-I$ssl_includes"
6080
fi
6081
 
6082
if test "$ssl_libraries" = "/usr/lib" || test "$ssl_libraries" = "/usr/local/lib" || test -z "$ssl_libraries" || test "$ssl_libraries" = "NONE"; then
6083
 SSL_LDFLAGS=""
6084
else
6085
 SSL_LDFLAGS="-L$ssl_libraries -R$ssl_libraries"
6086
fi
6087
 
6088
AC_SUBST(SSL_INCLUDES)
6089
AC_SUBST(SSL_LDFLAGS)
6090
AC_SUBST(LIBSSL)
6091
])
155 andreas 6092
m4trace:acinclude.m4:6018: -1- AC_DEFUN([KDE_CHECK_STRLCPY], [
151 andreas 6093
  AC_REQUIRE([AC_CHECK_STRLCAT])
6094
  AC_REQUIRE([AC_CHECK_STRLCPY])
6095
  AC_CHECK_SIZEOF(size_t)
6096
  AC_CHECK_SIZEOF(unsigned long)
6097
 
6098
  AC_MSG_CHECKING([sizeof size_t == sizeof unsigned long])
6099
  AC_TRY_COMPILE(,[
6100
    #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_LONG
6101
       choke me
6102
    #endif
6103
    ],AC_MSG_RESULT([yes]),[
6104
      AC_MSG_RESULT(no)
6105
      AC_MSG_ERROR([
6106
       Apparently on your system our assumption sizeof size_t == sizeof unsigned long 
6107
       does not apply. Please mail kde-devel@kde.org with a description of your system!
6108
      ])
6109
  ])
6110
])
155 andreas 6111
m4trace:acinclude.m4:6039: -1- AC_DEFUN([KDE_CHECK_BINUTILS], [
151 andreas 6112
  AC_MSG_CHECKING([if ld supports unversioned version maps])
6113
 
6114
  kde_save_LDFLAGS="$LDFLAGS"
6115
  LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
6116
  echo "{ local: extern \"C++\" { foo }; };" > conftest.map
6117
  AC_TRY_LINK([int foo;],
6118
[
6119
#ifdef __INTEL_COMPILER
6120
icc apparently does not support libtools version-info and version-script
6121
at the same time. Dunno where the bug is, but until somebody figured out,
6122
better disable the optional version scripts.
6123
#endif
6124
 
6125
  foo = 42;
6126
], kde_supports_versionmaps=yes, kde_supports_versionmaps=no)
6127
  LDFLAGS="$kde_save_LDFLAGS"
6128
  rm -f conftest.map
6129
  AM_CONDITIONAL(include_VERSION_SCRIPT, 
6130
    [test "$kde_supports_versionmaps" = "yes" && test "$kde_use_debug_code" = "no"])
6131
 
6132
  AC_MSG_RESULT($kde_supports_versionmaps)
6133
])
155 andreas 6134
m4trace:acinclude.m4:6064: -1- AC_DEFUN([AM_PROG_OBJC], [
151 andreas 6135
AC_CHECK_PROGS(OBJC, gcc, gcc)
6136
test -z "$OBJC" && AC_MSG_ERROR([no acceptable objective-c gcc found in \$PATH])
6137
if test "x${OBJCFLAGS-unset}" = xunset; then
6138
   OBJCFLAGS="-g -O2"
6139
fi
6140
AC_SUBST(OBJCFLAGS)
6141
_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)])
6142
])
155 andreas 6143
m4trace:acinclude.m4:6074: -1- AC_DEFUN([KDE_CHECK_PERL], [
151 andreas 6144
	KDE_FIND_PATH(perl, PERL, [$bindir $exec_prefix/bin $prefix/bin], [
6145
		    AC_MSG_ERROR([No Perl found in your $PATH.
6146
We need perl to generate some code.])
6147
	])
6148
    AC_SUBST(PERL)
6149
])
155 andreas 6150
m4trace:acinclude.m4:6083: -1- AC_DEFUN([KDE_CHECK_LARGEFILE], [
151 andreas 6151
AC_SYS_LARGEFILE
6152
if test "$ac_cv_sys_file_offset_bits" != no; then
6153
  CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
6154
fi
6155
 
6156
if test "x$ac_cv_sys_large_files" != "xno"; then
6157
  CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=1"
6158
fi
6159
 
6160
])
155 andreas 6161
m4trace:acinclude.m4:6102: -1- AC_DEFUN([KDE_PKG_CHECK_MODULES], [
151 andreas 6162
 
6163
   PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
6164
   if test "$prefix" != "$kde_libs_prefix"; then
6165
       PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
6166
   fi
6167
   export PKG_CONFIG_PATH
6168
   PKG_CHECK_MODULES([$1],[$2],[$3],[$4])
6169
])
155 andreas 6170
m4trace:acinclude.m4:6114: -1- AC_DEFUN([KDE_CHECK_PIE_SUPPORT], [
151 andreas 6171
  AC_CACHE_CHECK([for PIE support], kde_cv_val_pie_support,
6172
  [
6173
    AC_LANG_SAVE
6174
    AC_LANG_CPLUSPLUS
6175
    safe_CXXFLAGS=$CXXFLAGS
6176
    safe_LDFLAGS=$LDFLAGS
6177
    CXXFLAGS="$CXXFLAGS -fPIE"
6178
    LDFLAGS="$LDFLAGS -pie"
6179
 
6180
    AC_TRY_LINK([int foo;], [], [kde_cv_val_pie_support=yes], [kde_cv_val_pie_support=no])
6181
 
6182
    CXXFLAGS=$safe_CXXFLAGS
6183
    LDFLAGS=$safe_LDFLAGS
6184
    AC_LANG_RESTORE
6185
  ])
6186
 
6187
  AC_MSG_CHECKING(if enabling -pie/fPIE support)
6188
 
6189
  AC_ARG_ENABLE(pie,
6190
    AC_HELP_STRING([--enable-pie],[platform supports PIE linking [default=detect]]),
6191
      [kde_has_pie_support=$enableval],
6192
      [kde_has_pie_support=detect])
6193
 
6194
  if test "$kde_has_pie_support" = "detect"; then
6195
    kde_has_pie_support=$kde_cv_val_pie_support
6196
  fi
6197
 
6198
  AC_MSG_RESULT([$kde_has_pie_support])
6199
 
6200
  KDE_USE_FPIE=""
6201
  KDE_USE_PIE=""
6202
 
6203
  AC_SUBST([KDE_USE_FPIE])
6204
  AC_SUBST([KDE_USE_PIE])
6205
 
6206
  if test "$kde_has_pie_support" = "yes"; then
6207
    KDE_USE_FPIE="-fPIE"
6208
    KDE_USE_PIE="-pie"
6209
  fi
6210
])
155 andreas 6211
m4trace:acinclude.m4:6195: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
151 andreas 6212
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
6213
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
6214
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
6215
    [AC_LIBTOOL_CXX],
6216
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
6217
  ])])
6218
dnl And a similar setup for Fortran 77 support
6219
  AC_PROVIDE_IFELSE([AC_PROG_F77],
6220
    [AC_LIBTOOL_F77],
6221
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
6222
])])
6223
 
6224
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
6225
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
6226
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
6227
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
6228
    [AC_LIBTOOL_GCJ],
6229
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
6230
      [AC_LIBTOOL_GCJ],
6231
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
6232
	[AC_LIBTOOL_GCJ],
6233
      [ifdef([AC_PROG_GCJ],
6234
	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6235
       ifdef([A][M_PROG_GCJ],
6236
	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
6237
       ifdef([LT_AC_PROG_GCJ],
6238
	     [define([LT_AC_PROG_GCJ],
6239
		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
6240
])])
155 andreas 6241
m4trace:acinclude.m4:6230: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
151 andreas 6242
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
6243
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
6244
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
6245
 
6246
# This can be used to rebuild libtool when needed
6247
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6248
 
6249
# Always use our own libtool.
6250
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
6251
AC_SUBST(LIBTOOL)dnl
6252
 
6253
# Prevent multiple expansion
6254
define([AC_PROG_LIBTOOL], [])
6255
])
155 andreas 6256
m4trace:acinclude.m4:6250: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
151 andreas 6257
AC_REQUIRE([AC_ENABLE_SHARED])dnl
6258
AC_REQUIRE([AC_ENABLE_STATIC])dnl
6259
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
6260
AC_REQUIRE([AC_CANONICAL_HOST])dnl
6261
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
6262
AC_REQUIRE([AC_PROG_CC])dnl
6263
AC_REQUIRE([AC_PROG_LD])dnl
6264
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
6265
AC_REQUIRE([AC_PROG_NM])dnl
6266
 
6267
AC_REQUIRE([AC_PROG_LN_S])dnl
6268
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
6269
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
6270
AC_REQUIRE([AC_OBJEXT])dnl
6271
AC_REQUIRE([AC_EXEEXT])dnl
6272
dnl
6273
 
6274
AC_LIBTOOL_SYS_MAX_CMD_LEN
6275
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6276
AC_LIBTOOL_OBJDIR
6277
 
6278
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
6279
_LT_AC_PROG_ECHO_BACKSLASH
6280
 
6281
case $host_os in
6282
aix3*)
6283
  # AIX sometimes has problems with the GCC collect2 program.  For some
6284
  # reason, if we set the COLLECT_NAMES environment variable, the problems
6285
  # vanish in a puff of smoke.
6286
  if test "X${COLLECT_NAMES+set}" != Xset; then
6287
    COLLECT_NAMES=
6288
    export COLLECT_NAMES
6289
  fi
6290
  ;;
6291
esac
6292
 
6293
# Sed substitution that helps us do robust quoting.  It backslashifies
6294
# metacharacters that are still active within double-quoted strings.
6295
Xsed='sed -e s/^X//'
6296
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
6297
 
6298
# Same as above, but do not quote variable references.
6299
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
6300
 
6301
# Sed substitution to delay expansion of an escaped shell variable in a
6302
# double_quote_subst'ed string.
6303
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6304
 
6305
# Sed substitution to avoid accidental globbing in evaled expressions
6306
no_glob_subst='s/\*/\\\*/g'
6307
 
6308
# Constants:
6309
rm="rm -f"
6310
 
6311
# Global variables:
6312
default_ofile=libtool
6313
can_build_shared=yes
6314
 
6315
# All known linkers require a `.a' archive for static linking (except M$VC,
6316
# which needs '.lib').
6317
libext=a
6318
ltmain="$ac_aux_dir/ltmain.sh"
6319
ofile="$default_ofile"
6320
with_gnu_ld="$lt_cv_prog_gnu_ld"
6321
 
6322
AC_CHECK_TOOL(AR, ar, false)
6323
AC_CHECK_TOOL(RANLIB, ranlib, :)
6324
AC_CHECK_TOOL(STRIP, strip, :)
6325
 
6326
old_CC="$CC"
6327
old_CFLAGS="$CFLAGS"
6328
 
6329
# Set sane defaults for various variables
6330
test -z "$AR" && AR=ar
6331
test -z "$AR_FLAGS" && AR_FLAGS=cru
6332
test -z "$AS" && AS=as
6333
test -z "$CC" && CC=cc
6334
test -z "$LTCC" && LTCC=$CC
6335
test -z "$DLLTOOL" && DLLTOOL=dlltool
6336
test -z "$LD" && LD=ld
6337
test -z "$LN_S" && LN_S="ln -s"
6338
test -z "$MAGIC_CMD" && MAGIC_CMD=file
6339
test -z "$NM" && NM=nm
6340
test -z "$SED" && SED=sed
6341
test -z "$OBJDUMP" && OBJDUMP=objdump
6342
test -z "$RANLIB" && RANLIB=:
6343
test -z "$STRIP" && STRIP=:
6344
test -z "$ac_objext" && ac_objext=o
6345
 
6346
# Determine commands to create old-style static archives.
6347
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
6348
old_postinstall_cmds='chmod 644 $oldlib'
6349
old_postuninstall_cmds=
6350
 
6351
if test -n "$RANLIB"; then
6352
  case $host_os in
6353
  openbsd*)
6354
    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
6355
    ;;
6356
  *)
6357
    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
6358
    ;;
6359
  esac
6360
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6361
fi
6362
 
6363
# Only perform the check for file, if the check method requires it
6364
case $deplibs_check_method in
6365
file_magic*)
6366
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6367
    AC_PATH_MAGIC
6368
  fi
6369
  ;;
6370
esac
6371
 
6372
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
6373
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6374
enable_win32_dll=yes, enable_win32_dll=no)
6375
 
6376
AC_ARG_ENABLE([libtool-lock],
6377
    [AC_HELP_STRING([--disable-libtool-lock],
6378
	[avoid locking (might break parallel builds)])])
6379
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6380
 
6381
AC_ARG_WITH([pic],
6382
    [AC_HELP_STRING([--with-pic],
6383
	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
6384
    [pic_mode="$withval"],
6385
    [pic_mode=default])
6386
test -z "$pic_mode" && pic_mode=default
6387
 
6388
# Use C for the default configuration in the libtool script
6389
tagname=
6390
AC_LIBTOOL_LANG_C_CONFIG
6391
_LT_AC_TAGCONFIG
6392
])
155 andreas 6393
m4trace:acinclude.m4:6392: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
151 andreas 6394
 
6395
# If no C compiler was specified, use CC.
6396
LTCC=${LTCC-"$CC"}
6397
 
6398
# Allow CC to be a program name with arguments.
6399
compiler=$CC
6400
])
155 andreas 6401
m4trace:acinclude.m4:6411: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
151 andreas 6402
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6403
}'`
6404
# Check for a 64-bit object if we didn't find anything.
6405
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; }
6406
}'`; fi],[])
6407
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6408
])
155 andreas 6409
m4trace:acinclude.m4:6424: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
151 andreas 6410
	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
6411
	 [AC_DIVERT_PUSH(NOTICE)])
6412
$1
6413
AC_DIVERT_POP
6414
])
155 andreas 6415
m4trace:acinclude.m4:6437: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
151 andreas 6416
# Check that we are running under the correct shell.
6417
SHELL=${CONFIG_SHELL-/bin/sh}
6418
 
6419
case X$ECHO in
6420
X*--fallback-echo)
6421
  # Remove one level of quotation (which was required for Make).
6422
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6423
  ;;
6424
esac
6425
 
6426
echo=${ECHO-echo}
6427
if test "X[$]1" = X--no-reexec; then
6428
  # Discard the --no-reexec flag, and continue.
6429
  shift
6430
elif test "X[$]1" = X--fallback-echo; then
6431
  # Avoid inline document here, it may be left over
6432
  :
6433
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6434
  # Yippee, $echo works!
6435
  :
6436
else
6437
  # Restart under the correct shell.
6438
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6439
fi
6440
 
6441
if test "X[$]1" = X--fallback-echo; then
6442
  # used as fallback echo
6443
  shift
6444
  cat <<EOF
6445
[$]*
6446
EOF
6447
  exit 0
6448
fi
6449
 
6450
# The HP-UX ksh and POSIX shell print the target directory to stdout
6451
# if CDPATH is set.
6452
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6453
 
6454
if test -z "$ECHO"; then
6455
if test "X${echo_test_string+set}" != Xset; then
6456
# find a string as large as possible, as long as the shell can cope with it
6457
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6458
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6459
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6460
       echo_test_string="`eval $cmd`" &&
6461
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6462
    then
6463
      break
6464
    fi
6465
  done
6466
fi
6467
 
6468
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6469
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6470
   test "X$echo_testing_string" = "X$echo_test_string"; then
6471
  :
6472
else
6473
  # The Solaris, AIX, and Digital Unix default echo programs unquote
6474
  # backslashes.  This makes it impossible to quote backslashes using
6475
  #   echo "$something" | sed 's/\\/\\\\/g'
6476
  #
6477
  # So, first we look for a working echo in the user's PATH.
6478
 
6479
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6480
  for dir in $PATH /usr/ucb; do
6481
    IFS="$lt_save_ifs"
6482
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6483
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6484
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6485
       test "X$echo_testing_string" = "X$echo_test_string"; then
6486
      echo="$dir/echo"
6487
      break
6488
    fi
6489
  done
6490
  IFS="$lt_save_ifs"
6491
 
6492
  if test "X$echo" = Xecho; then
6493
    # We didn't find a better echo, so look for alternatives.
6494
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6495
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6496
       test "X$echo_testing_string" = "X$echo_test_string"; then
6497
      # This shell has a builtin print -r that does the trick.
6498
      echo='print -r'
6499
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6500
	 test "X$CONFIG_SHELL" != X/bin/ksh; then
6501
      # If we have ksh, try running configure again with it.
6502
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6503
      export ORIGINAL_CONFIG_SHELL
6504
      CONFIG_SHELL=/bin/ksh
6505
      export CONFIG_SHELL
6506
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6507
    else
6508
      # Try using printf.
6509
      echo='printf %s\n'
6510
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6511
	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6512
	 test "X$echo_testing_string" = "X$echo_test_string"; then
6513
	# Cool, printf works
6514
	:
6515
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6516
	   test "X$echo_testing_string" = 'X\t' &&
6517
	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6518
	   test "X$echo_testing_string" = "X$echo_test_string"; then
6519
	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6520
	export CONFIG_SHELL
6521
	SHELL="$CONFIG_SHELL"
6522
	export SHELL
6523
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6524
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6525
	   test "X$echo_testing_string" = 'X\t' &&
6526
	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6527
	   test "X$echo_testing_string" = "X$echo_test_string"; then
6528
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
6529
      else
6530
	# maybe with a smaller string...
6531
	prev=:
6532
 
6533
	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6534
	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6535
	  then
6536
	    break
6537
	  fi
6538
	  prev="$cmd"
6539
	done
6540
 
6541
	if test "$prev" != 'sed 50q "[$]0"'; then
6542
	  echo_test_string=`eval $prev`
6543
	  export echo_test_string
6544
	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6545
	else
6546
	  # Oops.  We lost completely, so just stick with echo.
6547
	  echo=echo
6548
	fi
6549
      fi
6550
    fi
6551
  fi
6552
fi
6553
fi
6554
 
6555
# Copy echo and quote the copy suitably for passing to libtool from
6556
# the Makefile, instead of quoting the original, which is used later.
6557
ECHO=$echo
6558
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6559
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6560
fi
6561
 
6562
AC_SUBST(ECHO)
6563
])])
155 andreas 6564
m4trace:acinclude.m4:6591: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
151 andreas 6565
    [AC_HELP_STRING([--disable-libtool-lock],
6566
	[avoid locking (might break parallel builds)])])
6567
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6568
 
6569
# Some flags need to be propagated to the compiler or linker for good
6570
# libtool support.
6571
case $host in
6572
ia64-*-hpux*)
6573
  # Find out which ABI we are using.
6574
  echo 'int i;' > conftest.$ac_ext
6575
  if AC_TRY_EVAL(ac_compile); then
6576
    case `/usr/bin/file conftest.$ac_objext` in
6577
    *ELF-32*)
6578
      HPUX_IA64_MODE="32"
6579
      ;;
6580
    *ELF-64*)
6581
      HPUX_IA64_MODE="64"
6582
      ;;
6583
    esac
6584
  fi
6585
  rm -rf conftest*
6586
  ;;
6587
*-*-irix6*)
6588
  # Find out which ABI we are using.
6589
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
6590
  if AC_TRY_EVAL(ac_compile); then
6591
   if test "$lt_cv_prog_gnu_ld" = yes; then
6592
    case `/usr/bin/file conftest.$ac_objext` in
6593
    *32-bit*)
6594
      LD="${LD-ld} -melf32bsmip"
6595
      ;;
6596
    *N32*)
6597
      LD="${LD-ld} -melf32bmipn32"
6598
      ;;
6599
    *64-bit*)
6600
      LD="${LD-ld} -melf64bmip"
6601
      ;;
6602
    esac
6603
   else
6604
    case `/usr/bin/file conftest.$ac_objext` in
6605
    *32-bit*)
6606
      LD="${LD-ld} -32"
6607
      ;;
6608
    *N32*)
6609
      LD="${LD-ld} -n32"
6610
      ;;
6611
    *64-bit*)
6612
      LD="${LD-ld} -64"
6613
      ;;
6614
    esac
6615
   fi
6616
  fi
6617
  rm -rf conftest*
6618
  ;;
6619
 
6620
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
6621
  # Find out which ABI we are using.
6622
  echo 'int i;' > conftest.$ac_ext
6623
  if AC_TRY_EVAL(ac_compile); then
6624
    case "`/usr/bin/file conftest.o`" in
6625
    *32-bit*)
6626
      LINUX_64_MODE="32"
6627
      case $host in
6628
        x86_64-*linux*)
6629
          LD="${LD-ld} -m elf_i386"
6630
          ;;
6631
        ppc64-*linux*)
6632
          LD="${LD-ld} -m elf32ppclinux"
6633
          ;;
6634
        s390x-*linux*)
6635
          LD="${LD-ld} -m elf_s390"
6636
          ;;
6637
        sparc64-*linux*)
6638
          LD="${LD-ld} -m elf32_sparc"
6639
          ;;
6640
      esac
6641
      ;;
6642
    *64-bit*)
6643
      LINUX_64_MODE="64"
6644
      case $host in
6645
        x86_64-*linux*)
6646
          LD="${LD-ld} -m elf_x86_64"
6647
          ;;
6648
        ppc*-*linux*|powerpc*-*linux*)
6649
          LD="${LD-ld} -m elf64ppc"
6650
          ;;
6651
        s390*-*linux*)
6652
          LD="${LD-ld} -m elf64_s390"
6653
          ;;
6654
        sparc*-*linux*)
6655
          LD="${LD-ld} -m elf64_sparc"
6656
          ;;
6657
      esac
6658
      ;;
6659
    esac
6660
  fi
6661
  rm -rf conftest*
6662
  ;;
6663
 
6664
*-*-sco3.2v5*)
6665
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6666
  SAVE_CFLAGS="$CFLAGS"
6667
  CFLAGS="$CFLAGS -belf"
6668
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
6669
    [AC_LANG_PUSH(C)
6670
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
6671
     AC_LANG_POP])
6672
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6673
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6674
    CFLAGS="$SAVE_CFLAGS"
6675
  fi
6676
  ;;
6677
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
6678
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
6679
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
6680
  AC_CHECK_TOOL(AS, as, false)
6681
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
6682
  ;;
6683
  ])
6684
esac
6685
 
6686
need_locks="$enable_libtool_lock"
6687
 
6688
])
155 andreas 6689
m4trace:acinclude.m4:6723: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
151 andreas 6690
AC_CACHE_CHECK([$1], [$2],
6691
  [$2=no
6692
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
6693
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6694
   lt_compiler_flag="$3"
6695
   # Insert the option either (1) after the last *FLAGS variable, or
6696
   # (2) before a word containing "conftest.", or (3) at the end.
6697
   # Note that $ac_compile itself does not contain backslashes and begins
6698
   # with a dollar sign (not a hyphen), so the echo should work correctly.
6699
   # The option is referenced via a variable to avoid confusing sed.
6700
   lt_compile=`echo "$ac_compile" | $SED \
6701
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6702
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
6703
   -e 's:$: $lt_compiler_flag:'`
6704
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
6705
   (eval "$lt_compile" 2>conftest.err)
6706
   ac_status=$?
6707
   cat conftest.err >&AS_MESSAGE_LOG_FD
6708
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6709
   if (exit $ac_status) && test -s "$ac_outfile"; then
6710
     # The compiler can only warn and ignore the option if not recognized
6711
     # So say no if there are warnings
6712
     if test ! -s conftest.err; then
6713
       $2=yes
6714
     fi
6715
   fi
6716
   $rm conftest*
6717
])
6718
 
6719
if test x"[$]$2" = xyes; then
6720
    ifelse([$5], , :, [$5])
6721
else
6722
    ifelse([$6], , :, [$6])
6723
fi
6724
])
155 andreas 6725
m4trace:acinclude.m4:6766: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
151 andreas 6726
  [$2=no
6727
   save_LDFLAGS="$LDFLAGS"
6728
   LDFLAGS="$LDFLAGS $3"
6729
   printf "$lt_simple_link_test_code" > conftest.$ac_ext
6730
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
6731
     # The compiler can only warn and ignore the option if not recognized
6732
     # So say no if there are warnings
6733
     if test -s conftest.err; then
6734
       # Append any errors to the config.log.
6735
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
6736
     else
6737
       $2=yes
6738
     fi
6739
   fi
6740
   $rm conftest*
6741
   LDFLAGS="$save_LDFLAGS"
6742
])
6743
 
6744
if test x"[$]$2" = xyes; then
6745
    ifelse([$4], , :, [$4])
6746
else
6747
    ifelse([$5], , :, [$5])
6748
fi
6749
])
155 andreas 6750
m4trace:acinclude.m4:6796: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
151 andreas 6751
AC_MSG_CHECKING([the maximum length of command line arguments])
6752
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
6753
  i=0
6754
  testring="ABCD"
6755
 
6756
  case $build_os in
6757
  msdosdjgpp*)
6758
    # On DJGPP, this test can blow up pretty badly due to problems in libc
6759
    # (any single argument exceeding 2000 bytes causes a buffer overrun
6760
    # during glob expansion).  Even if it were fixed, the result of this
6761
    # check would be larger than it should be.
6762
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6763
    ;;
6764
 
6765
  gnu*)
6766
    # Under GNU Hurd, this test is not required because there is
6767
    # no limit to the length of command line arguments.
6768
    # Libtool will interpret -1 as no limit whatsoever
6769
    lt_cv_sys_max_cmd_len=-1;
6770
    ;;
6771
 
6772
  cygwin* | mingw*)
6773
    # On Win9x/ME, this test blows up -- it succeeds, but takes
6774
    # about 5 minutes as the teststring grows exponentially.
6775
    # Worse, since 9x/ME are not pre-emptively multitasking,
6776
    # you end up with a "frozen" computer, even though with patience
6777
    # the test eventually succeeds (with a max line length of 256k).
6778
    # Instead, let's just punt: use the minimum linelength reported by
6779
    # all of the supported platforms: 8192 (on NT/2K/XP).
6780
    lt_cv_sys_max_cmd_len=8192;
6781
    ;;
6782
 
6783
 *)
6784
    # If test is not a shell built-in, we'll probably end up computing a
6785
    # maximum length that is only half of the actual maximum length, but
6786
    # we can't tell.
6787
    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
6788
	       = "XX$testring") >/dev/null 2>&1 &&
6789
	    new_result=`expr "X$testring" : ".*" 2>&1` &&
6790
	    lt_cv_sys_max_cmd_len=$new_result &&
6791
	    test $i != 17 # 1/2 MB should be enough
6792
    do
6793
      i=`expr $i + 1`
6794
      testring=$testring$testring
6795
    done
6796
    testring=
6797
    # Add a significant safety factor because C++ compilers can tack on massive
6798
    # amounts of additional arguments before passing them to the linker.
6799
    # It appears as though 1/2 is a usable value.
6800
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6801
    ;;
6802
  esac
6803
])
6804
if test -n $lt_cv_sys_max_cmd_len ; then
6805
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
6806
else
6807
  AC_MSG_RESULT(none)
6808
fi
6809
])
155 andreas 6810
m4trace:acinclude.m4:6861: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
151 andreas 6811
])
155 andreas 6812
m4trace:acinclude.m4:6869: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
151 andreas 6813
if test "$cross_compiling" = yes; then :
6814
  [$4]
6815
else
6816
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
6817
  lt_status=$lt_dlunknown
6818
  cat > conftest.$ac_ext <<EOF
6819
[#line __oline__ "configure"
6820
#include "confdefs.h"
6821
 
6822
#if HAVE_DLFCN_H
6823
#include <dlfcn.h>
6824
#endif
6825
 
6826
#include <stdio.h>
6827
 
6828
#ifdef RTLD_GLOBAL
6829
#  define LT_DLGLOBAL		RTLD_GLOBAL
6830
#else
6831
#  ifdef DL_GLOBAL
6832
#    define LT_DLGLOBAL		DL_GLOBAL
6833
#  else
6834
#    define LT_DLGLOBAL		0
6835
#  endif
6836
#endif
6837
 
6838
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
6839
   find out it does not work in some platform. */
6840
#ifndef LT_DLLAZY_OR_NOW
6841
#  ifdef RTLD_LAZY
6842
#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
6843
#  else
6844
#    ifdef DL_LAZY
6845
#      define LT_DLLAZY_OR_NOW		DL_LAZY
6846
#    else
6847
#      ifdef RTLD_NOW
6848
#        define LT_DLLAZY_OR_NOW	RTLD_NOW
6849
#      else
6850
#        ifdef DL_NOW
6851
#          define LT_DLLAZY_OR_NOW	DL_NOW
6852
#        else
6853
#          define LT_DLLAZY_OR_NOW	0
6854
#        endif
6855
#      endif
6856
#    endif
6857
#  endif
6858
#endif
6859
 
6860
#ifdef __cplusplus
6861
extern "C" void exit (int);
6862
#endif
6863
 
6864
void fnord() { int i=42;}
6865
int main ()
6866
{
6867
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
6868
  int status = $lt_dlunknown;
6869
 
6870
  if (self)
6871
    {
6872
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
6873
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
6874
      /* dlclose (self); */
6875
    }
6876
 
6877
    exit (status);
6878
}]
6879
EOF
6880
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
6881
    (./conftest; exit; ) 2>/dev/null
6882
    lt_status=$?
6883
    case x$lt_status in
6884
      x$lt_dlno_uscore) $1 ;;
6885
      x$lt_dlneed_uscore) $2 ;;
6886
      x$lt_unknown|x*) $3 ;;
6887
    esac
6888
  else :
6889
    # compilation failed
6890
    $3
6891
  fi
6892
fi
6893
rm -fr conftest*
6894
])
155 andreas 6895
m4trace:acinclude.m4:6957: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
151 andreas 6896
if test "x$enable_dlopen" != xyes; then
6897
  enable_dlopen=unknown
6898
  enable_dlopen_self=unknown
6899
  enable_dlopen_self_static=unknown
6900
else
6901
  lt_cv_dlopen=no
6902
  lt_cv_dlopen_libs=
6903
 
6904
  case $host_os in
6905
  beos*)
6906
    lt_cv_dlopen="load_add_on"
6907
    lt_cv_dlopen_libs=
6908
    lt_cv_dlopen_self=yes
6909
    ;;
6910
 
6911
  mingw* | pw32*)
6912
    lt_cv_dlopen="LoadLibrary"
6913
    lt_cv_dlopen_libs=
6914
   ;;
6915
 
6916
  cygwin*)
6917
    lt_cv_dlopen="dlopen"
6918
    lt_cv_dlopen_libs=
6919
   ;;
6920
 
6921
  darwin*)
6922
  # if libdl is installed we need to link against it
6923
    AC_CHECK_LIB([dl], [dlopen],
6924
		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
6925
    lt_cv_dlopen="dyld"
6926
    lt_cv_dlopen_libs=
6927
    lt_cv_dlopen_self=yes
6928
    ])
6929
   ;;
6930
 
6931
  *)
6932
    AC_CHECK_FUNC([shl_load],
6933
	  [lt_cv_dlopen="shl_load"],
6934
      [AC_CHECK_LIB([dld], [shl_load],
6935
	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
6936
	[AC_CHECK_FUNC([dlopen],
6937
	      [lt_cv_dlopen="dlopen"],
6938
	  [AC_CHECK_LIB([dl], [dlopen],
6939
		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6940
	    [AC_CHECK_LIB([svld], [dlopen],
6941
		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6942
	      [AC_CHECK_LIB([dld], [dld_link],
6943
		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6944
	      ])
6945
	    ])
6946
	  ])
6947
	])
6948
      ])
6949
    ;;
6950
  esac
6951
 
6952
  if test "x$lt_cv_dlopen" != xno; then
6953
    enable_dlopen=yes
6954
  else
6955
    enable_dlopen=no
6956
  fi
6957
 
6958
  case $lt_cv_dlopen in
6959
  dlopen)
6960
    save_CPPFLAGS="$CPPFLAGS"
6961
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
6962
 
6963
    save_LDFLAGS="$LDFLAGS"
6964
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
6965
 
6966
    save_LIBS="$LIBS"
6967
    LIBS="$lt_cv_dlopen_libs $LIBS"
6968
 
6969
    AC_CACHE_CHECK([whether a program can dlopen itself],
6970
	  lt_cv_dlopen_self, [dnl
6971
	  _LT_AC_TRY_DLOPEN_SELF(
6972
	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
6973
	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
6974
    ])
6975
 
6976
    if test "x$lt_cv_dlopen_self" = xyes; then
6977
      LDFLAGS="$LDFLAGS $link_static_flag"
6978
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
6979
    	  lt_cv_dlopen_self_static, [dnl
6980
	  _LT_AC_TRY_DLOPEN_SELF(
6981
	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
6982
	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
6983
      ])
6984
    fi
6985
 
6986
    CPPFLAGS="$save_CPPFLAGS"
6987
    LDFLAGS="$save_LDFLAGS"
6988
    LIBS="$save_LIBS"
6989
    ;;
6990
  esac
6991
 
6992
  case $lt_cv_dlopen_self in
6993
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
6994
  *) enable_dlopen_self=unknown ;;
6995
  esac
6996
 
6997
  case $lt_cv_dlopen_self_static in
6998
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
6999
  *) enable_dlopen_self_static=unknown ;;
7000
  esac
7001
fi
7002
])
155 andreas 7003
m4trace:acinclude.m4:7071: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
151 andreas 7004
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
7005
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
7006
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
7007
   $rm -r conftest 2>/dev/null
7008
   mkdir conftest
7009
   cd conftest
7010
   mkdir out
7011
   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
7012
 
7013
   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
7014
   # that will create temporary files in the current directory regardless of
7015
   # the output directory.  Thus, making CWD read-only will cause this test
7016
   # to fail, enabling locking or at least warning the user not to do parallel
7017
   # builds.
7018
   chmod -w .
7019
 
7020
   lt_compiler_flag="-o out/conftest2.$ac_objext"
7021
   # Insert the option either (1) after the last *FLAGS variable, or
7022
   # (2) before a word containing "conftest.", or (3) at the end.
7023
   # Note that $ac_compile itself does not contain backslashes and begins
7024
   # with a dollar sign (not a hyphen), so the echo should work correctly.
7025
   lt_compile=`echo "$ac_compile" | $SED \
7026
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7027
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
7028
   -e 's:$: $lt_compiler_flag:'`
7029
   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
7030
   (eval "$lt_compile" 2>out/conftest.err)
7031
   ac_status=$?
7032
   cat out/conftest.err >&AS_MESSAGE_LOG_FD
7033
   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
7034
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7035
   then
7036
     # The compiler can only warn and ignore the option if not recognized
7037
     # So say no if there are warnings
7038
     if test ! -s out/conftest.err; then
7039
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
7040
     fi
7041
   fi
7042
   chmod u+w .
7043
   $rm conftest* out/*
7044
   rmdir out
7045
   cd ..
7046
   rmdir conftest
7047
   $rm conftest*
7048
])
7049
])
155 andreas 7050
m4trace:acinclude.m4:7124: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
151 andreas 7051
 
7052
hard_links="nottested"
7053
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
7054
  # do not overwrite the value of need_locks provided by the user
7055
  AC_MSG_CHECKING([if we can lock with hard links])
7056
  hard_links=yes
7057
  $rm conftest*
7058
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7059
  touch conftest.a
7060
  ln conftest.a conftest.b 2>&5 || hard_links=no
7061
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
7062
  AC_MSG_RESULT([$hard_links])
7063
  if test "$hard_links" = no; then
7064
    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
7065
    need_locks=warn
7066
  fi
7067
else
7068
  need_locks=no
7069
fi
7070
])
155 andreas 7071
m4trace:acinclude.m4:7150: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
151 andreas 7072
[rm -f .libs 2>/dev/null
7073
mkdir .libs 2>/dev/null
7074
if test -d .libs; then
7075
  lt_cv_objdir=.libs
7076
else
7077
  # MS-DOS does not allow filenames that begin with a dot.
7078
  lt_cv_objdir=_libs
7079
fi
7080
rmdir .libs 2>/dev/null])
7081
objdir=$lt_cv_objdir
7082
])
155 andreas 7083
m4trace:acinclude.m4:7168: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
151 andreas 7084
_LT_AC_TAGVAR(hardcode_action, $1)=
7085
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
7086
   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
7087
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
7088
 
7089
  # We can hardcode non-existant directories.
7090
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
7091
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
7092
     # have to relink, otherwise we might link with an installed library
7093
     # when we should be linking with a yet-to-be-installed one
7094
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
7095
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
7096
    # Linking always hardcodes the temporary library directory.
7097
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
7098
  else
7099
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
7100
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
7101
  fi
7102
else
7103
  # We cannot hardcode anything, or else we can only hardcode existing
7104
  # directories.
7105
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
7106
fi
7107
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
7108
 
7109
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
7110
  # Fast installation is not supported
7111
  enable_fast_install=no
7112
elif test "$shlibpath_overrides_runpath" = yes ||
7113
     test "$enable_shared" = no; then
7114
  # Fast installation is not necessary
7115
  enable_fast_install=needless
7116
fi
7117
])
155 andreas 7118
m4trace:acinclude.m4:7208: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
151 andreas 7119
old_striplib=
7120
AC_MSG_CHECKING([whether stripping libraries is possible])
7121
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
7122
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
7123
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
7124
  AC_MSG_RESULT([yes])
7125
else
7126
# FIXME - insert some real tests, host_os isn't really good enough
7127
  case $host_os in
7128
   darwin*)
7129
       if test -n "$STRIP" ; then
7130
         striplib="$STRIP -x"
7131
         AC_MSG_RESULT([yes])
7132
       else
7133
  AC_MSG_RESULT([no])
7134
fi
7135
       ;;
7136
   *)
7137
  AC_MSG_RESULT([no])
7138
    ;;
7139
  esac  
7140
fi
7141
])
155 andreas 7142
m4trace:acinclude.m4:7238: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
151 andreas 7143
library_names_spec=
7144
libname_spec='lib$name'
7145
soname_spec=
7146
shrext=".so"
7147
postinstall_cmds=
7148
postuninstall_cmds=
7149
finish_cmds=
7150
finish_eval=
7151
shlibpath_var=
7152
shlibpath_overrides_runpath=unknown
7153
version_type=none
7154
dynamic_linker="$host_os ld.so"
7155
sys_lib_dlsearch_path_spec="/lib /usr/lib"
7156
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
7157
need_lib_prefix=unknown
7158
hardcode_into_libs=no
7159
 
7160
# when you set need_version to no, make sure it does not cause -set_version
7161
# flags to be left without arguments
7162
need_version=unknown
7163
 
7164
case $host_os in
7165
aix3*)
7166
  version_type=linux
7167
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
7168
  shlibpath_var=LIBPATH
7169
 
7170
  # AIX 3 has no versioning support, so we append a major version to the name.
7171
  soname_spec='${libname}${release}${shared_ext}$major'
7172
  ;;
7173
 
7174
aix4* | aix5*)
7175
  version_type=linux
7176
  need_lib_prefix=no
7177
  need_version=no
7178
  hardcode_into_libs=yes
7179
  if test "$host_cpu" = ia64; then
7180
    # AIX 5 supports IA64
7181
    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
7182
    shlibpath_var=LD_LIBRARY_PATH
7183
  else
7184
    # With GCC up to 2.95.x, collect2 would create an import file
7185
    # for dependence libraries.  The import file would start with
7186
    # the line `#! .'.  This would cause the generated library to
7187
    # depend on `.', always an invalid library.  This was fixed in
7188
    # development snapshots of GCC prior to 3.0.
7189
    case $host_os in
7190
      aix4 | aix4.[[01]] | aix4.[[01]].*)
7191
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
7192
	   echo ' yes '
7193
	   echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
7194
	:
7195
      else
7196
	can_build_shared=no
7197
      fi
7198
      ;;
7199
    esac
7200
    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
7201
    # soname into executable. Probably we can add versioning support to
7202
    # collect2, so additional links can be useful in future.
7203
    if test "$aix_use_runtimelinking" = yes; then
7204
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
7205
      # instead of lib<name>.a to let people know that these are not
7206
      # typical AIX shared libraries.
7207
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7208
    else
7209
      # We preserve .a as extension for shared libraries through AIX4.2
7210
      # and later when we are not doing run time linking.
7211
      library_names_spec='${libname}${release}.a $libname.a'
7212
      soname_spec='${libname}${release}${shared_ext}$major'
7213
    fi
7214
    shlibpath_var=LIBPATH
7215
  fi
7216
  ;;
7217
 
7218
amigaos*)
7219
  library_names_spec='$libname.ixlibrary $libname.a'
7220
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
7221
  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'
7222
  ;;
7223
 
7224
beos*)
7225
  library_names_spec='${libname}${shared_ext}'
7226
  dynamic_linker="$host_os ld.so"
7227
  shlibpath_var=LIBRARY_PATH
7228
  ;;
7229
 
7230
bsdi4*)
7231
  version_type=linux
7232
  need_version=no
7233
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7234
  soname_spec='${libname}${release}${shared_ext}$major'
7235
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
7236
  shlibpath_var=LD_LIBRARY_PATH
7237
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
7238
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
7239
  # the default ld.so.conf also contains /usr/contrib/lib and
7240
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
7241
  # libtool to hard-code these into programs
7242
  ;;
7243
 
7244
cygwin* | mingw* | pw32*)
7245
  version_type=windows
7246
  shrext=".dll"
7247
  need_version=no
7248
  need_lib_prefix=no
7249
 
7250
  case $GCC,$host_os in
7251
  yes,cygwin* | yes,mingw* | yes,pw32*)
7252
    library_names_spec='$libname.dll.a'
7253
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
7254
    postinstall_cmds='base_file=`basename \${file}`~
7255
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
7256
      dldir=$destdir/`dirname \$dlpath`~
7257
      test -d \$dldir || mkdir -p \$dldir~
7258
      $install_prog $dir/$dlname \$dldir/$dlname'
7259
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
7260
      dlpath=$dir/\$dldll~
7261
       $rm \$dlpath'
7262
    shlibpath_overrides_runpath=yes
7263
 
7264
    case $host_os in
7265
    cygwin*)
7266
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
7267
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7268
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
7269
      ;;
7270
    mingw*)
7271
      # MinGW DLLs use traditional 'lib' prefix
7272
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
7273
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
7274
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
7275
        # It is most probably a Windows format PATH printed by
7276
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
7277
        # path with ; separators, and with drive letters. We can handle the
7278
        # drive letters (cygwin fileutils understands them), so leave them,
7279
        # especially as we might pass files found there to a mingw objdump,
7280
        # which wouldn't understand a cygwinified path. Ahh.
7281
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
7282
      else
7283
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
7284
      fi
7285
      ;;
7286
    pw32*)
7287
      # pw32 DLLs use 'pw' prefix rather than 'lib'
7288
      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
7289
      ;;
7290
    esac
7291
    ;;
7292
 
7293
  *)
7294
    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
7295
    ;;
7296
  esac
7297
  dynamic_linker='Win32 ld.exe'
7298
  # FIXME: first we should search . and the directory the executable is in
7299
  shlibpath_var=PATH
7300
  ;;
7301
 
7302
darwin* | rhapsody*)
7303
  dynamic_linker="$host_os dyld"
7304
  version_type=darwin
7305
  need_lib_prefix=no
7306
  need_version=no
7307
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
7308
  soname_spec='${libname}${release}${major}$shared_ext'
7309
  shlibpath_overrides_runpath=yes
7310
  shlibpath_var=DYLD_LIBRARY_PATH
7311
  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
7312
  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
7313
  if test "$GCC" = yes; then
7314
    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"`
7315
  else
7316
    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
7317
  fi
7318
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
7319
  ;;
7320
 
7321
dgux*)
7322
  version_type=linux
7323
  need_lib_prefix=no
7324
  need_version=no
7325
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
7326
  soname_spec='${libname}${release}${shared_ext}$major'
7327
  shlibpath_var=LD_LIBRARY_PATH
7328
  ;;
7329
 
7330
freebsd1*)
7331
  dynamic_linker=no
7332
  ;;
7333
 
7334
kfreebsd*-gnu*)
7335
  version_type=linux
7336
  need_lib_prefix=no
7337
  need_version=no
7338
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7339
  soname_spec='${libname}${release}${shared_ext}$major'
7340
  shlibpath_var=LD_LIBRARY_PATH
7341
  shlibpath_overrides_runpath=no
7342
  hardcode_into_libs=yes
7343
  dynamic_linker='GNU ld.so'
7344
  ;;
7345
 
7346
freebsd*)
7347
  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
7348
  version_type=freebsd-$objformat
7349
  case $version_type in
7350
    freebsd-elf*)
7351
      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
7352
      need_version=no
7353
      need_lib_prefix=no
7354
      ;;
7355
    freebsd-*)
7356
      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
7357
      need_version=yes
7358
      ;;
7359
  esac
7360
  shlibpath_var=LD_LIBRARY_PATH
7361
  case $host_os in
7362
  freebsd2*)
7363
    shlibpath_overrides_runpath=yes
7364
    ;;
7365
  freebsd3.[01]* | freebsdelf3.[01]*)
7366
    shlibpath_overrides_runpath=yes
7367
    hardcode_into_libs=yes
7368
    ;;
7369
  *) # from 3.2 on
7370
    shlibpath_overrides_runpath=no
7371
    hardcode_into_libs=yes
7372
    ;;
7373
  esac
7374
  ;;
7375
 
7376
gnu*)
7377
  version_type=linux
7378
  need_lib_prefix=no
7379
  need_version=no
7380
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
7381
  soname_spec='${libname}${release}${shared_ext}$major'
7382
  shlibpath_var=LD_LIBRARY_PATH
7383
  hardcode_into_libs=yes
7384
  ;;
7385
 
7386
hpux9* | hpux10* | hpux11*)
7387
  # Give a soname corresponding to the major version so that dld.sl refuses to
7388
  # link against other versions.
7389
  version_type=sunos
7390
  need_lib_prefix=no
7391
  need_version=no
7392
  case "$host_cpu" in
7393
  ia64*)
7394
    shrext='.so'
7395
    hardcode_into_libs=yes
7396
    dynamic_linker="$host_os dld.so"
7397
    shlibpath_var=LD_LIBRARY_PATH
7398
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7399
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7400
    soname_spec='${libname}${release}${shared_ext}$major'
7401
    if test "X$HPUX_IA64_MODE" = X32; then
7402
      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
7403
    else
7404
      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
7405
    fi
7406
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7407
    ;;
7408
   hppa*64*)
7409
     shrext='.sl'
7410
     hardcode_into_libs=yes
7411
     dynamic_linker="$host_os dld.sl"
7412
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
7413
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
7414
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7415
     soname_spec='${libname}${release}${shared_ext}$major'
7416
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
7417
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7418
     ;;
7419
   *)
7420
    shrext='.sl'
7421
    dynamic_linker="$host_os dld.sl"
7422
    shlibpath_var=SHLIB_PATH
7423
    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
7424
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7425
    soname_spec='${libname}${release}${shared_ext}$major'
7426
    ;;
7427
  esac
7428
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
7429
  postinstall_cmds='chmod 555 $lib'
7430
  ;;
7431
 
7432
irix5* | irix6* | nonstopux*)
7433
  case $host_os in
7434
    nonstopux*) version_type=nonstopux ;;
7435
    *)
7436
	if test "$lt_cv_prog_gnu_ld" = yes; then
7437
		version_type=linux
7438
	else
7439
		version_type=irix
7440
	fi ;;
7441
  esac
7442
  need_lib_prefix=no
7443
  need_version=no
7444
  soname_spec='${libname}${release}${shared_ext}$major'
7445
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
7446
  case $host_os in
7447
  irix5* | nonstopux*)
7448
    libsuff= shlibsuff=
7449
    ;;
7450
  *)
7451
    case $LD in # libtool.m4 will add one of these switches to LD
7452
    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
7453
      libsuff= shlibsuff= libmagic=32-bit;;
7454
    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
7455
      libsuff=32 shlibsuff=N32 libmagic=N32;;
7456
    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
7457
      libsuff=64 shlibsuff=64 libmagic=64-bit;;
7458
    *) libsuff= shlibsuff= libmagic=never-match;;
7459
    esac
7460
    ;;
7461
  esac
7462
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
7463
  shlibpath_overrides_runpath=no
7464
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
7465
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
7466
  hardcode_into_libs=yes
7467
  ;;
7468
 
7469
# No shared lib support for Linux oldld, aout, or coff.
7470
linux*oldld* | linux*aout* | linux*coff*)
7471
  dynamic_linker=no
7472
  ;;
7473
 
7474
# This must be Linux ELF.
7475
linux*)
7476
  version_type=linux
7477
  need_lib_prefix=no
7478
  need_version=no
7479
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7480
  soname_spec='${libname}${release}${shared_ext}$major'
7481
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
7482
  libsuff=
7483
  if test "x$LINUX_64_MODE" = x64; then
7484
    # Some platforms are per default 64-bit, so there's no /lib64
7485
    if test -d /lib64 -a ! -h /lib64; then
7486
      libsuff=64
7487
    fi
7488
  fi
7489
  shlibpath_var=LD_LIBRARY_PATH
7490
  shlibpath_overrides_runpath=no
7491
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
7492
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
7493
  # This implies no fast_install, which is unacceptable.
7494
  # Some rework will be needed to allow for fast_install
7495
  # before this can be enabled.
7496
  hardcode_into_libs=yes
7497
 
7498
  # We used to test for /lib/ld.so.1 and disable shared libraries on
7499
  # powerpc, because MkLinux only supported shared libraries with the
7500
  # GNU dynamic linker.  Since this was broken with cross compilers,
7501
  # most powerpc-linux boxes support dynamic linking these days and
7502
  # people can always --disable-shared, the test was removed, and we
7503
  # assume the GNU/Linux dynamic linker is in use.
7504
  dynamic_linker='GNU/Linux ld.so'
7505
  ;;
7506
 
7507
netbsd*)
7508
  version_type=sunos
7509
  need_lib_prefix=no
7510
  need_version=no
7511
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7512
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7513
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7514
    dynamic_linker='NetBSD (a.out) ld.so'
7515
  else
7516
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
7517
    soname_spec='${libname}${release}${shared_ext}$major'
7518
    dynamic_linker='NetBSD ld.elf_so'
7519
  fi
7520
  shlibpath_var=LD_LIBRARY_PATH
7521
  shlibpath_overrides_runpath=yes
7522
  hardcode_into_libs=yes
7523
  ;;
7524
 
7525
newsos6)
7526
  version_type=linux
7527
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7528
  shlibpath_var=LD_LIBRARY_PATH
7529
  shlibpath_overrides_runpath=yes
7530
  ;;
7531
 
7532
nto-qnx*)
7533
  version_type=linux
7534
  need_lib_prefix=no
7535
  need_version=no
7536
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7537
  soname_spec='${libname}${release}${shared_ext}$major'
7538
  shlibpath_var=LD_LIBRARY_PATH
7539
  shlibpath_overrides_runpath=yes
7540
  ;;
7541
 
7542
openbsd*)
7543
  version_type=sunos
7544
  need_lib_prefix=no
7545
  need_version=no
7546
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7547
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7548
  shlibpath_var=LD_LIBRARY_PATH
7549
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7550
    case $host_os in
7551
      openbsd2.[[89]] | openbsd2.[[89]].*)
7552
	shlibpath_overrides_runpath=no
7553
	;;
7554
      *)
7555
	shlibpath_overrides_runpath=yes
7556
	;;
7557
      esac
7558
  else
7559
    shlibpath_overrides_runpath=yes
7560
  fi
7561
  ;;
7562
 
7563
os2*)
7564
  libname_spec='$name'
7565
  shrext=".dll"
7566
  need_lib_prefix=no
7567
  library_names_spec='$libname${shared_ext} $libname.a'
7568
  dynamic_linker='OS/2 ld.exe'
7569
  shlibpath_var=LIBPATH
7570
  ;;
7571
 
7572
osf3* | osf4* | osf5*)
7573
  version_type=osf
7574
  need_lib_prefix=no
7575
  need_version=no
7576
  soname_spec='${libname}${release}${shared_ext}$major'
7577
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7578
  shlibpath_var=LD_LIBRARY_PATH
7579
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
7580
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
7581
  ;;
7582
 
7583
sco3.2v5*)
7584
  version_type=osf
7585
  soname_spec='${libname}${release}${shared_ext}$major'
7586
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7587
  shlibpath_var=LD_LIBRARY_PATH
7588
  ;;
7589
 
7590
solaris*)
7591
  version_type=linux
7592
  need_lib_prefix=no
7593
  need_version=no
7594
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7595
  soname_spec='${libname}${release}${shared_ext}$major'
7596
  shlibpath_var=LD_LIBRARY_PATH
7597
  shlibpath_overrides_runpath=yes
7598
  hardcode_into_libs=yes
7599
  # ldd complains unless libraries are executable
7600
  postinstall_cmds='chmod +x $lib'
7601
  ;;
7602
 
7603
sunos4*)
7604
  version_type=sunos
7605
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7606
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
7607
  shlibpath_var=LD_LIBRARY_PATH
7608
  shlibpath_overrides_runpath=yes
7609
  if test "$with_gnu_ld" = yes; then
7610
    need_lib_prefix=no
7611
  fi
7612
  need_version=yes
7613
  ;;
7614
 
7615
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
7616
  version_type=linux
7617
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7618
  soname_spec='${libname}${release}${shared_ext}$major'
7619
  shlibpath_var=LD_LIBRARY_PATH
7620
  case $host_vendor in
7621
    sni)
7622
      shlibpath_overrides_runpath=no
7623
      need_lib_prefix=no
7624
      export_dynamic_flag_spec='${wl}-Blargedynsym'
7625
      runpath_var=LD_RUN_PATH
7626
      ;;
7627
    siemens)
7628
      need_lib_prefix=no
7629
      ;;
7630
    motorola)
7631
      need_lib_prefix=no
7632
      need_version=no
7633
      shlibpath_overrides_runpath=no
7634
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
7635
      ;;
7636
  esac
7637
  ;;
7638
 
7639
sysv4*MP*)
7640
  if test -d /usr/nec ;then
7641
    version_type=linux
7642
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
7643
    soname_spec='$libname${shared_ext}.$major'
7644
    shlibpath_var=LD_LIBRARY_PATH
7645
  fi
7646
  ;;
7647
 
7648
uts4*)
7649
  version_type=linux
7650
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7651
  soname_spec='${libname}${release}${shared_ext}$major'
7652
  shlibpath_var=LD_LIBRARY_PATH
7653
  ;;
7654
 
7655
*)
7656
  dynamic_linker=no
7657
  ;;
7658
esac
7659
AC_MSG_RESULT([$dynamic_linker])
7660
test "$dynamic_linker" = no && can_build_shared=no
7661
])
155 andreas 7662
m4trace:acinclude.m4:7763: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
151 andreas 7663
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
7664
        [include additional configurations @<:@automatic@:>@])],
7665
    [tagnames="$withval"])
7666
 
7667
if test -f "$ltmain" && test -n "$tagnames"; then
7668
  if test ! -f "${ofile}"; then
7669
    AC_MSG_WARN([output file `$ofile' does not exist])
7670
  fi
7671
 
7672
  if test -z "$LTCC"; then
7673
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
7674
    if test -z "$LTCC"; then
7675
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
7676
    else
7677
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
7678
    fi
7679
  fi
7680
 
7681
  # Extract list of available tagged configurations in $ofile.
7682
  # Note that this assumes the entire list is on one line.
7683
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
7684
 
7685
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7686
  for tagname in $tagnames; do
7687
    IFS="$lt_save_ifs"
7688
    # Check whether tagname contains only valid characters
7689
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
7690
    "") ;;
7691
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
7692
	;;
7693
    esac
7694
 
7695
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
7696
    then
7697
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
7698
    fi
7699
 
7700
    # Update the list of available tags.
7701
    if test -n "$tagname"; then
7702
      echo appending configuration tag \"$tagname\" to $ofile
7703
 
7704
      case $tagname in
7705
      CXX)
7706
	if test -n "$CXX" && test "X$CXX" != "Xno"; then
7707
	  AC_LIBTOOL_LANG_CXX_CONFIG
7708
	else
7709
	  tagname=""
7710
	fi
7711
	;;
7712
 
7713
      F77)
7714
	if test -n "$F77" && test "X$F77" != "Xno"; then
7715
	  AC_LIBTOOL_LANG_F77_CONFIG
7716
	else
7717
	  tagname=""
7718
	fi
7719
	;;
7720
 
7721
      GCJ)
7722
	if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
7723
	  AC_LIBTOOL_LANG_GCJ_CONFIG
7724
	else
7725
	  tagname=""
7726
	fi
7727
	;;
7728
 
7729
      RC)
7730
	AC_LIBTOOL_LANG_RC_CONFIG
7731
	;;
7732
 
7733
      *)
7734
	AC_MSG_ERROR([Unsupported tag name: $tagname])
7735
	;;
7736
      esac
7737
 
7738
      # Append the new tag name to the list of available tags.
7739
      if test -n "$tagname" ; then
7740
      available_tags="$available_tags $tagname"
7741
    fi
7742
    fi
7743
  done
7744
  IFS="$lt_save_ifs"
7745
 
7746
  # Now substitute the updated list of available tags.
7747
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
7748
    mv "${ofile}T" "$ofile"
7749
    chmod +x "$ofile"
7750
  else
7751
    rm -f "${ofile}T"
7752
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
7753
  fi
7754
fi
7755
])
155 andreas 7756
m4trace:acinclude.m4:7863: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
151 andreas 7757
])
155 andreas 7758
m4trace:acinclude.m4:7871: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
151 andreas 7759
])
155 andreas 7760
m4trace:acinclude.m4:7880: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
151 andreas 7761
AC_ARG_ENABLE([shared],
7762
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
7763
	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
7764
    [p=${PACKAGE-default}
7765
    case $enableval in
7766
    yes) enable_shared=yes ;;
7767
    no) enable_shared=no ;;
7768
    *)
7769
      enable_shared=no
7770
      # Look at the argument we got.  We use all the common list separators.
7771
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7772
      for pkg in $enableval; do
7773
	IFS="$lt_save_ifs"
7774
	if test "X$pkg" = "X$p"; then
7775
	  enable_shared=yes
7776
	fi
7777
      done
7778
      IFS="$lt_save_ifs"
7779
      ;;
7780
    esac],
7781
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
7782
])
155 andreas 7783
m4trace:acinclude.m4:7909: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 7784
AC_ENABLE_SHARED(no)
7785
])
155 andreas 7786
m4trace:acinclude.m4:7919: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
151 andreas 7787
AC_ARG_ENABLE([static],
7788
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
7789
	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
7790
    [p=${PACKAGE-default}
7791
    case $enableval in
7792
    yes) enable_static=yes ;;
7793
    no) enable_static=no ;;
7794
    *)
7795
     enable_static=no
7796
      # Look at the argument we got.  We use all the common list separators.
7797
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7798
      for pkg in $enableval; do
7799
	IFS="$lt_save_ifs"
7800
	if test "X$pkg" = "X$p"; then
7801
	  enable_static=yes
7802
	fi
7803
      done
7804
      IFS="$lt_save_ifs"
7805
      ;;
7806
    esac],
7807
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
7808
])
155 andreas 7809
m4trace:acinclude.m4:7948: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 7810
AC_ENABLE_STATIC(no)
7811
])
155 andreas 7812
m4trace:acinclude.m4:7958: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
151 andreas 7813
AC_ARG_ENABLE([fast-install],
7814
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
7815
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
7816
    [p=${PACKAGE-default}
7817
    case $enableval in
7818
    yes) enable_fast_install=yes ;;
7819
    no) enable_fast_install=no ;;
7820
    *)
7821
      enable_fast_install=no
7822
      # Look at the argument we got.  We use all the common list separators.
7823
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7824
      for pkg in $enableval; do
7825
	IFS="$lt_save_ifs"
7826
	if test "X$pkg" = "X$p"; then
7827
	  enable_fast_install=yes
7828
	fi
7829
      done
7830
      IFS="$lt_save_ifs"
7831
      ;;
7832
    esac],
7833
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
7834
])
155 andreas 7835
m4trace:acinclude.m4:7987: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 7836
AC_ENABLE_FAST_INSTALL(no)
7837
])
155 andreas 7838
m4trace:acinclude.m4:7997: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 7839
pic_mode=ifelse($#,1,$1,default)
7840
])
155 andreas 7841
m4trace:acinclude.m4:8021: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
151 andreas 7842
AC_MSG_CHECKING([for $1])
7843
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
7844
[case $MAGIC_CMD in
7845
[[\\/*] |  ?:[\\/]*])
7846
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7847
  ;;
7848
*)
7849
  lt_save_MAGIC_CMD="$MAGIC_CMD"
7850
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7851
dnl $ac_dummy forces splitting on constant user-supplied paths.
7852
dnl POSIX.2 word splitting is done only on the output of word expansions,
7853
dnl not every word.  This closes a longstanding sh security hole.
7854
  ac_dummy="ifelse([$2], , $PATH, [$2])"
7855
  for ac_dir in $ac_dummy; do
7856
    IFS="$lt_save_ifs"
7857
    test -z "$ac_dir" && ac_dir=.
7858
    if test -f $ac_dir/$1; then
7859
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
7860
      if test -n "$file_magic_test_file"; then
7861
	case $deplibs_check_method in
7862
	"file_magic "*)
7863
	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
7864
	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7865
	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7866
	    $EGREP "$file_magic_regex" > /dev/null; then
7867
	    :
7868
	  else
7869
	    cat <<EOF 1>&2
7870
 
7871
*** Warning: the command libtool uses to detect shared libraries,
7872
*** $file_magic_cmd, produces output that libtool cannot recognize.
7873
*** The result is that libtool may fail to recognize shared libraries
7874
*** as such.  This will affect the creation of libtool libraries that
7875
*** depend on shared libraries, but programs linked with such libtool
7876
*** libraries will work regardless of this problem.  Nevertheless, you
7877
*** may want to report the problem to your system manager and/or to
7878
*** bug-libtool@gnu.org
7879
 
7880
EOF
7881
	  fi ;;
7882
	esac
7883
      fi
7884
      break
7885
    fi
7886
  done
7887
  IFS="$lt_save_ifs"
7888
  MAGIC_CMD="$lt_save_MAGIC_CMD"
7889
  ;;
7890
esac])
7891
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7892
if test -n "$MAGIC_CMD"; then
7893
  AC_MSG_RESULT($MAGIC_CMD)
7894
else
7895
  AC_MSG_RESULT(no)
7896
fi
7897
])
155 andreas 7898
m4trace:acinclude.m4:8084: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
151 andreas 7899
if test -z "$lt_cv_path_MAGIC_CMD"; then
7900
  if test -n "$ac_tool_prefix"; then
7901
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
7902
  else
7903
    MAGIC_CMD=:
7904
  fi
7905
fi
7906
])
155 andreas 7907
m4trace:acinclude.m4:8099: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
151 andreas 7908
    [AC_HELP_STRING([--with-gnu-ld],
7909
	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
7910
    [test "$withval" = no || with_gnu_ld=yes],
7911
    [with_gnu_ld=no])
7912
AC_REQUIRE([LT_AC_PROG_SED])dnl
7913
AC_REQUIRE([AC_PROG_CC])dnl
7914
AC_REQUIRE([AC_CANONICAL_HOST])dnl
7915
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
7916
ac_prog=ld
7917
if test "$GCC" = yes; then
7918
  # Check if gcc -print-prog-name=ld gives a path.
7919
  AC_MSG_CHECKING([for ld used by $CC])
7920
  case $host in
7921
  *-*-mingw*)
7922
    # gcc leaves a trailing carriage return which upsets mingw
7923
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7924
  *)
7925
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7926
  esac
7927
  case $ac_prog in
7928
    # Accept absolute paths.
7929
    [[\\/]]* | ?:[[\\/]]*)
7930
      re_direlt='/[[^/]][[^/]]*/\.\./'
7931
      # Canonicalize the pathname of ld
7932
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
7933
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7934
	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
7935
      done
7936
      test -z "$LD" && LD="$ac_prog"
7937
      ;;
7938
  "")
7939
    # If it fails, then pretend we aren't using GCC.
7940
    ac_prog=ld
7941
    ;;
7942
  *)
7943
    # If it is relative, then search for the first ld in PATH.
7944
    with_gnu_ld=unknown
7945
    ;;
7946
  esac
7947
elif test "$with_gnu_ld" = yes; then
7948
  AC_MSG_CHECKING([for GNU ld])
7949
else
7950
  AC_MSG_CHECKING([for non-GNU ld])
7951
fi
7952
AC_CACHE_VAL(lt_cv_path_LD,
7953
[if test -z "$LD"; then
7954
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7955
  for ac_dir in $PATH; do
7956
    IFS="$lt_save_ifs"
7957
    test -z "$ac_dir" && ac_dir=.
7958
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7959
      lt_cv_path_LD="$ac_dir/$ac_prog"
7960
      # Check to see if the program is GNU ld.  I'd rather use --version,
7961
      # but apparently some GNU ld's only accept -v.
7962
      # Break only if it was the GNU/non-GNU ld that we prefer.
7963
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7964
      *GNU* | *'with BFD'*)
7965
	test "$with_gnu_ld" != no && break
7966
	;;
7967
      *)
7968
	test "$with_gnu_ld" != yes && break
7969
	;;
7970
      esac
7971
    fi
7972
  done
7973
  IFS="$lt_save_ifs"
7974
else
7975
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
7976
fi])
7977
LD="$lt_cv_path_LD"
7978
if test -n "$LD"; then
7979
  AC_MSG_RESULT($LD)
7980
else
7981
  AC_MSG_RESULT(no)
7982
fi
7983
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
7984
AC_PROG_LD_GNU
7985
])
155 andreas 7986
m4trace:acinclude.m4:8183: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
151 andreas 7987
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
7988
[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
7989
case `$LD -v 2>&1 </dev/null` in
7990
*GNU* | *'with BFD'*)
7991
  lt_cv_prog_gnu_ld=yes
7992
  ;;
7993
*)
7994
  lt_cv_prog_gnu_ld=no
7995
  ;;
7996
esac])
7997
with_gnu_ld=$lt_cv_prog_gnu_ld
7998
])
155 andreas 7999
m4trace:acinclude.m4:8203: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
151 andreas 8000
  lt_cv_ld_reload_flag,
8001
  [lt_cv_ld_reload_flag='-r'])
8002
reload_flag=$lt_cv_ld_reload_flag
8003
case $reload_flag in
8004
"" | " "*) ;;
8005
*) reload_flag=" $reload_flag" ;;
8006
esac
8007
reload_cmds='$LD$reload_flag -o $output$reload_objs'
8008
])
155 andreas 8009
m4trace:acinclude.m4:8220: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
151 andreas 8010
lt_cv_deplibs_check_method,
8011
[lt_cv_file_magic_cmd='$MAGIC_CMD'
8012
lt_cv_file_magic_test_file=
8013
lt_cv_deplibs_check_method='unknown'
8014
# Need to set the preceding variable on all platforms that support
8015
# interlibrary dependencies.
8016
# 'none' -- dependencies not supported.
8017
# `unknown' -- same as none, but documents that we really don't know.
8018
# 'pass_all' -- all dependencies passed with no checks.
8019
# 'test_compile' -- check by making test program.
8020
# 'file_magic [[regex]]' -- check by looking for files in library path
8021
# which responds to the $file_magic_cmd with a given extended regex.
8022
# If you have `file' or equivalent on your system and you're not sure
8023
# whether `pass_all' will *always* work, you probably want this one.
8024
 
8025
case $host_os in
8026
aix4* | aix5*)
8027
  lt_cv_deplibs_check_method=pass_all
8028
  ;;
8029
 
8030
beos*)
8031
  lt_cv_deplibs_check_method=pass_all
8032
  ;;
8033
 
8034
bsdi4*)
8035
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
8036
  lt_cv_file_magic_cmd='/usr/bin/file -L'
8037
  lt_cv_file_magic_test_file=/shlib/libc.so
8038
  ;;
8039
 
8040
cygwin*)
8041
  lt_cv_deplibs_check_method=pass_all
8042
  ;;
8043
 
8044
mingw* | pw32*)
8045
  # win32_libid is a shell function defined in ltmain.sh
8046
  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
8047
  lt_cv_file_magic_cmd='win32_libid'
8048
  ;;
8049
 
8050
darwin* | rhapsody*)
8051
  # this will be overwritten by pass_all, but leave it in just in case
8052
  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
8053
  lt_cv_file_magic_cmd='/usr/bin/file -L'
8054
  case "$host_os" in
8055
  rhapsody* | darwin1.[[012]])
8056
    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
8057
    ;;
8058
  *) # Darwin 1.3 on
8059
    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
8060
    ;;
8061
  esac
8062
  lt_cv_deplibs_check_method=pass_all
8063
  ;;
8064
 
8065
freebsd* | kfreebsd*-gnu)
8066
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
8067
    case $host_cpu in
8068
    i*86 )
8069
      # Not sure whether the presence of OpenBSD here was a mistake.
8070
      # Let's accept both of them until this is cleared up.
8071
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
8072
      lt_cv_file_magic_cmd=/usr/bin/file
8073
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
8074
      ;;
8075
    esac
8076
  else
8077
    lt_cv_deplibs_check_method=pass_all
8078
  fi
8079
  ;;
8080
 
8081
gnu*)
8082
  lt_cv_deplibs_check_method=pass_all
8083
  ;;
8084
 
8085
hpux10.20* | hpux11*)
8086
  lt_cv_file_magic_cmd=/usr/bin/file
8087
  case "$host_cpu" in
8088
  ia64*)
8089
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
8090
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
8091
    ;;
8092
  hppa*64*)
8093
    [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]']
8094
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
8095
    ;;
8096
  *)
8097
    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
8098
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
8099
    ;;
8100
  esac
8101
  ;;
8102
 
8103
irix5* | irix6* | nonstopux*)
8104
  case $host_os in
8105
  irix5* | nonstopux*)
8106
    # this will be overridden with pass_all, but let us keep it just in case
8107
    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
8108
    ;;
8109
  *)
8110
    case $LD in
8111
    *-32|*"-32 ") libmagic=32-bit;;
8112
    *-n32|*"-n32 ") libmagic=N32;;
8113
    *-64|*"-64 ") libmagic=64-bit;;
8114
    *) libmagic=never-match;;
8115
    esac
8116
    # this will be overridden with pass_all, but let us keep it just in case
8117
    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
8118
    ;;
8119
  esac
8120
  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
8121
  lt_cv_deplibs_check_method=pass_all
8122
  ;;
8123
 
8124
# This must be Linux ELF.
8125
linux*)
8126
  case $host_cpu in
8127
  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
8128
    lt_cv_deplibs_check_method=pass_all ;;
8129
  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
8130
  arm* )
8131
    lt_cv_deplibs_check_method=pass_all ;;
8132
  *)
8133
    # glibc up to 2.1.1 does not perform some relocations on ARM
8134
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
8135
  esac
8136
  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
8137
  ;;
8138
 
8139
netbsd*)
8140
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
8141
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
8142
  else
8143
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
8144
  fi
8145
  ;;
8146
 
8147
newos6*)
8148
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
8149
  lt_cv_file_magic_cmd=/usr/bin/file
8150
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
8151
  ;;
8152
 
8153
nto-qnx*)
8154
  lt_cv_deplibs_check_method=unknown
8155
  ;;
8156
 
8157
openbsd*)
8158
  lt_cv_file_magic_cmd=/usr/bin/file
8159
  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
8160
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8161
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
8162
  else
8163
    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
8164
  fi
8165
  ;;
8166
 
8167
osf3* | osf4* | osf5*)
8168
  # this will be overridden with pass_all, but let us keep it just in case
8169
  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
8170
  lt_cv_file_magic_test_file=/shlib/libc.so
8171
  lt_cv_deplibs_check_method=pass_all
8172
  ;;
8173
 
8174
sco3.2v5*)
8175
  lt_cv_deplibs_check_method=pass_all
8176
  ;;
8177
 
8178
solaris*)
8179
  lt_cv_deplibs_check_method=pass_all
8180
  lt_cv_file_magic_test_file=/lib/libc.so
8181
  ;;
8182
 
8183
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8184
  case $host_vendor in
8185
  motorola)
8186
    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]]'
8187
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
8188
    ;;
8189
  ncr)
8190
    lt_cv_deplibs_check_method=pass_all
8191
    ;;
8192
  sequent)
8193
    lt_cv_file_magic_cmd='/bin/file'
8194
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
8195
    ;;
8196
  sni)
8197
    lt_cv_file_magic_cmd='/bin/file'
8198
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
8199
    lt_cv_file_magic_test_file=/lib/libc.so
8200
    ;;
8201
  siemens)
8202
    lt_cv_deplibs_check_method=pass_all
8203
    ;;
8204
  esac
8205
  ;;
8206
 
8207
sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
8208
  lt_cv_deplibs_check_method=pass_all
8209
  ;;
8210
esac
8211
])
8212
file_magic_cmd=$lt_cv_file_magic_cmd
8213
deplibs_check_method=$lt_cv_deplibs_check_method
8214
test -z "$deplibs_check_method" && deplibs_check_method=unknown
8215
])
155 andreas 8216
m4trace:acinclude.m4:8433: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
151 andreas 8217
[if test -n "$NM"; then
8218
  # Let the user override the test.
8219
  lt_cv_path_NM="$NM"
8220
else
8221
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8222
  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
8223
    IFS="$lt_save_ifs"
8224
    test -z "$ac_dir" && ac_dir=.
8225
    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
8226
    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
8227
      # Check to see if the nm accepts a BSD-compat flag.
8228
      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
8229
      #   nm: unknown option "B" ignored
8230
      # Tru64's nm complains that /dev/null is an invalid object file
8231
      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
8232
      */dev/null* | *'Invalid file or object type'*)
8233
	lt_cv_path_NM="$tmp_nm -B"
8234
	break
8235
        ;;
8236
      *)
8237
	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
8238
	*/dev/null*)
8239
	  lt_cv_path_NM="$tmp_nm -p"
8240
	  break
8241
	  ;;
8242
	*)
8243
	  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
8244
	  continue # so that we can try to find one that supports BSD flags
8245
	  ;;
8246
	esac
8247
      esac
8248
    fi
8249
  done
8250
  IFS="$lt_save_ifs"
8251
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
8252
fi])
8253
NM="$lt_cv_path_NM"
8254
])
155 andreas 8255
m4trace:acinclude.m4:8478: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
151 andreas 8256
LIBM=
8257
case $host in
8258
*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
8259
  # These system don't have libm, or don't need it
8260
  ;;
8261
*-ncr-sysv4.3*)
8262
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
8263
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
8264
  ;;
8265
*)
8266
  AC_CHECK_LIB(m, cos, LIBM="-lm")
8267
  ;;
8268
esac
8269
])
155 andreas 8270
m4trace:acinclude.m4:8507: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 8271
  case $enable_ltdl_convenience in
8272
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
8273
  "") enable_ltdl_convenience=yes
8274
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
8275
  esac
8276
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
8277
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8278
  # For backwards non-gettext consistent compatibility...
8279
  INCLTDL="$LTDLINCL"
8280
])
155 andreas 8281
m4trace:acinclude.m4:8533: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
151 andreas 8282
  AC_CHECK_LIB(ltdl, lt_dlinit,
8283
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
8284
  [if test x"$enable_ltdl_install" = xno; then
8285
     AC_MSG_WARN([libltdl not installed, but installation disabled])
8286
   else
8287
     enable_ltdl_install=yes
8288
   fi
8289
  ])
8290
  if test x"$enable_ltdl_install" = x"yes"; then
8291
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
8292
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
8293
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
8294
  else
8295
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
8296
    LIBLTDL="-lltdl"
8297
    LTDLINCL=
8298
  fi
8299
  # For backwards non-gettext consistent compatibility...
8300
  INCLTDL="$LTDLINCL"
8301
])
155 andreas 8302
m4trace:acinclude.m4:8560: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
151 andreas 8303
])
155 andreas 8304
m4trace:acinclude.m4:8567: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
151 andreas 8305
AC_REQUIRE([AC_PROG_CXXCPP])
8306
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8307
])
155 andreas 8308
m4trace:acinclude.m4:8577: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
151 andreas 8309
])
155 andreas 8310
m4trace:acinclude.m4:8584: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
151 andreas 8311
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8312
])
155 andreas 8313
m4trace:acinclude.m4:8593: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
151 andreas 8314
])
155 andreas 8315
m4trace:acinclude.m4:8600: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
151 andreas 8316
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
8317
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
8318
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
8319
	 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
8320
	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
8321
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
8322
])
155 andreas 8323
m4trace:acinclude.m4:8614: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
151 andreas 8324
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
8325
])
155 andreas 8326
m4trace:acinclude.m4:8625: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
8327
m4trace:acinclude.m4:8626: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
151 andreas 8328
AC_LANG_PUSH(C)
8329
 
8330
# Source file extension for C test sources.
8331
ac_ext=c
8332
 
8333
# Object file extension for compiled C test sources.
8334
objext=o
8335
_LT_AC_TAGVAR(objext, $1)=$objext
8336
 
8337
# Code to be used in simple compile tests
8338
lt_simple_compile_test_code="int some_variable = 0;\n"
8339
 
8340
# Code to be used in simple link tests
8341
lt_simple_link_test_code='int main(){return(0);}\n'
8342
 
8343
_LT_AC_SYS_COMPILER
8344
 
8345
#
8346
# Check for any special shared library compilation flags.
8347
#
8348
_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
8349
if test "$GCC" = no; then
8350
  case $host_os in
8351
  sco3.2v5*)
8352
    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
8353
    ;;
8354
  esac
8355
fi
8356
if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
8357
  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
8358
  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
8359
  else
8360
    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
8361
    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
8362
  fi
8363
fi
8364
 
8365
 
8366
#
8367
# Check to make sure the static flag actually works.
8368
#
8369
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
8370
  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
8371
  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
8372
  [],
8373
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
8374
 
8375
 
8376
## CAVEAT EMPTOR:
8377
## There is no encapsulation within the following macros, do not change
8378
## the running order or otherwise move them around unless you know exactly
8379
## what you are doing...
8380
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
8381
AC_LIBTOOL_PROG_COMPILER_PIC($1)
8382
AC_LIBTOOL_PROG_CC_C_O($1)
8383
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
8384
AC_LIBTOOL_PROG_LD_SHLIBS($1)
8385
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
8386
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
8387
AC_LIBTOOL_SYS_LIB_STRIP
8388
AC_LIBTOOL_DLOPEN_SELF($1)
8389
 
8390
# Report which librarie types wil actually be built
8391
AC_MSG_CHECKING([if libtool supports shared libraries])
8392
AC_MSG_RESULT([$can_build_shared])
8393
 
8394
AC_MSG_CHECKING([whether to build shared libraries])
8395
test "$can_build_shared" = "no" && enable_shared=no
8396
 
8397
# On AIX, shared libraries and static libraries use the same namespace, and
8398
# are all built from PIC.
8399
case "$host_os" in
8400
aix3*)
8401
  test "$enable_shared" = yes && enable_static=no
8402
  if test -n "$RANLIB"; then
8403
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
8404
    postinstall_cmds='$RANLIB $lib'
8405
  fi
8406
  ;;
8407
 
8408
aix4*)
8409
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
8410
    test "$enable_shared" = yes && enable_static=no
8411
  fi
8412
  ;;
8413
  darwin* | rhapsody*)
8414
  if test "$GCC" = yes; then
8415
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8416
    case "$host_os" in
8417
    rhapsody* | darwin1.[[012]])
8418
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8419
      ;;
8420
    *) # Darwin 1.3 on
8421
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8422
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8423
      else
8424
	case ${MACOSX_DEPLOYMENT_TARGET} in
8425
	  10.[012])
8426
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8427
	    ;;
8428
	  10.*)
8429
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8430
	    ;;
8431
	esac
8432
      fi
8433
      ;;
8434
    esac
8435
    output_verbose_link_cmd='echo'
8436
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8437
    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8438
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8439
    _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}'
8440
    _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}'
8441
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
8442
    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8443
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8444
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8445
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8446
  else
8447
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8448
  fi  
8449
    ;;  
8450
esac
8451
AC_MSG_RESULT([$enable_shared])
8452
 
8453
AC_MSG_CHECKING([whether to build static libraries])
8454
# Make sure either enable_shared or enable_static is yes.
8455
test "$enable_shared" = yes || enable_static=yes
8456
AC_MSG_RESULT([$enable_static])
8457
 
8458
AC_LIBTOOL_CONFIG($1)
8459
 
8460
AC_LANG_POP
8461
CC="$lt_save_CC"
8462
])
155 andreas 8463
m4trace:acinclude.m4:8770: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
8464
m4trace:acinclude.m4:8771: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
151 andreas 8465
AC_REQUIRE([AC_PROG_CXX])
8466
AC_REQUIRE([AC_PROG_CXXCPP])
8467
 
8468
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8469
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
8470
_LT_AC_TAGVAR(always_export_symbols, $1)=no
8471
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
8472
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
8473
_LT_AC_TAGVAR(hardcode_direct, $1)=no
8474
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
8475
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
8476
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8477
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
8478
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
8479
_LT_AC_TAGVAR(module_cmds, $1)=
8480
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
8481
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
8482
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8483
_LT_AC_TAGVAR(no_undefined_flag, $1)=
8484
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8485
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
8486
 
8487
# Dependencies to place before and after the object being linked:
8488
_LT_AC_TAGVAR(predep_objects, $1)=
8489
_LT_AC_TAGVAR(postdep_objects, $1)=
8490
_LT_AC_TAGVAR(predeps, $1)=
8491
_LT_AC_TAGVAR(postdeps, $1)=
8492
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
8493
 
8494
# Source file extension for C++ test sources.
8495
ac_ext=cc
8496
 
8497
# Object file extension for compiled C++ test sources.
8498
objext=o
8499
_LT_AC_TAGVAR(objext, $1)=$objext
8500
 
8501
# Code to be used in simple compile tests
8502
lt_simple_compile_test_code="int some_variable = 0;\n"
8503
 
8504
# Code to be used in simple link tests
8505
lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
8506
 
8507
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
8508
_LT_AC_SYS_COMPILER
8509
 
8510
# Allow CC to be a program name with arguments.
8511
lt_save_CC=$CC
8512
lt_save_LD=$LD
8513
lt_save_GCC=$GCC
8514
GCC=$GXX
8515
lt_save_with_gnu_ld=$with_gnu_ld
8516
lt_save_path_LD=$lt_cv_path_LD
8517
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
8518
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
8519
else
8520
  unset lt_cv_prog_gnu_ld
8521
fi
8522
if test -n "${lt_cv_path_LDCXX+set}"; then
8523
  lt_cv_path_LD=$lt_cv_path_LDCXX
8524
else
8525
  unset lt_cv_path_LD
8526
fi
8527
test -z "${LDCXX+set}" || LD=$LDCXX
8528
CC=${CXX-"c++"}
8529
compiler=$CC
8530
_LT_AC_TAGVAR(compiler, $1)=$CC
8531
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
8532
 
8533
# We don't want -fno-exception wen compiling C++ code, so set the
8534
# no_builtin_flag separately
8535
if test "$GXX" = yes; then
8536
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
8537
else
8538
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
8539
fi
8540
 
8541
if test "$GXX" = yes; then
8542
  # Set up default GNU C++ configuration
8543
 
8544
  AC_PROG_LD
8545
 
8546
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
8547
  # archiving commands below assume that GNU ld is being used.
8548
  if test "$with_gnu_ld" = yes; then
8549
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8550
    _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'
8551
 
8552
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
8553
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8554
 
8555
    # If archive_cmds runs LD, not CC, wlarc should be empty
8556
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
8557
    #     investigate it a little bit more. (MM)
8558
    wlarc='${wl}'
8559
 
8560
    # ancient GNU ld didn't support --whole-archive et. al.
8561
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
8562
	grep 'no-whole-archive' > /dev/null; then
8563
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8564
    else
8565
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
8566
    fi
8567
  else
8568
    with_gnu_ld=no
8569
    wlarc=
8570
 
8571
    # A generic and very simple default shared library creation
8572
    # command for GNU C++ for the case where it uses the native
8573
    # linker, instead of GNU ld.  If possible, this setting should
8574
    # overridden to take advantage of the native linker features on
8575
    # the platform it is being used on.
8576
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
8577
  fi
8578
 
8579
  # Commands to make compiler produce verbose output that lists
8580
  # what "hidden" libraries, object files and flags are used when
8581
  # linking a shared library.
8582
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
8583
 
8584
else
8585
  GXX=no
8586
  with_gnu_ld=no
8587
  wlarc=
8588
fi
8589
 
8590
# PORTME: fill in a description of your system's C++ link characteristics
8591
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
8592
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
8593
case $host_os in
8594
  aix3*)
8595
    # FIXME: insert proper C++ library support
8596
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8597
    ;;
8598
  aix4* | aix5*)
8599
    if test "$host_cpu" = ia64; then
8600
      # On IA64, the linker does run time linking by default, so we don't
8601
      # have to do anything special.
8602
      aix_use_runtimelinking=no
8603
      exp_sym_flag='-Bexport'
8604
      no_entry_flag=""
8605
    else
8606
      # KDE requires run time linking.  Make it the default.
8607
      aix_use_runtimelinking=yes
8608
      exp_sym_flag='-bexport'
8609
      no_entry_flag='-bnoentry'
8610
    fi
8611
 
8612
    # When large executables or shared objects are built, AIX ld can
8613
    # have problems creating the table of contents.  If linking a library
8614
    # or program results in "error TOC overflow" add -mminimal-toc to
8615
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8616
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8617
 
8618
    _LT_AC_TAGVAR(archive_cmds, $1)=''
8619
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8620
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
8621
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8622
 
8623
    if test "$GXX" = yes; then
8624
      case $host_os in aix4.[012]|aix4.[012].*)
8625
      # We only want to do this on AIX 4.2 and lower, the check
8626
      # below for broken collect2 doesn't work under 4.3+
8627
	collect2name=`${CC} -print-prog-name=collect2`
8628
	if test -f "$collect2name" && \
8629
	   strings "$collect2name" | grep resolve_lib_name >/dev/null
8630
	then
8631
	  # We have reworked collect2
8632
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8633
	else
8634
	  # We have old collect2
8635
	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
8636
	  # It fails to find uninstalled libraries when the uninstalled
8637
	  # path is not listed in the libpath.  Setting hardcode_minus_L
8638
	  # to unsupported forces relinking
8639
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
8640
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8641
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
8642
	fi
8643
      esac
8644
      shared_flag='-shared'
8645
    else
8646
      # not using gcc
8647
      if test "$host_cpu" = ia64; then
8648
	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8649
	# chokes on -Wl,-G. The following line is correct:
8650
	shared_flag='-G'
8651
      else
8652
	if test "$aix_use_runtimelinking" = yes; then
8653
	  shared_flag='-qmkshrobj ${wl}-G'
8654
	else
8655
	  shared_flag='-qmkshrobj'
8656
	fi
8657
      fi
8658
    fi
8659
 
8660
    # Let the compiler handle the export list.
8661
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
8662
    if test "$aix_use_runtimelinking" = yes; then
8663
      # Warning - without using the other runtime loading flags (-brtl),
8664
      # -berok will link without error, but may produce a broken library.
8665
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
8666
      # Determine the default libpath from the value encoded in an empty executable.
8667
      _LT_AC_SYS_LIBPATH_AIX
8668
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8669
 
8670
      _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"
8671
      _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"
8672
     else
8673
      if test "$host_cpu" = ia64; then
8674
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
8675
	_LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
8676
	_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"
8677
      else
8678
	# Determine the default libpath from the value encoded in an empty executable.
8679
	_LT_AC_SYS_LIBPATH_AIX
8680
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
8681
	# Warning - without using the other run time loading flags,
8682
	# -berok will link without error, but may produce a broken library.
8683
	_LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
8684
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
8685
	# -bexpall does not export symbols beginning with underscore (_)
8686
	_LT_AC_TAGVAR(always_export_symbols, $1)=yes
8687
	# Exported symbols can be pulled into shared objects from archives
8688
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
8689
	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
8690
	# This is similar to how AIX traditionally builds it's shared libraries.
8691
	_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'
8692
      fi
8693
    fi
8694
    ;;
8695
  chorus*)
8696
    case $cc_basename in
8697
      *)
8698
	# FIXME: insert proper C++ library support
8699
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8700
	;;
8701
    esac
8702
    ;;
8703
 
8704
  cygwin* | mingw* | pw32*)
8705
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
8706
    # as there is no search path for DLLs.
8707
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8708
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
8709
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
8710
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
8711
 
8712
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
8713
      _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'
8714
      # If the export-symbols file already is a .def file (1st line
8715
      # is EXPORTS), use it as is; otherwise, prepend...
8716
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8717
	cp $export_symbols $output_objdir/$soname.def;
8718
      else
8719
	echo EXPORTS > $output_objdir/$soname.def;
8720
	cat $export_symbols >> $output_objdir/$soname.def;
8721
      fi~
8722
      $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'
8723
    else
8724
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
8725
    fi
8726
  ;;
8727
 
8728
  darwin* | rhapsody*)
8729
  if test "$GXX" = yes; then
8730
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8731
    case "$host_os" in
8732
    rhapsody* | darwin1.[[012]])
8733
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
8734
      ;;
8735
    *) # Darwin 1.3 on
8736
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8737
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8738
      else
8739
	case ${MACOSX_DEPLOYMENT_TARGET} in
8740
	  10.[012])
8741
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
8742
	    ;;
8743
	  10.*)
8744
	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
8745
	    ;;
8746
	esac
8747
      fi
8748
      ;;
8749
    esac
8750
    lt_int_apple_cc_single_mod=no
8751
    output_verbose_link_cmd='echo'
8752
    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
8753
      lt_int_apple_cc_single_mod=yes
8754
    fi
8755
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8756
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
8757
    else
8758
      _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'
8759
    fi
8760
    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
8761
 
8762
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
8763
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
8764
      _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}'
8765
    else
8766
      _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}'
8767
    fi
8768
    _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}'
8769
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
8770
    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
8771
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
8772
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
8773
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8774
  else
8775
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8776
  fi
8777
    ;;
8778
 
8779
  dgux*)
8780
    case $cc_basename in
8781
      ec++)
8782
	# FIXME: insert proper C++ library support
8783
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8784
	;;
8785
      ghcx)
8786
	# Green Hills C++ Compiler
8787
	# FIXME: insert proper C++ library support
8788
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8789
	;;
8790
      *)
8791
	# FIXME: insert proper C++ library support
8792
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8793
	;;
8794
    esac
8795
    ;;
8796
  freebsd[12]*)
8797
    # C++ shared libraries reported to be fairly broken before switch to ELF
8798
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
8799
    ;;
8800
  freebsd-elf*)
8801
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8802
    ;;
8803
  freebsd* | kfreebsd*-gnu)
8804
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
8805
    # conventions
8806
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
8807
    ;;
8808
  gnu*)
8809
    ;;
8810
  hpux9*)
8811
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8812
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8813
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8814
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8815
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8816
				# but as the default
8817
				# location of the library.
8818
 
8819
    case $cc_basename in
8820
    CC)
8821
      # FIXME: insert proper C++ library support
8822
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
8823
      ;;
8824
    aCC)
8825
      _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'
8826
      # Commands to make compiler produce verbose output that lists
8827
      # what "hidden" libraries, object files and flags are used when
8828
      # linking a shared library.
8829
      #
8830
      # There doesn't appear to be a way to prevent this compiler from
8831
      # explicitly linking system object files so we need to strip them
8832
      # from the output so that they don't get included in the library
8833
      # dependencies.
8834
      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'
8835
      ;;
8836
    *)
8837
      if test "$GXX" = yes; then
8838
        _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'
8839
      else
8840
        # FIXME: insert proper C++ library support
8841
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
8842
      fi
8843
      ;;
8844
    esac
8845
    ;;
8846
  hpux10*|hpux11*)
8847
    if test $with_gnu_ld = no; then
8848
      case "$host_cpu" in
8849
      hppa*64*)
8850
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8851
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
8852
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8853
        ;;
8854
      ia64*)
8855
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
8856
        ;;
8857
      *)
8858
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
8859
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8860
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
8861
        ;;
8862
      esac
8863
    fi
8864
    case "$host_cpu" in
8865
    hppa*64*)
8866
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
8867
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8868
      ;;
8869
    ia64*)
8870
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
8871
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
8872
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8873
					      # but as the default
8874
					      # location of the library.
8875
      ;;
8876
    *)
8877
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
8878
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
8879
					      # but as the default
8880
					      # location of the library.
8881
      ;;
8882
    esac
8883
 
8884
    case $cc_basename in
8885
      CC)
8886
	# FIXME: insert proper C++ library support
8887
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
8888
	;;
8889
      aCC)
8890
	case "$host_cpu" in
8891
	hppa*64*|ia64*)
8892
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8893
	  ;;
8894
	*)
8895
	  _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'
8896
	  ;;
8897
	esac
8898
	# Commands to make compiler produce verbose output that lists
8899
	# what "hidden" libraries, object files and flags are used when
8900
	# linking a shared library.
8901
	#
8902
	# There doesn't appear to be a way to prevent this compiler from
8903
	# explicitly linking system object files so we need to strip them
8904
	# from the output so that they don't get included in the library
8905
	# dependencies.
8906
	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'
8907
	;;
8908
      *)
8909
	if test "$GXX" = yes; then
8910
	  if test $with_gnu_ld = no; then
8911
	    case "$host_cpu" in
8912
	    ia64*|hppa*64*)
8913
	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8914
	      ;;
8915
	    *)
8916
	      _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'
8917
	      ;;
8918
	    esac
8919
	  fi
8920
	else
8921
	  # FIXME: insert proper C++ library support
8922
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
8923
	fi
8924
	;;
8925
    esac
8926
    ;;
8927
  irix5* | irix6*)
8928
    case $cc_basename in
8929
      CC)
8930
	# SGI C++
8931
	_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'
8932
 
8933
	# Archives containing C++ object files must be created using
8934
	# "CC -ar", where "CC" is the IRIX C++ compiler.  This is
8935
	# necessary to make sure instantiated templates are included
8936
	# in the archive.
8937
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
8938
	;;
8939
      *)
8940
	if test "$GXX" = yes; then
8941
	  if test "$with_gnu_ld" = no; then
8942
	    _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'
8943
	  else
8944
	    _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'
8945
	  fi
8946
	fi
8947
	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
8948
	;;
8949
    esac
8950
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
8951
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8952
    ;;
8953
  linux*)
8954
    case $cc_basename in
8955
      KCC)
8956
	# Kuck and Associates, Inc. (KAI) C++ Compiler
8957
 
8958
	# KCC will only create a shared library if the output file
8959
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
8960
	# to its proper name (with version) after linking.
8961
	_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'
8962
	_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'
8963
	# Commands to make compiler produce verbose output that lists
8964
	# what "hidden" libraries, object files and flags are used when
8965
	# linking a shared library.
8966
	#
8967
	# There doesn't appear to be a way to prevent this compiler from
8968
	# explicitly linking system object files so we need to strip them
8969
	# from the output so that they don't get included in the library
8970
	# dependencies.
8971
	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'
8972
 
8973
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
8974
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8975
 
8976
	# Archives containing C++ object files must be created using
8977
	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
8978
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
8979
	;;
8980
      icpc)
8981
	# Intel C++
8982
	with_gnu_ld=yes
8983
	_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
8984
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8985
	_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'
8986
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
8987
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
8988
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8989
	;;
8990
      cxx)
8991
	# Compaq C++
8992
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8993
	_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'
8994
 
8995
	runpath_var=LD_RUN_PATH
8996
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
8997
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
8998
 
8999
	# Commands to make compiler produce verbose output that lists
9000
	# what "hidden" libraries, object files and flags are used when
9001
	# linking a shared library.
9002
	#
9003
	# There doesn't appear to be a way to prevent this compiler from
9004
	# explicitly linking system object files so we need to strip them
9005
	# from the output so that they don't get included in the library
9006
	# dependencies.
9007
	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'
9008
	;;
9009
    esac
9010
    ;;
9011
  lynxos*)
9012
    # FIXME: insert proper C++ library support
9013
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9014
    ;;
9015
  m88k*)
9016
    # FIXME: insert proper C++ library support
9017
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9018
    ;;
9019
  mvs*)
9020
    case $cc_basename in
9021
      cxx)
9022
	# FIXME: insert proper C++ library support
9023
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9024
	;;
9025
      *)
9026
	# FIXME: insert proper C++ library support
9027
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9028
	;;
9029
    esac
9030
    ;;
9031
  netbsd*)
9032
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9033
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
9034
      wlarc=
9035
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
9036
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
9037
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
9038
    fi
9039
    # Workaround some broken pre-1.5 toolchains
9040
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
9041
    ;;
9042
  osf3*)
9043
    case $cc_basename in
9044
      KCC)
9045
	# Kuck and Associates, Inc. (KAI) C++ Compiler
9046
 
9047
	# KCC will only create a shared library if the output file
9048
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
9049
	# to its proper name (with version) after linking.
9050
	_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'
9051
 
9052
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
9053
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9054
 
9055
	# Archives containing C++ object files must be created using
9056
	# "CC -Bstatic", where "CC" is the KAI C++ compiler.
9057
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
9058
 
9059
	;;
9060
      RCC)
9061
	# Rational C++ 2.4.1
9062
	# FIXME: insert proper C++ library support
9063
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9064
	;;
9065
      cxx)
9066
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
9067
	_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'
9068
 
9069
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
9070
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9071
 
9072
	# Commands to make compiler produce verbose output that lists
9073
	# what "hidden" libraries, object files and flags are used when
9074
	# linking a shared library.
9075
	#
9076
	# There doesn't appear to be a way to prevent this compiler from
9077
	# explicitly linking system object files so we need to strip them
9078
	# from the output so that they don't get included in the library
9079
	# dependencies.
9080
	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'
9081
	;;
9082
      *)
9083
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9084
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
9085
	  _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'
9086
 
9087
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
9088
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
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 -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
9094
 
9095
	else
9096
	  # FIXME: insert proper C++ library support
9097
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
9098
	fi
9099
	;;
9100
    esac
9101
    ;;
9102
  osf4* | osf5*)
9103
    case $cc_basename in
9104
      KCC)
9105
	# Kuck and Associates, Inc. (KAI) C++ Compiler
9106
 
9107
	# KCC will only create a shared library if the output file
9108
	# ends with ".so" (or ".sl" for HP-UX), so rename the library
9109
	# to its proper name (with version) after linking.
9110
	_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'
9111
 
9112
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
9113
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9114
 
9115
	# Archives containing C++ object files must be created using
9116
	# the KAI C++ compiler.
9117
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
9118
	;;
9119
      RCC)
9120
	# Rational C++ 2.4.1
9121
	# FIXME: insert proper C++ library support
9122
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9123
	;;
9124
      cxx)
9125
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
9126
	_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'
9127
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
9128
	  echo "-hidden">> $lib.exp~
9129
	  $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~
9130
	  $rm $lib.exp'
9131
 
9132
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
9133
	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9134
 
9135
	# Commands to make compiler produce verbose output that lists
9136
	# what "hidden" libraries, object files and flags are used when
9137
	# linking a shared library.
9138
	#
9139
	# There doesn't appear to be a way to prevent this compiler from
9140
	# explicitly linking system object files so we need to strip them
9141
	# from the output so that they don't get included in the library
9142
	# dependencies.
9143
	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'
9144
	;;
9145
      *)
9146
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9147
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
9148
	 _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'
9149
 
9150
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
9151
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
9152
 
9153
	  # Commands to make compiler produce verbose output that lists
9154
	  # what "hidden" libraries, object files and flags are used when
9155
	  # linking a shared library.
9156
	  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
9157
 
9158
	else
9159
	  # FIXME: insert proper C++ library support
9160
	  _LT_AC_TAGVAR(ld_shlibs, $1)=no
9161
	fi
9162
	;;
9163
    esac
9164
    ;;
9165
  psos*)
9166
    # FIXME: insert proper C++ library support
9167
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9168
    ;;
9169
  sco*)
9170
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9171
    case $cc_basename in
9172
      CC)
9173
	# FIXME: insert proper C++ library support
9174
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9175
	;;
9176
      *)
9177
	# FIXME: insert proper C++ library support
9178
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9179
	;;
9180
    esac
9181
    ;;
9182
  sunos4*)
9183
    case $cc_basename in
9184
      CC)
9185
	# Sun C++ 4.x
9186
	# FIXME: insert proper C++ library support
9187
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9188
	;;
9189
      lcc)
9190
	# Lucid
9191
	# FIXME: insert proper C++ library support
9192
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9193
	;;
9194
      *)
9195
	# FIXME: insert proper C++ library support
9196
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9197
	;;
9198
    esac
9199
    ;;
9200
  solaris*)
9201
    case $cc_basename in
9202
      CC)
9203
	# Sun C++ 4.2, 5.x and Centerline C++
9204
	_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
9205
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
9206
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9207
	$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'
9208
 
9209
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
9210
	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
9211
	case $host_os in
9212
	  solaris2.[0-5] | solaris2.[0-5].*) ;;
9213
	  *)
9214
	    # The C++ compiler is used as linker so we must use $wl
9215
	    # flag to pass the commands to the underlying system
9216
	    # linker.
9217
	    # Supported since Solaris 2.6 (maybe 2.5.1?)
9218
	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9219
	    ;;
9220
	esac
9221
	_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
9222
 
9223
	# Commands to make compiler produce verbose output that lists
9224
	# what "hidden" libraries, object files and flags are used when
9225
	# linking a shared library.
9226
	#
9227
	# There doesn't appear to be a way to prevent this compiler from
9228
	# explicitly linking system object files so we need to strip them
9229
	# from the output so that they don't get included in the library
9230
	# dependencies.
9231
	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'
9232
 
9233
	# Archives containing C++ object files must be created using
9234
	# "CC -xar", where "CC" is the Sun C++ compiler.  This is
9235
	# necessary to make sure instantiated templates are included
9236
	# in the archive.
9237
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
9238
	;;
9239
      gcx)
9240
	# Green Hills C++ Compiler
9241
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9242
 
9243
	# The C++ compiler must be used to create the archive.
9244
	_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
9245
	;;
9246
      *)
9247
	# GNU C++ compiler with Solaris linker
9248
	if test "$GXX" = yes && test "$with_gnu_ld" = no; then
9249
	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
9250
	  if $CC --version | grep -v '^2\.7' > /dev/null; then
9251
	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9252
	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9253
		$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9254
 
9255
	    # Commands to make compiler produce verbose output that lists
9256
	    # what "hidden" libraries, object files and flags are used when
9257
	    # linking a shared library.
9258
	    output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9259
	  else
9260
	    # g++ 2.7 appears to require `-G' NOT `-shared' on this
9261
	    # platform.
9262
	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
9263
	    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9264
		$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
9265
 
9266
	    # Commands to make compiler produce verbose output that lists
9267
	    # what "hidden" libraries, object files and flags are used when
9268
	    # linking a shared library.
9269
	    output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
9270
	  fi
9271
 
9272
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
9273
	fi
9274
	;;
9275
    esac
9276
    ;;
9277
  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
9278
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9279
    ;;
9280
  tandem*)
9281
    case $cc_basename in
9282
      NCC)
9283
	# NonStop-UX NCC 3.20
9284
	# FIXME: insert proper C++ library support
9285
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9286
	;;
9287
      *)
9288
	# FIXME: insert proper C++ library support
9289
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
9290
	;;
9291
    esac
9292
    ;;
9293
  vxworks*)
9294
    # FIXME: insert proper C++ library support
9295
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9296
    ;;
9297
  *)
9298
    # FIXME: insert proper C++ library support
9299
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
9300
    ;;
9301
esac
9302
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
9303
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9304
 
9305
_LT_AC_TAGVAR(GCC, $1)="$GXX"
9306
_LT_AC_TAGVAR(LD, $1)="$LD"
9307
 
9308
## CAVEAT EMPTOR:
9309
## There is no encapsulation within the following macros, do not change
9310
## the running order or otherwise move them around unless you know exactly
9311
## what you are doing...
9312
AC_LIBTOOL_POSTDEP_PREDEP($1)
9313
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9314
AC_LIBTOOL_PROG_CC_C_O($1)
9315
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9316
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9317
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9318
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9319
AC_LIBTOOL_SYS_LIB_STRIP
9320
AC_LIBTOOL_DLOPEN_SELF($1)
9321
 
9322
AC_LIBTOOL_CONFIG($1)
9323
 
9324
AC_LANG_POP
9325
CC=$lt_save_CC
9326
LDCXX=$LD
9327
LD=$lt_save_LD
9328
GCC=$lt_save_GCC
9329
with_gnu_ldcxx=$with_gnu_ld
9330
with_gnu_ld=$lt_save_with_gnu_ld
9331
lt_cv_path_LDCXX=$lt_cv_path_LD
9332
lt_cv_path_LD=$lt_save_path_LD
9333
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
9334
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
9335
])
155 andreas 9336
m4trace:acinclude.m4:9651: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
151 andreas 9337
dnl we can't use the lt_simple_compile_test_code here,
9338
dnl because it contains code intended for an executable,
9339
dnl not a library.  It's possible we should let each
9340
dnl tag define a new lt_????_link_test_code variable,
9341
dnl but it's only used here...
9342
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
9343
int a;
9344
void foo (void) { a = 0; }
9345
EOF
9346
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
9347
class Foo
9348
{
9349
public:
9350
  Foo (void) { a = 0; }
9351
private:
9352
  int a;
9353
};
9354
EOF
9355
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
9356
      subroutine foo
9357
      implicit none
9358
      integer*4 a
9359
      a=0
9360
      return
9361
      end
9362
EOF
9363
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
9364
public class foo {
9365
  private int a;
9366
  public void bar (void) {
9367
    a = 0;
9368
  }
9369
};
9370
EOF
9371
])
9372
dnl Parse the compiler output and extract the necessary
9373
dnl objects, libraries and library flags.
9374
if AC_TRY_EVAL(ac_compile); then
9375
  # Parse the compiler output and extract the necessary
9376
  # objects, libraries and library flags.
9377
 
9378
  # Sentinel used to keep track of whether or not we are before
9379
  # the conftest object file.
9380
  pre_test_object_deps_done=no
9381
 
9382
  # The `*' in the case matches for architectures that use `case' in
9383
  # $output_verbose_cmd can trigger glob expansion during the loop
9384
  # eval without this substitution.
9385
  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
9386
 
9387
  for p in `eval $output_verbose_link_cmd`; do
9388
    case $p in
9389
 
9390
    -L* | -R* | -l*)
9391
       # Some compilers place space between "-{L,R}" and the path.
9392
       # Remove the space.
9393
       if test $p = "-L" \
9394
	  || test $p = "-R"; then
9395
	 prev=$p
9396
	 continue
9397
       else
9398
	 prev=
9399
       fi
9400
 
9401
       if test "$pre_test_object_deps_done" = no; then
9402
	 case $p in
9403
	 -L* | -R*)
9404
	   # Internal compiler library paths should come after those
9405
	   # provided the user.  The postdeps already come after the
9406
	   # user supplied libs so there is no need to process them.
9407
	   if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
9408
	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
9409
	   else
9410
	     _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
9411
	   fi
9412
	   ;;
9413
	 # The "-l" case would never come before the object being
9414
	 # linked, so don't bother handling this case.
9415
	 esac
9416
       else
9417
	 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
9418
	   _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
9419
	 else
9420
	   _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
9421
	 fi
9422
       fi
9423
       ;;
9424
 
9425
    *.$objext|*.$libext)
9426
       # This assumes that the test object file only shows up
9427
       # once in the compiler output.
9428
       if test "$p" = "conftest.$objext"; then
9429
	 pre_test_object_deps_done=yes
9430
	 continue
9431
       fi
9432
 
9433
       if test "$pre_test_object_deps_done" = no; then
9434
	 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
9435
	   _LT_AC_TAGVAR(predep_objects, $1)="$p"
9436
	 else
9437
	   _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
9438
	 fi
9439
       else
9440
	 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
9441
	   _LT_AC_TAGVAR(postdep_objects, $1)="$p"
9442
	 else
9443
	   _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
9444
	 fi
9445
       fi
9446
       ;;
9447
 
9448
    *) ;; # Ignore the rest.
9449
 
9450
    esac
9451
  done
9452
 
9453
  # Clean up.
9454
  rm -f a.out a.exe
9455
else
9456
  echo "libtool.m4: error: problem compiling $1 test program"
9457
fi
9458
 
9459
$rm -f confest.$objext
9460
 
9461
case " $_LT_AC_TAGVAR(postdeps, $1) " in
9462
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
9463
esac
9464
])
155 andreas 9465
m4trace:acinclude.m4:9786: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
9466
m4trace:acinclude.m4:9787: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
151 andreas 9467
AC_LANG_PUSH(Fortran 77)
9468
 
9469
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9470
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
9471
_LT_AC_TAGVAR(always_export_symbols, $1)=no
9472
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
9473
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
9474
_LT_AC_TAGVAR(hardcode_direct, $1)=no
9475
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
9476
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
9477
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
9478
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
9479
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
9480
_LT_AC_TAGVAR(module_cmds, $1)=
9481
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
9482
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
9483
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
9484
_LT_AC_TAGVAR(no_undefined_flag, $1)=
9485
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
9486
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
9487
 
9488
# Source file extension for f77 test sources.
9489
ac_ext=f
9490
 
9491
# Object file extension for compiled f77 test sources.
9492
objext=o
9493
_LT_AC_TAGVAR(objext, $1)=$objext
9494
 
9495
# Code to be used in simple compile tests
9496
lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
9497
 
9498
# Code to be used in simple link tests
9499
lt_simple_link_test_code="      program t\n      end\n"
9500
 
9501
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9502
_LT_AC_SYS_COMPILER
9503
 
9504
# Allow CC to be a program name with arguments.
9505
lt_save_CC="$CC"
9506
CC=${F77-"f77"}
9507
compiler=$CC
9508
_LT_AC_TAGVAR(compiler, $1)=$CC
9509
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
9510
 
9511
AC_MSG_CHECKING([if libtool supports shared libraries])
9512
AC_MSG_RESULT([$can_build_shared])
9513
 
9514
AC_MSG_CHECKING([whether to build shared libraries])
9515
test "$can_build_shared" = "no" && enable_shared=no
9516
 
9517
# On AIX, shared libraries and static libraries use the same namespace, and
9518
# are all built from PIC.
9519
case "$host_os" in
9520
aix3*)
9521
  test "$enable_shared" = yes && enable_static=no
9522
  if test -n "$RANLIB"; then
9523
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
9524
    postinstall_cmds='$RANLIB $lib'
9525
  fi
9526
  ;;
9527
aix4*)
9528
  test "$enable_shared" = yes && enable_static=no
9529
  ;;
9530
esac
9531
AC_MSG_RESULT([$enable_shared])
9532
 
9533
AC_MSG_CHECKING([whether to build static libraries])
9534
# Make sure either enable_shared or enable_static is yes.
9535
test "$enable_shared" = yes || enable_static=yes
9536
AC_MSG_RESULT([$enable_static])
9537
 
9538
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
9539
 
9540
_LT_AC_TAGVAR(GCC, $1)="$G77"
9541
_LT_AC_TAGVAR(LD, $1)="$LD"
9542
 
9543
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9544
AC_LIBTOOL_PROG_CC_C_O($1)
9545
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9546
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9547
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9548
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9549
AC_LIBTOOL_SYS_LIB_STRIP
9550
 
9551
 
9552
AC_LIBTOOL_CONFIG($1)
9553
 
9554
AC_LANG_POP
9555
CC="$lt_save_CC"
9556
])
155 andreas 9557
m4trace:acinclude.m4:9886: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
9558
m4trace:acinclude.m4:9887: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
151 andreas 9559
 
9560
# Source file extension for Java test sources.
9561
ac_ext=java
9562
 
9563
# Object file extension for compiled Java test sources.
9564
objext=o
9565
_LT_AC_TAGVAR(objext, $1)=$objext
9566
 
9567
# Code to be used in simple compile tests
9568
lt_simple_compile_test_code="class foo {}\n"
9569
 
9570
# Code to be used in simple link tests
9571
lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
9572
 
9573
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9574
_LT_AC_SYS_COMPILER
9575
 
9576
# Allow CC to be a program name with arguments.
9577
lt_save_CC="$CC"
9578
CC=${GCJ-"gcj"}
9579
compiler=$CC
9580
_LT_AC_TAGVAR(compiler, $1)=$CC
9581
 
9582
# GCJ did not exist at the time GCC didn't implicitly link libc in.
9583
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
9584
 
9585
## CAVEAT EMPTOR:
9586
## There is no encapsulation within the following macros, do not change
9587
## the running order or otherwise move them around unless you know exactly
9588
## what you are doing...
9589
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
9590
AC_LIBTOOL_PROG_COMPILER_PIC($1)
9591
AC_LIBTOOL_PROG_CC_C_O($1)
9592
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
9593
AC_LIBTOOL_PROG_LD_SHLIBS($1)
9594
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
9595
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
9596
AC_LIBTOOL_SYS_LIB_STRIP
9597
AC_LIBTOOL_DLOPEN_SELF($1)
9598
 
9599
AC_LIBTOOL_CONFIG($1)
9600
 
9601
AC_LANG_RESTORE
9602
CC="$lt_save_CC"
9603
])
155 andreas 9604
m4trace:acinclude.m4:9941: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
9605
m4trace:acinclude.m4:9942: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
151 andreas 9606
 
9607
# Source file extension for RC test sources.
9608
ac_ext=rc
9609
 
9610
# Object file extension for compiled RC test sources.
9611
objext=o
9612
_LT_AC_TAGVAR(objext, $1)=$objext
9613
 
9614
# Code to be used in simple compile tests
9615
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
9616
 
9617
# Code to be used in simple link tests
9618
lt_simple_link_test_code="$lt_simple_compile_test_code"
9619
 
9620
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
9621
_LT_AC_SYS_COMPILER
9622
 
9623
# Allow CC to be a program name with arguments.
9624
lt_save_CC="$CC"
9625
CC=${RC-"windres"}
9626
compiler=$CC
9627
_LT_AC_TAGVAR(compiler, $1)=$CC
9628
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
9629
 
9630
AC_LIBTOOL_CONFIG($1)
9631
 
9632
AC_LANG_RESTORE
9633
CC="$lt_save_CC"
9634
])
155 andreas 9635
m4trace:acinclude.m4:9981: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
151 andreas 9636
# libtool distribution, otherwise you forgot to ship ltmain.sh
9637
# with your package, and you will get complaints that there are
9638
# no rules to generate ltmain.sh.
9639
if test -f "$ltmain"; then
9640
  # See if we are running on zsh, and set the options which allow our commands through
9641
  # without removal of \ escapes.
9642
  if test -n "${ZSH_VERSION+set}" ; then
9643
    setopt NO_GLOB_SUBST
9644
  fi  
9645
  # Now quote all the things that may contain metacharacters while being
9646
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
9647
  # variables and quote the copies for generation of the libtool script.
9648
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
9649
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
9650
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
9651
    deplibs_check_method reload_flag reload_cmds need_locks \
9652
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
9653
    lt_cv_sys_global_symbol_to_c_name_address \
9654
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
9655
    old_postinstall_cmds old_postuninstall_cmds \
9656
    _LT_AC_TAGVAR(compiler, $1) \
9657
    _LT_AC_TAGVAR(CC, $1) \
9658
    _LT_AC_TAGVAR(LD, $1) \
9659
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
9660
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
9661
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
9662
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
9663
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
9664
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
9665
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
9666
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
9667
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
9668
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
9669
    _LT_AC_TAGVAR(predep_objects, $1) \
9670
    _LT_AC_TAGVAR(postdep_objects, $1) \
9671
    _LT_AC_TAGVAR(predeps, $1) \
9672
    _LT_AC_TAGVAR(postdeps, $1) \
9673
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
9674
    _LT_AC_TAGVAR(archive_cmds, $1) \
9675
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
9676
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
9677
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
9678
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
9679
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
9680
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
9681
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
9682
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
9683
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
9684
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
9685
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
9686
    _LT_AC_TAGVAR(module_cmds, $1) \
9687
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
9688
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
9689
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
9690
    _LT_AC_TAGVAR(include_expsyms, $1); do
9691
 
9692
    case $var in
9693
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
9694
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
9695
    _LT_AC_TAGVAR(archive_cmds, $1) | \
9696
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
9697
    _LT_AC_TAGVAR(module_cmds, $1) | \
9698
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
9699
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
9700
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
9701
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
9702
    postinstall_cmds | postuninstall_cmds | \
9703
    old_postinstall_cmds | old_postuninstall_cmds | \
9704
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
9705
      # Double-quote double-evaled strings.
9706
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
9707
      ;;
9708
    *)
9709
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
9710
      ;;
9711
    esac
9712
  done
9713
 
9714
  case $lt_echo in
9715
  *'\[$]0 --fallback-echo"')
9716
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
9717
    ;;
9718
  esac
9719
 
9720
ifelse([$1], [],
9721
  [cfgfile="${ofile}T"
9722
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
9723
  $rm -f "$cfgfile"
9724
  AC_MSG_NOTICE([creating $ofile])],
9725
  [cfgfile="$ofile"])
9726
 
9727
  cat <<__EOF__ >> "$cfgfile"
9728
ifelse([$1], [],
9729
[#! $SHELL
9730
 
9731
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
9732
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
9733
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
9734
#
9735
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
9736
# Free Software Foundation, Inc.
9737
#
9738
# This file is part of GNU Libtool:
9739
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
9740
#
9741
# This program is free software; you can redistribute it and/or modify
9742
# it under the terms of the GNU General Public License as published by
9743
# the Free Software Foundation; either version 2 of the License, or
9744
# (at your option) any later version.
9745
#
9746
# This program is distributed in the hope that it will be useful, but
9747
# WITHOUT ANY WARRANTY; without even the implied warranty of
9748
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
9749
# General Public License for more details.
9750
#
9751
# You should have received a copy of the GNU General Public License
9752
# along with this program; if not, write to the Free Software
9753
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
9754
#
9755
# As a special exception to the GNU General Public License, if you
9756
# distribute this file as part of a program that contains a
9757
# configuration script generated by Autoconf, you may include it under
9758
# the same distribution terms that you use for the rest of that program.
9759
 
9760
# A sed program that does not truncate output.
9761
SED=$lt_SED
9762
 
9763
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
9764
Xsed="$SED -e s/^X//"
9765
 
9766
# The HP-UX ksh and POSIX shell print the target directory to stdout
9767
# if CDPATH is set.
9768
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
9769
 
9770
# The names of the tagged configurations supported by this script.
9771
available_tags=
9772
 
9773
# ### BEGIN LIBTOOL CONFIG],
9774
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
9775
 
9776
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9777
 
9778
# Shell to use when invoking shell scripts.
9779
SHELL=$lt_SHELL
9780
 
9781
# Whether or not to build shared libraries.
9782
build_libtool_libs=$enable_shared
9783
 
9784
# Whether or not to build static libraries.
9785
build_old_libs=$enable_static
9786
 
9787
# Whether or not to add -lc for building shared libraries.
9788
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
9789
 
9790
# Whether or not to disallow shared libs when runtime libs are static
9791
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
9792
 
9793
# Whether or not to optimize for fast installation.
9794
fast_install=$enable_fast_install
9795
 
9796
# The host system.
9797
host_alias=$host_alias
9798
host=$host
9799
 
9800
# An echo program that does not interpret backslashes.
9801
echo=$lt_echo
9802
 
9803
# The archiver.
9804
AR=$lt_AR
9805
AR_FLAGS=$lt_AR_FLAGS
9806
 
9807
# A C compiler.
9808
LTCC=$lt_LTCC
9809
 
9810
# A language-specific compiler.
9811
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
9812
 
9813
# Is the compiler the GNU C compiler?
9814
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
9815
 
9816
# An ERE matcher.
9817
EGREP=$lt_EGREP
9818
 
9819
# The linker used to build libraries.
9820
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
9821
 
9822
# Whether we need hard or soft links.
9823
LN_S=$lt_LN_S
9824
 
9825
# A BSD-compatible nm program.
9826
NM=$lt_NM
9827
 
9828
# A symbol stripping program
9829
STRIP=$STRIP
9830
 
9831
# Used to examine libraries when file_magic_cmd begins "file"
9832
MAGIC_CMD=$MAGIC_CMD
9833
 
9834
# Used on cygwin: DLL creation program.
9835
DLLTOOL="$DLLTOOL"
9836
 
9837
# Used on cygwin: object dumper.
9838
OBJDUMP="$OBJDUMP"
9839
 
9840
# Used on cygwin: assembler.
9841
AS="$AS"
9842
 
9843
# The name of the directory that contains temporary libtool files.
9844
objdir=$objdir
9845
 
9846
# How to create reloadable object files.
9847
reload_flag=$lt_reload_flag
9848
reload_cmds=$lt_reload_cmds
9849
 
9850
# How to pass a linker flag through the compiler.
9851
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
9852
 
9853
# Object file suffix (normally "o").
9854
objext="$ac_objext"
9855
 
9856
# Old archive suffix (normally "a").
9857
libext="$libext"
9858
 
9859
# Shared library suffix (normally ".so").
9860
shrext='$shrext'
9861
 
9862
# Executable file suffix (normally "").
9863
exeext="$exeext"
9864
 
9865
# Additional compiler flags for building library objects.
9866
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
9867
pic_mode=$pic_mode
9868
 
9869
# What is the maximum length of a command?
9870
max_cmd_len=$lt_cv_sys_max_cmd_len
9871
 
9872
# Does compiler simultaneously support -c and -o options?
9873
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
9874
 
9875
# Must we lock files when doing compilation ?
9876
need_locks=$lt_need_locks
9877
 
9878
# Do we need the lib prefix for modules?
9879
need_lib_prefix=$need_lib_prefix
9880
 
9881
# Do we need a version for libraries?
9882
need_version=$need_version
9883
 
9884
# Whether dlopen is supported.
9885
dlopen_support=$enable_dlopen
9886
 
9887
# Whether dlopen of programs is supported.
9888
dlopen_self=$enable_dlopen_self
9889
 
9890
# Whether dlopen of statically linked programs is supported.
9891
dlopen_self_static=$enable_dlopen_self_static
9892
 
9893
# Compiler flag to prevent dynamic linking.
9894
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
9895
 
9896
# Compiler flag to turn off builtin functions.
9897
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
9898
 
9899
# Compiler flag to allow reflexive dlopens.
9900
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
9901
 
9902
# Compiler flag to generate shared objects directly from archives.
9903
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
9904
 
9905
# Compiler flag to generate thread-safe objects.
9906
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
9907
 
9908
# Library versioning type.
9909
version_type=$version_type
9910
 
9911
# Format of library name prefix.
9912
libname_spec=$lt_libname_spec
9913
 
9914
# List of archive names.  First name is the real one, the rest are links.
9915
# The last name is the one that the linker finds with -lNAME.
9916
library_names_spec=$lt_library_names_spec
9917
 
9918
# The coded name of the library, if different from the real name.
9919
soname_spec=$lt_soname_spec
9920
 
9921
# Commands used to build and install an old-style archive.
9922
RANLIB=$lt_RANLIB
9923
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
9924
old_postinstall_cmds=$lt_old_postinstall_cmds
9925
old_postuninstall_cmds=$lt_old_postuninstall_cmds
9926
 
9927
# Create an old-style archive from a shared archive.
9928
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
9929
 
9930
# Create a temporary old-style archive to link instead of a shared archive.
9931
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
9932
 
9933
# Commands used to build and install a shared archive.
9934
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
9935
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
9936
postinstall_cmds=$lt_postinstall_cmds
9937
postuninstall_cmds=$lt_postuninstall_cmds
9938
 
9939
# Commands used to build a loadable module (assumed same as above if empty)
9940
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
9941
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
9942
 
9943
# Commands to strip libraries.
9944
old_striplib=$lt_old_striplib
9945
striplib=$lt_striplib
9946
 
9947
# Dependencies to place before the objects being linked to create a
9948
# shared library.
9949
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
9950
 
9951
# Dependencies to place after the objects being linked to create a
9952
# shared library.
9953
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
9954
 
9955
# Dependencies to place before the objects being linked to create a
9956
# shared library.
9957
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
9958
 
9959
# Dependencies to place after the objects being linked to create a
9960
# shared library.
9961
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
9962
 
9963
# The library search path used internally by the compiler when linking
9964
# a shared library.
9965
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
9966
 
9967
# Method to check whether dependent libraries are shared objects.
9968
deplibs_check_method=$lt_deplibs_check_method
9969
 
9970
# Command to use when deplibs_check_method == file_magic.
9971
file_magic_cmd=$lt_file_magic_cmd
9972
 
9973
# Flag that allows shared libraries with undefined symbols to be built.
9974
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
9975
 
9976
# Flag that forces no undefined symbols.
9977
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
9978
 
9979
# Commands used to finish a libtool library installation in a directory.
9980
finish_cmds=$lt_finish_cmds
9981
 
9982
# Same as above, but a single script fragment to be evaled but not shown.
9983
finish_eval=$lt_finish_eval
9984
 
9985
# Take the output of nm and produce a listing of raw symbols and C names.
9986
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
9987
 
9988
# Transform the output of nm in a proper C declaration
9989
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
9990
 
9991
# Transform the output of nm in a C name address pair
9992
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
9993
 
9994
# This is the shared library runtime path variable.
9995
runpath_var=$runpath_var
9996
 
9997
# This is the shared library path variable.
9998
shlibpath_var=$shlibpath_var
9999
 
10000
# Is shlibpath searched before the hard-coded library search path?
10001
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
10002
 
10003
# How to hardcode a shared library path into an executable.
10004
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
10005
 
10006
# Whether we should hardcode library paths into libraries.
10007
hardcode_into_libs=$hardcode_into_libs
10008
 
10009
# Flag to hardcode \$libdir into a binary during linking.
10010
# This must work even if \$libdir does not exist.
10011
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
10012
 
10013
# If ld is used when linking, flag to hardcode \$libdir into
10014
# a binary during linking. This must work even if \$libdir does
10015
# not exist.
10016
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
10017
 
10018
# Whether we need a single -rpath flag with a separated argument.
10019
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
10020
 
10021
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
10022
# resulting binary.
10023
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
10024
 
10025
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
10026
# resulting binary.
10027
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
10028
 
10029
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
10030
# the resulting binary.
10031
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
10032
 
10033
# Set to yes if building a shared library automatically hardcodes DIR into the library
10034
# and all subsequent libraries and executables linked against it.
10035
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
10036
 
10037
# Variables whose values should be saved in libtool wrapper scripts and
10038
# restored at relink time.
10039
variables_saved_for_relink="$variables_saved_for_relink"
10040
 
10041
# Whether libtool must link a program against all its dependency libraries.
10042
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
10043
 
10044
# Compile-time system search path for libraries
10045
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
10046
 
10047
# Run-time system search path for libraries
10048
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
10049
 
10050
# Fix the shell variable \$srcfile for the compiler.
10051
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
10052
 
10053
# Set to yes if exported symbols are required.
10054
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
10055
 
10056
# The commands to list exported symbols.
10057
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
10058
 
10059
# The commands to extract the exported symbol list from a shared archive.
10060
extract_expsyms_cmds=$lt_extract_expsyms_cmds
10061
 
10062
# Symbols that should not be listed in the preloaded symbols.
10063
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
10064
 
10065
# Symbols that must always be exported.
10066
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
10067
 
10068
ifelse([$1],[],
10069
[# ### END LIBTOOL CONFIG],
10070
[# ### END LIBTOOL TAG CONFIG: $tagname])
10071
 
10072
__EOF__
10073
 
10074
ifelse([$1],[], [
10075
  case $host_os in
10076
  aix3*)
10077
    cat <<\EOF >> "$cfgfile"
10078
 
10079
# AIX sometimes has problems with the GCC collect2 program.  For some
10080
# reason, if we set the COLLECT_NAMES environment variable, the problems
10081
# vanish in a puff of smoke.
10082
if test "X${COLLECT_NAMES+set}" != Xset; then
10083
  COLLECT_NAMES=
10084
  export COLLECT_NAMES
10085
fi
10086
EOF
10087
    ;;
10088
  esac
10089
 
10090
  # We use sed instead of cat because bash on DJGPP gets confused if
10091
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
10092
  # text mode, it properly converts lines to CR/LF.  This bash problem
10093
  # is reportedly fixed, but why not run on old versions too?
10094
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
10095
 
10096
  mv -f "$cfgfile" "$ofile" || \
10097
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
10098
  chmod +x "$ofile"
10099
])
10100
else
10101
  # If there is no Makefile yet, we rely on a make rule to execute
10102
  # `config.status --recheck' to rerun these tests and create the
10103
  # libtool script then.
10104
  test -f Makefile && make "$ltmain"
10105
fi
10106
])
155 andreas 10107
m4trace:acinclude.m4:10458: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
151 andreas 10108
 
10109
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
10110
 
10111
if test "$GCC" = yes; then
10112
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
10113
 
10114
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
10115
    lt_cv_prog_compiler_rtti_exceptions,
10116
    [-fno-rtti -fno-exceptions], [],
10117
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
10118
fi
10119
])
155 andreas 10120
m4trace:acinclude.m4:10476: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
151 andreas 10121
AC_REQUIRE([AC_PROG_NM])
10122
AC_REQUIRE([AC_OBJEXT])
10123
# Check for command to grab the raw symbol name followed by C symbol from nm.
10124
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
10125
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
10126
[
10127
# These are sane defaults that work on at least a few old systems.
10128
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
10129
 
10130
# Character class describing NM global symbol codes.
10131
symcode='[[BCDEGRST]]'
10132
 
10133
# Regexp to match symbols that can be accessed directly from C.
10134
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
10135
 
10136
# Transform the above into a raw symbol and a C symbol.
10137
symxfrm='\1 \2\3 \3'
10138
 
10139
# Transform an extracted symbol line into a proper C declaration
10140
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
10141
 
10142
# Transform an extracted symbol line into symbol name and symbol address
10143
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'"
10144
 
10145
# Define system-specific variables.
10146
case $host_os in
10147
aix*)
10148
  symcode='[[BCDT]]'
10149
  ;;
10150
cygwin* | mingw* | pw32*)
10151
  symcode='[[ABCDGISTW]]'
10152
  ;;
10153
hpux*) # Its linker distinguishes data from code symbols
10154
  if test "$host_cpu" = ia64; then
10155
    symcode='[[ABCDEGRST]]'
10156
  fi
10157
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
10158
  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'"
10159
  ;;
10160
irix* | nonstopux*)
10161
  symcode='[[BCDEGRST]]'
10162
  ;;
10163
osf*)
10164
  symcode='[[BCDEGQRST]]'
10165
  ;;
10166
solaris* | sysv5*)
10167
  symcode='[[BDT]]'
10168
  ;;
10169
sysv4)
10170
  symcode='[[DFNSTU]]'
10171
  ;;
10172
esac
10173
 
10174
# Handle CRLF in mingw tool chain
10175
opt_cr=
10176
case $build_os in
10177
mingw*)
10178
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
10179
  ;;
10180
esac
10181
 
10182
# If we're using GNU nm, then use its standard symbol codes.
10183
case `$NM -V 2>&1` in
10184
*GNU* | *'with BFD'*)
10185
  symcode='[[ABCDGISTW]]' ;;
10186
esac
10187
 
10188
# Try without a prefix undercore, then with it.
10189
for ac_symprfx in "" "_"; do
10190
 
10191
  # Write the raw and C identifiers.
10192
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ 	]]\($symcode$symcode*\)[[ 	]][[ 	]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
10193
 
10194
  # Check to see that the pipe works correctly.
10195
  pipe_works=no
10196
 
10197
  rm -f conftest*
10198
  cat > conftest.$ac_ext <<EOF
10199
#ifdef __cplusplus
10200
extern "C" {
10201
#endif
10202
char nm_test_var;
10203
void nm_test_func(){}
10204
#ifdef __cplusplus
10205
}
10206
#endif
10207
int main(){nm_test_var='a';nm_test_func();return(0);}
10208
EOF
10209
 
10210
  if AC_TRY_EVAL(ac_compile); then
10211
    # Now try to grab the symbols.
10212
    nlist=conftest.nm
10213
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
10214
      # Try sorting and uniquifying the output.
10215
      if sort "$nlist" | uniq > "$nlist"T; then
10216
	mv -f "$nlist"T "$nlist"
10217
      else
10218
	rm -f "$nlist"T
10219
      fi
10220
 
10221
      # Make sure that we snagged all the symbols we need.
10222
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
10223
	if grep ' nm_test_func$' "$nlist" >/dev/null; then
10224
	  cat <<EOF > conftest.$ac_ext
10225
#ifdef __cplusplus
10226
extern "C" {
10227
#endif
10228
 
10229
EOF
10230
	  # Now generate the symbol file.
10231
	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
10232
 
10233
	  cat <<EOF >> conftest.$ac_ext
10234
#if defined (__STDC__) && __STDC__
10235
# define lt_ptr_t void *
10236
#else
10237
# define lt_ptr_t char *
10238
# define const
10239
#endif
10240
 
10241
/* The mapping between symbol names and symbols. */
10242
const struct {
10243
  const char *name;
10244
  lt_ptr_t address;
10245
}
10246
lt_preloaded_symbols[[]] =
10247
{
10248
EOF
10249
	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
10250
	  cat <<\EOF >> conftest.$ac_ext
10251
  {0, (lt_ptr_t) 0}
10252
};
10253
 
10254
#ifdef __cplusplus
10255
}
10256
#endif
10257
EOF
10258
	  # Now try linking the two files.
10259
	  mv conftest.$ac_objext conftstm.$ac_objext
10260
	  lt_save_LIBS="$LIBS"
10261
	  lt_save_CFLAGS="$CFLAGS"
10262
	  LIBS="conftstm.$ac_objext"
10263
	  CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
10264
	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
10265
	    pipe_works=yes
10266
	  fi
10267
	  LIBS="$lt_save_LIBS"
10268
	  CFLAGS="$lt_save_CFLAGS"
10269
	else
10270
	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
10271
	fi
10272
      else
10273
	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
10274
      fi
10275
    else
10276
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
10277
    fi
10278
  else
10279
    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
10280
    cat conftest.$ac_ext >&5
10281
  fi
10282
  rm -f conftest* conftst*
10283
 
10284
  # Do not use the global_symbol_pipe unless it works.
10285
  if test "$pipe_works" = yes; then
10286
    break
10287
  else
10288
    lt_cv_sys_global_symbol_pipe=
10289
  fi
10290
done
10291
])
10292
if test -z "$lt_cv_sys_global_symbol_pipe"; then
10293
  lt_cv_sys_global_symbol_to_cdecl=
10294
fi
10295
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
10296
  AC_MSG_RESULT(failed)
10297
else
10298
  AC_MSG_RESULT(ok)
10299
fi
10300
])
155 andreas 10301
m4trace:acinclude.m4:10662: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
151 andreas 10302
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10303
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
10304
 
10305
AC_MSG_CHECKING([for $compiler option to produce PIC])
10306
 ifelse([$1],[CXX],[
10307
  # C++ specific cases for pic, static, wl, etc.
10308
  if test "$GXX" = yes; then
10309
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10310
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10311
 
10312
    case $host_os in
10313
    aix*)
10314
      # All AIX code is PIC.
10315
      if test "$host_cpu" = ia64; then
10316
	# AIX 5 now supports IA64 processor
10317
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10318
      fi
10319
      ;;
10320
    amigaos*)
10321
      # FIXME: we need at least 68020 code to build shared libraries, but
10322
      # adding the `-m68020' flag to GCC prevents building anything better,
10323
      # like `-m68040'.
10324
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10325
      ;;
10326
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10327
      # PIC is the default for these OSes.
10328
      ;;
10329
    mingw* | os2* | pw32*)
10330
      # This hack is so that the source file can tell whether it is being
10331
      # built for inclusion in a dll (and should export symbols for example).
10332
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10333
      ;;
10334
    darwin* | rhapsody*)
10335
      # PIC is the default on this platform
10336
      # Common symbols not allowed in MH_DYLIB files
10337
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10338
      ;;
10339
    *djgpp*)
10340
      # DJGPP does not support shared libraries at all
10341
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10342
      ;;
10343
    sysv4*MP*)
10344
      if test -d /usr/nec; then
10345
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10346
      fi
10347
      ;;
10348
    hpux*)
10349
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10350
      # not for PA HP-UX.
10351
      case "$host_cpu" in
10352
      hppa*64*|ia64*)
10353
	;;
10354
      *)
10355
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10356
	;;
10357
      esac
10358
      ;;
10359
    *)
10360
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10361
      ;;
10362
    esac
10363
  else
10364
    case $host_os in
10365
      aix4* | aix5*)
10366
	# All AIX code is PIC.
10367
	if test "$host_cpu" = ia64; then
10368
	  # AIX 5 now supports IA64 processor
10369
	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10370
	else
10371
	  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10372
	fi
10373
	;;
10374
      chorus*)
10375
	case $cc_basename in
10376
	cxch68)
10377
	  # Green Hills C++ Compiler
10378
	  # _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"
10379
	  ;;
10380
	esac
10381
	;;
10382
      dgux*)
10383
	case $cc_basename in
10384
	  ec++)
10385
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10386
	    ;;
10387
	  ghcx)
10388
	    # Green Hills C++ Compiler
10389
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10390
	    ;;
10391
	  *)
10392
	    ;;
10393
	esac
10394
	;;
10395
      freebsd* | kfreebsd*-gnu)
10396
	# FreeBSD uses GNU C++
10397
	;;
10398
      hpux9* | hpux10* | hpux11*)
10399
	case $cc_basename in
10400
	  CC)
10401
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10402
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10403
	    if test "$host_cpu" != ia64; then
10404
	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10405
	    fi
10406
	    ;;
10407
	  aCC)
10408
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10409
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
10410
	    case "$host_cpu" in
10411
	    hppa*64*|ia64*)
10412
	      # +Z the default
10413
	      ;;
10414
	    *)
10415
	      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10416
	      ;;
10417
	    esac
10418
	    ;;
10419
	  *)
10420
	    ;;
10421
	esac
10422
	;;
10423
      irix5* | irix6* | nonstopux*)
10424
	case $cc_basename in
10425
	  CC)
10426
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10427
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10428
	    # CC pic flag -KPIC is the default.
10429
	    ;;
10430
	  *)
10431
	    ;;
10432
	esac
10433
	;;
10434
      linux*)
10435
	case $cc_basename in
10436
	  KCC)
10437
	    # KAI C++ Compiler
10438
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10439
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10440
	    ;;
10441
	  icpc)
10442
	    # Intel C++
10443
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10444
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10445
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10446
	    ;; 
10447
	  cxx)
10448
	    # Compaq C++
10449
	    # Make sure the PIC flag is empty.  It appears that all Alpha
10450
	    # Linux and Compaq Tru64 Unix objects are PIC.
10451
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10452
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10453
	    ;;
10454
	  *)
10455
	    ;;
10456
	esac
10457
	;;
10458
      lynxos*)
10459
	;;
10460
      m88k*)
10461
	;;
10462
      mvs*)
10463
	case $cc_basename in
10464
	  cxx)
10465
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
10466
	    ;;
10467
	  *)
10468
	    ;;
10469
	esac
10470
	;;
10471
      netbsd*)
10472
	;;
10473
      osf3* | osf4* | osf5*)
10474
	case $cc_basename in
10475
	  KCC)
10476
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
10477
	    ;;
10478
	  RCC)
10479
	    # Rational C++ 2.4.1
10480
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10481
	    ;;
10482
	  cxx)
10483
	    # Digital/Compaq C++
10484
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10485
	    # Make sure the PIC flag is empty.  It appears that all Alpha
10486
	    # Linux and Compaq Tru64 Unix objects are PIC.
10487
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10488
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10489
	    ;;
10490
	  *)
10491
	    ;;
10492
	esac
10493
	;;
10494
      psos*)
10495
	;;
10496
      sco*)
10497
	case $cc_basename in
10498
	  CC)
10499
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10500
	    ;;
10501
	  *)
10502
	    ;;
10503
	esac
10504
	;;
10505
      solaris*)
10506
	case $cc_basename in
10507
	  CC)
10508
	    # Sun C++ 4.2, 5.x and Centerline C++
10509
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10510
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10511
	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10512
	    ;;
10513
	  gcx)
10514
	    # Green Hills C++ Compiler
10515
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10516
	    ;;
10517
	  *)
10518
	    ;;
10519
	esac
10520
	;;
10521
      sunos4*)
10522
	case $cc_basename in
10523
	  CC)
10524
	    # Sun C++ 4.x
10525
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10526
	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10527
	    ;;
10528
	  lcc)
10529
	    # Lucid
10530
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10531
	    ;;
10532
	  *)
10533
	    ;;
10534
	esac
10535
	;;
10536
      tandem*)
10537
	case $cc_basename in
10538
	  NCC)
10539
	    # NonStop-UX NCC 3.20
10540
	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10541
	    ;;
10542
	  *)
10543
	    ;;
10544
	esac
10545
	;;
10546
      unixware*)
10547
	;;
10548
      vxworks*)
10549
	;;
10550
      *)
10551
	_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10552
	;;
10553
    esac
10554
  fi
10555
],
10556
[
10557
  if test "$GCC" = yes; then
10558
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10559
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10560
 
10561
    case $host_os in
10562
      aix*)
10563
      # All AIX code is PIC.
10564
      if test "$host_cpu" = ia64; then
10565
	# AIX 5 now supports IA64 processor
10566
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10567
      fi
10568
      ;;
10569
 
10570
    amigaos*)
10571
      # FIXME: we need at least 68020 code to build shared libraries, but
10572
      # adding the `-m68020' flag to GCC prevents building anything better,
10573
      # like `-m68040'.
10574
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
10575
      ;;
10576
 
10577
    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10578
      # PIC is the default for these OSes.
10579
      ;;
10580
 
10581
    mingw* | pw32* | os2*)
10582
      # This hack is so that the source file can tell whether it is being
10583
      # built for inclusion in a dll (and should export symbols for example).
10584
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10585
      ;;
10586
 
10587
    darwin* | rhapsody*)
10588
      # PIC is the default on this platform
10589
      # Common symbols not allowed in MH_DYLIB files
10590
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
10591
      ;;
10592
 
10593
    msdosdjgpp*)
10594
      # Just because we use GCC doesn't mean we suddenly get shared libraries
10595
      # on systems that don't support them.
10596
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10597
      enable_shared=no
10598
      ;;
10599
 
10600
    sysv4*MP*)
10601
      if test -d /usr/nec; then
10602
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
10603
      fi
10604
      ;;
10605
 
10606
    hpux*)
10607
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10608
      # not for PA HP-UX.
10609
      case "$host_cpu" in
10610
      hppa*64*|ia64*)
10611
	# +Z the default
10612
	;;
10613
      *)
10614
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10615
	;;
10616
      esac
10617
      ;;
10618
 
10619
    *)
10620
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
10621
      ;;
10622
    esac
10623
  else
10624
    # PORTME Check for flag to pass linker flags through the system compiler.
10625
    case $host_os in
10626
    aix*)
10627
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10628
      if test "$host_cpu" = ia64; then
10629
	# AIX 5 now supports IA64 processor
10630
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10631
      else
10632
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
10633
      fi
10634
      ;;
10635
 
10636
    mingw* | pw32* | os2*)
10637
      # This hack is so that the source file can tell whether it is being
10638
      # built for inclusion in a dll (and should export symbols for example).
10639
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
10640
      ;;
10641
 
10642
    hpux9* | hpux10* | hpux11*)
10643
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10644
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10645
      # not for PA HP-UX.
10646
      case "$host_cpu" in
10647
      hppa*64*|ia64*)
10648
	# +Z the default
10649
	;;
10650
      *)
10651
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
10652
	;;
10653
      esac
10654
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
10655
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
10656
      ;;
10657
 
10658
    irix5* | irix6* | nonstopux*)
10659
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10660
      # PIC (with -KPIC) is the default.
10661
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10662
      ;;
10663
 
10664
    newsos6)
10665
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10666
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10667
      ;;
10668
 
10669
    linux*)
10670
      case $CC in
10671
      icc* | ecc*)
10672
	_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10673
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10674
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
10675
        ;;
10676
      ccc*)
10677
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10678
        # All Alpha code is PIC.
10679
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10680
        ;;
10681
      esac
10682
      ;;
10683
 
10684
    osf3* | osf4* | osf5*)
10685
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10686
      # All OSF/1 code is PIC.
10687
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
10688
      ;;
10689
 
10690
    sco3.2v5*)
10691
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
10692
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
10693
      ;;
10694
 
10695
    solaris*)
10696
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10697
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10698
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10699
      ;;
10700
 
10701
    sunos4*)
10702
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
10703
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
10704
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10705
      ;;
10706
 
10707
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10708
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
10709
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
10710
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10711
      ;;
10712
 
10713
    sysv4*MP*)
10714
      if test -d /usr/nec ;then
10715
	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
10716
	_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10717
      fi
10718
      ;;
10719
 
10720
    uts4*)
10721
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
10722
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
10723
      ;;
10724
 
10725
    *)
10726
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
10727
      ;;
10728
    esac
10729
  fi
10730
])
10731
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
10732
 
10733
#
10734
# Check to make sure the PIC flag actually works.
10735
#
10736
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
10737
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
10738
    _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
10739
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
10740
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
10741
     "" | " "*) ;;
10742
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
10743
     esac],
10744
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10745
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
10746
fi
10747
case "$host_os" in
10748
  # For platforms which do not support PIC, -DPIC is meaningless:
10749
  *djgpp*)
10750
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
10751
    ;;
10752
  *)
10753
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
10754
    ;;
10755
esac
10756
])
155 andreas 10757
m4trace:acinclude.m4:11124: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
151 andreas 10758
ifelse([$1],[CXX],[
10759
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10760
  case $host_os in
10761
  aix4* | aix5*)
10762
    # If we're using GNU nm, then we don't want the "-C" option.
10763
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
10764
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10765
      _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'
10766
    else
10767
      _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'
10768
    fi
10769
    ;;
10770
  pw32*)
10771
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
10772
  ;;
10773
  cygwin* | mingw*)
10774
    _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'
10775
  ;;
10776
  *)
10777
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10778
  ;;
10779
  esac
10780
],[
10781
  runpath_var=
10782
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
10783
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
10784
  _LT_AC_TAGVAR(archive_cmds, $1)=
10785
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
10786
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
10787
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
10788
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
10789
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10790
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
10791
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
10792
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
10793
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
10794
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
10795
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
10796
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
10797
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
10798
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
10799
  _LT_AC_TAGVAR(module_cmds, $1)=
10800
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
10801
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
10802
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10803
  # include_expsyms should be a list of space-separated symbols to be *always*
10804
  # included in the symbol list
10805
  _LT_AC_TAGVAR(include_expsyms, $1)=
10806
  # exclude_expsyms can be an extended regexp of symbols to exclude
10807
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
10808
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10809
  # as well as any symbol that contains `d'.
10810
  _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
10811
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10812
  # platforms (ab)use it in PIC code, but their linkers get confused if
10813
  # the symbol is explicitly referenced.  Since portable code cannot
10814
  # rely on this symbol name, it's probably fine to never include it in
10815
  # preloaded symbol tables.
10816
  extract_expsyms_cmds=
10817
 
10818
  case $host_os in
10819
  cygwin* | mingw* | pw32*)
10820
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
10821
    # When not using gcc, we currently assume that we are using
10822
    # Microsoft Visual C++.
10823
    if test "$GCC" != yes; then
10824
      with_gnu_ld=no
10825
    fi
10826
    ;;
10827
  openbsd*)
10828
    with_gnu_ld=no
10829
    ;;
10830
  esac
10831
 
10832
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
10833
  if test "$with_gnu_ld" = yes; then
10834
    # If archive_cmds runs LD, not CC, wlarc should be empty
10835
    wlarc='${wl}'
10836
 
10837
    # See if GNU ld supports shared libraries.
10838
    case $host_os in
10839
    aix3* | aix4* | aix5*)
10840
      # On AIX/PPC, the GNU linker is very broken
10841
      if test "$host_cpu" != ia64; then
10842
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10843
	cat <<EOF 1>&2
10844
 
10845
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
10846
*** to be unable to reliably create shared libraries on AIX.
10847
*** Therefore, libtool is disabling shared libraries support.  If you
10848
*** really care for shared libraries, you may want to modify your PATH
10849
*** so that a non-GNU linker is found, and then restart.
10850
 
10851
EOF
10852
      fi
10853
      ;;
10854
 
10855
    amigaos*)
10856
      _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)'
10857
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10858
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10859
 
10860
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
10861
      # that the semantics of dynamic libraries on AmigaOS, at least up
10862
      # to version 4, is to share data among multiple programs linked
10863
      # with the same dynamic library.  Since this doesn't match the
10864
      # behavior of shared libraries on other platforms, we can't use
10865
      # them.
10866
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
10867
      ;;
10868
 
10869
    beos*)
10870
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10871
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10872
	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10873
	# support --undefined.  This deserves some investigation.  FIXME
10874
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10875
      else
10876
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10877
      fi
10878
      ;;
10879
 
10880
    cygwin* | mingw* | pw32*)
10881
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
10882
      # as there is no search path for DLLs.
10883
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
10884
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
10885
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
10886
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
10887
      _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'
10888
 
10889
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
10890
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
10891
	# If the export-symbols file already is a .def file (1st line
10892
	# is EXPORTS), use it as is; otherwise, prepend...
10893
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10894
	  cp $export_symbols $output_objdir/$soname.def;
10895
	else
10896
	  echo EXPORTS > $output_objdir/$soname.def;
10897
	  cat $export_symbols >> $output_objdir/$soname.def;
10898
	fi~
10899
	$CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
10900
      else
10901
	ld_shlibs=no
10902
      fi
10903
      ;;
10904
 
10905
    netbsd*)
10906
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10907
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10908
	wlarc=
10909
      else
10910
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10911
	_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'
10912
      fi
10913
      ;;
10914
 
10915
    solaris* | sysv5*)
10916
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
10917
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10918
	cat <<EOF 1>&2
10919
 
10920
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10921
*** create shared libraries on Solaris systems.  Therefore, libtool
10922
*** is disabling shared libraries support.  We urge you to upgrade GNU
10923
*** binutils to release 2.9.1 or newer.  Another option is to modify
10924
*** your PATH or compiler configuration so that the native linker is
10925
*** used, and then restart.
10926
 
10927
EOF
10928
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10929
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10930
	_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'
10931
      else
10932
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10933
      fi
10934
      ;;
10935
 
10936
    sunos4*)
10937
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10938
      wlarc=
10939
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
10940
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
10941
      ;;
10942
 
10943
    *)
10944
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10945
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
10946
	_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'
10947
      else
10948
	_LT_AC_TAGVAR(ld_shlibs, $1)=no
10949
      fi
10950
      ;;
10951
    esac
10952
 
10953
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
10954
      runpath_var=LD_RUN_PATH
10955
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
10956
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
10957
      # ancient GNU ld didn't support --whole-archive et. al.
10958
      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
10959
 	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10960
      else
10961
  	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
10962
      fi
10963
    fi
10964
  else
10965
    # PORTME fill in a description of your system's linker (not GNU ld)
10966
    case $host_os in
10967
    aix3*)
10968
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
10969
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
10970
      _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'
10971
      # Note: this linker hardcodes the directories in LIBPATH if there
10972
      # are no directories specified by -L.
10973
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
10974
      if test "$GCC" = yes && test -z "$link_static_flag"; then
10975
	# Neither direct hardcoding nor static linking is supported with a
10976
	# broken collect2.
10977
	_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
10978
      fi
10979
      ;;
10980
 
10981
    aix4* | aix5*)
10982
      if test "$host_cpu" = ia64; then
10983
	# On IA64, the linker does run time linking by default, so we don't
10984
	# have to do anything special.
10985
	aix_use_runtimelinking=no
10986
	exp_sym_flag='-Bexport'
10987
	no_entry_flag=""
10988
      else
10989
	# If we're using GNU nm, then we don't want the "-C" option.
10990
	# -C means demangle to AIX nm, but means don't demangle with GNU nm
10991
	if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10992
	  _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'
10993
	else
10994
	  _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'
10995
	fi
10996
 
10997
	# KDE requires run time linking.  Make it the default.
10998
	aix_use_runtimelinking=yes
10999
	exp_sym_flag='-bexport'
11000
	no_entry_flag='-bnoentry'
11001
      fi
11002
 
11003
      # When large executables or shared objects are built, AIX ld can
11004
      # have problems creating the table of contents.  If linking a library
11005
      # or program results in "error TOC overflow" add -mminimal-toc to
11006
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
11007
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11008
 
11009
      _LT_AC_TAGVAR(archive_cmds, $1)=''
11010
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11011
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
11012
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11013
 
11014
      if test "$GCC" = yes; then
11015
	case $host_os in aix4.[012]|aix4.[012].*)
11016
	# We only want to do this on AIX 4.2 and lower, the check
11017
	# below for broken collect2 doesn't work under 4.3+
11018
	  collect2name=`${CC} -print-prog-name=collect2`
11019
	  if test -f "$collect2name" && \
11020
  	   strings "$collect2name" | grep resolve_lib_name >/dev/null
11021
	  then
11022
  	  # We have reworked collect2
11023
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11024
	  else
11025
  	  # We have old collect2
11026
  	  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
11027
  	  # It fails to find uninstalled libraries when the uninstalled
11028
  	  # path is not listed in the libpath.  Setting hardcode_minus_L
11029
  	  # to unsupported forces relinking
11030
  	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11031
  	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11032
  	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
11033
	  fi
11034
	esac
11035
	shared_flag='-shared'
11036
      else
11037
	# not using gcc
11038
	if test "$host_cpu" = ia64; then
11039
  	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11040
  	# chokes on -Wl,-G. The following line is correct:
11041
	  shared_flag='-G'
11042
	else
11043
  	if test "$aix_use_runtimelinking" = yes; then
11044
	    shared_flag='-qmkshrobj ${wl}-G'
11045
	  else
11046
	    shared_flag='-qmkshrobj'
11047
  	fi
11048
	fi
11049
      fi
11050
 
11051
      # Let the compiler handle the export list.
11052
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
11053
      if test "$aix_use_runtimelinking" = yes; then
11054
	# Warning - without using the other runtime loading flags (-brtl),
11055
	# -berok will link without error, but may produce a broken library.
11056
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
11057
       # Determine the default libpath from the value encoded in an empty executable.
11058
	_LT_AC_SYS_LIBPATH_AIX
11059
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
11060
	_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"
11061
	_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"
11062
       else
11063
	if test "$host_cpu" = ia64; then
11064
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
11065
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
11066
	  _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"
11067
	else
11068
	 # Determine the default libpath from the value encoded in an empty executable.
11069
	 _LT_AC_SYS_LIBPATH_AIX
11070
	 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
11071
	  # Warning - without using the other run time loading flags,
11072
	  # -berok will link without error, but may produce a broken library.
11073
	  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
11074
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
11075
	  # -bexpall does not export symbols beginning with underscore (_)
11076
	  _LT_AC_TAGVAR(always_export_symbols, $1)=yes
11077
	  # Exported symbols can be pulled into shared objects from archives
11078
	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
11079
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11080
	  # This is similar to how AIX traditionally builds it's shared libraries.
11081
	  _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'
11082
	fi
11083
      fi
11084
      ;;
11085
 
11086
    amigaos*)
11087
      _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)'
11088
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11089
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11090
      # see comment about different semantics on the GNU ld section
11091
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11092
      ;;
11093
 
11094
    bsdi4*)
11095
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
11096
      ;;
11097
 
11098
    cygwin* | mingw* | pw32*)
11099
      # When not using gcc, we currently assume that we are using
11100
      # Microsoft Visual C++.
11101
      # hardcode_libdir_flag_spec is actually meaningless, as there is
11102
      # no search path for DLLs.
11103
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
11104
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
11105
      # Tell ltmain to make .lib files, not .a files.
11106
      libext=lib
11107
      # Tell ltmain to make .dll files, not .so files.
11108
      shrext=".dll"
11109
      # FIXME: Setting linknames here is a bad hack.
11110
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
11111
      # The linker will automatically build a .lib file if we build a DLL.
11112
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
11113
      # FIXME: Should let the user specify the lib program.
11114
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
11115
      fix_srcfile_path='`cygpath -w "$srcfile"`'
11116
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
11117
      ;;
11118
 
11119
    darwin* | rhapsody*)
11120
    if test "$GXX" = yes ; then
11121
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
11122
      case "$host_os" in
11123
      rhapsody* | darwin1.[[012]])
11124
	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
11125
	;;
11126
      *) # Darwin 1.3 on
11127
	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
11128
	  _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
11129
	else
11130
	  case ${MACOSX_DEPLOYMENT_TARGET} in
11131
	    10.[012])
11132
	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
11133
	      ;;
11134
	    10.*)
11135
	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
11136
	      ;;
11137
	  esac
11138
	fi
11139
	;;
11140
      esac
11141
    	lt_int_apple_cc_single_mod=no
11142
    	output_verbose_link_cmd='echo'
11143
    	if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
11144
    	  lt_int_apple_cc_single_mod=yes
11145
    	fi
11146
    	if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11147
    	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
11148
    	else
11149
        _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'
11150
      fi
11151
      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
11152
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
11153
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11154
          _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}'
11155
        else
11156
          _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}'
11157
        fi
11158
          _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}'
11159
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
11160
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
11161
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
11162
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
11163
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11164
    else  
11165
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11166
    fi  
11167
      ;;
11168
 
11169
    dgux*)
11170
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11171
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11172
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11173
      ;;
11174
 
11175
    freebsd1*)
11176
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11177
      ;;
11178
 
11179
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11180
    # support.  Future versions do this automatically, but an explicit c++rt0.o
11181
    # does not break anything, and helps significantly (at the cost of a little
11182
    # extra space).
11183
    freebsd2.2*)
11184
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11185
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11186
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11187
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11188
      ;;
11189
 
11190
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11191
    freebsd2*)
11192
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11193
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11194
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11195
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11196
      ;;
11197
 
11198
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11199
    freebsd* | kfreebsd*-gnu)
11200
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
11201
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11202
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11203
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11204
      ;;
11205
 
11206
    hpux9*)
11207
      if test "$GCC" = yes; then
11208
	_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'
11209
      else
11210
	_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'
11211
      fi
11212
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11213
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11214
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11215
 
11216
      # hardcode_minus_L: Not really in the search PATH,
11217
      # but as the default location of the library.
11218
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11219
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11220
      ;;
11221
 
11222
    hpux10* | hpux11*)
11223
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11224
	case "$host_cpu" in
11225
	hppa*64*|ia64*)
11226
	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11227
	  ;;
11228
	*)
11229
	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
11230
	  ;;
11231
	esac
11232
      else
11233
	case "$host_cpu" in
11234
	hppa*64*|ia64*)
11235
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
11236
	  ;;
11237
	*)
11238
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11239
	  ;;
11240
	esac
11241
      fi
11242
      if test "$with_gnu_ld" = no; then
11243
	case "$host_cpu" in
11244
	hppa*64*)
11245
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11246
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
11247
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11248
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11249
	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11250
	  ;;
11251
	ia64*)
11252
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11253
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11254
	  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11255
 
11256
	  # hardcode_minus_L: Not really in the search PATH,
11257
	  # but as the default location of the library.
11258
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11259
	  ;;
11260
	*)
11261
	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
11262
	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11263
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11264
	  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11265
 
11266
	  # hardcode_minus_L: Not really in the search PATH,
11267
	  # but as the default location of the library.
11268
	  _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11269
	  ;;
11270
	esac
11271
      fi
11272
      ;;
11273
 
11274
    irix5* | irix6* | nonstopux*)
11275
      if test "$GCC" = yes; then
11276
	_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'
11277
      else
11278
	_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'
11279
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
11280
      fi
11281
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11282
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11283
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11284
      ;;
11285
 
11286
    netbsd*)
11287
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11288
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11289
      else
11290
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11291
      fi
11292
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11293
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11294
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11295
      ;;
11296
 
11297
    newsos6)
11298
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11299
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11300
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11301
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11302
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11303
      ;;
11304
 
11305
    openbsd*)
11306
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11307
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11308
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11309
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11310
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11311
	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
11312
      else
11313
       case $host_os in
11314
	 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
11315
	   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11316
	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11317
	   ;;
11318
	 *)
11319
	   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11320
	   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
11321
	   ;;
11322
       esac
11323
      fi
11324
      ;;
11325
 
11326
    os2*)
11327
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11328
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11329
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
11330
      _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'
11331
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11332
      ;;
11333
 
11334
    osf3*)
11335
      if test "$GCC" = yes; then
11336
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11337
	_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'
11338
      else
11339
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11340
	_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'
11341
      fi
11342
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11343
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11344
      ;;
11345
 
11346
    osf4* | osf5*)	# as osf3* with the addition of -msym flag
11347
      if test "$GCC" = yes; then
11348
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
11349
	_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'
11350
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
11351
      else
11352
	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
11353
	_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'
11354
	_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~
11355
	$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'
11356
 
11357
	# Both c and cxx compiler support -rpath directly
11358
	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
11359
      fi
11360
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
11361
      ;;
11362
 
11363
    sco3.2v5*)
11364
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11365
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11366
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
11367
      runpath_var=LD_RUN_PATH
11368
      hardcode_runpath_var=yes
11369
      ;;
11370
 
11371
    solaris*)
11372
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11373
      if test "$GCC" = yes; then
11374
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11375
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11376
	  $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
11377
      else
11378
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11379
	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11380
  	$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11381
      fi
11382
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
11383
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11384
      case $host_os in
11385
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
11386
      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
11387
	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
11388
      esac
11389
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
11390
      ;;
11391
 
11392
    sunos4*)
11393
      if test "x$host_vendor" = xsequent; then
11394
	# Use $CC to link under sequent, because it throws in some extra .o
11395
	# files that make .init and .fini sections work.
11396
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
11397
      else
11398
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11399
      fi
11400
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11401
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11402
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
11403
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11404
      ;;
11405
 
11406
    sysv4)
11407
      case $host_vendor in
11408
	sni)
11409
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11410
	  _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
11411
	;;
11412
	siemens)
11413
	  ## LD is ld it makes a PLAMLIB
11414
	  ## CC just makes a GrossModule.
11415
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11416
	  _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
11417
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no
11418
        ;;
11419
	motorola)
11420
	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11421
	  _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
11422
	;;
11423
      esac
11424
      runpath_var='LD_RUN_PATH'
11425
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11426
      ;;
11427
 
11428
    sysv4.3*)
11429
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11430
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11431
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
11432
      ;;
11433
 
11434
    sysv4*MP*)
11435
      if test -d /usr/nec; then
11436
	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11437
	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11438
	runpath_var=LD_RUN_PATH
11439
	hardcode_runpath_var=yes
11440
	_LT_AC_TAGVAR(ld_shlibs, $1)=yes
11441
      fi
11442
      ;;
11443
 
11444
    sysv4.2uw2*)
11445
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11446
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
11447
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
11448
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11449
      hardcode_runpath_var=yes
11450
      runpath_var=LD_RUN_PATH
11451
      ;;
11452
 
11453
   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
11454
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
11455
      if test "$GCC" = yes; then
11456
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11457
      else
11458
	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11459
      fi
11460
      runpath_var='LD_RUN_PATH'
11461
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11462
      ;;
11463
 
11464
    sysv5*)
11465
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
11466
      # $CC -shared without GNU ld will not create a library from C++
11467
      # object files and a static libstdc++, better avoid it by now
11468
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11469
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11470
  		$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11471
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
11472
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11473
      runpath_var='LD_RUN_PATH'
11474
      ;;
11475
 
11476
    uts4*)
11477
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11478
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
11479
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
11480
      ;;
11481
 
11482
    *)
11483
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
11484
      ;;
11485
    esac
11486
  fi
11487
])
11488
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
11489
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
11490
 
11491
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11492
if test "$GCC" = yes; then
11493
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11494
fi
11495
 
11496
#
11497
# Do we need to explicitly link libc?
11498
#
11499
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
11500
x|xyes)
11501
  # Assume -lc should be added
11502
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11503
 
11504
  if test "$enable_shared" = yes && test "$GCC" = yes; then
11505
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
11506
    *'~'*)
11507
      # FIXME: we may have to deal with multi-command sequences.
11508
      ;;
11509
    '$CC '*)
11510
      # Test whether the compiler implicitly links with -lc since on some
11511
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11512
      # to ld, don't add -lc before -lgcc.
11513
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
11514
      $rm conftest*
11515
      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11516
 
11517
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
11518
        soname=conftest
11519
        lib=conftest
11520
        libobjs=conftest.$ac_objext
11521
        deplibs=
11522
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
11523
        compiler_flags=-v
11524
        linker_flags=-v
11525
        verstring=
11526
        output_objdir=.
11527
        libname=conftest
11528
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
11529
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
11530
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
11531
        then
11532
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
11533
        else
11534
	  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
11535
        fi
11536
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
11537
      else
11538
        cat conftest.err 1>&5
11539
      fi
11540
      $rm conftest*
11541
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
11542
      ;;
11543
    esac
11544
  fi
11545
  ;;
11546
esac
11547
])
155 andreas 11548
m4trace:acinclude.m4:11921: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
151 andreas 11549
# /* ltdll.c starts here */
11550
# #define WIN32_LEAN_AND_MEAN
11551
# #include <windows.h>
11552
# #undef WIN32_LEAN_AND_MEAN
11553
# #include <stdio.h>
11554
#
11555
# #ifndef __CYGWIN__
11556
# #  ifdef __CYGWIN32__
11557
# #    define __CYGWIN__ __CYGWIN32__
11558
# #  endif
11559
# #endif
11560
#
11561
# #ifdef __cplusplus
11562
# extern "C" {
11563
# #endif
11564
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
11565
# #ifdef __cplusplus
11566
# }
11567
# #endif
11568
#
11569
# #ifdef __CYGWIN__
11570
# #include <cygwin/cygwin_dll.h>
11571
# DECLARE_CYGWIN_DLL( DllMain );
11572
# #endif
11573
# HINSTANCE __hDllInstance_base;
11574
#
11575
# BOOL APIENTRY
11576
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
11577
# {
11578
#   __hDllInstance_base = hInst;
11579
#   return TRUE;
11580
# }
11581
# /* ltdll.c ends here */
11582
])
155 andreas 11583
m4trace:acinclude.m4:11960: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
11584
m4trace:acinclude.m4:11964: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
11585
m4trace:acinclude.m4:11965: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
11586
m4trace:acinclude.m4:11966: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
11587
m4trace:acinclude.m4:11967: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
11588
m4trace:acinclude.m4:11968: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
11589
m4trace:acinclude.m4:11969: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
11590
m4trace:acinclude.m4:11970: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
11591
m4trace:acinclude.m4:11975: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
151 andreas 11592
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
11593
  AC_SUBST(GCJFLAGS)
11594
])
155 andreas 11595
m4trace:acinclude.m4:11981: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
151 andreas 11596
])
155 andreas 11597
m4trace:acinclude.m4:11995: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
151 andreas 11598
AC_CACHE_VAL(lt_cv_path_SED,
11599
[# Loop through the user's path and test for sed and gsed.
11600
# Then use that list of sed's as ones to test for truncation.
11601
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11602
for as_dir in $PATH
11603
do
11604
  IFS=$as_save_IFS
11605
  test -z "$as_dir" && as_dir=.
11606
  for lt_ac_prog in sed gsed; do
11607
    for ac_exec_ext in '' $ac_executable_extensions; do
11608
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
11609
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
11610
      fi
11611
    done
11612
  done
11613
done
11614
lt_ac_max=0
11615
lt_ac_count=0
11616
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
11617
# along with /bin/sed that truncates output.
11618
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
11619
  test ! -f $lt_ac_sed && break
11620
  cat /dev/null > conftest.in
11621
  lt_ac_count=0
11622
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
11623
  # Check for GNU sed and select it if it is found.
11624
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
11625
    lt_cv_path_SED=$lt_ac_sed
11626
    break
11627
  fi
11628
  while true; do
11629
    cat conftest.in conftest.in >conftest.tmp
11630
    mv conftest.tmp conftest.in
11631
    cp conftest.in conftest.nl
11632
    echo >>conftest.nl
11633
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
11634
    cmp -s conftest.out conftest.nl || break
11635
    # 10000 chars as input seems more than enough
11636
    test $lt_ac_count -gt 10 && break
11637
    lt_ac_count=`expr $lt_ac_count + 1`
11638
    if test $lt_ac_count -gt $lt_ac_max; then
11639
      lt_ac_max=$lt_ac_count
11640
      lt_cv_path_SED=$lt_ac_sed
11641
    fi
11642
  done
11643
done
11644
])
11645
SED=$lt_cv_path_SED
11646
AC_MSG_RESULT([$SED])
11647
])
88 andreas 11648
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
11649
m4trace:configure.in:29: -1- m4_pattern_forbid([_AC_])
11650
m4trace:configure.in:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
11651
m4trace:configure.in:29: -1- m4_pattern_allow([^AS_FLAGS$])
11652
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?m4_])
11653
m4trace:configure.in:29: -1- m4_pattern_forbid([^dnl$])
11654
m4trace:configure.in:29: -1- m4_pattern_forbid([^_?AS_])
11655
m4trace:configure.in:29: -1- m4_pattern_allow([^SHELL$])
11656
m4trace:configure.in:29: -1- m4_pattern_allow([^PATH_SEPARATOR$])
11657
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
11658
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11659
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11660
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
11661
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11662
m4trace:configure.in:29: -1- m4_pattern_allow([^exec_prefix$])
11663
m4trace:configure.in:29: -1- m4_pattern_allow([^prefix$])
11664
m4trace:configure.in:29: -1- m4_pattern_allow([^program_transform_name$])
11665
m4trace:configure.in:29: -1- m4_pattern_allow([^bindir$])
11666
m4trace:configure.in:29: -1- m4_pattern_allow([^sbindir$])
11667
m4trace:configure.in:29: -1- m4_pattern_allow([^libexecdir$])
11668
m4trace:configure.in:29: -1- m4_pattern_allow([^datarootdir$])
11669
m4trace:configure.in:29: -1- m4_pattern_allow([^datadir$])
11670
m4trace:configure.in:29: -1- m4_pattern_allow([^sysconfdir$])
11671
m4trace:configure.in:29: -1- m4_pattern_allow([^sharedstatedir$])
11672
m4trace:configure.in:29: -1- m4_pattern_allow([^localstatedir$])
11673
m4trace:configure.in:29: -1- m4_pattern_allow([^includedir$])
11674
m4trace:configure.in:29: -1- m4_pattern_allow([^oldincludedir$])
11675
m4trace:configure.in:29: -1- m4_pattern_allow([^docdir$])
11676
m4trace:configure.in:29: -1- m4_pattern_allow([^infodir$])
11677
m4trace:configure.in:29: -1- m4_pattern_allow([^htmldir$])
11678
m4trace:configure.in:29: -1- m4_pattern_allow([^dvidir$])
11679
m4trace:configure.in:29: -1- m4_pattern_allow([^pdfdir$])
11680
m4trace:configure.in:29: -1- m4_pattern_allow([^psdir$])
11681
m4trace:configure.in:29: -1- m4_pattern_allow([^libdir$])
11682
m4trace:configure.in:29: -1- m4_pattern_allow([^localedir$])
11683
m4trace:configure.in:29: -1- m4_pattern_allow([^mandir$])
11684
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
11685
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
11686
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
11687
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
11688
m4trace:configure.in:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
11689
m4trace:configure.in:29: -1- m4_pattern_allow([^DEFS$])
11690
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_C$])
11691
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_N$])
11692
m4trace:configure.in:29: -1- m4_pattern_allow([^ECHO_T$])
11693
m4trace:configure.in:29: -1- m4_pattern_allow([^LIBS$])
11694
m4trace:configure.in:29: -1- m4_pattern_allow([^build_alias$])
11695
m4trace:configure.in:29: -1- m4_pattern_allow([^host_alias$])
11696
m4trace:configure.in:29: -1- m4_pattern_allow([^target_alias$])
11697
m4trace:configure.in:38: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
216 andreas 11698
You should run autoupdate.], [../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
88 andreas 11699
configure.in:38: the top level])
11700
m4trace:configure.in:38: -1- m4_pattern_allow([^build$])
11701
m4trace:configure.in:38: -1- m4_pattern_allow([^build_cpu$])
11702
m4trace:configure.in:38: -1- m4_pattern_allow([^build_vendor$])
11703
m4trace:configure.in:38: -1- m4_pattern_allow([^build_os$])
11704
m4trace:configure.in:38: -1- m4_pattern_allow([^host$])
11705
m4trace:configure.in:38: -1- m4_pattern_allow([^host_cpu$])
11706
m4trace:configure.in:38: -1- m4_pattern_allow([^host_vendor$])
11707
m4trace:configure.in:38: -1- m4_pattern_allow([^host_os$])
11708
m4trace:configure.in:38: -1- m4_pattern_allow([^target$])
11709
m4trace:configure.in:38: -1- m4_pattern_allow([^target_cpu$])
11710
m4trace:configure.in:38: -1- m4_pattern_allow([^target_vendor$])
11711
m4trace:configure.in:38: -1- m4_pattern_allow([^target_os$])
221 andreas 11712
m4trace:configure.in:43: -1- AM_INIT_AUTOMAKE([sportwatcher], [0.5])
88 andreas 11713
m4trace:configure.in:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
151 andreas 11714
m4trace:configure.in:43: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
98 andreas 11715
m4trace:configure.in:43: -1- AM_AUTOMAKE_VERSION([1.9.6])
88 andreas 11716
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
11717
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
11718
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_DATA$])
11719
m4trace:configure.in:43: -1- m4_pattern_allow([^CYGPATH_W$])
11720
m4trace:configure.in:43: -1- m4_pattern_allow([^PACKAGE$])
11721
m4trace:configure.in:43: -1- m4_pattern_allow([^VERSION$])
151 andreas 11722
m4trace:configure.in:43: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
11723
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
11724
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-define])
88 andreas 11725
m4trace:configure.in:43: -1- m4_pattern_allow([^PACKAGE$])
11726
m4trace:configure.in:43: -1- m4_pattern_allow([^VERSION$])
151 andreas 11727
m4trace:configure.in:43: -1- AM_SANITY_CHECK
11728
m4trace:configure.in:43: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
11729
m4trace:configure.in:43: -1- AM_MISSING_HAS_RUN
11730
m4trace:configure.in:43: -1- AM_AUX_DIR_EXPAND
88 andreas 11731
m4trace:configure.in:43: -1- m4_pattern_allow([^ACLOCAL$])
151 andreas 11732
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
88 andreas 11733
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOCONF$])
151 andreas 11734
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
88 andreas 11735
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOMAKE$])
151 andreas 11736
m4trace:configure.in:43: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
88 andreas 11737
m4trace:configure.in:43: -1- m4_pattern_allow([^AUTOHEADER$])
151 andreas 11738
m4trace:configure.in:43: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
88 andreas 11739
m4trace:configure.in:43: -1- m4_pattern_allow([^MAKEINFO$])
151 andreas 11740
m4trace:configure.in:43: -1- AM_PROG_INSTALL_SH
88 andreas 11741
m4trace:configure.in:43: -1- m4_pattern_allow([^install_sh$])
151 andreas 11742
m4trace:configure.in:43: -1- AM_PROG_INSTALL_STRIP
88 andreas 11743
m4trace:configure.in:43: -1- m4_pattern_allow([^STRIP$])
11744
m4trace:configure.in:43: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
151 andreas 11745
m4trace:configure.in:43: -1- AM_PROG_MKDIR_P
88 andreas 11746
m4trace:configure.in:43: -1- m4_pattern_allow([^mkdir_p$])
11747
m4trace:configure.in:43: -1- m4_pattern_allow([^AWK$])
11748
m4trace:configure.in:43: -1- m4_pattern_allow([^SET_MAKE$])
151 andreas 11749
m4trace:configure.in:43: -1- AM_SET_LEADING_DOT
88 andreas 11750
m4trace:configure.in:43: -1- m4_pattern_allow([^am__leading_dot$])
151 andreas 11751
m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
11752
	      		     [_AM_PROG_TAR([v7])])])
11753
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-ustar])
11754
m4trace:configure.in:43: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
11755
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([tar-pax])
11756
m4trace:configure.in:43: -1- _AM_PROG_TAR([v7])
11757
m4trace:configure.in:43: -1- AM_MISSING_PROG([AMTAR], [tar])
88 andreas 11758
m4trace:configure.in:43: -1- m4_pattern_allow([^AMTAR$])
11759
m4trace:configure.in:43: -1- m4_pattern_allow([^am__tar$])
11760
m4trace:configure.in:43: -1- m4_pattern_allow([^am__untar$])
151 andreas 11761
m4trace:configure.in:43: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
11762
                  [_AM_DEPENDENCIES(CC)],
11763
                  [define([AC_PROG_CC],
11764
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
11765
AC_PROVIDE_IFELSE([AC_PROG_CXX],
11766
                  [_AM_DEPENDENCIES(CXX)],
11767
                  [define([AC_PROG_CXX],
11768
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
11769
])
11770
m4trace:configure.in:43: -2- _AM_MANGLE_OPTION([no-dependencies])
11771
m4trace:configure.in:45: -1- KDE_SET_PREFIX
11772
m4trace:configure.in:45: -1- KDE_SET_DEFAULT_BINDIRS
11773
m4trace:configure.in:45: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
11774
m4trace:configure.in:45: -1- KDE_MISSING_PROG_ERROR([kde-config])
11775
m4trace:configure.in:45: -1- KDE_FIND_PATH([kde-config], [KDECONFIG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kde-config)], [], [prepend])
11776
m4trace:configure.in:45: -1- KDE_MISSING_PROG_ERROR([kde-config])
88 andreas 11777
m4trace:configure.in:45: -1- m4_pattern_allow([^KDECONFIG$])
11778
m4trace:configure.in:45: -1- m4_pattern_allow([^kde_libs_prefix$])
11779
m4trace:configure.in:45: -1- m4_pattern_allow([^kde_libs_htmldir$])
151 andreas 11780
m4trace:configure.in:45: -1- KDE_FAST_CONFIGURE
88 andreas 11781
m4trace:configure.in:45: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11782
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11783
acinclude.m4:4935: KDE_FAST_CONFIGURE is expanded from...
11784
acinclude.m4:4983: KDE_SET_PREFIX is expanded from...
88 andreas 11785
configure.in:45: the top level])
151 andreas 11786
m4trace:configure.in:45: -1- KDE_CONF_FILES
88 andreas 11787
m4trace:configure.in:45: -1- m4_pattern_allow([^CONF_FILES$])
151 andreas 11788
m4trace:configure.in:48: -1- AM_CONFIG_HEADER([config.h])
88 andreas 11789
m4trace:configure.in:48: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
151 andreas 11790
You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
88 andreas 11791
configure.in:48: the top level])
151 andreas 11792
m4trace:configure.in:51: -1- AC_CHECK_COMPILERS
88 andreas 11793
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11794
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11795
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11796
configure.in:51: the top level])
11797
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11798
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11799
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11800
configure.in:51: the top level])
11801
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11802
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11803
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11804
configure.in:51: the top level])
11805
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11806
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11807
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11808
configure.in:51: the top level])
11809
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
11810
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 11811
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11812
configure.in:51: the top level])
11813
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11814
m4trace:configure.in:51: -1- m4_pattern_allow([^CFLAGS$])
11815
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS$])
11816
m4trace:configure.in:51: -1- m4_pattern_allow([^LIBS$])
11817
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11818
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11819
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11820
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11821
m4trace:configure.in:51: -1- m4_pattern_allow([^CC$])
11822
m4trace:configure.in:51: -1- m4_pattern_allow([^ac_ct_CC$])
11823
m4trace:configure.in:51: -1- m4_pattern_allow([^EXEEXT$])
11824
m4trace:configure.in:51: -1- m4_pattern_allow([^OBJEXT$])
151 andreas 11825
m4trace:configure.in:51: -1- _AM_DEPENDENCIES([CC])
11826
m4trace:configure.in:51: -1- AM_SET_DEPDIR
88 andreas 11827
m4trace:configure.in:51: -1- m4_pattern_allow([^DEPDIR$])
151 andreas 11828
m4trace:configure.in:51: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
11829
m4trace:configure.in:51: -1- AM_MAKE_INCLUDE
88 andreas 11830
m4trace:configure.in:51: -1- m4_pattern_allow([^am__include$])
11831
m4trace:configure.in:51: -1- m4_pattern_allow([^am__quote$])
151 andreas 11832
m4trace:configure.in:51: -1- AM_DEP_TRACK
88 andreas 11833
m4trace:configure.in:51: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
11834
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEP_TRUE$])
11835
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEP_FALSE$])
11836
m4trace:configure.in:51: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
11837
m4trace:configure.in:51: -1- m4_pattern_allow([^CCDEPMODE$])
11838
m4trace:configure.in:51: -1- AM_CONDITIONAL([am__fastdepCC], [
11839
  test "x$enable_dependency_tracking" != xno \
11840
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
11841
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
11842
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
11843
m4trace:configure.in:51: -1- m4_pattern_allow([^CPP$])
11844
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11845
m4trace:configure.in:51: -1- m4_pattern_allow([^CPP$])
11846
m4trace:configure.in:51: -1- m4_pattern_allow([^CXX$])
11847
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXFLAGS$])
11848
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS$])
11849
m4trace:configure.in:51: -1- m4_pattern_allow([^LIBS$])
11850
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
11851
m4trace:configure.in:51: -1- m4_pattern_allow([^CXX$])
11852
m4trace:configure.in:51: -1- m4_pattern_allow([^ac_ct_CXX$])
151 andreas 11853
m4trace:configure.in:51: -1- _AM_DEPENDENCIES([CXX])
88 andreas 11854
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXDEPMODE$])
11855
m4trace:configure.in:51: -1- AM_CONDITIONAL([am__fastdepCXX], [
11856
  test "x$enable_dependency_tracking" != xno \
11857
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
11858
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
11859
m4trace:configure.in:51: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
151 andreas 11860
m4trace:configure.in:51: -1- KDE_CHECK_FOR_BAD_COMPILER
88 andreas 11861
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 11862
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
155 andreas 11863
acinclude.m4:2986: KDE_CHECK_FOR_BAD_COMPILER is expanded from...
11864
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11865
configure.in:51: the top level])
151 andreas 11866
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-builtin], [CXXFLAGS="-fno-builtin $CXXFLAGS"])
88 andreas 11867
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 11868
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
11869
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11870
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11871
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11872
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11873
configure.in:51: the top level])
151 andreas 11874
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11875
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 11876
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 11877
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11878
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11879
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11880
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11881
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11882
configure.in:51: the top level])
11883
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 11884
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 11885
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11886
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11887
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11888
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11889
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11890
configure.in:51: the top level])
11891
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 11892
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
11893
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11894
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11895
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11896
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11897
configure.in:51: the top level])
11898
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 11899
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
11900
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11901
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11902
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11903
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11904
configure.in:51: the top level])
151 andreas 11905
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Woverloaded-virtual], [WOVERLOADED_VIRTUAL="-Woverloaded-virtual"], [WOVERLOADED_VRITUAL=""])
88 andreas 11906
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 11907
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
11908
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11909
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11910
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11911
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11912
configure.in:51: the top level])
151 andreas 11913
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11914
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 11915
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 11916
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11917
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11918
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11919
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11920
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11921
configure.in:51: the top level])
11922
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 11923
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 11924
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11925
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11926
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11927
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11928
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11929
configure.in:51: the top level])
11930
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 11931
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
11932
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11933
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11934
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11935
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11936
configure.in:51: the top level])
11937
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 11938
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
11939
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11940
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11941
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11942
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11943
configure.in:51: the top level])
11944
m4trace:configure.in:51: -1- m4_pattern_allow([^WOVERLOADED_VIRTUAL$])
151 andreas 11945
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([pg], [
11946
      CFLAGS="-pg $CFLAGS"
11947
      CXXFLAGS="-pg $CXXFLAGS"
11948
    ])
88 andreas 11949
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 11950
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
11951
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11952
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11953
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11954
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11955
configure.in:51: the top level])
151 andreas 11956
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11957
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 11958
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 11959
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11960
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11961
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11962
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11963
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11964
configure.in:51: the top level])
11965
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 11966
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 11967
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11968
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11969
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11970
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11971
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11972
configure.in:51: the top level])
11973
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 11974
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
11975
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11976
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11977
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11978
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11979
configure.in:51: the top level])
11980
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 11981
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
11982
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11983
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11984
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11985
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11986
configure.in:51: the top level])
151 andreas 11987
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wmissing-format-attribute], [CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
88 andreas 11988
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 11989
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
11990
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
11991
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 11992
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
11993
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 11994
configure.in:51: the top level])
151 andreas 11995
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 11996
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 11997
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 11998
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 11999
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12000
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12001
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12002
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12003
configure.in:51: the top level])
12004
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12005
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12006
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12007
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12008
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12009
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12010
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12011
configure.in:51: the top level])
12012
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12013
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12014
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12015
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12016
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12017
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12018
configure.in:51: the top level])
12019
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12020
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12021
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12022
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12023
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12024
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12025
configure.in:51: the top level])
151 andreas 12026
m4trace:configure.in:51: -1- KDE_CHECK_C_COMPILER_FLAG([Wmissing-format-attribute], [CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])
88 andreas 12027
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12028
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12029
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12030
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12031
acinclude.m4:2936: KDE_CHECK_C_COMPILER_FLAG is expanded from...
12032
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12033
configure.in:51: the top level])
12034
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
216 andreas 12035
You should run autoupdate.], [../../lib/autoconf/c.m4:95: AC_LANG_C is expanded from...
12036
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12037
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12038
acinclude.m4:2936: KDE_CHECK_C_COMPILER_FLAG is expanded from...
12039
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12040
configure.in:51: the top level])
12041
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12042
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12043
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12044
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12045
acinclude.m4:2936: KDE_CHECK_C_COMPILER_FLAG is expanded from...
12046
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12047
configure.in:51: the top level])
12048
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12049
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12050
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12051
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12052
acinclude.m4:2936: KDE_CHECK_C_COMPILER_FLAG is expanded from...
12053
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12054
configure.in:51: the top level])
151 andreas 12055
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wundef], [CXXFLAGS="-Wundef $CXXFLAGS"])
88 andreas 12056
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12057
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12058
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12059
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12060
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12061
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12062
configure.in:51: the top level])
151 andreas 12063
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12064
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12065
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12066
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12067
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12068
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12069
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12070
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12071
configure.in:51: the top level])
12072
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12073
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12074
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12075
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12076
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12077
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12078
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12079
configure.in:51: the top level])
12080
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12081
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12082
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12083
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12084
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12085
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12086
configure.in:51: the top level])
12087
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12088
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12089
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12090
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12091
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12092
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12093
configure.in:51: the top level])
151 andreas 12094
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wno-long-long], [CXXFLAGS="-Wno-long-long $CXXFLAGS"])
88 andreas 12095
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12096
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12097
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12098
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12099
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12100
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12101
configure.in:51: the top level])
151 andreas 12102
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12103
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12104
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12105
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12106
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12107
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12108
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12109
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12110
configure.in:51: the top level])
12111
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12112
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12113
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12114
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12115
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12116
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12117
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12118
configure.in:51: the top level])
12119
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12120
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12121
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12122
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12123
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12124
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12125
configure.in:51: the top level])
12126
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12127
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12128
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12129
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12130
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12131
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12132
configure.in:51: the top level])
151 andreas 12133
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wno-non-virtual-dtor], [CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"])
88 andreas 12134
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12135
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12136
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12137
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12138
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12139
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12140
configure.in:51: the top level])
151 andreas 12141
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12142
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12143
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12144
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12145
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12146
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12147
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12148
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12149
configure.in:51: the top level])
12150
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12151
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12152
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12153
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12154
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12155
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12156
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12157
configure.in:51: the top level])
12158
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12159
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12160
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12161
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12162
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12163
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12164
configure.in:51: the top level])
12165
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12166
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12167
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12168
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12169
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12170
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12171
configure.in:51: the top level])
12172
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12173
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12174
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12175
configure.in:51: the top level])
12176
m4trace:configure.in:51: -1- m4_pattern_allow([^HAVE_GCC_VISIBILITY$])
151 andreas 12177
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-reorder-blocks], [gcc_no_reorder_blocks=YES])
88 andreas 12178
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12179
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12180
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12181
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12182
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12183
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12184
configure.in:51: the top level])
151 andreas 12185
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12186
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12187
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12188
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12189
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12190
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12191
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12192
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12193
configure.in:51: the top level])
12194
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12195
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12196
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12197
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12198
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12199
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12200
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12201
configure.in:51: the top level])
12202
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12203
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12204
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12205
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12206
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12207
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12208
configure.in:51: the top level])
12209
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12210
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12211
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12212
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12213
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12214
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12215
configure.in:51: the top level])
151 andreas 12216
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-exceptions], [CXXFLAGS="$CXXFLAGS -fno-exceptions"])
88 andreas 12217
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12218
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12219
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12220
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12221
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12222
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12223
configure.in:51: the top level])
151 andreas 12224
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12225
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12226
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12227
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12228
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12229
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12230
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12231
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12232
configure.in:51: the top level])
12233
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12234
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12235
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12236
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12237
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12238
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12239
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12240
configure.in:51: the top level])
12241
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12242
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12243
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12244
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12245
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12246
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12247
configure.in:51: the top level])
12248
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12249
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12250
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12251
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12252
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12253
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12254
configure.in:51: the top level])
151 andreas 12255
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-check-new], [CXXFLAGS="$CXXFLAGS -fno-check-new"])
88 andreas 12256
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12257
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12258
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12259
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12260
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12261
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12262
configure.in:51: the top level])
151 andreas 12263
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12264
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12265
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12266
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12267
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12268
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12269
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12270
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12271
configure.in:51: the top level])
12272
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12273
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12274
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12275
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12276
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12277
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12278
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12279
configure.in:51: the top level])
12280
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12281
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12282
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12283
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12284
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12285
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12286
configure.in:51: the top level])
12287
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12288
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12289
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12290
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12291
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12292
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12293
configure.in:51: the top level])
151 andreas 12294
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fno-common], [CXXFLAGS="$CXXFLAGS -fno-common"])
88 andreas 12295
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12296
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12297
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12298
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12299
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12300
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12301
configure.in:51: the top level])
151 andreas 12302
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12303
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12304
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12305
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12306
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12307
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12308
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12309
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12310
configure.in:51: the top level])
12311
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12312
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12313
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12314
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12315
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12316
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12317
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12318
configure.in:51: the top level])
12319
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12320
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12321
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12322
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12323
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12324
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12325
configure.in:51: the top level])
12326
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12327
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12328
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12329
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12330
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12331
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12332
configure.in:51: the top level])
151 andreas 12333
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([fexceptions], [USE_EXCEPTIONS="-fexceptions"], [USE_EXCEPTIONS=	])
88 andreas 12334
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12335
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12336
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12337
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12338
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12339
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12340
configure.in:51: the top level])
151 andreas 12341
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12342
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12343
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12344
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12345
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12346
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12347
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12348
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12349
configure.in:51: the top level])
12350
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12351
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12352
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12353
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12354
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12355
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12356
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12357
configure.in:51: the top level])
12358
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12359
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12360
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12361
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12362
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12363
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12364
configure.in:51: the top level])
12365
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12366
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12367
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12368
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12369
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12370
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12371
configure.in:51: the top level])
151 andreas 12372
m4trace:configure.in:51: -1- KDE_CHECK_FOR_OPT_NOINLINE_MATCH
88 andreas 12373
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12374
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12375
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12376
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
12377
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 12378
acinclude.m4:3027: KDE_CHECK_FOR_OPT_NOINLINE_MATCH is expanded from...
12379
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12380
configure.in:51: the top level])
12381
m4trace:configure.in:51: -1- AM_CONDITIONAL([unsermake_enable_pch], [test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes"])
12382
m4trace:configure.in:51: -1- m4_pattern_allow([^unsermake_enable_pch_TRUE$])
12383
m4trace:configure.in:51: -1- m4_pattern_allow([^unsermake_enable_pch_FALSE$])
151 andreas 12384
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-pch], [CXXFLAGS="$CXXFLAGS --pch"])
88 andreas 12385
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12386
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12387
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12388
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12389
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12390
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12391
configure.in:51: the top level])
151 andreas 12392
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12393
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12394
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12395
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12396
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12397
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12398
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12399
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12400
configure.in:51: the top level])
12401
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12402
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12403
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12404
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12405
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12406
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12407
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12408
configure.in:51: the top level])
12409
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12410
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12411
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12412
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12413
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12414
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12415
configure.in:51: the top level])
12416
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12417
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12418
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12419
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12420
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12421
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12422
configure.in:51: the top level])
151 andreas 12423
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_keyword_space_time=6], [CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"])
88 andreas 12424
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12425
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12426
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12427
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12428
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12429
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12430
configure.in:51: the top level])
151 andreas 12431
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12432
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12433
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12434
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12435
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12436
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12437
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12438
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12439
configure.in:51: the top level])
12440
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12441
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12442
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12443
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12444
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12445
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12446
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12447
configure.in:51: the top level])
12448
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12449
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12450
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12451
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12452
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12453
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12454
configure.in:51: the top level])
12455
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12456
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12457
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12458
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12459
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12460
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12461
configure.in:51: the top level])
151 andreas 12462
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-inline_auto_space_time=2], [CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"])
88 andreas 12463
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12464
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12465
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12466
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12467
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12468
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12469
configure.in:51: the top level])
151 andreas 12470
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12471
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12472
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12473
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12474
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12475
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12476
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12477
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12478
configure.in:51: the top level])
12479
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12480
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12481
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12482
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12483
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12484
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12485
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12486
configure.in:51: the top level])
12487
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12488
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12489
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12490
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12491
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12492
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12493
configure.in:51: the top level])
12494
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12495
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12496
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12497
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12498
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12499
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12500
configure.in:51: the top level])
151 andreas 12501
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 12502
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12503
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12504
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12505
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12506
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12507
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12508
configure.in:51: the top level])
151 andreas 12509
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12510
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12511
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12512
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12513
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12514
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12515
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12516
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12517
configure.in:51: the top level])
12518
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12519
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12520
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12521
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12522
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12523
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12524
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12525
configure.in:51: the top level])
12526
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12527
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12528
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12529
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12530
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12531
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12532
configure.in:51: the top level])
12533
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12534
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12535
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12536
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12537
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12538
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12539
configure.in:51: the top level])
151 andreas 12540
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 12541
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12542
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12543
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12544
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12545
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12546
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12547
configure.in:51: the top level])
151 andreas 12548
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12549
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12550
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12551
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12552
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12553
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12554
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12555
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12556
configure.in:51: the top level])
12557
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12558
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12559
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12560
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12561
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12562
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12563
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12564
configure.in:51: the top level])
12565
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12566
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12567
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12568
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12569
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12570
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12571
configure.in:51: the top level])
12572
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12573
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12574
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12575
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12576
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12577
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12578
configure.in:51: the top level])
151 andreas 12579
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([-one_per], [CXXFLAGS="$CXXFLAGS --one_per"])
88 andreas 12580
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12581
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12582
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12583
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12584
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12585
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12586
configure.in:51: the top level])
151 andreas 12587
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12588
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12589
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12590
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12591
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12592
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12593
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12594
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12595
configure.in:51: the top level])
12596
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12597
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12598
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12599
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12600
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12601
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12602
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12603
configure.in:51: the top level])
12604
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12605
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12606
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12607
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12608
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12609
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12610
configure.in:51: the top level])
12611
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12612
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12613
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12614
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12615
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12616
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12617
configure.in:51: the top level])
12618
m4trace:configure.in:51: -1- m4_pattern_allow([^USE_EXCEPTIONS$])
12619
m4trace:configure.in:51: -1- m4_pattern_allow([^USE_RTTI$])
151 andreas 12620
m4trace:configure.in:51: -1- AC_VALIDIFY_CXXFLAGS
12621
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXX], [-fno-rtti -rpath])
12622
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-fno-rtti -rpath])
12623
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXX], [-rpath])
12624
m4trace:configure.in:51: -1- AC_REMOVE_FORBIDDEN([CXXFLAGS], [-rpath])
88 andreas 12625
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXCPP$])
12626
m4trace:configure.in:51: -1- m4_pattern_allow([^CPPFLAGS$])
12627
m4trace:configure.in:51: -1- m4_pattern_allow([^CXXCPP$])
151 andreas 12628
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([O0], [NOOPT_CXXFLAGS=-O0])
88 andreas 12629
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12630
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12631
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12632
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12633
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12634
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12635
configure.in:51: the top level])
151 andreas 12636
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12637
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12638
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12639
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12640
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12641
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12642
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12643
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12644
configure.in:51: the top level])
12645
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12646
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12647
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12648
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12649
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12650
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12651
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12652
configure.in:51: the top level])
12653
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12654
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12655
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12656
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12657
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12658
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12659
configure.in:51: the top level])
12660
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12661
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12662
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12663
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12664
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12665
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12666
configure.in:51: the top level])
12667
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12668
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12669
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12670
configure.in:51: the top level])
12671
m4trace:configure.in:51: -1- m4_pattern_allow([^NOOPT_CXXFLAGS$])
12672
m4trace:configure.in:51: -1- m4_pattern_allow([^NOOPT_CFLAGS$])
12673
m4trace:configure.in:51: -1- m4_pattern_allow([^ENABLE_PERMISSIVE_FLAG$])
151 andreas 12674
m4trace:configure.in:51: -1- KDE_CHECK_NEW_LDFLAGS
88 andreas 12675
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12676
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12677
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12678
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12679
configure.in:51: the top level])
151 andreas 12680
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--enable-new-dtags], [LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"], [])
88 andreas 12681
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12682
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12683
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12684
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12685
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12686
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12687
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12688
configure.in:51: the top level])
151 andreas 12689
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12690
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12691
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12692
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12693
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12694
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12695
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12696
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12697
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12698
configure.in:51: the top level])
12699
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12700
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12701
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12702
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12703
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12704
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12705
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12706
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12707
configure.in:51: the top level])
12708
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12709
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12710
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12711
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12712
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12713
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12714
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12715
configure.in:51: the top level])
12716
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12717
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12718
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12719
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12720
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12721
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12722
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12723
configure.in:51: the top level])
151 andreas 12724
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--as-needed], [LDFLAGS_AS_NEEDED="-Wl,--as-needed"], [])
88 andreas 12725
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12726
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12727
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12728
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12729
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12730
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12731
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12732
configure.in:51: the top level])
151 andreas 12733
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12734
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12735
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12736
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12737
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12738
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12739
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12740
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12741
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12742
configure.in:51: the top level])
12743
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12744
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12745
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12746
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12747
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12748
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12749
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12750
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12751
configure.in:51: the top level])
12752
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12753
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12754
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12755
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12756
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12757
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12758
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12759
configure.in:51: the top level])
12760
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12761
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12762
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12763
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12764
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12765
acinclude.m4:1716: KDE_CHECK_NEW_LDFLAGS is expanded from...
12766
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12767
configure.in:51: the top level])
12768
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS_AS_NEEDED$])
12769
m4trace:configure.in:51: -1- m4_pattern_allow([^LDFLAGS_NEW_DTAGS$])
151 andreas 12770
m4trace:configure.in:51: -1- KDE_CHECK_FINAL
88 andreas 12771
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12772
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12773
acinclude.m4:1667: KDE_CHECK_FINAL is expanded from...
12774
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12775
configure.in:51: the top level])
12776
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_FINAL_TRUE$])
12777
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_FINAL_FALSE$])
151 andreas 12778
m4trace:configure.in:51: -1- KDE_CHECK_CLOSURE
88 andreas 12779
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12780
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12781
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12782
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12783
configure.in:51: the top level])
151 andreas 12784
m4trace:configure.in:51: -1- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined], [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
12785
		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
12786
		[KDE_NO_UNDEFINED=""])], [KDE_NO_UNDEFINED=""])
88 andreas 12787
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12788
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12789
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12790
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12791
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12792
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12793
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12794
configure.in:51: the top level])
151 andreas 12795
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12796
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12797
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12798
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12799
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12800
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12801
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12802
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12803
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12804
configure.in:51: the top level])
12805
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12806
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12807
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12808
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12809
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12810
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12811
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12812
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12813
configure.in:51: the top level])
12814
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12815
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12816
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12817
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12818
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12819
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12820
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12821
configure.in:51: the top level])
12822
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12823
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12824
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12825
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12826
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12827
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12828
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12829
configure.in:51: the top level])
151 andreas 12830
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 12831
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 12832
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
12833
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12834
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12835
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12836
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12837
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12838
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12839
configure.in:51: the top level])
151 andreas 12840
m4trace:configure.in:51: -1- KDE_LANG_CPLUSPLUS
88 andreas 12841
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 12842
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 12843
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12844
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12845
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12846
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12847
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12848
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12849
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12850
configure.in:51: the top level])
12851
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 12852
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 12853
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 12854
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12855
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12856
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12857
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12858
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12859
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12860
configure.in:51: the top level])
12861
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 12862
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
12863
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12864
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12865
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12866
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12867
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12868
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12869
configure.in:51: the top level])
12870
m4trace:configure.in:51: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 12871
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
12872
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
12873
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 12874
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12875
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
12876
acinclude.m4:1685: KDE_CHECK_CLOSURE is expanded from...
12877
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12878
configure.in:51: the top level])
12879
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_CLOSURE_TRUE$])
12880
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_CLOSURE_FALSE$])
12881
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_NO_UNDEFINED$])
151 andreas 12882
m4trace:configure.in:51: -1- KDE_CHECK_NMCHECK
88 andreas 12883
m4trace:configure.in:51: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12884
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12885
acinclude.m4:1738: KDE_CHECK_NMCHECK is expanded from...
12886
acinclude.m4:3067: AC_CHECK_COMPILERS is expanded from...
88 andreas 12887
configure.in:51: the top level])
12888
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_NMCHECK_TRUE$])
12889
m4trace:configure.in:51: -1- m4_pattern_allow([^KDE_USE_NMCHECK_FALSE$])
151 andreas 12890
m4trace:configure.in:51: -2- KDE_ADD_DEPENDENCIES
12891
m4trace:configure.in:52: -1- AC_ENABLE_SHARED([yes])
88 andreas 12892
m4trace:configure.in:52: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12893
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 12894
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
155 andreas 12895
acinclude.m4:7880: AC_ENABLE_SHARED is expanded from...
88 andreas 12896
configure.in:52: the top level])
151 andreas 12897
m4trace:configure.in:53: -1- AC_ENABLE_STATIC([no])
88 andreas 12898
m4trace:configure.in:53: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12899
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 12900
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
155 andreas 12901
acinclude.m4:7919: AC_ENABLE_STATIC is expanded from...
88 andreas 12902
configure.in:53: the top level])
151 andreas 12903
m4trace:configure.in:54: -1- KDE_PROG_LIBTOOL
12904
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN
12905
m4trace:configure.in:54: -1- KDE_CHECK_LIB64
88 andreas 12906
m4trace:configure.in:54: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12907
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 12908
acinclude.m4:3508: KDE_CHECK_LIB64 is expanded from...
12909
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 12910
configure.in:54: the top level])
12911
m4trace:configure.in:54: -1- m4_pattern_allow([^KDELIBSUFF$])
12912
m4trace:configure.in:54: -1- m4_pattern_allow([^libdir$])
12913
m4trace:configure.in:54: -1- m4_pattern_allow([^KDELIBSUFF$])
151 andreas 12914
m4trace:configure.in:54: -1- AM_PROG_LIBTOOL
88 andreas 12915
m4trace:configure.in:54: -1- AC_PROG_LIBTOOL
151 andreas 12916
m4trace:configure.in:54: -1- _AC_PROG_LIBTOOL
12917
m4trace:configure.in:54: -1- AC_LIBTOOL_SETUP
12918
m4trace:configure.in:54: -1- AC_ENABLE_FAST_INSTALL
88 andreas 12919
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12920
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 12921
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
155 andreas 12922
acinclude.m4:7958: AC_ENABLE_FAST_INSTALL is expanded from...
12923
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
12924
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
12925
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
12926
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
12927
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 12928
configure.in:54: the top level])
151 andreas 12929
m4trace:configure.in:54: -1- AC_PROG_LD
88 andreas 12930
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
12931
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 12932
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
155 andreas 12933
acinclude.m4:8099: AC_PROG_LD is expanded from...
12934
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
12935
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
12936
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
12937
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
12938
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 12939
configure.in:54: the top level])
151 andreas 12940
m4trace:configure.in:54: -1- LT_AC_PROG_SED
12941
m4trace:configure.in:54: -1- AC_PROG_LD_GNU
12942
m4trace:configure.in:54: -1- AC_PROG_EGREP
88 andreas 12943
m4trace:configure.in:54: -1- m4_pattern_allow([^GREP$])
12944
m4trace:configure.in:54: -1- m4_pattern_allow([^EGREP$])
151 andreas 12945
m4trace:configure.in:54: -1- AC_PROG_LD_RELOAD_FLAG
12946
m4trace:configure.in:54: -1- AC_PROG_NM
88 andreas 12947
m4trace:configure.in:54: -1- m4_pattern_allow([^LN_S$])
151 andreas 12948
m4trace:configure.in:54: -1- AC_DEPLIBS_CHECK_METHOD
12949
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
12950
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
12951
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
12952
m4trace:configure.in:54: -1- AC_LIBTOOL_OBJDIR
12953
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
12954
m4trace:configure.in:54: -1- _LT_AC_PROG_ECHO_BACKSLASH
12955
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([
12956
# Check that we are running under the correct shell.
12957
SHELL=${CONFIG_SHELL-/bin/sh}
12958
 
12959
case X$ECHO in
12960
X*--fallback-echo)
12961
  # Remove one level of quotation (which was required for Make).
12962
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
12963
  ;;
12964
esac
12965
 
12966
echo=${ECHO-echo}
12967
if test "X[$]1" = X--no-reexec; then
12968
  # Discard the --no-reexec flag, and continue.
12969
  shift
12970
elif test "X[$]1" = X--fallback-echo; then
12971
  # Avoid inline document here, it may be left over
12972
  :
12973
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
12974
  # Yippee, $echo works!
12975
  :
12976
else
12977
  # Restart under the correct shell.
12978
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
12979
fi
12980
 
12981
if test "X[$]1" = X--fallback-echo; then
12982
  # used as fallback echo
12983
  shift
12984
  cat <<EOF
12985
[$]*
12986
EOF
12987
  exit 0
12988
fi
12989
 
12990
# The HP-UX ksh and POSIX shell print the target directory to stdout
12991
# if CDPATH is set.
12992
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
12993
 
12994
if test -z "$ECHO"; then
12995
if test "X${echo_test_string+set}" != Xset; then
12996
# find a string as large as possible, as long as the shell can cope with it
12997
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
12998
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
12999
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
13000
       echo_test_string="`eval $cmd`" &&
13001
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
13002
    then
13003
      break
13004
    fi
13005
  done
13006
fi
13007
 
13008
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
13009
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
13010
   test "X$echo_testing_string" = "X$echo_test_string"; then
13011
  :
13012
else
13013
  # The Solaris, AIX, and Digital Unix default echo programs unquote
13014
  # backslashes.  This makes it impossible to quote backslashes using
13015
  #   echo "$something" | sed 's/\\/\\\\/g'
13016
  #
13017
  # So, first we look for a working echo in the user's PATH.
13018
 
13019
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13020
  for dir in $PATH /usr/ucb; do
13021
    IFS="$lt_save_ifs"
13022
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
13023
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
13024
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
13025
       test "X$echo_testing_string" = "X$echo_test_string"; then
13026
      echo="$dir/echo"
13027
      break
13028
    fi
13029
  done
13030
  IFS="$lt_save_ifs"
13031
 
13032
  if test "X$echo" = Xecho; then
13033
    # We didn't find a better echo, so look for alternatives.
13034
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
13035
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
13036
       test "X$echo_testing_string" = "X$echo_test_string"; then
13037
      # This shell has a builtin print -r that does the trick.
13038
      echo='print -r'
13039
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
13040
	 test "X$CONFIG_SHELL" != X/bin/ksh; then
13041
      # If we have ksh, try running configure again with it.
13042
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
13043
      export ORIGINAL_CONFIG_SHELL
13044
      CONFIG_SHELL=/bin/ksh
13045
      export CONFIG_SHELL
13046
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
13047
    else
13048
      # Try using printf.
13049
      echo='printf %s\n'
13050
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
13051
	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
13052
	 test "X$echo_testing_string" = "X$echo_test_string"; then
13053
	# Cool, printf works
13054
	:
13055
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
13056
	   test "X$echo_testing_string" = 'X\t' &&
13057
	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
13058
	   test "X$echo_testing_string" = "X$echo_test_string"; then
13059
	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
13060
	export CONFIG_SHELL
13061
	SHELL="$CONFIG_SHELL"
13062
	export SHELL
13063
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
13064
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
13065
	   test "X$echo_testing_string" = 'X\t' &&
13066
	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
13067
	   test "X$echo_testing_string" = "X$echo_test_string"; then
13068
	echo="$CONFIG_SHELL [$]0 --fallback-echo"
13069
      else
13070
	# maybe with a smaller string...
13071
	prev=:
13072
 
13073
	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
13074
	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
13075
	  then
13076
	    break
13077
	  fi
13078
	  prev="$cmd"
13079
	done
13080
 
13081
	if test "$prev" != 'sed 50q "[$]0"'; then
13082
	  echo_test_string=`eval $prev`
13083
	  export echo_test_string
13084
	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
13085
	else
13086
	  # Oops.  We lost completely, so just stick with echo.
13087
	  echo=echo
13088
	fi
13089
      fi
13090
    fi
13091
  fi
13092
fi
13093
fi
13094
 
13095
# Copy echo and quote the copy suitably for passing to libtool from
13096
# the Makefile, instead of quoting the original, which is used later.
13097
ECHO=$echo
13098
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
13099
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
13100
fi
13101
 
13102
AC_SUBST(ECHO)
13103
])
88 andreas 13104
m4trace:configure.in:54: -1- m4_pattern_allow([^ECHO$])
13105
m4trace:configure.in:54: -1- m4_pattern_allow([^AR$])
13106
m4trace:configure.in:54: -1- m4_pattern_allow([^RANLIB$])
13107
m4trace:configure.in:54: -1- m4_pattern_allow([^STRIP$])
151 andreas 13108
m4trace:configure.in:54: -1- AC_PATH_MAGIC
13109
m4trace:configure.in:54: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
13110
m4trace:configure.in:54: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
88 andreas 13111
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
13112
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 13113
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
155 andreas 13114
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13115
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13116
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13117
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13118
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13119
configure.in:54: the top level])
13120
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
13121
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 13122
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
155 andreas 13123
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13124
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13125
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13126
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13127
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13128
configure.in:54: the top level])
151 andreas 13129
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_C_CONFIG
13130
m4trace:configure.in:54: -1- _LT_AC_LANG_C_CONFIG
13131
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [])
13132
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
13133
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13134
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13135
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13136
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13137
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13138
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13139
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13140
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
13141
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
13142
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
13143
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13144
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, )=])
13145
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13146
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
216 andreas 13147
m4trace:configure.in:54: -1- _m4_warn([syntax], [AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached], [../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
13148
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
13149
acinclude.m4:6766: AC_LIBTOOL_LINKER_OPTION is expanded from...
13150
acinclude.m4:8626: _LT_AC_LANG_C_CONFIG is expanded from...
13151
acinclude.m4:8625: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
13152
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13153
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13154
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13155
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13156
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
13157
configure.in:54: the top level])
151 andreas 13158
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13159
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
13160
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13161
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13162
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"])
13163
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13164
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13165
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
13166
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13167
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13168
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13169
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13170
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13171
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13172
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13173
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13174
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13175
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13176
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13177
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13178
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13179
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13180
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13181
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13182
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13183
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13184
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13185
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13186
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13187
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13188
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13189
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13190
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13191
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13192
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13193
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13194
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13195
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13196
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13197
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13198
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13199
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13200
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13201
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13202
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13203
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13204
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13205
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13206
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13207
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13208
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13209
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13210
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13211
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13212
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13213
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13214
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13215
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13216
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
13217
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
13218
     "" | " "*) ;;
13219
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
13220
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
13221
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
13222
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13223
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
216 andreas 13224
m4trace:configure.in:54: -1- _m4_warn([syntax], [AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached], [../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
13225
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
13226
acinclude.m4:6723: AC_LIBTOOL_COMPILER_OPTION is expanded from...
13227
acinclude.m4:10662: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
13228
acinclude.m4:8626: _LT_AC_LANG_C_CONFIG is expanded from...
13229
acinclude.m4:8625: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
13230
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13231
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13232
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13233
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13234
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
13235
configure.in:54: the top level])
151 andreas 13236
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13237
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13238
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13239
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13240
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13241
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
13242
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13243
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13244
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13245
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([])
216 andreas 13246
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13247
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13248
m4trace:configure.in:54: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13249
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13250
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
151 andreas 13251
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13252
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13253
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
216 andreas 13254
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13255
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
151 andreas 13256
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13257
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13258
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
13259
m4trace:configure.in:54: -1- _LT_AC_LOCK
88 andreas 13260
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 13261
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
13262
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
13263
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
13264
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 13265
acinclude.m4:6591: _LT_AC_LOCK is expanded from...
13266
acinclude.m4:7124: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
13267
acinclude.m4:8626: _LT_AC_LANG_C_CONFIG is expanded from...
13268
acinclude.m4:8625: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
13269
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13270
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13271
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13272
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13273
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13274
configure.in:54: the top level])
151 andreas 13275
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13276
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
13277
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13278
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13279
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13280
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13281
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13282
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13283
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13284
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13285
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13286
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13287
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13288
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13289
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13290
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13291
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13292
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13293
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13294
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13295
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13296
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13297
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13298
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
13299
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13300
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13301
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13302
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13303
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13304
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13305
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13306
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13307
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13308
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13309
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13310
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13311
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13312
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13313
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13314
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13315
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13316
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13317
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13318
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13319
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13320
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13321
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13322
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13323
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13324
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13325
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13326
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13327
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
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([hardcode_libdir_flag_spec], [])
13331
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13332
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13333
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13334
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13335
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13336
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13337
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13338
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13339
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13340
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13341
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13342
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13343
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13344
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13345
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13346
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13347
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13348
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13349
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13350
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13351
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13352
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13353
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13354
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13355
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13356
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13357
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13358
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13359
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13360
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13361
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13362
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13363
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13364
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13365
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13366
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13367
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13368
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13369
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13370
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13371
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13372
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13373
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13374
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13375
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13376
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13377
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13378
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13379
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13380
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13381
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13382
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13383
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13384
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13385
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13386
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13387
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13388
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13389
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13390
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13391
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13392
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13393
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13394
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13395
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13396
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13397
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13398
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13399
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13400
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13401
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13402
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13403
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13404
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13405
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13406
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13407
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13408
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13409
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13410
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13411
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13412
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13413
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13414
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13415
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13416
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13417
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13418
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13419
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13420
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13421
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13422
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13423
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13424
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13425
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13426
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13427
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13428
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13429
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13430
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13431
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13432
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13433
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13434
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13435
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13436
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13437
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13438
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13439
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13440
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13441
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13442
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13443
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13444
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13445
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13446
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13447
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13448
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13449
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13450
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13451
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13452
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13453
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13454
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13455
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13456
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13457
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13458
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13459
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13460
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13461
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13462
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13463
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13464
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13465
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
13466
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13467
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13468
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13469
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13470
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13471
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13472
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13473
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13474
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13475
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13476
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13477
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13478
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13479
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13480
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13481
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13482
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13483
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13484
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13485
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13486
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13487
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13488
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13489
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13490
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13491
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13492
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13493
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13494
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13495
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13496
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13497
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13498
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13499
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13500
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13501
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [])
13502
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13503
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13504
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13505
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13506
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13507
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13508
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13509
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13510
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13511
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13512
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13513
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13514
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13515
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13516
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13517
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13518
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13519
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13520
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13521
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13522
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13523
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13524
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13525
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13526
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13527
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13528
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13529
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13530
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13531
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13532
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13533
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13534
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13535
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13536
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13537
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13538
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [])
13539
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13540
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13541
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13542
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13543
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13544
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
13545
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
13546
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13547
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13548
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var ])
13549
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13550
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13551
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13552
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13553
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13554
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13555
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13556
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13557
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13558
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
13559
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([])
13560
m4trace:configure.in:54: -1- _LT_AC_CHECK_DLFCN
88 andreas 13561
m4trace:configure.in:54: -1- m4_pattern_allow([^STDC_HEADERS$])
151 andreas 13562
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])
13563
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])
13564
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13565
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13566
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13567
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13568
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13569
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13570
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13571
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13572
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13573
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13574
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13575
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13576
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13577
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13578
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [])
13579
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([])
13580
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [])
13581
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [])
13582
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [])
13583
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13584
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13585
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13586
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13587
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13588
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13589
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13590
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13591
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13592
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13593
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [])
13594
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [])
13595
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [])
13596
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [])
13597
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13598
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13599
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13600
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
13601
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
13602
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13603
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13604
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13605
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13606
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13607
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13608
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13609
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13610
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13611
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13612
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13613
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13614
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
13615
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13616
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13617
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13618
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13619
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13620
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13621
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13622
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13623
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
13624
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
13625
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [])
13626
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [])
13627
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [])
13628
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
13629
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
13630
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
13631
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
13632
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
13633
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
13634
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
13635
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
13636
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
13637
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
13638
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
13639
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [])
13640
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
13641
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [])
13642
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
13643
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [])
13644
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [])
13645
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [])
13646
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [])
13647
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
13648
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
13649
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
13650
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [])
13651
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
13652
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
13653
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
13654
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [])
13655
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
13656
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
13657
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
13658
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
13659
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
13660
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [])
13661
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
13662
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
13663
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [])
88 andreas 13664
m4trace:configure.in:54: -1- _LT_AC_TAGCONFIG
13665
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
13666
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
216 andreas 13667
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
155 andreas 13668
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
13669
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13670
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13671
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13672
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13673
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13674
configure.in:54: the top level])
216 andreas 13675
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], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
13676
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
155 andreas 13677
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13678
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13679
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13680
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13681
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13682
configure.in:54: the top level])
216 andreas 13683
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], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
13684
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
155 andreas 13685
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13686
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13687
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13688
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
13689
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 13690
configure.in:54: the top level])
151 andreas 13691
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_CXX_CONFIG
13692
m4trace:configure.in:54: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
13693
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13694
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13695
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13696
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13697
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13698
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13699
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13700
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13701
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13702
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13703
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13704
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13705
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13706
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13707
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13708
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13709
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13710
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13711
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13712
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13713
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
13714
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13715
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13716
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [CXX])
13717
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
13718
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
13719
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13720
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
13721
m4trace:configure.in:54: -1- AC_PROG_LD
13722
m4trace:configure.in:54: -1- AC_PROG_LD_GNU
13723
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13724
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13725
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13726
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13727
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13728
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13729
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13730
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13731
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13732
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13733
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13734
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13735
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13736
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13737
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13738
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13739
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13740
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13741
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13742
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13743
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13744
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13745
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13746
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13747
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13748
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13749
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13750
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
13751
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13752
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13753
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13754
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13755
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13756
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13757
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13758
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13759
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13760
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13761
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
13762
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
13763
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13764
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13765
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13766
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13767
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13768
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13769
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13770
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13771
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13772
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13773
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
13774
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13775
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13776
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
13777
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13778
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
13779
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13780
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13781
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13782
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13783
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13784
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13785
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13786
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13787
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13788
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13789
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13790
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13791
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13792
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13793
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13794
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13795
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13796
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13797
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13798
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13799
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
13800
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13801
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13802
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13803
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13804
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13805
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13806
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13807
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13808
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13809
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13810
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13811
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
13812
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13813
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13814
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13815
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13816
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13817
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13818
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13819
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13820
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13821
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13822
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13823
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13824
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13825
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13826
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13827
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13828
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13829
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13830
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13831
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13832
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13833
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13834
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
13835
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13836
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13837
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13838
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13839
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13840
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13841
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13842
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13843
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13844
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13845
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13846
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
13847
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13848
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13849
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13850
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13851
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13852
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13853
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13854
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13855
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13856
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13857
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13858
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13859
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13860
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13861
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13862
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13863
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13864
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13865
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13866
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13867
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13868
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13869
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13870
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13871
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13872
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
13873
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13874
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13875
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
13876
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13877
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13878
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13879
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13880
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13881
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13882
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13883
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13884
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13885
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13886
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13887
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13888
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
13889
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
13890
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
13891
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13892
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13893
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
13894
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
13895
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13896
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13897
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
13898
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
13899
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
13900
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13901
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13902
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13903
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13904
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13905
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13906
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13907
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
13908
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [CXX])
13909
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
13910
m4trace:configure.in:54: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
13911
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13912
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13913
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13914
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
13915
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13916
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13917
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13918
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13919
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13920
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13921
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13922
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
13923
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13924
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13925
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13926
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
13927
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
13928
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
13929
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
13930
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13931
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13932
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13933
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13934
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13935
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13936
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13937
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13938
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13939
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13940
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13941
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13942
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13943
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13944
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13945
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13946
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13947
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13948
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13949
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13950
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13951
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13952
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13953
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13954
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13955
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13956
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13957
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13958
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13959
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13960
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13961
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13962
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13963
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13964
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13965
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13966
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13967
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13968
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13969
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13970
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13971
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
13972
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13973
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13974
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
13975
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13976
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13977
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
13978
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13979
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13980
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13981
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
13982
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
13983
     "" | " "*) ;;
13984
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
13985
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
13986
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
13987
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
13988
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
216 andreas 13989
m4trace:configure.in:54: -1- _m4_warn([syntax], [AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached], [../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
13990
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
13991
acinclude.m4:6723: AC_LIBTOOL_COMPILER_OPTION is expanded from...
13992
acinclude.m4:10662: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
13993
acinclude.m4:8771: _LT_AC_LANG_CXX_CONFIG is expanded from...
13994
acinclude.m4:8770: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
13995
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
13996
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
13997
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
13998
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
13999
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
14000
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
14001
configure.in:54: the top level])
151 andreas 14002
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14003
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14004
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14005
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14006
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14007
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
14008
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14009
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14010
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14011
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
216 andreas 14012
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14013
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14014
m4trace:configure.in:54: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14015
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14016
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
151 andreas 14017
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14018
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14019
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
216 andreas 14020
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14021
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
151 andreas 14022
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14023
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14024
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
14025
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14026
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
14027
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14028
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14029
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14030
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14031
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14032
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14033
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
14034
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
14035
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
14036
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14037
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14038
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
14039
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
14040
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
14041
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
14042
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
14043
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14044
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14045
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
14046
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14047
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14048
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
14049
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
14050
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14051
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
14052
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var CXX])
14053
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
14054
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
14055
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
14056
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14057
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14058
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14059
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14060
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14061
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14062
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
14063
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
14064
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])
14065
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])
14066
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([CXX])
14067
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
14068
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [CXX])
14069
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
14070
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
14071
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14072
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
14073
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
14074
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
14075
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
14076
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
14077
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
14078
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
14079
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
14080
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
14081
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
14082
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
14083
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
14084
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
14085
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
14086
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
14087
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
14088
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
14089
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
14090
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
14091
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
14092
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14093
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
14094
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
14095
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
14096
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
14097
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
14098
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
14099
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14100
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
14101
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
14102
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
14103
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
14104
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
14105
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
14106
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
14107
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
14108
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
14109
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14110
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
14111
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
14112
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [CXX])
14113
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [CXX])
14114
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [CXX])
14115
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
14116
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
14117
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
14118
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
14119
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
14120
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
14121
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
14122
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
14123
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
14124
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
14125
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
14126
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
14127
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
14128
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
14129
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
14130
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
14131
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
14132
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [CXX])
14133
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [CXX])
14134
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
14135
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
14136
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
14137
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
14138
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
14139
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
14140
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
14141
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
14142
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
14143
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
14144
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
14145
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
14146
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
14147
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
14148
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
14149
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
14150
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
14151
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_F77_CONFIG
14152
m4trace:configure.in:54: -1- _LT_AC_LANG_F77_CONFIG([F77])
88 andreas 14153
m4trace:configure.in:54: -1- m4_pattern_allow([^F77$])
14154
m4trace:configure.in:54: -1- m4_pattern_allow([^FFLAGS$])
14155
m4trace:configure.in:54: -1- m4_pattern_allow([^LDFLAGS$])
14156
m4trace:configure.in:54: -1- m4_pattern_allow([^LIBS$])
14157
m4trace:configure.in:54: -1- m4_pattern_allow([^F77$])
14158
m4trace:configure.in:54: -1- m4_pattern_allow([^ac_ct_F77$])
151 andreas 14159
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14160
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14161
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14162
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14163
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_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_libdir_flag_spec], [F77])
14166
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14167
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14168
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14169
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14170
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14171
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14172
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14173
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14174
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14175
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14176
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14177
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [F77])
14178
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
14179
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
14180
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14181
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [F77])
14182
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
14183
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
14184
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14185
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14186
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14187
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14188
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14189
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14190
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14191
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14192
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14193
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14194
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14195
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14196
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14197
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14198
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14199
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14200
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14201
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14202
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14203
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14204
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14205
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14206
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14207
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14208
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14209
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14210
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14211
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14212
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14213
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14214
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14215
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14216
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14217
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14218
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14219
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14220
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14221
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14222
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14223
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14224
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14225
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14226
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14227
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14228
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14229
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14230
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14231
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14232
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14233
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14234
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
14235
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
14236
     "" | " "*) ;;
14237
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
14238
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
14239
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
14240
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14241
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
216 andreas 14242
m4trace:configure.in:54: -1- _m4_warn([syntax], [AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached], [../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
14243
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
14244
acinclude.m4:6723: AC_LIBTOOL_COMPILER_OPTION is expanded from...
14245
acinclude.m4:10662: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
14246
acinclude.m4:9787: _LT_AC_LANG_F77_CONFIG is expanded from...
14247
acinclude.m4:9786: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
14248
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
14249
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
14250
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
14251
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
14252
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
14253
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
14254
configure.in:54: the top level])
151 andreas 14255
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14256
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14257
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14258
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14259
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14260
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
14261
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14262
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14263
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14264
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
216 andreas 14265
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14266
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14267
m4trace:configure.in:54: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14268
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14269
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
151 andreas 14270
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14271
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14272
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
216 andreas 14273
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14274
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
151 andreas 14275
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14276
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14277
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
14278
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14279
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
14280
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14281
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14282
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14283
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14284
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14285
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14286
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14287
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14288
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [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_libdir_flag_spec_ld], [F77])
14291
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14292
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14293
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14294
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14295
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14296
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14297
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14298
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14299
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14300
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14301
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14302
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14303
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14304
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14305
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14306
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14307
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14308
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14309
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14310
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14311
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14312
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14313
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14314
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14315
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14316
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14317
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14318
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14319
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14320
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14321
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14322
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14323
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14324
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14325
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14326
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14327
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14328
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14329
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14330
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14331
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14332
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14333
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14334
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14335
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14336
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14337
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14338
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14339
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14340
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14341
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14342
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14343
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14344
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14345
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14346
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14347
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14348
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14349
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14350
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14351
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14352
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14353
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14354
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14355
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14356
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14357
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14358
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14359
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14360
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14361
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14362
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14363
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14364
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14365
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14366
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14367
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14368
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14369
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14370
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14371
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14372
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14373
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14374
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14375
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14376
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14377
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14378
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14379
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14380
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14381
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14382
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14383
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14384
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14385
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14386
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14387
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14388
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14389
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14390
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14391
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14392
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14393
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14394
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14395
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14396
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14397
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14398
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14399
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14400
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14401
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14402
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14403
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14404
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14405
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14406
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14407
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14408
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14409
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14410
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14411
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14412
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14413
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14414
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14415
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14416
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14417
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14418
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14419
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14420
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14421
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14422
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14423
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14424
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14425
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14426
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14427
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14428
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14429
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14430
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14431
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14432
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14433
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14434
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14435
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14436
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14437
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14438
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14439
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14440
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14441
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14442
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14443
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14444
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14445
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14446
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14447
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14448
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14449
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14450
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14451
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14452
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14453
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14454
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14455
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14456
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14457
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14458
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14459
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14460
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14461
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14462
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14463
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14464
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14465
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14466
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14467
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14468
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
14469
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14470
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14471
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14472
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14473
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14474
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14475
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14476
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14477
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14478
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14479
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14480
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14481
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14482
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14483
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14484
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14485
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14486
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14487
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14488
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14489
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14490
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14491
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14492
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14493
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14494
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14495
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14496
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14497
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14498
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14499
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14500
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14501
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14502
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14503
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14504
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
14505
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14506
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14507
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14508
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14509
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14510
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14511
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14512
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14513
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14514
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14515
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14516
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14517
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14518
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14519
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14520
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14521
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14522
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14523
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14524
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14525
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14526
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14527
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14528
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14529
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14530
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14531
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14532
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14533
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14534
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
14535
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14536
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14537
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14538
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14539
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14540
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14541
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
14542
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14543
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14544
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14545
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14546
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14547
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
14548
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
14549
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14550
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14551
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var F77])
14552
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14553
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14554
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14555
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14556
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14557
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14558
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14559
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14560
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14561
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
14562
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([F77])
14563
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
14564
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [F77])
14565
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
14566
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14567
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14568
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14569
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14570
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14571
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14572
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14573
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14574
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14575
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14576
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14577
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14578
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [F77])
14579
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [F77])
14580
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14581
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14582
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14583
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
14584
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
14585
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14586
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14587
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14588
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14589
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14590
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14591
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14592
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14593
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14594
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14595
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14596
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14597
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14598
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14599
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14600
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14601
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14602
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14603
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14604
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14605
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14606
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
14607
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
14608
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [F77])
14609
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [F77])
14610
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [F77])
14611
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
14612
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
14613
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
14614
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
14615
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
14616
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
14617
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
14618
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
14619
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
14620
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
14621
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
14622
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
14623
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
14624
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [F77])
14625
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
14626
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [F77])
14627
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
14628
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [F77])
14629
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [F77])
14630
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
14631
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
14632
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
14633
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
14634
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
14635
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
14636
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
14637
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
14638
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
14639
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
14640
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
14641
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
14642
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
14643
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
14644
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
14645
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
14646
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
14647
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
14648
m4trace:configure.in:54: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
88 andreas 14649
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 14650
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
155 andreas 14651
acinclude.m4:9887: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14652
acinclude.m4:9886: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14653
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
14654
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
14655
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
14656
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
14657
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
14658
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 14659
configure.in:54: the top level])
151 andreas 14660
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [GCJ])
14661
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
14662
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
14663
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14664
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
14665
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14666
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14667
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"])
14668
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14669
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
14670
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
14671
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14672
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14673
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14674
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14675
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14676
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14677
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14678
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14679
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14680
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14681
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14682
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14683
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14684
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14685
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14686
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14687
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14688
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14689
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14690
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14691
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14692
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14693
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14694
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14695
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14696
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14697
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14698
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14699
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14700
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14701
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14702
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14703
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14704
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14705
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14706
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14707
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14708
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14709
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14710
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
14711
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14712
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14713
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14714
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14715
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14716
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
14717
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14718
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14719
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14720
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14721
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
14722
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
14723
     "" | " "*) ;;
14724
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
14725
     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
14726
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
14727
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14728
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
216 andreas 14729
m4trace:configure.in:54: -1- _m4_warn([syntax], [AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached], [../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
14730
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
14731
acinclude.m4:6723: AC_LIBTOOL_COMPILER_OPTION is expanded from...
14732
acinclude.m4:10662: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
14733
acinclude.m4:9887: _LT_AC_LANG_GCJ_CONFIG is expanded from...
14734
acinclude.m4:9886: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
14735
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
14736
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
14737
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
14738
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
14739
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
14740
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
14741
configure.in:54: the top level])
151 andreas 14742
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14743
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14744
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14745
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14746
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14747
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
14748
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14749
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14750
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
14751
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
216 andreas 14752
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14753
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14754
m4trace:configure.in:54: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14755
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14756
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
151 andreas 14757
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14758
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14759
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
216 andreas 14760
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14761
m4trace:configure.in:54: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
151 andreas 14762
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14763
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14764
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
14765
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
14766
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
14767
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14768
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14769
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14770
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14771
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14772
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
14773
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14774
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14775
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
14776
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14777
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14778
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14779
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14780
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14781
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14782
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14783
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14784
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14785
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14786
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14787
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14788
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
14789
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
14790
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14791
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14792
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14793
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14794
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14795
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14796
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14797
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14798
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14799
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14800
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14801
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14802
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14803
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14804
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14805
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14806
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14807
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14808
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14809
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14810
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14811
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14812
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14813
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14814
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14815
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14816
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14817
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14818
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14819
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14820
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14821
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14822
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14823
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14824
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14825
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14826
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14827
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14828
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14829
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14830
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
14831
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14832
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14833
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14834
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14835
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14836
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14837
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14838
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14839
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14840
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14841
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14842
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14843
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14844
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14845
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14846
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14847
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14848
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14849
m4trace:configure.in:54: -1- _LT_AC_SYS_LIBPATH_AIX
14850
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14851
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14852
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14853
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
14854
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14855
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14856
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14857
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14858
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14859
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14860
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14861
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14862
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14863
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14864
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14865
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14866
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
14867
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
14868
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
14869
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14870
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14871
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14872
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14873
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14874
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14875
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
14876
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14877
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14878
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
14879
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14880
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
14881
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14882
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14883
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14884
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14885
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14886
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14887
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14888
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
14889
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14890
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14891
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14892
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14893
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14894
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14895
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14896
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14897
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14898
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14899
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14900
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14901
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14902
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14903
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14904
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14905
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14906
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14907
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14908
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14909
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14910
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14911
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14912
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14913
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14914
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14915
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14916
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14917
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14918
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14919
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14920
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14921
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14922
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14923
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14924
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14925
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14926
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14927
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14928
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
14929
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14930
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14931
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14932
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14933
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14934
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14935
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14936
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14937
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14938
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14939
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14940
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14941
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14942
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14943
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14944
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14945
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14946
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14947
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14948
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14949
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14950
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14951
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14952
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14953
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14954
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14955
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
14956
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14957
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14958
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14959
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14960
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14961
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14962
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14963
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14964
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14965
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
14966
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14967
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14968
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14969
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
14970
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14971
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14972
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14973
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
14974
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14975
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14976
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14977
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
14978
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14979
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14980
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
14981
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
14982
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14983
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14984
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
14985
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14986
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
14987
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14988
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14989
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14990
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14991
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
14992
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14993
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14994
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
14995
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14996
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
14997
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
14998
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
14999
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15000
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15001
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
15002
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15003
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
15004
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
15005
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15006
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
15007
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15008
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15009
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15010
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
15011
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15012
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
15013
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
15014
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15015
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15016
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
15017
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15018
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
15019
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
15020
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
15021
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
15022
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15023
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15024
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15025
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
15026
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
15027
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
15028
m4trace:configure.in:54: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15029
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15030
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15031
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
15032
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15033
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15034
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
15035
m4trace:configure.in:54: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
15036
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15037
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
15038
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([runpath_var GCJ])
15039
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
15040
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
15041
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
15042
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15043
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15044
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15045
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15046
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15047
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15048
m4trace:configure.in:54: -1- AC_LIBTOOL_SYS_LIB_STRIP
15049
m4trace:configure.in:54: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
15050
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])
15051
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])
15052
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([GCJ])
15053
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
15054
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [GCJ])
15055
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [GCJ])
15056
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
15057
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
15058
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
15059
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
15060
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
15061
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
15062
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
15063
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
15064
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
15065
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
15066
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
15067
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
15068
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [GCJ])
15069
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
15070
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
15071
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15072
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
15073
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
15074
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
15075
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
15076
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
15077
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
15078
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
15079
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
15080
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
15081
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
15082
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
15083
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
15084
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
15085
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
15086
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
15087
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
15088
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
15089
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
15090
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15091
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
15092
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
15093
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
15094
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
15095
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
15096
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
15097
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
15098
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [GCJ])
15099
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [GCJ])
15100
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [GCJ])
15101
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
15102
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
15103
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
15104
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
15105
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
15106
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
15107
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
15108
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
15109
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
15110
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
15111
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
15112
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
15113
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
15114
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
15115
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
15116
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
15117
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
15118
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [GCJ])
15119
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
15120
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
15121
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
15122
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
15123
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
15124
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
15125
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
15126
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
15127
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
15128
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
15129
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
15130
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
15131
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
15132
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
15133
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
15134
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
15135
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
15136
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
88 andreas 15137
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15138
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
155 andreas 15139
acinclude.m4:9887: _LT_AC_LANG_GCJ_CONFIG is expanded from...
15140
acinclude.m4:9886: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
15141
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
15142
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
15143
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
15144
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
15145
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
15146
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 15147
configure.in:54: the top level])
151 andreas 15148
m4trace:configure.in:54: -1- AC_LIBTOOL_LANG_RC_CONFIG
15149
m4trace:configure.in:54: -1- _LT_AC_LANG_RC_CONFIG([RC])
88 andreas 15150
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15151
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
155 andreas 15152
acinclude.m4:9942: _LT_AC_LANG_RC_CONFIG is expanded from...
15153
acinclude.m4:9941: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
15154
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
15155
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
15156
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
15157
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
15158
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
15159
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 15160
configure.in:54: the top level])
151 andreas 15161
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([objext], [RC])
15162
m4trace:configure.in:54: -1- _LT_AC_SYS_COMPILER
15163
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
15164
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
15165
m4trace:configure.in:54: -1- AC_LIBTOOL_CONFIG([RC])
15166
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
15167
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([CC], [RC])
15168
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [RC])
15169
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
15170
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
15171
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
15172
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
15173
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
15174
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
15175
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
15176
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
15177
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
15178
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
15179
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [RC])
15180
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
15181
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [RC])
15182
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [RC])
15183
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
15184
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
15185
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
15186
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
15187
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
15188
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
15189
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
15190
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
15191
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
15192
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
15193
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
15194
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
15195
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
15196
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
15197
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
15198
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
15199
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
15200
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
15201
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
15202
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
15203
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
15204
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
15205
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
15206
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
15207
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
15208
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
15209
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
15210
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
15211
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler], [RC])
15212
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([GCC], [RC])
15213
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([LD], [RC])
15214
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
15215
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
15216
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
15217
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
15218
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
15219
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
15220
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
15221
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
15222
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
15223
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
15224
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
15225
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
15226
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
15227
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_cmds], [RC])
15228
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
15229
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predep_objects], [RC])
15230
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
15231
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([predeps], [RC])
15232
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([postdeps], [RC])
15233
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
15234
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
15235
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
15236
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
15237
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
15238
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
15239
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
15240
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
15241
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
15242
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
15243
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
15244
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
15245
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
15246
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
15247
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
15248
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
15249
m4trace:configure.in:54: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
88 andreas 15250
m4trace:configure.in:54: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15251
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
155 andreas 15252
acinclude.m4:9942: _LT_AC_LANG_RC_CONFIG is expanded from...
15253
acinclude.m4:9941: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
15254
acinclude.m4:7763: _LT_AC_TAGCONFIG is expanded from...
15255
acinclude.m4:6250: AC_LIBTOOL_SETUP is expanded from...
15256
acinclude.m4:6230: _AC_PROG_LIBTOOL is expanded from...
15257
acinclude.m4:6195: AC_PROG_LIBTOOL is expanded from...
15258
acinclude.m4:11964: AM_PROG_LIBTOOL is expanded from...
15259
acinclude.m4:3480: KDE_PROG_LIBTOOL is expanded from...
88 andreas 15260
configure.in:54: the top level])
15261
m4trace:configure.in:54: -1- m4_pattern_allow([^LIBTOOL$])
151 andreas 15262
m4trace:configure.in:54: -1- AC_LIBTOOL_CXX
15263
m4trace:configure.in:54: -1- _LT_AC_LANG_CXX
15264
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
15265
m4trace:configure.in:54: -1- AC_LIBTOOL_F77
15266
m4trace:configure.in:54: -1- _LT_AC_LANG_F77
15267
m4trace:configure.in:54: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
15268
m4trace:configure.in:54: -1- AC_LIBTOOL_CXX
88 andreas 15269
m4trace:configure.in:54: -1- m4_pattern_allow([^KDE_PLUGIN$])
15270
m4trace:configure.in:54: -1- m4_pattern_allow([^KDE_CHECK_PLUGIN$])
15271
m4trace:configure.in:54: -1- m4_pattern_allow([^AUTOCONF$])
151 andreas 15272
m4trace:configure.in:58: -1- AM_KDE_WITH_NLS
15273
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 15274
m4trace:configure.in:58: -1- m4_pattern_allow([^MSGFMT$])
15275
m4trace:configure.in:58: -1- m4_pattern_allow([^GMSGFMT$])
15276
m4trace:configure.in:58: -1- m4_pattern_allow([^GMSGFMT$])
15277
m4trace:configure.in:58: -1- m4_pattern_allow([^MSGFMT$])
151 andreas 15278
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 15279
m4trace:configure.in:58: -1- m4_pattern_allow([^XGETTEXT$])
15280
m4trace:configure.in:58: -1- m4_pattern_allow([^XGETTEXT$])
151 andreas 15281
m4trace:configure.in:60: -1- KDE_USE_QT([3.2.0])
15282
m4trace:configure.in:61: -1- AC_PATH_KDE
15283
m4trace:configure.in:61: -1- AC_BASE_PATH_KDE
15284
m4trace:configure.in:61: -1- KDE_CHECK_STL
88 andreas 15285
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15286
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
155 andreas 15287
acinclude.m4:4649: KDE_CHECK_STL is expanded from...
15288
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15289
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15290
configure.in:61: the top level])
151 andreas 15291
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15292
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15293
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15294
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
15295
acinclude.m4:4649: KDE_CHECK_STL is expanded from...
15296
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15297
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15298
configure.in:61: the top level])
15299
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15300
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15301
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
15302
acinclude.m4:4649: KDE_CHECK_STL is expanded from...
15303
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15304
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15305
configure.in:61: the top level])
15306
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15307
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15308
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15309
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15310
acinclude.m4:4649: KDE_CHECK_STL is expanded from...
15311
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15312
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15313
configure.in:61: the top level])
15314
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_SGI_STL$])
15315
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15316
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
155 andreas 15317
acinclude.m4:4649: KDE_CHECK_STL is expanded from...
15318
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15319
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15320
configure.in:61: the top level])
151 andreas 15321
m4trace:configure.in:61: -1- AC_PATH_QT
15322
m4trace:configure.in:61: -1- AC_PATH_QT_1_3
15323
m4trace:configure.in:61: -1- K_PATH_X
15324
m4trace:configure.in:61: -1- KDE_MISC_TESTS
88 andreas 15325
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBUTIL$])
15326
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBCOMPAT$])
15327
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBCRYPT$])
15328
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_CRYPT$])
151 andreas 15329
m4trace:configure.in:61: -1- AC_CHECK_SOCKLEN_T
88 andreas 15330
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15331
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15332
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15333
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15334
acinclude.m4:3601: AC_CHECK_SOCKLEN_T is expanded from...
88 andreas 15335
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15336
acinclude.m4:878: K_PATH_X is expanded from...
15337
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15338
acinclude.m4:1606: AC_PATH_QT is expanded from...
15339
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15340
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15341
configure.in:61: the top level])
15342
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15343
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15344
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15345
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15346
acinclude.m4:3601: AC_CHECK_SOCKLEN_T is expanded from...
88 andreas 15347
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15348
acinclude.m4:878: K_PATH_X is expanded from...
15349
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15350
acinclude.m4:1606: AC_PATH_QT is expanded from...
15351
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15352
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15353
configure.in:61: the top level])
15354
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_socklen_t$])
15355
m4trace:configure.in:61: -1- m4_pattern_allow([^ksize_t$])
155 andreas 15356
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_GDAL$])
15357
m4trace:configure.in:61: -2- m4_pattern_allow([^HAVE_LIBGDAL1_5_0$])
88 andreas 15358
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_COREAUDIO$])
151 andreas 15359
m4trace:configure.in:61: -1- AC_CHECK_RES_INIT
88 andreas 15360
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15361
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
155 andreas 15362
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15363
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15364
acinclude.m4:878: K_PATH_X is expanded from...
15365
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15366
acinclude.m4:1606: AC_PATH_QT is expanded from...
15367
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15368
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15369
configure.in:61: the top level])
15370
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT$])
15371
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBRESOLV$])
151 andreas 15372
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([res_init], [
15373
#include <sys/types.h>
15374
#include <netinet/in.h>
15375
#include <arpa/nameser.h>
15376
#include <resolv.h>
15377
    ], [res_init()], [int res_init(void)], [RES_INIT])
88 andreas 15378
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15379
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15380
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15381
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15382
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15383
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15384
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15385
acinclude.m4:878: K_PATH_X is expanded from...
15386
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15387
acinclude.m4:1606: AC_PATH_QT is expanded from...
15388
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15389
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15390
configure.in:61: the top level])
151 andreas 15391
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15392
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15393
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15394
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15395
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15396
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15397
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15398
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15399
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15400
acinclude.m4:878: K_PATH_X is expanded from...
15401
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15402
acinclude.m4:1606: AC_PATH_QT is expanded from...
15403
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15404
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15405
configure.in:61: the top level])
15406
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15407
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15408
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15409
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15410
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15411
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15412
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15413
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15414
acinclude.m4:878: K_PATH_X is expanded from...
15415
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15416
acinclude.m4:1606: AC_PATH_QT is expanded from...
15417
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15418
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15419
configure.in:61: the top level])
15420
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15421
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15422
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15423
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15424
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15425
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15426
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15427
acinclude.m4:878: K_PATH_X is expanded from...
15428
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15429
acinclude.m4:1606: AC_PATH_QT is expanded from...
15430
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15431
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15432
configure.in:61: the top level])
15433
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15434
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15435
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15436
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15437
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15438
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15439
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15440
acinclude.m4:878: K_PATH_X is expanded from...
15441
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15442
acinclude.m4:1606: AC_PATH_QT is expanded from...
15443
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15444
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15445
configure.in:61: the top level])
15446
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15447
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15448
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15449
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15450
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15451
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15452
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15453
acinclude.m4:878: K_PATH_X is expanded from...
15454
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15455
acinclude.m4:1606: AC_PATH_QT is expanded from...
15456
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15457
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15458
configure.in:61: the top level])
151 andreas 15459
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15460
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15461
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15462
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15463
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15464
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15465
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15466
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15467
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15468
acinclude.m4:878: K_PATH_X is expanded from...
15469
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15470
acinclude.m4:1606: AC_PATH_QT is expanded from...
15471
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15472
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15473
configure.in:61: the top level])
15474
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15475
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15476
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15477
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15478
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15479
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15480
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15481
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15482
acinclude.m4:878: K_PATH_X is expanded from...
15483
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15484
acinclude.m4:1606: AC_PATH_QT is expanded from...
15485
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15486
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15487
configure.in:61: the top level])
15488
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15489
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
15490
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15491
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15492
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15493
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15494
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15495
acinclude.m4:878: K_PATH_X is expanded from...
15496
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15497
acinclude.m4:1606: AC_PATH_QT is expanded from...
15498
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15499
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15500
configure.in:61: the top level])
15501
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15502
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15503
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15504
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15505
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15506
acinclude.m4:2376: AC_CHECK_RES_INIT is expanded from...
88 andreas 15507
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15508
acinclude.m4:878: K_PATH_X is expanded from...
15509
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15510
acinclude.m4:1606: AC_PATH_QT is expanded from...
15511
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15512
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15513
configure.in:61: the top level])
15514
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT$])
15515
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_RES_INIT_PROTO$])
15516
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_POLL$])
15517
m4trace:configure.in:61: -1- m4_pattern_allow([^FRAMEWORK_COREAUDIO$])
15518
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBSOCKET$])
15519
m4trace:configure.in:61: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
15520
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBUCB$])
151 andreas 15521
m4trace:configure.in:61: -1- KDE_CHECK_TYPES
88 andreas 15522
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_INT$])
15523
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_SHORT$])
15524
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_LONG$])
15525
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_CHAR_P$])
151 andreas 15526
m4trace:configure.in:61: -1- KDE_CHECK_LIBDL
88 andreas 15527
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBDL$])
151 andreas 15528
m4trace:configure.in:61: -1- KDE_CHECK_STRLCPY
15529
m4trace:configure.in:61: -1- AC_CHECK_STRLCAT
15530
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([strlcat], [
15531
#include <string.h>
15532
], [ char buf[20];
15533
  buf[0]='\0';
15534
  strlcat(buf, "KDE function test", sizeof(buf));
15535
], [unsigned long strlcat(char*, const char*, unsigned long)], [STRLCAT])
88 andreas 15536
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15537
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15538
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15539
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15540
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15541
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15542
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15543
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15544
acinclude.m4:878: K_PATH_X is expanded from...
15545
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15546
acinclude.m4:1606: AC_PATH_QT is expanded from...
15547
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15548
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15549
configure.in:61: the top level])
151 andreas 15550
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15551
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15552
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15553
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15554
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15555
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15556
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15557
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15558
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15559
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15560
acinclude.m4:878: K_PATH_X is expanded from...
15561
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15562
acinclude.m4:1606: AC_PATH_QT is expanded from...
15563
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15564
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15565
configure.in:61: the top level])
15566
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15567
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15568
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15569
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15570
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15571
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15572
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15573
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15574
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15575
acinclude.m4:878: K_PATH_X is expanded from...
15576
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15577
acinclude.m4:1606: AC_PATH_QT is expanded from...
15578
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15579
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15580
configure.in:61: the top level])
15581
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15582
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15583
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15584
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15585
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15586
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15587
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15588
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15589
acinclude.m4:878: K_PATH_X is expanded from...
15590
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15591
acinclude.m4:1606: AC_PATH_QT is expanded from...
15592
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15593
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15594
configure.in:61: the top level])
15595
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15596
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15597
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15598
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15599
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15600
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15601
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15602
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15603
acinclude.m4:878: K_PATH_X is expanded from...
15604
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15605
acinclude.m4:1606: AC_PATH_QT is expanded from...
15606
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15607
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15608
configure.in:61: the top level])
15609
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15610
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15611
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15612
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15613
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15614
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15615
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15616
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15617
acinclude.m4:878: K_PATH_X is expanded from...
15618
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15619
acinclude.m4:1606: AC_PATH_QT is expanded from...
15620
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15621
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15622
configure.in:61: the top level])
151 andreas 15623
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15624
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15625
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15626
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15627
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15628
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15629
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15630
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15631
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15632
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15633
acinclude.m4:878: K_PATH_X is expanded from...
15634
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15635
acinclude.m4:1606: AC_PATH_QT is expanded from...
15636
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15637
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15638
configure.in:61: the top level])
15639
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15640
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15641
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15642
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15643
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15644
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15645
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15646
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15647
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15648
acinclude.m4:878: K_PATH_X is expanded from...
15649
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15650
acinclude.m4:1606: AC_PATH_QT is expanded from...
15651
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15652
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15653
configure.in:61: the top level])
15654
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15655
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
15656
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15657
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15658
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15659
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15660
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15661
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15662
acinclude.m4:878: K_PATH_X is expanded from...
15663
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15664
acinclude.m4:1606: AC_PATH_QT is expanded from...
15665
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15666
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15667
configure.in:61: the top level])
15668
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15669
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15670
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15671
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15672
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15673
acinclude.m4:2425: AC_CHECK_STRLCAT is expanded from...
15674
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15675
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15676
acinclude.m4:878: K_PATH_X is expanded from...
15677
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15678
acinclude.m4:1606: AC_PATH_QT is expanded from...
15679
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15680
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15681
configure.in:61: the top level])
15682
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCAT$])
15683
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCAT_PROTO$])
151 andreas 15684
m4trace:configure.in:61: -1- AC_CHECK_STRLCPY
15685
m4trace:configure.in:61: -1- KDE_CHECK_FUNC_EXT([strlcpy], [
15686
#include <string.h>
15687
], [ char buf[20];
15688
  strlcpy(buf, "KDE function test", sizeof(buf));
15689
], [unsigned long strlcpy(char*, const char*, unsigned long)], [STRLCPY])
88 andreas 15690
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15691
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15692
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15693
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15694
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15695
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15696
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15697
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15698
acinclude.m4:878: K_PATH_X is expanded from...
15699
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15700
acinclude.m4:1606: AC_PATH_QT is expanded from...
15701
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15702
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15703
configure.in:61: the top level])
151 andreas 15704
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15705
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15706
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15707
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15708
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15709
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15710
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15711
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15712
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15713
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15714
acinclude.m4:878: K_PATH_X is expanded from...
15715
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15716
acinclude.m4:1606: AC_PATH_QT is expanded from...
15717
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15718
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15719
configure.in:61: the top level])
15720
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15721
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15722
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15723
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15724
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15725
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15726
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15727
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15728
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15729
acinclude.m4:878: K_PATH_X is expanded from...
15730
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15731
acinclude.m4:1606: AC_PATH_QT is expanded from...
15732
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15733
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15734
configure.in:61: the top level])
15735
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15736
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
15737
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15738
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15739
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15740
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15741
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15742
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15743
acinclude.m4:878: K_PATH_X is expanded from...
15744
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15745
acinclude.m4:1606: AC_PATH_QT is expanded from...
15746
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15747
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15748
configure.in:61: the top level])
15749
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15750
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15751
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15752
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15753
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15754
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15755
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15756
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15757
acinclude.m4:878: K_PATH_X is expanded from...
15758
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15759
acinclude.m4:1606: AC_PATH_QT is expanded from...
15760
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15761
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15762
configure.in:61: the top level])
15763
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15764
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15765
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15766
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15767
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15768
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15769
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15770
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15771
acinclude.m4:878: K_PATH_X is expanded from...
15772
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15773
acinclude.m4:1606: AC_PATH_QT is expanded from...
15774
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15775
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15776
configure.in:61: the top level])
151 andreas 15777
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15778
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15779
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15780
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15781
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15782
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15783
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15784
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15785
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15786
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15787
acinclude.m4:878: K_PATH_X is expanded from...
15788
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15789
acinclude.m4:1606: AC_PATH_QT is expanded from...
15790
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15791
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15792
configure.in:61: the top level])
15793
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15794
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15795
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15796
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15797
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15798
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15799
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15800
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15801
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15802
acinclude.m4:878: K_PATH_X is expanded from...
15803
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15804
acinclude.m4:1606: AC_PATH_QT is expanded from...
15805
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15806
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15807
configure.in:61: the top level])
15808
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15809
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
15810
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15811
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15812
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15813
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15814
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15815
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15816
acinclude.m4:878: K_PATH_X is expanded from...
15817
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15818
acinclude.m4:1606: AC_PATH_QT is expanded from...
15819
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15820
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15821
configure.in:61: the top level])
15822
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15823
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15824
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15825
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15826
acinclude.m4:2145: KDE_CHECK_FUNC_EXT is expanded from...
15827
acinclude.m4:2413: AC_CHECK_STRLCPY is expanded from...
15828
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15829
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15830
acinclude.m4:878: K_PATH_X is expanded from...
15831
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15832
acinclude.m4:1606: AC_PATH_QT is expanded from...
15833
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15834
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15835
configure.in:61: the top level])
15836
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCPY$])
15837
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_STRLCPY_PROTO$])
15838
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
15839
m4trace:configure.in:61: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG$])
15840
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
216 andreas 15841
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
155 andreas 15842
acinclude.m4:6018: KDE_CHECK_STRLCPY is expanded from...
88 andreas 15843
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15844
acinclude.m4:878: K_PATH_X is expanded from...
15845
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15846
acinclude.m4:1606: AC_PATH_QT is expanded from...
15847
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15848
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15849
configure.in:61: the top level])
151 andreas 15850
m4trace:configure.in:61: -1- KDE_CHECK_PIE_SUPPORT
88 andreas 15851
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 15852
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
15853
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15854
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
15855
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 15856
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15857
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15858
acinclude.m4:878: K_PATH_X is expanded from...
15859
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15860
acinclude.m4:1606: AC_PATH_QT is expanded from...
15861
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15862
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15863
configure.in:61: the top level])
151 andreas 15864
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 15865
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 15866
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 15867
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15868
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15869
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
15870
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 15871
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15872
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15873
acinclude.m4:878: K_PATH_X is expanded from...
15874
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15875
acinclude.m4:1606: AC_PATH_QT is expanded from...
15876
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15877
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15878
configure.in:61: the top level])
15879
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 15880
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 15881
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 15882
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15883
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
15884
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 15885
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15886
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15887
acinclude.m4:878: K_PATH_X is expanded from...
15888
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15889
acinclude.m4:1606: AC_PATH_QT is expanded from...
15890
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15891
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15892
configure.in:61: the top level])
15893
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15894
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
15895
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15896
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
15897
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 15898
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15899
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15900
acinclude.m4:878: K_PATH_X is expanded from...
15901
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15902
acinclude.m4:1606: AC_PATH_QT is expanded from...
15903
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15904
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15905
configure.in:61: the top level])
15906
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 15907
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
15908
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15909
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
15910
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
155 andreas 15911
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15912
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15913
acinclude.m4:878: K_PATH_X is expanded from...
15914
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15915
acinclude.m4:1606: AC_PATH_QT is expanded from...
15916
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15917
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15918
configure.in:61: the top level])
15919
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15920
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 15921
acinclude.m4:6114: KDE_CHECK_PIE_SUPPORT is expanded from...
88 andreas 15922
acinclude.m4:728: KDE_MISC_TESTS is expanded from...
155 andreas 15923
acinclude.m4:878: K_PATH_X is expanded from...
15924
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15925
acinclude.m4:1606: AC_PATH_QT is expanded from...
15926
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15927
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15928
configure.in:61: the top level])
15929
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_USE_FPIE$])
15930
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_USE_PIE$])
15931
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_NSGETENVIRON$])
15932
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15933
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 15934
acinclude.m4:878: K_PATH_X is expanded from...
15935
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15936
acinclude.m4:1606: AC_PATH_QT is expanded from...
15937
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15938
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15939
configure.in:61: the top level])
15940
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15941
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 15942
acinclude.m4:878: K_PATH_X is expanded from...
15943
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15944
acinclude.m4:1606: AC_PATH_QT is expanded from...
15945
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15946
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15947
configure.in:61: the top level])
15948
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
15949
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 15950
acinclude.m4:878: K_PATH_X is expanded from...
15951
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15952
acinclude.m4:1606: AC_PATH_QT is expanded from...
15953
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15954
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15955
configure.in:61: the top level])
15956
m4trace:configure.in:61: -1- AM_CONDITIONAL([include_x11], [test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"])
15957
m4trace:configure.in:61: -1- m4_pattern_allow([^include_x11_TRUE$])
15958
m4trace:configure.in:61: -1- m4_pattern_allow([^include_x11_FALSE$])
151 andreas 15959
m4trace:configure.in:61: -1- KDE_PATH_X_DIRECT
88 andreas 15960
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
216 andreas 15961
You should run autoupdate.], [../../lib/autoconf/general.m4:2399: AC_TRY_CPP is expanded from...
88 andreas 15962
acinclude.m4:32: KDE_PATH_X_DIRECT is expanded from...
216 andreas 15963
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15964
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15965
acinclude.m4:878: K_PATH_X is expanded from...
15966
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15967
acinclude.m4:1606: AC_PATH_QT is expanded from...
15968
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15969
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15970
configure.in:61: the top level])
15971
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15972
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
88 andreas 15973
acinclude.m4:32: KDE_PATH_X_DIRECT is expanded from...
216 andreas 15974
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15975
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15976
acinclude.m4:878: K_PATH_X is expanded from...
15977
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15978
acinclude.m4:1606: AC_PATH_QT is expanded from...
15979
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15980
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15981
configure.in:61: the top level])
15982
m4trace:configure.in:61: -1- m4_pattern_allow([^XMKMF$])
15983
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 15984
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
15985
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
15986
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 15987
acinclude.m4:878: K_PATH_X is expanded from...
15988
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
15989
acinclude.m4:1606: AC_PATH_QT is expanded from...
15990
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
15991
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 15992
configure.in:61: the top level])
15993
m4trace:configure.in:61: -1- m4_pattern_allow([^X_PRE_LIBS$])
15994
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_X11$])
15995
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_XRENDER$])
15996
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBSM$])
15997
m4trace:configure.in:61: -1- m4_pattern_allow([^X_INCLUDES$])
15998
m4trace:configure.in:61: -1- m4_pattern_allow([^X_LDFLAGS$])
15999
m4trace:configure.in:61: -1- m4_pattern_allow([^x_includes$])
16000
m4trace:configure.in:61: -1- m4_pattern_allow([^x_libraries$])
16001
m4trace:configure.in:61: -1- m4_pattern_allow([^QTE_NORTTI$])
16002
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_XEXT$])
16003
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16004
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16005
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16006
acinclude.m4:1606: AC_PATH_QT is expanded from...
16007
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16008
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16009
configure.in:61: the top level])
151 andreas 16010
m4trace:configure.in:61: -1- KDE_CHECK_THREADING
16011
m4trace:configure.in:61: -1- KDE_CHECK_LIBPTHREAD
16012
m4trace:configure.in:61: -1- KDE_CHECK_LIB([$PTHREAD_LIBS], [pthread_create], [
16013
          LIBPTHREAD="$PTHREAD_LIBS_save"])
88 andreas 16014
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16015
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
155 andreas 16016
acinclude.m4:4362: KDE_CHECK_LIBPTHREAD is expanded from...
16017
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16018
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16019
acinclude.m4:1606: AC_PATH_QT is expanded from...
16020
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16021
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16022
configure.in:61: the top level])
16023
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPTHREAD$])
151 andreas 16024
m4trace:configure.in:61: -1- KDE_CHECK_PTHREAD_OPTION
16025
m4trace:configure.in:61: -1- KDE_CHECK_COMPILER_FLAG([pthread], [USE_THREADS="-D_THREAD_SAFE -pthread"])
88 andreas 16026
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16027
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
16028
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16029
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16030
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16031
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16032
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16033
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16034
acinclude.m4:1606: AC_PATH_QT is expanded from...
16035
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16036
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16037
configure.in:61: the top level])
151 andreas 16038
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16039
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16040
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16041
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16042
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16043
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16044
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16045
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16046
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16047
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16048
acinclude.m4:1606: AC_PATH_QT is expanded from...
16049
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16050
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16051
configure.in:61: the top level])
16052
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16053
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16054
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16055
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16056
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16057
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16058
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16059
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16060
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16061
acinclude.m4:1606: AC_PATH_QT is expanded from...
16062
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16063
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16064
configure.in:61: the top level])
16065
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16066
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16067
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16068
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16069
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16070
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16071
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16072
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16073
acinclude.m4:1606: AC_PATH_QT is expanded from...
16074
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16075
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16076
configure.in:61: the top level])
16077
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16078
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
16079
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16080
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16081
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16082
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16083
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16084
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16085
acinclude.m4:1606: AC_PATH_QT is expanded from...
16086
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16087
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16088
configure.in:61: the top level])
151 andreas 16089
m4trace:configure.in:61: -1- KDE_CHECK_COMPILER_FLAG([mt], [USE_THREADS="-mt"])
88 andreas 16090
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16091
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
16092
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16093
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16094
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16095
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16096
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16097
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16098
acinclude.m4:1606: AC_PATH_QT is expanded from...
16099
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16100
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16101
configure.in:61: the top level])
151 andreas 16102
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16103
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16104
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16105
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16106
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16107
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16108
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16109
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16110
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16111
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16112
acinclude.m4:1606: AC_PATH_QT is expanded from...
16113
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16114
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16115
configure.in:61: the top level])
16116
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16117
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16118
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16119
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16120
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16121
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16122
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16123
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16124
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16125
acinclude.m4:1606: AC_PATH_QT is expanded from...
16126
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16127
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16128
configure.in:61: the top level])
16129
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16130
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16131
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16132
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16133
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16134
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16135
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16136
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16137
acinclude.m4:1606: AC_PATH_QT is expanded from...
16138
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16139
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16140
configure.in:61: the top level])
16141
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16142
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
16143
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16144
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16145
acinclude.m4:2911: KDE_CHECK_COMPILER_FLAG is expanded from...
16146
acinclude.m4:4411: KDE_CHECK_PTHREAD_OPTION is expanded from...
16147
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16148
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16149
acinclude.m4:1606: AC_PATH_QT is expanded from...
16150
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16151
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16152
configure.in:61: the top level])
16153
m4trace:configure.in:61: -1- m4_pattern_allow([^USE_THREADS$])
16154
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPTHREAD$])
16155
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16156
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16157
acinclude.m4:4448: KDE_CHECK_THREADING is expanded from...
16158
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16159
acinclude.m4:1606: AC_PATH_QT is expanded from...
16160
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16161
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16162
configure.in:61: the top level])
16163
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
16164
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_MT_LDFLAGS$])
16165
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_MT_LIBS$])
151 andreas 16166
m4trace:configure.in:61: -1- AC_FIND_PNG
16167
m4trace:configure.in:61: -1- KDE_CHECK_EXTRA_LIBS
88 andreas 16168
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16169
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16170
acinclude.m4:1922: KDE_CHECK_EXTRA_LIBS is expanded from...
16171
acinclude.m4:2798: AC_FIND_PNG is expanded from...
16172
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16173
acinclude.m4:1606: AC_PATH_QT is expanded from...
16174
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16175
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16176
configure.in:61: the top level])
16177
m4trace:configure.in:61: -1- m4_pattern_allow([^USER_INCLUDES$])
16178
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16179
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16180
acinclude.m4:1922: KDE_CHECK_EXTRA_LIBS is expanded from...
16181
acinclude.m4:2798: AC_FIND_PNG is expanded from...
16182
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16183
acinclude.m4:1606: AC_PATH_QT is expanded from...
16184
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16185
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16186
configure.in:61: the top level])
16187
m4trace:configure.in:61: -1- m4_pattern_allow([^USER_LDFLAGS$])
151 andreas 16188
m4trace:configure.in:61: -1- AC_FIND_ZLIB
88 andreas 16189
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16190
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16191
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16192
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16193
acinclude.m4:2629: AC_FIND_ZLIB is expanded from...
16194
acinclude.m4:2798: AC_FIND_PNG is expanded from...
16195
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16196
acinclude.m4:1606: AC_PATH_QT is expanded from...
16197
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16198
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16199
configure.in:61: the top level])
16200
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBZ$])
16201
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBZ$])
16202
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16203
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16204
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16205
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16206
acinclude.m4:2798: AC_FIND_PNG is expanded from...
16207
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16208
acinclude.m4:1606: AC_PATH_QT is expanded from...
16209
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16210
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16211
configure.in:61: the top level])
16212
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBPNG$])
16213
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPNG$])
16214
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBPNG$])
151 andreas 16215
m4trace:configure.in:61: -1- AC_FIND_JPEG
16216
m4trace:configure.in:61: -2- KDE_FIND_JPEG_HELPER([normal], [], [
16217
       LIBJPEG=
16218
 
16219
   ])
88 andreas 16220
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16221
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16222
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16223
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16224
acinclude.m4:2504: KDE_FIND_JPEG_HELPER is expanded from...
16225
acinclude.m4:2540: AC_FIND_JPEG is expanded from...
16226
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16227
acinclude.m4:1606: AC_PATH_QT is expanded from...
16228
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16229
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16230
configure.in:61: the top level])
151 andreas 16231
m4trace:configure.in:61: -1- KDE_FIND_JPEG_HELPER([6b], [6b], [
216 andreas 16232
{ $as_echo "$as_me:$LINENO: checking for libjpeg" >&5
16233
$as_echo_n "checking for libjpeg... " >&6; }
151 andreas 16234
if test "${ac_cv_lib_jpeg_normal+set}" = set; then
216 andreas 16235
  $as_echo_n "(cached) " >&6
151 andreas 16236
else
16237
 
16238
ac_save_LIBS="$LIBS"
16239
LIBS="$all_libraries $USER_LDFLAGS -ljpeg -lm"
16240
ac_save_CFLAGS="$CFLAGS"
16241
CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
16242
cat >conftest.$ac_ext <<_ACEOF
16243
/* confdefs.h.  */
16244
_ACEOF
16245
cat confdefs.h >>conftest.$ac_ext
16246
cat >>conftest.$ac_ext <<_ACEOF
16247
/* end confdefs.h.  */
16248
 
16249
#ifdef __cplusplus
16250
extern "C" {
16251
#endif
16252
void jpeg_CreateDecompress();
16253
#ifdef __cplusplus
16254
}
16255
#endif
16256
 
16257
int
16258
main ()
16259
{
16260
jpeg_CreateDecompress();
16261
  ;
16262
  return 0;
16263
}
16264
_ACEOF
16265
rm -f conftest.$ac_objext conftest$ac_exeext
16266
if { (ac_try="$ac_link"
16267
case "(($ac_try" in
16268
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16269
  *) ac_try_echo=$ac_try;;
16270
esac
216 andreas 16271
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16272
$as_echo "$ac_try_echo") >&5
151 andreas 16273
  (eval "$ac_link") 2>conftest.er1
16274
  ac_status=$?
16275
  grep -v '^ *+' conftest.er1 >conftest.err
16276
  rm -f conftest.er1
16277
  cat conftest.err >&5
216 andreas 16278
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
151 andreas 16279
  (exit $ac_status); } && {
16280
	 test -z "$ac_c_werror_flag" ||
16281
	 test ! -s conftest.err
216 andreas 16282
       } && test -s conftest$ac_exeext && {
16283
	 test "$cross_compiling" = yes ||
16284
	 $as_test_x conftest$ac_exeext
16285
       }; then
151 andreas 16286
  eval "ac_cv_lib_jpeg_normal=-ljpeg"
16287
else
216 andreas 16288
  $as_echo "$as_me: failed program was:" >&5
151 andreas 16289
sed 's/^/| /' conftest.$ac_ext >&5
16290
 
16291
	eval "ac_cv_lib_jpeg_normal=no"
16292
fi
16293
 
216 andreas 16294
rm -rf conftest.dSYM
151 andreas 16295
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16296
      conftest$ac_exeext conftest.$ac_ext
16297
LIBS="$ac_save_LIBS"
16298
CFLAGS="$ac_save_CFLAGS"
16299
 
16300
fi
16301
 
16302
 
16303
if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
16304
  LIBJPEG="$ac_cv_lib_jpeg_normal"
216 andreas 16305
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
16306
$as_echo "$ac_cv_lib_jpeg_normal" >&6; }
151 andreas 16307
else
216 andreas 16308
  { $as_echo "$as_me:$LINENO: result: no" >&5
16309
$as_echo "no" >&6; }
151 andreas 16310
 
16311
       LIBJPEG=
16312
 
16313
 
16314
fi
16315
 
16316
 
16317
])
88 andreas 16318
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16319
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16320
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16321
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16322
acinclude.m4:2504: KDE_FIND_JPEG_HELPER is expanded from...
16323
acinclude.m4:2540: AC_FIND_JPEG is expanded from...
16324
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16325
acinclude.m4:1606: AC_PATH_QT is expanded from...
16326
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16327
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16328
configure.in:61: the top level])
151 andreas 16329
m4trace:configure.in:61: -1- AC_FIND_FILE([jpeglib.h], [$jpeg_incdirs], [jpeg_incdir])
88 andreas 16330
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16331
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16332
acinclude.m4:159: AC_FIND_FILE is expanded from...
155 andreas 16333
acinclude.m4:2540: AC_FIND_JPEG is expanded from...
16334
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16335
acinclude.m4:1606: AC_PATH_QT is expanded from...
16336
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16337
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16338
configure.in:61: the top level])
16339
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16340
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16341
acinclude.m4:159: AC_FIND_FILE is expanded from...
155 andreas 16342
acinclude.m4:2540: AC_FIND_JPEG is expanded from...
16343
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16344
acinclude.m4:1606: AC_PATH_QT is expanded from...
16345
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16346
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16347
configure.in:61: the top level])
16348
m4trace:configure.in:61: -1- m4_pattern_allow([^HAVE_LIBJPEG$])
16349
m4trace:configure.in:61: -1- m4_pattern_allow([^LIBJPEG$])
16350
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16351
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16352
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16353
acinclude.m4:1606: AC_PATH_QT is expanded from...
16354
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16355
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16356
configure.in:61: the top level])
16357
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16358
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16359
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16360
acinclude.m4:1606: AC_PATH_QT is expanded from...
16361
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16362
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16363
configure.in:61: the top level])
16364
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16365
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16366
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16367
acinclude.m4:1606: AC_PATH_QT is expanded from...
16368
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16369
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16370
configure.in:61: the top level])
151 andreas 16371
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_qt_header], [$qt_incdirs], [qt_incdir])
88 andreas 16372
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16373
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16374
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16375
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16376
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16377
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16378
acinclude.m4:1606: AC_PATH_QT is expanded from...
16379
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16380
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16381
configure.in:61: the top level])
16382
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16383
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16384
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16385
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16386
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16387
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16388
acinclude.m4:1606: AC_PATH_QT is expanded from...
16389
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16390
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16391
configure.in:61: the top level])
16392
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16393
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
16394
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16395
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16396
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16397
acinclude.m4:1606: AC_PATH_QT is expanded from...
16398
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16399
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16400
configure.in:61: the top level])
16401
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16402
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
16403
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16404
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16405
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16406
acinclude.m4:1606: AC_PATH_QT is expanded from...
16407
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16408
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16409
configure.in:61: the top level])
151 andreas 16410
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16411
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16412
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16413
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16414
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16415
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16416
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16417
acinclude.m4:1606: AC_PATH_QT is expanded from...
16418
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16419
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16420
configure.in:61: the top level])
16421
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16422
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16423
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16424
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16425
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16426
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16427
acinclude.m4:1606: AC_PATH_QT is expanded from...
16428
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16429
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16430
configure.in:61: the top level])
151 andreas 16431
m4trace:configure.in:61: -1- KDE_PRINT_QT_PROGRAM
88 andreas 16432
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16433
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
16434
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16435
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16436
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16437
acinclude.m4:1606: AC_PATH_QT is expanded from...
16438
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16439
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16440
configure.in:61: the top level])
16441
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16442
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
16443
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16444
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16445
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16446
acinclude.m4:1606: AC_PATH_QT is expanded from...
16447
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16448
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16449
configure.in:61: the top level])
16450
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16451
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
16452
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16453
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16454
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16455
acinclude.m4:1606: AC_PATH_QT is expanded from...
16456
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16457
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16458
configure.in:61: the top level])
151 andreas 16459
m4trace:configure.in:61: -1- KDE_CHECK_QT_DIRECT([qt_libraries= ], [])
88 andreas 16460
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16461
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
16462
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16463
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16464
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16465
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16466
acinclude.m4:1606: AC_PATH_QT is expanded from...
16467
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16468
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16469
configure.in:61: the top level])
151 andreas 16470
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16471
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16472
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16473
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16474
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16475
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16476
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16477
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16478
acinclude.m4:1606: AC_PATH_QT is expanded from...
16479
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16480
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16481
configure.in:61: the top level])
16482
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16483
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16484
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16485
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16486
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16487
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16488
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16489
acinclude.m4:1606: AC_PATH_QT is expanded from...
16490
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16491
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16492
configure.in:61: the top level])
151 andreas 16493
m4trace:configure.in:61: -1- KDE_PRINT_QT_PROGRAM
88 andreas 16494
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16495
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
16496
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16497
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16498
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16499
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16500
acinclude.m4:1606: AC_PATH_QT is expanded from...
16501
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16502
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16503
configure.in:61: the top level])
16504
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16505
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
16506
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16507
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16508
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16509
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16510
acinclude.m4:1606: AC_PATH_QT is expanded from...
16511
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16512
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16513
configure.in:61: the top level])
16514
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16515
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
16516
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16517
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16518
acinclude.m4:1247: KDE_CHECK_QT_DIRECT is expanded from...
16519
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16520
acinclude.m4:1606: AC_PATH_QT is expanded from...
16521
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16522
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16523
configure.in:61: the top level])
16524
m4trace:configure.in:61: -1- m4_pattern_allow([^qt_libraries$])
16525
m4trace:configure.in:61: -1- m4_pattern_allow([^qt_includes$])
16526
m4trace:configure.in:61: -1- m4_pattern_allow([^QT_INCLUDES$])
16527
m4trace:configure.in:61: -1- m4_pattern_allow([^QT_LDFLAGS$])
151 andreas 16528
m4trace:configure.in:61: -1- AC_PATH_QT_MOC_UIC
16529
m4trace:configure.in:61: -1- KDE_CHECK_PERL
16530
m4trace:configure.in:61: -1- KDE_FIND_PATH([perl], [PERL], [$bindir $exec_prefix/bin $prefix/bin], [
16531
		    AC_MSG_ERROR([No Perl found in your $PATH.
16532
We need perl to generate some code.])
16533
	])
88 andreas 16534
m4trace:configure.in:61: -1- m4_pattern_allow([^PERL$])
151 andreas 16535
m4trace:configure.in:61: -1- KDE_FIND_PATH([moc], [MOC], [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE])
16536
m4trace:configure.in:61: -1- KDE_MOC_ERROR_MESSAGE
16537
m4trace:configure.in:61: -1- KDE_FIND_PATH([uic], [UIC_PATH], [$qt_bindirs], [UIC_PATH=""])
16538
m4trace:configure.in:61: -1- KDE_UIC_ERROR_MESSAGE
16539
m4trace:configure.in:61: -1- KDE_CHECK_UIC_FLAG([L], [/nonexistent], [ac_uic_supports_libpath=yes], [ac_uic_supports_libpath=no])
16540
m4trace:configure.in:61: -1- KDE_CHECK_UIC_FLAG([nounload], [], [ac_uic_supports_nounload=yes], [ac_uic_supports_nounload=no])
88 andreas 16541
m4trace:configure.in:61: -1- m4_pattern_allow([^MOC$])
16542
m4trace:configure.in:61: -1- m4_pattern_allow([^UIC$])
16543
m4trace:configure.in:61: -1- m4_pattern_allow([^UIC_TR$])
151 andreas 16544
m4trace:configure.in:61: -1- KDE_CHECK_QT_JPEG
88 andreas 16545
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16546
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
16547
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16548
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16549
acinclude.m4:2592: KDE_CHECK_QT_JPEG is expanded from...
16550
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16551
acinclude.m4:1606: AC_PATH_QT is expanded from...
16552
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16553
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16554
configure.in:61: the top level])
151 andreas 16555
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16556
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16557
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16558
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16559
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16560
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16561
acinclude.m4:2592: KDE_CHECK_QT_JPEG is expanded from...
16562
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16563
acinclude.m4:1606: AC_PATH_QT is expanded from...
16564
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16565
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16566
configure.in:61: the top level])
16567
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16568
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16569
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
216 andreas 16570
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16571
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16572
acinclude.m4:2592: KDE_CHECK_QT_JPEG is expanded from...
16573
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16574
acinclude.m4:1606: AC_PATH_QT is expanded from...
16575
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16576
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16577
configure.in:61: the top level])
16578
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
216 andreas 16579
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
16580
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16581
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16582
acinclude.m4:2592: KDE_CHECK_QT_JPEG is expanded from...
16583
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16584
acinclude.m4:1606: AC_PATH_QT is expanded from...
16585
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16586
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16587
configure.in:61: the top level])
16588
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16589
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
16590
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16591
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16592
acinclude.m4:2592: KDE_CHECK_QT_JPEG is expanded from...
16593
acinclude.m4:1310: AC_PATH_QT_1_3 is expanded from...
16594
acinclude.m4:1606: AC_PATH_QT is expanded from...
16595
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16596
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16597
configure.in:61: the top level])
16598
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_QT$])
16599
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_QPE$])
16600
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_qtver$])
151 andreas 16601
m4trace:configure.in:61: -1- AC_CHECK_RPATH
88 andreas 16602
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16603
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16604
acinclude.m4:3567: AC_CHECK_RPATH is expanded from...
16605
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16606
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16607
configure.in:61: the top level])
16608
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_EXTRA_RPATH$])
16609
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_RPATH$])
16610
m4trace:configure.in:61: -1- m4_pattern_allow([^X_RPATH$])
151 andreas 16611
m4trace:configure.in:61: -1- KDE_EXPAND_MAKEVAR([ac_kde_includes], [includedir])
16612
m4trace:configure.in:61: -1- KDE_EXPAND_MAKEVAR([ac_kde_libraries], [libdir])
16613
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_check_header], [$kde_incdirs], [kde_incdir])
88 andreas 16614
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16615
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16616
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16617
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16618
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16619
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16620
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16621
configure.in:61: the top level])
16622
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16623
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16624
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16625
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16626
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16627
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16628
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16629
configure.in:61: the top level])
151 andreas 16630
m4trace:configure.in:61: -1- AC_FIND_FILE([$kde_check_lib], [$kde_libdirs], [kde_libdir])
88 andreas 16631
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16632
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16633
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16634
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16635
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16636
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16637
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16638
configure.in:61: the top level])
16639
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16640
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16641
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16642
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16643
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16644
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16645
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16646
configure.in:61: the top level])
151 andreas 16647
m4trace:configure.in:61: -1- AC_FIND_FILE(["kde3/plugins/designer/kdewidgets.la"], [$kde_libdirs], [kde_widgetdir])
88 andreas 16648
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16649
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16650
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16651
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16652
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16653
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16654
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16655
configure.in:61: the top level])
16656
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16657
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16658
acinclude.m4:159: AC_FIND_FILE is expanded from...
216 andreas 16659
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16660
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
155 andreas 16661
acinclude.m4:1768: AC_BASE_PATH_KDE is expanded from...
16662
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16663
configure.in:61: the top level])
16664
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_libraries$])
16665
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_includes$])
16666
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_LDFLAGS$])
16667
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_INCLUDES$])
16668
m4trace:configure.in:61: -1- m4_pattern_allow([^all_includes$])
16669
m4trace:configure.in:61: -1- m4_pattern_allow([^all_libraries$])
151 andreas 16670
m4trace:configure.in:61: -1- KDE_CHECK_UIC_PLUGINS
88 andreas 16671
m4trace:configure.in:61: -1- m4_pattern_allow([^AUTODIRS$])
16672
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16673
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
155 andreas 16674
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16675
configure.in:61: the top level])
151 andreas 16676
m4trace:configure.in:61: -1- AC_CREATE_KFSSTND([$ac_use_path_checking])
16677
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
16678
m4trace:configure.in:61: -1- KDE_SET_PATHS([defaults])
16679
m4trace:configure.in:61: -1- KDE_1_CHECK_PATHS
16680
m4trace:configure.in:61: -1- KDE_1_CHECK_PATH_HEADERS
88 andreas 16681
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16682
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
155 andreas 16683
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16684
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16685
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
216 andreas 16686
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16687
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
88 andreas 16688
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16689
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16690
configure.in:61: the top level])
151 andreas 16691
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16692
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16693
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16694
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
16695
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16696
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16697
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
216 andreas 16698
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16699
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
88 andreas 16700
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16701
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16702
configure.in:61: the top level])
16703
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16704
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16705
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
16706
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16707
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16708
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
216 andreas 16709
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16710
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
88 andreas 16711
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16712
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16713
configure.in:61: the top level])
16714
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16715
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
155 andreas 16716
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16717
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16718
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
216 andreas 16719
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
16720
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
88 andreas 16721
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16722
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16723
configure.in:61: the top level])
151 andreas 16724
m4trace:configure.in:61: -1- KDE_SET_PATHS([$kde_result])
16725
m4trace:configure.in:61: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
16726
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_PATHS([$ac_use_path_checking])
16727
m4trace:configure.in:61: -1- KDE_SET_PATHS([defaults])
16728
m4trace:configure.in:61: -1- KDE_1_CHECK_PATHS
16729
m4trace:configure.in:61: -1- KDE_1_CHECK_PATH_HEADERS
88 andreas 16730
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
216 andreas 16731
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
155 andreas 16732
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16733
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16734
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16735
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16736
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16737
configure.in:61: the top level])
151 andreas 16738
m4trace:configure.in:61: -1- KDE_LANG_CPLUSPLUS
88 andreas 16739
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
216 andreas 16740
You should run autoupdate.], [../../lib/autoconf/c.m4:128: AC_LANG_CPLUSPLUS is expanded from...
155 andreas 16741
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
16742
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16743
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16744
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16745
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16746
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16747
configure.in:61: the top level])
16748
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16749
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
155 andreas 16750
acinclude.m4:5100: KDE_LANG_CPLUSPLUS is expanded from...
16751
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16752
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16753
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16754
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16755
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16756
configure.in:61: the top level])
16757
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
216 andreas 16758
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
155 andreas 16759
acinclude.m4:1976: KDE_1_CHECK_PATH_HEADERS is expanded from...
88 andreas 16760
acinclude.m4:350: KDE_1_CHECK_PATHS is expanded from...
16761
acinclude.m4:426: KDE_SET_DEFAULT_PATHS is expanded from...
16762
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16763
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16764
configure.in:61: the top level])
151 andreas 16765
m4trace:configure.in:61: -1- KDE_SET_PATHS([$kde_result])
16766
m4trace:configure.in:61: -1- KDE_CHECK_PATHS_FOR_COMPLETENESS
16767
m4trace:configure.in:61: -1- KDE_SUBST_PROGRAMS
88 andreas 16768
m4trace:configure.in:61: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
16769
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
16770
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16771
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16772
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16773
configure.in:61: the top level])
16774
m4trace:configure.in:61: -1- AM_CONDITIONAL([include_ARTS], [test "$build_arts" '!=' "no"])
16775
m4trace:configure.in:61: -1- m4_pattern_allow([^include_ARTS_TRUE$])
16776
m4trace:configure.in:61: -1- m4_pattern_allow([^include_ARTS_FALSE$])
16777
m4trace:configure.in:61: -1- m4_pattern_allow([^WITHOUT_ARTS$])
151 andreas 16778
m4trace:configure.in:61: -1- KDE_SET_DEFAULT_BINDIRS
16779
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidl], [DCOPIDL], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
16780
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidl])
16781
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidl2cpp], [DCOPIDL2CPP], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
16782
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidl2cpp])
16783
m4trace:configure.in:61: -1- KDE_FIND_PATH([mcopidl], [MCOPIDL], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
16784
m4trace:configure.in:61: -1- KDE_MISSING_ARTS_ERROR([mcopidl])
16785
m4trace:configure.in:61: -1- KDE_FIND_PATH([artsc-config], [ARTSCCONFIG], [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
16786
m4trace:configure.in:61: -1- KDE_MISSING_ARTS_ERROR([artsc-config])
16787
m4trace:configure.in:61: -1- KDE_FIND_PATH([meinproc], [MEINPROC], [$kde_default_bindirs])
16788
m4trace:configure.in:61: -1- KDE_FIND_PATH([kconfig_compiler], [KCONFIG_COMPILER], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)])
16789
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([kconfig_compiler])
16790
m4trace:configure.in:61: -1- KDE_FIND_PATH([dcopidlng], [DCOPIDLNG], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
16791
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([dcopidlng])
16792
m4trace:configure.in:61: -1- KDE_FIND_PATH([makekdewidgets], [MAKEKDEWIDGETS], [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)])
16793
m4trace:configure.in:61: -1- KDE_MISSING_PROG_ERROR([makekdewidgets])
88 andreas 16794
m4trace:configure.in:61: -1- m4_pattern_allow([^MAKEKDEWIDGETS$])
151 andreas 16795
m4trace:configure.in:61: -1- KDE_FIND_PATH([xmllint], [XMLLINT], [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
16796
m4trace:configure.in:61: -1- AC_FIND_FILE([apps/ksgmltools2/customization/kde-chunk.xsl], [$kde_sharedirs], [KDE_XSL_STYLESHEET])
88 andreas 16797
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16798
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16799
acinclude.m4:159: AC_FIND_FILE is expanded from...
16800
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16801
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16802
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16803
configure.in:61: the top level])
16804
m4trace:configure.in:61: -1- _m4_warn([obsolete], [The macro `AC_FD_CC' is obsolete.
216 andreas 16805
You should run autoupdate.], [../../lib/autoconf/general.m4:371: AC_FD_CC is expanded from...
88 andreas 16806
acinclude.m4:159: AC_FIND_FILE is expanded from...
16807
acinclude.m4:561: KDE_SUBST_PROGRAMS is expanded from...
16808
acinclude.m4:643: AC_CREATE_KFSSTND is expanded from...
155 andreas 16809
acinclude.m4:2120: AC_PATH_KDE is expanded from...
88 andreas 16810
configure.in:61: the top level])
16811
m4trace:configure.in:61: -1- m4_pattern_allow([^KCONFIG_COMPILER$])
16812
m4trace:configure.in:61: -1- m4_pattern_allow([^KCFG_DEPENDENCIES$])
16813
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDLNG$])
16814
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDL$])
16815
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOPIDL2CPP$])
16816
m4trace:configure.in:61: -1- m4_pattern_allow([^DCOP_DEPENDENCIES$])
16817
m4trace:configure.in:61: -1- m4_pattern_allow([^MCOPIDL$])
16818
m4trace:configure.in:61: -1- m4_pattern_allow([^ARTSCCONFIG$])
16819
m4trace:configure.in:61: -1- m4_pattern_allow([^MEINPROC$])
16820
m4trace:configure.in:61: -1- m4_pattern_allow([^KDE_XSL_STYLESHEET$])
16821
m4trace:configure.in:61: -1- m4_pattern_allow([^XMLLINT$])
151 andreas 16822
m4trace:configure.in:61: -1- AC_SUBST_KFSSTND
88 andreas 16823
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_htmldir$])
16824
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_appsdir$])
16825
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_icondir$])
16826
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_sounddir$])
16827
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_datadir$])
16828
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_locale$])
16829
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_confdir$])
16830
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_kcfgdir$])
16831
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_mimedir$])
16832
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_wallpaperdir$])
16833
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_bindir$])
16834
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_appsdir$])
16835
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_menudir$])
16836
m4trace:configure.in:61: -1- m4_pattern_allow([^xdg_directorydir$])
16837
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_templatesdir$])
16838
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_servicesdir$])
16839
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_servicetypesdir$])
16840
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_moduledir$])
16841
m4trace:configure.in:61: -1- m4_pattern_allow([^kdeinitdir$])
16842
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_styledir$])
16843
m4trace:configure.in:61: -1- m4_pattern_allow([^kde_widgetdir$])
151 andreas 16844
m4trace:configure.in:61: -1- KDE_CREATE_LIBS_ALIASES
88 andreas 16845
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDED$])
16846
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16847
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16848
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIO$])
16849
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KJS$])
16850
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_SMB$])
16851
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16852
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KABC$])
16853
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KHTML$])
16854
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSPELL$])
16855
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KPARTS$])
16856
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPRINT$])
16857
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KUTILS$])
16858
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPIM$])
16859
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIMPROXY$])
16860
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KNEWSTUFF$])
16861
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDNSSD$])
16862
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KUNITTEST$])
16863
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSYCOCA$])
16864
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16865
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16866
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16867
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KIO$])
16868
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSYCOCA$])
16869
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_SMB$])
16870
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16871
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16872
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KHTML$])
16873
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KSPELL$])
16874
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KPARTS$])
16875
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEPRINT$])
16876
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDECORE$])
16877
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KDEUI$])
16878
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFM$])
16879
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KFILE$])
16880
m4trace:configure.in:61: -1- m4_pattern_allow([^LIB_KAB$])
16881
m4trace:configure.in:69: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
216 andreas 16882
m4trace:configure.in:69: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
151 andreas 16883
m4trace:configure.in:70: -1- AC_CHECK_KDEMAXPATHLEN
88 andreas 16884
m4trace:configure.in:70: -1- m4_pattern_allow([^KDEMAXPATHLEN$])
151 andreas 16885
m4trace:configure.in:72: -1- KDE_CREATE_SUBDIRSLIST
88 andreas 16886
m4trace:configure.in:72: -1- m4_pattern_allow([^TOPSUBDIRS$])
230 andreas 16887
m4trace:configure.in:80: -1- m4_pattern_allow([^LIB@&t@OBJS$])
16888
m4trace:configure.in:80: -1- m4_pattern_allow([^LTLIBOBJS$])
16889
m4trace:configure.in:80: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
16890
m4trace:configure.in:80: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS