source: proiecte/PPPP/gdm/autom4te.cache/traces.0 @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 177.9 KB
Line 
1m4trace:/usr/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
2
3AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
4
5AC_CHECK_TYPES([error_t],
6  [],
7  [AC_DEFINE([error_t], [int],
8   [Define to a type to use for `error_t' if it is not otherwise available.])
9   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
10    does not typedef error_t.])],
11  [#if defined(HAVE_ARGZ_H)
12#  include <argz.h>
13#endif])
14
15ARGZ_H=
16AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
17        argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
18
19dnl if have system argz functions, allow forced use of
20dnl libltdl-supplied implementation (and default to do so
21dnl on "known bad" systems). Could use a runtime check, but
22dnl (a) detecting malloc issues is notoriously unreliable
23dnl (b) only known system that declares argz functions,
24dnl     provides them, yet they are broken, is cygwin
25dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
26dnl So, it's more straightforward simply to special case
27dnl this for known bad systems.
28AS_IF([test -z "$ARGZ_H"],
29    [AC_CACHE_CHECK(
30        [if argz actually works],
31        [lt_cv_sys_argz_works],
32        [[case $host_os in #(
33         *cygwin*)
34           lt_cv_sys_argz_works=no
35           if test "$cross_compiling" != no; then
36             lt_cv_sys_argz_works="guessing no"
37           else
38             lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
39             save_IFS=$IFS
40             IFS=-.
41             set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
42             IFS=$save_IFS
43             lt_os_major=${2-0}
44             lt_os_minor=${3-0}
45             lt_os_micro=${4-0}
46             if test "$lt_os_major" -gt 1 \
47                || { test "$lt_os_major" -eq 1 \
48                  && { test "$lt_os_minor" -gt 5 \
49                    || { test "$lt_os_minor" -eq 5 \
50                      && test "$lt_os_micro" -gt 24; }; }; }; then
51               lt_cv_sys_argz_works=yes
52             fi
53           fi
54           ;; #(
55         *) lt_cv_sys_argz_works=yes ;;
56         esac]])
57     AS_IF([test $lt_cv_sys_argz_works = yes],
58        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
59                   [This value is set to 1 to indicate that the system argz facility works])],
60        [ARGZ_H=argz.h
61        AC_LIBOBJ([argz])])])
62
63AC_SUBST([ARGZ_H])
64])
65m4trace:/usr/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
66m4trace:/usr/share/aclocal/gconf-2.m4:8: -1- AC_DEFUN([AM_GCONF_SOURCE_2], [
67  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
68    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
69  else
70    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
71  fi
72
73  AC_ARG_WITH([gconf-source],
74              AC_HELP_STRING([--with-gconf-source=sourceaddress],
75                             [Config database for installing schema files.]),
76              [GCONF_SCHEMA_CONFIG_SOURCE="$withval"],)
77
78  AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
79  AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
80
81  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
82    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
83  fi
84
85  AC_ARG_WITH([gconf-schema-file-dir],
86              AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
87                             [Directory for installing schema files.]),
88              [GCONF_SCHEMA_FILE_DIR="$withval"],)
89
90  AC_SUBST(GCONF_SCHEMA_FILE_DIR)
91  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
92
93  AC_ARG_ENABLE(schemas-install,
94        AC_HELP_STRING([--disable-schemas-install],
95                       [Disable the schemas installation]),
96     [case ${enableval} in
97       yes|no) ;;
98       *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;;
99      esac])
100  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
101])
102m4trace:/usr/share/aclocal/glib-gettext.m4:412: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
103m4trace:/usr/share/aclocal/glib-gettext.m4:412: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
104m4trace:/usr/share/aclocal/glib-gettext.m4:422: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF
105$2
106_ACEOF
107if AC_RUN_LOG([$1 conftest.foo]); then
108  m4_ifval([$3], [$3], [:])
109m4_ifvaln([$4], [else $4])dnl
110echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
111sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
112fi])
113m4trace:/usr/share/aclocal/gnome-doc-utils.m4:3: -1- AC_DEFUN([GNOME_DOC_DEFINES], [
114AC_ARG_WITH([help-dir],
115  AC_HELP_STRING([--with-help-dir=DIR], [path to help docs]),,
116  [with_help_dir='${datadir}/gnome/help'])
117HELP_DIR="$with_help_dir"
118AC_SUBST(HELP_DIR)
119
120AC_ARG_WITH([omf-dir],
121  AC_HELP_STRING([--with-omf-dir=DIR], [path to OMF files]),,
122  [with_omf_dir='${datadir}/omf'])
123OMF_DIR="$with_omf_dir"
124AC_SUBST(OMF_DIR)
125
126AC_ARG_WITH([help-formats],
127  AC_HELP_STRING([--with-help-formats=FORMATS], [list of formats]),,
128  [with_help_formats=''])
129DOC_USER_FORMATS="$with_help_formats"
130AC_SUBST(DOC_USER_FORMATS)
131
132AC_ARG_ENABLE([scrollkeeper],
133        [AC_HELP_STRING([--disable-scrollkeeper],
134                        [do not make updates to the scrollkeeper database])],,
135        enable_scrollkeeper=yes)
136AM_CONDITIONAL([ENABLE_SK],[test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
137
138dnl disable scrollkeeper automatically for distcheck
139DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
140AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
141
142AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS],[test "$gdu_cv_have_gdu" = "yes"])
143])
144m4trace:/usr/share/aclocal/gnome-doc-utils.m4:38: -1- AC_DEFUN([GNOME_DOC_INIT], [AC_REQUIRE([AC_PROG_LN_S])dnl
145
146ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
147
148AC_MSG_CHECKING([gnome-doc-utils >= $gdu_cv_version_required])
149PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required],
150        [gdu_cv_have_gdu=yes],[gdu_cv_have_gdu=no])
151
152if test "$gdu_cv_have_gdu" = "yes"; then
153        AC_MSG_RESULT([yes])
154        ifelse([$2],,[:],[$2])
155else
156        AC_MSG_RESULT([no])
157        ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
158fi
159
160GNOME_DOC_DEFINES
161])
162m4trace:/usr/share/aclocal/intltool.m4:27: -1- AC_DEFUN([IT_PROG_INTLTOOL], [
163AC_PREREQ([2.50])dnl
164AC_REQUIRE([AM_NLS])dnl
165
166case "$am__api_version" in
167    1.[01234])
168        AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
169    ;;
170    *)
171    ;;
172esac
173
174if test -n "$1"; then
175    AC_MSG_CHECKING([for intltool >= $1])
176
177    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
178    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
179    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
180    ]
181    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
182    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
183        AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
184fi
185
186AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update])
187AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge])
188AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract])
189if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
190    AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
191fi
192
193  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
194INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
195     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
196     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
197      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
198     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
199   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
200    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
201INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
202       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
203      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
204      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@'
205      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
206      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
207    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
208  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
209    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
210    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
211   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
212
213_IT_SUBST(INTLTOOL_DESKTOP_RULE)
214_IT_SUBST(INTLTOOL_DIRECTORY_RULE)
215_IT_SUBST(INTLTOOL_KEYS_RULE)
216_IT_SUBST(INTLTOOL_PROP_RULE)
217_IT_SUBST(INTLTOOL_OAF_RULE)
218_IT_SUBST(INTLTOOL_PONG_RULE)
219_IT_SUBST(INTLTOOL_SERVER_RULE)
220_IT_SUBST(INTLTOOL_SHEET_RULE)
221_IT_SUBST(INTLTOOL_SOUNDLIST_RULE)
222_IT_SUBST(INTLTOOL_UI_RULE)
223_IT_SUBST(INTLTOOL_XAM_RULE)
224_IT_SUBST(INTLTOOL_KBD_RULE)
225_IT_SUBST(INTLTOOL_XML_RULE)
226_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE)
227_IT_SUBST(INTLTOOL_CAVES_RULE)
228_IT_SUBST(INTLTOOL_SCHEMAS_RULE)
229_IT_SUBST(INTLTOOL_THEME_RULE)
230_IT_SUBST(INTLTOOL_SERVICE_RULE)
231_IT_SUBST(INTLTOOL_POLICY_RULE)
232
233# Check the gettext tools to make sure they are GNU
234AC_PATH_PROG(XGETTEXT, xgettext)
235AC_PATH_PROG(MSGMERGE, msgmerge)
236AC_PATH_PROG(MSGFMT, msgfmt)
237AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
238if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
239    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
240fi
241xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
242mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
243mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
244if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
245    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
246fi
247
248AC_PATH_PROG(INTLTOOL_PERL, perl)
249if test -z "$INTLTOOL_PERL"; then
250   AC_MSG_ERROR([perl not found])
251fi
252AC_MSG_CHECKING([for perl >= 5.8.1])
253$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
254if test $? -ne 0; then
255   AC_MSG_ERROR([perl 5.8.1 is required for intltool])
256else
257   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
258   AC_MSG_RESULT([$IT_PERL_VERSION])
259fi
260if test "x$2" != "xno-xml"; then
261   AC_MSG_CHECKING([for XML::Parser])
262   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
263       AC_MSG_RESULT([ok])
264   else
265       AC_MSG_ERROR([XML::Parser perl module is required for intltool])
266   fi
267fi
268
269# Substitute ALL_LINGUAS so we can use it in po/Makefile
270AC_SUBST(ALL_LINGUAS)
271
272# Set DATADIRNAME correctly if it is not set yet
273# (copied from glib-gettext.m4)
274if test -z "$DATADIRNAME"; then
275  AC_LINK_IFELSE(
276    [AC_LANG_PROGRAM([[]],
277                     [[extern int _nl_msg_cat_cntr;
278                       return _nl_msg_cat_cntr]])],
279    [DATADIRNAME=share],
280    [case $host in
281    *-*-solaris*)
282    dnl On Solaris, if bind_textdomain_codeset is in libc,
283    dnl GNU format message catalog is always supported,
284    dnl since both are added to the libc all together.
285    dnl Hence, we'd like to go with DATADIRNAME=share
286    dnl in this case.
287    AC_CHECK_FUNC(bind_textdomain_codeset,
288      [DATADIRNAME=share], [DATADIRNAME=lib])
289    ;;
290    *)
291    [DATADIRNAME=lib]
292    ;;
293    esac])
294fi
295AC_SUBST(DATADIRNAME)
296
297IT_PO_SUBDIR([po])
298
299])
300m4trace:/usr/share/aclocal/intltool.m4:172: -1- AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
301dnl
302dnl The following CONFIG_COMMANDS should be exetuted at the very end
303dnl of config.status.
304AC_CONFIG_COMMANDS_PRE([
305  AC_CONFIG_COMMANDS([$1/stamp-it], [
306    if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
307       AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
308    fi
309    rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
310    >"$1/stamp-it.tmp"
311    [sed '/^#/d
312         s/^[[].*] *//
313         /^[    ]*$/d
314        '"s|^|  $ac_top_srcdir/|" \
315      "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
316    ]
317    [sed '/^POTFILES =/,/[^\\]$/ {
318                /^POTFILES =/!d
319                r $1/POTFILES
320          }
321         ' "$1/Makefile.in" >"$1/Makefile"]
322    rm -f "$1/Makefile.tmp"
323    mv "$1/stamp-it.tmp" "$1/stamp-it"
324  ])
325])dnl
326])
327m4trace:/usr/share/aclocal/intltool.m4:205: -1- AC_DEFUN([_IT_SUBST], [
328AC_SUBST([$1])
329m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
330
331])
332m4trace:/usr/share/aclocal/intltool.m4:213: -1- AU_DEFUN([AC_PROG_INTLTOOL], [m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
333m4trace:/usr/share/aclocal/intltool.m4:213: -1- AC_DEFUN([AC_PROG_INTLTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_INTLTOOL' is obsolete.
334You should run autoupdate.])dnl
335m4_if($#, 0, [IT_PROG_INTLTOOL], [IT_PROG_INTLTOOL($@)])])
336m4trace:/usr/share/aclocal/libtool.m4:67: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
337AC_BEFORE([$0], [LT_LANG])dnl
338AC_BEFORE([$0], [LT_OUTPUT])dnl
339AC_BEFORE([$0], [LTDL_INIT])dnl
340m4_require([_LT_CHECK_BUILDDIR])dnl
341
342dnl Autoconf doesn't catch unexpanded LT_ macros by default:
343m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
344m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
345dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
346dnl unless we require an AC_DEFUNed macro:
347AC_REQUIRE([LTOPTIONS_VERSION])dnl
348AC_REQUIRE([LTSUGAR_VERSION])dnl
349AC_REQUIRE([LTVERSION_VERSION])dnl
350AC_REQUIRE([LTOBSOLETE_VERSION])dnl
351m4_require([_LT_PROG_LTMAIN])dnl
352
353dnl Parse OPTIONS
354_LT_SET_OPTIONS([$0], [$1])
355
356# This can be used to rebuild libtool when needed
357LIBTOOL_DEPS="$ltmain"
358
359# Always use our own libtool.
360LIBTOOL='$(SHELL) $(top_builddir)/libtool'
361AC_SUBST(LIBTOOL)dnl
362
363_LT_SETUP
364
365# Only expand once:
366m4_define([LT_INIT])
367])
368m4trace:/usr/share/aclocal/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
369m4trace:/usr/share/aclocal/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
370You should run autoupdate.])dnl
371m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
372m4trace:/usr/share/aclocal/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
373m4trace:/usr/share/aclocal/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
374You should run autoupdate.])dnl
375m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
376m4trace:/usr/share/aclocal/libtool.m4:562: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
377AC_MSG_NOTICE([creating $CONFIG_LT])
378cat >"$CONFIG_LT" <<_LTEOF
379#! $SHELL
380# Generated by $as_me.
381# Run this file to recreate a libtool stub with the current configuration.
382
383lt_cl_silent=false
384SHELL=\${CONFIG_SHELL-$SHELL}
385_LTEOF
386
387cat >>"$CONFIG_LT" <<\_LTEOF
388AS_SHELL_SANITIZE
389_AS_PREPARE
390
391exec AS_MESSAGE_FD>&1
392exec AS_MESSAGE_LOG_FD>>config.log
393{
394  echo
395  AS_BOX([Running $as_me.])
396} >&AS_MESSAGE_LOG_FD
397
398lt_cl_help="\
399\`$as_me' creates a local libtool stub from the current configuration,
400for use in further configure time tests before the real libtool is
401generated.
402
403Usage: $[0] [[OPTIONS]]
404
405  -h, --help      print this help, then exit
406  -V, --version   print version number, then exit
407  -q, --quiet     do not print progress messages
408  -d, --debug     don't remove temporary files
409
410Report bugs to <bug-libtool@gnu.org>."
411
412lt_cl_version="\
413m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
414m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
415configured by $[0], generated by m4_PACKAGE_STRING.
416
417Copyright (C) 2008 Free Software Foundation, Inc.
418This config.lt script is free software; the Free Software Foundation
419gives unlimited permision to copy, distribute and modify it."
420
421while test $[#] != 0
422do
423  case $[1] in
424    --version | --v* | -V )
425      echo "$lt_cl_version"; exit 0 ;;
426    --help | --h* | -h )
427      echo "$lt_cl_help"; exit 0 ;;
428    --debug | --d* | -d )
429      debug=: ;;
430    --quiet | --q* | --silent | --s* | -q )
431      lt_cl_silent=: ;;
432
433    -*) AC_MSG_ERROR([unrecognized option: $[1]
434Try \`$[0] --help' for more information.]) ;;
435
436    *) AC_MSG_ERROR([unrecognized argument: $[1]
437Try \`$[0] --help' for more information.]) ;;
438  esac
439  shift
440done
441
442if $lt_cl_silent; then
443  exec AS_MESSAGE_FD>/dev/null
444fi
445_LTEOF
446
447cat >>"$CONFIG_LT" <<_LTEOF
448_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
449_LTEOF
450
451cat >>"$CONFIG_LT" <<\_LTEOF
452AC_MSG_NOTICE([creating $ofile])
453_LT_OUTPUT_LIBTOOL_COMMANDS
454AS_EXIT(0)
455_LTEOF
456chmod +x "$CONFIG_LT"
457
458# configure is writing to config.log, but config.lt does its own redirection,
459# appending to config.log, which fails on DOS, as config.log is still kept
460# open by configure.  Here we exec the FD to /dev/null, effectively closing
461# config.log, so it can be properly (re)opened and appended to by config.lt.
462if test "$no_create" != yes; then
463  lt_cl_success=:
464  test "$silent" = yes &&
465    lt_config_lt_args="$lt_config_lt_args --quiet"
466  exec AS_MESSAGE_LOG_FD>/dev/null
467  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
468  exec AS_MESSAGE_LOG_FD>>config.log
469  $lt_cl_success || AS_EXIT(1)
470fi
471])
472m4trace:/usr/share/aclocal/libtool.m4:757: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
473m4trace:/usr/share/aclocal/libtool.m4:768: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
474m4_case([$1],
475  [C],                  [_LT_LANG(C)],
476  [C++],                [_LT_LANG(CXX)],
477  [Java],               [_LT_LANG(GCJ)],
478  [Fortran 77],         [_LT_LANG(F77)],
479  [Fortran],            [_LT_LANG(FC)],
480  [Windows Resource],   [_LT_LANG(RC)],
481  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
482    [_LT_LANG($1)],
483    [m4_fatal([$0: unsupported language: "$1"])])])dnl
484])
485m4trace:/usr/share/aclocal/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
486m4trace:/usr/share/aclocal/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
487You should run autoupdate.])dnl
488LT_LANG(C++)])
489m4trace:/usr/share/aclocal/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
490m4trace:/usr/share/aclocal/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
491You should run autoupdate.])dnl
492LT_LANG(Fortran 77)])
493m4trace:/usr/share/aclocal/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
494m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
495You should run autoupdate.])dnl
496LT_LANG(Fortran)])
497m4trace:/usr/share/aclocal/libtool.m4:833: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
498m4trace:/usr/share/aclocal/libtool.m4:833: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
499You should run autoupdate.])dnl
500LT_LANG(Java)])
501m4trace:/usr/share/aclocal/libtool.m4:1402: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
502m4_require([_LT_DECL_SED])dnl
503AC_CACHE_CHECK([$1], [$2],
504  [$2=no
505   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
506   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
507   lt_compiler_flag="$3"
508   # Insert the option either (1) after the last *FLAGS variable, or
509   # (2) before a word containing "conftest.", or (3) at the end.
510   # Note that $ac_compile itself does not contain backslashes and begins
511   # with a dollar sign (not a hyphen), so the echo should work correctly.
512   # The option is referenced via a variable to avoid confusing sed.
513   lt_compile=`echo "$ac_compile" | $SED \
514   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
515   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
516   -e 's:$: $lt_compiler_flag:'`
517   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
518   (eval "$lt_compile" 2>conftest.err)
519   ac_status=$?
520   cat conftest.err >&AS_MESSAGE_LOG_FD
521   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
522   if (exit $ac_status) && test -s "$ac_outfile"; then
523     # The compiler can only warn and ignore the option if not recognized
524     # So say no if there are warnings other than the usual output.
525     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
526     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
527     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
528       $2=yes
529     fi
530   fi
531   $RM conftest*
532])
533
534if test x"[$]$2" = xyes; then
535    m4_if([$5], , :, [$5])
536else
537    m4_if([$6], , :, [$6])
538fi
539])
540m4trace:/usr/share/aclocal/libtool.m4:1444: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
541m4trace:/usr/share/aclocal/libtool.m4:1444: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
542You should run autoupdate.])dnl
543m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
544m4trace:/usr/share/aclocal/libtool.m4:1453: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
545m4_require([_LT_DECL_SED])dnl
546AC_CACHE_CHECK([$1], [$2],
547  [$2=no
548   save_LDFLAGS="$LDFLAGS"
549   LDFLAGS="$LDFLAGS $3"
550   echo "$lt_simple_link_test_code" > conftest.$ac_ext
551   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
552     # The linker can only warn and ignore the option if not recognized
553     # So say no if there are warnings
554     if test -s conftest.err; then
555       # Append any errors to the config.log.
556       cat conftest.err 1>&AS_MESSAGE_LOG_FD
557       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
558       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
559       if diff conftest.exp conftest.er2 >/dev/null; then
560         $2=yes
561       fi
562     else
563       $2=yes
564     fi
565   fi
566   $RM -r conftest*
567   LDFLAGS="$save_LDFLAGS"
568])
569
570if test x"[$]$2" = xyes; then
571    m4_if([$4], , :, [$4])
572else
573    m4_if([$5], , :, [$5])
574fi
575])
576m4trace:/usr/share/aclocal/libtool.m4:1488: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
577m4trace:/usr/share/aclocal/libtool.m4:1488: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
578You should run autoupdate.])dnl
579m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
580m4trace:/usr/share/aclocal/libtool.m4:1495: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
581# find the maximum length of command line arguments
582AC_MSG_CHECKING([the maximum length of command line arguments])
583AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
584  i=0
585  teststring="ABCD"
586
587  case $build_os in
588  msdosdjgpp*)
589    # On DJGPP, this test can blow up pretty badly due to problems in libc
590    # (any single argument exceeding 2000 bytes causes a buffer overrun
591    # during glob expansion).  Even if it were fixed, the result of this
592    # check would be larger than it should be.
593    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
594    ;;
595
596  gnu*)
597    # Under GNU Hurd, this test is not required because there is
598    # no limit to the length of command line arguments.
599    # Libtool will interpret -1 as no limit whatsoever
600    lt_cv_sys_max_cmd_len=-1;
601    ;;
602
603  cygwin* | mingw* | cegcc*)
604    # On Win9x/ME, this test blows up -- it succeeds, but takes
605    # about 5 minutes as the teststring grows exponentially.
606    # Worse, since 9x/ME are not pre-emptively multitasking,
607    # you end up with a "frozen" computer, even though with patience
608    # the test eventually succeeds (with a max line length of 256k).
609    # Instead, let's just punt: use the minimum linelength reported by
610    # all of the supported platforms: 8192 (on NT/2K/XP).
611    lt_cv_sys_max_cmd_len=8192;
612    ;;
613
614  amigaos*)
615    # On AmigaOS with pdksh, this test takes hours, literally.
616    # So we just punt and use a minimum line length of 8192.
617    lt_cv_sys_max_cmd_len=8192;
618    ;;
619
620  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
621    # This has been around since 386BSD, at least.  Likely further.
622    if test -x /sbin/sysctl; then
623      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
624    elif test -x /usr/sbin/sysctl; then
625      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
626    else
627      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
628    fi
629    # And add a safety zone
630    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
631    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
632    ;;
633
634  interix*)
635    # We know the value 262144 and hardcode it with a safety zone (like BSD)
636    lt_cv_sys_max_cmd_len=196608
637    ;;
638
639  osf*)
640    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
641    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
642    # nice to cause kernel panics so lets avoid the loop below.
643    # First set a reasonable default.
644    lt_cv_sys_max_cmd_len=16384
645    #
646    if test -x /sbin/sysconfig; then
647      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
648        *1*) lt_cv_sys_max_cmd_len=-1 ;;
649      esac
650    fi
651    ;;
652  sco3.2v5*)
653    lt_cv_sys_max_cmd_len=102400
654    ;;
655  sysv5* | sco5v6* | sysv4.2uw2*)
656    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
657    if test -n "$kargmax"; then
658      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
659    else
660      lt_cv_sys_max_cmd_len=32768
661    fi
662    ;;
663  *)
664    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
665    if test -n "$lt_cv_sys_max_cmd_len"; then
666      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
667      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
668    else
669      # Make teststring a little bigger before we do anything with it.
670      # a 1K string should be a reasonable start.
671      for i in 1 2 3 4 5 6 7 8 ; do
672        teststring=$teststring$teststring
673      done
674      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
675      # If test is not a shell built-in, we'll probably end up computing a
676      # maximum length that is only half of the actual maximum length, but
677      # we can't tell.
678      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
679                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
680              test $i != 17 # 1/2 MB should be enough
681      do
682        i=`expr $i + 1`
683        teststring=$teststring$teststring
684      done
685      # Only check the string length outside the loop.
686      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
687      teststring=
688      # Add a significant safety factor because C++ compilers can tack on
689      # massive amounts of additional arguments before passing them to the
690      # linker.  It appears as though 1/2 is a usable value.
691      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
692    fi
693    ;;
694  esac
695])
696if test -n $lt_cv_sys_max_cmd_len ; then
697  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
698else
699  AC_MSG_RESULT(none)
700fi
701max_cmd_len=$lt_cv_sys_max_cmd_len
702_LT_DECL([], [max_cmd_len], [0],
703    [What is the maximum length of a command?])
704])
705m4trace:/usr/share/aclocal/libtool.m4:1623: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
706m4trace:/usr/share/aclocal/libtool.m4:1623: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
707You should run autoupdate.])dnl
708m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
709m4trace:/usr/share/aclocal/libtool.m4:1724: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
710if test "x$enable_dlopen" != xyes; then
711  enable_dlopen=unknown
712  enable_dlopen_self=unknown
713  enable_dlopen_self_static=unknown
714else
715  lt_cv_dlopen=no
716  lt_cv_dlopen_libs=
717
718  case $host_os in
719  beos*)
720    lt_cv_dlopen="load_add_on"
721    lt_cv_dlopen_libs=
722    lt_cv_dlopen_self=yes
723    ;;
724
725  mingw* | pw32* | cegcc*)
726    lt_cv_dlopen="LoadLibrary"
727    lt_cv_dlopen_libs=
728    ;;
729
730  cygwin*)
731    lt_cv_dlopen="dlopen"
732    lt_cv_dlopen_libs=
733    ;;
734
735  darwin*)
736  # if libdl is installed we need to link against it
737    AC_CHECK_LIB([dl], [dlopen],
738                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
739    lt_cv_dlopen="dyld"
740    lt_cv_dlopen_libs=
741    lt_cv_dlopen_self=yes
742    ])
743    ;;
744
745  *)
746    AC_CHECK_FUNC([shl_load],
747          [lt_cv_dlopen="shl_load"],
748      [AC_CHECK_LIB([dld], [shl_load],
749            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
750        [AC_CHECK_FUNC([dlopen],
751              [lt_cv_dlopen="dlopen"],
752          [AC_CHECK_LIB([dl], [dlopen],
753                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
754            [AC_CHECK_LIB([svld], [dlopen],
755                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
756              [AC_CHECK_LIB([dld], [dld_link],
757                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
758              ])
759            ])
760          ])
761        ])
762      ])
763    ;;
764  esac
765
766  if test "x$lt_cv_dlopen" != xno; then
767    enable_dlopen=yes
768  else
769    enable_dlopen=no
770  fi
771
772  case $lt_cv_dlopen in
773  dlopen)
774    save_CPPFLAGS="$CPPFLAGS"
775    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
776
777    save_LDFLAGS="$LDFLAGS"
778    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
779
780    save_LIBS="$LIBS"
781    LIBS="$lt_cv_dlopen_libs $LIBS"
782
783    AC_CACHE_CHECK([whether a program can dlopen itself],
784          lt_cv_dlopen_self, [dnl
785          _LT_TRY_DLOPEN_SELF(
786            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
787            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
788    ])
789
790    if test "x$lt_cv_dlopen_self" = xyes; then
791      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
792      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
793          lt_cv_dlopen_self_static, [dnl
794          _LT_TRY_DLOPEN_SELF(
795            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
796            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
797      ])
798    fi
799
800    CPPFLAGS="$save_CPPFLAGS"
801    LDFLAGS="$save_LDFLAGS"
802    LIBS="$save_LIBS"
803    ;;
804  esac
805
806  case $lt_cv_dlopen_self in
807  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
808  *) enable_dlopen_self=unknown ;;
809  esac
810
811  case $lt_cv_dlopen_self_static in
812  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
813  *) enable_dlopen_self_static=unknown ;;
814  esac
815fi
816_LT_DECL([dlopen_support], [enable_dlopen], [0],
817         [Whether dlopen is supported])
818_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
819         [Whether dlopen of programs is supported])
820_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
821         [Whether dlopen of statically linked programs is supported])
822])
823m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
824m4trace:/usr/share/aclocal/libtool.m4:1841: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
825You should run autoupdate.])dnl
826m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
827m4trace:/usr/share/aclocal/libtool.m4:2741: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
828AC_MSG_CHECKING([for $1])
829AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
830[case $MAGIC_CMD in
831[[\\/*] |  ?:[\\/]*])
832  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
833  ;;
834*)
835  lt_save_MAGIC_CMD="$MAGIC_CMD"
836  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
837dnl $ac_dummy forces splitting on constant user-supplied paths.
838dnl POSIX.2 word splitting is done only on the output of word expansions,
839dnl not every word.  This closes a longstanding sh security hole.
840  ac_dummy="m4_if([$2], , $PATH, [$2])"
841  for ac_dir in $ac_dummy; do
842    IFS="$lt_save_ifs"
843    test -z "$ac_dir" && ac_dir=.
844    if test -f $ac_dir/$1; then
845      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
846      if test -n "$file_magic_test_file"; then
847        case $deplibs_check_method in
848        "file_magic "*)
849          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
850          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
851          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
852            $EGREP "$file_magic_regex" > /dev/null; then
853            :
854          else
855            cat <<_LT_EOF 1>&2
856
857*** Warning: the command libtool uses to detect shared libraries,
858*** $file_magic_cmd, produces output that libtool cannot recognize.
859*** The result is that libtool may fail to recognize shared libraries
860*** as such.  This will affect the creation of libtool libraries that
861*** depend on shared libraries, but programs linked with such libtool
862*** libraries will work regardless of this problem.  Nevertheless, you
863*** may want to report the problem to your system manager and/or to
864*** bug-libtool@gnu.org
865
866_LT_EOF
867          fi ;;
868        esac
869      fi
870      break
871    fi
872  done
873  IFS="$lt_save_ifs"
874  MAGIC_CMD="$lt_save_MAGIC_CMD"
875  ;;
876esac])
877MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
878if test -n "$MAGIC_CMD"; then
879  AC_MSG_RESULT($MAGIC_CMD)
880else
881  AC_MSG_RESULT(no)
882fi
883_LT_DECL([], [MAGIC_CMD], [0],
884         [Used to examine libraries when file_magic_cmd begins with "file"])dnl
885])
886m4trace:/usr/share/aclocal/libtool.m4:2803: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
887m4trace:/usr/share/aclocal/libtool.m4:2803: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
888You should run autoupdate.])dnl
889m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
890m4trace:/usr/share/aclocal/libtool.m4:2826: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
891AC_REQUIRE([AC_CANONICAL_HOST])dnl
892AC_REQUIRE([AC_CANONICAL_BUILD])dnl
893m4_require([_LT_DECL_SED])dnl
894m4_require([_LT_DECL_EGREP])dnl
895
896AC_ARG_WITH([gnu-ld],
897    [AS_HELP_STRING([--with-gnu-ld],
898        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
899    [test "$withval" = no || with_gnu_ld=yes],
900    [with_gnu_ld=no])dnl
901
902ac_prog=ld
903if test "$GCC" = yes; then
904  # Check if gcc -print-prog-name=ld gives a path.
905  AC_MSG_CHECKING([for ld used by $CC])
906  case $host in
907  *-*-mingw*)
908    # gcc leaves a trailing carriage return which upsets mingw
909    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
910  *)
911    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
912  esac
913  case $ac_prog in
914    # Accept absolute paths.
915    [[\\/]]* | ?:[[\\/]]*)
916      re_direlt='/[[^/]][[^/]]*/\.\./'
917      # Canonicalize the pathname of ld
918      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
919      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
920        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
921      done
922      test -z "$LD" && LD="$ac_prog"
923      ;;
924  "")
925    # If it fails, then pretend we aren't using GCC.
926    ac_prog=ld
927    ;;
928  *)
929    # If it is relative, then search for the first ld in PATH.
930    with_gnu_ld=unknown
931    ;;
932  esac
933elif test "$with_gnu_ld" = yes; then
934  AC_MSG_CHECKING([for GNU ld])
935else
936  AC_MSG_CHECKING([for non-GNU ld])
937fi
938AC_CACHE_VAL(lt_cv_path_LD,
939[if test -z "$LD"; then
940  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
941  for ac_dir in $PATH; do
942    IFS="$lt_save_ifs"
943    test -z "$ac_dir" && ac_dir=.
944    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
945      lt_cv_path_LD="$ac_dir/$ac_prog"
946      # Check to see if the program is GNU ld.  I'd rather use --version,
947      # but apparently some variants of GNU ld only accept -v.
948      # Break only if it was the GNU/non-GNU ld that we prefer.
949      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
950      *GNU* | *'with BFD'*)
951        test "$with_gnu_ld" != no && break
952        ;;
953      *)
954        test "$with_gnu_ld" != yes && break
955        ;;
956      esac
957    fi
958  done
959  IFS="$lt_save_ifs"
960else
961  lt_cv_path_LD="$LD" # Let the user override the test with a path.
962fi])
963LD="$lt_cv_path_LD"
964if test -n "$LD"; then
965  AC_MSG_RESULT($LD)
966else
967  AC_MSG_RESULT(no)
968fi
969test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
970_LT_PATH_LD_GNU
971AC_SUBST([LD])
972
973_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
974])
975m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
976m4trace:/usr/share/aclocal/libtool.m4:2914: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
977You should run autoupdate.])dnl
978m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
979m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
980m4trace:/usr/share/aclocal/libtool.m4:2915: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
981You should run autoupdate.])dnl
982m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
983m4trace:/usr/share/aclocal/libtool.m4:3179: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
984AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
985[if test -n "$NM"; then
986  # Let the user override the test.
987  lt_cv_path_NM="$NM"
988else
989  lt_nm_to_check="${ac_tool_prefix}nm"
990  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
991    lt_nm_to_check="$lt_nm_to_check nm"
992  fi
993  for lt_tmp_nm in $lt_nm_to_check; do
994    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
995    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
996      IFS="$lt_save_ifs"
997      test -z "$ac_dir" && ac_dir=.
998      tmp_nm="$ac_dir/$lt_tmp_nm"
999      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
1000        # Check to see if the nm accepts a BSD-compat flag.
1001        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1002        #   nm: unknown option "B" ignored
1003        # Tru64's nm complains that /dev/null is an invalid object file
1004        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
1005        */dev/null* | *'Invalid file or object type'*)
1006          lt_cv_path_NM="$tmp_nm -B"
1007          break
1008          ;;
1009        *)
1010          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
1011          */dev/null*)
1012            lt_cv_path_NM="$tmp_nm -p"
1013            break
1014            ;;
1015          *)
1016            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1017            continue # so that we can try to find one that supports BSD flags
1018            ;;
1019          esac
1020          ;;
1021        esac
1022      fi
1023    done
1024    IFS="$lt_save_ifs"
1025  done
1026  : ${lt_cv_path_NM=no}
1027fi])
1028if test "$lt_cv_path_NM" != "no"; then
1029  NM="$lt_cv_path_NM"
1030else
1031  # Didn't find any BSD compatible name lister, look for dumpbin.
1032  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
1033  AC_SUBST([DUMPBIN])
1034  if test "$DUMPBIN" != ":"; then
1035    NM="$DUMPBIN"
1036  fi
1037fi
1038test -z "$NM" && NM=nm
1039AC_SUBST([NM])
1040_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
1041
1042AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
1043  [lt_cv_nm_interface="BSD nm"
1044  echo "int some_variable = 0;" > conftest.$ac_ext
1045  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
1046  (eval "$ac_compile" 2>conftest.err)
1047  cat conftest.err >&AS_MESSAGE_LOG_FD
1048  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
1049  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
1050  cat conftest.err >&AS_MESSAGE_LOG_FD
1051  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
1052  cat conftest.out >&AS_MESSAGE_LOG_FD
1053  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
1054    lt_cv_nm_interface="MS dumpbin"
1055  fi
1056  rm -f conftest*])
1057])
1058m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1059m4trace:/usr/share/aclocal/libtool.m4:3257: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
1060You should run autoupdate.])dnl
1061m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1062m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1063m4trace:/usr/share/aclocal/libtool.m4:3258: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
1064You should run autoupdate.])dnl
1065m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
1066m4trace:/usr/share/aclocal/libtool.m4:3267: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1067LIBM=
1068case $host in
1069*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
1070  # These system don't have libm, or don't need it
1071  ;;
1072*-ncr-sysv4.3*)
1073  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1074  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
1075  ;;
1076*)
1077  AC_CHECK_LIB(m, cos, LIBM="-lm")
1078  ;;
1079esac
1080AC_SUBST([LIBM])
1081])
1082m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
1083m4trace:/usr/share/aclocal/libtool.m4:3286: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
1084You should run autoupdate.])dnl
1085m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
1086m4trace:/usr/share/aclocal/libtool.m4:6986: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
1087  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
1088    [AC_CHECK_TOOL(GCJ, gcj,)
1089      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
1090      AC_SUBST(GCJFLAGS)])])[]dnl
1091])
1092m4trace:/usr/share/aclocal/libtool.m4:6995: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
1093m4trace:/usr/share/aclocal/libtool.m4:6995: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
1094You should run autoupdate.])dnl
1095m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
1096m4trace:/usr/share/aclocal/libtool.m4:7002: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
1097])
1098m4trace:/usr/share/aclocal/libtool.m4:7007: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
1099m4trace:/usr/share/aclocal/libtool.m4:7007: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
1100You should run autoupdate.])dnl
1101m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
1102m4trace:/usr/share/aclocal/libtool.m4:7118: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
1103m4trace:/usr/share/aclocal/libtool.m4:7118: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
1104You should run autoupdate.])dnl
1105m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
1106m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
1107_$0($*)
1108])
1109m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
1110dnl Although the argument is deprecated and no longer documented,
1111dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
1112dnl here make sure it is the same as any other declaration of libltdl's
1113dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
1114dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
1115m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
1116_$0()
1117])
1118m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
1119_LTDL_CONVENIENCE])
1120m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
1121You should run autoupdate.])dnl
1122_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
1123_LTDL_CONVENIENCE])
1124m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
1125dnl Although the argument is deprecated and no longer documented,
1126dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
1127dnl here make sure it is the same as any other declaration of libltdl's
1128dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
1129dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
1130m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
1131_$0()
1132])
1133m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
1134_LTDL_INSTALLABLE])
1135m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
1136You should run autoupdate.])dnl
1137_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
1138_LTDL_INSTALLABLE])
1139m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
1140  m4_pattern_allow([^_LT_LIBOBJS$])
1141  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
1142])
1143m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
1144_LT_SET_OPTIONS([$0], [$1])
1145
1146dnl We need to keep our own list of libobjs separate from our parent project,
1147dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
1148dnl we look for our own LIBOBJs.
1149m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
1150m4_pushdef([AC_LIBSOURCES])
1151
1152dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
1153m4_if(_LTDL_MODE, [],
1154        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
1155        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
1156                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
1157
1158AC_ARG_WITH([included_ltdl],
1159    [AS_HELP_STRING([--with-included-ltdl],
1160                    [use the GNU ltdl sources included here])])
1161
1162if test "x$with_included_ltdl" != xyes; then
1163  # We are not being forced to use the included libltdl sources, so
1164  # decide whether there is a useful installed version we can use.
1165  AC_CHECK_HEADER([ltdl.h],
1166      [AC_CHECK_DECL([lt_dlinterface_register],
1167           [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
1168               [with_included_ltdl=no],
1169               [with_included_ltdl=yes])],
1170           [with_included_ltdl=yes],
1171           [AC_INCLUDES_DEFAULT
1172            #include <ltdl.h>])],
1173      [with_included_ltdl=yes],
1174      [AC_INCLUDES_DEFAULT]
1175  )
1176fi
1177
1178dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
1179dnl was called yet, then for old times' sake, we assume libltdl is in an
1180dnl eponymous directory:
1181AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
1182
1183AC_ARG_WITH([ltdl_include],
1184    [AS_HELP_STRING([--with-ltdl-include=DIR],
1185                    [use the ltdl headers installed in DIR])])
1186
1187if test -n "$with_ltdl_include"; then
1188  if test -f "$with_ltdl_include/ltdl.h"; then :
1189  else
1190    AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
1191  fi
1192else
1193  with_ltdl_include=no
1194fi
1195
1196AC_ARG_WITH([ltdl_lib],
1197    [AS_HELP_STRING([--with-ltdl-lib=DIR],
1198                    [use the libltdl.la installed in DIR])])
1199
1200if test -n "$with_ltdl_lib"; then
1201  if test -f "$with_ltdl_lib/libltdl.la"; then :
1202  else
1203    AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
1204  fi
1205else
1206  with_ltdl_lib=no
1207fi
1208
1209case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
1210  ,yes,no,no,)
1211        m4_case(m4_default(_LTDL_TYPE, [convenience]),
1212            [convenience], [_LTDL_CONVENIENCE],
1213            [installable], [_LTDL_INSTALLABLE],
1214          [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
1215        ;;
1216  ,no,no,no,)
1217        # If the included ltdl is not to be used, then use the
1218        # preinstalled libltdl we found.
1219        AC_DEFINE([HAVE_LTDL], [1],
1220          [Define this if a modern libltdl is already installed])
1221        LIBLTDL=-lltdl
1222        LTDLDEPS=
1223        LTDLINCL=
1224        ;;
1225  ,no*,no,*)
1226        AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
1227        ;;
1228  *)    with_included_ltdl=no
1229        LIBLTDL="-L$with_ltdl_lib -lltdl"
1230        LTDLDEPS=
1231        LTDLINCL="-I$with_ltdl_include"
1232        ;;
1233esac
1234INCLTDL="$LTDLINCL"
1235
1236# Report our decision...
1237AC_MSG_CHECKING([where to find libltdl headers])
1238AC_MSG_RESULT([$LTDLINCL])
1239AC_MSG_CHECKING([where to find libltdl library])
1240AC_MSG_RESULT([$LIBLTDL])
1241
1242_LTDL_SETUP
1243
1244dnl restore autoconf definition.
1245m4_popdef([AC_LIBOBJ])
1246m4_popdef([AC_LIBSOURCES])
1247
1248AC_CONFIG_COMMANDS_PRE([
1249    _ltdl_libobjs=
1250    _ltdl_ltlibobjs=
1251    if test -n "$_LT_LIBOBJS"; then
1252      # Remove the extension.
1253      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
1254      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
1255        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
1256        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
1257      done
1258    fi
1259    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
1260    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
1261])
1262
1263# Only expand once:
1264m4_define([LTDL_INIT])
1265])
1266m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
1267m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
1268You should run autoupdate.])dnl
1269LTDL_INIT($@)])
1270m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
1271m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
1272You should run autoupdate.])dnl
1273LTDL_INIT($@)])
1274m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
1275m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
1276You should run autoupdate.])dnl
1277LTDL_INIT($@)])
1278m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
1279AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
1280AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
1281AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
1282AC_REQUIRE([LT_LIB_DLLOAD])dnl
1283AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1284AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
1285AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
1286AC_REQUIRE([gl_FUNC_ARGZ])dnl
1287
1288m4_require([_LT_CHECK_OBJDIR])dnl
1289m4_require([_LT_HEADER_DLFCN])dnl
1290m4_require([_LT_CHECK_DLPREOPEN])dnl
1291m4_require([_LT_DECL_SED])dnl
1292
1293dnl Don't require this, or it will be expanded earlier than the code
1294dnl that sets the variables it relies on:
1295_LT_ENABLE_INSTALL
1296
1297dnl _LTDL_MODE specific code must be called at least once:
1298_LTDL_MODE_DISPATCH
1299
1300# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
1301# the user used.  This is so that ltdl.h can pick up the parent projects
1302# config.h file, The first file in AC_CONFIG_HEADERS must contain the
1303# definitions required by ltdl.c.
1304# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
1305AC_CONFIG_COMMANDS_PRE([dnl
1306m4_pattern_allow([^LT_CONFIG_H$])dnl
1307m4_ifset([AH_HEADER],
1308    [LT_CONFIG_H=AH_HEADER],
1309    [m4_ifset([AC_LIST_HEADERS],
1310            [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
1311        [])])])
1312AC_SUBST([LT_CONFIG_H])
1313
1314AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
1315        [], [], [AC_INCLUDES_DEFAULT])
1316
1317AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
1318AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
1319
1320AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
1321
1322name=ltdl
1323LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""`
1324AC_SUBST([LTDLOPEN])
1325])
1326m4trace:/usr/share/aclocal/ltdl.m4:437: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1327AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1328  [lt_cv_sys_dlopen_deplibs],
1329  [# PORTME does your system automatically load deplibs for dlopen?
1330  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
1331  # For now, we just catch OSes we know something about -- in the
1332  # future, we'll try test this programmatically.
1333  lt_cv_sys_dlopen_deplibs=unknown
1334  case $host_os in
1335  aix3*|aix4.1.*|aix4.2.*)
1336    # Unknown whether this is true for these versions of AIX, but
1337    # we want this `case' here to explicitly catch those versions.
1338    lt_cv_sys_dlopen_deplibs=unknown
1339    ;;
1340  aix[[4-9]]*)
1341    lt_cv_sys_dlopen_deplibs=yes
1342    ;;
1343  amigaos*)
1344    case $host_cpu in
1345    powerpc)
1346      lt_cv_sys_dlopen_deplibs=no
1347      ;;
1348    esac
1349    ;;
1350  darwin*)
1351    # Assuming the user has installed a libdl from somewhere, this is true
1352    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
1353    lt_cv_sys_dlopen_deplibs=yes
1354    ;;
1355  freebsd* | dragonfly*)
1356    lt_cv_sys_dlopen_deplibs=yes
1357    ;;
1358  gnu* | linux* | k*bsd*-gnu)
1359    # GNU and its variants, using gnu ld.so (Glibc)
1360    lt_cv_sys_dlopen_deplibs=yes
1361    ;;
1362  hpux10*|hpux11*)
1363    lt_cv_sys_dlopen_deplibs=yes
1364    ;;
1365  interix*)
1366    lt_cv_sys_dlopen_deplibs=yes
1367    ;;
1368  irix[[12345]]*|irix6.[[01]]*)
1369    # Catch all versions of IRIX before 6.2, and indicate that we don't
1370    # know how it worked for any of those versions.
1371    lt_cv_sys_dlopen_deplibs=unknown
1372    ;;
1373  irix*)
1374    # The case above catches anything before 6.2, and it's known that
1375    # at 6.2 and later dlopen does load deplibs.
1376    lt_cv_sys_dlopen_deplibs=yes
1377    ;;
1378  netbsd* | netbsdelf*-gnu)
1379    lt_cv_sys_dlopen_deplibs=yes
1380    ;;
1381  openbsd*)
1382    lt_cv_sys_dlopen_deplibs=yes
1383    ;;
1384  osf[[1234]]*)
1385    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
1386    # it did *not* use an RPATH in a shared library to find objects the
1387    # library depends on, so we explicitly say `no'.
1388    lt_cv_sys_dlopen_deplibs=no
1389    ;;
1390  osf5.0|osf5.0a|osf5.1)
1391    # dlopen *does* load deplibs and with the right loader patch applied
1392    # it even uses RPATH in a shared library to search for shared objects
1393    # that the library depends on, but there's no easy way to know if that
1394    # patch is installed.  Since this is the case, all we can really
1395    # say is unknown -- it depends on the patch being installed.  If
1396    # it is, this changes to `yes'.  Without it, it would be `no'.
1397    lt_cv_sys_dlopen_deplibs=unknown
1398    ;;
1399  osf*)
1400    # the two cases above should catch all versions of osf <= 5.1.  Read
1401    # the comments above for what we know about them.
1402    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
1403    # is used to find them so we can finally say `yes'.
1404    lt_cv_sys_dlopen_deplibs=yes
1405    ;;
1406  qnx*)
1407    lt_cv_sys_dlopen_deplibs=yes
1408    ;;
1409  solaris*)
1410    lt_cv_sys_dlopen_deplibs=yes
1411    ;;
1412  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1413    libltdl_cv_sys_dlopen_deplibs=yes
1414    ;;
1415  esac
1416  ])
1417if test "$lt_cv_sys_dlopen_deplibs" != yes; then
1418 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
1419    [Define if the OS needs help to load dependent libraries for dlopen().])
1420fi
1421])
1422m4trace:/usr/share/aclocal/ltdl.m4:536: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1423m4trace:/usr/share/aclocal/ltdl.m4:536: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
1424You should run autoupdate.])dnl
1425m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1426m4trace:/usr/share/aclocal/ltdl.m4:543: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1427AC_CACHE_CHECK([which extension is used for runtime loadable modules],
1428  [libltdl_cv_shlibext],
1429[
1430module=yes
1431eval libltdl_cv_shlibext=$shrext_cmds
1432  ])
1433if test -n "$libltdl_cv_shlibext"; then
1434  m4_pattern_allow([LT_MODULE_EXT])dnl
1435  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
1436    [Define to the extension used for runtime loadable modules, say, ".so".])
1437fi
1438])
1439m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1440m4trace:/usr/share/aclocal/ltdl.m4:559: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
1441You should run autoupdate.])dnl
1442m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1443m4trace:/usr/share/aclocal/ltdl.m4:566: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1444AC_CACHE_CHECK([which variable specifies run-time module search path],
1445  [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
1446if test -n "$lt_cv_module_path_var"; then
1447  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
1448  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
1449    [Define to the name of the environment variable that determines the run-time module search path.])
1450fi
1451])
1452m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1453m4trace:/usr/share/aclocal/ltdl.m4:578: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
1454You should run autoupdate.])dnl
1455m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1456m4trace:/usr/share/aclocal/ltdl.m4:585: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1457AC_CACHE_CHECK([for the default library search path],
1458  [lt_cv_sys_dlsearch_path],
1459  [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
1460if test -n "$lt_cv_sys_dlsearch_path"; then
1461  sys_dlsearch_path=
1462  for dir in $lt_cv_sys_dlsearch_path; do
1463    if test -z "$sys_dlsearch_path"; then
1464      sys_dlsearch_path="$dir"
1465    else
1466      sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
1467    fi
1468  done
1469  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
1470  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
1471    [Define to the system default library search path.])
1472fi
1473])
1474m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1475m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
1476You should run autoupdate.])dnl
1477m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1478m4trace:/usr/share/aclocal/ltdl.m4:632: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
1479LT_DLLOADERS=
1480AC_SUBST([LT_DLLOADERS])
1481
1482AC_LANG_PUSH([C])
1483
1484LIBADD_DLOPEN=
1485AC_SEARCH_LIBS([dlopen], [dl],
1486        [AC_DEFINE([HAVE_LIBDL], [1],
1487                   [Define if you have the libdl library or equivalent.])
1488        if test "$ac_cv_search_dlopen" != "none required" ; then
1489          LIBADD_DLOPEN="-ldl"
1490        fi
1491        libltdl_cv_lib_dl_dlopen="yes"
1492        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
1493    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
1494#  include <dlfcn.h>
1495#endif
1496    ]], [[dlopen(0, 0);]])],
1497            [AC_DEFINE([HAVE_LIBDL], [1],
1498                       [Define if you have the libdl library or equivalent.])
1499            libltdl_cv_func_dlopen="yes"
1500            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
1501        [AC_CHECK_LIB([svld], [dlopen],
1502                [AC_DEFINE([HAVE_LIBDL], [1],
1503                         [Define if you have the libdl library or equivalent.])
1504                LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
1505                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
1506if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
1507then
1508  lt_save_LIBS="$LIBS"
1509  LIBS="$LIBS $LIBADD_DLOPEN"
1510  AC_CHECK_FUNCS([dlerror])
1511  LIBS="$lt_save_LIBS"
1512fi
1513AC_SUBST([LIBADD_DLOPEN])
1514
1515LIBADD_SHL_LOAD=
1516AC_CHECK_FUNC([shl_load],
1517        [AC_DEFINE([HAVE_SHL_LOAD], [1],
1518                   [Define if you have the shl_load function.])
1519        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
1520    [AC_CHECK_LIB([dld], [shl_load],
1521            [AC_DEFINE([HAVE_SHL_LOAD], [1],
1522                       [Define if you have the shl_load function.])
1523            LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
1524            LIBADD_SHL_LOAD="-ldld"])])
1525AC_SUBST([LIBADD_SHL_LOAD])
1526
1527case $host_os in
1528darwin[[1567]].*)
1529# We only want this for pre-Mac OS X 10.4.
1530  AC_CHECK_FUNC([_dyld_func_lookup],
1531        [AC_DEFINE([HAVE_DYLD], [1],
1532                   [Define if you have the _dyld_func_lookup function.])
1533        LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
1534  ;;
1535beos*)
1536  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
1537  ;;
1538cygwin* | mingw* | os2* | pw32*)
1539  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
1540  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
1541  ;;
1542esac
1543
1544AC_CHECK_LIB([dld], [dld_link],
1545        [AC_DEFINE([HAVE_DLD], [1],
1546                   [Define if you have the GNU dld library.])
1547                LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
1548AC_SUBST([LIBADD_DLD_LINK])
1549
1550m4_pattern_allow([^LT_DLPREOPEN$])
1551LT_DLPREOPEN=
1552if test -n "$LT_DLLOADERS"
1553then
1554  for lt_loader in $LT_DLLOADERS; do
1555    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
1556  done
1557  AC_DEFINE([HAVE_LIBDLLOADER], [1],
1558            [Define if libdlloader will be built on this platform])
1559fi
1560AC_SUBST([LT_DLPREOPEN])
1561
1562dnl This isn't used anymore, but set it for backwards compatibility
1563LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
1564AC_SUBST([LIBADD_DL])
1565
1566AC_LANG_POP
1567])
1568m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1569m4trace:/usr/share/aclocal/ltdl.m4:725: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
1570You should run autoupdate.])dnl
1571m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1572m4trace:/usr/share/aclocal/ltdl.m4:733: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
1573AC_CACHE_CHECK([for _ prefix in compiled symbols],
1574  [lt_cv_sys_symbol_underscore],
1575  [lt_cv_sys_symbol_underscore=no
1576  cat > conftest.$ac_ext <<_LT_EOF
1577void nm_test_func(){}
1578int main(){nm_test_func;return 0;}
1579_LT_EOF
1580  if AC_TRY_EVAL(ac_compile); then
1581    # Now try to grab the symbols.
1582    ac_nlist=conftest.nm
1583    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
1584      # See whether the symbols have a leading underscore.
1585      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
1586        lt_cv_sys_symbol_underscore=yes
1587      else
1588        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
1589          :
1590        else
1591          echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
1592        fi
1593      fi
1594    else
1595      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
1596    fi
1597  else
1598    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
1599    cat conftest.c >&AS_MESSAGE_LOG_FD
1600  fi
1601  rm -rf conftest*
1602  ])
1603  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
1604  AC_SUBST([sys_symbol_underscore])
1605])
1606m4trace:/usr/share/aclocal/ltdl.m4:770: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1607m4trace:/usr/share/aclocal/ltdl.m4:770: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
1608You should run autoupdate.])dnl
1609m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1610m4trace:/usr/share/aclocal/ltdl.m4:777: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1611if test x"$lt_cv_sys_symbol_underscore" = xyes; then
1612  if test x"$libltdl_cv_func_dlopen" = xyes ||
1613     test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
1614        AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
1615          [libltdl_cv_need_uscore],
1616          [libltdl_cv_need_uscore=unknown
1617          save_LIBS="$LIBS"
1618          LIBS="$LIBS $LIBADD_DLOPEN"
1619          _LT_TRY_DLOPEN_SELF(
1620            [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
1621            [],                          [libltdl_cv_need_uscore=cross])
1622          LIBS="$save_LIBS"
1623        ])
1624  fi
1625fi
1626
1627if test x"$libltdl_cv_need_uscore" = xyes; then
1628  AC_DEFINE([NEED_USCORE], [1],
1629    [Define if dlsym() requires a leading underscore in symbol names.])
1630fi
1631])
1632m4trace:/usr/share/aclocal/ltdl.m4:802: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1633m4trace:/usr/share/aclocal/ltdl.m4:802: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
1634You should run autoupdate.])dnl
1635m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1636m4trace:/usr/share/aclocal/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
1637m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
1638AC_DIAGNOSE([obsolete],
1639[$0: Remove this warning and the call to _LT_SET_OPTION when you
1640put the `dlopen' option into LT_INIT's first parameter.])
1641])
1642m4trace:/usr/share/aclocal/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
1643You should run autoupdate.])dnl
1644_LT_SET_OPTION([LT_INIT], [dlopen])
1645AC_DIAGNOSE([obsolete],
1646[$0: Remove this warning and the call to _LT_SET_OPTION when you
1647put the `dlopen' option into LT_INIT's first parameter.])
1648])
1649m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1650_LT_SET_OPTION([LT_INIT], [win32-dll])
1651AC_DIAGNOSE([obsolete],
1652[$0: Remove this warning and the call to _LT_SET_OPTION when you
1653put the `win32-dll' option into LT_INIT's first parameter.])
1654])
1655m4trace:/usr/share/aclocal/ltoptions.m4:145: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
1656You should run autoupdate.])dnl
1657AC_REQUIRE([AC_CANONICAL_HOST])dnl
1658_LT_SET_OPTION([LT_INIT], [win32-dll])
1659AC_DIAGNOSE([obsolete],
1660[$0: Remove this warning and the call to _LT_SET_OPTION when you
1661put the `win32-dll' option into LT_INIT's first parameter.])
1662])
1663m4trace:/usr/share/aclocal/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
1664])
1665m4trace:/usr/share/aclocal/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
1666])
1667m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1668m4trace:/usr/share/aclocal/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
1669You should run autoupdate.])dnl
1670AC_ENABLE_SHARED($@)])
1671m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1672m4trace:/usr/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
1673You should run autoupdate.])dnl
1674AC_DISABLE_SHARED($@)])
1675m4trace:/usr/share/aclocal/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
1676])
1677m4trace:/usr/share/aclocal/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
1678])
1679m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1680m4trace:/usr/share/aclocal/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
1681You should run autoupdate.])dnl
1682AC_ENABLE_STATIC($@)])
1683m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1684m4trace:/usr/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
1685You should run autoupdate.])dnl
1686AC_DISABLE_STATIC($@)])
1687m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1688AC_DIAGNOSE([obsolete],
1689[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1690the `fast-install' option into LT_INIT's first parameter.])
1691])
1692m4trace:/usr/share/aclocal/ltoptions.m4:302: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
1693You should run autoupdate.])dnl
1694_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1695AC_DIAGNOSE([obsolete],
1696[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1697the `fast-install' option into LT_INIT's first parameter.])
1698])
1699m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1700AC_DIAGNOSE([obsolete],
1701[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1702the `disable-fast-install' option into LT_INIT's first parameter.])
1703])
1704m4trace:/usr/share/aclocal/ltoptions.m4:309: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
1705You should run autoupdate.])dnl
1706_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1707AC_DIAGNOSE([obsolete],
1708[$0: Remove this warning and the call to _LT_SET_OPTION when you put
1709the `disable-fast-install' option into LT_INIT's first parameter.])
1710])
1711m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
1712AC_DIAGNOSE([obsolete],
1713[$0: Remove this warning and the call to _LT_SET_OPTION when you
1714put the `pic-only' option into LT_INIT's first parameter.])
1715])
1716m4trace:/usr/share/aclocal/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
1717You should run autoupdate.])dnl
1718_LT_SET_OPTION([LT_INIT], [pic-only])
1719AC_DIAGNOSE([obsolete],
1720[$0: Remove this warning and the call to _LT_SET_OPTION when you
1721put the `pic-only' option into LT_INIT's first parameter.])
1722])
1723m4trace:/usr/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
1724m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6'
1725macro_revision='1.3012'
1726_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
1727_LT_DECL(, macro_revision, 0)
1728])
1729m4trace:/usr/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
1730m4trace:/usr/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
1731m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
1732m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
1733m4trace:/usr/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
1734m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
1735m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
1736m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
1737m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
1738m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
1739m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
1740m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
1741m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
1742m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
1743m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
1744m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
1745m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
1746m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
1747m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
1748m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
1749m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
1750m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
1751m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
1752m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
1753m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
1754m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
1755m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
1756m4trace:/usr/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
1757m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
1758m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
1759m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
1760m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
1761m4trace:/usr/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
1762m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
1763m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
1764m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC])
1765m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
1766m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
1767m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
1768m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
1769m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
1770m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
1771m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
1772m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
1773m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
1774m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
1775m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
1776m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
1777m4trace:/usr/share/aclocal/nls.m4:22: -1- AC_DEFUN([AM_NLS], [
1778  AC_MSG_CHECKING([whether NLS is requested])
1779  dnl Default is enabled NLS
1780  AC_ARG_ENABLE(nls,
1781    [  --disable-nls           do not use Native Language Support],
1782    USE_NLS=$enableval, USE_NLS=yes)
1783  AC_MSG_RESULT($USE_NLS)
1784  AC_SUBST(USE_NLS)
1785])
1786m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1787m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
1788AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
1789if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1790        AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1791fi
1792if test -n "$PKG_CONFIG"; then
1793        _pkg_min_version=m4_default([$1], [0.9.0])
1794        AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
1795        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1796                AC_MSG_RESULT([yes])
1797        else
1798                AC_MSG_RESULT([no])
1799                PKG_CONFIG=""
1800        fi
1801               
1802fi[]dnl
1803])
1804m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1805if test -n "$PKG_CONFIG" && \
1806    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1807  m4_ifval([$2], [$2], [:])
1808m4_ifvaln([$3], [else
1809  $3])dnl
1810fi])
1811m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1812if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1813        _pkg_short_errors_supported=yes
1814else
1815        _pkg_short_errors_supported=no
1816fi[]dnl
1817])
1818m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1819AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1820AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
1821
1822pkg_failed=no
1823AC_MSG_CHECKING([for $1])
1824
1825_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
1826_PKG_CONFIG([$1][_LIBS], [libs], [$2])
1827
1828m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
1829and $1[]_LIBS to avoid the need to call pkg-config.
1830See the pkg-config man page for more details.])
1831
1832if test $pkg_failed = yes; then
1833        _PKG_SHORT_ERRORS_SUPPORTED
1834        if test $_pkg_short_errors_supported = yes; then
1835                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
1836        else
1837                $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
1838        fi
1839        # Put the nasty error message in config.log where it belongs
1840        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1841
1842        ifelse([$4], , [AC_MSG_ERROR(dnl
1843[Package requirements ($2) were not met:
1844
1845$$1_PKG_ERRORS
1846
1847Consider adjusting the PKG_CONFIG_PATH environment variable if you
1848installed software in a non-standard prefix.
1849
1850_PKG_TEXT
1851])],
1852                [AC_MSG_RESULT([no])
1853                $4])
1854elif test $pkg_failed = untried; then
1855        ifelse([$4], , [AC_MSG_FAILURE(dnl
1856[The pkg-config script could not be found or is too old.  Make sure it
1857is in your PATH or set the PKG_CONFIG environment variable to the full
1858path to pkg-config.
1859
1860_PKG_TEXT
1861
1862To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
1863                [$4])
1864else
1865        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1866        $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1867        AC_MSG_RESULT([yes])
1868        ifelse([$3], , :, [$3])
1869fi[]dnl
1870])
1871m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
1872dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1873dnl require some minimum version.  Point them to the right macro.
1874m4_if([$1], [1.11], [],
1875      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1876])
1877m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
1878m4_ifndef([AC_AUTOCONF_VERSION],
1879  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1880_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1881m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
1882AC_PREREQ([2.50])dnl
1883# expand $ac_aux_dir to an absolute path
1884am_aux_dir=`cd $ac_aux_dir && pwd`
1885])
1886m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
1887 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
1888        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1889AC_SUBST([$1_TRUE])dnl
1890AC_SUBST([$1_FALSE])dnl
1891_AM_SUBST_NOTMAKE([$1_TRUE])dnl
1892_AM_SUBST_NOTMAKE([$1_FALSE])dnl
1893m4_define([_AM_COND_VALUE_$1], [$2])dnl
1894if $2; then
1895  $1_TRUE=
1896  $1_FALSE='#'
1897else
1898  $1_TRUE='#'
1899  $1_FALSE=
1900fi
1901AC_CONFIG_COMMANDS_PRE(
1902[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1903  AC_MSG_ERROR([[conditional "$1" was never defined.
1904Usually this means the macro was only invoked conditionally.]])
1905fi])])
1906m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
1907AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
1908AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1909AC_REQUIRE([AM_DEP_TRACK])dnl
1910
1911ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
1912       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
1913       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1914       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
1915       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
1916                   [depcc="$$1"   am_compiler_list=])
1917
1918AC_CACHE_CHECK([dependency style of $depcc],
1919               [am_cv_$1_dependencies_compiler_type],
1920[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1921  # We make a subdir and do the tests there.  Otherwise we can end up
1922  # making bogus files that we don't know about and never remove.  For
1923  # instance it was reported that on HP-UX the gcc test will end up
1924  # making a dummy file named `D' -- because `-MD' means `put the output
1925  # in D'.
1926  mkdir conftest.dir
1927  # Copy depcomp to subdir because otherwise we won't find it if we're
1928  # using a relative directory.
1929  cp "$am_depcomp" conftest.dir
1930  cd conftest.dir
1931  # We will build objects and dependencies in a subdirectory because
1932  # it helps to detect inapplicable dependency modes.  For instance
1933  # both Tru64's cc and ICC support -MD to output dependencies as a
1934  # side effect of compilation, but ICC will put the dependencies in
1935  # the current directory while Tru64 will put them in the object
1936  # directory.
1937  mkdir sub
1938
1939  am_cv_$1_dependencies_compiler_type=none
1940  if test "$am_compiler_list" = ""; then
1941     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
1942  fi
1943  am__universal=false
1944  m4_case([$1], [CC],
1945    [case " $depcc " in #(
1946     *\ -arch\ *\ -arch\ *) am__universal=true ;;
1947     esac],
1948    [CXX],
1949    [case " $depcc " in #(
1950     *\ -arch\ *\ -arch\ *) am__universal=true ;;
1951     esac])
1952
1953  for depmode in $am_compiler_list; do
1954    # Setup a source with many dependencies, because some compilers
1955    # like to wrap large dependency lists on column 80 (with \), and
1956    # we should not choose a depcomp mode which is confused by this.
1957    #
1958    # We need to recreate these files for each test, as the compiler may
1959    # overwrite some of them when testing with obscure command lines.
1960    # This happens at least with the AIX C compiler.
1961    : > sub/conftest.c
1962    for i in 1 2 3 4 5 6; do
1963      echo '#include "conftst'$i'.h"' >> sub/conftest.c
1964      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1965      # Solaris 8's {/usr,}/bin/sh.
1966      touch sub/conftst$i.h
1967    done
1968    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1969
1970    # We check with `-c' and `-o' for the sake of the "dashmstdout"
1971    # mode.  It turns out that the SunPro C++ compiler does not properly
1972    # handle `-M -o', and we need to detect this.  Also, some Intel
1973    # versions had trouble with output in subdirs
1974    am__obj=sub/conftest.${OBJEXT-o}
1975    am__minus_obj="-o $am__obj"
1976    case $depmode in
1977    gcc)
1978      # This depmode causes a compiler race in universal mode.
1979      test "$am__universal" = false || continue
1980      ;;
1981    nosideeffect)
1982      # after this tag, mechanisms are not by side-effect, so they'll
1983      # only be used when explicitly requested
1984      if test "x$enable_dependency_tracking" = xyes; then
1985        continue
1986      else
1987        break
1988      fi
1989      ;;
1990    msvisualcpp | msvcmsys)
1991      # This compiler won't grok `-c -o', but also, the minuso test has
1992      # not run yet.  These depmodes are late enough in the game, and
1993      # so weak that their functioning should not be impacted.
1994      am__obj=conftest.${OBJEXT-o}
1995      am__minus_obj=
1996      ;;
1997    none) break ;;
1998    esac
1999    if depmode=$depmode \
2000       source=sub/conftest.c object=$am__obj \
2001       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2002       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2003         >/dev/null 2>conftest.err &&
2004       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2005       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2006       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2007       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2008      # icc doesn't choke on unknown options, it will just issue warnings
2009      # or remarks (even with -Werror).  So we grep stderr for any message
2010      # that says an option was ignored or not supported.
2011      # When given -MP, icc 7.0 and 7.1 complain thusly:
2012      #   icc: Command line warning: ignoring option '-M'; no argument required
2013      # The diagnosis changed in icc 8.0:
2014      #   icc: Command line remark: option '-MP' not supported
2015      if (grep 'ignoring option' conftest.err ||
2016          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2017        am_cv_$1_dependencies_compiler_type=$depmode
2018        break
2019      fi
2020    fi
2021  done
2022
2023  cd ..
2024  rm -rf conftest.dir
2025else
2026  am_cv_$1_dependencies_compiler_type=none
2027fi
2028])
2029AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
2030AM_CONDITIONAL([am__fastdep$1], [
2031  test "x$enable_dependency_tracking" != xno \
2032  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
2033])
2034m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2035AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
2036])
2037m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
2038[  --disable-dependency-tracking  speeds up one-time build
2039  --enable-dependency-tracking   do not reject slow dependency extractors])
2040if test "x$enable_dependency_tracking" != xno; then
2041  am_depcomp="$ac_aux_dir/depcomp"
2042  AMDEPBACKSLASH='\'
2043fi
2044AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2045AC_SUBST([AMDEPBACKSLASH])dnl
2046_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
2047])
2048m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
2049  # Autoconf 2.62 quotes --file arguments for eval, but not when files
2050  # are listed without --file.  Let's play safe and only enable the eval
2051  # if we detect the quoting.
2052  case $CONFIG_FILES in
2053  *\'*) eval set x "$CONFIG_FILES" ;;
2054  *)   set x $CONFIG_FILES ;;
2055  esac
2056  shift
2057  for mf
2058  do
2059    # Strip MF so we end up with the name of the file.
2060    mf=`echo "$mf" | sed -e 's/:.*$//'`
2061    # Check whether this is an Automake generated Makefile or not.
2062    # We used to match only the files named `Makefile.in', but
2063    # some people rename them; so instead we look at the file content.
2064    # Grep'ing the first line is not enough: some people post-process
2065    # each Makefile.in and add a new line on top of each file to say so.
2066    # Grep'ing the whole file is not good either: AIX grep has a line
2067    # limit of 2048, but all sed's we know have understand at least 4000.
2068    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
2069      dirpart=`AS_DIRNAME("$mf")`
2070    else
2071      continue
2072    fi
2073    # Extract the definition of DEPDIR, am__include, and am__quote
2074    # from the Makefile without running `make'.
2075    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
2076    test -z "$DEPDIR" && continue
2077    am__include=`sed -n 's/^am__include = //p' < "$mf"`
2078    test -z "am__include" && continue
2079    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2080    # When using ansi2knr, U may be empty or an underscore; expand it
2081    U=`sed -n 's/^U = //p' < "$mf"`
2082    # Find all dependency output files, they are included files with
2083    # $(DEPDIR) in their names.  We invoke sed twice because it is the
2084    # simplest approach to changing $(DEPDIR) to its actual value in the
2085    # expansion.
2086    for file in `sed -n "
2087      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2088         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
2089      # Make sure the directory exists.
2090      test -f "$dirpart/$file" && continue
2091      fdir=`AS_DIRNAME(["$file"])`
2092      AS_MKDIR_P([$dirpart/$fdir])
2093      # echo "creating $dirpart/$file"
2094      echo '# dummy' > "$dirpart/$file"
2095    done
2096  done
2097}
2098])
2099m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
2100     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
2101     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
2102])
2103m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
2104m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
2105You should run autoupdate.])dnl
2106AC_CONFIG_HEADERS($@)])
2107m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
2108dnl Autoconf wants to disallow AM_ names.  We explicitly allow
2109dnl the ones we care about.
2110m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
2111AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
2112AC_REQUIRE([AC_PROG_INSTALL])dnl
2113if test "`cd $srcdir && pwd`" != "`pwd`"; then
2114  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2115  # is not polluted with repeated "-I."
2116  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
2117  # test to see if srcdir already configured
2118  if test -f $srcdir/config.status; then
2119    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
2120  fi
2121fi
2122
2123# test whether we have cygpath
2124if test -z "$CYGPATH_W"; then
2125  if (cygpath --version) >/dev/null 2>/dev/null; then
2126    CYGPATH_W='cygpath -w'
2127  else
2128    CYGPATH_W=echo
2129  fi
2130fi
2131AC_SUBST([CYGPATH_W])
2132
2133# Define the identity of the package.
2134dnl Distinguish between old-style and new-style calls.
2135m4_ifval([$2],
2136[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
2137 AC_SUBST([PACKAGE], [$1])dnl
2138 AC_SUBST([VERSION], [$2])],
2139[_AM_SET_OPTIONS([$1])dnl
2140dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
2141m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
2142  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
2143 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
2144 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
2145
2146_AM_IF_OPTION([no-define],,
2147[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
2148 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
2149
2150# Some tools Automake needs.
2151AC_REQUIRE([AM_SANITY_CHECK])dnl
2152AC_REQUIRE([AC_ARG_PROGRAM])dnl
2153AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
2154AM_MISSING_PROG(AUTOCONF, autoconf)
2155AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
2156AM_MISSING_PROG(AUTOHEADER, autoheader)
2157AM_MISSING_PROG(MAKEINFO, makeinfo)
2158AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2159AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
2160AC_REQUIRE([AM_PROG_MKDIR_P])dnl
2161# We need awk for the "check" target.  The system "awk" is bad on
2162# some platforms.
2163AC_REQUIRE([AC_PROG_AWK])dnl
2164AC_REQUIRE([AC_PROG_MAKE_SET])dnl
2165AC_REQUIRE([AM_SET_LEADING_DOT])dnl
2166_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
2167              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2168                             [_AM_PROG_TAR([v7])])])
2169_AM_IF_OPTION([no-dependencies],,
2170[AC_PROVIDE_IFELSE([AC_PROG_CC],
2171                  [_AM_DEPENDENCIES(CC)],
2172                  [define([AC_PROG_CC],
2173                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
2174AC_PROVIDE_IFELSE([AC_PROG_CXX],
2175                  [_AM_DEPENDENCIES(CXX)],
2176                  [define([AC_PROG_CXX],
2177                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
2178AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2179                  [_AM_DEPENDENCIES(OBJC)],
2180                  [define([AC_PROG_OBJC],
2181                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
2182])
2183_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
2184dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
2185dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
2186dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
2187AC_CONFIG_COMMANDS_PRE(dnl
2188[m4_provide_if([_AM_COMPILER_EXEEXT],
2189  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
2190])
2191m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
2192_am_arg=$1
2193_am_stamp_count=1
2194for _am_header in $config_headers :; do
2195  case $_am_header in
2196    $_am_arg | $_am_arg:* )
2197      break ;;
2198    * )
2199      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
2200  esac
2201done
2202echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
2203m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2204if test x"${install_sh}" != xset; then
2205  case $am_aux_dir in
2206  *\ * | *\     *)
2207    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2208  *)
2209    install_sh="\${SHELL} $am_aux_dir/install-sh"
2210  esac
2211fi
2212AC_SUBST(install_sh)])
2213m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
2214mkdir .tst 2>/dev/null
2215if test -d .tst; then
2216  am__leading_dot=.
2217else
2218  am__leading_dot=_
2219fi
2220rmdir .tst 2>/dev/null
2221AC_SUBST([am__leading_dot])])
2222m4trace:/usr/share/aclocal-1.11/maintainer.m4:19: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
2223       [enable], [m4_define([am_maintainer_other], [disable])],
2224       [disable], [m4_define([am_maintainer_other], [enable])],
2225       [m4_define([am_maintainer_other], [enable])
2226        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
2227AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
2228  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
2229  AC_ARG_ENABLE([maintainer-mode],
2230[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
2231                          (and sometimes confusing) to the casual installer],
2232      [USE_MAINTAINER_MODE=$enableval],
2233      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
2234  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
2235  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2236  MAINT=$MAINTAINER_MODE_TRUE
2237  AC_SUBST([MAINT])dnl
2238
2239])
2240m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
2241m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
2242You should run autoupdate.])dnl
2243AM_MAINTAINER_MODE])
2244m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
2245cat > confinc << 'END'
2246am__doit:
2247        @echo this is the am__doit target
2248.PHONY: am__doit
2249END
2250# If we don't find an include directive, just comment out the code.
2251AC_MSG_CHECKING([for style of include used by $am_make])
2252am__include="#"
2253am__quote=
2254_am_result=none
2255# First try GNU make style include.
2256echo "include confinc" > confmf
2257# Ignore all kinds of additional output from `make'.
2258case `$am_make -s -f confmf 2> /dev/null` in #(
2259*the\ am__doit\ target*)
2260  am__include=include
2261  am__quote=
2262  _am_result=GNU
2263  ;;
2264esac
2265# Now try BSD make style include.
2266if test "$am__include" = "#"; then
2267   echo '.include "confinc"' > confmf
2268   case `$am_make -s -f confmf 2> /dev/null` in #(
2269   *the\ am__doit\ target*)
2270     am__include=.include
2271     am__quote="\""
2272     _am_result=BSD
2273     ;;
2274   esac
2275fi
2276AC_SUBST([am__include])
2277AC_SUBST([am__quote])
2278AC_MSG_RESULT([$_am_result])
2279rm -f confinc confmf
2280])
2281m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
2282AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2283AC_REQUIRE_AUX_FILE([compile])dnl
2284# FIXME: we rely on the cache variable name because
2285# there is no other way.
2286set dummy $CC
2287am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
2288eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
2289if test "$am_t" != yes; then
2290   # Losing compiler, so override with the script.
2291   # FIXME: It is wrong to rewrite CC.
2292   # But if we don't then we get into trouble of one sort or another.
2293   # A longer-term fix would be to have automake use am__CC in this case,
2294   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
2295   CC="$am_aux_dir/compile $CC"
2296fi
2297dnl Make sure AC_PROG_CC is never called again, or it will override our
2298dnl setting of CC.
2299m4_define([AC_PROG_CC],
2300          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
2301])
2302m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
2303$1=${$1-"${am_missing_run}$2"}
2304AC_SUBST($1)])
2305m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2306AC_REQUIRE_AUX_FILE([missing])dnl
2307if test x"${MISSING+set}" != xset; then
2308  case $am_aux_dir in
2309  *\ * | *\     *)
2310    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2311  *)
2312    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2313  esac
2314fi
2315# Use eval to expand $SHELL
2316if eval "$MISSING --run true"; then
2317  am_missing_run="$MISSING --run "
2318else
2319  am_missing_run=
2320  AC_MSG_WARN([`missing' script is too old or missing])
2321fi
2322])
2323m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
2324AC_REQUIRE([AC_PROG_MKDIR_P])dnl
2325dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
2326dnl while keeping a definition of mkdir_p for backward compatibility.
2327dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
2328dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
2329dnl Makefile.ins that do not define MKDIR_P, so we do our own
2330dnl adjustment using top_builddir (which is defined more often than
2331dnl MKDIR_P).
2332AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
2333case $mkdir_p in
2334  [[\\/$]]* | ?:[[\\/]]*) ;;
2335  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2336esac
2337])
2338m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
2339m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
2340m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
2341m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
2342m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
2343   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
2344   ac_status=$?
2345   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2346   (exit $ac_status); }])
2347m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
2348# Just in case
2349sleep 1
2350echo timestamp > conftest.file
2351# Reject unsafe characters in $srcdir or the absolute working directory
2352# name.  Accept space and tab only in the latter.
2353am_lf='
2354'
2355case `pwd` in
2356  *[[\\\"\#\$\&\'\`$am_lf]]*)
2357    AC_MSG_ERROR([unsafe absolute working directory name]);;
2358esac
2359case $srcdir in
2360  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
2361    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
2362esac
2363
2364# Do `set' in a subshell so we don't clobber the current shell's
2365# arguments.  Must try -L first in case configure is actually a
2366# symlink; some systems play weird games with the mod time of symlinks
2367# (eg FreeBSD returns the mod time of the symlink's containing
2368# directory).
2369if (
2370   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2371   if test "$[*]" = "X"; then
2372      # -L didn't work.
2373      set X `ls -t "$srcdir/configure" conftest.file`
2374   fi
2375   rm -f conftest.file
2376   if test "$[*]" != "X $srcdir/configure conftest.file" \
2377      && test "$[*]" != "X conftest.file $srcdir/configure"; then
2378
2379      # If neither matched, then we have a broken ls.  This can happen
2380      # if, for instance, CONFIG_SHELL is bash and it inherits a
2381      # broken ls alias from the environment.  This has actually
2382      # happened.  Such a system could not be considered "sane".
2383      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
2384alias in your environment])
2385   fi
2386
2387   test "$[2]" = conftest.file
2388   )
2389then
2390   # Ok.
2391   :
2392else
2393   AC_MSG_ERROR([newly created file is older than distributed files!
2394Check your system clock])
2395fi
2396AC_MSG_RESULT(yes)])
2397m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
2398[  --enable-silent-rules          less verbose build output (undo: `make V=1')
2399  --disable-silent-rules         verbose build output (undo: `make V=0')])
2400case $enable_silent_rules in
2401yes) AM_DEFAULT_VERBOSITY=0;;
2402no)  AM_DEFAULT_VERBOSITY=1;;
2403*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
2404esac
2405AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
2406AM_BACKSLASH='\'
2407AC_SUBST([AM_BACKSLASH])dnl
2408_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
2409])
2410m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2411# Installed binaries are usually stripped using `strip' when the user
2412# run `make install-strip'.  However `strip' might not be the right
2413# tool to use in cross-compilation environments, therefore Automake
2414# will honor the `STRIP' environment variable to overrule this program.
2415dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
2416if test "$cross_compiling" != no; then
2417  AC_CHECK_TOOL([STRIP], [strip], :)
2418fi
2419INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2420AC_SUBST([INSTALL_STRIP_PROGRAM])])
2421m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
2422m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
2423m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
2424AM_MISSING_PROG([AMTAR], [tar])
2425m4_if([$1], [v7],
2426     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
2427     [m4_case([$1], [ustar],, [pax],,
2428              [m4_fatal([Unknown tar format])])
2429AC_MSG_CHECKING([how to create a $1 tar archive])
2430# Loop over all known methods to create a tar archive until one works.
2431_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
2432_am_tools=${am_cv_prog_tar_$1-$_am_tools}
2433# Do not fold the above two line into one, because Tru64 sh and
2434# Solaris sh will not grok spaces in the rhs of `-'.
2435for _am_tool in $_am_tools
2436do
2437  case $_am_tool in
2438  gnutar)
2439    for _am_tar in tar gnutar gtar;
2440    do
2441      AM_RUN_LOG([$_am_tar --version]) && break
2442    done
2443    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
2444    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
2445    am__untar="$_am_tar -xf -"
2446    ;;
2447  plaintar)
2448    # Must skip GNU tar: if it does not support --format= it doesn't create
2449    # ustar tarball either.
2450    (tar --version) >/dev/null 2>&1 && continue
2451    am__tar='tar chf - "$$tardir"'
2452    am__tar_='tar chf - "$tardir"'
2453    am__untar='tar xf -'
2454    ;;
2455  pax)
2456    am__tar='pax -L -x $1 -w "$$tardir"'
2457    am__tar_='pax -L -x $1 -w "$tardir"'
2458    am__untar='pax -r'
2459    ;;
2460  cpio)
2461    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
2462    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
2463    am__untar='cpio -i -H $1 -d'
2464    ;;
2465  none)
2466    am__tar=false
2467    am__tar_=false
2468    am__untar=false
2469    ;;
2470  esac
2471
2472  # If the value was cached, stop now.  We just wanted to have am__tar
2473  # and am__untar set.
2474  test -n "${am_cv_prog_tar_$1}" && break
2475
2476  # tar/untar a dummy directory, and stop if the command works
2477  rm -rf conftest.dir
2478  mkdir conftest.dir
2479  echo GrepMe > conftest.dir/file
2480  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2481  rm -rf conftest.dir
2482  if test -s conftest.tar; then
2483    AM_RUN_LOG([$am__untar <conftest.tar])
2484    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2485  fi
2486done
2487rm -rf conftest.dir
2488
2489AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2490AC_MSG_RESULT([$am_cv_prog_tar_$1])])
2491AC_SUBST([am__tar])
2492AC_SUBST([am__untar])
2493])
2494m4trace:acinclude.m4:10: -1- AC_DEFUN([AS_AC_EXPAND], [
2495  EXP_VAR=[$1]
2496  FROM_VAR=[$2]
2497
2498  dnl first expand prefix and exec_prefix if necessary
2499  prefix_save=$prefix
2500  exec_prefix_save=$exec_prefix
2501
2502  dnl if no prefix given, then use /usr/local, the default prefix
2503  if test "x$prefix" = "xNONE"; then
2504    prefix="$ac_default_prefix"
2505  fi
2506  dnl if no exec_prefix given, then use prefix
2507  if test "x$exec_prefix" = "xNONE"; then
2508    exec_prefix=$prefix
2509  fi
2510
2511  full_var="$FROM_VAR"
2512  dnl loop until it doesn't change anymore
2513  while true; do
2514    new_full_var="`eval echo $full_var`"
2515    if test "x$new_full_var" = "x$full_var"; then break; fi
2516    full_var=$new_full_var
2517  done
2518
2519  dnl clean up
2520  full_var=$new_full_var
2521  AC_SUBST([$1], "$full_var")
2522
2523  dnl restore prefix and exec_prefix
2524  prefix=$prefix_save
2525  exec_prefix=$exec_prefix_save
2526])
2527m4trace:acinclude.m4:56: -1- AC_DEFUN([GDM_CHECK_UTMP], [
2528
2529AC_CHECK_HEADERS(sys/time.h utmp.h utmpx.h)
2530AC_HEADER_TIME
2531
2532if test "$ac_cv_header_utmpx_h" = "yes"; then
2533    AC_DEFINE(UTMP,[struct utmpx],[Define to the name of a structure which holds utmp data.])
2534else
2535    AC_DEFINE(UTMP,[struct utmp],[Define to the name of a structure which holds utmp data.])
2536fi
2537
2538dnl some systems (BSD4.4-like) require time.h to be included before utmp.h :/
2539AC_MSG_CHECKING(for ut_host field in the utmp structure)
2540AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2541#include <sys/time.h>
2542#include <time.h>
2543#else
2544#ifdef HAVE_SYS_TIME_H
2545#include <sys/time.h>
2546#else
2547#include <time.h>
2548#endif
2549#endif
2550#ifdef HAVE_UTMP_H
2551#include <utmp.h>
2552#endif
2553#ifdef HAVE_UTMPX_H
2554#include <utmpx.h>
2555#endif],[UTMP ut; char *p; p=ut.ut_host;],result=yes,result=no)
2556if test "$result" = "yes"; then
2557  AC_DEFINE(HAVE_UT_UT_HOST,1,[Define if your utmp struct contains a ut_host field.])
2558fi
2559AC_MSG_RESULT($result)
2560
2561AC_MSG_CHECKING(for ut_pid field in the utmp structure)
2562AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2563#include <sys/time.h>
2564#include <time.h>
2565#else
2566#ifdef HAVE_SYS_TIME_H
2567#include <sys/time.h>
2568#else
2569#include <time.h>
2570#endif
2571#endif
2572#ifdef HAVE_UTMP_H
2573#include <utmp.h>
2574#endif
2575#ifdef HAVE_UTMPX_H
2576#include <utmpx.h>
2577#endif],[UTMP ut; int i; i=ut.ut_pid;],result=yes,result=no)
2578if test "$result" = "yes"; then
2579  AC_DEFINE(HAVE_UT_UT_PID,1,[Define if your utmp struct contains a ut_pid field.])
2580fi
2581AC_MSG_RESULT($result)
2582
2583AC_MSG_CHECKING(for ut_id field in the utmp structure)
2584AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2585#include <sys/time.h>
2586#include <time.h>
2587#else
2588#ifdef HAVE_SYS_TIME_H
2589#include <sys/time.h>
2590#else
2591#include <time.h>
2592#endif
2593#endif
2594#ifdef HAVE_UTMP_H
2595#include <utmp.h>
2596#endif
2597#ifdef HAVE_UTMPX_H
2598#include <utmpx.h>
2599#endif],[UTMP ut; char *p; p=ut.ut_id;],result=yes,result=no)
2600if test "$result" = "yes"; then
2601  AC_DEFINE(HAVE_UT_UT_ID,1,[Define if your utmp struct contains a ut_id field.])
2602fi
2603AC_MSG_RESULT($result)
2604
2605AC_MSG_CHECKING(for ut_name field in the utmp structure)
2606AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2607#include <sys/time.h>
2608#include <time.h>
2609#else
2610#ifdef HAVE_SYS_TIME_H
2611#include <sys/time.h>
2612#else
2613#include <time.h>
2614#endif
2615#endif
2616#ifdef HAVE_UTMP_H
2617#include <utmp.h>
2618#endif
2619#ifdef HAVE_UTMPX_H
2620#include <utmpx.h>
2621#endif],[UTMP ut; char *p; p=ut.ut_name;],result=yes,result=no)
2622if test "$result" = "yes"; then
2623  AC_DEFINE(HAVE_UT_UT_NAME,1,[Define if your utmp struct contains a ut_name field.])
2624fi
2625AC_MSG_RESULT($result)
2626
2627AC_MSG_CHECKING(for ut_type field in the utmp structure)
2628AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2629#include <sys/time.h>
2630#include <time.h>
2631#else
2632#ifdef HAVE_SYS_TIME_H
2633#include <sys/time.h>
2634#else
2635#include <time.h>
2636#endif
2637#endif
2638#ifdef HAVE_UTMP_H
2639#include <utmp.h>
2640#endif
2641#ifdef HAVE_UTMPX_H
2642#include <utmpx.h>
2643#endif],[UTMP ut; int i; i=(int) ut.ut_type;],result=yes,result=no)
2644if test "$result" = "yes"; then
2645  AC_DEFINE(HAVE_UT_UT_TYPE,1,[Define if your utmp struct contains a ut_type field.])
2646fi
2647AC_MSG_RESULT($result)
2648
2649AC_MSG_CHECKING(for ut_exit.e_termination field in the utmp structure)
2650AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2651#include <sys/time.h>
2652#include <time.h>
2653#else
2654#ifdef HAVE_SYS_TIME_H
2655#include <sys/time.h>
2656#else
2657#include <time.h>
2658#endif
2659#endif
2660#ifdef HAVE_UTMP_H
2661#include <utmp.h>
2662#endif
2663#ifdef HAVE_UTMPX_H
2664#include <utmpx.h>
2665#endif],[UTMP ut; ut.ut_exit.e_termination=0;],result=yes,result=no)
2666if test "$result" = "yes"; then
2667  AC_DEFINE(HAVE_UT_UT_EXIT_E_TERMINATION,1,[Define if your utmp struct contains a ut_exit.e_termination field.])
2668fi
2669AC_MSG_RESULT($result)
2670
2671AC_MSG_CHECKING(for ut_user field in the utmp structure)
2672AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2673#include <sys/time.h>
2674#include <time.h>
2675#else
2676#ifdef HAVE_SYS_TIME_H
2677#include <sys/time.h>
2678#else
2679#include <time.h>
2680#endif
2681#endif
2682#ifdef HAVE_UTMP_H
2683#include <utmp.h>
2684#endif
2685#ifdef HAVE_UTMPX_H
2686#include <utmpx.h>
2687#endif],[UTMP ut; char *p; p=ut.ut_user;],result=yes,result=no)
2688if test "$result" = "yes"; then
2689  AC_DEFINE(HAVE_UT_UT_USER,1,[Define if your utmp struct contains a ut_user field.])
2690fi
2691AC_MSG_RESULT($result)
2692
2693AC_MSG_CHECKING(for ut_time field in the utmp structure)
2694AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2695#include <sys/time.h>
2696#include <time.h>
2697#else
2698#ifdef HAVE_SYS_TIME_H
2699#include <sys/time.h>
2700#else
2701#include <time.h>
2702#endif
2703#endif
2704#ifdef HAVE_UTMP_H
2705#include <utmp.h>
2706#endif
2707#ifdef HAVE_UTMPX_H
2708#include <utmpx.h>
2709#endif],[UTMP ut; ut.ut_time=0;],result=yes,result=no)
2710if test "$result" = "yes"; then
2711  AC_DEFINE(HAVE_UT_UT_TIME,1,[Define if your utmp struct contains a ut_time field.])
2712fi
2713AC_MSG_RESULT($result)
2714
2715AC_MSG_CHECKING(for ut_tv field in the utmp structure)
2716AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2717#include <sys/time.h>
2718#include <time.h>
2719#else
2720#ifdef HAVE_SYS_TIME_H
2721#include <sys/time.h>
2722#else
2723#include <time.h>
2724#endif
2725#endif
2726#ifdef HAVE_UTMP_H
2727#include <utmp.h>
2728#endif
2729#ifdef HAVE_UTMPX_H
2730#include <utmpx.h>
2731#endif],[UTMP ut; ut.ut_tv.tv_sec=0; ut.ut_tv.tv_usec=0; ],result=yes,result=no)
2732if test "$result" = "yes"; then
2733  AC_DEFINE(HAVE_UT_UT_TV,1,[Define if your utmp struct contains a ut_tv field.])
2734fi
2735AC_MSG_RESULT($result)
2736
2737AC_MSG_CHECKING(for ut_syslen field in the utmp structure)
2738AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
2739#include <sys/time.h>
2740#include <time.h>
2741#else
2742#ifdef HAVE_SYS_TIME_H
2743#include <sys/time.h>
2744#else
2745#include <time.h>
2746#endif
2747#endif
2748#ifdef HAVE_UTMP_H
2749#include <utmp.h>
2750#endif
2751#ifdef HAVE_UTMPX_H
2752#include <utmpx.h>
2753#endif],[UTMP ut; ut.ut_syslen=0;],result=yes,result=no)
2754if test "$result" = "yes"; then
2755  AC_DEFINE(HAVE_UT_UT_SYSLEN,1,[Define if your utmp struct contains a ut_syslen field.])
2756fi
2757AC_MSG_RESULT($result)
2758
2759])
2760m4trace:acinclude.m4:293: -1- AC_DEFUN([EXTRA_COMPILE_WARNINGS], [
2761    dnl ******************************
2762    dnl More compiler warnings
2763    dnl ******************************
2764
2765    AC_ARG_ENABLE(compile-warnings,
2766                  AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
2767                                 [Turn on compiler warnings]),,
2768                  [enable_compile_warnings="m4_default([$1],[yes])"])
2769
2770    warnCFLAGS=
2771    if test "x$GCC" != xyes; then
2772        enable_compile_warnings=no
2773    fi
2774
2775    warning_flags=
2776    realsave_CFLAGS="$CFLAGS"
2777
2778    case "$enable_compile_warnings" in
2779    no)
2780        warning_flags=
2781        ;;
2782    minimum)
2783        warning_flags="-Wall"
2784        ;;
2785    yes)
2786        warning_flags="-Wall -Wmissing-prototypes"
2787        ;;
2788    maximum|error)
2789        warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
2790        CFLAGS="$warning_flags $CFLAGS"
2791        for option in -Wno-sign-compare; do
2792                SAVE_CFLAGS="$CFLAGS"
2793                CFLAGS="$CFLAGS $option"
2794                AC_MSG_CHECKING([whether gcc understands $option])
2795                AC_TRY_COMPILE([], [],
2796                        has_option=yes,
2797                        has_option=no,)
2798                CFLAGS="$SAVE_CFLAGS"
2799                AC_MSG_RESULT($has_option)
2800                if test $has_option = yes; then
2801                  warning_flags="$warning_flags $option"
2802                fi
2803                unset has_option
2804                unset SAVE_CFLAGS
2805        done
2806        unset option
2807        if test "$enable_compile_warnings" = "error" ; then
2808            warning_flags="$warning_flags -Werror"
2809        fi
2810        ;;
2811    *)
2812        AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
2813        ;;
2814    esac
2815    CFLAGS="$realsave_CFLAGS"
2816    AC_MSG_CHECKING(what warning flags to pass to the C compiler)
2817    AC_MSG_RESULT($warning_flags)
2818
2819    AC_ARG_ENABLE(iso-c,
2820                  AC_HELP_STRING([--enable-iso-c],
2821                                 [Try to warn if code is not ISO C ]),,
2822                  [enable_iso_c=no])
2823
2824    AC_MSG_CHECKING(what language compliance flags to pass to the C compiler)
2825    complCFLAGS=
2826    if test "x$enable_iso_c" != "xno"; then
2827        if test "x$GCC" = "xyes"; then
2828        case " $CFLAGS " in
2829            *[\ \       ]-ansi[\ \      ]*) ;;
2830            *) complCFLAGS="$complCFLAGS -ansi" ;;
2831        esac
2832        case " $CFLAGS " in
2833            *[\ \       ]-pedantic[\ \  ]*) ;;
2834            *) complCFLAGS="$complCFLAGS -pedantic" ;;
2835        esac
2836        fi
2837    fi
2838    AC_MSG_RESULT($complCFLAGS)
2839
2840    WARN_CFLAGS="$warning_flags $complCFLAGS"
2841    AC_SUBST(WARN_CFLAGS)
2842])
2843m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
2844m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
2845m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2846m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$])
2847m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_])
2848m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$])
2849m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_])
2850m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$])
2851m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2852m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
2853m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2854m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2855m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
2856m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2857m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
2858m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$])
2859m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$])
2860m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$])
2861m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$])
2862m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$])
2863m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$])
2864m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$])
2865m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$])
2866m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$])
2867m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$])
2868m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$])
2869m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$])
2870m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$])
2871m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$])
2872m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$])
2873m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$])
2874m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$])
2875m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$])
2876m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$])
2877m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$])
2878m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$])
2879m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$])
2880m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
2881m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2882m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2883m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
2884m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2885m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
2886m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$])
2887m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$])
2888m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$])
2889m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$])
2890m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$])
2891m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$])
2892m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$])
2893m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$])
2894m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall])
2895m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2896m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2897m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.11])
2898m4trace:configure.ac:9: -1- _AM_AUTOCONF_VERSION([2.64])
2899m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2900m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2901m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_DATA$])
2902m4trace:configure.ac:9: -1- m4_pattern_allow([^am__isrc$])
2903m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__isrc])
2904m4trace:configure.ac:9: -1- m4_pattern_allow([^CYGPATH_W$])
2905m4trace:configure.ac:9: -1- _AM_SET_OPTIONS([1.9 no-dist-gzip dist-bzip2 -Wall])
2906m4trace:configure.ac:9: -1- _AM_SET_OPTION([1.9])
2907m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([1.9])
2908m4trace:configure.ac:9: -1- _AM_SET_OPTION([no-dist-gzip])
2909m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dist-gzip])
2910m4trace:configure.ac:9: -1- _AM_SET_OPTION([dist-bzip2])
2911m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([dist-bzip2])
2912m4trace:configure.ac:9: -1- _AM_SET_OPTION([-Wall])
2913m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([-Wall])
2914m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
2915m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
2916m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
2917 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
2918m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define])
2919m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
2920m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
2921m4trace:configure.ac:9: -1- AM_SANITY_CHECK
2922m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2923m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN
2924m4trace:configure.ac:9: -1- AM_AUX_DIR_EXPAND
2925m4trace:configure.ac:9: -1- m4_pattern_allow([^ACLOCAL$])
2926m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2927m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOCONF$])
2928m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2929m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOMAKE$])
2930m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2931m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOHEADER$])
2932m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2933m4trace:configure.ac:9: -1- m4_pattern_allow([^MAKEINFO$])
2934m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH
2935m4trace:configure.ac:9: -1- m4_pattern_allow([^install_sh$])
2936m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP
2937m4trace:configure.ac:9: -1- m4_pattern_allow([^STRIP$])
2938m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2939m4trace:configure.ac:9: -1- AM_PROG_MKDIR_P
2940m4trace:configure.ac:9: -1- m4_pattern_allow([^MKDIR_P$])
2941m4trace:configure.ac:9: -1- m4_pattern_allow([^mkdir_p$])
2942m4trace:configure.ac:9: -1- m4_pattern_allow([^AWK$])
2943m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$])
2944m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT
2945m4trace:configure.ac:9: -1- m4_pattern_allow([^am__leading_dot$])
2946m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2947                             [_AM_PROG_TAR([v7])])])
2948m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
2949m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
2950m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-pax])
2951m4trace:configure.ac:9: -1- _AM_PROG_TAR([v7])
2952m4trace:configure.ac:9: -1- AM_MISSING_PROG([AMTAR], [tar])
2953m4trace:configure.ac:9: -1- m4_pattern_allow([^AMTAR$])
2954m4trace:configure.ac:9: -1- m4_pattern_allow([^am__tar$])
2955m4trace:configure.ac:9: -1- m4_pattern_allow([^am__untar$])
2956m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2957                  [_AM_DEPENDENCIES(CC)],
2958                  [define([AC_PROG_CC],
2959                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
2960AC_PROVIDE_IFELSE([AC_PROG_CXX],
2961                  [_AM_DEPENDENCIES(CXX)],
2962                  [define([AC_PROG_CXX],
2963                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
2964AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2965                  [_AM_DEPENDENCIES(OBJC)],
2966                  [define([AC_PROG_OBJC],
2967                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
2968])
2969m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies])
2970m4trace:configure.ac:9: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
2971m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([silent-rules])
2972m4trace:configure.ac:10: -1- AM_SILENT_RULES([yes])
2973m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2974m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
2975m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2976m4trace:configure.ac:11: -1- AM_MAINTAINER_MODE
2977m4trace:configure.ac:11: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2978m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
2979m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
2980m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
2981m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
2982m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINT$])
2983m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AC_GNU_SOURCE' is obsolete.
2984You should run autoupdate.], [../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from...
2985configure.ac:14: the top level])
2986m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
2987m4trace:configure.ac:14: -1- m4_pattern_allow([^CFLAGS$])
2988m4trace:configure.ac:14: -1- m4_pattern_allow([^LDFLAGS$])
2989m4trace:configure.ac:14: -1- m4_pattern_allow([^LIBS$])
2990m4trace:configure.ac:14: -1- m4_pattern_allow([^CPPFLAGS$])
2991m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
2992m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
2993m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
2994m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
2995m4trace:configure.ac:14: -1- m4_pattern_allow([^ac_ct_CC$])
2996m4trace:configure.ac:14: -1- m4_pattern_allow([^EXEEXT$])
2997m4trace:configure.ac:14: -1- m4_pattern_allow([^OBJEXT$])
2998m4trace:configure.ac:14: -1- _AM_DEPENDENCIES([CC])
2999m4trace:configure.ac:14: -1- AM_SET_DEPDIR
3000m4trace:configure.ac:14: -1- m4_pattern_allow([^DEPDIR$])
3001m4trace:configure.ac:14: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
3002m4trace:configure.ac:14: -1- AM_MAKE_INCLUDE
3003m4trace:configure.ac:14: -1- m4_pattern_allow([^am__include$])
3004m4trace:configure.ac:14: -1- m4_pattern_allow([^am__quote$])
3005m4trace:configure.ac:14: -1- AM_DEP_TRACK
3006m4trace:configure.ac:14: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
3007m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_TRUE$])
3008m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_FALSE$])
3009m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
3010m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
3011m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
3012m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
3013m4trace:configure.ac:14: -1- m4_pattern_allow([^CCDEPMODE$])
3014m4trace:configure.ac:14: -1- AM_CONDITIONAL([am__fastdepCC], [
3015  test "x$enable_dependency_tracking" != xno \
3016  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
3017m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
3018m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
3019m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
3020m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
3021m4trace:configure.ac:14: -1- m4_pattern_allow([^CPP$])
3022m4trace:configure.ac:14: -1- m4_pattern_allow([^CPPFLAGS$])
3023m4trace:configure.ac:14: -1- m4_pattern_allow([^CPP$])
3024m4trace:configure.ac:14: -1- AC_PROG_EGREP
3025m4trace:configure.ac:14: -1- m4_pattern_allow([^GREP$])
3026m4trace:configure.ac:14: -1- m4_pattern_allow([^EGREP$])
3027m4trace:configure.ac:14: -1- m4_pattern_allow([^STDC_HEADERS$])
3028m4trace:configure.ac:14: -1- m4_pattern_allow([^_POSIX_SOURCE$])
3029m4trace:configure.ac:14: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
3030m4trace:configure.ac:14: -1- m4_pattern_allow([^_MINIX$])
3031m4trace:configure.ac:14: -1- m4_pattern_allow([^__EXTENSIONS__$])
3032m4trace:configure.ac:14: -1- m4_pattern_allow([^_ALL_SOURCE$])
3033m4trace:configure.ac:14: -1- m4_pattern_allow([^_GNU_SOURCE$])
3034m4trace:configure.ac:14: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
3035m4trace:configure.ac:14: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
3036m4trace:configure.ac:16: -1- _m4_warn([obsolete], [The macro `AC_STDC_HEADERS' is obsolete.
3037You should run autoupdate.], [../../lib/autoconf/oldnames.m4:96: AC_STDC_HEADERS is expanded from...
3038configure.ac:16: the top level])
3039m4trace:configure.ac:16: -1- m4_pattern_allow([^STDC_HEADERS$])
3040m4trace:configure.ac:17: -1- m4_pattern_allow([^CXX$])
3041m4trace:configure.ac:17: -1- m4_pattern_allow([^CXXFLAGS$])
3042m4trace:configure.ac:17: -1- m4_pattern_allow([^LDFLAGS$])
3043m4trace:configure.ac:17: -1- m4_pattern_allow([^LIBS$])
3044m4trace:configure.ac:17: -1- m4_pattern_allow([^CPPFLAGS$])
3045m4trace:configure.ac:17: -1- m4_pattern_allow([^CXX$])
3046m4trace:configure.ac:17: -1- m4_pattern_allow([^ac_ct_CXX$])
3047m4trace:configure.ac:17: -1- _AM_DEPENDENCIES([CXX])
3048m4trace:configure.ac:17: -1- m4_pattern_allow([^CXXDEPMODE$])
3049m4trace:configure.ac:17: -1- AM_CONDITIONAL([am__fastdepCXX], [
3050  test "x$enable_dependency_tracking" != xno \
3051  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
3052m4trace:configure.ac:17: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
3053m4trace:configure.ac:17: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
3054m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
3055m4trace:configure.ac:17: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
3056m4trace:configure.ac:18: -1- AM_PROG_CC_C_O
3057m4trace:configure.ac:18: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
3058m4trace:configure.ac:19: -1- AC_PROG_LIBTOOL([])
3059m4trace:configure.ac:19: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
3060You should run autoupdate.], [/usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
3061configure.ac:19: the top level])
3062m4trace:configure.ac:19: -1- LT_INIT([])
3063m4trace:configure.ac:19: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
3064m4trace:configure.ac:19: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
3065m4trace:configure.ac:19: -1- LTOPTIONS_VERSION
3066m4trace:configure.ac:19: -1- LTSUGAR_VERSION
3067m4trace:configure.ac:19: -1- LTVERSION_VERSION
3068m4trace:configure.ac:19: -1- LTOBSOLETE_VERSION
3069m4trace:configure.ac:19: -1- _LT_PROG_LTMAIN
3070m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBTOOL$])
3071m4trace:configure.ac:19: -1- m4_pattern_allow([^build$])
3072m4trace:configure.ac:19: -1- m4_pattern_allow([^build_cpu$])
3073m4trace:configure.ac:19: -1- m4_pattern_allow([^build_vendor$])
3074m4trace:configure.ac:19: -1- m4_pattern_allow([^build_os$])
3075m4trace:configure.ac:19: -1- m4_pattern_allow([^host$])
3076m4trace:configure.ac:19: -1- m4_pattern_allow([^host_cpu$])
3077m4trace:configure.ac:19: -1- m4_pattern_allow([^host_vendor$])
3078m4trace:configure.ac:19: -1- m4_pattern_allow([^host_os$])
3079m4trace:configure.ac:19: -1- LT_PATH_LD
3080m4trace:configure.ac:19: -1- m4_pattern_allow([^SED$])
3081m4trace:configure.ac:19: -1- m4_pattern_allow([^FGREP$])
3082m4trace:configure.ac:19: -1- m4_pattern_allow([^GREP$])
3083m4trace:configure.ac:19: -1- m4_pattern_allow([^LD$])
3084m4trace:configure.ac:19: -1- LT_PATH_NM
3085m4trace:configure.ac:19: -1- m4_pattern_allow([^DUMPBIN$])
3086m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
3087m4trace:configure.ac:19: -1- m4_pattern_allow([^DUMPBIN$])
3088m4trace:configure.ac:19: -1- m4_pattern_allow([^NM$])
3089m4trace:configure.ac:19: -1- m4_pattern_allow([^LN_S$])
3090m4trace:configure.ac:19: -1- LT_CMD_MAX_LEN
3091m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJDUMP$])
3092m4trace:configure.ac:19: -1- m4_pattern_allow([^OBJDUMP$])
3093m4trace:configure.ac:19: -1- m4_pattern_allow([^AR$])
3094m4trace:configure.ac:19: -1- m4_pattern_allow([^STRIP$])
3095m4trace:configure.ac:19: -1- m4_pattern_allow([^RANLIB$])
3096m4trace:configure.ac:19: -1- m4_pattern_allow([LT_OBJDIR])
3097m4trace:configure.ac:19: -1- m4_pattern_allow([^LT_OBJDIR$])
3098m4trace:configure.ac:19: -1- m4_pattern_allow([^lt_ECHO$])
3099m4trace:configure.ac:19: -1- _LT_CC_BASENAME([$compiler])
3100m4trace:configure.ac:19: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
3101m4trace:configure.ac:19: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
3102m4trace:configure.ac:19: -1- LT_SUPPORTED_TAG([CC])
3103m4trace:configure.ac:19: -1- _LT_COMPILER_BOILERPLATE
3104m4trace:configure.ac:19: -1- _LT_LINKER_BOILERPLATE
3105m4trace:configure.ac:19: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
3106m4trace:configure.ac:19: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
3107     "" | " "*) ;;
3108     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
3109     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
3110     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
3111m4trace:configure.ac:19: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
3112m4trace:configure.ac:19: -1- m4_pattern_allow([^DSYMUTIL$])
3113m4trace:configure.ac:19: -1- m4_pattern_allow([^NMEDIT$])
3114m4trace:configure.ac:19: -1- m4_pattern_allow([^LIPO$])
3115m4trace:configure.ac:19: -1- m4_pattern_allow([^OTOOL$])
3116m4trace:configure.ac:19: -1- m4_pattern_allow([^OTOOL64$])
3117m4trace:configure.ac:19: -1- LT_SYS_DLOPEN_SELF
3118m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
3119m4trace:configure.ac:19: -1- LT_LANG([CXX])
3120m4trace:configure.ac:19: -1- LT_SUPPORTED_TAG([CXX])
3121m4trace:configure.ac:19: -1- m4_pattern_allow([^CXX$])
3122m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXFLAGS$])
3123m4trace:configure.ac:19: -1- m4_pattern_allow([^LDFLAGS$])
3124m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBS$])
3125m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
3126m4trace:configure.ac:19: -1- m4_pattern_allow([^CXX$])
3127m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_CXX$])
3128m4trace:configure.ac:19: -1- _AM_DEPENDENCIES([CXX])
3129m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXDEPMODE$])
3130m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCXX], [
3131  test "x$enable_dependency_tracking" != xno \
3132  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
3133m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
3134m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
3135m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
3136m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
3137m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXCPP$])
3138m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
3139m4trace:configure.ac:19: -1- m4_pattern_allow([^CXXCPP$])
3140m4trace:configure.ac:19: -1- _LT_COMPILER_BOILERPLATE
3141m4trace:configure.ac:19: -1- _LT_LINKER_BOILERPLATE
3142m4trace:configure.ac:19: -1- _LT_CC_BASENAME([$compiler])
3143m4trace:configure.ac:19: -1- LT_PATH_LD
3144m4trace:configure.ac:19: -1- m4_pattern_allow([^LD$])
3145m4trace:configure.ac:19: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t@m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
3146     "" | " "*) ;;
3147     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
3148     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
3149     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
3150m4trace:configure.ac:19: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
3151m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
3152m4trace:configure.ac:23: -1- m4_pattern_allow([^VERSION$])
3153m4trace:configure.ac:25: -1- AM_CONFIG_HEADER([config.h])
3154m4trace:configure.ac:25: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
3155You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
3156configure.ac:25: the top level])
3157m4trace:configure.ac:28: -1- IT_PROG_INTLTOOL([0.40.0])
3158m4trace:configure.ac:28: -1- AM_NLS
3159m4trace:configure.ac:28: -1- m4_pattern_allow([^USE_NLS$])
3160m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_UPDATE$])
3161m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_MERGE$])
3162m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_EXTRACT$])
3163m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_DESKTOP_RULE])
3164m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_DESKTOP_RULE$])
3165m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_DESKTOP_RULE])
3166m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_DIRECTORY_RULE])
3167m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_DIRECTORY_RULE$])
3168m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_DIRECTORY_RULE])
3169m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_KEYS_RULE])
3170m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_KEYS_RULE$])
3171m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_KEYS_RULE])
3172m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_PROP_RULE])
3173m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_PROP_RULE$])
3174m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_PROP_RULE])
3175m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_OAF_RULE])
3176m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_OAF_RULE$])
3177m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_OAF_RULE])
3178m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_PONG_RULE])
3179m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_PONG_RULE$])
3180m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_PONG_RULE])
3181m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_SERVER_RULE])
3182m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_SERVER_RULE$])
3183m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_SERVER_RULE])
3184m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_SHEET_RULE])
3185m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_SHEET_RULE$])
3186m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_SHEET_RULE])
3187m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_SOUNDLIST_RULE])
3188m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_SOUNDLIST_RULE$])
3189m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_SOUNDLIST_RULE])
3190m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_UI_RULE])
3191m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_UI_RULE$])
3192m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_UI_RULE])
3193m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_XAM_RULE])
3194m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_XAM_RULE$])
3195m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_XAM_RULE])
3196m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_KBD_RULE])
3197m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_KBD_RULE$])
3198m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_KBD_RULE])
3199m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_XML_RULE])
3200m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_XML_RULE$])
3201m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_XML_RULE])
3202m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_XML_NOMERGE_RULE])
3203m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_XML_NOMERGE_RULE$])
3204m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_XML_NOMERGE_RULE])
3205m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_CAVES_RULE])
3206m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_CAVES_RULE$])
3207m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_CAVES_RULE])
3208m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_SCHEMAS_RULE])
3209m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_SCHEMAS_RULE$])
3210m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_SCHEMAS_RULE])
3211m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_THEME_RULE])
3212m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_THEME_RULE$])
3213m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_THEME_RULE])
3214m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_SERVICE_RULE])
3215m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_SERVICE_RULE$])
3216m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_SERVICE_RULE])
3217m4trace:configure.ac:28: -1- _IT_SUBST([INTLTOOL_POLICY_RULE])
3218m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_POLICY_RULE$])
3219m4trace:configure.ac:28: -1- _AM_SUBST_NOTMAKE([INTLTOOL_POLICY_RULE])
3220m4trace:configure.ac:28: -1- m4_pattern_allow([^XGETTEXT$])
3221m4trace:configure.ac:28: -1- m4_pattern_allow([^MSGMERGE$])
3222m4trace:configure.ac:28: -1- m4_pattern_allow([^MSGFMT$])
3223m4trace:configure.ac:28: -1- m4_pattern_allow([^GMSGFMT$])
3224m4trace:configure.ac:28: -1- m4_pattern_allow([^INTLTOOL_PERL$])
3225m4trace:configure.ac:28: -1- m4_pattern_allow([^ALL_LINGUAS$])
3226m4trace:configure.ac:28: -1- m4_pattern_allow([^DATADIRNAME$])
3227m4trace:configure.ac:28: -1- IT_PO_SUBDIR([po])
3228m4trace:configure.ac:30: -1- GNOME_DOC_INIT
3229m4trace:configure.ac:30: -1- PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required], [gdu_cv_have_gdu=yes], [gdu_cv_have_gdu=no])
3230m4trace:configure.ac:30: -1- PKG_PROG_PKG_CONFIG
3231m4trace:configure.ac:30: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
3232m4trace:configure.ac:30: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
3233m4trace:configure.ac:30: -1- m4_pattern_allow([^PKG_CONFIG$])
3234m4trace:configure.ac:30: -1- m4_pattern_allow([^PKG_CONFIG$])
3235m4trace:configure.ac:30: -1- GNOME_DOC_DEFINES
3236m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3237You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3238/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
3239/usr/share/aclocal/gnome-doc-utils.m4:38: GNOME_DOC_INIT is expanded from...
3240configure.ac:30: the top level])
3241m4trace:configure.ac:30: -1- m4_pattern_allow([^HELP_DIR$])
3242m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3243You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3244/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
3245/usr/share/aclocal/gnome-doc-utils.m4:38: GNOME_DOC_INIT is expanded from...
3246configure.ac:30: the top level])
3247m4trace:configure.ac:30: -1- m4_pattern_allow([^OMF_DIR$])
3248m4trace:configure.ac:30: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3249You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3250/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
3251/usr/share/aclocal/gnome-doc-utils.m4:38: GNOME_DOC_INIT is expanded from...
3252configure.ac:30: the top level])
3253m4trace:configure.ac:30: -1- m4_pattern_allow([^DOC_USER_FORMATS$])
3254m4trace:configure.ac:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3255You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3256../../lib/autoconf/general.m4:1474: AC_ARG_ENABLE is expanded from...
3257/usr/share/aclocal/gnome-doc-utils.m4:3: GNOME_DOC_DEFINES is expanded from...
3258/usr/share/aclocal/gnome-doc-utils.m4:38: GNOME_DOC_INIT is expanded from...
3259configure.ac:30: the top level])
3260m4trace:configure.ac:30: -1- AM_CONDITIONAL([ENABLE_SK], [test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
3261m4trace:configure.ac:30: -1- m4_pattern_allow([^ENABLE_SK_TRUE$])
3262m4trace:configure.ac:30: -1- m4_pattern_allow([^ENABLE_SK_FALSE$])
3263m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([ENABLE_SK_TRUE])
3264m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([ENABLE_SK_FALSE])
3265m4trace:configure.ac:30: -1- m4_pattern_allow([^DISTCHECK_CONFIGURE_FLAGS$])
3266m4trace:configure.ac:30: -1- AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS], [test "$gdu_cv_have_gdu" = "yes"])
3267m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_TRUE$])
3268m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_FALSE$])
3269m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([HAVE_GNOME_DOC_UTILS_TRUE])
3270m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([HAVE_GNOME_DOC_UTILS_FALSE])
3271m4trace:configure.ac:33: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
3272m4trace:configure.ac:34: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
3273m4trace:configure.ac:36: -1- AM_GLIB_GNU_GETTEXT
3274m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
3275m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3276You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3277../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3278../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
3279../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
3280/usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from...
3281/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
3282/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
3283configure.ac:36: the top level])
3284m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
3285m4trace:configure.ac:36: -1- m4_pattern_allow([^USE_NLS$])
3286m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3287You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3288../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3289../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
3290../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
3291../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3292../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
3293../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
3294/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
3295/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
3296/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
3297configure.ac:36: the top level])
3298m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3299You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3300../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3301../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
3302../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
3303../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3304../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
3305../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
3306/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
3307/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
3308/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
3309configure.ac:36: the top level])
3310m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
3311m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
3312m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_GETTEXT$])
3313m4trace:configure.ac:36: -1- m4_pattern_allow([^MSGFMT$])
3314m4trace:configure.ac:36: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
3315m4trace:configure.ac:36: -1- GLIB_RUN_PROG([$MSGFMT -c -o /dev/null], [
3316msgid ""
3317msgstr ""
3318"Content-Type: text/plain; charset=UTF-8\n"
3319"Project-Id-Version: test 1.0\n"
3320"PO-Revision-Date: 2007-02-15 12:01+0100\n"
3321"Last-Translator: test <foo@bar.xx>\n"
3322"Language-Team: C <LL@li.org>\n"
3323"MIME-Version: 1.0\n"
3324"Content-Transfer-Encoding: 8bit\n"
3325], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
3326m4trace:configure.ac:36: -1- m4_pattern_allow([^MSGFMT_OPTS$])
3327m4trace:configure.ac:36: -1- m4_pattern_allow([^GMSGFMT$])
3328m4trace:configure.ac:36: -1- m4_pattern_allow([^XGETTEXT$])
3329m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3330You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3331../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3332../../lib/autoconf/headers.m4:151: _AC_CHECK_HEADER_MONGREL is expanded from...
3333../../lib/autoconf/headers.m4:89: AC_CHECK_HEADER is expanded from...
3334/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
3335/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
3336/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
3337configure.ac:36: the top level])
3338m4trace:configure.ac:36: -1- m4_pattern_allow([^ENABLE_NLS$])
3339m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
3340You should run autoupdate.], [../../lib/autoconf/status.m4:1040: AC_OUTPUT_COMMANDS is expanded from...
3341/usr/share/aclocal/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from...
3342/usr/share/aclocal/glib-gettext.m4:312: GLIB_GNU_GETTEXT is expanded from...
3343/usr/share/aclocal/glib-gettext.m4:412: AM_GLIB_GNU_GETTEXT is expanded from...
3344configure.ac:36: the top level])
3345m4trace:configure.ac:36: -1- m4_pattern_allow([^CATALOGS$])
3346m4trace:configure.ac:36: -1- m4_pattern_allow([^CATOBJEXT$])
3347m4trace:configure.ac:36: -1- m4_pattern_allow([^DATADIRNAME$])
3348m4trace:configure.ac:36: -1- m4_pattern_allow([^GMOFILES$])
3349m4trace:configure.ac:36: -1- m4_pattern_allow([^INSTOBJEXT$])
3350m4trace:configure.ac:36: -1- m4_pattern_allow([^INTLLIBS$])
3351m4trace:configure.ac:36: -1- m4_pattern_allow([^PO_IN_DATADIR_TRUE$])
3352m4trace:configure.ac:36: -1- m4_pattern_allow([^PO_IN_DATADIR_FALSE$])
3353m4trace:configure.ac:36: -1- m4_pattern_allow([^POFILES$])
3354m4trace:configure.ac:36: -1- m4_pattern_allow([^POSUB$])
3355m4trace:configure.ac:36: -1- m4_pattern_allow([^MKINSTALLDIRS$])
3356m4trace:configure.ac:57: -1- EXTRA_COMPILE_WARNINGS([yes])
3357m4trace:configure.ac:57: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3358You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3359acinclude.m4:293: EXTRA_COMPILE_WARNINGS is expanded from...
3360configure.ac:57: the top level])
3361m4trace:configure.ac:57: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3362You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3363acinclude.m4:293: EXTRA_COMPILE_WARNINGS is expanded from...
3364configure.ac:57: the top level])
3365m4trace:configure.ac:57: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3366You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3367acinclude.m4:293: EXTRA_COMPILE_WARNINGS is expanded from...
3368configure.ac:57: the top level])
3369m4trace:configure.ac:57: -1- m4_pattern_allow([^WARN_CFLAGS$])
3370m4trace:configure.ac:59: -1- PKG_CHECK_MODULES([GTHREAD], [gthread-2.0])
3371m4trace:configure.ac:59: -1- m4_pattern_allow([^GTHREAD_CFLAGS$])
3372m4trace:configure.ac:59: -1- m4_pattern_allow([^GTHREAD_LIBS$])
3373m4trace:configure.ac:59: -1- PKG_CHECK_EXISTS([gthread-2.0], [pkg_cv_[]GTHREAD_CFLAGS=`$PKG_CONFIG --[]cflags "gthread-2.0" 2>/dev/null`], [pkg_failed=yes])
3374m4trace:configure.ac:59: -1- PKG_CHECK_EXISTS([gthread-2.0], [pkg_cv_[]GTHREAD_LIBS=`$PKG_CONFIG --[]libs "gthread-2.0" 2>/dev/null`], [pkg_failed=yes])
3375m4trace:configure.ac:59: -1- _PKG_SHORT_ERRORS_SUPPORTED
3376m4trace:configure.ac:60: -1- m4_pattern_allow([^GTHREAD_CFLAGS$])
3377m4trace:configure.ac:61: -1- m4_pattern_allow([^GTHREAD_LIBS$])
3378m4trace:configure.ac:63: -1- PKG_CHECK_MODULES([COMMON], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3379        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3380        gio-2.0 >= $GLIB_REQUIRED_VERSION
3381])
3382m4trace:configure.ac:63: -1- m4_pattern_allow([^COMMON_CFLAGS$])
3383m4trace:configure.ac:63: -1- m4_pattern_allow([^COMMON_LIBS$])
3384m4trace:configure.ac:63: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3385        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3386        gio-2.0 >= $GLIB_REQUIRED_VERSION
3387], [pkg_cv_[]COMMON_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3388        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3389        gio-2.0 >= $GLIB_REQUIRED_VERSION
3390" 2>/dev/null`], [pkg_failed=yes])
3391m4trace:configure.ac:63: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3392        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3393        gio-2.0 >= $GLIB_REQUIRED_VERSION
3394], [pkg_cv_[]COMMON_LIBS=`$PKG_CONFIG --[]libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3395        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3396        gio-2.0 >= $GLIB_REQUIRED_VERSION
3397" 2>/dev/null`], [pkg_failed=yes])
3398m4trace:configure.ac:63: -1- _PKG_SHORT_ERRORS_SUPPORTED
3399m4trace:configure.ac:68: -1- m4_pattern_allow([^COMMON_CFLAGS$])
3400m4trace:configure.ac:69: -1- m4_pattern_allow([^COMMON_LIBS$])
3401m4trace:configure.ac:71: -1- PKG_CHECK_MODULES([DAEMON], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3402        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3403        gio-2.0 >= $GLIB_REQUIRED_VERSION
3404])
3405m4trace:configure.ac:71: -1- m4_pattern_allow([^DAEMON_CFLAGS$])
3406m4trace:configure.ac:71: -1- m4_pattern_allow([^DAEMON_LIBS$])
3407m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3408        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3409        gio-2.0 >= $GLIB_REQUIRED_VERSION
3410], [pkg_cv_[]DAEMON_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3411        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3412        gio-2.0 >= $GLIB_REQUIRED_VERSION
3413" 2>/dev/null`], [pkg_failed=yes])
3414m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3415        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3416        gio-2.0 >= $GLIB_REQUIRED_VERSION
3417], [pkg_cv_[]DAEMON_LIBS=`$PKG_CONFIG --[]libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3418        gobject-2.0 >= $GLIB_REQUIRED_VERSION
3419        gio-2.0 >= $GLIB_REQUIRED_VERSION
3420" 2>/dev/null`], [pkg_failed=yes])
3421m4trace:configure.ac:71: -1- _PKG_SHORT_ERRORS_SUPPORTED
3422m4trace:configure.ac:76: -1- m4_pattern_allow([^DAEMON_CFLAGS$])
3423m4trace:configure.ac:77: -1- m4_pattern_allow([^DAEMON_LIBS$])
3424m4trace:configure.ac:79: -1- PKG_CHECK_MODULES([XLIB], [x11 xau], [], [AC_PATH_XTRA
3425    if test "x$no_x" = xyes; then
3426      AC_MSG_ERROR("no (requires X development libraries)")
3427    else
3428      XLIB_LIBS="$X_PRE_LIBS $X_LIBS -lXau -lX11 -lXext $X_EXTRA_LIBS"
3429      XLIB_CFLAGS=$X_CFLAGS
3430    fi])
3431m4trace:configure.ac:79: -1- m4_pattern_allow([^XLIB_CFLAGS$])
3432m4trace:configure.ac:79: -1- m4_pattern_allow([^XLIB_LIBS$])
3433m4trace:configure.ac:79: -1- PKG_CHECK_EXISTS([x11 xau], [pkg_cv_[]XLIB_CFLAGS=`$PKG_CONFIG --[]cflags "x11 xau" 2>/dev/null`], [pkg_failed=yes])
3434m4trace:configure.ac:79: -1- PKG_CHECK_EXISTS([x11 xau], [pkg_cv_[]XLIB_LIBS=`$PKG_CONFIG --[]libs "x11 xau" 2>/dev/null`], [pkg_failed=yes])
3435m4trace:configure.ac:79: -1- _PKG_SHORT_ERRORS_SUPPORTED
3436m4trace:configure.ac:79: -1- m4_pattern_allow([^XMKMF$])
3437m4trace:configure.ac:79: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
3438m4trace:configure.ac:79: -1- m4_pattern_allow([^X_CFLAGS$])
3439m4trace:configure.ac:79: -1- m4_pattern_allow([^X_PRE_LIBS$])
3440m4trace:configure.ac:79: -1- m4_pattern_allow([^X_LIBS$])
3441m4trace:configure.ac:79: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
3442m4trace:configure.ac:79: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
3443m4trace:configure.ac:79: -1- m4_pattern_allow([^X_CFLAGS$])
3444m4trace:configure.ac:79: -1- m4_pattern_allow([^X_PRE_LIBS$])
3445m4trace:configure.ac:79: -1- m4_pattern_allow([^X_LIBS$])
3446m4trace:configure.ac:79: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
3447m4trace:configure.ac:87: -1- m4_pattern_allow([^XLIB_CFLAGS$])
3448m4trace:configure.ac:88: -1- m4_pattern_allow([^XLIB_LIBS$])
3449m4trace:configure.ac:90: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= $GTK_REQUIRED_VERSION
3450])
3451m4trace:configure.ac:90: -1- m4_pattern_allow([^GTK_CFLAGS$])
3452m4trace:configure.ac:90: -1- m4_pattern_allow([^GTK_LIBS$])
3453m4trace:configure.ac:90: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= $GTK_REQUIRED_VERSION
3454], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= $GTK_REQUIRED_VERSION
3455" 2>/dev/null`], [pkg_failed=yes])
3456m4trace:configure.ac:90: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= $GTK_REQUIRED_VERSION
3457], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= $GTK_REQUIRED_VERSION
3458" 2>/dev/null`], [pkg_failed=yes])
3459m4trace:configure.ac:90: -1- _PKG_SHORT_ERRORS_SUPPORTED
3460m4trace:configure.ac:93: -1- m4_pattern_allow([^GTK_CFLAGS$])
3461m4trace:configure.ac:94: -1- m4_pattern_allow([^GTK_LIBS$])
3462m4trace:configure.ac:96: -1- PKG_CHECK_MODULES([CANBERRA_GTK], [libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED_VERSION
3463])
3464m4trace:configure.ac:96: -1- m4_pattern_allow([^CANBERRA_GTK_CFLAGS$])
3465m4trace:configure.ac:96: -1- m4_pattern_allow([^CANBERRA_GTK_LIBS$])
3466m4trace:configure.ac:96: -1- PKG_CHECK_EXISTS([libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED_VERSION
3467], [pkg_cv_[]CANBERRA_GTK_CFLAGS=`$PKG_CONFIG --[]cflags "libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED_VERSION
3468" 2>/dev/null`], [pkg_failed=yes])
3469m4trace:configure.ac:96: -1- PKG_CHECK_EXISTS([libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED_VERSION
3470], [pkg_cv_[]CANBERRA_GTK_LIBS=`$PKG_CONFIG --[]libs "libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED_VERSION
3471" 2>/dev/null`], [pkg_failed=yes])
3472m4trace:configure.ac:96: -1- _PKG_SHORT_ERRORS_SUPPORTED
3473m4trace:configure.ac:99: -1- m4_pattern_allow([^GCONF_CFLAGS$])
3474m4trace:configure.ac:100: -1- m4_pattern_allow([^GCONF_LIBS$])
3475m4trace:configure.ac:102: -1- PKG_CHECK_MODULES([GCONF], [gconf-2.0 >= $GCONF_REQUIRED_VERSION
3476])
3477m4trace:configure.ac:102: -1- m4_pattern_allow([^GCONF_CFLAGS$])
3478m4trace:configure.ac:102: -1- m4_pattern_allow([^GCONF_LIBS$])
3479m4trace:configure.ac:102: -1- PKG_CHECK_EXISTS([gconf-2.0 >= $GCONF_REQUIRED_VERSION
3480], [pkg_cv_[]GCONF_CFLAGS=`$PKG_CONFIG --[]cflags "gconf-2.0 >= $GCONF_REQUIRED_VERSION
3481" 2>/dev/null`], [pkg_failed=yes])
3482m4trace:configure.ac:102: -1- PKG_CHECK_EXISTS([gconf-2.0 >= $GCONF_REQUIRED_VERSION
3483], [pkg_cv_[]GCONF_LIBS=`$PKG_CONFIG --[]libs "gconf-2.0 >= $GCONF_REQUIRED_VERSION
3484" 2>/dev/null`], [pkg_failed=yes])
3485m4trace:configure.ac:102: -1- _PKG_SHORT_ERRORS_SUPPORTED
3486m4trace:configure.ac:105: -1- m4_pattern_allow([^GCONF_CFLAGS$])
3487m4trace:configure.ac:106: -1- m4_pattern_allow([^GCONF_LIBS$])
3488m4trace:configure.ac:108: -1- PKG_CHECK_MODULES([DEVKIT_POWER], [devkit-power-gobject >= $DEVKIT_POWER_REQUIRED_VERSION], [have_devicekit_power=yes], [have_devicekit_power=no
3489])
3490m4trace:configure.ac:108: -1- m4_pattern_allow([^DEVKIT_POWER_CFLAGS$])
3491m4trace:configure.ac:108: -1- m4_pattern_allow([^DEVKIT_POWER_LIBS$])
3492m4trace:configure.ac:108: -1- PKG_CHECK_EXISTS([devkit-power-gobject >= $DEVKIT_POWER_REQUIRED_VERSION], [pkg_cv_[]DEVKIT_POWER_CFLAGS=`$PKG_CONFIG --[]cflags "devkit-power-gobject >= $DEVKIT_POWER_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3493m4trace:configure.ac:108: -1- PKG_CHECK_EXISTS([devkit-power-gobject >= $DEVKIT_POWER_REQUIRED_VERSION], [pkg_cv_[]DEVKIT_POWER_LIBS=`$PKG_CONFIG --[]libs "devkit-power-gobject >= $DEVKIT_POWER_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3494m4trace:configure.ac:108: -1- _PKG_SHORT_ERRORS_SUPPORTED
3495m4trace:configure.ac:114: -1- m4_pattern_allow([^HAVE_DEVICEKIT_POWER$])
3496m4trace:configure.ac:116: -1- m4_pattern_allow([^HAVE_DEVICEKIT_POWER$])
3497m4trace:configure.ac:117: -1- m4_pattern_allow([^DEVKIT_POWER_CFLAGS$])
3498m4trace:configure.ac:118: -1- m4_pattern_allow([^DEVKIT_POWER_LIBS$])
3499m4trace:configure.ac:120: -1- PKG_CHECK_MODULES([SIMPLE_GREETER], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3500        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3501        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3502        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3503        fontconfig >= $FONTCONFIG_REQUIRED_VERSION
3504        gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION
3505    gstreamermm-0.10 >= $GSTREAMER_REQUIRED_VERSION
3506])
3507m4trace:configure.ac:120: -1- m4_pattern_allow([^SIMPLE_GREETER_CFLAGS$])
3508m4trace:configure.ac:120: -1- m4_pattern_allow([^SIMPLE_GREETER_LIBS$])
3509m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3510        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3511        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3512        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3513        fontconfig >= $FONTCONFIG_REQUIRED_VERSION
3514        gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION
3515    gstreamermm-0.10 >= $GSTREAMER_REQUIRED_VERSION
3516], [pkg_cv_[]SIMPLE_GREETER_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3517        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3518        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3519        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3520        fontconfig >= $FONTCONFIG_REQUIRED_VERSION
3521        gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION
3522    gstreamermm-0.10 >= $GSTREAMER_REQUIRED_VERSION
3523" 2>/dev/null`], [pkg_failed=yes])
3524m4trace:configure.ac:120: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3525        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3526        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3527        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3528        fontconfig >= $FONTCONFIG_REQUIRED_VERSION
3529        gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION
3530    gstreamermm-0.10 >= $GSTREAMER_REQUIRED_VERSION
3531], [pkg_cv_[]SIMPLE_GREETER_LIBS=`$PKG_CONFIG --[]libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3532        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3533        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3534        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3535        fontconfig >= $FONTCONFIG_REQUIRED_VERSION
3536        gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION
3537    gstreamermm-0.10 >= $GSTREAMER_REQUIRED_VERSION
3538" 2>/dev/null`], [pkg_failed=yes])
3539m4trace:configure.ac:120: -1- _PKG_SHORT_ERRORS_SUPPORTED
3540m4trace:configure.ac:129: -1- m4_pattern_allow([^SIMPLE_GREETER_CFLAGS$])
3541m4trace:configure.ac:130: -1- m4_pattern_allow([^SIMPLE_GREETER_LIBS$])
3542m4trace:configure.ac:132: -1- PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier >= $LIBXKLAVIER_REQUIRED_VERSION], [have_libxklavier=yes], [have_libxklavier=no])
3543m4trace:configure.ac:132: -1- m4_pattern_allow([^LIBXKLAVIER_CFLAGS$])
3544m4trace:configure.ac:132: -1- m4_pattern_allow([^LIBXKLAVIER_LIBS$])
3545m4trace:configure.ac:132: -1- PKG_CHECK_EXISTS([libxklavier >= $LIBXKLAVIER_REQUIRED_VERSION], [pkg_cv_[]LIBXKLAVIER_CFLAGS=`$PKG_CONFIG --[]cflags "libxklavier >= $LIBXKLAVIER_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3546m4trace:configure.ac:132: -1- PKG_CHECK_EXISTS([libxklavier >= $LIBXKLAVIER_REQUIRED_VERSION], [pkg_cv_[]LIBXKLAVIER_LIBS=`$PKG_CONFIG --[]libs "libxklavier >= $LIBXKLAVIER_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3547m4trace:configure.ac:132: -1- _PKG_SHORT_ERRORS_SUPPORTED
3548m4trace:configure.ac:137: -1- m4_pattern_allow([^HAVE_LIBXKLAVIER$])
3549m4trace:configure.ac:139: -1- AM_CONDITIONAL([HAVE_LIBXKLAVIER], [test x$have_libxklavier = xyes])
3550m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_LIBXKLAVIER_TRUE$])
3551m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_LIBXKLAVIER_FALSE$])
3552m4trace:configure.ac:139: -1- _AM_SUBST_NOTMAKE([HAVE_LIBXKLAVIER_TRUE])
3553m4trace:configure.ac:139: -1- _AM_SUBST_NOTMAKE([HAVE_LIBXKLAVIER_FALSE])
3554m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_LIBXKLAVIER$])
3555m4trace:configure.ac:141: -1- m4_pattern_allow([^LIBXKLAVIER_CFLAGS$])
3556m4trace:configure.ac:142: -1- m4_pattern_allow([^LIBXKLAVIER_LIBS$])
3557m4trace:configure.ac:144: -1- PKG_CHECK_MODULES([SIMPLE_CHOOSER], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3558        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3559        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3560        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3561])
3562m4trace:configure.ac:144: -1- m4_pattern_allow([^SIMPLE_CHOOSER_CFLAGS$])
3563m4trace:configure.ac:144: -1- m4_pattern_allow([^SIMPLE_CHOOSER_LIBS$])
3564m4trace:configure.ac:144: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3565        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3566        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3567        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3568], [pkg_cv_[]SIMPLE_CHOOSER_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3569        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3570        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3571        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3572" 2>/dev/null`], [pkg_failed=yes])
3573m4trace:configure.ac:144: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3574        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3575        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3576        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3577], [pkg_cv_[]SIMPLE_CHOOSER_LIBS=`$PKG_CONFIG --[]libs "dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
3578        gtk+-2.0 >= $GTK_REQUIRED_VERSION
3579        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION
3580        gconf-2.0 >= $GCONF_REQUIRED_VERSION
3581" 2>/dev/null`], [pkg_failed=yes])
3582m4trace:configure.ac:144: -1- _PKG_SHORT_ERRORS_SUPPORTED
3583m4trace:configure.ac:150: -1- m4_pattern_allow([^SIMPLE_CHOOSER_CFLAGS$])
3584m4trace:configure.ac:151: -1- m4_pattern_allow([^SIMPLE_CHOOSER_LIBS$])
3585m4trace:configure.ac:153: -1- PKG_CHECK_MODULES([APPLET], [gtk+-2.0 >= $GTK_REQUIRED_VERSION
3586        libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION
3587        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION])
3588m4trace:configure.ac:153: -1- m4_pattern_allow([^APPLET_CFLAGS$])
3589m4trace:configure.ac:153: -1- m4_pattern_allow([^APPLET_LIBS$])
3590m4trace:configure.ac:153: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= $GTK_REQUIRED_VERSION
3591        libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION
3592        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION], [pkg_cv_[]APPLET_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= $GTK_REQUIRED_VERSION
3593        libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION
3594        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3595m4trace:configure.ac:153: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= $GTK_REQUIRED_VERSION
3596        libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION
3597        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION], [pkg_cv_[]APPLET_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= $GTK_REQUIRED_VERSION
3598        libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION
3599        libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION" 2>/dev/null`], [pkg_failed=yes])
3600m4trace:configure.ac:153: -1- _PKG_SHORT_ERRORS_SUPPORTED
3601m4trace:configure.ac:157: -1- m4_pattern_allow([^APPLET_CFLAGS$])
3602m4trace:configure.ac:158: -1- m4_pattern_allow([^APPLET_LIBS$])
3603m4trace:configure.ac:161: -1- m4_pattern_allow([^PLUGIN_LIBTOOL_FLAGS$])
3604m4trace:configure.ac:163: -1- m4_pattern_allow([^GLIB_GENMARSHAL$])
3605m4trace:configure.ac:164: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
3606m4trace:configure.ac:164: -1- m4_pattern_allow([^X_CFLAGS$])
3607m4trace:configure.ac:164: -1- m4_pattern_allow([^X_PRE_LIBS$])
3608m4trace:configure.ac:164: -1- m4_pattern_allow([^X_LIBS$])
3609m4trace:configure.ac:164: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
3610m4trace:configure.ac:167: -1- PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], [have_check=yes], [have_check=no])
3611m4trace:configure.ac:167: -1- m4_pattern_allow([^CHECK_CFLAGS$])
3612m4trace:configure.ac:167: -1- m4_pattern_allow([^CHECK_LIBS$])
3613m4trace:configure.ac:167: -1- PKG_CHECK_EXISTS([check >= 0.9.4], [pkg_cv_[]CHECK_CFLAGS=`$PKG_CONFIG --[]cflags "check >= 0.9.4" 2>/dev/null`], [pkg_failed=yes])
3614m4trace:configure.ac:167: -1- PKG_CHECK_EXISTS([check >= 0.9.4], [pkg_cv_[]CHECK_LIBS=`$PKG_CONFIG --[]libs "check >= 0.9.4" 2>/dev/null`], [pkg_failed=yes])
3615m4trace:configure.ac:167: -1- _PKG_SHORT_ERRORS_SUPPORTED
3616m4trace:configure.ac:171: -1- AM_CONDITIONAL([HAVE_CHECK], [test "x$CHECK_CFLAGS" != "x"])
3617m4trace:configure.ac:171: -1- m4_pattern_allow([^HAVE_CHECK_TRUE$])
3618m4trace:configure.ac:171: -1- m4_pattern_allow([^HAVE_CHECK_FALSE$])
3619m4trace:configure.ac:171: -1- _AM_SUBST_NOTMAKE([HAVE_CHECK_TRUE])
3620m4trace:configure.ac:171: -1- _AM_SUBST_NOTMAKE([HAVE_CHECK_FALSE])
3621m4trace:configure.ac:173: -1- m4_pattern_allow([^GCONFTOOL$])
3622m4trace:configure.ac:175: -1- AM_GCONF_SOURCE_2
3623m4trace:configure.ac:175: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3624You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3625/usr/share/aclocal/gconf-2.m4:8: AM_GCONF_SOURCE_2 is expanded from...
3626configure.ac:175: the top level])
3627m4trace:configure.ac:175: -1- m4_pattern_allow([^GCONF_SCHEMA_CONFIG_SOURCE$])
3628m4trace:configure.ac:175: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3629You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3630/usr/share/aclocal/gconf-2.m4:8: AM_GCONF_SOURCE_2 is expanded from...
3631configure.ac:175: the top level])
3632m4trace:configure.ac:175: -1- m4_pattern_allow([^GCONF_SCHEMA_FILE_DIR$])
3633m4trace:configure.ac:175: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3634You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3635/usr/share/aclocal/gconf-2.m4:8: AM_GCONF_SOURCE_2 is expanded from...
3636configure.ac:175: the top level])
3637m4trace:configure.ac:175: -1- AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
3638m4trace:configure.ac:175: -1- m4_pattern_allow([^GCONF_SCHEMAS_INSTALL_TRUE$])
3639m4trace:configure.ac:175: -1- m4_pattern_allow([^GCONF_SCHEMAS_INSTALL_FALSE$])
3640m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([GCONF_SCHEMAS_INSTALL_TRUE])
3641m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([GCONF_SCHEMAS_INSTALL_FALSE])
3642m4trace:configure.ac:185: -1- m4_pattern_allow([^sysconfsubdir$])
3643m4trace:configure.ac:192: -1- m4_pattern_allow([^gdmconfdir$])
3644m4trace:configure.ac:198: -1- m4_pattern_allow([^dmconfdir$])
3645m4trace:configure.ac:244: -1- m4_pattern_allow([^AT_SPI_REGISTRYD_DIR$])
3646m4trace:configure.ac:261: -1- m4_pattern_allow([^GDM_SESSION_DEFAULT_PATH$])
3647m4trace:configure.ac:279: -1- m4_pattern_allow([^LANG_CONFIG_FILE$])
3648m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_STROPTS_H$])
3649m4trace:configure.ac:286: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$])
3650m4trace:configure.ac:288: -2- m4_pattern_allow([^socklen_t$])
3651m4trace:configure.ac:294: -1- m4_pattern_allow([^HAVE_SYS_SOCKIO_H$])
3652m4trace:configure.ac:298: -1- m4_pattern_allow([^HAVE_CRT_EXTERNS_H$])
3653m4trace:configure.ac:299: -1- m4_pattern_allow([^HAVE__NSGETENVIRON$])
3654m4trace:configure.ac:329: -3- m4_pattern_allow([^HOST_NAME_MAX$])
3655m4trace:configure.ac:330: -3- m4_pattern_allow([^HOST_NAME_MAX$])
3656m4trace:configure.ac:333: -1- m4_pattern_allow([^HAVE_SCHED_YIELD$])
3657m4trace:configure.ac:333: -1- m4_pattern_allow([^HAVE_SCHED_YIELD$])
3658m4trace:configure.ac:348: -1- m4_pattern_allow([^HAVE_MKDTEMP$])
3659m4trace:configure.ac:351: -1- AM_CONDITIONAL([MKDTEMP_MISSING], [test x$mkdtemp_missing = xtrue])
3660m4trace:configure.ac:351: -1- m4_pattern_allow([^MKDTEMP_MISSING_TRUE$])
3661m4trace:configure.ac:351: -1- m4_pattern_allow([^MKDTEMP_MISSING_FALSE$])
3662m4trace:configure.ac:351: -1- _AM_SUBST_NOTMAKE([MKDTEMP_MISSING_TRUE])
3663m4trace:configure.ac:351: -1- _AM_SUBST_NOTMAKE([MKDTEMP_MISSING_FALSE])
3664m4trace:configure.ac:364: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3665You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3666configure.ac:364: the top level])
3667m4trace:configure.ac:393: -1- m4_pattern_allow([^ENABLE_IPV6$])
3668m4trace:configure.ac:419: -1- m4_pattern_allow([^GDM_USERNAME$])
3669m4trace:configure.ac:420: -1- m4_pattern_allow([^GDM_USERNAME$])
3670m4trace:configure.ac:436: -1- m4_pattern_allow([^GDM_GROUPNAME$])
3671m4trace:configure.ac:437: -1- m4_pattern_allow([^GDM_GROUPNAME$])
3672m4trace:configure.ac:458: -1- m4_pattern_allow([^PAM_PREFIX$])
3673m4trace:configure.ac:468: -1- m4_pattern_allow([^HAVE_PAM$])
3674m4trace:configure.ac:469: -1- m4_pattern_allow([^PAM_LIBS$])
3675m4trace:configure.ac:472: -1- m4_pattern_allow([^HAVE_PAM_SYSLOG$])
3676m4trace:configure.ac:478: -1- m4_pattern_allow([^PAM_MESSAGE_NONCONST$])
3677m4trace:configure.ac:504: -1- m4_pattern_allow([^CAN_USE_SETPENV$])
3678m4trace:configure.ac:511: -1- m4_pattern_allow([^HAVE_LOGINCAP$])
3679m4trace:configure.ac:518: -1- m4_pattern_allow([^HAVE_SYS_SOCKIO_H$])
3680m4trace:configure.ac:518: -1- m4_pattern_allow([^HAVE_SYS_SOCKIO_H$])
3681m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_LIBGEN_H$])
3682m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_LIBGEN_H$])
3683m4trace:configure.ac:564: -1- m4_pattern_allow([^HAVE_POSIX_GETPWNAM_R$])
3684m4trace:configure.ac:567: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3685You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3686../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3687../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
3688../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
3689configure.ac:567: the top level])
3690m4trace:configure.ac:577: -1- m4_pattern_allow([^HAVE_NONPOSIX_GETPWNAM_R$])
3691m4trace:configure.ac:589: -1- m4_pattern_allow([^HAVE_LOGIN$])
3692m4trace:configure.ac:592: -1- m4_pattern_allow([^HAVE_LOGOUT$])
3693m4trace:configure.ac:595: -1- m4_pattern_allow([^HAVE_LOGWTMP$])
3694m4trace:configure.ac:598: -1- GDM_CHECK_UTMP
3695m4trace:configure.ac:598: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
3696m4trace:configure.ac:598: -1- m4_pattern_allow([^UTMP$])
3697m4trace:configure.ac:598: -1- m4_pattern_allow([^UTMP$])
3698m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3699You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3700acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3701configure.ac:598: the top level])
3702m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_HOST$])
3703m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3704You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3705acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3706configure.ac:598: the top level])
3707m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_PID$])
3708m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3709You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3710acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3711configure.ac:598: the top level])
3712m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_ID$])
3713m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3714You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3715acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3716configure.ac:598: the top level])
3717m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_NAME$])
3718m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3719You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3720acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3721configure.ac:598: the top level])
3722m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_TYPE$])
3723m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3724You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3725acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3726configure.ac:598: the top level])
3727m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_EXIT_E_TERMINATION$])
3728m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3729You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3730acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3731configure.ac:598: the top level])
3732m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_USER$])
3733m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3734You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3735acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3736configure.ac:598: the top level])
3737m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_TIME$])
3738m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3739You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3740acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3741configure.ac:598: the top level])
3742m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_TV$])
3743m4trace:configure.ac:598: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3744You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3745acinclude.m4:56: GDM_CHECK_UTMP is expanded from...
3746configure.ac:598: the top level])
3747m4trace:configure.ac:598: -1- m4_pattern_allow([^HAVE_UT_UT_SYSLEN$])
3748m4trace:configure.ac:601: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3749You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3750configure.ac:601: the top level])
3751m4trace:configure.ac:610: -1- m4_pattern_allow([^HAVE_UT_SYSLEN$])
3752m4trace:configure.ac:623: -1- m4_pattern_allow([^HAVE_LIBXDMCP$])
3753m4trace:configure.ac:635: -1- m4_pattern_allow([^XDMCP_LIBS$])
3754m4trace:configure.ac:638: -1- AM_CONDITIONAL([XDMCP_SUPPORT], [true])
3755m4trace:configure.ac:638: -1- m4_pattern_allow([^XDMCP_SUPPORT_TRUE$])
3756m4trace:configure.ac:638: -1- m4_pattern_allow([^XDMCP_SUPPORT_FALSE$])
3757m4trace:configure.ac:638: -1- _AM_SUBST_NOTMAKE([XDMCP_SUPPORT_TRUE])
3758m4trace:configure.ac:638: -1- _AM_SUBST_NOTMAKE([XDMCP_SUPPORT_FALSE])
3759m4trace:configure.ac:646: -1- AM_CONDITIONAL([XDMCP_SUPPORT], [false])
3760m4trace:configure.ac:646: -1- m4_pattern_allow([^XDMCP_SUPPORT_TRUE$])
3761m4trace:configure.ac:646: -1- m4_pattern_allow([^XDMCP_SUPPORT_FALSE$])
3762m4trace:configure.ac:646: -1- _AM_SUBST_NOTMAKE([XDMCP_SUPPORT_TRUE])
3763m4trace:configure.ac:646: -1- _AM_SUBST_NOTMAKE([XDMCP_SUPPORT_FALSE])
3764m4trace:configure.ac:649: -1- m4_pattern_allow([^GDMCHOOSER$])
3765m4trace:configure.ac:660: -1- AM_CONDITIONAL([OS_SOLARIS], [test x$os_solaris = xyes])
3766m4trace:configure.ac:660: -1- m4_pattern_allow([^OS_SOLARIS_TRUE$])
3767m4trace:configure.ac:660: -1- m4_pattern_allow([^OS_SOLARIS_FALSE$])
3768m4trace:configure.ac:660: -1- _AM_SUBST_NOTMAKE([OS_SOLARIS_TRUE])
3769m4trace:configure.ac:660: -1- _AM_SUBST_NOTMAKE([OS_SOLARIS_FALSE])
3770m4trace:configure.ac:696: -1- m4_pattern_allow([^HAVE_TCPWRAPPERS$])
3771m4trace:configure.ac:699: -1- m4_pattern_allow([^HAVE_TCPWRAPPERS$])
3772m4trace:configure.ac:718: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3773You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3774configure.ac:718: the top level])
3775m4trace:configure.ac:718: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3776You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3777../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
3778../../lib/autoconf/general.m4:2648: _AC_LINK_IFELSE is expanded from...
3779../../lib/autoconf/general.m4:2665: AC_LINK_IFELSE is expanded from...
3780../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3781configure.ac:718: the top level])
3782m4trace:configure.ac:742: -1- m4_pattern_allow([^LIBWRAP_LIBS$])
3783m4trace:configure.ac:750: -1- m4_pattern_allow([^HAVE_XFT2$])
3784m4trace:configure.ac:768: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3785You should run autoupdate.], [../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
3786configure.ac:768: the top level])
3787m4trace:configure.ac:780: -1- m4_pattern_allow([^HAVE_XINPUT$])
3788m4trace:configure.ac:799: -2- m4_pattern_allow([^HAVE_XFREE_XINERAMA$])
3789m4trace:configure.ac:799: -2- m4_pattern_allow([^HAVE_XINERAMA$])
3790m4trace:configure.ac:826: -2- m4_pattern_allow([^HAVE_SOLARIS_XINERAMA$])
3791m4trace:configure.ac:827: -2- m4_pattern_allow([^HAVE_XINERAMA$])
3792m4trace:configure.ac:839: -1- m4_pattern_allow([^XINERAMA_LIBS$])
3793m4trace:configure.ac:863: -1- m4_pattern_allow([^HAVE_SELINUX$])
3794m4trace:configure.ac:874: -1- m4_pattern_allow([^WITH_CONSOLE_KIT$])
3795m4trace:configure.ac:876: -1- AM_CONDITIONAL([WITH_CONSOLE_KIT], [test x$use_console_kit = xyes])
3796m4trace:configure.ac:876: -1- m4_pattern_allow([^WITH_CONSOLE_KIT_TRUE$])
3797m4trace:configure.ac:876: -1- m4_pattern_allow([^WITH_CONSOLE_KIT_FALSE$])
3798m4trace:configure.ac:876: -1- _AM_SUBST_NOTMAKE([WITH_CONSOLE_KIT_TRUE])
3799m4trace:configure.ac:876: -1- _AM_SUBST_NOTMAKE([WITH_CONSOLE_KIT_FALSE])
3800m4trace:configure.ac:877: -1- m4_pattern_allow([^WITH_CONSOLE_KIT$])
3801m4trace:configure.ac:896: -1- m4_pattern_allow([^DBUS_SYS_DIR$])
3802m4trace:configure.ac:908: -1- m4_pattern_allow([^ISO_CODES_PREFIX$])
3803m4trace:configure.ac:918: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3804You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
3805configure.ac:918: the top level])
3806m4trace:configure.ac:924: -1- m4_pattern_allow([^ENABLE_RBAC_SHUTDOWN$])
3807m4trace:configure.ac:925: -1- m4_pattern_allow([^RBAC_SHUTDOWN_KEY$])
3808m4trace:configure.ac:928: -1- m4_pattern_allow([^RBAC_LIBS$])
3809m4trace:configure.ac:935: -1- m4_pattern_allow([^HAVE_EXECINFO_H$])
3810m4trace:configure.ac:941: -1- m4_pattern_allow([^authdir$])
3811m4trace:configure.ac:942: -1- m4_pattern_allow([^gdmlocaledir$])
3812m4trace:configure.ac:943: -1- m4_pattern_allow([^pixmapdir$])
3813m4trace:configure.ac:954: -1- m4_pattern_allow([^logdir$])
3814m4trace:configure.ac:967: -1- m4_pattern_allow([^AT_BINDIR$])
3815m4trace:configure.ac:980: -1- m4_pattern_allow([^GDM_DEFAULTS_CONF$])
3816m4trace:configure.ac:993: -1- m4_pattern_allow([^GDM_CUSTOM_CONF$])
3817m4trace:configure.ac:994: -1- m4_pattern_allow([^GDM_OLD_CONF$])
3818m4trace:configure.ac:1011: -1- m4_pattern_allow([^XEVIE_OPTION$])
3819m4trace:configure.ac:1012: -1- m4_pattern_allow([^XEVIE_OPTION$])
3820m4trace:configure.ac:1032: -1- m4_pattern_allow([^HAVE_ADT$])
3821m4trace:configure.ac:1038: -1- AM_CONDITIONAL([HAVE_ADT], [test x$check_sun_audit = xyes])
3822m4trace:configure.ac:1038: -1- m4_pattern_allow([^HAVE_ADT_TRUE$])
3823m4trace:configure.ac:1038: -1- m4_pattern_allow([^HAVE_ADT_FALSE$])
3824m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([HAVE_ADT_TRUE])
3825m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([HAVE_ADT_FALSE])
3826m4trace:configure.ac:1056: -1- AM_CONDITIONAL([HAVE_LIBAUDIT], [test x$have_libaudit = xyes])
3827m4trace:configure.ac:1056: -1- m4_pattern_allow([^HAVE_LIBAUDIT_TRUE$])
3828m4trace:configure.ac:1056: -1- m4_pattern_allow([^HAVE_LIBAUDIT_FALSE$])
3829m4trace:configure.ac:1056: -1- _AM_SUBST_NOTMAKE([HAVE_LIBAUDIT_TRUE])
3830m4trace:configure.ac:1056: -1- _AM_SUBST_NOTMAKE([HAVE_LIBAUDIT_FALSE])
3831m4trace:configure.ac:1060: -1- m4_pattern_allow([^HAVE_LIBAUDIT$])
3832m4trace:configure.ac:1066: -1- m4_pattern_allow([^EXTRA_DAEMON_LIBS$])
3833m4trace:configure.ac:1067: -1- m4_pattern_allow([^EXTRA_SLAVE_LIBS$])
3834m4trace:configure.ac:1068: -1- m4_pattern_allow([^EXTRA_CHOOSER_LIBS$])
3835m4trace:configure.ac:1069: -1- m4_pattern_allow([^EXTRA_XNEST_LIBS$])
3836m4trace:configure.ac:1070: -1- m4_pattern_allow([^EXTRA_FLEXI_LIBS$])
3837m4trace:configure.ac:1071: -1- m4_pattern_allow([^EXTRA_DYNAMIC_LIBS$])
3838m4trace:configure.ac:1072: -1- m4_pattern_allow([^EXTRA_SETUP_LIBS$])
3839m4trace:configure.ac:1073: -1- m4_pattern_allow([^EXTRA_TEST_LIBS$])
3840m4trace:configure.ac:1074: -1- m4_pattern_allow([^EXTRA_GREETER_LIBS$])
3841m4trace:configure.ac:1078: -1- m4_pattern_allow([^HAVE_LOGINDEVPERM$])
3842m4trace:configure.ac:1185: -1- AS_AC_EXPAND([LOCALSTATEDIR], [$localstatedir])
3843m4trace:configure.ac:1185: -1- m4_pattern_allow([^LOCALSTATEDIR$])
3844m4trace:configure.ac:1186: -1- AS_AC_EXPAND([SYSCONFDIR], [$sysconfdir])
3845m4trace:configure.ac:1186: -1- m4_pattern_allow([^SYSCONFDIR$])
3846m4trace:configure.ac:1187: -1- AS_AC_EXPAND([DATADIR], [$datadir])
3847m4trace:configure.ac:1187: -1- m4_pattern_allow([^DATADIR$])
3848m4trace:configure.ac:1188: -1- AS_AC_EXPAND([BINDIR], [$bindir])
3849m4trace:configure.ac:1188: -1- m4_pattern_allow([^BINDIR$])
3850m4trace:configure.ac:1189: -1- AS_AC_EXPAND([SBINDIR], [$sbindir])
3851m4trace:configure.ac:1189: -1- m4_pattern_allow([^SBINDIR$])
3852m4trace:configure.ac:1190: -1- AS_AC_EXPAND([LIBDIR], [$libdir])
3853m4trace:configure.ac:1190: -1- m4_pattern_allow([^LIBDIR$])
3854m4trace:configure.ac:1191: -1- AS_AC_EXPAND([LIBEXECDIR], [$libexecdir])
3855m4trace:configure.ac:1191: -1- m4_pattern_allow([^LIBEXECDIR$])
3856m4trace:configure.ac:1207: -1- m4_pattern_allow([^GDM_PID_FILE$])
3857m4trace:configure.ac:1208: -1- m4_pattern_allow([^GDM_PID_FILE$])
3858m4trace:configure.ac:1224: -1- m4_pattern_allow([^GDM_WORKING_DIR$])
3859m4trace:configure.ac:1240: -1- m4_pattern_allow([^GDM_XAUTH_DIR$])
3860m4trace:configure.ac:1273: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
3861You should run autoupdate.], [../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
3862configure.ac:1273: the top level])
3863m4trace:configure.ac:1305: -1- m4_pattern_allow([^DEBUG_CFLAGS$])
3864m4trace:configure.ac:1316: -1- m4_pattern_allow([^ENABLE_PROFILING$])
3865m4trace:configure.ac:1330: -1- m4_pattern_allow([^XSESSION_SHELL$])
3866m4trace:configure.ac:1331: -1- m4_pattern_allow([^XSESSION_SHELL$])
3867m4trace:configure.ac:1332: -1- m4_pattern_allow([^SOUND_PROGRAM$])
3868m4trace:configure.ac:1333: -1- m4_pattern_allow([^SOUND_PROGRAM$])
3869m4trace:configure.ac:1335: -1- m4_pattern_allow([^X_PATH$])
3870m4trace:configure.ac:1336: -1- m4_pattern_allow([^X_SERVER$])
3871m4trace:configure.ac:1337: -1- m4_pattern_allow([^X_SERVER_PATH$])
3872m4trace:configure.ac:1338: -1- m4_pattern_allow([^X_CONFIG_OPTIONS$])
3873m4trace:configure.ac:1339: -1- m4_pattern_allow([^X_SERVER$])
3874m4trace:configure.ac:1340: -1- m4_pattern_allow([^X_SERVER_PATH$])
3875m4trace:configure.ac:1341: -1- m4_pattern_allow([^X_CONFIG_OPTIONS$])
3876m4trace:configure.ac:1343: -1- m4_pattern_allow([^X_XNEST_CMD$])
3877m4trace:configure.ac:1344: -1- m4_pattern_allow([^X_XNEST_CONFIG_OPTIONS$])
3878m4trace:configure.ac:1345: -1- m4_pattern_allow([^X_XNEST_UNSCALED_FONTPATH$])
3879m4trace:configure.ac:1346: -1- m4_pattern_allow([^X_XNEST_CMD$])
3880m4trace:configure.ac:1347: -1- m4_pattern_allow([^X_XNEST_CONFIG_OPTIONS$])
3881m4trace:configure.ac:1348: -1- m4_pattern_allow([^X_XNEST_UNSCALED_FONTPATH$])
3882m4trace:configure.ac:1385: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3883m4trace:configure.ac:1385: -1- m4_pattern_allow([^LTLIBOBJS$])
3884m4trace:configure.ac:1385: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3885m4trace:configure.ac:1385: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3886m4trace:configure.ac:1385: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3887m4trace:configure.ac:1385: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3888m4trace:configure.ac:1385: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3889m4trace:configure.ac:1385: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
3890m4trace:configure.ac:1385: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3891m4trace:configure.ac:1385: -1- _LT_PROG_LTMAIN
Note: See TracBrowser for help on using the repository browser.