~onli/simdock/master

« back to all changes in this revision

Viewing changes to config.status

  • Committer: onli
  • Date: 2011-07-07 12:24:23 UTC
  • Revision ID: git-v1:96c327bf55055eb2a7070d498dbcbf04f309221c
moved sources from unstable-svn-branch to here

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
 
 
11
SHELL=${CONFIG_SHELL-/bin/bash}
 
12
export SHELL
 
13
## -------------------- ##
 
14
## M4sh Initialization. ##
 
15
## -------------------- ##
 
16
 
 
17
# Be more Bourne compatible
 
18
DUALCASE=1; export DUALCASE # for MKS sh
 
19
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
20
  emulate sh
 
21
  NULLCMD=:
 
22
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
23
  # is contrary to our usage.  Disable this feature.
 
24
  alias -g '${1+"$@"}'='"$@"'
 
25
  setopt NO_GLOB_SUBST
 
26
else
 
27
  case `(set -o) 2>/dev/null` in #(
 
28
  *posix*) :
 
29
    set -o posix ;; #(
 
30
  *) :
 
31
     ;;
 
32
esac
 
33
fi
 
34
 
 
35
 
 
36
as_nl='
 
37
'
 
38
export as_nl
 
39
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
40
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
41
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
42
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
43
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
44
# but without wasting forks for bash or zsh.
 
45
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
46
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
47
  as_echo='print -r --'
 
48
  as_echo_n='print -rn --'
 
49
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
50
  as_echo='printf %s\n'
 
51
  as_echo_n='printf %s'
 
52
else
 
53
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
54
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
55
    as_echo_n='/usr/ucb/echo -n'
 
56
  else
 
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
58
    as_echo_n_body='eval
 
59
      arg=$1;
 
60
      case $arg in #(
 
61
      *"$as_nl"*)
 
62
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
63
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
64
      esac;
 
65
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
66
    '
 
67
    export as_echo_n_body
 
68
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
69
  fi
 
70
  export as_echo_body
 
71
  as_echo='sh -c $as_echo_body as_echo'
 
72
fi
 
73
 
 
74
# The user is always right.
 
75
if test "${PATH_SEPARATOR+set}" != set; then
 
76
  PATH_SEPARATOR=:
 
77
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
78
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
79
      PATH_SEPARATOR=';'
 
80
  }
 
81
fi
 
82
 
 
83
 
 
84
# IFS
 
85
# We need space, tab and new line, in precisely that order.  Quoting is
 
86
# there to prevent editors from complaining about space-tab.
 
87
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
88
# splitting by setting IFS to empty value.)
 
89
IFS=" ""        $as_nl"
 
90
 
 
91
# Find who we are.  Look in the path if we contain no directory separator.
 
92
case $0 in #((
 
93
  *[\\/]* ) as_myself=$0 ;;
 
94
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
95
for as_dir in $PATH
 
96
do
 
97
  IFS=$as_save_IFS
 
98
  test -z "$as_dir" && as_dir=.
 
99
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
100
  done
 
101
IFS=$as_save_IFS
 
102
 
 
103
     ;;
 
104
esac
 
105
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
106
# in which case we are not to be found in the path.
 
107
if test "x$as_myself" = x; then
 
108
  as_myself=$0
 
109
fi
 
110
if test ! -f "$as_myself"; then
 
111
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
112
  exit 1
 
113
fi
 
114
 
 
115
# Unset variables that we do not need and which cause bugs (e.g. in
 
116
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
117
# suppresses any "Segmentation fault" message there.  '((' could
 
118
# trigger a bug in pdksh 5.2.14.
 
119
for as_var in BASH_ENV ENV MAIL MAILPATH
 
120
do eval test x\${$as_var+set} = xset \
 
121
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
122
done
 
123
PS1='$ '
 
124
PS2='> '
 
125
PS4='+ '
 
126
 
 
127
# NLS nuisances.
 
128
LC_ALL=C
 
129
export LC_ALL
 
130
LANGUAGE=C
 
131
export LANGUAGE
 
132
 
 
133
# CDPATH.
 
134
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
135
 
 
136
 
 
137
# as_fn_error ERROR [LINENO LOG_FD]
 
138
# ---------------------------------
 
139
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
140
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
141
# script with status $?, using 1 if that was 0.
 
142
as_fn_error ()
 
143
{
 
144
  as_status=$?; test $as_status -eq 0 && as_status=1
 
145
  if test "$3"; then
 
146
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
147
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
148
  fi
 
149
  $as_echo "$as_me: error: $1" >&2
 
150
  as_fn_exit $as_status
 
151
} # as_fn_error
 
152
 
 
153
 
 
154
# as_fn_set_status STATUS
 
155
# -----------------------
 
156
# Set $? to STATUS, without forking.
 
157
as_fn_set_status ()
 
158
{
 
159
  return $1
 
160
} # as_fn_set_status
 
161
 
 
162
# as_fn_exit STATUS
 
163
# -----------------
 
164
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
165
as_fn_exit ()
 
166
{
 
167
  set +e
 
168
  as_fn_set_status $1
 
169
  exit $1
 
170
} # as_fn_exit
 
171
 
 
172
# as_fn_unset VAR
 
173
# ---------------
 
174
# Portably unset VAR.
 
175
as_fn_unset ()
 
176
{
 
177
  { eval $1=; unset $1;}
 
178
}
 
179
as_unset=as_fn_unset
 
180
# as_fn_append VAR VALUE
 
181
# ----------------------
 
182
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
183
# advantage of any shell optimizations that allow amortized linear growth over
 
184
# repeated appends, instead of the typical quadratic growth present in naive
 
185
# implementations.
 
186
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
187
  eval 'as_fn_append ()
 
188
  {
 
189
    eval $1+=\$2
 
190
  }'
 
191
else
 
192
  as_fn_append ()
 
193
  {
 
194
    eval $1=\$$1\$2
 
195
  }
 
196
fi # as_fn_append
 
197
 
 
198
# as_fn_arith ARG...
 
199
# ------------------
 
200
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
201
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
202
# must be portable across $(()) and expr.
 
203
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
204
  eval 'as_fn_arith ()
 
205
  {
 
206
    as_val=$(( $* ))
 
207
  }'
 
208
else
 
209
  as_fn_arith ()
 
210
  {
 
211
    as_val=`expr "$@" || test $? -eq 1`
 
212
  }
 
213
fi # as_fn_arith
 
214
 
 
215
 
 
216
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
217
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
218
  as_expr=expr
 
219
else
 
220
  as_expr=false
 
221
fi
 
222
 
 
223
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
224
  as_basename=basename
 
225
else
 
226
  as_basename=false
 
227
fi
 
228
 
 
229
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
230
  as_dirname=dirname
 
231
else
 
232
  as_dirname=false
 
233
fi
 
234
 
 
235
as_me=`$as_basename -- "$0" ||
 
236
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
237
         X"$0" : 'X\(//\)$' \| \
 
238
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
239
$as_echo X/"$0" |
 
240
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
241
            s//\1/
 
242
            q
 
243
          }
 
244
          /^X\/\(\/\/\)$/{
 
245
            s//\1/
 
246
            q
 
247
          }
 
248
          /^X\/\(\/\).*/{
 
249
            s//\1/
 
250
            q
 
251
          }
 
252
          s/.*/./; q'`
 
253
 
 
254
# Avoid depending upon Character Ranges.
 
255
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
256
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
257
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
258
as_cr_digits='0123456789'
 
259
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
260
 
 
261
ECHO_C= ECHO_N= ECHO_T=
 
262
case `echo -n x` in #(((((
 
263
-n*)
 
264
  case `echo 'xy\c'` in
 
265
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
266
  xy)  ECHO_C='\c';;
 
267
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
268
       ECHO_T=' ';;
 
269
  esac;;
 
270
*)
 
271
  ECHO_N='-n';;
 
272
esac
 
273
 
 
274
rm -f conf$$ conf$$.exe conf$$.file
 
275
if test -d conf$$.dir; then
 
276
  rm -f conf$$.dir/conf$$.file
 
277
else
 
278
  rm -f conf$$.dir
 
279
  mkdir conf$$.dir 2>/dev/null
 
280
fi
 
281
if (echo >conf$$.file) 2>/dev/null; then
 
282
  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
283
    as_ln_s='ln -s'
 
284
    # ... but there are two gotchas:
 
285
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
286
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
287
    # In both cases, we have to default to `cp -p'.
 
288
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
289
      as_ln_s='cp -p'
 
290
  elif ln conf$$.file conf$$ 2>/dev/null; then
 
291
    as_ln_s=ln
 
292
  else
 
293
    as_ln_s='cp -p'
 
294
  fi
 
295
else
 
296
  as_ln_s='cp -p'
 
297
fi
 
298
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
299
rmdir conf$$.dir 2>/dev/null
 
300
 
 
301
 
 
302
# as_fn_mkdir_p
 
303
# -------------
 
304
# Create "$as_dir" as a directory, including parents if necessary.
 
305
as_fn_mkdir_p ()
 
306
{
 
307
 
 
308
  case $as_dir in #(
 
309
  -*) as_dir=./$as_dir;;
 
310
  esac
 
311
  test -d "$as_dir" || eval $as_mkdir_p || {
 
312
    as_dirs=
 
313
    while :; do
 
314
      case $as_dir in #(
 
315
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
316
      *) as_qdir=$as_dir;;
 
317
      esac
 
318
      as_dirs="'$as_qdir' $as_dirs"
 
319
      as_dir=`$as_dirname -- "$as_dir" ||
 
320
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
321
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
322
         X"$as_dir" : 'X\(//\)$' \| \
 
323
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
324
$as_echo X"$as_dir" |
 
325
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
326
            s//\1/
 
327
            q
 
328
          }
 
329
          /^X\(\/\/\)[^/].*/{
 
330
            s//\1/
 
331
            q
 
332
          }
 
333
          /^X\(\/\/\)$/{
 
334
            s//\1/
 
335
            q
 
336
          }
 
337
          /^X\(\/\).*/{
 
338
            s//\1/
 
339
            q
 
340
          }
 
341
          s/.*/./; q'`
 
342
      test -d "$as_dir" && break
 
343
    done
 
344
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
345
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
346
 
 
347
 
 
348
} # as_fn_mkdir_p
 
349
if mkdir -p . 2>/dev/null; then
 
350
  as_mkdir_p='mkdir -p "$as_dir"'
 
351
else
 
352
  test -d ./-p && rmdir ./-p
 
353
  as_mkdir_p=false
 
354
fi
 
355
 
 
356
if test -x / >/dev/null 2>&1; then
 
357
  as_test_x='test -x'
 
358
else
 
359
  if ls -dL / >/dev/null 2>&1; then
 
360
    as_ls_L_option=L
 
361
  else
 
362
    as_ls_L_option=
 
363
  fi
 
364
  as_test_x='
 
365
    eval sh -c '\''
 
366
      if test -d "$1"; then
 
367
        test -d "$1/.";
 
368
      else
 
369
        case $1 in #(
 
370
        -*)set "./$1";;
 
371
        esac;
 
372
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
373
        ???[sx]*):;;*)false;;esac;fi
 
374
    '\'' sh
 
375
  '
 
376
fi
 
377
as_executable_p=$as_test_x
 
378
 
 
379
# Sed expression to map a string onto a valid CPP name.
 
380
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
381
 
 
382
# Sed expression to map a string onto a valid variable name.
 
383
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
384
 
 
385
 
 
386
exec 6>&1
 
387
## ----------------------------------- ##
 
388
## Main body of $CONFIG_STATUS script. ##
 
389
## ----------------------------------- ##
 
390
# Save the log message, to keep $0 and so on meaningful, and to
 
391
# report actual input values of CONFIG_FILES etc. instead of their
 
392
# values after options handling.
 
393
ac_log="
 
394
This file was extended by simdock $as_me 1.2, which was
 
395
generated by GNU Autoconf 2.65.  Invocation command line was
 
396
 
 
397
  CONFIG_FILES    = $CONFIG_FILES
 
398
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
399
  CONFIG_LINKS    = $CONFIG_LINKS
 
400
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
401
  $ $0 $@
 
402
 
 
403
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
404
"
 
405
 
 
406
# Files that config.status was made for.
 
407
config_files=" Makefile src/Makefile"
 
408
config_headers=" config.h"
 
409
config_commands=" depfiles"
 
410
 
 
411
ac_cs_usage="\
 
412
\`$as_me' instantiates files and other configuration actions
 
413
from templates according to the current configuration.  Unless the files
 
414
and actions are specified as TAGs, all are instantiated by default.
 
415
 
 
416
Usage: $0 [OPTION]... [TAG]...
 
417
 
 
418
  -h, --help       print this help, then exit
 
419
  -V, --version    print version number and configuration settings, then exit
 
420
      --config     print configuration, then exit
 
421
  -q, --quiet, --silent
 
422
                   do not print progress messages
 
423
  -d, --debug      don't remove temporary files
 
424
      --recheck    update $as_me by reconfiguring in the same conditions
 
425
      --file=FILE[:TEMPLATE]
 
426
                   instantiate the configuration file FILE
 
427
      --header=FILE[:TEMPLATE]
 
428
                   instantiate the configuration header FILE
 
429
 
 
430
Configuration files:
 
431
$config_files
 
432
 
 
433
Configuration headers:
 
434
$config_headers
 
435
 
 
436
Configuration commands:
 
437
$config_commands
 
438
 
 
439
Report bugs to <simonedll@yahoo.it>."
 
440
 
 
441
ac_cs_config=""
 
442
ac_cs_version="\
 
443
simdock config.status 1.2
 
444
configured by ./configure, generated by GNU Autoconf 2.65,
 
445
  with options \"$ac_cs_config\"
 
446
 
 
447
Copyright (C) 2009 Free Software Foundation, Inc.
 
448
This config.status script is free software; the Free Software Foundation
 
449
gives unlimited permission to copy, distribute and modify it."
 
450
 
 
451
ac_pwd='/home/onli/scripts/simdock_sources/unstable'
 
452
srcdir='.'
 
453
INSTALL='/usr/bin/install -c'
 
454
AWK='mawk'
 
455
test -n "$AWK" || AWK=awk
 
456
# The default lists apply if the user does not specify any file.
 
457
ac_need_defaults=:
 
458
while test $# != 0
 
459
do
 
460
  case $1 in
 
461
  --*=*)
 
462
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
463
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
464
    ac_shift=:
 
465
    ;;
 
466
  *)
 
467
    ac_option=$1
 
468
    ac_optarg=$2
 
469
    ac_shift=shift
 
470
    ;;
 
471
  esac
 
472
 
 
473
  case $ac_option in
 
474
  # Handling of the options.
 
475
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
476
    ac_cs_recheck=: ;;
 
477
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
478
    $as_echo "$ac_cs_version"; exit ;;
 
479
  --config | --confi | --conf | --con | --co | --c )
 
480
    $as_echo "$ac_cs_config"; exit ;;
 
481
  --debug | --debu | --deb | --de | --d | -d )
 
482
    debug=: ;;
 
483
  --file | --fil | --fi | --f )
 
484
    $ac_shift
 
485
    case $ac_optarg in
 
486
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
487
    esac
 
488
    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
489
    ac_need_defaults=false;;
 
490
  --header | --heade | --head | --hea )
 
491
    $ac_shift
 
492
    case $ac_optarg in
 
493
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
494
    esac
 
495
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
496
    ac_need_defaults=false;;
 
497
  --he | --h)
 
498
    # Conflict between --help and --header
 
499
    as_fn_error "ambiguous option: \`$1'
 
500
Try \`$0 --help' for more information.";;
 
501
  --help | --hel | -h )
 
502
    $as_echo "$ac_cs_usage"; exit ;;
 
503
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
504
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
505
    ac_cs_silent=: ;;
 
506
 
 
507
  # This is an error.
 
508
  -*) as_fn_error "unrecognized option: \`$1'
 
509
Try \`$0 --help' for more information." ;;
 
510
 
 
511
  *) as_fn_append ac_config_targets " $1"
 
512
     ac_need_defaults=false ;;
 
513
 
 
514
  esac
 
515
  shift
 
516
done
 
517
 
 
518
ac_configure_extra_args=
 
519
 
 
520
if $ac_cs_silent; then
 
521
  exec 6>/dev/null
 
522
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
523
fi
 
524
 
 
525
if $ac_cs_recheck; then
 
526
  set X '/bin/bash' './configure'  $ac_configure_extra_args --no-create --no-recursion
 
527
  shift
 
528
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
 
529
  CONFIG_SHELL='/bin/bash'
 
530
  export CONFIG_SHELL
 
531
  exec "$@"
 
532
fi
 
533
 
 
534
exec 5>>config.log
 
535
{
 
536
  echo
 
537
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
538
## Running $as_me. ##
 
539
_ASBOX
 
540
  $as_echo "$ac_log"
 
541
} >&5
 
542
 
 
543
#
 
544
# INIT-COMMANDS
 
545
#
 
546
AMDEP_TRUE="" ac_aux_dir="."
 
547
 
 
548
 
 
549
# Handling of arguments.
 
550
for ac_config_target in $ac_config_targets
 
551
do
 
552
  case $ac_config_target in
 
553
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
554
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
555
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
556
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
557
 
 
558
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
559
  esac
 
560
done
 
561
 
 
562
 
 
563
# If the user did not use the arguments to specify the items to instantiate,
 
564
# then the envvar interface is used.  Set only those that are not.
 
565
# We use the long form for the default assignment because of an extremely
 
566
# bizarre bug on SunOS 4.1.3.
 
567
if $ac_need_defaults; then
 
568
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
569
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
570
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
571
fi
 
572
 
 
573
# Have a temporary directory for convenience.  Make it in the build tree
 
574
# simply because there is no reason against having it here, and in addition,
 
575
# creating and moving files from /tmp can sometimes cause problems.
 
576
# Hook for its removal unless debugging.
 
577
# Note that there is a small window in which the directory will not be cleaned:
 
578
# after its creation but before its name has been assigned to `$tmp'.
 
579
$debug ||
 
580
{
 
581
  tmp=
 
582
  trap 'exit_status=$?
 
583
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
584
' 0
 
585
  trap 'as_fn_exit 1' 1 2 13 15
 
586
}
 
587
# Create a (secure) tmp directory for tmp files.
 
588
 
 
589
{
 
590
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
591
  test -n "$tmp" && test -d "$tmp"
 
592
}  ||
 
593
{
 
594
  tmp=./conf$$-$RANDOM
 
595
  (umask 077 && mkdir "$tmp")
 
596
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
597
 
 
598
# Set up the scripts for CONFIG_FILES section.
 
599
# No need to generate them if there are no CONFIG_FILES.
 
600
# This happens for instance with `./config.status config.h'.
 
601
if test -n "$CONFIG_FILES"; then
 
602
 
 
603
 
 
604
ac_cr=`echo X | tr X '\015'`
 
605
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
606
# But we know of no other shell where ac_cr would be empty at this
 
607
# point, so we can use a bashism as a fallback.
 
608
if test "x$ac_cr" = x; then
 
609
  eval ac_cr=\$\'\\r\'
 
610
fi
 
611
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
612
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
613
  ac_cs_awk_cr='\r'
 
614
else
 
615
  ac_cs_awk_cr=$ac_cr
 
616
fi
 
617
 
 
618
echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
619
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
 
620
S["LTLIBOBJS"]=""
 
621
S["LIBOBJS"]=""
 
622
S["WX_VERSION"]="2.8.10"
 
623
S["WX_LIBS_STATIC"]=""
 
624
S["WX_LIBS"]="-pthread -Wl,-Bsymbolic-functions  -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_ad"\
 
625
"v-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 "
 
626
S["WX_CXXFLAGS_ONLY"]=""
 
627
S["WX_CFLAGS_ONLY"]="-pthread"
 
628
S["WX_CXXFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
 
629
S["WX_CFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
 
630
S["WX_CPPFLAGS"]="-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__"
 
631
S["WX_CONFIG_PATH"]="/usr/bin/wx-config"
 
632
S["DEPS_LIBS"]="-pthread -lgconf-2 -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0"\
 
633
" -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  "
 
634
S["DEPS_CFLAGS"]="-DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/"\
 
635
"glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1."\
 
636
"0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include"\
 
637
" -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/  "
 
638
S["PKG_CONFIG"]="/usr/bin/pkg-config"
 
639
S["WNCK_REQUIRED"]="2.18.0"
 
640
S["GCONF_REQUIRED"]="2.18.0"
 
641
S["EGREP"]="/bin/grep -E"
 
642
S["GREP"]="/bin/grep"
 
643
S["RANLIB"]="ranlib"
 
644
S["LN_S"]="ln -s"
 
645
S["CPP"]="gcc -E"
 
646
S["am__fastdepCC_FALSE"]="#"
 
647
S["am__fastdepCC_TRUE"]=""
 
648
S["CCDEPMODE"]="depmode=gcc3"
 
649
S["ac_ct_CC"]="gcc"
 
650
S["CFLAGS"]="-g -O2"
 
651
S["CC"]="gcc"
 
652
S["am__fastdepCXX_FALSE"]="#"
 
653
S["am__fastdepCXX_TRUE"]=""
 
654
S["CXXDEPMODE"]="depmode=gcc3"
 
655
S["AMDEPBACKSLASH"]="\\"
 
656
S["AMDEP_FALSE"]="#"
 
657
S["AMDEP_TRUE"]=""
 
658
S["am__quote"]=""
 
659
S["am__include"]="include"
 
660
S["DEPDIR"]=".deps"
 
661
S["OBJEXT"]="o"
 
662
S["EXEEXT"]=""
 
663
S["ac_ct_CXX"]="g++"
 
664
S["CPPFLAGS"]=" -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include"\
 
665
"/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1"\
 
666
".0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/includ"\
 
667
"e -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/   -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 "\
 
668
"-D_LARGE_FILES -D__WXGTK__ "
 
669
S["LDFLAGS"]=""
 
670
S["CXXFLAGS"]=" -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include"\
 
671
"/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1"\
 
672
".0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/includ"\
 
673
"e -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/   -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 "\
 
674
"-D_LARGE_FILES -D__WXGTK__"
 
675
S["CXX"]="g++"
 
676
S["am__untar"]="${AMTAR} xf -"
 
677
S["am__tar"]="${AMTAR} chof - \"$$tardir\""
 
678
S["AMTAR"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run tar"
 
679
S["am__leading_dot"]="."
 
680
S["SET_MAKE"]=""
 
681
S["AWK"]="mawk"
 
682
S["mkdir_p"]="mkdir -p --"
 
683
S["INSTALL_STRIP_PROGRAM"]="${SHELL} $(install_sh) -c -s"
 
684
S["STRIP"]=""
 
685
S["install_sh"]="/home/onli/scripts/simdock_sources/unstable/install-sh"
 
686
S["MAKEINFO"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run makeinfo"
 
687
S["AUTOHEADER"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run autoheader"
 
688
S["AUTOMAKE"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run automake-1.9"
 
689
S["AUTOCONF"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run autoconf"
 
690
S["ACLOCAL"]="${SHELL} /home/onli/scripts/simdock_sources/unstable/missing --run aclocal-1.9"
 
691
S["VERSION"]="1.2"
 
692
S["PACKAGE"]="simdock"
 
693
S["CYGPATH_W"]="echo"
 
694
S["INSTALL_DATA"]="${INSTALL} -m 644"
 
695
S["INSTALL_SCRIPT"]="${INSTALL}"
 
696
S["INSTALL_PROGRAM"]="${INSTALL}"
 
697
S["target_alias"]=""
 
698
S["host_alias"]=""
 
699
S["build_alias"]=""
 
700
S["LIBS"]="-pthread -lgconf-2 -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0"\
 
701
" -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread -Wl,-Bsymbolic-functions  -lwx_gtk2u_richtext-2.8 -lwx"\
 
702
"_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8"\
 
703
" -lwx_baseu-2.8 "
 
704
S["ECHO_T"]=""
 
705
S["ECHO_N"]="-n"
 
706
S["ECHO_C"]=""
 
707
S["DEFS"]="-DHAVE_CONFIG_H"
 
708
S["mandir"]="${datarootdir}/man"
 
709
S["localedir"]="${datarootdir}/locale"
 
710
S["libdir"]="${exec_prefix}/lib"
 
711
S["psdir"]="${docdir}"
 
712
S["pdfdir"]="${docdir}"
 
713
S["dvidir"]="${docdir}"
 
714
S["htmldir"]="${docdir}"
 
715
S["infodir"]="${datarootdir}/info"
 
716
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
 
717
S["oldincludedir"]="/usr/include"
 
718
S["includedir"]="${prefix}/include"
 
719
S["localstatedir"]="${prefix}/var"
 
720
S["sharedstatedir"]="${prefix}/com"
 
721
S["sysconfdir"]="${prefix}/etc"
 
722
S["datadir"]="${datarootdir}"
 
723
S["datarootdir"]="${prefix}/share"
 
724
S["libexecdir"]="${exec_prefix}/libexec"
 
725
S["sbindir"]="${exec_prefix}/sbin"
 
726
S["bindir"]="${exec_prefix}/bin"
 
727
S["program_transform_name"]="s,x,x,"
 
728
S["prefix"]="/usr/local"
 
729
S["exec_prefix"]="${prefix}"
 
730
S["PACKAGE_URL"]=""
 
731
S["PACKAGE_BUGREPORT"]="simonedll@yahoo.it"
 
732
S["PACKAGE_STRING"]="simdock 1.2"
 
733
S["PACKAGE_VERSION"]="1.2"
 
734
S["PACKAGE_TARNAME"]="simdock"
 
735
S["PACKAGE_NAME"]="simdock"
 
736
S["PATH_SEPARATOR"]=":"
 
737
S["SHELL"]="/bin/bash"
 
738
_ACAWK
 
739
cat >>"$tmp/subs1.awk" <<_ACAWK &&
 
740
  for (key in S) S_is_set[key] = 1
 
741
  FS = ""
 
742
 
 
743
}
 
744
{
 
745
  line = $ 0
 
746
  nfields = split(line, field, "@")
 
747
  substed = 0
 
748
  len = length(field[1])
 
749
  for (i = 2; i < nfields; i++) {
 
750
    key = field[i]
 
751
    keylen = length(key)
 
752
    if (S_is_set[key]) {
 
753
      value = S[key]
 
754
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
755
      len += length(value) + length(field[++i])
 
756
      substed = 1
 
757
    } else
 
758
      len += 1 + keylen
 
759
  }
 
760
 
 
761
  print line
 
762
}
 
763
 
 
764
_ACAWK
 
765
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
766
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
767
else
 
768
  cat
 
769
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
770
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
771
fi # test -n "$CONFIG_FILES"
 
772
 
 
773
# Set up the scripts for CONFIG_HEADERS section.
 
774
# No need to generate them if there are no CONFIG_HEADERS.
 
775
# This happens for instance with `./config.status Makefile'.
 
776
if test -n "$CONFIG_HEADERS"; then
 
777
cat >"$tmp/defines.awk" <<\_ACAWK ||
 
778
BEGIN {
 
779
D["PACKAGE_NAME"]=" \"simdock\""
 
780
D["PACKAGE_TARNAME"]=" \"simdock\""
 
781
D["PACKAGE_VERSION"]=" \"1.2\""
 
782
D["PACKAGE_STRING"]=" \"simdock 1.2\""
 
783
D["PACKAGE_BUGREPORT"]=" \"simonedll@yahoo.it\""
 
784
D["PACKAGE_URL"]=" \"\""
 
785
D["STDC_HEADERS"]=" 1"
 
786
D["HAVE_SYS_TYPES_H"]=" 1"
 
787
D["HAVE_SYS_STAT_H"]=" 1"
 
788
D["HAVE_STDLIB_H"]=" 1"
 
789
D["HAVE_STRING_H"]=" 1"
 
790
D["HAVE_MEMORY_H"]=" 1"
 
791
D["HAVE_STRINGS_H"]=" 1"
 
792
D["HAVE_INTTYPES_H"]=" 1"
 
793
D["HAVE_STDINT_H"]=" 1"
 
794
D["HAVE_UNISTD_H"]=" 1"
 
795
D["HAVE_STDLIB_H"]=" 1"
 
796
D["HAVE_UNISTD_H"]=" 1"
 
797
D["HAVE__BOOL"]=" 1"
 
798
D["HAVE_STDBOOL_H"]=" 1"
 
799
D["HAVE_FORK"]=" 1"
 
800
D["HAVE_VFORK"]=" 1"
 
801
D["HAVE_WORKING_VFORK"]=" 1"
 
802
D["HAVE_WORKING_FORK"]=" 1"
 
803
D["HAVE_DUP2"]=" 1"
 
804
  for (key in D) D_is_set[key] = 1
 
805
  FS = ""
 
806
}
 
807
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
 
808
  line = $ 0
 
809
  split(line, arg, " ")
 
810
  if (arg[1] == "#") {
 
811
    defundef = arg[2]
 
812
    mac1 = arg[3]
 
813
  } else {
 
814
    defundef = substr(arg[1], 2)
 
815
    mac1 = arg[2]
 
816
  }
 
817
  split(mac1, mac2, "(") #)
 
818
  macro = mac2[1]
 
819
  prefix = substr(line, 1, index(line, defundef) - 1)
 
820
  if (D_is_set[macro]) {
 
821
    # Preserve the white space surrounding the "#".
 
822
    print prefix "define", macro P[macro] D[macro]
 
823
    next
 
824
  } else {
 
825
    # Replace #undef with comments.  This is necessary, for example,
 
826
    # in the case of _POSIX_SOURCE, which is predefined and required
 
827
    # on some systems where configure will not decide to define it.
 
828
    if (defundef == "undef") {
 
829
      print "/*", prefix defundef, macro, "*/"
 
830
      next
 
831
    }
 
832
  }
 
833
}
 
834
{ print }
 
835
_ACAWK
 
836
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
837
fi # test -n "$CONFIG_HEADERS"
 
838
 
 
839
 
 
840
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
841
shift
 
842
for ac_tag
 
843
do
 
844
  case $ac_tag in
 
845
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
846
  esac
 
847
  case $ac_mode$ac_tag in
 
848
  :[FHL]*:*);;
 
849
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
850
  :[FH]-) ac_tag=-:-;;
 
851
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
852
  esac
 
853
  ac_save_IFS=$IFS
 
854
  IFS=:
 
855
  set x $ac_tag
 
856
  IFS=$ac_save_IFS
 
857
  shift
 
858
  ac_file=$1
 
859
  shift
 
860
 
 
861
  case $ac_mode in
 
862
  :L) ac_source=$1;;
 
863
  :[FH])
 
864
    ac_file_inputs=
 
865
    for ac_f
 
866
    do
 
867
      case $ac_f in
 
868
      -) ac_f="$tmp/stdin";;
 
869
      *) # Look for the file first in the build tree, then in the source tree
 
870
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
871
         # because $ac_f cannot contain `:'.
 
872
         test -f "$ac_f" ||
 
873
           case $ac_f in
 
874
           [\\/$]*) false;;
 
875
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
876
           esac ||
 
877
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
878
      esac
 
879
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
880
      as_fn_append ac_file_inputs " '$ac_f'"
 
881
    done
 
882
 
 
883
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
884
    # use $as_me), people would be surprised to read:
 
885
    #    /* config.h.  Generated by config.status.  */
 
886
    configure_input='Generated from '`
 
887
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
888
        `' by configure.'
 
889
    if test x"$ac_file" != x-; then
 
890
      configure_input="$ac_file.  $configure_input"
 
891
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
892
$as_echo "$as_me: creating $ac_file" >&6;}
 
893
    fi
 
894
    # Neutralize special characters interpreted by sed in replacement strings.
 
895
    case $configure_input in #(
 
896
    *\&* | *\|* | *\\* )
 
897
       ac_sed_conf_input=`$as_echo "$configure_input" |
 
898
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
899
    *) ac_sed_conf_input=$configure_input;;
 
900
    esac
 
901
 
 
902
    case $ac_tag in
 
903
    *:-:* | *:-) cat >"$tmp/stdin" \
 
904
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
905
    esac
 
906
    ;;
 
907
  esac
 
908
 
 
909
  ac_dir=`$as_dirname -- "$ac_file" ||
 
910
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
911
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
912
         X"$ac_file" : 'X\(//\)$' \| \
 
913
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
914
$as_echo X"$ac_file" |
 
915
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
916
            s//\1/
 
917
            q
 
918
          }
 
919
          /^X\(\/\/\)[^/].*/{
 
920
            s//\1/
 
921
            q
 
922
          }
 
923
          /^X\(\/\/\)$/{
 
924
            s//\1/
 
925
            q
 
926
          }
 
927
          /^X\(\/\).*/{
 
928
            s//\1/
 
929
            q
 
930
          }
 
931
          s/.*/./; q'`
 
932
  as_dir="$ac_dir"; as_fn_mkdir_p
 
933
  ac_builddir=.
 
934
 
 
935
case "$ac_dir" in
 
936
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
937
*)
 
938
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
939
  # A ".." for each directory in $ac_dir_suffix.
 
940
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
941
  case $ac_top_builddir_sub in
 
942
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
943
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
944
  esac ;;
 
945
esac
 
946
ac_abs_top_builddir=$ac_pwd
 
947
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
948
# for backward compatibility:
 
949
ac_top_builddir=$ac_top_build_prefix
 
950
 
 
951
case $srcdir in
 
952
  .)  # We are building in place.
 
953
    ac_srcdir=.
 
954
    ac_top_srcdir=$ac_top_builddir_sub
 
955
    ac_abs_top_srcdir=$ac_pwd ;;
 
956
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
957
    ac_srcdir=$srcdir$ac_dir_suffix;
 
958
    ac_top_srcdir=$srcdir
 
959
    ac_abs_top_srcdir=$srcdir ;;
 
960
  *) # Relative name.
 
961
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
962
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
963
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
964
esac
 
965
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
966
 
 
967
 
 
968
  case $ac_mode in
 
969
  :F)
 
970
  #
 
971
  # CONFIG_FILE
 
972
  #
 
973
 
 
974
  case $INSTALL in
 
975
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
976
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
977
  esac
 
978
# If the template does not know about datarootdir, expand it.
 
979
# FIXME: This hack should be removed a few years after 2.60.
 
980
ac_datarootdir_hack=; ac_datarootdir_seen=
 
981
ac_sed_dataroot='
 
982
/datarootdir/ {
 
983
  p
 
984
  q
 
985
}
 
986
/@datadir@/p
 
987
/@docdir@/p
 
988
/@infodir@/p
 
989
/@localedir@/p
 
990
/@mandir@/p'
 
991
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
992
*datarootdir*) ac_datarootdir_seen=yes;;
 
993
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
994
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
995
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
996
  ac_datarootdir_hack='
 
997
  s&@datadir@&${datarootdir}&g
 
998
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
 
999
  s&@infodir@&${datarootdir}/info&g
 
1000
  s&@localedir@&${datarootdir}/locale&g
 
1001
  s&@mandir@&${datarootdir}/man&g
 
1002
  s&\${datarootdir}&${prefix}/share&g' ;;
 
1003
esac
 
1004
ac_sed_extra="/^[        ]*VPATH[        ]*=/{
 
1005
s/:*\$(srcdir):*/:/
 
1006
s/:*\${srcdir}:*/:/
 
1007
s/:*@srcdir@:*/:/
 
1008
s/^\([^=]*=[     ]*\):*/\1/
 
1009
s/:*$//
 
1010
s/^[^=]*=[       ]*$//
 
1011
}
 
1012
 
 
1013
:t
 
1014
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
1015
s|@configure_input@|$ac_sed_conf_input|;t t
 
1016
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
1017
s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
1018
s&@srcdir@&$ac_srcdir&;t t
 
1019
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
1020
s&@top_srcdir@&$ac_top_srcdir&;t t
 
1021
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
1022
s&@builddir@&$ac_builddir&;t t
 
1023
s&@abs_builddir@&$ac_abs_builddir&;t t
 
1024
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
1025
s&@INSTALL@&$ac_INSTALL&;t t
 
1026
$ac_datarootdir_hack
 
1027
"
 
1028
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
1029
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1030
 
 
1031
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
1032
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
1033
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
1034
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1035
which seems to be undefined.  Please make sure it is defined." >&5
 
1036
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1037
which seems to be undefined.  Please make sure it is defined." >&2;}
 
1038
 
 
1039
  rm -f "$tmp/stdin"
 
1040
  case $ac_file in
 
1041
  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
1042
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
1043
  esac \
 
1044
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1045
 ;;
 
1046
  :H)
 
1047
  #
 
1048
  # CONFIG_HEADER
 
1049
  #
 
1050
  if test x"$ac_file" != x-; then
 
1051
    {
 
1052
      $as_echo "/* $configure_input  */" \
 
1053
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
1054
    } >"$tmp/config.h" \
 
1055
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1056
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
1057
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
1058
$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
1059
    else
 
1060
      rm -f "$ac_file"
 
1061
      mv "$tmp/config.h" "$ac_file" \
 
1062
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1063
    fi
 
1064
  else
 
1065
    $as_echo "/* $configure_input  */" \
 
1066
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
1067
      || as_fn_error "could not create -" "$LINENO" 5
 
1068
  fi
 
1069
# Compute "$ac_file"'s index in $config_headers.
 
1070
_am_stamp_count=1
 
1071
for _am_header in $config_headers :; do
 
1072
  case $_am_header in
 
1073
    "$ac_file" | "$ac_file":* )
 
1074
      break ;;
 
1075
    * )
 
1076
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
1077
  esac
 
1078
done
 
1079
echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
 
1080
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1081
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
1082
         X"$ac_file" : 'X\(//\)$' \| \
 
1083
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
1084
$as_echo X"$ac_file" |
 
1085
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1086
            s//\1/
 
1087
            q
 
1088
          }
 
1089
          /^X\(\/\/\)[^/].*/{
 
1090
            s//\1/
 
1091
            q
 
1092
          }
 
1093
          /^X\(\/\/\)$/{
 
1094
            s//\1/
 
1095
            q
 
1096
          }
 
1097
          /^X\(\/\).*/{
 
1098
            s//\1/
 
1099
            q
 
1100
          }
 
1101
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
1102
 ;;
 
1103
 
 
1104
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 
1105
$as_echo "$as_me: executing $ac_file commands" >&6;}
 
1106
 ;;
 
1107
  esac
 
1108
 
 
1109
 
 
1110
  case $ac_file$ac_mode in
 
1111
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
1112
  # Strip MF so we end up with the name of the file.
 
1113
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
1114
  # Check whether this is an Automake generated Makefile or not.
 
1115
  # We used to match only the files named `Makefile.in', but
 
1116
  # some people rename them; so instead we look at the file content.
 
1117
  # Grep'ing the first line is not enough: some people post-process
 
1118
  # each Makefile.in and add a new line on top of each file to say so.
 
1119
  # So let's grep whole file.
 
1120
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
1121
    dirpart=`$as_dirname -- "$mf" ||
 
1122
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1123
         X"$mf" : 'X\(//\)[^/]' \| \
 
1124
         X"$mf" : 'X\(//\)$' \| \
 
1125
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
1126
$as_echo X"$mf" |
 
1127
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1128
            s//\1/
 
1129
            q
 
1130
          }
 
1131
          /^X\(\/\/\)[^/].*/{
 
1132
            s//\1/
 
1133
            q
 
1134
          }
 
1135
          /^X\(\/\/\)$/{
 
1136
            s//\1/
 
1137
            q
 
1138
          }
 
1139
          /^X\(\/\).*/{
 
1140
            s//\1/
 
1141
            q
 
1142
          }
 
1143
          s/.*/./; q'`
 
1144
  else
 
1145
    continue
 
1146
  fi
 
1147
  # Extract the definition of DEPDIR, am__include, and am__quote
 
1148
  # from the Makefile without running `make'.
 
1149
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
1150
  test -z "$DEPDIR" && continue
 
1151
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
1152
  test -z "am__include" && continue
 
1153
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
1154
  # When using ansi2knr, U may be empty or an underscore; expand it
 
1155
  U=`sed -n 's/^U = //p' < "$mf"`
 
1156
  # Find all dependency output files, they are included files with
 
1157
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
1158
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
1159
  # expansion.
 
1160
  for file in `sed -n "
 
1161
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
1162
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
1163
    # Make sure the directory exists.
 
1164
    test -f "$dirpart/$file" && continue
 
1165
    fdir=`$as_dirname -- "$file" ||
 
1166
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1167
         X"$file" : 'X\(//\)[^/]' \| \
 
1168
         X"$file" : 'X\(//\)$' \| \
 
1169
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
1170
$as_echo X"$file" |
 
1171
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1172
            s//\1/
 
1173
            q
 
1174
          }
 
1175
          /^X\(\/\/\)[^/].*/{
 
1176
            s//\1/
 
1177
            q
 
1178
          }
 
1179
          /^X\(\/\/\)$/{
 
1180
            s//\1/
 
1181
            q
 
1182
          }
 
1183
          /^X\(\/\).*/{
 
1184
            s//\1/
 
1185
            q
 
1186
          }
 
1187
          s/.*/./; q'`
 
1188
    as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
1189
    # echo "creating $dirpart/$file"
 
1190
    echo '# dummy' > "$dirpart/$file"
 
1191
  done
 
1192
done
 
1193
 ;;
 
1194
 
 
1195
  esac
 
1196
done # for ac_tag
 
1197
 
 
1198
 
 
1199
as_fn_exit 0