~ubuntu-branches/ubuntu/gutsy/gst-plugins-good0.10/gutsy-security

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2007-09-07 17:04:00 UTC
  • Revision ID: james.westby@ubuntu.com-20070907170400-wsxffkgil4l8wdfi
Tags: 0.10.6-0ubuntu2
Bring the v4l2 code up to ~ current CVS - the 0.10.6 version seems 
to handle various hardware badly (such as the USB iSight)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
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/bash}
 
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 GStreamer Good Plug-ins $as_me 0.10.6, 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 gst/Makefile gst/alpha/Makefile gst/apetag/Makefile gst/audiofx/Makefile gst/auparse/Makefile gst/autodetect/Makefile gst/avi/Makefile gst/cutter/Makefile gst/debug/Makefile gst/effectv/Makefile gst/id3demux/Makefile gst/icydemux/Makefile gst/goom/Makefile gst/law/Makefile gst/level/Makefile gst/matroska/Makefile gst/monoscope/Makefile gst/multipart/Makefile gst/qtdemux/Makefile gst/rtp/Makefile gst/rtsp/Makefile gst/smpte/Makefile gst/udp/Makefile gst/videobox/Makefile gst/videocrop/Makefile gst/videofilter/Makefile gst/videomixer/Makefile gst/wavenc/Makefile gst/wavparse/Makefile gst/flx/Makefile ext/jpeg/Makefile ext/Makefile ext/aalib/Makefile ext/annodex/Makefile ext/cairo/Makefile ext/cdio/Makefile ext/dv/Makefile ext/esd/Makefile ext/flac/Makefile ext/gconf/Makefile ext/gdk_pixbuf/Makefile ext/hal/Makefile ext/ladspa/Makefile ext/libcaca/Makefile ext/libpng/Makefile ext/raw1394/Makefile ext/shout2/Makefile ext/speex/Makefile ext/taglib/Makefile ext/wavpack/Makefile sys/Makefile sys/directdraw/Makefile sys/directsound/Makefile sys/oss/Makefile sys/sunaudio/Makefile sys/osxaudio/Makefile sys/osxvideo/Makefile sys/v4l2/Makefile sys/waveform/Makefile sys/ximage/Makefile po/Makefile.in tests/Makefile tests/check/Makefile tests/examples/Makefile tests/examples/level/Makefile tests/files/Makefile tests/icles/Makefile gconf/Makefile gconf/gstreamer.schemas common/Makefile common/m4/Makefile m4/Makefile docs/Makefile docs/plugins/Makefile docs/version.entities win32/common/config.h pkgconfig/Makefile pkgconfig/gstreamer-plugins-good-uninstalled.pc gst-plugins-good.spec"
 
305
config_headers=" config.h"
 
306
config_commands=" depfiles default-1 _stdint.h"
 
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
GStreamer Good Plug-ins config.status 0.10.6
 
337
configured by /tmp/gst-plugins-good0.10-0.10.6/./configure, generated by GNU Autoconf 2.61,
 
338
  with options \"'--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=\${prefix}/include' '--mandir=\${prefix}/share/man' '--infodir=\${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=\${prefix}/lib/gst-plugins-good0.10' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--disable-examples' '--enable-DEBUG' '--enable-debug' '--with-package-name=GStreamer Good Plugins (Ubuntu)' '--with-package-origin=https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10' '--enable-gtk-doc' '--enable-experimental' 'build_alias=x86_64-linux-gnu' 'CC=cc' 'CFLAGS=-g -Wall -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-g -Wall -O2'\"
 
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/gst-plugins-good0.10-0.10.6'
 
345
srcdir='.'
 
346
INSTALL='/usr/bin/install -c'
 
347
# If no file are specified by the user, then we need to provide default
 
348
# value.  By we need to know if files were specified by the user.
 
349
ac_need_defaults=:
 
350
while test $# != 0
 
351
do
 
352
  case $1 in
 
353
  --*=*)
 
354
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
355
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
356
    ac_shift=:
 
357
    ;;
 
358
  *)
 
359
    ac_option=$1
 
360
    ac_optarg=$2
 
361
    ac_shift=shift
 
362
    ;;
 
363
  esac
 
364
 
 
365
  case $ac_option in
 
366
  # Handling of the options.
 
367
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
368
    ac_cs_recheck=: ;;
 
369
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
370
    echo "$ac_cs_version"; exit ;;
 
371
  --debug | --debu | --deb | --de | --d | -d )
 
372
    debug=: ;;
 
373
  --file | --fil | --fi | --f )
 
374
    $ac_shift
 
375
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
376
    ac_need_defaults=false;;
 
377
  --header | --heade | --head | --hea )
 
378
    $ac_shift
 
379
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
380
    ac_need_defaults=false;;
 
381
  --he | --h)
 
382
    # Conflict between --help and --header
 
383
    { echo "$as_me: error: ambiguous option: $1
 
384
Try \`$0 --help' for more information." >&2
 
385
   { (exit 1); exit 1; }; };;
 
386
  --help | --hel | -h )
 
387
    echo "$ac_cs_usage"; exit ;;
 
388
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
389
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
390
    ac_cs_silent=: ;;
 
391
 
 
392
  # This is an error.
 
393
  -*) { echo "$as_me: error: unrecognized option: $1
 
394
Try \`$0 --help' for more information." >&2
 
395
   { (exit 1); exit 1; }; } ;;
 
396
 
 
397
  *) ac_config_targets="$ac_config_targets $1"
 
398
     ac_need_defaults=false ;;
 
399
 
 
400
  esac
 
401
  shift
 
402
done
 
403
 
 
404
ac_configure_extra_args=
 
405
 
 
406
if $ac_cs_silent; then
 
407
  exec 6>/dev/null
 
408
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
409
fi
 
410
 
 
411
if $ac_cs_recheck; then
 
412
  echo "running CONFIG_SHELL=/bin/bash /bin/bash /tmp/gst-plugins-good0.10-0.10.6/./configure " '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/gst-plugins-good0.10' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--disable-examples' '--enable-DEBUG' '--enable-debug' '--with-package-name=GStreamer Good Plugins (Ubuntu)' '--with-package-origin=https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10' '--enable-gtk-doc' '--enable-experimental' 'build_alias=x86_64-linux-gnu' 'CC=cc' 'CFLAGS=-g -Wall -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-g -Wall -O2' $ac_configure_extra_args " --no-create --no-recursion" >&6
 
413
  CONFIG_SHELL=/bin/bash
 
414
  export CONFIG_SHELL
 
415
  exec /bin/bash "/tmp/gst-plugins-good0.10-0.10.6/./configure" '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/gst-plugins-good0.10' '--disable-maintainer-mode' '--disable-dependency-tracking' '--srcdir=.' '--disable-examples' '--enable-DEBUG' '--enable-debug' '--with-package-name=GStreamer Good Plugins (Ubuntu)' '--with-package-origin=https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10' '--enable-gtk-doc' '--enable-experimental' 'build_alias=x86_64-linux-gnu' 'CC=cc' 'CFLAGS=-g -Wall -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-g -Wall -O2' $ac_configure_extra_args --no-create --no-recursion
 
416
fi
 
417
 
 
418
exec 5>>config.log
 
419
{
 
420
  echo
 
421
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
422
## Running $as_me. ##
 
423
_ASBOX
 
424
  echo "$ac_log"
 
425
} >&5
 
426
 
 
427
#
 
428
# INIT-COMMANDS
 
429
#
 
430
AMDEP_TRUE="#" ac_aux_dir="."
 
431
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
 
432
    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
 
433
    # from automake.
 
434
    eval 'ALL_LINGUAS''=""'
 
435
    # Capture the value of LINGUAS because we need it to compute CATALOGS.
 
436
    LINGUAS="%UNSET%"
 
437
 
 
438
# variables for create stdint.h replacement
 
439
PACKAGE="gst-plugins-good"
 
440
VERSION="0.10.6"
 
441
ac_stdint_h="_stdint.h"
 
442
_ac_stdint_h=_GST_PLUGINS_GOOD__STDINT_H
 
443
ac_cv_stdint_message="using gnu compiler cc (GCC) 4.1.3 20070825 (prerelease) (Ubuntu 4.1.2-15ubuntu3)"
 
444
ac_cv_header_stdint_t="stdint.h"
 
445
ac_cv_header_stdint_x=""
 
446
ac_cv_header_stdint_o=""
 
447
ac_cv_header_stdint_u=""
 
448
ac_cv_type_uint64_t=""
 
449
ac_cv_type_u_int64_t=""
 
450
ac_cv_stdint_char_model=""
 
451
ac_cv_stdint_long_model=""
 
452
ac_cv_type_int_least32_t=""
 
453
ac_cv_type_int_fast32_t=""
 
454
ac_cv_type_intmax_t=""
 
455
 
 
456
 
 
457
 
 
458
# Handling of arguments.
 
459
for ac_config_target in $ac_config_targets
 
460
do
 
461
  case $ac_config_target in
 
462
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
463
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
464
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 
465
    "$ac_stdint_h") CONFIG_COMMANDS="$CONFIG_COMMANDS $ac_stdint_h" ;;
 
466
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
467
    "gst/Makefile") CONFIG_FILES="$CONFIG_FILES gst/Makefile" ;;
 
468
    "gst/alpha/Makefile") CONFIG_FILES="$CONFIG_FILES gst/alpha/Makefile" ;;
 
469
    "gst/apetag/Makefile") CONFIG_FILES="$CONFIG_FILES gst/apetag/Makefile" ;;
 
470
    "gst/audiofx/Makefile") CONFIG_FILES="$CONFIG_FILES gst/audiofx/Makefile" ;;
 
471
    "gst/auparse/Makefile") CONFIG_FILES="$CONFIG_FILES gst/auparse/Makefile" ;;
 
472
    "gst/autodetect/Makefile") CONFIG_FILES="$CONFIG_FILES gst/autodetect/Makefile" ;;
 
473
    "gst/avi/Makefile") CONFIG_FILES="$CONFIG_FILES gst/avi/Makefile" ;;
 
474
    "gst/cutter/Makefile") CONFIG_FILES="$CONFIG_FILES gst/cutter/Makefile" ;;
 
475
    "gst/debug/Makefile") CONFIG_FILES="$CONFIG_FILES gst/debug/Makefile" ;;
 
476
    "gst/effectv/Makefile") CONFIG_FILES="$CONFIG_FILES gst/effectv/Makefile" ;;
 
477
    "gst/id3demux/Makefile") CONFIG_FILES="$CONFIG_FILES gst/id3demux/Makefile" ;;
 
478
    "gst/icydemux/Makefile") CONFIG_FILES="$CONFIG_FILES gst/icydemux/Makefile" ;;
 
479
    "gst/goom/Makefile") CONFIG_FILES="$CONFIG_FILES gst/goom/Makefile" ;;
 
480
    "gst/law/Makefile") CONFIG_FILES="$CONFIG_FILES gst/law/Makefile" ;;
 
481
    "gst/level/Makefile") CONFIG_FILES="$CONFIG_FILES gst/level/Makefile" ;;
 
482
    "gst/matroska/Makefile") CONFIG_FILES="$CONFIG_FILES gst/matroska/Makefile" ;;
 
483
    "gst/monoscope/Makefile") CONFIG_FILES="$CONFIG_FILES gst/monoscope/Makefile" ;;
 
484
    "gst/multipart/Makefile") CONFIG_FILES="$CONFIG_FILES gst/multipart/Makefile" ;;
 
485
    "gst/qtdemux/Makefile") CONFIG_FILES="$CONFIG_FILES gst/qtdemux/Makefile" ;;
 
486
    "gst/rtp/Makefile") CONFIG_FILES="$CONFIG_FILES gst/rtp/Makefile" ;;
 
487
    "gst/rtsp/Makefile") CONFIG_FILES="$CONFIG_FILES gst/rtsp/Makefile" ;;
 
488
    "gst/smpte/Makefile") CONFIG_FILES="$CONFIG_FILES gst/smpte/Makefile" ;;
 
489
    "gst/udp/Makefile") CONFIG_FILES="$CONFIG_FILES gst/udp/Makefile" ;;
 
490
    "gst/videobox/Makefile") CONFIG_FILES="$CONFIG_FILES gst/videobox/Makefile" ;;
 
491
    "gst/videocrop/Makefile") CONFIG_FILES="$CONFIG_FILES gst/videocrop/Makefile" ;;
 
492
    "gst/videofilter/Makefile") CONFIG_FILES="$CONFIG_FILES gst/videofilter/Makefile" ;;
 
493
    "gst/videomixer/Makefile") CONFIG_FILES="$CONFIG_FILES gst/videomixer/Makefile" ;;
 
494
    "gst/wavenc/Makefile") CONFIG_FILES="$CONFIG_FILES gst/wavenc/Makefile" ;;
 
495
    "gst/wavparse/Makefile") CONFIG_FILES="$CONFIG_FILES gst/wavparse/Makefile" ;;
 
496
    "gst/flx/Makefile") CONFIG_FILES="$CONFIG_FILES gst/flx/Makefile" ;;
 
497
    "ext/jpeg/Makefile") CONFIG_FILES="$CONFIG_FILES ext/jpeg/Makefile" ;;
 
498
    "ext/Makefile") CONFIG_FILES="$CONFIG_FILES ext/Makefile" ;;
 
499
    "ext/aalib/Makefile") CONFIG_FILES="$CONFIG_FILES ext/aalib/Makefile" ;;
 
500
    "ext/annodex/Makefile") CONFIG_FILES="$CONFIG_FILES ext/annodex/Makefile" ;;
 
501
    "ext/cairo/Makefile") CONFIG_FILES="$CONFIG_FILES ext/cairo/Makefile" ;;
 
502
    "ext/cdio/Makefile") CONFIG_FILES="$CONFIG_FILES ext/cdio/Makefile" ;;
 
503
    "ext/dv/Makefile") CONFIG_FILES="$CONFIG_FILES ext/dv/Makefile" ;;
 
504
    "ext/esd/Makefile") CONFIG_FILES="$CONFIG_FILES ext/esd/Makefile" ;;
 
505
    "ext/flac/Makefile") CONFIG_FILES="$CONFIG_FILES ext/flac/Makefile" ;;
 
506
    "ext/gconf/Makefile") CONFIG_FILES="$CONFIG_FILES ext/gconf/Makefile" ;;
 
507
    "ext/gdk_pixbuf/Makefile") CONFIG_FILES="$CONFIG_FILES ext/gdk_pixbuf/Makefile" ;;
 
508
    "ext/hal/Makefile") CONFIG_FILES="$CONFIG_FILES ext/hal/Makefile" ;;
 
509
    "ext/ladspa/Makefile") CONFIG_FILES="$CONFIG_FILES ext/ladspa/Makefile" ;;
 
510
    "ext/libcaca/Makefile") CONFIG_FILES="$CONFIG_FILES ext/libcaca/Makefile" ;;
 
511
    "ext/libpng/Makefile") CONFIG_FILES="$CONFIG_FILES ext/libpng/Makefile" ;;
 
512
    "ext/raw1394/Makefile") CONFIG_FILES="$CONFIG_FILES ext/raw1394/Makefile" ;;
 
513
    "ext/shout2/Makefile") CONFIG_FILES="$CONFIG_FILES ext/shout2/Makefile" ;;
 
514
    "ext/speex/Makefile") CONFIG_FILES="$CONFIG_FILES ext/speex/Makefile" ;;
 
515
    "ext/taglib/Makefile") CONFIG_FILES="$CONFIG_FILES ext/taglib/Makefile" ;;
 
516
    "ext/wavpack/Makefile") CONFIG_FILES="$CONFIG_FILES ext/wavpack/Makefile" ;;
 
517
    "sys/Makefile") CONFIG_FILES="$CONFIG_FILES sys/Makefile" ;;
 
518
    "sys/directdraw/Makefile") CONFIG_FILES="$CONFIG_FILES sys/directdraw/Makefile" ;;
 
519
    "sys/directsound/Makefile") CONFIG_FILES="$CONFIG_FILES sys/directsound/Makefile" ;;
 
520
    "sys/oss/Makefile") CONFIG_FILES="$CONFIG_FILES sys/oss/Makefile" ;;
 
521
    "sys/sunaudio/Makefile") CONFIG_FILES="$CONFIG_FILES sys/sunaudio/Makefile" ;;
 
522
    "sys/osxaudio/Makefile") CONFIG_FILES="$CONFIG_FILES sys/osxaudio/Makefile" ;;
 
523
    "sys/osxvideo/Makefile") CONFIG_FILES="$CONFIG_FILES sys/osxvideo/Makefile" ;;
 
524
    "sys/v4l2/Makefile") CONFIG_FILES="$CONFIG_FILES sys/v4l2/Makefile" ;;
 
525
    "sys/waveform/Makefile") CONFIG_FILES="$CONFIG_FILES sys/waveform/Makefile" ;;
 
526
    "sys/ximage/Makefile") CONFIG_FILES="$CONFIG_FILES sys/ximage/Makefile" ;;
 
527
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 
528
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
 
529
    "tests/check/Makefile") CONFIG_FILES="$CONFIG_FILES tests/check/Makefile" ;;
 
530
    "tests/examples/Makefile") CONFIG_FILES="$CONFIG_FILES tests/examples/Makefile" ;;
 
531
    "tests/examples/level/Makefile") CONFIG_FILES="$CONFIG_FILES tests/examples/level/Makefile" ;;
 
532
    "tests/files/Makefile") CONFIG_FILES="$CONFIG_FILES tests/files/Makefile" ;;
 
533
    "tests/icles/Makefile") CONFIG_FILES="$CONFIG_FILES tests/icles/Makefile" ;;
 
534
    "gconf/Makefile") CONFIG_FILES="$CONFIG_FILES gconf/Makefile" ;;
 
535
    "gconf/gstreamer.schemas") CONFIG_FILES="$CONFIG_FILES gconf/gstreamer.schemas" ;;
 
536
    "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
 
537
    "common/m4/Makefile") CONFIG_FILES="$CONFIG_FILES common/m4/Makefile" ;;
 
538
    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
 
539
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
 
540
    "docs/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES docs/plugins/Makefile" ;;
 
541
    "docs/version.entities") CONFIG_FILES="$CONFIG_FILES docs/version.entities" ;;
 
542
    "win32/common/config.h") CONFIG_FILES="$CONFIG_FILES win32/common/config.h" ;;
 
543
    "pkgconfig/Makefile") CONFIG_FILES="$CONFIG_FILES pkgconfig/Makefile" ;;
 
544
    "pkgconfig/gstreamer-plugins-good-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/gstreamer-plugins-good-uninstalled.pc" ;;
 
545
    "gst-plugins-good.spec") CONFIG_FILES="$CONFIG_FILES gst-plugins-good.spec" ;;
 
546
 
 
547
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
548
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
549
   { (exit 1); exit 1; }; };;
 
550
  esac
 
551
done
 
552
 
 
553
 
 
554
# If the user did not use the arguments to specify the items to instantiate,
 
555
# then the envvar interface is used.  Set only those that are not.
 
556
# We use the long form for the default assignment because of an extremely
 
557
# bizarre bug on SunOS 4.1.3.
 
558
if $ac_need_defaults; then
 
559
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
560
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
561
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
562
fi
 
563
 
 
564
# Have a temporary directory for convenience.  Make it in the build tree
 
565
# simply because there is no reason against having it here, and in addition,
 
566
# creating and moving files from /tmp can sometimes cause problems.
 
567
# Hook for its removal unless debugging.
 
568
# Note that there is a small window in which the directory will not be cleaned:
 
569
# after its creation but before its name has been assigned to `$tmp'.
 
570
$debug ||
 
571
{
 
572
  tmp=
 
573
  trap 'exit_status=$?
 
574
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
575
' 0
 
576
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
577
}
 
578
# Create a (secure) tmp directory for tmp files.
 
579
 
 
580
{
 
581
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
582
  test -n "$tmp" && test -d "$tmp"
 
583
}  ||
 
584
{
 
585
  tmp=./conf$$-$RANDOM
 
586
  (umask 077 && mkdir "$tmp")
 
587
} ||
 
588
{
 
589
   echo "$me: cannot create a temporary directory in ." >&2
 
590
   { (exit 1); exit 1; }
 
591
}
 
592
 
 
593
#
 
594
# Set up the sed scripts for CONFIG_FILES section.
 
595
#
 
596
 
 
597
# No need to generate the scripts if there are no CONFIG_FILES.
 
598
# This happens for instance when ./config.status config.h
 
599
if test -n "$CONFIG_FILES"; then
 
600
 
 
601
cat >"$tmp/subs-1.sed" <<\CEOF
 
602
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
603
s,@SHELL@,|#_!!_#|/bin/bash,g
 
604
s,@PATH_SEPARATOR@,|#_!!_#|:,g
 
605
s,@PACKAGE_NAME@,|#_!!_#|GStreamer Good Plug-ins,g
 
606
s,@PACKAGE_TARNAME@,|#_!!_#|gst-plugins-good,g
 
607
s,@PACKAGE_VERSION@,|#_!!_#|0.10.6,g
 
608
s,@PACKAGE_STRING@,|#_!!_#|GStreamer Good Plug-ins 0.10.6,g
 
609
s,@PACKAGE_BUGREPORT@,|#_!!_#|http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,g
 
610
s,@exec_prefix@,|#_!!_#|${prefix},g
 
611
s,@prefix@,|#_!!_#|/usr,g
 
612
s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
 
613
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
 
614
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
 
615
s,@libexecdir@,|#_!!_#|${prefix}/lib/gst-plugins-good0.10,g
 
616
s,@datarootdir@,|#_!!_#|${prefix}/share,g
 
617
s,@datadir@,|#_!!_#|${datarootdir},g
 
618
s,@sysconfdir@,|#_!!_#|/etc,g
 
619
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
 
620
s,@localstatedir@,|#_!!_#|/var,g
 
621
s,@includedir@,|#_!!_#|${prefix}/include,g
 
622
s,@oldincludedir@,|#_!!_#|/usr/include,g
 
623
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
 
624
s,@infodir@,|#_!!_#|${prefix}/share/info,g
 
625
s,@htmldir@,|#_!!_#|${docdir},g
 
626
s,@dvidir@,|#_!!_#|${docdir},g
 
627
s,@pdfdir@,|#_!!_#|${docdir},g
 
628
s,@psdir@,|#_!!_#|${docdir},g
 
629
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
 
630
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
 
631
s,@mandir@,|#_!!_#|${prefix}/share/man,g
 
632
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
 
633
s,@ECHO_C@,|#_!!_#|,g
 
634
s,@ECHO_N@,|#_!!_#|-n,g
 
635
s,@ECHO_T@,|#_!!_#|,g
 
636
s,@LIBS@,|#_!!_#|,g
 
637
s,@build_alias@,|#_!!_#|x86_64-linux-gnu,g
 
638
s,@host_alias@,|#_!!_#|,g
 
639
s,@target_alias@,|#_!!_#|,g
 
640
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
 
641
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
 
642
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 
643
s,@CYGPATH_W@,|#_!!_#|echo,g
 
644
s,@PACKAGE@,|#_!!_#|gst-plugins-good,g
 
645
s,@VERSION@,|#_!!_#|0.10.6,g
 
646
s,@ACLOCAL@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run aclocal-1.9,g
 
647
s,@AUTOCONF@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run autoconf,g
 
648
s,@AUTOMAKE@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run automake-1.9,g
 
649
s,@AUTOHEADER@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run autoheader,g
 
650
s,@MAKEINFO@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run makeinfo,g
 
651
s,@install_sh@,|#_!!_#|/tmp/gst-plugins-good0.10-0.10.6/install-sh,g
 
652
s,@STRIP@,|#_!!_#|strip,g
 
653
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
 
654
s,@mkdir_p@,|#_!!_#|mkdir -p --,g
 
655
s,@AWK@,|#_!!_#|mawk,g
 
656
s,@SET_MAKE@,|#_!!_#|,g
 
657
s,@am__leading_dot@,|#_!!_#|.,g
 
658
s,@AMTAR@,|#_!!_#|${SHELL} /tmp/gst-plugins-good0.10-0.10.6/missing --run tar,g
 
659
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
 
660
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
 
661
s,@PACKAGE_VERSION_MAJOR@,|#_!!_#|0,g
 
662
s,@PACKAGE_VERSION_MINOR@,|#_!!_#|10,g
 
663
s,@PACKAGE_VERSION_MICRO@,|#_!!_#|6,g
 
664
s,@PACKAGE_VERSION_NANO@,|#_!!_#|0,g
 
665
s,@PACKAGE_VERSION_RELEASE@,|#_!!_#|1,g
 
666
s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
 
667
s,@MAINTAINER_MODE_FALSE@,|#_!!_#|,g
 
668
s,@MAINT@,|#_!!_#|#,g
 
669
s,@build@,|#_!!_#|x86_64-pc-linux-gnu,g
 
670
s,@build_cpu@,|#_!!_#|x86_64,g
 
671
s,@build_vendor@,|#_!!_#|pc,g
 
672
s,@build_os@,|#_!!_#|linux-gnu,g
 
673
s,@host@,|#_!!_#|x86_64-pc-linux-gnu,g
 
674
s,@host_cpu@,|#_!!_#|x86_64,g
 
675
s,@host_vendor@,|#_!!_#|pc,g
 
676
s,@host_os@,|#_!!_#|linux-gnu,g
 
677
s,@GST_MAJORMINOR@,|#_!!_#|0.10,g
 
678
s,@CC@,|#_!!_#|cc,g
 
679
s,@CFLAGS@,|#_!!_#|-g -Wall -O2,g
 
680
s,@LDFLAGS@,|#_!!_#|,g
 
681
s,@CPPFLAGS@,|#_!!_#|,g
 
682
s,@ac_ct_CC@,|#_!!_#|cc,g
 
683
s,@EXEEXT@,|#_!!_#|,g
 
684
s,@OBJEXT@,|#_!!_#|o,g
 
685
s,@DEPDIR@,|#_!!_#|.deps,g
 
686
s,@am__include@,|#_!!_#|include,g
 
687
s,@am__quote@,|#_!!_#|,g
 
688
s,@AMDEP_TRUE@,|#_!!_#|#,g
 
689
s,@AMDEP_FALSE@,|#_!!_#|,g
 
690
s,@AMDEPBACKSLASH@,|#_!!_#|,g
 
691
s,@CCDEPMODE@,|#_!!_#|depmode=none,g
 
692
s,@am__fastdepCC_TRUE@,|#_!!_#|#,g
 
693
s,@am__fastdepCC_FALSE@,|#_!!_#|,g
 
694
s,@GREP@,|#_!!_#|/bin/grep,g
 
695
s,@EGREP@,|#_!!_#|/bin/grep -E,g
 
696
s,@LN_S@,|#_!!_#|ln -s,g
 
697
s,@ECHO@,|#_!!_#|echo,g
 
698
s,@AR@,|#_!!_#|ar,g
 
699
s,@RANLIB@,|#_!!_#|ranlib,g
 
700
CEOF
 
701
cat >"$tmp/subs-2.sed" <<\CEOF
 
702
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
703
s,@CPP@,|#_!!_#|cc -E,g
 
704
s,@CXX@,|#_!!_#|g++,g
 
705
s,@CXXFLAGS@,|#_!!_#|-g -Wall -O2,g
 
706
s,@ac_ct_CXX@,|#_!!_#|,g
 
707
s,@CXXDEPMODE@,|#_!!_#|depmode=none,g
 
708
s,@am__fastdepCXX_TRUE@,|#_!!_#|#,g
 
709
s,@am__fastdepCXX_FALSE@,|#_!!_#|,g
 
710
s,@CXXCPP@,|#_!!_#|g++ -E,g
 
711
s,@F77@,|#_!!_#|,g
 
712
s,@FFLAGS@,|#_!!_#|,g
 
713
s,@ac_ct_F77@,|#_!!_#|,g
 
714
s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
 
715
s,@ACLOCAL_AMFLAGS@,|#_!!_#|-I m4 -I common/m4,g
 
716
s,@MKINSTALLDIRS@,|#_!!_#|./mkinstalldirs,g
 
717
s,@MSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
 
718
s,@GMSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
 
719
s,@XGETTEXT@,|#_!!_#|/usr/bin/xgettext,g
 
720
s,@MSGMERGE@,|#_!!_#|/usr/bin/msgmerge,g
 
721
s,@USE_NLS@,|#_!!_#|yes,g
 
722
s,@LIBICONV@,|#_!!_#|-liconv,g
 
723
s,@LTLIBICONV@,|#_!!_#|-liconv,g
 
724
s,@INTLLIBS@,|#_!!_#|,g
 
725
s,@LIBINTL@,|#_!!_#|,g
 
726
s,@LTLIBINTL@,|#_!!_#|,g
 
727
s,@POSUB@,|#_!!_#|po,g
 
728
s,@GETTEXT_PACKAGE@,|#_!!_#|gst-plugins-good-0.10,g
 
729
s,@LOCALEDIR@,|#_!!_#|/usr/share/locale,g
 
730
s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g
 
731
s,@VALGRIND_CFLAGS@,|#_!!_#|,g
 
732
s,@VALGRIND_LIBS@,|#_!!_#|,g
 
733
s,@GCOV_CFLAGS@,|#_!!_#|,g
 
734
s,@GCOV_LIBS@,|#_!!_#|,g
 
735
s,@GCOV@,|#_!!_#|,g
 
736
s,@CCASFLAGS@,|#_!!_#|,g
 
737
s,@GST_GCOV_ENABLED_TRUE@,|#_!!_#|#,g
 
738
s,@GST_GCOV_ENABLED_FALSE@,|#_!!_#|,g
 
739
s,@BUILD_EXAMPLES_TRUE@,|#_!!_#|#,g
 
740
s,@BUILD_EXAMPLES_FALSE@,|#_!!_#|,g
 
741
s,@GST_PACKAGE_NAME@,|#_!!_#|GStreamer Good Plugins (Ubuntu),g
 
742
s,@GST_PACKAGE_ORIGIN@,|#_!!_#|https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10,g
 
743
s,@GST_PLUGINS_ALL@,|#_!!_#|            videofilter             alpha           apetag          audiofx                 auparse                 autodetect              avi             cutter          debug           effectv                 id3demux                icydemux                flx             goom            law             level           matroska                monoscope               multipart                 qtdemux               rtp                     rtsp                    smpte                   udp                     videobox                videocrop               videomixer              wavenc          wavparse                 ,g
 
744
s,@WIN32_LIBS@,|#_!!_#|,g
 
745
s,@USE_EXTERNAL_TRUE@,|#_!!_#|,g
 
746
s,@USE_EXTERNAL_FALSE@,|#_!!_#|#,g
 
747
s,@BUILD_EXTERNAL_TRUE@,|#_!!_#|,g
 
748
s,@BUILD_EXTERNAL_FALSE@,|#_!!_#|#,g
 
749
s,@USE_EXPERIMENTAL_TRUE@,|#_!!_#|,g
 
750
s,@USE_EXPERIMENTAL_FALSE@,|#_!!_#|#,g
 
751
s,@GST_PLUGINS_SELECTED@,|#_!!_#|               videofilter             alpha           apetag          audiofx                 auparse                 autodetect              avi             cutter          debug           effectv                 id3demux                icydemux                flx             goom            law             level           matroska                monoscope               multipart                 qtdemux               rtp                     rtsp                    smpte                   udp                     videobox                videocrop               videomixer              wavenc          wavparse                 ,g
 
752
s,@HAVE_CPU_I386_TRUE@,|#_!!_#|#,g
 
753
s,@HAVE_CPU_I386_FALSE@,|#_!!_#|,g
 
754
s,@HAVE_CPU_PPC_TRUE@,|#_!!_#|#,g
 
755
s,@HAVE_CPU_PPC_FALSE@,|#_!!_#|,g
 
756
s,@HAVE_CPU_PPC64_TRUE@,|#_!!_#|#,g
 
757
s,@HAVE_CPU_PPC64_FALSE@,|#_!!_#|,g
 
758
s,@HAVE_CPU_ALPHA_TRUE@,|#_!!_#|#,g
 
759
s,@HAVE_CPU_ALPHA_FALSE@,|#_!!_#|,g
 
760
s,@HAVE_CPU_ARM_TRUE@,|#_!!_#|#,g
 
761
s,@HAVE_CPU_ARM_FALSE@,|#_!!_#|,g
 
762
s,@HAVE_CPU_SPARC_TRUE@,|#_!!_#|#,g
 
763
s,@HAVE_CPU_SPARC_FALSE@,|#_!!_#|,g
 
764
s,@HAVE_CPU_HPPA_TRUE@,|#_!!_#|#,g
 
765
s,@HAVE_CPU_HPPA_FALSE@,|#_!!_#|,g
 
766
s,@HAVE_CPU_MIPS_TRUE@,|#_!!_#|#,g
 
767
s,@HAVE_CPU_MIPS_FALSE@,|#_!!_#|,g
 
768
s,@HAVE_CPU_S390_TRUE@,|#_!!_#|#,g
 
769
s,@HAVE_CPU_S390_FALSE@,|#_!!_#|,g
 
770
s,@HAVE_CPU_IA64_TRUE@,|#_!!_#|#,g
 
771
s,@HAVE_CPU_IA64_FALSE@,|#_!!_#|,g
 
772
s,@HAVE_CPU_M68K_TRUE@,|#_!!_#|#,g
 
773
s,@HAVE_CPU_M68K_FALSE@,|#_!!_#|,g
 
774
s,@HAVE_CPU_X86_64_TRUE@,|#_!!_#|,g
 
775
s,@HAVE_CPU_X86_64_FALSE@,|#_!!_#|#,g
 
776
s,@HAVE_CPU_CRIS_TRUE@,|#_!!_#|#,g
 
777
s,@HAVE_CPU_CRIS_FALSE@,|#_!!_#|,g
 
778
s,@HAVE_CPU_CRISV32_TRUE@,|#_!!_#|#,g
 
779
s,@HAVE_CPU_CRISV32_FALSE@,|#_!!_#|,g
 
780
s,@HAVE_CXX@,|#_!!_#|yes,g
 
781
s,@OBJC@,|#_!!_#|gcc,g
 
782
s,@ac_ct_OBJC@,|#_!!_#|gcc,g
 
783
s,@OBJC_LDFLAGS@,|#_!!_#|-lobjc,g
 
784
s,@OBJCDEPMODE@,|#_!!_#|depmode=none,g
 
785
s,@am__fastdepOBJC_TRUE@,|#_!!_#|#,g
 
786
s,@am__fastdepOBJC_FALSE@,|#_!!_#|,g
 
787
s,@VALGRIND_PATH@,|#_!!_#|no,g
 
788
s,@HAVE_VALGRIND_TRUE@,|#_!!_#|#,g
 
789
s,@HAVE_VALGRIND_FALSE@,|#_!!_#|,g
 
790
s,@GCONF_SCHEMA_CONFIG_SOURCE@,|#_!!_#|xml:merged:/etc/gconf/gconf.xml.defaults,g
 
791
s,@GCONF_SCHEMA_FILE_DIR@,|#_!!_#|$(sysconfdir)/gconf/schemas,g
 
792
s,@GCONF_SCHEMAS_INSTALL_TRUE@,|#_!!_#|,g
 
793
s,@GCONF_SCHEMAS_INSTALL_FALSE@,|#_!!_#|#,g
 
794
s,@HTML_DIR@,|#_!!_#|${datadir}/gtk-doc/html,g
 
795
s,@ENABLE_GTK_DOC_TRUE@,|#_!!_#|,g
 
796
s,@ENABLE_GTK_DOC_FALSE@,|#_!!_#|#,g
 
797
s,@GTK_DOC_USE_LIBTOOL_TRUE@,|#_!!_#|,g
 
798
s,@GTK_DOC_USE_LIBTOOL_FALSE@,|#_!!_#|#,g
 
799
s,@PYTHON@,|#_!!_#|/usr/bin/python,g
 
800
CEOF
 
801
cat >"$tmp/subs-3.sed" <<\CEOF
 
802
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
803
s,@PYTHON_VERSION@,|#_!!_#|2.5,g
 
804
s,@PYTHON_PREFIX@,|#_!!_#|${prefix},g
 
805
s,@PYTHON_EXEC_PREFIX@,|#_!!_#|${exec_prefix},g
 
806
s,@PYTHON_PLATFORM@,|#_!!_#|linux2,g
 
807
s,@pythondir@,|#_!!_#|${prefix}/lib/python2.5/site-packages,g
 
808
s,@pkgpythondir@,|#_!!_#|${pythondir}/gst-plugins-good,g
 
809
s,@pyexecdir@,|#_!!_#|${exec_prefix}/lib/python2.5/site-packages,g
 
810
s,@pkgpyexecdir@,|#_!!_#|${pyexecdir}/gst-plugins-good,g
 
811
s,@ENABLE_PLUGIN_DOCS_TRUE@,|#_!!_#|,g
 
812
s,@ENABLE_PLUGIN_DOCS_FALSE@,|#_!!_#|#,g
 
813
s,@LIBM@,|#_!!_#|-lm,g
 
814
s,@HAVE_WINSOCK2_H_TRUE@,|#_!!_#|#,g
 
815
s,@HAVE_WINSOCK2_H_FALSE@,|#_!!_#|,g
 
816
s,@GST_HAVE_MMAP_TRUE@,|#_!!_#|,g
 
817
s,@GST_HAVE_MMAP_FALSE@,|#_!!_#|#,g
 
818
s,@GLIB_REQ@,|#_!!_#|2.6,g
 
819
s,@GLIB_CFLAGS@,|#_!!_#|-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include,g
 
820
s,@GLIB_LIBS@,|#_!!_#|-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lglib-2.0  ,g
 
821
s,@LIBOIL_CFLAGS@,|#_!!_#|-I/usr/include/liboil-0.3  ,g
 
822
s,@LIBOIL_LIBS@,|#_!!_#|-loil-0.3 -lm  ,g
 
823
s,@GST_CFLAGS@,|#_!!_#|-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   $(GST_OPTION_CFLAGS),g
 
824
s,@GST_LIBS@,|#_!!_#|-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
825
s,@GST_TOOLS_DIR@,|#_!!_#|/usr/bin,g
 
826
s,@GST_PLUGINS_DIR@,|#_!!_#|/usr/lib/gstreamer-0.10,g
 
827
s,@GST_BASE_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
 
828
s,@GST_BASE_LIBS@,|#_!!_#|-pthread -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
829
s,@GST_GDP_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
 
830
s,@GST_GDP_LIBS@,|#_!!_#|-pthread -lgstdataprotocol-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
831
s,@GST_CONTROLLER_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
 
832
s,@GST_CONTROLLER_LIBS@,|#_!!_#|-pthread -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
833
s,@GST_CHECK_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
 
834
s,@GST_CHECK_LIBS@,|#_!!_#|-pthread -lgstcheck-0.10 -lcheck_pic -lm -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
835
s,@GST_PLUGINS_BASE_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
 
836
s,@GST_PLUGINS_BASE_LIBS@,|#_!!_#|-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0  ,g
 
837
s,@GSTPB_PLUGINS_DIR@,|#_!!_#|/usr/lib/gstreamer-0.10,g
 
838
s,@CHECK_CFLAGS@,|#_!!_#|,g
 
839
s,@CHECK_LIBS@,|#_!!_#| -lcheck_pic,g
 
840
s,@HAVE_CHECK_TRUE@,|#_!!_#|,g
 
841
s,@HAVE_CHECK_FALSE@,|#_!!_#|#,g
 
842
s,@GLIB_PREFIX@,|#_!!_#|/usr,g
 
843
s,@GST_PREFIX@,|#_!!_#|/usr,g
 
844
s,@GSTPB_PREFIX@,|#_!!_#|/usr,g
 
845
s,@GTK2_CFLAGS@,|#_!!_#|-DPNG_NO_MMX_CODE -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 -I/usr/include/freetype2 -I/usr/include/libpng12  ,g
 
846
s,@GTK2_LIBS@,|#_!!_#|-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
 
847
s,@GTK_VERSION@,|#_!!_#|2.10.0,g
 
848
s,@GTK_BASE_DIR@,|#_!!_#|,g
 
849
s,@GTK_LIBS@,|#_!!_#|-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
 
850
s,@GTK_CFLAGS@,|#_!!_#|-DPNG_NO_MMX_CODE -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 -I/usr/include/freetype2 -I/usr/include/libpng12  ,g
 
851
s,@HAVE_GTK@,|#_!!_#|yes,g
 
852
s,@HAVE_GTK_TRUE@,|#_!!_#|,g
 
853
s,@HAVE_GTK_FALSE@,|#_!!_#|#,g
 
854
s,@GCONFTOOL@,|#_!!_#|/usr/bin/gconftool-2,g
 
855
s,@HAVE_GCONFTOOL@,|#_!!_#|yes,g
 
856
s,@USE_GCONFTOOL_TRUE@,|#_!!_#|,g
 
857
s,@USE_GCONFTOOL_FALSE@,|#_!!_#|#,g
 
858
s,@GST_LICENSE@,|#_!!_#|LGPL,g
 
859
s,@PLUGINDIR@,|#_!!_#|/usr/lib/gstreamer-0.10,g
 
860
s,@plugindir@,|#_!!_#|$(libdir)/gstreamer-0.10,g
 
861
s,@ERROR_CFLAGS@,|#_!!_#|-Wall,g
 
862
s,@GST_LEVEL_DEFAULT@,|#_!!_#|GST_LEVEL_NONE,g
 
863
s,@DEFAULT_AUDIOSINK@,|#_!!_#|autoaudiosink,g
 
864
s,@DEFAULT_AUDIOSRC@,|#_!!_#|alsasrc,g
 
865
s,@DEFAULT_VIDEOSINK@,|#_!!_#|autovideosink,g
 
866
s,@DEFAULT_VIDEOSRC@,|#_!!_#|v4lsrc,g
 
867
s,@DEFAULT_VISUALIZER@,|#_!!_#|goom,g
 
868
s,@DIRECTDRAW_CFLAGS@,|#_!!_#|,g
 
869
s,@DIRECTDRAW_LDFLAGS@,|#_!!_#|,g
 
870
s,@DIRECTDRAW_LIBS@,|#_!!_#|,g
 
871
s,@HAVE_DIRECTDRAW@,|#_!!_#|no,g
 
872
s,@USE_DIRECTDRAW_TRUE@,|#_!!_#|#,g
 
873
s,@USE_DIRECTDRAW_FALSE@,|#_!!_#|,g
 
874
s,@DIRECTSOUND_CFLAGS@,|#_!!_#|,g
 
875
s,@DIRECTSOUND_LDFLAGS@,|#_!!_#|,g
 
876
s,@DIRECTSOUND_LIBS@,|#_!!_#|,g
 
877
s,@HAVE_DIRECTSOUND@,|#_!!_#|no,g
 
878
s,@USE_DIRECTSOUND_TRUE@,|#_!!_#|#,g
 
879
s,@USE_DIRECTSOUND_FALSE@,|#_!!_#|,g
 
880
s,@USE_OSS_TRUE@,|#_!!_#|,g
 
881
s,@USE_OSS_FALSE@,|#_!!_#|#,g
 
882
s,@USE_SUNAUDIO_TRUE@,|#_!!_#|#,g
 
883
s,@USE_SUNAUDIO_FALSE@,|#_!!_#|,g
 
884
s,@USE_OSX_AUDIO_TRUE@,|#_!!_#|#,g
 
885
s,@USE_OSX_AUDIO_FALSE@,|#_!!_#|,g
 
886
s,@USE_OSX_VIDEO_TRUE@,|#_!!_#|#,g
 
887
s,@USE_OSX_VIDEO_FALSE@,|#_!!_#|,g
 
888
s,@XVIDEO_LIBS@,|#_!!_#|,g
 
889
s,@USE_GST_V4L2_TRUE@,|#_!!_#|,g
 
890
s,@USE_GST_V4L2_FALSE@,|#_!!_#|#,g
 
891
s,@XMKMF@,|#_!!_#|,g
 
892
s,@X_CFLAGS@,|#_!!_#|,g
 
893
s,@X_PRE_LIBS@,|#_!!_#| -lSM -lICE,g
 
894
s,@X_LIBS@,|#_!!_#|  -lSM -lICE  -lX11,g
 
895
s,@X_EXTRA_LIBS@,|#_!!_#|,g
 
896
s,@XFIXES_CFLAGS@,|#_!!_#|-DHAVE_XFIXES  ,g
 
897
s,@XFIXES_LIBS@,|#_!!_#|-lXfixes  ,g
 
898
s,@XDAMAGE_CFLAGS@,|#_!!_#|-DHAVE_XDAMAGE  ,g
 
899
s,@XDAMAGE_LIBS@,|#_!!_#|-lXdamage -lXfixes  ,g
 
900
CEOF
 
901
cat >"$tmp/subs-4.sed" <<\CEOF
 
902
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
903
s,@HAVE_X@,|#_!!_#|yes,g
 
904
s,@USE_X_TRUE@,|#_!!_#|,g
 
905
s,@USE_X_FALSE@,|#_!!_#|#,g
 
906
s,@HAVE_XSHM@,|#_!!_#|yes,g
 
907
s,@XSHM_LIBS@,|#_!!_#|-lXext,g
 
908
s,@USE_XSHM_TRUE@,|#_!!_#|,g
 
909
s,@USE_XSHM_FALSE@,|#_!!_#|#,g
 
910
s,@USE_XVIDEO_TRUE@,|#_!!_#|#,g
 
911
s,@USE_XVIDEO_FALSE@,|#_!!_#|,g
 
912
s,@AALIB_CONFIG@,|#_!!_#|/usr/bin/aalib-config,g
 
913
s,@AALIB_CFLAGS@,|#_!!_#|-I/usr/include,g
 
914
s,@AALIB_LIBS@,|#_!!_#|-L/usr/lib -laa,g
 
915
s,@USE_AALIB_TRUE@,|#_!!_#|,g
 
916
s,@USE_AALIB_FALSE@,|#_!!_#|#,g
 
917
s,@ANNODEX_CFLAGS@,|#_!!_#|-I/usr/include/libxml2  ,g
 
918
s,@ANNODEX_LIBS@,|#_!!_#|-lxml2  ,g
 
919
s,@USE_ANNODEX_TRUE@,|#_!!_#|,g
 
920
s,@USE_ANNODEX_FALSE@,|#_!!_#|#,g
 
921
s,@CAIRO_CFLAGS@,|#_!!_#|-DPNG_NO_MMX_CODE -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12  ,g
 
922
s,@CAIRO_LIBS@,|#_!!_#|-lcairo  ,g
 
923
s,@USE_CAIRO_TRUE@,|#_!!_#|,g
 
924
s,@USE_CAIRO_FALSE@,|#_!!_#|#,g
 
925
s,@CDIO_CFLAGS@,|#_!!_#| ,g
 
926
s,@CDIO_LIBS@,|#_!!_#|-lcdio -lm  ,g
 
927
s,@USE_CDIO_TRUE@,|#_!!_#|,g
 
928
s,@USE_CDIO_FALSE@,|#_!!_#|#,g
 
929
s,@ESD_CFLAGS@,|#_!!_#| ,g
 
930
s,@ESD_LIBS@,|#_!!_#|-lesd -laudiofile -lm  ,g
 
931
s,@ESD_CONFIG@,|#_!!_#|,g
 
932
s,@USE_ESD_TRUE@,|#_!!_#|,g
 
933
s,@USE_ESD_FALSE@,|#_!!_#|#,g
 
934
s,@HAVE_FLAC@,|#_!!_#|yes,g
 
935
s,@FLAC_LIBS@,|#_!!_#|-lFLAC -lm,g
 
936
s,@USE_FLAC_TRUE@,|#_!!_#|,g
 
937
s,@USE_FLAC_FALSE@,|#_!!_#|#,g
 
938
s,@GCONF_CFLAGS@,|#_!!_#|-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  ,g
 
939
s,@GCONF_LIBS@,|#_!!_#|-pthread -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0  ,g
 
940
s,@USE_GCONF_TRUE@,|#_!!_#|,g
 
941
s,@USE_GCONF_FALSE@,|#_!!_#|#,g
 
942
s,@USE_GDK_PIXBUF_TRUE@,|#_!!_#|,g
 
943
s,@USE_GDK_PIXBUF_FALSE@,|#_!!_#|#,g
 
944
s,@HAL_CFLAGS@,|#_!!_#|-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  ,g
 
945
s,@HAL_LIBS@,|#_!!_#|-lhal -ldbus-1  ,g
 
946
s,@USE_HAL_TRUE@,|#_!!_#|,g
 
947
s,@USE_HAL_FALSE@,|#_!!_#|#,g
 
948
s,@JPEG_LIBS@,|#_!!_#|-ljpeg,g
 
949
s,@USE_JPEG_TRUE@,|#_!!_#|,g
 
950
s,@USE_JPEG_FALSE@,|#_!!_#|#,g
 
951
s,@USE_LADSPA_TRUE@,|#_!!_#|#,g
 
952
s,@USE_LADSPA_FALSE@,|#_!!_#|,g
 
953
s,@LIBCACA_CFLAGS@,|#_!!_#| ,g
 
954
s,@LIBCACA_LIBS@,|#_!!_#|-lcaca -lcucul  ,g
 
955
s,@LIBCACA_CONFIG@,|#_!!_#|,g
 
956
s,@USE_LIBCACA_TRUE@,|#_!!_#|,g
 
957
s,@USE_LIBCACA_FALSE@,|#_!!_#|#,g
 
958
s,@LIBDV_CFLAGS@,|#_!!_#| ,g
 
959
s,@LIBDV_LIBS@,|#_!!_#|-ldv -lm  ,g
 
960
s,@USE_LIBDV_TRUE@,|#_!!_#|,g
 
961
s,@USE_LIBDV_FALSE@,|#_!!_#|#,g
 
962
s,@LIBPNG_CFLAGS@,|#_!!_#|-DPNG_NO_MMX_CODE -I/usr/include/libpng12  ,g
 
963
s,@LIBPNG_LIBS@,|#_!!_#|-lpng12  ,g
 
964
s,@USE_LIBPNG_TRUE@,|#_!!_#|,g
 
965
s,@USE_LIBPNG_FALSE@,|#_!!_#|#,g
 
966
s,@RAW1394_CFLAGS@,|#_!!_#| ,g
 
967
s,@RAW1394_LIBS@,|#_!!_#|-lraw1394  ,g
 
968
s,@LIBIEC61883_CFLAGS@,|#_!!_#| ,g
 
969
s,@LIBIEC61883_LIBS@,|#_!!_#|-liec61883 -lraw1394  ,g
 
970
s,@HAVE_AVC1394@,|#_!!_#|yes,g
 
971
s,@HAVE_ROM1394@,|#_!!_#|yes,g
 
972
s,@DV1394_CFLAGS@,|#_!!_#|    -DHAVE_LIBIEC61883,g
 
973
s,@DV1394_LIBS@,|#_!!_#|-lraw1394   -lavc1394 -lrom1394 -liec61883 -lraw1394  ,g
 
974
s,@USE_DV1394_TRUE@,|#_!!_#|,g
 
975
s,@USE_DV1394_FALSE@,|#_!!_#|#,g
 
976
s,@SHOUT2_CFLAGS@,|#_!!_#|-pthread  ,g
 
977
s,@SHOUT2_LIBS@,|#_!!_#|-lshout -lvorbis -lm -ltheora -lspeex -logg  ,g
 
978
s,@USE_SHOUT2_TRUE@,|#_!!_#|,g
 
979
s,@USE_SHOUT2_FALSE@,|#_!!_#|#,g
 
980
s,@SPEEX_CFLAGS@,|#_!!_#| ,g
 
981
s,@SPEEX_LIBS@,|#_!!_#|-lspeex  ,g
 
982
s,@HAVE_SPEEX@,|#_!!_#|yes,g
 
983
s,@USE_SPEEX_TRUE@,|#_!!_#|,g
 
984
s,@USE_SPEEX_FALSE@,|#_!!_#|#,g
 
985
s,@TAGLIB_CFLAGS@,|#_!!_#|-I/usr/include/taglib  ,g
 
986
s,@TAGLIB_LIBS@,|#_!!_#|-ltag  ,g
 
987
s,@USE_TAGLIB_TRUE@,|#_!!_#|,g
 
988
s,@USE_TAGLIB_FALSE@,|#_!!_#|#,g
 
989
s,@WAVPACK_CFLAGS@,|#_!!_#| ,g
 
990
s,@WAVPACK_LIBS@,|#_!!_#|-lwavpack -lm  ,g
 
991
s,@USE_WAVPACK_TRUE@,|#_!!_#|,g
 
992
s,@USE_WAVPACK_FALSE@,|#_!!_#|#,g
 
993
s,@ZLIB_LIBS@,|#_!!_#|-lz,g
 
994
s,@HAVE_ZLIB@,|#_!!_#|yes,g
 
995
s,@USE_ZLIB_TRUE@,|#_!!_#|,g
 
996
s,@USE_ZLIB_FALSE@,|#_!!_#|#,g
 
997
s,@PROFILE_CFLAGS@,|#_!!_#|-g,g
 
998
s,@DEPRECATED_CFLAGS@,|#_!!_#|-DGST_DISABLE_DEPRECATED,g
 
999
s,@GST_OPTION_CFLAGS@,|#_!!_#|$(ERROR_CFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS),g
 
1000
CEOF
 
1001
cat >"$tmp/subs-5.sed" <<\CEOF
 
1002
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
1003
s,@GST_LT_LDFLAGS@,|#_!!_#|,g
 
1004
s,@GST_ALL_LDFLAGS@,|#_!!_#|-no-undefined,g
 
1005
s,@GST_PLUGIN_LDFLAGS@,|#_!!_#|-module -avoid-version -export-symbols-regex '^_*gst_plugin_desc$$' -no-undefined,g
 
1006
s,@LIBOBJS@,|#_!!_#|,g
 
1007
s,@LTLIBOBJS@,|#_!!_#|,g
 
1008
:end
 
1009
s/|#_!!_#|//g
 
1010
CEOF
 
1011
fi # test -n "$CONFIG_FILES"
 
1012
 
 
1013
 
 
1014
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
1015
do
 
1016
  case $ac_tag in
 
1017
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
1018
  esac
 
1019
  case $ac_mode$ac_tag in
 
1020
  :[FHL]*:*);;
 
1021
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
1022
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
1023
   { (exit 1); exit 1; }; };;
 
1024
  :[FH]-) ac_tag=-:-;;
 
1025
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
1026
  esac
 
1027
  ac_save_IFS=$IFS
 
1028
  IFS=:
 
1029
  set x $ac_tag
 
1030
  IFS=$ac_save_IFS
 
1031
  shift
 
1032
  ac_file=$1
 
1033
  shift
 
1034
 
 
1035
  case $ac_mode in
 
1036
  :L) ac_source=$1;;
 
1037
  :[FH])
 
1038
    ac_file_inputs=
 
1039
    for ac_f
 
1040
    do
 
1041
      case $ac_f in
 
1042
      -) ac_f="$tmp/stdin";;
 
1043
      *) # Look for the file first in the build tree, then in the source tree
 
1044
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
1045
         # because $ac_f cannot contain `:'.
 
1046
         test -f "$ac_f" ||
 
1047
           case $ac_f in
 
1048
           [\\/$]*) false;;
 
1049
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
1050
           esac ||
 
1051
           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
1052
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
1053
   { (exit 1); exit 1; }; };;
 
1054
      esac
 
1055
      ac_file_inputs="$ac_file_inputs $ac_f"
 
1056
    done
 
1057
 
 
1058
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
1059
    # use $as_me), people would be surprised to read:
 
1060
    #    /* config.h.  Generated by config.status.  */
 
1061
    configure_input="Generated from "`IFS=:
 
1062
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
1063
    if test x"$ac_file" != x-; then
 
1064
      configure_input="$ac_file.  $configure_input"
 
1065
      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
1066
echo "$as_me: creating $ac_file" >&6;}
 
1067
    fi
 
1068
 
 
1069
    case $ac_tag in
 
1070
    *:-:* | *:-) cat >"$tmp/stdin";;
 
1071
    esac
 
1072
    ;;
 
1073
  esac
 
1074
 
 
1075
  ac_dir=`$as_dirname -- "$ac_file" ||
 
1076
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1077
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
1078
         X"$ac_file" : 'X\(//\)$' \| \
 
1079
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
1080
echo X"$ac_file" |
 
1081
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1082
            s//\1/
 
1083
            q
 
1084
          }
 
1085
          /^X\(\/\/\)[^/].*/{
 
1086
            s//\1/
 
1087
            q
 
1088
          }
 
1089
          /^X\(\/\/\)$/{
 
1090
            s//\1/
 
1091
            q
 
1092
          }
 
1093
          /^X\(\/\).*/{
 
1094
            s//\1/
 
1095
            q
 
1096
          }
 
1097
          s/.*/./; q'`
 
1098
  { as_dir="$ac_dir"
 
1099
  case $as_dir in #(
 
1100
  -*) as_dir=./$as_dir;;
 
1101
  esac
 
1102
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
1103
    as_dirs=
 
1104
    while :; do
 
1105
      case $as_dir in #(
 
1106
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
1107
      *) as_qdir=$as_dir;;
 
1108
      esac
 
1109
      as_dirs="'$as_qdir' $as_dirs"
 
1110
      as_dir=`$as_dirname -- "$as_dir" ||
 
1111
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1112
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
1113
         X"$as_dir" : 'X\(//\)$' \| \
 
1114
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
1115
echo X"$as_dir" |
 
1116
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1117
            s//\1/
 
1118
            q
 
1119
          }
 
1120
          /^X\(\/\/\)[^/].*/{
 
1121
            s//\1/
 
1122
            q
 
1123
          }
 
1124
          /^X\(\/\/\)$/{
 
1125
            s//\1/
 
1126
            q
 
1127
          }
 
1128
          /^X\(\/\).*/{
 
1129
            s//\1/
 
1130
            q
 
1131
          }
 
1132
          s/.*/./; q'`
 
1133
      test -d "$as_dir" && break
 
1134
    done
 
1135
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
1136
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
1137
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
1138
   { (exit 1); exit 1; }; }; }
 
1139
  ac_builddir=.
 
1140
 
 
1141
case "$ac_dir" in
 
1142
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1143
*)
 
1144
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
1145
  # A ".." for each directory in $ac_dir_suffix.
 
1146
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
1147
  case $ac_top_builddir_sub in
 
1148
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1149
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
1150
  esac ;;
 
1151
esac
 
1152
ac_abs_top_builddir=$ac_pwd
 
1153
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
1154
# for backward compatibility:
 
1155
ac_top_builddir=$ac_top_build_prefix
 
1156
 
 
1157
case $srcdir in
 
1158
  .)  # We are building in place.
 
1159
    ac_srcdir=.
 
1160
    ac_top_srcdir=$ac_top_builddir_sub
 
1161
    ac_abs_top_srcdir=$ac_pwd ;;
 
1162
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
1163
    ac_srcdir=$srcdir$ac_dir_suffix;
 
1164
    ac_top_srcdir=$srcdir
 
1165
    ac_abs_top_srcdir=$srcdir ;;
 
1166
  *) # Relative name.
 
1167
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
1168
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
1169
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
1170
esac
 
1171
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
1172
 
 
1173
 
 
1174
  case $ac_mode in
 
1175
  :F)
 
1176
  #
 
1177
  # CONFIG_FILE
 
1178
  #
 
1179
 
 
1180
  case $INSTALL in
 
1181
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
1182
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
1183
  esac
 
1184
# If the template does not know about datarootdir, expand it.
 
1185
# FIXME: This hack should be removed a few years after 2.60.
 
1186
ac_datarootdir_hack=; ac_datarootdir_seen=
 
1187
 
 
1188
case `sed -n '/datarootdir/ {
 
1189
  p
 
1190
  q
 
1191
}
 
1192
/@datadir@/p
 
1193
/@docdir@/p
 
1194
/@infodir@/p
 
1195
/@localedir@/p
 
1196
/@mandir@/p
 
1197
' $ac_file_inputs` in
 
1198
*datarootdir*) ac_datarootdir_seen=yes;;
 
1199
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
1200
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
1201
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
1202
  ac_datarootdir_hack='
 
1203
  s&@datadir@&${datarootdir}&g
 
1204
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
 
1205
  s&@infodir@&${prefix}/share/info&g
 
1206
  s&@localedir@&${datarootdir}/locale&g
 
1207
  s&@mandir@&${prefix}/share/man&g
 
1208
    s&\${datarootdir}&${prefix}/share&g' ;;
 
1209
esac
 
1210
  sed "/^[       ]*VPATH[        ]*=/{
 
1211
s/:*\$(srcdir):*/:/
 
1212
s/:*\${srcdir}:*/:/
 
1213
s/:*@srcdir@:*/:/
 
1214
s/^\([^=]*=[     ]*\):*/\1/
 
1215
s/:*$//
 
1216
s/^[^=]*=[       ]*$//
 
1217
}
 
1218
 
 
1219
:t
 
1220
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
1221
s&@configure_input@&$configure_input&;t t
 
1222
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
1223
s&@srcdir@&$ac_srcdir&;t t
 
1224
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
1225
s&@top_srcdir@&$ac_top_srcdir&;t t
 
1226
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
1227
s&@builddir@&$ac_builddir&;t t
 
1228
s&@abs_builddir@&$ac_abs_builddir&;t t
 
1229
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
1230
s&@INSTALL@&$ac_INSTALL&;t t
 
1231
$ac_datarootdir_hack
 
1232
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" >$tmp/out
 
1233
 
 
1234
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
1235
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
1236
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
1237
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1238
which seems to be undefined.  Please make sure it is defined." >&5
 
1239
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1240
which seems to be undefined.  Please make sure it is defined." >&2;}
 
1241
 
 
1242
  rm -f "$tmp/stdin"
 
1243
  case $ac_file in
 
1244
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
1245
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
1246
  esac
 
1247
 ;;
 
1248
  :H)
 
1249
  #
 
1250
  # CONFIG_HEADER
 
1251
  #
 
1252
    # First, check the format of the line:
 
1253
    cat >"$tmp/defines.sed" <<\CEOF
 
1254
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
 
1255
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
 
1256
b
 
1257
:def
 
1258
s/$/ /
 
1259
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "GStreamer Good Plug-ins" ,
 
1260
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "gst-plugins-good" ,
 
1261
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "0.10.6" ,
 
1262
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "GStreamer Good Plug-ins 0.10.6" ,
 
1263
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" ,
 
1264
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "gst-plugins-good" ,
 
1265
s,^\([   #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "0.10.6" ,
 
1266
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 
1267
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
 
1268
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
 
1269
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
 
1270
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
 
1271
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MEMORY_H\)[      (].*,\1define\2 1 ,
 
1272
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
 
1273
s,^\([   #]*\)[^         ]*\([   ]*HAVE_INTTYPES_H\)[    (].*,\1define\2 1 ,
 
1274
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
 
1275
s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
 
1276
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
 
1277
s,^\([   #]*\)[^         ]*\([   ]*ENABLE_NLS\)[         (].*,\1define\2 1 ,
 
1278
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETTEXT\)[       (].*,\1define\2 1 ,
 
1279
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DCGETTEXT\)[     (].*,\1define\2 1 ,
 
1280
s,^\([   #]*\)[^         ]*\([   ]*GETTEXT_PACKAGE\)[    (].*,\1define\2 "gst-plugins-good-0.10" ,
 
1281
s,^\([   #]*\)[^         ]*\([   ]*LOCALEDIR\)[  (].*,\1define\2 "/usr/share/locale" ,
 
1282
s,^\([   #]*\)[^         ]*\([   ]*GST_PACKAGE_NAME\)[   (].*,\1define\2 "GStreamer Good Plugins (Ubuntu)" ,
 
1283
s,^\([   #]*\)[^         ]*\([   ]*GST_PACKAGE_ORIGIN\)[         (].*,\1define\2 "https://launchpad.net/distros/ubuntu/+source/gst-plugins-good0.10" ,
 
1284
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_SOCKET_H\)[  (].*,\1define\2 1 ,
 
1285
s,^\([   #]*\)[^         ]*\([   ]*HAVE_EXTERNAL\)[      (].*,\1define\2  ,
 
1286
s,^\([   #]*\)[^         ]*\([   ]*HAVE_EXPERIMENTAL\)[  (].*,\1define\2  ,
 
1287
s,^\([   #]*\)[^         ]*\([   ]*HAVE_CPU_X86_64\)[    (].*,\1define\2 1 ,
 
1288
s,^\([   #]*\)[^         ]*\([   ]*HOST_CPU\)[   (].*,\1define\2 "x86_64" ,
 
1289
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 
1290
s,^\([   #]*\)[^         ]*\([   ]*HAVE_NETINET_IN_H\)[  (].*,\1define\2 1 ,
 
1291
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FIONREAD_IN_SYS_IOCTL\)[         (].*,\1define\2 1 ,
 
1292
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
 
1293
s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
 
1294
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETPAGESIZE\)[   (].*,\1define\2 1 ,
 
1295
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MMAP\)[  (].*,\1define\2 1 ,
 
1296
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GCONFTOOL\)[     (].*,\1define\2  ,
 
1297
s,^\([   #]*\)[^         ]*\([   ]*GST_LICENSE\)[        (].*,\1define\2 "LGPL" ,
 
1298
s,^\([   #]*\)[^         ]*\([   ]*PLUGINDIR\)[  (].*,\1define\2 "/usr/lib/gstreamer-0.10" ,
 
1299
s,^\([   #]*\)[^         ]*\([   ]*GST_LEVEL_DEFAULT\)[  (].*,\1define\2 GST_LEVEL_NONE ,
 
1300
s,^\([   #]*\)[^         ]*\([   ]*DEFAULT_AUDIOSINK\)[  (].*,\1define\2 "autoaudiosink" ,
 
1301
s,^\([   #]*\)[^         ]*\([   ]*DEFAULT_AUDIOSRC\)[   (].*,\1define\2 "alsasrc" ,
 
1302
s,^\([   #]*\)[^         ]*\([   ]*DEFAULT_VIDEOSINK\)[  (].*,\1define\2 "autovideosink" ,
 
1303
s,^\([   #]*\)[^         ]*\([   ]*DEFAULT_VIDEOSRC\)[   (].*,\1define\2 "v4lsrc" ,
 
1304
s,^\([   #]*\)[^         ]*\([   ]*DEFAULT_VISUALIZER\)[         (].*,\1define\2 "goom" ,
 
1305
s,^\([   #]*\)[^         ]*\([   ]*HAVE_OSS_INCLUDE_IN_SYS\)[    (].*,\1define\2  ,
 
1306
s,^\([   #]*\)[^         ]*\([   ]*HAVE_OSS\)[   (].*,\1define\2  ,
 
1307
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GST_V4L2\)[      (].*,\1define\2  ,
 
1308
CEOF
 
1309
    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
 
1310
    # First, check the format of the line:
 
1311
    cat >"$tmp/defines.sed" <<\CEOF
 
1312
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
 
1313
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
 
1314
b
 
1315
:def
 
1316
s,^\([   #]*\)[^         ]*\([   ]*HAVE_X\)[     (].*,\1define\2  ,
 
1317
s,^\([   #]*\)[^         ]*\([   ]*HAVE_XSHM\)[  (].*,\1define\2  ,
 
1318
s,^\([   #]*\)[^         ]*\([   ]*HAVE_AALIB\)[         (].*,\1define\2  ,
 
1319
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ANNODEX\)[       (].*,\1define\2  ,
 
1320
s,^\([   #]*\)[^         ]*\([   ]*HAVE_CAIRO\)[         (].*,\1define\2  ,
 
1321
s,^\([   #]*\)[^         ]*\([   ]*HAVE_CDIO\)[  (].*,\1define\2  ,
 
1322
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ESD\)[   (].*,\1define\2  ,
 
1323
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FLAC\)[  (].*,\1define\2  ,
 
1324
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GCONF\)[         (].*,\1define\2  ,
 
1325
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GDK_PIXBUF\)[    (].*,\1define\2  ,
 
1326
s,^\([   #]*\)[^         ]*\([   ]*HAVE_HAL\)[   (].*,\1define\2  ,
 
1327
s,^\([   #]*\)[^         ]*\([   ]*HAVE_JPEG\)[  (].*,\1define\2  ,
 
1328
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBCACA\)[       (].*,\1define\2  ,
 
1329
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBDV\)[         (].*,\1define\2  ,
 
1330
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBPNG\)[        (].*,\1define\2  ,
 
1331
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DV1394\)[        (].*,\1define\2  ,
 
1332
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SHOUT2\)[        (].*,\1define\2  ,
 
1333
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SPEEX\)[         (].*,\1define\2  ,
 
1334
s,^\([   #]*\)[^         ]*\([   ]*HAVE_TAGLIB\)[        (].*,\1define\2  ,
 
1335
s,^\([   #]*\)[^         ]*\([   ]*HAVE_WAVPACK\)[       (].*,\1define\2  ,
 
1336
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ZLIB\)[  (].*,\1define\2  ,
 
1337
s/ $//
 
1338
s,^[     #]*u.*,/* & */,
 
1339
CEOF
 
1340
    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
 
1341
ac_result="$tmp/out2"
 
1342
  if test x"$ac_file" != x-; then
 
1343
    echo "/* $configure_input  */" >"$tmp/config.h"
 
1344
    cat "$ac_result" >>"$tmp/config.h"
 
1345
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
1346
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
1347
echo "$as_me: $ac_file is unchanged" >&6;}
 
1348
    else
 
1349
      rm -f $ac_file
 
1350
      mv "$tmp/config.h" $ac_file
 
1351
    fi
 
1352
  else
 
1353
    echo "/* $configure_input  */"
 
1354
    cat "$ac_result"
 
1355
  fi
 
1356
  rm -f "$tmp/out12"
 
1357
# Compute $ac_file's index in $config_headers.
 
1358
_am_stamp_count=1
 
1359
for _am_header in $config_headers :; do
 
1360
  case $_am_header in
 
1361
    $ac_file | $ac_file:* )
 
1362
      break ;;
 
1363
    * )
 
1364
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1365
  esac
 
1366
done
 
1367
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
 
1368
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1369
         X$ac_file : 'X\(//\)[^/]' \| \
 
1370
         X$ac_file : 'X\(//\)$' \| \
 
1371
         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
 
1372
echo X$ac_file |
 
1373
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1374
            s//\1/
 
1375
            q
 
1376
          }
 
1377
          /^X\(\/\/\)[^/].*/{
 
1378
            s//\1/
 
1379
            q
 
1380
          }
 
1381
          /^X\(\/\/\)$/{
 
1382
            s//\1/
 
1383
            q
 
1384
          }
 
1385
          /^X\(\/\).*/{
 
1386
            s//\1/
 
1387
            q
 
1388
          }
 
1389
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
1390
 ;;
 
1391
 
 
1392
  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
1393
echo "$as_me: executing $ac_file commands" >&6;}
 
1394
 ;;
 
1395
  esac
 
1396
 
 
1397
 
 
1398
  case $ac_file$ac_mode in
 
1399
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
1400
  # Strip MF so we end up with the name of the file.
 
1401
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1402
  # Check whether this is an Automake generated Makefile or not.
 
1403
  # We used to match only the files named `Makefile.in', but
 
1404
  # some people rename them; so instead we look at the file content.
 
1405
  # Grep'ing the first line is not enough: some people post-process
 
1406
  # each Makefile.in and add a new line on top of each file to say so.
 
1407
  # So let's grep whole file.
 
1408
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
1409
    dirpart=`$as_dirname -- "$mf" ||
 
1410
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1411
         X"$mf" : 'X\(//\)[^/]' \| \
 
1412
         X"$mf" : 'X\(//\)$' \| \
 
1413
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
1414
echo X"$mf" |
 
1415
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1416
            s//\1/
 
1417
            q
 
1418
          }
 
1419
          /^X\(\/\/\)[^/].*/{
 
1420
            s//\1/
 
1421
            q
 
1422
          }
 
1423
          /^X\(\/\/\)$/{
 
1424
            s//\1/
 
1425
            q
 
1426
          }
 
1427
          /^X\(\/\).*/{
 
1428
            s//\1/
 
1429
            q
 
1430
          }
 
1431
          s/.*/./; q'`
 
1432
  else
 
1433
    continue
 
1434
  fi
 
1435
  # Extract the definition of DEPDIR, am__include, and am__quote
 
1436
  # from the Makefile without running `make'.
 
1437
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1438
  test -z "$DEPDIR" && continue
 
1439
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1440
  test -z "am__include" && continue
 
1441
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1442
  # When using ansi2knr, U may be empty or an underscore; expand it
 
1443
  U=`sed -n 's/^U = //p' < "$mf"`
 
1444
  # Find all dependency output files, they are included files with
 
1445
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1446
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
1447
  # expansion.
 
1448
  for file in `sed -n "
 
1449
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1450
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1451
    # Make sure the directory exists.
 
1452
    test -f "$dirpart/$file" && continue
 
1453
    fdir=`$as_dirname -- "$file" ||
 
1454
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1455
         X"$file" : 'X\(//\)[^/]' \| \
 
1456
         X"$file" : 'X\(//\)$' \| \
 
1457
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
1458
echo X"$file" |
 
1459
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1460
            s//\1/
 
1461
            q
 
1462
          }
 
1463
          /^X\(\/\/\)[^/].*/{
 
1464
            s//\1/
 
1465
            q
 
1466
          }
 
1467
          /^X\(\/\/\)$/{
 
1468
            s//\1/
 
1469
            q
 
1470
          }
 
1471
          /^X\(\/\).*/{
 
1472
            s//\1/
 
1473
            q
 
1474
          }
 
1475
          s/.*/./; q'`
 
1476
    { as_dir=$dirpart/$fdir
 
1477
  case $as_dir in #(
 
1478
  -*) as_dir=./$as_dir;;
 
1479
  esac
 
1480
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
1481
    as_dirs=
 
1482
    while :; do
 
1483
      case $as_dir in #(
 
1484
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
1485
      *) as_qdir=$as_dir;;
 
1486
      esac
 
1487
      as_dirs="'$as_qdir' $as_dirs"
 
1488
      as_dir=`$as_dirname -- "$as_dir" ||
 
1489
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1490
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
1491
         X"$as_dir" : 'X\(//\)$' \| \
 
1492
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
1493
echo X"$as_dir" |
 
1494
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1495
            s//\1/
 
1496
            q
 
1497
          }
 
1498
          /^X\(\/\/\)[^/].*/{
 
1499
            s//\1/
 
1500
            q
 
1501
          }
 
1502
          /^X\(\/\/\)$/{
 
1503
            s//\1/
 
1504
            q
 
1505
          }
 
1506
          /^X\(\/\).*/{
 
1507
            s//\1/
 
1508
            q
 
1509
          }
 
1510
          s/.*/./; q'`
 
1511
      test -d "$as_dir" && break
 
1512
    done
 
1513
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
1514
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
1515
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
1516
   { (exit 1); exit 1; }; }; }
 
1517
    # echo "creating $dirpart/$file"
 
1518
    echo '# dummy' > "$dirpart/$file"
 
1519
  done
 
1520
done
 
1521
 ;;
 
1522
    "default-1":C)
 
1523
    for ac_file in $CONFIG_FILES; do
 
1524
      # Support "outfile[:infile[:infile...]]"
 
1525
      case "$ac_file" in
 
1526
        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
 
1527
      esac
 
1528
      # PO directories have a Makefile.in generated from Makefile.in.in.
 
1529
      case "$ac_file" in */Makefile.in)
 
1530
        # Adjust a relative srcdir.
 
1531
        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
 
1532
        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
 
1533
        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
 
1534
        # In autoconf-2.13 it is called $ac_given_srcdir.
 
1535
        # In autoconf-2.50 it is called $srcdir.
 
1536
        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
 
1537
        case "$ac_given_srcdir" in
 
1538
          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
 
1539
          /*) top_srcdir="$ac_given_srcdir" ;;
 
1540
          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
 
1541
        esac
 
1542
        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
 
1543
          rm -f "$ac_dir/POTFILES"
 
1544
          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
 
1545
          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
 
1546
          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
 
1547
          # on $ac_dir but don't depend on user-specified configuration
 
1548
          # parameters.
 
1549
          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
 
1550
            # The LINGUAS file contains the set of available languages.
 
1551
            if test -n "$ALL_LINGUAS"; then
 
1552
              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
 
1553
            fi
 
1554
            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
 
1555
            # Hide the ALL_LINGUAS assigment from automake.
 
1556
            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
 
1557
          fi
 
1558
          case "$ac_given_srcdir" in
 
1559
            .) srcdirpre= ;;
 
1560
            *) srcdirpre='$(srcdir)/' ;;
 
1561
          esac
 
1562
          POFILES=
 
1563
          GMOFILES=
 
1564
          UPDATEPOFILES=
 
1565
          DUMMYPOFILES=
 
1566
          for lang in $ALL_LINGUAS; do
 
1567
            POFILES="$POFILES $srcdirpre$lang.po"
 
1568
            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
 
1569
            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
 
1570
            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
 
1571
          done
 
1572
          # CATALOGS depends on both $ac_dir and the user's LINGUAS
 
1573
          # environment variable.
 
1574
          INST_LINGUAS=
 
1575
          if test -n "$ALL_LINGUAS"; then
 
1576
            for presentlang in $ALL_LINGUAS; do
 
1577
              useit=no
 
1578
              if test "%UNSET%" != "$LINGUAS"; then
 
1579
                desiredlanguages="$LINGUAS"
 
1580
              else
 
1581
                desiredlanguages="$ALL_LINGUAS"
 
1582
              fi
 
1583
              for desiredlang in $desiredlanguages; do
 
1584
                # Use the presentlang catalog if desiredlang is
 
1585
                #   a. equal to presentlang, or
 
1586
                #   b. a variant of presentlang (because in this case,
 
1587
                #      presentlang can be used as a fallback for messages
 
1588
                #      which are not translated in the desiredlang catalog).
 
1589
                case "$desiredlang" in
 
1590
                  "$presentlang"*) useit=yes;;
 
1591
                esac
 
1592
              done
 
1593
              if test $useit = yes; then
 
1594
                INST_LINGUAS="$INST_LINGUAS $presentlang"
 
1595
              fi
 
1596
            done
 
1597
          fi
 
1598
          CATALOGS=
 
1599
          if test -n "$INST_LINGUAS"; then
 
1600
            for lang in $INST_LINGUAS; do
 
1601
              CATALOGS="$CATALOGS $lang.gmo"
 
1602
            done
 
1603
          fi
 
1604
          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
 
1605
          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
 
1606
          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
 
1607
            if test -f "$f"; then
 
1608
              case "$f" in
 
1609
                *.orig | *.bak | *~) ;;
 
1610
                *) cat "$f" >> "$ac_dir/Makefile" ;;
 
1611
              esac
 
1612
            fi
 
1613
          done
 
1614
        fi
 
1615
        ;;
 
1616
      esac
 
1617
    done ;;
 
1618
    "$ac_stdint_h":C)
 
1619
{ echo "$as_me:$LINENO: creating $ac_stdint_h : $_ac_stdint_h" >&5
 
1620
echo "$as_me: creating $ac_stdint_h : $_ac_stdint_h" >&6;}
 
1621
ac_stdint=$tmp/_stdint.h
 
1622
 
 
1623
echo "#ifndef" $_ac_stdint_h >$ac_stdint
 
1624
echo "#define" $_ac_stdint_h "1" >>$ac_stdint
 
1625
echo "#ifndef" _GENERATED_STDINT_H >>$ac_stdint
 
1626
echo "#define" _GENERATED_STDINT_H '"'$PACKAGE $VERSION'"' >>$ac_stdint
 
1627
echo "/* generated $ac_cv_stdint_message */" >>$ac_stdint
 
1628
if test "_$ac_cv_header_stdint_t" != "_" ; then
 
1629
echo "#define _STDINT_HAVE_STDINT_H" "1" >>$ac_stdint
 
1630
fi
 
1631
 
 
1632
cat >>$ac_stdint <<STDINT_EOF
 
1633
 
 
1634
/* ................... shortcircuit part ........................... */
 
1635
 
 
1636
#if defined HAVE_STDINT_H || defined _STDINT_HAVE_STDINT_H
 
1637
#include <stdint.h>
 
1638
#else
 
1639
#include <stddef.h>
 
1640
 
 
1641
/* .................... configured part ............................ */
 
1642
 
 
1643
STDINT_EOF
 
1644
 
 
1645
echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint
 
1646
if test "_$ac_cv_header_stdint_x" != "_" ; then
 
1647
  ac_header="$ac_cv_header_stdint_x"
 
1648
  echo "#define _STDINT_HEADER_INTPTR" '"'"$ac_header"'"' >>$ac_stdint
 
1649
else
 
1650
  echo "/* #undef _STDINT_HEADER_INTPTR */" >>$ac_stdint
 
1651
fi
 
1652
 
 
1653
echo "/* whether we have a C96 compatible inttypes header file */" >>$ac_stdint
 
1654
if  test "_$ac_cv_header_stdint_o" != "_" ; then
 
1655
  ac_header="$ac_cv_header_stdint_o"
 
1656
  echo "#define _STDINT_HEADER_UINT32" '"'"$ac_header"'"' >>$ac_stdint
 
1657
else
 
1658
  echo "/* #undef _STDINT_HEADER_UINT32 */" >>$ac_stdint
 
1659
fi
 
1660
 
 
1661
echo "/* whether we have a BSD compatible inet types header */" >>$ac_stdint
 
1662
if  test "_$ac_cv_header_stdint_u" != "_" ; then
 
1663
  ac_header="$ac_cv_header_stdint_u"
 
1664
  echo "#define _STDINT_HEADER_U_INT32" '"'"$ac_header"'"' >>$ac_stdint
 
1665
else
 
1666
  echo "/* #undef _STDINT_HEADER_U_INT32 */" >>$ac_stdint
 
1667
fi
 
1668
 
 
1669
echo "" >>$ac_stdint
 
1670
 
 
1671
if test "_$ac_header" != "_" ; then if test "$ac_header" != "stddef.h" ; then
 
1672
  echo "#include <$ac_header>" >>$ac_stdint
 
1673
  echo "" >>$ac_stdint
 
1674
fi fi
 
1675
 
 
1676
echo "/* which 64bit typedef has been found */" >>$ac_stdint
 
1677
if test "$ac_cv_type_uint64_t" = "yes" ; then
 
1678
echo "#define   _STDINT_HAVE_UINT64_T" "1"  >>$ac_stdint
 
1679
else
 
1680
echo "/* #undef _STDINT_HAVE_UINT64_T */" >>$ac_stdint
 
1681
fi
 
1682
if test "$ac_cv_type_u_int64_t" = "yes" ; then
 
1683
echo "#define   _STDINT_HAVE_U_INT64_T" "1"  >>$ac_stdint
 
1684
else
 
1685
echo "/* #undef _STDINT_HAVE_U_INT64_T */" >>$ac_stdint
 
1686
fi
 
1687
echo "" >>$ac_stdint
 
1688
 
 
1689
echo "/* which type model has been detected */" >>$ac_stdint
 
1690
if test "_$ac_cv_stdint_char_model" != "_" ; then
 
1691
echo "#define   _STDINT_CHAR_MODEL" "$ac_cv_stdint_char_model" >>$ac_stdint
 
1692
echo "#define   _STDINT_LONG_MODEL" "$ac_cv_stdint_long_model" >>$ac_stdint
 
1693
else
 
1694
echo "/* #undef _STDINT_CHAR_MODEL // skipped */" >>$ac_stdint
 
1695
echo "/* #undef _STDINT_LONG_MODEL // skipped */" >>$ac_stdint
 
1696
fi
 
1697
echo "" >>$ac_stdint
 
1698
 
 
1699
echo "/* whether int_least types were detected */" >>$ac_stdint
 
1700
if test "$ac_cv_type_int_least32_t" = "yes"; then
 
1701
echo "#define   _STDINT_HAVE_INT_LEAST32_T" "1"  >>$ac_stdint
 
1702
else
 
1703
echo "/* #undef _STDINT_HAVE_INT_LEAST32_T */" >>$ac_stdint
 
1704
fi
 
1705
echo "/* whether int_fast types were detected */" >>$ac_stdint
 
1706
if test "$ac_cv_type_int_fast32_t" = "yes"; then
 
1707
echo "#define   _STDINT_HAVE_INT_FAST32_T" "1" >>$ac_stdint
 
1708
else
 
1709
echo "/* #undef _STDINT_HAVE_INT_FAST32_T */" >>$ac_stdint
 
1710
fi
 
1711
echo "/* whether intmax_t type was detected */" >>$ac_stdint
 
1712
if test "$ac_cv_type_intmax_t" = "yes"; then
 
1713
echo "#define   _STDINT_HAVE_INTMAX_T" "1" >>$ac_stdint
 
1714
else
 
1715
echo "/* #undef _STDINT_HAVE_INTMAX_T */" >>$ac_stdint
 
1716
fi
 
1717
echo "" >>$ac_stdint
 
1718
 
 
1719
  cat >>$ac_stdint <<STDINT_EOF
 
1720
/* .................... detections part ............................ */
 
1721
 
 
1722
/* whether we need to define bitspecific types from compiler base types */
 
1723
#ifndef _STDINT_HEADER_INTPTR
 
1724
#ifndef _STDINT_HEADER_UINT32
 
1725
#ifndef _STDINT_HEADER_U_INT32
 
1726
#define _STDINT_NEED_INT_MODEL_T
 
1727
#else
 
1728
#define _STDINT_HAVE_U_INT_TYPES
 
1729
#endif
 
1730
#endif
 
1731
#endif
 
1732
 
 
1733
#ifdef _STDINT_HAVE_U_INT_TYPES
 
1734
#undef _STDINT_NEED_INT_MODEL_T
 
1735
#endif
 
1736
 
 
1737
#ifdef  _STDINT_CHAR_MODEL
 
1738
#if     _STDINT_CHAR_MODEL+0 == 122 || _STDINT_CHAR_MODEL+0 == 124
 
1739
#ifndef _STDINT_BYTE_MODEL
 
1740
#define _STDINT_BYTE_MODEL 12
 
1741
#endif
 
1742
#endif
 
1743
#endif
 
1744
 
 
1745
#ifndef _STDINT_HAVE_INT_LEAST32_T
 
1746
#define _STDINT_NEED_INT_LEAST_T
 
1747
#endif
 
1748
 
 
1749
#ifndef _STDINT_HAVE_INT_FAST32_T
 
1750
#define _STDINT_NEED_INT_FAST_T
 
1751
#endif
 
1752
 
 
1753
#ifndef _STDINT_HEADER_INTPTR
 
1754
#define _STDINT_NEED_INTPTR_T
 
1755
#ifndef _STDINT_HAVE_INTMAX_T
 
1756
#define _STDINT_NEED_INTMAX_T
 
1757
#endif
 
1758
#endif
 
1759
 
 
1760
 
 
1761
/* .................... definition part ............................ */
 
1762
 
 
1763
/* some system headers have good uint64_t */
 
1764
#ifndef _HAVE_UINT64_T
 
1765
#if     defined _STDINT_HAVE_UINT64_T  || defined HAVE_UINT64_T
 
1766
#define _HAVE_UINT64_T
 
1767
#elif   defined _STDINT_HAVE_U_INT64_T || defined HAVE_U_INT64_T
 
1768
#define _HAVE_UINT64_T
 
1769
typedef u_int64_t uint64_t;
 
1770
#endif
 
1771
#endif
 
1772
 
 
1773
#ifndef _HAVE_UINT64_T
 
1774
/* .. here are some common heuristics using compiler runtime specifics */
 
1775
#if defined __STDC_VERSION__ && defined __STDC_VERSION__ >= 199901L
 
1776
#define _HAVE_UINT64_T
 
1777
typedef long long int64_t;
 
1778
typedef unsigned long long uint64_t;
 
1779
 
 
1780
#elif !defined __STRICT_ANSI__
 
1781
#if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
 
1782
#define _HAVE_UINT64_T
 
1783
typedef __int64 int64_t;
 
1784
typedef unsigned __int64 uint64_t;
 
1785
 
 
1786
#elif defined __GNUC__ || defined __MWERKS__ || defined __ELF__
 
1787
/* note: all ELF-systems seem to have loff-support which needs 64-bit */
 
1788
#if !defined _NO_LONGLONG
 
1789
#define _HAVE_UINT64_T
 
1790
typedef long long int64_t;
 
1791
typedef unsigned long long uint64_t;
 
1792
#endif
 
1793
 
 
1794
#elif defined __alpha || (defined __mips && defined _ABIN32)
 
1795
#if !defined _NO_LONGLONG
 
1796
typedef long int64_t;
 
1797
typedef unsigned long uint64_t;
 
1798
#endif
 
1799
  /* compiler/cpu type to define int64_t */
 
1800
#endif
 
1801
#endif
 
1802
#endif
 
1803
 
 
1804
#if defined _STDINT_HAVE_U_INT_TYPES
 
1805
/* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */
 
1806
typedef u_int8_t uint8_t;
 
1807
typedef u_int16_t uint16_t;
 
1808
typedef u_int32_t uint32_t;
 
1809
 
 
1810
/* glibc compatibility */
 
1811
#ifndef __int8_t_defined
 
1812
#define __int8_t_defined
 
1813
#endif
 
1814
#endif
 
1815
 
 
1816
#ifdef _STDINT_NEED_INT_MODEL_T
 
1817
/* we must guess all the basic types. Apart from byte-adressable system, */
 
1818
/* there a few 32-bit-only dsp-systems that we guard with BYTE_MODEL 8-} */
 
1819
/* (btw, those nibble-addressable systems are way off, or so we assume) */
 
1820
 
 
1821
 
 
1822
#if defined _STDINT_BYTE_MODEL
 
1823
#if _STDINT_LONG_MODEL+0 == 242
 
1824
/* 2:4:2 =  IP16 = a normal 16-bit system                */
 
1825
typedef unsigned char   uint8_t;
 
1826
typedef unsigned short  uint16_t;
 
1827
typedef unsigned long   uint32_t;
 
1828
#ifndef __int8_t_defined
 
1829
#define __int8_t_defined
 
1830
typedef          char    int8_t;
 
1831
typedef          short   int16_t;
 
1832
typedef          long    int32_t;
 
1833
#endif
 
1834
#elif _STDINT_LONG_MODEL+0 == 244 || _STDINT_LONG_MODEL == 444
 
1835
/* 2:4:4 =  LP32 = a 32-bit system derived from a 16-bit */
 
1836
/* 4:4:4 = ILP32 = a normal 32-bit system                */
 
1837
typedef unsigned char   uint8_t;
 
1838
typedef unsigned short  uint16_t;
 
1839
typedef unsigned int    uint32_t;
 
1840
#ifndef __int8_t_defined
 
1841
#define __int8_t_defined
 
1842
typedef          char    int8_t;
 
1843
typedef          short   int16_t;
 
1844
typedef          int     int32_t;
 
1845
#endif
 
1846
#elif _STDINT_LONG_MODEL+0 == 484 || _STDINT_LONG_MODEL+0 == 488
 
1847
/* 4:8:4 =  IP32 = a 32-bit system prepared for 64-bit    */
 
1848
/* 4:8:8 =  LP64 = a normal 64-bit system                 */
 
1849
typedef unsigned char   uint8_t;
 
1850
typedef unsigned short  uint16_t;
 
1851
typedef unsigned int    uint32_t;
 
1852
#ifndef __int8_t_defined
 
1853
#define __int8_t_defined
 
1854
typedef          char    int8_t;
 
1855
typedef          short   int16_t;
 
1856
typedef          int     int32_t;
 
1857
#endif
 
1858
/* this system has a "long" of 64bit */
 
1859
#ifndef _HAVE_UINT64_T
 
1860
#define _HAVE_UINT64_T
 
1861
typedef unsigned long   uint64_t;
 
1862
typedef          long    int64_t;
 
1863
#endif
 
1864
#elif _STDINT_LONG_MODEL+0 == 448
 
1865
/*      LLP64   a 64-bit system derived from a 32-bit system */
 
1866
typedef unsigned char   uint8_t;
 
1867
typedef unsigned short  uint16_t;
 
1868
typedef unsigned int    uint32_t;
 
1869
#ifndef __int8_t_defined
 
1870
#define __int8_t_defined
 
1871
typedef          char    int8_t;
 
1872
typedef          short   int16_t;
 
1873
typedef          int     int32_t;
 
1874
#endif
 
1875
/* assuming the system has a "long long" */
 
1876
#ifndef _HAVE_UINT64_T
 
1877
#define _HAVE_UINT64_T
 
1878
typedef unsigned long long uint64_t;
 
1879
typedef          long long  int64_t;
 
1880
#endif
 
1881
#else
 
1882
#define _STDINT_NO_INT32_T
 
1883
#endif
 
1884
#else
 
1885
#define _STDINT_NO_INT8_T
 
1886
#define _STDINT_NO_INT32_T
 
1887
#endif
 
1888
#endif
 
1889
 
 
1890
/*
 
1891
 * quote from SunOS-5.8 sys/inttypes.h:
 
1892
 * Use at your own risk.  As of February 1996, the committee is squarely
 
1893
 * behind the fixed sized types; the "least" and "fast" types are still being
 
1894
 * discussed.  The probability that the "fast" types may be removed before
 
1895
 * the standard is finalized is high enough that they are not currently
 
1896
 * implemented.
 
1897
 */
 
1898
 
 
1899
#if defined _STDINT_NEED_INT_LEAST_T
 
1900
typedef  int8_t    int_least8_t;
 
1901
typedef  int16_t   int_least16_t;
 
1902
typedef  int32_t   int_least32_t;
 
1903
#ifdef _HAVE_UINT64_T
 
1904
typedef  int64_t   int_least64_t;
 
1905
#endif
 
1906
 
 
1907
typedef uint8_t   uint_least8_t;
 
1908
typedef uint16_t  uint_least16_t;
 
1909
typedef uint32_t  uint_least32_t;
 
1910
#ifdef _HAVE_UINT64_T
 
1911
typedef uint64_t  uint_least64_t;
 
1912
#endif
 
1913
  /* least types */
 
1914
#endif
 
1915
 
 
1916
#if defined _STDINT_NEED_INT_FAST_T
 
1917
typedef  int8_t    int_fast8_t;
 
1918
typedef  int       int_fast16_t;
 
1919
typedef  int32_t   int_fast32_t;
 
1920
#ifdef _HAVE_UINT64_T
 
1921
typedef  int64_t   int_fast64_t;
 
1922
#endif
 
1923
 
 
1924
typedef uint8_t   uint_fast8_t;
 
1925
typedef unsigned  uint_fast16_t;
 
1926
typedef uint32_t  uint_fast32_t;
 
1927
#ifdef _HAVE_UINT64_T
 
1928
typedef uint64_t  uint_fast64_t;
 
1929
#endif
 
1930
  /* fast types */
 
1931
#endif
 
1932
 
 
1933
#ifdef _STDINT_NEED_INTMAX_T
 
1934
#ifdef _HAVE_UINT64_T
 
1935
typedef  int64_t       intmax_t;
 
1936
typedef uint64_t      uintmax_t;
 
1937
#else
 
1938
typedef          long  intmax_t;
 
1939
typedef unsigned long uintmax_t;
 
1940
#endif
 
1941
#endif
 
1942
 
 
1943
#ifdef _STDINT_NEED_INTPTR_T
 
1944
#ifndef __intptr_t_defined
 
1945
#define __intptr_t_defined
 
1946
/* we encourage using "long" to store pointer values, never use "int" ! */
 
1947
#if   _STDINT_LONG_MODEL+0 == 242 || _STDINT_LONG_MODEL+0 == 484
 
1948
typedef  unsinged int   uintptr_t;
 
1949
typedef           int    intptr_t;
 
1950
#elif _STDINT_LONG_MODEL+0 == 244 || _STDINT_LONG_MODEL+0 == 444
 
1951
typedef  unsigned long  uintptr_t;
 
1952
typedef           long   intptr_t;
 
1953
#elif _STDINT_LONG_MODEL+0 == 448 && defined _HAVE_UINT64_T
 
1954
typedef        uint64_t uintptr_t;
 
1955
typedef         int64_t  intptr_t;
 
1956
#else /* matches typical system types ILP32 and LP64 - but not IP16 or LLP64 */
 
1957
typedef  unsigned long  uintptr_t;
 
1958
typedef           long   intptr_t;
 
1959
#endif
 
1960
#endif
 
1961
#endif
 
1962
 
 
1963
  /* shortcircuit*/
 
1964
#endif
 
1965
  /* once */
 
1966
#endif
 
1967
#endif
 
1968
STDINT_EOF
 
1969
    if cmp -s $ac_stdint_h $ac_stdint 2>/dev/null; then
 
1970
      { echo "$as_me:$LINENO: $ac_stdint_h is unchanged" >&5
 
1971
echo "$as_me: $ac_stdint_h is unchanged" >&6;}
 
1972
    else
 
1973
      ac_dir=`$as_dirname -- "$ac_stdint_h" ||
 
1974
$as_expr X"$ac_stdint_h" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1975
         X"$ac_stdint_h" : 'X\(//\)[^/]' \| \
 
1976
         X"$ac_stdint_h" : 'X\(//\)$' \| \
 
1977
         X"$ac_stdint_h" : 'X\(/\)' \| . 2>/dev/null ||
 
1978
echo X"$ac_stdint_h" |
 
1979
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1980
            s//\1/
 
1981
            q
 
1982
          }
 
1983
          /^X\(\/\/\)[^/].*/{
 
1984
            s//\1/
 
1985
            q
 
1986
          }
 
1987
          /^X\(\/\/\)$/{
 
1988
            s//\1/
 
1989
            q
 
1990
          }
 
1991
          /^X\(\/\).*/{
 
1992
            s//\1/
 
1993
            q
 
1994
          }
 
1995
          s/.*/./; q'`
 
1996
      { as_dir="$ac_dir"
 
1997
  case $as_dir in #(
 
1998
  -*) as_dir=./$as_dir;;
 
1999
  esac
 
2000
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
2001
    as_dirs=
 
2002
    while :; do
 
2003
      case $as_dir in #(
 
2004
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
2005
      *) as_qdir=$as_dir;;
 
2006
      esac
 
2007
      as_dirs="'$as_qdir' $as_dirs"
 
2008
      as_dir=`$as_dirname -- "$as_dir" ||
 
2009
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
2010
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
2011
         X"$as_dir" : 'X\(//\)$' \| \
 
2012
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
2013
echo X"$as_dir" |
 
2014
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
2015
            s//\1/
 
2016
            q
 
2017
          }
 
2018
          /^X\(\/\/\)[^/].*/{
 
2019
            s//\1/
 
2020
            q
 
2021
          }
 
2022
          /^X\(\/\/\)$/{
 
2023
            s//\1/
 
2024
            q
 
2025
          }
 
2026
          /^X\(\/\).*/{
 
2027
            s//\1/
 
2028
            q
 
2029
          }
 
2030
          s/.*/./; q'`
 
2031
      test -d "$as_dir" && break
 
2032
    done
 
2033
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
2034
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
2035
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
2036
   { (exit 1); exit 1; }; }; }
 
2037
      rm -f $ac_stdint_h
 
2038
      mv $ac_stdint $ac_stdint_h
 
2039
    fi
 
2040
 ;;
 
2041
 
 
2042
  esac
 
2043
done # for ac_tag
 
2044
 
 
2045
 
 
2046
{ (exit 0); exit 0; }