~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-12-23 11:43:59 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20091223114359-ovqkh2imhh0ehmt7
* update watch file
* New Upstream Version (Closes: #558591)
* remove the gtk-builder-proper-error-handling patch, fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Generated by configure.
3
 
# Run this file to recreate the current configuration.
4
 
# Compiler output produced by configure, useful for debugging
5
 
# configure, is in config.log if it exists.
6
 
 
7
 
debug=false
8
 
ac_cs_recheck=false
9
 
ac_cs_silent=false
10
 
SHELL=${CONFIG_SHELL-/bin/sh}
11
 
## --------------------- ##
12
 
## M4sh Initialization.  ##
13
 
## --------------------- ##
14
 
 
15
 
# Be more Bourne compatible
16
 
DUALCASE=1; export DUALCASE # for MKS sh
17
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18
 
  emulate sh
19
 
  NULLCMD=:
20
 
  # Pre-4.2 versions of Zsh do 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
 
as_nl='
43
 
'
44
 
export as_nl
45
 
# Printing a long string crashes Solaris 7 /usr/bin/printf.
46
 
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
 
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49
 
if (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
 
# Support unset when possible.
84
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85
 
  as_unset=unset
86
 
else
87
 
  as_unset=false
88
 
fi
89
 
 
90
 
 
91
 
# IFS
92
 
# We need space, tab and new line, in precisely that order.  Quoting is
93
 
# there to prevent editors from complaining about space-tab.
94
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
95
 
# splitting by setting IFS to empty value.)
96
 
IFS=" ""        $as_nl"
97
 
 
98
 
# Find who we are.  Look in the path if we contain no directory separator.
99
 
case $0 in
100
 
  *[\\/]* ) as_myself=$0 ;;
101
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
 
for as_dir in $PATH
103
 
do
104
 
  IFS=$as_save_IFS
105
 
  test -z "$as_dir" && as_dir=.
106
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
 
done
108
 
IFS=$as_save_IFS
109
 
 
110
 
     ;;
111
 
esac
112
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
113
 
# in which case we are not to be found in the path.
114
 
if test "x$as_myself" = x; then
115
 
  as_myself=$0
116
 
fi
117
 
if test ! -f "$as_myself"; then
118
 
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119
 
  { (exit 1); exit 1; }
120
 
fi
121
 
 
122
 
# Work around bugs in pre-3.0 UWIN ksh.
123
 
for as_var in ENV MAIL MAILPATH
124
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125
 
done
126
 
PS1='$ '
127
 
PS2='> '
128
 
PS4='+ '
129
 
 
130
 
# NLS nuisances.
131
 
LC_ALL=C
132
 
export LC_ALL
133
 
LANGUAGE=C
134
 
export LANGUAGE
135
 
 
136
 
# Required to use basename.
137
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
 
  as_expr=expr
140
 
else
141
 
  as_expr=false
142
 
fi
143
 
 
144
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145
 
  as_basename=basename
146
 
else
147
 
  as_basename=false
148
 
fi
149
 
 
150
 
 
151
 
# Name of the executable.
152
 
as_me=`$as_basename -- "$0" ||
153
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
 
         X"$0" : 'X\(//\)$' \| \
155
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156
 
$as_echo X/"$0" |
157
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
158
 
            s//\1/
159
 
            q
160
 
          }
161
 
          /^X\/\(\/\/\)$/{
162
 
            s//\1/
163
 
            q
164
 
          }
165
 
          /^X\/\(\/\).*/{
166
 
            s//\1/
167
 
            q
168
 
          }
169
 
          s/.*/./; q'`
170
 
 
171
 
# CDPATH.
172
 
$as_unset CDPATH
173
 
 
174
 
 
175
 
 
176
 
  as_lineno_1=$LINENO
177
 
  as_lineno_2=$LINENO
178
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
179
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
180
 
 
181
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
182
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
183
 
  # line-number line after each line using $LINENO; the second 'sed'
184
 
  # does the real work.  The second script uses 'N' to pair each
185
 
  # line-number line with the line containing $LINENO, and appends
186
 
  # trailing '-' during substitution so that $LINENO is not a special
187
 
  # case at line end.
188
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
189
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
190
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
191
 
  sed -n '
192
 
    p
193
 
    /[$]LINENO/=
194
 
  ' <$as_myself |
195
 
    sed '
196
 
      s/[$]LINENO.*/&-/
197
 
      t lineno
198
 
      b
199
 
      :lineno
200
 
      N
201
 
      :loop
202
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
203
 
      t loop
204
 
      s/-\n.*//
205
 
    ' >$as_me.lineno &&
206
 
  chmod +x "$as_me.lineno" ||
207
 
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
208
 
   { (exit 1); exit 1; }; }
209
 
 
210
 
  # Don't try to exec as it changes $[0], causing all sort of problems
211
 
  # (the dirname of $[0] is not the place where we might find the
212
 
  # original and so on.  Autoconf is especially sensitive to this).
213
 
  . "./$as_me.lineno"
214
 
  # Exit status is that of the last command.
215
 
  exit
216
 
}
217
 
 
218
 
 
219
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220
 
  as_dirname=dirname
221
 
else
222
 
  as_dirname=false
223
 
fi
224
 
 
225
 
ECHO_C= ECHO_N= ECHO_T=
226
 
case `echo -n x` in
227
 
-n*)
228
 
  case `echo 'x\c'` in
229
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
230
 
  *)   ECHO_C='\c';;
231
 
  esac;;
232
 
*)
233
 
  ECHO_N='-n';;
234
 
esac
235
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
236
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
237
 
  as_expr=expr
238
 
else
239
 
  as_expr=false
240
 
fi
241
 
 
242
 
rm -f conf$$ conf$$.exe conf$$.file
243
 
if test -d conf$$.dir; then
244
 
  rm -f conf$$.dir/conf$$.file
245
 
else
246
 
  rm -f conf$$.dir
247
 
  mkdir conf$$.dir 2>/dev/null
248
 
fi
249
 
if (echo >conf$$.file) 2>/dev/null; then
250
 
  if ln -s conf$$.file conf$$ 2>/dev/null; then
251
 
    as_ln_s='ln -s'
252
 
    # ... but there are two gotchas:
253
 
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254
 
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255
 
    # In both cases, we have to default to `cp -p'.
256
 
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257
 
      as_ln_s='cp -p'
258
 
  elif ln conf$$.file conf$$ 2>/dev/null; then
259
 
    as_ln_s=ln
260
 
  else
261
 
    as_ln_s='cp -p'
262
 
  fi
263
 
else
264
 
  as_ln_s='cp -p'
265
 
fi
266
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267
 
rmdir conf$$.dir 2>/dev/null
268
 
 
269
 
if mkdir -p . 2>/dev/null; then
270
 
  as_mkdir_p=:
271
 
else
272
 
  test -d ./-p && rmdir ./-p
273
 
  as_mkdir_p=false
274
 
fi
275
 
 
276
 
if test -x / >/dev/null 2>&1; then
277
 
  as_test_x='test -x'
278
 
else
279
 
  if ls -dL / >/dev/null 2>&1; then
280
 
    as_ls_L_option=L
281
 
  else
282
 
    as_ls_L_option=
283
 
  fi
284
 
  as_test_x='
285
 
    eval sh -c '\''
286
 
      if test -d "$1"; then
287
 
        test -d "$1/.";
288
 
      else
289
 
        case $1 in
290
 
        -*)set "./$1";;
291
 
        esac;
292
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293
 
        ???[sx]*):;;*)false;;esac;fi
294
 
    '\'' sh
295
 
  '
296
 
fi
297
 
as_executable_p=$as_test_x
298
 
 
299
 
# Sed expression to map a string onto a valid CPP name.
300
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
301
 
 
302
 
# Sed expression to map a string onto a valid variable name.
303
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
 
 
305
 
 
306
 
exec 6>&1
307
 
 
308
 
# Save the log message, to keep $[0] and so on meaningful, and to
309
 
# report actual input values of CONFIG_FILES etc. instead of their
310
 
# values after options handling.
311
 
ac_log="
312
 
This file was extended by alarmclock $as_me 1.0, which was
313
 
generated by GNU Autoconf 2.63.  Invocation command line was
314
 
 
315
 
  CONFIG_FILES    = $CONFIG_FILES
316
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
317
 
  CONFIG_LINKS    = $CONFIG_LINKS
318
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
319
 
  $ $0 $@
320
 
 
321
 
on `(hostname || uname -n) 2>/dev/null | sed 1q`
322
 
"
323
 
 
324
 
# Files that config.status was made for.
325
 
config_files=" po/Makefile.in Makefile src/Makefile"
326
 
config_headers=" config.h"
327
 
config_commands=" depfiles default-1 libtool po/stamp-it"
328
 
 
329
 
ac_cs_usage="\
330
 
\`$as_me' instantiates files from templates according to the
331
 
current configuration.
332
 
 
333
 
Usage: $0 [OPTION]... [FILE]...
334
 
 
335
 
  -h, --help       print this help, then exit
336
 
  -V, --version    print version number and configuration settings, then exit
337
 
  -q, --quiet, --silent
338
 
                   do not print progress messages
339
 
  -d, --debug      don't remove temporary files
340
 
      --recheck    update $as_me by reconfiguring in the same conditions
341
 
      --file=FILE[:TEMPLATE]
342
 
                   instantiate the configuration file FILE
343
 
      --header=FILE[:TEMPLATE]
344
 
                   instantiate the configuration header FILE
345
 
 
346
 
Configuration files:
347
 
$config_files
348
 
 
349
 
Configuration headers:
350
 
$config_headers
351
 
 
352
 
Configuration commands:
353
 
$config_commands
354
 
 
355
 
Report bugs to <bug-autoconf@gnu.org>."
356
 
 
357
 
ac_cs_version="\
358
 
alarmclock config.status 1.0
359
 
configured by ./configure, generated by GNU Autoconf 2.63,
360
 
  with options \"'--enable-maintainer-mode'\"
361
 
 
362
 
Copyright (C) 2008 Free Software Foundation, Inc.
363
 
This config.status script is free software; the Free Software Foundation
364
 
gives unlimited permission to copy, distribute and modify it."
365
 
 
366
 
ac_pwd='/home/tommy/Pulpit/alarm-clock-1.2.3'
367
 
srcdir='.'
368
 
INSTALL='/usr/bin/install -c'
369
 
MKDIR_P='/bin/mkdir -p'
370
 
AWK='gawk'
371
 
test -n "$AWK" || AWK=awk
372
 
# The default lists apply if the user does not specify any file.
373
 
ac_need_defaults=:
374
 
while test $# != 0
375
 
do
376
 
  case $1 in
377
 
  --*=*)
378
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
379
 
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380
 
    ac_shift=:
381
 
    ;;
382
 
  *)
383
 
    ac_option=$1
384
 
    ac_optarg=$2
385
 
    ac_shift=shift
386
 
    ;;
387
 
  esac
388
 
 
389
 
  case $ac_option in
390
 
  # Handling of the options.
391
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392
 
    ac_cs_recheck=: ;;
393
 
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394
 
    $as_echo "$ac_cs_version"; exit ;;
395
 
  --debug | --debu | --deb | --de | --d | -d )
396
 
    debug=: ;;
397
 
  --file | --fil | --fi | --f )
398
 
    $ac_shift
399
 
    case $ac_optarg in
400
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401
 
    esac
402
 
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403
 
    ac_need_defaults=false;;
404
 
  --header | --heade | --head | --hea )
405
 
    $ac_shift
406
 
    case $ac_optarg in
407
 
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408
 
    esac
409
 
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410
 
    ac_need_defaults=false;;
411
 
  --he | --h)
412
 
    # Conflict between --help and --header
413
 
    { $as_echo "$as_me: error: ambiguous option: $1
414
 
Try \`$0 --help' for more information." >&2
415
 
   { (exit 1); exit 1; }; };;
416
 
  --help | --hel | -h )
417
 
    $as_echo "$ac_cs_usage"; exit ;;
418
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
420
 
    ac_cs_silent=: ;;
421
 
 
422
 
  # This is an error.
423
 
  -*) { $as_echo "$as_me: error: unrecognized option: $1
424
 
Try \`$0 --help' for more information." >&2
425
 
   { (exit 1); exit 1; }; } ;;
426
 
 
427
 
  *) ac_config_targets="$ac_config_targets $1"
428
 
     ac_need_defaults=false ;;
429
 
 
430
 
  esac
431
 
  shift
432
 
done
433
 
 
434
 
ac_configure_extra_args=
435
 
 
436
 
if $ac_cs_silent; then
437
 
  exec 6>/dev/null
438
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
439
 
fi
440
 
 
441
 
if $ac_cs_recheck; then
442
 
  set X '/bin/sh' './configure'  '--enable-maintainer-mode' $ac_configure_extra_args --no-create --no-recursion
443
 
  shift
444
 
  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
445
 
  CONFIG_SHELL='/bin/sh'
446
 
  export CONFIG_SHELL
447
 
  exec "$@"
448
 
fi
449
 
 
450
 
exec 5>>config.log
451
 
{
452
 
  echo
453
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454
 
## Running $as_me. ##
455
 
_ASBOX
456
 
  $as_echo "$ac_log"
457
 
} >&5
458
 
 
459
 
#
460
 
# INIT-COMMANDS
461
 
#
462
 
AMDEP_TRUE="" ac_aux_dir="."
463
 
 
464
 
 
465
 
 
466
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
467
 
# if CDPATH is set.
468
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
469
 
 
470
 
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
471
 
double_quote_subst='s/\(["`\\]\)/\\\1/g'
472
 
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
473
 
macro_version='2.2.6'
474
 
macro_revision='1.3012'
475
 
enable_shared='yes'
476
 
enable_static='yes'
477
 
pic_mode='default'
478
 
enable_fast_install='yes'
479
 
host_alias=''
480
 
host='i686-pc-linux-gnu'
481
 
host_os='linux-gnu'
482
 
build_alias=''
483
 
build='i686-pc-linux-gnu'
484
 
build_os='linux-gnu'
485
 
SED='/bin/sed'
486
 
Xsed='/bin/sed -e 1s/^X//'
487
 
GREP='/bin/grep'
488
 
EGREP='/bin/grep -E'
489
 
FGREP='/bin/grep -F'
490
 
LD='/usr/bin/ld'
491
 
NM='/usr/bin/nm -B'
492
 
LN_S='ln -s'
493
 
max_cmd_len='1966080'
494
 
ac_objext='o'
495
 
exeext=''
496
 
lt_unset='unset'
497
 
lt_SP2NL='tr \040 \012'
498
 
lt_NL2SP='tr \015\012 \040\040'
499
 
reload_flag=' -r'
500
 
reload_cmds='$LD$reload_flag -o $output$reload_objs'
501
 
OBJDUMP='objdump'
502
 
deplibs_check_method='pass_all'
503
 
file_magic_cmd='$MAGIC_CMD'
504
 
AR='ar'
505
 
AR_FLAGS='cru'
506
 
STRIP='strip'
507
 
RANLIB='ranlib'
508
 
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
509
 
old_postuninstall_cmds=''
510
 
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
511
 
CC='gcc'
512
 
CFLAGS='-g -O2'
513
 
compiler='gcc'
514
 
GCC='yes'
515
 
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
516
 
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
517
 
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
518
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
519
 
objdir='.libs'
520
 
SHELL='/bin/sh'
521
 
ECHO='echo'
522
 
MAGIC_CMD='file'
523
 
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
524
 
lt_prog_compiler_wl='-Wl,'
525
 
lt_prog_compiler_pic=' -fPIC -DPIC'
526
 
lt_prog_compiler_static=''
527
 
lt_cv_prog_compiler_c_o='yes'
528
 
need_locks='no'
529
 
DSYMUTIL=''
530
 
NMEDIT=''
531
 
LIPO=''
532
 
OTOOL=''
533
 
OTOOL64=''
534
 
libext='a'
535
 
shrext_cmds='.so'
536
 
extract_expsyms_cmds=''
537
 
archive_cmds_need_lc='no'
538
 
enable_shared_with_static_runtimes='no'
539
 
export_dynamic_flag_spec='${wl}--export-dynamic'
540
 
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
541
 
compiler_needs_object='no'
542
 
old_archive_from_new_cmds=''
543
 
old_archive_from_expsyms_cmds=''
544
 
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
545
 
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
546
 
            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
547
 
            echo "local: *; };" >> $output_objdir/$libname.ver~
548
 
            $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
549
 
module_cmds=''
550
 
module_expsym_cmds=''
551
 
with_gnu_ld='yes'
552
 
allow_undefined_flag=''
553
 
no_undefined_flag=''
554
 
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
555
 
hardcode_libdir_flag_spec_ld=''
556
 
hardcode_libdir_separator=''
557
 
hardcode_direct='no'
558
 
hardcode_direct_absolute='no'
559
 
hardcode_minus_L='no'
560
 
hardcode_shlibpath_var='unsupported'
561
 
hardcode_automatic='no'
562
 
inherit_rpath='no'
563
 
link_all_deplibs='unknown'
564
 
fix_srcfile_path=''
565
 
always_export_symbols='no'
566
 
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
567
 
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
568
 
include_expsyms=''
569
 
prelink_cmds=''
570
 
file_list_spec=''
571
 
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
572
 
need_lib_prefix='no'
573
 
need_version='no'
574
 
version_type='linux'
575
 
runpath_var='LD_RUN_PATH'
576
 
shlibpath_var='LD_LIBRARY_PATH'
577
 
shlibpath_overrides_runpath='no'
578
 
libname_spec='lib$name'
579
 
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
580
 
soname_spec='${libname}${release}${shared_ext}$major'
581
 
postinstall_cmds=''
582
 
postuninstall_cmds=''
583
 
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
584
 
finish_eval=''
585
 
hardcode_into_libs='yes'
586
 
sys_lib_search_path_spec='/usr/lib/gcc/i586-redhat-linux/4.4.1 /usr/lib /lib'
587
 
sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib/qt-3.3/lib /usr/lib/xulrunner-1.9.1 '
588
 
hardcode_action='immediate'
589
 
enable_dlopen='unknown'
590
 
enable_dlopen_self='unknown'
591
 
enable_dlopen_self_static='unknown'
592
 
old_striplib='strip --strip-debug'
593
 
striplib='strip --strip-unneeded'
594
 
 
595
 
LTCC='gcc'
596
 
LTCFLAGS='-g -O2'
597
 
compiler='gcc'
598
 
 
599
 
# Quote evaled strings.
600
 
for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
601
 
    case `eval \\$ECHO "X\\$$var"` in
602
 
    *[\\\`\"\$]*)
603
 
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
604
 
      ;;
605
 
    *)
606
 
      eval "lt_$var=\\\"\$$var\\\""
607
 
      ;;
608
 
    esac
609
 
done
610
 
 
611
 
# Double-quote double-evaled strings.
612
 
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
613
 
    case `eval \\$ECHO "X\\$$var"` in
614
 
    *[\\\`\"\$]*)
615
 
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
616
 
      ;;
617
 
    *)
618
 
      eval "lt_$var=\\\"\$$var\\\""
619
 
      ;;
620
 
    esac
621
 
done
622
 
 
623
 
# Fix-up fallback echo if it was mangled by the above quoting rules.
624
 
case $lt_ECHO in
625
 
*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
626
 
  ;;
627
 
esac
628
 
 
629
 
ac_aux_dir='.'
630
 
xsi_shell='yes'
631
 
lt_shell_append='yes'
632
 
 
633
 
# See if we are running on zsh, and set the options which allow our
634
 
# commands through without removal of \ escapes INIT.
635
 
if test -n "${ZSH_VERSION+set}" ; then
636
 
   setopt NO_GLOB_SUBST
637
 
fi
638
 
 
639
 
 
640
 
    PACKAGE='alarmclock'
641
 
    VERSION='1.0'
642
 
    TIMESTAMP=''
643
 
    RM='rm -f'
644
 
    ofile='libtool'
645
 
 
646
 
 
647
 
 
648
 
 
649
 
 
650
 
# Handling of arguments.
651
 
for ac_config_target in $ac_config_targets
652
 
do
653
 
  case $ac_config_target in
654
 
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
655
 
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
656
 
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
657
 
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
658
 
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
659
 
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
660
 
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
661
 
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
662
 
 
663
 
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
664
 
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
665
 
   { (exit 1); exit 1; }; };;
666
 
  esac
667
 
done
668
 
 
669
 
 
670
 
# If the user did not use the arguments to specify the items to instantiate,
671
 
# then the envvar interface is used.  Set only those that are not.
672
 
# We use the long form for the default assignment because of an extremely
673
 
# bizarre bug on SunOS 4.1.3.
674
 
if $ac_need_defaults; then
675
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
676
 
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
677
 
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
678
 
fi
679
 
 
680
 
# Have a temporary directory for convenience.  Make it in the build tree
681
 
# simply because there is no reason against having it here, and in addition,
682
 
# creating and moving files from /tmp can sometimes cause problems.
683
 
# Hook for its removal unless debugging.
684
 
# Note that there is a small window in which the directory will not be cleaned:
685
 
# after its creation but before its name has been assigned to `$tmp'.
686
 
$debug ||
687
 
{
688
 
  tmp=
689
 
  trap 'exit_status=$?
690
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
691
 
' 0
692
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
693
 
}
694
 
# Create a (secure) tmp directory for tmp files.
695
 
 
696
 
{
697
 
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
698
 
  test -n "$tmp" && test -d "$tmp"
699
 
}  ||
700
 
{
701
 
  tmp=./conf$$-$RANDOM
702
 
  (umask 077 && mkdir "$tmp")
703
 
} ||
704
 
{
705
 
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
706
 
   { (exit 1); exit 1; }
707
 
}
708
 
 
709
 
# Set up the scripts for CONFIG_FILES section.
710
 
# No need to generate them if there are no CONFIG_FILES.
711
 
# This happens for instance with `./config.status config.h'.
712
 
if test -n "$CONFIG_FILES"; then
713
 
 
714
 
 
715
 
ac_cr='
 
 
b"'"
716
 
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
717
 
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
718
 
  ac_cs_awk_cr='\\r'
719
 
else
720
 
  ac_cs_awk_cr=$ac_cr
721
 
fi
722
 
 
723
 
echo 'BEGIN {' >"$tmp/subs1.awk" &&
724
 
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
725
 
S["am__EXEEXT_FALSE"]=""
726
 
S["am__EXEEXT_TRUE"]="#"
727
 
S["LTLIBOBJS"]=""
728
 
S["LIBOBJS"]=""
729
 
S["ALARMCLOCK_LIBS"]="-pthread -L/lib -lgstreamer-0.10 -lgthread-2.0 -lrt -lxml2 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lg"\
730
 
"dk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lglib-2.0  "
731
 
S["ALARMCLOCK_CFLAGS"]="-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-"\
732
 
"2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/includ"\
733
 
"e/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  "
734
 
S["PKG_CONFIG"]="/usr/bin/pkg-config"
735
 
S["OTOOL64"]=""
736
 
S["OTOOL"]=""
737
 
S["LIPO"]=""
738
 
S["NMEDIT"]=""
739
 
S["DSYMUTIL"]=""
740
 
S["lt_ECHO"]="echo"
741
 
S["RANLIB"]="ranlib"
742
 
S["AR"]="ar"
743
 
S["OBJDUMP"]="objdump"
744
 
S["LN_S"]="ln -s"
745
 
S["NM"]="/usr/bin/nm -B"
746
 
S["ac_ct_DUMPBIN"]=""
747
 
S["DUMPBIN"]=""
748
 
S["LD"]="/usr/bin/ld"
749
 
S["FGREP"]="/bin/grep -F"
750
 
S["SED"]="/bin/sed"
751
 
S["host_os"]="linux-gnu"
752
 
S["host_vendor"]="pc"
753
 
S["host_cpu"]="i686"
754
 
S["host"]="i686-pc-linux-gnu"
755
 
S["build_os"]="linux-gnu"
756
 
S["build_vendor"]="pc"
757
 
S["build_cpu"]="i686"
758
 
S["build"]="i686-pc-linux-gnu"
759
 
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
760
 
S["ALL_LINGUAS"]=""
761
 
S["INTLTOOL_PERL"]="/usr/bin/perl"
762
 
S["MSGMERGE"]="/usr/bin/msgmerge"
763
 
S["INTLTOOL_POLICY_RULE"]="%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
764
 
"erge-cache $(top_srcdir)/po $< $@"
765
 
S["INTLTOOL_SERVICE_RULE"]="%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-mer"\
766
 
"ge-cache $(top_srcdir)/po $< $@"
767
 
S["INTLTOOL_THEME_RULE"]="%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
768
 
"erge-cache $(top_srcdir)/po $< $@"
769
 
S["INTLTOOL_SCHEMAS_RULE"]="%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-m"\
770
 
"erge-cache $(top_srcdir)/po $< $@"
771
 
S["INTLTOOL_CAVES_RULE"]="%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
772
 
"erge-cache $(top_srcdir)/po $< $@"
773
 
S["INTLTOOL_XML_NOMERGE_RULE"]="%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@"
774
 
S["INTLTOOL_XML_RULE"]="%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
775
 
"erge-cache $(top_srcdir)/po $< $@"
776
 
S["INTLTOOL_KBD_RULE"]="%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltoo"\
777
 
"l-merge-cache $(top_srcdir)/po $< $@"
778
 
S["INTLTOOL_XAM_RULE"]="%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
779
 
"erge-cache $(top_srcdir)/po $< $@"
780
 
S["INTLTOOL_UI_RULE"]="%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
781
 
"erge-cache $(top_srcdir)/po $< $@"
782
 
S["INTLTOOL_SOUNDLIST_RULE"]="%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
783
 
"erge-cache $(top_srcdir)/po $< $@"
784
 
S["INTLTOOL_SHEET_RULE"]="%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
785
 
"erge-cache $(top_srcdir)/po $< $@"
786
 
S["INTLTOOL_SERVER_RULE"]="%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-m"\
787
 
"erge-cache $(top_srcdir)/po $< $@"
788
 
S["INTLTOOL_PONG_RULE"]="%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-m"\
789
 
"erge-cache $(top_srcdir)/po $< $@"
790
 
S["INTLTOOL_OAF_RULE"]="%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@"
791
 
S["INTLTOOL_PROP_RULE"]="%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
792
 
"erge-cache $(top_srcdir)/po $< $@"
793
 
S["INTLTOOL_KEYS_RULE"]="%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-m"\
794
 
"erge-cache $(top_srcdir)/po $< $@"
795
 
S["INTLTOOL_DIRECTORY_RULE"]="%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
796
 
"erge-cache $(top_srcdir)/po $< $@"
797
 
S["INTLTOOL_DESKTOP_RULE"]="%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-m"\
798
 
"erge-cache $(top_srcdir)/po $< $@"
799
 
S["INTLTOOL_EXTRACT"]="/usr/bin/intltool-extract"
800
 
S["INTLTOOL_MERGE"]="/usr/bin/intltool-merge"
801
 
S["INTLTOOL_UPDATE"]="/usr/bin/intltool-update"
802
 
S["MKINSTALLDIRS"]="./mkinstalldirs"
803
 
S["POSUB"]="po"
804
 
S["POFILES"]=""
805
 
S["PO_IN_DATADIR_FALSE"]=""
806
 
S["PO_IN_DATADIR_TRUE"]=""
807
 
S["INTLLIBS"]=""
808
 
S["INSTOBJEXT"]=".mo"
809
 
S["GMOFILES"]=""
810
 
S["DATADIRNAME"]="share"
811
 
S["CATOBJEXT"]=".gmo"
812
 
S["CATALOGS"]=""
813
 
S["XGETTEXT"]="/usr/bin/xgettext"
814
 
S["GMSGFMT"]="/usr/bin/msgfmt"
815
 
S["MSGFMT_OPTS"]="-c"
816
 
S["MSGFMT"]="/usr/bin/msgfmt"
817
 
S["USE_NLS"]="yes"
818
 
S["GETTEXT_PACKAGE"]="alarmclock"
819
 
S["EGREP"]="/bin/grep -E"
820
 
S["GREP"]="/bin/grep"
821
 
S["CPP"]="gcc -E"
822
 
S["am__fastdepCC_FALSE"]="#"
823
 
S["am__fastdepCC_TRUE"]=""
824
 
S["CCDEPMODE"]="depmode=gcc3"
825
 
S["AMDEPBACKSLASH"]="\\"
826
 
S["AMDEP_FALSE"]="#"
827
 
S["AMDEP_TRUE"]=""
828
 
S["am__quote"]=""
829
 
S["am__include"]="include"
830
 
S["DEPDIR"]=".deps"
831
 
S["OBJEXT"]="o"
832
 
S["EXEEXT"]=""
833
 
S["ac_ct_CC"]="gcc"
834
 
S["CPPFLAGS"]=""
835
 
S["LDFLAGS"]=""
836
 
S["CFLAGS"]="-g -O2"
837
 
S["CC"]="gcc"
838
 
S["MAINT"]=""
839
 
S["MAINTAINER_MODE_FALSE"]="#"
840
 
S["MAINTAINER_MODE_TRUE"]=""
841
 
S["am__untar"]="${AMTAR} xf -"
842
 
S["am__tar"]="${AMTAR} chof - \"$$tardir\""
843
 
S["AMTAR"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run tar"
844
 
S["am__leading_dot"]="."
845
 
S["SET_MAKE"]=""
846
 
S["AWK"]="gawk"
847
 
S["mkdir_p"]="/bin/mkdir -p"
848
 
S["MKDIR_P"]="/bin/mkdir -p"
849
 
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
850
 
S["STRIP"]="strip"
851
 
S["install_sh"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/install-sh"
852
 
S["MAKEINFO"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run makeinfo"
853
 
S["AUTOHEADER"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run autoheader"
854
 
S["AUTOMAKE"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run automake-1.11"
855
 
S["AUTOCONF"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run autoconf"
856
 
S["ACLOCAL"]="${SHELL} /home/tommy/Pulpit/alarm-clock-1.2.3/missing --run aclocal-1.11"
857
 
S["VERSION"]="1.0"
858
 
S["PACKAGE"]="alarmclock"
859
 
S["CYGPATH_W"]="echo"
860
 
S["am__isrc"]=""
861
 
S["INSTALL_DATA"]="${INSTALL} -m 644"
862
 
S["INSTALL_SCRIPT"]="${INSTALL}"
863
 
S["INSTALL_PROGRAM"]="${INSTALL}"
864
 
S["target_alias"]=""
865
 
S["host_alias"]=""
866
 
S["build_alias"]=""
867
 
S["LIBS"]=""
868
 
S["ECHO_T"]=""
869
 
S["ECHO_N"]="-n"
870
 
S["ECHO_C"]=""
871
 
S["DEFS"]="-DHAVE_CONFIG_H"
872
 
S["mandir"]="${datarootdir}/man"
873
 
S["localedir"]="${datarootdir}/locale"
874
 
S["libdir"]="${exec_prefix}/lib"
875
 
S["psdir"]="${docdir}"
876
 
S["pdfdir"]="${docdir}"
877
 
S["dvidir"]="${docdir}"
878
 
S["htmldir"]="${docdir}"
879
 
S["infodir"]="${datarootdir}/info"
880
 
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
881
 
S["oldincludedir"]="/usr/include"
882
 
S["includedir"]="${prefix}/include"
883
 
S["localstatedir"]="${prefix}/var"
884
 
S["sharedstatedir"]="${prefix}/com"
885
 
S["sysconfdir"]="${prefix}/etc"
886
 
S["datadir"]="${datarootdir}"
887
 
S["datarootdir"]="${prefix}/share"
888
 
S["libexecdir"]="${exec_prefix}/libexec"
889
 
S["sbindir"]="${exec_prefix}/sbin"
890
 
S["bindir"]="${exec_prefix}/bin"
891
 
S["program_transform_name"]="s,x,x,"
892
 
S["prefix"]="/usr/local"
893
 
S["exec_prefix"]="${prefix}"
894
 
S["PACKAGE_BUGREPORT"]=""
895
 
S["PACKAGE_STRING"]="alarmclock 1.0"
896
 
S["PACKAGE_VERSION"]="1.0"
897
 
S["PACKAGE_TARNAME"]="alarmclock"
898
 
S["PACKAGE_NAME"]="alarmclock"
899
 
S["PATH_SEPARATOR"]=":"
900
 
S["SHELL"]="/bin/sh"
901
 
_ACAWK
902
 
cat >>"$tmp/subs1.awk" <<_ACAWK &&
903
 
  for (key in S) S_is_set[key] = 1
904
 
  FS = ""
905
 
 
906
 
}
907
 
{
908
 
  line = $ 0
909
 
  nfields = split(line, field, "@")
910
 
  substed = 0
911
 
  len = length(field[1])
912
 
  for (i = 2; i < nfields; i++) {
913
 
    key = field[i]
914
 
    keylen = length(key)
915
 
    if (S_is_set[key]) {
916
 
      value = S[key]
917
 
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
918
 
      len += length(value) + length(field[++i])
919
 
      substed = 1
920
 
    } else
921
 
      len += 1 + keylen
922
 
  }
923
 
 
924
 
  print line
925
 
}
926
 
 
927
 
_ACAWK
928
 
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
929
 
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
930
 
else
931
 
  cat
932
 
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
933
 
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
934
 
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
935
 
   { (exit 1); exit 1; }; }
936
 
fi # test -n "$CONFIG_FILES"
937
 
 
938
 
# Set up the scripts for CONFIG_HEADERS section.
939
 
# No need to generate them if there are no CONFIG_HEADERS.
940
 
# This happens for instance with `./config.status Makefile'.
941
 
if test -n "$CONFIG_HEADERS"; then
942
 
cat >"$tmp/defines.awk" <<\_ACAWK ||
943
 
BEGIN {
944
 
D["PACKAGE_NAME"]=" \"alarmclock\""
945
 
D["PACKAGE_TARNAME"]=" \"alarmclock\""
946
 
D["PACKAGE_VERSION"]=" \"1.0\""
947
 
D["PACKAGE_STRING"]=" \"alarmclock 1.0\""
948
 
D["PACKAGE_BUGREPORT"]=" \"\""
949
 
D["PACKAGE"]=" \"alarmclock\""
950
 
D["VERSION"]=" \"1.0\""
951
 
D["STDC_HEADERS"]=" 1"
952
 
D["GETTEXT_PACKAGE"]=" \"alarmclock\""
953
 
D["HAVE_SYS_TYPES_H"]=" 1"
954
 
D["HAVE_SYS_STAT_H"]=" 1"
955
 
D["HAVE_STDLIB_H"]=" 1"
956
 
D["HAVE_STRING_H"]=" 1"
957
 
D["HAVE_MEMORY_H"]=" 1"
958
 
D["HAVE_STRINGS_H"]=" 1"
959
 
D["HAVE_INTTYPES_H"]=" 1"
960
 
D["HAVE_STDINT_H"]=" 1"
961
 
D["HAVE_UNISTD_H"]=" 1"
962
 
D["HAVE_LOCALE_H"]=" 1"
963
 
D["HAVE_LC_MESSAGES"]=" 1"
964
 
D["HAVE_BIND_TEXTDOMAIN_CODESET"]=" 1"
965
 
D["HAVE_GETTEXT"]=" 1"
966
 
D["HAVE_DCGETTEXT"]=" 1"
967
 
D["ENABLE_NLS"]=" 1"
968
 
D["HAVE_DLFCN_H"]=" 1"
969
 
D["LT_OBJDIR"]=" \".libs/\""
970
 
  for (key in D) D_is_set[key] = 1
971
 
  FS = ""
972
 
}
973
 
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
974
 
  line = $ 0
975
 
  split(line, arg, " ")
976
 
  if (arg[1] == "#") {
977
 
    defundef = arg[2]
978
 
    mac1 = arg[3]
979
 
  } else {
980
 
    defundef = substr(arg[1], 2)
981
 
    mac1 = arg[2]
982
 
  }
983
 
  split(mac1, mac2, "(") #)
984
 
  macro = mac2[1]
985
 
  prefix = substr(line, 1, index(line, defundef) - 1)
986
 
  if (D_is_set[macro]) {
987
 
    # Preserve the white space surrounding the "#".
988
 
    print prefix "define", macro P[macro] D[macro]
989
 
    next
990
 
  } else {
991
 
    # Replace #undef with comments.  This is necessary, for example,
992
 
    # in the case of _POSIX_SOURCE, which is predefined and required
993
 
    # on some systems where configure will not decide to define it.
994
 
    if (defundef == "undef") {
995
 
      print "/*", prefix defundef, macro, "*/"
996
 
      next
997
 
    }
998
 
  }
999
 
}
1000
 
{ print }
1001
 
_ACAWK
1002
 
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1003
 
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1004
 
   { (exit 1); exit 1; }; }
1005
 
fi # test -n "$CONFIG_HEADERS"
1006
 
 
1007
 
 
1008
 
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1009
 
shift
1010
 
for ac_tag
1011
 
do
1012
 
  case $ac_tag in
1013
 
  :[FHLC]) ac_mode=$ac_tag; continue;;
1014
 
  esac
1015
 
  case $ac_mode$ac_tag in
1016
 
  :[FHL]*:*);;
1017
 
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1018
 
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1019
 
   { (exit 1); exit 1; }; };;
1020
 
  :[FH]-) ac_tag=-:-;;
1021
 
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1022
 
  esac
1023
 
  ac_save_IFS=$IFS
1024
 
  IFS=:
1025
 
  set x $ac_tag
1026
 
  IFS=$ac_save_IFS
1027
 
  shift
1028
 
  ac_file=$1
1029
 
  shift
1030
 
 
1031
 
  case $ac_mode in
1032
 
  :L) ac_source=$1;;
1033
 
  :[FH])
1034
 
    ac_file_inputs=
1035
 
    for ac_f
1036
 
    do
1037
 
      case $ac_f in
1038
 
      -) ac_f="$tmp/stdin";;
1039
 
      *) # Look for the file first in the build tree, then in the source tree
1040
 
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
1041
 
         # because $ac_f cannot contain `:'.
1042
 
         test -f "$ac_f" ||
1043
 
           case $ac_f in
1044
 
           [\\/$]*) false;;
1045
 
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1046
 
           esac ||
1047
 
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1048
 
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1049
 
   { (exit 1); exit 1; }; };;
1050
 
      esac
1051
 
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1052
 
      ac_file_inputs="$ac_file_inputs '$ac_f'"
1053
 
    done
1054
 
 
1055
 
    # Let's still pretend it is `configure' which instantiates (i.e., don't
1056
 
    # use $as_me), people would be surprised to read:
1057
 
    #    /* config.h.  Generated by config.status.  */
1058
 
    configure_input='Generated from '`
1059
 
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1060
 
        `' by configure.'
1061
 
    if test x"$ac_file" != x-; then
1062
 
      configure_input="$ac_file.  $configure_input"
1063
 
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1064
 
$as_echo "$as_me: creating $ac_file" >&6;}
1065
 
    fi
1066
 
    # Neutralize special characters interpreted by sed in replacement strings.
1067
 
    case $configure_input in #(
1068
 
    *\&* | *\|* | *\\* )
1069
 
       ac_sed_conf_input=`$as_echo "$configure_input" |
1070
 
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1071
 
    *) ac_sed_conf_input=$configure_input;;
1072
 
    esac
1073
 
 
1074
 
    case $ac_tag in
1075
 
    *:-:* | *:-) cat >"$tmp/stdin" \
1076
 
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1077
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1078
 
   { (exit 1); exit 1; }; } ;;
1079
 
    esac
1080
 
    ;;
1081
 
  esac
1082
 
 
1083
 
  ac_dir=`$as_dirname -- "$ac_file" ||
1084
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1085
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
1086
 
         X"$ac_file" : 'X\(//\)$' \| \
1087
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1088
 
$as_echo X"$ac_file" |
1089
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1090
 
            s//\1/
1091
 
            q
1092
 
          }
1093
 
          /^X\(\/\/\)[^/].*/{
1094
 
            s//\1/
1095
 
            q
1096
 
          }
1097
 
          /^X\(\/\/\)$/{
1098
 
            s//\1/
1099
 
            q
1100
 
          }
1101
 
          /^X\(\/\).*/{
1102
 
            s//\1/
1103
 
            q
1104
 
          }
1105
 
          s/.*/./; q'`
1106
 
  { as_dir="$ac_dir"
1107
 
  case $as_dir in #(
1108
 
  -*) as_dir=./$as_dir;;
1109
 
  esac
1110
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1111
 
    as_dirs=
1112
 
    while :; do
1113
 
      case $as_dir in #(
1114
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1115
 
      *) as_qdir=$as_dir;;
1116
 
      esac
1117
 
      as_dirs="'$as_qdir' $as_dirs"
1118
 
      as_dir=`$as_dirname -- "$as_dir" ||
1119
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1120
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1121
 
         X"$as_dir" : 'X\(//\)$' \| \
1122
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1123
 
$as_echo X"$as_dir" |
1124
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1125
 
            s//\1/
1126
 
            q
1127
 
          }
1128
 
          /^X\(\/\/\)[^/].*/{
1129
 
            s//\1/
1130
 
            q
1131
 
          }
1132
 
          /^X\(\/\/\)$/{
1133
 
            s//\1/
1134
 
            q
1135
 
          }
1136
 
          /^X\(\/\).*/{
1137
 
            s//\1/
1138
 
            q
1139
 
          }
1140
 
          s/.*/./; q'`
1141
 
      test -d "$as_dir" && break
1142
 
    done
1143
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1144
 
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1145
 
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1146
 
   { (exit 1); exit 1; }; }; }
1147
 
  ac_builddir=.
1148
 
 
1149
 
case "$ac_dir" in
1150
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1151
 
*)
1152
 
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1153
 
  # A ".." for each directory in $ac_dir_suffix.
1154
 
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1155
 
  case $ac_top_builddir_sub in
1156
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1157
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1158
 
  esac ;;
1159
 
esac
1160
 
ac_abs_top_builddir=$ac_pwd
1161
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1162
 
# for backward compatibility:
1163
 
ac_top_builddir=$ac_top_build_prefix
1164
 
 
1165
 
case $srcdir in
1166
 
  .)  # We are building in place.
1167
 
    ac_srcdir=.
1168
 
    ac_top_srcdir=$ac_top_builddir_sub
1169
 
    ac_abs_top_srcdir=$ac_pwd ;;
1170
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
1171
 
    ac_srcdir=$srcdir$ac_dir_suffix;
1172
 
    ac_top_srcdir=$srcdir
1173
 
    ac_abs_top_srcdir=$srcdir ;;
1174
 
  *) # Relative name.
1175
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1176
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1177
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1178
 
esac
1179
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1180
 
 
1181
 
 
1182
 
  case $ac_mode in
1183
 
  :F)
1184
 
  #
1185
 
  # CONFIG_FILE
1186
 
  #
1187
 
 
1188
 
  case $INSTALL in
1189
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1190
 
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1191
 
  esac
1192
 
  ac_MKDIR_P=$MKDIR_P
1193
 
  case $MKDIR_P in
1194
 
  [\\/$]* | ?:[\\/]* ) ;;
1195
 
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1196
 
  esac
1197
 
# If the template does not know about datarootdir, expand it.
1198
 
# FIXME: This hack should be removed a few years after 2.60.
1199
 
ac_datarootdir_hack=; ac_datarootdir_seen=
1200
 
 
1201
 
ac_sed_dataroot='
1202
 
/datarootdir/ {
1203
 
  p
1204
 
  q
1205
 
}
1206
 
/@datadir@/p
1207
 
/@docdir@/p
1208
 
/@infodir@/p
1209
 
/@localedir@/p
1210
 
/@mandir@/p
1211
 
'
1212
 
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1213
 
*datarootdir*) ac_datarootdir_seen=yes;;
1214
 
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1215
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1216
 
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1217
 
  ac_datarootdir_hack='
1218
 
  s&@datadir@&${datarootdir}&g
1219
 
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1220
 
  s&@infodir@&${datarootdir}/info&g
1221
 
  s&@localedir@&${datarootdir}/locale&g
1222
 
  s&@mandir@&${datarootdir}/man&g
1223
 
    s&\${datarootdir}&${prefix}/share&g' ;;
1224
 
esac
1225
 
ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1226
 
s/:*\$(srcdir):*/:/
1227
 
s/:*\${srcdir}:*/:/
1228
 
s/:*@srcdir@:*/:/
1229
 
s/^\([^=]*=[     ]*\):*/\1/
1230
 
s/:*$//
1231
 
s/^[^=]*=[       ]*$//
1232
 
}
1233
 
 
1234
 
:t
1235
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1236
 
s|@configure_input@|$ac_sed_conf_input|;t t
1237
 
s&@top_builddir@&$ac_top_builddir_sub&;t t
1238
 
s&@top_build_prefix@&$ac_top_build_prefix&;t t
1239
 
s&@srcdir@&$ac_srcdir&;t t
1240
 
s&@abs_srcdir@&$ac_abs_srcdir&;t t
1241
 
s&@top_srcdir@&$ac_top_srcdir&;t t
1242
 
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1243
 
s&@builddir@&$ac_builddir&;t t
1244
 
s&@abs_builddir@&$ac_abs_builddir&;t t
1245
 
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1246
 
s&@INSTALL@&$ac_INSTALL&;t t
1247
 
s&@MKDIR_P@&$ac_MKDIR_P&;t t
1248
 
$ac_datarootdir_hack
1249
 
"
1250
 
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1251
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1252
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1253
 
   { (exit 1); exit 1; }; }
1254
 
 
1255
 
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1256
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1257
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1258
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1259
 
which seems to be undefined.  Please make sure it is defined." >&5
1260
 
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1261
 
which seems to be undefined.  Please make sure it is defined." >&2;}
1262
 
 
1263
 
  rm -f "$tmp/stdin"
1264
 
  case $ac_file in
1265
 
  -) cat "$tmp/out" && rm -f "$tmp/out";;
1266
 
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1267
 
  esac \
1268
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1269
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1270
 
   { (exit 1); exit 1; }; }
1271
 
 ;;
1272
 
  :H)
1273
 
  #
1274
 
  # CONFIG_HEADER
1275
 
  #
1276
 
  if test x"$ac_file" != x-; then
1277
 
    {
1278
 
      $as_echo "/* $configure_input  */" \
1279
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1280
 
    } >"$tmp/config.h" \
1281
 
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1282
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1283
 
   { (exit 1); exit 1; }; }
1284
 
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1285
 
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1286
 
$as_echo "$as_me: $ac_file is unchanged" >&6;}
1287
 
    else
1288
 
      rm -f "$ac_file"
1289
 
      mv "$tmp/config.h" "$ac_file" \
1290
 
        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1291
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1292
 
   { (exit 1); exit 1; }; }
1293
 
    fi
1294
 
  else
1295
 
    $as_echo "/* $configure_input  */" \
1296
 
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1297
 
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1298
 
$as_echo "$as_me: error: could not create -" >&2;}
1299
 
   { (exit 1); exit 1; }; }
1300
 
  fi
1301
 
# Compute "$ac_file"'s index in $config_headers.
1302
 
_am_arg="$ac_file"
1303
 
_am_stamp_count=1
1304
 
for _am_header in $config_headers :; do
1305
 
  case $_am_header in
1306
 
    $_am_arg | $_am_arg:* )
1307
 
      break ;;
1308
 
    * )
1309
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1310
 
  esac
1311
 
done
1312
 
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1313
 
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1314
 
         X"$_am_arg" : 'X\(//\)[^/]' \| \
1315
 
         X"$_am_arg" : 'X\(//\)$' \| \
1316
 
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1317
 
$as_echo X"$_am_arg" |
1318
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1319
 
            s//\1/
1320
 
            q
1321
 
          }
1322
 
          /^X\(\/\/\)[^/].*/{
1323
 
            s//\1/
1324
 
            q
1325
 
          }
1326
 
          /^X\(\/\/\)$/{
1327
 
            s//\1/
1328
 
            q
1329
 
          }
1330
 
          /^X\(\/\).*/{
1331
 
            s//\1/
1332
 
            q
1333
 
          }
1334
 
          s/.*/./; q'`/stamp-h$_am_stamp_count
1335
 
 ;;
1336
 
 
1337
 
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1338
 
$as_echo "$as_me: executing $ac_file commands" >&6;}
1339
 
 ;;
1340
 
  esac
1341
 
 
1342
 
 
1343
 
  case $ac_file$ac_mode in
1344
 
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1345
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1346
 
  # are listed without --file.  Let's play safe and only enable the eval
1347
 
  # if we detect the quoting.
1348
 
  case $CONFIG_FILES in
1349
 
  *\'*) eval set x "$CONFIG_FILES" ;;
1350
 
  *)   set x $CONFIG_FILES ;;
1351
 
  esac
1352
 
  shift
1353
 
  for mf
1354
 
  do
1355
 
    # Strip MF so we end up with the name of the file.
1356
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
1357
 
    # Check whether this is an Automake generated Makefile or not.
1358
 
    # We used to match only the files named `Makefile.in', but
1359
 
    # some people rename them; so instead we look at the file content.
1360
 
    # Grep'ing the first line is not enough: some people post-process
1361
 
    # each Makefile.in and add a new line on top of each file to say so.
1362
 
    # Grep'ing the whole file is not good either: AIX grep has a line
1363
 
    # limit of 2048, but all sed's we know have understand at least 4000.
1364
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1365
 
      dirpart=`$as_dirname -- "$mf" ||
1366
 
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1367
 
         X"$mf" : 'X\(//\)[^/]' \| \
1368
 
         X"$mf" : 'X\(//\)$' \| \
1369
 
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1370
 
$as_echo X"$mf" |
1371
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1372
 
            s//\1/
1373
 
            q
1374
 
          }
1375
 
          /^X\(\/\/\)[^/].*/{
1376
 
            s//\1/
1377
 
            q
1378
 
          }
1379
 
          /^X\(\/\/\)$/{
1380
 
            s//\1/
1381
 
            q
1382
 
          }
1383
 
          /^X\(\/\).*/{
1384
 
            s//\1/
1385
 
            q
1386
 
          }
1387
 
          s/.*/./; q'`
1388
 
    else
1389
 
      continue
1390
 
    fi
1391
 
    # Extract the definition of DEPDIR, am__include, and am__quote
1392
 
    # from the Makefile without running `make'.
1393
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1394
 
    test -z "$DEPDIR" && continue
1395
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1396
 
    test -z "am__include" && continue
1397
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1398
 
    # When using ansi2knr, U may be empty or an underscore; expand it
1399
 
    U=`sed -n 's/^U = //p' < "$mf"`
1400
 
    # Find all dependency output files, they are included files with
1401
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1402
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
1403
 
    # expansion.
1404
 
    for file in `sed -n "
1405
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1406
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1407
 
      # Make sure the directory exists.
1408
 
      test -f "$dirpart/$file" && continue
1409
 
      fdir=`$as_dirname -- "$file" ||
1410
 
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1411
 
         X"$file" : 'X\(//\)[^/]' \| \
1412
 
         X"$file" : 'X\(//\)$' \| \
1413
 
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1414
 
$as_echo X"$file" |
1415
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1416
 
            s//\1/
1417
 
            q
1418
 
          }
1419
 
          /^X\(\/\/\)[^/].*/{
1420
 
            s//\1/
1421
 
            q
1422
 
          }
1423
 
          /^X\(\/\/\)$/{
1424
 
            s//\1/
1425
 
            q
1426
 
          }
1427
 
          /^X\(\/\).*/{
1428
 
            s//\1/
1429
 
            q
1430
 
          }
1431
 
          s/.*/./; q'`
1432
 
      { as_dir=$dirpart/$fdir
1433
 
  case $as_dir in #(
1434
 
  -*) as_dir=./$as_dir;;
1435
 
  esac
1436
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1437
 
    as_dirs=
1438
 
    while :; do
1439
 
      case $as_dir in #(
1440
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1441
 
      *) as_qdir=$as_dir;;
1442
 
      esac
1443
 
      as_dirs="'$as_qdir' $as_dirs"
1444
 
      as_dir=`$as_dirname -- "$as_dir" ||
1445
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1446
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1447
 
         X"$as_dir" : 'X\(//\)$' \| \
1448
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1449
 
$as_echo X"$as_dir" |
1450
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1451
 
            s//\1/
1452
 
            q
1453
 
          }
1454
 
          /^X\(\/\/\)[^/].*/{
1455
 
            s//\1/
1456
 
            q
1457
 
          }
1458
 
          /^X\(\/\/\)$/{
1459
 
            s//\1/
1460
 
            q
1461
 
          }
1462
 
          /^X\(\/\).*/{
1463
 
            s//\1/
1464
 
            q
1465
 
          }
1466
 
          s/.*/./; q'`
1467
 
      test -d "$as_dir" && break
1468
 
    done
1469
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1470
 
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1471
 
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1472
 
   { (exit 1); exit 1; }; }; }
1473
 
      # echo "creating $dirpart/$file"
1474
 
      echo '# dummy' > "$dirpart/$file"
1475
 
    done
1476
 
  done
1477
 
}
1478
 
 ;;
1479
 
    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
1480
 
        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
1481
 
      esac ;;
1482
 
    "libtool":C)
1483
 
 
1484
 
    # See if we are running on zsh, and set the options which allow our
1485
 
    # commands through without removal of \ escapes.
1486
 
    if test -n "${ZSH_VERSION+set}" ; then
1487
 
      setopt NO_GLOB_SUBST
1488
 
    fi
1489
 
 
1490
 
    cfgfile="${ofile}T"
1491
 
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1492
 
    $RM "$cfgfile"
1493
 
 
1494
 
    cat <<_LT_EOF >> "$cfgfile"
1495
 
#! $SHELL
1496
 
 
1497
 
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1498
 
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1499
 
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1500
 
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1501
 
#
1502
 
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1503
 
#                 2006, 2007, 2008 Free Software Foundation, Inc.
1504
 
#   Written by Gordon Matzigkeit, 1996
1505
 
#
1506
 
#   This file is part of GNU Libtool.
1507
 
#
1508
 
# GNU Libtool is free software; you can redistribute it and/or
1509
 
# modify it under the terms of the GNU General Public License as
1510
 
# published by the Free Software Foundation; either version 2 of
1511
 
# the License, or (at your option) any later version.
1512
 
#
1513
 
# As a special exception to the GNU General Public License,
1514
 
# if you distribute this file as part of a program or library that
1515
 
# is built using GNU Libtool, you may include this file under the
1516
 
# same distribution terms that you use for the rest of that program.
1517
 
#
1518
 
# GNU Libtool is distributed in the hope that it will be useful,
1519
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1520
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1521
 
# GNU General Public License for more details.
1522
 
#
1523
 
# You should have received a copy of the GNU General Public License
1524
 
# along with GNU Libtool; see the file COPYING.  If not, a copy
1525
 
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1526
 
# obtained by writing to the Free Software Foundation, Inc.,
1527
 
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1528
 
 
1529
 
 
1530
 
# The names of the tagged configurations supported by this script.
1531
 
available_tags=""
1532
 
 
1533
 
# ### BEGIN LIBTOOL CONFIG
1534
 
 
1535
 
# Which release of libtool.m4 was used?
1536
 
macro_version=$macro_version
1537
 
macro_revision=$macro_revision
1538
 
 
1539
 
# Whether or not to build shared libraries.
1540
 
build_libtool_libs=$enable_shared
1541
 
 
1542
 
# Whether or not to build static libraries.
1543
 
build_old_libs=$enable_static
1544
 
 
1545
 
# What type of objects to build.
1546
 
pic_mode=$pic_mode
1547
 
 
1548
 
# Whether or not to optimize for fast installation.
1549
 
fast_install=$enable_fast_install
1550
 
 
1551
 
# The host system.
1552
 
host_alias=$host_alias
1553
 
host=$host
1554
 
host_os=$host_os
1555
 
 
1556
 
# The build system.
1557
 
build_alias=$build_alias
1558
 
build=$build
1559
 
build_os=$build_os
1560
 
 
1561
 
# A sed program that does not truncate output.
1562
 
SED=$lt_SED
1563
 
 
1564
 
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1565
 
Xsed="\$SED -e 1s/^X//"
1566
 
 
1567
 
# A grep program that handles long lines.
1568
 
GREP=$lt_GREP
1569
 
 
1570
 
# An ERE matcher.
1571
 
EGREP=$lt_EGREP
1572
 
 
1573
 
# A literal string matcher.
1574
 
FGREP=$lt_FGREP
1575
 
 
1576
 
# A BSD- or MS-compatible name lister.
1577
 
NM=$lt_NM
1578
 
 
1579
 
# Whether we need soft or hard links.
1580
 
LN_S=$lt_LN_S
1581
 
 
1582
 
# What is the maximum length of a command?
1583
 
max_cmd_len=$max_cmd_len
1584
 
 
1585
 
# Object file suffix (normally "o").
1586
 
objext=$ac_objext
1587
 
 
1588
 
# Executable file suffix (normally "").
1589
 
exeext=$exeext
1590
 
 
1591
 
# whether the shell understands "unset".
1592
 
lt_unset=$lt_unset
1593
 
 
1594
 
# turn spaces into newlines.
1595
 
SP2NL=$lt_lt_SP2NL
1596
 
 
1597
 
# turn newlines into spaces.
1598
 
NL2SP=$lt_lt_NL2SP
1599
 
 
1600
 
# How to create reloadable object files.
1601
 
reload_flag=$lt_reload_flag
1602
 
reload_cmds=$lt_reload_cmds
1603
 
 
1604
 
# An object symbol dumper.
1605
 
OBJDUMP=$lt_OBJDUMP
1606
 
 
1607
 
# Method to check whether dependent libraries are shared objects.
1608
 
deplibs_check_method=$lt_deplibs_check_method
1609
 
 
1610
 
# Command to use when deplibs_check_method == "file_magic".
1611
 
file_magic_cmd=$lt_file_magic_cmd
1612
 
 
1613
 
# The archiver.
1614
 
AR=$lt_AR
1615
 
AR_FLAGS=$lt_AR_FLAGS
1616
 
 
1617
 
# A symbol stripping program.
1618
 
STRIP=$lt_STRIP
1619
 
 
1620
 
# Commands used to install an old-style archive.
1621
 
RANLIB=$lt_RANLIB
1622
 
old_postinstall_cmds=$lt_old_postinstall_cmds
1623
 
old_postuninstall_cmds=$lt_old_postuninstall_cmds
1624
 
 
1625
 
# A C compiler.
1626
 
LTCC=$lt_CC
1627
 
 
1628
 
# LTCC compiler flags.
1629
 
LTCFLAGS=$lt_CFLAGS
1630
 
 
1631
 
# Take the output of nm and produce a listing of raw symbols and C names.
1632
 
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1633
 
 
1634
 
# Transform the output of nm in a proper C declaration.
1635
 
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1636
 
 
1637
 
# Transform the output of nm in a C name address pair.
1638
 
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1639
 
 
1640
 
# Transform the output of nm in a C name address pair when lib prefix is needed.
1641
 
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1642
 
 
1643
 
# The name of the directory that contains temporary libtool files.
1644
 
objdir=$objdir
1645
 
 
1646
 
# Shell to use when invoking shell scripts.
1647
 
SHELL=$lt_SHELL
1648
 
 
1649
 
# An echo program that does not interpret backslashes.
1650
 
ECHO=$lt_ECHO
1651
 
 
1652
 
# Used to examine libraries when file_magic_cmd begins with "file".
1653
 
MAGIC_CMD=$MAGIC_CMD
1654
 
 
1655
 
# Must we lock files when doing compilation?
1656
 
need_locks=$lt_need_locks
1657
 
 
1658
 
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1659
 
DSYMUTIL=$lt_DSYMUTIL
1660
 
 
1661
 
# Tool to change global to local symbols on Mac OS X.
1662
 
NMEDIT=$lt_NMEDIT
1663
 
 
1664
 
# Tool to manipulate fat objects and archives on Mac OS X.
1665
 
LIPO=$lt_LIPO
1666
 
 
1667
 
# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1668
 
OTOOL=$lt_OTOOL
1669
 
 
1670
 
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1671
 
OTOOL64=$lt_OTOOL64
1672
 
 
1673
 
# Old archive suffix (normally "a").
1674
 
libext=$libext
1675
 
 
1676
 
# Shared library suffix (normally ".so").
1677
 
shrext_cmds=$lt_shrext_cmds
1678
 
 
1679
 
# The commands to extract the exported symbol list from a shared archive.
1680
 
extract_expsyms_cmds=$lt_extract_expsyms_cmds
1681
 
 
1682
 
# Variables whose values should be saved in libtool wrapper scripts and
1683
 
# restored at link time.
1684
 
variables_saved_for_relink=$lt_variables_saved_for_relink
1685
 
 
1686
 
# Do we need the "lib" prefix for modules?
1687
 
need_lib_prefix=$need_lib_prefix
1688
 
 
1689
 
# Do we need a version for libraries?
1690
 
need_version=$need_version
1691
 
 
1692
 
# Library versioning type.
1693
 
version_type=$version_type
1694
 
 
1695
 
# Shared library runtime path variable.
1696
 
runpath_var=$runpath_var
1697
 
 
1698
 
# Shared library path variable.
1699
 
shlibpath_var=$shlibpath_var
1700
 
 
1701
 
# Is shlibpath searched before the hard-coded library search path?
1702
 
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1703
 
 
1704
 
# Format of library name prefix.
1705
 
libname_spec=$lt_libname_spec
1706
 
 
1707
 
# List of archive names.  First name is the real one, the rest are links.
1708
 
# The last name is the one that the linker finds with -lNAME
1709
 
library_names_spec=$lt_library_names_spec
1710
 
 
1711
 
# The coded name of the library, if different from the real name.
1712
 
soname_spec=$lt_soname_spec
1713
 
 
1714
 
# Command to use after installation of a shared archive.
1715
 
postinstall_cmds=$lt_postinstall_cmds
1716
 
 
1717
 
# Command to use after uninstallation of a shared archive.
1718
 
postuninstall_cmds=$lt_postuninstall_cmds
1719
 
 
1720
 
# Commands used to finish a libtool library installation in a directory.
1721
 
finish_cmds=$lt_finish_cmds
1722
 
 
1723
 
# As "finish_cmds", except a single script fragment to be evaled but
1724
 
# not shown.
1725
 
finish_eval=$lt_finish_eval
1726
 
 
1727
 
# Whether we should hardcode library paths into libraries.
1728
 
hardcode_into_libs=$hardcode_into_libs
1729
 
 
1730
 
# Compile-time system search path for libraries.
1731
 
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1732
 
 
1733
 
# Run-time system search path for libraries.
1734
 
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1735
 
 
1736
 
# Whether dlopen is supported.
1737
 
dlopen_support=$enable_dlopen
1738
 
 
1739
 
# Whether dlopen of programs is supported.
1740
 
dlopen_self=$enable_dlopen_self
1741
 
 
1742
 
# Whether dlopen of statically linked programs is supported.
1743
 
dlopen_self_static=$enable_dlopen_self_static
1744
 
 
1745
 
# Commands to strip libraries.
1746
 
old_striplib=$lt_old_striplib
1747
 
striplib=$lt_striplib
1748
 
 
1749
 
 
1750
 
# The linker used to build libraries.
1751
 
LD=$lt_LD
1752
 
 
1753
 
# Commands used to build an old-style archive.
1754
 
old_archive_cmds=$lt_old_archive_cmds
1755
 
 
1756
 
# A language specific compiler.
1757
 
CC=$lt_compiler
1758
 
 
1759
 
# Is the compiler the GNU compiler?
1760
 
with_gcc=$GCC
1761
 
 
1762
 
# Compiler flag to turn off builtin functions.
1763
 
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1764
 
 
1765
 
# How to pass a linker flag through the compiler.
1766
 
wl=$lt_lt_prog_compiler_wl
1767
 
 
1768
 
# Additional compiler flags for building library objects.
1769
 
pic_flag=$lt_lt_prog_compiler_pic
1770
 
 
1771
 
# Compiler flag to prevent dynamic linking.
1772
 
link_static_flag=$lt_lt_prog_compiler_static
1773
 
 
1774
 
# Does compiler simultaneously support -c and -o options?
1775
 
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1776
 
 
1777
 
# Whether or not to add -lc for building shared libraries.
1778
 
build_libtool_need_lc=$archive_cmds_need_lc
1779
 
 
1780
 
# Whether or not to disallow shared libs when runtime libs are static.
1781
 
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1782
 
 
1783
 
# Compiler flag to allow reflexive dlopens.
1784
 
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1785
 
 
1786
 
# Compiler flag to generate shared objects directly from archives.
1787
 
whole_archive_flag_spec=$lt_whole_archive_flag_spec
1788
 
 
1789
 
# Whether the compiler copes with passing no objects directly.
1790
 
compiler_needs_object=$lt_compiler_needs_object
1791
 
 
1792
 
# Create an old-style archive from a shared archive.
1793
 
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1794
 
 
1795
 
# Create a temporary old-style archive to link instead of a shared archive.
1796
 
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1797
 
 
1798
 
# Commands used to build a shared archive.
1799
 
archive_cmds=$lt_archive_cmds
1800
 
archive_expsym_cmds=$lt_archive_expsym_cmds
1801
 
 
1802
 
# Commands used to build a loadable module if different from building
1803
 
# a shared archive.
1804
 
module_cmds=$lt_module_cmds
1805
 
module_expsym_cmds=$lt_module_expsym_cmds
1806
 
 
1807
 
# Whether we are building with GNU ld or not.
1808
 
with_gnu_ld=$lt_with_gnu_ld
1809
 
 
1810
 
# Flag that allows shared libraries with undefined symbols to be built.
1811
 
allow_undefined_flag=$lt_allow_undefined_flag
1812
 
 
1813
 
# Flag that enforces no undefined symbols.
1814
 
no_undefined_flag=$lt_no_undefined_flag
1815
 
 
1816
 
# Flag to hardcode \$libdir into a binary during linking.
1817
 
# This must work even if \$libdir does not exist
1818
 
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1819
 
 
1820
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
1821
 
# during linking.  This must work even if \$libdir does not exist.
1822
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1823
 
 
1824
 
# Whether we need a single "-rpath" flag with a separated argument.
1825
 
hardcode_libdir_separator=$lt_hardcode_libdir_separator
1826
 
 
1827
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1828
 
# DIR into the resulting binary.
1829
 
hardcode_direct=$hardcode_direct
1830
 
 
1831
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1832
 
# DIR into the resulting binary and the resulting library dependency is
1833
 
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1834
 
# library is relocated.
1835
 
hardcode_direct_absolute=$hardcode_direct_absolute
1836
 
 
1837
 
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1838
 
# into the resulting binary.
1839
 
hardcode_minus_L=$hardcode_minus_L
1840
 
 
1841
 
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1842
 
# into the resulting binary.
1843
 
hardcode_shlibpath_var=$hardcode_shlibpath_var
1844
 
 
1845
 
# Set to "yes" if building a shared library automatically hardcodes DIR
1846
 
# into the library and all subsequent libraries and executables linked
1847
 
# against it.
1848
 
hardcode_automatic=$hardcode_automatic
1849
 
 
1850
 
# Set to yes if linker adds runtime paths of dependent libraries
1851
 
# to runtime path list.
1852
 
inherit_rpath=$inherit_rpath
1853
 
 
1854
 
# Whether libtool must link a program against all its dependency libraries.
1855
 
link_all_deplibs=$link_all_deplibs
1856
 
 
1857
 
# Fix the shell variable \$srcfile for the compiler.
1858
 
fix_srcfile_path=$lt_fix_srcfile_path
1859
 
 
1860
 
# Set to "yes" if exported symbols are required.
1861
 
always_export_symbols=$always_export_symbols
1862
 
 
1863
 
# The commands to list exported symbols.
1864
 
export_symbols_cmds=$lt_export_symbols_cmds
1865
 
 
1866
 
# Symbols that should not be listed in the preloaded symbols.
1867
 
exclude_expsyms=$lt_exclude_expsyms
1868
 
 
1869
 
# Symbols that must always be exported.
1870
 
include_expsyms=$lt_include_expsyms
1871
 
 
1872
 
# Commands necessary for linking programs (against libraries) with templates.
1873
 
prelink_cmds=$lt_prelink_cmds
1874
 
 
1875
 
# Specify filename containing input files.
1876
 
file_list_spec=$lt_file_list_spec
1877
 
 
1878
 
# How to hardcode a shared library path into an executable.
1879
 
hardcode_action=$hardcode_action
1880
 
 
1881
 
# ### END LIBTOOL CONFIG
1882
 
 
1883
 
_LT_EOF
1884
 
 
1885
 
  case $host_os in
1886
 
  aix3*)
1887
 
    cat <<\_LT_EOF >> "$cfgfile"
1888
 
# AIX sometimes has problems with the GCC collect2 program.  For some
1889
 
# reason, if we set the COLLECT_NAMES environment variable, the problems
1890
 
# vanish in a puff of smoke.
1891
 
if test "X${COLLECT_NAMES+set}" != Xset; then
1892
 
  COLLECT_NAMES=
1893
 
  export COLLECT_NAMES
1894
 
fi
1895
 
_LT_EOF
1896
 
    ;;
1897
 
  esac
1898
 
 
1899
 
 
1900
 
ltmain="$ac_aux_dir/ltmain.sh"
1901
 
 
1902
 
 
1903
 
  # We use sed instead of cat because bash on DJGPP gets confused if
1904
 
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1905
 
  # text mode, it properly converts lines to CR/LF.  This bash problem
1906
 
  # is reportedly fixed, but why not run on old versions too?
1907
 
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1908
 
    || (rm -f "$cfgfile"; exit 1)
1909
 
 
1910
 
  case $xsi_shell in
1911
 
  yes)
1912
 
    cat << \_LT_EOF >> "$cfgfile"
1913
 
 
1914
 
# func_dirname file append nondir_replacement
1915
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1916
 
# otherwise set result to NONDIR_REPLACEMENT.
1917
 
func_dirname ()
1918
 
{
1919
 
  case ${1} in
1920
 
    */*) func_dirname_result="${1%/*}${2}" ;;
1921
 
    *  ) func_dirname_result="${3}" ;;
1922
 
  esac
1923
 
}
1924
 
 
1925
 
# func_basename file
1926
 
func_basename ()
1927
 
{
1928
 
  func_basename_result="${1##*/}"
1929
 
}
1930
 
 
1931
 
# func_dirname_and_basename file append nondir_replacement
1932
 
# perform func_basename and func_dirname in a single function
1933
 
# call:
1934
 
#   dirname:  Compute the dirname of FILE.  If nonempty,
1935
 
#             add APPEND to the result, otherwise set result
1936
 
#             to NONDIR_REPLACEMENT.
1937
 
#             value returned in "$func_dirname_result"
1938
 
#   basename: Compute filename of FILE.
1939
 
#             value retuned in "$func_basename_result"
1940
 
# Implementation must be kept synchronized with func_dirname
1941
 
# and func_basename. For efficiency, we do not delegate to
1942
 
# those functions but instead duplicate the functionality here.
1943
 
func_dirname_and_basename ()
1944
 
{
1945
 
  case ${1} in
1946
 
    */*) func_dirname_result="${1%/*}${2}" ;;
1947
 
    *  ) func_dirname_result="${3}" ;;
1948
 
  esac
1949
 
  func_basename_result="${1##*/}"
1950
 
}
1951
 
 
1952
 
# func_stripname prefix suffix name
1953
 
# strip PREFIX and SUFFIX off of NAME.
1954
 
# PREFIX and SUFFIX must not contain globbing or regex special
1955
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
1956
 
# dot (in which case that matches only a dot).
1957
 
func_stripname ()
1958
 
{
1959
 
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1960
 
  # positional parameters, so assign one to ordinary parameter first.
1961
 
  func_stripname_result=${3}
1962
 
  func_stripname_result=${func_stripname_result#"${1}"}
1963
 
  func_stripname_result=${func_stripname_result%"${2}"}
1964
 
}
1965
 
 
1966
 
# func_opt_split
1967
 
func_opt_split ()
1968
 
{
1969
 
  func_opt_split_opt=${1%%=*}
1970
 
  func_opt_split_arg=${1#*=}
1971
 
}
1972
 
 
1973
 
# func_lo2o object
1974
 
func_lo2o ()
1975
 
{
1976
 
  case ${1} in
1977
 
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1978
 
    *)    func_lo2o_result=${1} ;;
1979
 
  esac
1980
 
}
1981
 
 
1982
 
# func_xform libobj-or-source
1983
 
func_xform ()
1984
 
{
1985
 
  func_xform_result=${1%.*}.lo
1986
 
}
1987
 
 
1988
 
# func_arith arithmetic-term...
1989
 
func_arith ()
1990
 
{
1991
 
  func_arith_result=$(( $* ))
1992
 
}
1993
 
 
1994
 
# func_len string
1995
 
# STRING may not start with a hyphen.
1996
 
func_len ()
1997
 
{
1998
 
  func_len_result=${#1}
1999
 
}
2000
 
 
2001
 
_LT_EOF
2002
 
    ;;
2003
 
  *) # Bourne compatible functions.
2004
 
    cat << \_LT_EOF >> "$cfgfile"
2005
 
 
2006
 
# func_dirname file append nondir_replacement
2007
 
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2008
 
# otherwise set result to NONDIR_REPLACEMENT.
2009
 
func_dirname ()
2010
 
{
2011
 
  # Extract subdirectory from the argument.
2012
 
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
2013
 
  if test "X$func_dirname_result" = "X${1}"; then
2014
 
    func_dirname_result="${3}"
2015
 
  else
2016
 
    func_dirname_result="$func_dirname_result${2}"
2017
 
  fi
2018
 
}
2019
 
 
2020
 
# func_basename file
2021
 
func_basename ()
2022
 
{
2023
 
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
2024
 
}
2025
 
 
2026
 
 
2027
 
# func_stripname prefix suffix name
2028
 
# strip PREFIX and SUFFIX off of NAME.
2029
 
# PREFIX and SUFFIX must not contain globbing or regex special
2030
 
# characters, hashes, percent signs, but SUFFIX may contain a leading
2031
 
# dot (in which case that matches only a dot).
2032
 
# func_strip_suffix prefix name
2033
 
func_stripname ()
2034
 
{
2035
 
  case ${2} in
2036
 
    .*) func_stripname_result=`$ECHO "X${3}" \
2037
 
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2038
 
    *)  func_stripname_result=`$ECHO "X${3}" \
2039
 
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2040
 
  esac
2041
 
}
2042
 
 
2043
 
# sed scripts:
2044
 
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2045
 
my_sed_long_arg='1s/^-[^=]*=//'
2046
 
 
2047
 
# func_opt_split
2048
 
func_opt_split ()
2049
 
{
2050
 
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2051
 
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2052
 
}
2053
 
 
2054
 
# func_lo2o object
2055
 
func_lo2o ()
2056
 
{
2057
 
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2058
 
}
2059
 
 
2060
 
# func_xform libobj-or-source
2061
 
func_xform ()
2062
 
{
2063
 
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2064
 
}
2065
 
 
2066
 
# func_arith arithmetic-term...
2067
 
func_arith ()
2068
 
{
2069
 
  func_arith_result=`expr "$@"`
2070
 
}
2071
 
 
2072
 
# func_len string
2073
 
# STRING may not start with a hyphen.
2074
 
func_len ()
2075
 
{
2076
 
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2077
 
}
2078
 
 
2079
 
_LT_EOF
2080
 
esac
2081
 
 
2082
 
case $lt_shell_append in
2083
 
  yes)
2084
 
    cat << \_LT_EOF >> "$cfgfile"
2085
 
 
2086
 
# func_append var value
2087
 
# Append VALUE to the end of shell variable VAR.
2088
 
func_append ()
2089
 
{
2090
 
  eval "$1+=\$2"
2091
 
}
2092
 
_LT_EOF
2093
 
    ;;
2094
 
  *)
2095
 
    cat << \_LT_EOF >> "$cfgfile"
2096
 
 
2097
 
# func_append var value
2098
 
# Append VALUE to the end of shell variable VAR.
2099
 
func_append ()
2100
 
{
2101
 
  eval "$1=\$$1\$2"
2102
 
}
2103
 
 
2104
 
_LT_EOF
2105
 
    ;;
2106
 
  esac
2107
 
 
2108
 
 
2109
 
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2110
 
    || (rm -f "$cfgfile"; exit 1)
2111
 
 
2112
 
  mv -f "$cfgfile" "$ofile" ||
2113
 
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2114
 
  chmod +x "$ofile"
2115
 
 
2116
 
 ;;
2117
 
    "po/stamp-it":C)
2118
 
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
2119
 
       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
2120
 
$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
2121
 
   { (exit 1); exit 1; }; }
2122
 
    fi
2123
 
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
2124
 
    >"po/stamp-it.tmp"
2125
 
    sed '/^#/d
2126
 
         s/^[[].*] *//
2127
 
         /^[    ]*$/d
2128
 
        '"s|^|  $ac_top_srcdir/|" \
2129
 
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
2130
 
 
2131
 
    sed '/^POTFILES =/,/[^\\]$/ {
2132
 
                /^POTFILES =/!d
2133
 
                r po/POTFILES
2134
 
          }
2135
 
         ' "po/Makefile.in" >"po/Makefile"
2136
 
    rm -f "po/Makefile.tmp"
2137
 
    mv "po/stamp-it.tmp" "po/stamp-it"
2138
 
   ;;
2139
 
 
2140
 
  esac
2141
 
done # for ac_tag
2142
 
 
2143
 
 
2144
 
{ (exit 0); exit 0; }