Merge lp:~ubuntu-branches/ubuntu/oneiric/gnome-shell/oneiric-201109070806 into lp:ubuntu/oneiric/gnome-shell

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/gnome-shell/oneiric-201109070806
Merge into: lp:ubuntu/oneiric/gnome-shell
Diff against target: 26370 lines (+26261/-0) (has conflicts)
17 files modified
.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/01_favorite_apps.patch/data/org.gnome.shell.gschema.xml.in (+143/-0)
.pc/03_remove-glx-dependency-on-armel.patch/configure (+19017/-0)
.pc/03_remove-glx-dependency-on-armel.patch/configure.ac (+221/-0)
.pc/03_remove-glx-dependency-on-armel.patch/src/gnome-shell-plugin.c (+383/-0)
.pc/04_build-without-caribou.patch/data/org.gnome.shell.gschema.xml.in (+143/-0)
.pc/04_build-without-caribou.patch/js/Makefile.am (+76/-0)
.pc/04_build-without-caribou.patch/js/Makefile.in (+580/-0)
.pc/04_build-without-caribou.patch/js/ui/keyboard.js (+532/-0)
.pc/04_build-without-caribou.patch/js/ui/layout.js (+928/-0)
.pc/04_build-without-caribou.patch/js/ui/main.js (+914/-0)
.pc/04_build-without-caribou.patch/js/ui/messageTray.js (+2351/-0)
.pc/04_build-without-caribou.patch/po/POTFILES.in (+45/-0)
.pc/applied-patches (+3/-0)
debian/control (+88/-0)
debian/patches/04_build-without-caribou.patch (+835/-0)
Conflict adding file .pc/01_favorite_apps.patch.  Moved existing file to .pc/01_favorite_apps.patch.moved.
Conflict adding file .pc/03_remove-glx-dependency-on-armel.patch.  Moved existing file to .pc/03_remove-glx-dependency-on-armel.patch.moved.
Conflict adding file .pc/04_build-without-caribou.patch.  Moved existing file to .pc/04_build-without-caribou.patch.moved.
Conflict adding file .pc/applied-patches.  Moved existing file to .pc/applied-patches.moved.
Text conflict in debian/control
Conflict adding file debian/patches/04_build-without-caribou.patch.  Moved existing file to debian/patches/04_build-without-caribou.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/gnome-shell/oneiric-201109070806
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+74355@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archve and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/oneiric/gnome-shell reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/gnome-shell/oneiric-201109070806. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

38. By Martin Pitt

releasing version 3.1.90.1-0ubuntu1

37. By Martin Pitt

* New upstream release.
* debian/control: Bump build-depends on new mutter
* debian/patches/01_favorite_apps.patch: Updated
* debian/patches/03_remove-glx-dependency-on-armel.patch: Refreshed
* debian/patches/04_build-without-caribou.patch
  - Build without caribou since Ubuntu uses onboard and our System
    Settings doesn't support choosing a different screen keyboard yet

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.pc/.quilt_patches'
2--- .pc/.quilt_patches 1970-01-01 00:00:00 +0000
3+++ .pc/.quilt_patches 2011-09-07 08:11:24 +0000
4@@ -0,0 +1,1 @@
5+debian/patches
6
7=== added file '.pc/.quilt_series'
8--- .pc/.quilt_series 1970-01-01 00:00:00 +0000
9+++ .pc/.quilt_series 2011-09-07 08:11:24 +0000
10@@ -0,0 +1,1 @@
11+series
12
13=== added directory '.pc/01_favorite_apps.patch'
14=== renamed directory '.pc/01_favorite_apps.patch' => '.pc/01_favorite_apps.patch.moved'
15=== added file '.pc/01_favorite_apps.patch/.timestamp'
16=== added directory '.pc/01_favorite_apps.patch/data'
17=== added file '.pc/01_favorite_apps.patch/data/org.gnome.shell.gschema.xml.in'
18--- .pc/01_favorite_apps.patch/data/org.gnome.shell.gschema.xml.in 1970-01-01 00:00:00 +0000
19+++ .pc/01_favorite_apps.patch/data/org.gnome.shell.gschema.xml.in 2011-09-07 08:11:24 +0000
20@@ -0,0 +1,143 @@
21+<schemalist>
22+ <schema id="org.gnome.shell" path="/org/gnome/shell/"
23+ gettext-domain="@GETTEXT_PACKAGE@">
24+ <key name="development-tools" type="b">
25+ <default>true</default>
26+ <_summary>
27+ Enable internal tools useful for developers and testers from Alt-F2
28+ </_summary>
29+ <_description>
30+ Allows access to internal debugging and monitoring tools
31+ using the Alt-F2 dialog.
32+ </_description>
33+ </key>
34+ <key name="enabled-extensions" type="as">
35+ <default>[]</default>
36+ <_summary>Uuids of extensions to enable</_summary>
37+ <_description>
38+ GNOME Shell extensions have a uuid property; this key lists extensions
39+ which should be loaded. disabled-extensions overrides this setting for
40+ extensions that appear in both lists.
41+ </_description>
42+ </key>
43+ <key name="enable-app-monitoring" type="b">
44+ <default>true</default>
45+ <_summary>Whether to collect stats about applications usage</_summary>
46+ <_description>
47+ The shell normally monitors active applications in order to present
48+ the most used ones (e.g. in launchers). While this data will be
49+ kept private, you may want to disable this for privacy reasons.
50+ Please note that doing so won't remove already saved data.
51+ </_description>
52+ </key>
53+ <key name="favorite-apps" type="as">
54+ <default>[ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ]</default>
55+ <_summary>List of desktop file IDs for favorite applications</_summary>
56+ <_description>
57+ The applications corresponding to these identifiers
58+ will be displayed in the favorites area.
59+ </_description>
60+ </key>
61+ <key name="disabled-open-search-providers" type="as">
62+ <default>[]</default>
63+ <_summary>disabled OpenSearch providers</_summary>
64+ </key>
65+ <key name="command-history" type="as">
66+ <default>[]</default>
67+ <_summary>History for command (Alt-F2) dialog</_summary>
68+ </key>
69+ <key name="looking-glass-history" type="as">
70+ <default>[]</default>
71+ <_summary>History for the looking glass dialog</_summary>
72+ </key>
73+ <child name="clock" schema="org.gnome.shell.clock"/>
74+ <child name="calendar" schema="org.gnome.shell.calendar"/>
75+ <child name="recorder" schema="org.gnome.shell.recorder"/>
76+ <child name="keyboard" schema="org.gnome.shell.keyboard"/>
77+ </schema>
78+
79+ <schema id="org.gnome.shell.calendar" path="/org/gnome/shell/calendar/"
80+ gettext-domain="@GETTEXT_PACKAGE@">
81+ <key name="show-weekdate" type="b">
82+ <default>false</default>
83+ <_summary>Show the week date in the calendar</_summary>
84+ <_description>
85+ If true, display the ISO week date in the calendar.
86+ </_description>
87+ </key>
88+ </schema>
89+
90+ <schema id="org.gnome.shell.keyboard" path="/org/gnome/shell/keyboard/"
91+ gettext-domain="@GETTEXT_PACKAGE@">
92+ <key name="show-keyboard" type="b">
93+ <default>false</default>
94+ <_summary>Show the onscreen keyboard</_summary>
95+ <_description>
96+ If true, display onscreen keyboard.
97+ </_description>
98+ </key>
99+ <key name="keyboard-type" type="s">
100+ <default>'touch'</default>
101+ <_summary>Which keyboard to use</_summary>
102+ <_description>
103+ The type of keyboard to use.
104+ </_description>
105+ </key>
106+ </schema>
107+
108+ <schema id="org.gnome.shell.clock" path="/org/gnome/shell/clock/"
109+ gettext-domain="@GETTEXT_PACKAGE@">
110+ <key name="show-seconds" type="b">
111+ <default>false</default>
112+ <_summary>Show time with seconds</_summary>
113+ <_description>
114+ If true, display seconds in time.
115+ </_description>
116+ </key>
117+ <key name="show-date" type="b">
118+ <default>false</default>
119+ <_summary>Show date in clock</_summary>
120+ <_description>
121+ If true, display date in the clock, in addition to time.
122+ </_description>
123+ </key>
124+ </schema>
125+
126+ <schema id="org.gnome.shell.recorder" path="/org/gnome/shell/recorder/"
127+ gettext-domain="@GETTEXT_PACKAGE@">
128+ <key name="framerate" type="i">
129+ <default>15</default>
130+ <_summary>Framerate used for recording screencasts.</_summary>
131+ <_description>
132+ The framerate of the resulting screencast recordered
133+ by GNOME Shell's screencast recorder in frames-per-second.
134+ </_description>
135+ </key>
136+ <key name="pipeline" type="s">
137+ <default>''</default>
138+ <_summary>The gstreamer pipeline used to encode the screencast</_summary>
139+ <_description>
140+ Sets the GStreamer pipeline used to encode recordings.
141+ It follows the syntax used for gst-launch. The pipeline should have
142+ an unconnected sink pad where the recorded video is recorded. It will
143+ normally have a unconnected source pad; output from that pad
144+ will be written into the output file. However the pipeline can also
145+ take care of its own output - this might be used to send the output
146+ to an icecast server via shout2send or similar. When unset or set
147+ to an empty value, the default pipeline will be used. This is currently
148+ 'videorate ! vp8enc quality=10 speed=2 threads=%T ! queue ! webmmux'
149+ and records to WEBM using the VP8 codec. %T is used as a placeholder
150+ for a guess at the optimal thread count on the system.
151+ </_description>
152+ </key>
153+ <key name="file-extension" type="s">
154+ <default>'webm'</default>
155+ <_summary>File extension used for storing the screencast</_summary>
156+ <_description>
157+ The filename for recorded screencasts will be a unique filename
158+ based on the current date, and use this extension. It should be
159+ changed when recording to a different container format.
160+ </_description>
161+ </key>
162+ </schema>
163+</schemalist>
164
165=== added directory '.pc/03_remove-glx-dependency-on-armel.patch'
166=== renamed directory '.pc/03_remove-glx-dependency-on-armel.patch' => '.pc/03_remove-glx-dependency-on-armel.patch.moved'
167=== added file '.pc/03_remove-glx-dependency-on-armel.patch/.timestamp'
168=== added file '.pc/03_remove-glx-dependency-on-armel.patch/configure'
169--- .pc/03_remove-glx-dependency-on-armel.patch/configure 1970-01-01 00:00:00 +0000
170+++ .pc/03_remove-glx-dependency-on-armel.patch/configure 2011-09-07 08:11:24 +0000
171@@ -0,0 +1,19017 @@
172+#! /bin/sh
173+# Guess values for system-dependent variables and create Makefiles.
174+# Generated by GNU Autoconf 2.68 for gnome-shell 3.1.90.1.
175+#
176+# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell>.
177+#
178+#
179+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
180+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
181+# Foundation, Inc.
182+#
183+#
184+# This configure script is free software; the Free Software Foundation
185+# gives unlimited permission to copy, distribute and modify it.
186+## -------------------- ##
187+## M4sh Initialization. ##
188+## -------------------- ##
189+
190+# Be more Bourne compatible
191+DUALCASE=1; export DUALCASE # for MKS sh
192+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
193+ emulate sh
194+ NULLCMD=:
195+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
196+ # is contrary to our usage. Disable this feature.
197+ alias -g '${1+"$@"}'='"$@"'
198+ setopt NO_GLOB_SUBST
199+else
200+ case `(set -o) 2>/dev/null` in #(
201+ *posix*) :
202+ set -o posix ;; #(
203+ *) :
204+ ;;
205+esac
206+fi
207+
208+
209+as_nl='
210+'
211+export as_nl
212+# Printing a long string crashes Solaris 7 /usr/bin/printf.
213+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
214+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
215+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
216+# Prefer a ksh shell builtin over an external printf program on Solaris,
217+# but without wasting forks for bash or zsh.
218+if test -z "$BASH_VERSION$ZSH_VERSION" \
219+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
220+ as_echo='print -r --'
221+ as_echo_n='print -rn --'
222+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
223+ as_echo='printf %s\n'
224+ as_echo_n='printf %s'
225+else
226+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
227+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
228+ as_echo_n='/usr/ucb/echo -n'
229+ else
230+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
231+ as_echo_n_body='eval
232+ arg=$1;
233+ case $arg in #(
234+ *"$as_nl"*)
235+ expr "X$arg" : "X\\(.*\\)$as_nl";
236+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
237+ esac;
238+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
239+ '
240+ export as_echo_n_body
241+ as_echo_n='sh -c $as_echo_n_body as_echo'
242+ fi
243+ export as_echo_body
244+ as_echo='sh -c $as_echo_body as_echo'
245+fi
246+
247+# The user is always right.
248+if test "${PATH_SEPARATOR+set}" != set; then
249+ PATH_SEPARATOR=:
250+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
251+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
252+ PATH_SEPARATOR=';'
253+ }
254+fi
255+
256+
257+# IFS
258+# We need space, tab and new line, in precisely that order. Quoting is
259+# there to prevent editors from complaining about space-tab.
260+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
261+# splitting by setting IFS to empty value.)
262+IFS=" "" $as_nl"
263+
264+# Find who we are. Look in the path if we contain no directory separator.
265+as_myself=
266+case $0 in #((
267+ *[\\/]* ) as_myself=$0 ;;
268+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
269+for as_dir in $PATH
270+do
271+ IFS=$as_save_IFS
272+ test -z "$as_dir" && as_dir=.
273+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
274+ done
275+IFS=$as_save_IFS
276+
277+ ;;
278+esac
279+# We did not find ourselves, most probably we were run as `sh COMMAND'
280+# in which case we are not to be found in the path.
281+if test "x$as_myself" = x; then
282+ as_myself=$0
283+fi
284+if test ! -f "$as_myself"; then
285+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
286+ exit 1
287+fi
288+
289+# Unset variables that we do not need and which cause bugs (e.g. in
290+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
291+# suppresses any "Segmentation fault" message there. '((' could
292+# trigger a bug in pdksh 5.2.14.
293+for as_var in BASH_ENV ENV MAIL MAILPATH
294+do eval test x\${$as_var+set} = xset \
295+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
296+done
297+PS1='$ '
298+PS2='> '
299+PS4='+ '
300+
301+# NLS nuisances.
302+LC_ALL=C
303+export LC_ALL
304+LANGUAGE=C
305+export LANGUAGE
306+
307+# CDPATH.
308+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
309+
310+if test "x$CONFIG_SHELL" = x; then
311+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
312+ emulate sh
313+ NULLCMD=:
314+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
315+ # is contrary to our usage. Disable this feature.
316+ alias -g '\${1+\"\$@\"}'='\"\$@\"'
317+ setopt NO_GLOB_SUBST
318+else
319+ case \`(set -o) 2>/dev/null\` in #(
320+ *posix*) :
321+ set -o posix ;; #(
322+ *) :
323+ ;;
324+esac
325+fi
326+"
327+ as_required="as_fn_return () { (exit \$1); }
328+as_fn_success () { as_fn_return 0; }
329+as_fn_failure () { as_fn_return 1; }
330+as_fn_ret_success () { return 0; }
331+as_fn_ret_failure () { return 1; }
332+
333+exitcode=0
334+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
335+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
336+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
337+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
338+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
339+
340+else
341+ exitcode=1; echo positional parameters were not saved.
342+fi
343+test x\$exitcode = x0 || exit 1"
344+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
345+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
346+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
347+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
348+
349+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
350+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
351+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
352+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
353+ PATH=/empty FPATH=/empty; export PATH FPATH
354+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
355+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
356+test \$(( 1 + 1 )) = 2 || exit 1"
357+ if (eval "$as_required") 2>/dev/null; then :
358+ as_have_required=yes
359+else
360+ as_have_required=no
361+fi
362+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
363+
364+else
365+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
366+as_found=false
367+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
368+do
369+ IFS=$as_save_IFS
370+ test -z "$as_dir" && as_dir=.
371+ as_found=:
372+ case $as_dir in #(
373+ /*)
374+ for as_base in sh bash ksh sh5; do
375+ # Try only shells that exist, to save several forks.
376+ as_shell=$as_dir/$as_base
377+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
378+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
379+ CONFIG_SHELL=$as_shell as_have_required=yes
380+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
381+ break 2
382+fi
383+fi
384+ done;;
385+ esac
386+ as_found=false
387+done
388+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
389+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
390+ CONFIG_SHELL=$SHELL as_have_required=yes
391+fi; }
392+IFS=$as_save_IFS
393+
394+
395+ if test "x$CONFIG_SHELL" != x; then :
396+ # We cannot yet assume a decent shell, so we have to provide a
397+ # neutralization value for shells without unset; and this also
398+ # works around shells that cannot unset nonexistent variables.
399+ # Preserve -v and -x to the replacement shell.
400+ BASH_ENV=/dev/null
401+ ENV=/dev/null
402+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
403+ export CONFIG_SHELL
404+ case $- in # ((((
405+ *v*x* | *x*v* ) as_opts=-vx ;;
406+ *v* ) as_opts=-v ;;
407+ *x* ) as_opts=-x ;;
408+ * ) as_opts= ;;
409+ esac
410+ exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
411+fi
412+
413+ if test x$as_have_required = xno; then :
414+ $as_echo "$0: This script requires a shell more modern than all"
415+ $as_echo "$0: the shells that I found on your system."
416+ if test x${ZSH_VERSION+set} = xset ; then
417+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
418+ $as_echo "$0: be upgraded to zsh 4.3.4 or later."
419+ else
420+ $as_echo "$0: Please tell bug-autoconf@gnu.org and
421+$0: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell
422+$0: about your system, including any error possibly output
423+$0: before this message. Then install a modern shell, or
424+$0: manually run the script under such a shell if you do
425+$0: have one."
426+ fi
427+ exit 1
428+fi
429+fi
430+fi
431+SHELL=${CONFIG_SHELL-/bin/sh}
432+export SHELL
433+# Unset more variables known to interfere with behavior of common tools.
434+CLICOLOR_FORCE= GREP_OPTIONS=
435+unset CLICOLOR_FORCE GREP_OPTIONS
436+
437+## --------------------- ##
438+## M4sh Shell Functions. ##
439+## --------------------- ##
440+# as_fn_unset VAR
441+# ---------------
442+# Portably unset VAR.
443+as_fn_unset ()
444+{
445+ { eval $1=; unset $1;}
446+}
447+as_unset=as_fn_unset
448+
449+# as_fn_set_status STATUS
450+# -----------------------
451+# Set $? to STATUS, without forking.
452+as_fn_set_status ()
453+{
454+ return $1
455+} # as_fn_set_status
456+
457+# as_fn_exit STATUS
458+# -----------------
459+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
460+as_fn_exit ()
461+{
462+ set +e
463+ as_fn_set_status $1
464+ exit $1
465+} # as_fn_exit
466+
467+# as_fn_mkdir_p
468+# -------------
469+# Create "$as_dir" as a directory, including parents if necessary.
470+as_fn_mkdir_p ()
471+{
472+
473+ case $as_dir in #(
474+ -*) as_dir=./$as_dir;;
475+ esac
476+ test -d "$as_dir" || eval $as_mkdir_p || {
477+ as_dirs=
478+ while :; do
479+ case $as_dir in #(
480+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
481+ *) as_qdir=$as_dir;;
482+ esac
483+ as_dirs="'$as_qdir' $as_dirs"
484+ as_dir=`$as_dirname -- "$as_dir" ||
485+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
486+ X"$as_dir" : 'X\(//\)[^/]' \| \
487+ X"$as_dir" : 'X\(//\)$' \| \
488+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
489+$as_echo X"$as_dir" |
490+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
491+ s//\1/
492+ q
493+ }
494+ /^X\(\/\/\)[^/].*/{
495+ s//\1/
496+ q
497+ }
498+ /^X\(\/\/\)$/{
499+ s//\1/
500+ q
501+ }
502+ /^X\(\/\).*/{
503+ s//\1/
504+ q
505+ }
506+ s/.*/./; q'`
507+ test -d "$as_dir" && break
508+ done
509+ test -z "$as_dirs" || eval "mkdir $as_dirs"
510+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
511+
512+
513+} # as_fn_mkdir_p
514+# as_fn_append VAR VALUE
515+# ----------------------
516+# Append the text in VALUE to the end of the definition contained in VAR. Take
517+# advantage of any shell optimizations that allow amortized linear growth over
518+# repeated appends, instead of the typical quadratic growth present in naive
519+# implementations.
520+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
521+ eval 'as_fn_append ()
522+ {
523+ eval $1+=\$2
524+ }'
525+else
526+ as_fn_append ()
527+ {
528+ eval $1=\$$1\$2
529+ }
530+fi # as_fn_append
531+
532+# as_fn_arith ARG...
533+# ------------------
534+# Perform arithmetic evaluation on the ARGs, and store the result in the
535+# global $as_val. Take advantage of shells that can avoid forks. The arguments
536+# must be portable across $(()) and expr.
537+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
538+ eval 'as_fn_arith ()
539+ {
540+ as_val=$(( $* ))
541+ }'
542+else
543+ as_fn_arith ()
544+ {
545+ as_val=`expr "$@" || test $? -eq 1`
546+ }
547+fi # as_fn_arith
548+
549+
550+# as_fn_error STATUS ERROR [LINENO LOG_FD]
551+# ----------------------------------------
552+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
553+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
554+# script with STATUS, using 1 if that was 0.
555+as_fn_error ()
556+{
557+ as_status=$1; test $as_status -eq 0 && as_status=1
558+ if test "$4"; then
559+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
560+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
561+ fi
562+ $as_echo "$as_me: error: $2" >&2
563+ as_fn_exit $as_status
564+} # as_fn_error
565+
566+if expr a : '\(a\)' >/dev/null 2>&1 &&
567+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
568+ as_expr=expr
569+else
570+ as_expr=false
571+fi
572+
573+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
574+ as_basename=basename
575+else
576+ as_basename=false
577+fi
578+
579+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
580+ as_dirname=dirname
581+else
582+ as_dirname=false
583+fi
584+
585+as_me=`$as_basename -- "$0" ||
586+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
587+ X"$0" : 'X\(//\)$' \| \
588+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
589+$as_echo X/"$0" |
590+ sed '/^.*\/\([^/][^/]*\)\/*$/{
591+ s//\1/
592+ q
593+ }
594+ /^X\/\(\/\/\)$/{
595+ s//\1/
596+ q
597+ }
598+ /^X\/\(\/\).*/{
599+ s//\1/
600+ q
601+ }
602+ s/.*/./; q'`
603+
604+# Avoid depending upon Character Ranges.
605+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
606+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
607+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
608+as_cr_digits='0123456789'
609+as_cr_alnum=$as_cr_Letters$as_cr_digits
610+
611+
612+ as_lineno_1=$LINENO as_lineno_1a=$LINENO
613+ as_lineno_2=$LINENO as_lineno_2a=$LINENO
614+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
615+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
616+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
617+ sed -n '
618+ p
619+ /[$]LINENO/=
620+ ' <$as_myself |
621+ sed '
622+ s/[$]LINENO.*/&-/
623+ t lineno
624+ b
625+ :lineno
626+ N
627+ :loop
628+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
629+ t loop
630+ s/-\n.*//
631+ ' >$as_me.lineno &&
632+ chmod +x "$as_me.lineno" ||
633+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
634+
635+ # Don't try to exec as it changes $[0], causing all sort of problems
636+ # (the dirname of $[0] is not the place where we might find the
637+ # original and so on. Autoconf is especially sensitive to this).
638+ . "./$as_me.lineno"
639+ # Exit status is that of the last command.
640+ exit
641+}
642+
643+ECHO_C= ECHO_N= ECHO_T=
644+case `echo -n x` in #(((((
645+-n*)
646+ case `echo 'xy\c'` in
647+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
648+ xy) ECHO_C='\c';;
649+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
650+ ECHO_T=' ';;
651+ esac;;
652+*)
653+ ECHO_N='-n';;
654+esac
655+
656+rm -f conf$$ conf$$.exe conf$$.file
657+if test -d conf$$.dir; then
658+ rm -f conf$$.dir/conf$$.file
659+else
660+ rm -f conf$$.dir
661+ mkdir conf$$.dir 2>/dev/null
662+fi
663+if (echo >conf$$.file) 2>/dev/null; then
664+ if ln -s conf$$.file conf$$ 2>/dev/null; then
665+ as_ln_s='ln -s'
666+ # ... but there are two gotchas:
667+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
668+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
669+ # In both cases, we have to default to `cp -p'.
670+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
671+ as_ln_s='cp -p'
672+ elif ln conf$$.file conf$$ 2>/dev/null; then
673+ as_ln_s=ln
674+ else
675+ as_ln_s='cp -p'
676+ fi
677+else
678+ as_ln_s='cp -p'
679+fi
680+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
681+rmdir conf$$.dir 2>/dev/null
682+
683+if mkdir -p . 2>/dev/null; then
684+ as_mkdir_p='mkdir -p "$as_dir"'
685+else
686+ test -d ./-p && rmdir ./-p
687+ as_mkdir_p=false
688+fi
689+
690+if test -x / >/dev/null 2>&1; then
691+ as_test_x='test -x'
692+else
693+ if ls -dL / >/dev/null 2>&1; then
694+ as_ls_L_option=L
695+ else
696+ as_ls_L_option=
697+ fi
698+ as_test_x='
699+ eval sh -c '\''
700+ if test -d "$1"; then
701+ test -d "$1/.";
702+ else
703+ case $1 in #(
704+ -*)set "./$1";;
705+ esac;
706+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
707+ ???[sx]*):;;*)false;;esac;fi
708+ '\'' sh
709+ '
710+fi
711+as_executable_p=$as_test_x
712+
713+# Sed expression to map a string onto a valid CPP name.
714+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
715+
716+# Sed expression to map a string onto a valid variable name.
717+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
718+
719+SHELL=${CONFIG_SHELL-/bin/sh}
720+
721+
722+test -n "$DJDIR" || exec 7<&0 </dev/null
723+exec 6>&1
724+
725+# Name of the host.
726+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
727+# so uname gets run too.
728+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
729+
730+#
731+# Initializations.
732+#
733+ac_default_prefix=/usr/local
734+ac_clean_files=
735+ac_config_libobj_dir=.
736+LIBOBJS=
737+cross_compiling=no
738+subdirs=
739+MFLAGS=
740+MAKEFLAGS=
741+
742+# Identity of this package.
743+PACKAGE_NAME='gnome-shell'
744+PACKAGE_TARNAME='gnome-shell'
745+PACKAGE_VERSION='3.1.90.1'
746+PACKAGE_STRING='gnome-shell 3.1.90.1'
747+PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell'
748+PACKAGE_URL=''
749+
750+ac_unique_file="src/shell-global.c"
751+# Factoring default headers for most tests.
752+ac_includes_default="\
753+#include <stdio.h>
754+#ifdef HAVE_SYS_TYPES_H
755+# include <sys/types.h>
756+#endif
757+#ifdef HAVE_SYS_STAT_H
758+# include <sys/stat.h>
759+#endif
760+#ifdef STDC_HEADERS
761+# include <stdlib.h>
762+# include <stddef.h>
763+#else
764+# ifdef HAVE_STDLIB_H
765+# include <stdlib.h>
766+# endif
767+#endif
768+#ifdef HAVE_STRING_H
769+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
770+# include <memory.h>
771+# endif
772+# include <string.h>
773+#endif
774+#ifdef HAVE_STRINGS_H
775+# include <strings.h>
776+#endif
777+#ifdef HAVE_INTTYPES_H
778+# include <inttypes.h>
779+#endif
780+#ifdef HAVE_STDINT_H
781+# include <stdint.h>
782+#endif
783+#ifdef HAVE_UNISTD_H
784+# include <unistd.h>
785+#endif"
786+
787+gt_needs=
788+ac_subst_vars='am__EXEEXT_FALSE
789+am__EXEEXT_TRUE
790+LTLIBOBJS
791+LIBOBJS
792+USE_JHBUILD_WRAPPER_SCRIPT_FALSE
793+USE_JHBUILD_WRAPPER_SCRIPT_TRUE
794+TYPELIBDIR
795+GIRDIR
796+G_IR_GENERATE
797+G_IR_COMPILER
798+G_IR_SCANNER
799+GLIB_MKENUMS
800+GOBJECT_QUERY
801+GLIB_GENMARSHAL
802+GLIB_LIBS
803+GLIB_CFLAGS
804+GJS_CONSOLE
805+MUTTER_TYPELIB_DIR
806+MUTTER_GIR_DIR
807+CALENDAR_SERVER_LIBS
808+CALENDAR_SERVER_CFLAGS
809+HAVE_BLUETOOTH
810+BLUETOOTH_LIBS
811+DESKTOP_SCHEMAS_LIBS
812+DESKTOP_SCHEMAS_CFLAGS
813+GVC_LIBS
814+GVC_CFLAGS
815+TRAY_LIBS
816+TRAY_CFLAGS
817+GDMUSER_LIBS
818+GDMUSER_CFLAGS
819+ST_LIBS
820+ST_CFLAGS
821+JHBUILD_TYPELIBDIR
822+HAVE_INTROSPECTION_FALSE
823+HAVE_INTROSPECTION_TRUE
824+INTROSPECTION_MAKEFILE
825+INTROSPECTION_LIBS
826+INTROSPECTION_CFLAGS
827+INTROSPECTION_TYPELIBDIR
828+INTROSPECTION_GIRDIR
829+INTROSPECTION_GENERATE
830+INTROSPECTION_COMPILER
831+INTROSPECTION_SCANNER
832+GJS_VERSION
833+SHELL_HOTPLUG_SNIFFER_LIBS
834+SHELL_HOTPLUG_SNIFFER_CFLAGS
835+SHELL_PERF_HELPER_LIBS
836+SHELL_PERF_HELPER_CFLAGS
837+GNOME_SHELL_LIBS
838+GNOME_SHELL_CFLAGS
839+BUILD_RECORDER_FALSE
840+BUILD_RECORDER_TRUE
841+TEST_SHELL_RECORDER_LIBS
842+TEST_SHELL_RECORDER_CFLAGS
843+pkgpyexecdir
844+pyexecdir
845+pkgpythondir
846+pythondir
847+PYTHON_PLATFORM
848+PYTHON_EXEC_PREFIX
849+PYTHON_PREFIX
850+PYTHON_VERSION
851+PYTHON
852+GSETTINGS_RULES
853+GLIB_COMPILE_SCHEMAS
854+gsettingsschemadir
855+GSETTINGS_DISABLE_SCHEMAS_COMPILE
856+GCONF_SCHEMAS_INSTALL_FALSE
857+GCONF_SCHEMAS_INSTALL_TRUE
858+GCONF_SCHEMA_FILE_DIR
859+GCONF_SCHEMA_CONFIG_SOURCE
860+GCONFTOOL
861+PKG_CONFIG_LIBDIR
862+PKG_CONFIG_PATH
863+PKG_CONFIG
864+GETTEXT_PACKAGE
865+POSUB
866+LTLIBINTL
867+LIBINTL
868+INTLLIBS
869+LTLIBICONV
870+LIBICONV
871+INTL_MACOSX_LIBS
872+XGETTEXT_EXTRA_OPTIONS
873+XGETTEXT_015
874+GMSGFMT_015
875+MSGFMT_015
876+GETTEXT_MACRO_VERSION
877+DATADIRNAME
878+ALL_LINGUAS
879+INTLTOOL_PERL
880+GMSGFMT
881+MSGFMT
882+MSGMERGE
883+XGETTEXT
884+INTLTOOL_POLICY_RULE
885+INTLTOOL_SERVICE_RULE
886+INTLTOOL_THEME_RULE
887+INTLTOOL_SCHEMAS_RULE
888+INTLTOOL_CAVES_RULE
889+INTLTOOL_XML_NOMERGE_RULE
890+INTLTOOL_XML_RULE
891+INTLTOOL_KBD_RULE
892+INTLTOOL_XAM_RULE
893+INTLTOOL_UI_RULE
894+INTLTOOL_SOUNDLIST_RULE
895+INTLTOOL_SHEET_RULE
896+INTLTOOL_SERVER_RULE
897+INTLTOOL_PONG_RULE
898+INTLTOOL_OAF_RULE
899+INTLTOOL_PROP_RULE
900+INTLTOOL_KEYS_RULE
901+INTLTOOL_DIRECTORY_RULE
902+INTLTOOL_DESKTOP_RULE
903+INTLTOOL_EXTRACT
904+INTLTOOL_MERGE
905+INTLTOOL_UPDATE
906+USE_NLS
907+CPP
908+OTOOL64
909+OTOOL
910+LIPO
911+NMEDIT
912+DSYMUTIL
913+MANIFEST_TOOL
914+RANLIB
915+ac_ct_AR
916+AR
917+DLLTOOL
918+OBJDUMP
919+LN_S
920+NM
921+ac_ct_DUMPBIN
922+DUMPBIN
923+LD
924+FGREP
925+EGREP
926+GREP
927+SED
928+host_os
929+host_vendor
930+host_cpu
931+host
932+build_os
933+build_vendor
934+build_cpu
935+build
936+LIBTOOL
937+am__fastdepCC_FALSE
938+am__fastdepCC_TRUE
939+CCDEPMODE
940+AMDEPBACKSLASH
941+AMDEP_FALSE
942+AMDEP_TRUE
943+am__quote
944+am__include
945+DEPDIR
946+OBJEXT
947+EXEEXT
948+ac_ct_CC
949+CPPFLAGS
950+LDFLAGS
951+CFLAGS
952+CC
953+AM_BACKSLASH
954+AM_DEFAULT_VERBOSITY
955+MAINT
956+MAINTAINER_MODE_FALSE
957+MAINTAINER_MODE_TRUE
958+am__untar
959+am__tar
960+AMTAR
961+am__leading_dot
962+SET_MAKE
963+AWK
964+mkdir_p
965+MKDIR_P
966+INSTALL_STRIP_PROGRAM
967+STRIP
968+install_sh
969+MAKEINFO
970+AUTOHEADER
971+AUTOMAKE
972+AUTOCONF
973+ACLOCAL
974+VERSION
975+PACKAGE
976+CYGPATH_W
977+am__isrc
978+INSTALL_DATA
979+INSTALL_SCRIPT
980+INSTALL_PROGRAM
981+target_alias
982+host_alias
983+build_alias
984+LIBS
985+ECHO_T
986+ECHO_N
987+ECHO_C
988+DEFS
989+mandir
990+localedir
991+libdir
992+psdir
993+pdfdir
994+dvidir
995+htmldir
996+infodir
997+docdir
998+oldincludedir
999+includedir
1000+localstatedir
1001+sharedstatedir
1002+sysconfdir
1003+datadir
1004+datarootdir
1005+libexecdir
1006+sbindir
1007+bindir
1008+program_transform_name
1009+prefix
1010+exec_prefix
1011+PACKAGE_URL
1012+PACKAGE_BUGREPORT
1013+PACKAGE_STRING
1014+PACKAGE_VERSION
1015+PACKAGE_TARNAME
1016+PACKAGE_NAME
1017+PATH_SEPARATOR
1018+SHELL'
1019+ac_subst_files=''
1020+ac_user_opts='
1021+enable_option_checking
1022+enable_maintainer_mode
1023+enable_silent_rules
1024+enable_dependency_tracking
1025+enable_static
1026+enable_shared
1027+with_pic
1028+enable_fast_install
1029+with_gnu_ld
1030+with_sysroot
1031+enable_libtool_lock
1032+enable_nls
1033+enable_rpath
1034+with_libiconv_prefix
1035+with_libintl_prefix
1036+with_gconf_source
1037+with_gconf_schema_file_dir
1038+enable_schemas_install
1039+enable_schemas_compile
1040+enable_introspection
1041+enable_glibtest
1042+enable_compile_warnings
1043+enable_jhbuild_wrapper_script
1044+'
1045+ ac_precious_vars='build_alias
1046+host_alias
1047+target_alias
1048+CC
1049+CFLAGS
1050+LDFLAGS
1051+LIBS
1052+CPPFLAGS
1053+CPP
1054+PKG_CONFIG
1055+PKG_CONFIG_PATH
1056+PKG_CONFIG_LIBDIR
1057+TEST_SHELL_RECORDER_CFLAGS
1058+TEST_SHELL_RECORDER_LIBS
1059+GNOME_SHELL_CFLAGS
1060+GNOME_SHELL_LIBS
1061+SHELL_PERF_HELPER_CFLAGS
1062+SHELL_PERF_HELPER_LIBS
1063+SHELL_HOTPLUG_SNIFFER_CFLAGS
1064+SHELL_HOTPLUG_SNIFFER_LIBS
1065+ST_CFLAGS
1066+ST_LIBS
1067+GDMUSER_CFLAGS
1068+GDMUSER_LIBS
1069+TRAY_CFLAGS
1070+TRAY_LIBS
1071+GVC_CFLAGS
1072+GVC_LIBS
1073+DESKTOP_SCHEMAS_CFLAGS
1074+DESKTOP_SCHEMAS_LIBS
1075+CALENDAR_SERVER_CFLAGS
1076+CALENDAR_SERVER_LIBS'
1077+
1078+
1079+# Initialize some variables set by options.
1080+ac_init_help=
1081+ac_init_version=false
1082+ac_unrecognized_opts=
1083+ac_unrecognized_sep=
1084+# The variables have the same names as the options, with
1085+# dashes changed to underlines.
1086+cache_file=/dev/null
1087+exec_prefix=NONE
1088+no_create=
1089+no_recursion=
1090+prefix=NONE
1091+program_prefix=NONE
1092+program_suffix=NONE
1093+program_transform_name=s,x,x,
1094+silent=
1095+site=
1096+srcdir=
1097+verbose=
1098+x_includes=NONE
1099+x_libraries=NONE
1100+
1101+# Installation directory options.
1102+# These are left unexpanded so users can "make install exec_prefix=/foo"
1103+# and all the variables that are supposed to be based on exec_prefix
1104+# by default will actually change.
1105+# Use braces instead of parens because sh, perl, etc. also accept them.
1106+# (The list follows the same order as the GNU Coding Standards.)
1107+bindir='${exec_prefix}/bin'
1108+sbindir='${exec_prefix}/sbin'
1109+libexecdir='${exec_prefix}/libexec'
1110+datarootdir='${prefix}/share'
1111+datadir='${datarootdir}'
1112+sysconfdir='${prefix}/etc'
1113+sharedstatedir='${prefix}/com'
1114+localstatedir='${prefix}/var'
1115+includedir='${prefix}/include'
1116+oldincludedir='/usr/include'
1117+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1118+infodir='${datarootdir}/info'
1119+htmldir='${docdir}'
1120+dvidir='${docdir}'
1121+pdfdir='${docdir}'
1122+psdir='${docdir}'
1123+libdir='${exec_prefix}/lib'
1124+localedir='${datarootdir}/locale'
1125+mandir='${datarootdir}/man'
1126+
1127+ac_prev=
1128+ac_dashdash=
1129+for ac_option
1130+do
1131+ # If the previous option needs an argument, assign it.
1132+ if test -n "$ac_prev"; then
1133+ eval $ac_prev=\$ac_option
1134+ ac_prev=
1135+ continue
1136+ fi
1137+
1138+ case $ac_option in
1139+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1140+ *=) ac_optarg= ;;
1141+ *) ac_optarg=yes ;;
1142+ esac
1143+
1144+ # Accept the important Cygnus configure options, so we can diagnose typos.
1145+
1146+ case $ac_dashdash$ac_option in
1147+ --)
1148+ ac_dashdash=yes ;;
1149+
1150+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
1151+ ac_prev=bindir ;;
1152+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1153+ bindir=$ac_optarg ;;
1154+
1155+ -build | --build | --buil | --bui | --bu)
1156+ ac_prev=build_alias ;;
1157+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1158+ build_alias=$ac_optarg ;;
1159+
1160+ -cache-file | --cache-file | --cache-fil | --cache-fi \
1161+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1162+ ac_prev=cache_file ;;
1163+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1164+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1165+ cache_file=$ac_optarg ;;
1166+
1167+ --config-cache | -C)
1168+ cache_file=config.cache ;;
1169+
1170+ -datadir | --datadir | --datadi | --datad)
1171+ ac_prev=datadir ;;
1172+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
1173+ datadir=$ac_optarg ;;
1174+
1175+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1176+ | --dataroo | --dataro | --datar)
1177+ ac_prev=datarootdir ;;
1178+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1179+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1180+ datarootdir=$ac_optarg ;;
1181+
1182+ -disable-* | --disable-*)
1183+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1184+ # Reject names that are not valid shell variable names.
1185+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186+ as_fn_error $? "invalid feature name: $ac_useropt"
1187+ ac_useropt_orig=$ac_useropt
1188+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189+ case $ac_user_opts in
1190+ *"
1191+"enable_$ac_useropt"
1192+"*) ;;
1193+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1194+ ac_unrecognized_sep=', ';;
1195+ esac
1196+ eval enable_$ac_useropt=no ;;
1197+
1198+ -docdir | --docdir | --docdi | --doc | --do)
1199+ ac_prev=docdir ;;
1200+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1201+ docdir=$ac_optarg ;;
1202+
1203+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1204+ ac_prev=dvidir ;;
1205+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1206+ dvidir=$ac_optarg ;;
1207+
1208+ -enable-* | --enable-*)
1209+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1210+ # Reject names that are not valid shell variable names.
1211+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212+ as_fn_error $? "invalid feature name: $ac_useropt"
1213+ ac_useropt_orig=$ac_useropt
1214+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215+ case $ac_user_opts in
1216+ *"
1217+"enable_$ac_useropt"
1218+"*) ;;
1219+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1220+ ac_unrecognized_sep=', ';;
1221+ esac
1222+ eval enable_$ac_useropt=\$ac_optarg ;;
1223+
1224+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1225+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1226+ | --exec | --exe | --ex)
1227+ ac_prev=exec_prefix ;;
1228+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1229+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1230+ | --exec=* | --exe=* | --ex=*)
1231+ exec_prefix=$ac_optarg ;;
1232+
1233+ -gas | --gas | --ga | --g)
1234+ # Obsolete; use --with-gas.
1235+ with_gas=yes ;;
1236+
1237+ -help | --help | --hel | --he | -h)
1238+ ac_init_help=long ;;
1239+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1240+ ac_init_help=recursive ;;
1241+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1242+ ac_init_help=short ;;
1243+
1244+ -host | --host | --hos | --ho)
1245+ ac_prev=host_alias ;;
1246+ -host=* | --host=* | --hos=* | --ho=*)
1247+ host_alias=$ac_optarg ;;
1248+
1249+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1250+ ac_prev=htmldir ;;
1251+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1252+ | --ht=*)
1253+ htmldir=$ac_optarg ;;
1254+
1255+ -includedir | --includedir | --includedi | --included | --include \
1256+ | --includ | --inclu | --incl | --inc)
1257+ ac_prev=includedir ;;
1258+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1259+ | --includ=* | --inclu=* | --incl=* | --inc=*)
1260+ includedir=$ac_optarg ;;
1261+
1262+ -infodir | --infodir | --infodi | --infod | --info | --inf)
1263+ ac_prev=infodir ;;
1264+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1265+ infodir=$ac_optarg ;;
1266+
1267+ -libdir | --libdir | --libdi | --libd)
1268+ ac_prev=libdir ;;
1269+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
1270+ libdir=$ac_optarg ;;
1271+
1272+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1273+ | --libexe | --libex | --libe)
1274+ ac_prev=libexecdir ;;
1275+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1276+ | --libexe=* | --libex=* | --libe=*)
1277+ libexecdir=$ac_optarg ;;
1278+
1279+ -localedir | --localedir | --localedi | --localed | --locale)
1280+ ac_prev=localedir ;;
1281+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1282+ localedir=$ac_optarg ;;
1283+
1284+ -localstatedir | --localstatedir | --localstatedi | --localstated \
1285+ | --localstate | --localstat | --localsta | --localst | --locals)
1286+ ac_prev=localstatedir ;;
1287+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1288+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1289+ localstatedir=$ac_optarg ;;
1290+
1291+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1292+ ac_prev=mandir ;;
1293+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1294+ mandir=$ac_optarg ;;
1295+
1296+ -nfp | --nfp | --nf)
1297+ # Obsolete; use --without-fp.
1298+ with_fp=no ;;
1299+
1300+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1301+ | --no-cr | --no-c | -n)
1302+ no_create=yes ;;
1303+
1304+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1305+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1306+ no_recursion=yes ;;
1307+
1308+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1309+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1310+ | --oldin | --oldi | --old | --ol | --o)
1311+ ac_prev=oldincludedir ;;
1312+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1313+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1314+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1315+ oldincludedir=$ac_optarg ;;
1316+
1317+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1318+ ac_prev=prefix ;;
1319+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1320+ prefix=$ac_optarg ;;
1321+
1322+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
1323+ | --program-pre | --program-pr | --program-p)
1324+ ac_prev=program_prefix ;;
1325+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
1326+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1327+ program_prefix=$ac_optarg ;;
1328+
1329+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
1330+ | --program-suf | --program-su | --program-s)
1331+ ac_prev=program_suffix ;;
1332+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
1333+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1334+ program_suffix=$ac_optarg ;;
1335+
1336+ -program-transform-name | --program-transform-name \
1337+ | --program-transform-nam | --program-transform-na \
1338+ | --program-transform-n | --program-transform- \
1339+ | --program-transform | --program-transfor \
1340+ | --program-transfo | --program-transf \
1341+ | --program-trans | --program-tran \
1342+ | --progr-tra | --program-tr | --program-t)
1343+ ac_prev=program_transform_name ;;
1344+ -program-transform-name=* | --program-transform-name=* \
1345+ | --program-transform-nam=* | --program-transform-na=* \
1346+ | --program-transform-n=* | --program-transform-=* \
1347+ | --program-transform=* | --program-transfor=* \
1348+ | --program-transfo=* | --program-transf=* \
1349+ | --program-trans=* | --program-tran=* \
1350+ | --progr-tra=* | --program-tr=* | --program-t=*)
1351+ program_transform_name=$ac_optarg ;;
1352+
1353+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1354+ ac_prev=pdfdir ;;
1355+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1356+ pdfdir=$ac_optarg ;;
1357+
1358+ -psdir | --psdir | --psdi | --psd | --ps)
1359+ ac_prev=psdir ;;
1360+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1361+ psdir=$ac_optarg ;;
1362+
1363+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1364+ | -silent | --silent | --silen | --sile | --sil)
1365+ silent=yes ;;
1366+
1367+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1368+ ac_prev=sbindir ;;
1369+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1370+ | --sbi=* | --sb=*)
1371+ sbindir=$ac_optarg ;;
1372+
1373+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
1374+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1375+ | --sharedst | --shareds | --shared | --share | --shar \
1376+ | --sha | --sh)
1377+ ac_prev=sharedstatedir ;;
1378+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1379+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1380+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1381+ | --sha=* | --sh=*)
1382+ sharedstatedir=$ac_optarg ;;
1383+
1384+ -site | --site | --sit)
1385+ ac_prev=site ;;
1386+ -site=* | --site=* | --sit=*)
1387+ site=$ac_optarg ;;
1388+
1389+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1390+ ac_prev=srcdir ;;
1391+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1392+ srcdir=$ac_optarg ;;
1393+
1394+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1395+ | --syscon | --sysco | --sysc | --sys | --sy)
1396+ ac_prev=sysconfdir ;;
1397+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1398+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1399+ sysconfdir=$ac_optarg ;;
1400+
1401+ -target | --target | --targe | --targ | --tar | --ta | --t)
1402+ ac_prev=target_alias ;;
1403+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1404+ target_alias=$ac_optarg ;;
1405+
1406+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
1407+ verbose=yes ;;
1408+
1409+ -version | --version | --versio | --versi | --vers | -V)
1410+ ac_init_version=: ;;
1411+
1412+ -with-* | --with-*)
1413+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1414+ # Reject names that are not valid shell variable names.
1415+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1416+ as_fn_error $? "invalid package name: $ac_useropt"
1417+ ac_useropt_orig=$ac_useropt
1418+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1419+ case $ac_user_opts in
1420+ *"
1421+"with_$ac_useropt"
1422+"*) ;;
1423+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1424+ ac_unrecognized_sep=', ';;
1425+ esac
1426+ eval with_$ac_useropt=\$ac_optarg ;;
1427+
1428+ -without-* | --without-*)
1429+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1430+ # Reject names that are not valid shell variable names.
1431+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1432+ as_fn_error $? "invalid package name: $ac_useropt"
1433+ ac_useropt_orig=$ac_useropt
1434+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1435+ case $ac_user_opts in
1436+ *"
1437+"with_$ac_useropt"
1438+"*) ;;
1439+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1440+ ac_unrecognized_sep=', ';;
1441+ esac
1442+ eval with_$ac_useropt=no ;;
1443+
1444+ --x)
1445+ # Obsolete; use --with-x.
1446+ with_x=yes ;;
1447+
1448+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1449+ | --x-incl | --x-inc | --x-in | --x-i)
1450+ ac_prev=x_includes ;;
1451+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1452+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1453+ x_includes=$ac_optarg ;;
1454+
1455+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
1456+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1457+ ac_prev=x_libraries ;;
1458+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1459+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1460+ x_libraries=$ac_optarg ;;
1461+
1462+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
1463+Try \`$0 --help' for more information"
1464+ ;;
1465+
1466+ *=*)
1467+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1468+ # Reject names that are not valid shell variable names.
1469+ case $ac_envvar in #(
1470+ '' | [0-9]* | *[!_$as_cr_alnum]* )
1471+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1472+ esac
1473+ eval $ac_envvar=\$ac_optarg
1474+ export $ac_envvar ;;
1475+
1476+ *)
1477+ # FIXME: should be removed in autoconf 3.0.
1478+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1479+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1480+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1481+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1482+ ;;
1483+
1484+ esac
1485+done
1486+
1487+if test -n "$ac_prev"; then
1488+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1489+ as_fn_error $? "missing argument to $ac_option"
1490+fi
1491+
1492+if test -n "$ac_unrecognized_opts"; then
1493+ case $enable_option_checking in
1494+ no) ;;
1495+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1496+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1497+ esac
1498+fi
1499+
1500+# Check all directory arguments for consistency.
1501+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1502+ datadir sysconfdir sharedstatedir localstatedir includedir \
1503+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1504+ libdir localedir mandir
1505+do
1506+ eval ac_val=\$$ac_var
1507+ # Remove trailing slashes.
1508+ case $ac_val in
1509+ */ )
1510+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1511+ eval $ac_var=\$ac_val;;
1512+ esac
1513+ # Be sure to have absolute directory names.
1514+ case $ac_val in
1515+ [\\/$]* | ?:[\\/]* ) continue;;
1516+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1517+ esac
1518+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1519+done
1520+
1521+# There might be people who depend on the old broken behavior: `$host'
1522+# used to hold the argument of --host etc.
1523+# FIXME: To remove some day.
1524+build=$build_alias
1525+host=$host_alias
1526+target=$target_alias
1527+
1528+# FIXME: To remove some day.
1529+if test "x$host_alias" != x; then
1530+ if test "x$build_alias" = x; then
1531+ cross_compiling=maybe
1532+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1533+ If a cross compiler is detected then cross compile mode will be used" >&2
1534+ elif test "x$build_alias" != "x$host_alias"; then
1535+ cross_compiling=yes
1536+ fi
1537+fi
1538+
1539+ac_tool_prefix=
1540+test -n "$host_alias" && ac_tool_prefix=$host_alias-
1541+
1542+test "$silent" = yes && exec 6>/dev/null
1543+
1544+
1545+ac_pwd=`pwd` && test -n "$ac_pwd" &&
1546+ac_ls_di=`ls -di .` &&
1547+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1548+ as_fn_error $? "working directory cannot be determined"
1549+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1550+ as_fn_error $? "pwd does not report name of working directory"
1551+
1552+
1553+# Find the source files, if location was not specified.
1554+if test -z "$srcdir"; then
1555+ ac_srcdir_defaulted=yes
1556+ # Try the directory containing this script, then the parent directory.
1557+ ac_confdir=`$as_dirname -- "$as_myself" ||
1558+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1559+ X"$as_myself" : 'X\(//\)[^/]' \| \
1560+ X"$as_myself" : 'X\(//\)$' \| \
1561+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1562+$as_echo X"$as_myself" |
1563+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1564+ s//\1/
1565+ q
1566+ }
1567+ /^X\(\/\/\)[^/].*/{
1568+ s//\1/
1569+ q
1570+ }
1571+ /^X\(\/\/\)$/{
1572+ s//\1/
1573+ q
1574+ }
1575+ /^X\(\/\).*/{
1576+ s//\1/
1577+ q
1578+ }
1579+ s/.*/./; q'`
1580+ srcdir=$ac_confdir
1581+ if test ! -r "$srcdir/$ac_unique_file"; then
1582+ srcdir=..
1583+ fi
1584+else
1585+ ac_srcdir_defaulted=no
1586+fi
1587+if test ! -r "$srcdir/$ac_unique_file"; then
1588+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1589+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1590+fi
1591+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1592+ac_abs_confdir=`(
1593+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1594+ pwd)`
1595+# When building in place, set srcdir=.
1596+if test "$ac_abs_confdir" = "$ac_pwd"; then
1597+ srcdir=.
1598+fi
1599+# Remove unnecessary trailing slashes from srcdir.
1600+# Double slashes in file names in object file debugging info
1601+# mess up M-x gdb in Emacs.
1602+case $srcdir in
1603+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1604+esac
1605+for ac_var in $ac_precious_vars; do
1606+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1607+ eval ac_env_${ac_var}_value=\$${ac_var}
1608+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1609+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1610+done
1611+
1612+#
1613+# Report the --help message.
1614+#
1615+if test "$ac_init_help" = "long"; then
1616+ # Omit some internal or obsolete options to make the list less imposing.
1617+ # This message is too long to be a string in the A/UX 3.1 sh.
1618+ cat <<_ACEOF
1619+\`configure' configures gnome-shell 3.1.90.1 to adapt to many kinds of systems.
1620+
1621+Usage: $0 [OPTION]... [VAR=VALUE]...
1622+
1623+To assign environment variables (e.g., CC, CFLAGS...), specify them as
1624+VAR=VALUE. See below for descriptions of some of the useful variables.
1625+
1626+Defaults for the options are specified in brackets.
1627+
1628+Configuration:
1629+ -h, --help display this help and exit
1630+ --help=short display options specific to this package
1631+ --help=recursive display the short help of all the included packages
1632+ -V, --version display version information and exit
1633+ -q, --quiet, --silent do not print \`checking ...' messages
1634+ --cache-file=FILE cache test results in FILE [disabled]
1635+ -C, --config-cache alias for \`--cache-file=config.cache'
1636+ -n, --no-create do not create output files
1637+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1638+
1639+Installation directories:
1640+ --prefix=PREFIX install architecture-independent files in PREFIX
1641+ [$ac_default_prefix]
1642+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1643+ [PREFIX]
1644+
1645+By default, \`make install' will install all the files in
1646+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1647+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1648+for instance \`--prefix=\$HOME'.
1649+
1650+For better control, use the options below.
1651+
1652+Fine tuning of the installation directories:
1653+ --bindir=DIR user executables [EPREFIX/bin]
1654+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1655+ --libexecdir=DIR program executables [EPREFIX/libexec]
1656+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1657+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1658+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1659+ --libdir=DIR object code libraries [EPREFIX/lib]
1660+ --includedir=DIR C header files [PREFIX/include]
1661+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1662+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1663+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1664+ --infodir=DIR info documentation [DATAROOTDIR/info]
1665+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1666+ --mandir=DIR man documentation [DATAROOTDIR/man]
1667+ --docdir=DIR documentation root [DATAROOTDIR/doc/gnome-shell]
1668+ --htmldir=DIR html documentation [DOCDIR]
1669+ --dvidir=DIR dvi documentation [DOCDIR]
1670+ --pdfdir=DIR pdf documentation [DOCDIR]
1671+ --psdir=DIR ps documentation [DOCDIR]
1672+_ACEOF
1673+
1674+ cat <<\_ACEOF
1675+
1676+Program names:
1677+ --program-prefix=PREFIX prepend PREFIX to installed program names
1678+ --program-suffix=SUFFIX append SUFFIX to installed program names
1679+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1680+
1681+System types:
1682+ --build=BUILD configure for building on BUILD [guessed]
1683+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
1684+_ACEOF
1685+fi
1686+
1687+if test -n "$ac_init_help"; then
1688+ case $ac_init_help in
1689+ short | recursive ) echo "Configuration of gnome-shell 3.1.90.1:";;
1690+ esac
1691+ cat <<\_ACEOF
1692+
1693+Optional Features:
1694+ --disable-option-checking ignore unrecognized --enable/--with options
1695+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1696+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1697+ --enable-maintainer-mode enable make rules and dependencies not useful
1698+ (and sometimes confusing) to the casual installer
1699+ --enable-silent-rules less verbose build output (undo: `make V=1')
1700+ --disable-silent-rules verbose build output (undo: `make V=0')
1701+ --disable-dependency-tracking speeds up one-time build
1702+ --enable-dependency-tracking do not reject slow dependency extractors
1703+ --enable-static[=PKGS] build static libraries [default=no]
1704+ --enable-shared[=PKGS] build shared libraries [default=yes]
1705+ --enable-fast-install[=PKGS]
1706+ optimize for fast installation [default=yes]
1707+ --disable-libtool-lock avoid locking (might break parallel builds)
1708+ --disable-nls do not use Native Language Support
1709+ --disable-rpath do not hardcode runtime library paths
1710+ --disable-schemas-install
1711+ Disable the schemas installation
1712+ --disable-schemas-compile
1713+ Disable regeneration of gschemas.compiled on install
1714+ --enable-introspection=[no/auto/yes]
1715+ Enable introspection for this build
1716+ --disable-glibtest do not try to compile and run a test GLIB program
1717+ --enable-compile-warnings=[no/minimum/yes/maximum/error]
1718+ Turn on compiler warnings
1719+ --jhbuild-wrapper-script=yes
1720+ Make "gnome-shell" script work for jhbuild
1721+
1722+Optional Packages:
1723+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1724+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1725+ --with-pic try to use only PIC/non-PIC objects [default=use
1726+ both]
1727+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1728+ --with-sysroot=DIR Search for dependent libraries within DIR
1729+ (or the compiler's sysroot if not specified).
1730+ --with-gnu-ld assume the C compiler uses GNU ld default=no
1731+ --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1732+ --without-libiconv-prefix don't search for libiconv in includedir and libdir
1733+ --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
1734+ --without-libintl-prefix don't search for libintl in includedir and libdir
1735+ --with-gconf-source=sourceaddress
1736+ Config database for installing schema files.
1737+ --with-gconf-schema-file-dir=dir
1738+ Directory for installing schema files.
1739+
1740+Some influential environment variables:
1741+ CC C compiler command
1742+ CFLAGS C compiler flags
1743+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1744+ nonstandard directory <lib dir>
1745+ LIBS libraries to pass to the linker, e.g. -l<library>
1746+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1747+ you have headers in a nonstandard directory <include dir>
1748+ CPP C preprocessor
1749+ PKG_CONFIG path to pkg-config utility
1750+ PKG_CONFIG_PATH
1751+ directories to add to pkg-config's search path
1752+ PKG_CONFIG_LIBDIR
1753+ path overriding pkg-config's built-in search path
1754+ TEST_SHELL_RECORDER_CFLAGS
1755+ C compiler flags for TEST_SHELL_RECORDER, overriding pkg-config
1756+ TEST_SHELL_RECORDER_LIBS
1757+ linker flags for TEST_SHELL_RECORDER, overriding pkg-config
1758+ GNOME_SHELL_CFLAGS
1759+ C compiler flags for GNOME_SHELL, overriding pkg-config
1760+ GNOME_SHELL_LIBS
1761+ linker flags for GNOME_SHELL, overriding pkg-config
1762+ SHELL_PERF_HELPER_CFLAGS
1763+ C compiler flags for SHELL_PERF_HELPER, overriding pkg-config
1764+ SHELL_PERF_HELPER_LIBS
1765+ linker flags for SHELL_PERF_HELPER, overriding pkg-config
1766+ SHELL_HOTPLUG_SNIFFER_CFLAGS
1767+ C compiler flags for SHELL_HOTPLUG_SNIFFER, overriding
1768+ pkg-config
1769+ SHELL_HOTPLUG_SNIFFER_LIBS
1770+ linker flags for SHELL_HOTPLUG_SNIFFER, overriding pkg-config
1771+ ST_CFLAGS C compiler flags for ST, overriding pkg-config
1772+ ST_LIBS linker flags for ST, overriding pkg-config
1773+ GDMUSER_CFLAGS
1774+ C compiler flags for GDMUSER, overriding pkg-config
1775+ GDMUSER_LIBS
1776+ linker flags for GDMUSER, overriding pkg-config
1777+ TRAY_CFLAGS C compiler flags for TRAY, overriding pkg-config
1778+ TRAY_LIBS linker flags for TRAY, overriding pkg-config
1779+ GVC_CFLAGS C compiler flags for GVC, overriding pkg-config
1780+ GVC_LIBS linker flags for GVC, overriding pkg-config
1781+ DESKTOP_SCHEMAS_CFLAGS
1782+ C compiler flags for DESKTOP_SCHEMAS, overriding pkg-config
1783+ DESKTOP_SCHEMAS_LIBS
1784+ linker flags for DESKTOP_SCHEMAS, overriding pkg-config
1785+ CALENDAR_SERVER_CFLAGS
1786+ C compiler flags for CALENDAR_SERVER, overriding pkg-config
1787+ CALENDAR_SERVER_LIBS
1788+ linker flags for CALENDAR_SERVER, overriding pkg-config
1789+
1790+Use these variables to override the choices made by `configure' or to help
1791+it to find libraries and programs with nonstandard names/locations.
1792+
1793+Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell>.
1794+_ACEOF
1795+ac_status=$?
1796+fi
1797+
1798+if test "$ac_init_help" = "recursive"; then
1799+ # If there are subdirs, report their specific --help.
1800+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1801+ test -d "$ac_dir" ||
1802+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1803+ continue
1804+ ac_builddir=.
1805+
1806+case "$ac_dir" in
1807+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1808+*)
1809+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1810+ # A ".." for each directory in $ac_dir_suffix.
1811+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1812+ case $ac_top_builddir_sub in
1813+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1814+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1815+ esac ;;
1816+esac
1817+ac_abs_top_builddir=$ac_pwd
1818+ac_abs_builddir=$ac_pwd$ac_dir_suffix
1819+# for backward compatibility:
1820+ac_top_builddir=$ac_top_build_prefix
1821+
1822+case $srcdir in
1823+ .) # We are building in place.
1824+ ac_srcdir=.
1825+ ac_top_srcdir=$ac_top_builddir_sub
1826+ ac_abs_top_srcdir=$ac_pwd ;;
1827+ [\\/]* | ?:[\\/]* ) # Absolute name.
1828+ ac_srcdir=$srcdir$ac_dir_suffix;
1829+ ac_top_srcdir=$srcdir
1830+ ac_abs_top_srcdir=$srcdir ;;
1831+ *) # Relative name.
1832+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1833+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1834+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1835+esac
1836+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1837+
1838+ cd "$ac_dir" || { ac_status=$?; continue; }
1839+ # Check for guested configure.
1840+ if test -f "$ac_srcdir/configure.gnu"; then
1841+ echo &&
1842+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1843+ elif test -f "$ac_srcdir/configure"; then
1844+ echo &&
1845+ $SHELL "$ac_srcdir/configure" --help=recursive
1846+ else
1847+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1848+ fi || ac_status=$?
1849+ cd "$ac_pwd" || { ac_status=$?; break; }
1850+ done
1851+fi
1852+
1853+test -n "$ac_init_help" && exit $ac_status
1854+if $ac_init_version; then
1855+ cat <<\_ACEOF
1856+gnome-shell configure 3.1.90.1
1857+generated by GNU Autoconf 2.68
1858+
1859+Copyright (C) 2010 Free Software Foundation, Inc.
1860+This configure script is free software; the Free Software Foundation
1861+gives unlimited permission to copy, distribute and modify it.
1862+_ACEOF
1863+ exit
1864+fi
1865+
1866+## ------------------------ ##
1867+## Autoconf initialization. ##
1868+## ------------------------ ##
1869+
1870+# ac_fn_c_try_compile LINENO
1871+# --------------------------
1872+# Try to compile conftest.$ac_ext, and return whether this succeeded.
1873+ac_fn_c_try_compile ()
1874+{
1875+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1876+ rm -f conftest.$ac_objext
1877+ if { { ac_try="$ac_compile"
1878+case "(($ac_try" in
1879+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1880+ *) ac_try_echo=$ac_try;;
1881+esac
1882+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1883+$as_echo "$ac_try_echo"; } >&5
1884+ (eval "$ac_compile") 2>conftest.err
1885+ ac_status=$?
1886+ if test -s conftest.err; then
1887+ grep -v '^ *+' conftest.err >conftest.er1
1888+ cat conftest.er1 >&5
1889+ mv -f conftest.er1 conftest.err
1890+ fi
1891+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892+ test $ac_status = 0; } && {
1893+ test -z "$ac_c_werror_flag" ||
1894+ test ! -s conftest.err
1895+ } && test -s conftest.$ac_objext; then :
1896+ ac_retval=0
1897+else
1898+ $as_echo "$as_me: failed program was:" >&5
1899+sed 's/^/| /' conftest.$ac_ext >&5
1900+
1901+ ac_retval=1
1902+fi
1903+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1904+ as_fn_set_status $ac_retval
1905+
1906+} # ac_fn_c_try_compile
1907+
1908+# ac_fn_c_try_link LINENO
1909+# -----------------------
1910+# Try to link conftest.$ac_ext, and return whether this succeeded.
1911+ac_fn_c_try_link ()
1912+{
1913+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1914+ rm -f conftest.$ac_objext conftest$ac_exeext
1915+ if { { ac_try="$ac_link"
1916+case "(($ac_try" in
1917+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1918+ *) ac_try_echo=$ac_try;;
1919+esac
1920+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1921+$as_echo "$ac_try_echo"; } >&5
1922+ (eval "$ac_link") 2>conftest.err
1923+ ac_status=$?
1924+ if test -s conftest.err; then
1925+ grep -v '^ *+' conftest.err >conftest.er1
1926+ cat conftest.er1 >&5
1927+ mv -f conftest.er1 conftest.err
1928+ fi
1929+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1930+ test $ac_status = 0; } && {
1931+ test -z "$ac_c_werror_flag" ||
1932+ test ! -s conftest.err
1933+ } && test -s conftest$ac_exeext && {
1934+ test "$cross_compiling" = yes ||
1935+ $as_test_x conftest$ac_exeext
1936+ }; then :
1937+ ac_retval=0
1938+else
1939+ $as_echo "$as_me: failed program was:" >&5
1940+sed 's/^/| /' conftest.$ac_ext >&5
1941+
1942+ ac_retval=1
1943+fi
1944+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1945+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1946+ # interfere with the next link command; also delete a directory that is
1947+ # left behind by Apple's compiler. We do this before executing the actions.
1948+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1949+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1950+ as_fn_set_status $ac_retval
1951+
1952+} # ac_fn_c_try_link
1953+
1954+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1955+# -------------------------------------------------------
1956+# Tests whether HEADER exists and can be compiled using the include files in
1957+# INCLUDES, setting the cache variable VAR accordingly.
1958+ac_fn_c_check_header_compile ()
1959+{
1960+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1961+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1962+$as_echo_n "checking for $2... " >&6; }
1963+if eval \${$3+:} false; then :
1964+ $as_echo_n "(cached) " >&6
1965+else
1966+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1967+/* end confdefs.h. */
1968+$4
1969+#include <$2>
1970+_ACEOF
1971+if ac_fn_c_try_compile "$LINENO"; then :
1972+ eval "$3=yes"
1973+else
1974+ eval "$3=no"
1975+fi
1976+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977+fi
1978+eval ac_res=\$$3
1979+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980+$as_echo "$ac_res" >&6; }
1981+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1982+
1983+} # ac_fn_c_check_header_compile
1984+
1985+# ac_fn_c_try_cpp LINENO
1986+# ----------------------
1987+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1988+ac_fn_c_try_cpp ()
1989+{
1990+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1991+ if { { ac_try="$ac_cpp conftest.$ac_ext"
1992+case "(($ac_try" in
1993+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1994+ *) ac_try_echo=$ac_try;;
1995+esac
1996+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1997+$as_echo "$ac_try_echo"; } >&5
1998+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1999+ ac_status=$?
2000+ if test -s conftest.err; then
2001+ grep -v '^ *+' conftest.err >conftest.er1
2002+ cat conftest.er1 >&5
2003+ mv -f conftest.er1 conftest.err
2004+ fi
2005+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2006+ test $ac_status = 0; } > conftest.i && {
2007+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2008+ test ! -s conftest.err
2009+ }; then :
2010+ ac_retval=0
2011+else
2012+ $as_echo "$as_me: failed program was:" >&5
2013+sed 's/^/| /' conftest.$ac_ext >&5
2014+
2015+ ac_retval=1
2016+fi
2017+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2018+ as_fn_set_status $ac_retval
2019+
2020+} # ac_fn_c_try_cpp
2021+
2022+# ac_fn_c_try_run LINENO
2023+# ----------------------
2024+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2025+# that executables *can* be run.
2026+ac_fn_c_try_run ()
2027+{
2028+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2029+ if { { ac_try="$ac_link"
2030+case "(($ac_try" in
2031+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2032+ *) ac_try_echo=$ac_try;;
2033+esac
2034+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2035+$as_echo "$ac_try_echo"; } >&5
2036+ (eval "$ac_link") 2>&5
2037+ ac_status=$?
2038+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2039+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2040+ { { case "(($ac_try" in
2041+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2042+ *) ac_try_echo=$ac_try;;
2043+esac
2044+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2045+$as_echo "$ac_try_echo"; } >&5
2046+ (eval "$ac_try") 2>&5
2047+ ac_status=$?
2048+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2049+ test $ac_status = 0; }; }; then :
2050+ ac_retval=0
2051+else
2052+ $as_echo "$as_me: program exited with status $ac_status" >&5
2053+ $as_echo "$as_me: failed program was:" >&5
2054+sed 's/^/| /' conftest.$ac_ext >&5
2055+
2056+ ac_retval=$ac_status
2057+fi
2058+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2059+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2060+ as_fn_set_status $ac_retval
2061+
2062+} # ac_fn_c_try_run
2063+
2064+# ac_fn_c_check_func LINENO FUNC VAR
2065+# ----------------------------------
2066+# Tests whether FUNC exists, setting the cache variable VAR accordingly
2067+ac_fn_c_check_func ()
2068+{
2069+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2070+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2071+$as_echo_n "checking for $2... " >&6; }
2072+if eval \${$3+:} false; then :
2073+ $as_echo_n "(cached) " >&6
2074+else
2075+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076+/* end confdefs.h. */
2077+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2078+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
2079+#define $2 innocuous_$2
2080+
2081+/* System header to define __stub macros and hopefully few prototypes,
2082+ which can conflict with char $2 (); below.
2083+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2084+ <limits.h> exists even on freestanding compilers. */
2085+
2086+#ifdef __STDC__
2087+# include <limits.h>
2088+#else
2089+# include <assert.h>
2090+#endif
2091+
2092+#undef $2
2093+
2094+/* Override any GCC internal prototype to avoid an error.
2095+ Use char because int might match the return type of a GCC
2096+ builtin and then its argument prototype would still apply. */
2097+#ifdef __cplusplus
2098+extern "C"
2099+#endif
2100+char $2 ();
2101+/* The GNU C library defines this for functions which it implements
2102+ to always fail with ENOSYS. Some functions are actually named
2103+ something starting with __ and the normal name is an alias. */
2104+#if defined __stub_$2 || defined __stub___$2
2105+choke me
2106+#endif
2107+
2108+int
2109+main ()
2110+{
2111+return $2 ();
2112+ ;
2113+ return 0;
2114+}
2115+_ACEOF
2116+if ac_fn_c_try_link "$LINENO"; then :
2117+ eval "$3=yes"
2118+else
2119+ eval "$3=no"
2120+fi
2121+rm -f core conftest.err conftest.$ac_objext \
2122+ conftest$ac_exeext conftest.$ac_ext
2123+fi
2124+eval ac_res=\$$3
2125+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2126+$as_echo "$ac_res" >&6; }
2127+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2128+
2129+} # ac_fn_c_check_func
2130+
2131+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2132+# -------------------------------------------------------
2133+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2134+# the include files in INCLUDES and setting the cache variable VAR
2135+# accordingly.
2136+ac_fn_c_check_header_mongrel ()
2137+{
2138+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2139+ if eval \${$3+:} false; then :
2140+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2141+$as_echo_n "checking for $2... " >&6; }
2142+if eval \${$3+:} false; then :
2143+ $as_echo_n "(cached) " >&6
2144+fi
2145+eval ac_res=\$$3
2146+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2147+$as_echo "$ac_res" >&6; }
2148+else
2149+ # Is the header compilable?
2150+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2151+$as_echo_n "checking $2 usability... " >&6; }
2152+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153+/* end confdefs.h. */
2154+$4
2155+#include <$2>
2156+_ACEOF
2157+if ac_fn_c_try_compile "$LINENO"; then :
2158+ ac_header_compiler=yes
2159+else
2160+ ac_header_compiler=no
2161+fi
2162+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2163+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2164+$as_echo "$ac_header_compiler" >&6; }
2165+
2166+# Is the header present?
2167+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2168+$as_echo_n "checking $2 presence... " >&6; }
2169+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2170+/* end confdefs.h. */
2171+#include <$2>
2172+_ACEOF
2173+if ac_fn_c_try_cpp "$LINENO"; then :
2174+ ac_header_preproc=yes
2175+else
2176+ ac_header_preproc=no
2177+fi
2178+rm -f conftest.err conftest.i conftest.$ac_ext
2179+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2180+$as_echo "$ac_header_preproc" >&6; }
2181+
2182+# So? What about this header?
2183+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2184+ yes:no: )
2185+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2186+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2187+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2188+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2189+ ;;
2190+ no:yes:* )
2191+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2192+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2193+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2194+$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2195+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2196+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2197+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2198+$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2199+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2200+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2201+( $as_echo "## --------------------------------------------------------------------------- ##
2202+## Report this to https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell ##
2203+## --------------------------------------------------------------------------- ##"
2204+ ) | sed "s/^/$as_me: WARNING: /" >&2
2205+ ;;
2206+esac
2207+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2208+$as_echo_n "checking for $2... " >&6; }
2209+if eval \${$3+:} false; then :
2210+ $as_echo_n "(cached) " >&6
2211+else
2212+ eval "$3=\$ac_header_compiler"
2213+fi
2214+eval ac_res=\$$3
2215+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2216+$as_echo "$ac_res" >&6; }
2217+fi
2218+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2219+
2220+} # ac_fn_c_check_header_mongrel
2221+cat >config.log <<_ACEOF
2222+This file contains any messages produced by compilers while
2223+running configure, to aid debugging if configure makes a mistake.
2224+
2225+It was created by gnome-shell $as_me 3.1.90.1, which was
2226+generated by GNU Autoconf 2.68. Invocation command line was
2227+
2228+ $ $0 $@
2229+
2230+_ACEOF
2231+exec 5>>config.log
2232+{
2233+cat <<_ASUNAME
2234+## --------- ##
2235+## Platform. ##
2236+## --------- ##
2237+
2238+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2239+uname -m = `(uname -m) 2>/dev/null || echo unknown`
2240+uname -r = `(uname -r) 2>/dev/null || echo unknown`
2241+uname -s = `(uname -s) 2>/dev/null || echo unknown`
2242+uname -v = `(uname -v) 2>/dev/null || echo unknown`
2243+
2244+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2245+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2246+
2247+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2248+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2249+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2250+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2251+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2252+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2253+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2254+
2255+_ASUNAME
2256+
2257+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2258+for as_dir in $PATH
2259+do
2260+ IFS=$as_save_IFS
2261+ test -z "$as_dir" && as_dir=.
2262+ $as_echo "PATH: $as_dir"
2263+ done
2264+IFS=$as_save_IFS
2265+
2266+} >&5
2267+
2268+cat >&5 <<_ACEOF
2269+
2270+
2271+## ----------- ##
2272+## Core tests. ##
2273+## ----------- ##
2274+
2275+_ACEOF
2276+
2277+
2278+# Keep a trace of the command line.
2279+# Strip out --no-create and --no-recursion so they do not pile up.
2280+# Strip out --silent because we don't want to record it for future runs.
2281+# Also quote any args containing shell meta-characters.
2282+# Make two passes to allow for proper duplicate-argument suppression.
2283+ac_configure_args=
2284+ac_configure_args0=
2285+ac_configure_args1=
2286+ac_must_keep_next=false
2287+for ac_pass in 1 2
2288+do
2289+ for ac_arg
2290+ do
2291+ case $ac_arg in
2292+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2293+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2294+ | -silent | --silent | --silen | --sile | --sil)
2295+ continue ;;
2296+ *\'*)
2297+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2298+ esac
2299+ case $ac_pass in
2300+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2301+ 2)
2302+ as_fn_append ac_configure_args1 " '$ac_arg'"
2303+ if test $ac_must_keep_next = true; then
2304+ ac_must_keep_next=false # Got value, back to normal.
2305+ else
2306+ case $ac_arg in
2307+ *=* | --config-cache | -C | -disable-* | --disable-* \
2308+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2309+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2310+ | -with-* | --with-* | -without-* | --without-* | --x)
2311+ case "$ac_configure_args0 " in
2312+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2313+ esac
2314+ ;;
2315+ -* ) ac_must_keep_next=true ;;
2316+ esac
2317+ fi
2318+ as_fn_append ac_configure_args " '$ac_arg'"
2319+ ;;
2320+ esac
2321+ done
2322+done
2323+{ ac_configure_args0=; unset ac_configure_args0;}
2324+{ ac_configure_args1=; unset ac_configure_args1;}
2325+
2326+# When interrupted or exit'd, cleanup temporary files, and complete
2327+# config.log. We remove comments because anyway the quotes in there
2328+# would cause problems or look ugly.
2329+# WARNING: Use '\'' to represent an apostrophe within the trap.
2330+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2331+trap 'exit_status=$?
2332+ # Save into config.log some information that might help in debugging.
2333+ {
2334+ echo
2335+
2336+ $as_echo "## ---------------- ##
2337+## Cache variables. ##
2338+## ---------------- ##"
2339+ echo
2340+ # The following way of writing the cache mishandles newlines in values,
2341+(
2342+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2343+ eval ac_val=\$$ac_var
2344+ case $ac_val in #(
2345+ *${as_nl}*)
2346+ case $ac_var in #(
2347+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2348+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2349+ esac
2350+ case $ac_var in #(
2351+ _ | IFS | as_nl) ;; #(
2352+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2353+ *) { eval $ac_var=; unset $ac_var;} ;;
2354+ esac ;;
2355+ esac
2356+ done
2357+ (set) 2>&1 |
2358+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2359+ *${as_nl}ac_space=\ *)
2360+ sed -n \
2361+ "s/'\''/'\''\\\\'\'''\''/g;
2362+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2363+ ;; #(
2364+ *)
2365+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2366+ ;;
2367+ esac |
2368+ sort
2369+)
2370+ echo
2371+
2372+ $as_echo "## ----------------- ##
2373+## Output variables. ##
2374+## ----------------- ##"
2375+ echo
2376+ for ac_var in $ac_subst_vars
2377+ do
2378+ eval ac_val=\$$ac_var
2379+ case $ac_val in
2380+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2381+ esac
2382+ $as_echo "$ac_var='\''$ac_val'\''"
2383+ done | sort
2384+ echo
2385+
2386+ if test -n "$ac_subst_files"; then
2387+ $as_echo "## ------------------- ##
2388+## File substitutions. ##
2389+## ------------------- ##"
2390+ echo
2391+ for ac_var in $ac_subst_files
2392+ do
2393+ eval ac_val=\$$ac_var
2394+ case $ac_val in
2395+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2396+ esac
2397+ $as_echo "$ac_var='\''$ac_val'\''"
2398+ done | sort
2399+ echo
2400+ fi
2401+
2402+ if test -s confdefs.h; then
2403+ $as_echo "## ----------- ##
2404+## confdefs.h. ##
2405+## ----------- ##"
2406+ echo
2407+ cat confdefs.h
2408+ echo
2409+ fi
2410+ test "$ac_signal" != 0 &&
2411+ $as_echo "$as_me: caught signal $ac_signal"
2412+ $as_echo "$as_me: exit $exit_status"
2413+ } >&5
2414+ rm -f core *.core core.conftest.* &&
2415+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2416+ exit $exit_status
2417+' 0
2418+for ac_signal in 1 2 13 15; do
2419+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2420+done
2421+ac_signal=0
2422+
2423+# confdefs.h avoids OS command line length limits that DEFS can exceed.
2424+rm -f -r conftest* confdefs.h
2425+
2426+$as_echo "/* confdefs.h */" > confdefs.h
2427+
2428+# Predefined preprocessor variables.
2429+
2430+cat >>confdefs.h <<_ACEOF
2431+#define PACKAGE_NAME "$PACKAGE_NAME"
2432+_ACEOF
2433+
2434+cat >>confdefs.h <<_ACEOF
2435+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2436+_ACEOF
2437+
2438+cat >>confdefs.h <<_ACEOF
2439+#define PACKAGE_VERSION "$PACKAGE_VERSION"
2440+_ACEOF
2441+
2442+cat >>confdefs.h <<_ACEOF
2443+#define PACKAGE_STRING "$PACKAGE_STRING"
2444+_ACEOF
2445+
2446+cat >>confdefs.h <<_ACEOF
2447+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2448+_ACEOF
2449+
2450+cat >>confdefs.h <<_ACEOF
2451+#define PACKAGE_URL "$PACKAGE_URL"
2452+_ACEOF
2453+
2454+
2455+# Let the site file select an alternate cache file if it wants to.
2456+# Prefer an explicitly selected file to automatically selected ones.
2457+ac_site_file1=NONE
2458+ac_site_file2=NONE
2459+if test -n "$CONFIG_SITE"; then
2460+ # We do not want a PATH search for config.site.
2461+ case $CONFIG_SITE in #((
2462+ -*) ac_site_file1=./$CONFIG_SITE;;
2463+ */*) ac_site_file1=$CONFIG_SITE;;
2464+ *) ac_site_file1=./$CONFIG_SITE;;
2465+ esac
2466+elif test "x$prefix" != xNONE; then
2467+ ac_site_file1=$prefix/share/config.site
2468+ ac_site_file2=$prefix/etc/config.site
2469+else
2470+ ac_site_file1=$ac_default_prefix/share/config.site
2471+ ac_site_file2=$ac_default_prefix/etc/config.site
2472+fi
2473+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2474+do
2475+ test "x$ac_site_file" = xNONE && continue
2476+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2477+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2478+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2479+ sed 's/^/| /' "$ac_site_file" >&5
2480+ . "$ac_site_file" \
2481+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2482+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2483+as_fn_error $? "failed to load site script $ac_site_file
2484+See \`config.log' for more details" "$LINENO" 5; }
2485+ fi
2486+done
2487+
2488+if test -r "$cache_file"; then
2489+ # Some versions of bash will fail to source /dev/null (special files
2490+ # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2491+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2492+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2493+$as_echo "$as_me: loading cache $cache_file" >&6;}
2494+ case $cache_file in
2495+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
2496+ *) . "./$cache_file";;
2497+ esac
2498+ fi
2499+else
2500+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2501+$as_echo "$as_me: creating cache $cache_file" >&6;}
2502+ >$cache_file
2503+fi
2504+
2505+gt_needs="$gt_needs "
2506+# Check that the precious variables saved in the cache have kept the same
2507+# value.
2508+ac_cache_corrupted=false
2509+for ac_var in $ac_precious_vars; do
2510+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
2511+ eval ac_new_set=\$ac_env_${ac_var}_set
2512+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
2513+ eval ac_new_val=\$ac_env_${ac_var}_value
2514+ case $ac_old_set,$ac_new_set in
2515+ set,)
2516+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2517+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2518+ ac_cache_corrupted=: ;;
2519+ ,set)
2520+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2521+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2522+ ac_cache_corrupted=: ;;
2523+ ,);;
2524+ *)
2525+ if test "x$ac_old_val" != "x$ac_new_val"; then
2526+ # differences in whitespace do not lead to failure.
2527+ ac_old_val_w=`echo x $ac_old_val`
2528+ ac_new_val_w=`echo x $ac_new_val`
2529+ if test "$ac_old_val_w" != "$ac_new_val_w"; then
2530+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2531+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2532+ ac_cache_corrupted=:
2533+ else
2534+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2535+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2536+ eval $ac_var=\$ac_old_val
2537+ fi
2538+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2539+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2540+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2541+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2542+ fi;;
2543+ esac
2544+ # Pass precious variables to config.status.
2545+ if test "$ac_new_set" = set; then
2546+ case $ac_new_val in
2547+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2548+ *) ac_arg=$ac_var=$ac_new_val ;;
2549+ esac
2550+ case " $ac_configure_args " in
2551+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2552+ *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2553+ esac
2554+ fi
2555+done
2556+if $ac_cache_corrupted; then
2557+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2558+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2559+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2560+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2561+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2562+fi
2563+## -------------------- ##
2564+## Main body of script. ##
2565+## -------------------- ##
2566+
2567+ac_ext=c
2568+ac_cpp='$CPP $CPPFLAGS'
2569+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2570+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2571+ac_compiler_gnu=$ac_cv_c_compiler_gnu
2572+
2573+
2574+
2575+ac_config_headers="$ac_config_headers config.h"
2576+
2577+
2578+
2579+ac_aux_dir=
2580+for ac_dir in config "$srcdir"/config; do
2581+ if test -f "$ac_dir/install-sh"; then
2582+ ac_aux_dir=$ac_dir
2583+ ac_install_sh="$ac_aux_dir/install-sh -c"
2584+ break
2585+ elif test -f "$ac_dir/install.sh"; then
2586+ ac_aux_dir=$ac_dir
2587+ ac_install_sh="$ac_aux_dir/install.sh -c"
2588+ break
2589+ elif test -f "$ac_dir/shtool"; then
2590+ ac_aux_dir=$ac_dir
2591+ ac_install_sh="$ac_aux_dir/shtool install -c"
2592+ break
2593+ fi
2594+done
2595+if test -z "$ac_aux_dir"; then
2596+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2597+fi
2598+
2599+# These three variables are undocumented and unsupported,
2600+# and are intended to be withdrawn in a future Autoconf release.
2601+# They can cause serious problems if a builder's source tree is in a directory
2602+# whose full name contains unusual characters.
2603+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2604+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2605+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2606+
2607+
2608+
2609+PACKAGE_NAME="$PACKAGE_NAME"
2610+
2611+PACKAGE_VERSION="$PACKAGE_VERSION"
2612+
2613+
2614+am__api_version='1.11'
2615+
2616+# Find a good install program. We prefer a C program (faster),
2617+# so one script is as good as another. But avoid the broken or
2618+# incompatible versions:
2619+# SysV /etc/install, /usr/sbin/install
2620+# SunOS /usr/etc/install
2621+# IRIX /sbin/install
2622+# AIX /bin/install
2623+# AmigaOS /C/install, which installs bootblocks on floppy discs
2624+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2625+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2626+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2627+# OS/2's system install, which has a completely different semantic
2628+# ./install, which can be erroneously created by make from ./install.sh.
2629+# Reject install programs that cannot install multiple files.
2630+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2631+$as_echo_n "checking for a BSD-compatible install... " >&6; }
2632+if test -z "$INSTALL"; then
2633+if ${ac_cv_path_install+:} false; then :
2634+ $as_echo_n "(cached) " >&6
2635+else
2636+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2637+for as_dir in $PATH
2638+do
2639+ IFS=$as_save_IFS
2640+ test -z "$as_dir" && as_dir=.
2641+ # Account for people who put trailing slashes in PATH elements.
2642+case $as_dir/ in #((
2643+ ./ | .// | /[cC]/* | \
2644+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2645+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2646+ /usr/ucb/* ) ;;
2647+ *)
2648+ # OSF1 and SCO ODT 3.0 have their own names for install.
2649+ # Don't use installbsd from OSF since it installs stuff as root
2650+ # by default.
2651+ for ac_prog in ginstall scoinst install; do
2652+ for ac_exec_ext in '' $ac_executable_extensions; do
2653+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2654+ if test $ac_prog = install &&
2655+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2656+ # AIX install. It has an incompatible calling convention.
2657+ :
2658+ elif test $ac_prog = install &&
2659+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2660+ # program-specific install script used by HP pwplus--don't use.
2661+ :
2662+ else
2663+ rm -rf conftest.one conftest.two conftest.dir
2664+ echo one > conftest.one
2665+ echo two > conftest.two
2666+ mkdir conftest.dir
2667+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2668+ test -s conftest.one && test -s conftest.two &&
2669+ test -s conftest.dir/conftest.one &&
2670+ test -s conftest.dir/conftest.two
2671+ then
2672+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2673+ break 3
2674+ fi
2675+ fi
2676+ fi
2677+ done
2678+ done
2679+ ;;
2680+esac
2681+
2682+ done
2683+IFS=$as_save_IFS
2684+
2685+rm -rf conftest.one conftest.two conftest.dir
2686+
2687+fi
2688+ if test "${ac_cv_path_install+set}" = set; then
2689+ INSTALL=$ac_cv_path_install
2690+ else
2691+ # As a last resort, use the slow shell script. Don't cache a
2692+ # value for INSTALL within a source directory, because that will
2693+ # break other packages using the cache if that directory is
2694+ # removed, or if the value is a relative name.
2695+ INSTALL=$ac_install_sh
2696+ fi
2697+fi
2698+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2699+$as_echo "$INSTALL" >&6; }
2700+
2701+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2702+# It thinks the first close brace ends the variable substitution.
2703+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2704+
2705+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2706+
2707+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2708+
2709+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2710+$as_echo_n "checking whether build environment is sane... " >&6; }
2711+# Just in case
2712+sleep 1
2713+echo timestamp > conftest.file
2714+# Reject unsafe characters in $srcdir or the absolute working directory
2715+# name. Accept space and tab only in the latter.
2716+am_lf='
2717+'
2718+case `pwd` in
2719+ *[\\\"\#\$\&\'\`$am_lf]*)
2720+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2721+esac
2722+case $srcdir in
2723+ *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2724+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2725+esac
2726+
2727+# Do `set' in a subshell so we don't clobber the current shell's
2728+# arguments. Must try -L first in case configure is actually a
2729+# symlink; some systems play weird games with the mod time of symlinks
2730+# (eg FreeBSD returns the mod time of the symlink's containing
2731+# directory).
2732+if (
2733+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2734+ if test "$*" = "X"; then
2735+ # -L didn't work.
2736+ set X `ls -t "$srcdir/configure" conftest.file`
2737+ fi
2738+ rm -f conftest.file
2739+ if test "$*" != "X $srcdir/configure conftest.file" \
2740+ && test "$*" != "X conftest.file $srcdir/configure"; then
2741+
2742+ # If neither matched, then we have a broken ls. This can happen
2743+ # if, for instance, CONFIG_SHELL is bash and it inherits a
2744+ # broken ls alias from the environment. This has actually
2745+ # happened. Such a system could not be considered "sane".
2746+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2747+alias in your environment" "$LINENO" 5
2748+ fi
2749+
2750+ test "$2" = conftest.file
2751+ )
2752+then
2753+ # Ok.
2754+ :
2755+else
2756+ as_fn_error $? "newly created file is older than distributed files!
2757+Check your system clock" "$LINENO" 5
2758+fi
2759+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2760+$as_echo "yes" >&6; }
2761+test "$program_prefix" != NONE &&
2762+ program_transform_name="s&^&$program_prefix&;$program_transform_name"
2763+# Use a double $ so make ignores it.
2764+test "$program_suffix" != NONE &&
2765+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2766+# Double any \ or $.
2767+# By default was `s,x,x', remove it if useless.
2768+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2769+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2770+
2771+# expand $ac_aux_dir to an absolute path
2772+am_aux_dir=`cd $ac_aux_dir && pwd`
2773+
2774+if test x"${MISSING+set}" != xset; then
2775+ case $am_aux_dir in
2776+ *\ * | *\ *)
2777+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2778+ *)
2779+ MISSING="\${SHELL} $am_aux_dir/missing" ;;
2780+ esac
2781+fi
2782+# Use eval to expand $SHELL
2783+if eval "$MISSING --run true"; then
2784+ am_missing_run="$MISSING --run "
2785+else
2786+ am_missing_run=
2787+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2788+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2789+fi
2790+
2791+if test x"${install_sh}" != xset; then
2792+ case $am_aux_dir in
2793+ *\ * | *\ *)
2794+ install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2795+ *)
2796+ install_sh="\${SHELL} $am_aux_dir/install-sh"
2797+ esac
2798+fi
2799+
2800+# Installed binaries are usually stripped using `strip' when the user
2801+# run `make install-strip'. However `strip' might not be the right
2802+# tool to use in cross-compilation environments, therefore Automake
2803+# will honor the `STRIP' environment variable to overrule this program.
2804+if test "$cross_compiling" != no; then
2805+ if test -n "$ac_tool_prefix"; then
2806+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2807+set dummy ${ac_tool_prefix}strip; ac_word=$2
2808+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2809+$as_echo_n "checking for $ac_word... " >&6; }
2810+if ${ac_cv_prog_STRIP+:} false; then :
2811+ $as_echo_n "(cached) " >&6
2812+else
2813+ if test -n "$STRIP"; then
2814+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2815+else
2816+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2817+for as_dir in $PATH
2818+do
2819+ IFS=$as_save_IFS
2820+ test -z "$as_dir" && as_dir=.
2821+ for ac_exec_ext in '' $ac_executable_extensions; do
2822+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2823+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2824+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2825+ break 2
2826+ fi
2827+done
2828+ done
2829+IFS=$as_save_IFS
2830+
2831+fi
2832+fi
2833+STRIP=$ac_cv_prog_STRIP
2834+if test -n "$STRIP"; then
2835+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2836+$as_echo "$STRIP" >&6; }
2837+else
2838+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2839+$as_echo "no" >&6; }
2840+fi
2841+
2842+
2843+fi
2844+if test -z "$ac_cv_prog_STRIP"; then
2845+ ac_ct_STRIP=$STRIP
2846+ # Extract the first word of "strip", so it can be a program name with args.
2847+set dummy strip; ac_word=$2
2848+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2849+$as_echo_n "checking for $ac_word... " >&6; }
2850+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2851+ $as_echo_n "(cached) " >&6
2852+else
2853+ if test -n "$ac_ct_STRIP"; then
2854+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2855+else
2856+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2857+for as_dir in $PATH
2858+do
2859+ IFS=$as_save_IFS
2860+ test -z "$as_dir" && as_dir=.
2861+ for ac_exec_ext in '' $ac_executable_extensions; do
2862+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2863+ ac_cv_prog_ac_ct_STRIP="strip"
2864+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2865+ break 2
2866+ fi
2867+done
2868+ done
2869+IFS=$as_save_IFS
2870+
2871+fi
2872+fi
2873+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2874+if test -n "$ac_ct_STRIP"; then
2875+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2876+$as_echo "$ac_ct_STRIP" >&6; }
2877+else
2878+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2879+$as_echo "no" >&6; }
2880+fi
2881+
2882+ if test "x$ac_ct_STRIP" = x; then
2883+ STRIP=":"
2884+ else
2885+ case $cross_compiling:$ac_tool_warned in
2886+yes:)
2887+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2888+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2889+ac_tool_warned=yes ;;
2890+esac
2891+ STRIP=$ac_ct_STRIP
2892+ fi
2893+else
2894+ STRIP="$ac_cv_prog_STRIP"
2895+fi
2896+
2897+fi
2898+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2899+
2900+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2901+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2902+if test -z "$MKDIR_P"; then
2903+ if ${ac_cv_path_mkdir+:} false; then :
2904+ $as_echo_n "(cached) " >&6
2905+else
2906+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2908+do
2909+ IFS=$as_save_IFS
2910+ test -z "$as_dir" && as_dir=.
2911+ for ac_prog in mkdir gmkdir; do
2912+ for ac_exec_ext in '' $ac_executable_extensions; do
2913+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2914+ case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2915+ 'mkdir (GNU coreutils) '* | \
2916+ 'mkdir (coreutils) '* | \
2917+ 'mkdir (fileutils) '4.1*)
2918+ ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2919+ break 3;;
2920+ esac
2921+ done
2922+ done
2923+ done
2924+IFS=$as_save_IFS
2925+
2926+fi
2927+
2928+ test -d ./--version && rmdir ./--version
2929+ if test "${ac_cv_path_mkdir+set}" = set; then
2930+ MKDIR_P="$ac_cv_path_mkdir -p"
2931+ else
2932+ # As a last resort, use the slow shell script. Don't cache a
2933+ # value for MKDIR_P within a source directory, because that will
2934+ # break other packages using the cache if that directory is
2935+ # removed, or if the value is a relative name.
2936+ MKDIR_P="$ac_install_sh -d"
2937+ fi
2938+fi
2939+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2940+$as_echo "$MKDIR_P" >&6; }
2941+
2942+mkdir_p="$MKDIR_P"
2943+case $mkdir_p in
2944+ [\\/$]* | ?:[\\/]*) ;;
2945+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2946+esac
2947+
2948+for ac_prog in gawk mawk nawk awk
2949+do
2950+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2951+set dummy $ac_prog; ac_word=$2
2952+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2953+$as_echo_n "checking for $ac_word... " >&6; }
2954+if ${ac_cv_prog_AWK+:} false; then :
2955+ $as_echo_n "(cached) " >&6
2956+else
2957+ if test -n "$AWK"; then
2958+ ac_cv_prog_AWK="$AWK" # Let the user override the test.
2959+else
2960+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2961+for as_dir in $PATH
2962+do
2963+ IFS=$as_save_IFS
2964+ test -z "$as_dir" && as_dir=.
2965+ for ac_exec_ext in '' $ac_executable_extensions; do
2966+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2967+ ac_cv_prog_AWK="$ac_prog"
2968+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2969+ break 2
2970+ fi
2971+done
2972+ done
2973+IFS=$as_save_IFS
2974+
2975+fi
2976+fi
2977+AWK=$ac_cv_prog_AWK
2978+if test -n "$AWK"; then
2979+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2980+$as_echo "$AWK" >&6; }
2981+else
2982+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2983+$as_echo "no" >&6; }
2984+fi
2985+
2986+
2987+ test -n "$AWK" && break
2988+done
2989+
2990+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2991+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2992+set x ${MAKE-make}
2993+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2994+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2995+ $as_echo_n "(cached) " >&6
2996+else
2997+ cat >conftest.make <<\_ACEOF
2998+SHELL = /bin/sh
2999+all:
3000+ @echo '@@@%%%=$(MAKE)=@@@%%%'
3001+_ACEOF
3002+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3003+case `${MAKE-make} -f conftest.make 2>/dev/null` in
3004+ *@@@%%%=?*=@@@%%%*)
3005+ eval ac_cv_prog_make_${ac_make}_set=yes;;
3006+ *)
3007+ eval ac_cv_prog_make_${ac_make}_set=no;;
3008+esac
3009+rm -f conftest.make
3010+fi
3011+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3012+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3013+$as_echo "yes" >&6; }
3014+ SET_MAKE=
3015+else
3016+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3017+$as_echo "no" >&6; }
3018+ SET_MAKE="MAKE=${MAKE-make}"
3019+fi
3020+
3021+rm -rf .tst 2>/dev/null
3022+mkdir .tst 2>/dev/null
3023+if test -d .tst; then
3024+ am__leading_dot=.
3025+else
3026+ am__leading_dot=_
3027+fi
3028+rmdir .tst 2>/dev/null
3029+
3030+if test "`cd $srcdir && pwd`" != "`pwd`"; then
3031+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3032+ # is not polluted with repeated "-I."
3033+ am__isrc=' -I$(srcdir)'
3034+ # test to see if srcdir already configured
3035+ if test -f $srcdir/config.status; then
3036+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3037+ fi
3038+fi
3039+
3040+# test whether we have cygpath
3041+if test -z "$CYGPATH_W"; then
3042+ if (cygpath --version) >/dev/null 2>/dev/null; then
3043+ CYGPATH_W='cygpath -w'
3044+ else
3045+ CYGPATH_W=echo
3046+ fi
3047+fi
3048+
3049+
3050+# Define the identity of the package.
3051+ PACKAGE='gnome-shell'
3052+ VERSION='3.1.90.1'
3053+
3054+
3055+cat >>confdefs.h <<_ACEOF
3056+#define PACKAGE "$PACKAGE"
3057+_ACEOF
3058+
3059+
3060+cat >>confdefs.h <<_ACEOF
3061+#define VERSION "$VERSION"
3062+_ACEOF
3063+
3064+# Some tools Automake needs.
3065+
3066+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3067+
3068+
3069+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3070+
3071+
3072+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3073+
3074+
3075+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3076+
3077+
3078+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3079+
3080+# We need awk for the "check" target. The system "awk" is bad on
3081+# some platforms.
3082+# Always define AMTAR for backward compatibility.
3083+
3084+AMTAR=${AMTAR-"${am_missing_run}tar"}
3085+
3086+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3087+
3088+
3089+
3090+
3091+
3092+
3093+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3094+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3095+ # Check whether --enable-maintainer-mode was given.
3096+if test "${enable_maintainer_mode+set}" = set; then :
3097+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3098+else
3099+ USE_MAINTAINER_MODE=no
3100+fi
3101+
3102+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3103+$as_echo "$USE_MAINTAINER_MODE" >&6; }
3104+ if test $USE_MAINTAINER_MODE = yes; then
3105+ MAINTAINER_MODE_TRUE=
3106+ MAINTAINER_MODE_FALSE='#'
3107+else
3108+ MAINTAINER_MODE_TRUE='#'
3109+ MAINTAINER_MODE_FALSE=
3110+fi
3111+
3112+ MAINT=$MAINTAINER_MODE_TRUE
3113+
3114+
3115+
3116+# Check whether --enable-silent-rules was given.
3117+if test "${enable_silent_rules+set}" = set; then :
3118+ enableval=$enable_silent_rules;
3119+fi
3120+
3121+case $enable_silent_rules in
3122+yes) AM_DEFAULT_VERBOSITY=0;;
3123+no) AM_DEFAULT_VERBOSITY=1;;
3124+*) AM_DEFAULT_VERBOSITY=0;;
3125+esac
3126+AM_BACKSLASH='\'
3127+
3128+
3129+# Checks for programs.
3130+ac_ext=c
3131+ac_cpp='$CPP $CPPFLAGS'
3132+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3133+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3134+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3135+if test -n "$ac_tool_prefix"; then
3136+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3137+set dummy ${ac_tool_prefix}gcc; ac_word=$2
3138+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3139+$as_echo_n "checking for $ac_word... " >&6; }
3140+if ${ac_cv_prog_CC+:} false; then :
3141+ $as_echo_n "(cached) " >&6
3142+else
3143+ if test -n "$CC"; then
3144+ ac_cv_prog_CC="$CC" # Let the user override the test.
3145+else
3146+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3147+for as_dir in $PATH
3148+do
3149+ IFS=$as_save_IFS
3150+ test -z "$as_dir" && as_dir=.
3151+ for ac_exec_ext in '' $ac_executable_extensions; do
3152+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3153+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
3154+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3155+ break 2
3156+ fi
3157+done
3158+ done
3159+IFS=$as_save_IFS
3160+
3161+fi
3162+fi
3163+CC=$ac_cv_prog_CC
3164+if test -n "$CC"; then
3165+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3166+$as_echo "$CC" >&6; }
3167+else
3168+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3169+$as_echo "no" >&6; }
3170+fi
3171+
3172+
3173+fi
3174+if test -z "$ac_cv_prog_CC"; then
3175+ ac_ct_CC=$CC
3176+ # Extract the first word of "gcc", so it can be a program name with args.
3177+set dummy gcc; ac_word=$2
3178+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3179+$as_echo_n "checking for $ac_word... " >&6; }
3180+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3181+ $as_echo_n "(cached) " >&6
3182+else
3183+ if test -n "$ac_ct_CC"; then
3184+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3185+else
3186+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3187+for as_dir in $PATH
3188+do
3189+ IFS=$as_save_IFS
3190+ test -z "$as_dir" && as_dir=.
3191+ for ac_exec_ext in '' $ac_executable_extensions; do
3192+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3193+ ac_cv_prog_ac_ct_CC="gcc"
3194+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3195+ break 2
3196+ fi
3197+done
3198+ done
3199+IFS=$as_save_IFS
3200+
3201+fi
3202+fi
3203+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3204+if test -n "$ac_ct_CC"; then
3205+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3206+$as_echo "$ac_ct_CC" >&6; }
3207+else
3208+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209+$as_echo "no" >&6; }
3210+fi
3211+
3212+ if test "x$ac_ct_CC" = x; then
3213+ CC=""
3214+ else
3215+ case $cross_compiling:$ac_tool_warned in
3216+yes:)
3217+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3218+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3219+ac_tool_warned=yes ;;
3220+esac
3221+ CC=$ac_ct_CC
3222+ fi
3223+else
3224+ CC="$ac_cv_prog_CC"
3225+fi
3226+
3227+if test -z "$CC"; then
3228+ if test -n "$ac_tool_prefix"; then
3229+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3230+set dummy ${ac_tool_prefix}cc; ac_word=$2
3231+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3232+$as_echo_n "checking for $ac_word... " >&6; }
3233+if ${ac_cv_prog_CC+:} false; then :
3234+ $as_echo_n "(cached) " >&6
3235+else
3236+ if test -n "$CC"; then
3237+ ac_cv_prog_CC="$CC" # Let the user override the test.
3238+else
3239+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3240+for as_dir in $PATH
3241+do
3242+ IFS=$as_save_IFS
3243+ test -z "$as_dir" && as_dir=.
3244+ for ac_exec_ext in '' $ac_executable_extensions; do
3245+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246+ ac_cv_prog_CC="${ac_tool_prefix}cc"
3247+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3248+ break 2
3249+ fi
3250+done
3251+ done
3252+IFS=$as_save_IFS
3253+
3254+fi
3255+fi
3256+CC=$ac_cv_prog_CC
3257+if test -n "$CC"; then
3258+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3259+$as_echo "$CC" >&6; }
3260+else
3261+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3262+$as_echo "no" >&6; }
3263+fi
3264+
3265+
3266+ fi
3267+fi
3268+if test -z "$CC"; then
3269+ # Extract the first word of "cc", so it can be a program name with args.
3270+set dummy cc; ac_word=$2
3271+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3272+$as_echo_n "checking for $ac_word... " >&6; }
3273+if ${ac_cv_prog_CC+:} false; then :
3274+ $as_echo_n "(cached) " >&6
3275+else
3276+ if test -n "$CC"; then
3277+ ac_cv_prog_CC="$CC" # Let the user override the test.
3278+else
3279+ ac_prog_rejected=no
3280+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3281+for as_dir in $PATH
3282+do
3283+ IFS=$as_save_IFS
3284+ test -z "$as_dir" && as_dir=.
3285+ for ac_exec_ext in '' $ac_executable_extensions; do
3286+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3287+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3288+ ac_prog_rejected=yes
3289+ continue
3290+ fi
3291+ ac_cv_prog_CC="cc"
3292+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3293+ break 2
3294+ fi
3295+done
3296+ done
3297+IFS=$as_save_IFS
3298+
3299+if test $ac_prog_rejected = yes; then
3300+ # We found a bogon in the path, so make sure we never use it.
3301+ set dummy $ac_cv_prog_CC
3302+ shift
3303+ if test $# != 0; then
3304+ # We chose a different compiler from the bogus one.
3305+ # However, it has the same basename, so the bogon will be chosen
3306+ # first if we set CC to just the basename; use the full file name.
3307+ shift
3308+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3309+ fi
3310+fi
3311+fi
3312+fi
3313+CC=$ac_cv_prog_CC
3314+if test -n "$CC"; then
3315+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3316+$as_echo "$CC" >&6; }
3317+else
3318+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3319+$as_echo "no" >&6; }
3320+fi
3321+
3322+
3323+fi
3324+if test -z "$CC"; then
3325+ if test -n "$ac_tool_prefix"; then
3326+ for ac_prog in cl.exe
3327+ do
3328+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3329+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3330+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3331+$as_echo_n "checking for $ac_word... " >&6; }
3332+if ${ac_cv_prog_CC+:} false; then :
3333+ $as_echo_n "(cached) " >&6
3334+else
3335+ if test -n "$CC"; then
3336+ ac_cv_prog_CC="$CC" # Let the user override the test.
3337+else
3338+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3339+for as_dir in $PATH
3340+do
3341+ IFS=$as_save_IFS
3342+ test -z "$as_dir" && as_dir=.
3343+ for ac_exec_ext in '' $ac_executable_extensions; do
3344+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3345+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3346+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3347+ break 2
3348+ fi
3349+done
3350+ done
3351+IFS=$as_save_IFS
3352+
3353+fi
3354+fi
3355+CC=$ac_cv_prog_CC
3356+if test -n "$CC"; then
3357+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3358+$as_echo "$CC" >&6; }
3359+else
3360+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3361+$as_echo "no" >&6; }
3362+fi
3363+
3364+
3365+ test -n "$CC" && break
3366+ done
3367+fi
3368+if test -z "$CC"; then
3369+ ac_ct_CC=$CC
3370+ for ac_prog in cl.exe
3371+do
3372+ # Extract the first word of "$ac_prog", so it can be a program name with args.
3373+set dummy $ac_prog; ac_word=$2
3374+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3375+$as_echo_n "checking for $ac_word... " >&6; }
3376+if ${ac_cv_prog_ac_ct_CC+:} false; then :
3377+ $as_echo_n "(cached) " >&6
3378+else
3379+ if test -n "$ac_ct_CC"; then
3380+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3381+else
3382+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3383+for as_dir in $PATH
3384+do
3385+ IFS=$as_save_IFS
3386+ test -z "$as_dir" && as_dir=.
3387+ for ac_exec_ext in '' $ac_executable_extensions; do
3388+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3389+ ac_cv_prog_ac_ct_CC="$ac_prog"
3390+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3391+ break 2
3392+ fi
3393+done
3394+ done
3395+IFS=$as_save_IFS
3396+
3397+fi
3398+fi
3399+ac_ct_CC=$ac_cv_prog_ac_ct_CC
3400+if test -n "$ac_ct_CC"; then
3401+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3402+$as_echo "$ac_ct_CC" >&6; }
3403+else
3404+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3405+$as_echo "no" >&6; }
3406+fi
3407+
3408+
3409+ test -n "$ac_ct_CC" && break
3410+done
3411+
3412+ if test "x$ac_ct_CC" = x; then
3413+ CC=""
3414+ else
3415+ case $cross_compiling:$ac_tool_warned in
3416+yes:)
3417+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3418+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3419+ac_tool_warned=yes ;;
3420+esac
3421+ CC=$ac_ct_CC
3422+ fi
3423+fi
3424+
3425+fi
3426+
3427+
3428+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3429+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3430+as_fn_error $? "no acceptable C compiler found in \$PATH
3431+See \`config.log' for more details" "$LINENO" 5; }
3432+
3433+# Provide some information about the compiler.
3434+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3435+set X $ac_compile
3436+ac_compiler=$2
3437+for ac_option in --version -v -V -qversion; do
3438+ { { ac_try="$ac_compiler $ac_option >&5"
3439+case "(($ac_try" in
3440+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441+ *) ac_try_echo=$ac_try;;
3442+esac
3443+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3444+$as_echo "$ac_try_echo"; } >&5
3445+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3446+ ac_status=$?
3447+ if test -s conftest.err; then
3448+ sed '10a\
3449+... rest of stderr output deleted ...
3450+ 10q' conftest.err >conftest.er1
3451+ cat conftest.er1 >&5
3452+ fi
3453+ rm -f conftest.er1 conftest.err
3454+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3455+ test $ac_status = 0; }
3456+done
3457+
3458+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3459+/* end confdefs.h. */
3460+
3461+int
3462+main ()
3463+{
3464+
3465+ ;
3466+ return 0;
3467+}
3468+_ACEOF
3469+ac_clean_files_save=$ac_clean_files
3470+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3471+# Try to create an executable without -o first, disregard a.out.
3472+# It will help us diagnose broken compilers, and finding out an intuition
3473+# of exeext.
3474+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3475+$as_echo_n "checking whether the C compiler works... " >&6; }
3476+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3477+
3478+# The possible output files:
3479+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3480+
3481+ac_rmfiles=
3482+for ac_file in $ac_files
3483+do
3484+ case $ac_file in
3485+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3486+ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3487+ esac
3488+done
3489+rm -f $ac_rmfiles
3490+
3491+if { { ac_try="$ac_link_default"
3492+case "(($ac_try" in
3493+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3494+ *) ac_try_echo=$ac_try;;
3495+esac
3496+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3497+$as_echo "$ac_try_echo"; } >&5
3498+ (eval "$ac_link_default") 2>&5
3499+ ac_status=$?
3500+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3501+ test $ac_status = 0; }; then :
3502+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3503+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3504+# in a Makefile. We should not override ac_cv_exeext if it was cached,
3505+# so that the user can short-circuit this test for compilers unknown to
3506+# Autoconf.
3507+for ac_file in $ac_files ''
3508+do
3509+ test -f "$ac_file" || continue
3510+ case $ac_file in
3511+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3512+ ;;
3513+ [ab].out )
3514+ # We found the default executable, but exeext='' is most
3515+ # certainly right.
3516+ break;;
3517+ *.* )
3518+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3519+ then :; else
3520+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3521+ fi
3522+ # We set ac_cv_exeext here because the later test for it is not
3523+ # safe: cross compilers may not add the suffix if given an `-o'
3524+ # argument, so we may need to know it at that point already.
3525+ # Even if this section looks crufty: it has the advantage of
3526+ # actually working.
3527+ break;;
3528+ * )
3529+ break;;
3530+ esac
3531+done
3532+test "$ac_cv_exeext" = no && ac_cv_exeext=
3533+
3534+else
3535+ ac_file=''
3536+fi
3537+if test -z "$ac_file"; then :
3538+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3539+$as_echo "no" >&6; }
3540+$as_echo "$as_me: failed program was:" >&5
3541+sed 's/^/| /' conftest.$ac_ext >&5
3542+
3543+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3544+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3545+as_fn_error 77 "C compiler cannot create executables
3546+See \`config.log' for more details" "$LINENO" 5; }
3547+else
3548+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3549+$as_echo "yes" >&6; }
3550+fi
3551+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3552+$as_echo_n "checking for C compiler default output file name... " >&6; }
3553+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3554+$as_echo "$ac_file" >&6; }
3555+ac_exeext=$ac_cv_exeext
3556+
3557+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3558+ac_clean_files=$ac_clean_files_save
3559+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3560+$as_echo_n "checking for suffix of executables... " >&6; }
3561+if { { ac_try="$ac_link"
3562+case "(($ac_try" in
3563+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3564+ *) ac_try_echo=$ac_try;;
3565+esac
3566+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3567+$as_echo "$ac_try_echo"; } >&5
3568+ (eval "$ac_link") 2>&5
3569+ ac_status=$?
3570+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3571+ test $ac_status = 0; }; then :
3572+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
3573+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3574+# work properly (i.e., refer to `conftest.exe'), while it won't with
3575+# `rm'.
3576+for ac_file in conftest.exe conftest conftest.*; do
3577+ test -f "$ac_file" || continue
3578+ case $ac_file in
3579+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3580+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3581+ break;;
3582+ * ) break;;
3583+ esac
3584+done
3585+else
3586+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3587+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3588+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3589+See \`config.log' for more details" "$LINENO" 5; }
3590+fi
3591+rm -f conftest conftest$ac_cv_exeext
3592+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3593+$as_echo "$ac_cv_exeext" >&6; }
3594+
3595+rm -f conftest.$ac_ext
3596+EXEEXT=$ac_cv_exeext
3597+ac_exeext=$EXEEXT
3598+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3599+/* end confdefs.h. */
3600+#include <stdio.h>
3601+int
3602+main ()
3603+{
3604+FILE *f = fopen ("conftest.out", "w");
3605+ return ferror (f) || fclose (f) != 0;
3606+
3607+ ;
3608+ return 0;
3609+}
3610+_ACEOF
3611+ac_clean_files="$ac_clean_files conftest.out"
3612+# Check that the compiler produces executables we can run. If not, either
3613+# the compiler is broken, or we cross compile.
3614+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3615+$as_echo_n "checking whether we are cross compiling... " >&6; }
3616+if test "$cross_compiling" != yes; then
3617+ { { ac_try="$ac_link"
3618+case "(($ac_try" in
3619+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3620+ *) ac_try_echo=$ac_try;;
3621+esac
3622+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3623+$as_echo "$ac_try_echo"; } >&5
3624+ (eval "$ac_link") 2>&5
3625+ ac_status=$?
3626+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3627+ test $ac_status = 0; }
3628+ if { ac_try='./conftest$ac_cv_exeext'
3629+ { { case "(($ac_try" in
3630+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3631+ *) ac_try_echo=$ac_try;;
3632+esac
3633+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3634+$as_echo "$ac_try_echo"; } >&5
3635+ (eval "$ac_try") 2>&5
3636+ ac_status=$?
3637+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3638+ test $ac_status = 0; }; }; then
3639+ cross_compiling=no
3640+ else
3641+ if test "$cross_compiling" = maybe; then
3642+ cross_compiling=yes
3643+ else
3644+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3645+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3646+as_fn_error $? "cannot run C compiled programs.
3647+If you meant to cross compile, use \`--host'.
3648+See \`config.log' for more details" "$LINENO" 5; }
3649+ fi
3650+ fi
3651+fi
3652+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3653+$as_echo "$cross_compiling" >&6; }
3654+
3655+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3656+ac_clean_files=$ac_clean_files_save
3657+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3658+$as_echo_n "checking for suffix of object files... " >&6; }
3659+if ${ac_cv_objext+:} false; then :
3660+ $as_echo_n "(cached) " >&6
3661+else
3662+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3663+/* end confdefs.h. */
3664+
3665+int
3666+main ()
3667+{
3668+
3669+ ;
3670+ return 0;
3671+}
3672+_ACEOF
3673+rm -f conftest.o conftest.obj
3674+if { { ac_try="$ac_compile"
3675+case "(($ac_try" in
3676+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3677+ *) ac_try_echo=$ac_try;;
3678+esac
3679+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3680+$as_echo "$ac_try_echo"; } >&5
3681+ (eval "$ac_compile") 2>&5
3682+ ac_status=$?
3683+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3684+ test $ac_status = 0; }; then :
3685+ for ac_file in conftest.o conftest.obj conftest.*; do
3686+ test -f "$ac_file" || continue;
3687+ case $ac_file in
3688+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3689+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3690+ break;;
3691+ esac
3692+done
3693+else
3694+ $as_echo "$as_me: failed program was:" >&5
3695+sed 's/^/| /' conftest.$ac_ext >&5
3696+
3697+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3698+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3699+as_fn_error $? "cannot compute suffix of object files: cannot compile
3700+See \`config.log' for more details" "$LINENO" 5; }
3701+fi
3702+rm -f conftest.$ac_cv_objext conftest.$ac_ext
3703+fi
3704+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3705+$as_echo "$ac_cv_objext" >&6; }
3706+OBJEXT=$ac_cv_objext
3707+ac_objext=$OBJEXT
3708+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3709+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3710+if ${ac_cv_c_compiler_gnu+:} false; then :
3711+ $as_echo_n "(cached) " >&6
3712+else
3713+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3714+/* end confdefs.h. */
3715+
3716+int
3717+main ()
3718+{
3719+#ifndef __GNUC__
3720+ choke me
3721+#endif
3722+
3723+ ;
3724+ return 0;
3725+}
3726+_ACEOF
3727+if ac_fn_c_try_compile "$LINENO"; then :
3728+ ac_compiler_gnu=yes
3729+else
3730+ ac_compiler_gnu=no
3731+fi
3732+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3733+ac_cv_c_compiler_gnu=$ac_compiler_gnu
3734+
3735+fi
3736+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3737+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3738+if test $ac_compiler_gnu = yes; then
3739+ GCC=yes
3740+else
3741+ GCC=
3742+fi
3743+ac_test_CFLAGS=${CFLAGS+set}
3744+ac_save_CFLAGS=$CFLAGS
3745+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3746+$as_echo_n "checking whether $CC accepts -g... " >&6; }
3747+if ${ac_cv_prog_cc_g+:} false; then :
3748+ $as_echo_n "(cached) " >&6
3749+else
3750+ ac_save_c_werror_flag=$ac_c_werror_flag
3751+ ac_c_werror_flag=yes
3752+ ac_cv_prog_cc_g=no
3753+ CFLAGS="-g"
3754+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3755+/* end confdefs.h. */
3756+
3757+int
3758+main ()
3759+{
3760+
3761+ ;
3762+ return 0;
3763+}
3764+_ACEOF
3765+if ac_fn_c_try_compile "$LINENO"; then :
3766+ ac_cv_prog_cc_g=yes
3767+else
3768+ CFLAGS=""
3769+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770+/* end confdefs.h. */
3771+
3772+int
3773+main ()
3774+{
3775+
3776+ ;
3777+ return 0;
3778+}
3779+_ACEOF
3780+if ac_fn_c_try_compile "$LINENO"; then :
3781+
3782+else
3783+ ac_c_werror_flag=$ac_save_c_werror_flag
3784+ CFLAGS="-g"
3785+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3786+/* end confdefs.h. */
3787+
3788+int
3789+main ()
3790+{
3791+
3792+ ;
3793+ return 0;
3794+}
3795+_ACEOF
3796+if ac_fn_c_try_compile "$LINENO"; then :
3797+ ac_cv_prog_cc_g=yes
3798+fi
3799+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800+fi
3801+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3802+fi
3803+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3804+ ac_c_werror_flag=$ac_save_c_werror_flag
3805+fi
3806+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3807+$as_echo "$ac_cv_prog_cc_g" >&6; }
3808+if test "$ac_test_CFLAGS" = set; then
3809+ CFLAGS=$ac_save_CFLAGS
3810+elif test $ac_cv_prog_cc_g = yes; then
3811+ if test "$GCC" = yes; then
3812+ CFLAGS="-g -O2"
3813+ else
3814+ CFLAGS="-g"
3815+ fi
3816+else
3817+ if test "$GCC" = yes; then
3818+ CFLAGS="-O2"
3819+ else
3820+ CFLAGS=
3821+ fi
3822+fi
3823+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3824+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3825+if ${ac_cv_prog_cc_c89+:} false; then :
3826+ $as_echo_n "(cached) " >&6
3827+else
3828+ ac_cv_prog_cc_c89=no
3829+ac_save_CC=$CC
3830+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3831+/* end confdefs.h. */
3832+#include <stdarg.h>
3833+#include <stdio.h>
3834+#include <sys/types.h>
3835+#include <sys/stat.h>
3836+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3837+struct buf { int x; };
3838+FILE * (*rcsopen) (struct buf *, struct stat *, int);
3839+static char *e (p, i)
3840+ char **p;
3841+ int i;
3842+{
3843+ return p[i];
3844+}
3845+static char *f (char * (*g) (char **, int), char **p, ...)
3846+{
3847+ char *s;
3848+ va_list v;
3849+ va_start (v,p);
3850+ s = g (p, va_arg (v,int));
3851+ va_end (v);
3852+ return s;
3853+}
3854+
3855+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3856+ function prototypes and stuff, but not '\xHH' hex character constants.
3857+ These don't provoke an error unfortunately, instead are silently treated
3858+ as 'x'. The following induces an error, until -std is added to get
3859+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3860+ array size at least. It's necessary to write '\x00'==0 to get something
3861+ that's true only with -std. */
3862+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3863+
3864+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3865+ inside strings and character constants. */
3866+#define FOO(x) 'x'
3867+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3868+
3869+int test (int i, double x);
3870+struct s1 {int (*f) (int a);};
3871+struct s2 {int (*f) (double a);};
3872+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3873+int argc;
3874+char **argv;
3875+int
3876+main ()
3877+{
3878+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3879+ ;
3880+ return 0;
3881+}
3882+_ACEOF
3883+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3884+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3885+do
3886+ CC="$ac_save_CC $ac_arg"
3887+ if ac_fn_c_try_compile "$LINENO"; then :
3888+ ac_cv_prog_cc_c89=$ac_arg
3889+fi
3890+rm -f core conftest.err conftest.$ac_objext
3891+ test "x$ac_cv_prog_cc_c89" != "xno" && break
3892+done
3893+rm -f conftest.$ac_ext
3894+CC=$ac_save_CC
3895+
3896+fi
3897+# AC_CACHE_VAL
3898+case "x$ac_cv_prog_cc_c89" in
3899+ x)
3900+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3901+$as_echo "none needed" >&6; } ;;
3902+ xno)
3903+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3904+$as_echo "unsupported" >&6; } ;;
3905+ *)
3906+ CC="$CC $ac_cv_prog_cc_c89"
3907+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3908+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3909+esac
3910+if test "x$ac_cv_prog_cc_c89" != xno; then :
3911+
3912+fi
3913+
3914+ac_ext=c
3915+ac_cpp='$CPP $CPPFLAGS'
3916+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3917+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3918+ac_compiler_gnu=$ac_cv_c_compiler_gnu
3919+DEPDIR="${am__leading_dot}deps"
3920+
3921+ac_config_commands="$ac_config_commands depfiles"
3922+
3923+
3924+am_make=${MAKE-make}
3925+cat > confinc << 'END'
3926+am__doit:
3927+ @echo this is the am__doit target
3928+.PHONY: am__doit
3929+END
3930+# If we don't find an include directive, just comment out the code.
3931+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3932+$as_echo_n "checking for style of include used by $am_make... " >&6; }
3933+am__include="#"
3934+am__quote=
3935+_am_result=none
3936+# First try GNU make style include.
3937+echo "include confinc" > confmf
3938+# Ignore all kinds of additional output from `make'.
3939+case `$am_make -s -f confmf 2> /dev/null` in #(
3940+*the\ am__doit\ target*)
3941+ am__include=include
3942+ am__quote=
3943+ _am_result=GNU
3944+ ;;
3945+esac
3946+# Now try BSD make style include.
3947+if test "$am__include" = "#"; then
3948+ echo '.include "confinc"' > confmf
3949+ case `$am_make -s -f confmf 2> /dev/null` in #(
3950+ *the\ am__doit\ target*)
3951+ am__include=.include
3952+ am__quote="\""
3953+ _am_result=BSD
3954+ ;;
3955+ esac
3956+fi
3957+
3958+
3959+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3960+$as_echo "$_am_result" >&6; }
3961+rm -f confinc confmf
3962+
3963+# Check whether --enable-dependency-tracking was given.
3964+if test "${enable_dependency_tracking+set}" = set; then :
3965+ enableval=$enable_dependency_tracking;
3966+fi
3967+
3968+if test "x$enable_dependency_tracking" != xno; then
3969+ am_depcomp="$ac_aux_dir/depcomp"
3970+ AMDEPBACKSLASH='\'
3971+fi
3972+ if test "x$enable_dependency_tracking" != xno; then
3973+ AMDEP_TRUE=
3974+ AMDEP_FALSE='#'
3975+else
3976+ AMDEP_TRUE='#'
3977+ AMDEP_FALSE=
3978+fi
3979+
3980+
3981+
3982+depcc="$CC" am_compiler_list=
3983+
3984+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3985+$as_echo_n "checking dependency style of $depcc... " >&6; }
3986+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3987+ $as_echo_n "(cached) " >&6
3988+else
3989+ if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3990+ # We make a subdir and do the tests there. Otherwise we can end up
3991+ # making bogus files that we don't know about and never remove. For
3992+ # instance it was reported that on HP-UX the gcc test will end up
3993+ # making a dummy file named `D' -- because `-MD' means `put the output
3994+ # in D'.
3995+ mkdir conftest.dir
3996+ # Copy depcomp to subdir because otherwise we won't find it if we're
3997+ # using a relative directory.
3998+ cp "$am_depcomp" conftest.dir
3999+ cd conftest.dir
4000+ # We will build objects and dependencies in a subdirectory because
4001+ # it helps to detect inapplicable dependency modes. For instance
4002+ # both Tru64's cc and ICC support -MD to output dependencies as a
4003+ # side effect of compilation, but ICC will put the dependencies in
4004+ # the current directory while Tru64 will put them in the object
4005+ # directory.
4006+ mkdir sub
4007+
4008+ am_cv_CC_dependencies_compiler_type=none
4009+ if test "$am_compiler_list" = ""; then
4010+ am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4011+ fi
4012+ am__universal=false
4013+ case " $depcc " in #(
4014+ *\ -arch\ *\ -arch\ *) am__universal=true ;;
4015+ esac
4016+
4017+ for depmode in $am_compiler_list; do
4018+ # Setup a source with many dependencies, because some compilers
4019+ # like to wrap large dependency lists on column 80 (with \), and
4020+ # we should not choose a depcomp mode which is confused by this.
4021+ #
4022+ # We need to recreate these files for each test, as the compiler may
4023+ # overwrite some of them when testing with obscure command lines.
4024+ # This happens at least with the AIX C compiler.
4025+ : > sub/conftest.c
4026+ for i in 1 2 3 4 5 6; do
4027+ echo '#include "conftst'$i'.h"' >> sub/conftest.c
4028+ # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4029+ # Solaris 8's {/usr,}/bin/sh.
4030+ touch sub/conftst$i.h
4031+ done
4032+ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4033+
4034+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
4035+ # mode. It turns out that the SunPro C++ compiler does not properly
4036+ # handle `-M -o', and we need to detect this. Also, some Intel
4037+ # versions had trouble with output in subdirs
4038+ am__obj=sub/conftest.${OBJEXT-o}
4039+ am__minus_obj="-o $am__obj"
4040+ case $depmode in
4041+ gcc)
4042+ # This depmode causes a compiler race in universal mode.
4043+ test "$am__universal" = false || continue
4044+ ;;
4045+ nosideeffect)
4046+ # after this tag, mechanisms are not by side-effect, so they'll
4047+ # only be used when explicitly requested
4048+ if test "x$enable_dependency_tracking" = xyes; then
4049+ continue
4050+ else
4051+ break
4052+ fi
4053+ ;;
4054+ msvisualcpp | msvcmsys)
4055+ # This compiler won't grok `-c -o', but also, the minuso test has
4056+ # not run yet. These depmodes are late enough in the game, and
4057+ # so weak that their functioning should not be impacted.
4058+ am__obj=conftest.${OBJEXT-o}
4059+ am__minus_obj=
4060+ ;;
4061+ none) break ;;
4062+ esac
4063+ if depmode=$depmode \
4064+ source=sub/conftest.c object=$am__obj \
4065+ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4066+ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4067+ >/dev/null 2>conftest.err &&
4068+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4069+ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4070+ grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4071+ ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4072+ # icc doesn't choke on unknown options, it will just issue warnings
4073+ # or remarks (even with -Werror). So we grep stderr for any message
4074+ # that says an option was ignored or not supported.
4075+ # When given -MP, icc 7.0 and 7.1 complain thusly:
4076+ # icc: Command line warning: ignoring option '-M'; no argument required
4077+ # The diagnosis changed in icc 8.0:
4078+ # icc: Command line remark: option '-MP' not supported
4079+ if (grep 'ignoring option' conftest.err ||
4080+ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4081+ am_cv_CC_dependencies_compiler_type=$depmode
4082+ break
4083+ fi
4084+ fi
4085+ done
4086+
4087+ cd ..
4088+ rm -rf conftest.dir
4089+else
4090+ am_cv_CC_dependencies_compiler_type=none
4091+fi
4092+
4093+fi
4094+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4095+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4096+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4097+
4098+ if
4099+ test "x$enable_dependency_tracking" != xno \
4100+ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4101+ am__fastdepCC_TRUE=
4102+ am__fastdepCC_FALSE='#'
4103+else
4104+ am__fastdepCC_TRUE='#'
4105+ am__fastdepCC_FALSE=
4106+fi
4107+
4108+
4109+# Needed for per-target cflags, like in gnomeshell-taskpanel
4110+if test "x$CC" != xcc; then
4111+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4112+$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4113+else
4114+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4115+$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4116+fi
4117+set dummy $CC; ac_cc=`$as_echo "$2" |
4118+ sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4119+if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4120+ $as_echo_n "(cached) " >&6
4121+else
4122+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4123+/* end confdefs.h. */
4124+
4125+int
4126+main ()
4127+{
4128+
4129+ ;
4130+ return 0;
4131+}
4132+_ACEOF
4133+# Make sure it works both with $CC and with simple cc.
4134+# We do the test twice because some compilers refuse to overwrite an
4135+# existing .o file with -o, though they will create one.
4136+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4137+rm -f conftest2.*
4138+if { { case "(($ac_try" in
4139+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4140+ *) ac_try_echo=$ac_try;;
4141+esac
4142+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4143+$as_echo "$ac_try_echo"; } >&5
4144+ (eval "$ac_try") 2>&5
4145+ ac_status=$?
4146+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4147+ test $ac_status = 0; } &&
4148+ test -f conftest2.$ac_objext && { { case "(($ac_try" in
4149+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4150+ *) ac_try_echo=$ac_try;;
4151+esac
4152+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4153+$as_echo "$ac_try_echo"; } >&5
4154+ (eval "$ac_try") 2>&5
4155+ ac_status=$?
4156+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4157+ test $ac_status = 0; };
4158+then
4159+ eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4160+ if test "x$CC" != xcc; then
4161+ # Test first that cc exists at all.
4162+ if { ac_try='cc -c conftest.$ac_ext >&5'
4163+ { { case "(($ac_try" in
4164+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4165+ *) ac_try_echo=$ac_try;;
4166+esac
4167+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4168+$as_echo "$ac_try_echo"; } >&5
4169+ (eval "$ac_try") 2>&5
4170+ ac_status=$?
4171+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4172+ test $ac_status = 0; }; }; then
4173+ ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4174+ rm -f conftest2.*
4175+ if { { case "(($ac_try" in
4176+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4177+ *) ac_try_echo=$ac_try;;
4178+esac
4179+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4180+$as_echo "$ac_try_echo"; } >&5
4181+ (eval "$ac_try") 2>&5
4182+ ac_status=$?
4183+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4184+ test $ac_status = 0; } &&
4185+ test -f conftest2.$ac_objext && { { case "(($ac_try" in
4186+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4187+ *) ac_try_echo=$ac_try;;
4188+esac
4189+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4190+$as_echo "$ac_try_echo"; } >&5
4191+ (eval "$ac_try") 2>&5
4192+ ac_status=$?
4193+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4194+ test $ac_status = 0; };
4195+ then
4196+ # cc works too.
4197+ :
4198+ else
4199+ # cc exists but doesn't like -o.
4200+ eval ac_cv_prog_cc_${ac_cc}_c_o=no
4201+ fi
4202+ fi
4203+ fi
4204+else
4205+ eval ac_cv_prog_cc_${ac_cc}_c_o=no
4206+fi
4207+rm -f core conftest*
4208+
4209+fi
4210+if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4211+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4212+$as_echo "yes" >&6; }
4213+else
4214+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4215+$as_echo "no" >&6; }
4216+
4217+$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4218+
4219+fi
4220+
4221+# FIXME: we rely on the cache variable name because
4222+# there is no other way.
4223+set dummy $CC
4224+am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4225+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4226+if test "$am_t" != yes; then
4227+ # Losing compiler, so override with the script.
4228+ # FIXME: It is wrong to rewrite CC.
4229+ # But if we don't then we get into trouble of one sort or another.
4230+ # A longer-term fix would be to have automake use am__CC in this case,
4231+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4232+ CC="$am_aux_dir/compile $CC"
4233+fi
4234+
4235+
4236+
4237+# Initialize libtool
4238+
4239+case `pwd` in
4240+ *\ * | *\ *)
4241+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4242+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4243+esac
4244+
4245+
4246+
4247+macro_version='2.4'
4248+macro_revision='1.3293'
4249+
4250+
4251+
4252+
4253+
4254+
4255+
4256+
4257+
4258+
4259+
4260+
4261+
4262+ltmain="$ac_aux_dir/ltmain.sh"
4263+
4264+# Make sure we can run config.sub.
4265+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4266+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4267+
4268+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4269+$as_echo_n "checking build system type... " >&6; }
4270+if ${ac_cv_build+:} false; then :
4271+ $as_echo_n "(cached) " >&6
4272+else
4273+ ac_build_alias=$build_alias
4274+test "x$ac_build_alias" = x &&
4275+ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4276+test "x$ac_build_alias" = x &&
4277+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4278+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4279+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4280+
4281+fi
4282+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4283+$as_echo "$ac_cv_build" >&6; }
4284+case $ac_cv_build in
4285+*-*-*) ;;
4286+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4287+esac
4288+build=$ac_cv_build
4289+ac_save_IFS=$IFS; IFS='-'
4290+set x $ac_cv_build
4291+shift
4292+build_cpu=$1
4293+build_vendor=$2
4294+shift; shift
4295+# Remember, the first character of IFS is used to create $*,
4296+# except with old shells:
4297+build_os=$*
4298+IFS=$ac_save_IFS
4299+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4300+
4301+
4302+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4303+$as_echo_n "checking host system type... " >&6; }
4304+if ${ac_cv_host+:} false; then :
4305+ $as_echo_n "(cached) " >&6
4306+else
4307+ if test "x$host_alias" = x; then
4308+ ac_cv_host=$ac_cv_build
4309+else
4310+ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4311+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4312+fi
4313+
4314+fi
4315+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4316+$as_echo "$ac_cv_host" >&6; }
4317+case $ac_cv_host in
4318+*-*-*) ;;
4319+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4320+esac
4321+host=$ac_cv_host
4322+ac_save_IFS=$IFS; IFS='-'
4323+set x $ac_cv_host
4324+shift
4325+host_cpu=$1
4326+host_vendor=$2
4327+shift; shift
4328+# Remember, the first character of IFS is used to create $*,
4329+# except with old shells:
4330+host_os=$*
4331+IFS=$ac_save_IFS
4332+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4333+
4334+
4335+# Backslashify metacharacters that are still active within
4336+# double-quoted strings.
4337+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4338+
4339+# Same as above, but do not quote variable references.
4340+double_quote_subst='s/\(["`\\]\)/\\\1/g'
4341+
4342+# Sed substitution to delay expansion of an escaped shell variable in a
4343+# double_quote_subst'ed string.
4344+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4345+
4346+# Sed substitution to delay expansion of an escaped single quote.
4347+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4348+
4349+# Sed substitution to avoid accidental globbing in evaled expressions
4350+no_glob_subst='s/\*/\\\*/g'
4351+
4352+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4353+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4354+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4355+
4356+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4357+$as_echo_n "checking how to print strings... " >&6; }
4358+# Test print first, because it will be a builtin if present.
4359+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4360+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4361+ ECHO='print -r --'
4362+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4363+ ECHO='printf %s\n'
4364+else
4365+ # Use this function as a fallback that always works.
4366+ func_fallback_echo ()
4367+ {
4368+ eval 'cat <<_LTECHO_EOF
4369+$1
4370+_LTECHO_EOF'
4371+ }
4372+ ECHO='func_fallback_echo'
4373+fi
4374+
4375+# func_echo_all arg...
4376+# Invoke $ECHO with all args, space-separated.
4377+func_echo_all ()
4378+{
4379+ $ECHO ""
4380+}
4381+
4382+case "$ECHO" in
4383+ printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4384+$as_echo "printf" >&6; } ;;
4385+ print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4386+$as_echo "print -r" >&6; } ;;
4387+ *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4388+$as_echo "cat" >&6; } ;;
4389+esac
4390+
4391+
4392+
4393+
4394+
4395+
4396+
4397+
4398+
4399+
4400+
4401+
4402+
4403+
4404+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4405+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4406+if ${ac_cv_path_SED+:} false; then :
4407+ $as_echo_n "(cached) " >&6
4408+else
4409+ ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4410+ for ac_i in 1 2 3 4 5 6 7; do
4411+ ac_script="$ac_script$as_nl$ac_script"
4412+ done
4413+ echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4414+ { ac_script=; unset ac_script;}
4415+ if test -z "$SED"; then
4416+ ac_path_SED_found=false
4417+ # Loop through the user's path and test for each of PROGNAME-LIST
4418+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419+for as_dir in $PATH
4420+do
4421+ IFS=$as_save_IFS
4422+ test -z "$as_dir" && as_dir=.
4423+ for ac_prog in sed gsed; do
4424+ for ac_exec_ext in '' $ac_executable_extensions; do
4425+ ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4426+ { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4427+# Check for GNU ac_path_SED and select it if it is found.
4428+ # Check for GNU $ac_path_SED
4429+case `"$ac_path_SED" --version 2>&1` in
4430+*GNU*)
4431+ ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4432+*)
4433+ ac_count=0
4434+ $as_echo_n 0123456789 >"conftest.in"
4435+ while :
4436+ do
4437+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4438+ mv "conftest.tmp" "conftest.in"
4439+ cp "conftest.in" "conftest.nl"
4440+ $as_echo '' >> "conftest.nl"
4441+ "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4442+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4443+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4444+ if test $ac_count -gt ${ac_path_SED_max-0}; then
4445+ # Best one so far, save it but keep looking for a better one
4446+ ac_cv_path_SED="$ac_path_SED"
4447+ ac_path_SED_max=$ac_count
4448+ fi
4449+ # 10*(2^10) chars as input seems more than enough
4450+ test $ac_count -gt 10 && break
4451+ done
4452+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4453+esac
4454+
4455+ $ac_path_SED_found && break 3
4456+ done
4457+ done
4458+ done
4459+IFS=$as_save_IFS
4460+ if test -z "$ac_cv_path_SED"; then
4461+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4462+ fi
4463+else
4464+ ac_cv_path_SED=$SED
4465+fi
4466+
4467+fi
4468+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4469+$as_echo "$ac_cv_path_SED" >&6; }
4470+ SED="$ac_cv_path_SED"
4471+ rm -f conftest.sed
4472+
4473+test -z "$SED" && SED=sed
4474+Xsed="$SED -e 1s/^X//"
4475+
4476+
4477+
4478+
4479+
4480+
4481+
4482+
4483+
4484+
4485+
4486+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4487+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4488+if ${ac_cv_path_GREP+:} false; then :
4489+ $as_echo_n "(cached) " >&6
4490+else
4491+ if test -z "$GREP"; then
4492+ ac_path_GREP_found=false
4493+ # Loop through the user's path and test for each of PROGNAME-LIST
4494+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4495+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4496+do
4497+ IFS=$as_save_IFS
4498+ test -z "$as_dir" && as_dir=.
4499+ for ac_prog in grep ggrep; do
4500+ for ac_exec_ext in '' $ac_executable_extensions; do
4501+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4502+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4503+# Check for GNU ac_path_GREP and select it if it is found.
4504+ # Check for GNU $ac_path_GREP
4505+case `"$ac_path_GREP" --version 2>&1` in
4506+*GNU*)
4507+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4508+*)
4509+ ac_count=0
4510+ $as_echo_n 0123456789 >"conftest.in"
4511+ while :
4512+ do
4513+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4514+ mv "conftest.tmp" "conftest.in"
4515+ cp "conftest.in" "conftest.nl"
4516+ $as_echo 'GREP' >> "conftest.nl"
4517+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4518+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4519+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4520+ if test $ac_count -gt ${ac_path_GREP_max-0}; then
4521+ # Best one so far, save it but keep looking for a better one
4522+ ac_cv_path_GREP="$ac_path_GREP"
4523+ ac_path_GREP_max=$ac_count
4524+ fi
4525+ # 10*(2^10) chars as input seems more than enough
4526+ test $ac_count -gt 10 && break
4527+ done
4528+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4529+esac
4530+
4531+ $ac_path_GREP_found && break 3
4532+ done
4533+ done
4534+ done
4535+IFS=$as_save_IFS
4536+ if test -z "$ac_cv_path_GREP"; then
4537+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4538+ fi
4539+else
4540+ ac_cv_path_GREP=$GREP
4541+fi
4542+
4543+fi
4544+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4545+$as_echo "$ac_cv_path_GREP" >&6; }
4546+ GREP="$ac_cv_path_GREP"
4547+
4548+
4549+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4550+$as_echo_n "checking for egrep... " >&6; }
4551+if ${ac_cv_path_EGREP+:} false; then :
4552+ $as_echo_n "(cached) " >&6
4553+else
4554+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4555+ then ac_cv_path_EGREP="$GREP -E"
4556+ else
4557+ if test -z "$EGREP"; then
4558+ ac_path_EGREP_found=false
4559+ # Loop through the user's path and test for each of PROGNAME-LIST
4560+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4561+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4562+do
4563+ IFS=$as_save_IFS
4564+ test -z "$as_dir" && as_dir=.
4565+ for ac_prog in egrep; do
4566+ for ac_exec_ext in '' $ac_executable_extensions; do
4567+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4568+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4569+# Check for GNU ac_path_EGREP and select it if it is found.
4570+ # Check for GNU $ac_path_EGREP
4571+case `"$ac_path_EGREP" --version 2>&1` in
4572+*GNU*)
4573+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4574+*)
4575+ ac_count=0
4576+ $as_echo_n 0123456789 >"conftest.in"
4577+ while :
4578+ do
4579+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4580+ mv "conftest.tmp" "conftest.in"
4581+ cp "conftest.in" "conftest.nl"
4582+ $as_echo 'EGREP' >> "conftest.nl"
4583+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4584+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4585+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4586+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4587+ # Best one so far, save it but keep looking for a better one
4588+ ac_cv_path_EGREP="$ac_path_EGREP"
4589+ ac_path_EGREP_max=$ac_count
4590+ fi
4591+ # 10*(2^10) chars as input seems more than enough
4592+ test $ac_count -gt 10 && break
4593+ done
4594+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4595+esac
4596+
4597+ $ac_path_EGREP_found && break 3
4598+ done
4599+ done
4600+ done
4601+IFS=$as_save_IFS
4602+ if test -z "$ac_cv_path_EGREP"; then
4603+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4604+ fi
4605+else
4606+ ac_cv_path_EGREP=$EGREP
4607+fi
4608+
4609+ fi
4610+fi
4611+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4612+$as_echo "$ac_cv_path_EGREP" >&6; }
4613+ EGREP="$ac_cv_path_EGREP"
4614+
4615+
4616+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4617+$as_echo_n "checking for fgrep... " >&6; }
4618+if ${ac_cv_path_FGREP+:} false; then :
4619+ $as_echo_n "(cached) " >&6
4620+else
4621+ if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4622+ then ac_cv_path_FGREP="$GREP -F"
4623+ else
4624+ if test -z "$FGREP"; then
4625+ ac_path_FGREP_found=false
4626+ # Loop through the user's path and test for each of PROGNAME-LIST
4627+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629+do
4630+ IFS=$as_save_IFS
4631+ test -z "$as_dir" && as_dir=.
4632+ for ac_prog in fgrep; do
4633+ for ac_exec_ext in '' $ac_executable_extensions; do
4634+ ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4635+ { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4636+# Check for GNU ac_path_FGREP and select it if it is found.
4637+ # Check for GNU $ac_path_FGREP
4638+case `"$ac_path_FGREP" --version 2>&1` in
4639+*GNU*)
4640+ ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4641+*)
4642+ ac_count=0
4643+ $as_echo_n 0123456789 >"conftest.in"
4644+ while :
4645+ do
4646+ cat "conftest.in" "conftest.in" >"conftest.tmp"
4647+ mv "conftest.tmp" "conftest.in"
4648+ cp "conftest.in" "conftest.nl"
4649+ $as_echo 'FGREP' >> "conftest.nl"
4650+ "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652+ as_fn_arith $ac_count + 1 && ac_count=$as_val
4653+ if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4654+ # Best one so far, save it but keep looking for a better one
4655+ ac_cv_path_FGREP="$ac_path_FGREP"
4656+ ac_path_FGREP_max=$ac_count
4657+ fi
4658+ # 10*(2^10) chars as input seems more than enough
4659+ test $ac_count -gt 10 && break
4660+ done
4661+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662+esac
4663+
4664+ $ac_path_FGREP_found && break 3
4665+ done
4666+ done
4667+ done
4668+IFS=$as_save_IFS
4669+ if test -z "$ac_cv_path_FGREP"; then
4670+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4671+ fi
4672+else
4673+ ac_cv_path_FGREP=$FGREP
4674+fi
4675+
4676+ fi
4677+fi
4678+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4679+$as_echo "$ac_cv_path_FGREP" >&6; }
4680+ FGREP="$ac_cv_path_FGREP"
4681+
4682+
4683+test -z "$GREP" && GREP=grep
4684+
4685+
4686+
4687+
4688+
4689+
4690+
4691+
4692+
4693+
4694+
4695+
4696+
4697+
4698+
4699+
4700+
4701+
4702+
4703+# Check whether --with-gnu-ld was given.
4704+if test "${with_gnu_ld+set}" = set; then :
4705+ withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4706+else
4707+ with_gnu_ld=no
4708+fi
4709+
4710+ac_prog=ld
4711+if test "$GCC" = yes; then
4712+ # Check if gcc -print-prog-name=ld gives a path.
4713+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4714+$as_echo_n "checking for ld used by $CC... " >&6; }
4715+ case $host in
4716+ *-*-mingw*)
4717+ # gcc leaves a trailing carriage return which upsets mingw
4718+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4719+ *)
4720+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4721+ esac
4722+ case $ac_prog in
4723+ # Accept absolute paths.
4724+ [\\/]* | ?:[\\/]*)
4725+ re_direlt='/[^/][^/]*/\.\./'
4726+ # Canonicalize the pathname of ld
4727+ ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4728+ while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4729+ ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4730+ done
4731+ test -z "$LD" && LD="$ac_prog"
4732+ ;;
4733+ "")
4734+ # If it fails, then pretend we aren't using GCC.
4735+ ac_prog=ld
4736+ ;;
4737+ *)
4738+ # If it is relative, then search for the first ld in PATH.
4739+ with_gnu_ld=unknown
4740+ ;;
4741+ esac
4742+elif test "$with_gnu_ld" = yes; then
4743+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4744+$as_echo_n "checking for GNU ld... " >&6; }
4745+else
4746+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4747+$as_echo_n "checking for non-GNU ld... " >&6; }
4748+fi
4749+if ${lt_cv_path_LD+:} false; then :
4750+ $as_echo_n "(cached) " >&6
4751+else
4752+ if test -z "$LD"; then
4753+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4754+ for ac_dir in $PATH; do
4755+ IFS="$lt_save_ifs"
4756+ test -z "$ac_dir" && ac_dir=.
4757+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4758+ lt_cv_path_LD="$ac_dir/$ac_prog"
4759+ # Check to see if the program is GNU ld. I'd rather use --version,
4760+ # but apparently some variants of GNU ld only accept -v.
4761+ # Break only if it was the GNU/non-GNU ld that we prefer.
4762+ case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4763+ *GNU* | *'with BFD'*)
4764+ test "$with_gnu_ld" != no && break
4765+ ;;
4766+ *)
4767+ test "$with_gnu_ld" != yes && break
4768+ ;;
4769+ esac
4770+ fi
4771+ done
4772+ IFS="$lt_save_ifs"
4773+else
4774+ lt_cv_path_LD="$LD" # Let the user override the test with a path.
4775+fi
4776+fi
4777+
4778+LD="$lt_cv_path_LD"
4779+if test -n "$LD"; then
4780+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4781+$as_echo "$LD" >&6; }
4782+else
4783+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4784+$as_echo "no" >&6; }
4785+fi
4786+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4787+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4788+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4789+if ${lt_cv_prog_gnu_ld+:} false; then :
4790+ $as_echo_n "(cached) " >&6
4791+else
4792+ # I'd rather use --version here, but apparently some GNU lds only accept -v.
4793+case `$LD -v 2>&1 </dev/null` in
4794+*GNU* | *'with BFD'*)
4795+ lt_cv_prog_gnu_ld=yes
4796+ ;;
4797+*)
4798+ lt_cv_prog_gnu_ld=no
4799+ ;;
4800+esac
4801+fi
4802+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4803+$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4804+with_gnu_ld=$lt_cv_prog_gnu_ld
4805+
4806+
4807+
4808+
4809+
4810+
4811+
4812+
4813+
4814+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4815+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4816+if ${lt_cv_path_NM+:} false; then :
4817+ $as_echo_n "(cached) " >&6
4818+else
4819+ if test -n "$NM"; then
4820+ # Let the user override the test.
4821+ lt_cv_path_NM="$NM"
4822+else
4823+ lt_nm_to_check="${ac_tool_prefix}nm"
4824+ if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4825+ lt_nm_to_check="$lt_nm_to_check nm"
4826+ fi
4827+ for lt_tmp_nm in $lt_nm_to_check; do
4828+ lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4829+ for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4830+ IFS="$lt_save_ifs"
4831+ test -z "$ac_dir" && ac_dir=.
4832+ tmp_nm="$ac_dir/$lt_tmp_nm"
4833+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4834+ # Check to see if the nm accepts a BSD-compat flag.
4835+ # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4836+ # nm: unknown option "B" ignored
4837+ # Tru64's nm complains that /dev/null is an invalid object file
4838+ case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4839+ */dev/null* | *'Invalid file or object type'*)
4840+ lt_cv_path_NM="$tmp_nm -B"
4841+ break
4842+ ;;
4843+ *)
4844+ case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4845+ */dev/null*)
4846+ lt_cv_path_NM="$tmp_nm -p"
4847+ break
4848+ ;;
4849+ *)
4850+ lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4851+ continue # so that we can try to find one that supports BSD flags
4852+ ;;
4853+ esac
4854+ ;;
4855+ esac
4856+ fi
4857+ done
4858+ IFS="$lt_save_ifs"
4859+ done
4860+ : ${lt_cv_path_NM=no}
4861+fi
4862+fi
4863+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4864+$as_echo "$lt_cv_path_NM" >&6; }
4865+if test "$lt_cv_path_NM" != "no"; then
4866+ NM="$lt_cv_path_NM"
4867+else
4868+ # Didn't find any BSD compatible name lister, look for dumpbin.
4869+ if test -n "$DUMPBIN"; then :
4870+ # Let the user override the test.
4871+ else
4872+ if test -n "$ac_tool_prefix"; then
4873+ for ac_prog in dumpbin "link -dump"
4874+ do
4875+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4876+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4877+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4878+$as_echo_n "checking for $ac_word... " >&6; }
4879+if ${ac_cv_prog_DUMPBIN+:} false; then :
4880+ $as_echo_n "(cached) " >&6
4881+else
4882+ if test -n "$DUMPBIN"; then
4883+ ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4884+else
4885+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4886+for as_dir in $PATH
4887+do
4888+ IFS=$as_save_IFS
4889+ test -z "$as_dir" && as_dir=.
4890+ for ac_exec_ext in '' $ac_executable_extensions; do
4891+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4892+ ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4893+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894+ break 2
4895+ fi
4896+done
4897+ done
4898+IFS=$as_save_IFS
4899+
4900+fi
4901+fi
4902+DUMPBIN=$ac_cv_prog_DUMPBIN
4903+if test -n "$DUMPBIN"; then
4904+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4905+$as_echo "$DUMPBIN" >&6; }
4906+else
4907+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908+$as_echo "no" >&6; }
4909+fi
4910+
4911+
4912+ test -n "$DUMPBIN" && break
4913+ done
4914+fi
4915+if test -z "$DUMPBIN"; then
4916+ ac_ct_DUMPBIN=$DUMPBIN
4917+ for ac_prog in dumpbin "link -dump"
4918+do
4919+ # Extract the first word of "$ac_prog", so it can be a program name with args.
4920+set dummy $ac_prog; ac_word=$2
4921+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922+$as_echo_n "checking for $ac_word... " >&6; }
4923+if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4924+ $as_echo_n "(cached) " >&6
4925+else
4926+ if test -n "$ac_ct_DUMPBIN"; then
4927+ ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4928+else
4929+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930+for as_dir in $PATH
4931+do
4932+ IFS=$as_save_IFS
4933+ test -z "$as_dir" && as_dir=.
4934+ for ac_exec_ext in '' $ac_executable_extensions; do
4935+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936+ ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4937+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938+ break 2
4939+ fi
4940+done
4941+ done
4942+IFS=$as_save_IFS
4943+
4944+fi
4945+fi
4946+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4947+if test -n "$ac_ct_DUMPBIN"; then
4948+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4949+$as_echo "$ac_ct_DUMPBIN" >&6; }
4950+else
4951+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952+$as_echo "no" >&6; }
4953+fi
4954+
4955+
4956+ test -n "$ac_ct_DUMPBIN" && break
4957+done
4958+
4959+ if test "x$ac_ct_DUMPBIN" = x; then
4960+ DUMPBIN=":"
4961+ else
4962+ case $cross_compiling:$ac_tool_warned in
4963+yes:)
4964+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4965+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4966+ac_tool_warned=yes ;;
4967+esac
4968+ DUMPBIN=$ac_ct_DUMPBIN
4969+ fi
4970+fi
4971+
4972+ case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4973+ *COFF*)
4974+ DUMPBIN="$DUMPBIN -symbols"
4975+ ;;
4976+ *)
4977+ DUMPBIN=:
4978+ ;;
4979+ esac
4980+ fi
4981+
4982+ if test "$DUMPBIN" != ":"; then
4983+ NM="$DUMPBIN"
4984+ fi
4985+fi
4986+test -z "$NM" && NM=nm
4987+
4988+
4989+
4990+
4991+
4992+
4993+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4994+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4995+if ${lt_cv_nm_interface+:} false; then :
4996+ $as_echo_n "(cached) " >&6
4997+else
4998+ lt_cv_nm_interface="BSD nm"
4999+ echo "int some_variable = 0;" > conftest.$ac_ext
5000+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: