~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.63 for monodevelop 2.4.1.
 
3
# Generated by GNU Autoconf 2.68 for monodevelop 2.5.92.
4
4
#
5
5
# Report bugs to <monodevelop-list@lists.ximian.com>.
6
6
#
 
7
#
7
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
10
# Foundation, Inc.
 
11
#
 
12
#
9
13
# This configure script is free software; the Free Software Foundation
10
14
# gives unlimited permission to copy, distribute and modify it.
11
 
## --------------------- ##
12
 
## M4sh Initialization.  ##
13
 
## --------------------- ##
 
15
## -------------------- ##
 
16
## M4sh Initialization. ##
 
17
## -------------------- ##
14
18
 
15
19
# Be more Bourne compatible
16
20
DUALCASE=1; export DUALCASE # for MKS sh
17
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
21
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18
22
  emulate sh
19
23
  NULLCMD=:
20
24
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22
26
  alias -g '${1+"$@"}'='"$@"'
23
27
  setopt NO_GLOB_SUBST
24
28
else
25
 
  case `(set -o) 2>/dev/null` in
26
 
  *posix*) set -o posix ;;
 
29
  case `(set -o) 2>/dev/null` in #(
 
30
  *posix*) :
 
31
    set -o posix ;; #(
 
32
  *) :
 
33
     ;;
27
34
esac
28
 
 
29
35
fi
30
36
 
31
37
 
32
 
 
33
 
 
34
 
# PATH needs CR
35
 
# Avoid depending upon Character Ranges.
36
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39
 
as_cr_digits='0123456789'
40
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
41
 
 
42
38
as_nl='
43
39
'
44
40
export as_nl
46
42
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
43
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
44
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49
 
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
45
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
46
# but without wasting forks for bash or zsh.
 
47
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
48
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
49
  as_echo='print -r --'
 
50
  as_echo_n='print -rn --'
 
51
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
52
  as_echo='printf %s\n'
51
53
  as_echo_n='printf %s'
52
54
else
57
59
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
60
    as_echo_n_body='eval
59
61
      arg=$1;
60
 
      case $arg in
 
62
      case $arg in #(
61
63
      *"$as_nl"*)
62
64
        expr "X$arg" : "X\\(.*\\)$as_nl";
63
65
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
80
82
  }
81
83
fi
82
84
 
83
 
# Support unset when possible.
84
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85
 
  as_unset=unset
86
 
else
87
 
  as_unset=false
88
 
fi
89
 
 
90
85
 
91
86
# IFS
92
87
# We need space, tab and new line, in precisely that order.  Quoting is
96
91
IFS=" ""        $as_nl"
97
92
 
98
93
# Find who we are.  Look in the path if we contain no directory separator.
99
 
case $0 in
 
94
as_myself=
 
95
case $0 in #((
100
96
  *[\\/]* ) as_myself=$0 ;;
101
97
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
98
for as_dir in $PATH
103
99
do
104
100
  IFS=$as_save_IFS
105
101
  test -z "$as_dir" && as_dir=.
106
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
 
done
 
102
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
103
  done
108
104
IFS=$as_save_IFS
109
105
 
110
106
     ;;
116
112
fi
117
113
if test ! -f "$as_myself"; then
118
114
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119
 
  { (exit 1); exit 1; }
 
115
  exit 1
120
116
fi
121
117
 
122
 
# Work around bugs in pre-3.0 UWIN ksh.
123
 
for as_var in ENV MAIL MAILPATH
124
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
118
# Unset variables that we do not need and which cause bugs (e.g. in
 
119
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
120
# suppresses any "Segmentation fault" message there.  '((' could
 
121
# trigger a bug in pdksh 5.2.14.
 
122
for as_var in BASH_ENV ENV MAIL MAILPATH
 
123
do eval test x\${$as_var+set} = xset \
 
124
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125
125
done
126
126
PS1='$ '
127
127
PS2='> '
133
133
LANGUAGE=C
134
134
export LANGUAGE
135
135
 
136
 
# Required to use basename.
137
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
 
  as_expr=expr
140
 
else
141
 
  as_expr=false
142
 
fi
143
 
 
144
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145
 
  as_basename=basename
146
 
else
147
 
  as_basename=false
148
 
fi
149
 
 
150
 
 
151
 
# Name of the executable.
152
 
as_me=`$as_basename -- "$0" ||
153
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
 
         X"$0" : 'X\(//\)$' \| \
155
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156
 
$as_echo X/"$0" |
157
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
158
 
            s//\1/
159
 
            q
160
 
          }
161
 
          /^X\/\(\/\/\)$/{
162
 
            s//\1/
163
 
            q
164
 
          }
165
 
          /^X\/\(\/\).*/{
166
 
            s//\1/
167
 
            q
168
 
          }
169
 
          s/.*/./; q'`
170
 
 
171
136
# CDPATH.
172
 
$as_unset CDPATH
173
 
 
 
137
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
174
138
 
175
139
if test "x$CONFIG_SHELL" = x; then
176
 
  if (eval ":") 2>/dev/null; then
 
140
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
 
141
  emulate sh
 
142
  NULLCMD=:
 
143
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
 
144
  # is contrary to our usage.  Disable this feature.
 
145
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
146
  setopt NO_GLOB_SUBST
 
147
else
 
148
  case \`(set -o) 2>/dev/null\` in #(
 
149
  *posix*) :
 
150
    set -o posix ;; #(
 
151
  *) :
 
152
     ;;
 
153
esac
 
154
fi
 
155
"
 
156
  as_required="as_fn_return () { (exit \$1); }
 
157
as_fn_success () { as_fn_return 0; }
 
158
as_fn_failure () { as_fn_return 1; }
 
159
as_fn_ret_success () { return 0; }
 
160
as_fn_ret_failure () { return 1; }
 
161
 
 
162
exitcode=0
 
163
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
 
164
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
 
165
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
 
166
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
 
167
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
 
168
 
 
169
else
 
170
  exitcode=1; echo positional parameters were not saved.
 
171
fi
 
172
test x\$exitcode = x0 || exit 1"
 
173
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
 
174
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
 
175
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
 
176
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
 
177
  if (eval "$as_required") 2>/dev/null; then :
177
178
  as_have_required=yes
178
179
else
179
180
  as_have_required=no
180
181
fi
181
 
 
182
 
  if test $as_have_required = yes &&     (eval ":
183
 
(as_func_return () {
184
 
  (exit \$1)
185
 
}
186
 
as_func_success () {
187
 
  as_func_return 0
188
 
}
189
 
as_func_failure () {
190
 
  as_func_return 1
191
 
}
192
 
as_func_ret_success () {
193
 
  return 0
194
 
}
195
 
as_func_ret_failure () {
196
 
  return 1
197
 
}
198
 
 
199
 
exitcode=0
200
 
if as_func_success; then
201
 
  :
202
 
else
203
 
  exitcode=1
204
 
  echo as_func_success failed.
205
 
fi
206
 
 
207
 
if as_func_failure; then
208
 
  exitcode=1
209
 
  echo as_func_failure succeeded.
210
 
fi
211
 
 
212
 
if as_func_ret_success; then
213
 
  :
214
 
else
215
 
  exitcode=1
216
 
  echo as_func_ret_success failed.
217
 
fi
218
 
 
219
 
if as_func_ret_failure; then
220
 
  exitcode=1
221
 
  echo as_func_ret_failure succeeded.
222
 
fi
223
 
 
224
 
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225
 
  :
226
 
else
227
 
  exitcode=1
228
 
  echo positional parameters were not saved.
229
 
fi
230
 
 
231
 
test \$exitcode = 0) || { (exit 1); exit 1; }
232
 
 
233
 
(
234
 
  as_lineno_1=\$LINENO
235
 
  as_lineno_2=\$LINENO
236
 
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237
 
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238
 
") 2> /dev/null; then
239
 
  :
240
 
else
241
 
  as_candidate_shells=
242
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
182
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
 
183
 
 
184
else
 
185
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
186
as_found=false
243
187
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244
188
do
245
189
  IFS=$as_save_IFS
246
190
  test -z "$as_dir" && as_dir=.
247
 
  case $as_dir in
 
191
  as_found=:
 
192
  case $as_dir in #(
248
193
         /*)
249
194
           for as_base in sh bash ksh sh5; do
250
 
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 
195
             # Try only shells that exist, to save several forks.
 
196
             as_shell=$as_dir/$as_base
 
197
             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
198
                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
199
  CONFIG_SHELL=$as_shell as_have_required=yes
 
200
                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
201
  break 2
 
202
fi
 
203
fi
251
204
           done;;
252
205
       esac
 
206
  as_found=false
253
207
done
 
208
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
 
209
              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
 
210
  CONFIG_SHELL=$SHELL as_have_required=yes
 
211
fi; }
254
212
IFS=$as_save_IFS
255
213
 
256
214
 
257
 
      for as_shell in $as_candidate_shells $SHELL; do
258
 
         # Try only shells that exist, to save several forks.
259
 
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260
 
                { ("$as_shell") 2> /dev/null <<\_ASEOF
261
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262
 
  emulate sh
263
 
  NULLCMD=:
264
 
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265
 
  # is contrary to our usage.  Disable this feature.
266
 
  alias -g '${1+"$@"}'='"$@"'
267
 
  setopt NO_GLOB_SUBST
268
 
else
269
 
  case `(set -o) 2>/dev/null` in
270
 
  *posix*) set -o posix ;;
271
 
esac
272
 
 
273
 
fi
274
 
 
275
 
 
276
 
:
277
 
_ASEOF
278
 
}; then
279
 
  CONFIG_SHELL=$as_shell
280
 
               as_have_required=yes
281
 
               if { "$as_shell" 2> /dev/null <<\_ASEOF
282
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283
 
  emulate sh
284
 
  NULLCMD=:
285
 
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286
 
  # is contrary to our usage.  Disable this feature.
287
 
  alias -g '${1+"$@"}'='"$@"'
288
 
  setopt NO_GLOB_SUBST
289
 
else
290
 
  case `(set -o) 2>/dev/null` in
291
 
  *posix*) set -o posix ;;
292
 
esac
293
 
 
294
 
fi
295
 
 
296
 
 
297
 
:
298
 
(as_func_return () {
299
 
  (exit $1)
300
 
}
301
 
as_func_success () {
302
 
  as_func_return 0
303
 
}
304
 
as_func_failure () {
305
 
  as_func_return 1
306
 
}
307
 
as_func_ret_success () {
308
 
  return 0
309
 
}
310
 
as_func_ret_failure () {
311
 
  return 1
312
 
}
313
 
 
314
 
exitcode=0
315
 
if as_func_success; then
316
 
  :
317
 
else
318
 
  exitcode=1
319
 
  echo as_func_success failed.
320
 
fi
321
 
 
322
 
if as_func_failure; then
323
 
  exitcode=1
324
 
  echo as_func_failure succeeded.
325
 
fi
326
 
 
327
 
if as_func_ret_success; then
328
 
  :
329
 
else
330
 
  exitcode=1
331
 
  echo as_func_ret_success failed.
332
 
fi
333
 
 
334
 
if as_func_ret_failure; then
335
 
  exitcode=1
336
 
  echo as_func_ret_failure succeeded.
337
 
fi
338
 
 
339
 
if ( set x; as_func_ret_success y && test x = "$1" ); then
340
 
  :
341
 
else
342
 
  exitcode=1
343
 
  echo positional parameters were not saved.
344
 
fi
345
 
 
346
 
test $exitcode = 0) || { (exit 1); exit 1; }
347
 
 
348
 
(
349
 
  as_lineno_1=$LINENO
350
 
  as_lineno_2=$LINENO
351
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
352
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
 
 
354
 
_ASEOF
355
 
}; then
356
 
  break
357
 
fi
358
 
 
359
 
fi
360
 
 
361
 
      done
362
 
 
363
 
      if test "x$CONFIG_SHELL" != x; then
364
 
  for as_var in BASH_ENV ENV
365
 
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366
 
        done
 
215
      if test "x$CONFIG_SHELL" != x; then :
 
216
  # We cannot yet assume a decent shell, so we have to provide a
 
217
        # neutralization value for shells without unset; and this also
 
218
        # works around shells that cannot unset nonexistent variables.
 
219
        # Preserve -v and -x to the replacement shell.
 
220
        BASH_ENV=/dev/null
 
221
        ENV=/dev/null
 
222
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
367
223
        export CONFIG_SHELL
368
 
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369
 
fi
370
 
 
371
 
 
372
 
    if test $as_have_required = no; then
373
 
  echo This script requires a shell more modern than all the
374
 
      echo shells that I found on your system.  Please install a
375
 
      echo modern shell, or manually run the script under such a
376
 
      echo shell if you do have one.
377
 
      { (exit 1); exit 1; }
378
 
fi
379
 
 
380
 
 
381
 
fi
382
 
 
383
 
fi
384
 
 
385
 
 
386
 
 
387
 
(eval "as_func_return () {
388
 
  (exit \$1)
389
 
}
390
 
as_func_success () {
391
 
  as_func_return 0
392
 
}
393
 
as_func_failure () {
394
 
  as_func_return 1
395
 
}
396
 
as_func_ret_success () {
397
 
  return 0
398
 
}
399
 
as_func_ret_failure () {
400
 
  return 1
401
 
}
402
 
 
403
 
exitcode=0
404
 
if as_func_success; then
405
 
  :
406
 
else
407
 
  exitcode=1
408
 
  echo as_func_success failed.
409
 
fi
410
 
 
411
 
if as_func_failure; then
412
 
  exitcode=1
413
 
  echo as_func_failure succeeded.
414
 
fi
415
 
 
416
 
if as_func_ret_success; then
417
 
  :
418
 
else
419
 
  exitcode=1
420
 
  echo as_func_ret_success failed.
421
 
fi
422
 
 
423
 
if as_func_ret_failure; then
424
 
  exitcode=1
425
 
  echo as_func_ret_failure succeeded.
426
 
fi
427
 
 
428
 
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429
 
  :
430
 
else
431
 
  exitcode=1
432
 
  echo positional parameters were not saved.
433
 
fi
434
 
 
435
 
test \$exitcode = 0") || {
436
 
  echo No shell found that supports shell functions.
437
 
  echo Please tell bug-autoconf@gnu.org about your system,
438
 
  echo including any error possibly output before this message.
439
 
  echo This can help us improve future autoconf versions.
440
 
  echo Configuration will now proceed without shell functions.
441
 
}
442
 
 
443
 
 
444
 
 
445
 
  as_lineno_1=$LINENO
446
 
  as_lineno_2=$LINENO
447
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
448
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
 
 
450
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
452
 
  # line-number line after each line using $LINENO; the second 'sed'
453
 
  # does the real work.  The second script uses 'N' to pair each
454
 
  # line-number line with the line containing $LINENO, and appends
455
 
  # trailing '-' during substitution so that $LINENO is not a special
456
 
  # case at line end.
457
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
459
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
224
        case $- in # ((((
 
225
          *v*x* | *x*v* ) as_opts=-vx ;;
 
226
          *v* ) as_opts=-v ;;
 
227
          *x* ) as_opts=-x ;;
 
228
          * ) as_opts= ;;
 
229
        esac
 
230
        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
 
231
fi
 
232
 
 
233
    if test x$as_have_required = xno; then :
 
234
  $as_echo "$0: This script requires a shell more modern than all"
 
235
  $as_echo "$0: the shells that I found on your system."
 
236
  if test x${ZSH_VERSION+set} = xset ; then
 
237
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
 
238
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
 
239
  else
 
240
    $as_echo "$0: Please tell bug-autoconf@gnu.org and
 
241
$0: monodevelop-list@lists.ximian.com about your system,
 
242
$0: including any error possibly output before this
 
243
$0: message. Then install a modern shell, or manually run
 
244
$0: the script under such a shell if you do have one."
 
245
  fi
 
246
  exit 1
 
247
fi
 
248
fi
 
249
fi
 
250
SHELL=${CONFIG_SHELL-/bin/sh}
 
251
export SHELL
 
252
# Unset more variables known to interfere with behavior of common tools.
 
253
CLICOLOR_FORCE= GREP_OPTIONS=
 
254
unset CLICOLOR_FORCE GREP_OPTIONS
 
255
 
 
256
## --------------------- ##
 
257
## M4sh Shell Functions. ##
 
258
## --------------------- ##
 
259
# as_fn_unset VAR
 
260
# ---------------
 
261
# Portably unset VAR.
 
262
as_fn_unset ()
 
263
{
 
264
  { eval $1=; unset $1;}
 
265
}
 
266
as_unset=as_fn_unset
 
267
 
 
268
# as_fn_set_status STATUS
 
269
# -----------------------
 
270
# Set $? to STATUS, without forking.
 
271
as_fn_set_status ()
 
272
{
 
273
  return $1
 
274
} # as_fn_set_status
 
275
 
 
276
# as_fn_exit STATUS
 
277
# -----------------
 
278
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
279
as_fn_exit ()
 
280
{
 
281
  set +e
 
282
  as_fn_set_status $1
 
283
  exit $1
 
284
} # as_fn_exit
 
285
 
 
286
# as_fn_mkdir_p
 
287
# -------------
 
288
# Create "$as_dir" as a directory, including parents if necessary.
 
289
as_fn_mkdir_p ()
 
290
{
 
291
 
 
292
  case $as_dir in #(
 
293
  -*) as_dir=./$as_dir;;
 
294
  esac
 
295
  test -d "$as_dir" || eval $as_mkdir_p || {
 
296
    as_dirs=
 
297
    while :; do
 
298
      case $as_dir in #(
 
299
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
300
      *) as_qdir=$as_dir;;
 
301
      esac
 
302
      as_dirs="'$as_qdir' $as_dirs"
 
303
      as_dir=`$as_dirname -- "$as_dir" ||
 
304
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
305
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
306
         X"$as_dir" : 'X\(//\)$' \| \
 
307
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
308
$as_echo X"$as_dir" |
 
309
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
310
            s//\1/
 
311
            q
 
312
          }
 
313
          /^X\(\/\/\)[^/].*/{
 
314
            s//\1/
 
315
            q
 
316
          }
 
317
          /^X\(\/\/\)$/{
 
318
            s//\1/
 
319
            q
 
320
          }
 
321
          /^X\(\/\).*/{
 
322
            s//\1/
 
323
            q
 
324
          }
 
325
          s/.*/./; q'`
 
326
      test -d "$as_dir" && break
 
327
    done
 
328
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
329
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
330
 
 
331
 
 
332
} # as_fn_mkdir_p
 
333
# as_fn_append VAR VALUE
 
334
# ----------------------
 
335
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
336
# advantage of any shell optimizations that allow amortized linear growth over
 
337
# repeated appends, instead of the typical quadratic growth present in naive
 
338
# implementations.
 
339
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
340
  eval 'as_fn_append ()
 
341
  {
 
342
    eval $1+=\$2
 
343
  }'
 
344
else
 
345
  as_fn_append ()
 
346
  {
 
347
    eval $1=\$$1\$2
 
348
  }
 
349
fi # as_fn_append
 
350
 
 
351
# as_fn_arith ARG...
 
352
# ------------------
 
353
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
354
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
355
# must be portable across $(()) and expr.
 
356
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
357
  eval 'as_fn_arith ()
 
358
  {
 
359
    as_val=$(( $* ))
 
360
  }'
 
361
else
 
362
  as_fn_arith ()
 
363
  {
 
364
    as_val=`expr "$@" || test $? -eq 1`
 
365
  }
 
366
fi # as_fn_arith
 
367
 
 
368
 
 
369
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
370
# ----------------------------------------
 
371
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
372
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
373
# script with STATUS, using 1 if that was 0.
 
374
as_fn_error ()
 
375
{
 
376
  as_status=$1; test $as_status -eq 0 && as_status=1
 
377
  if test "$4"; then
 
378
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
379
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
380
  fi
 
381
  $as_echo "$as_me: error: $2" >&2
 
382
  as_fn_exit $as_status
 
383
} # as_fn_error
 
384
 
 
385
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
386
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
387
  as_expr=expr
 
388
else
 
389
  as_expr=false
 
390
fi
 
391
 
 
392
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
393
  as_basename=basename
 
394
else
 
395
  as_basename=false
 
396
fi
 
397
 
 
398
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
399
  as_dirname=dirname
 
400
else
 
401
  as_dirname=false
 
402
fi
 
403
 
 
404
as_me=`$as_basename -- "$0" ||
 
405
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
406
         X"$0" : 'X\(//\)$' \| \
 
407
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
408
$as_echo X/"$0" |
 
409
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
410
            s//\1/
 
411
            q
 
412
          }
 
413
          /^X\/\(\/\/\)$/{
 
414
            s//\1/
 
415
            q
 
416
          }
 
417
          /^X\/\(\/\).*/{
 
418
            s//\1/
 
419
            q
 
420
          }
 
421
          s/.*/./; q'`
 
422
 
 
423
# Avoid depending upon Character Ranges.
 
424
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
425
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
426
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
427
as_cr_digits='0123456789'
 
428
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
429
 
 
430
 
 
431
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
 
432
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
 
433
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
 
434
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
 
435
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
460
436
  sed -n '
461
437
    p
462
438
    /[$]LINENO/=
473
449
      s/-\n.*//
474
450
    ' >$as_me.lineno &&
475
451
  chmod +x "$as_me.lineno" ||
476
 
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477
 
   { (exit 1); exit 1; }; }
 
452
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
478
453
 
479
454
  # Don't try to exec as it changes $[0], causing all sort of problems
480
455
  # (the dirname of $[0] is not the place where we might find the
484
459
  exit
485
460
}
486
461
 
487
 
 
488
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489
 
  as_dirname=dirname
490
 
else
491
 
  as_dirname=false
492
 
fi
493
 
 
494
462
ECHO_C= ECHO_N= ECHO_T=
495
 
case `echo -n x` in
 
463
case `echo -n x` in #(((((
496
464
-n*)
497
 
  case `echo 'x\c'` in
 
465
  case `echo 'xy\c'` in
498
466
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499
 
  *)   ECHO_C='\c';;
 
467
  xy)  ECHO_C='\c';;
 
468
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
469
       ECHO_T=' ';;
500
470
  esac;;
501
471
*)
502
472
  ECHO_N='-n';;
503
473
esac
504
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
505
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
506
 
  as_expr=expr
507
 
else
508
 
  as_expr=false
509
 
fi
510
474
 
511
475
rm -f conf$$ conf$$.exe conf$$.file
512
476
if test -d conf$$.dir; then
536
500
rmdir conf$$.dir 2>/dev/null
537
501
 
538
502
if mkdir -p . 2>/dev/null; then
539
 
  as_mkdir_p=:
 
503
  as_mkdir_p='mkdir -p "$as_dir"'
540
504
else
541
505
  test -d ./-p && rmdir ./-p
542
506
  as_mkdir_p=false
555
519
      if test -d "$1"; then
556
520
        test -d "$1/.";
557
521
      else
558
 
        case $1 in
 
522
        case $1 in #(
559
523
        -*)set "./$1";;
560
524
        esac;
561
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
525
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
562
526
        ???[sx]*):;;*)false;;esac;fi
563
527
    '\'' sh
564
528
  '
572
536
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
537
 
574
538
 
575
 
 
576
 
exec 7<&0 </dev/null 6>&1
 
539
test -n "$DJDIR" || exec 7<&0 </dev/null
 
540
exec 6>&1
577
541
 
578
542
# Name of the host.
579
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
543
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
580
544
# so uname gets run too.
581
545
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
546
 
591
555
subdirs=
592
556
MFLAGS=
593
557
MAKEFLAGS=
594
 
SHELL=${CONFIG_SHELL-/bin/sh}
595
558
 
596
559
# Identity of this package.
597
560
PACKAGE_NAME='monodevelop'
598
561
PACKAGE_TARNAME='monodevelop'
599
 
PACKAGE_VERSION='2.4.1'
600
 
PACKAGE_STRING='monodevelop 2.4.1'
 
562
PACKAGE_VERSION='2.5.92'
 
563
PACKAGE_STRING='monodevelop 2.5.92'
601
564
PACKAGE_BUGREPORT='monodevelop-list@lists.ximian.com'
 
565
PACKAGE_URL=''
602
566
 
603
567
ac_subst_vars='LTLIBOBJS
604
568
LIBOBJS
613
577
LIB_SUFFIX
614
578
GETTEXT_PACKAGE
615
579
ALL_LINGUAS
616
 
MOZILLA_HOME
617
580
ENABLE_WINDOWSPLATFORM_FALSE
618
581
ENABLE_WINDOWSPLATFORM_TRUE
619
582
ENABLE_MACBUNDLE_FALSE
622
585
ENABLE_MACPLATFORM_TRUE
623
586
ENABLE_GNOMEPLATFORM_FALSE
624
587
ENABLE_GNOMEPLATFORM_TRUE
 
588
ENABLE_GIT_FALSE
 
589
ENABLE_GIT_TRUE
625
590
ENABLE_SUBVERSION_FALSE
626
591
ENABLE_SUBVERSION_TRUE
627
592
ENABLE_MONOEXTENSIONS_FALSE
637
602
GNOME_VFS_SHARP_CFLAGS
638
603
GNOME_SHARP_LIBS
639
604
GNOME_SHARP_CFLAGS
640
 
MONO_CAIRO_LIBS
641
 
MONO_CAIRO_CFLAGS
642
605
MONODOC_LIBS
643
606
MONODOC_CFLAGS
644
607
GLADE_SHARP_LIBS
657
620
RUNTIME
658
621
UNMANAGED_DEPENDENCIES_MONO_LIBS
659
622
UNMANAGED_DEPENDENCIES_MONO_CFLAGS
 
623
PKG_CONFIG_LIBDIR
660
624
MSGMERGE
661
625
MSGFMT
662
626
PKG_CONFIG
666
630
UPDATE_MIME_DB
667
631
ENABLE_UPDATE_MIMEDB_FALSE
668
632
ENABLE_UPDATE_MIMEDB_TRUE
 
633
MONO_GAC_PREFIX
 
634
DYLD_FALLBACK_LIBRARY_PATH
669
635
LD_LIBRARY_PATH
 
636
PKG_CONFIG_PATH
670
637
PATH
671
638
MCS
672
639
MONO
727
694
program_transform_name
728
695
prefix
729
696
exec_prefix
 
697
PACKAGE_URL
730
698
PACKAGE_BUGREPORT
731
699
PACKAGE_STRING
732
700
PACKAGE_VERSION
743
711
enable_tests
744
712
enable_monoextensions
745
713
enable_subversion
 
714
enable_git
746
715
enable_gnomeplatform
747
716
enable_macplatform
748
717
enable_macbundle
752
721
host_alias
753
722
target_alias
754
723
PKG_CONFIG
 
724
PKG_CONFIG_PATH
 
725
PKG_CONFIG_LIBDIR
755
726
UNMANAGED_DEPENDENCIES_MONO_CFLAGS
756
727
UNMANAGED_DEPENDENCIES_MONO_LIBS
757
728
MONO_ADDINS_CFLAGS
768
739
GLADE_SHARP_LIBS
769
740
MONODOC_CFLAGS
770
741
MONODOC_LIBS
771
 
MONO_CAIRO_CFLAGS
772
 
MONO_CAIRO_LIBS
773
742
GNOME_SHARP_CFLAGS
774
743
GNOME_SHARP_LIBS
775
744
GNOME_VFS_SHARP_CFLAGS
840
809
  fi
841
810
 
842
811
  case $ac_option in
843
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844
 
  *)    ac_optarg=yes ;;
 
812
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
813
  *=)   ac_optarg= ;;
 
814
  *)    ac_optarg=yes ;;
845
815
  esac
846
816
 
847
817
  # Accept the important Cygnus configure options, so we can diagnose typos.
886
856
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
887
857
    # Reject names that are not valid shell variable names.
888
858
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889
 
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
890
 
   { (exit 1); exit 1; }; }
 
859
      as_fn_error $? "invalid feature name: $ac_useropt"
891
860
    ac_useropt_orig=$ac_useropt
892
861
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893
862
    case $ac_user_opts in
913
882
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
914
883
    # Reject names that are not valid shell variable names.
915
884
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916
 
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
917
 
   { (exit 1); exit 1; }; }
 
885
      as_fn_error $? "invalid feature name: $ac_useropt"
918
886
    ac_useropt_orig=$ac_useropt
919
887
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
920
888
    case $ac_user_opts in
1118
1086
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1119
1087
    # Reject names that are not valid shell variable names.
1120
1088
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1121
 
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1122
 
   { (exit 1); exit 1; }; }
 
1089
      as_fn_error $? "invalid package name: $ac_useropt"
1123
1090
    ac_useropt_orig=$ac_useropt
1124
1091
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1125
1092
    case $ac_user_opts in
1135
1102
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136
1103
    # Reject names that are not valid shell variable names.
1137
1104
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1138
 
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1139
 
   { (exit 1); exit 1; }; }
 
1105
      as_fn_error $? "invalid package name: $ac_useropt"
1140
1106
    ac_useropt_orig=$ac_useropt
1141
1107
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142
1108
    case $ac_user_opts in
1166
1132
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167
1133
    x_libraries=$ac_optarg ;;
1168
1134
 
1169
 
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1170
 
Try \`$0 --help' for more information." >&2
1171
 
   { (exit 1); exit 1; }; }
 
1135
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
1136
Try \`$0 --help' for more information"
1172
1137
    ;;
1173
1138
 
1174
1139
  *=*)
1175
1140
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1176
1141
    # Reject names that are not valid shell variable names.
1177
 
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1178
 
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1179
 
   { (exit 1); exit 1; }; }
 
1142
    case $ac_envvar in #(
 
1143
      '' | [0-9]* | *[!_$as_cr_alnum]* )
 
1144
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
 
1145
    esac
1180
1146
    eval $ac_envvar=\$ac_optarg
1181
1147
    export $ac_envvar ;;
1182
1148
 
1185
1151
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1186
1152
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1187
1153
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1188
 
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
1154
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1189
1155
    ;;
1190
1156
 
1191
1157
  esac
1193
1159
 
1194
1160
if test -n "$ac_prev"; then
1195
1161
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1196
 
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1197
 
   { (exit 1); exit 1; }; }
 
1162
  as_fn_error $? "missing argument to $ac_option"
1198
1163
fi
1199
1164
 
1200
1165
if test -n "$ac_unrecognized_opts"; then
1201
1166
  case $enable_option_checking in
1202
1167
    no) ;;
1203
 
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1204
 
   { (exit 1); exit 1; }; } ;;
 
1168
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1205
1169
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1206
1170
  esac
1207
1171
fi
1224
1188
    [\\/$]* | ?:[\\/]* )  continue;;
1225
1189
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1226
1190
  esac
1227
 
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1228
 
   { (exit 1); exit 1; }; }
 
1191
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1229
1192
done
1230
1193
 
1231
1194
# There might be people who depend on the old broken behavior: `$host'
1239
1202
if test "x$host_alias" != x; then
1240
1203
  if test "x$build_alias" = x; then
1241
1204
    cross_compiling=maybe
1242
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1243
 
    If a cross compiler is detected then cross compile mode will be used." >&2
 
1205
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
1206
    If a cross compiler is detected then cross compile mode will be used" >&2
1244
1207
  elif test "x$build_alias" != "x$host_alias"; then
1245
1208
    cross_compiling=yes
1246
1209
  fi
1255
1218
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256
1219
ac_ls_di=`ls -di .` &&
1257
1220
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1258
 
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1259
 
   { (exit 1); exit 1; }; }
 
1221
  as_fn_error $? "working directory cannot be determined"
1260
1222
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1261
 
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1262
 
   { (exit 1); exit 1; }; }
 
1223
  as_fn_error $? "pwd does not report name of working directory"
1263
1224
 
1264
1225
 
1265
1226
# Find the source files, if location was not specified.
1298
1259
fi
1299
1260
if test ! -r "$srcdir/$ac_unique_file"; then
1300
1261
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1301
 
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1302
 
   { (exit 1); exit 1; }; }
 
1262
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1303
1263
fi
1304
1264
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1305
1265
ac_abs_confdir=`(
1306
 
        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1307
 
   { (exit 1); exit 1; }; }
 
1266
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1308
1267
        pwd)`
1309
1268
# When building in place, set srcdir=.
1310
1269
if test "$ac_abs_confdir" = "$ac_pwd"; then
1330
1289
  # Omit some internal or obsolete options to make the list less imposing.
1331
1290
  # This message is too long to be a string in the A/UX 3.1 sh.
1332
1291
  cat <<_ACEOF
1333
 
\`configure' configures monodevelop 2.4.1 to adapt to many kinds of systems.
 
1292
\`configure' configures monodevelop 2.5.92 to adapt to many kinds of systems.
1334
1293
 
1335
1294
Usage: $0 [OPTION]... [VAR=VALUE]...
1336
1295
 
1344
1303
      --help=short        display options specific to this package
1345
1304
      --help=recursive    display the short help of all the included packages
1346
1305
  -V, --version           display version information and exit
1347
 
  -q, --quiet, --silent   do not print \`checking...' messages
 
1306
  -q, --quiet, --silent   do not print \`checking ...' messages
1348
1307
      --cache-file=FILE   cache test results in FILE [disabled]
1349
1308
  -C, --config-cache      alias for \`--cache-file=config.cache'
1350
1309
  -n, --no-create         do not create output files
1396
1355
 
1397
1356
if test -n "$ac_init_help"; then
1398
1357
  case $ac_init_help in
1399
 
     short | recursive ) echo "Configuration of monodevelop 2.4.1:";;
 
1358
     short | recursive ) echo "Configuration of monodevelop 2.5.92:";;
1400
1359
   esac
1401
1360
  cat <<\_ACEOF
1402
1361
 
1407
1366
  --enable-maintainer-mode  enable make rules and dependencies not useful
1408
1367
                          (and sometimes confusing) to the casual installer
1409
1368
  --disable-update-mimedb disable the update-mime-database after install
1410
 
                          default=no
 
1369
                          [default=no]
1411
1370
  --disable-update-desktopdb
1412
1371
                          disable the update-desktop-database after install
1413
 
                          default=no
1414
 
  --enable-tests          build unit tests default=no
1415
 
  --enable-monoextensions enable extensions for Mono development default=yes
1416
 
  --enable-subversion     enable Subversion support default=yes
1417
 
  --enable-gnomeplatform  enable Gnome platform support default=autodetect
1418
 
  --enable-macplatform    enable Mac platform support default=autodetect
1419
 
  --enable-macbundle      enable Mac bundle packaging default=no
 
1372
                          [default=no]
 
1373
  --enable-tests          build unit tests [default=no]
 
1374
  --enable-monoextensions enable extensions for Mono development [default=yes]
 
1375
  --enable-subversion     enable Subversion support [default=yes]
 
1376
  --enable-git            enable Git support [default=no]
 
1377
  --enable-gnomeplatform  enable Gnome platform support [default=autodetect]
 
1378
  --enable-macplatform    enable Mac platform support [default=autodetect]
 
1379
  --enable-macbundle      enable Mac bundle packaging [default=no]
1420
1380
  --enable-windowsplatform
1421
 
                          enable Windows platform support default=no
 
1381
                          enable Windows platform support [default=no]
1422
1382
 
1423
1383
Some influential environment variables:
1424
1384
  PKG_CONFIG  path to pkg-config utility
 
1385
  PKG_CONFIG_PATH
 
1386
              directories to add to pkg-config's search path
 
1387
  PKG_CONFIG_LIBDIR
 
1388
              path overriding pkg-config's built-in search path
1425
1389
  UNMANAGED_DEPENDENCIES_MONO_CFLAGS
1426
1390
              C compiler flags for UNMANAGED_DEPENDENCIES_MONO, overriding
1427
1391
              pkg-config
1456
1420
              C compiler flags for MONODOC, overriding pkg-config
1457
1421
  MONODOC_LIBS
1458
1422
              linker flags for MONODOC, overriding pkg-config
1459
 
  MONO_CAIRO_CFLAGS
1460
 
              C compiler flags for MONO_CAIRO, overriding pkg-config
1461
 
  MONO_CAIRO_LIBS
1462
 
              linker flags for MONO_CAIRO, overriding pkg-config
1463
1423
  GNOME_SHARP_CFLAGS
1464
1424
              C compiler flags for GNOME_SHARP, overriding pkg-config
1465
1425
  GNOME_SHARP_LIBS
1543
1503
test -n "$ac_init_help" && exit $ac_status
1544
1504
if $ac_init_version; then
1545
1505
  cat <<\_ACEOF
1546
 
monodevelop configure 2.4.1
1547
 
generated by GNU Autoconf 2.63
 
1506
monodevelop configure 2.5.92
 
1507
generated by GNU Autoconf 2.68
1548
1508
 
1549
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1550
 
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
1509
Copyright (C) 2010 Free Software Foundation, Inc.
1551
1510
This configure script is free software; the Free Software Foundation
1552
1511
gives unlimited permission to copy, distribute and modify it.
1553
1512
_ACEOF
1554
1513
  exit
1555
1514
fi
 
1515
 
 
1516
## ------------------------ ##
 
1517
## Autoconf initialization. ##
 
1518
## ------------------------ ##
1556
1519
cat >config.log <<_ACEOF
1557
1520
This file contains any messages produced by compilers while
1558
1521
running configure, to aid debugging if configure makes a mistake.
1559
1522
 
1560
 
It was created by monodevelop $as_me 2.4.1, which was
1561
 
generated by GNU Autoconf 2.63.  Invocation command line was
 
1523
It was created by monodevelop $as_me 2.5.92, which was
 
1524
generated by GNU Autoconf 2.68.  Invocation command line was
1562
1525
 
1563
1526
  $ $0 $@
1564
1527
 
1594
1557
do
1595
1558
  IFS=$as_save_IFS
1596
1559
  test -z "$as_dir" && as_dir=.
1597
 
  $as_echo "PATH: $as_dir"
1598
 
done
 
1560
    $as_echo "PATH: $as_dir"
 
1561
  done
1599
1562
IFS=$as_save_IFS
1600
1563
 
1601
1564
} >&5
1632
1595
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1633
1596
    esac
1634
1597
    case $ac_pass in
1635
 
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
1598
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1636
1599
    2)
1637
 
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
1600
      as_fn_append ac_configure_args1 " '$ac_arg'"
1638
1601
      if test $ac_must_keep_next = true; then
1639
1602
        ac_must_keep_next=false # Got value, back to normal.
1640
1603
      else
1650
1613
          -* ) ac_must_keep_next=true ;;
1651
1614
        esac
1652
1615
      fi
1653
 
      ac_configure_args="$ac_configure_args '$ac_arg'"
 
1616
      as_fn_append ac_configure_args " '$ac_arg'"
1654
1617
      ;;
1655
1618
    esac
1656
1619
  done
1657
1620
done
1658
 
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1659
 
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
1621
{ ac_configure_args0=; unset ac_configure_args0;}
 
1622
{ ac_configure_args1=; unset ac_configure_args1;}
1660
1623
 
1661
1624
# When interrupted or exit'd, cleanup temporary files, and complete
1662
1625
# config.log.  We remove comments because anyway the quotes in there
1668
1631
  {
1669
1632
    echo
1670
1633
 
1671
 
    cat <<\_ASBOX
1672
 
## ---------------- ##
 
1634
    $as_echo "## ---------------- ##
1673
1635
## Cache variables. ##
1674
 
## ---------------- ##
1675
 
_ASBOX
 
1636
## ---------------- ##"
1676
1637
    echo
1677
1638
    # The following way of writing the cache mishandles newlines in values,
1678
1639
(
1681
1642
    case $ac_val in #(
1682
1643
    *${as_nl}*)
1683
1644
      case $ac_var in #(
1684
 
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
1645
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1685
1646
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1686
1647
      esac
1687
1648
      case $ac_var in #(
1688
1649
      _ | IFS | as_nl) ;; #(
1689
1650
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1690
 
      *) $as_unset $ac_var ;;
 
1651
      *) { eval $ac_var=; unset $ac_var;} ;;
1691
1652
      esac ;;
1692
1653
    esac
1693
1654
  done
1706
1667
)
1707
1668
    echo
1708
1669
 
1709
 
    cat <<\_ASBOX
1710
 
## ----------------- ##
 
1670
    $as_echo "## ----------------- ##
1711
1671
## Output variables. ##
1712
 
## ----------------- ##
1713
 
_ASBOX
 
1672
## ----------------- ##"
1714
1673
    echo
1715
1674
    for ac_var in $ac_subst_vars
1716
1675
    do
1723
1682
    echo
1724
1683
 
1725
1684
    if test -n "$ac_subst_files"; then
1726
 
      cat <<\_ASBOX
1727
 
## ------------------- ##
 
1685
      $as_echo "## ------------------- ##
1728
1686
## File substitutions. ##
1729
 
## ------------------- ##
1730
 
_ASBOX
 
1687
## ------------------- ##"
1731
1688
      echo
1732
1689
      for ac_var in $ac_subst_files
1733
1690
      do
1741
1698
    fi
1742
1699
 
1743
1700
    if test -s confdefs.h; then
1744
 
      cat <<\_ASBOX
1745
 
## ----------- ##
 
1701
      $as_echo "## ----------- ##
1746
1702
## confdefs.h. ##
1747
 
## ----------- ##
1748
 
_ASBOX
 
1703
## ----------- ##"
1749
1704
      echo
1750
1705
      cat confdefs.h
1751
1706
      echo
1759
1714
    exit $exit_status
1760
1715
' 0
1761
1716
for ac_signal in 1 2 13 15; do
1762
 
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
1717
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1763
1718
done
1764
1719
ac_signal=0
1765
1720
 
1766
1721
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1767
1722
rm -f -r conftest* confdefs.h
1768
1723
 
 
1724
$as_echo "/* confdefs.h */" > confdefs.h
 
1725
 
1769
1726
# Predefined preprocessor variables.
1770
1727
 
1771
1728
cat >>confdefs.h <<_ACEOF
1772
1729
#define PACKAGE_NAME "$PACKAGE_NAME"
1773
1730
_ACEOF
1774
1731
 
1775
 
 
1776
1732
cat >>confdefs.h <<_ACEOF
1777
1733
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1778
1734
_ACEOF
1779
1735
 
1780
 
 
1781
1736
cat >>confdefs.h <<_ACEOF
1782
1737
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1783
1738
_ACEOF
1784
1739
 
1785
 
 
1786
1740
cat >>confdefs.h <<_ACEOF
1787
1741
#define PACKAGE_STRING "$PACKAGE_STRING"
1788
1742
_ACEOF
1789
1743
 
1790
 
 
1791
1744
cat >>confdefs.h <<_ACEOF
1792
1745
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1793
1746
_ACEOF
1794
1747
 
 
1748
cat >>confdefs.h <<_ACEOF
 
1749
#define PACKAGE_URL "$PACKAGE_URL"
 
1750
_ACEOF
 
1751
 
1795
1752
 
1796
1753
# Let the site file select an alternate cache file if it wants to.
1797
1754
# Prefer an explicitly selected file to automatically selected ones.
1798
1755
ac_site_file1=NONE
1799
1756
ac_site_file2=NONE
1800
1757
if test -n "$CONFIG_SITE"; then
1801
 
  ac_site_file1=$CONFIG_SITE
 
1758
  # We do not want a PATH search for config.site.
 
1759
  case $CONFIG_SITE in #((
 
1760
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
1761
    */*) ac_site_file1=$CONFIG_SITE;;
 
1762
    *)   ac_site_file1=./$CONFIG_SITE;;
 
1763
  esac
1802
1764
elif test "x$prefix" != xNONE; then
1803
1765
  ac_site_file1=$prefix/share/config.site
1804
1766
  ac_site_file2=$prefix/etc/config.site
1809
1771
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1810
1772
do
1811
1773
  test "x$ac_site_file" = xNONE && continue
1812
 
  if test -r "$ac_site_file"; then
1813
 
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
1774
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
1775
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1814
1776
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1815
1777
    sed 's/^/| /' "$ac_site_file" >&5
1816
 
    . "$ac_site_file"
 
1778
    . "$ac_site_file" \
 
1779
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
1780
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1781
as_fn_error $? "failed to load site script $ac_site_file
 
1782
See \`config.log' for more details" "$LINENO" 5; }
1817
1783
  fi
1818
1784
done
1819
1785
 
1820
1786
if test -r "$cache_file"; then
1821
 
  # Some versions of bash will fail to source /dev/null (special
1822
 
  # files actually), so we avoid doing that.
1823
 
  if test -f "$cache_file"; then
1824
 
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
1787
  # Some versions of bash will fail to source /dev/null (special files
 
1788
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
1789
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
 
1790
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1825
1791
$as_echo "$as_me: loading cache $cache_file" >&6;}
1826
1792
    case $cache_file in
1827
1793
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1829
1795
    esac
1830
1796
  fi
1831
1797
else
1832
 
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
1798
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1833
1799
$as_echo "$as_me: creating cache $cache_file" >&6;}
1834
1800
  >$cache_file
1835
1801
fi
1844
1810
  eval ac_new_val=\$ac_env_${ac_var}_value
1845
1811
  case $ac_old_set,$ac_new_set in
1846
1812
    set,)
1847
 
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1813
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1848
1814
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1849
1815
      ac_cache_corrupted=: ;;
1850
1816
    ,set)
1851
 
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
1817
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1852
1818
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1853
1819
      ac_cache_corrupted=: ;;
1854
1820
    ,);;
1858
1824
        ac_old_val_w=`echo x $ac_old_val`
1859
1825
        ac_new_val_w=`echo x $ac_new_val`
1860
1826
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1861
 
          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1827
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1862
1828
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1863
1829
          ac_cache_corrupted=:
1864
1830
        else
1865
 
          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
1831
          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1866
1832
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1867
1833
          eval $ac_var=\$ac_old_val
1868
1834
        fi
1869
 
        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
1835
        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1870
1836
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1871
 
        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
1837
        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1872
1838
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1873
1839
      fi;;
1874
1840
  esac
1880
1846
    esac
1881
1847
    case " $ac_configure_args " in
1882
1848
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1883
 
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 
1849
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1884
1850
    esac
1885
1851
  fi
1886
1852
done
1887
1853
if $ac_cache_corrupted; then
1888
 
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
1854
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1889
1855
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1890
 
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
1856
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1891
1857
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1892
 
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1893
 
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1894
 
   { (exit 1); exit 1; }; }
 
1858
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1895
1859
fi
1896
 
 
1897
 
 
1898
 
 
1899
 
 
1900
 
 
1901
 
 
1902
 
 
1903
 
 
1904
 
 
1905
 
 
1906
 
 
1907
 
 
1908
 
 
1909
 
 
1910
 
 
1911
 
 
1912
 
 
1913
 
 
1914
 
 
1915
 
 
1916
 
 
1917
 
 
1918
 
 
1919
 
 
 
1860
## -------------------- ##
 
1861
## Main body of script. ##
 
1862
## -------------------- ##
1920
1863
 
1921
1864
ac_ext=c
1922
1865
ac_cpp='$CPP $CPPFLAGS'
1926
1869
 
1927
1870
 
1928
1871
 
1929
 
am__api_version='1.10'
 
1872
am__api_version='1.11'
1930
1873
 
1931
1874
ac_aux_dir=
1932
1875
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1945
1888
  fi
1946
1889
done
1947
1890
if test -z "$ac_aux_dir"; then
1948
 
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1949
 
$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1950
 
   { (exit 1); exit 1; }; }
 
1891
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1951
1892
fi
1952
1893
 
1953
1894
# These three variables are undocumented and unsupported,
1973
1914
# OS/2's system install, which has a completely different semantic
1974
1915
# ./install, which can be erroneously created by make from ./install.sh.
1975
1916
# Reject install programs that cannot install multiple files.
1976
 
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
1917
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1977
1918
$as_echo_n "checking for a BSD-compatible install... " >&6; }
1978
1919
if test -z "$INSTALL"; then
1979
 
if test "${ac_cv_path_install+set}" = set; then
 
1920
if ${ac_cv_path_install+:} false; then :
1980
1921
  $as_echo_n "(cached) " >&6
1981
1922
else
1982
1923
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1984
1925
do
1985
1926
  IFS=$as_save_IFS
1986
1927
  test -z "$as_dir" && as_dir=.
1987
 
  # Account for people who put trailing slashes in PATH elements.
1988
 
case $as_dir/ in
1989
 
  ./ | .// | /cC/* | \
 
1928
    # Account for people who put trailing slashes in PATH elements.
 
1929
case $as_dir/ in #((
 
1930
  ./ | .// | /[cC]/* | \
1990
1931
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1991
 
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 
1932
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1992
1933
  /usr/ucb/* ) ;;
1993
1934
  *)
1994
1935
    # OSF1 and SCO ODT 3.0 have their own names for install.
2025
1966
    ;;
2026
1967
esac
2027
1968
 
2028
 
done
 
1969
  done
2029
1970
IFS=$as_save_IFS
2030
1971
 
2031
1972
rm -rf conftest.one conftest.two conftest.dir
2041
1982
    INSTALL=$ac_install_sh
2042
1983
  fi
2043
1984
fi
2044
 
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
1985
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2045
1986
$as_echo "$INSTALL" >&6; }
2046
1987
 
2047
1988
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2052
1993
 
2053
1994
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2054
1995
 
2055
 
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
1996
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2056
1997
$as_echo_n "checking whether build environment is sane... " >&6; }
2057
1998
# Just in case
2058
1999
sleep 1
2059
2000
echo timestamp > conftest.file
 
2001
# Reject unsafe characters in $srcdir or the absolute working directory
 
2002
# name.  Accept space and tab only in the latter.
 
2003
am_lf='
 
2004
'
 
2005
case `pwd` in
 
2006
  *[\\\"\#\$\&\'\`$am_lf]*)
 
2007
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
 
2008
esac
 
2009
case $srcdir in
 
2010
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
 
2011
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2012
esac
 
2013
 
2060
2014
# Do `set' in a subshell so we don't clobber the current shell's
2061
2015
# arguments.  Must try -L first in case configure is actually a
2062
2016
# symlink; some systems play weird games with the mod time of symlinks
2063
2017
# (eg FreeBSD returns the mod time of the symlink's containing
2064
2018
# directory).
2065
2019
if (
2066
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
2020
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2067
2021
   if test "$*" = "X"; then
2068
2022
      # -L didn't work.
2069
 
      set X `ls -t $srcdir/configure conftest.file`
 
2023
      set X `ls -t "$srcdir/configure" conftest.file`
2070
2024
   fi
2071
2025
   rm -f conftest.file
2072
2026
   if test "$*" != "X $srcdir/configure conftest.file" \
2076
2030
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2077
2031
      # broken ls alias from the environment.  This has actually
2078
2032
      # happened.  Such a system could not be considered "sane".
2079
 
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2080
 
alias in your environment" >&5
2081
 
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2082
 
alias in your environment" >&2;}
2083
 
   { (exit 1); exit 1; }; }
 
2033
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
2034
alias in your environment" "$LINENO" 5
2084
2035
   fi
2085
2036
 
2086
2037
   test "$2" = conftest.file
2089
2040
   # Ok.
2090
2041
   :
2091
2042
else
2092
 
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2093
 
Check your system clock" >&5
2094
 
$as_echo "$as_me: error: newly created file is older than distributed files!
2095
 
Check your system clock" >&2;}
2096
 
   { (exit 1); exit 1; }; }
 
2043
   as_fn_error $? "newly created file is older than distributed files!
 
2044
Check your system clock" "$LINENO" 5
2097
2045
fi
2098
 
{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
2046
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2099
2047
$as_echo "yes" >&6; }
2100
2048
test "$program_prefix" != NONE &&
2101
2049
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2110
2058
# expand $ac_aux_dir to an absolute path
2111
2059
am_aux_dir=`cd $ac_aux_dir && pwd`
2112
2060
 
2113
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
2061
if test x"${MISSING+set}" != xset; then
 
2062
  case $am_aux_dir in
 
2063
  *\ * | *\     *)
 
2064
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
2065
  *)
 
2066
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
2067
  esac
 
2068
fi
2114
2069
# Use eval to expand $SHELL
2115
2070
if eval "$MISSING --run true"; then
2116
2071
  am_missing_run="$MISSING --run "
2117
2072
else
2118
2073
  am_missing_run=
2119
 
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
2074
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2120
2075
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2121
2076
fi
2122
2077
 
2123
 
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
2078
if test x"${install_sh}" != xset; then
 
2079
  case $am_aux_dir in
 
2080
  *\ * | *\     *)
 
2081
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
2082
  *)
 
2083
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
2084
  esac
 
2085
fi
 
2086
 
 
2087
# Installed binaries are usually stripped using `strip' when the user
 
2088
# run `make install-strip'.  However `strip' might not be the right
 
2089
# tool to use in cross-compilation environments, therefore Automake
 
2090
# will honor the `STRIP' environment variable to overrule this program.
 
2091
if test "$cross_compiling" != no; then
 
2092
  if test -n "$ac_tool_prefix"; then
 
2093
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
2094
set dummy ${ac_tool_prefix}strip; ac_word=$2
 
2095
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
2096
$as_echo_n "checking for $ac_word... " >&6; }
 
2097
if ${ac_cv_prog_STRIP+:} false; then :
 
2098
  $as_echo_n "(cached) " >&6
 
2099
else
 
2100
  if test -n "$STRIP"; then
 
2101
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
2102
else
 
2103
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2104
for as_dir in $PATH
 
2105
do
 
2106
  IFS=$as_save_IFS
 
2107
  test -z "$as_dir" && as_dir=.
 
2108
    for ac_exec_ext in '' $ac_executable_extensions; do
 
2109
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2110
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
2111
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2112
    break 2
 
2113
  fi
 
2114
done
 
2115
  done
 
2116
IFS=$as_save_IFS
 
2117
 
 
2118
fi
 
2119
fi
 
2120
STRIP=$ac_cv_prog_STRIP
 
2121
if test -n "$STRIP"; then
 
2122
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
2123
$as_echo "$STRIP" >&6; }
 
2124
else
 
2125
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2126
$as_echo "no" >&6; }
 
2127
fi
 
2128
 
 
2129
 
 
2130
fi
 
2131
if test -z "$ac_cv_prog_STRIP"; then
 
2132
  ac_ct_STRIP=$STRIP
 
2133
  # Extract the first word of "strip", so it can be a program name with args.
 
2134
set dummy strip; ac_word=$2
 
2135
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
2136
$as_echo_n "checking for $ac_word... " >&6; }
 
2137
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
 
2138
  $as_echo_n "(cached) " >&6
 
2139
else
 
2140
  if test -n "$ac_ct_STRIP"; then
 
2141
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
2142
else
 
2143
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2144
for as_dir in $PATH
 
2145
do
 
2146
  IFS=$as_save_IFS
 
2147
  test -z "$as_dir" && as_dir=.
 
2148
    for ac_exec_ext in '' $ac_executable_extensions; do
 
2149
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2150
    ac_cv_prog_ac_ct_STRIP="strip"
 
2151
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2152
    break 2
 
2153
  fi
 
2154
done
 
2155
  done
 
2156
IFS=$as_save_IFS
 
2157
 
 
2158
fi
 
2159
fi
 
2160
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
2161
if test -n "$ac_ct_STRIP"; then
 
2162
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
2163
$as_echo "$ac_ct_STRIP" >&6; }
 
2164
else
 
2165
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2166
$as_echo "no" >&6; }
 
2167
fi
 
2168
 
 
2169
  if test "x$ac_ct_STRIP" = x; then
 
2170
    STRIP=":"
 
2171
  else
 
2172
    case $cross_compiling:$ac_tool_warned in
 
2173
yes:)
 
2174
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
2175
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
2176
ac_tool_warned=yes ;;
 
2177
esac
 
2178
    STRIP=$ac_ct_STRIP
 
2179
  fi
 
2180
else
 
2181
  STRIP="$ac_cv_prog_STRIP"
 
2182
fi
 
2183
 
 
2184
fi
 
2185
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2186
 
 
2187
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2124
2188
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2125
2189
if test -z "$MKDIR_P"; then
2126
 
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2190
  if ${ac_cv_path_mkdir+:} false; then :
2127
2191
  $as_echo_n "(cached) " >&6
2128
2192
else
2129
2193
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2131
2195
do
2132
2196
  IFS=$as_save_IFS
2133
2197
  test -z "$as_dir" && as_dir=.
2134
 
  for ac_prog in mkdir gmkdir; do
 
2198
    for ac_prog in mkdir gmkdir; do
2135
2199
         for ac_exec_ext in '' $ac_executable_extensions; do
2136
2200
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2137
2201
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2143
2207
           esac
2144
2208
         done
2145
2209
       done
2146
 
done
 
2210
  done
2147
2211
IFS=$as_save_IFS
2148
2212
 
2149
2213
fi
2150
2214
 
 
2215
  test -d ./--version && rmdir ./--version
2151
2216
  if test "${ac_cv_path_mkdir+set}" = set; then
2152
2217
    MKDIR_P="$ac_cv_path_mkdir -p"
2153
2218
  else
2155
2220
    # value for MKDIR_P within a source directory, because that will
2156
2221
    # break other packages using the cache if that directory is
2157
2222
    # removed, or if the value is a relative name.
2158
 
    test -d ./--version && rmdir ./--version
2159
2223
    MKDIR_P="$ac_install_sh -d"
2160
2224
  fi
2161
2225
fi
2162
 
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
2226
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2163
2227
$as_echo "$MKDIR_P" >&6; }
2164
2228
 
2165
2229
mkdir_p="$MKDIR_P"
2172
2236
do
2173
2237
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2174
2238
set dummy $ac_prog; ac_word=$2
2175
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2239
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2176
2240
$as_echo_n "checking for $ac_word... " >&6; }
2177
 
if test "${ac_cv_prog_AWK+set}" = set; then
 
2241
if ${ac_cv_prog_AWK+:} false; then :
2178
2242
  $as_echo_n "(cached) " >&6
2179
2243
else
2180
2244
  if test -n "$AWK"; then
2185
2249
do
2186
2250
  IFS=$as_save_IFS
2187
2251
  test -z "$as_dir" && as_dir=.
2188
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2252
    for ac_exec_ext in '' $ac_executable_extensions; do
2189
2253
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2190
2254
    ac_cv_prog_AWK="$ac_prog"
2191
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2255
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2192
2256
    break 2
2193
2257
  fi
2194
2258
done
2195
 
done
 
2259
  done
2196
2260
IFS=$as_save_IFS
2197
2261
 
2198
2262
fi
2199
2263
fi
2200
2264
AWK=$ac_cv_prog_AWK
2201
2265
if test -n "$AWK"; then
2202
 
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
2266
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2203
2267
$as_echo "$AWK" >&6; }
2204
2268
else
2205
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2269
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2206
2270
$as_echo "no" >&6; }
2207
2271
fi
2208
2272
 
2210
2274
  test -n "$AWK" && break
2211
2275
done
2212
2276
 
2213
 
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
2277
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2214
2278
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2215
2279
set x ${MAKE-make}
2216
2280
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2217
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
2281
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2218
2282
  $as_echo_n "(cached) " >&6
2219
2283
else
2220
2284
  cat >conftest.make <<\_ACEOF
2222
2286
all:
2223
2287
        @echo '@@@%%%=$(MAKE)=@@@%%%'
2224
2288
_ACEOF
2225
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
2289
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2226
2290
case `${MAKE-make} -f conftest.make 2>/dev/null` in
2227
2291
  *@@@%%%=?*=@@@%%%*)
2228
2292
    eval ac_cv_prog_make_${ac_make}_set=yes;;
2232
2296
rm -f conftest.make
2233
2297
fi
2234
2298
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2235
 
  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
2299
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2236
2300
$as_echo "yes" >&6; }
2237
2301
  SET_MAKE=
2238
2302
else
2239
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2303
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2240
2304
$as_echo "no" >&6; }
2241
2305
  SET_MAKE="MAKE=${MAKE-make}"
2242
2306
fi
2256
2320
  am__isrc=' -I$(srcdir)'
2257
2321
  # test to see if srcdir already configured
2258
2322
  if test -f $srcdir/config.status; then
2259
 
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2260
 
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2261
 
   { (exit 1); exit 1; }; }
 
2323
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2262
2324
  fi
2263
2325
fi
2264
2326
 
2274
2336
 
2275
2337
# Define the identity of the package.
2276
2338
 PACKAGE='monodevelop'
2277
 
 VERSION='2.4.1'
 
2339
 VERSION='2.5.92'
2278
2340
 
2279
2341
 
2280
2342
cat >>confdefs.h <<_ACEOF
2302
2364
 
2303
2365
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2304
2366
 
2305
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2306
 
 
2307
 
# Installed binaries are usually stripped using `strip' when the user
2308
 
# run `make install-strip'.  However `strip' might not be the right
2309
 
# tool to use in cross-compilation environments, therefore Automake
2310
 
# will honor the `STRIP' environment variable to overrule this program.
2311
 
if test "$cross_compiling" != no; then
2312
 
  if test -n "$ac_tool_prefix"; then
2313
 
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2314
 
set dummy ${ac_tool_prefix}strip; ac_word=$2
2315
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2316
 
$as_echo_n "checking for $ac_word... " >&6; }
2317
 
if test "${ac_cv_prog_STRIP+set}" = set; then
2318
 
  $as_echo_n "(cached) " >&6
2319
 
else
2320
 
  if test -n "$STRIP"; then
2321
 
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2322
 
else
2323
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2324
 
for as_dir in $PATH
2325
 
do
2326
 
  IFS=$as_save_IFS
2327
 
  test -z "$as_dir" && as_dir=.
2328
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2329
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2330
 
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2331
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2332
 
    break 2
2333
 
  fi
2334
 
done
2335
 
done
2336
 
IFS=$as_save_IFS
2337
 
 
2338
 
fi
2339
 
fi
2340
 
STRIP=$ac_cv_prog_STRIP
2341
 
if test -n "$STRIP"; then
2342
 
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2343
 
$as_echo "$STRIP" >&6; }
2344
 
else
2345
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
2346
 
$as_echo "no" >&6; }
2347
 
fi
2348
 
 
2349
 
 
2350
 
fi
2351
 
if test -z "$ac_cv_prog_STRIP"; then
2352
 
  ac_ct_STRIP=$STRIP
2353
 
  # Extract the first word of "strip", so it can be a program name with args.
2354
 
set dummy strip; ac_word=$2
2355
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2356
 
$as_echo_n "checking for $ac_word... " >&6; }
2357
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2358
 
  $as_echo_n "(cached) " >&6
2359
 
else
2360
 
  if test -n "$ac_ct_STRIP"; then
2361
 
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2362
 
else
2363
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2364
 
for as_dir in $PATH
2365
 
do
2366
 
  IFS=$as_save_IFS
2367
 
  test -z "$as_dir" && as_dir=.
2368
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2369
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2370
 
    ac_cv_prog_ac_ct_STRIP="strip"
2371
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2372
 
    break 2
2373
 
  fi
2374
 
done
2375
 
done
2376
 
IFS=$as_save_IFS
2377
 
 
2378
 
fi
2379
 
fi
2380
 
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2381
 
if test -n "$ac_ct_STRIP"; then
2382
 
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2383
 
$as_echo "$ac_ct_STRIP" >&6; }
2384
 
else
2385
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
2386
 
$as_echo "no" >&6; }
2387
 
fi
2388
 
 
2389
 
  if test "x$ac_ct_STRIP" = x; then
2390
 
    STRIP=":"
2391
 
  else
2392
 
    case $cross_compiling:$ac_tool_warned in
2393
 
yes:)
2394
 
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2395
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2396
 
ac_tool_warned=yes ;;
2397
 
esac
2398
 
    STRIP=$ac_ct_STRIP
2399
 
  fi
2400
 
else
2401
 
  STRIP="$ac_cv_prog_STRIP"
2402
 
fi
2403
 
 
2404
 
fi
2405
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2406
 
 
2407
2367
# We need awk for the "check" target.  The system "awk" is bad on
2408
2368
# some platforms.
2409
2369
# Always define AMTAR for backward compatibility.
2411
2371
AMTAR=${AMTAR-"${am_missing_run}tar"}
2412
2372
 
2413
2373
 
2414
 
{ $as_echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
 
2374
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
2415
2375
$as_echo_n "checking how to create a ustar tar archive... " >&6; }
2416
2376
# Loop over all known methods to create a tar archive until one works.
2417
2377
_am_tools='gnutar plaintar pax cpio none'
2484
2444
done
2485
2445
rm -rf conftest.dir
2486
2446
 
2487
 
if test "${am_cv_prog_tar_ustar+set}" = set; then
 
2447
if ${am_cv_prog_tar_ustar+:} false; then :
2488
2448
  $as_echo_n "(cached) " >&6
2489
2449
else
2490
2450
  am_cv_prog_tar_ustar=$_am_tool
2491
2451
fi
2492
2452
 
2493
 
{ $as_echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5
 
2453
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
2494
2454
$as_echo "$am_cv_prog_tar_ustar" >&6; }
2495
2455
 
2496
2456
 
2497
2457
 
2498
2458
 
2499
2459
 
2500
 
{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2460
 
 
2461
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2501
2462
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2502
2463
    # Check whether --enable-maintainer-mode was given.
2503
 
if test "${enable_maintainer_mode+set}" = set; then
 
2464
if test "${enable_maintainer_mode+set}" = set; then :
2504
2465
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2505
2466
else
2506
2467
  USE_MAINTAINER_MODE=no
2507
2468
fi
2508
2469
 
2509
 
  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
2470
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2510
2471
$as_echo "$USE_MAINTAINER_MODE" >&6; }
2511
2472
   if test $USE_MAINTAINER_MODE = yes; then
2512
2473
  MAINTAINER_MODE_TRUE=
2523
2484
#capture aclocal flags for autoreconf
2524
2485
 
2525
2486
 
2526
 
ASSEMBLY_VERSION=2.4.0.0
2527
 
PACKAGE_VERSION_LABEL="2.4.1"
 
2487
ASSEMBLY_VERSION=2.6.0.0
 
2488
PACKAGE_VERSION_LABEL="2.6 Beta 3"
2528
2489
 
2529
2490
# Extract the first word of "mono", so it can be a program name with args.
2530
2491
set dummy mono; ac_word=$2
2531
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2492
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2532
2493
$as_echo_n "checking for $ac_word... " >&6; }
2533
 
if test "${ac_cv_path_MONO+set}" = set; then
 
2494
if ${ac_cv_path_MONO+:} false; then :
2534
2495
  $as_echo_n "(cached) " >&6
2535
2496
else
2536
2497
  case $MONO in
2543
2504
do
2544
2505
  IFS=$as_save_IFS
2545
2506
  test -z "$as_dir" && as_dir=.
2546
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2507
    for ac_exec_ext in '' $ac_executable_extensions; do
2547
2508
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2548
2509
    ac_cv_path_MONO="$as_dir/$ac_word$ac_exec_ext"
2549
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2510
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2550
2511
    break 2
2551
2512
  fi
2552
2513
done
2553
 
done
 
2514
  done
2554
2515
IFS=$as_save_IFS
2555
2516
 
2556
2517
  ;;
2558
2519
fi
2559
2520
MONO=$ac_cv_path_MONO
2560
2521
if test -n "$MONO"; then
2561
 
  { $as_echo "$as_me:$LINENO: result: $MONO" >&5
 
2522
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO" >&5
2562
2523
$as_echo "$MONO" >&6; }
2563
2524
else
2564
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2525
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2565
2526
$as_echo "no" >&6; }
2566
2527
fi
2567
2528
 
2568
2529
 
2569
2530
# Extract the first word of "gmcs", so it can be a program name with args.
2570
2531
set dummy gmcs; ac_word=$2
2571
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2532
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572
2533
$as_echo_n "checking for $ac_word... " >&6; }
2573
 
if test "${ac_cv_path_MCS+set}" = set; then
 
2534
if ${ac_cv_path_MCS+:} false; then :
2574
2535
  $as_echo_n "(cached) " >&6
2575
2536
else
2576
2537
  case $MCS in
2583
2544
do
2584
2545
  IFS=$as_save_IFS
2585
2546
  test -z "$as_dir" && as_dir=.
2586
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2547
    for ac_exec_ext in '' $ac_executable_extensions; do
2587
2548
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2588
2549
    ac_cv_path_MCS="$as_dir/$ac_word$ac_exec_ext"
2589
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2550
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2590
2551
    break 2
2591
2552
  fi
2592
2553
done
2593
 
done
 
2554
  done
2594
2555
IFS=$as_save_IFS
2595
2556
 
2596
2557
  ;;
2598
2559
fi
2599
2560
MCS=$ac_cv_path_MCS
2600
2561
if test -n "$MCS"; then
2601
 
  { $as_echo "$as_me:$LINENO: result: $MCS" >&5
 
2562
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MCS" >&5
2602
2563
$as_echo "$MCS" >&6; }
2603
2564
else
2604
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2565
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2605
2566
$as_echo "no" >&6; }
2606
2567
fi
2607
2568
 
2608
2569
 
2609
2570
 
2610
2571
if test "x$MONO" = "x" ; then
2611
 
        { { $as_echo "$as_me:$LINENO: error: Can't find \"mono\" in your PATH" >&5
2612
 
$as_echo "$as_me: error: Can't find \"mono\" in your PATH" >&2;}
2613
 
   { (exit 1); exit 1; }; }
 
2572
        as_fn_error $? "Can't find \"mono\" in your PATH" "$LINENO" 5
2614
2573
fi
2615
2574
 
2616
2575
if test "x$MCS" = "x" ; then
2617
 
  { { $as_echo "$as_me:$LINENO: error: Can't find \"gmcs\" in your PATH" >&5
2618
 
$as_echo "$as_me: error: Can't find \"gmcs\" in your PATH" >&2;}
2619
 
   { (exit 1); exit 1; }; }
 
2576
  as_fn_error $? "Can't find \"gmcs\" in your PATH" "$LINENO" 5
2620
2577
fi
2621
2578
 
 
2579
#ensure we have the same env as when configured
 
2580
 
 
2581
 
 
2582
 
 
2583
 
2622
2584
 
2623
2585
 
2624
2586
default_gnomeplatform=no
2632
2594
esac
2633
2595
 
2634
2596
# Check whether --enable-update-mimedb was given.
2635
 
if test "${enable_update_mimedb+set}" = set; then
 
2597
if test "${enable_update_mimedb+set}" = set; then :
2636
2598
  enableval=$enable_update_mimedb;
2637
2599
else
2638
2600
  enable_update_mimedb=$default_gnomeplatform
2649
2611
if test "x$enable_update_mimedb" = "xyes"; then
2650
2612
  # Extract the first word of "update-mime-database", so it can be a program name with args.
2651
2613
set dummy update-mime-database; ac_word=$2
2652
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2614
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2653
2615
$as_echo_n "checking for $ac_word... " >&6; }
2654
 
if test "${ac_cv_path_UPDATE_MIME_DB+set}" = set; then
 
2616
if ${ac_cv_path_UPDATE_MIME_DB+:} false; then :
2655
2617
  $as_echo_n "(cached) " >&6
2656
2618
else
2657
2619
  case $UPDATE_MIME_DB in
2664
2626
do
2665
2627
  IFS=$as_save_IFS
2666
2628
  test -z "$as_dir" && as_dir=.
2667
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2629
    for ac_exec_ext in '' $ac_executable_extensions; do
2668
2630
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669
2631
    ac_cv_path_UPDATE_MIME_DB="$as_dir/$ac_word$ac_exec_ext"
2670
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2632
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2671
2633
    break 2
2672
2634
  fi
2673
2635
done
2674
 
done
 
2636
  done
2675
2637
IFS=$as_save_IFS
2676
2638
 
2677
2639
  test -z "$ac_cv_path_UPDATE_MIME_DB" && ac_cv_path_UPDATE_MIME_DB="no"
2680
2642
fi
2681
2643
UPDATE_MIME_DB=$ac_cv_path_UPDATE_MIME_DB
2682
2644
if test -n "$UPDATE_MIME_DB"; then
2683
 
  { $as_echo "$as_me:$LINENO: result: $UPDATE_MIME_DB" >&5
 
2645
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UPDATE_MIME_DB" >&5
2684
2646
$as_echo "$UPDATE_MIME_DB" >&6; }
2685
2647
else
2686
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2648
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2687
2649
$as_echo "no" >&6; }
2688
2650
fi
2689
2651
 
2690
2652
 
2691
2653
  if test "x$UPDATE_MIME_DB" = "xno"; then
2692
 
    { { $as_echo "$as_me:$LINENO: error: You need to install update-mime-database" >&5
2693
 
$as_echo "$as_me: error: You need to install update-mime-database" >&2;}
2694
 
   { (exit 1); exit 1; }; }
 
2654
    as_fn_error $? "You need to install update-mime-database" "$LINENO" 5
2695
2655
  fi
2696
2656
fi
2697
2657
 
2698
2658
 
2699
2659
# Check whether --enable-update-desktopdb was given.
2700
 
if test "${enable_update_desktopdb+set}" = set; then
 
2660
if test "${enable_update_desktopdb+set}" = set; then :
2701
2661
  enableval=$enable_update_desktopdb;
2702
2662
else
2703
2663
  enable_update_desktopdb=default_gnomeplatform
2715
2675
if test "x$enable_update_desktopdb" = "xyes"; then
2716
2676
  # Extract the first word of "update-desktop-database", so it can be a program name with args.
2717
2677
set dummy update-desktop-database; ac_word=$2
2718
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2678
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2719
2679
$as_echo_n "checking for $ac_word... " >&6; }
2720
 
if test "${ac_cv_path_UPDATE_DESKTOP_DB+set}" = set; then
 
2680
if ${ac_cv_path_UPDATE_DESKTOP_DB+:} false; then :
2721
2681
  $as_echo_n "(cached) " >&6
2722
2682
else
2723
2683
  case $UPDATE_DESKTOP_DB in
2730
2690
do
2731
2691
  IFS=$as_save_IFS
2732
2692
  test -z "$as_dir" && as_dir=.
2733
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2693
    for ac_exec_ext in '' $ac_executable_extensions; do
2734
2694
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2735
2695
    ac_cv_path_UPDATE_DESKTOP_DB="$as_dir/$ac_word$ac_exec_ext"
2736
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2696
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2737
2697
    break 2
2738
2698
  fi
2739
2699
done
2740
 
done
 
2700
  done
2741
2701
IFS=$as_save_IFS
2742
2702
 
2743
2703
  test -z "$ac_cv_path_UPDATE_DESKTOP_DB" && ac_cv_path_UPDATE_DESKTOP_DB="no"
2746
2706
fi
2747
2707
UPDATE_DESKTOP_DB=$ac_cv_path_UPDATE_DESKTOP_DB
2748
2708
if test -n "$UPDATE_DESKTOP_DB"; then
2749
 
  { $as_echo "$as_me:$LINENO: result: $UPDATE_DESKTOP_DB" >&5
 
2709
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UPDATE_DESKTOP_DB" >&5
2750
2710
$as_echo "$UPDATE_DESKTOP_DB" >&6; }
2751
2711
else
2752
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2712
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2753
2713
$as_echo "no" >&6; }
2754
2714
fi
2755
2715
 
2756
2716
 
2757
2717
  if test "x$UPDATE_DESKTOP_DB" = "xno"; then
2758
 
    { { $as_echo "$as_me:$LINENO: error: You need to install update-desktop-database" >&5
2759
 
$as_echo "$as_me: error: You need to install update-desktop-database" >&2;}
2760
 
   { (exit 1); exit 1; }; }
 
2718
    as_fn_error $? "You need to install update-desktop-database" "$LINENO" 5
2761
2719
  fi
2762
2720
fi
2763
2721
 
2764
2722
 
2765
2723
# Extract the first word of "pkg-config", so it can be a program name with args.
2766
2724
set dummy pkg-config; ac_word=$2
2767
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2725
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2768
2726
$as_echo_n "checking for $ac_word... " >&6; }
2769
 
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
2727
if ${ac_cv_path_PKG_CONFIG+:} false; then :
2770
2728
  $as_echo_n "(cached) " >&6
2771
2729
else
2772
2730
  case $PKG_CONFIG in
2779
2737
do
2780
2738
  IFS=$as_save_IFS
2781
2739
  test -z "$as_dir" && as_dir=.
2782
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2740
    for ac_exec_ext in '' $ac_executable_extensions; do
2783
2741
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2784
2742
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2785
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2743
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2786
2744
    break 2
2787
2745
  fi
2788
2746
done
2789
 
done
 
2747
  done
2790
2748
IFS=$as_save_IFS
2791
2749
 
2792
2750
  test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
2795
2753
fi
2796
2754
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2797
2755
if test -n "$PKG_CONFIG"; then
2798
 
  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
2756
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2799
2757
$as_echo "$PKG_CONFIG" >&6; }
2800
2758
else
2801
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2759
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2802
2760
$as_echo "no" >&6; }
2803
2761
fi
2804
2762
 
2805
2763
 
2806
2764
if test "x$PKG_CONFIG" = "xno"; then
2807
 
        { { $as_echo "$as_me:$LINENO: error: You need to install pkg-config" >&5
2808
 
$as_echo "$as_me: error: You need to install pkg-config" >&2;}
2809
 
   { (exit 1); exit 1; }; }
 
2765
        as_fn_error $? "You need to install pkg-config" "$LINENO" 5
2810
2766
fi
2811
2767
 
2812
2768
# Find msgfmt and msgmerge for translations
2813
2769
# Extract the first word of "msgfmt", so it can be a program name with args.
2814
2770
set dummy msgfmt; ac_word=$2
2815
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2771
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2816
2772
$as_echo_n "checking for $ac_word... " >&6; }
2817
 
if test "${ac_cv_path_MSGFMT+set}" = set; then
 
2773
if ${ac_cv_path_MSGFMT+:} false; then :
2818
2774
  $as_echo_n "(cached) " >&6
2819
2775
else
2820
2776
  case $MSGFMT in
2827
2783
do
2828
2784
  IFS=$as_save_IFS
2829
2785
  test -z "$as_dir" && as_dir=.
2830
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2786
    for ac_exec_ext in '' $ac_executable_extensions; do
2831
2787
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2832
2788
    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
2833
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2789
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2834
2790
    break 2
2835
2791
  fi
2836
2792
done
2837
 
done
 
2793
  done
2838
2794
IFS=$as_save_IFS
2839
2795
 
2840
2796
  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
2843
2799
fi
2844
2800
MSGFMT=$ac_cv_path_MSGFMT
2845
2801
if test -n "$MSGFMT"; then
2846
 
  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
2802
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
2847
2803
$as_echo "$MSGFMT" >&6; }
2848
2804
else
2849
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2805
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2850
2806
$as_echo "no" >&6; }
2851
2807
fi
2852
2808
 
2853
2809
 
2854
2810
if test "x$MSGFMT" = "xno"; then
2855
 
        { { $as_echo "$as_me:$LINENO: error: You need to install msgfmt from intltool" >&5
2856
 
$as_echo "$as_me: error: You need to install msgfmt from intltool" >&2;}
2857
 
   { (exit 1); exit 1; }; }
 
2811
        as_fn_error $? "You need to install msgfmt from intltool" "$LINENO" 5
2858
2812
fi
2859
2813
# Extract the first word of "msgmerge", so it can be a program name with args.
2860
2814
set dummy msgmerge; ac_word=$2
2861
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2815
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862
2816
$as_echo_n "checking for $ac_word... " >&6; }
2863
 
if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
2817
if ${ac_cv_path_MSGMERGE+:} false; then :
2864
2818
  $as_echo_n "(cached) " >&6
2865
2819
else
2866
2820
  case $MSGMERGE in
2873
2827
do
2874
2828
  IFS=$as_save_IFS
2875
2829
  test -z "$as_dir" && as_dir=.
2876
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2830
    for ac_exec_ext in '' $ac_executable_extensions; do
2877
2831
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2878
2832
    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
2879
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2833
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2880
2834
    break 2
2881
2835
  fi
2882
2836
done
2883
 
done
 
2837
  done
2884
2838
IFS=$as_save_IFS
2885
2839
 
2886
2840
  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE="no"
2889
2843
fi
2890
2844
MSGMERGE=$ac_cv_path_MSGMERGE
2891
2845
if test -n "$MSGMERGE"; then
2892
 
  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
2846
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
2893
2847
$as_echo "$MSGMERGE" >&6; }
2894
2848
else
2895
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2849
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2896
2850
$as_echo "no" >&6; }
2897
2851
fi
2898
2852
 
2899
2853
 
2900
2854
if test "x$MSGMERGE" = "xno"; then
2901
 
        { { $as_echo "$as_me:$LINENO: error: You need to install msgmerge from intltool" >&5
2902
 
$as_echo "$as_me: error: You need to install msgmerge from intltool" >&2;}
2903
 
   { (exit 1); exit 1; }; }
 
2855
        as_fn_error $? "You need to install msgmerge from intltool" "$LINENO" 5
2904
2856
fi
2905
2857
 
2906
 
MONO_REQUIRED_VERSION=2.6.1
 
2858
MONO_REQUIRED_VERSION=2.8
 
2859
 
 
2860
 
 
2861
 
 
2862
 
2907
2863
 
2908
2864
 
2909
2865
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2910
2866
        if test -n "$ac_tool_prefix"; then
2911
2867
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2912
2868
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2913
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2869
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2914
2870
$as_echo_n "checking for $ac_word... " >&6; }
2915
 
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
2871
if ${ac_cv_path_PKG_CONFIG+:} false; then :
2916
2872
  $as_echo_n "(cached) " >&6
2917
2873
else
2918
2874
  case $PKG_CONFIG in
2925
2881
do
2926
2882
  IFS=$as_save_IFS
2927
2883
  test -z "$as_dir" && as_dir=.
2928
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2884
    for ac_exec_ext in '' $ac_executable_extensions; do
2929
2885
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930
2886
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2931
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2887
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932
2888
    break 2
2933
2889
  fi
2934
2890
done
2935
 
done
 
2891
  done
2936
2892
IFS=$as_save_IFS
2937
2893
 
2938
2894
  ;;
2940
2896
fi
2941
2897
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2942
2898
if test -n "$PKG_CONFIG"; then
2943
 
  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
2899
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2944
2900
$as_echo "$PKG_CONFIG" >&6; }
2945
2901
else
2946
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2902
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947
2903
$as_echo "no" >&6; }
2948
2904
fi
2949
2905
 
2953
2909
  ac_pt_PKG_CONFIG=$PKG_CONFIG
2954
2910
  # Extract the first word of "pkg-config", so it can be a program name with args.
2955
2911
set dummy pkg-config; ac_word=$2
2956
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
2912
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957
2913
$as_echo_n "checking for $ac_word... " >&6; }
2958
 
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
2914
if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
2959
2915
  $as_echo_n "(cached) " >&6
2960
2916
else
2961
2917
  case $ac_pt_PKG_CONFIG in
2968
2924
do
2969
2925
  IFS=$as_save_IFS
2970
2926
  test -z "$as_dir" && as_dir=.
2971
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
2927
    for ac_exec_ext in '' $ac_executable_extensions; do
2972
2928
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2973
2929
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2974
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2930
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2975
2931
    break 2
2976
2932
  fi
2977
2933
done
2978
 
done
 
2934
  done
2979
2935
IFS=$as_save_IFS
2980
2936
 
2981
2937
  ;;
2983
2939
fi
2984
2940
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2985
2941
if test -n "$ac_pt_PKG_CONFIG"; then
2986
 
  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
2942
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2987
2943
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
2988
2944
else
2989
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
2945
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2990
2946
$as_echo "no" >&6; }
2991
2947
fi
2992
2948
 
2995
2951
  else
2996
2952
    case $cross_compiling:$ac_tool_warned in
2997
2953
yes:)
2998
 
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
2954
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2999
2955
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3000
2956
ac_tool_warned=yes ;;
3001
2957
esac
3008
2964
fi
3009
2965
if test -n "$PKG_CONFIG"; then
3010
2966
        _pkg_min_version=0.9.0
3011
 
        { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
2967
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
3012
2968
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
3013
2969
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
3014
 
                { $as_echo "$as_me:$LINENO: result: yes" >&5
 
2970
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3015
2971
$as_echo "yes" >&6; }
3016
2972
        else
3017
 
                { $as_echo "$as_me:$LINENO: result: no" >&5
 
2973
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3018
2974
$as_echo "no" >&6; }
3019
2975
                PKG_CONFIG=""
3020
2976
        fi
3021
 
 
3022
2977
fi
3023
2978
 
3024
2979
pkg_failed=no
3025
 
{ $as_echo "$as_me:$LINENO: checking for UNMANAGED_DEPENDENCIES_MONO" >&5
 
2980
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UNMANAGED_DEPENDENCIES_MONO" >&5
3026
2981
$as_echo_n "checking for UNMANAGED_DEPENDENCIES_MONO... " >&6; }
3027
2982
 
3028
2983
if test -n "$UNMANAGED_DEPENDENCIES_MONO_CFLAGS"; then
3029
2984
    pkg_cv_UNMANAGED_DEPENDENCIES_MONO_CFLAGS="$UNMANAGED_DEPENDENCIES_MONO_CFLAGS"
3030
2985
 elif test -n "$PKG_CONFIG"; then
3031
2986
    if test -n "$PKG_CONFIG" && \
3032
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED_VERSION\"") >&5
 
2987
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED_VERSION\""; } >&5
3033
2988
  ($PKG_CONFIG --exists --print-errors "mono >= $MONO_REQUIRED_VERSION") 2>&5
3034
2989
  ac_status=$?
3035
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3036
 
  (exit $ac_status); }; then
 
2990
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
2991
  test $ac_status = 0; }; then
3037
2992
  pkg_cv_UNMANAGED_DEPENDENCIES_MONO_CFLAGS=`$PKG_CONFIG --cflags "mono >= $MONO_REQUIRED_VERSION" 2>/dev/null`
3038
2993
else
3039
2994
  pkg_failed=yes
3045
3000
    pkg_cv_UNMANAGED_DEPENDENCIES_MONO_LIBS="$UNMANAGED_DEPENDENCIES_MONO_LIBS"
3046
3001
 elif test -n "$PKG_CONFIG"; then
3047
3002
    if test -n "$PKG_CONFIG" && \
3048
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED_VERSION\"") >&5
 
3003
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED_VERSION\""; } >&5
3049
3004
  ($PKG_CONFIG --exists --print-errors "mono >= $MONO_REQUIRED_VERSION") 2>&5
3050
3005
  ac_status=$?
3051
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3052
 
  (exit $ac_status); }; then
 
3006
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3007
  test $ac_status = 0; }; then
3053
3008
  pkg_cv_UNMANAGED_DEPENDENCIES_MONO_LIBS=`$PKG_CONFIG --libs "mono >= $MONO_REQUIRED_VERSION" 2>/dev/null`
3054
3009
else
3055
3010
  pkg_failed=yes
3061
3016
 
3062
3017
 
3063
3018
if test $pkg_failed = yes; then
 
3019
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3020
$as_echo "no" >&6; }
3064
3021
 
3065
3022
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3066
3023
        _pkg_short_errors_supported=yes
3075
3032
        # Put the nasty error message in config.log where it belongs
3076
3033
        echo "$UNMANAGED_DEPENDENCIES_MONO_PKG_ERRORS" >&5
3077
3034
 
3078
 
        { $as_echo "$as_me:$LINENO: result: no" >&5
 
3035
        has_mono=false
 
3036
elif test $pkg_failed = untried; then
 
3037
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079
3038
$as_echo "no" >&6; }
3080
 
                has_mono=false
3081
 
elif test $pkg_failed = untried; then
3082
3039
        has_mono=false
3083
3040
else
3084
3041
        UNMANAGED_DEPENDENCIES_MONO_CFLAGS=$pkg_cv_UNMANAGED_DEPENDENCIES_MONO_CFLAGS
3085
3042
        UNMANAGED_DEPENDENCIES_MONO_LIBS=$pkg_cv_UNMANAGED_DEPENDENCIES_MONO_LIBS
3086
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3043
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3087
3044
$as_echo "yes" >&6; }
3088
3045
        has_mono=true
3089
3046
fi
3090
3047
 
3091
3048
if test "x$has_mono" = "xfalse"; then
3092
 
      { { $as_echo "$as_me:$LINENO: error: Please install mono version $MONO_REQUIRED_VERSION or later to install MonoDevelop.
3093
 
Please see http://www.mono-project.org/ to download latest mono sources or packages" >&5
3094
 
$as_echo "$as_me: error: Please install mono version $MONO_REQUIRED_VERSION or later to install MonoDevelop.
3095
 
Please see http://www.mono-project.org/ to download latest mono sources or packages" >&2;}
3096
 
   { (exit 1); exit 1; }; }
 
3049
      as_fn_error $? "Please install mono version $MONO_REQUIRED_VERSION or later to install MonoDevelop.
 
3050
Please see http://www.mono-project.org/ to download latest mono sources or packages" "$LINENO" 5
3097
3051
fi
3098
3052
 
3099
3053
if test "x$has_mono" = "xtrue"; then
3100
3054
    if test `uname -s` = "Darwin"; then
3101
3055
        # Extract the first word of "mono", so it can be a program name with args.
3102
3056
set dummy mono; ac_word=$2
3103
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3057
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3104
3058
$as_echo_n "checking for $ac_word... " >&6; }
3105
 
if test "${ac_cv_path_RUNTIME+set}" = set; then
 
3059
if ${ac_cv_path_RUNTIME+:} false; then :
3106
3060
  $as_echo_n "(cached) " >&6
3107
3061
else
3108
3062
  case $RUNTIME in
3115
3069
do
3116
3070
  IFS=$as_save_IFS
3117
3071
  test -z "$as_dir" && as_dir=.
3118
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3072
    for ac_exec_ext in '' $ac_executable_extensions; do
3119
3073
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3120
3074
    ac_cv_path_RUNTIME="$as_dir/$ac_word$ac_exec_ext"
3121
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3075
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3122
3076
    break 2
3123
3077
  fi
3124
3078
done
3125
 
done
 
3079
  done
3126
3080
IFS=$as_save_IFS
3127
3081
 
3128
3082
  test -z "$ac_cv_path_RUNTIME" && ac_cv_path_RUNTIME="no"
3131
3085
fi
3132
3086
RUNTIME=$ac_cv_path_RUNTIME
3133
3087
if test -n "$RUNTIME"; then
3134
 
  { $as_echo "$as_me:$LINENO: result: $RUNTIME" >&5
 
3088
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTIME" >&5
3135
3089
$as_echo "$RUNTIME" >&6; }
3136
3090
else
3137
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3091
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3138
3092
$as_echo "no" >&6; }
3139
3093
fi
3140
3094
 
3141
3095
 
3142
 
        # Extract the first word of "gmcs", so it can be a program name with args.
3143
 
set dummy gmcs; ac_word=$2
3144
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3096
        # Extract the first word of "dmcs", so it can be a program name with args.
 
3097
set dummy dmcs; ac_word=$2
 
3098
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3145
3099
$as_echo_n "checking for $ac_word... " >&6; }
3146
 
if test "${ac_cv_path_CSC+set}" = set; then
 
3100
if ${ac_cv_path_CSC+:} false; then :
3147
3101
  $as_echo_n "(cached) " >&6
3148
3102
else
3149
3103
  case $CSC in
3156
3110
do
3157
3111
  IFS=$as_save_IFS
3158
3112
  test -z "$as_dir" && as_dir=.
3159
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3113
    for ac_exec_ext in '' $ac_executable_extensions; do
3160
3114
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3161
3115
    ac_cv_path_CSC="$as_dir/$ac_word$ac_exec_ext"
3162
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3116
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3163
3117
    break 2
3164
3118
  fi
3165
3119
done
3166
 
done
 
3120
  done
3167
3121
IFS=$as_save_IFS
3168
3122
 
3169
3123
  test -z "$ac_cv_path_CSC" && ac_cv_path_CSC="no"
3172
3126
fi
3173
3127
CSC=$ac_cv_path_CSC
3174
3128
if test -n "$CSC"; then
3175
 
  { $as_echo "$as_me:$LINENO: result: $CSC" >&5
 
3129
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CSC" >&5
3176
3130
$as_echo "$CSC" >&6; }
3177
3131
else
3178
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3132
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3179
3133
$as_echo "no" >&6; }
3180
3134
fi
3181
3135
 
3185
3139
    else
3186
3140
        # Extract the first word of "mono", so it can be a program name with args.
3187
3141
set dummy mono; ac_word=$2
3188
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3142
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3189
3143
$as_echo_n "checking for $ac_word... " >&6; }
3190
 
if test "${ac_cv_path_RUNTIME+set}" = set; then
 
3144
if ${ac_cv_path_RUNTIME+:} false; then :
3191
3145
  $as_echo_n "(cached) " >&6
3192
3146
else
3193
3147
  case $RUNTIME in
3200
3154
do
3201
3155
  IFS=$as_save_IFS
3202
3156
  test -z "$as_dir" && as_dir=.
3203
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3157
    for ac_exec_ext in '' $ac_executable_extensions; do
3204
3158
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3205
3159
    ac_cv_path_RUNTIME="$as_dir/$ac_word$ac_exec_ext"
3206
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3160
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3207
3161
    break 2
3208
3162
  fi
3209
3163
done
3210
 
done
 
3164
  done
3211
3165
IFS=$as_save_IFS
3212
3166
 
3213
3167
  test -z "$ac_cv_path_RUNTIME" && ac_cv_path_RUNTIME="no"
3216
3170
fi
3217
3171
RUNTIME=$ac_cv_path_RUNTIME
3218
3172
if test -n "$RUNTIME"; then
3219
 
  { $as_echo "$as_me:$LINENO: result: $RUNTIME" >&5
 
3173
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTIME" >&5
3220
3174
$as_echo "$RUNTIME" >&6; }
3221
3175
else
3222
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3176
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3223
3177
$as_echo "no" >&6; }
3224
3178
fi
3225
3179
 
3226
3180
 
3227
 
        # Extract the first word of "gmcs", so it can be a program name with args.
3228
 
set dummy gmcs; ac_word=$2
3229
 
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3181
        # Extract the first word of "dmcs", so it can be a program name with args.
 
3182
set dummy dmcs; ac_word=$2
 
3183
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3230
3184
$as_echo_n "checking for $ac_word... " >&6; }
3231
 
if test "${ac_cv_path_CSC+set}" = set; then
 
3185
if ${ac_cv_path_CSC+:} false; then :
3232
3186
  $as_echo_n "(cached) " >&6
3233
3187
else
3234
3188
  case $CSC in
3241
3195
do
3242
3196
  IFS=$as_save_IFS
3243
3197
  test -z "$as_dir" && as_dir=.
3244
 
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3198
    for ac_exec_ext in '' $ac_executable_extensions; do
3245
3199
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246
3200
    ac_cv_path_CSC="$as_dir/$ac_word$ac_exec_ext"
3247
 
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3201
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3248
3202
    break 2
3249
3203
  fi
3250
3204
done
3251
 
done
 
3205
  done
3252
3206
IFS=$as_save_IFS
3253
3207
 
3254
3208
  test -z "$ac_cv_path_CSC" && ac_cv_path_CSC="no"
3257
3211
fi
3258
3212
CSC=$ac_cv_path_CSC
3259
3213
if test -n "$CSC"; then
3260
 
  { $as_echo "$as_me:$LINENO: result: $CSC" >&5
 
3214
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CSC" >&5
3261
3215
$as_echo "$CSC" >&6; }
3262
3216
else
3263
 
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
3217
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3264
3218
$as_echo "no" >&6; }
3265
3219
fi
3266
3220
 
3271
3225
fi
3272
3226
 
3273
3227
 
3274
 
#FIXME mono.addins dep should be 0.5 once there are Mac packages for it
3275
 
MONOADDINS_REQUIRED_VERSION=0.4
 
3228
MONOADDINS_REQUIRED_VERSION=0.6
3276
3229
GTKSHARP_REQUIRED_VERSION=2.12.8
3277
3230
MONODOC_REQUIRED_VERSION=1.0
3278
3231
 
3279
3232
 
3280
3233
pkg_failed=no
3281
 
{ $as_echo "$as_me:$LINENO: checking for MONO_ADDINS" >&5
 
3234
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONO_ADDINS" >&5
3282
3235
$as_echo_n "checking for MONO_ADDINS... " >&6; }
3283
3236
 
3284
3237
if test -n "$MONO_ADDINS_CFLAGS"; then
3285
3238
    pkg_cv_MONO_ADDINS_CFLAGS="$MONO_ADDINS_CFLAGS"
3286
3239
 elif test -n "$PKG_CONFIG"; then
3287
3240
    if test -n "$PKG_CONFIG" && \
3288
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3241
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3289
3242
  ($PKG_CONFIG --exists --print-errors "mono-addins >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3290
3243
  ac_status=$?
3291
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3292
 
  (exit $ac_status); }; then
 
3244
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3245
  test $ac_status = 0; }; then
3293
3246
  pkg_cv_MONO_ADDINS_CFLAGS=`$PKG_CONFIG --cflags "mono-addins >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3294
3247
else
3295
3248
  pkg_failed=yes
3301
3254
    pkg_cv_MONO_ADDINS_LIBS="$MONO_ADDINS_LIBS"
3302
3255
 elif test -n "$PKG_CONFIG"; then
3303
3256
    if test -n "$PKG_CONFIG" && \
3304
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3257
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3305
3258
  ($PKG_CONFIG --exists --print-errors "mono-addins >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3306
3259
  ac_status=$?
3307
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308
 
  (exit $ac_status); }; then
 
3260
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3261
  test $ac_status = 0; }; then
3309
3262
  pkg_cv_MONO_ADDINS_LIBS=`$PKG_CONFIG --libs "mono-addins >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3310
3263
else
3311
3264
  pkg_failed=yes
3317
3270
 
3318
3271
 
3319
3272
if test $pkg_failed = yes; then
 
3273
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3274
$as_echo "no" >&6; }
3320
3275
 
3321
3276
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3322
3277
        _pkg_short_errors_supported=yes
3331
3286
        # Put the nasty error message in config.log where it belongs
3332
3287
        echo "$MONO_ADDINS_PKG_ERRORS" >&5
3333
3288
 
3334
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (mono-addins >= $MONOADDINS_REQUIRED_VERSION) were not met:
3335
 
 
3336
 
$MONO_ADDINS_PKG_ERRORS
3337
 
 
3338
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3339
 
installed software in a non-standard prefix.
3340
 
 
3341
 
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3342
 
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3343
 
See the pkg-config man page for more details.
3344
 
" >&5
3345
 
$as_echo "$as_me: error: Package requirements (mono-addins >= $MONOADDINS_REQUIRED_VERSION) were not met:
3346
 
 
3347
 
$MONO_ADDINS_PKG_ERRORS
3348
 
 
3349
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3350
 
installed software in a non-standard prefix.
3351
 
 
3352
 
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3353
 
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3354
 
See the pkg-config man page for more details.
3355
 
" >&2;}
3356
 
   { (exit 1); exit 1; }; }
 
3289
        as_fn_error $? "Package requirements (mono-addins >= $MONOADDINS_REQUIRED_VERSION) were not met:
 
3290
 
 
3291
$MONO_ADDINS_PKG_ERRORS
 
3292
 
 
3293
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3294
installed software in a non-standard prefix.
 
3295
 
 
3296
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
 
3297
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
 
3298
See the pkg-config man page for more details." "$LINENO" 5
3357
3299
elif test $pkg_failed = untried; then
3358
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3300
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3301
$as_echo "no" >&6; }
 
3302
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3359
3303
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3360
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3361
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3362
 
path to pkg-config.
3363
 
 
3364
 
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3365
 
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3366
 
See the pkg-config man page for more details.
3367
 
 
3368
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3369
 
See \`config.log' for more details." >&5
3370
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3371
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3372
 
path to pkg-config.
3373
 
 
3374
 
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3375
 
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3376
 
See the pkg-config man page for more details.
3377
 
 
3378
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3379
 
See \`config.log' for more details." >&2;}
3380
 
   { (exit 1); exit 1; }; }; }
 
3304
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3305
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3306
path to pkg-config.
 
3307
 
 
3308
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
 
3309
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
 
3310
See the pkg-config man page for more details.
 
3311
 
 
3312
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3313
See \`config.log' for more details" "$LINENO" 5; }
3381
3314
else
3382
3315
        MONO_ADDINS_CFLAGS=$pkg_cv_MONO_ADDINS_CFLAGS
3383
3316
        MONO_ADDINS_LIBS=$pkg_cv_MONO_ADDINS_LIBS
3384
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3317
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3385
3318
$as_echo "yes" >&6; }
3386
 
        :
 
3319
 
3387
3320
fi
3388
3321
 
3389
3322
 
3390
3323
pkg_failed=no
3391
 
{ $as_echo "$as_me:$LINENO: checking for MONO_ADDINS_SETUP" >&5
 
3324
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONO_ADDINS_SETUP" >&5
3392
3325
$as_echo_n "checking for MONO_ADDINS_SETUP... " >&6; }
3393
3326
 
3394
3327
if test -n "$MONO_ADDINS_SETUP_CFLAGS"; then
3395
3328
    pkg_cv_MONO_ADDINS_SETUP_CFLAGS="$MONO_ADDINS_SETUP_CFLAGS"
3396
3329
 elif test -n "$PKG_CONFIG"; then
3397
3330
    if test -n "$PKG_CONFIG" && \
3398
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins-setup >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3331
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins-setup >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3399
3332
  ($PKG_CONFIG --exists --print-errors "mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3400
3333
  ac_status=$?
3401
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402
 
  (exit $ac_status); }; then
 
3334
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3335
  test $ac_status = 0; }; then
3403
3336
  pkg_cv_MONO_ADDINS_SETUP_CFLAGS=`$PKG_CONFIG --cflags "mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3404
3337
else
3405
3338
  pkg_failed=yes
3411
3344
    pkg_cv_MONO_ADDINS_SETUP_LIBS="$MONO_ADDINS_SETUP_LIBS"
3412
3345
 elif test -n "$PKG_CONFIG"; then
3413
3346
    if test -n "$PKG_CONFIG" && \
3414
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins-setup >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3347
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins-setup >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3415
3348
  ($PKG_CONFIG --exists --print-errors "mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3416
3349
  ac_status=$?
3417
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418
 
  (exit $ac_status); }; then
 
3350
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3351
  test $ac_status = 0; }; then
3419
3352
  pkg_cv_MONO_ADDINS_SETUP_LIBS=`$PKG_CONFIG --libs "mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3420
3353
else
3421
3354
  pkg_failed=yes
3427
3360
 
3428
3361
 
3429
3362
if test $pkg_failed = yes; then
 
3363
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3364
$as_echo "no" >&6; }
3430
3365
 
3431
3366
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3432
3367
        _pkg_short_errors_supported=yes
3441
3376
        # Put the nasty error message in config.log where it belongs
3442
3377
        echo "$MONO_ADDINS_SETUP_PKG_ERRORS" >&5
3443
3378
 
3444
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION) were not met:
3445
 
 
3446
 
$MONO_ADDINS_SETUP_PKG_ERRORS
3447
 
 
3448
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3449
 
installed software in a non-standard prefix.
3450
 
 
3451
 
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
3452
 
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
3453
 
See the pkg-config man page for more details.
3454
 
" >&5
3455
 
$as_echo "$as_me: error: Package requirements (mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION) were not met:
3456
 
 
3457
 
$MONO_ADDINS_SETUP_PKG_ERRORS
3458
 
 
3459
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3460
 
installed software in a non-standard prefix.
3461
 
 
3462
 
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
3463
 
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
3464
 
See the pkg-config man page for more details.
3465
 
" >&2;}
3466
 
   { (exit 1); exit 1; }; }
 
3379
        as_fn_error $? "Package requirements (mono-addins-setup >= $MONOADDINS_REQUIRED_VERSION) were not met:
 
3380
 
 
3381
$MONO_ADDINS_SETUP_PKG_ERRORS
 
3382
 
 
3383
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3384
installed software in a non-standard prefix.
 
3385
 
 
3386
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
 
3387
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
 
3388
See the pkg-config man page for more details." "$LINENO" 5
3467
3389
elif test $pkg_failed = untried; then
3468
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3390
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3391
$as_echo "no" >&6; }
 
3392
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3469
3393
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3470
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3471
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3472
 
path to pkg-config.
3473
 
 
3474
 
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
3475
 
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
3476
 
See the pkg-config man page for more details.
3477
 
 
3478
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3479
 
See \`config.log' for more details." >&5
3480
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3481
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3482
 
path to pkg-config.
3483
 
 
3484
 
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
3485
 
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
3486
 
See the pkg-config man page for more details.
3487
 
 
3488
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3489
 
See \`config.log' for more details." >&2;}
3490
 
   { (exit 1); exit 1; }; }; }
 
3394
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3395
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3396
path to pkg-config.
 
3397
 
 
3398
Alternatively, you may set the environment variables MONO_ADDINS_SETUP_CFLAGS
 
3399
and MONO_ADDINS_SETUP_LIBS to avoid the need to call pkg-config.
 
3400
See the pkg-config man page for more details.
 
3401
 
 
3402
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3403
See \`config.log' for more details" "$LINENO" 5; }
3491
3404
else
3492
3405
        MONO_ADDINS_SETUP_CFLAGS=$pkg_cv_MONO_ADDINS_SETUP_CFLAGS
3493
3406
        MONO_ADDINS_SETUP_LIBS=$pkg_cv_MONO_ADDINS_SETUP_LIBS
3494
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3407
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3495
3408
$as_echo "yes" >&6; }
3496
 
        :
 
3409
 
3497
3410
fi
3498
3411
 
3499
3412
 
3500
3413
pkg_failed=no
3501
 
{ $as_echo "$as_me:$LINENO: checking for MONO_ADDINS_GUI" >&5
 
3414
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONO_ADDINS_GUI" >&5
3502
3415
$as_echo_n "checking for MONO_ADDINS_GUI... " >&6; }
3503
3416
 
3504
3417
if test -n "$MONO_ADDINS_GUI_CFLAGS"; then
3505
3418
    pkg_cv_MONO_ADDINS_GUI_CFLAGS="$MONO_ADDINS_GUI_CFLAGS"
3506
3419
 elif test -n "$PKG_CONFIG"; then
3507
3420
    if test -n "$PKG_CONFIG" && \
3508
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins-gui >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3421
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins-gui >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3509
3422
  ($PKG_CONFIG --exists --print-errors "mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3510
3423
  ac_status=$?
3511
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512
 
  (exit $ac_status); }; then
 
3424
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3425
  test $ac_status = 0; }; then
3513
3426
  pkg_cv_MONO_ADDINS_GUI_CFLAGS=`$PKG_CONFIG --cflags "mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3514
3427
else
3515
3428
  pkg_failed=yes
3521
3434
    pkg_cv_MONO_ADDINS_GUI_LIBS="$MONO_ADDINS_GUI_LIBS"
3522
3435
 elif test -n "$PKG_CONFIG"; then
3523
3436
    if test -n "$PKG_CONFIG" && \
3524
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins-gui >= \$MONOADDINS_REQUIRED_VERSION\"") >&5
 
3437
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-addins-gui >= \$MONOADDINS_REQUIRED_VERSION\""; } >&5
3525
3438
  ($PKG_CONFIG --exists --print-errors "mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION") 2>&5
3526
3439
  ac_status=$?
3527
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528
 
  (exit $ac_status); }; then
 
3440
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3441
  test $ac_status = 0; }; then
3529
3442
  pkg_cv_MONO_ADDINS_GUI_LIBS=`$PKG_CONFIG --libs "mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION" 2>/dev/null`
3530
3443
else
3531
3444
  pkg_failed=yes
3537
3450
 
3538
3451
 
3539
3452
if test $pkg_failed = yes; then
 
3453
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3454
$as_echo "no" >&6; }
3540
3455
 
3541
3456
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3542
3457
        _pkg_short_errors_supported=yes
3551
3466
        # Put the nasty error message in config.log where it belongs
3552
3467
        echo "$MONO_ADDINS_GUI_PKG_ERRORS" >&5
3553
3468
 
3554
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION) were not met:
3555
 
 
3556
 
$MONO_ADDINS_GUI_PKG_ERRORS
3557
 
 
3558
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3559
 
installed software in a non-standard prefix.
3560
 
 
3561
 
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
3562
 
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
3563
 
See the pkg-config man page for more details.
3564
 
" >&5
3565
 
$as_echo "$as_me: error: Package requirements (mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION) were not met:
3566
 
 
3567
 
$MONO_ADDINS_GUI_PKG_ERRORS
3568
 
 
3569
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3570
 
installed software in a non-standard prefix.
3571
 
 
3572
 
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
3573
 
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
3574
 
See the pkg-config man page for more details.
3575
 
" >&2;}
3576
 
   { (exit 1); exit 1; }; }
 
3469
        as_fn_error $? "Package requirements (mono-addins-gui >= $MONOADDINS_REQUIRED_VERSION) were not met:
 
3470
 
 
3471
$MONO_ADDINS_GUI_PKG_ERRORS
 
3472
 
 
3473
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3474
installed software in a non-standard prefix.
 
3475
 
 
3476
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
 
3477
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
 
3478
See the pkg-config man page for more details." "$LINENO" 5
3577
3479
elif test $pkg_failed = untried; then
3578
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3480
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3481
$as_echo "no" >&6; }
 
3482
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3579
3483
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3580
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3581
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3582
 
path to pkg-config.
3583
 
 
3584
 
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
3585
 
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
3586
 
See the pkg-config man page for more details.
3587
 
 
3588
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3589
 
See \`config.log' for more details." >&5
3590
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3591
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3592
 
path to pkg-config.
3593
 
 
3594
 
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
3595
 
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
3596
 
See the pkg-config man page for more details.
3597
 
 
3598
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3599
 
See \`config.log' for more details." >&2;}
3600
 
   { (exit 1); exit 1; }; }; }
 
3484
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3485
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3486
path to pkg-config.
 
3487
 
 
3488
Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
 
3489
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
 
3490
See the pkg-config man page for more details.
 
3491
 
 
3492
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3493
See \`config.log' for more details" "$LINENO" 5; }
3601
3494
else
3602
3495
        MONO_ADDINS_GUI_CFLAGS=$pkg_cv_MONO_ADDINS_GUI_CFLAGS
3603
3496
        MONO_ADDINS_GUI_LIBS=$pkg_cv_MONO_ADDINS_GUI_LIBS
3604
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3497
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3605
3498
$as_echo "yes" >&6; }
3606
 
        :
 
3499
 
3607
3500
fi
3608
3501
 
3609
3502
 
3610
3503
pkg_failed=no
3611
 
{ $as_echo "$as_me:$LINENO: checking for GLIB_SHARP" >&5
 
3504
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB_SHARP" >&5
3612
3505
$as_echo_n "checking for GLIB_SHARP... " >&6; }
3613
3506
 
3614
3507
if test -n "$GLIB_SHARP_CFLAGS"; then
3615
3508
    pkg_cv_GLIB_SHARP_CFLAGS="$GLIB_SHARP_CFLAGS"
3616
3509
 elif test -n "$PKG_CONFIG"; then
3617
3510
    if test -n "$PKG_CONFIG" && \
3618
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3511
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3619
3512
  ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3620
3513
  ac_status=$?
3621
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622
 
  (exit $ac_status); }; then
 
3514
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3515
  test $ac_status = 0; }; then
3623
3516
  pkg_cv_GLIB_SHARP_CFLAGS=`$PKG_CONFIG --cflags "glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3624
3517
else
3625
3518
  pkg_failed=yes
3631
3524
    pkg_cv_GLIB_SHARP_LIBS="$GLIB_SHARP_LIBS"
3632
3525
 elif test -n "$PKG_CONFIG"; then
3633
3526
    if test -n "$PKG_CONFIG" && \
3634
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3527
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3635
3528
  ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3636
3529
  ac_status=$?
3637
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3638
 
  (exit $ac_status); }; then
 
3530
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3531
  test $ac_status = 0; }; then
3639
3532
  pkg_cv_GLIB_SHARP_LIBS=`$PKG_CONFIG --libs "glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3640
3533
else
3641
3534
  pkg_failed=yes
3647
3540
 
3648
3541
 
3649
3542
if test $pkg_failed = yes; then
 
3543
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3544
$as_echo "no" >&6; }
3650
3545
 
3651
3546
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3652
3547
        _pkg_short_errors_supported=yes
3661
3556
        # Put the nasty error message in config.log where it belongs
3662
3557
        echo "$GLIB_SHARP_PKG_ERRORS" >&5
3663
3558
 
3664
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3665
 
 
3666
 
$GLIB_SHARP_PKG_ERRORS
3667
 
 
3668
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3669
 
installed software in a non-standard prefix.
3670
 
 
3671
 
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
3672
 
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
3673
 
See the pkg-config man page for more details.
3674
 
" >&5
3675
 
$as_echo "$as_me: error: Package requirements (glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3676
 
 
3677
 
$GLIB_SHARP_PKG_ERRORS
3678
 
 
3679
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3680
 
installed software in a non-standard prefix.
3681
 
 
3682
 
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
3683
 
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
3684
 
See the pkg-config man page for more details.
3685
 
" >&2;}
3686
 
   { (exit 1); exit 1; }; }
 
3559
        as_fn_error $? "Package requirements (glib-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
 
3560
 
 
3561
$GLIB_SHARP_PKG_ERRORS
 
3562
 
 
3563
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3564
installed software in a non-standard prefix.
 
3565
 
 
3566
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
 
3567
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
 
3568
See the pkg-config man page for more details." "$LINENO" 5
3687
3569
elif test $pkg_failed = untried; then
3688
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3570
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3571
$as_echo "no" >&6; }
 
3572
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3689
3573
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3690
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3691
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3692
 
path to pkg-config.
3693
 
 
3694
 
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
3695
 
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
3696
 
See the pkg-config man page for more details.
3697
 
 
3698
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3699
 
See \`config.log' for more details." >&5
3700
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3701
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3702
 
path to pkg-config.
3703
 
 
3704
 
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
3705
 
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
3706
 
See the pkg-config man page for more details.
3707
 
 
3708
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3709
 
See \`config.log' for more details." >&2;}
3710
 
   { (exit 1); exit 1; }; }; }
 
3574
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3575
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3576
path to pkg-config.
 
3577
 
 
3578
Alternatively, you may set the environment variables GLIB_SHARP_CFLAGS
 
3579
and GLIB_SHARP_LIBS to avoid the need to call pkg-config.
 
3580
See the pkg-config man page for more details.
 
3581
 
 
3582
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3583
See \`config.log' for more details" "$LINENO" 5; }
3711
3584
else
3712
3585
        GLIB_SHARP_CFLAGS=$pkg_cv_GLIB_SHARP_CFLAGS
3713
3586
        GLIB_SHARP_LIBS=$pkg_cv_GLIB_SHARP_LIBS
3714
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3587
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3715
3588
$as_echo "yes" >&6; }
3716
 
        :
 
3589
 
3717
3590
fi
3718
3591
 
3719
3592
 
3720
3593
pkg_failed=no
3721
 
{ $as_echo "$as_me:$LINENO: checking for GTK_SHARP" >&5
 
3594
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK_SHARP" >&5
3722
3595
$as_echo_n "checking for GTK_SHARP... " >&6; }
3723
3596
 
3724
3597
if test -n "$GTK_SHARP_CFLAGS"; then
3725
3598
    pkg_cv_GTK_SHARP_CFLAGS="$GTK_SHARP_CFLAGS"
3726
3599
 elif test -n "$PKG_CONFIG"; then
3727
3600
    if test -n "$PKG_CONFIG" && \
3728
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3601
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3729
3602
  ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3730
3603
  ac_status=$?
3731
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3732
 
  (exit $ac_status); }; then
 
3604
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3605
  test $ac_status = 0; }; then
3733
3606
  pkg_cv_GTK_SHARP_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3734
3607
else
3735
3608
  pkg_failed=yes
3741
3614
    pkg_cv_GTK_SHARP_LIBS="$GTK_SHARP_LIBS"
3742
3615
 elif test -n "$PKG_CONFIG"; then
3743
3616
    if test -n "$PKG_CONFIG" && \
3744
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3617
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3745
3618
  ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3746
3619
  ac_status=$?
3747
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748
 
  (exit $ac_status); }; then
 
3620
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3621
  test $ac_status = 0; }; then
3749
3622
  pkg_cv_GTK_SHARP_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3750
3623
else
3751
3624
  pkg_failed=yes
3757
3630
 
3758
3631
 
3759
3632
if test $pkg_failed = yes; then
 
3633
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3634
$as_echo "no" >&6; }
3760
3635
 
3761
3636
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3762
3637
        _pkg_short_errors_supported=yes
3771
3646
        # Put the nasty error message in config.log where it belongs
3772
3647
        echo "$GTK_SHARP_PKG_ERRORS" >&5
3773
3648
 
3774
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3775
 
 
3776
 
$GTK_SHARP_PKG_ERRORS
3777
 
 
3778
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3779
 
installed software in a non-standard prefix.
3780
 
 
3781
 
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
3782
 
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
3783
 
See the pkg-config man page for more details.
3784
 
" >&5
3785
 
$as_echo "$as_me: error: Package requirements (gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3786
 
 
3787
 
$GTK_SHARP_PKG_ERRORS
3788
 
 
3789
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3790
 
installed software in a non-standard prefix.
3791
 
 
3792
 
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
3793
 
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
3794
 
See the pkg-config man page for more details.
3795
 
" >&2;}
3796
 
   { (exit 1); exit 1; }; }
 
3649
        as_fn_error $? "Package requirements (gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
 
3650
 
 
3651
$GTK_SHARP_PKG_ERRORS
 
3652
 
 
3653
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3654
installed software in a non-standard prefix.
 
3655
 
 
3656
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
 
3657
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
 
3658
See the pkg-config man page for more details." "$LINENO" 5
3797
3659
elif test $pkg_failed = untried; then
3798
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3660
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3661
$as_echo "no" >&6; }
 
3662
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3799
3663
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3800
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3801
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3802
 
path to pkg-config.
3803
 
 
3804
 
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
3805
 
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
3806
 
See the pkg-config man page for more details.
3807
 
 
3808
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3809
 
See \`config.log' for more details." >&5
3810
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3811
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3812
 
path to pkg-config.
3813
 
 
3814
 
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
3815
 
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
3816
 
See the pkg-config man page for more details.
3817
 
 
3818
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3819
 
See \`config.log' for more details." >&2;}
3820
 
   { (exit 1); exit 1; }; }; }
 
3664
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3665
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3666
path to pkg-config.
 
3667
 
 
3668
Alternatively, you may set the environment variables GTK_SHARP_CFLAGS
 
3669
and GTK_SHARP_LIBS to avoid the need to call pkg-config.
 
3670
See the pkg-config man page for more details.
 
3671
 
 
3672
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3673
See \`config.log' for more details" "$LINENO" 5; }
3821
3674
else
3822
3675
        GTK_SHARP_CFLAGS=$pkg_cv_GTK_SHARP_CFLAGS
3823
3676
        GTK_SHARP_LIBS=$pkg_cv_GTK_SHARP_LIBS
3824
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3677
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3825
3678
$as_echo "yes" >&6; }
3826
 
        :
 
3679
 
3827
3680
fi
3828
3681
 
3829
3682
 
3830
3683
pkg_failed=no
3831
 
{ $as_echo "$as_me:$LINENO: checking for GLADE_SHARP" >&5
 
3684
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLADE_SHARP" >&5
3832
3685
$as_echo_n "checking for GLADE_SHARP... " >&6; }
3833
3686
 
3834
3687
if test -n "$GLADE_SHARP_CFLAGS"; then
3835
3688
    pkg_cv_GLADE_SHARP_CFLAGS="$GLADE_SHARP_CFLAGS"
3836
3689
 elif test -n "$PKG_CONFIG"; then
3837
3690
    if test -n "$PKG_CONFIG" && \
3838
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3691
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3839
3692
  ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3840
3693
  ac_status=$?
3841
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842
 
  (exit $ac_status); }; then
 
3694
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3695
  test $ac_status = 0; }; then
3843
3696
  pkg_cv_GLADE_SHARP_CFLAGS=`$PKG_CONFIG --cflags "glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3844
3697
else
3845
3698
  pkg_failed=yes
3851
3704
    pkg_cv_GLADE_SHARP_LIBS="$GLADE_SHARP_LIBS"
3852
3705
 elif test -n "$PKG_CONFIG"; then
3853
3706
    if test -n "$PKG_CONFIG" && \
3854
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3707
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
3855
3708
  ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
3856
3709
  ac_status=$?
3857
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3858
 
  (exit $ac_status); }; then
 
3710
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3711
  test $ac_status = 0; }; then
3859
3712
  pkg_cv_GLADE_SHARP_LIBS=`$PKG_CONFIG --libs "glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
3860
3713
else
3861
3714
  pkg_failed=yes
3867
3720
 
3868
3721
 
3869
3722
if test $pkg_failed = yes; then
 
3723
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3724
$as_echo "no" >&6; }
3870
3725
 
3871
3726
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3872
3727
        _pkg_short_errors_supported=yes
3881
3736
        # Put the nasty error message in config.log where it belongs
3882
3737
        echo "$GLADE_SHARP_PKG_ERRORS" >&5
3883
3738
 
3884
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3885
 
 
3886
 
$GLADE_SHARP_PKG_ERRORS
3887
 
 
3888
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3889
 
installed software in a non-standard prefix.
3890
 
 
3891
 
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
3892
 
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
3893
 
See the pkg-config man page for more details.
3894
 
" >&5
3895
 
$as_echo "$as_me: error: Package requirements (glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
3896
 
 
3897
 
$GLADE_SHARP_PKG_ERRORS
3898
 
 
3899
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
3900
 
installed software in a non-standard prefix.
3901
 
 
3902
 
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
3903
 
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
3904
 
See the pkg-config man page for more details.
3905
 
" >&2;}
3906
 
   { (exit 1); exit 1; }; }
 
3739
        as_fn_error $? "Package requirements (glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION) were not met:
 
3740
 
 
3741
$GLADE_SHARP_PKG_ERRORS
 
3742
 
 
3743
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3744
installed software in a non-standard prefix.
 
3745
 
 
3746
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
 
3747
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
 
3748
See the pkg-config man page for more details." "$LINENO" 5
3907
3749
elif test $pkg_failed = untried; then
3908
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3750
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3751
$as_echo "no" >&6; }
 
3752
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3909
3753
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3910
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
3911
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3912
 
path to pkg-config.
3913
 
 
3914
 
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
3915
 
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
3916
 
See the pkg-config man page for more details.
3917
 
 
3918
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3919
 
See \`config.log' for more details." >&5
3920
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
3921
 
is in your PATH or set the PKG_CONFIG environment variable to the full
3922
 
path to pkg-config.
3923
 
 
3924
 
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
3925
 
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
3926
 
See the pkg-config man page for more details.
3927
 
 
3928
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
3929
 
See \`config.log' for more details." >&2;}
3930
 
   { (exit 1); exit 1; }; }; }
 
3754
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3755
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3756
path to pkg-config.
 
3757
 
 
3758
Alternatively, you may set the environment variables GLADE_SHARP_CFLAGS
 
3759
and GLADE_SHARP_LIBS to avoid the need to call pkg-config.
 
3760
See the pkg-config man page for more details.
 
3761
 
 
3762
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3763
See \`config.log' for more details" "$LINENO" 5; }
3931
3764
else
3932
3765
        GLADE_SHARP_CFLAGS=$pkg_cv_GLADE_SHARP_CFLAGS
3933
3766
        GLADE_SHARP_LIBS=$pkg_cv_GLADE_SHARP_LIBS
3934
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3767
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3935
3768
$as_echo "yes" >&6; }
3936
 
        :
 
3769
 
3937
3770
fi
3938
3771
 
3939
3772
 
3940
3773
 
3941
3774
pkg_failed=no
3942
 
{ $as_echo "$as_me:$LINENO: checking for MONODOC" >&5
 
3775
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONODOC" >&5
3943
3776
$as_echo_n "checking for MONODOC... " >&6; }
3944
3777
 
3945
3778
if test -n "$MONODOC_CFLAGS"; then
3946
3779
    pkg_cv_MONODOC_CFLAGS="$MONODOC_CFLAGS"
3947
3780
 elif test -n "$PKG_CONFIG"; then
3948
3781
    if test -n "$PKG_CONFIG" && \
3949
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodoc >= \$MONODOC_REQUIRED_VERSION\"") >&5
 
3782
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"monodoc >= \$MONODOC_REQUIRED_VERSION\""; } >&5
3950
3783
  ($PKG_CONFIG --exists --print-errors "monodoc >= $MONODOC_REQUIRED_VERSION") 2>&5
3951
3784
  ac_status=$?
3952
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3953
 
  (exit $ac_status); }; then
 
3785
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3786
  test $ac_status = 0; }; then
3954
3787
  pkg_cv_MONODOC_CFLAGS=`$PKG_CONFIG --cflags "monodoc >= $MONODOC_REQUIRED_VERSION" 2>/dev/null`
3955
3788
else
3956
3789
  pkg_failed=yes
3962
3795
    pkg_cv_MONODOC_LIBS="$MONODOC_LIBS"
3963
3796
 elif test -n "$PKG_CONFIG"; then
3964
3797
    if test -n "$PKG_CONFIG" && \
3965
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodoc >= \$MONODOC_REQUIRED_VERSION\"") >&5
 
3798
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"monodoc >= \$MONODOC_REQUIRED_VERSION\""; } >&5
3966
3799
  ($PKG_CONFIG --exists --print-errors "monodoc >= $MONODOC_REQUIRED_VERSION") 2>&5
3967
3800
  ac_status=$?
3968
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969
 
  (exit $ac_status); }; then
 
3801
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3802
  test $ac_status = 0; }; then
3970
3803
  pkg_cv_MONODOC_LIBS=`$PKG_CONFIG --libs "monodoc >= $MONODOC_REQUIRED_VERSION" 2>/dev/null`
3971
3804
else
3972
3805
  pkg_failed=yes
3978
3811
 
3979
3812
 
3980
3813
if test $pkg_failed = yes; then
 
3814
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3815
$as_echo "no" >&6; }
3981
3816
 
3982
3817
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
3983
3818
        _pkg_short_errors_supported=yes
3992
3827
        # Put the nasty error message in config.log where it belongs
3993
3828
        echo "$MONODOC_PKG_ERRORS" >&5
3994
3829
 
3995
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (monodoc >= $MONODOC_REQUIRED_VERSION) were not met:
3996
 
 
3997
 
$MONODOC_PKG_ERRORS
3998
 
 
3999
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4000
 
installed software in a non-standard prefix.
4001
 
 
4002
 
Alternatively, you may set the environment variables MONODOC_CFLAGS
4003
 
and MONODOC_LIBS to avoid the need to call pkg-config.
4004
 
See the pkg-config man page for more details.
4005
 
" >&5
4006
 
$as_echo "$as_me: error: Package requirements (monodoc >= $MONODOC_REQUIRED_VERSION) were not met:
4007
 
 
4008
 
$MONODOC_PKG_ERRORS
4009
 
 
4010
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4011
 
installed software in a non-standard prefix.
4012
 
 
4013
 
Alternatively, you may set the environment variables MONODOC_CFLAGS
4014
 
and MONODOC_LIBS to avoid the need to call pkg-config.
4015
 
See the pkg-config man page for more details.
4016
 
" >&2;}
4017
 
   { (exit 1); exit 1; }; }
 
3830
        as_fn_error $? "Package requirements (monodoc >= $MONODOC_REQUIRED_VERSION) were not met:
 
3831
 
 
3832
$MONODOC_PKG_ERRORS
 
3833
 
 
3834
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3835
installed software in a non-standard prefix.
 
3836
 
 
3837
Alternatively, you may set the environment variables MONODOC_CFLAGS
 
3838
and MONODOC_LIBS to avoid the need to call pkg-config.
 
3839
See the pkg-config man page for more details." "$LINENO" 5
4018
3840
elif test $pkg_failed = untried; then
4019
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
3841
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3842
$as_echo "no" >&6; }
 
3843
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4020
3844
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4021
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4022
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4023
 
path to pkg-config.
4024
 
 
4025
 
Alternatively, you may set the environment variables MONODOC_CFLAGS
4026
 
and MONODOC_LIBS to avoid the need to call pkg-config.
4027
 
See the pkg-config man page for more details.
4028
 
 
4029
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4030
 
See \`config.log' for more details." >&5
4031
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4032
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4033
 
path to pkg-config.
4034
 
 
4035
 
Alternatively, you may set the environment variables MONODOC_CFLAGS
4036
 
and MONODOC_LIBS to avoid the need to call pkg-config.
4037
 
See the pkg-config man page for more details.
4038
 
 
4039
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4040
 
See \`config.log' for more details." >&2;}
4041
 
   { (exit 1); exit 1; }; }; }
 
3845
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
3846
is in your PATH or set the PKG_CONFIG environment variable to the full
 
3847
path to pkg-config.
 
3848
 
 
3849
Alternatively, you may set the environment variables MONODOC_CFLAGS
 
3850
and MONODOC_LIBS to avoid the need to call pkg-config.
 
3851
See the pkg-config man page for more details.
 
3852
 
 
3853
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
3854
See \`config.log' for more details" "$LINENO" 5; }
4042
3855
else
4043
3856
        MONODOC_CFLAGS=$pkg_cv_MONODOC_CFLAGS
4044
3857
        MONODOC_LIBS=$pkg_cv_MONODOC_LIBS
4045
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
4046
 
$as_echo "yes" >&6; }
4047
 
        :
4048
 
fi
4049
 
 
4050
 
 
4051
 
pkg_failed=no
4052
 
{ $as_echo "$as_me:$LINENO: checking for MONO_CAIRO" >&5
4053
 
$as_echo_n "checking for MONO_CAIRO... " >&6; }
4054
 
 
4055
 
if test -n "$MONO_CAIRO_CFLAGS"; then
4056
 
    pkg_cv_MONO_CAIRO_CFLAGS="$MONO_CAIRO_CFLAGS"
4057
 
 elif test -n "$PKG_CONFIG"; then
4058
 
    if test -n "$PKG_CONFIG" && \
4059
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-cairo >= 1.2\"") >&5
4060
 
  ($PKG_CONFIG --exists --print-errors "mono-cairo >= 1.2") 2>&5
4061
 
  ac_status=$?
4062
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4063
 
  (exit $ac_status); }; then
4064
 
  pkg_cv_MONO_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "mono-cairo >= 1.2" 2>/dev/null`
4065
 
else
4066
 
  pkg_failed=yes
4067
 
fi
4068
 
 else
4069
 
    pkg_failed=untried
4070
 
fi
4071
 
if test -n "$MONO_CAIRO_LIBS"; then
4072
 
    pkg_cv_MONO_CAIRO_LIBS="$MONO_CAIRO_LIBS"
4073
 
 elif test -n "$PKG_CONFIG"; then
4074
 
    if test -n "$PKG_CONFIG" && \
4075
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-cairo >= 1.2\"") >&5
4076
 
  ($PKG_CONFIG --exists --print-errors "mono-cairo >= 1.2") 2>&5
4077
 
  ac_status=$?
4078
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4079
 
  (exit $ac_status); }; then
4080
 
  pkg_cv_MONO_CAIRO_LIBS=`$PKG_CONFIG --libs "mono-cairo >= 1.2" 2>/dev/null`
4081
 
else
4082
 
  pkg_failed=yes
4083
 
fi
4084
 
 else
4085
 
    pkg_failed=untried
4086
 
fi
4087
 
 
4088
 
 
4089
 
 
4090
 
if test $pkg_failed = yes; then
4091
 
 
4092
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4093
 
        _pkg_short_errors_supported=yes
4094
 
else
4095
 
        _pkg_short_errors_supported=no
4096
 
fi
4097
 
        if test $_pkg_short_errors_supported = yes; then
4098
 
                MONO_CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mono-cairo >= 1.2" 2>&1`
4099
 
        else
4100
 
                MONO_CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "mono-cairo >= 1.2" 2>&1`
4101
 
        fi
4102
 
        # Put the nasty error message in config.log where it belongs
4103
 
        echo "$MONO_CAIRO_PKG_ERRORS" >&5
4104
 
 
4105
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (mono-cairo >= 1.2) were not met:
4106
 
 
4107
 
$MONO_CAIRO_PKG_ERRORS
4108
 
 
4109
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4110
 
installed software in a non-standard prefix.
4111
 
 
4112
 
Alternatively, you may set the environment variables MONO_CAIRO_CFLAGS
4113
 
and MONO_CAIRO_LIBS to avoid the need to call pkg-config.
4114
 
See the pkg-config man page for more details.
4115
 
" >&5
4116
 
$as_echo "$as_me: error: Package requirements (mono-cairo >= 1.2) were not met:
4117
 
 
4118
 
$MONO_CAIRO_PKG_ERRORS
4119
 
 
4120
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4121
 
installed software in a non-standard prefix.
4122
 
 
4123
 
Alternatively, you may set the environment variables MONO_CAIRO_CFLAGS
4124
 
and MONO_CAIRO_LIBS to avoid the need to call pkg-config.
4125
 
See the pkg-config man page for more details.
4126
 
" >&2;}
4127
 
   { (exit 1); exit 1; }; }
4128
 
elif test $pkg_failed = untried; then
4129
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4130
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4131
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4132
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4133
 
path to pkg-config.
4134
 
 
4135
 
Alternatively, you may set the environment variables MONO_CAIRO_CFLAGS
4136
 
and MONO_CAIRO_LIBS to avoid the need to call pkg-config.
4137
 
See the pkg-config man page for more details.
4138
 
 
4139
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4140
 
See \`config.log' for more details." >&5
4141
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4142
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4143
 
path to pkg-config.
4144
 
 
4145
 
Alternatively, you may set the environment variables MONO_CAIRO_CFLAGS
4146
 
and MONO_CAIRO_LIBS to avoid the need to call pkg-config.
4147
 
See the pkg-config man page for more details.
4148
 
 
4149
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4150
 
See \`config.log' for more details." >&2;}
4151
 
   { (exit 1); exit 1; }; }; }
4152
 
else
4153
 
        MONO_CAIRO_CFLAGS=$pkg_cv_MONO_CAIRO_CFLAGS
4154
 
        MONO_CAIRO_LIBS=$pkg_cv_MONO_CAIRO_LIBS
4155
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
4156
 
$as_echo "yes" >&6; }
4157
 
        :
4158
 
fi
4159
 
MONO_CAIRO_LIBS=" -r:Mono.Cairo "
4160
 
 
4161
 
 
4162
 
 
4163
 
pkg_failed=no
4164
 
{ $as_echo "$as_me:$LINENO: checking for GNOME_SHARP" >&5
 
3858
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3859
$as_echo "yes" >&6; }
 
3860
 
 
3861
fi
 
3862
 
 
3863
 
 
3864
 
 
3865
pkg_failed=no
 
3866
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME_SHARP" >&5
4165
3867
$as_echo_n "checking for GNOME_SHARP... " >&6; }
4166
3868
 
4167
3869
if test -n "$GNOME_SHARP_CFLAGS"; then
4168
3870
    pkg_cv_GNOME_SHARP_CFLAGS="$GNOME_SHARP_CFLAGS"
4169
3871
 elif test -n "$PKG_CONFIG"; then
4170
3872
    if test -n "$PKG_CONFIG" && \
4171
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3873
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4172
3874
  ($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4173
3875
  ac_status=$?
4174
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4175
 
  (exit $ac_status); }; then
 
3876
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3877
  test $ac_status = 0; }; then
4176
3878
  pkg_cv_GNOME_SHARP_CFLAGS=`$PKG_CONFIG --cflags "gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4177
3879
else
4178
3880
  pkg_failed=yes
4184
3886
    pkg_cv_GNOME_SHARP_LIBS="$GNOME_SHARP_LIBS"
4185
3887
 elif test -n "$PKG_CONFIG"; then
4186
3888
    if test -n "$PKG_CONFIG" && \
4187
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3889
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4188
3890
  ($PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4189
3891
  ac_status=$?
4190
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4191
 
  (exit $ac_status); }; then
 
3892
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3893
  test $ac_status = 0; }; then
4192
3894
  pkg_cv_GNOME_SHARP_LIBS=`$PKG_CONFIG --libs "gnome-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4193
3895
else
4194
3896
  pkg_failed=yes
4200
3902
 
4201
3903
 
4202
3904
if test $pkg_failed = yes; then
 
3905
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3906
$as_echo "no" >&6; }
4203
3907
 
4204
3908
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4205
3909
        _pkg_short_errors_supported=yes
4214
3918
        # Put the nasty error message in config.log where it belongs
4215
3919
        echo "$GNOME_SHARP_PKG_ERRORS" >&5
4216
3920
 
4217
 
        { $as_echo "$as_me:$LINENO: result: no" >&5
 
3921
        gnome_sharp=no
 
3922
elif test $pkg_failed = untried; then
 
3923
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4218
3924
$as_echo "no" >&6; }
4219
 
                gnome_sharp=no
4220
 
elif test $pkg_failed = untried; then
4221
3925
        gnome_sharp=no
4222
3926
else
4223
3927
        GNOME_SHARP_CFLAGS=$pkg_cv_GNOME_SHARP_CFLAGS
4224
3928
        GNOME_SHARP_LIBS=$pkg_cv_GNOME_SHARP_LIBS
4225
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3929
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4226
3930
$as_echo "yes" >&6; }
4227
3931
        gnome_sharp=yes
4228
3932
fi
4229
3933
 
4230
3934
 
4231
3935
pkg_failed=no
4232
 
{ $as_echo "$as_me:$LINENO: checking for GNOME_VFS_SHARP" >&5
 
3936
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME_VFS_SHARP" >&5
4233
3937
$as_echo_n "checking for GNOME_VFS_SHARP... " >&6; }
4234
3938
 
4235
3939
if test -n "$GNOME_VFS_SHARP_CFLAGS"; then
4236
3940
    pkg_cv_GNOME_VFS_SHARP_CFLAGS="$GNOME_VFS_SHARP_CFLAGS"
4237
3941
 elif test -n "$PKG_CONFIG"; then
4238
3942
    if test -n "$PKG_CONFIG" && \
4239
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3943
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4240
3944
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4241
3945
  ac_status=$?
4242
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243
 
  (exit $ac_status); }; then
 
3946
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3947
  test $ac_status = 0; }; then
4244
3948
  pkg_cv_GNOME_VFS_SHARP_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4245
3949
else
4246
3950
  pkg_failed=yes
4252
3956
    pkg_cv_GNOME_VFS_SHARP_LIBS="$GNOME_VFS_SHARP_LIBS"
4253
3957
 elif test -n "$PKG_CONFIG"; then
4254
3958
    if test -n "$PKG_CONFIG" && \
4255
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
3959
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4256
3960
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4257
3961
  ac_status=$?
4258
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4259
 
  (exit $ac_status); }; then
 
3962
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3963
  test $ac_status = 0; }; then
4260
3964
  pkg_cv_GNOME_VFS_SHARP_LIBS=`$PKG_CONFIG --libs "gnome-vfs-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4261
3965
else
4262
3966
  pkg_failed=yes
4268
3972
 
4269
3973
 
4270
3974
if test $pkg_failed = yes; then
 
3975
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3976
$as_echo "no" >&6; }
4271
3977
 
4272
3978
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4273
3979
        _pkg_short_errors_supported=yes
4282
3988
        # Put the nasty error message in config.log where it belongs
4283
3989
        echo "$GNOME_VFS_SHARP_PKG_ERRORS" >&5
4284
3990
 
4285
 
        { $as_echo "$as_me:$LINENO: result: no" >&5
 
3991
        gnome_vfs_sharp=no
 
3992
elif test $pkg_failed = untried; then
 
3993
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4286
3994
$as_echo "no" >&6; }
4287
 
                gnome_vfs_sharp=no
4288
 
elif test $pkg_failed = untried; then
4289
3995
        gnome_vfs_sharp=no
4290
3996
else
4291
3997
        GNOME_VFS_SHARP_CFLAGS=$pkg_cv_GNOME_VFS_SHARP_CFLAGS
4292
3998
        GNOME_VFS_SHARP_LIBS=$pkg_cv_GNOME_VFS_SHARP_LIBS
4293
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
3999
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4294
4000
$as_echo "yes" >&6; }
4295
4001
        gnome_vfs_sharp=yes
4296
4002
fi
4297
4003
 
4298
4004
 
4299
4005
pkg_failed=no
4300
 
{ $as_echo "$as_me:$LINENO: checking for GCONF_SHARP" >&5
 
4006
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GCONF_SHARP" >&5
4301
4007
$as_echo_n "checking for GCONF_SHARP... " >&6; }
4302
4008
 
4303
4009
if test -n "$GCONF_SHARP_CFLAGS"; then
4304
4010
    pkg_cv_GCONF_SHARP_CFLAGS="$GCONF_SHARP_CFLAGS"
4305
4011
 elif test -n "$PKG_CONFIG"; then
4306
4012
    if test -n "$PKG_CONFIG" && \
4307
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gconf-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
4013
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gconf-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4308
4014
  ($PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4309
4015
  ac_status=$?
4310
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4311
 
  (exit $ac_status); }; then
 
4016
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4017
  test $ac_status = 0; }; then
4312
4018
  pkg_cv_GCONF_SHARP_CFLAGS=`$PKG_CONFIG --cflags "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4313
4019
else
4314
4020
  pkg_failed=yes
4320
4026
    pkg_cv_GCONF_SHARP_LIBS="$GCONF_SHARP_LIBS"
4321
4027
 elif test -n "$PKG_CONFIG"; then
4322
4028
    if test -n "$PKG_CONFIG" && \
4323
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gconf-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\"") >&5
 
4029
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gconf-sharp-2.0 >= \$GTKSHARP_REQUIRED_VERSION\""; } >&5
4324
4030
  ($PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION") 2>&5
4325
4031
  ac_status=$?
4326
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327
 
  (exit $ac_status); }; then
 
4032
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4033
  test $ac_status = 0; }; then
4328
4034
  pkg_cv_GCONF_SHARP_LIBS=`$PKG_CONFIG --libs "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION" 2>/dev/null`
4329
4035
else
4330
4036
  pkg_failed=yes
4336
4042
 
4337
4043
 
4338
4044
if test $pkg_failed = yes; then
 
4045
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
4046
$as_echo "no" >&6; }
4339
4047
 
4340
4048
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4341
4049
        _pkg_short_errors_supported=yes
4350
4058
        # Put the nasty error message in config.log where it belongs
4351
4059
        echo "$GCONF_SHARP_PKG_ERRORS" >&5
4352
4060
 
4353
 
        { $as_echo "$as_me:$LINENO: result: no" >&5
 
4061
        gconf_sharp=no
 
4062
elif test $pkg_failed = untried; then
 
4063
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354
4064
$as_echo "no" >&6; }
4355
 
                gconf_sharp=no
4356
 
elif test $pkg_failed = untried; then
4357
4065
        gconf_sharp=no
4358
4066
else
4359
4067
        GCONF_SHARP_CFLAGS=$pkg_cv_GCONF_SHARP_CFLAGS
4360
4068
        GCONF_SHARP_LIBS=$pkg_cv_GCONF_SHARP_LIBS
4361
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
4069
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4362
4070
$as_echo "yes" >&6; }
4363
4071
        gconf_sharp=yes
4364
4072
fi
4370
4078
## nunit tests
4371
4079
 
4372
4080
# Check whether --enable-tests was given.
4373
 
if test "${enable_tests+set}" = set; then
 
4081
if test "${enable_tests+set}" = set; then :
4374
4082
  enableval=$enable_tests; enable_tests=${enableval}
4375
4083
else
4376
4084
  enable_tests=no
4389
4097
if test "x$enable_tests" = "xyes"; then
4390
4098
 
4391
4099
pkg_failed=no
4392
 
{ $as_echo "$as_me:$LINENO: checking for MONO_NUNIT" >&5
 
4100
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MONO_NUNIT" >&5
4393
4101
$as_echo_n "checking for MONO_NUNIT... " >&6; }
4394
4102
 
4395
4103
if test -n "$MONO_NUNIT_CFLAGS"; then
4396
4104
    pkg_cv_MONO_NUNIT_CFLAGS="$MONO_NUNIT_CFLAGS"
4397
4105
 elif test -n "$PKG_CONFIG"; then
4398
4106
    if test -n "$PKG_CONFIG" && \
4399
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-nunit\"") >&5
 
4107
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-nunit\""; } >&5
4400
4108
  ($PKG_CONFIG --exists --print-errors "mono-nunit") 2>&5
4401
4109
  ac_status=$?
4402
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4403
 
  (exit $ac_status); }; then
 
4110
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4111
  test $ac_status = 0; }; then
4404
4112
  pkg_cv_MONO_NUNIT_CFLAGS=`$PKG_CONFIG --cflags "mono-nunit" 2>/dev/null`
4405
4113
else
4406
4114
  pkg_failed=yes
4412
4120
    pkg_cv_MONO_NUNIT_LIBS="$MONO_NUNIT_LIBS"
4413
4121
 elif test -n "$PKG_CONFIG"; then
4414
4122
    if test -n "$PKG_CONFIG" && \
4415
 
    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-nunit\"") >&5
 
4123
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-nunit\""; } >&5
4416
4124
  ($PKG_CONFIG --exists --print-errors "mono-nunit") 2>&5
4417
4125
  ac_status=$?
4418
 
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4419
 
  (exit $ac_status); }; then
 
4126
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4127
  test $ac_status = 0; }; then
4420
4128
  pkg_cv_MONO_NUNIT_LIBS=`$PKG_CONFIG --libs "mono-nunit" 2>/dev/null`
4421
4129
else
4422
4130
  pkg_failed=yes
4428
4136
 
4429
4137
 
4430
4138
if test $pkg_failed = yes; then
 
4139
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
4140
$as_echo "no" >&6; }
4431
4141
 
4432
4142
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
4433
4143
        _pkg_short_errors_supported=yes
4442
4152
        # Put the nasty error message in config.log where it belongs
4443
4153
        echo "$MONO_NUNIT_PKG_ERRORS" >&5
4444
4154
 
4445
 
        { { $as_echo "$as_me:$LINENO: error: Package requirements (mono-nunit) were not met:
4446
 
 
4447
 
$MONO_NUNIT_PKG_ERRORS
4448
 
 
4449
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4450
 
installed software in a non-standard prefix.
4451
 
 
4452
 
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
4453
 
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
4454
 
See the pkg-config man page for more details.
4455
 
" >&5
4456
 
$as_echo "$as_me: error: Package requirements (mono-nunit) were not met:
4457
 
 
4458
 
$MONO_NUNIT_PKG_ERRORS
4459
 
 
4460
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
4461
 
installed software in a non-standard prefix.
4462
 
 
4463
 
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
4464
 
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
4465
 
See the pkg-config man page for more details.
4466
 
" >&2;}
4467
 
   { (exit 1); exit 1; }; }
 
4155
        as_fn_error $? "Package requirements (mono-nunit) were not met:
 
4156
 
 
4157
$MONO_NUNIT_PKG_ERRORS
 
4158
 
 
4159
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
4160
installed software in a non-standard prefix.
 
4161
 
 
4162
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
 
4163
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
 
4164
See the pkg-config man page for more details." "$LINENO" 5
4468
4165
elif test $pkg_failed = untried; then
4469
 
        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
4166
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
4167
$as_echo "no" >&6; }
 
4168
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4470
4169
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4471
 
{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
4472
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4473
 
path to pkg-config.
4474
 
 
4475
 
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
4476
 
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
4477
 
See the pkg-config man page for more details.
4478
 
 
4479
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4480
 
See \`config.log' for more details." >&5
4481
 
$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
4482
 
is in your PATH or set the PKG_CONFIG environment variable to the full
4483
 
path to pkg-config.
4484
 
 
4485
 
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
4486
 
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
4487
 
See the pkg-config man page for more details.
4488
 
 
4489
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4490
 
See \`config.log' for more details." >&2;}
4491
 
   { (exit 1); exit 1; }; }; }
 
4170
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
4171
is in your PATH or set the PKG_CONFIG environment variable to the full
 
4172
path to pkg-config.
 
4173
 
 
4174
Alternatively, you may set the environment variables MONO_NUNIT_CFLAGS
 
4175
and MONO_NUNIT_LIBS to avoid the need to call pkg-config.
 
4176
See the pkg-config man page for more details.
 
4177
 
 
4178
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
4179
See \`config.log' for more details" "$LINENO" 5; }
4492
4180
else
4493
4181
        MONO_NUNIT_CFLAGS=$pkg_cv_MONO_NUNIT_CFLAGS
4494
4182
        MONO_NUNIT_LIBS=$pkg_cv_MONO_NUNIT_LIBS
4495
 
        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
4183
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4496
4184
$as_echo "yes" >&6; }
4497
 
        :
 
4185
 
4498
4186
fi
4499
4187
fi
4500
4188
 
4509
4197
 
4510
4198
 
4511
4199
# Check whether --enable-monoextensions was given.
4512
 
if test "${enable_monoextensions+set}" = set; then
 
4200
if test "${enable_monoextensions+set}" = set; then :
4513
4201
  enableval=$enable_monoextensions; enable_monoextensions=${enableval}
4514
4202
else
4515
4203
  enable_monoextensions=yes
4526
4214
 
4527
4215
 
4528
4216
# Check whether --enable-subversion was given.
4529
 
if test "${enable_subversion+set}" = set; then
 
4217
if test "${enable_subversion+set}" = set; then :
4530
4218
  enableval=$enable_subversion; enable_subversion=${enableval}
4531
4219
else
4532
4220
  enable_subversion=yes
4542
4230
fi
4543
4231
 
4544
4232
 
 
4233
# Check whether --enable-git was given.
 
4234
if test "${enable_git+set}" = set; then :
 
4235
  enableval=$enable_git; enable_git=${enableval}
 
4236
else
 
4237
  enable_git=yes
 
4238
fi
 
4239
 
 
4240
 
 
4241
 if test x$enable_git = xyes; then
 
4242
  ENABLE_GIT_TRUE=
 
4243
  ENABLE_GIT_FALSE='#'
 
4244
else
 
4245
  ENABLE_GIT_TRUE='#'
 
4246
  ENABLE_GIT_FALSE=
 
4247
fi
 
4248
 
 
4249
 
4545
4250
platform_bindings=""
4546
4251
 
4547
4252
# Gnome platform addin
4548
4253
# Check whether --enable-gnomeplatform was given.
4549
 
if test "${enable_gnomeplatform+set}" = set; then
 
4254
if test "${enable_gnomeplatform+set}" = set; then :
4550
4255
  enableval=$enable_gnomeplatform; enable_gnomeplatform=${enableval}
4551
4256
else
4552
4257
  enable_gnomeplatform=$default_gnomeplatform
4555
4260
 
4556
4261
if test x$enable_gnomeplatform = xyes; then
4557
4262
        if test x$gnome_sharp = xno; then
4558
 
                { { $as_echo "$as_me:$LINENO: error: Cannot enable GNOME platform without gnome-sharp-2.0" >&5
4559
 
$as_echo "$as_me: error: Cannot enable GNOME platform without gnome-sharp-2.0" >&2;}
4560
 
   { (exit 1); exit 1; }; }
 
4263
                as_fn_error $? "Cannot enable GNOME platform without gnome-sharp-2.0" "$LINENO" 5
4561
4264
        fi
4562
4265
        if test x$gnome_vfs_sharp = xno; then
4563
 
                { { $as_echo "$as_me:$LINENO: error: Cannot enable GNOME platform without gnome-vfs-sharp-2.0" >&5
4564
 
$as_echo "$as_me: error: Cannot enable GNOME platform without gnome-vfs-sharp-2.0" >&2;}
4565
 
   { (exit 1); exit 1; }; }
 
4266
                as_fn_error $? "Cannot enable GNOME platform without gnome-vfs-sharp-2.0" "$LINENO" 5
4566
4267
        fi
4567
4268
        if test x$gconf_sharp = xno; then
4568
 
                { { $as_echo "$as_me:$LINENO: error: Cannot enable GNOME platform without gconf-sharp-2.0" >&5
4569
 
$as_echo "$as_me: error: Cannot enable GNOME platform without gconf-sharp-2.0" >&2;}
4570
 
   { (exit 1); exit 1; }; }
 
4269
                as_fn_error $? "Cannot enable GNOME platform without gconf-sharp-2.0" "$LINENO" 5
4571
4270
        fi
4572
4271
        platform_bindings="${platform_bindings}GNOME "
4573
4272
fi
4583
4282
 
4584
4283
# Mac platform addin
4585
4284
# Check whether --enable-macplatform was given.
4586
 
if test "${enable_macplatform+set}" = set; then
 
4285
if test "${enable_macplatform+set}" = set; then :
4587
4286
  enableval=$enable_macplatform; enable_macplatform=${enableval}
4588
4287
else
4589
4288
  enable_macplatform=$default_macplatform
4605
4304
 
4606
4305
# Mac bundle
4607
4306
# Check whether --enable-macbundle was given.
4608
 
if test "${enable_macbundle+set}" = set; then
 
4307
if test "${enable_macbundle+set}" = set; then :
4609
4308
  enableval=$enable_macbundle; enable_macbundle=${enableval}
4610
4309
else
4611
4310
  enable_macbundle=no
4622
4321
 
4623
4322
# Windows platform addin
4624
4323
# Check whether --enable-windowsplatform was given.
4625
 
if test "${enable_windowsplatform+set}" = set; then
 
4324
if test "${enable_windowsplatform+set}" = set; then :
4626
4325
  enableval=$enable_windowsplatform; enable_windowsplatform=${enableval}
4627
4326
else
4628
4327
  enable_windowsplatform=no
4642
4341
fi
4643
4342
 
4644
4343
 
4645
 
############BEGIN UGLINESS#####################################################
4646
 
# MonoDevelop doesn't depend on Mozilla, but some addins do. However,
4647
 
# due to Mozilla never being in the linker path, we have to put Mozilla
4648
 
# detection code in the MonoDevelop core so that MD can set LD_LIBRARY_PATH
4649
 
# MOZILLA_FIVE_HOME before starting.
4650
 
###############################################################################
4651
 
MOZFILE="libgtkembedmoz.so"
4652
 
 
4653
 
#Check pkg-config first
4654
 
MOZILLA_HOME="`$PKG_CONFIG --variable=libdir mozilla-gtkmozembed`"
4655
 
if test ! -z "$MOZILLA_HOME" && test ! -e "$MOZILLA_HOME/$MOZFILE";
4656
 
                then { $as_echo "$as_me:$LINENO: WARNING: The mozilla-gtkmozembed.pc file is broken" >&5
4657
 
$as_echo "$as_me: WARNING: The mozilla-gtkmozembed.pc file is broken" >&2;}; unset MOZILLA_HOME;
4658
 
        fi
4659
 
if test -z "$MOZILLA_HOME"; then
4660
 
        MOZILLA_HOME="`$PKG_CONFIG --variable=libdir firefox-gtkmozembed`"
4661
 
        if test ! -z "$MOZILLA_HOME" && test ! -e "$MOZILLA_HOME/$MOZFILE";
4662
 
                then { $as_echo "$as_me:$LINENO: WARNING: The firefox-gtkmozembed.pc file is broken" >&5
4663
 
$as_echo "$as_me: WARNING: The firefox-gtkmozembed.pc file is broken" >&2;}; unset MOZILLA_HOME;
4664
 
        fi
4665
 
fi
4666
 
if test -z "$MOZILLA_HOME"; then
4667
 
        MOZILLA_HOME="`$PKG_CONFIG --variable=libdir xulrunner-gtkmozembed`"
4668
 
        if test ! -z "$MOZILLA_HOME" && test ! -e "$MOZILLA_HOME/$MOZFILE";
4669
 
                then { $as_echo "$as_me:$LINENO: WARNING: The xulrunner-gtkmozembed.pc file is broken" >&5
4670
 
$as_echo "$as_me: WARNING: The xulrunner-gtkmozembed.pc file is broken" >&2;}; unset MOZILLA_HOME;
4671
 
        fi
4672
 
fi
4673
 
 
4674
 
#if MOZILLA_HOME is still empty, try to detect without pkg_config
4675
 
#(NOTE: any changes to this block should be kept in sync with the one in monodevelop.in)
4676
 
MOZFILE="libgtkembedmoz.so"
4677
 
find_libgtkembedmoz ()
4678
 
{
4679
 
        MOZDIR=$MOZILLA_FIVE_HOME
4680
 
        if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4681
 
 
4682
 
        MOZDIR=$(grep -h GRE_PATH= /etc/gre.d/*.conf 2>/dev/null | cut -d '"' -f 2 -d = | head -n 1) #"
4683
 
        if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4684
 
 
4685
 
        mozilla_script=$(which mozilla 2> /dev/null)
4686
 
        firefox_script=$(which firefox 2> /dev/null)
4687
 
 
4688
 
        for runtime_script in "$firefox_script $mozilla_script"; do
4689
 
                MOZDIR=$(grep "MOZ_DIST_LIB=" $runtime_script 2> /dev/null | cut -d '"' -f 2 | cut -d '=' -f 2)
4690
 
                if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4691
 
                MOZDIR=$(grep "MOZILLA_FIVE_HOME=" $runtime_script 2> /dev/null | cut -d '"' -f 2 | cut -d '=' -f 2)
4692
 
                if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4693
 
                MOZDIR=$(grep "MOZILLA_LIBDIR=" $runtime_script 2> /dev/null | cut -d '"' -f 2 | cut -d '=' -f 2)
4694
 
                if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4695
 
                MOZDIR=$(grep "moz_libdir=" $runtime_script 2> /dev/null | cut -d '"' -f 2 | cut -d '=' -f 2)
4696
 
                if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi
4697
 
        done
4698
 
}
4699
 
 
4700
 
if test -z "$MOZILLA_HOME"; then
4701
 
        MOZILLA_HOME=`find_libgtkembedmoz`
4702
 
fi
4703
 
 
4704
 
 
4705
 
 
4706
4344
ALL_LINGUAS="cs da de es fr ja pt_BR tr pl it zh_TW zh_CN ru sl ca gl pt sv nl id hu"
4707
4345
 
4708
4346
GETTEXT_PACKAGE=monodevelop
4732
4370
 
4733
4371
 
4734
4372
if test -z "$platform_bindings"; then
4735
 
        { { $as_echo "$as_me:$LINENO: error: You must enable one of the platform bindings" >&5
4736
 
$as_echo "$as_me: error: You must enable one of the platform bindings" >&2;}
4737
 
   { (exit 1); exit 1; }; }
 
4373
        as_fn_error $? "You must enable one of the platform bindings" "$LINENO" 5
4738
4374
fi
4739
4375
 
4740
 
ac_config_files="$ac_config_files build/Makefile build/MacOSX/Makefile contrib/Makefile contrib/Mono.Cecil/Makefile contrib/NRefactory/Makefile src/Makefile src/core/Makefile src/core/Mono.Texteditor/Makefile src/core/Mono.Debugging/Makefile src/core/MonoDevelop.Core/Makefile src/core/MonoDevelop.Projects.Formats.MSBuild/Makefile src/core/MonoDevelop.Ide/Makefile src/core/MonoDevelop.Ide/BuildVariables.cs src/core/MonoDevelop.Startup/Makefile src/tools/Makefile src/tools/mdhost/Makefile src/tools/mdrun/Makefile src/tools/SharpCoco/Makefile src/tools/mdmonitor/Makefile src/addins/Makefile src/addins/MonoDeveloperExtensions/Makefile src/addins/MonoDeveloperExtensions/NUnit/Makefile src/addins/NUnit/Makefile src/addins/NUnit/NUnitRunner/Makefile src/addins/VersionControl/MonoDevelop.VersionControl/Makefile src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile src/addins/VersionControl/Makefile src/addins/CSharpBinding/Makefile src/addins/CSharpBinding/Autotools/Makefile src/addins/CSharpBinding/AspNet/Makefile src/addins/ILAsmBinding/Makefile src/addins/VBNetBinding/Makefile src/addins/prj2make-sharp-lib/Makefile src/addins/WelcomePage/Makefile src/addins/ChangeLogAddIn/Makefile src/addins/MonoDevelop.GtkCore/Makefile src/addins/MonoDevelop.GtkCore/libstetic/Makefile src/addins/MonoDevelop.GtkCore/libsteticui/Makefile src/addins/TextTemplating/Makefile src/addins/TextTemplating/Mono.TextTemplating/Makefile src/addins/TextTemplating/TextTransform/Makefile src/addins/TextTemplating/MonoDevelop.TextTemplating/Makefile src/addins/AspNet/Makefile src/addins/AspNet/MonoDevelop.AspNet/Makefile src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile src/addins/MonoDevelop.Autotools/Makefile src/addins/MonoDevelop.DesignerSupport/Makefile src/addins/MonoDevelop.WebReferences/Makefile src/addins/Deployment/Makefile src/addins/Deployment/MonoDevelop.Deployment/Makefile src/addins/Deployment/MonoDevelop.Deployment.Linux/Makefile src/addins/MonoDevelop.Gettext/Makefile src/addins/MonoDevelop.RegexToolkit/Makefile src/addins/CBinding/Makefile src/addins/GnomePlatform/Makefile src/addins/MacPlatform/Makefile src/addins/WindowsPlatform/Makefile src/addins/MonoDevelop.AssemblyBrowser/Makefile src/addins/MonoDevelop.SourceEditor2/Makefile src/addins/MonoDevelop.Moonlight/Makefile src/addins/MonoDevelop.XmlEditor/Makefile src/addins/MonoDevelop.CodeMetrics/Makefile src/addins/MonoDevelop.Refactoring/Makefile src/addins/MonoDevelop.Debugger/Makefile src/addins/MonoDevelop.Debugger.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile src/addins/MonoDevelop.HexEditor/Makefile tests/Makefile tests/UnitTests/Makefile Makefile monodevelop mdtool monodevelop.pc monodevelop-core-addins.pc po/Makefile man/Makefile theme-icons/Makefile"
 
4376
ac_config_files="$ac_config_files build/Makefile build/MacOSX/Makefile contrib/Makefile contrib/Mono.Cecil/Makefile contrib/Mono.Debugger.Soft/Makefile contrib/NRefactory/Makefile contrib/Sharpen/Makefile contrib/NGit/Makefile contrib/NSch/Makefile src/Makefile src/core/Makefile src/core/Mono.Texteditor/Makefile src/core/Mono.Debugging/Makefile src/core/MonoDevelop.Core/Makefile src/core/MonoDevelop.Projects.Formats.MSBuild/Makefile src/core/MonoDevelop.Ide/Makefile src/core/MonoDevelop.Ide/BuildVariables.cs src/core/MonoDevelop.Startup/Makefile src/tools/Makefile src/tools/mdhost/Makefile src/tools/mdtool/Makefile src/tools/SharpCoco/Makefile src/tools/mdmonitor/Makefile src/addins/Makefile src/addins/MonoDeveloperExtensions/Makefile src/addins/MonoDeveloperExtensions/NUnit/Makefile src/addins/NUnit/Makefile src/addins/NUnit/NUnitRunner/Makefile src/addins/VersionControl/MonoDevelop.VersionControl/Makefile src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/Makefile src/addins/VersionControl/MonoDevelop.VersionControl.Git/Makefile src/addins/VersionControl/Makefile src/addins/CSharpBinding/Makefile src/addins/CSharpBinding/Autotools/Makefile src/addins/CSharpBinding/AspNet/Makefile src/addins/ILAsmBinding/Makefile src/addins/VBNetBinding/Makefile src/addins/prj2make-sharp-lib/Makefile src/addins/WelcomePage/Makefile src/addins/ChangeLogAddIn/Makefile src/addins/MonoDevelop.GtkCore/Makefile src/addins/MonoDevelop.GtkCore/libstetic/Makefile src/addins/MonoDevelop.GtkCore/libsteticui/Makefile src/addins/TextTemplating/Makefile src/addins/TextTemplating/Mono.TextTemplating/Makefile src/addins/TextTemplating/TextTransform/Makefile src/addins/TextTemplating/MonoDevelop.TextTemplating/Makefile src/addins/AspNet/Makefile src/addins/AspNet/MonoDevelop.AspNet/Makefile src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile src/addins/MonoDevelop.Autotools/Makefile src/addins/MonoDevelop.DesignerSupport/Makefile src/addins/MonoDevelop.WebReferences/Makefile src/addins/Deployment/Makefile src/addins/Deployment/MonoDevelop.Deployment/Makefile src/addins/Deployment/MonoDevelop.Deployment.Linux/Makefile src/addins/MonoDevelop.Gettext/Makefile src/addins/MonoDevelop.RegexToolkit/Makefile src/addins/CBinding/Makefile src/addins/GnomePlatform/Makefile src/addins/MacPlatform/Makefile src/addins/WindowsPlatform/Makefile src/addins/MonoDevelop.AssemblyBrowser/Makefile src/addins/MonoDevelop.SourceEditor2/Makefile src/addins/MonoDevelop.Moonlight/Makefile src/addins/MonoDevelop.XmlEditor/Makefile src/addins/MonoDevelop.CodeMetrics/Makefile src/addins/MonoDevelop.Refactoring/Makefile src/addins/MonoDevelop.Debugger/Makefile src/addins/MonoDevelop.Debugger.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile src/addins/MonoDevelop.HexEditor/Makefile src/addins/MonoDevelop.DocFood/Makefile tests/Makefile tests/UnitTests/Makefile Makefile monodevelop mdtool monodevelop.pc monodevelop-core-addins.pc monodevelop.spec po/Makefile man/Makefile theme-icons/Makefile"
4741
4377
 
4742
4378
cat >confcache <<\_ACEOF
4743
4379
# This file is a shell script that caches the results of configure
4766
4402
    case $ac_val in #(
4767
4403
    *${as_nl}*)
4768
4404
      case $ac_var in #(
4769
 
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
4405
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4770
4406
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4771
4407
      esac
4772
4408
      case $ac_var in #(
4773
4409
      _ | IFS | as_nl) ;; #(
4774
4410
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4775
 
      *) $as_unset $ac_var ;;
 
4411
      *) { eval $ac_var=; unset $ac_var;} ;;
4776
4412
      esac ;;
4777
4413
    esac
4778
4414
  done
4780
4416
  (set) 2>&1 |
4781
4417
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
4782
4418
    *${as_nl}ac_space=\ *)
4783
 
      # `set' does not quote correctly, so add quotes (double-quote
4784
 
      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
4419
      # `set' does not quote correctly, so add quotes: double-quote
 
4420
      # substitution turns \\\\ into \\, and sed turns \\ into \.
4785
4421
      sed -n \
4786
4422
        "s/'/'\\\\''/g;
4787
4423
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4803
4439
     :end' >>confcache
4804
4440
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4805
4441
  if test -w "$cache_file"; then
4806
 
    test "x$cache_file" != "x/dev/null" &&
4807
 
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
4442
    if test "x$cache_file" != "x/dev/null"; then
 
4443
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4808
4444
$as_echo "$as_me: updating cache $cache_file" >&6;}
4809
 
    cat confcache >$cache_file
 
4445
      if test ! -f "$cache_file" || test -h "$cache_file"; then
 
4446
        cat confcache >"$cache_file"
 
4447
      else
 
4448
        case $cache_file in #(
 
4449
        */* | ?:*)
 
4450
          mv -f confcache "$cache_file"$$ &&
 
4451
          mv -f "$cache_file"$$ "$cache_file" ;; #(
 
4452
        *)
 
4453
          mv -f confcache "$cache_file" ;;
 
4454
        esac
 
4455
      fi
 
4456
    fi
4810
4457
  else
4811
 
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
4458
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4812
4459
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4813
4460
  fi
4814
4461
fi
4858
4505
 
4859
4506
ac_libobjs=
4860
4507
ac_ltlibobjs=
 
4508
U=
4861
4509
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4862
4510
  # 1. Remove the extension, and $U if already installed.
4863
4511
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4864
4512
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4865
4513
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4866
4514
  #    will be set to the directory where LIBOBJS objects are built.
4867
 
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4868
 
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
4515
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
4516
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4869
4517
done
4870
4518
LIBOBJS=$ac_libobjs
4871
4519
 
4872
4520
LTLIBOBJS=$ac_ltlibobjs
4873
4521
 
4874
4522
 
 
4523
 
4875
4524
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
4876
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
4877
 
Usually this means the macro was only invoked conditionally." >&5
4878
 
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
4879
 
Usually this means the macro was only invoked conditionally." >&2;}
4880
 
   { (exit 1); exit 1; }; }
 
4525
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
 
4526
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4881
4527
fi
4882
4528
if test -z "${ENABLE_UPDATE_MIMEDB_TRUE}" && test -z "${ENABLE_UPDATE_MIMEDB_FALSE}"; then
4883
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
4884
 
Usually this means the macro was only invoked conditionally." >&5
4885
 
$as_echo "$as_me: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
4886
 
Usually this means the macro was only invoked conditionally." >&2;}
4887
 
   { (exit 1); exit 1; }; }
 
4529
  as_fn_error $? "conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
 
4530
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4888
4531
fi
4889
4532
if test -z "${ENABLE_UPDATE_DESKTOPDB_TRUE}" && test -z "${ENABLE_UPDATE_DESKTOPDB_FALSE}"; then
4890
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_DESKTOPDB\" was never defined.
4891
 
Usually this means the macro was only invoked conditionally." >&5
4892
 
$as_echo "$as_me: error: conditional \"ENABLE_UPDATE_DESKTOPDB\" was never defined.
4893
 
Usually this means the macro was only invoked conditionally." >&2;}
4894
 
   { (exit 1); exit 1; }; }
4895
 
fi
4896
 
if test -z "${ENABLE_TESTS_TRUE}" && test -z "${ENABLE_TESTS_FALSE}"; then
4897
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_TESTS\" was never defined.
4898
 
Usually this means the macro was only invoked conditionally." >&5
4899
 
$as_echo "$as_me: error: conditional \"ENABLE_TESTS\" was never defined.
4900
 
Usually this means the macro was only invoked conditionally." >&2;}
4901
 
   { (exit 1); exit 1; }; }
4902
 
fi
4903
 
if test -z "${ENABLE_TESTS_TRUE}" && test -z "${ENABLE_TESTS_FALSE}"; then
4904
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_TESTS\" was never defined.
4905
 
Usually this means the macro was only invoked conditionally." >&5
4906
 
$as_echo "$as_me: error: conditional \"ENABLE_TESTS\" was never defined.
4907
 
Usually this means the macro was only invoked conditionally." >&2;}
4908
 
   { (exit 1); exit 1; }; }
 
4533
  as_fn_error $? "conditional \"ENABLE_UPDATE_DESKTOPDB\" was never defined.
 
4534
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
4535
fi
 
4536
if test -z "${ENABLE_TESTS_TRUE}" && test -z "${ENABLE_TESTS_FALSE}"; then
 
4537
  as_fn_error $? "conditional \"ENABLE_TESTS\" was never defined.
 
4538
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
4539
fi
 
4540
if test -z "${ENABLE_TESTS_TRUE}" && test -z "${ENABLE_TESTS_FALSE}"; then
 
4541
  as_fn_error $? "conditional \"ENABLE_TESTS\" was never defined.
 
4542
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4909
4543
fi
4910
4544
if test -z "${ENABLE_MONOEXTENSIONS_TRUE}" && test -z "${ENABLE_MONOEXTENSIONS_FALSE}"; then
4911
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_MONOEXTENSIONS\" was never defined.
4912
 
Usually this means the macro was only invoked conditionally." >&5
4913
 
$as_echo "$as_me: error: conditional \"ENABLE_MONOEXTENSIONS\" was never defined.
4914
 
Usually this means the macro was only invoked conditionally." >&2;}
4915
 
   { (exit 1); exit 1; }; }
 
4545
  as_fn_error $? "conditional \"ENABLE_MONOEXTENSIONS\" was never defined.
 
4546
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4916
4547
fi
4917
4548
if test -z "${ENABLE_SUBVERSION_TRUE}" && test -z "${ENABLE_SUBVERSION_FALSE}"; then
4918
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SUBVERSION\" was never defined.
4919
 
Usually this means the macro was only invoked conditionally." >&5
4920
 
$as_echo "$as_me: error: conditional \"ENABLE_SUBVERSION\" was never defined.
4921
 
Usually this means the macro was only invoked conditionally." >&2;}
4922
 
   { (exit 1); exit 1; }; }
 
4549
  as_fn_error $? "conditional \"ENABLE_SUBVERSION\" was never defined.
 
4550
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
4551
fi
 
4552
if test -z "${ENABLE_GIT_TRUE}" && test -z "${ENABLE_GIT_FALSE}"; then
 
4553
  as_fn_error $? "conditional \"ENABLE_GIT\" was never defined.
 
4554
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4923
4555
fi
4924
4556
if test -z "${ENABLE_GNOMEPLATFORM_TRUE}" && test -z "${ENABLE_GNOMEPLATFORM_FALSE}"; then
4925
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GNOMEPLATFORM\" was never defined.
4926
 
Usually this means the macro was only invoked conditionally." >&5
4927
 
$as_echo "$as_me: error: conditional \"ENABLE_GNOMEPLATFORM\" was never defined.
4928
 
Usually this means the macro was only invoked conditionally." >&2;}
4929
 
   { (exit 1); exit 1; }; }
 
4557
  as_fn_error $? "conditional \"ENABLE_GNOMEPLATFORM\" was never defined.
 
4558
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4930
4559
fi
4931
4560
if test -z "${ENABLE_MACPLATFORM_TRUE}" && test -z "${ENABLE_MACPLATFORM_FALSE}"; then
4932
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_MACPLATFORM\" was never defined.
4933
 
Usually this means the macro was only invoked conditionally." >&5
4934
 
$as_echo "$as_me: error: conditional \"ENABLE_MACPLATFORM\" was never defined.
4935
 
Usually this means the macro was only invoked conditionally." >&2;}
4936
 
   { (exit 1); exit 1; }; }
 
4561
  as_fn_error $? "conditional \"ENABLE_MACPLATFORM\" was never defined.
 
4562
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4937
4563
fi
4938
4564
if test -z "${ENABLE_MACBUNDLE_TRUE}" && test -z "${ENABLE_MACBUNDLE_FALSE}"; then
4939
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_MACBUNDLE\" was never defined.
4940
 
Usually this means the macro was only invoked conditionally." >&5
4941
 
$as_echo "$as_me: error: conditional \"ENABLE_MACBUNDLE\" was never defined.
4942
 
Usually this means the macro was only invoked conditionally." >&2;}
4943
 
   { (exit 1); exit 1; }; }
 
4565
  as_fn_error $? "conditional \"ENABLE_MACBUNDLE\" was never defined.
 
4566
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4944
4567
fi
4945
4568
if test -z "${ENABLE_WINDOWSPLATFORM_TRUE}" && test -z "${ENABLE_WINDOWSPLATFORM_FALSE}"; then
4946
 
  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_WINDOWSPLATFORM\" was never defined.
4947
 
Usually this means the macro was only invoked conditionally." >&5
4948
 
$as_echo "$as_me: error: conditional \"ENABLE_WINDOWSPLATFORM\" was never defined.
4949
 
Usually this means the macro was only invoked conditionally." >&2;}
4950
 
   { (exit 1); exit 1; }; }
 
4569
  as_fn_error $? "conditional \"ENABLE_WINDOWSPLATFORM\" was never defined.
 
4570
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4951
4571
fi
4952
4572
 
4953
 
: ${CONFIG_STATUS=./config.status}
 
4573
: "${CONFIG_STATUS=./config.status}"
4954
4574
ac_write_fail=0
4955
4575
ac_clean_files_save=$ac_clean_files
4956
4576
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4957
 
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
4577
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4958
4578
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4959
 
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
4579
as_write_fail=0
 
4580
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4960
4581
#! $SHELL
4961
4582
# Generated by $as_me.
4962
4583
# Run this file to recreate the current configuration.
4966
4587
debug=false
4967
4588
ac_cs_recheck=false
4968
4589
ac_cs_silent=false
 
4590
 
4969
4591
SHELL=\${CONFIG_SHELL-$SHELL}
4970
 
_ACEOF
4971
 
 
4972
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4973
 
## --------------------- ##
4974
 
## M4sh Initialization.  ##
4975
 
## --------------------- ##
 
4592
export SHELL
 
4593
_ASEOF
 
4594
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
4595
## -------------------- ##
 
4596
## M4sh Initialization. ##
 
4597
## -------------------- ##
4976
4598
 
4977
4599
# Be more Bourne compatible
4978
4600
DUALCASE=1; export DUALCASE # for MKS sh
4979
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
4601
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4980
4602
  emulate sh
4981
4603
  NULLCMD=:
4982
4604
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4984
4606
  alias -g '${1+"$@"}'='"$@"'
4985
4607
  setopt NO_GLOB_SUBST
4986
4608
else
4987
 
  case `(set -o) 2>/dev/null` in
4988
 
  *posix*) set -o posix ;;
 
4609
  case `(set -o) 2>/dev/null` in #(
 
4610
  *posix*) :
 
4611
    set -o posix ;; #(
 
4612
  *) :
 
4613
     ;;
4989
4614
esac
4990
 
 
4991
4615
fi
4992
4616
 
4993
4617
 
4994
 
 
4995
 
 
4996
 
# PATH needs CR
4997
 
# Avoid depending upon Character Ranges.
4998
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4999
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5000
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5001
 
as_cr_digits='0123456789'
5002
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
5003
 
 
5004
4618
as_nl='
5005
4619
'
5006
4620
export as_nl
5008
4622
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5009
4623
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5010
4624
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5011
 
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
4625
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
4626
# but without wasting forks for bash or zsh.
 
4627
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
4628
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
4629
  as_echo='print -r --'
 
4630
  as_echo_n='print -rn --'
 
4631
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5012
4632
  as_echo='printf %s\n'
5013
4633
  as_echo_n='printf %s'
5014
4634
else
5019
4639
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5020
4640
    as_echo_n_body='eval
5021
4641
      arg=$1;
5022
 
      case $arg in
 
4642
      case $arg in #(
5023
4643
      *"$as_nl"*)
5024
4644
        expr "X$arg" : "X\\(.*\\)$as_nl";
5025
4645
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5042
4662
  }
5043
4663
fi
5044
4664
 
5045
 
# Support unset when possible.
5046
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5047
 
  as_unset=unset
5048
 
else
5049
 
  as_unset=false
5050
 
fi
5051
 
 
5052
4665
 
5053
4666
# IFS
5054
4667
# We need space, tab and new line, in precisely that order.  Quoting is
5058
4671
IFS=" ""        $as_nl"
5059
4672
 
5060
4673
# Find who we are.  Look in the path if we contain no directory separator.
5061
 
case $0 in
 
4674
as_myself=
 
4675
case $0 in #((
5062
4676
  *[\\/]* ) as_myself=$0 ;;
5063
4677
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5064
4678
for as_dir in $PATH
5065
4679
do
5066
4680
  IFS=$as_save_IFS
5067
4681
  test -z "$as_dir" && as_dir=.
5068
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5069
 
done
 
4682
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
4683
  done
5070
4684
IFS=$as_save_IFS
5071
4685
 
5072
4686
     ;;
5078
4692
fi
5079
4693
if test ! -f "$as_myself"; then
5080
4694
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5081
 
  { (exit 1); exit 1; }
 
4695
  exit 1
5082
4696
fi
5083
4697
 
5084
 
# Work around bugs in pre-3.0 UWIN ksh.
5085
 
for as_var in ENV MAIL MAILPATH
5086
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
4698
# Unset variables that we do not need and which cause bugs (e.g. in
 
4699
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
4700
# suppresses any "Segmentation fault" message there.  '((' could
 
4701
# trigger a bug in pdksh 5.2.14.
 
4702
for as_var in BASH_ENV ENV MAIL MAILPATH
 
4703
do eval test x\${$as_var+set} = xset \
 
4704
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5087
4705
done
5088
4706
PS1='$ '
5089
4707
PS2='> '
5095
4713
LANGUAGE=C
5096
4714
export LANGUAGE
5097
4715
 
5098
 
# Required to use basename.
 
4716
# CDPATH.
 
4717
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
4718
 
 
4719
 
 
4720
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
4721
# ----------------------------------------
 
4722
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
4723
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
4724
# script with STATUS, using 1 if that was 0.
 
4725
as_fn_error ()
 
4726
{
 
4727
  as_status=$1; test $as_status -eq 0 && as_status=1
 
4728
  if test "$4"; then
 
4729
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
4730
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
4731
  fi
 
4732
  $as_echo "$as_me: error: $2" >&2
 
4733
  as_fn_exit $as_status
 
4734
} # as_fn_error
 
4735
 
 
4736
 
 
4737
# as_fn_set_status STATUS
 
4738
# -----------------------
 
4739
# Set $? to STATUS, without forking.
 
4740
as_fn_set_status ()
 
4741
{
 
4742
  return $1
 
4743
} # as_fn_set_status
 
4744
 
 
4745
# as_fn_exit STATUS
 
4746
# -----------------
 
4747
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
4748
as_fn_exit ()
 
4749
{
 
4750
  set +e
 
4751
  as_fn_set_status $1
 
4752
  exit $1
 
4753
} # as_fn_exit
 
4754
 
 
4755
# as_fn_unset VAR
 
4756
# ---------------
 
4757
# Portably unset VAR.
 
4758
as_fn_unset ()
 
4759
{
 
4760
  { eval $1=; unset $1;}
 
4761
}
 
4762
as_unset=as_fn_unset
 
4763
# as_fn_append VAR VALUE
 
4764
# ----------------------
 
4765
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
4766
# advantage of any shell optimizations that allow amortized linear growth over
 
4767
# repeated appends, instead of the typical quadratic growth present in naive
 
4768
# implementations.
 
4769
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
4770
  eval 'as_fn_append ()
 
4771
  {
 
4772
    eval $1+=\$2
 
4773
  }'
 
4774
else
 
4775
  as_fn_append ()
 
4776
  {
 
4777
    eval $1=\$$1\$2
 
4778
  }
 
4779
fi # as_fn_append
 
4780
 
 
4781
# as_fn_arith ARG...
 
4782
# ------------------
 
4783
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
4784
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
4785
# must be portable across $(()) and expr.
 
4786
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
4787
  eval 'as_fn_arith ()
 
4788
  {
 
4789
    as_val=$(( $* ))
 
4790
  }'
 
4791
else
 
4792
  as_fn_arith ()
 
4793
  {
 
4794
    as_val=`expr "$@" || test $? -eq 1`
 
4795
  }
 
4796
fi # as_fn_arith
 
4797
 
 
4798
 
5099
4799
if expr a : '\(a\)' >/dev/null 2>&1 &&
5100
4800
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5101
4801
  as_expr=expr
5109
4809
  as_basename=false
5110
4810
fi
5111
4811
 
 
4812
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
4813
  as_dirname=dirname
 
4814
else
 
4815
  as_dirname=false
 
4816
fi
5112
4817
 
5113
 
# Name of the executable.
5114
4818
as_me=`$as_basename -- "$0" ||
5115
4819
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5116
4820
         X"$0" : 'X\(//\)$' \| \
5130
4834
          }
5131
4835
          s/.*/./; q'`
5132
4836
 
5133
 
# CDPATH.
5134
 
$as_unset CDPATH
5135
 
 
5136
 
 
5137
 
 
5138
 
  as_lineno_1=$LINENO
5139
 
  as_lineno_2=$LINENO
5140
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
5141
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
5142
 
 
5143
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5144
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
5145
 
  # line-number line after each line using $LINENO; the second 'sed'
5146
 
  # does the real work.  The second script uses 'N' to pair each
5147
 
  # line-number line with the line containing $LINENO, and appends
5148
 
  # trailing '-' during substitution so that $LINENO is not a special
5149
 
  # case at line end.
5150
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5151
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
5152
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
5153
 
  sed -n '
5154
 
    p
5155
 
    /[$]LINENO/=
5156
 
  ' <$as_myself |
5157
 
    sed '
5158
 
      s/[$]LINENO.*/&-/
5159
 
      t lineno
5160
 
      b
5161
 
      :lineno
5162
 
      N
5163
 
      :loop
5164
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
5165
 
      t loop
5166
 
      s/-\n.*//
5167
 
    ' >$as_me.lineno &&
5168
 
  chmod +x "$as_me.lineno" ||
5169
 
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
5170
 
   { (exit 1); exit 1; }; }
5171
 
 
5172
 
  # Don't try to exec as it changes $[0], causing all sort of problems
5173
 
  # (the dirname of $[0] is not the place where we might find the
5174
 
  # original and so on.  Autoconf is especially sensitive to this).
5175
 
  . "./$as_me.lineno"
5176
 
  # Exit status is that of the last command.
5177
 
  exit
5178
 
}
5179
 
 
5180
 
 
5181
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5182
 
  as_dirname=dirname
5183
 
else
5184
 
  as_dirname=false
5185
 
fi
 
4837
# Avoid depending upon Character Ranges.
 
4838
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
4839
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
4840
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
4841
as_cr_digits='0123456789'
 
4842
as_cr_alnum=$as_cr_Letters$as_cr_digits
5186
4843
 
5187
4844
ECHO_C= ECHO_N= ECHO_T=
5188
 
case `echo -n x` in
 
4845
case `echo -n x` in #(((((
5189
4846
-n*)
5190
 
  case `echo 'x\c'` in
 
4847
  case `echo 'xy\c'` in
5191
4848
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
5192
 
  *)   ECHO_C='\c';;
 
4849
  xy)  ECHO_C='\c';;
 
4850
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
4851
       ECHO_T=' ';;
5193
4852
  esac;;
5194
4853
*)
5195
4854
  ECHO_N='-n';;
5196
4855
esac
5197
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
5198
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5199
 
  as_expr=expr
5200
 
else
5201
 
  as_expr=false
5202
 
fi
5203
4856
 
5204
4857
rm -f conf$$ conf$$.exe conf$$.file
5205
4858
if test -d conf$$.dir; then
5228
4881
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5229
4882
rmdir conf$$.dir 2>/dev/null
5230
4883
 
 
4884
 
 
4885
# as_fn_mkdir_p
 
4886
# -------------
 
4887
# Create "$as_dir" as a directory, including parents if necessary.
 
4888
as_fn_mkdir_p ()
 
4889
{
 
4890
 
 
4891
  case $as_dir in #(
 
4892
  -*) as_dir=./$as_dir;;
 
4893
  esac
 
4894
  test -d "$as_dir" || eval $as_mkdir_p || {
 
4895
    as_dirs=
 
4896
    while :; do
 
4897
      case $as_dir in #(
 
4898
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
4899
      *) as_qdir=$as_dir;;
 
4900
      esac
 
4901
      as_dirs="'$as_qdir' $as_dirs"
 
4902
      as_dir=`$as_dirname -- "$as_dir" ||
 
4903
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
4904
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
4905
         X"$as_dir" : 'X\(//\)$' \| \
 
4906
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
4907
$as_echo X"$as_dir" |
 
4908
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
4909
            s//\1/
 
4910
            q
 
4911
          }
 
4912
          /^X\(\/\/\)[^/].*/{
 
4913
            s//\1/
 
4914
            q
 
4915
          }
 
4916
          /^X\(\/\/\)$/{
 
4917
            s//\1/
 
4918
            q
 
4919
          }
 
4920
          /^X\(\/\).*/{
 
4921
            s//\1/
 
4922
            q
 
4923
          }
 
4924
          s/.*/./; q'`
 
4925
      test -d "$as_dir" && break
 
4926
    done
 
4927
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
4928
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
4929
 
 
4930
 
 
4931
} # as_fn_mkdir_p
5231
4932
if mkdir -p . 2>/dev/null; then
5232
 
  as_mkdir_p=:
 
4933
  as_mkdir_p='mkdir -p "$as_dir"'
5233
4934
else
5234
4935
  test -d ./-p && rmdir ./-p
5235
4936
  as_mkdir_p=false
5248
4949
      if test -d "$1"; then
5249
4950
        test -d "$1/.";
5250
4951
      else
5251
 
        case $1 in
 
4952
        case $1 in #(
5252
4953
        -*)set "./$1";;
5253
4954
        esac;
5254
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
4955
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5255
4956
        ???[sx]*):;;*)false;;esac;fi
5256
4957
    '\'' sh
5257
4958
  '
5266
4967
 
5267
4968
 
5268
4969
exec 6>&1
 
4970
## ----------------------------------- ##
 
4971
## Main body of $CONFIG_STATUS script. ##
 
4972
## ----------------------------------- ##
 
4973
_ASEOF
 
4974
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5269
4975
 
5270
 
# Save the log message, to keep $[0] and so on meaningful, and to
 
4976
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
4977
# Save the log message, to keep $0 and so on meaningful, and to
5271
4978
# report actual input values of CONFIG_FILES etc. instead of their
5272
4979
# values after options handling.
5273
4980
ac_log="
5274
 
This file was extended by monodevelop $as_me 2.4.1, which was
5275
 
generated by GNU Autoconf 2.63.  Invocation command line was
 
4981
This file was extended by monodevelop $as_me 2.5.92, which was
 
4982
generated by GNU Autoconf 2.68.  Invocation command line was
5276
4983
 
5277
4984
  CONFIG_FILES    = $CONFIG_FILES
5278
4985
  CONFIG_HEADERS  = $CONFIG_HEADERS
5299
5006
 
5300
5007
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5301
5008
ac_cs_usage="\
5302
 
\`$as_me' instantiates files from templates according to the
5303
 
current configuration.
 
5009
\`$as_me' instantiates files and other configuration actions
 
5010
from templates according to the current configuration.  Unless the files
 
5011
and actions are specified as TAGs, all are instantiated by default.
5304
5012
 
5305
 
Usage: $0 [OPTION]... [FILE]...
 
5013
Usage: $0 [OPTION]... [TAG]...
5306
5014
 
5307
5015
  -h, --help       print this help, then exit
5308
5016
  -V, --version    print version number and configuration settings, then exit
 
5017
      --config     print configuration, then exit
5309
5018
  -q, --quiet, --silent
5310
5019
                   do not print progress messages
5311
5020
  -d, --debug      don't remove temporary files
5316
5025
Configuration files:
5317
5026
$config_files
5318
5027
 
5319
 
Report bugs to <bug-autoconf@gnu.org>."
 
5028
Report bugs to <monodevelop-list@lists.ximian.com>."
5320
5029
 
5321
5030
_ACEOF
5322
5031
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
5032
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5323
5033
ac_cs_version="\\
5324
 
monodevelop config.status 2.4.1
5325
 
configured by $0, generated by GNU Autoconf 2.63,
5326
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
5034
monodevelop config.status 2.5.92
 
5035
configured by $0, generated by GNU Autoconf 2.68,
 
5036
  with options \\"\$ac_cs_config\\"
5327
5037
 
5328
 
Copyright (C) 2008 Free Software Foundation, Inc.
 
5038
Copyright (C) 2010 Free Software Foundation, Inc.
5329
5039
This config.status script is free software; the Free Software Foundation
5330
5040
gives unlimited permission to copy, distribute and modify it."
5331
5041
 
5343
5053
while test $# != 0
5344
5054
do
5345
5055
  case $1 in
5346
 
  --*=*)
 
5056
  --*=?*)
5347
5057
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5348
5058
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5349
5059
    ac_shift=:
5350
5060
    ;;
 
5061
  --*=)
 
5062
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
5063
    ac_optarg=
 
5064
    ac_shift=:
 
5065
    ;;
5351
5066
  *)
5352
5067
    ac_option=$1
5353
5068
    ac_optarg=$2
5361
5076
    ac_cs_recheck=: ;;
5362
5077
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5363
5078
    $as_echo "$ac_cs_version"; exit ;;
 
5079
  --config | --confi | --conf | --con | --co | --c )
 
5080
    $as_echo "$ac_cs_config"; exit ;;
5364
5081
  --debug | --debu | --deb | --de | --d | -d )
5365
5082
    debug=: ;;
5366
5083
  --file | --fil | --fi | --f )
5367
5084
    $ac_shift
5368
5085
    case $ac_optarg in
5369
5086
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
5087
    '') as_fn_error $? "missing file argument" ;;
5370
5088
    esac
5371
 
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
5089
    as_fn_append CONFIG_FILES " '$ac_optarg'"
5372
5090
    ac_need_defaults=false;;
5373
5091
  --he | --h |  --help | --hel | -h )
5374
5092
    $as_echo "$ac_cs_usage"; exit ;;
5377
5095
    ac_cs_silent=: ;;
5378
5096
 
5379
5097
  # This is an error.
5380
 
  -*) { $as_echo "$as_me: error: unrecognized option: $1
5381
 
Try \`$0 --help' for more information." >&2
5382
 
   { (exit 1); exit 1; }; } ;;
 
5098
  -*) as_fn_error $? "unrecognized option: \`$1'
 
5099
Try \`$0 --help' for more information." ;;
5383
5100
 
5384
 
  *) ac_config_targets="$ac_config_targets $1"
 
5101
  *) as_fn_append ac_config_targets " $1"
5385
5102
     ac_need_defaults=false ;;
5386
5103
 
5387
5104
  esac
5431
5148
    "build/MacOSX/Makefile") CONFIG_FILES="$CONFIG_FILES build/MacOSX/Makefile" ;;
5432
5149
    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
5433
5150
    "contrib/Mono.Cecil/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Mono.Cecil/Makefile" ;;
 
5151
    "contrib/Mono.Debugger.Soft/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Mono.Debugger.Soft/Makefile" ;;
5434
5152
    "contrib/NRefactory/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NRefactory/Makefile" ;;
 
5153
    "contrib/Sharpen/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Sharpen/Makefile" ;;
 
5154
    "contrib/NGit/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NGit/Makefile" ;;
 
5155
    "contrib/NSch/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NSch/Makefile" ;;
5435
5156
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5436
5157
    "src/core/Makefile") CONFIG_FILES="$CONFIG_FILES src/core/Makefile" ;;
5437
5158
    "src/core/Mono.Texteditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/core/Mono.Texteditor/Makefile" ;;
5443
5164
    "src/core/MonoDevelop.Startup/Makefile") CONFIG_FILES="$CONFIG_FILES src/core/MonoDevelop.Startup/Makefile" ;;
5444
5165
    "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
5445
5166
    "src/tools/mdhost/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/mdhost/Makefile" ;;
5446
 
    "src/tools/mdrun/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/mdrun/Makefile" ;;
 
5167
    "src/tools/mdtool/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/mdtool/Makefile" ;;
5447
5168
    "src/tools/SharpCoco/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/SharpCoco/Makefile" ;;
5448
5169
    "src/tools/mdmonitor/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/mdmonitor/Makefile" ;;
5449
5170
    "src/addins/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/Makefile" ;;
5453
5174
    "src/addins/NUnit/NUnitRunner/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/NUnit/NUnitRunner/Makefile" ;;
5454
5175
    "src/addins/VersionControl/MonoDevelop.VersionControl/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/VersionControl/MonoDevelop.VersionControl/Makefile" ;;
5455
5176
    "src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile" ;;
 
5177
    "src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/Makefile" ;;
 
5178
    "src/addins/VersionControl/MonoDevelop.VersionControl.Git/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/VersionControl/MonoDevelop.VersionControl.Git/Makefile" ;;
5456
5179
    "src/addins/VersionControl/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/VersionControl/Makefile" ;;
5457
5180
    "src/addins/CSharpBinding/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/CSharpBinding/Makefile" ;;
5458
5181
    "src/addins/CSharpBinding/Autotools/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/CSharpBinding/Autotools/Makefile" ;;
5497
5220
    "src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile" ;;
5498
5221
    "src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile" ;;
5499
5222
    "src/addins/MonoDevelop.HexEditor/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/MonoDevelop.HexEditor/Makefile" ;;
 
5223
    "src/addins/MonoDevelop.DocFood/Makefile") CONFIG_FILES="$CONFIG_FILES src/addins/MonoDevelop.DocFood/Makefile" ;;
5500
5224
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
5501
5225
    "tests/UnitTests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/UnitTests/Makefile" ;;
5502
5226
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5504
5228
    "mdtool") CONFIG_FILES="$CONFIG_FILES mdtool" ;;
5505
5229
    "monodevelop.pc") CONFIG_FILES="$CONFIG_FILES monodevelop.pc" ;;
5506
5230
    "monodevelop-core-addins.pc") CONFIG_FILES="$CONFIG_FILES monodevelop-core-addins.pc" ;;
 
5231
    "monodevelop.spec") CONFIG_FILES="$CONFIG_FILES monodevelop.spec" ;;
5507
5232
    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
5508
5233
    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
5509
5234
    "theme-icons/Makefile") CONFIG_FILES="$CONFIG_FILES theme-icons/Makefile" ;;
5510
5235
 
5511
 
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5512
 
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5513
 
   { (exit 1); exit 1; }; };;
 
5236
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5514
5237
  esac
5515
5238
done
5516
5239
 
5531
5254
# after its creation but before its name has been assigned to `$tmp'.
5532
5255
$debug ||
5533
5256
{
5534
 
  tmp=
 
5257
  tmp= ac_tmp=
5535
5258
  trap 'exit_status=$?
5536
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
5259
  : "${ac_tmp:=$tmp}"
 
5260
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5537
5261
' 0
5538
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
5262
  trap 'as_fn_exit 1' 1 2 13 15
5539
5263
}
5540
5264
# Create a (secure) tmp directory for tmp files.
5541
5265
 
5542
5266
{
5543
5267
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5544
 
  test -n "$tmp" && test -d "$tmp"
 
5268
  test -d "$tmp"
5545
5269
}  ||
5546
5270
{
5547
5271
  tmp=./conf$$-$RANDOM
5548
5272
  (umask 077 && mkdir "$tmp")
5549
 
} ||
5550
 
{
5551
 
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
5552
 
   { (exit 1); exit 1; }
5553
 
}
 
5273
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
5274
ac_tmp=$tmp
5554
5275
 
5555
5276
# Set up the scripts for CONFIG_FILES section.
5556
5277
# No need to generate them if there are no CONFIG_FILES.
5558
5279
if test -n "$CONFIG_FILES"; then
5559
5280
 
5560
5281
 
5561
 
ac_cr='
 
 
b"'"
 
5282
ac_cr=`echo X | tr X '\015'`
 
5283
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
5284
# But we know of no other shell where ac_cr would be empty at this
 
5285
# point, so we can use a bashism as a fallback.
 
5286
if test "x$ac_cr" = x; then
 
5287
  eval ac_cr=\$\'\\r\'
 
5288
fi
5562
5289
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5563
5290
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5564
5291
  ac_cs_awk_cr='\\r'
5566
5293
  ac_cs_awk_cr=$ac_cr
5567
5294
fi
5568
5295
 
5569
 
echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
5296
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5570
5297
_ACEOF
5571
5298
 
5572
5299
 
5575
5302
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5576
5303
  echo "_ACEOF"
5577
5304
} >conf$$subs.sh ||
5578
 
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5579
 
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5580
 
   { (exit 1); exit 1; }; }
5581
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
5305
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
5306
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5582
5307
ac_delim='%!_!# '
5583
5308
for ac_last_try in false false false false false :; do
5584
5309
  . ./conf$$subs.sh ||
5585
 
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5586
 
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5587
 
   { (exit 1); exit 1; }; }
 
5310
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5588
5311
 
5589
5312
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5590
5313
  if test $ac_delim_n = $ac_delim_num; then
5591
5314
    break
5592
5315
  elif $ac_last_try; then
5593
 
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5594
 
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
5595
 
   { (exit 1); exit 1; }; }
 
5316
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5596
5317
  else
5597
5318
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5598
5319
  fi
5600
5321
rm -f conf$$subs.sh
5601
5322
 
5602
5323
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5603
 
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
5324
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5604
5325
_ACEOF
5605
5326
sed -n '
5606
5327
h
5614
5335
t delim
5615
5336
:nl
5616
5337
h
5617
 
s/\(.\{148\}\).*/\1/
 
5338
s/\(.\{148\}\)..*/\1/
5618
5339
t more1
5619
5340
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5620
5341
p
5628
5349
t nl
5629
5350
:delim
5630
5351
h
5631
 
s/\(.\{148\}\).*/\1/
 
5352
s/\(.\{148\}\)..*/\1/
5632
5353
t more2
5633
5354
s/["\\]/\\&/g; s/^/"/; s/$/"/
5634
5355
p
5648
5369
rm -f conf$$subs.awk
5649
5370
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5650
5371
_ACAWK
5651
 
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
5372
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5652
5373
  for (key in S) S_is_set[key] = 1
5653
5374
  FS = ""
5654
5375
 
5680
5401
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5681
5402
else
5682
5403
  cat
5683
 
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5684
 
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
5685
 
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
5686
 
   { (exit 1); exit 1; }; }
 
5404
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
 
5405
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5687
5406
_ACEOF
5688
5407
 
5689
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
5690
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
5408
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
5409
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5691
5410
# trailing colons and then remove the whole line if VPATH becomes empty
5692
5411
# (actually we leave an empty line to preserve line numbers).
5693
5412
if test "x$srcdir" = x.; then
5694
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
5695
 
s/:*\$(srcdir):*/:/
5696
 
s/:*\${srcdir}:*/:/
5697
 
s/:*@srcdir@:*/:/
5698
 
s/^\([^=]*=[     ]*\):*/\1/
 
5413
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
5414
h
 
5415
s///
 
5416
s/^/:/
 
5417
s/[      ]*$/:/
 
5418
s/:\$(srcdir):/:/g
 
5419
s/:\${srcdir}:/:/g
 
5420
s/:@srcdir@:/:/g
 
5421
s/^:*//
5699
5422
s/:*$//
 
5423
x
 
5424
s/\(=[   ]*\).*/\1/
 
5425
G
 
5426
s/\n//
5700
5427
s/^[^=]*=[       ]*$//
5701
5428
}'
5702
5429
fi
5714
5441
  esac
5715
5442
  case $ac_mode$ac_tag in
5716
5443
  :[FHL]*:*);;
5717
 
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
5718
 
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
5719
 
   { (exit 1); exit 1; }; };;
 
5444
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5720
5445
  :[FH]-) ac_tag=-:-;;
5721
5446
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5722
5447
  esac
5735
5460
    for ac_f
5736
5461
    do
5737
5462
      case $ac_f in
5738
 
      -) ac_f="$tmp/stdin";;
 
5463
      -) ac_f="$ac_tmp/stdin";;
5739
5464
      *) # Look for the file first in the build tree, then in the source tree
5740
5465
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
5741
5466
         # because $ac_f cannot contain `:'.
5744
5469
           [\\/$]*) false;;
5745
5470
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5746
5471
           esac ||
5747
 
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
5748
 
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
5749
 
   { (exit 1); exit 1; }; };;
 
5472
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5750
5473
      esac
5751
5474
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5752
 
      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
5475
      as_fn_append ac_file_inputs " '$ac_f'"
5753
5476
    done
5754
5477
 
5755
5478
    # Let's still pretend it is `configure' which instantiates (i.e., don't
5760
5483
        `' by configure.'
5761
5484
    if test x"$ac_file" != x-; then
5762
5485
      configure_input="$ac_file.  $configure_input"
5763
 
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
5486
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5764
5487
$as_echo "$as_me: creating $ac_file" >&6;}
5765
5488
    fi
5766
5489
    # Neutralize special characters interpreted by sed in replacement strings.
5772
5495
    esac
5773
5496
 
5774
5497
    case $ac_tag in
5775
 
    *:-:* | *:-) cat >"$tmp/stdin" \
5776
 
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5777
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5778
 
   { (exit 1); exit 1; }; } ;;
 
5498
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
 
5499
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5779
5500
    esac
5780
5501
    ;;
5781
5502
  esac
5803
5524
            q
5804
5525
          }
5805
5526
          s/.*/./; q'`
5806
 
  { as_dir="$ac_dir"
5807
 
  case $as_dir in #(
5808
 
  -*) as_dir=./$as_dir;;
5809
 
  esac
5810
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
5811
 
    as_dirs=
5812
 
    while :; do
5813
 
      case $as_dir in #(
5814
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5815
 
      *) as_qdir=$as_dir;;
5816
 
      esac
5817
 
      as_dirs="'$as_qdir' $as_dirs"
5818
 
      as_dir=`$as_dirname -- "$as_dir" ||
5819
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5820
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
5821
 
         X"$as_dir" : 'X\(//\)$' \| \
5822
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5823
 
$as_echo X"$as_dir" |
5824
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5825
 
            s//\1/
5826
 
            q
5827
 
          }
5828
 
          /^X\(\/\/\)[^/].*/{
5829
 
            s//\1/
5830
 
            q
5831
 
          }
5832
 
          /^X\(\/\/\)$/{
5833
 
            s//\1/
5834
 
            q
5835
 
          }
5836
 
          /^X\(\/\).*/{
5837
 
            s//\1/
5838
 
            q
5839
 
          }
5840
 
          s/.*/./; q'`
5841
 
      test -d "$as_dir" && break
5842
 
    done
5843
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
5844
 
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
5845
 
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
5846
 
   { (exit 1); exit 1; }; }; }
 
5527
  as_dir="$ac_dir"; as_fn_mkdir_p
5847
5528
  ac_builddir=.
5848
5529
 
5849
5530
case "$ac_dir" in
5900
5581
# If the template does not know about datarootdir, expand it.
5901
5582
# FIXME: This hack should be removed a few years after 2.60.
5902
5583
ac_datarootdir_hack=; ac_datarootdir_seen=
5903
 
 
5904
5584
ac_sed_dataroot='
5905
5585
/datarootdir/ {
5906
5586
  p
5910
5590
/@docdir@/p
5911
5591
/@infodir@/p
5912
5592
/@localedir@/p
5913
 
/@mandir@/p
5914
 
'
 
5593
/@mandir@/p'
5915
5594
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5916
5595
*datarootdir*) ac_datarootdir_seen=yes;;
5917
5596
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5918
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
5597
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5919
5598
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5920
5599
_ACEOF
5921
5600
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5925
5604
  s&@infodir@&$infodir&g
5926
5605
  s&@localedir@&$localedir&g
5927
5606
  s&@mandir@&$mandir&g
5928
 
    s&\\\${datarootdir}&$datarootdir&g' ;;
 
5607
  s&\\\${datarootdir}&$datarootdir&g' ;;
5929
5608
esac
5930
5609
_ACEOF
5931
5610
 
5953
5632
s&@MKDIR_P@&$ac_MKDIR_P&;t t
5954
5633
$ac_datarootdir_hack
5955
5634
"
5956
 
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5957
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5958
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5959
 
   { (exit 1); exit 1; }; }
 
5635
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
 
5636
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5960
5637
 
5961
5638
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5962
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5963
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5964
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5965
 
which seems to be undefined.  Please make sure it is defined." >&5
 
5639
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
 
5640
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
 
5641
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
 
5642
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
5643
which seems to be undefined.  Please make sure it is defined" >&5
5966
5644
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5967
 
which seems to be undefined.  Please make sure it is defined." >&2;}
 
5645
which seems to be undefined.  Please make sure it is defined" >&2;}
5968
5646
 
5969
 
  rm -f "$tmp/stdin"
 
5647
  rm -f "$ac_tmp/stdin"
5970
5648
  case $ac_file in
5971
 
  -) cat "$tmp/out" && rm -f "$tmp/out";;
5972
 
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
5649
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
 
5650
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5973
5651
  esac \
5974
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
5975
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
5976
 
   { (exit 1); exit 1; }; }
 
5652
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5977
5653
 ;;
5978
5654
 
5979
5655
 
5983
5659
done # for ac_tag
5984
5660
 
5985
5661
 
5986
 
{ (exit 0); exit 0; }
 
5662
as_fn_exit 0
5987
5663
_ACEOF
5988
 
chmod +x $CONFIG_STATUS
5989
5664
ac_clean_files=$ac_clean_files_save
5990
5665
 
5991
5666
test $ac_write_fail = 0 ||
5992
 
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5993
 
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5994
 
   { (exit 1); exit 1; }; }
 
5667
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5995
5668
 
5996
5669
 
5997
5670
# configure is writing to config.log, and then calls config.status.
6012
5685
  exec 5>>config.log
6013
5686
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6014
5687
  # would make configure fail if this is the last instruction.
6015
 
  $ac_cs_success || { (exit 1); exit 1; }
 
5688
  $ac_cs_success || as_fn_exit 1
6016
5689
fi
6017
5690
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6018
 
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
5691
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6019
5692
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6020
5693
fi
6021
5694
 
6028
5701
echo "   * Mono class library development extensions: $enable_monoextensions"
6029
5702
echo "   * Version control providers:"
6030
5703
echo "   *     Subversion (Unix): $enable_subversion"
 
5704
echo "   *     Git: $enable_git"
6031
5705
echo "   * Platform bindings: $platform_bindings"
6032
5706
echo "   * Unit tests: $enable_tests"
6033
 
echo "   * Mozilla location: $MOZILLA_HOME"
6034
5707
echo ""