~ubuntu-branches/ubuntu/maverick/libxml2/maverick

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 19:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20071205195033-ti05mbo96lfyuhfe
Tags: 2.6.30.dfsg-3ubuntu1
* Merge with Debian; remaining changes:
  - debian/rules: create a udeb for debian-installer, correct libxml2-dev
    Depends to include zlib1g-dev.
  - Build a python-libxml2-dbg package.
  - Fix a regression using XSLT copy element. LP: #147144.
* Link using -Bsymbolic-functions.

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 $as_me, which was
 
292
generated by GNU Autoconf 2.61.  Invocation command line was
 
293
 
 
294
  CONFIG_FILES    = $CONFIG_FILES
 
295
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
296
  CONFIG_LINKS    = $CONFIG_LINKS
 
297
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
298
  $ $0 $@
 
299
 
 
300
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
301
"
 
302
 
 
303
# Files that config.status was made for.
 
304
config_files=" libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile doc/examples/Makefile doc/devhelp/Makefile example/Makefile python/Makefile python/tests/Makefile xstc/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc libxml-2.0-uninstalled.pc python/setup.py"
 
305
config_headers=" config.h"
 
306
config_commands=" depfiles"
 
307
 
 
308
ac_cs_usage="\
 
309
\`$as_me' instantiates files from templates according to the
 
310
current configuration.
 
311
 
 
312
Usage: $0 [OPTIONS] [FILE]...
 
313
 
 
314
  -h, --help       print this help, then exit
 
315
  -V, --version    print version number and configuration settings, then exit
 
316
  -q, --quiet      do not print progress messages
 
317
  -d, --debug      don't remove temporary files
 
318
      --recheck    update $as_me by reconfiguring in the same conditions
 
319
  --file=FILE[:TEMPLATE]
 
320
                   instantiate the configuration file FILE
 
321
  --header=FILE[:TEMPLATE]
 
322
                   instantiate the configuration header FILE
 
323
 
 
324
Configuration files:
 
325
$config_files
 
326
 
 
327
Configuration headers:
 
328
$config_headers
 
329
 
 
330
Configuration commands:
 
331
$config_commands
 
332
 
 
333
Report bugs to <bug-autoconf@gnu.org>."
 
334
 
 
335
ac_cs_version="\
 
336
config.status
 
337
configured by ./configure, generated by GNU Autoconf 2.61,
 
338
  with options \"'--build' 'x86_64-linux-gnu' '--prefix=/usr' '--with-history' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-Wall -g -O2 -fno-strict-aliasing' 'LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic-functions'\"
 
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='/home/packages/u/tmp/libxml2-2.6.30.dfsg'
 
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 ./configure " '--build' 'x86_64-linux-gnu' '--prefix=/usr' '--with-history' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-Wall -g -O2 -fno-strict-aliasing' 'LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic-functions' $ac_configure_extra_args " --no-create --no-recursion" >&6
 
413
  CONFIG_SHELL=/bin/bash
 
414
  export CONFIG_SHELL
 
415
  exec /bin/bash "./configure" '--build' 'x86_64-linux-gnu' '--prefix=/usr' '--with-history' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-Wall -g -O2 -fno-strict-aliasing' 'LDFLAGS=-Wl,--as-needed -Wl,-Bsymbolic-functions' $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
 
 
432
 
 
433
# Handling of arguments.
 
434
for ac_config_target in $ac_config_targets
 
435
do
 
436
  case $ac_config_target in
 
437
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
438
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
439
    "libxml2.spec") CONFIG_FILES="$CONFIG_FILES libxml2.spec:libxml.spec.in" ;;
 
440
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
441
    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
 
442
    "include/libxml/Makefile") CONFIG_FILES="$CONFIG_FILES include/libxml/Makefile" ;;
 
443
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
444
    "doc/examples/Makefile") CONFIG_FILES="$CONFIG_FILES doc/examples/Makefile" ;;
 
445
    "doc/devhelp/Makefile") CONFIG_FILES="$CONFIG_FILES doc/devhelp/Makefile" ;;
 
446
    "example/Makefile") CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
 
447
    "python/Makefile") CONFIG_FILES="$CONFIG_FILES python/Makefile" ;;
 
448
    "python/tests/Makefile") CONFIG_FILES="$CONFIG_FILES python/tests/Makefile" ;;
 
449
    "xstc/Makefile") CONFIG_FILES="$CONFIG_FILES xstc/Makefile" ;;
 
450
    "include/libxml/xmlversion.h") CONFIG_FILES="$CONFIG_FILES include/libxml/xmlversion.h" ;;
 
451
    "xml2-config") CONFIG_FILES="$CONFIG_FILES xml2-config" ;;
 
452
    "libxml-2.0.pc") CONFIG_FILES="$CONFIG_FILES libxml-2.0.pc" ;;
 
453
    "libxml-2.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libxml-2.0-uninstalled.pc" ;;
 
454
    "python/setup.py") CONFIG_FILES="$CONFIG_FILES python/setup.py" ;;
 
455
 
 
456
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
457
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
458
   { (exit 1); exit 1; }; };;
 
459
  esac
 
460
done
 
461
 
 
462
 
 
463
# If the user did not use the arguments to specify the items to instantiate,
 
464
# then the envvar interface is used.  Set only those that are not.
 
465
# We use the long form for the default assignment because of an extremely
 
466
# bizarre bug on SunOS 4.1.3.
 
467
if $ac_need_defaults; then
 
468
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
469
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
470
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
471
fi
 
472
 
 
473
# Have a temporary directory for convenience.  Make it in the build tree
 
474
# simply because there is no reason against having it here, and in addition,
 
475
# creating and moving files from /tmp can sometimes cause problems.
 
476
# Hook for its removal unless debugging.
 
477
# Note that there is a small window in which the directory will not be cleaned:
 
478
# after its creation but before its name has been assigned to `$tmp'.
 
479
$debug ||
 
480
{
 
481
  tmp=
 
482
  trap 'exit_status=$?
 
483
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
484
' 0
 
485
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
486
}
 
487
# Create a (secure) tmp directory for tmp files.
 
488
 
 
489
{
 
490
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
491
  test -n "$tmp" && test -d "$tmp"
 
492
}  ||
 
493
{
 
494
  tmp=./conf$$-$RANDOM
 
495
  (umask 077 && mkdir "$tmp")
 
496
} ||
 
497
{
 
498
   echo "$me: cannot create a temporary directory in ." >&2
 
499
   { (exit 1); exit 1; }
 
500
}
 
501
 
 
502
#
 
503
# Set up the sed scripts for CONFIG_FILES section.
 
504
#
 
505
 
 
506
# No need to generate the scripts if there are no CONFIG_FILES.
 
507
# This happens for instance when ./config.status config.h
 
508
if test -n "$CONFIG_FILES"; then
 
509
 
 
510
cat >"$tmp/subs-1.sed" <<\CEOF
 
511
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
512
s,@SHELL@,|#_!!_#|/bin/bash,g
 
513
s,@PATH_SEPARATOR@,|#_!!_#|:,g
 
514
s,@PACKAGE_NAME@,|#_!!_#|,g
 
515
s,@PACKAGE_TARNAME@,|#_!!_#|,g
 
516
s,@PACKAGE_VERSION@,|#_!!_#|,g
 
517
s,@PACKAGE_STRING@,|#_!!_#|,g
 
518
s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
 
519
s,@exec_prefix@,|#_!!_#|${prefix},g
 
520
s,@prefix@,|#_!!_#|/usr,g
 
521
s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
 
522
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
 
523
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
 
524
s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
 
525
s,@datarootdir@,|#_!!_#|${prefix}/share,g
 
526
s,@datadir@,|#_!!_#|${datarootdir},g
 
527
s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
 
528
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
 
529
s,@localstatedir@,|#_!!_#|${prefix}/var,g
 
530
s,@includedir@,|#_!!_#|${prefix}/include,g
 
531
s,@oldincludedir@,|#_!!_#|/usr/include,g
 
532
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
 
533
s,@infodir@,|#_!!_#|${datarootdir}/info,g
 
534
s,@htmldir@,|#_!!_#|${docdir},g
 
535
s,@dvidir@,|#_!!_#|${docdir},g
 
536
s,@pdfdir@,|#_!!_#|${docdir},g
 
537
s,@psdir@,|#_!!_#|${docdir},g
 
538
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
 
539
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
 
540
s,@mandir@,|#_!!_#|${datarootdir}/man,g
 
541
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
 
542
s,@ECHO_C@,|#_!!_#|,g
 
543
s,@ECHO_N@,|#_!!_#|-n,g
 
544
s,@ECHO_T@,|#_!!_#|,g
 
545
s,@LIBS@,|#_!!_#|,g
 
546
s,@build_alias@,|#_!!_#|x86_64-linux-gnu,g
 
547
s,@host_alias@,|#_!!_#|,g
 
548
s,@target_alias@,|#_!!_#|,g
 
549
s,@build@,|#_!!_#|x86_64-pc-linux-gnu,g
 
550
s,@build_cpu@,|#_!!_#|x86_64,g
 
551
s,@build_vendor@,|#_!!_#|pc,g
 
552
s,@build_os@,|#_!!_#|linux-gnu,g
 
553
s,@host@,|#_!!_#|x86_64-pc-linux-gnu,g
 
554
s,@host_cpu@,|#_!!_#|x86_64,g
 
555
s,@host_vendor@,|#_!!_#|pc,g
 
556
s,@host_os@,|#_!!_#|linux-gnu,g
 
557
s,@LIBXML_MAJOR_VERSION@,|#_!!_#|2,g
 
558
s,@LIBXML_MINOR_VERSION@,|#_!!_#|6,g
 
559
s,@LIBXML_MICRO_VERSION@,|#_!!_#|30,g
 
560
s,@LIBXML_VERSION@,|#_!!_#|2.6.30,g
 
561
s,@LIBXML_VERSION_INFO@,|#_!!_#|8:30:6,g
 
562
s,@LIBXML_VERSION_NUMBER@,|#_!!_#|20630,g
 
563
s,@LIBXML_VERSION_EXTRA@,|#_!!_#|,g
 
564
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
 
565
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
 
566
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 
567
s,@CYGPATH_W@,|#_!!_#|echo,g
 
568
s,@PACKAGE@,|#_!!_#|libxml2,g
 
569
s,@VERSION@,|#_!!_#|2.6.30,g
 
570
s,@ACLOCAL@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run aclocal-1.9,g
 
571
s,@AUTOCONF@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run autoconf,g
 
572
s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run automake-1.9,g
 
573
s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run autoheader,g
 
574
s,@MAKEINFO@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run makeinfo,g
 
575
s,@install_sh@,|#_!!_#|/home/packages/u/tmp/libxml2-2.6.30.dfsg/install-sh,g
 
576
s,@STRIP@,|#_!!_#|strip,g
 
577
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
 
578
s,@mkdir_p@,|#_!!_#|mkdir -p --,g
 
579
s,@AWK@,|#_!!_#|mawk,g
 
580
s,@SET_MAKE@,|#_!!_#|,g
 
581
s,@am__leading_dot@,|#_!!_#|.,g
 
582
s,@AMTAR@,|#_!!_#|${SHELL} /home/packages/u/tmp/libxml2-2.6.30.dfsg/missing --run tar,g
 
583
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
 
584
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
 
585
s,@CC@,|#_!!_#|gcc,g
 
586
s,@CFLAGS@,|#_!!_#|-Wall -g -O2 -fno-strict-aliasing -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls,g
 
587
s,@LDFLAGS@,|#_!!_#|-Wl\,--as-needed -Wl\,-Bsymbolic-functions,g
 
588
s,@CPPFLAGS@,|#_!!_#|,g
 
589
s,@ac_ct_CC@,|#_!!_#|gcc,g
 
590
s,@EXEEXT@,|#_!!_#|,g
 
591
s,@OBJEXT@,|#_!!_#|o,g
 
592
s,@DEPDIR@,|#_!!_#|.deps,g
 
593
s,@am__include@,|#_!!_#|include,g
 
594
s,@am__quote@,|#_!!_#|,g
 
595
s,@AMDEP_TRUE@,|#_!!_#|,g
 
596
s,@AMDEP_FALSE@,|#_!!_#|#,g
 
597
s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
 
598
s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
 
599
s,@am__fastdepCC_TRUE@,|#_!!_#|,g
 
600
s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
 
601
s,@CPP@,|#_!!_#|gcc -E,g
 
602
s,@RM@,|#_!!_#|/bin/rm,g
 
603
s,@MV@,|#_!!_#|/bin/mv,g
 
604
s,@TAR@,|#_!!_#|/bin/tar,g
 
605
s,@PERL@,|#_!!_#|/usr/bin/perl,g
 
606
s,@WGET@,|#_!!_#|/usr/bin/wget,g
 
607
s,@XMLLINT@,|#_!!_#|/usr/bin/xmllint,g
 
608
s,@XSLTPROC@,|#_!!_#|/usr/bin/xsltproc,g
 
609
CEOF
 
610
cat >"$tmp/subs-2.sed" <<\CEOF
 
611
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
612
s,@GREP@,|#_!!_#|/bin/grep,g
 
613
s,@EGREP@,|#_!!_#|/bin/grep -E,g
 
614
s,@U@,|#_!!_#|,g
 
615
s,@ANSI2KNR@,|#_!!_#|,g
 
616
s,@SED@,|#_!!_#|/bin/sed,g
 
617
s,@LN_S@,|#_!!_#|ln -s,g
 
618
s,@ECHO@,|#_!!_#|echo,g
 
619
s,@AR@,|#_!!_#|ar,g
 
620
s,@RANLIB@,|#_!!_#|ranlib,g
 
621
s,@DLLTOOL@,|#_!!_#|dlltool,g
 
622
s,@AS@,|#_!!_#|as,g
 
623
s,@OBJDUMP@,|#_!!_#|objdump,g
 
624
s,@CXX@,|#_!!_#|g++,g
 
625
s,@CXXFLAGS@,|#_!!_#|-g -O2,g
 
626
s,@ac_ct_CXX@,|#_!!_#|g++,g
 
627
s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
 
628
s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
 
629
s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
 
630
s,@CXXCPP@,|#_!!_#|g++ -E,g
 
631
s,@F77@,|#_!!_#|,g
 
632
s,@FFLAGS@,|#_!!_#|,g
 
633
s,@ac_ct_F77@,|#_!!_#|,g
 
634
s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
 
635
s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
 
636
s,@MAINTAINER_MODE_FALSE@,|#_!!_#|,g
 
637
s,@MAINT@,|#_!!_#|#,g
 
638
s,@HTML_DIR@,|#_!!_#|$(datadir)/doc/$(PACKAGE)-$(VERSION)/html,g
 
639
s,@Z_CFLAGS@,|#_!!_#|,g
 
640
s,@Z_LIBS@,|#_!!_#|-lz,g
 
641
s,@WITH_ZLIB@,|#_!!_#|1,g
 
642
s,@PYTHON@,|#_!!_#|/usr/bin/python,g
 
643
s,@WITH_PYTHON_TRUE@,|#_!!_#|,g
 
644
s,@WITH_PYTHON_FALSE@,|#_!!_#|#,g
 
645
s,@pythondir@,|#_!!_#|$(libdir)/python$(PYTHON_VERSION)/site-packages,g
 
646
s,@PYTHON_SUBDIR@,|#_!!_#|python,g
 
647
s,@WITH_MODULES@,|#_!!_#|1,g
 
648
s,@MODULE_PLATFORM_LIBS@,|#_!!_#|-ldl,g
 
649
s,@MODULE_EXTENSION@,|#_!!_#|.so,g
 
650
s,@TEST_MODULES@,|#_!!_#|ModuleTests,g
 
651
s,@STATIC_BINARIES@,|#_!!_#|,g
 
652
s,@WITH_TRIO_SOURCES_TRUE@,|#_!!_#|#,g
 
653
s,@WITH_TRIO_SOURCES_FALSE@,|#_!!_#|,g
 
654
s,@WITH_TRIO@,|#_!!_#|0,g
 
655
s,@THREAD_LIBS@,|#_!!_#|,g
 
656
s,@BASE_THREAD_LIBS@,|#_!!_#|-lpthread,g
 
657
s,@WITH_THREADS@,|#_!!_#|1,g
 
658
s,@THREAD_CFLAGS@,|#_!!_#| -D_REENTRANT,g
 
659
s,@TEST_THREADS@,|#_!!_#|Threadtests,g
 
660
s,@THREADS_W32@,|#_!!_#|,g
 
661
s,@WITH_TREE@,|#_!!_#|1,g
 
662
s,@WITH_FTP@,|#_!!_#|1,g
 
663
s,@FTP_OBJ@,|#_!!_#|nanoftp.o,g
 
664
s,@WITH_HTTP@,|#_!!_#|1,g
 
665
s,@HTTP_OBJ@,|#_!!_#|nanohttp.o,g
 
666
s,@WITH_LEGACY@,|#_!!_#|1,g
 
667
s,@WITH_READER@,|#_!!_#|1,g
 
668
s,@READER_TEST@,|#_!!_#|Readertests,g
 
669
s,@WITH_WRITER@,|#_!!_#|1,g
 
670
s,@WITH_PATTERN@,|#_!!_#|1,g
 
671
s,@TEST_PATTERN@,|#_!!_#|Patterntests,g
 
672
s,@WITH_SAX1@,|#_!!_#|1,g
 
673
s,@TEST_SAX@,|#_!!_#|SAXtests,g
 
674
s,@WITH_PUSH@,|#_!!_#|1,g
 
675
s,@TEST_PUSH@,|#_!!_#|XMLPushtests,g
 
676
s,@WITH_HTML@,|#_!!_#|1,g
 
677
s,@HTML_OBJ@,|#_!!_#|HTMLparser.o HTMLtree.o,g
 
678
s,@TEST_HTML@,|#_!!_#|HTMLtests,g
 
679
s,@TEST_PHTML@,|#_!!_#|HTMLPushtests,g
 
680
s,@WITH_VALID@,|#_!!_#|1,g
 
681
s,@TEST_VALID@,|#_!!_#|Validtests,g
 
682
s,@TEST_VTIME@,|#_!!_#|VTimingtests,g
 
683
s,@WITH_CATALOG@,|#_!!_#|1,g
 
684
s,@CATALOG_OBJ@,|#_!!_#|catalog.o,g
 
685
s,@TEST_CATALOG@,|#_!!_#|Catatests,g
 
686
s,@WITH_DOCB@,|#_!!_#|1,g
 
687
s,@DOCB_OBJ@,|#_!!_#|DOCBparser.o,g
 
688
s,@WITH_XPTR@,|#_!!_#|1,g
 
689
s,@XPTR_OBJ@,|#_!!_#|xpointer.o,g
 
690
s,@TEST_XPTR@,|#_!!_#|XPtrtests,g
 
691
s,@WITH_C14N@,|#_!!_#|1,g
 
692
s,@C14N_OBJ@,|#_!!_#|c14n.c,g
 
693
s,@TEST_C14N@,|#_!!_#|C14Ntests,g
 
694
s,@WITH_XINCLUDE@,|#_!!_#|1,g
 
695
s,@XINCLUDE_OBJ@,|#_!!_#|xinclude.o,g
 
696
s,@TEST_XINCLUDE@,|#_!!_#|XIncludetests,g
 
697
s,@WITH_XPATH@,|#_!!_#|1,g
 
698
s,@XPATH_OBJ@,|#_!!_#|xpath.o,g
 
699
s,@TEST_XPATH@,|#_!!_#|XPathtests,g
 
700
s,@WITH_OUTPUT@,|#_!!_#|1,g
 
701
s,@WITH_ICONV@,|#_!!_#|1,g
 
702
s,@WITH_ISO8859X@,|#_!!_#|1,g
 
703
s,@WITH_SCHEMATRON@,|#_!!_#|1,g
 
704
s,@TEST_SCHEMATRON@,|#_!!_#|Schematrontests,g
 
705
s,@WITH_SCHEMAS@,|#_!!_#|1,g
 
706
s,@TEST_SCHEMAS@,|#_!!_#|Schemastests Relaxtests,g
 
707
s,@WITH_REGEXPS@,|#_!!_#|1,g
 
708
s,@TEST_REGEXPS@,|#_!!_#|Regexptests Automatatests,g
 
709
CEOF
 
710
cat >"$tmp/subs-3.sed" <<\CEOF
 
711
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
712
s,@WITH_DEBUG@,|#_!!_#|1,g
 
713
s,@DEBUG_OBJ@,|#_!!_#|debugXML.o,g
 
714
s,@TEST_DEBUG@,|#_!!_#|Scripttests,g
 
715
s,@WITH_MEM_DEBUG@,|#_!!_#|0,g
 
716
s,@WITH_RUN_DEBUG@,|#_!!_#|0,g
 
717
s,@WIN32_EXTRA_LIBADD@,|#_!!_#|,g
 
718
s,@WIN32_EXTRA_LDFLAGS@,|#_!!_#|,g
 
719
s,@CYGWIN_EXTRA_LDFLAGS@,|#_!!_#|,g
 
720
s,@CYGWIN_EXTRA_PYTHON_LIBADD@,|#_!!_#|,g
 
721
s,@XML_CFLAGS@,|#_!!_#|,g
 
722
s,@XML_LIBDIR@,|#_!!_#|-L${libdir},g
 
723
s,@XML_LIBS@,|#_!!_#|-lxml2,g
 
724
s,@XML_LIBTOOLLIBS@,|#_!!_#|libxml2.la,g
 
725
s,@ICONV_LIBS@,|#_!!_#|,g
 
726
s,@XML_INCLUDEDIR@,|#_!!_#|-I${includedir}/libxml2,g
 
727
s,@HAVE_ISNAN@,|#_!!_#|,g
 
728
s,@HAVE_ISINF@,|#_!!_#|,g
 
729
s,@PYTHON_VERSION@,|#_!!_#|2.5,g
 
730
s,@PYTHON_INCLUDES@,|#_!!_#|/usr/include/python2.5,g
 
731
s,@PYTHON_SITE_PACKAGES@,|#_!!_#|/usr/lib/python2.5/site-packages,g
 
732
s,@M_LIBS@,|#_!!_#|-lm,g
 
733
s,@RDL_LIBS@,|#_!!_#|-lreadline -lhistory -lncurses,g
 
734
s,@RELDATE@,|#_!!_#|Mon Dec 10 2007,g
 
735
s,@PYTHON_TESTS@,|#_!!_#| RelaxNGPythonTests SchemasPythonTests,g
 
736
s,@LIBOBJS@,|#_!!_#|,g
 
737
s,@LTLIBOBJS@,|#_!!_#|,g
 
738
:end
 
739
s/|#_!!_#|//g
 
740
CEOF
 
741
fi # test -n "$CONFIG_FILES"
 
742
 
 
743
 
 
744
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
745
do
 
746
  case $ac_tag in
 
747
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
748
  esac
 
749
  case $ac_mode$ac_tag in
 
750
  :[FHL]*:*);;
 
751
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
752
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
753
   { (exit 1); exit 1; }; };;
 
754
  :[FH]-) ac_tag=-:-;;
 
755
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
756
  esac
 
757
  ac_save_IFS=$IFS
 
758
  IFS=:
 
759
  set x $ac_tag
 
760
  IFS=$ac_save_IFS
 
761
  shift
 
762
  ac_file=$1
 
763
  shift
 
764
 
 
765
  case $ac_mode in
 
766
  :L) ac_source=$1;;
 
767
  :[FH])
 
768
    ac_file_inputs=
 
769
    for ac_f
 
770
    do
 
771
      case $ac_f in
 
772
      -) ac_f="$tmp/stdin";;
 
773
      *) # Look for the file first in the build tree, then in the source tree
 
774
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
775
         # because $ac_f cannot contain `:'.
 
776
         test -f "$ac_f" ||
 
777
           case $ac_f in
 
778
           [\\/$]*) false;;
 
779
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
780
           esac ||
 
781
           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
782
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
783
   { (exit 1); exit 1; }; };;
 
784
      esac
 
785
      ac_file_inputs="$ac_file_inputs $ac_f"
 
786
    done
 
787
 
 
788
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
789
    # use $as_me), people would be surprised to read:
 
790
    #    /* config.h.  Generated by config.status.  */
 
791
    configure_input="Generated from "`IFS=:
 
792
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
793
    if test x"$ac_file" != x-; then
 
794
      configure_input="$ac_file.  $configure_input"
 
795
      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
796
echo "$as_me: creating $ac_file" >&6;}
 
797
    fi
 
798
 
 
799
    case $ac_tag in
 
800
    *:-:* | *:-) cat >"$tmp/stdin";;
 
801
    esac
 
802
    ;;
 
803
  esac
 
804
 
 
805
  ac_dir=`$as_dirname -- "$ac_file" ||
 
806
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
807
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
808
         X"$ac_file" : 'X\(//\)$' \| \
 
809
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
810
echo X"$ac_file" |
 
811
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
812
            s//\1/
 
813
            q
 
814
          }
 
815
          /^X\(\/\/\)[^/].*/{
 
816
            s//\1/
 
817
            q
 
818
          }
 
819
          /^X\(\/\/\)$/{
 
820
            s//\1/
 
821
            q
 
822
          }
 
823
          /^X\(\/\).*/{
 
824
            s//\1/
 
825
            q
 
826
          }
 
827
          s/.*/./; q'`
 
828
  { as_dir="$ac_dir"
 
829
  case $as_dir in #(
 
830
  -*) as_dir=./$as_dir;;
 
831
  esac
 
832
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
833
    as_dirs=
 
834
    while :; do
 
835
      case $as_dir in #(
 
836
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
837
      *) as_qdir=$as_dir;;
 
838
      esac
 
839
      as_dirs="'$as_qdir' $as_dirs"
 
840
      as_dir=`$as_dirname -- "$as_dir" ||
 
841
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
842
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
843
         X"$as_dir" : 'X\(//\)$' \| \
 
844
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
845
echo X"$as_dir" |
 
846
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
847
            s//\1/
 
848
            q
 
849
          }
 
850
          /^X\(\/\/\)[^/].*/{
 
851
            s//\1/
 
852
            q
 
853
          }
 
854
          /^X\(\/\/\)$/{
 
855
            s//\1/
 
856
            q
 
857
          }
 
858
          /^X\(\/\).*/{
 
859
            s//\1/
 
860
            q
 
861
          }
 
862
          s/.*/./; q'`
 
863
      test -d "$as_dir" && break
 
864
    done
 
865
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
866
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
867
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
868
   { (exit 1); exit 1; }; }; }
 
869
  ac_builddir=.
 
870
 
 
871
case "$ac_dir" in
 
872
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
873
*)
 
874
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
875
  # A ".." for each directory in $ac_dir_suffix.
 
876
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
877
  case $ac_top_builddir_sub in
 
878
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
879
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
880
  esac ;;
 
881
esac
 
882
ac_abs_top_builddir=$ac_pwd
 
883
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
884
# for backward compatibility:
 
885
ac_top_builddir=$ac_top_build_prefix
 
886
 
 
887
case $srcdir in
 
888
  .)  # We are building in place.
 
889
    ac_srcdir=.
 
890
    ac_top_srcdir=$ac_top_builddir_sub
 
891
    ac_abs_top_srcdir=$ac_pwd ;;
 
892
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
893
    ac_srcdir=$srcdir$ac_dir_suffix;
 
894
    ac_top_srcdir=$srcdir
 
895
    ac_abs_top_srcdir=$srcdir ;;
 
896
  *) # Relative name.
 
897
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
898
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
899
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
900
esac
 
901
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
902
 
 
903
 
 
904
  case $ac_mode in
 
905
  :F)
 
906
  #
 
907
  # CONFIG_FILE
 
908
  #
 
909
 
 
910
  case $INSTALL in
 
911
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
912
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
913
  esac
 
914
# If the template does not know about datarootdir, expand it.
 
915
# FIXME: This hack should be removed a few years after 2.60.
 
916
ac_datarootdir_hack=; ac_datarootdir_seen=
 
917
 
 
918
case `sed -n '/datarootdir/ {
 
919
  p
 
920
  q
 
921
}
 
922
/@datadir@/p
 
923
/@docdir@/p
 
924
/@infodir@/p
 
925
/@localedir@/p
 
926
/@mandir@/p
 
927
' $ac_file_inputs` in
 
928
*datarootdir*) ac_datarootdir_seen=yes;;
 
929
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
930
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
931
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
932
  ac_datarootdir_hack='
 
933
  s&@datadir@&${datarootdir}&g
 
934
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
 
935
  s&@infodir@&${datarootdir}/info&g
 
936
  s&@localedir@&${datarootdir}/locale&g
 
937
  s&@mandir@&${datarootdir}/man&g
 
938
    s&\${datarootdir}&${prefix}/share&g' ;;
 
939
esac
 
940
  sed "/^[       ]*VPATH[        ]*=/{
 
941
s/:*\$(srcdir):*/:/
 
942
s/:*\${srcdir}:*/:/
 
943
s/:*@srcdir@:*/:/
 
944
s/^\([^=]*=[     ]*\):*/\1/
 
945
s/:*$//
 
946
s/^[^=]*=[       ]*$//
 
947
}
 
948
 
 
949
:t
 
950
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
951
s&@configure_input@&$configure_input&;t t
 
952
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
953
s&@srcdir@&$ac_srcdir&;t t
 
954
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
955
s&@top_srcdir@&$ac_top_srcdir&;t t
 
956
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
957
s&@builddir@&$ac_builddir&;t t
 
958
s&@abs_builddir@&$ac_abs_builddir&;t t
 
959
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
960
s&@INSTALL@&$ac_INSTALL&;t t
 
961
$ac_datarootdir_hack
 
962
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
 
963
 
 
964
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
965
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
966
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
967
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
968
which seems to be undefined.  Please make sure it is defined." >&5
 
969
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
970
which seems to be undefined.  Please make sure it is defined." >&2;}
 
971
 
 
972
  rm -f "$tmp/stdin"
 
973
  case $ac_file in
 
974
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
975
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
976
  esac
 
977
 ;;
 
978
  :H)
 
979
  #
 
980
  # CONFIG_HEADER
 
981
  #
 
982
    # First, check the format of the line:
 
983
    cat >"$tmp/defines.sed" <<\CEOF
 
984
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
 
985
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
 
986
b
 
987
:def
 
988
s/$/ /
 
989
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "" ,
 
990
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "" ,
 
991
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "" ,
 
992
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "" ,
 
993
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "" ,
 
994
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "libxml2" ,
 
995
s,^\([   #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "2.6.30" ,
 
996
s,^\([   #]*\)[^         ]*\([   ]*PROTOTYPES\)[         (].*,\1define\2 1 ,
 
997
s,^\([   #]*\)[^         ]*\([   ]*__PROTOTYPES\)[       (].*,\1define\2 1 ,
 
998
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 
999
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
 
1000
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
 
1001
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
 
1002
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
 
1003
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MEMORY_H\)[      (].*,\1define\2 1 ,
 
1004
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
 
1005
s,^\([   #]*\)[^         ]*\([   ]*HAVE_INTTYPES_H\)[    (].*,\1define\2 1 ,
 
1006
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
 
1007
s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
 
1008
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
 
1009
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
 
1010
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ZLIB_H\)[        (].*,\1define\2 1 ,
 
1011
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBZ\)[  (].*,\1define\2 1 ,
 
1012
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DIRENT_H\)[      (].*,\1define\2 1 ,
 
1013
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 
1014
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FCNTL_H\)[       (].*,\1define\2 1 ,
 
1015
s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
 
1016
s,^\([   #]*\)[^         ]*\([   ]*HAVE_CTYPE_H\)[       (].*,\1define\2 1 ,
 
1017
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DIRENT_H\)[      (].*,\1define\2 1 ,
 
1018
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ERRNO_H\)[       (].*,\1define\2 1 ,
 
1019
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MALLOC_H\)[      (].*,\1define\2 1 ,
 
1020
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDARG_H\)[      (].*,\1define\2 1 ,
 
1021
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
 
1022
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
 
1023
s,^\([   #]*\)[^         ]*\([   ]*HAVE_TIME_H\)[        (].*,\1define\2 1 ,
 
1024
s,^\([   #]*\)[^         ]*\([   ]*HAVE_MATH_H\)[        (].*,\1define\2 1 ,
 
1025
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIMITS_H\)[      (].*,\1define\2 1 ,
 
1026
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FLOAT_H\)[       (].*,\1define\2 1 ,
 
1027
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
 
1028
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_SOCKET_H\)[  (].*,\1define\2 1 ,
 
1029
s,^\([   #]*\)[^         ]*\([   ]*HAVE_NETINET_IN_H\)[  (].*,\1define\2 1 ,
 
1030
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ARPA_INET_H\)[   (].*,\1define\2 1 ,
 
1031
s,^\([   #]*\)[^         ]*\([   ]*HAVE_NETDB_H\)[       (].*,\1define\2 1 ,
 
1032
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TIME_H\)[    (].*,\1define\2 1 ,
 
1033
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_SELECT_H\)[  (].*,\1define\2 1 ,
 
1034
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_MMAN_H\)[    (].*,\1define\2 1 ,
 
1035
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TIMEB_H\)[   (].*,\1define\2 1 ,
 
1036
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SIGNAL_H\)[      (].*,\1define\2 1 ,
 
1037
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ARPA_NAMESER_H\)[        (].*,\1define\2 1 ,
 
1038
CEOF
 
1039
    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
 
1040
    # First, check the format of the line:
 
1041
    cat >"$tmp/defines.sed" <<\CEOF
 
1042
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
 
1043
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
 
1044
b
 
1045
:def
 
1046
s,^\([   #]*\)[^         ]*\([   ]*HAVE_RESOLV_H\)[      (].*,\1define\2 1 ,
 
1047
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
 
1048
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRFTIME\)[      (].*,\1define\2 1 ,
 
1049
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRDUP\)[        (].*,\1define\2 1 ,
 
1050
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRNDUP\)[       (].*,\1define\2 1 ,
 
1051
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRERROR\)[      (].*,\1define\2 1 ,
 
1052
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FINITE\)[        (].*,\1define\2 1 ,
 
1053
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRFTIME\)[      (].*,\1define\2 1 ,
 
1054
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LOCALTIME\)[     (].*,\1define\2 1 ,
 
1055
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETTIMEOFDAY\)[  (].*,\1define\2 1 ,
 
1056
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FTIME\)[         (].*,\1define\2 1 ,
 
1057
s,^\([   #]*\)[^         ]*\([   ]*HAVE_STAT\)[  (].*,\1define\2 1 ,
 
1058
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SIGNAL\)[        (].*,\1define\2 1 ,
 
1059
s,^\([   #]*\)[^         ]*\([   ]*HAVE_PRINTF\)[        (].*,\1define\2 1 ,
 
1060
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SPRINTF\)[       (].*,\1define\2 1 ,
 
1061
s,^\([   #]*\)[^         ]*\([   ]*HAVE_FPRINTF\)[       (].*,\1define\2 1 ,
 
1062
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SNPRINTF\)[      (].*,\1define\2 1 ,
 
1063
s,^\([   #]*\)[^         ]*\([   ]*HAVE_VFPRINTF\)[      (].*,\1define\2 1 ,
 
1064
s,^\([   #]*\)[^         ]*\([   ]*HAVE_VSPRINTF\)[      (].*,\1define\2 1 ,
 
1065
s,^\([   #]*\)[^         ]*\([   ]*HAVE_VSNPRINTF\)[     (].*,\1define\2 1 ,
 
1066
s,^\([   #]*\)[^         ]*\([   ]*HAVE_SSCANF\)[        (].*,\1define\2 1 ,
 
1067
s,^\([   #]*\)[^         ]*\([   ]*HAVE_VA_COPY\)[       (].*,\1define\2 1 ,
 
1068
s,^\([   #]*\)[^         ]*\([   ]*XML_SOCKLEN_T\)[      (].*,\1define\2 socklen_t ,
 
1069
s,^\([   #]*\)[^         ]*\([   ]*SUPPORT_IP6\)[        (].*,\1define\2  ,
 
1070
s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETADDRINFO\)[   (].*,\1define\2  ,
 
1071
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ISNAN\)[         (].*,\1define\2  ,
 
1072
s,^\([   #]*\)[^         ]*\([   ]*HAVE_ISINF\)[         (].*,\1define\2  ,
 
1073
s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLOPEN\)[        (].*,\1define\2  ,
 
1074
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBPTHREAD\)[    (].*,\1define\2  ,
 
1075
s,^\([   #]*\)[^         ]*\([   ]*HAVE_PTHREAD_H\)[     (].*,\1define\2  ,
 
1076
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBHISTORY\)[    (].*,\1define\2  ,
 
1077
s,^\([   #]*\)[^         ]*\([   ]*HAVE_LIBREADLINE\)[   (].*,\1define\2  ,
 
1078
s/ $//
 
1079
s,^[     #]*u.*,/* & */,
 
1080
CEOF
 
1081
    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
 
1082
ac_result="$tmp/out2"
 
1083
  if test x"$ac_file" != x-; then
 
1084
    echo "/* $configure_input  */" >"$tmp/config.h"
 
1085
    cat "$ac_result" >>"$tmp/config.h"
 
1086
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
1087
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
1088
echo "$as_me: $ac_file is unchanged" >&6;}
 
1089
    else
 
1090
      rm -f $ac_file
 
1091
      mv "$tmp/config.h" $ac_file
 
1092
    fi
 
1093
  else
 
1094
    echo "/* $configure_input  */"
 
1095
    cat "$ac_result"
 
1096
  fi
 
1097
  rm -f "$tmp/out12"
 
1098
# Compute $ac_file's index in $config_headers.
 
1099
_am_stamp_count=1
 
1100
for _am_header in $config_headers :; do
 
1101
  case $_am_header in
 
1102
    $ac_file | $ac_file:* )
 
1103
      break ;;
 
1104
    * )
 
1105
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1106
  esac
 
1107
done
 
1108
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
 
1109
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1110
         X$ac_file : 'X\(//\)[^/]' \| \
 
1111
         X$ac_file : 'X\(//\)$' \| \
 
1112
         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
 
1113
echo X$ac_file |
 
1114
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1115
            s//\1/
 
1116
            q
 
1117
          }
 
1118
          /^X\(\/\/\)[^/].*/{
 
1119
            s//\1/
 
1120
            q
 
1121
          }
 
1122
          /^X\(\/\/\)$/{
 
1123
            s//\1/
 
1124
            q
 
1125
          }
 
1126
          /^X\(\/\).*/{
 
1127
            s//\1/
 
1128
            q
 
1129
          }
 
1130
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
1131
 ;;
 
1132
 
 
1133
  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
1134
echo "$as_me: executing $ac_file commands" >&6;}
 
1135
 ;;
 
1136
  esac
 
1137
 
 
1138
 
 
1139
  case $ac_file$ac_mode in
 
1140
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
1141
  # Strip MF so we end up with the name of the file.
 
1142
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1143
  # Check whether this is an Automake generated Makefile or not.
 
1144
  # We used to match only the files named `Makefile.in', but
 
1145
  # some people rename them; so instead we look at the file content.
 
1146
  # Grep'ing the first line is not enough: some people post-process
 
1147
  # each Makefile.in and add a new line on top of each file to say so.
 
1148
  # So let's grep whole file.
 
1149
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
1150
    dirpart=`$as_dirname -- "$mf" ||
 
1151
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1152
         X"$mf" : 'X\(//\)[^/]' \| \
 
1153
         X"$mf" : 'X\(//\)$' \| \
 
1154
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
1155
echo X"$mf" |
 
1156
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1157
            s//\1/
 
1158
            q
 
1159
          }
 
1160
          /^X\(\/\/\)[^/].*/{
 
1161
            s//\1/
 
1162
            q
 
1163
          }
 
1164
          /^X\(\/\/\)$/{
 
1165
            s//\1/
 
1166
            q
 
1167
          }
 
1168
          /^X\(\/\).*/{
 
1169
            s//\1/
 
1170
            q
 
1171
          }
 
1172
          s/.*/./; q'`
 
1173
  else
 
1174
    continue
 
1175
  fi
 
1176
  # Extract the definition of DEPDIR, am__include, and am__quote
 
1177
  # from the Makefile without running `make'.
 
1178
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1179
  test -z "$DEPDIR" && continue
 
1180
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1181
  test -z "am__include" && continue
 
1182
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1183
  # When using ansi2knr, U may be empty or an underscore; expand it
 
1184
  U=`sed -n 's/^U = //p' < "$mf"`
 
1185
  # Find all dependency output files, they are included files with
 
1186
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1187
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
1188
  # expansion.
 
1189
  for file in `sed -n "
 
1190
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1191
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1192
    # Make sure the directory exists.
 
1193
    test -f "$dirpart/$file" && continue
 
1194
    fdir=`$as_dirname -- "$file" ||
 
1195
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1196
         X"$file" : 'X\(//\)[^/]' \| \
 
1197
         X"$file" : 'X\(//\)$' \| \
 
1198
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
1199
echo X"$file" |
 
1200
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1201
            s//\1/
 
1202
            q
 
1203
          }
 
1204
          /^X\(\/\/\)[^/].*/{
 
1205
            s//\1/
 
1206
            q
 
1207
          }
 
1208
          /^X\(\/\/\)$/{
 
1209
            s//\1/
 
1210
            q
 
1211
          }
 
1212
          /^X\(\/\).*/{
 
1213
            s//\1/
 
1214
            q
 
1215
          }
 
1216
          s/.*/./; q'`
 
1217
    { as_dir=$dirpart/$fdir
 
1218
  case $as_dir in #(
 
1219
  -*) as_dir=./$as_dir;;
 
1220
  esac
 
1221
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
1222
    as_dirs=
 
1223
    while :; do
 
1224
      case $as_dir in #(
 
1225
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
1226
      *) as_qdir=$as_dir;;
 
1227
      esac
 
1228
      as_dirs="'$as_qdir' $as_dirs"
 
1229
      as_dir=`$as_dirname -- "$as_dir" ||
 
1230
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1231
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
1232
         X"$as_dir" : 'X\(//\)$' \| \
 
1233
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
1234
echo X"$as_dir" |
 
1235
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1236
            s//\1/
 
1237
            q
 
1238
          }
 
1239
          /^X\(\/\/\)[^/].*/{
 
1240
            s//\1/
 
1241
            q
 
1242
          }
 
1243
          /^X\(\/\/\)$/{
 
1244
            s//\1/
 
1245
            q
 
1246
          }
 
1247
          /^X\(\/\).*/{
 
1248
            s//\1/
 
1249
            q
 
1250
          }
 
1251
          s/.*/./; q'`
 
1252
      test -d "$as_dir" && break
 
1253
    done
 
1254
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
1255
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
1256
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
1257
   { (exit 1); exit 1; }; }; }
 
1258
    # echo "creating $dirpart/$file"
 
1259
    echo '# dummy' > "$dirpart/$file"
 
1260
  done
 
1261
done
 
1262
 ;;
 
1263
 
 
1264
  esac
 
1265
done # for ac_tag
 
1266
 
 
1267
 
 
1268
{ (exit 0); exit 0; }