~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/builddir-aarch64-linux-gnu/intl/config.status

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

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 $as_me, which was
 
395
generated by GNU Autoconf 2.64.  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 config.intl"
 
408
config_headers=" config.h"
 
409
config_commands=" default-1"
 
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
  -q, --quiet, --silent
 
421
                   do not print progress messages
 
422
  -d, --debug      don't remove temporary files
 
423
      --recheck    update $as_me by reconfiguring in the same conditions
 
424
      --file=FILE[:TEMPLATE]
 
425
                   instantiate the configuration file FILE
 
426
      --header=FILE[:TEMPLATE]
 
427
                   instantiate the configuration header FILE
 
428
 
 
429
Configuration files:
 
430
$config_files
 
431
 
 
432
Configuration headers:
 
433
$config_headers
 
434
 
 
435
Configuration commands:
 
436
$config_commands
 
437
 
 
438
Report bugs to the package provider."
 
439
 
 
440
ac_cs_version="\
 
441
config.status
 
442
configured by /scratch/packages/cross/binutils-arm64-cross-0.6/binutils-2.23.52.20130611/intl/configure, generated by GNU Autoconf 2.64,
 
443
  with options \"'--cache-file=./config.cache' '--with-gnu-as' '--with-gnu-ld' '--with-system-zlib' '--enable-shared' '--enable-plugins' '--prefix=/usr' '--with-pkgversion=GNU Binutils for Ubuntu' '--with-sysroot=/' '--enable-ld=default' '--enable-gold' '--program-transform-name=s&^&aarch64-linux-gnu-&' '--disable-option-checking' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--target=aarch64-linux-gnu' '--srcdir=../../intl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=aarch64-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2 -Wno-format-security' 'LDFLAGS=-static-libstdc++ -static-libgcc '\"
 
444
 
 
445
Copyright (C) 2009 Free Software Foundation, Inc.
 
446
This config.status script is free software; the Free Software Foundation
 
447
gives unlimited permission to copy, distribute and modify it."
 
448
 
 
449
ac_pwd='/scratch/packages/cross/binutils-arm64-cross-0.6/binutils-2.23.52.20130611/builddir-aarch64-linux-gnu/intl'
 
450
srcdir='../../intl'
 
451
INSTALL='/usr/bin/install -c'
 
452
test -n "$AWK" || AWK=awk
 
453
# The default lists apply if the user does not specify any file.
 
454
ac_need_defaults=:
 
455
while test $# != 0
 
456
do
 
457
  case $1 in
 
458
  --*=*)
 
459
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
460
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
461
    ac_shift=:
 
462
    ;;
 
463
  *)
 
464
    ac_option=$1
 
465
    ac_optarg=$2
 
466
    ac_shift=shift
 
467
    ;;
 
468
  esac
 
469
 
 
470
  case $ac_option in
 
471
  # Handling of the options.
 
472
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
473
    ac_cs_recheck=: ;;
 
474
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
475
    $as_echo "$ac_cs_version"; exit ;;
 
476
  --debug | --debu | --deb | --de | --d | -d )
 
477
    debug=: ;;
 
478
  --file | --fil | --fi | --f )
 
479
    $ac_shift
 
480
    case $ac_optarg in
 
481
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
482
    esac
 
483
    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
484
    ac_need_defaults=false;;
 
485
  --header | --heade | --head | --hea )
 
486
    $ac_shift
 
487
    case $ac_optarg in
 
488
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
489
    esac
 
490
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
491
    ac_need_defaults=false;;
 
492
  --he | --h)
 
493
    # Conflict between --help and --header
 
494
    as_fn_error "ambiguous option: \`$1'
 
495
Try \`$0 --help' for more information.";;
 
496
  --help | --hel | -h )
 
497
    $as_echo "$ac_cs_usage"; exit ;;
 
498
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
499
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
500
    ac_cs_silent=: ;;
 
501
 
 
502
  # This is an error.
 
503
  -*) as_fn_error "unrecognized option: \`$1'
 
504
Try \`$0 --help' for more information." ;;
 
505
 
 
506
  *) as_fn_append ac_config_targets " $1"
 
507
     ac_need_defaults=false ;;
 
508
 
 
509
  esac
 
510
  shift
 
511
done
 
512
 
 
513
ac_configure_extra_args=
 
514
 
 
515
if $ac_cs_silent; then
 
516
  exec 6>/dev/null
 
517
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
518
fi
 
519
 
 
520
if $ac_cs_recheck; then
 
521
  set X '/bin/bash' '/scratch/packages/cross/binutils-arm64-cross-0.6/binutils-2.23.52.20130611/intl/configure'  '--cache-file=./config.cache' '--with-gnu-as' '--with-gnu-ld' '--with-system-zlib' '--enable-shared' '--enable-plugins' '--prefix=/usr' '--with-pkgversion=GNU Binutils for Ubuntu' '--with-sysroot=/' '--enable-ld=default' '--enable-gold' '--program-transform-name=s&^&aarch64-linux-gnu-&' '--disable-option-checking' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--target=aarch64-linux-gnu' '--srcdir=../../intl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=aarch64-linux-gnu' 'CC=gcc' 'CFLAGS=-g -O2 -Wno-format-security' 'LDFLAGS=-static-libstdc++ -static-libgcc ' $ac_configure_extra_args --no-create --no-recursion
 
522
  shift
 
523
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
 
524
  CONFIG_SHELL='/bin/bash'
 
525
  export CONFIG_SHELL
 
526
  exec "$@"
 
527
fi
 
528
 
 
529
exec 5>>config.log
 
530
{
 
531
  echo
 
532
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
533
## Running $as_me. ##
 
534
_ASBOX
 
535
  $as_echo "$ac_log"
 
536
} >&5
 
537
 
 
538
#
 
539
# INIT-COMMANDS
 
540
#
 
541
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
 
542
    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
 
543
    # from automake.
 
544
    eval 'OBSOLETE_ALL_LINGUAS''=""'
 
545
    # Capture the value of LINGUAS because we need it to compute CATALOGS.
 
546
    LINGUAS="%UNSET%"
 
547
 
 
548
 
 
549
 
 
550
# Handling of arguments.
 
551
for ac_config_target in $ac_config_targets
 
552
do
 
553
  case $ac_config_target in
 
554
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
555
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 
556
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
557
    "config.intl") CONFIG_FILES="$CONFIG_FILES config.intl" ;;
 
558
 
 
559
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
560
  esac
 
561
done
 
562
 
 
563
 
 
564
# If the user did not use the arguments to specify the items to instantiate,
 
565
# then the envvar interface is used.  Set only those that are not.
 
566
# We use the long form for the default assignment because of an extremely
 
567
# bizarre bug on SunOS 4.1.3.
 
568
if $ac_need_defaults; then
 
569
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
570
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
571
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
572
fi
 
573
 
 
574
# Have a temporary directory for convenience.  Make it in the build tree
 
575
# simply because there is no reason against having it here, and in addition,
 
576
# creating and moving files from /tmp can sometimes cause problems.
 
577
# Hook for its removal unless debugging.
 
578
# Note that there is a small window in which the directory will not be cleaned:
 
579
# after its creation but before its name has been assigned to `$tmp'.
 
580
$debug ||
 
581
{
 
582
  tmp=
 
583
  trap 'exit_status=$?
 
584
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
585
' 0
 
586
  trap 'as_fn_exit 1' 1 2 13 15
 
587
}
 
588
# Create a (secure) tmp directory for tmp files.
 
589
 
 
590
{
 
591
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
592
  test -n "$tmp" && test -d "$tmp"
 
593
}  ||
 
594
{
 
595
  tmp=./conf$$-$RANDOM
 
596
  (umask 077 && mkdir "$tmp")
 
597
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
598
 
 
599
# Set up the scripts for CONFIG_FILES section.
 
600
# No need to generate them if there are no CONFIG_FILES.
 
601
# This happens for instance with `./config.status config.h'.
 
602
if test -n "$CONFIG_FILES"; then
 
603
 
 
604
 
 
605
ac_cr=`echo X | tr X '\015'`
 
606
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
607
# But we know of no other shell where ac_cr would be empty at this
 
608
# point, so we can use a bashism as a fallback.
 
609
if test "x$ac_cr" = x; then
 
610
  eval ac_cr=\$\'\\r\'
 
611
fi
 
612
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
613
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
614
  ac_cs_awk_cr='\r'
 
615
else
 
616
  ac_cs_awk_cr=$ac_cr
 
617
fi
 
618
 
 
619
echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
620
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
 
621
S["LTLIBOBJS"]=""
 
622
S["LIBOBJS"]=""
 
623
S["INCINTL"]=""
 
624
S["LIBINTL_DEP"]=""
 
625
S["MAINT"]="#"
 
626
S["AUTOHEADER"]="autoheader"
 
627
S["AUTOCONF"]="autoconf"
 
628
S["ACLOCAL"]="aclocal"
 
629
S["POSUB"]="po"
 
630
S["LTLIBINTL"]=""
 
631
S["LIBINTL"]=""
 
632
S["INTLLIBS"]=""
 
633
S["INTL_LIBTOOL_SUFFIX_PREFIX"]=""
 
634
S["INTLOBJS"]=""
 
635
S["GENCAT"]="gencat"
 
636
S["INSTOBJEXT"]=".mo"
 
637
S["DATADIRNAME"]="share"
 
638
S["CATOBJEXT"]=".gmo"
 
639
S["USE_INCLUDED_LIBINTL"]="no"
 
640
S["BUILD_INCLUDED_LIBINTL"]="no"
 
641
S["INTLBISON"]="bison"
 
642
S["LTLIBICONV"]=""
 
643
S["LIBICONV"]=""
 
644
S["GLIBC21"]="yes"
 
645
S["ALLOCA"]=""
 
646
S["EGREP"]="/bin/grep -E"
 
647
S["GREP"]="/bin/grep"
 
648
S["CPP"]="gcc -E"
 
649
S["RANLIB"]="ranlib"
 
650
S["host_os"]="linux-gnu"
 
651
S["host_vendor"]="pc"
 
652
S["host_cpu"]="x86_64"
 
653
S["host"]="x86_64-pc-linux-gnu"
 
654
S["build_os"]="linux-gnu"
 
655
S["build_vendor"]="pc"
 
656
S["build_cpu"]="x86_64"
 
657
S["build"]="x86_64-pc-linux-gnu"
 
658
S["OBJEXT"]="o"
 
659
S["EXEEXT"]=""
 
660
S["ac_ct_CC"]=""
 
661
S["CPPFLAGS"]=""
 
662
S["LDFLAGS"]="-static-libstdc++ -static-libgcc "
 
663
S["CFLAGS"]="-g -O2 -Wno-format-security"
 
664
S["CC"]="gcc"
 
665
S["MSGMERGE"]="/usr/bin/msgmerge"
 
666
S["XGETTEXT"]="/usr/bin/xgettext"
 
667
S["GMSGFMT"]="/usr/bin/msgfmt"
 
668
S["MSGFMT"]="/usr/bin/msgfmt"
 
669
S["USE_NLS"]="yes"
 
670
S["MKINSTALLDIRS"]="$(top_builddir)/../../intl/../mkinstalldirs"
 
671
S["INSTALL_DATA"]="/usr/bin/install -c -m 644"
 
672
S["INSTALL_SCRIPT"]="/usr/bin/install -c"
 
673
S["INSTALL_PROGRAM"]="/usr/bin/install -c"
 
674
S["SET_MAKE"]=""
 
675
S["target_alias"]="aarch64-linux-gnu"
 
676
S["host_alias"]="x86_64-linux-gnu"
 
677
S["build_alias"]="x86_64-linux-gnu"
 
678
S["LIBS"]=""
 
679
S["ECHO_T"]=""
 
680
S["ECHO_N"]="-n"
 
681
S["ECHO_C"]=""
 
682
S["DEFS"]="-DHAVE_CONFIG_H"
 
683
S["mandir"]="${datarootdir}/man"
 
684
S["localedir"]="${datarootdir}/locale"
 
685
S["libdir"]="${exec_prefix}/lib"
 
686
S["psdir"]="${docdir}"
 
687
S["pdfdir"]="${docdir}"
 
688
S["dvidir"]="${docdir}"
 
689
S["htmldir"]="${docdir}"
 
690
S["infodir"]="${datarootdir}/info"
 
691
S["docdir"]="${datarootdir}/doc/${PACKAGE}"
 
692
S["oldincludedir"]="/usr/include"
 
693
S["includedir"]="${prefix}/include"
 
694
S["localstatedir"]="${prefix}/var"
 
695
S["sharedstatedir"]="${prefix}/com"
 
696
S["sysconfdir"]="${prefix}/etc"
 
697
S["datadir"]="${datarootdir}"
 
698
S["datarootdir"]="${prefix}/share"
 
699
S["libexecdir"]="${exec_prefix}/libexec"
 
700
S["sbindir"]="${exec_prefix}/sbin"
 
701
S["bindir"]="${exec_prefix}/bin"
 
702
S["program_transform_name"]="s&^&aarch64-linux-gnu-&"
 
703
S["prefix"]="/usr"
 
704
S["exec_prefix"]="${prefix}"
 
705
S["PACKAGE_URL"]=""
 
706
S["PACKAGE_BUGREPORT"]=""
 
707
S["PACKAGE_STRING"]=""
 
708
S["PACKAGE_VERSION"]=""
 
709
S["PACKAGE_TARNAME"]=""
 
710
S["PACKAGE_NAME"]=""
 
711
S["PATH_SEPARATOR"]=":"
 
712
S["SHELL"]="/bin/bash"
 
713
_ACAWK
 
714
cat >>"$tmp/subs1.awk" <<_ACAWK &&
 
715
  for (key in S) S_is_set[key] = 1
 
716
  FS = ""
 
717
 
 
718
}
 
719
{
 
720
  line = $ 0
 
721
  nfields = split(line, field, "@")
 
722
  substed = 0
 
723
  len = length(field[1])
 
724
  for (i = 2; i < nfields; i++) {
 
725
    key = field[i]
 
726
    keylen = length(key)
 
727
    if (S_is_set[key]) {
 
728
      value = S[key]
 
729
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
730
      len += length(value) + length(field[++i])
 
731
      substed = 1
 
732
    } else
 
733
      len += 1 + keylen
 
734
  }
 
735
 
 
736
  print line
 
737
}
 
738
 
 
739
_ACAWK
 
740
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
741
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
742
else
 
743
  cat
 
744
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
745
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
746
fi # test -n "$CONFIG_FILES"
 
747
 
 
748
# Set up the scripts for CONFIG_HEADERS section.
 
749
# No need to generate them if there are no CONFIG_HEADERS.
 
750
# This happens for instance with `./config.status Makefile'.
 
751
if test -n "$CONFIG_HEADERS"; then
 
752
cat >"$tmp/defines.awk" <<\_ACAWK ||
 
753
BEGIN {
 
754
D["PACKAGE_NAME"]=" \"\""
 
755
D["PACKAGE_TARNAME"]=" \"\""
 
756
D["PACKAGE_VERSION"]=" \"\""
 
757
D["PACKAGE_STRING"]=" \"\""
 
758
D["PACKAGE_BUGREPORT"]=" \"\""
 
759
D["PACKAGE_URL"]=" \"\""
 
760
D["STDC_HEADERS"]=" 1"
 
761
D["HAVE_SYS_TYPES_H"]=" 1"
 
762
D["HAVE_SYS_STAT_H"]=" 1"
 
763
D["HAVE_STDLIB_H"]=" 1"
 
764
D["HAVE_STRING_H"]=" 1"
 
765
D["HAVE_MEMORY_H"]=" 1"
 
766
D["HAVE_STRINGS_H"]=" 1"
 
767
D["HAVE_INTTYPES_H"]=" 1"
 
768
D["HAVE_STDINT_H"]=" 1"
 
769
D["HAVE_UNISTD_H"]=" 1"
 
770
D["HAVE_ALLOCA_H"]=" 1"
 
771
D["HAVE_ALLOCA"]=" 1"
 
772
D["HAVE_STDLIB_H"]=" 1"
 
773
D["HAVE_UNISTD_H"]=" 1"
 
774
D["HAVE_GETPAGESIZE"]=" 1"
 
775
D["HAVE_MMAP"]=" 1"
 
776
D["INTDIV0_RAISES_SIGFPE"]=" 1"
 
777
D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
 
778
D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
 
779
D["HAVE_UNSIGNED_LONG_LONG"]=" 1"
 
780
D["HAVE_UINTMAX_T"]=" 1"
 
781
D["HAVE_INTTYPES_H"]=" 1"
 
782
D["HAVE_ARGZ_H"]=" 1"
 
783
D["HAVE_LIMITS_H"]=" 1"
 
784
D["HAVE_LOCALE_H"]=" 1"
 
785
D["HAVE_NL_TYPES_H"]=" 1"
 
786
D["HAVE_MALLOC_H"]=" 1"
 
787
D["HAVE_STDDEF_H"]=" 1"
 
788
D["HAVE_STDLIB_H"]=" 1"
 
789
D["HAVE_STRING_H"]=" 1"
 
790
D["HAVE_UNISTD_H"]=" 1"
 
791
D["HAVE_SYS_PARAM_H"]=" 1"
 
792
D["HAVE_FEOF_UNLOCKED"]=" 1"
 
793
D["HAVE_FGETS_UNLOCKED"]=" 1"
 
794
D["HAVE_GETC_UNLOCKED"]=" 1"
 
795
D["HAVE_GETCWD"]=" 1"
 
796
D["HAVE_GETEGID"]=" 1"
 
797
D["HAVE_GETEUID"]=" 1"
 
798
D["HAVE_GETGID"]=" 1"
 
799
D["HAVE_GETUID"]=" 1"
 
800
D["HAVE_MEMPCPY"]=" 1"
 
801
D["HAVE_MUNMAP"]=" 1"
 
802
D["HAVE_PUTENV"]=" 1"
 
803
D["HAVE_SETENV"]=" 1"
 
804
D["HAVE_SETLOCALE"]=" 1"
 
805
D["HAVE_STPCPY"]=" 1"
 
806
D["HAVE_STRCASECMP"]=" 1"
 
807
D["HAVE_STRDUP"]=" 1"
 
808
D["HAVE_STRTOUL"]=" 1"
 
809
D["HAVE_TSEARCH"]=" 1"
 
810
D["HAVE___ARGZ_COUNT"]=" 1"
 
811
D["HAVE___ARGZ_STRINGIFY"]=" 1"
 
812
D["HAVE___ARGZ_NEXT"]=" 1"
 
813
D["HAVE___FSETLOCKING"]=" 1"
 
814
D["HAVE_ICONV"]=" 1"
 
815
D["ICONV_CONST"]=" "
 
816
D["HAVE_LANGINFO_CODESET"]=" 1"
 
817
D["HAVE_LC_MESSAGES"]=" 1"
 
818
D["ENABLE_NLS"]=" 1"
 
819
D["HAVE_GETTEXT"]=" 1"
 
820
D["HAVE_DCGETTEXT"]=" 1"
 
821
D["IN_LIBINTL"]=" 1"
 
822
D["IN_LIBRARY"]=" 1"
 
823
D["DEPENDS_ON_LIBICONV"]=" 1"
 
824
D["ENABLE_RELOCATABLE"]=" 1"
 
825
D["NO_XMALLOC"]=" 1"
 
826
D["set_relocation_prefix"]=" libintl_set_relocation_prefix"
 
827
D["relocate"]=" libintl_relocate"
 
828
  for (key in D) D_is_set[key] = 1
 
829
  FS = ""
 
830
}
 
831
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
 
832
  line = $ 0
 
833
  split(line, arg, " ")
 
834
  if (arg[1] == "#") {
 
835
    defundef = arg[2]
 
836
    mac1 = arg[3]
 
837
  } else {
 
838
    defundef = substr(arg[1], 2)
 
839
    mac1 = arg[2]
 
840
  }
 
841
  split(mac1, mac2, "(") #)
 
842
  macro = mac2[1]
 
843
  prefix = substr(line, 1, index(line, defundef) - 1)
 
844
  if (D_is_set[macro]) {
 
845
    # Preserve the white space surrounding the "#".
 
846
    print prefix "define", macro P[macro] D[macro]
 
847
    next
 
848
  } else {
 
849
    # Replace #undef with comments.  This is necessary, for example,
 
850
    # in the case of _POSIX_SOURCE, which is predefined and required
 
851
    # on some systems where configure will not decide to define it.
 
852
    if (defundef == "undef") {
 
853
      print "/*", prefix defundef, macro, "*/"
 
854
      next
 
855
    }
 
856
  }
 
857
}
 
858
{ print }
 
859
_ACAWK
 
860
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
861
fi # test -n "$CONFIG_HEADERS"
 
862
 
 
863
 
 
864
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
865
shift
 
866
for ac_tag
 
867
do
 
868
  case $ac_tag in
 
869
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
870
  esac
 
871
  case $ac_mode$ac_tag in
 
872
  :[FHL]*:*);;
 
873
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
874
  :[FH]-) ac_tag=-:-;;
 
875
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
876
  esac
 
877
  ac_save_IFS=$IFS
 
878
  IFS=:
 
879
  set x $ac_tag
 
880
  IFS=$ac_save_IFS
 
881
  shift
 
882
  ac_file=$1
 
883
  shift
 
884
 
 
885
  case $ac_mode in
 
886
  :L) ac_source=$1;;
 
887
  :[FH])
 
888
    ac_file_inputs=
 
889
    for ac_f
 
890
    do
 
891
      case $ac_f in
 
892
      -) ac_f="$tmp/stdin";;
 
893
      *) # Look for the file first in the build tree, then in the source tree
 
894
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
895
         # because $ac_f cannot contain `:'.
 
896
         test -f "$ac_f" ||
 
897
           case $ac_f in
 
898
           [\\/$]*) false;;
 
899
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
900
           esac ||
 
901
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
902
      esac
 
903
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
904
      as_fn_append ac_file_inputs " '$ac_f'"
 
905
    done
 
906
 
 
907
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
908
    # use $as_me), people would be surprised to read:
 
909
    #    /* config.h.  Generated by config.status.  */
 
910
    configure_input='Generated from '`
 
911
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
912
        `' by configure.'
 
913
    if test x"$ac_file" != x-; then
 
914
      configure_input="$ac_file.  $configure_input"
 
915
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
916
$as_echo "$as_me: creating $ac_file" >&6;}
 
917
    fi
 
918
    # Neutralize special characters interpreted by sed in replacement strings.
 
919
    case $configure_input in #(
 
920
    *\&* | *\|* | *\\* )
 
921
       ac_sed_conf_input=`$as_echo "$configure_input" |
 
922
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
923
    *) ac_sed_conf_input=$configure_input;;
 
924
    esac
 
925
 
 
926
    case $ac_tag in
 
927
    *:-:* | *:-) cat >"$tmp/stdin" \
 
928
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
929
    esac
 
930
    ;;
 
931
  esac
 
932
 
 
933
  ac_dir=`$as_dirname -- "$ac_file" ||
 
934
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
935
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
936
         X"$ac_file" : 'X\(//\)$' \| \
 
937
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
938
$as_echo X"$ac_file" |
 
939
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
940
            s//\1/
 
941
            q
 
942
          }
 
943
          /^X\(\/\/\)[^/].*/{
 
944
            s//\1/
 
945
            q
 
946
          }
 
947
          /^X\(\/\/\)$/{
 
948
            s//\1/
 
949
            q
 
950
          }
 
951
          /^X\(\/\).*/{
 
952
            s//\1/
 
953
            q
 
954
          }
 
955
          s/.*/./; q'`
 
956
  as_dir="$ac_dir"; as_fn_mkdir_p
 
957
  ac_builddir=.
 
958
 
 
959
case "$ac_dir" in
 
960
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
961
*)
 
962
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
963
  # A ".." for each directory in $ac_dir_suffix.
 
964
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
965
  case $ac_top_builddir_sub in
 
966
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
967
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
968
  esac ;;
 
969
esac
 
970
ac_abs_top_builddir=$ac_pwd
 
971
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
972
# for backward compatibility:
 
973
ac_top_builddir=$ac_top_build_prefix
 
974
 
 
975
case $srcdir in
 
976
  .)  # We are building in place.
 
977
    ac_srcdir=.
 
978
    ac_top_srcdir=$ac_top_builddir_sub
 
979
    ac_abs_top_srcdir=$ac_pwd ;;
 
980
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
981
    ac_srcdir=$srcdir$ac_dir_suffix;
 
982
    ac_top_srcdir=$srcdir
 
983
    ac_abs_top_srcdir=$srcdir ;;
 
984
  *) # Relative name.
 
985
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
986
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
987
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
988
esac
 
989
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
990
 
 
991
 
 
992
  case $ac_mode in
 
993
  :F)
 
994
  #
 
995
  # CONFIG_FILE
 
996
  #
 
997
 
 
998
  case $INSTALL in
 
999
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
1000
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
1001
  esac
 
1002
# If the template does not know about datarootdir, expand it.
 
1003
# FIXME: This hack should be removed a few years after 2.60.
 
1004
ac_datarootdir_hack=; ac_datarootdir_seen=
 
1005
ac_sed_dataroot='
 
1006
/datarootdir/ {
 
1007
  p
 
1008
  q
 
1009
}
 
1010
/@datadir@/p
 
1011
/@docdir@/p
 
1012
/@infodir@/p
 
1013
/@localedir@/p
 
1014
/@mandir@/p'
 
1015
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
1016
*datarootdir*) ac_datarootdir_seen=yes;;
 
1017
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
1018
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
1019
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
1020
  ac_datarootdir_hack='
 
1021
  s&@datadir@&${datarootdir}&g
 
1022
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
 
1023
  s&@infodir@&${datarootdir}/info&g
 
1024
  s&@localedir@&${datarootdir}/locale&g
 
1025
  s&@mandir@&${datarootdir}/man&g
 
1026
  s&\${datarootdir}&${prefix}/share&g' ;;
 
1027
esac
 
1028
ac_sed_extra="
 
1029
 
 
1030
:t
 
1031
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
1032
s|@configure_input@|$ac_sed_conf_input|;t t
 
1033
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
1034
s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
1035
s&@srcdir@&$ac_srcdir&;t t
 
1036
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
1037
s&@top_srcdir@&$ac_top_srcdir&;t t
 
1038
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
1039
s&@builddir@&$ac_builddir&;t t
 
1040
s&@abs_builddir@&$ac_abs_builddir&;t t
 
1041
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
1042
s&@INSTALL@&$ac_INSTALL&;t t
 
1043
$ac_datarootdir_hack
 
1044
"
 
1045
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
1046
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1047
 
 
1048
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
1049
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
1050
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
1051
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1052
which seems to be undefined.  Please make sure it is defined." >&5
 
1053
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1054
which seems to be undefined.  Please make sure it is defined." >&2;}
 
1055
 
 
1056
  rm -f "$tmp/stdin"
 
1057
  case $ac_file in
 
1058
  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
1059
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
1060
  esac \
 
1061
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1062
 ;;
 
1063
  :H)
 
1064
  #
 
1065
  # CONFIG_HEADER
 
1066
  #
 
1067
  if test x"$ac_file" != x-; then
 
1068
    {
 
1069
      $as_echo "/* $configure_input  */" \
 
1070
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
1071
    } >"$tmp/config.h" \
 
1072
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1073
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
1074
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
1075
$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
1076
    else
 
1077
      rm -f "$ac_file"
 
1078
      mv "$tmp/config.h" "$ac_file" \
 
1079
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
1080
    fi
 
1081
  else
 
1082
    $as_echo "/* $configure_input  */" \
 
1083
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
1084
      || as_fn_error "could not create -" "$LINENO" 5
 
1085
  fi
 
1086
 ;;
 
1087
 
 
1088
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 
1089
$as_echo "$as_me: executing $ac_file commands" >&6;}
 
1090
 ;;
 
1091
  esac
 
1092
 
 
1093
 
 
1094
  case $ac_file$ac_mode in
 
1095
    "default-1":C)
 
1096
    for ac_file in $CONFIG_FILES; do
 
1097
      # Support "outfile[:infile[:infile...]]"
 
1098
      case "$ac_file" in
 
1099
        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
 
1100
      esac
 
1101
      # PO directories have a Makefile.in generated from Makefile.in.in.
 
1102
      case "$ac_file" in */Makefile.in)
 
1103
        # Adjust a relative srcdir.
 
1104
        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
 
1105
        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
 
1106
        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
 
1107
        # In autoconf-2.13 it is called $ac_given_srcdir.
 
1108
        # In autoconf-2.50 it is called $srcdir.
 
1109
        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
 
1110
        case "$ac_given_srcdir" in
 
1111
          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
 
1112
          /*) top_srcdir="$ac_given_srcdir" ;;
 
1113
          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
 
1114
        esac
 
1115
        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
 
1116
          rm -f "$ac_dir/POTFILES"
 
1117
          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
 
1118
          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
 
1119
          POMAKEFILEDEPS="POTFILES.in"
 
1120
          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
 
1121
          # on $ac_dir but don't depend on user-specified configuration
 
1122
          # parameters.
 
1123
          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
 
1124
            # The LINGUAS file contains the set of available languages.
 
1125
            if test -n "$OBSOLETE_ALL_LINGUAS"; then
 
1126
              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
 
1127
            fi
 
1128
            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
 
1129
            # Hide the ALL_LINGUAS assigment from automake.
 
1130
            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
 
1131
            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
 
1132
          else
 
1133
            # The set of available languages was given in configure.in.
 
1134
            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
 
1135
          fi
 
1136
          case "$ac_given_srcdir" in
 
1137
            .) srcdirpre= ;;
 
1138
            *) srcdirpre='$(srcdir)/' ;;
 
1139
          esac
 
1140
          POFILES=
 
1141
          GMOFILES=
 
1142
          UPDATEPOFILES=
 
1143
          DUMMYPOFILES=
 
1144
          for lang in $ALL_LINGUAS; do
 
1145
            POFILES="$POFILES $srcdirpre$lang.po"
 
1146
            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
 
1147
            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
 
1148
            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
 
1149
          done
 
1150
          # CATALOGS depends on both $ac_dir and the user's LINGUAS
 
1151
          # environment variable.
 
1152
          INST_LINGUAS=
 
1153
          if test -n "$ALL_LINGUAS"; then
 
1154
            for presentlang in $ALL_LINGUAS; do
 
1155
              useit=no
 
1156
              if test "%UNSET%" != "$LINGUAS"; then
 
1157
                desiredlanguages="$LINGUAS"
 
1158
              else
 
1159
                desiredlanguages="$ALL_LINGUAS"
 
1160
              fi
 
1161
              for desiredlang in $desiredlanguages; do
 
1162
                # Use the presentlang catalog if desiredlang is
 
1163
                #   a. equal to presentlang, or
 
1164
                #   b. a variant of presentlang (because in this case,
 
1165
                #      presentlang can be used as a fallback for messages
 
1166
                #      which are not translated in the desiredlang catalog).
 
1167
                case "$desiredlang" in
 
1168
                  "$presentlang"*) useit=yes;;
 
1169
                esac
 
1170
              done
 
1171
              if test $useit = yes; then
 
1172
                INST_LINGUAS="$INST_LINGUAS $presentlang"
 
1173
              fi
 
1174
            done
 
1175
          fi
 
1176
          CATALOGS=
 
1177
          if test -n "$INST_LINGUAS"; then
 
1178
            for lang in $INST_LINGUAS; do
 
1179
              CATALOGS="$CATALOGS $lang.gmo"
 
1180
            done
 
1181
          fi
 
1182
          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
 
1183
          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
 
1184
          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
 
1185
            if test -f "$f"; then
 
1186
              case "$f" in
 
1187
                *.orig | *.bak | *~) ;;
 
1188
                *) cat "$f" >> "$ac_dir/Makefile" ;;
 
1189
              esac
 
1190
            fi
 
1191
          done
 
1192
        fi
 
1193
        ;;
 
1194
      esac
 
1195
    done ;;
 
1196
 
 
1197
  esac
 
1198
done # for ac_tag
 
1199
 
 
1200
 
 
1201
as_fn_exit 0