beta-0.89.2
[luatex.git] / source / auxdir / auxsub / configure
blob021909a11859f671f920a4c41e4f42ee5574197e
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for TeX Live auxdir auxsub 2009.
5 # Report bugs to <tex-k@tug.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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 ## -------------------- ##
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 *) :
32 esac
36 as_nl='
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"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
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
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
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
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
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='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
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
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 *) :
176 esac
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; }
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 :
192 else
193 exitcode=1; echo positional parameters were not saved.
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
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
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
213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=.
215 as_found=:
216 case $as_dir in #(
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
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
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
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 tex-k@tug.org
269 $0: about your system, including any error possibly output
270 $0: before this message. Then install a modern shell, or
271 $0: manually run the script under such a shell if you do
272 $0: have one."
274 exit 1
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
284 ## --------------------- ##
285 ## M4sh Shell Functions. ##
286 ## --------------------- ##
287 # as_fn_unset VAR
288 # ---------------
289 # Portably unset VAR.
290 as_fn_unset ()
292 { eval $1=; unset $1;}
294 as_unset=as_fn_unset
296 # as_fn_set_status STATUS
297 # -----------------------
298 # Set $? to STATUS, without forking.
299 as_fn_set_status ()
301 return $1
302 } # as_fn_set_status
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 ()
309 set +e
310 as_fn_set_status $1
311 exit $1
312 } # as_fn_exit
314 # as_fn_mkdir_p
315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p ()
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/
341 /^X\(\/\/\)[^/].*/{
342 s//\1/
345 /^X\(\/\/\)$/{
346 s//\1/
349 /^X\(\/\).*/{
350 s//\1/
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"
360 } # as_fn_mkdir_p
362 # as_fn_executable_p FILE
363 # -----------------------
364 # Test if FILE is an executable regular file.
365 as_fn_executable_p ()
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 ()
378 eval $1+=\$2
380 else
381 as_fn_append ()
383 eval $1=\$$1\$2
385 fi # as_fn_append
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 ()
395 as_val=$(( $* ))
397 else
398 as_fn_arith ()
400 as_val=`expr "$@" || test $? -eq 1`
402 fi # as_fn_arith
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 ()
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
417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status
419 } # as_fn_error
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
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename
430 else
431 as_basename=false
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
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/
449 /^X\/\(\/\/\)$/{
450 s//\1/
453 /^X\/\(\/\).*/{
454 s//\1/
457 s/.*/./; q'`
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
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 '
474 /[$]LINENO/=
475 ' <$as_myself |
476 sed '
477 s/[$]LINENO.*/&-/
478 t lineno
480 :lineno
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; }
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
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;;
512 ECHO_N='-n';;
513 esac
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
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'
536 else
537 as_ln_s='cp -pR'
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null
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
549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p
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'"
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'"
559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1
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`
568 # Initializations.
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=
579 # Identity of this package.
580 PACKAGE_NAME='TeX Live auxdir auxsub'
581 PACKAGE_TARNAME='tex-live-auxdir-auxsub'
582 PACKAGE_VERSION='2009'
583 PACKAGE_STRING='TeX Live auxdir auxsub 2009'
584 PACKAGE_BUGREPORT='tex-k@tug.org'
585 PACKAGE_URL=''
587 ac_unique_file="../../build-aux/missing"
588 ac_subst_vars='LTLIBOBJS
589 LIBOBJS
590 MAINT
591 MAINTAINER_MODE_FALSE
592 MAINTAINER_MODE_TRUE
593 AM_BACKSLASH
594 AM_DEFAULT_VERBOSITY
595 AM_DEFAULT_V
596 AM_V
597 am__untar
598 am__tar
599 AMTAR
600 am__leading_dot
601 SET_MAKE
603 mkdir_p
604 MKDIR_P
605 INSTALL_STRIP_PROGRAM
606 STRIP
607 install_sh
608 MAKEINFO
609 AUTOHEADER
610 AUTOMAKE
611 AUTOCONF
612 ACLOCAL
613 VERSION
614 PACKAGE
615 CYGPATH_W
616 am__isrc
617 INSTALL_DATA
618 INSTALL_SCRIPT
619 INSTALL_PROGRAM
620 target_alias
621 host_alias
622 build_alias
623 LIBS
624 ECHO_T
625 ECHO_N
626 ECHO_C
627 DEFS
628 mandir
629 localedir
630 libdir
631 psdir
632 pdfdir
633 dvidir
634 htmldir
635 infodir
636 docdir
637 oldincludedir
638 includedir
639 localstatedir
640 sharedstatedir
641 sysconfdir
642 datadir
643 datarootdir
644 libexecdir
645 sbindir
646 bindir
647 program_transform_name
648 prefix
649 exec_prefix
650 PACKAGE_URL
651 PACKAGE_BUGREPORT
652 PACKAGE_STRING
653 PACKAGE_VERSION
654 PACKAGE_TARNAME
655 PACKAGE_NAME
656 PATH_SEPARATOR
657 SHELL'
658 ac_subst_files=''
659 ac_user_opts='
660 enable_option_checking
661 enable_silent_rules
662 enable_maintainer_mode
664 ac_precious_vars='build_alias
665 host_alias
666 target_alias'
669 # Initialize some variables set by options.
670 ac_init_help=
671 ac_init_version=false
672 ac_unrecognized_opts=
673 ac_unrecognized_sep=
674 # The variables have the same names as the options, with
675 # dashes changed to underlines.
676 cache_file=/dev/null
677 exec_prefix=NONE
678 no_create=
679 no_recursion=
680 prefix=NONE
681 program_prefix=NONE
682 program_suffix=NONE
683 program_transform_name=s,x,x,
684 silent=
685 site=
686 srcdir=
687 verbose=
688 x_includes=NONE
689 x_libraries=NONE
691 # Installation directory options.
692 # These are left unexpanded so users can "make install exec_prefix=/foo"
693 # and all the variables that are supposed to be based on exec_prefix
694 # by default will actually change.
695 # Use braces instead of parens because sh, perl, etc. also accept them.
696 # (The list follows the same order as the GNU Coding Standards.)
697 bindir='${exec_prefix}/bin'
698 sbindir='${exec_prefix}/sbin'
699 libexecdir='${exec_prefix}/libexec'
700 datarootdir='${prefix}/share'
701 datadir='${datarootdir}'
702 sysconfdir='${prefix}/etc'
703 sharedstatedir='${prefix}/com'
704 localstatedir='${prefix}/var'
705 includedir='${prefix}/include'
706 oldincludedir='/usr/include'
707 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
708 infodir='${datarootdir}/info'
709 htmldir='${docdir}'
710 dvidir='${docdir}'
711 pdfdir='${docdir}'
712 psdir='${docdir}'
713 libdir='${exec_prefix}/lib'
714 localedir='${datarootdir}/locale'
715 mandir='${datarootdir}/man'
717 ac_prev=
718 ac_dashdash=
719 for ac_option
721 # If the previous option needs an argument, assign it.
722 if test -n "$ac_prev"; then
723 eval $ac_prev=\$ac_option
724 ac_prev=
725 continue
728 case $ac_option in
729 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
730 *=) ac_optarg= ;;
731 *) ac_optarg=yes ;;
732 esac
734 # Accept the important Cygnus configure options, so we can diagnose typos.
736 case $ac_dashdash$ac_option in
738 ac_dashdash=yes ;;
740 -bindir | --bindir | --bindi | --bind | --bin | --bi)
741 ac_prev=bindir ;;
742 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
743 bindir=$ac_optarg ;;
745 -build | --build | --buil | --bui | --bu)
746 ac_prev=build_alias ;;
747 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
748 build_alias=$ac_optarg ;;
750 -cache-file | --cache-file | --cache-fil | --cache-fi \
751 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
752 ac_prev=cache_file ;;
753 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
754 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
755 cache_file=$ac_optarg ;;
757 --config-cache | -C)
758 cache_file=config.cache ;;
760 -datadir | --datadir | --datadi | --datad)
761 ac_prev=datadir ;;
762 -datadir=* | --datadir=* | --datadi=* | --datad=*)
763 datadir=$ac_optarg ;;
765 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
766 | --dataroo | --dataro | --datar)
767 ac_prev=datarootdir ;;
768 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
769 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
770 datarootdir=$ac_optarg ;;
772 -disable-* | --disable-*)
773 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
774 # Reject names that are not valid shell variable names.
775 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
776 as_fn_error $? "invalid feature name: $ac_useropt"
777 ac_useropt_orig=$ac_useropt
778 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
779 case $ac_user_opts in
781 "enable_$ac_useropt"
782 "*) ;;
783 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
784 ac_unrecognized_sep=', ';;
785 esac
786 eval enable_$ac_useropt=no ;;
788 -docdir | --docdir | --docdi | --doc | --do)
789 ac_prev=docdir ;;
790 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
791 docdir=$ac_optarg ;;
793 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
794 ac_prev=dvidir ;;
795 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
796 dvidir=$ac_optarg ;;
798 -enable-* | --enable-*)
799 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
800 # Reject names that are not valid shell variable names.
801 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
802 as_fn_error $? "invalid feature name: $ac_useropt"
803 ac_useropt_orig=$ac_useropt
804 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
805 case $ac_user_opts in
807 "enable_$ac_useropt"
808 "*) ;;
809 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
810 ac_unrecognized_sep=', ';;
811 esac
812 eval enable_$ac_useropt=\$ac_optarg ;;
814 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
815 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
816 | --exec | --exe | --ex)
817 ac_prev=exec_prefix ;;
818 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
819 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
820 | --exec=* | --exe=* | --ex=*)
821 exec_prefix=$ac_optarg ;;
823 -gas | --gas | --ga | --g)
824 # Obsolete; use --with-gas.
825 with_gas=yes ;;
827 -help | --help | --hel | --he | -h)
828 ac_init_help=long ;;
829 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
830 ac_init_help=recursive ;;
831 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
832 ac_init_help=short ;;
834 -host | --host | --hos | --ho)
835 ac_prev=host_alias ;;
836 -host=* | --host=* | --hos=* | --ho=*)
837 host_alias=$ac_optarg ;;
839 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
840 ac_prev=htmldir ;;
841 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
842 | --ht=*)
843 htmldir=$ac_optarg ;;
845 -includedir | --includedir | --includedi | --included | --include \
846 | --includ | --inclu | --incl | --inc)
847 ac_prev=includedir ;;
848 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
849 | --includ=* | --inclu=* | --incl=* | --inc=*)
850 includedir=$ac_optarg ;;
852 -infodir | --infodir | --infodi | --infod | --info | --inf)
853 ac_prev=infodir ;;
854 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
855 infodir=$ac_optarg ;;
857 -libdir | --libdir | --libdi | --libd)
858 ac_prev=libdir ;;
859 -libdir=* | --libdir=* | --libdi=* | --libd=*)
860 libdir=$ac_optarg ;;
862 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
863 | --libexe | --libex | --libe)
864 ac_prev=libexecdir ;;
865 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
866 | --libexe=* | --libex=* | --libe=*)
867 libexecdir=$ac_optarg ;;
869 -localedir | --localedir | --localedi | --localed | --locale)
870 ac_prev=localedir ;;
871 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
872 localedir=$ac_optarg ;;
874 -localstatedir | --localstatedir | --localstatedi | --localstated \
875 | --localstate | --localstat | --localsta | --localst | --locals)
876 ac_prev=localstatedir ;;
877 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
878 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
879 localstatedir=$ac_optarg ;;
881 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
882 ac_prev=mandir ;;
883 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
884 mandir=$ac_optarg ;;
886 -nfp | --nfp | --nf)
887 # Obsolete; use --without-fp.
888 with_fp=no ;;
890 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
891 | --no-cr | --no-c | -n)
892 no_create=yes ;;
894 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
895 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
896 no_recursion=yes ;;
898 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
899 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
900 | --oldin | --oldi | --old | --ol | --o)
901 ac_prev=oldincludedir ;;
902 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
903 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
904 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
905 oldincludedir=$ac_optarg ;;
907 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
908 ac_prev=prefix ;;
909 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
910 prefix=$ac_optarg ;;
912 -program-prefix | --program-prefix | --program-prefi | --program-pref \
913 | --program-pre | --program-pr | --program-p)
914 ac_prev=program_prefix ;;
915 -program-prefix=* | --program-prefix=* | --program-prefi=* \
916 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
917 program_prefix=$ac_optarg ;;
919 -program-suffix | --program-suffix | --program-suffi | --program-suff \
920 | --program-suf | --program-su | --program-s)
921 ac_prev=program_suffix ;;
922 -program-suffix=* | --program-suffix=* | --program-suffi=* \
923 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
924 program_suffix=$ac_optarg ;;
926 -program-transform-name | --program-transform-name \
927 | --program-transform-nam | --program-transform-na \
928 | --program-transform-n | --program-transform- \
929 | --program-transform | --program-transfor \
930 | --program-transfo | --program-transf \
931 | --program-trans | --program-tran \
932 | --progr-tra | --program-tr | --program-t)
933 ac_prev=program_transform_name ;;
934 -program-transform-name=* | --program-transform-name=* \
935 | --program-transform-nam=* | --program-transform-na=* \
936 | --program-transform-n=* | --program-transform-=* \
937 | --program-transform=* | --program-transfor=* \
938 | --program-transfo=* | --program-transf=* \
939 | --program-trans=* | --program-tran=* \
940 | --progr-tra=* | --program-tr=* | --program-t=*)
941 program_transform_name=$ac_optarg ;;
943 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
944 ac_prev=pdfdir ;;
945 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
946 pdfdir=$ac_optarg ;;
948 -psdir | --psdir | --psdi | --psd | --ps)
949 ac_prev=psdir ;;
950 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
951 psdir=$ac_optarg ;;
953 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
954 | -silent | --silent | --silen | --sile | --sil)
955 silent=yes ;;
957 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
958 ac_prev=sbindir ;;
959 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
960 | --sbi=* | --sb=*)
961 sbindir=$ac_optarg ;;
963 -sharedstatedir | --sharedstatedir | --sharedstatedi \
964 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
965 | --sharedst | --shareds | --shared | --share | --shar \
966 | --sha | --sh)
967 ac_prev=sharedstatedir ;;
968 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
969 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
970 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
971 | --sha=* | --sh=*)
972 sharedstatedir=$ac_optarg ;;
974 -site | --site | --sit)
975 ac_prev=site ;;
976 -site=* | --site=* | --sit=*)
977 site=$ac_optarg ;;
979 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
980 ac_prev=srcdir ;;
981 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
982 srcdir=$ac_optarg ;;
984 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
985 | --syscon | --sysco | --sysc | --sys | --sy)
986 ac_prev=sysconfdir ;;
987 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
988 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
989 sysconfdir=$ac_optarg ;;
991 -target | --target | --targe | --targ | --tar | --ta | --t)
992 ac_prev=target_alias ;;
993 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
994 target_alias=$ac_optarg ;;
996 -v | -verbose | --verbose | --verbos | --verbo | --verb)
997 verbose=yes ;;
999 -version | --version | --versio | --versi | --vers | -V)
1000 ac_init_version=: ;;
1002 -with-* | --with-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 as_fn_error $? "invalid package name: $ac_useropt"
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1011 "with_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval with_$ac_useropt=\$ac_optarg ;;
1018 -without-* | --without-*)
1019 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1020 # Reject names that are not valid shell variable names.
1021 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1022 as_fn_error $? "invalid package name: $ac_useropt"
1023 ac_useropt_orig=$ac_useropt
1024 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1025 case $ac_user_opts in
1027 "with_$ac_useropt"
1028 "*) ;;
1029 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1030 ac_unrecognized_sep=', ';;
1031 esac
1032 eval with_$ac_useropt=no ;;
1034 --x)
1035 # Obsolete; use --with-x.
1036 with_x=yes ;;
1038 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1039 | --x-incl | --x-inc | --x-in | --x-i)
1040 ac_prev=x_includes ;;
1041 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1042 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1043 x_includes=$ac_optarg ;;
1045 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1046 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1047 ac_prev=x_libraries ;;
1048 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1049 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1050 x_libraries=$ac_optarg ;;
1052 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1053 Try \`$0 --help' for more information"
1056 *=*)
1057 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1058 # Reject names that are not valid shell variable names.
1059 case $ac_envvar in #(
1060 '' | [0-9]* | *[!_$as_cr_alnum]* )
1061 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1062 esac
1063 eval $ac_envvar=\$ac_optarg
1064 export $ac_envvar ;;
1067 # FIXME: should be removed in autoconf 3.0.
1068 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1069 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1070 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1071 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1074 esac
1075 done
1077 if test -n "$ac_prev"; then
1078 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1079 as_fn_error $? "missing argument to $ac_option"
1082 if test -n "$ac_unrecognized_opts"; then
1083 case $enable_option_checking in
1084 no) ;;
1085 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1086 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1087 esac
1090 # Check all directory arguments for consistency.
1091 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1092 datadir sysconfdir sharedstatedir localstatedir includedir \
1093 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1094 libdir localedir mandir
1096 eval ac_val=\$$ac_var
1097 # Remove trailing slashes.
1098 case $ac_val in
1099 */ )
1100 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1101 eval $ac_var=\$ac_val;;
1102 esac
1103 # Be sure to have absolute directory names.
1104 case $ac_val in
1105 [\\/$]* | ?:[\\/]* ) continue;;
1106 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1107 esac
1108 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1109 done
1111 # There might be people who depend on the old broken behavior: `$host'
1112 # used to hold the argument of --host etc.
1113 # FIXME: To remove some day.
1114 build=$build_alias
1115 host=$host_alias
1116 target=$target_alias
1118 # FIXME: To remove some day.
1119 if test "x$host_alias" != x; then
1120 if test "x$build_alias" = x; then
1121 cross_compiling=maybe
1122 elif test "x$build_alias" != "x$host_alias"; then
1123 cross_compiling=yes
1127 ac_tool_prefix=
1128 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1130 test "$silent" = yes && exec 6>/dev/null
1133 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1134 ac_ls_di=`ls -di .` &&
1135 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1136 as_fn_error $? "working directory cannot be determined"
1137 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1138 as_fn_error $? "pwd does not report name of working directory"
1141 # Find the source files, if location was not specified.
1142 if test -z "$srcdir"; then
1143 ac_srcdir_defaulted=yes
1144 # Try the directory containing this script, then the parent directory.
1145 ac_confdir=`$as_dirname -- "$as_myself" ||
1146 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1147 X"$as_myself" : 'X\(//\)[^/]' \| \
1148 X"$as_myself" : 'X\(//\)$' \| \
1149 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1150 $as_echo X"$as_myself" |
1151 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1152 s//\1/
1155 /^X\(\/\/\)[^/].*/{
1156 s//\1/
1159 /^X\(\/\/\)$/{
1160 s//\1/
1163 /^X\(\/\).*/{
1164 s//\1/
1167 s/.*/./; q'`
1168 srcdir=$ac_confdir
1169 if test ! -r "$srcdir/$ac_unique_file"; then
1170 srcdir=..
1172 else
1173 ac_srcdir_defaulted=no
1175 if test ! -r "$srcdir/$ac_unique_file"; then
1176 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1177 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1179 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1180 ac_abs_confdir=`(
1181 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1182 pwd)`
1183 # When building in place, set srcdir=.
1184 if test "$ac_abs_confdir" = "$ac_pwd"; then
1185 srcdir=.
1187 # Remove unnecessary trailing slashes from srcdir.
1188 # Double slashes in file names in object file debugging info
1189 # mess up M-x gdb in Emacs.
1190 case $srcdir in
1191 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1192 esac
1193 for ac_var in $ac_precious_vars; do
1194 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1195 eval ac_env_${ac_var}_value=\$${ac_var}
1196 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1197 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1198 done
1201 # Report the --help message.
1203 if test "$ac_init_help" = "long"; then
1204 # Omit some internal or obsolete options to make the list less imposing.
1205 # This message is too long to be a string in the A/UX 3.1 sh.
1206 cat <<_ACEOF
1207 \`configure' configures TeX Live auxdir auxsub 2009 to adapt to many kinds of systems.
1209 Usage: $0 [OPTION]... [VAR=VALUE]...
1211 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1212 VAR=VALUE. See below for descriptions of some of the useful variables.
1214 Defaults for the options are specified in brackets.
1216 Configuration:
1217 -h, --help display this help and exit
1218 --help=short display options specific to this package
1219 --help=recursive display the short help of all the included packages
1220 -V, --version display version information and exit
1221 -q, --quiet, --silent do not print \`checking ...' messages
1222 --cache-file=FILE cache test results in FILE [disabled]
1223 -C, --config-cache alias for \`--cache-file=config.cache'
1224 -n, --no-create do not create output files
1225 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1227 Installation directories:
1228 --prefix=PREFIX install architecture-independent files in PREFIX
1229 [$ac_default_prefix]
1230 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1231 [PREFIX]
1233 By default, \`make install' will install all the files in
1234 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1235 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1236 for instance \`--prefix=\$HOME'.
1238 For better control, use the options below.
1240 Fine tuning of the installation directories:
1241 --bindir=DIR user executables [EPREFIX/bin]
1242 --sbindir=DIR system admin executables [EPREFIX/sbin]
1243 --libexecdir=DIR program executables [EPREFIX/libexec]
1244 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1245 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1246 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1247 --libdir=DIR object code libraries [EPREFIX/lib]
1248 --includedir=DIR C header files [PREFIX/include]
1249 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1250 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1251 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1252 --infodir=DIR info documentation [DATAROOTDIR/info]
1253 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1254 --mandir=DIR man documentation [DATAROOTDIR/man]
1255 --docdir=DIR documentation root
1256 [DATAROOTDIR/doc/tex-live-auxdir-auxsub]
1257 --htmldir=DIR html documentation [DOCDIR]
1258 --dvidir=DIR dvi documentation [DOCDIR]
1259 --pdfdir=DIR pdf documentation [DOCDIR]
1260 --psdir=DIR ps documentation [DOCDIR]
1261 _ACEOF
1263 cat <<\_ACEOF
1265 Program names:
1266 --program-prefix=PREFIX prepend PREFIX to installed program names
1267 --program-suffix=SUFFIX append SUFFIX to installed program names
1268 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1269 _ACEOF
1272 if test -n "$ac_init_help"; then
1273 case $ac_init_help in
1274 short | recursive ) echo "Configuration of TeX Live auxdir auxsub 2009:";;
1275 esac
1276 cat <<\_ACEOF
1278 Optional Features:
1279 --disable-option-checking ignore unrecognized --enable/--with options
1280 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1281 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1282 --enable-silent-rules less verbose build output (undo: "make V=1")
1283 --disable-silent-rules verbose build output (undo: "make V=0")
1284 --enable-maintainer-mode
1285 enable make rules and dependencies not useful (and
1286 sometimes confusing) to the casual installer
1288 Report bugs to <tex-k@tug.org>.
1289 _ACEOF
1290 ac_status=$?
1293 if test "$ac_init_help" = "recursive"; then
1294 # If there are subdirs, report their specific --help.
1295 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1296 test -d "$ac_dir" ||
1297 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1298 continue
1299 ac_builddir=.
1301 case "$ac_dir" in
1302 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1304 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1305 # A ".." for each directory in $ac_dir_suffix.
1306 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1307 case $ac_top_builddir_sub in
1308 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1309 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1310 esac ;;
1311 esac
1312 ac_abs_top_builddir=$ac_pwd
1313 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1314 # for backward compatibility:
1315 ac_top_builddir=$ac_top_build_prefix
1317 case $srcdir in
1318 .) # We are building in place.
1319 ac_srcdir=.
1320 ac_top_srcdir=$ac_top_builddir_sub
1321 ac_abs_top_srcdir=$ac_pwd ;;
1322 [\\/]* | ?:[\\/]* ) # Absolute name.
1323 ac_srcdir=$srcdir$ac_dir_suffix;
1324 ac_top_srcdir=$srcdir
1325 ac_abs_top_srcdir=$srcdir ;;
1326 *) # Relative name.
1327 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1328 ac_top_srcdir=$ac_top_build_prefix$srcdir
1329 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1330 esac
1331 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1333 cd "$ac_dir" || { ac_status=$?; continue; }
1334 # Check for guested configure.
1335 if test -f "$ac_srcdir/configure.gnu"; then
1336 echo &&
1337 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1338 elif test -f "$ac_srcdir/configure"; then
1339 echo &&
1340 $SHELL "$ac_srcdir/configure" --help=recursive
1341 else
1342 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1343 fi || ac_status=$?
1344 cd "$ac_pwd" || { ac_status=$?; break; }
1345 done
1348 test -n "$ac_init_help" && exit $ac_status
1349 if $ac_init_version; then
1350 cat <<\_ACEOF
1351 TeX Live auxdir auxsub configure 2009
1352 generated by GNU Autoconf 2.69
1354 Copyright (C) 2012 Free Software Foundation, Inc.
1355 This configure script is free software; the Free Software Foundation
1356 gives unlimited permission to copy, distribute and modify it.
1357 _ACEOF
1358 exit
1361 ## ------------------------ ##
1362 ## Autoconf initialization. ##
1363 ## ------------------------ ##
1364 cat >config.log <<_ACEOF
1365 This file contains any messages produced by compilers while
1366 running configure, to aid debugging if configure makes a mistake.
1368 It was created by TeX Live auxdir auxsub $as_me 2009, which was
1369 generated by GNU Autoconf 2.69. Invocation command line was
1371 $ $0 $@
1373 _ACEOF
1374 exec 5>>config.log
1376 cat <<_ASUNAME
1377 ## --------- ##
1378 ## Platform. ##
1379 ## --------- ##
1381 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1382 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1383 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1384 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1385 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1387 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1388 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1390 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1391 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1392 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1393 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1394 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1395 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1396 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1398 _ASUNAME
1400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1401 for as_dir in $PATH
1403 IFS=$as_save_IFS
1404 test -z "$as_dir" && as_dir=.
1405 $as_echo "PATH: $as_dir"
1406 done
1407 IFS=$as_save_IFS
1409 } >&5
1411 cat >&5 <<_ACEOF
1414 ## ----------- ##
1415 ## Core tests. ##
1416 ## ----------- ##
1418 _ACEOF
1421 # Keep a trace of the command line.
1422 # Strip out --no-create and --no-recursion so they do not pile up.
1423 # Strip out --silent because we don't want to record it for future runs.
1424 # Also quote any args containing shell meta-characters.
1425 # Make two passes to allow for proper duplicate-argument suppression.
1426 ac_configure_args=
1427 ac_configure_args0=
1428 ac_configure_args1=
1429 ac_must_keep_next=false
1430 for ac_pass in 1 2
1432 for ac_arg
1434 case $ac_arg in
1435 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1436 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1437 | -silent | --silent | --silen | --sile | --sil)
1438 continue ;;
1439 *\'*)
1440 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1441 esac
1442 case $ac_pass in
1443 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1445 as_fn_append ac_configure_args1 " '$ac_arg'"
1446 if test $ac_must_keep_next = true; then
1447 ac_must_keep_next=false # Got value, back to normal.
1448 else
1449 case $ac_arg in
1450 *=* | --config-cache | -C | -disable-* | --disable-* \
1451 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1452 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1453 | -with-* | --with-* | -without-* | --without-* | --x)
1454 case "$ac_configure_args0 " in
1455 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1456 esac
1458 -* ) ac_must_keep_next=true ;;
1459 esac
1461 as_fn_append ac_configure_args " '$ac_arg'"
1463 esac
1464 done
1465 done
1466 { ac_configure_args0=; unset ac_configure_args0;}
1467 { ac_configure_args1=; unset ac_configure_args1;}
1469 # When interrupted or exit'd, cleanup temporary files, and complete
1470 # config.log. We remove comments because anyway the quotes in there
1471 # would cause problems or look ugly.
1472 # WARNING: Use '\'' to represent an apostrophe within the trap.
1473 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1474 trap 'exit_status=$?
1475 # Save into config.log some information that might help in debugging.
1477 echo
1479 $as_echo "## ---------------- ##
1480 ## Cache variables. ##
1481 ## ---------------- ##"
1482 echo
1483 # The following way of writing the cache mishandles newlines in values,
1485 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1486 eval ac_val=\$$ac_var
1487 case $ac_val in #(
1488 *${as_nl}*)
1489 case $ac_var in #(
1490 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1491 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1492 esac
1493 case $ac_var in #(
1494 _ | IFS | as_nl) ;; #(
1495 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1496 *) { eval $ac_var=; unset $ac_var;} ;;
1497 esac ;;
1498 esac
1499 done
1500 (set) 2>&1 |
1501 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1502 *${as_nl}ac_space=\ *)
1503 sed -n \
1504 "s/'\''/'\''\\\\'\'''\''/g;
1505 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1506 ;; #(
1508 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1510 esac |
1511 sort
1513 echo
1515 $as_echo "## ----------------- ##
1516 ## Output variables. ##
1517 ## ----------------- ##"
1518 echo
1519 for ac_var in $ac_subst_vars
1521 eval ac_val=\$$ac_var
1522 case $ac_val in
1523 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1524 esac
1525 $as_echo "$ac_var='\''$ac_val'\''"
1526 done | sort
1527 echo
1529 if test -n "$ac_subst_files"; then
1530 $as_echo "## ------------------- ##
1531 ## File substitutions. ##
1532 ## ------------------- ##"
1533 echo
1534 for ac_var in $ac_subst_files
1536 eval ac_val=\$$ac_var
1537 case $ac_val in
1538 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1539 esac
1540 $as_echo "$ac_var='\''$ac_val'\''"
1541 done | sort
1542 echo
1545 if test -s confdefs.h; then
1546 $as_echo "## ----------- ##
1547 ## confdefs.h. ##
1548 ## ----------- ##"
1549 echo
1550 cat confdefs.h
1551 echo
1553 test "$ac_signal" != 0 &&
1554 $as_echo "$as_me: caught signal $ac_signal"
1555 $as_echo "$as_me: exit $exit_status"
1556 } >&5
1557 rm -f core *.core core.conftest.* &&
1558 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1559 exit $exit_status
1561 for ac_signal in 1 2 13 15; do
1562 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1563 done
1564 ac_signal=0
1566 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1567 rm -f -r conftest* confdefs.h
1569 $as_echo "/* confdefs.h */" > confdefs.h
1571 # Predefined preprocessor variables.
1573 cat >>confdefs.h <<_ACEOF
1574 #define PACKAGE_NAME "$PACKAGE_NAME"
1575 _ACEOF
1577 cat >>confdefs.h <<_ACEOF
1578 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1579 _ACEOF
1581 cat >>confdefs.h <<_ACEOF
1582 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1583 _ACEOF
1585 cat >>confdefs.h <<_ACEOF
1586 #define PACKAGE_STRING "$PACKAGE_STRING"
1587 _ACEOF
1589 cat >>confdefs.h <<_ACEOF
1590 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1591 _ACEOF
1593 cat >>confdefs.h <<_ACEOF
1594 #define PACKAGE_URL "$PACKAGE_URL"
1595 _ACEOF
1598 # Let the site file select an alternate cache file if it wants to.
1599 # Prefer an explicitly selected file to automatically selected ones.
1600 ac_site_file1=NONE
1601 ac_site_file2=NONE
1602 if test -n "$CONFIG_SITE"; then
1603 # We do not want a PATH search for config.site.
1604 case $CONFIG_SITE in #((
1605 -*) ac_site_file1=./$CONFIG_SITE;;
1606 */*) ac_site_file1=$CONFIG_SITE;;
1607 *) ac_site_file1=./$CONFIG_SITE;;
1608 esac
1609 elif test "x$prefix" != xNONE; then
1610 ac_site_file1=$prefix/share/config.site
1611 ac_site_file2=$prefix/etc/config.site
1612 else
1613 ac_site_file1=$ac_default_prefix/share/config.site
1614 ac_site_file2=$ac_default_prefix/etc/config.site
1616 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1618 test "x$ac_site_file" = xNONE && continue
1619 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1621 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1622 sed 's/^/| /' "$ac_site_file" >&5
1623 . "$ac_site_file" \
1624 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1625 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1626 as_fn_error $? "failed to load site script $ac_site_file
1627 See \`config.log' for more details" "$LINENO" 5; }
1629 done
1631 if test -r "$cache_file"; then
1632 # Some versions of bash will fail to source /dev/null (special files
1633 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1634 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1636 $as_echo "$as_me: loading cache $cache_file" >&6;}
1637 case $cache_file in
1638 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1639 *) . "./$cache_file";;
1640 esac
1642 else
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1644 $as_echo "$as_me: creating cache $cache_file" >&6;}
1645 >$cache_file
1648 # Check that the precious variables saved in the cache have kept the same
1649 # value.
1650 ac_cache_corrupted=false
1651 for ac_var in $ac_precious_vars; do
1652 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1653 eval ac_new_set=\$ac_env_${ac_var}_set
1654 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1655 eval ac_new_val=\$ac_env_${ac_var}_value
1656 case $ac_old_set,$ac_new_set in
1657 set,)
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1659 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1660 ac_cache_corrupted=: ;;
1661 ,set)
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1663 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1664 ac_cache_corrupted=: ;;
1665 ,);;
1667 if test "x$ac_old_val" != "x$ac_new_val"; then
1668 # differences in whitespace do not lead to failure.
1669 ac_old_val_w=`echo x $ac_old_val`
1670 ac_new_val_w=`echo x $ac_new_val`
1671 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1673 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1674 ac_cache_corrupted=:
1675 else
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1677 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1678 eval $ac_var=\$ac_old_val
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1681 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1683 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1684 fi;;
1685 esac
1686 # Pass precious variables to config.status.
1687 if test "$ac_new_set" = set; then
1688 case $ac_new_val in
1689 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1690 *) ac_arg=$ac_var=$ac_new_val ;;
1691 esac
1692 case " $ac_configure_args " in
1693 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1694 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1695 esac
1697 done
1698 if $ac_cache_corrupted; then
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1702 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1703 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1705 ## -------------------- ##
1706 ## Main body of script. ##
1707 ## -------------------- ##
1709 ac_ext=c
1710 ac_cpp='$CPP $CPPFLAGS'
1711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1718 ac_aux_dir=
1719 for ac_dir in ../../build-aux "$srcdir"/../../build-aux; do
1720 if test -f "$ac_dir/install-sh"; then
1721 ac_aux_dir=$ac_dir
1722 ac_install_sh="$ac_aux_dir/install-sh -c"
1723 break
1724 elif test -f "$ac_dir/install.sh"; then
1725 ac_aux_dir=$ac_dir
1726 ac_install_sh="$ac_aux_dir/install.sh -c"
1727 break
1728 elif test -f "$ac_dir/shtool"; then
1729 ac_aux_dir=$ac_dir
1730 ac_install_sh="$ac_aux_dir/shtool install -c"
1731 break
1733 done
1734 if test -z "$ac_aux_dir"; then
1735 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../../build-aux \"$srcdir\"/../../build-aux" "$LINENO" 5
1738 # These three variables are undocumented and unsupported,
1739 # and are intended to be withdrawn in a future Autoconf release.
1740 # They can cause serious problems if a builder's source tree is in a directory
1741 # whose full name contains unusual characters.
1742 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1743 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1744 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1748 am__api_version='1.15'
1750 # Find a good install program. We prefer a C program (faster),
1751 # so one script is as good as another. But avoid the broken or
1752 # incompatible versions:
1753 # SysV /etc/install, /usr/sbin/install
1754 # SunOS /usr/etc/install
1755 # IRIX /sbin/install
1756 # AIX /bin/install
1757 # AmigaOS /C/install, which installs bootblocks on floppy discs
1758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1761 # OS/2's system install, which has a completely different semantic
1762 # ./install, which can be erroneously created by make from ./install.sh.
1763 # Reject install programs that cannot install multiple files.
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1766 if test -z "$INSTALL"; then
1767 if ${ac_cv_path_install+:} false; then :
1768 $as_echo_n "(cached) " >&6
1769 else
1770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1771 for as_dir in $PATH
1773 IFS=$as_save_IFS
1774 test -z "$as_dir" && as_dir=.
1775 # Account for people who put trailing slashes in PATH elements.
1776 case $as_dir/ in #((
1777 ./ | .// | /[cC]/* | \
1778 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1779 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1780 /usr/ucb/* ) ;;
1782 # OSF1 and SCO ODT 3.0 have their own names for install.
1783 # Don't use installbsd from OSF since it installs stuff as root
1784 # by default.
1785 for ac_prog in ginstall scoinst install; do
1786 for ac_exec_ext in '' $ac_executable_extensions; do
1787 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1788 if test $ac_prog = install &&
1789 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1790 # AIX install. It has an incompatible calling convention.
1792 elif test $ac_prog = install &&
1793 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1794 # program-specific install script used by HP pwplus--don't use.
1796 else
1797 rm -rf conftest.one conftest.two conftest.dir
1798 echo one > conftest.one
1799 echo two > conftest.two
1800 mkdir conftest.dir
1801 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1802 test -s conftest.one && test -s conftest.two &&
1803 test -s conftest.dir/conftest.one &&
1804 test -s conftest.dir/conftest.two
1805 then
1806 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1807 break 3
1811 done
1812 done
1814 esac
1816 done
1817 IFS=$as_save_IFS
1819 rm -rf conftest.one conftest.two conftest.dir
1822 if test "${ac_cv_path_install+set}" = set; then
1823 INSTALL=$ac_cv_path_install
1824 else
1825 # As a last resort, use the slow shell script. Don't cache a
1826 # value for INSTALL within a source directory, because that will
1827 # break other packages using the cache if that directory is
1828 # removed, or if the value is a relative name.
1829 INSTALL=$ac_install_sh
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1833 $as_echo "$INSTALL" >&6; }
1835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1836 # It thinks the first close brace ends the variable substitution.
1837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1844 $as_echo_n "checking whether build environment is sane... " >&6; }
1845 # Reject unsafe characters in $srcdir or the absolute working directory
1846 # name. Accept space and tab only in the latter.
1847 am_lf='
1849 case `pwd` in
1850 *[\\\"\#\$\&\'\`$am_lf]*)
1851 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1852 esac
1853 case $srcdir in
1854 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
1855 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1856 esac
1858 # Do 'set' in a subshell so we don't clobber the current shell's
1859 # arguments. Must try -L first in case configure is actually a
1860 # symlink; some systems play weird games with the mod time of symlinks
1861 # (eg FreeBSD returns the mod time of the symlink's containing
1862 # directory).
1863 if (
1864 am_has_slept=no
1865 for am_try in 1 2; do
1866 echo "timestamp, slept: $am_has_slept" > conftest.file
1867 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1868 if test "$*" = "X"; then
1869 # -L didn't work.
1870 set X `ls -t "$srcdir/configure" conftest.file`
1872 if test "$*" != "X $srcdir/configure conftest.file" \
1873 && test "$*" != "X conftest.file $srcdir/configure"; then
1875 # If neither matched, then we have a broken ls. This can happen
1876 # if, for instance, CONFIG_SHELL is bash and it inherits a
1877 # broken ls alias from the environment. This has actually
1878 # happened. Such a system could not be considered "sane".
1879 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
1880 alias in your environment" "$LINENO" 5
1882 if test "$2" = conftest.file || test $am_try -eq 2; then
1883 break
1885 # Just in case.
1886 sleep 1
1887 am_has_slept=yes
1888 done
1889 test "$2" = conftest.file
1891 then
1892 # Ok.
1894 else
1895 as_fn_error $? "newly created file is older than distributed files!
1896 Check your system clock" "$LINENO" 5
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1899 $as_echo "yes" >&6; }
1900 # If we didn't sleep, we still need to ensure time stamps of config.status and
1901 # generated files are strictly newer.
1902 am_sleep_pid=
1903 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1904 ( sleep 1 ) &
1905 am_sleep_pid=$!
1908 rm -f conftest.file
1910 test "$program_prefix" != NONE &&
1911 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1912 # Use a double $ so make ignores it.
1913 test "$program_suffix" != NONE &&
1914 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1915 # Double any \ or $.
1916 # By default was `s,x,x', remove it if useless.
1917 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1918 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1920 # Expand $ac_aux_dir to an absolute path.
1921 am_aux_dir=`cd "$ac_aux_dir" && pwd`
1923 if test x"${MISSING+set}" != xset; then
1924 case $am_aux_dir in
1925 *\ * | *\ *)
1926 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1928 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1929 esac
1931 # Use eval to expand $SHELL
1932 if eval "$MISSING --is-lightweight"; then
1933 am_missing_run="$MISSING "
1934 else
1935 am_missing_run=
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1937 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1940 if test x"${install_sh+set}" != xset; then
1941 case $am_aux_dir in
1942 *\ * | *\ *)
1943 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1945 install_sh="\${SHELL} $am_aux_dir/install-sh"
1946 esac
1949 # Installed binaries are usually stripped using 'strip' when the user
1950 # run "make install-strip". However 'strip' might not be the right
1951 # tool to use in cross-compilation environments, therefore Automake
1952 # will honor the 'STRIP' environment variable to overrule this program.
1953 if test "$cross_compiling" != no; then
1954 if test -n "$ac_tool_prefix"; then
1955 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1956 set dummy ${ac_tool_prefix}strip; ac_word=$2
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1958 $as_echo_n "checking for $ac_word... " >&6; }
1959 if ${ac_cv_prog_STRIP+:} false; then :
1960 $as_echo_n "(cached) " >&6
1961 else
1962 if test -n "$STRIP"; then
1963 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1964 else
1965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966 for as_dir in $PATH
1968 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=.
1970 for ac_exec_ext in '' $ac_executable_extensions; do
1971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1974 break 2
1976 done
1977 done
1978 IFS=$as_save_IFS
1982 STRIP=$ac_cv_prog_STRIP
1983 if test -n "$STRIP"; then
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1985 $as_echo "$STRIP" >&6; }
1986 else
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1988 $as_echo "no" >&6; }
1993 if test -z "$ac_cv_prog_STRIP"; then
1994 ac_ct_STRIP=$STRIP
1995 # Extract the first word of "strip", so it can be a program name with args.
1996 set dummy strip; ac_word=$2
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1998 $as_echo_n "checking for $ac_word... " >&6; }
1999 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2000 $as_echo_n "(cached) " >&6
2001 else
2002 if test -n "$ac_ct_STRIP"; then
2003 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2004 else
2005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2006 for as_dir in $PATH
2008 IFS=$as_save_IFS
2009 test -z "$as_dir" && as_dir=.
2010 for ac_exec_ext in '' $ac_executable_extensions; do
2011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2012 ac_cv_prog_ac_ct_STRIP="strip"
2013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2014 break 2
2016 done
2017 done
2018 IFS=$as_save_IFS
2022 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2023 if test -n "$ac_ct_STRIP"; then
2024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2025 $as_echo "$ac_ct_STRIP" >&6; }
2026 else
2027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2028 $as_echo "no" >&6; }
2031 if test "x$ac_ct_STRIP" = x; then
2032 STRIP=":"
2033 else
2034 case $cross_compiling:$ac_tool_warned in
2035 yes:)
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2037 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2038 ac_tool_warned=yes ;;
2039 esac
2040 STRIP=$ac_ct_STRIP
2042 else
2043 STRIP="$ac_cv_prog_STRIP"
2047 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2050 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2051 if test -z "$MKDIR_P"; then
2052 if ${ac_cv_path_mkdir+:} false; then :
2053 $as_echo_n "(cached) " >&6
2054 else
2055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2058 IFS=$as_save_IFS
2059 test -z "$as_dir" && as_dir=.
2060 for ac_prog in mkdir gmkdir; do
2061 for ac_exec_ext in '' $ac_executable_extensions; do
2062 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2063 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2064 'mkdir (GNU coreutils) '* | \
2065 'mkdir (coreutils) '* | \
2066 'mkdir (fileutils) '4.1*)
2067 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2068 break 3;;
2069 esac
2070 done
2071 done
2072 done
2073 IFS=$as_save_IFS
2077 test -d ./--version && rmdir ./--version
2078 if test "${ac_cv_path_mkdir+set}" = set; then
2079 MKDIR_P="$ac_cv_path_mkdir -p"
2080 else
2081 # As a last resort, use the slow shell script. Don't cache a
2082 # value for MKDIR_P within a source directory, because that will
2083 # break other packages using the cache if that directory is
2084 # removed, or if the value is a relative name.
2085 MKDIR_P="$ac_install_sh -d"
2088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2089 $as_echo "$MKDIR_P" >&6; }
2091 for ac_prog in gawk mawk nawk awk
2093 # Extract the first word of "$ac_prog", so it can be a program name with args.
2094 set dummy $ac_prog; ac_word=$2
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2096 $as_echo_n "checking for $ac_word... " >&6; }
2097 if ${ac_cv_prog_AWK+:} false; then :
2098 $as_echo_n "(cached) " >&6
2099 else
2100 if test -n "$AWK"; then
2101 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2102 else
2103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2104 for as_dir in $PATH
2106 IFS=$as_save_IFS
2107 test -z "$as_dir" && as_dir=.
2108 for ac_exec_ext in '' $ac_executable_extensions; do
2109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110 ac_cv_prog_AWK="$ac_prog"
2111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2112 break 2
2114 done
2115 done
2116 IFS=$as_save_IFS
2120 AWK=$ac_cv_prog_AWK
2121 if test -n "$AWK"; then
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2123 $as_echo "$AWK" >&6; }
2124 else
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2126 $as_echo "no" >&6; }
2130 test -n "$AWK" && break
2131 done
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2134 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2135 set x ${MAKE-make}
2136 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2137 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2138 $as_echo_n "(cached) " >&6
2139 else
2140 cat >conftest.make <<\_ACEOF
2141 SHELL = /bin/sh
2142 all:
2143 @echo '@@@%%%=$(MAKE)=@@@%%%'
2144 _ACEOF
2145 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2146 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2147 *@@@%%%=?*=@@@%%%*)
2148 eval ac_cv_prog_make_${ac_make}_set=yes;;
2150 eval ac_cv_prog_make_${ac_make}_set=no;;
2151 esac
2152 rm -f conftest.make
2154 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2156 $as_echo "yes" >&6; }
2157 SET_MAKE=
2158 else
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2160 $as_echo "no" >&6; }
2161 SET_MAKE="MAKE=${MAKE-make}"
2164 rm -rf .tst 2>/dev/null
2165 mkdir .tst 2>/dev/null
2166 if test -d .tst; then
2167 am__leading_dot=.
2168 else
2169 am__leading_dot=_
2171 rmdir .tst 2>/dev/null
2173 # Check whether --enable-silent-rules was given.
2174 if test "${enable_silent_rules+set}" = set; then :
2175 enableval=$enable_silent_rules;
2178 case $enable_silent_rules in # (((
2179 yes) AM_DEFAULT_VERBOSITY=0;;
2180 no) AM_DEFAULT_VERBOSITY=1;;
2181 *) AM_DEFAULT_VERBOSITY=1;;
2182 esac
2183 am_make=${MAKE-make}
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2185 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2186 if ${am_cv_make_support_nested_variables+:} false; then :
2187 $as_echo_n "(cached) " >&6
2188 else
2189 if $as_echo 'TRUE=$(BAR$(V))
2190 BAR0=false
2191 BAR1=true
2193 am__doit:
2194 @$(TRUE)
2195 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2196 am_cv_make_support_nested_variables=yes
2197 else
2198 am_cv_make_support_nested_variables=no
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2202 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2203 if test $am_cv_make_support_nested_variables = yes; then
2204 AM_V='$(V)'
2205 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2206 else
2207 AM_V=$AM_DEFAULT_VERBOSITY
2208 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2210 AM_BACKSLASH='\'
2212 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2213 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2214 # is not polluted with repeated "-I."
2215 am__isrc=' -I$(srcdir)'
2216 # test to see if srcdir already configured
2217 if test -f $srcdir/config.status; then
2218 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2222 # test whether we have cygpath
2223 if test -z "$CYGPATH_W"; then
2224 if (cygpath --version) >/dev/null 2>/dev/null; then
2225 CYGPATH_W='cygpath -w'
2226 else
2227 CYGPATH_W=echo
2232 # Define the identity of the package.
2233 PACKAGE='tex-live-auxdir-auxsub'
2234 VERSION='2009'
2237 cat >>confdefs.h <<_ACEOF
2238 #define PACKAGE "$PACKAGE"
2239 _ACEOF
2242 cat >>confdefs.h <<_ACEOF
2243 #define VERSION "$VERSION"
2244 _ACEOF
2246 # Some tools Automake needs.
2248 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2251 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2254 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2257 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2260 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2262 # For better backward compatibility. To be removed once Automake 1.9.x
2263 # dies out for good. For more background, see:
2264 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2265 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2266 mkdir_p='$(MKDIR_P)'
2268 # We need awk for the "check" target (and possibly the TAP driver). The
2269 # system "awk" is bad on some platforms.
2270 # Always define AMTAR for backward compatibility. Yes, it's still used
2271 # in the wild :-( We should find a proper way to deprecate it ...
2272 AMTAR='$${TAR-tar}'
2275 # We'll loop over all known methods to create a tar archive until one works.
2276 _am_tools='gnutar pax cpio none'
2278 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2285 # POSIX will say in a future version that running "rm -f" with no argument
2286 # is OK; and we want to be able to make that assumption in our Makefile
2287 # recipes. So use an aggressive probe to check that the usage we want is
2288 # actually supported "in the wild" to an acceptable degree.
2289 # See automake bug#10828.
2290 # To make any issue more visible, cause the running configure to be aborted
2291 # by default if the 'rm' program in use doesn't match our expectations; the
2292 # user can still override this though.
2293 if rm -f && rm -fr && rm -rf; then : OK; else
2294 cat >&2 <<'END'
2295 Oops!
2297 Your 'rm' program seems unable to run without file operands specified
2298 on the command line, even when the '-f' option is present. This is contrary
2299 to the behaviour of most rm programs out there, and not conforming with
2300 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2302 Please tell bug-automake@gnu.org about your system, including the value
2303 of your $PATH and any error possibly output before this message. This
2304 can help us improve future automake versions.
2307 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2308 echo 'Configuration will proceed anyway, since you have set the' >&2
2309 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2310 echo >&2
2311 else
2312 cat >&2 <<'END'
2313 Aborting the configuration process, to ensure you take notice of the issue.
2315 You can download and install GNU coreutils to get an 'rm' implementation
2316 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2318 If you want to complete the configuration process using your problematic
2319 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2320 to "yes", and re-run configure.
2323 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2329 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2330 # Check whether --enable-maintainer-mode was given.
2331 if test "${enable_maintainer_mode+set}" = set; then :
2332 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2333 else
2334 USE_MAINTAINER_MODE=no
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2338 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2339 if test $USE_MAINTAINER_MODE = yes; then
2340 MAINTAINER_MODE_TRUE=
2341 MAINTAINER_MODE_FALSE='#'
2342 else
2343 MAINTAINER_MODE_TRUE='#'
2344 MAINTAINER_MODE_FALSE=
2347 MAINT=$MAINTAINER_MODE_TRUE
2351 echo "'$srcdir/configure' $ac_configure_args" >../../subsubdir-conf.cmd
2353 ac_config_files="$ac_config_files Makefile"
2356 cat >confcache <<\_ACEOF
2357 # This file is a shell script that caches the results of configure
2358 # tests run on this system so they can be shared between configure
2359 # scripts and configure runs, see configure's option --config-cache.
2360 # It is not useful on other systems. If it contains results you don't
2361 # want to keep, you may remove or edit it.
2363 # config.status only pays attention to the cache file if you give it
2364 # the --recheck option to rerun configure.
2366 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2367 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2368 # following values.
2370 _ACEOF
2372 # The following way of writing the cache mishandles newlines in values,
2373 # but we know of no workaround that is simple, portable, and efficient.
2374 # So, we kill variables containing newlines.
2375 # Ultrix sh set writes to stderr and can't be redirected directly,
2376 # and sets the high bit in the cache file unless we assign to the vars.
2378 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2379 eval ac_val=\$$ac_var
2380 case $ac_val in #(
2381 *${as_nl}*)
2382 case $ac_var in #(
2383 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2384 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2385 esac
2386 case $ac_var in #(
2387 _ | IFS | as_nl) ;; #(
2388 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2389 *) { eval $ac_var=; unset $ac_var;} ;;
2390 esac ;;
2391 esac
2392 done
2394 (set) 2>&1 |
2395 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2396 *${as_nl}ac_space=\ *)
2397 # `set' does not quote correctly, so add quotes: double-quote
2398 # substitution turns \\\\ into \\, and sed turns \\ into \.
2399 sed -n \
2400 "s/'/'\\\\''/g;
2401 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2402 ;; #(
2404 # `set' quotes correctly as required by POSIX, so do not add quotes.
2405 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2407 esac |
2408 sort
2410 sed '
2411 /^ac_cv_env_/b end
2412 t clear
2413 :clear
2414 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2415 t end
2416 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2417 :end' >>confcache
2418 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2419 if test -w "$cache_file"; then
2420 if test "x$cache_file" != "x/dev/null"; then
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2422 $as_echo "$as_me: updating cache $cache_file" >&6;}
2423 if test ! -f "$cache_file" || test -h "$cache_file"; then
2424 cat confcache >"$cache_file"
2425 else
2426 case $cache_file in #(
2427 */* | ?:*)
2428 mv -f confcache "$cache_file"$$ &&
2429 mv -f "$cache_file"$$ "$cache_file" ;; #(
2431 mv -f confcache "$cache_file" ;;
2432 esac
2435 else
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2437 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2440 rm -f confcache
2442 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2443 # Let make expand exec_prefix.
2444 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2446 # Transform confdefs.h into DEFS.
2447 # Protect against shell expansion while executing Makefile rules.
2448 # Protect against Makefile macro expansion.
2450 # If the first sed substitution is executed (which looks for macros that
2451 # take arguments), then branch to the quote section. Otherwise,
2452 # look for a macro that doesn't take arguments.
2453 ac_script='
2454 :mline
2455 /\\$/{
2457 s,\\\n,,
2458 b mline
2460 t clear
2461 :clear
2462 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2463 t quote
2464 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2465 t quote
2466 b any
2467 :quote
2468 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2469 s/\[/\\&/g
2470 s/\]/\\&/g
2471 s/\$/$$/g
2473 :any
2476 s/^\n//
2477 s/\n/ /g
2481 DEFS=`sed -n "$ac_script" confdefs.h`
2484 ac_libobjs=
2485 ac_ltlibobjs=
2487 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2488 # 1. Remove the extension, and $U if already installed.
2489 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2490 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2491 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2492 # will be set to the directory where LIBOBJS objects are built.
2493 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2494 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2495 done
2496 LIBOBJS=$ac_libobjs
2498 LTLIBOBJS=$ac_ltlibobjs
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2502 $as_echo_n "checking that generated files are newer than configure... " >&6; }
2503 if test -n "$am_sleep_pid"; then
2504 # Hide warnings about reused PIDs.
2505 wait $am_sleep_pid 2>/dev/null
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2508 $as_echo "done" >&6; }
2510 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2511 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2512 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2515 : "${CONFIG_STATUS=./config.status}"
2516 ac_write_fail=0
2517 ac_clean_files_save=$ac_clean_files
2518 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2520 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2521 as_write_fail=0
2522 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2523 #! $SHELL
2524 # Generated by $as_me.
2525 # Run this file to recreate the current configuration.
2526 # Compiler output produced by configure, useful for debugging
2527 # configure, is in config.log if it exists.
2529 debug=false
2530 ac_cs_recheck=false
2531 ac_cs_silent=false
2533 SHELL=\${CONFIG_SHELL-$SHELL}
2534 export SHELL
2535 _ASEOF
2536 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2537 ## -------------------- ##
2538 ## M4sh Initialization. ##
2539 ## -------------------- ##
2541 # Be more Bourne compatible
2542 DUALCASE=1; export DUALCASE # for MKS sh
2543 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2544 emulate sh
2545 NULLCMD=:
2546 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2547 # is contrary to our usage. Disable this feature.
2548 alias -g '${1+"$@"}'='"$@"'
2549 setopt NO_GLOB_SUBST
2550 else
2551 case `(set -o) 2>/dev/null` in #(
2552 *posix*) :
2553 set -o posix ;; #(
2554 *) :
2556 esac
2560 as_nl='
2562 export as_nl
2563 # Printing a long string crashes Solaris 7 /usr/bin/printf.
2564 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2565 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2566 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2567 # Prefer a ksh shell builtin over an external printf program on Solaris,
2568 # but without wasting forks for bash or zsh.
2569 if test -z "$BASH_VERSION$ZSH_VERSION" \
2570 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2571 as_echo='print -r --'
2572 as_echo_n='print -rn --'
2573 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2574 as_echo='printf %s\n'
2575 as_echo_n='printf %s'
2576 else
2577 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2578 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2579 as_echo_n='/usr/ucb/echo -n'
2580 else
2581 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2582 as_echo_n_body='eval
2583 arg=$1;
2584 case $arg in #(
2585 *"$as_nl"*)
2586 expr "X$arg" : "X\\(.*\\)$as_nl";
2587 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2588 esac;
2589 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2591 export as_echo_n_body
2592 as_echo_n='sh -c $as_echo_n_body as_echo'
2594 export as_echo_body
2595 as_echo='sh -c $as_echo_body as_echo'
2598 # The user is always right.
2599 if test "${PATH_SEPARATOR+set}" != set; then
2600 PATH_SEPARATOR=:
2601 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2602 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2603 PATH_SEPARATOR=';'
2608 # IFS
2609 # We need space, tab and new line, in precisely that order. Quoting is
2610 # there to prevent editors from complaining about space-tab.
2611 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2612 # splitting by setting IFS to empty value.)
2613 IFS=" "" $as_nl"
2615 # Find who we are. Look in the path if we contain no directory separator.
2616 as_myself=
2617 case $0 in #((
2618 *[\\/]* ) as_myself=$0 ;;
2619 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2620 for as_dir in $PATH
2622 IFS=$as_save_IFS
2623 test -z "$as_dir" && as_dir=.
2624 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2625 done
2626 IFS=$as_save_IFS
2629 esac
2630 # We did not find ourselves, most probably we were run as `sh COMMAND'
2631 # in which case we are not to be found in the path.
2632 if test "x$as_myself" = x; then
2633 as_myself=$0
2635 if test ! -f "$as_myself"; then
2636 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2637 exit 1
2640 # Unset variables that we do not need and which cause bugs (e.g. in
2641 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2642 # suppresses any "Segmentation fault" message there. '((' could
2643 # trigger a bug in pdksh 5.2.14.
2644 for as_var in BASH_ENV ENV MAIL MAILPATH
2645 do eval test x\${$as_var+set} = xset \
2646 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2647 done
2648 PS1='$ '
2649 PS2='> '
2650 PS4='+ '
2652 # NLS nuisances.
2653 LC_ALL=C
2654 export LC_ALL
2655 LANGUAGE=C
2656 export LANGUAGE
2658 # CDPATH.
2659 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2662 # as_fn_error STATUS ERROR [LINENO LOG_FD]
2663 # ----------------------------------------
2664 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2665 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2666 # script with STATUS, using 1 if that was 0.
2667 as_fn_error ()
2669 as_status=$1; test $as_status -eq 0 && as_status=1
2670 if test "$4"; then
2671 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2672 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2674 $as_echo "$as_me: error: $2" >&2
2675 as_fn_exit $as_status
2676 } # as_fn_error
2679 # as_fn_set_status STATUS
2680 # -----------------------
2681 # Set $? to STATUS, without forking.
2682 as_fn_set_status ()
2684 return $1
2685 } # as_fn_set_status
2687 # as_fn_exit STATUS
2688 # -----------------
2689 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2690 as_fn_exit ()
2692 set +e
2693 as_fn_set_status $1
2694 exit $1
2695 } # as_fn_exit
2697 # as_fn_unset VAR
2698 # ---------------
2699 # Portably unset VAR.
2700 as_fn_unset ()
2702 { eval $1=; unset $1;}
2704 as_unset=as_fn_unset
2705 # as_fn_append VAR VALUE
2706 # ----------------------
2707 # Append the text in VALUE to the end of the definition contained in VAR. Take
2708 # advantage of any shell optimizations that allow amortized linear growth over
2709 # repeated appends, instead of the typical quadratic growth present in naive
2710 # implementations.
2711 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2712 eval 'as_fn_append ()
2714 eval $1+=\$2
2716 else
2717 as_fn_append ()
2719 eval $1=\$$1\$2
2721 fi # as_fn_append
2723 # as_fn_arith ARG...
2724 # ------------------
2725 # Perform arithmetic evaluation on the ARGs, and store the result in the
2726 # global $as_val. Take advantage of shells that can avoid forks. The arguments
2727 # must be portable across $(()) and expr.
2728 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2729 eval 'as_fn_arith ()
2731 as_val=$(( $* ))
2733 else
2734 as_fn_arith ()
2736 as_val=`expr "$@" || test $? -eq 1`
2738 fi # as_fn_arith
2741 if expr a : '\(a\)' >/dev/null 2>&1 &&
2742 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2743 as_expr=expr
2744 else
2745 as_expr=false
2748 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2749 as_basename=basename
2750 else
2751 as_basename=false
2754 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2755 as_dirname=dirname
2756 else
2757 as_dirname=false
2760 as_me=`$as_basename -- "$0" ||
2761 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2762 X"$0" : 'X\(//\)$' \| \
2763 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2764 $as_echo X/"$0" |
2765 sed '/^.*\/\([^/][^/]*\)\/*$/{
2766 s//\1/
2769 /^X\/\(\/\/\)$/{
2770 s//\1/
2773 /^X\/\(\/\).*/{
2774 s//\1/
2777 s/.*/./; q'`
2779 # Avoid depending upon Character Ranges.
2780 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2781 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2782 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2783 as_cr_digits='0123456789'
2784 as_cr_alnum=$as_cr_Letters$as_cr_digits
2786 ECHO_C= ECHO_N= ECHO_T=
2787 case `echo -n x` in #(((((
2788 -n*)
2789 case `echo 'xy\c'` in
2790 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2791 xy) ECHO_C='\c';;
2792 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2793 ECHO_T=' ';;
2794 esac;;
2796 ECHO_N='-n';;
2797 esac
2799 rm -f conf$$ conf$$.exe conf$$.file
2800 if test -d conf$$.dir; then
2801 rm -f conf$$.dir/conf$$.file
2802 else
2803 rm -f conf$$.dir
2804 mkdir conf$$.dir 2>/dev/null
2806 if (echo >conf$$.file) 2>/dev/null; then
2807 if ln -s conf$$.file conf$$ 2>/dev/null; then
2808 as_ln_s='ln -s'
2809 # ... but there are two gotchas:
2810 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2811 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2812 # In both cases, we have to default to `cp -pR'.
2813 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2814 as_ln_s='cp -pR'
2815 elif ln conf$$.file conf$$ 2>/dev/null; then
2816 as_ln_s=ln
2817 else
2818 as_ln_s='cp -pR'
2820 else
2821 as_ln_s='cp -pR'
2823 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2824 rmdir conf$$.dir 2>/dev/null
2827 # as_fn_mkdir_p
2828 # -------------
2829 # Create "$as_dir" as a directory, including parents if necessary.
2830 as_fn_mkdir_p ()
2833 case $as_dir in #(
2834 -*) as_dir=./$as_dir;;
2835 esac
2836 test -d "$as_dir" || eval $as_mkdir_p || {
2837 as_dirs=
2838 while :; do
2839 case $as_dir in #(
2840 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2841 *) as_qdir=$as_dir;;
2842 esac
2843 as_dirs="'$as_qdir' $as_dirs"
2844 as_dir=`$as_dirname -- "$as_dir" ||
2845 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2846 X"$as_dir" : 'X\(//\)[^/]' \| \
2847 X"$as_dir" : 'X\(//\)$' \| \
2848 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2849 $as_echo X"$as_dir" |
2850 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2851 s//\1/
2854 /^X\(\/\/\)[^/].*/{
2855 s//\1/
2858 /^X\(\/\/\)$/{
2859 s//\1/
2862 /^X\(\/\).*/{
2863 s//\1/
2866 s/.*/./; q'`
2867 test -d "$as_dir" && break
2868 done
2869 test -z "$as_dirs" || eval "mkdir $as_dirs"
2870 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2873 } # as_fn_mkdir_p
2874 if mkdir -p . 2>/dev/null; then
2875 as_mkdir_p='mkdir -p "$as_dir"'
2876 else
2877 test -d ./-p && rmdir ./-p
2878 as_mkdir_p=false
2882 # as_fn_executable_p FILE
2883 # -----------------------
2884 # Test if FILE is an executable regular file.
2885 as_fn_executable_p ()
2887 test -f "$1" && test -x "$1"
2888 } # as_fn_executable_p
2889 as_test_x='test -x'
2890 as_executable_p=as_fn_executable_p
2892 # Sed expression to map a string onto a valid CPP name.
2893 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2895 # Sed expression to map a string onto a valid variable name.
2896 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2899 exec 6>&1
2900 ## ----------------------------------- ##
2901 ## Main body of $CONFIG_STATUS script. ##
2902 ## ----------------------------------- ##
2903 _ASEOF
2904 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2907 # Save the log message, to keep $0 and so on meaningful, and to
2908 # report actual input values of CONFIG_FILES etc. instead of their
2909 # values after options handling.
2910 ac_log="
2911 This file was extended by TeX Live auxdir auxsub $as_me 2009, which was
2912 generated by GNU Autoconf 2.69. Invocation command line was
2914 CONFIG_FILES = $CONFIG_FILES
2915 CONFIG_HEADERS = $CONFIG_HEADERS
2916 CONFIG_LINKS = $CONFIG_LINKS
2917 CONFIG_COMMANDS = $CONFIG_COMMANDS
2918 $ $0 $@
2920 on `(hostname || uname -n) 2>/dev/null | sed 1q`
2923 _ACEOF
2925 case $ac_config_files in *"
2926 "*) set x $ac_config_files; shift; ac_config_files=$*;;
2927 esac
2931 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2932 # Files that config.status was made for.
2933 config_files="$ac_config_files"
2935 _ACEOF
2937 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2938 ac_cs_usage="\
2939 \`$as_me' instantiates files and other configuration actions
2940 from templates according to the current configuration. Unless the files
2941 and actions are specified as TAGs, all are instantiated by default.
2943 Usage: $0 [OPTION]... [TAG]...
2945 -h, --help print this help, then exit
2946 -V, --version print version number and configuration settings, then exit
2947 --config print configuration, then exit
2948 -q, --quiet, --silent
2949 do not print progress messages
2950 -d, --debug don't remove temporary files
2951 --recheck update $as_me by reconfiguring in the same conditions
2952 --file=FILE[:TEMPLATE]
2953 instantiate the configuration file FILE
2955 Configuration files:
2956 $config_files
2958 Report bugs to <tex-k@tug.org>."
2960 _ACEOF
2961 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2962 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2963 ac_cs_version="\\
2964 TeX Live auxdir auxsub config.status 2009
2965 configured by $0, generated by GNU Autoconf 2.69,
2966 with options \\"\$ac_cs_config\\"
2968 Copyright (C) 2012 Free Software Foundation, Inc.
2969 This config.status script is free software; the Free Software Foundation
2970 gives unlimited permission to copy, distribute and modify it."
2972 ac_pwd='$ac_pwd'
2973 srcdir='$srcdir'
2974 INSTALL='$INSTALL'
2975 MKDIR_P='$MKDIR_P'
2976 AWK='$AWK'
2977 test -n "\$AWK" || AWK=awk
2978 _ACEOF
2980 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2981 # The default lists apply if the user does not specify any file.
2982 ac_need_defaults=:
2983 while test $# != 0
2985 case $1 in
2986 --*=?*)
2987 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2988 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2989 ac_shift=:
2991 --*=)
2992 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2993 ac_optarg=
2994 ac_shift=:
2997 ac_option=$1
2998 ac_optarg=$2
2999 ac_shift=shift
3001 esac
3003 case $ac_option in
3004 # Handling of the options.
3005 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3006 ac_cs_recheck=: ;;
3007 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3008 $as_echo "$ac_cs_version"; exit ;;
3009 --config | --confi | --conf | --con | --co | --c )
3010 $as_echo "$ac_cs_config"; exit ;;
3011 --debug | --debu | --deb | --de | --d | -d )
3012 debug=: ;;
3013 --file | --fil | --fi | --f )
3014 $ac_shift
3015 case $ac_optarg in
3016 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3017 '') as_fn_error $? "missing file argument" ;;
3018 esac
3019 as_fn_append CONFIG_FILES " '$ac_optarg'"
3020 ac_need_defaults=false;;
3021 --he | --h | --help | --hel | -h )
3022 $as_echo "$ac_cs_usage"; exit ;;
3023 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3024 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3025 ac_cs_silent=: ;;
3027 # This is an error.
3028 -*) as_fn_error $? "unrecognized option: \`$1'
3029 Try \`$0 --help' for more information." ;;
3031 *) as_fn_append ac_config_targets " $1"
3032 ac_need_defaults=false ;;
3034 esac
3035 shift
3036 done
3038 ac_configure_extra_args=
3040 if $ac_cs_silent; then
3041 exec 6>/dev/null
3042 ac_configure_extra_args="$ac_configure_extra_args --silent"
3045 _ACEOF
3046 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3047 if \$ac_cs_recheck; then
3048 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3049 shift
3050 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3051 CONFIG_SHELL='$SHELL'
3052 export CONFIG_SHELL
3053 exec "\$@"
3056 _ACEOF
3057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3058 exec 5>>config.log
3060 echo
3061 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3062 ## Running $as_me. ##
3063 _ASBOX
3064 $as_echo "$ac_log"
3065 } >&5
3067 _ACEOF
3068 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3069 _ACEOF
3071 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3073 # Handling of arguments.
3074 for ac_config_target in $ac_config_targets
3076 case $ac_config_target in
3077 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3079 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3080 esac
3081 done
3084 # If the user did not use the arguments to specify the items to instantiate,
3085 # then the envvar interface is used. Set only those that are not.
3086 # We use the long form for the default assignment because of an extremely
3087 # bizarre bug on SunOS 4.1.3.
3088 if $ac_need_defaults; then
3089 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3092 # Have a temporary directory for convenience. Make it in the build tree
3093 # simply because there is no reason against having it here, and in addition,
3094 # creating and moving files from /tmp can sometimes cause problems.
3095 # Hook for its removal unless debugging.
3096 # Note that there is a small window in which the directory will not be cleaned:
3097 # after its creation but before its name has been assigned to `$tmp'.
3098 $debug ||
3100 tmp= ac_tmp=
3101 trap 'exit_status=$?
3102 : "${ac_tmp:=$tmp}"
3103 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3105 trap 'as_fn_exit 1' 1 2 13 15
3107 # Create a (secure) tmp directory for tmp files.
3110 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3111 test -d "$tmp"
3112 } ||
3114 tmp=./conf$$-$RANDOM
3115 (umask 077 && mkdir "$tmp")
3116 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3117 ac_tmp=$tmp
3119 # Set up the scripts for CONFIG_FILES section.
3120 # No need to generate them if there are no CONFIG_FILES.
3121 # This happens for instance with `./config.status config.h'.
3122 if test -n "$CONFIG_FILES"; then
3125 ac_cr=`echo X | tr X '\015'`
3126 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3127 # But we know of no other shell where ac_cr would be empty at this
3128 # point, so we can use a bashism as a fallback.
3129 if test "x$ac_cr" = x; then
3130 eval ac_cr=\$\'\\r\'
3132 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3133 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3134 ac_cs_awk_cr='\\r'
3135 else
3136 ac_cs_awk_cr=$ac_cr
3139 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3140 _ACEOF
3144 echo "cat >conf$$subs.awk <<_ACEOF" &&
3145 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3146 echo "_ACEOF"
3147 } >conf$$subs.sh ||
3148 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3149 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3150 ac_delim='%!_!# '
3151 for ac_last_try in false false false false false :; do
3152 . ./conf$$subs.sh ||
3153 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3155 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3156 if test $ac_delim_n = $ac_delim_num; then
3157 break
3158 elif $ac_last_try; then
3159 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3160 else
3161 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3163 done
3164 rm -f conf$$subs.sh
3166 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3167 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3168 _ACEOF
3169 sed -n '
3171 s/^/S["/; s/!.*/"]=/
3174 s/^[^!]*!//
3175 :repl
3176 t repl
3177 s/'"$ac_delim"'$//
3178 t delim
3181 s/\(.\{148\}\)..*/\1/
3182 t more1
3183 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3186 b repl
3187 :more1
3188 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3191 s/.\{148\}//
3192 t nl
3193 :delim
3195 s/\(.\{148\}\)..*/\1/
3196 t more2
3197 s/["\\]/\\&/g; s/^/"/; s/$/"/
3200 :more2
3201 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3204 s/.\{148\}//
3205 t delim
3206 ' <conf$$subs.awk | sed '
3207 /^[^""]/{
3209 s/\n//
3211 ' >>$CONFIG_STATUS || ac_write_fail=1
3212 rm -f conf$$subs.awk
3213 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3214 _ACAWK
3215 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3216 for (key in S) S_is_set[key] = 1
3217 FS = "\a"
3221 line = $ 0
3222 nfields = split(line, field, "@")
3223 substed = 0
3224 len = length(field[1])
3225 for (i = 2; i < nfields; i++) {
3226 key = field[i]
3227 keylen = length(key)
3228 if (S_is_set[key]) {
3229 value = S[key]
3230 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3231 len += length(value) + length(field[++i])
3232 substed = 1
3233 } else
3234 len += 1 + keylen
3237 print line
3240 _ACAWK
3241 _ACEOF
3242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3243 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3244 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3245 else
3247 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3248 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3249 _ACEOF
3251 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3252 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3253 # trailing colons and then remove the whole line if VPATH becomes empty
3254 # (actually we leave an empty line to preserve line numbers).
3255 if test "x$srcdir" = x.; then
3256 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
3258 s///
3259 s/^/:/
3260 s/[ ]*$/:/
3261 s/:\$(srcdir):/:/g
3262 s/:\${srcdir}:/:/g
3263 s/:@srcdir@:/:/g
3264 s/^:*//
3265 s/:*$//
3267 s/\(=[ ]*\).*/\1/
3269 s/\n//
3270 s/^[^=]*=[ ]*$//
3274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3275 fi # test -n "$CONFIG_FILES"
3278 eval set X " :F $CONFIG_FILES "
3279 shift
3280 for ac_tag
3282 case $ac_tag in
3283 :[FHLC]) ac_mode=$ac_tag; continue;;
3284 esac
3285 case $ac_mode$ac_tag in
3286 :[FHL]*:*);;
3287 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3288 :[FH]-) ac_tag=-:-;;
3289 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3290 esac
3291 ac_save_IFS=$IFS
3292 IFS=:
3293 set x $ac_tag
3294 IFS=$ac_save_IFS
3295 shift
3296 ac_file=$1
3297 shift
3299 case $ac_mode in
3300 :L) ac_source=$1;;
3301 :[FH])
3302 ac_file_inputs=
3303 for ac_f
3305 case $ac_f in
3306 -) ac_f="$ac_tmp/stdin";;
3307 *) # Look for the file first in the build tree, then in the source tree
3308 # (if the path is not absolute). The absolute path cannot be DOS-style,
3309 # because $ac_f cannot contain `:'.
3310 test -f "$ac_f" ||
3311 case $ac_f in
3312 [\\/$]*) false;;
3313 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3314 esac ||
3315 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3316 esac
3317 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3318 as_fn_append ac_file_inputs " '$ac_f'"
3319 done
3321 # Let's still pretend it is `configure' which instantiates (i.e., don't
3322 # use $as_me), people would be surprised to read:
3323 # /* config.h. Generated by config.status. */
3324 configure_input='Generated from '`
3325 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3326 `' by configure.'
3327 if test x"$ac_file" != x-; then
3328 configure_input="$ac_file. $configure_input"
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3330 $as_echo "$as_me: creating $ac_file" >&6;}
3332 # Neutralize special characters interpreted by sed in replacement strings.
3333 case $configure_input in #(
3334 *\&* | *\|* | *\\* )
3335 ac_sed_conf_input=`$as_echo "$configure_input" |
3336 sed 's/[\\\\&|]/\\\\&/g'`;; #(
3337 *) ac_sed_conf_input=$configure_input;;
3338 esac
3340 case $ac_tag in
3341 *:-:* | *:-) cat >"$ac_tmp/stdin" \
3342 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3343 esac
3345 esac
3347 ac_dir=`$as_dirname -- "$ac_file" ||
3348 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3349 X"$ac_file" : 'X\(//\)[^/]' \| \
3350 X"$ac_file" : 'X\(//\)$' \| \
3351 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3352 $as_echo X"$ac_file" |
3353 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3354 s//\1/
3357 /^X\(\/\/\)[^/].*/{
3358 s//\1/
3361 /^X\(\/\/\)$/{
3362 s//\1/
3365 /^X\(\/\).*/{
3366 s//\1/
3369 s/.*/./; q'`
3370 as_dir="$ac_dir"; as_fn_mkdir_p
3371 ac_builddir=.
3373 case "$ac_dir" in
3374 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3376 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3377 # A ".." for each directory in $ac_dir_suffix.
3378 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3379 case $ac_top_builddir_sub in
3380 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3381 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3382 esac ;;
3383 esac
3384 ac_abs_top_builddir=$ac_pwd
3385 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3386 # for backward compatibility:
3387 ac_top_builddir=$ac_top_build_prefix
3389 case $srcdir in
3390 .) # We are building in place.
3391 ac_srcdir=.
3392 ac_top_srcdir=$ac_top_builddir_sub
3393 ac_abs_top_srcdir=$ac_pwd ;;
3394 [\\/]* | ?:[\\/]* ) # Absolute name.
3395 ac_srcdir=$srcdir$ac_dir_suffix;
3396 ac_top_srcdir=$srcdir
3397 ac_abs_top_srcdir=$srcdir ;;
3398 *) # Relative name.
3399 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3400 ac_top_srcdir=$ac_top_build_prefix$srcdir
3401 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3402 esac
3403 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3406 case $ac_mode in
3409 # CONFIG_FILE
3412 case $INSTALL in
3413 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3414 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3415 esac
3416 ac_MKDIR_P=$MKDIR_P
3417 case $MKDIR_P in
3418 [\\/$]* | ?:[\\/]* ) ;;
3419 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3420 esac
3421 _ACEOF
3423 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3424 # If the template does not know about datarootdir, expand it.
3425 # FIXME: This hack should be removed a few years after 2.60.
3426 ac_datarootdir_hack=; ac_datarootdir_seen=
3427 ac_sed_dataroot='
3428 /datarootdir/ {
3432 /@datadir@/p
3433 /@docdir@/p
3434 /@infodir@/p
3435 /@localedir@/p
3436 /@mandir@/p'
3437 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3438 *datarootdir*) ac_datarootdir_seen=yes;;
3439 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3441 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3442 _ACEOF
3443 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3444 ac_datarootdir_hack='
3445 s&@datadir@&$datadir&g
3446 s&@docdir@&$docdir&g
3447 s&@infodir@&$infodir&g
3448 s&@localedir@&$localedir&g
3449 s&@mandir@&$mandir&g
3450 s&\\\${datarootdir}&$datarootdir&g' ;;
3451 esac
3452 _ACEOF
3454 # Neutralize VPATH when `$srcdir' = `.'.
3455 # Shell code in configure.ac might set extrasub.
3456 # FIXME: do we really want to maintain this feature?
3457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3458 ac_sed_extra="$ac_vpsub
3459 $extrasub
3460 _ACEOF
3461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3463 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3464 s|@configure_input@|$ac_sed_conf_input|;t t
3465 s&@top_builddir@&$ac_top_builddir_sub&;t t
3466 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3467 s&@srcdir@&$ac_srcdir&;t t
3468 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3469 s&@top_srcdir@&$ac_top_srcdir&;t t
3470 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3471 s&@builddir@&$ac_builddir&;t t
3472 s&@abs_builddir@&$ac_abs_builddir&;t t
3473 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3474 s&@INSTALL@&$ac_INSTALL&;t t
3475 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3476 $ac_datarootdir_hack
3478 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3479 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3481 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3482 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3483 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
3484 "$ac_tmp/out"`; test -z "$ac_out"; } &&
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3486 which seems to be undefined. Please make sure it is defined" >&5
3487 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3488 which seems to be undefined. Please make sure it is defined" >&2;}
3490 rm -f "$ac_tmp/stdin"
3491 case $ac_file in
3492 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3493 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3494 esac \
3495 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3500 esac
3502 done # for ac_tag
3505 as_fn_exit 0
3506 _ACEOF
3507 ac_clean_files=$ac_clean_files_save
3509 test $ac_write_fail = 0 ||
3510 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3513 # configure is writing to config.log, and then calls config.status.
3514 # config.status does its own redirection, appending to config.log.
3515 # Unfortunately, on DOS this fails, as config.log is still kept open
3516 # by configure, so config.status won't be able to write to it; its
3517 # output is simply discarded. So we exec the FD to /dev/null,
3518 # effectively closing config.log, so it can be properly (re)opened and
3519 # appended to by config.status. When coming back to configure, we
3520 # need to make the FD available again.
3521 if test "$no_create" != yes; then
3522 ac_cs_success=:
3523 ac_config_status_args=
3524 test "$silent" = yes &&
3525 ac_config_status_args="$ac_config_status_args --quiet"
3526 exec 5>/dev/null
3527 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3528 exec 5>>config.log
3529 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3530 # would make configure fail if this is the last instruction.
3531 $ac_cs_success || as_fn_exit 1
3533 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3535 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}