~ubuntu-branches/ubuntu/wily/brasero/wily

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118113050-hoy0pi04uv7ww9d8
Tags: 0.8.3-0ubuntu1
* New upstream release (LP: #299411)
  - allow use of remote files
  - drives are now probed asynchronously and may not popup immediatly
    but brasero starts faster
  - some parts of GUI were revisited (in particular the burn
    option dialogs)
  - command line option for video projects (LP: #273140)
  - brasero crashed with SIGSEGV in g_main_context_dispatch()
    (LP: #281599)
  - Brasero main GUI appears after closing the dialog
    when opening an ISO file using Nautilus (LP: #242022)
  - brasero delete original files in VIDEO_TS folder (LP: #280835)
  - brasero crashed with SIGSEGV in 
    brasero_mkisofs_base_write_to_files() (LP: #275312)
  - brasero crashed with SIGSEGV in 
    brasero_project_save_project_as() (LP: #275086)
  - brasero crashed with SIGSEGV in 
    IA__g_sequence_iter_get_sequence() (LP: #282622)
  - brasero crashed with SIGSEGV in brasero_medium_get_drive()
    (LP: #283197)
  - Dialog contains a lot of empty space (LP: #190192)
 * debian/patches/008-add-gettext-domain-to-desktop-file.patch:
   - Dropped, we don't need this anymore
 * debian/control:
  - Add Build-deps on libeel2-dev and libnautilus-extension-dev
 * debian/brasero.install:
  - Install nautilus extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Generated by configure.
3
 
# Run this file to recreate the current configuration.
4
 
# Compiler output produced by configure, useful for debugging
5
 
# configure, is in config.log if it exists.
6
 
 
7
 
debug=false
8
 
ac_cs_recheck=false
9
 
ac_cs_silent=false
10
 
SHELL=${CONFIG_SHELL-/bin/sh}
11
 
## --------------------- ##
12
 
## M4sh Initialization.  ##
13
 
## --------------------- ##
14
 
 
15
 
# Be more Bourne compatible
16
 
DUALCASE=1; export DUALCASE # for MKS sh
17
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18
 
  emulate sh
19
 
  NULLCMD=:
20
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21
 
  # is contrary to our usage.  Disable this feature.
22
 
  alias -g '${1+"$@"}'='"$@"'
23
 
  setopt NO_GLOB_SUBST
24
 
else
25
 
  case `(set -o) 2>/dev/null` in
26
 
  *posix*) set -o posix ;;
27
 
esac
28
 
 
29
 
fi
30
 
 
31
 
 
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
 
# The user is always right.
43
 
if test "${PATH_SEPARATOR+set}" != set; then
44
 
  echo "#! /bin/sh" >conf$$.sh
45
 
  echo  "exit 0"   >>conf$$.sh
46
 
  chmod +x conf$$.sh
47
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48
 
    PATH_SEPARATOR=';'
49
 
  else
50
 
    PATH_SEPARATOR=:
51
 
  fi
52
 
  rm -f conf$$.sh
53
 
fi
54
 
 
55
 
# Support unset when possible.
56
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57
 
  as_unset=unset
58
 
else
59
 
  as_unset=false
60
 
fi
61
 
 
62
 
 
63
 
# IFS
64
 
# We need space, tab and new line, in precisely that order.  Quoting is
65
 
# there to prevent editors from complaining about space-tab.
66
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
67
 
# splitting by setting IFS to empty value.)
68
 
as_nl='
69
 
'
70
 
IFS=" ""        $as_nl"
71
 
 
72
 
# Find who we are.  Look in the path if we contain no directory separator.
73
 
case $0 in
74
 
  *[\\/]* ) as_myself=$0 ;;
75
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76
 
for as_dir in $PATH
77
 
do
78
 
  IFS=$as_save_IFS
79
 
  test -z "$as_dir" && as_dir=.
80
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81
 
done
82
 
IFS=$as_save_IFS
83
 
 
84
 
     ;;
85
 
esac
86
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
87
 
# in which case we are not to be found in the path.
88
 
if test "x$as_myself" = x; then
89
 
  as_myself=$0
90
 
fi
91
 
if test ! -f "$as_myself"; then
92
 
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93
 
  { (exit 1); exit 1; }
94
 
fi
95
 
 
96
 
# Work around bugs in pre-3.0 UWIN ksh.
97
 
for as_var in ENV MAIL MAILPATH
98
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99
 
done
100
 
PS1='$ '
101
 
PS2='> '
102
 
PS4='+ '
103
 
 
104
 
# NLS nuisances.
105
 
for as_var in \
106
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108
 
  LC_TELEPHONE LC_TIME
109
 
do
110
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111
 
    eval $as_var=C; export $as_var
112
 
  else
113
 
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114
 
  fi
115
 
done
116
 
 
117
 
# Required to use basename.
118
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
119
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
120
 
  as_expr=expr
121
 
else
122
 
  as_expr=false
123
 
fi
124
 
 
125
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126
 
  as_basename=basename
127
 
else
128
 
  as_basename=false
129
 
fi
130
 
 
131
 
 
132
 
# Name of the executable.
133
 
as_me=`$as_basename -- "$0" ||
134
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135
 
         X"$0" : 'X\(//\)$' \| \
136
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137
 
echo X/"$0" |
138
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
139
 
            s//\1/
140
 
            q
141
 
          }
142
 
          /^X\/\(\/\/\)$/{
143
 
            s//\1/
144
 
            q
145
 
          }
146
 
          /^X\/\(\/\).*/{
147
 
            s//\1/
148
 
            q
149
 
          }
150
 
          s/.*/./; q'`
151
 
 
152
 
# CDPATH.
153
 
$as_unset CDPATH
154
 
 
155
 
 
156
 
 
157
 
  as_lineno_1=$LINENO
158
 
  as_lineno_2=$LINENO
159
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
160
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
161
 
 
162
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
164
 
  # line-number line after each line using $LINENO; the second 'sed'
165
 
  # does the real work.  The second script uses 'N' to pair each
166
 
  # line-number line with the line containing $LINENO, and appends
167
 
  # trailing '-' during substitution so that $LINENO is not a special
168
 
  # case at line end.
169
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
170
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
171
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
172
 
  sed -n '
173
 
    p
174
 
    /[$]LINENO/=
175
 
  ' <$as_myself |
176
 
    sed '
177
 
      s/[$]LINENO.*/&-/
178
 
      t lineno
179
 
      b
180
 
      :lineno
181
 
      N
182
 
      :loop
183
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
184
 
      t loop
185
 
      s/-\n.*//
186
 
    ' >$as_me.lineno &&
187
 
  chmod +x "$as_me.lineno" ||
188
 
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
189
 
   { (exit 1); exit 1; }; }
190
 
 
191
 
  # Don't try to exec as it changes $[0], causing all sort of problems
192
 
  # (the dirname of $[0] is not the place where we might find the
193
 
  # original and so on.  Autoconf is especially sensitive to this).
194
 
  . "./$as_me.lineno"
195
 
  # Exit status is that of the last command.
196
 
  exit
197
 
}
198
 
 
199
 
 
200
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
201
 
  as_dirname=dirname
202
 
else
203
 
  as_dirname=false
204
 
fi
205
 
 
206
 
ECHO_C= ECHO_N= ECHO_T=
207
 
case `echo -n x` in
208
 
-n*)
209
 
  case `echo 'x\c'` in
210
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
211
 
  *)   ECHO_C='\c';;
212
 
  esac;;
213
 
*)
214
 
  ECHO_N='-n';;
215
 
esac
216
 
 
217
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
218
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219
 
  as_expr=expr
220
 
else
221
 
  as_expr=false
222
 
fi
223
 
 
224
 
rm -f conf$$ conf$$.exe conf$$.file
225
 
if test -d conf$$.dir; then
226
 
  rm -f conf$$.dir/conf$$.file
227
 
else
228
 
  rm -f conf$$.dir
229
 
  mkdir conf$$.dir
230
 
fi
231
 
echo >conf$$.file
232
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
233
 
  as_ln_s='ln -s'
234
 
  # ... but there are two gotchas:
235
 
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
236
 
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
237
 
  # In both cases, we have to default to `cp -p'.
238
 
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
239
 
    as_ln_s='cp -p'
240
 
elif ln conf$$.file conf$$ 2>/dev/null; then
241
 
  as_ln_s=ln
242
 
else
243
 
  as_ln_s='cp -p'
244
 
fi
245
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
246
 
rmdir conf$$.dir 2>/dev/null
247
 
 
248
 
if mkdir -p . 2>/dev/null; then
249
 
  as_mkdir_p=:
250
 
else
251
 
  test -d ./-p && rmdir ./-p
252
 
  as_mkdir_p=false
253
 
fi
254
 
 
255
 
if test -x / >/dev/null 2>&1; then
256
 
  as_test_x='test -x'
257
 
else
258
 
  if ls -dL / >/dev/null 2>&1; then
259
 
    as_ls_L_option=L
260
 
  else
261
 
    as_ls_L_option=
262
 
  fi
263
 
  as_test_x='
264
 
    eval sh -c '\''
265
 
      if test -d "$1"; then
266
 
        test -d "$1/.";
267
 
      else
268
 
        case $1 in
269
 
        -*)set "./$1";;
270
 
        esac;
271
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
272
 
        ???[sx]*):;;*)false;;esac;fi
273
 
    '\'' sh
274
 
  '
275
 
fi
276
 
as_executable_p=$as_test_x
277
 
 
278
 
# Sed expression to map a string onto a valid CPP name.
279
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
280
 
 
281
 
# Sed expression to map a string onto a valid variable name.
282
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
283
 
 
284
 
 
285
 
exec 6>&1
286
 
 
287
 
# Save the log message, to keep $[0] and so on meaningful, and to
288
 
# report actual input values of CONFIG_FILES etc. instead of their
289
 
# values after options handling.
290
 
ac_log="
291
 
This file was extended by $as_me, which was
292
 
generated by GNU Autoconf 2.61.  Invocation command line was
293
 
 
294
 
  CONFIG_FILES    = $CONFIG_FILES
295
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
296
 
  CONFIG_LINKS    = $CONFIG_LINKS
297
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
298
 
  $ $0 $@
299
 
 
300
 
on `(hostname || uname -n) 2>/dev/null | sed 1q`
301
 
"
302
 
 
303
 
# Files that config.status was made for.
304
 
config_files=" Makefile docs/Makefile data/Makefile data/brasero.desktop.in data/brasero-open-playlist.desktop.in data/brasero-open-image.desktop.in data/brasero-open-project.desktop.in data/brasero-copy-medium.desktop.in data/icons/Makefile help/Makefile src/plugins/Makefile src/plugins/cdrdao/Makefile src/plugins/cdrkit/Makefile src/plugins/cdrtools/Makefile src/plugins/growisofs/Makefile src/plugins/libburnia/Makefile src/plugins/transcode/Makefile src/plugins/dvdcss/Makefile src/plugins/dvdauthor/Makefile src/plugins/checksum/Makefile src/plugins/local-track/Makefile src/plugins/vcdimager/Makefile po/Makefile.in src/Makefile"
305
 
config_headers=" config.h"
306
 
config_commands=" depfiles default-1 intltool po/stamp-it"
307
 
 
308
 
ac_cs_usage="\
309
 
\`$as_me' instantiates files from templates according to the
310
 
current configuration.
311
 
 
312
 
Usage: $0 [OPTIONS] [FILE]...
313
 
 
314
 
  -h, --help       print this help, then exit
315
 
  -V, --version    print version number and configuration settings, then exit
316
 
  -q, --quiet      do not print progress messages
317
 
  -d, --debug      don't remove temporary files
318
 
      --recheck    update $as_me by reconfiguring in the same conditions
319
 
  --file=FILE[:TEMPLATE]
320
 
                   instantiate the configuration file FILE
321
 
  --header=FILE[:TEMPLATE]
322
 
                   instantiate the configuration header FILE
323
 
 
324
 
Configuration files:
325
 
$config_files
326
 
 
327
 
Configuration headers:
328
 
$config_headers
329
 
 
330
 
Configuration commands:
331
 
$config_commands
332
 
 
333
 
Report bugs to <bug-autoconf@gnu.org>."
334
 
 
335
 
ac_cs_version="\
336
 
config.status
337
 
configured by ./configure, generated by GNU Autoconf 2.61,
338
 
  with options \"'--enable-maintainer-mode' 'CFLAGS=-g -Wall'\"
339
 
 
340
 
Copyright (C) 2006 Free Software Foundation, Inc.
341
 
This config.status script is free software; the Free Software Foundation
342
 
gives unlimited permission to copy, distribute and modify it."
343
 
 
344
 
ac_pwd='/tmp/brasero-release/brasero-0.8.2'
345
 
srcdir='.'
346
 
INSTALL='/usr/bin/install -c'
347
 
MKDIR_P='/bin/mkdir -p'
348
 
# If no file are specified by the user, then we need to provide default
349
 
# value.  By we need to know if files were specified by the user.
350
 
ac_need_defaults=:
351
 
while test $# != 0
352
 
do
353
 
  case $1 in
354
 
  --*=*)
355
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
356
 
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
357
 
    ac_shift=:
358
 
    ;;
359
 
  *)
360
 
    ac_option=$1
361
 
    ac_optarg=$2
362
 
    ac_shift=shift
363
 
    ;;
364
 
  esac
365
 
 
366
 
  case $ac_option in
367
 
  # Handling of the options.
368
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
369
 
    ac_cs_recheck=: ;;
370
 
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
371
 
    echo "$ac_cs_version"; exit ;;
372
 
  --debug | --debu | --deb | --de | --d | -d )
373
 
    debug=: ;;
374
 
  --file | --fil | --fi | --f )
375
 
    $ac_shift
376
 
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
377
 
    ac_need_defaults=false;;
378
 
  --header | --heade | --head | --hea )
379
 
    $ac_shift
380
 
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
381
 
    ac_need_defaults=false;;
382
 
  --he | --h)
383
 
    # Conflict between --help and --header
384
 
    { echo "$as_me: error: ambiguous option: $1
385
 
Try \`$0 --help' for more information." >&2
386
 
   { (exit 1); exit 1; }; };;
387
 
  --help | --hel | -h )
388
 
    echo "$ac_cs_usage"; exit ;;
389
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
390
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
391
 
    ac_cs_silent=: ;;
392
 
 
393
 
  # This is an error.
394
 
  -*) { echo "$as_me: error: unrecognized option: $1
395
 
Try \`$0 --help' for more information." >&2
396
 
   { (exit 1); exit 1; }; } ;;
397
 
 
398
 
  *) ac_config_targets="$ac_config_targets $1"
399
 
     ac_need_defaults=false ;;
400
 
 
401
 
  esac
402
 
  shift
403
 
done
404
 
 
405
 
ac_configure_extra_args=
406
 
 
407
 
if $ac_cs_silent; then
408
 
  exec 6>/dev/null
409
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
410
 
fi
411
 
 
412
 
if $ac_cs_recheck; then
413
 
  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--enable-maintainer-mode' 'CFLAGS=-g -Wall' $ac_configure_extra_args " --no-create --no-recursion" >&6
414
 
  CONFIG_SHELL=/bin/sh
415
 
  export CONFIG_SHELL
416
 
  exec /bin/sh "./configure" '--enable-maintainer-mode' 'CFLAGS=-g -Wall' $ac_configure_extra_args --no-create --no-recursion
417
 
fi
418
 
 
419
 
exec 5>>config.log
420
 
{
421
 
  echo
422
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
423
 
## Running $as_me. ##
424
 
_ASBOX
425
 
  echo "$ac_log"
426
 
} >&5
427
 
 
428
 
#
429
 
# INIT-COMMANDS
430
 
#
431
 
AMDEP_TRUE="" ac_aux_dir="."
432
 
 
433
 
INTLTOOL_PERL='/usr/bin/perl' ac_aux_dir='.'
434
 
prefix="/usr/local" exec_prefix="${prefix}" INTLTOOL_LIBDIR="${exec_prefix}/lib"
435
 
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
436
 
 
437
 
 
438
 
# Handling of arguments.
439
 
for ac_config_target in $ac_config_targets
440
 
do
441
 
  case $ac_config_target in
442
 
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
443
 
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
444
 
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
445
 
    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
446
 
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
447
 
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
448
 
    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
449
 
    "data/brasero.desktop.in") CONFIG_FILES="$CONFIG_FILES data/brasero.desktop.in" ;;
450
 
    "data/brasero-open-playlist.desktop.in") CONFIG_FILES="$CONFIG_FILES data/brasero-open-playlist.desktop.in" ;;
451
 
    "data/brasero-open-image.desktop.in") CONFIG_FILES="$CONFIG_FILES data/brasero-open-image.desktop.in" ;;
452
 
    "data/brasero-open-project.desktop.in") CONFIG_FILES="$CONFIG_FILES data/brasero-open-project.desktop.in" ;;
453
 
    "data/brasero-copy-medium.desktop.in") CONFIG_FILES="$CONFIG_FILES data/brasero-copy-medium.desktop.in" ;;
454
 
    "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
455
 
    "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
456
 
    "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;;
457
 
    "src/plugins/cdrdao/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/cdrdao/Makefile" ;;
458
 
    "src/plugins/cdrkit/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/cdrkit/Makefile" ;;
459
 
    "src/plugins/cdrtools/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/cdrtools/Makefile" ;;
460
 
    "src/plugins/growisofs/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/growisofs/Makefile" ;;
461
 
    "src/plugins/libburnia/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/libburnia/Makefile" ;;
462
 
    "src/plugins/transcode/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/transcode/Makefile" ;;
463
 
    "src/plugins/dvdcss/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dvdcss/Makefile" ;;
464
 
    "src/plugins/dvdauthor/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dvdauthor/Makefile" ;;
465
 
    "src/plugins/checksum/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/checksum/Makefile" ;;
466
 
    "src/plugins/local-track/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/local-track/Makefile" ;;
467
 
    "src/plugins/vcdimager/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/vcdimager/Makefile" ;;
468
 
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
469
 
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
470
 
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
471
 
 
472
 
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
473
 
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
474
 
   { (exit 1); exit 1; }; };;
475
 
  esac
476
 
done
477
 
 
478
 
 
479
 
# If the user did not use the arguments to specify the items to instantiate,
480
 
# then the envvar interface is used.  Set only those that are not.
481
 
# We use the long form for the default assignment because of an extremely
482
 
# bizarre bug on SunOS 4.1.3.
483
 
if $ac_need_defaults; then
484
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
485
 
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
486
 
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
487
 
fi
488
 
 
489
 
# Have a temporary directory for convenience.  Make it in the build tree
490
 
# simply because there is no reason against having it here, and in addition,
491
 
# creating and moving files from /tmp can sometimes cause problems.
492
 
# Hook for its removal unless debugging.
493
 
# Note that there is a small window in which the directory will not be cleaned:
494
 
# after its creation but before its name has been assigned to `$tmp'.
495
 
$debug ||
496
 
{
497
 
  tmp=
498
 
  trap 'exit_status=$?
499
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
500
 
' 0
501
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
502
 
}
503
 
# Create a (secure) tmp directory for tmp files.
504
 
 
505
 
{
506
 
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
507
 
  test -n "$tmp" && test -d "$tmp"
508
 
}  ||
509
 
{
510
 
  tmp=./conf$$-$RANDOM
511
 
  (umask 077 && mkdir "$tmp")
512
 
} ||
513
 
{
514
 
   echo "$me: cannot create a temporary directory in ." >&2
515
 
   { (exit 1); exit 1; }
516
 
}
517
 
 
518
 
#
519
 
# Set up the sed scripts for CONFIG_FILES section.
520
 
#
521
 
 
522
 
# No need to generate the scripts if there are no CONFIG_FILES.
523
 
# This happens for instance when ./config.status config.h
524
 
if test -n "$CONFIG_FILES"; then
525
 
 
526
 
cat >"$tmp/subs-1.sed" <<\CEOF
527
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
528
 
s,@SHELL@,|#_!!_#|/bin/sh,g
529
 
s,@PATH_SEPARATOR@,|#_!!_#|:,g
530
 
s,@PACKAGE_NAME@,|#_!!_#|,g
531
 
s,@PACKAGE_TARNAME@,|#_!!_#|,g
532
 
s,@PACKAGE_VERSION@,|#_!!_#|,g
533
 
s,@PACKAGE_STRING@,|#_!!_#|,g
534
 
s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
535
 
s,@exec_prefix@,|#_!!_#|${prefix},g
536
 
s,@prefix@,|#_!!_#|/usr/local,g
537
 
s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
538
 
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
539
 
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
540
 
s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
541
 
s,@datarootdir@,|#_!!_#|${prefix}/share,g
542
 
s,@datadir@,|#_!!_#|${datarootdir},g
543
 
s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
544
 
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
545
 
s,@localstatedir@,|#_!!_#|${prefix}/var,g
546
 
s,@includedir@,|#_!!_#|${prefix}/include,g
547
 
s,@oldincludedir@,|#_!!_#|/usr/include,g
548
 
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
549
 
s,@infodir@,|#_!!_#|${datarootdir}/info,g
550
 
s,@htmldir@,|#_!!_#|${docdir},g
551
 
s,@dvidir@,|#_!!_#|${docdir},g
552
 
s,@pdfdir@,|#_!!_#|${docdir},g
553
 
s,@psdir@,|#_!!_#|${docdir},g
554
 
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
555
 
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
556
 
s,@mandir@,|#_!!_#|${datarootdir}/man,g
557
 
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
558
 
s,@ECHO_C@,|#_!!_#|,g
559
 
s,@ECHO_N@,|#_!!_#|-n,g
560
 
s,@ECHO_T@,|#_!!_#|,g
561
 
s,@LIBS@,|#_!!_#|,g
562
 
s,@build_alias@,|#_!!_#|,g
563
 
s,@host_alias@,|#_!!_#|,g
564
 
s,@target_alias@,|#_!!_#|,g
565
 
s,@BRASERO_MAJOR_VERSION@,|#_!!_#|0,g
566
 
s,@BRASERO_MINOR_VERSION@,|#_!!_#|8,g
567
 
s,@BRASERO_SUB@,|#_!!_#|2,g
568
 
s,@BRASERO_VERSION@,|#_!!_#|0.8.2,g
569
 
s,@LT_CURRENT@,|#_!!_#|1,g
570
 
s,@LT_REVISION@,|#_!!_#|1,g
571
 
s,@LT_AGE@,|#_!!_#|1,g
572
 
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
573
 
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
574
 
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
575
 
s,@am__isrc@,|#_!!_#|,g
576
 
s,@CYGPATH_W@,|#_!!_#|echo,g
577
 
s,@PACKAGE@,|#_!!_#|brasero,g
578
 
s,@VERSION@,|#_!!_#|0.8.2,g
579
 
s,@ACLOCAL@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run aclocal-1.10,g
580
 
s,@AUTOCONF@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run autoconf,g
581
 
s,@AUTOMAKE@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run automake-1.10,g
582
 
s,@AUTOHEADER@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run autoheader,g
583
 
s,@MAKEINFO@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run makeinfo,g
584
 
s,@install_sh@,|#_!!_#|$(SHELL) /tmp/brasero-release/brasero-0.8.2/install-sh,g
585
 
s,@STRIP@,|#_!!_#|strip,g
586
 
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
587
 
s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
588
 
s,@AWK@,|#_!!_#|gawk,g
589
 
s,@SET_MAKE@,|#_!!_#|,g
590
 
s,@am__leading_dot@,|#_!!_#|.,g
591
 
s,@AMTAR@,|#_!!_#|${SHELL} /tmp/brasero-release/brasero-0.8.2/missing --run tar,g
592
 
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
593
 
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
594
 
s,@build@,|#_!!_#|i686-pc-linux-gnu,g
595
 
s,@build_cpu@,|#_!!_#|i686,g
596
 
s,@build_vendor@,|#_!!_#|pc,g
597
 
s,@build_os@,|#_!!_#|linux-gnu,g
598
 
s,@host@,|#_!!_#|i686-pc-linux-gnu,g
599
 
s,@host_cpu@,|#_!!_#|i686,g
600
 
s,@host_vendor@,|#_!!_#|pc,g
601
 
s,@host_os@,|#_!!_#|linux-gnu,g
602
 
s,@CC@,|#_!!_#|gcc,g
603
 
s,@CFLAGS@,|#_!!_#|-g -Wall,g
604
 
s,@LDFLAGS@,|#_!!_#|,g
605
 
s,@CPPFLAGS@,|#_!!_#|,g
606
 
s,@ac_ct_CC@,|#_!!_#|gcc,g
607
 
s,@EXEEXT@,|#_!!_#|,g
608
 
s,@OBJEXT@,|#_!!_#|o,g
609
 
s,@DEPDIR@,|#_!!_#|.deps,g
610
 
s,@am__include@,|#_!!_#|include,g
611
 
s,@am__quote@,|#_!!_#|,g
612
 
s,@AMDEP_TRUE@,|#_!!_#|,g
613
 
s,@AMDEP_FALSE@,|#_!!_#|#,g
614
 
s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
615
 
s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
616
 
s,@am__fastdepCC_TRUE@,|#_!!_#|,g
617
 
s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
618
 
s,@SED@,|#_!!_#|/bin/sed,g
619
 
s,@GREP@,|#_!!_#|/bin/grep,g
620
 
s,@EGREP@,|#_!!_#|/bin/grep -E,g
621
 
s,@LN_S@,|#_!!_#|ln -s,g
622
 
s,@ECHO@,|#_!!_#|echo,g
623
 
s,@AR@,|#_!!_#|ar,g
624
 
s,@RANLIB@,|#_!!_#|ranlib,g
625
 
CEOF
626
 
cat >"$tmp/subs-2.sed" <<\CEOF
627
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
628
 
s,@CPP@,|#_!!_#|gcc -E,g
629
 
s,@CXX@,|#_!!_#|g++,g
630
 
s,@CXXFLAGS@,|#_!!_#|-g -O2,g
631
 
s,@ac_ct_CXX@,|#_!!_#|g++,g
632
 
s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
633
 
s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
634
 
s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
635
 
s,@CXXCPP@,|#_!!_#|g++ -E,g
636
 
s,@F77@,|#_!!_#|gfortran,g
637
 
s,@FFLAGS@,|#_!!_#|-g -O2,g
638
 
s,@ac_ct_F77@,|#_!!_#|gfortran,g
639
 
s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
640
 
s,@BRASERO_SCSI_LIBS@,|#_!!_#|,g
641
 
s,@HAVE_CAM_LIB_H_TRUE@,|#_!!_#|#,g
642
 
s,@HAVE_CAM_LIB_H_FALSE@,|#_!!_#|,g
643
 
s,@HAVE_SG_IO_HDR_T_TRUE@,|#_!!_#|,g
644
 
s,@HAVE_SG_IO_HDR_T_FALSE@,|#_!!_#|#,g
645
 
s,@HAVE_USCSI_H_TRUE@,|#_!!_#|#,g
646
 
s,@HAVE_USCSI_H_FALSE@,|#_!!_#|,g
647
 
s,@HTML_DIR@,|#_!!_#|${datadir}/gtk-doc/html,g
648
 
s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g
649
 
s,@GTKDOC_CHECK@,|#_!!_#|/usr/bin/gtkdoc-check,g
650
 
s,@ENABLE_GTK_DOC_TRUE@,|#_!!_#|#,g
651
 
s,@ENABLE_GTK_DOC_FALSE@,|#_!!_#|,g
652
 
s,@GTK_DOC_USE_LIBTOOL_TRUE@,|#_!!_#|,g
653
 
s,@GTK_DOC_USE_LIBTOOL_FALSE@,|#_!!_#|#,g
654
 
s,@HELP_DIR@,|#_!!_#|${datadir}/gnome/help,g
655
 
s,@OMF_DIR@,|#_!!_#|${datadir}/omf,g
656
 
s,@DOC_USER_FORMATS@,|#_!!_#|,g
657
 
s,@ENABLE_SK_TRUE@,|#_!!_#|,g
658
 
s,@ENABLE_SK_FALSE@,|#_!!_#|#,g
659
 
s,@DISTCHECK_CONFIGURE_FLAGS@,|#_!!_#|--disable-scrollkeeper ,g
660
 
s,@HAVE_GNOME_DOC_UTILS_TRUE@,|#_!!_#|,g
661
 
s,@HAVE_GNOME_DOC_UTILS_FALSE@,|#_!!_#|#,g
662
 
s,@BRASERO_GSTREAMER_CFLAGS@,|#_!!_#|-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -Wall,g
663
 
s,@BRASERO_GSTREAMER_LIBS@,|#_!!_#|-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstpbutils-0.10 ,g
664
 
s,@BRASERO_GIO_CFLAGS@,|#_!!_#|-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall,g
665
 
s,@BRASERO_GIO_LIBS@,|#_!!_#|-lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   ,g
666
 
s,@BRASERO_LIBXML_CFLAGS@,|#_!!_#|-I/usr/include/libxml2   -g -Wall,g
667
 
s,@BRASERO_LIBXML_LIBS@,|#_!!_#|-lxml2   ,g
668
 
s,@BRASERO_BASE_CFLAGS@,|#_!!_#|-I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -g -Wall,g
669
 
s,@BRASERO_BASE_LIBS@,|#_!!_#|-lgconf-2 -lglib-2.0   ,g
670
 
s,@BRASERO_CFLAGS@,|#_!!_#|-I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -g -Wall -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0   -g -Wall -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2   -I/usr/include/libbeagle -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/totem-pl-parser/1/plparser -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  ,g
671
 
s,@BRASERO_LIBS@,|#_!!_#|-lgconf-2 -lglib-2.0    -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstpbutils-0.10  -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -Wl\,--export-dynamic -L/lib -lhal -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0     -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0   -lbeagle -lxml2 -lgobject-2.0 -lglib-2.0   -ltotem-plparser -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -lgstinterfaces-0.10,g
672
 
s,@GNOME2_CFLAGS@,|#_!!_#|-DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2  ,g
673
 
s,@GNOME2_LIBS@,|#_!!_#|-pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0  ,g
674
 
s,@BUILD_GNOME2_TRUE@,|#_!!_#|,g
675
 
s,@BUILD_GNOME2_FALSE@,|#_!!_#|#,g
676
 
s,@LIBBURNIA_CFLAGS@,|#_!!_#|-I/usr/local//include/libburn -I/usr/local//include/libisofs  ,g
677
 
s,@LIBBURNIA_LIBS@,|#_!!_#|-L/usr/local//lib -lburn -lisofs  ,g
678
 
s,@BRASERO_LIBBURNIA_CFLAGS@,|#_!!_#|-I/usr/local//include/libburn -I/usr/local//include/libisofs  ,g
679
 
s,@BRASERO_LIBBURNIA_LIBS@,|#_!!_#|-L/usr/local//lib -lburn -lisofs  ,g
680
 
s,@BUILD_LIBBURNIA_TRUE@,|#_!!_#|,g
681
 
s,@BUILD_LIBBURNIA_FALSE@,|#_!!_#|#,g
682
 
s,@BUILD_CDRTOOLS_TRUE@,|#_!!_#|,g
683
 
s,@BUILD_CDRTOOLS_FALSE@,|#_!!_#|#,g
684
 
s,@BUILD_CDRKIT_TRUE@,|#_!!_#|,g
685
 
s,@BUILD_CDRKIT_FALSE@,|#_!!_#|#,g
686
 
s,@BEAGLE_CFLAGS@,|#_!!_#|-I/usr/include/libbeagle -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  ,g
687
 
s,@BEAGLE_LIBS@,|#_!!_#|-lbeagle -lxml2 -lgobject-2.0 -lglib-2.0  ,g
688
 
s,@BUILD_SEARCH_TRUE@,|#_!!_#|#,g
689
 
s,@BUILD_SEARCH_FALSE@,|#_!!_#|,g
690
 
s,@TOTEM_CFLAGS@,|#_!!_#|-I/usr/include/totem-pl-parser/1/plparser -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  ,g
691
 
s,@TOTEM_LIBS@,|#_!!_#|-ltotem-plparser -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
692
 
s,@BUILD_PLAYLIST_TRUE@,|#_!!_#|,g
693
 
s,@BUILD_PLAYLIST_FALSE@,|#_!!_#|#,g
694
 
s,@GSTREAMER_GCONF_CFLAGS@,|#_!!_#|-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  ,g
695
 
s,@GSTREAMER_GCONF_LIBS@,|#_!!_#|-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
696
 
s,@BUILD_PREVIEW_TRUE@,|#_!!_#|,g
697
 
s,@BUILD_PREVIEW_FALSE@,|#_!!_#|#,g
698
 
s,@BUILD_INOTIFY_TRUE@,|#_!!_#|,g
699
 
s,@BUILD_INOTIFY_FALSE@,|#_!!_#|#,g
700
 
s,@UPDATE_CACHES_TRUE@,|#_!!_#|,g
701
 
s,@UPDATE_CACHES_FALSE@,|#_!!_#|#,g
702
 
s,@GETTEXT_PACKAGE@,|#_!!_#|brasero,g
703
 
s,@USE_NLS@,|#_!!_#|yes,g
704
 
s,@MSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
705
 
s,@MSGFMT_OPTS@,|#_!!_#|-c,g
706
 
s,@GMSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
707
 
s,@XGETTEXT@,|#_!!_#|/usr/bin/xgettext,g
708
 
s,@CATALOGS@,|#_!!_#|,g
709
 
s,@CATOBJEXT@,|#_!!_#|.gmo,g
710
 
s,@DATADIRNAME@,|#_!!_#|share,g
711
 
s,@GMOFILES@,|#_!!_#|,g
712
 
s,@INSTOBJEXT@,|#_!!_#|.mo,g
713
 
s,@INTLLIBS@,|#_!!_#|,g
714
 
s,@PO_IN_DATADIR_TRUE@,|#_!!_#|,g
715
 
s,@PO_IN_DATADIR_FALSE@,|#_!!_#|,g
716
 
s,@POFILES@,|#_!!_#|,g
717
 
s,@POSUB@,|#_!!_#|po,g
718
 
s,@MKINSTALLDIRS@,|#_!!_#|./mkinstalldirs,g
719
 
s,@INTLTOOL_DESKTOP_RULE@,|#_!!_#|%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
720
 
s,@INTLTOOL_DIRECTORY_RULE@,|#_!!_#|%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
721
 
s,@INTLTOOL_KEYS_RULE@,|#_!!_#|%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
722
 
s,@INTLTOOL_PROP_RULE@,|#_!!_#|%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
723
 
s,@INTLTOOL_OAF_RULE@,|#_!!_#|%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@|#_!!_#|,g
724
 
s,@INTLTOOL_PONG_RULE@,|#_!!_#|%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
725
 
CEOF
726
 
cat >"$tmp/subs-3.sed" <<\CEOF
727
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
728
 
s,@INTLTOOL_SERVER_RULE@,|#_!!_#|%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
729
 
s,@INTLTOOL_SHEET_RULE@,|#_!!_#|%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
730
 
s,@INTLTOOL_SOUNDLIST_RULE@,|#_!!_#|%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
731
 
s,@INTLTOOL_UI_RULE@,|#_!!_#|%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
732
 
s,@INTLTOOL_XAM_RULE@,|#_!!_#|%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
733
 
s,@INTLTOOL_KBD_RULE@,|#_!!_#|%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
734
 
s,@INTLTOOL_XML_RULE@,|#_!!_#|%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
735
 
s,@INTLTOOL_XML_NOMERGE_RULE@,|#_!!_#|%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@|#_!!_#|,g
736
 
s,@INTLTOOL_CAVES_RULE@,|#_!!_#|%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
737
 
s,@INTLTOOL_SCHEMAS_RULE@,|#_!!_#|%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
738
 
s,@INTLTOOL_THEME_RULE@,|#_!!_#|%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
739
 
s,@INTLTOOL_SERVICE_RULE@,|#_!!_#|%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
740
 
s,@INTLTOOL_POLICY_RULE@,|#_!!_#|%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
741
 
s,@MSGMERGE@,|#_!!_#|/usr/bin/msgmerge,g
742
 
s,@INTLTOOL_EXTRACT@,|#_!!_#|$(top_builddir)/intltool-extract,g
743
 
s,@INTLTOOL_MERGE@,|#_!!_#|$(top_builddir)/intltool-merge,g
744
 
s,@INTLTOOL_UPDATE@,|#_!!_#|$(top_builddir)/intltool-update,g
745
 
s,@INTLTOOL_PERL@,|#_!!_#|/usr/bin/perl,g
746
 
s,@ALL_LINGUAS@,|#_!!_#|,g
747
 
s,@SCHEMAS_INSTALL_TRUE@,|#_!!_#|,g
748
 
s,@SCHEMAS_INSTALL_FALSE@,|#_!!_#|#,g
749
 
s,@GCONFTOOL@,|#_!!_#|/usr/bin/gconftool-2,g
750
 
s,@GCONF_SCHEMA_CONFIG_SOURCE@,|#_!!_#|xml:merged:/etc/gconf/gconf.xml.defaults,g
751
 
s,@GCONF_SCHEMA_FILE_DIR@,|#_!!_#|$(sysconfdir)/gconf/schemas,g
752
 
s,@GCONF_SCHEMAS_INSTALL_TRUE@,|#_!!_#|,g
753
 
s,@GCONF_SCHEMAS_INSTALL_FALSE@,|#_!!_#|#,g
754
 
s,@LIBOBJS@,|#_!!_#|,g
755
 
s,@LTLIBOBJS@,|#_!!_#|,g
756
 
:end
757
 
s/|#_!!_#|//g
758
 
CEOF
759
 
fi # test -n "$CONFIG_FILES"
760
 
 
761
 
 
762
 
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
763
 
do
764
 
  case $ac_tag in
765
 
  :[FHLC]) ac_mode=$ac_tag; continue;;
766
 
  esac
767
 
  case $ac_mode$ac_tag in
768
 
  :[FHL]*:*);;
769
 
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
770
 
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
771
 
   { (exit 1); exit 1; }; };;
772
 
  :[FH]-) ac_tag=-:-;;
773
 
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
774
 
  esac
775
 
  ac_save_IFS=$IFS
776
 
  IFS=:
777
 
  set x $ac_tag
778
 
  IFS=$ac_save_IFS
779
 
  shift
780
 
  ac_file=$1
781
 
  shift
782
 
 
783
 
  case $ac_mode in
784
 
  :L) ac_source=$1;;
785
 
  :[FH])
786
 
    ac_file_inputs=
787
 
    for ac_f
788
 
    do
789
 
      case $ac_f in
790
 
      -) ac_f="$tmp/stdin";;
791
 
      *) # Look for the file first in the build tree, then in the source tree
792
 
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
793
 
         # because $ac_f cannot contain `:'.
794
 
         test -f "$ac_f" ||
795
 
           case $ac_f in
796
 
           [\\/$]*) false;;
797
 
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
798
 
           esac ||
799
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
800
 
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
801
 
   { (exit 1); exit 1; }; };;
802
 
      esac
803
 
      ac_file_inputs="$ac_file_inputs $ac_f"
804
 
    done
805
 
 
806
 
    # Let's still pretend it is `configure' which instantiates (i.e., don't
807
 
    # use $as_me), people would be surprised to read:
808
 
    #    /* config.h.  Generated by config.status.  */
809
 
    configure_input="Generated from "`IFS=:
810
 
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
811
 
    if test x"$ac_file" != x-; then
812
 
      configure_input="$ac_file.  $configure_input"
813
 
      { echo "$as_me:$LINENO: creating $ac_file" >&5
814
 
echo "$as_me: creating $ac_file" >&6;}
815
 
    fi
816
 
 
817
 
    case $ac_tag in
818
 
    *:-:* | *:-) cat >"$tmp/stdin";;
819
 
    esac
820
 
    ;;
821
 
  esac
822
 
 
823
 
  ac_dir=`$as_dirname -- "$ac_file" ||
824
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
825
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
826
 
         X"$ac_file" : 'X\(//\)$' \| \
827
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
828
 
echo X"$ac_file" |
829
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
830
 
            s//\1/
831
 
            q
832
 
          }
833
 
          /^X\(\/\/\)[^/].*/{
834
 
            s//\1/
835
 
            q
836
 
          }
837
 
          /^X\(\/\/\)$/{
838
 
            s//\1/
839
 
            q
840
 
          }
841
 
          /^X\(\/\).*/{
842
 
            s//\1/
843
 
            q
844
 
          }
845
 
          s/.*/./; q'`
846
 
  { as_dir="$ac_dir"
847
 
  case $as_dir in #(
848
 
  -*) as_dir=./$as_dir;;
849
 
  esac
850
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
851
 
    as_dirs=
852
 
    while :; do
853
 
      case $as_dir in #(
854
 
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
855
 
      *) as_qdir=$as_dir;;
856
 
      esac
857
 
      as_dirs="'$as_qdir' $as_dirs"
858
 
      as_dir=`$as_dirname -- "$as_dir" ||
859
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
861
 
         X"$as_dir" : 'X\(//\)$' \| \
862
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
863
 
echo X"$as_dir" |
864
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
865
 
            s//\1/
866
 
            q
867
 
          }
868
 
          /^X\(\/\/\)[^/].*/{
869
 
            s//\1/
870
 
            q
871
 
          }
872
 
          /^X\(\/\/\)$/{
873
 
            s//\1/
874
 
            q
875
 
          }
876
 
          /^X\(\/\).*/{
877
 
            s//\1/
878
 
            q
879
 
          }
880
 
          s/.*/./; q'`
881
 
      test -d "$as_dir" && break
882
 
    done
883
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
884
 
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
885
 
echo "$as_me: error: cannot create directory $as_dir" >&2;}
886
 
   { (exit 1); exit 1; }; }; }
887
 
  ac_builddir=.
888
 
 
889
 
case "$ac_dir" in
890
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
891
 
*)
892
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
893
 
  # A ".." for each directory in $ac_dir_suffix.
894
 
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
895
 
  case $ac_top_builddir_sub in
896
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
897
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
898
 
  esac ;;
899
 
esac
900
 
ac_abs_top_builddir=$ac_pwd
901
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
902
 
# for backward compatibility:
903
 
ac_top_builddir=$ac_top_build_prefix
904
 
 
905
 
case $srcdir in
906
 
  .)  # We are building in place.
907
 
    ac_srcdir=.
908
 
    ac_top_srcdir=$ac_top_builddir_sub
909
 
    ac_abs_top_srcdir=$ac_pwd ;;
910
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
911
 
    ac_srcdir=$srcdir$ac_dir_suffix;
912
 
    ac_top_srcdir=$srcdir
913
 
    ac_abs_top_srcdir=$srcdir ;;
914
 
  *) # Relative name.
915
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
916
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
917
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
918
 
esac
919
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
920
 
 
921
 
 
922
 
  case $ac_mode in
923
 
  :F)
924
 
  #
925
 
  # CONFIG_FILE
926
 
  #
927
 
 
928
 
  case $INSTALL in
929
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
930
 
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
931
 
  esac
932
 
  ac_MKDIR_P=$MKDIR_P
933
 
  case $MKDIR_P in
934
 
  [\\/$]* | ?:[\\/]* ) ;;
935
 
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
936
 
  esac
937
 
# If the template does not know about datarootdir, expand it.
938
 
# FIXME: This hack should be removed a few years after 2.60.
939
 
ac_datarootdir_hack=; ac_datarootdir_seen=
940
 
 
941
 
case `sed -n '/datarootdir/ {
942
 
  p
943
 
  q
944
 
}
945
 
/@datadir@/p
946
 
/@docdir@/p
947
 
/@infodir@/p
948
 
/@localedir@/p
949
 
/@mandir@/p
950
 
' $ac_file_inputs` in
951
 
*datarootdir*) ac_datarootdir_seen=yes;;
952
 
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
953
 
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
954
 
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
955
 
  ac_datarootdir_hack='
956
 
  s&@datadir@&${datarootdir}&g
957
 
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
958
 
  s&@infodir@&${datarootdir}/info&g
959
 
  s&@localedir@&${datarootdir}/locale&g
960
 
  s&@mandir@&${datarootdir}/man&g
961
 
    s&\${datarootdir}&${prefix}/share&g' ;;
962
 
esac
963
 
  sed "/^[       ]*VPATH[        ]*=/{
964
 
s/:*\$(srcdir):*/:/
965
 
s/:*\${srcdir}:*/:/
966
 
s/:*@srcdir@:*/:/
967
 
s/^\([^=]*=[     ]*\):*/\1/
968
 
s/:*$//
969
 
s/^[^=]*=[       ]*$//
970
 
}
971
 
 
972
 
:t
973
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
974
 
s&@configure_input@&$configure_input&;t t
975
 
s&@top_builddir@&$ac_top_builddir_sub&;t t
976
 
s&@srcdir@&$ac_srcdir&;t t
977
 
s&@abs_srcdir@&$ac_abs_srcdir&;t t
978
 
s&@top_srcdir@&$ac_top_srcdir&;t t
979
 
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
980
 
s&@builddir@&$ac_builddir&;t t
981
 
s&@abs_builddir@&$ac_abs_builddir&;t t
982
 
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
983
 
s&@INSTALL@&$ac_INSTALL&;t t
984
 
s&@MKDIR_P@&$ac_MKDIR_P&;t t
985
 
$ac_datarootdir_hack
986
 
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
987
 
 
988
 
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
989
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
990
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
991
 
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
992
 
which seems to be undefined.  Please make sure it is defined." >&5
993
 
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
994
 
which seems to be undefined.  Please make sure it is defined." >&2;}
995
 
 
996
 
  rm -f "$tmp/stdin"
997
 
  case $ac_file in
998
 
  -) cat "$tmp/out"; rm -f "$tmp/out";;
999
 
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
1000
 
  esac
1001
 
 ;;
1002
 
  :H)
1003
 
  #
1004
 
  # CONFIG_HEADER
1005
 
  #
1006
 
    # First, check the format of the line:
1007
 
    cat >"$tmp/defines.sed" <<\CEOF
1008
 
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
1009
 
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
1010
 
b
1011
 
:def
1012
 
s/$/ /
1013
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "" ,
1014
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "" ,
1015
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "" ,
1016
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "" ,
1017
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "" ,
1018
 
s,^\([   #]*\)[^         ]*\([   ]*BRASERO_MAJOR_VERSION\)[      (].*,\1define\2 0 ,
1019
 
s,^\([   #]*\)[^         ]*\([   ]*BRASERO_MINOR_VERSION\)[      (].*,\1define\2 8 ,
1020
 
s,^\([   #]*\)[^         ]*\([   ]*BRASERO_SUB\)[        (].*,\1define\2 2 ,
1021
 
s,^\([   #]*\)[^         ]*\([   ]*BRASERO_VERSION\)[    (].*,\1define\2 0.8.2 ,
1022
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "brasero" ,
1023
 
s,^\([   #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "0.8.2" ,
1024
 
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
1025
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
1026
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
1027
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
1028
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
1029
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MEMORY_H\)[      (].*,\1define\2 1 ,
1030
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
1031
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_INTTYPES_H\)[    (].*,\1define\2 1 ,
1032
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
1033
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
1034
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
1035
 
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
1036
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_DATA_DIR\)[   (].*,\1define\2 "/usr/local/share/" ,
1037
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SG_IO_HDR_T\)[   (].*,\1define\2 1 ,
1038
 
s,^\([   #]*\)[^         ]*\([   ]*_FILE_OFFSET_BITS\)[  (].*,\1define\2 64 ,
1039
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_GNOME2\)[       (].*,\1define\2 1 ,
1040
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_LIBBURNIA\)[    (].*,\1define\2 1 ,
1041
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_CDRTOOLS\)[     (].*,\1define\2 1 ,
1042
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_CDRKIT\)[       (].*,\1define\2 1 ,
1043
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_SEARCH\)[       (].*,\1define\2 1 ,
1044
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_PLAYLIST\)[     (].*,\1define\2 1 ,
1045
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_PREVIEW\)[      (].*,\1define\2 1 ,
1046
 
s,^\([   #]*\)[^         ]*\([   ]*BUILD_INOTIFY\)[      (].*,\1define\2 1 ,
1047
 
s,^\([   #]*\)[^         ]*\([   ]*GETTEXT_PACKAGE\)[    (].*,\1define\2 "brasero" ,
1048
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LOCALE_H\)[      (].*,\1define\2 1 ,
1049
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LC_MESSAGES\)[   (].*,\1define\2 1 ,
1050
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_BIND_TEXTDOMAIN_CODESET\)[       (].*,\1define\2 1 ,
1051
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETTEXT\)[       (].*,\1define\2 1 ,
1052
 
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DCGETTEXT\)[     (].*,\1define\2 1 ,
1053
 
s,^\([   #]*\)[^         ]*\([   ]*ENABLE_NLS\)[         (].*,\1define\2 1 ,
1054
 
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_LOCALE_DIR\)[         (].*,\1define\2 "/usr/local/share/locale" ,
1055
 
s/ $//
1056
 
s,^[     #]*u.*,/* & */,
1057
 
CEOF
1058
 
    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
1059
 
ac_result="$tmp/out1"
1060
 
  if test x"$ac_file" != x-; then
1061
 
    echo "/* $configure_input  */" >"$tmp/config.h"
1062
 
    cat "$ac_result" >>"$tmp/config.h"
1063
 
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1064
 
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1065
 
echo "$as_me: $ac_file is unchanged" >&6;}
1066
 
    else
1067
 
      rm -f $ac_file
1068
 
      mv "$tmp/config.h" $ac_file
1069
 
    fi
1070
 
  else
1071
 
    echo "/* $configure_input  */"
1072
 
    cat "$ac_result"
1073
 
  fi
1074
 
  rm -f "$tmp/out12"
1075
 
# Compute $ac_file's index in $config_headers.
1076
 
_am_arg=$ac_file
1077
 
_am_stamp_count=1
1078
 
for _am_header in $config_headers :; do
1079
 
  case $_am_header in
1080
 
    $_am_arg | $_am_arg:* )
1081
 
      break ;;
1082
 
    * )
1083
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1084
 
  esac
1085
 
done
1086
 
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1087
 
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1088
 
         X"$_am_arg" : 'X\(//\)[^/]' \| \
1089
 
         X"$_am_arg" : 'X\(//\)$' \| \
1090
 
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1091
 
echo X"$_am_arg" |
1092
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1093
 
            s//\1/
1094
 
            q
1095
 
          }
1096
 
          /^X\(\/\/\)[^/].*/{
1097
 
            s//\1/
1098
 
            q
1099
 
          }
1100
 
          /^X\(\/\/\)$/{
1101
 
            s//\1/
1102
 
            q
1103
 
          }
1104
 
          /^X\(\/\).*/{
1105
 
            s//\1/
1106
 
            q
1107
 
          }
1108
 
          s/.*/./; q'`/stamp-h$_am_stamp_count
1109
 
 ;;
1110
 
 
1111
 
  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1112
 
echo "$as_me: executing $ac_file commands" >&6;}
1113
 
 ;;
1114
 
  esac
1115
 
 
1116
 
 
1117
 
  case $ac_file$ac_mode in
1118
 
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1119
 
  # Strip MF so we end up with the name of the file.
1120
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
1121
 
  # Check whether this is an Automake generated Makefile or not.
1122
 
  # We used to match only the files named `Makefile.in', but
1123
 
  # some people rename them; so instead we look at the file content.
1124
 
  # Grep'ing the first line is not enough: some people post-process
1125
 
  # each Makefile.in and add a new line on top of each file to say so.
1126
 
  # Grep'ing the whole file is not good either: AIX grep has a line
1127
 
  # limit of 2048, but all sed's we know have understand at least 4000.
1128
 
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1129
 
    dirpart=`$as_dirname -- "$mf" ||
1130
 
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1131
 
         X"$mf" : 'X\(//\)[^/]' \| \
1132
 
         X"$mf" : 'X\(//\)$' \| \
1133
 
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1134
 
echo X"$mf" |
1135
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1136
 
            s//\1/
1137
 
            q
1138
 
          }
1139
 
          /^X\(\/\/\)[^/].*/{
1140
 
            s//\1/
1141
 
            q
1142
 
          }
1143
 
          /^X\(\/\/\)$/{
1144
 
            s//\1/
1145
 
            q
1146
 
          }
1147
 
          /^X\(\/\).*/{
1148
 
            s//\1/
1149
 
            q
1150
 
          }
1151
 
          s/.*/./; q'`
1152
 
  else
1153
 
    continue
1154
 
  fi
1155
 
  # Extract the definition of DEPDIR, am__include, and am__quote
1156
 
  # from the Makefile without running `make'.
1157
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1158
 
  test -z "$DEPDIR" && continue
1159
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1160
 
  test -z "am__include" && continue
1161
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1162
 
  # When using ansi2knr, U may be empty or an underscore; expand it
1163
 
  U=`sed -n 's/^U = //p' < "$mf"`
1164
 
  # Find all dependency output files, they are included files with
1165
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1166
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
1167
 
  # expansion.
1168
 
  for file in `sed -n "
1169
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1170
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1171
 
    # Make sure the directory exists.
1172
 
    test -f "$dirpart/$file" && continue
1173
 
    fdir=`$as_dirname -- "$file" ||
1174
 
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1175
 
         X"$file" : 'X\(//\)[^/]' \| \
1176
 
         X"$file" : 'X\(//\)$' \| \
1177
 
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1178
 
echo X"$file" |
1179
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1180
 
            s//\1/
1181
 
            q
1182
 
          }
1183
 
          /^X\(\/\/\)[^/].*/{
1184
 
            s//\1/
1185
 
            q
1186
 
          }
1187
 
          /^X\(\/\/\)$/{
1188
 
            s//\1/
1189
 
            q
1190
 
          }
1191
 
          /^X\(\/\).*/{
1192
 
            s//\1/
1193
 
            q
1194
 
          }
1195
 
          s/.*/./; q'`
1196
 
    { as_dir=$dirpart/$fdir
1197
 
  case $as_dir in #(
1198
 
  -*) as_dir=./$as_dir;;
1199
 
  esac
1200
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1201
 
    as_dirs=
1202
 
    while :; do
1203
 
      case $as_dir in #(
1204
 
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1205
 
      *) as_qdir=$as_dir;;
1206
 
      esac
1207
 
      as_dirs="'$as_qdir' $as_dirs"
1208
 
      as_dir=`$as_dirname -- "$as_dir" ||
1209
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1210
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1211
 
         X"$as_dir" : 'X\(//\)$' \| \
1212
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1213
 
echo X"$as_dir" |
1214
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1215
 
            s//\1/
1216
 
            q
1217
 
          }
1218
 
          /^X\(\/\/\)[^/].*/{
1219
 
            s//\1/
1220
 
            q
1221
 
          }
1222
 
          /^X\(\/\/\)$/{
1223
 
            s//\1/
1224
 
            q
1225
 
          }
1226
 
          /^X\(\/\).*/{
1227
 
            s//\1/
1228
 
            q
1229
 
          }
1230
 
          s/.*/./; q'`
1231
 
      test -d "$as_dir" && break
1232
 
    done
1233
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1234
 
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1235
 
echo "$as_me: error: cannot create directory $as_dir" >&2;}
1236
 
   { (exit 1); exit 1; }; }; }
1237
 
    # echo "creating $dirpart/$file"
1238
 
    echo '# dummy' > "$dirpart/$file"
1239
 
  done
1240
 
done
1241
 
 ;;
1242
 
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
1243
 
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
1244
 
      esac ;;
1245
 
    "intltool":C)
1246
 
 
1247
 
for file in intltool-extract intltool-merge intltool-update; do
1248
 
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
1249
 
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
1250
 
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
1251
 
        < ${ac_aux_dir}/${file}.in > ${file}.out
1252
 
  if cmp -s ${file} ${file}.out 2>/dev/null; then
1253
 
    rm -f ${file}.out
1254
 
  else
1255
 
    mv -f ${file}.out ${file}
1256
 
  fi
1257
 
  chmod ugo+x ${file}
1258
 
  chmod u+w ${file}
1259
 
done
1260
 
 
1261
 
 ;;
1262
 
    "po/stamp-it":C)
1263
 
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
1264
 
    >"po/stamp-it.tmp"
1265
 
    sed '/^#/d
1266
 
         s/^[[].*] *//
1267
 
         /^[    ]*$/d
1268
 
        '"s|^|  $ac_top_srcdir/|" \
1269
 
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
1270
 
 
1271
 
    if test ! -f "po/Makefile"; then
1272
 
      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
1273
 
echo "$as_me: error: po/Makefile is not ready." >&2;}
1274
 
   { (exit 1); exit 1; }; }
1275
 
    fi
1276
 
    mv "po/Makefile" "po/Makefile.tmp"
1277
 
    sed '/^POTFILES =/,/[^\\]$/ {
1278
 
                /^POTFILES =/!d
1279
 
                r po/POTFILES
1280
 
          }
1281
 
         ' "po/Makefile.tmp" >"po/Makefile"
1282
 
    rm -f "po/Makefile.tmp"
1283
 
    mv "po/stamp-it.tmp" "po/stamp-it"
1284
 
   ;;
1285
 
 
1286
 
  esac
1287
 
done # for ac_tag
1288
 
 
1289
 
 
1290
 
{ (exit 0); exit 0; }