~ubuntu-branches/ubuntu/edgy/ecasound2.2/edgy

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2006-08-12 22:03:54 UTC
  • Revision ID: james.westby@ubuntu.com-20060812220354-6c2oddxzlyv3rap5
Tags: 2.4.4-3
* Bug fix: "Python policy transition" (Closes: #373316).
- Build-depend on python-dev instead of python2.4-dev
- python-ecasound is arch all
- fix description to remove reference to python 2.3
- debian/rules: remove reference to python2.3 and use dh_pysupport instead of dh_python
- remove existing byte-compilation handling from postinst/preinst.
some of it thanks to Pierre Habouzit <madcoder@debian.org>
* Bug fix: "ecasound2.2: FTBFS on kfreebsd-amd64: unsatisfied
  Build-Depends", thanks to Petr Salinger (Closes: #361469).
  add hurd-i386 to list
* Standards-Version: 3.7.2
* remove g++ versioned build-dependency, and add python-support (>=
  0.4.0) to build-dependency.
* update watch file format
* debian/rules clean config.log, config.status.
* ecasound now has versioned depends on python-ecasound, since it was
  the original intention.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Generated by configure.
3
 
# Run this file to recreate the current configuration.
4
 
# Compiler output produced by configure, useful for debugging
5
 
# configure, is in config.log if it exists.
6
 
 
7
 
debug=false
8
 
ac_cs_recheck=false
9
 
ac_cs_silent=false
10
 
SHELL=${CONFIG_SHELL-/bin/sh}
11
 
## --------------------- ##
12
 
## M4sh Initialization.  ##
13
 
## --------------------- ##
14
 
 
15
 
# Be Bourne compatible
16
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17
 
  emulate sh
18
 
  NULLCMD=:
19
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20
 
  # is contrary to our usage.  Disable this feature.
21
 
  alias -g '${1+"$@"}'='"$@"'
22
 
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23
 
  set -o posix
24
 
fi
25
 
DUALCASE=1; export DUALCASE # for MKS sh
26
 
 
27
 
# Support unset when possible.
28
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29
 
  as_unset=unset
30
 
else
31
 
  as_unset=false
32
 
fi
33
 
 
34
 
 
35
 
# Work around bugs in pre-3.0 UWIN ksh.
36
 
$as_unset ENV MAIL MAILPATH
37
 
PS1='$ '
38
 
PS2='> '
39
 
PS4='+ '
40
 
 
41
 
# NLS nuisances.
42
 
for as_var in \
43
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45
 
  LC_TELEPHONE LC_TIME
46
 
do
47
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48
 
    eval $as_var=C; export $as_var
49
 
  else
50
 
    $as_unset $as_var
51
 
  fi
52
 
done
53
 
 
54
 
# Required to use basename.
55
 
if expr a : '\(a\)' >/dev/null 2>&1; then
56
 
  as_expr=expr
57
 
else
58
 
  as_expr=false
59
 
fi
60
 
 
61
 
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62
 
  as_basename=basename
63
 
else
64
 
  as_basename=false
65
 
fi
66
 
 
67
 
 
68
 
# Name of the executable.
69
 
as_me=`$as_basename "$0" ||
70
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71
 
         X"$0" : 'X\(//\)$' \| \
72
 
         X"$0" : 'X\(/\)$' \| \
73
 
         .     : '\(.\)' 2>/dev/null ||
74
 
echo X/"$0" |
75
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76
 
          /^X\/\(\/\/\)$/{ s//\1/; q; }
77
 
          /^X\/\(\/\).*/{ s//\1/; q; }
78
 
          s/.*/./; q'`
79
 
 
80
 
 
81
 
# PATH needs CR, and LINENO needs CR and PATH.
82
 
# Avoid depending upon Character Ranges.
83
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86
 
as_cr_digits='0123456789'
87
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
88
 
 
89
 
# The user is always right.
90
 
if test "${PATH_SEPARATOR+set}" != set; then
91
 
  echo "#! /bin/sh" >conf$$.sh
92
 
  echo  "exit 0"   >>conf$$.sh
93
 
  chmod +x conf$$.sh
94
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95
 
    PATH_SEPARATOR=';'
96
 
  else
97
 
    PATH_SEPARATOR=:
98
 
  fi
99
 
  rm -f conf$$.sh
100
 
fi
101
 
 
102
 
 
103
 
  as_lineno_1=$LINENO
104
 
  as_lineno_2=$LINENO
105
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
107
 
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
108
 
  # Find who we are.  Look in the path if we contain no path at all
109
 
  # relative or not.
110
 
  case $0 in
111
 
    *[\\/]* ) as_myself=$0 ;;
112
 
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113
 
for as_dir in $PATH
114
 
do
115
 
  IFS=$as_save_IFS
116
 
  test -z "$as_dir" && as_dir=.
117
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118
 
done
119
 
 
120
 
       ;;
121
 
  esac
122
 
  # We did not find ourselves, most probably we were run as `sh COMMAND'
123
 
  # in which case we are not to be found in the path.
124
 
  if test "x$as_myself" = x; then
125
 
    as_myself=$0
126
 
  fi
127
 
  if test ! -f "$as_myself"; then
128
 
    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
129
 
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
130
 
   { (exit 1); exit 1; }; }
131
 
  fi
132
 
  case $CONFIG_SHELL in
133
 
  '')
134
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
135
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
136
 
do
137
 
  IFS=$as_save_IFS
138
 
  test -z "$as_dir" && as_dir=.
139
 
  for as_base in sh bash ksh sh5; do
140
 
         case $as_dir in
141
 
         /*)
142
 
           if ("$as_dir/$as_base" -c '
143
 
  as_lineno_1=$LINENO
144
 
  as_lineno_2=$LINENO
145
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
146
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
147
 
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
148
 
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
149
 
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
150
 
             CONFIG_SHELL=$as_dir/$as_base
151
 
             export CONFIG_SHELL
152
 
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
153
 
           fi;;
154
 
         esac
155
 
       done
156
 
done
157
 
;;
158
 
  esac
159
 
 
160
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
161
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
162
 
  # line-number line before each line; the second 'sed' does the real
163
 
  # work.  The second script uses 'N' to pair each line-number line
164
 
  # with the numbered line, and appends trailing '-' during
165
 
  # substitution so that $LINENO is not a special case at line end.
166
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
167
 
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
168
 
  sed '=' <$as_myself |
169
 
    sed '
170
 
      N
171
 
      s,$,-,
172
 
      : loop
173
 
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
174
 
      t loop
175
 
      s,-$,,
176
 
      s,^['$as_cr_digits']*\n,,
177
 
    ' >$as_me.lineno &&
178
 
  chmod +x $as_me.lineno ||
179
 
    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
180
 
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
181
 
   { (exit 1); exit 1; }; }
182
 
 
183
 
  # Don't try to exec as it changes $[0], causing all sort of problems
184
 
  # (the dirname of $[0] is not the place where we might find the
185
 
  # original and so on.  Autoconf is especially sensible to this).
186
 
  . ./$as_me.lineno
187
 
  # Exit status is that of the last command.
188
 
  exit
189
 
}
190
 
 
191
 
 
192
 
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
193
 
  *c*,-n*) ECHO_N= ECHO_C='
194
 
' ECHO_T='      ' ;;
195
 
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
196
 
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
197
 
esac
198
 
 
199
 
if expr a : '\(a\)' >/dev/null 2>&1; then
200
 
  as_expr=expr
201
 
else
202
 
  as_expr=false
203
 
fi
204
 
 
205
 
rm -f conf$$ conf$$.exe conf$$.file
206
 
echo >conf$$.file
207
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
208
 
  # We could just check for DJGPP; but this test a) works b) is more generic
209
 
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
210
 
  if test -f conf$$.exe; then
211
 
    # Don't use ln at all; we don't have any links
212
 
    as_ln_s='cp -p'
213
 
  else
214
 
    as_ln_s='ln -s'
215
 
  fi
216
 
elif ln conf$$.file conf$$ 2>/dev/null; then
217
 
  as_ln_s=ln
218
 
else
219
 
  as_ln_s='cp -p'
220
 
fi
221
 
rm -f conf$$ conf$$.exe conf$$.file
222
 
 
223
 
if mkdir -p . 2>/dev/null; then
224
 
  as_mkdir_p=:
225
 
else
226
 
  test -d ./-p && rmdir ./-p
227
 
  as_mkdir_p=false
228
 
fi
229
 
 
230
 
as_executable_p="test -f"
231
 
 
232
 
# Sed expression to map a string onto a valid CPP name.
233
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
234
 
 
235
 
# Sed expression to map a string onto a valid variable name.
236
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
237
 
 
238
 
 
239
 
# IFS
240
 
# We need space, tab and new line, in precisely that order.
241
 
as_nl='
242
 
'
243
 
IFS="   $as_nl"
244
 
 
245
 
# CDPATH.
246
 
$as_unset CDPATH
247
 
 
248
 
exec 6>&1
249
 
 
250
 
# Open the log real soon, to keep \$[0] and so on meaningful, and to
251
 
# report actual input values of CONFIG_FILES etc. instead of their
252
 
# values after options handling.  Logging --version etc. is OK.
253
 
exec 5>>config.log
254
 
{
255
 
  echo
256
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
257
 
## Running $as_me. ##
258
 
_ASBOX
259
 
} >&5
260
 
cat >&5 <<_CSEOF
261
 
 
262
 
This file was extended by ecasound $as_me 2.4.4, which was
263
 
generated by GNU Autoconf 2.59.  Invocation command line was
264
 
 
265
 
  CONFIG_FILES    = $CONFIG_FILES
266
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
267
 
  CONFIG_LINKS    = $CONFIG_LINKS
268
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
269
 
  $ $0 $@
270
 
 
271
 
_CSEOF
272
 
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
273
 
echo >&5
274
 
config_files=" Makefile ecasound.spec libecasound/Makefile libecasound/libecasound-config libecasound/plugins/Makefile libecasoundc/Makefile libecasoundc/libecasoundc-config pyecasound/Makefile rubyecasound/Makefile ecasound/Makefile ecatools/Makefile kvutils/Makefile Documentation/Makefile Documentation/users_guide/Makefile Documentation/programmers_guide/Makefile examples/Makefile"
275
 
config_headers=" config.h"
276
 
config_commands=" depfiles"
277
 
 
278
 
ac_cs_usage="\
279
 
\`$as_me' instantiates files from templates according to the
280
 
current configuration.
281
 
 
282
 
Usage: $0 [OPTIONS] [FILE]...
283
 
 
284
 
  -h, --help       print this help, then exit
285
 
  -V, --version    print version number, then exit
286
 
  -q, --quiet      do not print progress messages
287
 
  -d, --debug      don't remove temporary files
288
 
      --recheck    update $as_me by reconfiguring in the same conditions
289
 
  --file=FILE[:TEMPLATE]
290
 
                   instantiate the configuration file FILE
291
 
  --header=FILE[:TEMPLATE]
292
 
                   instantiate the configuration header FILE
293
 
 
294
 
Configuration files:
295
 
$config_files
296
 
 
297
 
Configuration headers:
298
 
$config_headers
299
 
 
300
 
Configuration commands:
301
 
$config_commands
302
 
 
303
 
Report bugs to <bug-autoconf@gnu.org>."
304
 
ac_cs_version="\
305
 
ecasound config.status 2.4.4
306
 
configured by ./configure, generated by GNU Autoconf 2.59,
307
 
  with options \"'--prefix=/usr' '--mandir=/usr/share/man' '--enable-pyecasound=python' '--enable-python-force-site-packages' '--enable-sys-readline' '--with-largefile' '--datadir=/usr/share/ecasound2.2' '--disable-shared' '--disable-arts' 'CC=gcc' 'CFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXXFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXX=g++'\"
308
 
 
309
 
Copyright (C) 2003 Free Software Foundation, Inc.
310
 
This config.status script is free software; the Free Software Foundation
311
 
gives unlimited permission to copy, distribute and modify it."
312
 
srcdir=.
313
 
INSTALL="/usr/bin/install -c"
314
 
# If no file are specified by the user, then we need to provide default
315
 
# value.  By we need to know if files were specified by the user.
316
 
ac_need_defaults=:
317
 
while test $# != 0
318
 
do
319
 
  case $1 in
320
 
  --*=*)
321
 
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
322
 
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
323
 
    ac_shift=:
324
 
    ;;
325
 
  -*)
326
 
    ac_option=$1
327
 
    ac_optarg=$2
328
 
    ac_shift=shift
329
 
    ;;
330
 
  *) # This is not an option, so the user has probably given explicit
331
 
     # arguments.
332
 
     ac_option=$1
333
 
     ac_need_defaults=false;;
334
 
  esac
335
 
 
336
 
  case $ac_option in
337
 
  # Handling of the options.
338
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
339
 
    ac_cs_recheck=: ;;
340
 
  --version | --vers* | -V )
341
 
    echo "$ac_cs_version"; exit 0 ;;
342
 
  --he | --h)
343
 
    # Conflict between --help and --header
344
 
    { { echo "$as_me:$LINENO: error: ambiguous option: $1
345
 
Try \`$0 --help' for more information." >&5
346
 
echo "$as_me: error: ambiguous option: $1
347
 
Try \`$0 --help' for more information." >&2;}
348
 
   { (exit 1); exit 1; }; };;
349
 
  --help | --hel | -h )
350
 
    echo "$ac_cs_usage"; exit 0 ;;
351
 
  --debug | --d* | -d )
352
 
    debug=: ;;
353
 
  --file | --fil | --fi | --f )
354
 
    $ac_shift
355
 
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
356
 
    ac_need_defaults=false;;
357
 
  --header | --heade | --head | --hea )
358
 
    $ac_shift
359
 
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
360
 
    ac_need_defaults=false;;
361
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
362
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
363
 
    ac_cs_silent=: ;;
364
 
 
365
 
  # This is an error.
366
 
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
367
 
Try \`$0 --help' for more information." >&5
368
 
echo "$as_me: error: unrecognized option: $1
369
 
Try \`$0 --help' for more information." >&2;}
370
 
   { (exit 1); exit 1; }; } ;;
371
 
 
372
 
  *) ac_config_targets="$ac_config_targets $1" ;;
373
 
 
374
 
  esac
375
 
  shift
376
 
done
377
 
 
378
 
ac_configure_extra_args=
379
 
 
380
 
if $ac_cs_silent; then
381
 
  exec 6>/dev/null
382
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
383
 
fi
384
 
 
385
 
if $ac_cs_recheck; then
386
 
  echo "running /bin/sh ./configure " '--prefix=/usr' '--mandir=/usr/share/man' '--enable-pyecasound=python' '--enable-python-force-site-packages' '--enable-sys-readline' '--with-largefile' '--datadir=/usr/share/ecasound2.2' '--disable-shared' '--disable-arts' 'CC=gcc' 'CFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXXFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXX=g++' $ac_configure_extra_args " --no-create --no-recursion" >&6
387
 
  exec /bin/sh ./configure '--prefix=/usr' '--mandir=/usr/share/man' '--enable-pyecasound=python' '--enable-python-force-site-packages' '--enable-sys-readline' '--with-largefile' '--datadir=/usr/share/ecasound2.2' '--disable-shared' '--disable-arts' 'CC=gcc' 'CFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXXFLAGS=-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops' 'CXX=g++' $ac_configure_extra_args --no-create --no-recursion
388
 
fi
389
 
 
390
 
#
391
 
# INIT-COMMANDS section.
392
 
#
393
 
 
394
 
AMDEP_TRUE="" ac_aux_dir="."
395
 
 
396
 
for ac_config_target in $ac_config_targets
397
 
do
398
 
  case "$ac_config_target" in
399
 
  # Handling of arguments.
400
 
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
401
 
  "ecasound.spec" ) CONFIG_FILES="$CONFIG_FILES ecasound.spec" ;;
402
 
  "libecasound/Makefile" ) CONFIG_FILES="$CONFIG_FILES libecasound/Makefile" ;;
403
 
  "libecasound/libecasound-config" ) CONFIG_FILES="$CONFIG_FILES libecasound/libecasound-config" ;;
404
 
  "libecasound/plugins/Makefile" ) CONFIG_FILES="$CONFIG_FILES libecasound/plugins/Makefile" ;;
405
 
  "libecasoundc/Makefile" ) CONFIG_FILES="$CONFIG_FILES libecasoundc/Makefile" ;;
406
 
  "libecasoundc/libecasoundc-config" ) CONFIG_FILES="$CONFIG_FILES libecasoundc/libecasoundc-config" ;;
407
 
  "pyecasound/Makefile" ) CONFIG_FILES="$CONFIG_FILES pyecasound/Makefile" ;;
408
 
  "rubyecasound/Makefile" ) CONFIG_FILES="$CONFIG_FILES rubyecasound/Makefile" ;;
409
 
  "ecasound/Makefile" ) CONFIG_FILES="$CONFIG_FILES ecasound/Makefile" ;;
410
 
  "ecatools/Makefile" ) CONFIG_FILES="$CONFIG_FILES ecatools/Makefile" ;;
411
 
  "kvutils/Makefile" ) CONFIG_FILES="$CONFIG_FILES kvutils/Makefile" ;;
412
 
  "Documentation/Makefile" ) CONFIG_FILES="$CONFIG_FILES Documentation/Makefile" ;;
413
 
  "Documentation/users_guide/Makefile" ) CONFIG_FILES="$CONFIG_FILES Documentation/users_guide/Makefile" ;;
414
 
  "Documentation/programmers_guide/Makefile" ) CONFIG_FILES="$CONFIG_FILES Documentation/programmers_guide/Makefile" ;;
415
 
  "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
416
 
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
417
 
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
418
 
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
419
 
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
420
 
   { (exit 1); exit 1; }; };;
421
 
  esac
422
 
done
423
 
 
424
 
# If the user did not use the arguments to specify the items to instantiate,
425
 
# then the envvar interface is used.  Set only those that are not.
426
 
# We use the long form for the default assignment because of an extremely
427
 
# bizarre bug on SunOS 4.1.3.
428
 
if $ac_need_defaults; then
429
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
430
 
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
431
 
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
432
 
fi
433
 
 
434
 
# Have a temporary directory for convenience.  Make it in the build tree
435
 
# simply because there is no reason to put it here, and in addition,
436
 
# creating and moving files from /tmp can sometimes cause problems.
437
 
# Create a temporary directory, and hook for its removal unless debugging.
438
 
$debug ||
439
 
{
440
 
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
441
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
442
 
}
443
 
 
444
 
# Create a (secure) tmp directory for tmp files.
445
 
 
446
 
{
447
 
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
448
 
  test -n "$tmp" && test -d "$tmp"
449
 
}  ||
450
 
{
451
 
  tmp=./confstat$$-$RANDOM
452
 
  (umask 077 && mkdir $tmp)
453
 
} ||
454
 
{
455
 
   echo "$me: cannot create a temporary directory in ." >&2
456
 
   { (exit 1); exit 1; }
457
 
}
458
 
 
459
 
 
460
 
#
461
 
# CONFIG_FILES section.
462
 
#
463
 
 
464
 
# No need to generate the scripts if there are no CONFIG_FILES.
465
 
# This happens for instance when ./config.status config.h
466
 
if test -n "$CONFIG_FILES"; then
467
 
  # Protect against being on the right side of a sed subst in config.status.
468
 
  sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
469
 
   s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
470
 
s,@SHELL@,/bin/sh,;t t
471
 
s,@PATH_SEPARATOR@,:,;t t
472
 
s,@PACKAGE_NAME@,ecasound,;t t
473
 
s,@PACKAGE_TARNAME@,ecasound,;t t
474
 
s,@PACKAGE_VERSION@,2.4.4,;t t
475
 
s,@PACKAGE_STRING@,ecasound 2.4.4,;t t
476
 
s,@PACKAGE_BUGREPORT@,,;t t
477
 
s,@exec_prefix@,${prefix},;t t
478
 
s,@prefix@,/usr,;t t
479
 
s,@program_transform_name@,s,x,x,,;t t
480
 
s,@bindir@,${exec_prefix}/bin,;t t
481
 
s,@sbindir@,${exec_prefix}/sbin,;t t
482
 
s,@libexecdir@,${exec_prefix}/libexec,;t t
483
 
s,@datadir@,/usr/share/ecasound2.2,;t t
484
 
s,@sysconfdir@,${prefix}/etc,;t t
485
 
s,@sharedstatedir@,${prefix}/com,;t t
486
 
s,@localstatedir@,${prefix}/var,;t t
487
 
s,@libdir@,${exec_prefix}/lib,;t t
488
 
s,@includedir@,${prefix}/include,;t t
489
 
s,@oldincludedir@,/usr/include,;t t
490
 
s,@infodir@,${prefix}/info,;t t
491
 
s,@mandir@,/usr/share/man,;t t
492
 
s,@build_alias@,,;t t
493
 
s,@host_alias@,,;t t
494
 
s,@target_alias@,,;t t
495
 
s,@DEFS@,-DHAVE_CONFIG_H,;t t
496
 
s,@ECHO_C@,,;t t
497
 
s,@ECHO_N@,-n,;t t
498
 
s,@ECHO_T@,,;t t
499
 
s,@LIBS@,-ldl -lm -lpthread ,;t t
500
 
s,@INSTALL_PROGRAM@,${INSTALL},;t t
501
 
s,@INSTALL_SCRIPT@,${INSTALL},;t t
502
 
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
503
 
s,@CYGPATH_W@,echo,;t t
504
 
s,@PACKAGE@,ecasound,;t t
505
 
s,@VERSION@,2.4.4,;t t
506
 
s,@ACLOCAL@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run aclocal-1.9,;t t
507
 
s,@AUTOCONF@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run autoconf,;t t
508
 
s,@AUTOMAKE@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run automake-1.9,;t t
509
 
s,@AUTOHEADER@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run autoheader,;t t
510
 
s,@MAKEINFO@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run makeinfo,;t t
511
 
s,@install_sh@,/home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/install-sh,;t t
512
 
s,@STRIP@,strip,;t t
513
 
s,@ac_ct_STRIP@,strip,;t t
514
 
s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
515
 
s,@mkdir_p@,mkdir -p --,;t t
516
 
s,@AWK@,gawk,;t t
517
 
s,@SET_MAKE@,,;t t
518
 
s,@am__leading_dot@,.,;t t
519
 
s,@AMTAR@,${SHELL} /home/dancer/DEBIAN/ecasound/ecasound2.2-2.4.4/missing --run tar,;t t
520
 
s,@am__tar@,${AMTAR} chof - "$$tardir",;t t
521
 
s,@am__untar@,${AMTAR} xf -,;t t
522
 
s,@MAINTAINER_MODE_TRUE@,#,;t t
523
 
s,@MAINTAINER_MODE_FALSE@,,;t t
524
 
s,@MAINT@,#,;t t
525
 
s,@LIBECASOUND_VERSION@,16,;t t
526
 
s,@LIBECASOUND_VERSION_AGE@,0,;t t
527
 
s,@LIBECASOUNDC_VERSION@,1,;t t
528
 
s,@LIBECASOUNDC_VERSION_AGE@,0,;t t
529
 
s,@LIBKVUTILS_VERSION@,7,;t t
530
 
s,@LIBKVUTILS_VERSION_AGE@,3,;t t
531
 
s,@CC@,gcc,;t t
532
 
s,@CFLAGS@,-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops,;t t
533
 
s,@LDFLAGS@,,;t t
534
 
s,@CPPFLAGS@,,;t t
535
 
s,@ac_ct_CC@,gcc,;t t
536
 
s,@EXEEXT@,,;t t
537
 
s,@OBJEXT@,o,;t t
538
 
s,@DEPDIR@,.deps,;t t
539
 
s,@am__include@,include,;t t
540
 
s,@am__quote@,,;t t
541
 
s,@AMDEP_TRUE@,,;t t
542
 
s,@AMDEP_FALSE@,#,;t t
543
 
s,@AMDEPBACKSLASH@,\,;t t
544
 
s,@CCDEPMODE@,depmode=gcc3,;t t
545
 
s,@am__fastdepCC_TRUE@,,;t t
546
 
s,@am__fastdepCC_FALSE@,#,;t t
547
 
s,@CXX@,g++,;t t
548
 
s,@CXXFLAGS@,-g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops,;t t
549
 
s,@ac_ct_CXX@,,;t t
550
 
s,@CXXDEPMODE@,depmode=gcc3,;t t
551
 
s,@am__fastdepCXX_TRUE@,,;t t
552
 
s,@am__fastdepCXX_FALSE@,#,;t t
553
 
s,@CPP@,gcc -E,;t t
554
 
s,@build@,x86_64-unknown-linux-gnu,;t t
555
 
s,@build_cpu@,x86_64,;t t
556
 
s,@build_vendor@,unknown,;t t
557
 
s,@build_os@,linux-gnu,;t t
558
 
s,@host@,x86_64-unknown-linux-gnu,;t t
559
 
s,@host_cpu@,x86_64,;t t
560
 
s,@host_vendor@,unknown,;t t
561
 
s,@host_os@,linux-gnu,;t t
562
 
s,@AM_CFLAGS@, -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE,;t t
563
 
s,@AM_CXXFLAGS@, -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE,;t t
564
 
s,@AM_CPPFLAGS@, -D_REENTRANT,;t t
565
 
s,@AM_LDFLAGS@,,;t t
566
 
s,@ECA_AM_DEBUG_MODE_TRUE@,#,;t t
567
 
s,@ECA_AM_DEBUG_MODE_FALSE@,,;t t
568
 
s,@ECA_AM_FEELING_EXPERIMENTAL_TRUE@,#,;t t
569
 
s,@ECA_AM_FEELING_EXPERIMENTAL_FALSE@,,;t t
570
 
s,@ECA_S_PREFIX@,/usr,;t t
571
 
s,@ECA_AM_DISABLE_EFFECTS_TRUE@,#,;t t
572
 
s,@ECA_AM_DISABLE_EFFECTS_FALSE@,,;t t
573
 
s,@CXXCPP@,g++ -E,;t t
574
 
s,@EGREP@,grep -E,;t t
575
 
s,@ECA_AM_COMPILE_OSS_TRUE@,,;t t
576
 
s,@ECA_AM_COMPILE_OSS_FALSE@,#,;t t
577
 
s,@ARTSC_CONFIG@,none,;t t
578
 
s,@ECA_AM_COMPILE_ARTS_TRUE@,#,;t t
579
 
s,@ECA_AM_COMPILE_ARTS_FALSE@,,;t t
580
 
s,@ECA_AM_COMPILE_SAMPLERATE_TRUE@,,;t t
581
 
s,@ECA_AM_COMPILE_SAMPLERATE_FALSE@,#,;t t
582
 
s,@PYTHONPATH@,/usr/bin/python,;t t
583
 
s,@ECA_S_PYTHON_INCLUDES@,/usr/include/python2.3,;t t
584
 
s,@ECA_S_PYTHON_MODULES@,/usr/lib/python2.3/site-packages,;t t
585
 
s,@ECA_S_PYTHON_DLMODULES@,/usr/lib/python2.3/site-packages,;t t
586
 
s,@ECA_AM_PYECASOUND_CEXT_TRUE@,#,;t t
587
 
s,@ECA_AM_PYECASOUND_CEXT_FALSE@,,;t t
588
 
s,@ECA_AM_PYECASOUND_INSTALL_TRUE@,,;t t
589
 
s,@ECA_AM_PYECASOUND_INSTALL_FALSE@,#,;t t
590
 
s,@RUBYPATH@,/usr/bin/ruby,;t t
591
 
s,@ECA_S_RUBY_SITEDIR@,/usr/local/lib/site_ruby/1.8,;t t
592
 
s,@ECA_AM_RUBYECASOUND_INSTALL_TRUE@,,;t t
593
 
s,@ECA_AM_RUBYECASOUND_INSTALL_FALSE@,#,;t t
594
 
s,@LN_S@,ln -s,;t t
595
 
s,@ECHO@,echo,;t t
596
 
s,@AR@,ar,;t t
597
 
s,@ac_ct_AR@,ar,;t t
598
 
s,@RANLIB@,ranlib,;t t
599
 
s,@ac_ct_RANLIB@,ranlib,;t t
600
 
s,@F77@,g77,;t t
601
 
s,@FFLAGS@,-g -O2,;t t
602
 
s,@ac_ct_F77@,g77,;t t
603
 
s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t
604
 
s,@ECA_AM_USE_NCURSES_TRUE@,,;t t
605
 
s,@ECA_AM_USE_NCURSES_FALSE@,#,;t t
606
 
s,@ECA_AM_USE_TERMCAP_TRUE@,#,;t t
607
 
s,@ECA_AM_USE_TERMCAP_FALSE@,,;t t
608
 
s,@ECA_AM_COMPILE_AUDIOFILE_TRUE@,,;t t
609
 
s,@ECA_AM_COMPILE_AUDIOFILE_FALSE@,#,;t t
610
 
s,@ECA_AM_COMPILE_SNDFILE_TRUE@,,;t t
611
 
s,@ECA_AM_COMPILE_SNDFILE_FALSE@,#,;t t
612
 
s,@ECA_AM_COMPILE_ALSA_TRUE@,,;t t
613
 
s,@ECA_AM_COMPILE_ALSA_FALSE@,#,;t t
614
 
s,@ECA_AM_COMPILE_JACK_TRUE@,,;t t
615
 
s,@ECA_AM_COMPILE_JACK_FALSE@,#,;t t
616
 
s,@ECA_S_JACK_LIBS@, -ljack,;t t
617
 
s,@ECA_S_JACK_INCLUDES@,,;t t
618
 
s,@ECA_AM_KVUTILS_INSTALLED_TRUE@,,;t t
619
 
s,@ECA_AM_KVUTILS_INSTALLED_FALSE@,#,;t t
620
 
s,@ECA_AM_SYSTEM_READLINE_TRUE@,,;t t
621
 
s,@ECA_AM_SYSTEM_READLINE_FALSE@,#,;t t
622
 
s,@ECA_S_READLINE_INCLUDES@,/usr/include/readline,;t t
623
 
s,@subdirs@,,;t t
624
 
s,@ECA_S_READLINE_LIBS@, -lhistory,;t t
625
 
s,@ECA_S_EXTRA_CPPFLAGS@,  ,;t t
626
 
s,@ECA_S_EXTRA_CFLAGS@,   ,;t t
627
 
s,@ECA_S_EXTRA_LIBS@,  -lsamplerate -laudiofile -lsndfile -lasound  -ljack,;t t
628
 
s,@ECA_AM_ALL_STATIC_TRUE@,#,;t t
629
 
s,@ECA_AM_ALL_STATIC_FALSE@,,;t t
630
 
s,@LIBOBJS@,,;t t
631
 
s,@LTLIBOBJS@,,;t t
632
 
CEOF
633
 
 
634
 
  # Split the substitutions into bite-sized pieces for seds with
635
 
  # small command number limits, like on Digital OSF/1 and HP-UX.
636
 
  ac_max_sed_lines=48
637
 
  ac_sed_frag=1 # Number of current file.
638
 
  ac_beg=1 # First line for current file.
639
 
  ac_end=$ac_max_sed_lines # Line after last line for current file.
640
 
  ac_more_lines=:
641
 
  ac_sed_cmds=
642
 
  while $ac_more_lines; do
643
 
    if test $ac_beg -gt 1; then
644
 
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
645
 
    else
646
 
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
647
 
    fi
648
 
    if test ! -s $tmp/subs.frag; then
649
 
      ac_more_lines=false
650
 
    else
651
 
      # The purpose of the label and of the branching condition is to
652
 
      # speed up the sed processing (if there are no `@' at all, there
653
 
      # is no need to browse any of the substitutions).
654
 
      # These are the two extra sed commands mentioned above.
655
 
      (echo ':t
656
 
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
657
 
      if test -z "$ac_sed_cmds"; then
658
 
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
659
 
      else
660
 
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
661
 
      fi
662
 
      ac_sed_frag=`expr $ac_sed_frag + 1`
663
 
      ac_beg=$ac_end
664
 
      ac_end=`expr $ac_end + $ac_max_sed_lines`
665
 
    fi
666
 
  done
667
 
  if test -z "$ac_sed_cmds"; then
668
 
    ac_sed_cmds=cat
669
 
  fi
670
 
fi # test -n "$CONFIG_FILES"
671
 
 
672
 
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
673
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
674
 
  case $ac_file in
675
 
  - | *:- | *:-:* ) # input from stdin
676
 
        cat >$tmp/stdin
677
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
678
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
679
 
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
680
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
681
 
  * )   ac_file_in=$ac_file.in ;;
682
 
  esac
683
 
 
684
 
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
685
 
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
686
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
687
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
688
 
         X"$ac_file" : 'X\(//\)$' \| \
689
 
         X"$ac_file" : 'X\(/\)' \| \
690
 
         .     : '\(.\)' 2>/dev/null ||
691
 
echo X"$ac_file" |
692
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
693
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
694
 
          /^X\(\/\/\)$/{ s//\1/; q; }
695
 
          /^X\(\/\).*/{ s//\1/; q; }
696
 
          s/.*/./; q'`
697
 
  { if $as_mkdir_p; then
698
 
    mkdir -p "$ac_dir"
699
 
  else
700
 
    as_dir="$ac_dir"
701
 
    as_dirs=
702
 
    while test ! -d "$as_dir"; do
703
 
      as_dirs="$as_dir $as_dirs"
704
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
705
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
706
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
707
 
         X"$as_dir" : 'X\(//\)$' \| \
708
 
         X"$as_dir" : 'X\(/\)' \| \
709
 
         .     : '\(.\)' 2>/dev/null ||
710
 
echo X"$as_dir" |
711
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
712
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
713
 
          /^X\(\/\/\)$/{ s//\1/; q; }
714
 
          /^X\(\/\).*/{ s//\1/; q; }
715
 
          s/.*/./; q'`
716
 
    done
717
 
    test ! -n "$as_dirs" || mkdir $as_dirs
718
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
719
 
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
720
 
   { (exit 1); exit 1; }; }; }
721
 
 
722
 
  ac_builddir=.
723
 
 
724
 
if test "$ac_dir" != .; then
725
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
726
 
  # A "../" for each directory in $ac_dir_suffix.
727
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
728
 
else
729
 
  ac_dir_suffix= ac_top_builddir=
730
 
fi
731
 
 
732
 
case $srcdir in
733
 
  .)  # No --srcdir option.  We are building in place.
734
 
    ac_srcdir=.
735
 
    if test -z "$ac_top_builddir"; then
736
 
       ac_top_srcdir=.
737
 
    else
738
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
739
 
    fi ;;
740
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
741
 
    ac_srcdir=$srcdir$ac_dir_suffix;
742
 
    ac_top_srcdir=$srcdir ;;
743
 
  *) # Relative path.
744
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
745
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
746
 
esac
747
 
 
748
 
# Do not use `cd foo && pwd` to compute absolute paths, because
749
 
# the directories may not exist.
750
 
case `pwd` in
751
 
.) ac_abs_builddir="$ac_dir";;
752
 
*)
753
 
  case "$ac_dir" in
754
 
  .) ac_abs_builddir=`pwd`;;
755
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
756
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
757
 
  esac;;
758
 
esac
759
 
case $ac_abs_builddir in
760
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
761
 
*)
762
 
  case ${ac_top_builddir}. in
763
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
764
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
765
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
766
 
  esac;;
767
 
esac
768
 
case $ac_abs_builddir in
769
 
.) ac_abs_srcdir=$ac_srcdir;;
770
 
*)
771
 
  case $ac_srcdir in
772
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
773
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
774
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
775
 
  esac;;
776
 
esac
777
 
case $ac_abs_builddir in
778
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
779
 
*)
780
 
  case $ac_top_srcdir in
781
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
782
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
783
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
784
 
  esac;;
785
 
esac
786
 
 
787
 
 
788
 
  case $INSTALL in
789
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
790
 
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
791
 
  esac
792
 
 
793
 
  # Let's still pretend it is `configure' which instantiates (i.e., don't
794
 
  # use $as_me), people would be surprised to read:
795
 
  #    /* config.h.  Generated by config.status.  */
796
 
  if test x"$ac_file" = x-; then
797
 
    configure_input=
798
 
  else
799
 
    configure_input="$ac_file.  "
800
 
  fi
801
 
  configure_input=$configure_input"Generated from `echo $ac_file_in |
802
 
                                     sed 's,.*/,,'` by configure."
803
 
 
804
 
  # First look for the input files in the build tree, otherwise in the
805
 
  # src tree.
806
 
  ac_file_inputs=`IFS=:
807
 
    for f in $ac_file_in; do
808
 
      case $f in
809
 
      -) echo $tmp/stdin ;;
810
 
      [\\/$]*)
811
 
         # Absolute (can't be DOS-style, as IFS=:)
812
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
813
 
echo "$as_me: error: cannot find input file: $f" >&2;}
814
 
   { (exit 1); exit 1; }; }
815
 
         echo "$f";;
816
 
      *) # Relative
817
 
         if test -f "$f"; then
818
 
           # Build tree
819
 
           echo "$f"
820
 
         elif test -f "$srcdir/$f"; then
821
 
           # Source tree
822
 
           echo "$srcdir/$f"
823
 
         else
824
 
           # /dev/null tree
825
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
826
 
echo "$as_me: error: cannot find input file: $f" >&2;}
827
 
   { (exit 1); exit 1; }; }
828
 
         fi;;
829
 
      esac
830
 
    done` || { (exit 1); exit 1; }
831
 
 
832
 
  if test x"$ac_file" != x-; then
833
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
834
 
echo "$as_me: creating $ac_file" >&6;}
835
 
    rm -f "$ac_file"
836
 
  fi
837
 
  sed "/^[       ]*VPATH[        ]*=/{
838
 
s/:*\$(srcdir):*/:/;
839
 
s/:*\${srcdir}:*/:/;
840
 
s/:*@srcdir@:*/:/;
841
 
s/^\([^=]*=[     ]*\):*/\1/;
842
 
s/:*$//;
843
 
s/^[^=]*=[       ]*$//;
844
 
}
845
 
 
846
 
:t
847
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
848
 
s,@configure_input@,$configure_input,;t t
849
 
s,@srcdir@,$ac_srcdir,;t t
850
 
s,@abs_srcdir@,$ac_abs_srcdir,;t t
851
 
s,@top_srcdir@,$ac_top_srcdir,;t t
852
 
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
853
 
s,@builddir@,$ac_builddir,;t t
854
 
s,@abs_builddir@,$ac_abs_builddir,;t t
855
 
s,@top_builddir@,$ac_top_builddir,;t t
856
 
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
857
 
s,@INSTALL@,$ac_INSTALL,;t t
858
 
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
859
 
  rm -f $tmp/stdin
860
 
  if test x"$ac_file" != x-; then
861
 
    mv $tmp/out $ac_file
862
 
  else
863
 
    cat $tmp/out
864
 
    rm -f $tmp/out
865
 
  fi
866
 
 
867
 
done
868
 
 
869
 
#
870
 
# CONFIG_HEADER section.
871
 
#
872
 
 
873
 
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
874
 
# NAME is the cpp macro being defined and VALUE is the value it is being given.
875
 
#
876
 
# ac_d sets the value in "#define NAME VALUE" lines.
877
 
ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
878
 
ac_dB='[         ].*$,\1#\2'
879
 
ac_dC=' '
880
 
ac_dD=',;t'
881
 
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
882
 
ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
883
 
ac_uB='$,\1#\2define\3'
884
 
ac_uC=' '
885
 
ac_uD=',;t'
886
 
 
887
 
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
888
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
889
 
  case $ac_file in
890
 
  - | *:- | *:-:* ) # input from stdin
891
 
        cat >$tmp/stdin
892
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
893
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
894
 
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
895
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
896
 
  * )   ac_file_in=$ac_file.in ;;
897
 
  esac
898
 
 
899
 
  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
900
 
echo "$as_me: creating $ac_file" >&6;}
901
 
 
902
 
  # First look for the input files in the build tree, otherwise in the
903
 
  # src tree.
904
 
  ac_file_inputs=`IFS=:
905
 
    for f in $ac_file_in; do
906
 
      case $f in
907
 
      -) echo $tmp/stdin ;;
908
 
      [\\/$]*)
909
 
         # Absolute (can't be DOS-style, as IFS=:)
910
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
911
 
echo "$as_me: error: cannot find input file: $f" >&2;}
912
 
   { (exit 1); exit 1; }; }
913
 
         # Do quote $f, to prevent DOS paths from being IFS'd.
914
 
         echo "$f";;
915
 
      *) # Relative
916
 
         if test -f "$f"; then
917
 
           # Build tree
918
 
           echo "$f"
919
 
         elif test -f "$srcdir/$f"; then
920
 
           # Source tree
921
 
           echo "$srcdir/$f"
922
 
         else
923
 
           # /dev/null tree
924
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
925
 
echo "$as_me: error: cannot find input file: $f" >&2;}
926
 
   { (exit 1); exit 1; }; }
927
 
         fi;;
928
 
      esac
929
 
    done` || { (exit 1); exit 1; }
930
 
  # Remove the trailing spaces.
931
 
  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
932
 
 
933
 
  # Handle all the #define templates only if necessary.
934
 
  if grep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then
935
 
  # If there are no defines, we may have an empty if/fi
936
 
  :
937
 
  cat >$tmp/defines.sed <<CEOF
938
 
/^[      ]*#[    ]*define/!b
939
 
t clr
940
 
: clr
941
 
${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"ecasound"${ac_dD}
942
 
${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"ecasound"${ac_dD}
943
 
${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"2.4.4"${ac_dD}
944
 
${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"ecasound 2.4.4"${ac_dD}
945
 
${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}""${ac_dD}
946
 
${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"ecasound"${ac_dD}
947
 
${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"2.4.4"${ac_dD}
948
 
${ac_dA}LIBECASOUND_VERSION${ac_dB}LIBECASOUND_VERSION${ac_dC}16${ac_dD}
949
 
${ac_dA}LIBECASOUND_VERSION_AGE${ac_dB}LIBECASOUND_VERSION_AGE${ac_dC}0${ac_dD}
950
 
${ac_dA}LIBECASOUNDC_VERSION${ac_dB}LIBECASOUNDC_VERSION${ac_dC}1${ac_dD}
951
 
${ac_dA}LIBKVUTILS_VERSION${ac_dB}LIBKVUTILS_VERSION${ac_dC}7${ac_dD}
952
 
${ac_dA}LIBKVUTILS_VERSION_AGE${ac_dB}LIBKVUTILS_VERSION_AGE${ac_dC}3${ac_dD}
953
 
${ac_dA}ECA_PREFIX${ac_dB}ECA_PREFIX${ac_dC}"/usr"${ac_dD}
954
 
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
955
 
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
956
 
${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
957
 
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
958
 
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
959
 
${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
960
 
${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
961
 
${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
962
 
${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
963
 
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
964
 
${ac_dA}ECA_COMPILE_OSS${ac_dB}ECA_COMPILE_OSS${ac_dC}1${ac_dD}
965
 
${ac_dA}ECA_COMPILE_SAMPLERATE${ac_dB}ECA_COMPILE_SAMPLERATE${ac_dC}1${ac_dD}
966
 
${ac_dA}ECA_USE_CXX_STD_NAMESPACE${ac_dB}ECA_USE_CXX_STD_NAMESPACE${ac_dC}1${ac_dD}
967
 
${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
968
 
${ac_dA}ECA_USE_NCURSES_H${ac_dB}ECA_USE_NCURSES_H${ac_dC}1${ac_dD}
969
 
${ac_dA}ECA_COMPILE_AUDIOFILE${ac_dB}ECA_COMPILE_AUDIOFILE${ac_dC}1${ac_dD}
970
 
${ac_dA}ECA_COMPILE_SNDFILE${ac_dB}ECA_COMPILE_SNDFILE${ac_dC}1${ac_dD}
971
 
${ac_dA}ECA_COMPILE_ALSA${ac_dB}ECA_COMPILE_ALSA${ac_dC}1${ac_dD}
972
 
${ac_dA}ECA_COMPILE_JACK${ac_dB}ECA_COMPILE_JACK${ac_dC}1${ac_dD}
973
 
${ac_dA}ECA_JACK_TRANSPORT_API${ac_dB}ECA_JACK_TRANSPORT_API${ac_dC}3${ac_dD}
974
 
${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
975
 
${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
976
 
${ac_dA}HAVE_ERRNO_H${ac_dB}HAVE_ERRNO_H${ac_dC}1${ac_dD}
977
 
${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
978
 
${ac_dA}HAVE_SIGNAL_H${ac_dB}HAVE_SIGNAL_H${ac_dC}1${ac_dD}
979
 
CEOF
980
 
  sed -f $tmp/defines.sed $tmp/in >$tmp/out
981
 
  rm -f $tmp/in
982
 
  mv $tmp/out $tmp/in
983
 
 
984
 
  cat >$tmp/defines.sed <<CEOF
985
 
/^[      ]*#[    ]*define/!b
986
 
t clr
987
 
: clr
988
 
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
989
 
${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
990
 
${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
991
 
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
992
 
${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
993
 
${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
994
 
${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
995
 
${ac_dA}HAVE_LADSPA_H${ac_dB}HAVE_LADSPA_H${ac_dC}1${ac_dD}
996
 
${ac_dA}HAVE_SCHED_H${ac_dB}HAVE_SCHED_H${ac_dC}1${ac_dD}
997
 
${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
998
 
${ac_dA}HAVE_SYS_MMAN_H${ac_dB}HAVE_SYS_MMAN_H${ac_dC}1${ac_dD}
999
 
${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD}
1000
 
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
1001
 
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
1002
 
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
1003
 
${ac_dA}HAVE_GETPAGESIZE${ac_dB}HAVE_GETPAGESIZE${ac_dC}1${ac_dD}
1004
 
${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD}
1005
 
${ac_dA}HAVE_ATEXIT${ac_dB}HAVE_ATEXIT${ac_dC}1${ac_dD}
1006
 
${ac_dA}HAVE_ATOLL${ac_dB}HAVE_ATOLL${ac_dC}1${ac_dD}
1007
 
${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
1008
 
${ac_dA}HAVE_MLOCKALL${ac_dB}HAVE_MLOCKALL${ac_dC}1${ac_dD}
1009
 
${ac_dA}HAVE_MUNLOCKALL${ac_dB}HAVE_MUNLOCKALL${ac_dC}1${ac_dD}
1010
 
${ac_dA}HAVE_NANOSLEEP${ac_dB}HAVE_NANOSLEEP${ac_dC}1${ac_dD}
1011
 
${ac_dA}HAVE_PAUSE${ac_dB}HAVE_PAUSE${ac_dC}1${ac_dD}
1012
 
${ac_dA}HAVE_USLEEP${ac_dB}HAVE_USLEEP${ac_dC}1${ac_dD}
1013
 
${ac_dA}HAVE_SCHED_GET_PRIORITY_MAX${ac_dB}HAVE_SCHED_GET_PRIORITY_MAX${ac_dC}1${ac_dD}
1014
 
${ac_dA}HAVE_SCHED_GETPARAM${ac_dB}HAVE_SCHED_GETPARAM${ac_dC}1${ac_dD}
1015
 
${ac_dA}HAVE_SCHED_GETSCHEDULER${ac_dB}HAVE_SCHED_GETSCHEDULER${ac_dC}1${ac_dD}
1016
 
${ac_dA}HAVE_SCHED_SETSCHEDULER${ac_dB}HAVE_SCHED_SETSCHEDULER${ac_dC}1${ac_dD}
1017
 
${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD}
1018
 
${ac_dA}HAVE_PTHREAD_SELF${ac_dB}HAVE_PTHREAD_SELF${ac_dC}1${ac_dD}
1019
 
${ac_dA}HAVE_PTHREAD_GETSCHEDPARAM${ac_dB}HAVE_PTHREAD_GETSCHEDPARAM${ac_dC}1${ac_dD}
1020
 
${ac_dA}HAVE_PTHREAD_SETSCHEDPARAM${ac_dB}HAVE_PTHREAD_SETSCHEDPARAM${ac_dC}1${ac_dD}
1021
 
${ac_dA}HAVE_SIGPROCMASK${ac_dB}HAVE_SIGPROCMASK${ac_dC}1${ac_dD}
1022
 
${ac_dA}HAVE_SIGWAIT${ac_dB}HAVE_SIGWAIT${ac_dC}1${ac_dD}
1023
 
CEOF
1024
 
  sed -f $tmp/defines.sed $tmp/in >$tmp/out
1025
 
  rm -f $tmp/in
1026
 
  mv $tmp/out $tmp/in
1027
 
 
1028
 
  fi # grep
1029
 
 
1030
 
  # Handle all the #undef templates
1031
 
  cat >$tmp/undefs.sed <<CEOF
1032
 
/^[      ]*#[    ]*undef/!b
1033
 
t clr
1034
 
: clr
1035
 
${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"ecasound"${ac_uD}
1036
 
${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"ecasound"${ac_uD}
1037
 
${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"2.4.4"${ac_uD}
1038
 
${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"ecasound 2.4.4"${ac_uD}
1039
 
${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}""${ac_uD}
1040
 
${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"ecasound"${ac_uD}
1041
 
${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"2.4.4"${ac_uD}
1042
 
${ac_uA}LIBECASOUND_VERSION${ac_uB}LIBECASOUND_VERSION${ac_uC}16${ac_uD}
1043
 
${ac_uA}LIBECASOUND_VERSION_AGE${ac_uB}LIBECASOUND_VERSION_AGE${ac_uC}0${ac_uD}
1044
 
${ac_uA}LIBECASOUNDC_VERSION${ac_uB}LIBECASOUNDC_VERSION${ac_uC}1${ac_uD}
1045
 
${ac_uA}LIBKVUTILS_VERSION${ac_uB}LIBKVUTILS_VERSION${ac_uC}7${ac_uD}
1046
 
${ac_uA}LIBKVUTILS_VERSION_AGE${ac_uB}LIBKVUTILS_VERSION_AGE${ac_uC}3${ac_uD}
1047
 
${ac_uA}ECA_PREFIX${ac_uB}ECA_PREFIX${ac_uC}"/usr"${ac_uD}
1048
 
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
1049
 
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
1050
 
${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
1051
 
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
1052
 
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
1053
 
${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
1054
 
${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
1055
 
${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
1056
 
${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
1057
 
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
1058
 
${ac_uA}ECA_COMPILE_OSS${ac_uB}ECA_COMPILE_OSS${ac_uC}1${ac_uD}
1059
 
${ac_uA}ECA_COMPILE_SAMPLERATE${ac_uB}ECA_COMPILE_SAMPLERATE${ac_uC}1${ac_uD}
1060
 
${ac_uA}ECA_USE_CXX_STD_NAMESPACE${ac_uB}ECA_USE_CXX_STD_NAMESPACE${ac_uC}1${ac_uD}
1061
 
${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
1062
 
${ac_uA}ECA_USE_NCURSES_H${ac_uB}ECA_USE_NCURSES_H${ac_uC}1${ac_uD}
1063
 
${ac_uA}ECA_COMPILE_AUDIOFILE${ac_uB}ECA_COMPILE_AUDIOFILE${ac_uC}1${ac_uD}
1064
 
${ac_uA}ECA_COMPILE_SNDFILE${ac_uB}ECA_COMPILE_SNDFILE${ac_uC}1${ac_uD}
1065
 
${ac_uA}ECA_COMPILE_ALSA${ac_uB}ECA_COMPILE_ALSA${ac_uC}1${ac_uD}
1066
 
${ac_uA}ECA_COMPILE_JACK${ac_uB}ECA_COMPILE_JACK${ac_uC}1${ac_uD}
1067
 
${ac_uA}ECA_JACK_TRANSPORT_API${ac_uB}ECA_JACK_TRANSPORT_API${ac_uC}3${ac_uD}
1068
 
${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
1069
 
${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
1070
 
${ac_uA}HAVE_ERRNO_H${ac_uB}HAVE_ERRNO_H${ac_uC}1${ac_uD}
1071
 
${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
1072
 
${ac_uA}HAVE_SIGNAL_H${ac_uB}HAVE_SIGNAL_H${ac_uC}1${ac_uD}
1073
 
CEOF
1074
 
  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
1075
 
  rm -f $tmp/in
1076
 
  mv $tmp/out $tmp/in
1077
 
 
1078
 
  cat >$tmp/undefs.sed <<CEOF
1079
 
/^[      ]*#[    ]*undef/!b
1080
 
t clr
1081
 
: clr
1082
 
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
1083
 
${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
1084
 
${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
1085
 
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
1086
 
${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
1087
 
${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
1088
 
${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
1089
 
${ac_uA}HAVE_LADSPA_H${ac_uB}HAVE_LADSPA_H${ac_uC}1${ac_uD}
1090
 
${ac_uA}HAVE_SCHED_H${ac_uB}HAVE_SCHED_H${ac_uC}1${ac_uD}
1091
 
${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
1092
 
${ac_uA}HAVE_SYS_MMAN_H${ac_uB}HAVE_SYS_MMAN_H${ac_uC}1${ac_uD}
1093
 
${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD}
1094
 
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
1095
 
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
1096
 
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
1097
 
${ac_uA}HAVE_GETPAGESIZE${ac_uB}HAVE_GETPAGESIZE${ac_uC}1${ac_uD}
1098
 
${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD}
1099
 
${ac_uA}HAVE_ATEXIT${ac_uB}HAVE_ATEXIT${ac_uC}1${ac_uD}
1100
 
${ac_uA}HAVE_ATOLL${ac_uB}HAVE_ATOLL${ac_uC}1${ac_uD}
1101
 
${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
1102
 
${ac_uA}HAVE_MLOCKALL${ac_uB}HAVE_MLOCKALL${ac_uC}1${ac_uD}
1103
 
${ac_uA}HAVE_MUNLOCKALL${ac_uB}HAVE_MUNLOCKALL${ac_uC}1${ac_uD}
1104
 
${ac_uA}HAVE_NANOSLEEP${ac_uB}HAVE_NANOSLEEP${ac_uC}1${ac_uD}
1105
 
${ac_uA}HAVE_PAUSE${ac_uB}HAVE_PAUSE${ac_uC}1${ac_uD}
1106
 
${ac_uA}HAVE_USLEEP${ac_uB}HAVE_USLEEP${ac_uC}1${ac_uD}
1107
 
${ac_uA}HAVE_SCHED_GET_PRIORITY_MAX${ac_uB}HAVE_SCHED_GET_PRIORITY_MAX${ac_uC}1${ac_uD}
1108
 
${ac_uA}HAVE_SCHED_GETPARAM${ac_uB}HAVE_SCHED_GETPARAM${ac_uC}1${ac_uD}
1109
 
${ac_uA}HAVE_SCHED_GETSCHEDULER${ac_uB}HAVE_SCHED_GETSCHEDULER${ac_uC}1${ac_uD}
1110
 
${ac_uA}HAVE_SCHED_SETSCHEDULER${ac_uB}HAVE_SCHED_SETSCHEDULER${ac_uC}1${ac_uD}
1111
 
${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD}
1112
 
${ac_uA}HAVE_PTHREAD_SELF${ac_uB}HAVE_PTHREAD_SELF${ac_uC}1${ac_uD}
1113
 
${ac_uA}HAVE_PTHREAD_GETSCHEDPARAM${ac_uB}HAVE_PTHREAD_GETSCHEDPARAM${ac_uC}1${ac_uD}
1114
 
${ac_uA}HAVE_PTHREAD_SETSCHEDPARAM${ac_uB}HAVE_PTHREAD_SETSCHEDPARAM${ac_uC}1${ac_uD}
1115
 
${ac_uA}HAVE_SIGPROCMASK${ac_uB}HAVE_SIGPROCMASK${ac_uC}1${ac_uD}
1116
 
${ac_uA}HAVE_SIGWAIT${ac_uB}HAVE_SIGWAIT${ac_uC}1${ac_uD}
1117
 
s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
1118
 
CEOF
1119
 
  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
1120
 
  rm -f $tmp/in
1121
 
  mv $tmp/out $tmp/in
1122
 
 
1123
 
  # Let's still pretend it is `configure' which instantiates (i.e., don't
1124
 
  # use $as_me), people would be surprised to read:
1125
 
  #    /* config.h.  Generated by config.status.  */
1126
 
  if test x"$ac_file" = x-; then
1127
 
    echo "/* Generated by configure.  */" >$tmp/config.h
1128
 
  else
1129
 
    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
1130
 
  fi
1131
 
  cat $tmp/in >>$tmp/config.h
1132
 
  rm -f $tmp/in
1133
 
  if test x"$ac_file" != x-; then
1134
 
    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
1135
 
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1136
 
echo "$as_me: $ac_file is unchanged" >&6;}
1137
 
    else
1138
 
      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
1139
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1140
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
1141
 
         X"$ac_file" : 'X\(//\)$' \| \
1142
 
         X"$ac_file" : 'X\(/\)' \| \
1143
 
         .     : '\(.\)' 2>/dev/null ||
1144
 
echo X"$ac_file" |
1145
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1146
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1147
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1148
 
          /^X\(\/\).*/{ s//\1/; q; }
1149
 
          s/.*/./; q'`
1150
 
      { if $as_mkdir_p; then
1151
 
    mkdir -p "$ac_dir"
1152
 
  else
1153
 
    as_dir="$ac_dir"
1154
 
    as_dirs=
1155
 
    while test ! -d "$as_dir"; do
1156
 
      as_dirs="$as_dir $as_dirs"
1157
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
1158
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1159
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1160
 
         X"$as_dir" : 'X\(//\)$' \| \
1161
 
         X"$as_dir" : 'X\(/\)' \| \
1162
 
         .     : '\(.\)' 2>/dev/null ||
1163
 
echo X"$as_dir" |
1164
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1165
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1166
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1167
 
          /^X\(\/\).*/{ s//\1/; q; }
1168
 
          s/.*/./; q'`
1169
 
    done
1170
 
    test ! -n "$as_dirs" || mkdir $as_dirs
1171
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1172
 
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1173
 
   { (exit 1); exit 1; }; }; }
1174
 
 
1175
 
      rm -f $ac_file
1176
 
      mv $tmp/config.h $ac_file
1177
 
    fi
1178
 
  else
1179
 
    cat $tmp/config.h
1180
 
    rm -f $tmp/config.h
1181
 
  fi
1182
 
# Compute $ac_file's index in $config_headers.
1183
 
_am_stamp_count=1
1184
 
for _am_header in $config_headers :; do
1185
 
  case $_am_header in
1186
 
    $ac_file | $ac_file:* )
1187
 
      break ;;
1188
 
    * )
1189
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1190
 
  esac
1191
 
done
1192
 
echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
1193
 
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1194
 
         X$ac_file : 'X\(//\)[^/]' \| \
1195
 
         X$ac_file : 'X\(//\)$' \| \
1196
 
         X$ac_file : 'X\(/\)' \| \
1197
 
         .     : '\(.\)' 2>/dev/null ||
1198
 
echo X$ac_file |
1199
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1200
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1201
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1202
 
          /^X\(\/\).*/{ s//\1/; q; }
1203
 
          s/.*/./; q'`/stamp-h$_am_stamp_count
1204
 
done
1205
 
 
1206
 
#
1207
 
# CONFIG_COMMANDS section.
1208
 
#
1209
 
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
1210
 
  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
1211
 
  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
1212
 
  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
1213
 
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1214
 
         X"$ac_dest" : 'X\(//\)[^/]' \| \
1215
 
         X"$ac_dest" : 'X\(//\)$' \| \
1216
 
         X"$ac_dest" : 'X\(/\)' \| \
1217
 
         .     : '\(.\)' 2>/dev/null ||
1218
 
echo X"$ac_dest" |
1219
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1220
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1221
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1222
 
          /^X\(\/\).*/{ s//\1/; q; }
1223
 
          s/.*/./; q'`
1224
 
  { if $as_mkdir_p; then
1225
 
    mkdir -p "$ac_dir"
1226
 
  else
1227
 
    as_dir="$ac_dir"
1228
 
    as_dirs=
1229
 
    while test ! -d "$as_dir"; do
1230
 
      as_dirs="$as_dir $as_dirs"
1231
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
1232
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1233
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1234
 
         X"$as_dir" : 'X\(//\)$' \| \
1235
 
         X"$as_dir" : 'X\(/\)' \| \
1236
 
         .     : '\(.\)' 2>/dev/null ||
1237
 
echo X"$as_dir" |
1238
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1239
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1240
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1241
 
          /^X\(\/\).*/{ s//\1/; q; }
1242
 
          s/.*/./; q'`
1243
 
    done
1244
 
    test ! -n "$as_dirs" || mkdir $as_dirs
1245
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1246
 
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1247
 
   { (exit 1); exit 1; }; }; }
1248
 
 
1249
 
  ac_builddir=.
1250
 
 
1251
 
if test "$ac_dir" != .; then
1252
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1253
 
  # A "../" for each directory in $ac_dir_suffix.
1254
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1255
 
else
1256
 
  ac_dir_suffix= ac_top_builddir=
1257
 
fi
1258
 
 
1259
 
case $srcdir in
1260
 
  .)  # No --srcdir option.  We are building in place.
1261
 
    ac_srcdir=.
1262
 
    if test -z "$ac_top_builddir"; then
1263
 
       ac_top_srcdir=.
1264
 
    else
1265
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1266
 
    fi ;;
1267
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
1268
 
    ac_srcdir=$srcdir$ac_dir_suffix;
1269
 
    ac_top_srcdir=$srcdir ;;
1270
 
  *) # Relative path.
1271
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1272
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
1273
 
esac
1274
 
 
1275
 
# Do not use `cd foo && pwd` to compute absolute paths, because
1276
 
# the directories may not exist.
1277
 
case `pwd` in
1278
 
.) ac_abs_builddir="$ac_dir";;
1279
 
*)
1280
 
  case "$ac_dir" in
1281
 
  .) ac_abs_builddir=`pwd`;;
1282
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1283
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
1284
 
  esac;;
1285
 
esac
1286
 
case $ac_abs_builddir in
1287
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
1288
 
*)
1289
 
  case ${ac_top_builddir}. in
1290
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
1291
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1292
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1293
 
  esac;;
1294
 
esac
1295
 
case $ac_abs_builddir in
1296
 
.) ac_abs_srcdir=$ac_srcdir;;
1297
 
*)
1298
 
  case $ac_srcdir in
1299
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
1300
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1301
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1302
 
  esac;;
1303
 
esac
1304
 
case $ac_abs_builddir in
1305
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
1306
 
*)
1307
 
  case $ac_top_srcdir in
1308
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
1309
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1310
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1311
 
  esac;;
1312
 
esac
1313
 
 
1314
 
 
1315
 
  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
1316
 
echo "$as_me: executing $ac_dest commands" >&6;}
1317
 
  case $ac_dest in
1318
 
    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1319
 
  # Strip MF so we end up with the name of the file.
1320
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
1321
 
  # Check whether this is an Automake generated Makefile or not.
1322
 
  # We used to match only the files named `Makefile.in', but
1323
 
  # some people rename them; so instead we look at the file content.
1324
 
  # Grep'ing the first line is not enough: some people post-process
1325
 
  # each Makefile.in and add a new line on top of each file to say so.
1326
 
  # So let's grep whole file.
1327
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1328
 
    dirpart=`(dirname "$mf") 2>/dev/null ||
1329
 
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1330
 
         X"$mf" : 'X\(//\)[^/]' \| \
1331
 
         X"$mf" : 'X\(//\)$' \| \
1332
 
         X"$mf" : 'X\(/\)' \| \
1333
 
         .     : '\(.\)' 2>/dev/null ||
1334
 
echo X"$mf" |
1335
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1336
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1337
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1338
 
          /^X\(\/\).*/{ s//\1/; q; }
1339
 
          s/.*/./; q'`
1340
 
  else
1341
 
    continue
1342
 
  fi
1343
 
  # Extract the definition of DEPDIR, am__include, and am__quote
1344
 
  # from the Makefile without running `make'.
1345
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1346
 
  test -z "$DEPDIR" && continue
1347
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1348
 
  test -z "am__include" && continue
1349
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1350
 
  # When using ansi2knr, U may be empty or an underscore; expand it
1351
 
  U=`sed -n 's/^U = //p' < "$mf"`
1352
 
  # Find all dependency output files, they are included files with
1353
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1354
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
1355
 
  # expansion.
1356
 
  for file in `sed -n "
1357
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1358
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1359
 
    # Make sure the directory exists.
1360
 
    test -f "$dirpart/$file" && continue
1361
 
    fdir=`(dirname "$file") 2>/dev/null ||
1362
 
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1363
 
         X"$file" : 'X\(//\)[^/]' \| \
1364
 
         X"$file" : 'X\(//\)$' \| \
1365
 
         X"$file" : 'X\(/\)' \| \
1366
 
         .     : '\(.\)' 2>/dev/null ||
1367
 
echo X"$file" |
1368
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1369
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1370
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1371
 
          /^X\(\/\).*/{ s//\1/; q; }
1372
 
          s/.*/./; q'`
1373
 
    { if $as_mkdir_p; then
1374
 
    mkdir -p $dirpart/$fdir
1375
 
  else
1376
 
    as_dir=$dirpart/$fdir
1377
 
    as_dirs=
1378
 
    while test ! -d "$as_dir"; do
1379
 
      as_dirs="$as_dir $as_dirs"
1380
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
1381
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1382
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1383
 
         X"$as_dir" : 'X\(//\)$' \| \
1384
 
         X"$as_dir" : 'X\(/\)' \| \
1385
 
         .     : '\(.\)' 2>/dev/null ||
1386
 
echo X"$as_dir" |
1387
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1388
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1389
 
          /^X\(\/\/\)$/{ s//\1/; q; }
1390
 
          /^X\(\/\).*/{ s//\1/; q; }
1391
 
          s/.*/./; q'`
1392
 
    done
1393
 
    test ! -n "$as_dirs" || mkdir $as_dirs
1394
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
1395
 
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
1396
 
   { (exit 1); exit 1; }; }; }
1397
 
 
1398
 
    # echo "creating $dirpart/$file"
1399
 
    echo '# dummy' > "$dirpart/$file"
1400
 
  done
1401
 
done
1402
 
 ;;
1403
 
  esac
1404
 
done
1405
 
 
1406
 
{ (exit 0); exit 0; }