nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gettext 0.19.8.1.
4 #
5 # Report bugs to <bug-gnu-gettext@gnu.org>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
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 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
103  
104 ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
115  
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127  
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133  
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136  
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176 esac
177 fi
178 "
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184  
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191  
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201 if (eval "$as_required") 2>/dev/null; then :
202 as_have_required=yes
203 else
204 as_have_required=no
205 fi
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207  
208 else
209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212 do
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
217 /*)
218 for as_base in sh bash ksh sh5; do
219 # Try only shells that exist, to save several forks.
220 as_shell=$as_dir/$as_base
221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 break 2
226 fi
227 fi
228 done;;
229 esac
230 as_found=false
231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234 CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; }
236 IFS=$as_save_IFS
237  
238  
239 if test "x$CONFIG_SHELL" != x; then :
240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null
246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;;
253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255
259 fi
260  
261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: bug-gnu-gettext@gnu.org about your system, including
270 $0: any error possibly output before this message. Then
271 $0: install a modern shell, or manually run the script
272 $0: under such a shell if you do have one."
273 fi
274 exit 1
275 fi
276 fi
277 fi
278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS
283  
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
291 {
292 { eval $1=; unset $1;}
293 }
294 as_unset=as_fn_unset
295  
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
300 {
301 return $1
302 } # as_fn_set_status
303  
304 # as_fn_exit STATUS
305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit ()
308 {
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
313  
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
318 {
319  
320 case $as_dir in #(
321 -*) as_dir=./$as_dir;;
322 esac
323 test -d "$as_dir" || eval $as_mkdir_p || {
324 as_dirs=
325 while :; do
326 case $as_dir in #(
327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 *) as_qdir=$as_dir;;
329 esac
330 as_dirs="'$as_qdir' $as_dirs"
331 as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333 X"$as_dir" : 'X\(//\)[^/]' \| \
334 X"$as_dir" : 'X\(//\)$' \| \
335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" |
337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338 s//\1/
339 q
340 }
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
343 q
344 }
345 /^X\(\/\/\)$/{
346 s//\1/
347 q
348 }
349 /^X\(\/\).*/{
350 s//\1/
351 q
352 }
353 s/.*/./; q'`
354 test -d "$as_dir" && break
355 done
356 test -z "$as_dirs" || eval "mkdir $as_dirs"
357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
358  
359  
360 } # as_fn_mkdir_p
361  
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
366 {
367 test -f "$1" && test -x "$1"
368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE
370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376 eval 'as_fn_append ()
377 {
378 eval $1+=\$2
379 }'
380 else
381 as_fn_append ()
382 {
383 eval $1=\$$1\$2
384 }
385 fi # as_fn_append
386  
387 # as_fn_arith ARG...
388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393 eval 'as_fn_arith ()
394 {
395 as_val=$(( $* ))
396 }'
397 else
398 as_fn_arith ()
399 {
400 as_val=`expr "$@" || test $? -eq 1`
401 }
402 fi # as_fn_arith
403  
404  
405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0.
410 as_fn_error ()
411 {
412 as_status=$1; test $as_status -eq 0 && as_status=1
413 if test "$4"; then
414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
416 fi
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
420  
421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
423 as_expr=expr
424 else
425 as_expr=false
426 fi
427  
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
432 fi
433  
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435 as_dirname=dirname
436 else
437 as_dirname=false
438 fi
439  
440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" |
445 sed '/^.*\/\([^/][^/]*\)\/*$/{
446 s//\1/
447 q
448 }
449 /^X\/\(\/\/\)$/{
450 s//\1/
451 q
452 }
453 /^X\/\(\/\).*/{
454 s//\1/
455 q
456 }
457 s/.*/./; q'`
458  
459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits
465  
466  
467 as_lineno_1=$LINENO as_lineno_1a=$LINENO
468 as_lineno_2=$LINENO as_lineno_2a=$LINENO
469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
472 sed -n '
473 p
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
479 b
480 :lineno
481 N
482 :loop
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 t loop
485 s/-\n.*//
486 ' >$as_me.lineno &&
487 chmod +x "$as_me.lineno" ||
488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
489  
490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491 # already done that, so ensure we don't try to do so again and fall
492 # in an infinite loop. This has already happened in practice.
493 _as_can_reexec=no; export _as_can_reexec
494 # Don't try to exec as it changes $[0], causing all sort of problems
495 # (the dirname of $[0] is not the place where we might find the
496 # original and so on. Autoconf is especially sensitive to this).
497 . "./$as_me.lineno"
498 # Exit status is that of the last command.
499 exit
500 }
501  
502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #(((((
504 -n*)
505 case `echo 'xy\c'` in
506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
507 xy) ECHO_C='\c';;
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
509 ECHO_T=' ';;
510 esac;;
511 *)
512 ECHO_N='-n';;
513 esac
514  
515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then
517 rm -f conf$$.dir/conf$$.file
518 else
519 rm -f conf$$.dir
520 mkdir conf$$.dir 2>/dev/null
521 fi
522 if (echo >conf$$.file) 2>/dev/null; then
523 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 as_ln_s='ln -s'
525 # ... but there are two gotchas:
526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528 # In both cases, we have to default to `cp -pR'.
529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530 as_ln_s='cp -pR'
531 elif ln conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s=ln
533 else
534 as_ln_s='cp -pR'
535 fi
536 else
537 as_ln_s='cp -pR'
538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
541  
542 if mkdir -p . 2>/dev/null; then
543 as_mkdir_p='mkdir -p "$as_dir"'
544 else
545 test -d ./-p && rmdir ./-p
546 as_mkdir_p=false
547 fi
548  
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
551  
552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554  
555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557  
558  
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
561  
562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566  
567 #
568 # Initializations.
569 #
570 ac_default_prefix=/usr/local
571 ac_clean_files=
572 ac_config_libobj_dir=.
573 LIBOBJS=
574 cross_compiling=no
575 subdirs=
576 MFLAGS=
577 MAKEFLAGS=
578  
579 # Identity of this package.
580 PACKAGE_NAME='gettext'
581 PACKAGE_TARNAME='gettext'
582 PACKAGE_VERSION='0.19.8.1'
583 PACKAGE_STRING='gettext 0.19.8.1'
584 PACKAGE_BUGREPORT='bug-gnu-gettext@gnu.org'
585 PACKAGE_URL=''
586  
587 ac_unique_file="gettext-tools/src/msgfmt.c"
588 enable_option_checking=no
589 ac_subst_vars='LTLIBOBJS
590 LIBOBJS
591 CXXCPP
592 EMACSLOADPATH
593 EMACS
594 GCJFLAGS
595 GCJ
596 CXXFLAGS
597 CXX
598 LT_SYS_LIBRARY_PATH
599 CPP
600 YFLAGS
601 YACC
602 CPPFLAGS
603 LDFLAGS
604 CFLAGS
605 CC
606 host_os
607 host_vendor
608 host_cpu
609 host
610 build_os
611 build_vendor
612 build_cpu
613 build
614 subdirs
615 AM_BACKSLASH
616 AM_DEFAULT_VERBOSITY
617 AM_DEFAULT_V
618 AM_V
619 am__untar
620 am__tar
621 AMTAR
622 am__leading_dot
623 SET_MAKE
624 AWK
625 mkdir_p
626 MKDIR_P
627 INSTALL_STRIP_PROGRAM
628 STRIP
629 install_sh
630 MAKEINFO
631 AUTOHEADER
632 AUTOMAKE
633 AUTOCONF
634 ACLOCAL
635 VERSION
636 PACKAGE
637 CYGPATH_W
638 am__isrc
639 INSTALL_DATA
640 INSTALL_SCRIPT
641 INSTALL_PROGRAM
642 target_alias
643 host_alias
644 build_alias
645 LIBS
646 ECHO_T
647 ECHO_N
648 ECHO_C
649 DEFS
650 mandir
651 localedir
652 libdir
653 psdir
654 pdfdir
655 dvidir
656 htmldir
657 infodir
658 docdir
659 oldincludedir
660 includedir
661 runstatedir
662 localstatedir
663 sharedstatedir
664 sysconfdir
665 datadir
666 datarootdir
667 libexecdir
668 sbindir
669 bindir
670 program_transform_name
671 prefix
672 exec_prefix
673 PACKAGE_URL
674 PACKAGE_BUGREPORT
675 PACKAGE_STRING
676 PACKAGE_VERSION
677 PACKAGE_TARNAME
678 PACKAGE_NAME
679 PATH_SEPARATOR
680 SHELL'
681 ac_subst_files=''
682 ac_user_opts='
683 enable_option_checking
684 enable_silent_rules
685 enable_dependency_tracking
686 enable_java
687 enable_native_java
688 enable_csharp
689 enable_largefile
690 enable_threads
691 enable_shared
692 enable_static
693 with_pic
694 enable_fast_install
695 with_aix_soname
696 with_gnu_ld
697 with_sysroot
698 enable_libtool_lock
699 enable_nls
700 enable_rpath
701 with_libpth_prefix
702 with_libiconv_prefix
703 with_included_gettext
704 with_libintl_prefix
705 enable_c__
706 enable_relocatable
707 enable_libasprintf
708 enable_acl
709 with_included_glib
710 with_libglib_2_0_prefix
711 with_included_libcroco
712 with_libcroco_0_6_prefix
713 with_included_libunistring
714 with_libunistring_prefix
715 with_included_libxml
716 with_libxml2_prefix
717 enable_openmp
718 enable_curses
719 with_libncurses_prefix
720 with_libtermcap_prefix
721 with_libxcurses_prefix
722 with_libcurses_prefix
723 with_included_regex
724 with_emacs
725 with_lispdir
726 with_git
727 with_cvs
728 with_bzip2
729 with_xz
730 '
731 ac_precious_vars='build_alias
732 host_alias
733 target_alias
734 CC
735 CFLAGS
736 LDFLAGS
737 LIBS
738 CPPFLAGS
739 YACC
740 YFLAGS
741 CPP
742 LT_SYS_LIBRARY_PATH
743 CXX
744 CXXFLAGS
745 GCJ
746 GCJFLAGS
747 EMACS
748 EMACSLOADPATH
749 CXXCPP'
750 ac_subdirs_all='gettext-runtime gettext-tools'
751  
752 # Initialize some variables set by options.
753 ac_init_help=
754 ac_init_version=false
755 ac_unrecognized_opts=
756 ac_unrecognized_sep=
757 # The variables have the same names as the options, with
758 # dashes changed to underlines.
759 cache_file=/dev/null
760 exec_prefix=NONE
761 no_create=
762 no_recursion=
763 prefix=NONE
764 program_prefix=NONE
765 program_suffix=NONE
766 program_transform_name=s,x,x,
767 silent=
768 site=
769 srcdir=
770 verbose=
771 x_includes=NONE
772 x_libraries=NONE
773  
774 # Installation directory options.
775 # These are left unexpanded so users can "make install exec_prefix=/foo"
776 # and all the variables that are supposed to be based on exec_prefix
777 # by default will actually change.
778 # Use braces instead of parens because sh, perl, etc. also accept them.
779 # (The list follows the same order as the GNU Coding Standards.)
780 bindir='${exec_prefix}/bin'
781 sbindir='${exec_prefix}/sbin'
782 libexecdir='${exec_prefix}/libexec'
783 datarootdir='${prefix}/share'
784 datadir='${datarootdir}'
785 sysconfdir='${prefix}/etc'
786 sharedstatedir='${prefix}/com'
787 localstatedir='${prefix}/var'
788 runstatedir='${localstatedir}/run'
789 includedir='${prefix}/include'
790 oldincludedir='/usr/include'
791 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
792 infodir='${datarootdir}/info'
793 htmldir='${docdir}'
794 dvidir='${docdir}'
795 pdfdir='${docdir}'
796 psdir='${docdir}'
797 libdir='${exec_prefix}/lib'
798 localedir='${datarootdir}/locale'
799 mandir='${datarootdir}/man'
800  
801 ac_prev=
802 ac_dashdash=
803 for ac_option
804 do
805 # If the previous option needs an argument, assign it.
806 if test -n "$ac_prev"; then
807 eval $ac_prev=\$ac_option
808 ac_prev=
809 continue
810 fi
811  
812 case $ac_option in
813 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
814 *=) ac_optarg= ;;
815 *) ac_optarg=yes ;;
816 esac
817  
818 # Accept the important Cygnus configure options, so we can diagnose typos.
819  
820 case $ac_dashdash$ac_option in
821 --)
822 ac_dashdash=yes ;;
823  
824 -bindir | --bindir | --bindi | --bind | --bin | --bi)
825 ac_prev=bindir ;;
826 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
827 bindir=$ac_optarg ;;
828  
829 -build | --build | --buil | --bui | --bu)
830 ac_prev=build_alias ;;
831 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
832 build_alias=$ac_optarg ;;
833  
834 -cache-file | --cache-file | --cache-fil | --cache-fi \
835 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
836 ac_prev=cache_file ;;
837 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
838 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
839 cache_file=$ac_optarg ;;
840  
841 --config-cache | -C)
842 cache_file=config.cache ;;
843  
844 -datadir | --datadir | --datadi | --datad)
845 ac_prev=datadir ;;
846 -datadir=* | --datadir=* | --datadi=* | --datad=*)
847 datadir=$ac_optarg ;;
848  
849 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
850 | --dataroo | --dataro | --datar)
851 ac_prev=datarootdir ;;
852 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
853 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
854 datarootdir=$ac_optarg ;;
855  
856 -disable-* | --disable-*)
857 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
858 # Reject names that are not valid shell variable names.
859 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
860 as_fn_error $? "invalid feature name: $ac_useropt"
861 ac_useropt_orig=$ac_useropt
862 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
863 case $ac_user_opts in
864 *"
865 "enable_$ac_useropt"
866 "*) ;;
867 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
868 ac_unrecognized_sep=', ';;
869 esac
870 eval enable_$ac_useropt=no ;;
871  
872 -docdir | --docdir | --docdi | --doc | --do)
873 ac_prev=docdir ;;
874 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
875 docdir=$ac_optarg ;;
876  
877 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
878 ac_prev=dvidir ;;
879 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
880 dvidir=$ac_optarg ;;
881  
882 -enable-* | --enable-*)
883 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
884 # Reject names that are not valid shell variable names.
885 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886 as_fn_error $? "invalid feature name: $ac_useropt"
887 ac_useropt_orig=$ac_useropt
888 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889 case $ac_user_opts in
890 *"
891 "enable_$ac_useropt"
892 "*) ;;
893 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
894 ac_unrecognized_sep=', ';;
895 esac
896 eval enable_$ac_useropt=\$ac_optarg ;;
897  
898 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
899 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
900 | --exec | --exe | --ex)
901 ac_prev=exec_prefix ;;
902 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
903 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
904 | --exec=* | --exe=* | --ex=*)
905 exec_prefix=$ac_optarg ;;
906  
907 -gas | --gas | --ga | --g)
908 # Obsolete; use --with-gas.
909 with_gas=yes ;;
910  
911 -help | --help | --hel | --he | -h)
912 ac_init_help=long ;;
913 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
914 ac_init_help=recursive ;;
915 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
916 ac_init_help=short ;;
917  
918 -host | --host | --hos | --ho)
919 ac_prev=host_alias ;;
920 -host=* | --host=* | --hos=* | --ho=*)
921 host_alias=$ac_optarg ;;
922  
923 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
924 ac_prev=htmldir ;;
925 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
926 | --ht=*)
927 htmldir=$ac_optarg ;;
928  
929 -includedir | --includedir | --includedi | --included | --include \
930 | --includ | --inclu | --incl | --inc)
931 ac_prev=includedir ;;
932 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
933 | --includ=* | --inclu=* | --incl=* | --inc=*)
934 includedir=$ac_optarg ;;
935  
936 -infodir | --infodir | --infodi | --infod | --info | --inf)
937 ac_prev=infodir ;;
938 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
939 infodir=$ac_optarg ;;
940  
941 -libdir | --libdir | --libdi | --libd)
942 ac_prev=libdir ;;
943 -libdir=* | --libdir=* | --libdi=* | --libd=*)
944 libdir=$ac_optarg ;;
945  
946 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
947 | --libexe | --libex | --libe)
948 ac_prev=libexecdir ;;
949 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
950 | --libexe=* | --libex=* | --libe=*)
951 libexecdir=$ac_optarg ;;
952  
953 -localedir | --localedir | --localedi | --localed | --locale)
954 ac_prev=localedir ;;
955 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
956 localedir=$ac_optarg ;;
957  
958 -localstatedir | --localstatedir | --localstatedi | --localstated \
959 | --localstate | --localstat | --localsta | --localst | --locals)
960 ac_prev=localstatedir ;;
961 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
962 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
963 localstatedir=$ac_optarg ;;
964  
965 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
966 ac_prev=mandir ;;
967 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
968 mandir=$ac_optarg ;;
969  
970 -nfp | --nfp | --nf)
971 # Obsolete; use --without-fp.
972 with_fp=no ;;
973  
974 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
975 | --no-cr | --no-c | -n)
976 no_create=yes ;;
977  
978 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
979 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
980 no_recursion=yes ;;
981  
982 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
983 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
984 | --oldin | --oldi | --old | --ol | --o)
985 ac_prev=oldincludedir ;;
986 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
987 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
988 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
989 oldincludedir=$ac_optarg ;;
990  
991 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
992 ac_prev=prefix ;;
993 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
994 prefix=$ac_optarg ;;
995  
996 -program-prefix | --program-prefix | --program-prefi | --program-pref \
997 | --program-pre | --program-pr | --program-p)
998 ac_prev=program_prefix ;;
999 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1000 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1001 program_prefix=$ac_optarg ;;
1002  
1003 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1004 | --program-suf | --program-su | --program-s)
1005 ac_prev=program_suffix ;;
1006 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1007 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1008 program_suffix=$ac_optarg ;;
1009  
1010 -program-transform-name | --program-transform-name \
1011 | --program-transform-nam | --program-transform-na \
1012 | --program-transform-n | --program-transform- \
1013 | --program-transform | --program-transfor \
1014 | --program-transfo | --program-transf \
1015 | --program-trans | --program-tran \
1016 | --progr-tra | --program-tr | --program-t)
1017 ac_prev=program_transform_name ;;
1018 -program-transform-name=* | --program-transform-name=* \
1019 | --program-transform-nam=* | --program-transform-na=* \
1020 | --program-transform-n=* | --program-transform-=* \
1021 | --program-transform=* | --program-transfor=* \
1022 | --program-transfo=* | --program-transf=* \
1023 | --program-trans=* | --program-tran=* \
1024 | --progr-tra=* | --program-tr=* | --program-t=*)
1025 program_transform_name=$ac_optarg ;;
1026  
1027 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1028 ac_prev=pdfdir ;;
1029 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1030 pdfdir=$ac_optarg ;;
1031  
1032 -psdir | --psdir | --psdi | --psd | --ps)
1033 ac_prev=psdir ;;
1034 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1035 psdir=$ac_optarg ;;
1036  
1037 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1038 | -silent | --silent | --silen | --sile | --sil)
1039 silent=yes ;;
1040  
1041 -runstatedir | --runstatedir | --runstatedi | --runstated \
1042 | --runstate | --runstat | --runsta | --runst | --runs \
1043 | --run | --ru | --r)
1044 ac_prev=runstatedir ;;
1045 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1046 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1047 | --run=* | --ru=* | --r=*)
1048 runstatedir=$ac_optarg ;;
1049  
1050 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1051 ac_prev=sbindir ;;
1052 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1053 | --sbi=* | --sb=*)
1054 sbindir=$ac_optarg ;;
1055  
1056 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1057 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1058 | --sharedst | --shareds | --shared | --share | --shar \
1059 | --sha | --sh)
1060 ac_prev=sharedstatedir ;;
1061 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1062 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1063 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1064 | --sha=* | --sh=*)
1065 sharedstatedir=$ac_optarg ;;
1066  
1067 -site | --site | --sit)
1068 ac_prev=site ;;
1069 -site=* | --site=* | --sit=*)
1070 site=$ac_optarg ;;
1071  
1072 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1073 ac_prev=srcdir ;;
1074 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1075 srcdir=$ac_optarg ;;
1076  
1077 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1078 | --syscon | --sysco | --sysc | --sys | --sy)
1079 ac_prev=sysconfdir ;;
1080 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1081 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1082 sysconfdir=$ac_optarg ;;
1083  
1084 -target | --target | --targe | --targ | --tar | --ta | --t)
1085 ac_prev=target_alias ;;
1086 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1087 target_alias=$ac_optarg ;;
1088  
1089 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1090 verbose=yes ;;
1091  
1092 -version | --version | --versio | --versi | --vers | -V)
1093 ac_init_version=: ;;
1094  
1095 -with-* | --with-*)
1096 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1097 # Reject names that are not valid shell variable names.
1098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099 as_fn_error $? "invalid package name: $ac_useropt"
1100 ac_useropt_orig=$ac_useropt
1101 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102 case $ac_user_opts in
1103 *"
1104 "with_$ac_useropt"
1105 "*) ;;
1106 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1107 ac_unrecognized_sep=', ';;
1108 esac
1109 eval with_$ac_useropt=\$ac_optarg ;;
1110  
1111 -without-* | --without-*)
1112 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1113 # Reject names that are not valid shell variable names.
1114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115 as_fn_error $? "invalid package name: $ac_useropt"
1116 ac_useropt_orig=$ac_useropt
1117 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118 case $ac_user_opts in
1119 *"
1120 "with_$ac_useropt"
1121 "*) ;;
1122 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1123 ac_unrecognized_sep=', ';;
1124 esac
1125 eval with_$ac_useropt=no ;;
1126  
1127 --x)
1128 # Obsolete; use --with-x.
1129 with_x=yes ;;
1130  
1131 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1132 | --x-incl | --x-inc | --x-in | --x-i)
1133 ac_prev=x_includes ;;
1134 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1135 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1136 x_includes=$ac_optarg ;;
1137  
1138 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1139 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1140 ac_prev=x_libraries ;;
1141 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1142 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1143 x_libraries=$ac_optarg ;;
1144  
1145 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1146 Try \`$0 --help' for more information"
1147 ;;
1148  
1149 *=*)
1150 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1151 # Reject names that are not valid shell variable names.
1152 case $ac_envvar in #(
1153 '' | [0-9]* | *[!_$as_cr_alnum]* )
1154 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1155 esac
1156 eval $ac_envvar=\$ac_optarg
1157 export $ac_envvar ;;
1158  
1159 *)
1160 # FIXME: should be removed in autoconf 3.0.
1161 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1162 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1163 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1164 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1165 ;;
1166  
1167 esac
1168 done
1169  
1170 if test -n "$ac_prev"; then
1171 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1172 as_fn_error $? "missing argument to $ac_option"
1173 fi
1174  
1175 if test -n "$ac_unrecognized_opts"; then
1176 case $enable_option_checking in
1177 no) ;;
1178 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1179 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1180 esac
1181 fi
1182  
1183 # Check all directory arguments for consistency.
1184 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1185 datadir sysconfdir sharedstatedir localstatedir includedir \
1186 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187 libdir localedir mandir runstatedir
1188 do
1189 eval ac_val=\$$ac_var
1190 # Remove trailing slashes.
1191 case $ac_val in
1192 */ )
1193 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1194 eval $ac_var=\$ac_val;;
1195 esac
1196 # Be sure to have absolute directory names.
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1202 done
1203  
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1210  
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 elif test "x$build_alias" != "x$host_alias"; then
1216 cross_compiling=yes
1217 fi
1218 fi
1219  
1220 ac_tool_prefix=
1221 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1222  
1223 test "$silent" = yes && exec 6>/dev/null
1224  
1225  
1226 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1227 ac_ls_di=`ls -di .` &&
1228 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1229 as_fn_error $? "working directory cannot be determined"
1230 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1231 as_fn_error $? "pwd does not report name of working directory"
1232  
1233  
1234 # Find the source files, if location was not specified.
1235 if test -z "$srcdir"; then
1236 ac_srcdir_defaulted=yes
1237 # Try the directory containing this script, then the parent directory.
1238 ac_confdir=`$as_dirname -- "$as_myself" ||
1239 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1240 X"$as_myself" : 'X\(//\)[^/]' \| \
1241 X"$as_myself" : 'X\(//\)$' \| \
1242 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1243 $as_echo X"$as_myself" |
1244 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1245 s//\1/
1246 q
1247 }
1248 /^X\(\/\/\)[^/].*/{
1249 s//\1/
1250 q
1251 }
1252 /^X\(\/\/\)$/{
1253 s//\1/
1254 q
1255 }
1256 /^X\(\/\).*/{
1257 s//\1/
1258 q
1259 }
1260 s/.*/./; q'`
1261 srcdir=$ac_confdir
1262 if test ! -r "$srcdir/$ac_unique_file"; then
1263 srcdir=..
1264 fi
1265 else
1266 ac_srcdir_defaulted=no
1267 fi
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1270 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1271 fi
1272 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1273 ac_abs_confdir=`(
1274 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1275 pwd)`
1276 # When building in place, set srcdir=.
1277 if test "$ac_abs_confdir" = "$ac_pwd"; then
1278 srcdir=.
1279 fi
1280 # Remove unnecessary trailing slashes from srcdir.
1281 # Double slashes in file names in object file debugging info
1282 # mess up M-x gdb in Emacs.
1283 case $srcdir in
1284 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1285 esac
1286 for ac_var in $ac_precious_vars; do
1287 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1288 eval ac_env_${ac_var}_value=\$${ac_var}
1289 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1290 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1291 done
1292  
1293 #
1294 # Report the --help message.
1295 #
1296 if test "$ac_init_help" = "long"; then
1297 # Omit some internal or obsolete options to make the list less imposing.
1298 # This message is too long to be a string in the A/UX 3.1 sh.
1299 cat <<_ACEOF
1300 \`configure' configures gettext 0.19.8.1 to adapt to many kinds of systems.
1301  
1302 Usage: $0 [OPTION]... [VAR=VALUE]...
1303  
1304 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1305 VAR=VALUE. See below for descriptions of some of the useful variables.
1306  
1307 Defaults for the options are specified in brackets.
1308  
1309 Configuration:
1310 -h, --help display this help and exit
1311 --help=short display options specific to this package
1312 --help=recursive display the short help of all the included packages
1313 -V, --version display version information and exit
1314 -q, --quiet, --silent do not print \`checking ...' messages
1315 --cache-file=FILE cache test results in FILE [disabled]
1316 -C, --config-cache alias for \`--cache-file=config.cache'
1317 -n, --no-create do not create output files
1318 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1319  
1320 Installation directories:
1321 --prefix=PREFIX install architecture-independent files in PREFIX
1322 [$ac_default_prefix]
1323 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1324 [PREFIX]
1325  
1326 By default, \`make install' will install all the files in
1327 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1328 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1329 for instance \`--prefix=\$HOME'.
1330  
1331 For better control, use the options below.
1332  
1333 Fine tuning of the installation directories:
1334 --bindir=DIR user executables [EPREFIX/bin]
1335 --sbindir=DIR system admin executables [EPREFIX/sbin]
1336 --libexecdir=DIR program executables [EPREFIX/libexec]
1337 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1338 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1339 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1340 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1341 --libdir=DIR object code libraries [EPREFIX/lib]
1342 --includedir=DIR C header files [PREFIX/include]
1343 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1344 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1345 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1346 --infodir=DIR info documentation [DATAROOTDIR/info]
1347 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1348 --mandir=DIR man documentation [DATAROOTDIR/man]
1349 --docdir=DIR documentation root [DATAROOTDIR/doc/gettext]
1350 --htmldir=DIR html documentation [DOCDIR]
1351 --dvidir=DIR dvi documentation [DOCDIR]
1352 --pdfdir=DIR pdf documentation [DOCDIR]
1353 --psdir=DIR ps documentation [DOCDIR]
1354 _ACEOF
1355  
1356 cat <<\_ACEOF
1357  
1358 Program names:
1359 --program-prefix=PREFIX prepend PREFIX to installed program names
1360 --program-suffix=SUFFIX append SUFFIX to installed program names
1361 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1362  
1363 System types:
1364 --build=BUILD configure for building on BUILD [guessed]
1365 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1366 _ACEOF
1367 fi
1368  
1369 if test -n "$ac_init_help"; then
1370 case $ac_init_help in
1371 short | recursive ) echo "Configuration of gettext 0.19.8.1:";;
1372 esac
1373 cat <<\_ACEOF
1374  
1375 Optional Features:
1376 --disable-option-checking ignore unrecognized --enable/--with options
1377 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1378 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1379 --enable-silent-rules less verbose build output (undo: "make V=1")
1380 --disable-silent-rules verbose build output (undo: "make V=0")
1381 --enable-dependency-tracking
1382 do not reject slow dependency extractors
1383 --disable-dependency-tracking
1384 speeds up one-time build
1385 --disable-java do not build Java sources
1386 --disable-native-java do not compile Java to native executables
1387 --enable-csharp[=IMPL] choose preferred C# implementation (pnet or mono)
1388 --disable-largefile omit support for large files
1389 --enable-threads={posix|solaris|pth|windows}
1390 specify multithreading API
1391 --disable-threads build without multithread safety
1392 --enable-shared[=PKGS] build shared libraries
1393 [default=]_LT_ENABLE_SHARED_DEFAULT[]
1394 --enable-static[=PKGS] build static libraries
1395 [default=]_LT_ENABLE_STATIC_DEFAULT[]
1396 --enable-fast-install[=PKGS]
1397 optimize for fast installation
1398 [default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[]
1399 --disable-libtool-lock avoid locking (might break parallel builds)
1400 --disable-nls do not use Native Language Support
1401 --disable-rpath do not hardcode runtime library paths
1402 --disable-c++ do not build C++ sources
1403 --enable-relocatable install a package that can be moved in the file
1404 system
1405 --disable-libasprintf do not build libasprintf
1406 --disable-acl do not support ACLs
1407 --disable-openmp do not use OpenMP
1408 --disable-curses do not use libncurses, libtermcap even if they exist
1409  
1410 Optional Packages:
1411 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1412 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1413 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1414 both]
1415 --with-aix-soname=aix|svr4|both
1416 shared library versioning (aka "SONAME") variant to
1417 provide on AIX,
1418 [default=]_LT_WITH_AIX_SONAME_DEFAULT[].
1419 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1420 --with-sysroot=DIR Search for dependent libraries within DIR (or the
1421 compiler's sysroot if not specified).
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1423 --with-libpth-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1424 --without-libpth-prefix don't search for PACKLIBS in includedir and libdir
1425 --with-libiconv-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1426 --without-libiconv-prefix don't search for PACKLIBS in includedir and libdir
1427 --with-included-gettext use the GNU gettext library included here
1428 --with-libintl-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1429 --without-libintl-prefix don't search for PACKLIBS in includedir and libdir
1430 --with-included-glib use the glib2 included here
1431 --with-libglib-2.0-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1432 --without-libglib-2.0-prefix don't search for PACKLIBS in includedir and libdir
1433 --with-included-libcroco use the libcroco included here
1434 --with-libcroco-0.6-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1435 --without-libcroco-0.6-prefix don't search for PACKLIBS in includedir and libdir
1436 --with-included-libunistring use the libunistring parts included here
1437 --with-libunistring-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1438 --without-libunistring-prefix don't search for PACKLIBS in includedir and libdir
1439 --with-included-libxml use the libxml2 included here
1440 --with-libxml2-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1441 --without-libxml2-prefix don't search for PACKLIBS in includedir and libdir
1442 --with-libncurses-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1443 --without-libncurses-prefix don't search for PACKLIBS in includedir and libdir
1444 --with-libtermcap-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1445 --without-libtermcap-prefix don't search for PACKLIBS in includedir and libdir
1446 --with-libxcurses-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1447 --without-libxcurses-prefix don't search for PACKLIBS in includedir and libdir
1448 --with-libcurses-prefix[=DIR] search for PACKLIBS in DIR/include and DIR/lib
1449 --without-libcurses-prefix don't search for PACKLIBS in includedir and libdir
1450 --without-included-regex
1451 don't compile regex; this is the default on systems
1452 with recent-enough versions of the GNU C Library
1453 (use with caution on other systems).
1454 --without-emacs do not use Emacs, don't install po-mode
1455 --with-lispdir override the default lisp directory
1456 --without-git don't use git to compress the infrastructure archive
1457 --with-cvs use cvs to compress the infrastructure archive
1458 (deprecated)
1459 --without-bzip2 don't use bzip2 to compress the infrastructure archive
1460 --without-xz don't use xz to compress the infrastructure archive
1461  
1462 Some influential environment variables:
1463 CC C compiler command
1464 CFLAGS C compiler flags
1465 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1466 nonstandard directory <lib dir>
1467 LIBS libraries to pass to the linker, e.g. -l<library>
1468 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1469 you have headers in a nonstandard directory <include dir>
1470 YACC The `Yet Another Compiler Compiler' implementation to use.
1471 Defaults to the first program found out of: `bison -y', `byacc',
1472 `yacc'.
1473 YFLAGS The list of arguments that will be passed by default to $YACC.
1474 This script will default YFLAGS to the empty string to avoid a
1475 default value of `-d' given by some make applications.
1476 CPP C preprocessor
1477 LT_SYS_LIBRARY_PATH
1478 User-defined run-time library search path.
1479 CXX C++ compiler command
1480 CXXFLAGS C++ compiler flags
1481 GCJ Java native code compiler command
1482 GCJFLAGS Java native code compiler flags
1483 EMACS the Emacs editor command
1484 EMACSLOADPATH
1485 the Emacs library search path
1486 CXXCPP C++ preprocessor
1487  
1488 Use these variables to override the choices made by `configure' or to help
1489 it to find libraries and programs with nonstandard names/locations.
1490  
1491 Report bugs to <bug-gnu-gettext@gnu.org>.
1492 _ACEOF
1493 ac_status=$?
1494 fi
1495  
1496 if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 continue
1502 ac_builddir=.
1503  
1504 case "$ac_dir" in
1505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *)
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 esac ;;
1514 esac
1515 ac_abs_top_builddir=$ac_pwd
1516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517 # for backward compatibility:
1518 ac_top_builddir=$ac_top_build_prefix
1519  
1520 case $srcdir in
1521 .) # We are building in place.
1522 ac_srcdir=.
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
1526 ac_srcdir=$srcdir$ac_dir_suffix;
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1529 *) # Relative name.
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1533 esac
1534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535  
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure" --help=recursive
1544 else
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1546 fi || ac_status=$?
1547 cd "$ac_pwd" || { ac_status=$?; break; }
1548 done
1549 fi
1550  
1551 test -n "$ac_init_help" && exit $ac_status
1552 if $ac_init_version; then
1553 cat <<\_ACEOF
1554 gettext configure 0.19.8.1
1555 generated by GNU Autoconf 2.69
1556  
1557 Copyright (C) 2012 Free Software Foundation, Inc.
1558 This configure script is free software; the Free Software Foundation
1559 gives unlimited permission to copy, distribute and modify it.
1560 _ACEOF
1561 exit
1562 fi
1563  
1564 ## ------------------------ ##
1565 ## Autoconf initialization. ##
1566 ## ------------------------ ##
1567 cat >config.log <<_ACEOF
1568 This file contains any messages produced by compilers while
1569 running configure, to aid debugging if configure makes a mistake.
1570  
1571 It was created by gettext $as_me 0.19.8.1, which was
1572 generated by GNU Autoconf 2.69. Invocation command line was
1573  
1574 $ $0 $@
1575  
1576 _ACEOF
1577 exec 5>>config.log
1578 {
1579 cat <<_ASUNAME
1580 ## --------- ##
1581 ## Platform. ##
1582 ## --------- ##
1583  
1584 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1585 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1586 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1587 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1588 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1589  
1590 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1591 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1592  
1593 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1594 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1595 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1596 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1597 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1598 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1599 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1600  
1601 _ASUNAME
1602  
1603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1604 for as_dir in $PATH
1605 do
1606 IFS=$as_save_IFS
1607 test -z "$as_dir" && as_dir=.
1608 $as_echo "PATH: $as_dir"
1609 done
1610 IFS=$as_save_IFS
1611  
1612 } >&5
1613  
1614 cat >&5 <<_ACEOF
1615  
1616  
1617 ## ----------- ##
1618 ## Core tests. ##
1619 ## ----------- ##
1620  
1621 _ACEOF
1622  
1623  
1624 # Keep a trace of the command line.
1625 # Strip out --no-create and --no-recursion so they do not pile up.
1626 # Strip out --silent because we don't want to record it for future runs.
1627 # Also quote any args containing shell meta-characters.
1628 # Make two passes to allow for proper duplicate-argument suppression.
1629 ac_configure_args=
1630 ac_configure_args0=
1631 ac_configure_args1=
1632 ac_must_keep_next=false
1633 for ac_pass in 1 2
1634 do
1635 for ac_arg
1636 do
1637 case $ac_arg in
1638 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1639 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1640 | -silent | --silent | --silen | --sile | --sil)
1641 continue ;;
1642 *\'*)
1643 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1644 esac
1645 case $ac_pass in
1646 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1647 2)
1648 as_fn_append ac_configure_args1 " '$ac_arg'"
1649 if test $ac_must_keep_next = true; then
1650 ac_must_keep_next=false # Got value, back to normal.
1651 else
1652 case $ac_arg in
1653 *=* | --config-cache | -C | -disable-* | --disable-* \
1654 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1655 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1656 | -with-* | --with-* | -without-* | --without-* | --x)
1657 case "$ac_configure_args0 " in
1658 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1659 esac
1660 ;;
1661 -* ) ac_must_keep_next=true ;;
1662 esac
1663 fi
1664 as_fn_append ac_configure_args " '$ac_arg'"
1665 ;;
1666 esac
1667 done
1668 done
1669 { ac_configure_args0=; unset ac_configure_args0;}
1670 { ac_configure_args1=; unset ac_configure_args1;}
1671  
1672 # When interrupted or exit'd, cleanup temporary files, and complete
1673 # config.log. We remove comments because anyway the quotes in there
1674 # would cause problems or look ugly.
1675 # WARNING: Use '\'' to represent an apostrophe within the trap.
1676 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1677 trap 'exit_status=$?
1678 # Save into config.log some information that might help in debugging.
1679 {
1680 echo
1681  
1682 $as_echo "## ---------------- ##
1683 ## Cache variables. ##
1684 ## ---------------- ##"
1685 echo
1686 # The following way of writing the cache mishandles newlines in values,
1687 (
1688 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1689 eval ac_val=\$$ac_var
1690 case $ac_val in #(
1691 *${as_nl}*)
1692 case $ac_var in #(
1693 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1694 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1695 esac
1696 case $ac_var in #(
1697 _ | IFS | as_nl) ;; #(
1698 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1699 *) { eval $ac_var=; unset $ac_var;} ;;
1700 esac ;;
1701 esac
1702 done
1703 (set) 2>&1 |
1704 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1705 *${as_nl}ac_space=\ *)
1706 sed -n \
1707 "s/'\''/'\''\\\\'\'''\''/g;
1708 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1709 ;; #(
1710 *)
1711 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1712 ;;
1713 esac |
1714 sort
1715 )
1716 echo
1717  
1718 $as_echo "## ----------------- ##
1719 ## Output variables. ##
1720 ## ----------------- ##"
1721 echo
1722 for ac_var in $ac_subst_vars
1723 do
1724 eval ac_val=\$$ac_var
1725 case $ac_val in
1726 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1727 esac
1728 $as_echo "$ac_var='\''$ac_val'\''"
1729 done | sort
1730 echo
1731  
1732 if test -n "$ac_subst_files"; then
1733 $as_echo "## ------------------- ##
1734 ## File substitutions. ##
1735 ## ------------------- ##"
1736 echo
1737 for ac_var in $ac_subst_files
1738 do
1739 eval ac_val=\$$ac_var
1740 case $ac_val in
1741 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1742 esac
1743 $as_echo "$ac_var='\''$ac_val'\''"
1744 done | sort
1745 echo
1746 fi
1747  
1748 if test -s confdefs.h; then
1749 $as_echo "## ----------- ##
1750 ## confdefs.h. ##
1751 ## ----------- ##"
1752 echo
1753 cat confdefs.h
1754 echo
1755 fi
1756 test "$ac_signal" != 0 &&
1757 $as_echo "$as_me: caught signal $ac_signal"
1758 $as_echo "$as_me: exit $exit_status"
1759 } >&5
1760 rm -f core *.core core.conftest.* &&
1761 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1762 exit $exit_status
1763 ' 0
1764 for ac_signal in 1 2 13 15; do
1765 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1766 done
1767 ac_signal=0
1768  
1769 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1770 rm -f -r conftest* confdefs.h
1771  
1772 $as_echo "/* confdefs.h */" > confdefs.h
1773  
1774 # Predefined preprocessor variables.
1775  
1776 cat >>confdefs.h <<_ACEOF
1777 #define PACKAGE_NAME "$PACKAGE_NAME"
1778 _ACEOF
1779  
1780 cat >>confdefs.h <<_ACEOF
1781 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1782 _ACEOF
1783  
1784 cat >>confdefs.h <<_ACEOF
1785 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1786 _ACEOF
1787  
1788 cat >>confdefs.h <<_ACEOF
1789 #define PACKAGE_STRING "$PACKAGE_STRING"
1790 _ACEOF
1791  
1792 cat >>confdefs.h <<_ACEOF
1793 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1794 _ACEOF
1795  
1796 cat >>confdefs.h <<_ACEOF
1797 #define PACKAGE_URL "$PACKAGE_URL"
1798 _ACEOF
1799  
1800  
1801 # Let the site file select an alternate cache file if it wants to.
1802 # Prefer an explicitly selected file to automatically selected ones.
1803 ac_site_file1=NONE
1804 ac_site_file2=NONE
1805 if test -n "$CONFIG_SITE"; then
1806 # We do not want a PATH search for config.site.
1807 case $CONFIG_SITE in #((
1808 -*) ac_site_file1=./$CONFIG_SITE;;
1809 */*) ac_site_file1=$CONFIG_SITE;;
1810 *) ac_site_file1=./$CONFIG_SITE;;
1811 esac
1812 elif test "x$prefix" != xNONE; then
1813 ac_site_file1=$prefix/share/config.site
1814 ac_site_file2=$prefix/etc/config.site
1815 else
1816 ac_site_file1=$ac_default_prefix/share/config.site
1817 ac_site_file2=$ac_default_prefix/etc/config.site
1818 fi
1819 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1820 do
1821 test "x$ac_site_file" = xNONE && continue
1822 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1824 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1825 sed 's/^/| /' "$ac_site_file" >&5
1826 . "$ac_site_file" \
1827 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1828 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1829 as_fn_error $? "failed to load site script $ac_site_file
1830 See \`config.log' for more details" "$LINENO" 5; }
1831 fi
1832 done
1833  
1834 if test -r "$cache_file"; then
1835 # Some versions of bash will fail to source /dev/null (special files
1836 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1837 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1839 $as_echo "$as_me: loading cache $cache_file" >&6;}
1840 case $cache_file in
1841 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1842 *) . "./$cache_file";;
1843 esac
1844 fi
1845 else
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1847 $as_echo "$as_me: creating cache $cache_file" >&6;}
1848 >$cache_file
1849 fi
1850  
1851 # Check that the precious variables saved in the cache have kept the same
1852 # value.
1853 ac_cache_corrupted=false
1854 for ac_var in $ac_precious_vars; do
1855 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1856 eval ac_new_set=\$ac_env_${ac_var}_set
1857 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1858 eval ac_new_val=\$ac_env_${ac_var}_value
1859 case $ac_old_set,$ac_new_set in
1860 set,)
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1862 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1863 ac_cache_corrupted=: ;;
1864 ,set)
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1866 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1867 ac_cache_corrupted=: ;;
1868 ,);;
1869 *)
1870 if test "x$ac_old_val" != "x$ac_new_val"; then
1871 # differences in whitespace do not lead to failure.
1872 ac_old_val_w=`echo x $ac_old_val`
1873 ac_new_val_w=`echo x $ac_new_val`
1874 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1876 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1877 ac_cache_corrupted=:
1878 else
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1880 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1881 eval $ac_var=\$ac_old_val
1882 fi
1883 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1884 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1885 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1886 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1887 fi;;
1888 esac
1889 # Pass precious variables to config.status.
1890 if test "$ac_new_set" = set; then
1891 case $ac_new_val in
1892 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1893 *) ac_arg=$ac_var=$ac_new_val ;;
1894 esac
1895 case " $ac_configure_args " in
1896 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1897 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1898 esac
1899 fi
1900 done
1901 if $ac_cache_corrupted; then
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1903 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1905 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1906 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1907 fi
1908 ## -------------------- ##
1909 ## Main body of script. ##
1910 ## -------------------- ##
1911  
1912 ac_ext=c
1913 ac_cpp='$CPP $CPPFLAGS'
1914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1917  
1918  
1919  
1920 ac_aux_dir=
1921 for ac_dir in build-aux "$srcdir"/build-aux; do
1922 if test -f "$ac_dir/install-sh"; then
1923 ac_aux_dir=$ac_dir
1924 ac_install_sh="$ac_aux_dir/install-sh -c"
1925 break
1926 elif test -f "$ac_dir/install.sh"; then
1927 ac_aux_dir=$ac_dir
1928 ac_install_sh="$ac_aux_dir/install.sh -c"
1929 break
1930 elif test -f "$ac_dir/shtool"; then
1931 ac_aux_dir=$ac_dir
1932 ac_install_sh="$ac_aux_dir/shtool install -c"
1933 break
1934 fi
1935 done
1936 if test -z "$ac_aux_dir"; then
1937 as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
1938 fi
1939  
1940 # These three variables are undocumented and unsupported,
1941 # and are intended to be withdrawn in a future Autoconf release.
1942 # They can cause serious problems if a builder's source tree is in a directory
1943 # whose full name contains unusual characters.
1944 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1945 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1946 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1947  
1948  
1949 am__api_version='1.15'
1950  
1951 # Find a good install program. We prefer a C program (faster),
1952 # so one script is as good as another. But avoid the broken or
1953 # incompatible versions:
1954 # SysV /etc/install, /usr/sbin/install
1955 # SunOS /usr/etc/install
1956 # IRIX /sbin/install
1957 # AIX /bin/install
1958 # AmigaOS /C/install, which installs bootblocks on floppy discs
1959 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1960 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1961 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1962 # OS/2's system install, which has a completely different semantic
1963 # ./install, which can be erroneously created by make from ./install.sh.
1964 # Reject install programs that cannot install multiple files.
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1966 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1967 if test -z "$INSTALL"; then
1968 if ${ac_cv_path_install+:} false; then :
1969 $as_echo_n "(cached) " >&6
1970 else
1971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1972 for as_dir in $PATH
1973 do
1974 IFS=$as_save_IFS
1975 test -z "$as_dir" && as_dir=.
1976 # Account for people who put trailing slashes in PATH elements.
1977 case $as_dir/ in #((
1978 ./ | .// | /[cC]/* | \
1979 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1980 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1981 /usr/ucb/* ) ;;
1982 *)
1983 # OSF1 and SCO ODT 3.0 have their own names for install.
1984 # Don't use installbsd from OSF since it installs stuff as root
1985 # by default.
1986 for ac_prog in ginstall scoinst install; do
1987 for ac_exec_ext in '' $ac_executable_extensions; do
1988 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1989 if test $ac_prog = install &&
1990 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1991 # AIX install. It has an incompatible calling convention.
1992 :
1993 elif test $ac_prog = install &&
1994 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1995 # program-specific install script used by HP pwplus--don't use.
1996 :
1997 else
1998 rm -rf conftest.one conftest.two conftest.dir
1999 echo one > conftest.one
2000 echo two > conftest.two
2001 mkdir conftest.dir
2002 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2003 test -s conftest.one && test -s conftest.two &&
2004 test -s conftest.dir/conftest.one &&
2005 test -s conftest.dir/conftest.two
2006 then
2007 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2008 break 3
2009 fi
2010 fi
2011 fi
2012 done
2013 done
2014 ;;
2015 esac
2016  
2017 done
2018 IFS=$as_save_IFS
2019  
2020 rm -rf conftest.one conftest.two conftest.dir
2021  
2022 fi
2023 if test "${ac_cv_path_install+set}" = set; then
2024 INSTALL=$ac_cv_path_install
2025 else
2026 # As a last resort, use the slow shell script. Don't cache a
2027 # value for INSTALL within a source directory, because that will
2028 # break other packages using the cache if that directory is
2029 # removed, or if the value is a relative name.
2030 INSTALL=$ac_install_sh
2031 fi
2032 fi
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2034 $as_echo "$INSTALL" >&6; }
2035  
2036 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2037 # It thinks the first close brace ends the variable substitution.
2038 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2039  
2040 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2041  
2042 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2043  
2044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2045 $as_echo_n "checking whether build environment is sane... " >&6; }
2046 # Reject unsafe characters in $srcdir or the absolute working directory
2047 # name. Accept space and tab only in the latter.
2048 am_lf='
2049 '
2050 case `pwd` in
2051 *[\\\"\#\$\&\'\`$am_lf]*)
2052 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2053 esac
2054 case $srcdir in
2055 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2056 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2057 esac
2058  
2059 # Do 'set' in a subshell so we don't clobber the current shell's
2060 # arguments. Must try -L first in case configure is actually a
2061 # symlink; some systems play weird games with the mod time of symlinks
2062 # (eg FreeBSD returns the mod time of the symlink's containing
2063 # directory).
2064 if (
2065 am_has_slept=no
2066 for am_try in 1 2; do
2067 echo "timestamp, slept: $am_has_slept" > conftest.file
2068 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2069 if test "$*" = "X"; then
2070 # -L didn't work.
2071 set X `ls -t "$srcdir/configure" conftest.file`
2072 fi
2073 if test "$*" != "X $srcdir/configure conftest.file" \
2074 && test "$*" != "X conftest.file $srcdir/configure"; then
2075  
2076 # If neither matched, then we have a broken ls. This can happen
2077 # if, for instance, CONFIG_SHELL is bash and it inherits a
2078 # broken ls alias from the environment. This has actually
2079 # happened. Such a system could not be considered "sane".
2080 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2081 alias in your environment" "$LINENO" 5
2082 fi
2083 if test "$2" = conftest.file || test $am_try -eq 2; then
2084 break
2085 fi
2086 # Just in case.
2087 sleep 1
2088 am_has_slept=yes
2089 done
2090 test "$2" = conftest.file
2091 )
2092 then
2093 # Ok.
2094 :
2095 else
2096 as_fn_error $? "newly created file is older than distributed files!
2097 Check your system clock" "$LINENO" 5
2098 fi
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2100 $as_echo "yes" >&6; }
2101 # If we didn't sleep, we still need to ensure time stamps of config.status and
2102 # generated files are strictly newer.
2103 am_sleep_pid=
2104 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2105 ( sleep 1 ) &
2106 am_sleep_pid=$!
2107 fi
2108  
2109 rm -f conftest.file
2110  
2111 test "$program_prefix" != NONE &&
2112 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2113 # Use a double $ so make ignores it.
2114 test "$program_suffix" != NONE &&
2115 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2116 # Double any \ or $.
2117 # By default was `s,x,x', remove it if useless.
2118 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2119 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2120  
2121 # Expand $ac_aux_dir to an absolute path.
2122 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2123  
2124 if test x"${MISSING+set}" != xset; then
2125 case $am_aux_dir in
2126 *\ * | *\ *)
2127 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2128 *)
2129 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2130 esac
2131 fi
2132 # Use eval to expand $SHELL
2133 if eval "$MISSING --is-lightweight"; then
2134 am_missing_run="$MISSING "
2135 else
2136 am_missing_run=
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2138 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2139 fi
2140  
2141 if test x"${install_sh+set}" != xset; then
2142 case $am_aux_dir in
2143 *\ * | *\ *)
2144 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2145 *)
2146 install_sh="\${SHELL} $am_aux_dir/install-sh"
2147 esac
2148 fi
2149  
2150 # Installed binaries are usually stripped using 'strip' when the user
2151 # run "make install-strip". However 'strip' might not be the right
2152 # tool to use in cross-compilation environments, therefore Automake
2153 # will honor the 'STRIP' environment variable to overrule this program.
2154 if test "$cross_compiling" != no; then
2155 if test -n "$ac_tool_prefix"; then
2156 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2157 set dummy ${ac_tool_prefix}strip; ac_word=$2
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2159 $as_echo_n "checking for $ac_word... " >&6; }
2160 if ${ac_cv_prog_STRIP+:} false; then :
2161 $as_echo_n "(cached) " >&6
2162 else
2163 if test -n "$STRIP"; then
2164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2165 else
2166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2167 for as_dir in $PATH
2168 do
2169 IFS=$as_save_IFS
2170 test -z "$as_dir" && as_dir=.
2171 for ac_exec_ext in '' $ac_executable_extensions; do
2172 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2173 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2175 break 2
2176 fi
2177 done
2178 done
2179 IFS=$as_save_IFS
2180  
2181 fi
2182 fi
2183 STRIP=$ac_cv_prog_STRIP
2184 if test -n "$STRIP"; then
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2186 $as_echo "$STRIP" >&6; }
2187 else
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2189 $as_echo "no" >&6; }
2190 fi
2191  
2192  
2193 fi
2194 if test -z "$ac_cv_prog_STRIP"; then
2195 ac_ct_STRIP=$STRIP
2196 # Extract the first word of "strip", so it can be a program name with args.
2197 set dummy strip; ac_word=$2
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2199 $as_echo_n "checking for $ac_word... " >&6; }
2200 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2201 $as_echo_n "(cached) " >&6
2202 else
2203 if test -n "$ac_ct_STRIP"; then
2204 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2205 else
2206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2207 for as_dir in $PATH
2208 do
2209 IFS=$as_save_IFS
2210 test -z "$as_dir" && as_dir=.
2211 for ac_exec_ext in '' $ac_executable_extensions; do
2212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2213 ac_cv_prog_ac_ct_STRIP="strip"
2214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2215 break 2
2216 fi
2217 done
2218 done
2219 IFS=$as_save_IFS
2220  
2221 fi
2222 fi
2223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2224 if test -n "$ac_ct_STRIP"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2226 $as_echo "$ac_ct_STRIP" >&6; }
2227 else
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2229 $as_echo "no" >&6; }
2230 fi
2231  
2232 if test "x$ac_ct_STRIP" = x; then
2233 STRIP=":"
2234 else
2235 case $cross_compiling:$ac_tool_warned in
2236 yes:)
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2239 ac_tool_warned=yes ;;
2240 esac
2241 STRIP=$ac_ct_STRIP
2242 fi
2243 else
2244 STRIP="$ac_cv_prog_STRIP"
2245 fi
2246  
2247 fi
2248 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2249  
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2251 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2252 if test -z "$MKDIR_P"; then
2253 if ${ac_cv_path_mkdir+:} false; then :
2254 $as_echo_n "(cached) " >&6
2255 else
2256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2257 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2258 do
2259 IFS=$as_save_IFS
2260 test -z "$as_dir" && as_dir=.
2261 for ac_prog in mkdir gmkdir; do
2262 for ac_exec_ext in '' $ac_executable_extensions; do
2263 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2264 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2265 'mkdir (GNU coreutils) '* | \
2266 'mkdir (coreutils) '* | \
2267 'mkdir (fileutils) '4.1*)
2268 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2269 break 3;;
2270 esac
2271 done
2272 done
2273 done
2274 IFS=$as_save_IFS
2275  
2276 fi
2277  
2278 test -d ./--version && rmdir ./--version
2279 if test "${ac_cv_path_mkdir+set}" = set; then
2280 MKDIR_P="$ac_cv_path_mkdir -p"
2281 else
2282 # As a last resort, use the slow shell script. Don't cache a
2283 # value for MKDIR_P within a source directory, because that will
2284 # break other packages using the cache if that directory is
2285 # removed, or if the value is a relative name.
2286 MKDIR_P="$ac_install_sh -d"
2287 fi
2288 fi
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2290 $as_echo "$MKDIR_P" >&6; }
2291  
2292 for ac_prog in gawk mawk nawk awk
2293 do
2294 # Extract the first word of "$ac_prog", so it can be a program name with args.
2295 set dummy $ac_prog; ac_word=$2
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2297 $as_echo_n "checking for $ac_word... " >&6; }
2298 if ${ac_cv_prog_AWK+:} false; then :
2299 $as_echo_n "(cached) " >&6
2300 else
2301 if test -n "$AWK"; then
2302 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2306 do
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2311 ac_cv_prog_AWK="$ac_prog"
2312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2314 fi
2315 done
2316 done
2317 IFS=$as_save_IFS
2318  
2319 fi
2320 fi
2321 AWK=$ac_cv_prog_AWK
2322 if test -n "$AWK"; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2324 $as_echo "$AWK" >&6; }
2325 else
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2327 $as_echo "no" >&6; }
2328 fi
2329  
2330  
2331 test -n "$AWK" && break
2332 done
2333  
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2335 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2336 set x ${MAKE-make}
2337 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2338 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2339 $as_echo_n "(cached) " >&6
2340 else
2341 cat >conftest.make <<\_ACEOF
2342 SHELL = /bin/sh
2343 all:
2344 @echo '@@@%%%=$(MAKE)=@@@%%%'
2345 _ACEOF
2346 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2347 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2348 *@@@%%%=?*=@@@%%%*)
2349 eval ac_cv_prog_make_${ac_make}_set=yes;;
2350 *)
2351 eval ac_cv_prog_make_${ac_make}_set=no;;
2352 esac
2353 rm -f conftest.make
2354 fi
2355 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2357 $as_echo "yes" >&6; }
2358 SET_MAKE=
2359 else
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2361 $as_echo "no" >&6; }
2362 SET_MAKE="MAKE=${MAKE-make}"
2363 fi
2364  
2365 rm -rf .tst 2>/dev/null
2366 mkdir .tst 2>/dev/null
2367 if test -d .tst; then
2368 am__leading_dot=.
2369 else
2370 am__leading_dot=_
2371 fi
2372 rmdir .tst 2>/dev/null
2373  
2374 # Check whether --enable-silent-rules was given.
2375 if test "${enable_silent_rules+set}" = set; then :
2376 enableval=$enable_silent_rules;
2377 fi
2378  
2379 case $enable_silent_rules in # (((
2380 yes) AM_DEFAULT_VERBOSITY=0;;
2381 no) AM_DEFAULT_VERBOSITY=1;;
2382 *) AM_DEFAULT_VERBOSITY=1;;
2383 esac
2384 am_make=${MAKE-make}
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2386 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2387 if ${am_cv_make_support_nested_variables+:} false; then :
2388 $as_echo_n "(cached) " >&6
2389 else
2390 if $as_echo 'TRUE=$(BAR$(V))
2391 BAR0=false
2392 BAR1=true
2393 V=1
2394 am__doit:
2395 @$(TRUE)
2396 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2397 am_cv_make_support_nested_variables=yes
2398 else
2399 am_cv_make_support_nested_variables=no
2400 fi
2401 fi
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2403 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2404 if test $am_cv_make_support_nested_variables = yes; then
2405 AM_V='$(V)'
2406 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2407 else
2408 AM_V=$AM_DEFAULT_VERBOSITY
2409 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2410 fi
2411 AM_BACKSLASH='\'
2412  
2413 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2414 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2415 # is not polluted with repeated "-I."
2416 am__isrc=' -I$(srcdir)'
2417 # test to see if srcdir already configured
2418 if test -f $srcdir/config.status; then
2419 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2420 fi
2421 fi
2422  
2423 # test whether we have cygpath
2424 if test -z "$CYGPATH_W"; then
2425 if (cygpath --version) >/dev/null 2>/dev/null; then
2426 CYGPATH_W='cygpath -w'
2427 else
2428 CYGPATH_W=echo
2429 fi
2430 fi
2431  
2432  
2433 # Define the identity of the package.
2434 PACKAGE='gettext'
2435 VERSION='0.19.8.1'
2436  
2437  
2438 cat >>confdefs.h <<_ACEOF
2439 #define PACKAGE "$PACKAGE"
2440 _ACEOF
2441  
2442  
2443 cat >>confdefs.h <<_ACEOF
2444 #define VERSION "$VERSION"
2445 _ACEOF
2446  
2447 # Some tools Automake needs.
2448  
2449 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2450  
2451  
2452 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2453  
2454  
2455 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2456  
2457  
2458 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2459  
2460  
2461 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2462  
2463 # For better backward compatibility. To be removed once Automake 1.9.x
2464 # dies out for good. For more background, see:
2465 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2466 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2467 mkdir_p='$(MKDIR_P)'
2468  
2469 # We need awk for the "check" target (and possibly the TAP driver). The
2470 # system "awk" is bad on some platforms.
2471 # Always define AMTAR for backward compatibility. Yes, it's still used
2472 # in the wild :-( We should find a proper way to deprecate it ...
2473 AMTAR='$${TAR-tar}'
2474  
2475  
2476 # We'll loop over all known methods to create a tar archive until one works.
2477 _am_tools='gnutar pax cpio none'
2478  
2479 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2480  
2481  
2482  
2483  
2484  
2485  
2486 # POSIX will say in a future version that running "rm -f" with no argument
2487 # is OK; and we want to be able to make that assumption in our Makefile
2488 # recipes. So use an aggressive probe to check that the usage we want is
2489 # actually supported "in the wild" to an acceptable degree.
2490 # See automake bug#10828.
2491 # To make any issue more visible, cause the running configure to be aborted
2492 # by default if the 'rm' program in use doesn't match our expectations; the
2493 # user can still override this though.
2494 if rm -f && rm -fr && rm -rf; then : OK; else
2495 cat >&2 <<'END'
2496 Oops!
2497  
2498 Your 'rm' program seems unable to run without file operands specified
2499 on the command line, even when the '-f' option is present. This is contrary
2500 to the behaviour of most rm programs out there, and not conforming with
2501 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2502  
2503 Please tell bug-automake@gnu.org about your system, including the value
2504 of your $PATH and any error possibly output before this message. This
2505 can help us improve future automake versions.
2506  
2507 END
2508 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2509 echo 'Configuration will proceed anyway, since you have set the' >&2
2510 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2511 echo >&2
2512 else
2513 cat >&2 <<'END'
2514 Aborting the configuration process, to ensure you take notice of the issue.
2515  
2516 You can download and install GNU coreutils to get an 'rm' implementation
2517 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2518  
2519 If you want to complete the configuration process using your problematic
2520 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2521 to "yes", and re-run configure.
2522  
2523 END
2524 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2525 fi
2526 fi
2527  
2528  
2529 am__tar='${AMTAR} chof - --owner=root --group=root "$$tardir"'
2530  
2531  
2532  
2533  
2534  
2535  
2536  
2537  
2538 subdirs="$subdirs gettext-runtime gettext-tools"
2539  
2540  
2541  
2542  
2543 # Make sure we can run config.sub.
2544 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2545 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2546  
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2548 $as_echo_n "checking build system type... " >&6; }
2549 if ${ac_cv_build+:} false; then :
2550 $as_echo_n "(cached) " >&6
2551 else
2552 ac_build_alias=$build_alias
2553 test "x$ac_build_alias" = x &&
2554 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2555 test "x$ac_build_alias" = x &&
2556 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2557 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2558 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2559  
2560 fi
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2562 $as_echo "$ac_cv_build" >&6; }
2563 case $ac_cv_build in
2564 *-*-*) ;;
2565 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2566 esac
2567 build=$ac_cv_build
2568 ac_save_IFS=$IFS; IFS='-'
2569 set x $ac_cv_build
2570 shift
2571 build_cpu=$1
2572 build_vendor=$2
2573 shift; shift
2574 # Remember, the first character of IFS is used to create $*,
2575 # except with old shells:
2576 build_os=$*
2577 IFS=$ac_save_IFS
2578 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2579  
2580  
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2582 $as_echo_n "checking host system type... " >&6; }
2583 if ${ac_cv_host+:} false; then :
2584 $as_echo_n "(cached) " >&6
2585 else
2586 if test "x$host_alias" = x; then
2587 ac_cv_host=$ac_cv_build
2588 else
2589 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2590 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2591 fi
2592  
2593 fi
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2595 $as_echo "$ac_cv_host" >&6; }
2596 case $ac_cv_host in
2597 *-*-*) ;;
2598 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2599 esac
2600 host=$ac_cv_host
2601 ac_save_IFS=$IFS; IFS='-'
2602 set x $ac_cv_host
2603 shift
2604 host_cpu=$1
2605 host_vendor=$2
2606 shift; shift
2607 # Remember, the first character of IFS is used to create $*,
2608 # except with old shells:
2609 host_os=$*
2610 IFS=$ac_save_IFS
2611 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2612  
2613  
2614 # Check whether --enable-silent-rules was given.
2615 if test "${enable_silent_rules+set}" = set; then :
2616 enableval=$enable_silent_rules;
2617 fi
2618  
2619  
2620  
2621  
2622  
2623  
2624 # Check whether --enable-dependency-tracking was given.
2625 if test "${enable_dependency_tracking+set}" = set; then :
2626 enableval=$enable_dependency_tracking;
2627 fi
2628  
2629  
2630  
2631 # Check whether --enable-java was given.
2632 if test "${enable_java+set}" = set; then :
2633 enableval=$enable_java;
2634 fi
2635  
2636 # Check whether --enable-native-java was given.
2637 if test "${enable_native_java+set}" = set; then :
2638 enableval=$enable_native_java;
2639 fi
2640  
2641  
2642  
2643 # Check whether --enable-csharp was given.
2644 if test "${enable_csharp+set}" = set; then :
2645 enableval=$enable_csharp;
2646 fi
2647  
2648 # Check whether --enable-largefile was given.
2649 if test "${enable_largefile+set}" = set; then :
2650 enableval=$enable_largefile;
2651 fi
2652  
2653 # Check whether --enable-threads was given.
2654 if test "${enable_threads+set}" = set; then :
2655 enableval=$enable_threads;
2656 fi
2657  
2658 # Check whether --enable-shared was given.
2659 if test "${enable_shared+set}" = set; then :
2660 enableval=$enable_shared;
2661 fi
2662  
2663 # Check whether --enable-static was given.
2664 if test "${enable_static+set}" = set; then :
2665 enableval=$enable_static;
2666 fi
2667  
2668  
2669 # Check whether --with-pic was given.
2670 if test "${with_pic+set}" = set; then :
2671 withval=$with_pic;
2672 fi
2673  
2674 # Check whether --enable-fast-install was given.
2675 if test "${enable_fast_install+set}" = set; then :
2676 enableval=$enable_fast_install;
2677 fi
2678  
2679  
2680 # Check whether --with-aix-soname was given.
2681 if test "${with_aix_soname+set}" = set; then :
2682 withval=$with_aix_soname;
2683 fi
2684  
2685  
2686 # Check whether --with-gnu-ld was given.
2687 if test "${with_gnu_ld+set}" = set; then :
2688 withval=$with_gnu_ld;
2689 fi
2690  
2691  
2692 # Check whether --with-sysroot was given.
2693 if test "${with_sysroot+set}" = set; then :
2694 withval=$with_sysroot;
2695 fi
2696  
2697 # Check whether --enable-libtool-lock was given.
2698 if test "${enable_libtool_lock+set}" = set; then :
2699 enableval=$enable_libtool_lock;
2700 fi
2701  
2702  
2703 # Check whether --enable-nls was given.
2704 if test "${enable_nls+set}" = set; then :
2705 enableval=$enable_nls;
2706 fi
2707  
2708  
2709 # Check whether --with-gnu-ld was given.
2710 if test "${with_gnu_ld+set}" = set; then :
2711 withval=$with_gnu_ld;
2712 fi
2713  
2714 # Check whether --enable-rpath was given.
2715 if test "${enable_rpath+set}" = set; then :
2716 enableval=$enable_rpath;
2717 fi
2718  
2719  
2720 # Check whether --with-libpth-prefix was given.
2721 if test "${with_libpth_prefix+set}" = set; then :
2722 withval=$with_libpth_prefix;
2723 fi
2724  
2725  
2726 # Check whether --with-libiconv-prefix was given.
2727 if test "${with_libiconv_prefix+set}" = set; then :
2728 withval=$with_libiconv_prefix;
2729 fi
2730  
2731  
2732 # Check whether --with-included-gettext was given.
2733 if test "${with_included_gettext+set}" = set; then :
2734 withval=$with_included_gettext;
2735 fi
2736  
2737  
2738 # Check whether --with-libintl-prefix was given.
2739 if test "${with_libintl_prefix+set}" = set; then :
2740 withval=$with_libintl_prefix;
2741 fi
2742  
2743 # Check whether --enable-c++ was given.
2744 if test "${enable_c__+set}" = set; then :
2745 enableval=$enable_c__;
2746 fi
2747  
2748  
2749  
2750 # Check whether --enable-java was given.
2751 if test "${enable_java+set}" = set; then :
2752 enableval=$enable_java;
2753 fi
2754  
2755 # Check whether --enable-native-java was given.
2756 if test "${enable_native_java+set}" = set; then :
2757 enableval=$enable_native_java;
2758 fi
2759  
2760 # Check whether --enable-relocatable was given.
2761 if test "${enable_relocatable+set}" = set; then :
2762 enableval=$enable_relocatable;
2763 fi
2764  
2765  
2766  
2767 # Check whether --enable-libasprintf was given.
2768 if test "${enable_libasprintf+set}" = set; then :
2769 enableval=$enable_libasprintf;
2770 fi
2771  
2772 # Check whether --enable-silent-rules was given.
2773 if test "${enable_silent_rules+set}" = set; then :
2774 enableval=$enable_silent_rules;
2775 fi
2776  
2777  
2778  
2779  
2780  
2781  
2782 # Check whether --enable-dependency-tracking was given.
2783 if test "${enable_dependency_tracking+set}" = set; then :
2784 enableval=$enable_dependency_tracking;
2785 fi
2786  
2787  
2788  
2789 # Check whether --enable-java was given.
2790 if test "${enable_java+set}" = set; then :
2791 enableval=$enable_java;
2792 fi
2793  
2794 # Check whether --enable-native-java was given.
2795 if test "${enable_native_java+set}" = set; then :
2796 enableval=$enable_native_java;
2797 fi
2798  
2799  
2800  
2801  
2802  
2803 # Check whether --enable-csharp was given.
2804 if test "${enable_csharp+set}" = set; then :
2805 enableval=$enable_csharp;
2806 fi
2807  
2808 # Check whether --enable-largefile was given.
2809 if test "${enable_largefile+set}" = set; then :
2810 enableval=$enable_largefile;
2811 fi
2812  
2813 # Check whether --enable-threads was given.
2814 if test "${enable_threads+set}" = set; then :
2815 enableval=$enable_threads;
2816 fi
2817  
2818 # Check whether --enable-shared was given.
2819 if test "${enable_shared+set}" = set; then :
2820 enableval=$enable_shared;
2821 fi
2822  
2823 # Check whether --enable-static was given.
2824 if test "${enable_static+set}" = set; then :
2825 enableval=$enable_static;
2826 fi
2827  
2828  
2829 # Check whether --with-pic was given.
2830 if test "${with_pic+set}" = set; then :
2831 withval=$with_pic;
2832 fi
2833  
2834 # Check whether --enable-fast-install was given.
2835 if test "${enable_fast_install+set}" = set; then :
2836 enableval=$enable_fast_install;
2837 fi
2838  
2839  
2840 # Check whether --with-aix-soname was given.
2841 if test "${with_aix_soname+set}" = set; then :
2842 withval=$with_aix_soname;
2843 fi
2844  
2845  
2846 # Check whether --with-gnu-ld was given.
2847 if test "${with_gnu_ld+set}" = set; then :
2848 withval=$with_gnu_ld;
2849 fi
2850  
2851  
2852 # Check whether --with-sysroot was given.
2853 if test "${with_sysroot+set}" = set; then :
2854 withval=$with_sysroot;
2855 fi
2856  
2857 # Check whether --enable-libtool-lock was given.
2858 if test "${enable_libtool_lock+set}" = set; then :
2859 enableval=$enable_libtool_lock;
2860 fi
2861  
2862  
2863 # Check whether --enable-nls was given.
2864 if test "${enable_nls+set}" = set; then :
2865 enableval=$enable_nls;
2866 fi
2867  
2868  
2869 # Check whether --with-gnu-ld was given.
2870 if test "${with_gnu_ld+set}" = set; then :
2871 withval=$with_gnu_ld;
2872 fi
2873  
2874 # Check whether --enable-rpath was given.
2875 if test "${enable_rpath+set}" = set; then :
2876 enableval=$enable_rpath;
2877 fi
2878  
2879  
2880 # Check whether --with-libpth-prefix was given.
2881 if test "${with_libpth_prefix+set}" = set; then :
2882 withval=$with_libpth_prefix;
2883 fi
2884  
2885  
2886 # Check whether --with-libiconv-prefix was given.
2887 if test "${with_libiconv_prefix+set}" = set; then :
2888 withval=$with_libiconv_prefix;
2889 fi
2890  
2891  
2892 # Check whether --with-included-gettext was given.
2893 if test "${with_included_gettext+set}" = set; then :
2894 withval=$with_included_gettext;
2895 fi
2896  
2897  
2898 # Check whether --with-libintl-prefix was given.
2899 if test "${with_libintl_prefix+set}" = set; then :
2900 withval=$with_libintl_prefix;
2901 fi
2902  
2903 # Check whether --enable-acl was given.
2904 if test "${enable_acl+set}" = set; then :
2905 enableval=$enable_acl;
2906 fi
2907  
2908 # Check whether --enable-c++ was given.
2909 if test "${enable_c__+set}" = set; then :
2910 enableval=$enable_c__;
2911 fi
2912  
2913  
2914  
2915  
2916  
2917 # Check whether --enable-java was given.
2918 if test "${enable_java+set}" = set; then :
2919 enableval=$enable_java;
2920 fi
2921  
2922 # Check whether --enable-native-java was given.
2923 if test "${enable_native_java+set}" = set; then :
2924 enableval=$enable_native_java;
2925 fi
2926  
2927  
2928 # Check whether --with-included-glib was given.
2929 if test "${with_included_glib+set}" = set; then :
2930 withval=$with_included_glib;
2931 fi
2932  
2933  
2934 # Check whether --with-libglib-2.0-prefix was given.
2935 if test "${with_libglib_2_0_prefix+set}" = set; then :
2936 withval=$with_libglib_2_0_prefix;
2937 fi
2938  
2939  
2940 # Check whether --with-included-libcroco was given.
2941 if test "${with_included_libcroco+set}" = set; then :
2942 withval=$with_included_libcroco;
2943 fi
2944  
2945  
2946 # Check whether --with-libcroco-0.6-prefix was given.
2947 if test "${with_libcroco_0_6_prefix+set}" = set; then :
2948 withval=$with_libcroco_0_6_prefix;
2949 fi
2950  
2951  
2952 # Check whether --with-included-glib was given.
2953 if test "${with_included_glib+set}" = set; then :
2954 withval=$with_included_glib;
2955 fi
2956  
2957  
2958 # Check whether --with-libglib-2.0-prefix was given.
2959 if test "${with_libglib_2_0_prefix+set}" = set; then :
2960 withval=$with_libglib_2_0_prefix;
2961 fi
2962  
2963  
2964 # Check whether --with-included-libunistring was given.
2965 if test "${with_included_libunistring+set}" = set; then :
2966 withval=$with_included_libunistring;
2967 fi
2968  
2969  
2970 # Check whether --with-libunistring-prefix was given.
2971 if test "${with_libunistring_prefix+set}" = set; then :
2972 withval=$with_libunistring_prefix;
2973 fi
2974  
2975  
2976 # Check whether --with-libunistring-prefix was given.
2977 if test "${with_libunistring_prefix+set}" = set; then :
2978 withval=$with_libunistring_prefix;
2979 fi
2980  
2981  
2982 # Check whether --with-libunistring-prefix was given.
2983 if test "${with_libunistring_prefix+set}" = set; then :
2984 withval=$with_libunistring_prefix;
2985 fi
2986  
2987  
2988 # Check whether --with-included-libxml was given.
2989 if test "${with_included_libxml+set}" = set; then :
2990 withval=$with_included_libxml;
2991 fi
2992  
2993  
2994 # Check whether --with-libxml2-prefix was given.
2995 if test "${with_libxml2_prefix+set}" = set; then :
2996 withval=$with_libxml2_prefix;
2997 fi
2998  
2999 # Check whether --enable-openmp was given.
3000 if test "${enable_openmp+set}" = set; then :
3001 enableval=$enable_openmp;
3002 fi
3003  
3004 # Check whether --enable-relocatable was given.
3005 if test "${enable_relocatable+set}" = set; then :
3006 enableval=$enable_relocatable;
3007 fi
3008  
3009 # Check whether --enable-curses was given.
3010 if test "${enable_curses+set}" = set; then :
3011 enableval=$enable_curses;
3012 fi
3013  
3014  
3015 # Check whether --with-libncurses-prefix was given.
3016 if test "${with_libncurses_prefix+set}" = set; then :
3017 withval=$with_libncurses_prefix;
3018 fi
3019  
3020  
3021 # Check whether --with-libtermcap-prefix was given.
3022 if test "${with_libtermcap_prefix+set}" = set; then :
3023 withval=$with_libtermcap_prefix;
3024 fi
3025  
3026  
3027 # Check whether --with-libxcurses-prefix was given.
3028 if test "${with_libxcurses_prefix+set}" = set; then :
3029 withval=$with_libxcurses_prefix;
3030 fi
3031  
3032  
3033 # Check whether --with-libcurses-prefix was given.
3034 if test "${with_libcurses_prefix+set}" = set; then :
3035 withval=$with_libcurses_prefix;
3036 fi
3037  
3038  
3039 # Check whether --with-included-regex was given.
3040 if test "${with_included_regex+set}" = set; then :
3041 withval=$with_included_regex;
3042 fi
3043  
3044  
3045 # Check whether --with-emacs was given.
3046 if test "${with_emacs+set}" = set; then :
3047 withval=$with_emacs;
3048 fi
3049  
3050  
3051  
3052  
3053 # Check whether --with-lispdir was given.
3054 if test "${with_lispdir+set}" = set; then :
3055 withval=$with_lispdir;
3056 fi
3057  
3058  
3059 # Check whether --with-git was given.
3060 if test "${with_git+set}" = set; then :
3061 withval=$with_git;
3062 fi
3063  
3064  
3065 # Check whether --with-cvs was given.
3066 if test "${with_cvs+set}" = set; then :
3067 withval=$with_cvs;
3068 fi
3069  
3070  
3071 # Check whether --with-bzip2 was given.
3072 if test "${with_bzip2+set}" = set; then :
3073 withval=$with_bzip2;
3074 fi
3075  
3076  
3077 # Check whether --with-xz was given.
3078 if test "${with_xz+set}" = set; then :
3079 withval=$with_xz;
3080 fi
3081  
3082  
3083  
3084  
3085  
3086  
3087  
3088  
3089  
3090  
3091  
3092 # Check whether --with-gnu-ld was given.
3093 if test "${with_gnu_ld+set}" = set; then :
3094 withval=$with_gnu_ld;
3095 fi
3096  
3097  
3098  
3099  
3100 ac_config_files="$ac_config_files Makefile"
3101  
3102  
3103 ac_config_files="$ac_config_files gnulib-local/Makefile"
3104  
3105  
3106 cat >confcache <<\_ACEOF
3107 # This file is a shell script that caches the results of configure
3108 # tests run on this system so they can be shared between configure
3109 # scripts and configure runs, see configure's option --config-cache.
3110 # It is not useful on other systems. If it contains results you don't
3111 # want to keep, you may remove or edit it.
3112 #
3113 # config.status only pays attention to the cache file if you give it
3114 # the --recheck option to rerun configure.
3115 #
3116 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3117 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3118 # following values.
3119  
3120 _ACEOF
3121  
3122 # The following way of writing the cache mishandles newlines in values,
3123 # but we know of no workaround that is simple, portable, and efficient.
3124 # So, we kill variables containing newlines.
3125 # Ultrix sh set writes to stderr and can't be redirected directly,
3126 # and sets the high bit in the cache file unless we assign to the vars.
3127 (
3128 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3129 eval ac_val=\$$ac_var
3130 case $ac_val in #(
3131 *${as_nl}*)
3132 case $ac_var in #(
3133 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3134 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3135 esac
3136 case $ac_var in #(
3137 _ | IFS | as_nl) ;; #(
3138 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3139 *) { eval $ac_var=; unset $ac_var;} ;;
3140 esac ;;
3141 esac
3142 done
3143  
3144 (set) 2>&1 |
3145 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3146 *${as_nl}ac_space=\ *)
3147 # `set' does not quote correctly, so add quotes: double-quote
3148 # substitution turns \\\\ into \\, and sed turns \\ into \.
3149 sed -n \
3150 "s/'/'\\\\''/g;
3151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3152 ;; #(
3153 *)
3154 # `set' quotes correctly as required by POSIX, so do not add quotes.
3155 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3156 ;;
3157 esac |
3158 sort
3159 ) |
3160 sed '
3161 /^ac_cv_env_/b end
3162 t clear
3163 :clear
3164 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3165 t end
3166 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3167 :end' >>confcache
3168 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3169 if test -w "$cache_file"; then
3170 if test "x$cache_file" != "x/dev/null"; then
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3172 $as_echo "$as_me: updating cache $cache_file" >&6;}
3173 if test ! -f "$cache_file" || test -h "$cache_file"; then
3174 cat confcache >"$cache_file"
3175 else
3176 case $cache_file in #(
3177 */* | ?:*)
3178 mv -f confcache "$cache_file"$$ &&
3179 mv -f "$cache_file"$$ "$cache_file" ;; #(
3180 *)
3181 mv -f confcache "$cache_file" ;;
3182 esac
3183 fi
3184 fi
3185 else
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3187 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3188 fi
3189 fi
3190 rm -f confcache
3191  
3192 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3193 # Let make expand exec_prefix.
3194 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3195  
3196 # Transform confdefs.h into DEFS.
3197 # Protect against shell expansion while executing Makefile rules.
3198 # Protect against Makefile macro expansion.
3199 #
3200 # If the first sed substitution is executed (which looks for macros that
3201 # take arguments), then branch to the quote section. Otherwise,
3202 # look for a macro that doesn't take arguments.
3203 ac_script='
3204 :mline
3205 /\\$/{
3206 N
3207 s,\\\n,,
3208 b mline
3209 }
3210 t clear
3211 :clear
3212 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3213 t quote
3214 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3215 t quote
3216 b any
3217 :quote
3218 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3219 s/\[/\\&/g
3220 s/\]/\\&/g
3221 s/\$/$$/g
3222 H
3223 :any
3224 ${
3225 g
3226 s/^\n//
3227 s/\n/ /g
3228 p
3229 }
3230 '
3231 DEFS=`sed -n "$ac_script" confdefs.h`
3232  
3233  
3234 ac_libobjs=
3235 ac_ltlibobjs=
3236 U=
3237 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3238 # 1. Remove the extension, and $U if already installed.
3239 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3240 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3241 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3242 # will be set to the directory where LIBOBJS objects are built.
3243 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3244 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3245 done
3246 LIBOBJS=$ac_libobjs
3247  
3248 LTLIBOBJS=$ac_ltlibobjs
3249  
3250  
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3252 $as_echo_n "checking that generated files are newer than configure... " >&6; }
3253 if test -n "$am_sleep_pid"; then
3254 # Hide warnings about reused PIDs.
3255 wait $am_sleep_pid 2>/dev/null
3256 fi
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3258 $as_echo "done" >&6; }
3259  
3260  
3261 : "${CONFIG_STATUS=./config.status}"
3262 ac_write_fail=0
3263 ac_clean_files_save=$ac_clean_files
3264 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3266 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3267 as_write_fail=0
3268 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3269 #! $SHELL
3270 # Generated by $as_me.
3271 # Run this file to recreate the current configuration.
3272 # Compiler output produced by configure, useful for debugging
3273 # configure, is in config.log if it exists.
3274  
3275 debug=false
3276 ac_cs_recheck=false
3277 ac_cs_silent=false
3278  
3279 SHELL=\${CONFIG_SHELL-$SHELL}
3280 export SHELL
3281 _ASEOF
3282 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3283 ## -------------------- ##
3284 ## M4sh Initialization. ##
3285 ## -------------------- ##
3286  
3287 # Be more Bourne compatible
3288 DUALCASE=1; export DUALCASE # for MKS sh
3289 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3290 emulate sh
3291 NULLCMD=:
3292 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3293 # is contrary to our usage. Disable this feature.
3294 alias -g '${1+"$@"}'='"$@"'
3295 setopt NO_GLOB_SUBST
3296 else
3297 case `(set -o) 2>/dev/null` in #(
3298 *posix*) :
3299 set -o posix ;; #(
3300 *) :
3301 ;;
3302 esac
3303 fi
3304  
3305  
3306 as_nl='
3307 '
3308 export as_nl
3309 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3310 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3311 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3312 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3313 # Prefer a ksh shell builtin over an external printf program on Solaris,
3314 # but without wasting forks for bash or zsh.
3315 if test -z "$BASH_VERSION$ZSH_VERSION" \
3316 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3317 as_echo='print -r --'
3318 as_echo_n='print -rn --'
3319 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3320 as_echo='printf %s\n'
3321 as_echo_n='printf %s'
3322 else
3323 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3324 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3325 as_echo_n='/usr/ucb/echo -n'
3326 else
3327 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3328 as_echo_n_body='eval
3329 arg=$1;
3330 case $arg in #(
3331 *"$as_nl"*)
3332 expr "X$arg" : "X\\(.*\\)$as_nl";
3333 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3334 esac;
3335 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3336 '
3337 export as_echo_n_body
3338 as_echo_n='sh -c $as_echo_n_body as_echo'
3339 fi
3340 export as_echo_body
3341 as_echo='sh -c $as_echo_body as_echo'
3342 fi
3343  
3344 # The user is always right.
3345 if test "${PATH_SEPARATOR+set}" != set; then
3346 PATH_SEPARATOR=:
3347 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3348 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3349 PATH_SEPARATOR=';'
3350 }
3351 fi
3352  
3353  
3354 # IFS
3355 # We need space, tab and new line, in precisely that order. Quoting is
3356 # there to prevent editors from complaining about space-tab.
3357 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3358 # splitting by setting IFS to empty value.)
3359 IFS=" "" $as_nl"
3360  
3361 # Find who we are. Look in the path if we contain no directory separator.
3362 as_myself=
3363 case $0 in #((
3364 *[\\/]* ) as_myself=$0 ;;
3365 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3367 do
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3371 done
3372 IFS=$as_save_IFS
3373  
3374 ;;
3375 esac
3376 # We did not find ourselves, most probably we were run as `sh COMMAND'
3377 # in which case we are not to be found in the path.
3378 if test "x$as_myself" = x; then
3379 as_myself=$0
3380 fi
3381 if test ! -f "$as_myself"; then
3382 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3383 exit 1
3384 fi
3385  
3386 # Unset variables that we do not need and which cause bugs (e.g. in
3387 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
3388 # suppresses any "Segmentation fault" message there. '((' could
3389 # trigger a bug in pdksh 5.2.14.
3390 for as_var in BASH_ENV ENV MAIL MAILPATH
3391 do eval test x\${$as_var+set} = xset \
3392 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3393 done
3394 PS1='$ '
3395 PS2='> '
3396 PS4='+ '
3397  
3398 # NLS nuisances.
3399 LC_ALL=C
3400 export LC_ALL
3401 LANGUAGE=C
3402 export LANGUAGE
3403  
3404 # CDPATH.
3405 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3406  
3407  
3408 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3409 # ----------------------------------------
3410 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3411 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3412 # script with STATUS, using 1 if that was 0.
3413 as_fn_error ()
3414 {
3415 as_status=$1; test $as_status -eq 0 && as_status=1
3416 if test "$4"; then
3417 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3418 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3419 fi
3420 $as_echo "$as_me: error: $2" >&2
3421 as_fn_exit $as_status
3422 } # as_fn_error
3423  
3424  
3425 # as_fn_set_status STATUS
3426 # -----------------------
3427 # Set $? to STATUS, without forking.
3428 as_fn_set_status ()
3429 {
3430 return $1
3431 } # as_fn_set_status
3432  
3433 # as_fn_exit STATUS
3434 # -----------------
3435 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3436 as_fn_exit ()
3437 {
3438 set +e
3439 as_fn_set_status $1
3440 exit $1
3441 } # as_fn_exit
3442  
3443 # as_fn_unset VAR
3444 # ---------------
3445 # Portably unset VAR.
3446 as_fn_unset ()
3447 {
3448 { eval $1=; unset $1;}
3449 }
3450 as_unset=as_fn_unset
3451 # as_fn_append VAR VALUE
3452 # ----------------------
3453 # Append the text in VALUE to the end of the definition contained in VAR. Take
3454 # advantage of any shell optimizations that allow amortized linear growth over
3455 # repeated appends, instead of the typical quadratic growth present in naive
3456 # implementations.
3457 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3458 eval 'as_fn_append ()
3459 {
3460 eval $1+=\$2
3461 }'
3462 else
3463 as_fn_append ()
3464 {
3465 eval $1=\$$1\$2
3466 }
3467 fi # as_fn_append
3468  
3469 # as_fn_arith ARG...
3470 # ------------------
3471 # Perform arithmetic evaluation on the ARGs, and store the result in the
3472 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3473 # must be portable across $(()) and expr.
3474 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3475 eval 'as_fn_arith ()
3476 {
3477 as_val=$(( $* ))
3478 }'
3479 else
3480 as_fn_arith ()
3481 {
3482 as_val=`expr "$@" || test $? -eq 1`
3483 }
3484 fi # as_fn_arith
3485  
3486  
3487 if expr a : '\(a\)' >/dev/null 2>&1 &&
3488 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3489 as_expr=expr
3490 else
3491 as_expr=false
3492 fi
3493  
3494 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3495 as_basename=basename
3496 else
3497 as_basename=false
3498 fi
3499  
3500 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3501 as_dirname=dirname
3502 else
3503 as_dirname=false
3504 fi
3505  
3506 as_me=`$as_basename -- "$0" ||
3507 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3508 X"$0" : 'X\(//\)$' \| \
3509 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3510 $as_echo X/"$0" |
3511 sed '/^.*\/\([^/][^/]*\)\/*$/{
3512 s//\1/
3513 q
3514 }
3515 /^X\/\(\/\/\)$/{
3516 s//\1/
3517 q
3518 }
3519 /^X\/\(\/\).*/{
3520 s//\1/
3521 q
3522 }
3523 s/.*/./; q'`
3524  
3525 # Avoid depending upon Character Ranges.
3526 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3527 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3528 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3529 as_cr_digits='0123456789'
3530 as_cr_alnum=$as_cr_Letters$as_cr_digits
3531  
3532 ECHO_C= ECHO_N= ECHO_T=
3533 case `echo -n x` in #(((((
3534 -n*)
3535 case `echo 'xy\c'` in
3536 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3537 xy) ECHO_C='\c';;
3538 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
3539 ECHO_T=' ';;
3540 esac;;
3541 *)
3542 ECHO_N='-n';;
3543 esac
3544  
3545 rm -f conf$$ conf$$.exe conf$$.file
3546 if test -d conf$$.dir; then
3547 rm -f conf$$.dir/conf$$.file
3548 else
3549 rm -f conf$$.dir
3550 mkdir conf$$.dir 2>/dev/null
3551 fi
3552 if (echo >conf$$.file) 2>/dev/null; then
3553 if ln -s conf$$.file conf$$ 2>/dev/null; then
3554 as_ln_s='ln -s'
3555 # ... but there are two gotchas:
3556 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3557 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3558 # In both cases, we have to default to `cp -pR'.
3559 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3560 as_ln_s='cp -pR'
3561 elif ln conf$$.file conf$$ 2>/dev/null; then
3562 as_ln_s=ln
3563 else
3564 as_ln_s='cp -pR'
3565 fi
3566 else
3567 as_ln_s='cp -pR'
3568 fi
3569 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3570 rmdir conf$$.dir 2>/dev/null
3571  
3572  
3573 # as_fn_mkdir_p
3574 # -------------
3575 # Create "$as_dir" as a directory, including parents if necessary.
3576 as_fn_mkdir_p ()
3577 {
3578  
3579 case $as_dir in #(
3580 -*) as_dir=./$as_dir;;
3581 esac
3582 test -d "$as_dir" || eval $as_mkdir_p || {
3583 as_dirs=
3584 while :; do
3585 case $as_dir in #(
3586 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3587 *) as_qdir=$as_dir;;
3588 esac
3589 as_dirs="'$as_qdir' $as_dirs"
3590 as_dir=`$as_dirname -- "$as_dir" ||
3591 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3592 X"$as_dir" : 'X\(//\)[^/]' \| \
3593 X"$as_dir" : 'X\(//\)$' \| \
3594 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3595 $as_echo X"$as_dir" |
3596 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3597 s//\1/
3598 q
3599 }
3600 /^X\(\/\/\)[^/].*/{
3601 s//\1/
3602 q
3603 }
3604 /^X\(\/\/\)$/{
3605 s//\1/
3606 q
3607 }
3608 /^X\(\/\).*/{
3609 s//\1/
3610 q
3611 }
3612 s/.*/./; q'`
3613 test -d "$as_dir" && break
3614 done
3615 test -z "$as_dirs" || eval "mkdir $as_dirs"
3616 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3617  
3618  
3619 } # as_fn_mkdir_p
3620 if mkdir -p . 2>/dev/null; then
3621 as_mkdir_p='mkdir -p "$as_dir"'
3622 else
3623 test -d ./-p && rmdir ./-p
3624 as_mkdir_p=false
3625 fi
3626  
3627  
3628 # as_fn_executable_p FILE
3629 # -----------------------
3630 # Test if FILE is an executable regular file.
3631 as_fn_executable_p ()
3632 {
3633 test -f "$1" && test -x "$1"
3634 } # as_fn_executable_p
3635 as_test_x='test -x'
3636 as_executable_p=as_fn_executable_p
3637  
3638 # Sed expression to map a string onto a valid CPP name.
3639 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3640  
3641 # Sed expression to map a string onto a valid variable name.
3642 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3643  
3644  
3645 exec 6>&1
3646 ## ----------------------------------- ##
3647 ## Main body of $CONFIG_STATUS script. ##
3648 ## ----------------------------------- ##
3649 _ASEOF
3650 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3651  
3652 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3653 # Save the log message, to keep $0 and so on meaningful, and to
3654 # report actual input values of CONFIG_FILES etc. instead of their
3655 # values after options handling.
3656 ac_log="
3657 This file was extended by gettext $as_me 0.19.8.1, which was
3658 generated by GNU Autoconf 2.69. Invocation command line was
3659  
3660 CONFIG_FILES = $CONFIG_FILES
3661 CONFIG_HEADERS = $CONFIG_HEADERS
3662 CONFIG_LINKS = $CONFIG_LINKS
3663 CONFIG_COMMANDS = $CONFIG_COMMANDS
3664 $ $0 $@
3665  
3666 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3667 "
3668  
3669 _ACEOF
3670  
3671 case $ac_config_files in *"
3672 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3673 esac
3674  
3675  
3676  
3677 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3678 # Files that config.status was made for.
3679 config_files="$ac_config_files"
3680  
3681 _ACEOF
3682  
3683 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3684 ac_cs_usage="\
3685 \`$as_me' instantiates files and other configuration actions
3686 from templates according to the current configuration. Unless the files
3687 and actions are specified as TAGs, all are instantiated by default.
3688  
3689 Usage: $0 [OPTION]... [TAG]...
3690  
3691 -h, --help print this help, then exit
3692 -V, --version print version number and configuration settings, then exit
3693 --config print configuration, then exit
3694 -q, --quiet, --silent
3695 do not print progress messages
3696 -d, --debug don't remove temporary files
3697 --recheck update $as_me by reconfiguring in the same conditions
3698 --file=FILE[:TEMPLATE]
3699 instantiate the configuration file FILE
3700  
3701 Configuration files:
3702 $config_files
3703  
3704 Report bugs to <bug-gnu-gettext@gnu.org>."
3705  
3706 _ACEOF
3707 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3708 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3709 ac_cs_version="\\
3710 gettext config.status 0.19.8.1
3711 configured by $0, generated by GNU Autoconf 2.69,
3712 with options \\"\$ac_cs_config\\"
3713  
3714 Copyright (C) 2012 Free Software Foundation, Inc.
3715 This config.status script is free software; the Free Software Foundation
3716 gives unlimited permission to copy, distribute and modify it."
3717  
3718 ac_pwd='$ac_pwd'
3719 srcdir='$srcdir'
3720 INSTALL='$INSTALL'
3721 MKDIR_P='$MKDIR_P'
3722 AWK='$AWK'
3723 test -n "\$AWK" || AWK=awk
3724 _ACEOF
3725  
3726 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3727 # The default lists apply if the user does not specify any file.
3728 ac_need_defaults=:
3729 while test $# != 0
3730 do
3731 case $1 in
3732 --*=?*)
3733 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3734 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3735 ac_shift=:
3736 ;;
3737 --*=)
3738 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3739 ac_optarg=
3740 ac_shift=:
3741 ;;
3742 *)
3743 ac_option=$1
3744 ac_optarg=$2
3745 ac_shift=shift
3746 ;;
3747 esac
3748  
3749 case $ac_option in
3750 # Handling of the options.
3751 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3752 ac_cs_recheck=: ;;
3753 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3754 $as_echo "$ac_cs_version"; exit ;;
3755 --config | --confi | --conf | --con | --co | --c )
3756 $as_echo "$ac_cs_config"; exit ;;
3757 --debug | --debu | --deb | --de | --d | -d )
3758 debug=: ;;
3759 --file | --fil | --fi | --f )
3760 $ac_shift
3761 case $ac_optarg in
3762 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3763 '') as_fn_error $? "missing file argument" ;;
3764 esac
3765 as_fn_append CONFIG_FILES " '$ac_optarg'"
3766 ac_need_defaults=false;;
3767 --he | --h | --help | --hel | -h )
3768 $as_echo "$ac_cs_usage"; exit ;;
3769 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3770 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3771 ac_cs_silent=: ;;
3772  
3773 # This is an error.
3774 -*) as_fn_error $? "unrecognized option: \`$1'
3775 Try \`$0 --help' for more information." ;;
3776  
3777 *) as_fn_append ac_config_targets " $1"
3778 ac_need_defaults=false ;;
3779  
3780 esac
3781 shift
3782 done
3783  
3784 ac_configure_extra_args=
3785  
3786 if $ac_cs_silent; then
3787 exec 6>/dev/null
3788 ac_configure_extra_args="$ac_configure_extra_args --silent"
3789 fi
3790  
3791 _ACEOF
3792 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3793 if \$ac_cs_recheck; then
3794 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3795 shift
3796 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3797 CONFIG_SHELL='$SHELL'
3798 export CONFIG_SHELL
3799 exec "\$@"
3800 fi
3801  
3802 _ACEOF
3803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3804 exec 5>>config.log
3805 {
3806 echo
3807 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3808 ## Running $as_me. ##
3809 _ASBOX
3810 $as_echo "$ac_log"
3811 } >&5
3812  
3813 _ACEOF
3814 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3815 _ACEOF
3816  
3817 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3818  
3819 # Handling of arguments.
3820 for ac_config_target in $ac_config_targets
3821 do
3822 case $ac_config_target in
3823 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3824 "gnulib-local/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib-local/Makefile" ;;
3825  
3826 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3827 esac
3828 done
3829  
3830  
3831 # If the user did not use the arguments to specify the items to instantiate,
3832 # then the envvar interface is used. Set only those that are not.
3833 # We use the long form for the default assignment because of an extremely
3834 # bizarre bug on SunOS 4.1.3.
3835 if $ac_need_defaults; then
3836 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3837 fi
3838  
3839 # Have a temporary directory for convenience. Make it in the build tree
3840 # simply because there is no reason against having it here, and in addition,
3841 # creating and moving files from /tmp can sometimes cause problems.
3842 # Hook for its removal unless debugging.
3843 # Note that there is a small window in which the directory will not be cleaned:
3844 # after its creation but before its name has been assigned to `$tmp'.
3845 $debug ||
3846 {
3847 tmp= ac_tmp=
3848 trap 'exit_status=$?
3849 : "${ac_tmp:=$tmp}"
3850 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3851 ' 0
3852 trap 'as_fn_exit 1' 1 2 13 15
3853 }
3854 # Create a (secure) tmp directory for tmp files.
3855  
3856 {
3857 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3858 test -d "$tmp"
3859 } ||
3860 {
3861 tmp=./conf$$-$RANDOM
3862 (umask 077 && mkdir "$tmp")
3863 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3864 ac_tmp=$tmp
3865  
3866 # Set up the scripts for CONFIG_FILES section.
3867 # No need to generate them if there are no CONFIG_FILES.
3868 # This happens for instance with `./config.status config.h'.
3869 if test -n "$CONFIG_FILES"; then
3870  
3871  
3872 ac_cr=`echo X | tr X '\015'`
3873 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3874 # But we know of no other shell where ac_cr would be empty at this
3875 # point, so we can use a bashism as a fallback.
3876 if test "x$ac_cr" = x; then
3877 eval ac_cr=\$\'\\r\'
3878 fi
3879 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3880 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3881 ac_cs_awk_cr='\\r'
3882 else
3883 ac_cs_awk_cr=$ac_cr
3884 fi
3885  
3886 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3887 _ACEOF
3888  
3889  
3890 {
3891 echo "cat >conf$$subs.awk <<_ACEOF" &&
3892 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3893 echo "_ACEOF"
3894 } >conf$$subs.sh ||
3895 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3896 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3897 ac_delim='%!_!# '
3898 for ac_last_try in false false false false false :; do
3899 . ./conf$$subs.sh ||
3900 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3901  
3902 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3903 if test $ac_delim_n = $ac_delim_num; then
3904 break
3905 elif $ac_last_try; then
3906 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3907 else
3908 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3909 fi
3910 done
3911 rm -f conf$$subs.sh
3912  
3913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3914 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3915 _ACEOF
3916 sed -n '
3917 h
3918 s/^/S["/; s/!.*/"]=/
3919 p
3920 g
3921 s/^[^!]*!//
3922 :repl
3923 t repl
3924 s/'"$ac_delim"'$//
3925 t delim
3926 :nl
3927 h
3928 s/\(.\{148\}\)..*/\1/
3929 t more1
3930 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3931 p
3932 n
3933 b repl
3934 :more1
3935 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3936 p
3937 g
3938 s/.\{148\}//
3939 t nl
3940 :delim
3941 h
3942 s/\(.\{148\}\)..*/\1/
3943 t more2
3944 s/["\\]/\\&/g; s/^/"/; s/$/"/
3945 p
3946 b
3947 :more2
3948 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3949 p
3950 g
3951 s/.\{148\}//
3952 t delim
3953 ' <conf$$subs.awk | sed '
3954 /^[^""]/{
3955 N
3956 s/\n//
3957 }
3958 ' >>$CONFIG_STATUS || ac_write_fail=1
3959 rm -f conf$$subs.awk
3960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3961 _ACAWK
3962 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3963 for (key in S) S_is_set[key] = 1
3964 FS = ""
3965  
3966 }
3967 {
3968 line = $ 0
3969 nfields = split(line, field, "@")
3970 substed = 0
3971 len = length(field[1])
3972 for (i = 2; i < nfields; i++) {
3973 key = field[i]
3974 keylen = length(key)
3975 if (S_is_set[key]) {
3976 value = S[key]
3977 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3978 len += length(value) + length(field[++i])
3979 substed = 1
3980 } else
3981 len += 1 + keylen
3982 }
3983  
3984 print line
3985 }
3986  
3987 _ACAWK
3988 _ACEOF
3989 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3990 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3991 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3992 else
3993 cat
3994 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3995 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3996 _ACEOF
3997  
3998 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3999 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4000 # trailing colons and then remove the whole line if VPATH becomes empty
4001 # (actually we leave an empty line to preserve line numbers).
4002 if test "x$srcdir" = x.; then
4003 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4004 h
4005 s///
4006 s/^/:/
4007 s/[ ]*$/:/
4008 s/:\$(srcdir):/:/g
4009 s/:\${srcdir}:/:/g
4010 s/:@srcdir@:/:/g
4011 s/^:*//
4012 s/:*$//
4013 x
4014 s/\(=[ ]*\).*/\1/
4015 G
4016 s/\n//
4017 s/^[^=]*=[ ]*$//
4018 }'
4019 fi
4020  
4021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4022 fi # test -n "$CONFIG_FILES"
4023  
4024  
4025 eval set X " :F $CONFIG_FILES "
4026 shift
4027 for ac_tag
4028 do
4029 case $ac_tag in
4030 :[FHLC]) ac_mode=$ac_tag; continue;;
4031 esac
4032 case $ac_mode$ac_tag in
4033 :[FHL]*:*);;
4034 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4035 :[FH]-) ac_tag=-:-;;
4036 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4037 esac
4038 ac_save_IFS=$IFS
4039 IFS=:
4040 set x $ac_tag
4041 IFS=$ac_save_IFS
4042 shift
4043 ac_file=$1
4044 shift
4045  
4046 case $ac_mode in
4047 :L) ac_source=$1;;
4048 :[FH])
4049 ac_file_inputs=
4050 for ac_f
4051 do
4052 case $ac_f in
4053 -) ac_f="$ac_tmp/stdin";;
4054 *) # Look for the file first in the build tree, then in the source tree
4055 # (if the path is not absolute). The absolute path cannot be DOS-style,
4056 # because $ac_f cannot contain `:'.
4057 test -f "$ac_f" ||
4058 case $ac_f in
4059 [\\/$]*) false;;
4060 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4061 esac ||
4062 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4063 esac
4064 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4065 as_fn_append ac_file_inputs " '$ac_f'"
4066 done
4067  
4068 # Let's still pretend it is `configure' which instantiates (i.e., don't
4069 # use $as_me), people would be surprised to read:
4070 # /* config.h. Generated by config.status. */
4071 configure_input='Generated from '`
4072 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4073 `' by configure.'
4074 if test x"$ac_file" != x-; then
4075 configure_input="$ac_file. $configure_input"
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4077 $as_echo "$as_me: creating $ac_file" >&6;}
4078 fi
4079 # Neutralize special characters interpreted by sed in replacement strings.
4080 case $configure_input in #(
4081 *\&* | *\|* | *\\* )
4082 ac_sed_conf_input=`$as_echo "$configure_input" |
4083 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4084 *) ac_sed_conf_input=$configure_input;;
4085 esac
4086  
4087 case $ac_tag in
4088 *:-:* | *:-) cat >"$ac_tmp/stdin" \
4089 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4090 esac
4091 ;;
4092 esac
4093  
4094 ac_dir=`$as_dirname -- "$ac_file" ||
4095 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4096 X"$ac_file" : 'X\(//\)[^/]' \| \
4097 X"$ac_file" : 'X\(//\)$' \| \
4098 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4099 $as_echo X"$ac_file" |
4100 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4101 s//\1/
4102 q
4103 }
4104 /^X\(\/\/\)[^/].*/{
4105 s//\1/
4106 q
4107 }
4108 /^X\(\/\/\)$/{
4109 s//\1/
4110 q
4111 }
4112 /^X\(\/\).*/{
4113 s//\1/
4114 q
4115 }
4116 s/.*/./; q'`
4117 as_dir="$ac_dir"; as_fn_mkdir_p
4118 ac_builddir=.
4119  
4120 case "$ac_dir" in
4121 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4122 *)
4123 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4124 # A ".." for each directory in $ac_dir_suffix.
4125 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4126 case $ac_top_builddir_sub in
4127 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4128 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4129 esac ;;
4130 esac
4131 ac_abs_top_builddir=$ac_pwd
4132 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4133 # for backward compatibility:
4134 ac_top_builddir=$ac_top_build_prefix
4135  
4136 case $srcdir in
4137 .) # We are building in place.
4138 ac_srcdir=.
4139 ac_top_srcdir=$ac_top_builddir_sub
4140 ac_abs_top_srcdir=$ac_pwd ;;
4141 [\\/]* | ?:[\\/]* ) # Absolute name.
4142 ac_srcdir=$srcdir$ac_dir_suffix;
4143 ac_top_srcdir=$srcdir
4144 ac_abs_top_srcdir=$srcdir ;;
4145 *) # Relative name.
4146 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4147 ac_top_srcdir=$ac_top_build_prefix$srcdir
4148 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4149 esac
4150 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4151  
4152  
4153 case $ac_mode in
4154 :F)
4155 #
4156 # CONFIG_FILE
4157 #
4158  
4159 case $INSTALL in
4160 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4161 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4162 esac
4163 ac_MKDIR_P=$MKDIR_P
4164 case $MKDIR_P in
4165 [\\/$]* | ?:[\\/]* ) ;;
4166 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4167 esac
4168 _ACEOF
4169  
4170 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4171 # If the template does not know about datarootdir, expand it.
4172 # FIXME: This hack should be removed a few years after 2.60.
4173 ac_datarootdir_hack=; ac_datarootdir_seen=
4174 ac_sed_dataroot='
4175 /datarootdir/ {
4176 p
4177 q
4178 }
4179 /@datadir@/p
4180 /@docdir@/p
4181 /@infodir@/p
4182 /@localedir@/p
4183 /@mandir@/p'
4184 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4185 *datarootdir*) ac_datarootdir_seen=yes;;
4186 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4188 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4189 _ACEOF
4190 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4191 ac_datarootdir_hack='
4192 s&@datadir@&$datadir&g
4193 s&@docdir@&$docdir&g
4194 s&@infodir@&$infodir&g
4195 s&@localedir@&$localedir&g
4196 s&@mandir@&$mandir&g
4197 s&\\\${datarootdir}&$datarootdir&g' ;;
4198 esac
4199 _ACEOF
4200  
4201 # Neutralize VPATH when `$srcdir' = `.'.
4202 # Shell code in configure.ac might set extrasub.
4203 # FIXME: do we really want to maintain this feature?
4204 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4205 ac_sed_extra="$ac_vpsub
4206 $extrasub
4207 _ACEOF
4208 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4209 :t
4210 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4211 s|@configure_input@|$ac_sed_conf_input|;t t
4212 s&@top_builddir@&$ac_top_builddir_sub&;t t
4213 s&@top_build_prefix@&$ac_top_build_prefix&;t t
4214 s&@srcdir@&$ac_srcdir&;t t
4215 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4216 s&@top_srcdir@&$ac_top_srcdir&;t t
4217 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4218 s&@builddir@&$ac_builddir&;t t
4219 s&@abs_builddir@&$ac_abs_builddir&;t t
4220 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4221 s&@INSTALL@&$ac_INSTALL&;t t
4222 s&@MKDIR_P@&$ac_MKDIR_P&;t t
4223 $ac_datarootdir_hack
4224 "
4225 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4226 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4227  
4228 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4229 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4230 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
4231 "$ac_tmp/out"`; test -z "$ac_out"; } &&
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4233 which seems to be undefined. Please make sure it is defined" >&5
4234 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4235 which seems to be undefined. Please make sure it is defined" >&2;}
4236  
4237 rm -f "$ac_tmp/stdin"
4238 case $ac_file in
4239 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4240 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4241 esac \
4242 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4243 ;;
4244  
4245  
4246  
4247 esac
4248  
4249 done # for ac_tag
4250  
4251  
4252 as_fn_exit 0
4253 _ACEOF
4254 ac_clean_files=$ac_clean_files_save
4255  
4256 test $ac_write_fail = 0 ||
4257 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4258  
4259  
4260 # configure is writing to config.log, and then calls config.status.
4261 # config.status does its own redirection, appending to config.log.
4262 # Unfortunately, on DOS this fails, as config.log is still kept open
4263 # by configure, so config.status won't be able to write to it; its
4264 # output is simply discarded. So we exec the FD to /dev/null,
4265 # effectively closing config.log, so it can be properly (re)opened and
4266 # appended to by config.status. When coming back to configure, we
4267 # need to make the FD available again.
4268 if test "$no_create" != yes; then
4269 ac_cs_success=:
4270 ac_config_status_args=
4271 test "$silent" = yes &&
4272 ac_config_status_args="$ac_config_status_args --quiet"
4273 exec 5>/dev/null
4274 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4275 exec 5>>config.log
4276 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4277 # would make configure fail if this is the last instruction.
4278 $ac_cs_success || as_fn_exit 1
4279 fi
4280  
4281 #
4282 # CONFIG_SUBDIRS section.
4283 #
4284 if test "$no_recursion" != yes; then
4285  
4286 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
4287 # so they do not pile up.
4288 ac_sub_configure_args=
4289 ac_prev=
4290 eval "set x $ac_configure_args"
4291 shift
4292 for ac_arg
4293 do
4294 if test -n "$ac_prev"; then
4295 ac_prev=
4296 continue
4297 fi
4298 case $ac_arg in
4299 -cache-file | --cache-file | --cache-fil | --cache-fi \
4300 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4301 ac_prev=cache_file ;;
4302 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4303 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4304 | --c=*)
4305 ;;
4306 --config-cache | -C)
4307 ;;
4308 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4309 ac_prev=srcdir ;;
4310 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4311 ;;
4312 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4313 ac_prev=prefix ;;
4314 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4315 ;;
4316 --disable-option-checking)
4317 ;;
4318 *)
4319 case $ac_arg in
4320 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4321 esac
4322 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
4323 esac
4324 done
4325  
4326 # Always prepend --prefix to ensure using the same prefix
4327 # in subdir configurations.
4328 ac_arg="--prefix=$prefix"
4329 case $ac_arg in
4330 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4331 esac
4332 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
4333  
4334 # Pass --silent
4335 if test "$silent" = yes; then
4336 ac_sub_configure_args="--silent $ac_sub_configure_args"
4337 fi
4338  
4339 # Always prepend --disable-option-checking to silence warnings, since
4340 # different subdirs can have different --enable and --with options.
4341 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
4342  
4343 ac_popdir=`pwd`
4344 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
4345  
4346 # Do not complain, so a configure script can configure whichever
4347 # parts of a large source tree are present.
4348 test -d "$srcdir/$ac_dir" || continue
4349  
4350 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
4351 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
4352 $as_echo "$ac_msg" >&6
4353 as_dir="$ac_dir"; as_fn_mkdir_p
4354 ac_builddir=.
4355  
4356 case "$ac_dir" in
4357 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4358 *)
4359 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4360 # A ".." for each directory in $ac_dir_suffix.
4361 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4362 case $ac_top_builddir_sub in
4363 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4364 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4365 esac ;;
4366 esac
4367 ac_abs_top_builddir=$ac_pwd
4368 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4369 # for backward compatibility:
4370 ac_top_builddir=$ac_top_build_prefix
4371  
4372 case $srcdir in
4373 .) # We are building in place.
4374 ac_srcdir=.
4375 ac_top_srcdir=$ac_top_builddir_sub
4376 ac_abs_top_srcdir=$ac_pwd ;;
4377 [\\/]* | ?:[\\/]* ) # Absolute name.
4378 ac_srcdir=$srcdir$ac_dir_suffix;
4379 ac_top_srcdir=$srcdir
4380 ac_abs_top_srcdir=$srcdir ;;
4381 *) # Relative name.
4382 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4383 ac_top_srcdir=$ac_top_build_prefix$srcdir
4384 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4385 esac
4386 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4387  
4388  
4389 cd "$ac_dir"
4390  
4391 # Check for guested configure; otherwise get Cygnus style configure.
4392 if test -f "$ac_srcdir/configure.gnu"; then
4393 ac_sub_configure=$ac_srcdir/configure.gnu
4394 elif test -f "$ac_srcdir/configure"; then
4395 ac_sub_configure=$ac_srcdir/configure
4396 elif test -f "$ac_srcdir/configure.in"; then
4397 # This should be Cygnus configure.
4398 ac_sub_configure=$ac_aux_dir/configure
4399 else
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
4401 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
4402 ac_sub_configure=
4403 fi
4404  
4405 # The recursion is here.
4406 if test -n "$ac_sub_configure"; then
4407 # Make the cache file name correct relative to the subdirectory.
4408 case $cache_file in
4409 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4410 *) # Relative name.
4411 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
4412 esac
4413  
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
4415 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4416 # The eval makes quoting arguments work.
4417 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4418 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
4419 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
4420 fi
4421  
4422 cd "$ac_popdir"
4423 done
4424 fi
4425 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4427 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4428 fi
4429