source: ProjectBuilder/projects/proliantusbkey/0.9.6/configure@ 1436

Last change on this file since 1436 was 1436, checked in by Bruno Cornec, 12 years ago
  • Upload the 0.9.6 version of the PUSK (ProLiant USB Setup Key)
  • Property svn:executable set to *
File size: 95.5 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for PUSK 0.9.6.
4#
5# Report bugs to <jean-marc.andre@hp.com>.
6#
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 '
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
71 fi
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order. Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" "" $as_nl"
92
93# Find who we are. Look in the path if we contain no directory separator.
94case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97for as_dir in $PATH
98do
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103IFS=$as_save_IFS
104
105 ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110 as_myself=$0
111fi
112if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
115fi
116
117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there. '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
134
135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
151 ;;
152esac
153fi
154"
155 as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169 exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
176 if (eval "$as_required") 2>/dev/null; then :
177 as_have_required=yes
178else
179 as_have_required=no
180fi
181 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182
183else
184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
185as_found=false
186for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187do
188 IFS=$as_save_IFS
189 test -z "$as_dir" && as_dir=.
190 as_found=:
191 case $as_dir in #(
192 /*)
193 for as_base in sh bash ksh sh5; do
194 # Try only shells that exist, to save several forks.
195 as_shell=$as_dir/$as_base
196 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
197 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
198 CONFIG_SHELL=$as_shell as_have_required=yes
199 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 break 2
201fi
202fi
203 done;;
204 esac
205 as_found=false
206done
207$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
208 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
209 CONFIG_SHELL=$SHELL as_have_required=yes
210fi; }
211IFS=$as_save_IFS
212
213
214 if test "x$CONFIG_SHELL" != x; then :
215 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables.
218 BASH_ENV=/dev/null
219 ENV=/dev/null
220 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
221 export CONFIG_SHELL
222 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
223fi
224
225 if test x$as_have_required = xno; then :
226 $as_echo "$0: This script requires a shell more modern than all"
227 $as_echo "$0: the shells that I found on your system."
228 if test x${ZSH_VERSION+set} = xset ; then
229 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
230 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
231 else
232 $as_echo "$0: Please tell bug-autoconf@gnu.org and
233$0: jean-marc.andre@hp.com about your system, including any
234$0: error possibly output before this message. Then install
235$0: a modern shell, or manually run the script under such a
236$0: shell if you do have one."
237 fi
238 exit 1
239fi
240fi
241fi
242SHELL=${CONFIG_SHELL-/bin/sh}
243export SHELL
244# Unset more variables known to interfere with behavior of common tools.
245CLICOLOR_FORCE= GREP_OPTIONS=
246unset CLICOLOR_FORCE GREP_OPTIONS
247
248## --------------------- ##
249## M4sh Shell Functions. ##
250## --------------------- ##
251# as_fn_unset VAR
252# ---------------
253# Portably unset VAR.
254as_fn_unset ()
255{
256 { eval $1=; unset $1;}
257}
258as_unset=as_fn_unset
259
260# as_fn_set_status STATUS
261# -----------------------
262# Set $? to STATUS, without forking.
263as_fn_set_status ()
264{
265 return $1
266} # as_fn_set_status
267
268# as_fn_exit STATUS
269# -----------------
270# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
271as_fn_exit ()
272{
273 set +e
274 as_fn_set_status $1
275 exit $1
276} # as_fn_exit
277
278# as_fn_mkdir_p
279# -------------
280# Create "$as_dir" as a directory, including parents if necessary.
281as_fn_mkdir_p ()
282{
283
284 case $as_dir in #(
285 -*) as_dir=./$as_dir;;
286 esac
287 test -d "$as_dir" || eval $as_mkdir_p || {
288 as_dirs=
289 while :; do
290 case $as_dir in #(
291 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
292 *) as_qdir=$as_dir;;
293 esac
294 as_dirs="'$as_qdir' $as_dirs"
295 as_dir=`$as_dirname -- "$as_dir" ||
296$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
297 X"$as_dir" : 'X\(//\)[^/]' \| \
298 X"$as_dir" : 'X\(//\)$' \| \
299 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
300$as_echo X"$as_dir" |
301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)[^/].*/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)$/{
310 s//\1/
311 q
312 }
313 /^X\(\/\).*/{
314 s//\1/
315 q
316 }
317 s/.*/./; q'`
318 test -d "$as_dir" && break
319 done
320 test -z "$as_dirs" || eval "mkdir $as_dirs"
321 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
322
323
324} # as_fn_mkdir_p
325# as_fn_append VAR VALUE
326# ----------------------
327# Append the text in VALUE to the end of the definition contained in VAR. Take
328# advantage of any shell optimizations that allow amortized linear growth over
329# repeated appends, instead of the typical quadratic growth present in naive
330# implementations.
331if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
332 eval 'as_fn_append ()
333 {
334 eval $1+=\$2
335 }'
336else
337 as_fn_append ()
338 {
339 eval $1=\$$1\$2
340 }
341fi # as_fn_append
342
343# as_fn_arith ARG...
344# ------------------
345# Perform arithmetic evaluation on the ARGs, and store the result in the
346# global $as_val. Take advantage of shells that can avoid forks. The arguments
347# must be portable across $(()) and expr.
348if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
349 eval 'as_fn_arith ()
350 {
351 as_val=$(( $* ))
352 }'
353else
354 as_fn_arith ()
355 {
356 as_val=`expr "$@" || test $? -eq 1`
357 }
358fi # as_fn_arith
359
360
361# as_fn_error ERROR [LINENO LOG_FD]
362# ---------------------------------
363# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365# script with status $?, using 1 if that was 0.
366as_fn_error ()
367{
368 as_status=$?; test $as_status -eq 0 && as_status=1
369 if test "$3"; then
370 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372 fi
373 $as_echo "$as_me: error: $1" >&2
374 as_fn_exit $as_status
375} # as_fn_error
376
377if expr a : '\(a\)' >/dev/null 2>&1 &&
378 test "X`expr 00001 : '.*\(...\)'`" = X001; then
379 as_expr=expr
380else
381 as_expr=false
382fi
383
384if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
385 as_basename=basename
386else
387 as_basename=false
388fi
389
390if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
391 as_dirname=dirname
392else
393 as_dirname=false
394fi
395
396as_me=`$as_basename -- "$0" ||
397$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
398 X"$0" : 'X\(//\)$' \| \
399 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
400$as_echo X/"$0" |
401 sed '/^.*\/\([^/][^/]*\)\/*$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\/\)$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\).*/{
410 s//\1/
411 q
412 }
413 s/.*/./; q'`
414
415# Avoid depending upon Character Ranges.
416as_cr_letters='abcdefghijklmnopqrstuvwxyz'
417as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
418as_cr_Letters=$as_cr_letters$as_cr_LETTERS
419as_cr_digits='0123456789'
420as_cr_alnum=$as_cr_Letters$as_cr_digits
421
422
423 as_lineno_1=$LINENO as_lineno_1a=$LINENO
424 as_lineno_2=$LINENO as_lineno_2a=$LINENO
425 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
426 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
427 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
428 sed -n '
429 p
430 /[$]LINENO/=
431 ' <$as_myself |
432 sed '
433 s/[$]LINENO.*/&-/
434 t lineno
435 b
436 :lineno
437 N
438 :loop
439 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
440 t loop
441 s/-\n.*//
442 ' >$as_me.lineno &&
443 chmod +x "$as_me.lineno" ||
444 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
445
446 # Don't try to exec as it changes $[0], causing all sort of problems
447 # (the dirname of $[0] is not the place where we might find the
448 # original and so on. Autoconf is especially sensitive to this).
449 . "./$as_me.lineno"
450 # Exit status is that of the last command.
451 exit
452}
453
454ECHO_C= ECHO_N= ECHO_T=
455case `echo -n x` in #(((((
456-n*)
457 case `echo 'xy\c'` in
458 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
459 xy) ECHO_C='\c';;
460 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
461 ECHO_T=' ';;
462 esac;;
463*)
464 ECHO_N='-n';;
465esac
466
467rm -f conf$$ conf$$.exe conf$$.file
468if test -d conf$$.dir; then
469 rm -f conf$$.dir/conf$$.file
470else
471 rm -f conf$$.dir
472 mkdir conf$$.dir 2>/dev/null
473fi
474if (echo >conf$$.file) 2>/dev/null; then
475 if ln -s conf$$.file conf$$ 2>/dev/null; then
476 as_ln_s='ln -s'
477 # ... but there are two gotchas:
478 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
479 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
480 # In both cases, we have to default to `cp -p'.
481 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
482 as_ln_s='cp -p'
483 elif ln conf$$.file conf$$ 2>/dev/null; then
484 as_ln_s=ln
485 else
486 as_ln_s='cp -p'
487 fi
488else
489 as_ln_s='cp -p'
490fi
491rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
492rmdir conf$$.dir 2>/dev/null
493
494if mkdir -p . 2>/dev/null; then
495 as_mkdir_p='mkdir -p "$as_dir"'
496else
497 test -d ./-p && rmdir ./-p
498 as_mkdir_p=false
499fi
500
501if test -x / >/dev/null 2>&1; then
502 as_test_x='test -x'
503else
504 if ls -dL / >/dev/null 2>&1; then
505 as_ls_L_option=L
506 else
507 as_ls_L_option=
508 fi
509 as_test_x='
510 eval sh -c '\''
511 if test -d "$1"; then
512 test -d "$1/.";
513 else
514 case $1 in #(
515 -*)set "./$1";;
516 esac;
517 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
518 ???[sx]*):;;*)false;;esac;fi
519 '\'' sh
520 '
521fi
522as_executable_p=$as_test_x
523
524# Sed expression to map a string onto a valid CPP name.
525as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
526
527# Sed expression to map a string onto a valid variable name.
528as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
529
530
531test -n "$DJDIR" || exec 7<&0 </dev/null
532exec 6>&1
533
534# Name of the host.
535# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
536# so uname gets run too.
537ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
538
539#
540# Initializations.
541#
542ac_default_prefix=/usr/local
543ac_clean_files=
544ac_config_libobj_dir=.
545LIBOBJS=
546cross_compiling=no
547subdirs=
548MFLAGS=
549MAKEFLAGS=
550
551# Identity of this package.
552PACKAGE_NAME='PUSK'
553PACKAGE_TARNAME='PUSK'
554PACKAGE_VERSION='0.9.6'
555PACKAGE_STRING='PUSK 0.9.6'
556PACKAGE_BUGREPORT='jean-marc.andre@hp.com'
557PACKAGE_URL=''
558
559ac_subst_vars='LTLIBOBJS
560LIBOBJS
561am__untar
562am__tar
563AMTAR
564am__leading_dot
565SET_MAKE
566AWK
567mkdir_p
568MKDIR_P
569INSTALL_STRIP_PROGRAM
570STRIP
571install_sh
572MAKEINFO
573AUTOHEADER
574AUTOMAKE
575AUTOCONF
576ACLOCAL
577VERSION
578PACKAGE
579CYGPATH_W
580am__isrc
581INSTALL_DATA
582INSTALL_SCRIPT
583INSTALL_PROGRAM
584target_alias
585host_alias
586build_alias
587LIBS
588ECHO_T
589ECHO_N
590ECHO_C
591DEFS
592mandir
593localedir
594libdir
595psdir
596pdfdir
597dvidir
598htmldir
599infodir
600docdir
601oldincludedir
602includedir
603localstatedir
604sharedstatedir
605sysconfdir
606datadir
607datarootdir
608libexecdir
609sbindir
610bindir
611program_transform_name
612prefix
613exec_prefix
614PACKAGE_URL
615PACKAGE_BUGREPORT
616PACKAGE_STRING
617PACKAGE_VERSION
618PACKAGE_TARNAME
619PACKAGE_NAME
620PATH_SEPARATOR
621SHELL'
622ac_subst_files=''
623ac_user_opts='
624enable_option_checking
625'
626 ac_precious_vars='build_alias
627host_alias
628target_alias'
629
630
631# Initialize some variables set by options.
632ac_init_help=
633ac_init_version=false
634ac_unrecognized_opts=
635ac_unrecognized_sep=
636# The variables have the same names as the options, with
637# dashes changed to underlines.
638cache_file=/dev/null
639exec_prefix=NONE
640no_create=
641no_recursion=
642prefix=NONE
643program_prefix=NONE
644program_suffix=NONE
645program_transform_name=s,x,x,
646silent=
647site=
648srcdir=
649verbose=
650x_includes=NONE
651x_libraries=NONE
652
653# Installation directory options.
654# These are left unexpanded so users can "make install exec_prefix=/foo"
655# and all the variables that are supposed to be based on exec_prefix
656# by default will actually change.
657# Use braces instead of parens because sh, perl, etc. also accept them.
658# (The list follows the same order as the GNU Coding Standards.)
659bindir='${exec_prefix}/bin'
660sbindir='${exec_prefix}/sbin'
661libexecdir='${exec_prefix}/libexec'
662datarootdir='${prefix}/share'
663datadir='${datarootdir}'
664sysconfdir='${prefix}/etc'
665sharedstatedir='${prefix}/com'
666localstatedir='${prefix}/var'
667includedir='${prefix}/include'
668oldincludedir='/usr/include'
669docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
670infodir='${datarootdir}/info'
671htmldir='${docdir}'
672dvidir='${docdir}'
673pdfdir='${docdir}'
674psdir='${docdir}'
675libdir='${exec_prefix}/lib'
676localedir='${datarootdir}/locale'
677mandir='${datarootdir}/man'
678
679ac_prev=
680ac_dashdash=
681for ac_option
682do
683 # If the previous option needs an argument, assign it.
684 if test -n "$ac_prev"; then
685 eval $ac_prev=\$ac_option
686 ac_prev=
687 continue
688 fi
689
690 case $ac_option in
691 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
692 *) ac_optarg=yes ;;
693 esac
694
695 # Accept the important Cygnus configure options, so we can diagnose typos.
696
697 case $ac_dashdash$ac_option in
698 --)
699 ac_dashdash=yes ;;
700
701 -bindir | --bindir | --bindi | --bind | --bin | --bi)
702 ac_prev=bindir ;;
703 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
704 bindir=$ac_optarg ;;
705
706 -build | --build | --buil | --bui | --bu)
707 ac_prev=build_alias ;;
708 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
709 build_alias=$ac_optarg ;;
710
711 -cache-file | --cache-file | --cache-fil | --cache-fi \
712 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
713 ac_prev=cache_file ;;
714 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
715 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
716 cache_file=$ac_optarg ;;
717
718 --config-cache | -C)
719 cache_file=config.cache ;;
720
721 -datadir | --datadir | --datadi | --datad)
722 ac_prev=datadir ;;
723 -datadir=* | --datadir=* | --datadi=* | --datad=*)
724 datadir=$ac_optarg ;;
725
726 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
727 | --dataroo | --dataro | --datar)
728 ac_prev=datarootdir ;;
729 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
730 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
731 datarootdir=$ac_optarg ;;
732
733 -disable-* | --disable-*)
734 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
735 # Reject names that are not valid shell variable names.
736 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
737 as_fn_error "invalid feature name: $ac_useropt"
738 ac_useropt_orig=$ac_useropt
739 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
740 case $ac_user_opts in
741 *"
742"enable_$ac_useropt"
743"*) ;;
744 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
745 ac_unrecognized_sep=', ';;
746 esac
747 eval enable_$ac_useropt=no ;;
748
749 -docdir | --docdir | --docdi | --doc | --do)
750 ac_prev=docdir ;;
751 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
752 docdir=$ac_optarg ;;
753
754 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
755 ac_prev=dvidir ;;
756 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
757 dvidir=$ac_optarg ;;
758
759 -enable-* | --enable-*)
760 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
761 # Reject names that are not valid shell variable names.
762 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
763 as_fn_error "invalid feature name: $ac_useropt"
764 ac_useropt_orig=$ac_useropt
765 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
766 case $ac_user_opts in
767 *"
768"enable_$ac_useropt"
769"*) ;;
770 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
771 ac_unrecognized_sep=', ';;
772 esac
773 eval enable_$ac_useropt=\$ac_optarg ;;
774
775 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
776 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
777 | --exec | --exe | --ex)
778 ac_prev=exec_prefix ;;
779 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
780 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
781 | --exec=* | --exe=* | --ex=*)
782 exec_prefix=$ac_optarg ;;
783
784 -gas | --gas | --ga | --g)
785 # Obsolete; use --with-gas.
786 with_gas=yes ;;
787
788 -help | --help | --hel | --he | -h)
789 ac_init_help=long ;;
790 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
791 ac_init_help=recursive ;;
792 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
793 ac_init_help=short ;;
794
795 -host | --host | --hos | --ho)
796 ac_prev=host_alias ;;
797 -host=* | --host=* | --hos=* | --ho=*)
798 host_alias=$ac_optarg ;;
799
800 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
801 ac_prev=htmldir ;;
802 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
803 | --ht=*)
804 htmldir=$ac_optarg ;;
805
806 -includedir | --includedir | --includedi | --included | --include \
807 | --includ | --inclu | --incl | --inc)
808 ac_prev=includedir ;;
809 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
810 | --includ=* | --inclu=* | --incl=* | --inc=*)
811 includedir=$ac_optarg ;;
812
813 -infodir | --infodir | --infodi | --infod | --info | --inf)
814 ac_prev=infodir ;;
815 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
816 infodir=$ac_optarg ;;
817
818 -libdir | --libdir | --libdi | --libd)
819 ac_prev=libdir ;;
820 -libdir=* | --libdir=* | --libdi=* | --libd=*)
821 libdir=$ac_optarg ;;
822
823 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
824 | --libexe | --libex | --libe)
825 ac_prev=libexecdir ;;
826 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
827 | --libexe=* | --libex=* | --libe=*)
828 libexecdir=$ac_optarg ;;
829
830 -localedir | --localedir | --localedi | --localed | --locale)
831 ac_prev=localedir ;;
832 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
833 localedir=$ac_optarg ;;
834
835 -localstatedir | --localstatedir | --localstatedi | --localstated \
836 | --localstate | --localstat | --localsta | --localst | --locals)
837 ac_prev=localstatedir ;;
838 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
839 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
840 localstatedir=$ac_optarg ;;
841
842 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
843 ac_prev=mandir ;;
844 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
845 mandir=$ac_optarg ;;
846
847 -nfp | --nfp | --nf)
848 # Obsolete; use --without-fp.
849 with_fp=no ;;
850
851 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
852 | --no-cr | --no-c | -n)
853 no_create=yes ;;
854
855 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
856 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
857 no_recursion=yes ;;
858
859 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
860 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
861 | --oldin | --oldi | --old | --ol | --o)
862 ac_prev=oldincludedir ;;
863 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
864 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
865 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
866 oldincludedir=$ac_optarg ;;
867
868 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
869 ac_prev=prefix ;;
870 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
871 prefix=$ac_optarg ;;
872
873 -program-prefix | --program-prefix | --program-prefi | --program-pref \
874 | --program-pre | --program-pr | --program-p)
875 ac_prev=program_prefix ;;
876 -program-prefix=* | --program-prefix=* | --program-prefi=* \
877 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
878 program_prefix=$ac_optarg ;;
879
880 -program-suffix | --program-suffix | --program-suffi | --program-suff \
881 | --program-suf | --program-su | --program-s)
882 ac_prev=program_suffix ;;
883 -program-suffix=* | --program-suffix=* | --program-suffi=* \
884 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
885 program_suffix=$ac_optarg ;;
886
887 -program-transform-name | --program-transform-name \
888 | --program-transform-nam | --program-transform-na \
889 | --program-transform-n | --program-transform- \
890 | --program-transform | --program-transfor \
891 | --program-transfo | --program-transf \
892 | --program-trans | --program-tran \
893 | --progr-tra | --program-tr | --program-t)
894 ac_prev=program_transform_name ;;
895 -program-transform-name=* | --program-transform-name=* \
896 | --program-transform-nam=* | --program-transform-na=* \
897 | --program-transform-n=* | --program-transform-=* \
898 | --program-transform=* | --program-transfor=* \
899 | --program-transfo=* | --program-transf=* \
900 | --program-trans=* | --program-tran=* \
901 | --progr-tra=* | --program-tr=* | --program-t=*)
902 program_transform_name=$ac_optarg ;;
903
904 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
905 ac_prev=pdfdir ;;
906 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
907 pdfdir=$ac_optarg ;;
908
909 -psdir | --psdir | --psdi | --psd | --ps)
910 ac_prev=psdir ;;
911 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
912 psdir=$ac_optarg ;;
913
914 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
915 | -silent | --silent | --silen | --sile | --sil)
916 silent=yes ;;
917
918 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
919 ac_prev=sbindir ;;
920 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
921 | --sbi=* | --sb=*)
922 sbindir=$ac_optarg ;;
923
924 -sharedstatedir | --sharedstatedir | --sharedstatedi \
925 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
926 | --sharedst | --shareds | --shared | --share | --shar \
927 | --sha | --sh)
928 ac_prev=sharedstatedir ;;
929 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
930 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
931 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
932 | --sha=* | --sh=*)
933 sharedstatedir=$ac_optarg ;;
934
935 -site | --site | --sit)
936 ac_prev=site ;;
937 -site=* | --site=* | --sit=*)
938 site=$ac_optarg ;;
939
940 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
941 ac_prev=srcdir ;;
942 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
943 srcdir=$ac_optarg ;;
944
945 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
946 | --syscon | --sysco | --sysc | --sys | --sy)
947 ac_prev=sysconfdir ;;
948 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
949 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
950 sysconfdir=$ac_optarg ;;
951
952 -target | --target | --targe | --targ | --tar | --ta | --t)
953 ac_prev=target_alias ;;
954 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
955 target_alias=$ac_optarg ;;
956
957 -v | -verbose | --verbose | --verbos | --verbo | --verb)
958 verbose=yes ;;
959
960 -version | --version | --versio | --versi | --vers | -V)
961 ac_init_version=: ;;
962
963 -with-* | --with-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error "invalid package name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972"with_$ac_useropt"
973"*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval with_$ac_useropt=\$ac_optarg ;;
978
979 -without-* | --without-*)
980 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
981 # Reject names that are not valid shell variable names.
982 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
983 as_fn_error "invalid package name: $ac_useropt"
984 ac_useropt_orig=$ac_useropt
985 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
986 case $ac_user_opts in
987 *"
988"with_$ac_useropt"
989"*) ;;
990 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
991 ac_unrecognized_sep=', ';;
992 esac
993 eval with_$ac_useropt=no ;;
994
995 --x)
996 # Obsolete; use --with-x.
997 with_x=yes ;;
998
999 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1000 | --x-incl | --x-inc | --x-in | --x-i)
1001 ac_prev=x_includes ;;
1002 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1003 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1004 x_includes=$ac_optarg ;;
1005
1006 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1007 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1008 ac_prev=x_libraries ;;
1009 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1010 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1011 x_libraries=$ac_optarg ;;
1012
1013 -*) as_fn_error "unrecognized option: \`$ac_option'
1014Try \`$0 --help' for more information."
1015 ;;
1016
1017 *=*)
1018 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1019 # Reject names that are not valid shell variable names.
1020 case $ac_envvar in #(
1021 '' | [0-9]* | *[!_$as_cr_alnum]* )
1022 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1023 esac
1024 eval $ac_envvar=\$ac_optarg
1025 export $ac_envvar ;;
1026
1027 *)
1028 # FIXME: should be removed in autoconf 3.0.
1029 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1030 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1031 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1032 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1033 ;;
1034
1035 esac
1036done
1037
1038if test -n "$ac_prev"; then
1039 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1040 as_fn_error "missing argument to $ac_option"
1041fi
1042
1043if test -n "$ac_unrecognized_opts"; then
1044 case $enable_option_checking in
1045 no) ;;
1046 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1047 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1048 esac
1049fi
1050
1051# Check all directory arguments for consistency.
1052for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1053 datadir sysconfdir sharedstatedir localstatedir includedir \
1054 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1055 libdir localedir mandir
1056do
1057 eval ac_val=\$$ac_var
1058 # Remove trailing slashes.
1059 case $ac_val in
1060 */ )
1061 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1062 eval $ac_var=\$ac_val;;
1063 esac
1064 # Be sure to have absolute directory names.
1065 case $ac_val in
1066 [\\/$]* | ?:[\\/]* ) continue;;
1067 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1068 esac
1069 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1070done
1071
1072# There might be people who depend on the old broken behavior: `$host'
1073# used to hold the argument of --host etc.
1074# FIXME: To remove some day.
1075build=$build_alias
1076host=$host_alias
1077target=$target_alias
1078
1079# FIXME: To remove some day.
1080if test "x$host_alias" != x; then
1081 if test "x$build_alias" = x; then
1082 cross_compiling=maybe
1083 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1084 If a cross compiler is detected then cross compile mode will be used." >&2
1085 elif test "x$build_alias" != "x$host_alias"; then
1086 cross_compiling=yes
1087 fi
1088fi
1089
1090ac_tool_prefix=
1091test -n "$host_alias" && ac_tool_prefix=$host_alias-
1092
1093test "$silent" = yes && exec 6>/dev/null
1094
1095
1096ac_pwd=`pwd` && test -n "$ac_pwd" &&
1097ac_ls_di=`ls -di .` &&
1098ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1099 as_fn_error "working directory cannot be determined"
1100test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1101 as_fn_error "pwd does not report name of working directory"
1102
1103
1104# Find the source files, if location was not specified.
1105if test -z "$srcdir"; then
1106 ac_srcdir_defaulted=yes
1107 # Try the directory containing this script, then the parent directory.
1108 ac_confdir=`$as_dirname -- "$as_myself" ||
1109$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1110 X"$as_myself" : 'X\(//\)[^/]' \| \
1111 X"$as_myself" : 'X\(//\)$' \| \
1112 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1113$as_echo X"$as_myself" |
1114 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1115 s//\1/
1116 q
1117 }
1118 /^X\(\/\/\)[^/].*/{
1119 s//\1/
1120 q
1121 }
1122 /^X\(\/\/\)$/{
1123 s//\1/
1124 q
1125 }
1126 /^X\(\/\).*/{
1127 s//\1/
1128 q
1129 }
1130 s/.*/./; q'`
1131 srcdir=$ac_confdir
1132 if test ! -r "$srcdir/$ac_unique_file"; then
1133 srcdir=..
1134 fi
1135else
1136 ac_srcdir_defaulted=no
1137fi
1138if test ! -r "$srcdir/$ac_unique_file"; then
1139 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1140 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1141fi
1142ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1143ac_abs_confdir=`(
1144 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1145 pwd)`
1146# When building in place, set srcdir=.
1147if test "$ac_abs_confdir" = "$ac_pwd"; then
1148 srcdir=.
1149fi
1150# Remove unnecessary trailing slashes from srcdir.
1151# Double slashes in file names in object file debugging info
1152# mess up M-x gdb in Emacs.
1153case $srcdir in
1154*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1155esac
1156for ac_var in $ac_precious_vars; do
1157 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1158 eval ac_env_${ac_var}_value=\$${ac_var}
1159 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1160 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1161done
1162
1163#
1164# Report the --help message.
1165#
1166if test "$ac_init_help" = "long"; then
1167 # Omit some internal or obsolete options to make the list less imposing.
1168 # This message is too long to be a string in the A/UX 3.1 sh.
1169 cat <<_ACEOF
1170\`configure' configures PUSK 0.9.6 to adapt to many kinds of systems.
1171
1172Usage: $0 [OPTION]... [VAR=VALUE]...
1173
1174To assign environment variables (e.g., CC, CFLAGS...), specify them as
1175VAR=VALUE. See below for descriptions of some of the useful variables.
1176
1177Defaults for the options are specified in brackets.
1178
1179Configuration:
1180 -h, --help display this help and exit
1181 --help=short display options specific to this package
1182 --help=recursive display the short help of all the included packages
1183 -V, --version display version information and exit
1184 -q, --quiet, --silent do not print \`checking...' messages
1185 --cache-file=FILE cache test results in FILE [disabled]
1186 -C, --config-cache alias for \`--cache-file=config.cache'
1187 -n, --no-create do not create output files
1188 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1189
1190Installation directories:
1191 --prefix=PREFIX install architecture-independent files in PREFIX
1192 [$ac_default_prefix]
1193 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1194 [PREFIX]
1195
1196By default, \`make install' will install all the files in
1197\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1198an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1199for instance \`--prefix=\$HOME'.
1200
1201For better control, use the options below.
1202
1203Fine tuning of the installation directories:
1204 --bindir=DIR user executables [EPREFIX/bin]
1205 --sbindir=DIR system admin executables [EPREFIX/sbin]
1206 --libexecdir=DIR program executables [EPREFIX/libexec]
1207 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1208 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1209 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1210 --libdir=DIR object code libraries [EPREFIX/lib]
1211 --includedir=DIR C header files [PREFIX/include]
1212 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1213 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1214 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1215 --infodir=DIR info documentation [DATAROOTDIR/info]
1216 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1217 --mandir=DIR man documentation [DATAROOTDIR/man]
1218 --docdir=DIR documentation root [DATAROOTDIR/doc/PUSK]
1219 --htmldir=DIR html documentation [DOCDIR]
1220 --dvidir=DIR dvi documentation [DOCDIR]
1221 --pdfdir=DIR pdf documentation [DOCDIR]
1222 --psdir=DIR ps documentation [DOCDIR]
1223_ACEOF
1224
1225 cat <<\_ACEOF
1226
1227Program names:
1228 --program-prefix=PREFIX prepend PREFIX to installed program names
1229 --program-suffix=SUFFIX append SUFFIX to installed program names
1230 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1231_ACEOF
1232fi
1233
1234if test -n "$ac_init_help"; then
1235 case $ac_init_help in
1236 short | recursive ) echo "Configuration of PUSK 0.9.6:";;
1237 esac
1238 cat <<\_ACEOF
1239
1240Report bugs to <jean-marc.andre@hp.com>.
1241_ACEOF
1242ac_status=$?
1243fi
1244
1245if test "$ac_init_help" = "recursive"; then
1246 # If there are subdirs, report their specific --help.
1247 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1248 test -d "$ac_dir" ||
1249 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1250 continue
1251 ac_builddir=.
1252
1253case "$ac_dir" in
1254.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1255*)
1256 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1257 # A ".." for each directory in $ac_dir_suffix.
1258 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1259 case $ac_top_builddir_sub in
1260 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1261 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1262 esac ;;
1263esac
1264ac_abs_top_builddir=$ac_pwd
1265ac_abs_builddir=$ac_pwd$ac_dir_suffix
1266# for backward compatibility:
1267ac_top_builddir=$ac_top_build_prefix
1268
1269case $srcdir in
1270 .) # We are building in place.
1271 ac_srcdir=.
1272 ac_top_srcdir=$ac_top_builddir_sub
1273 ac_abs_top_srcdir=$ac_pwd ;;
1274 [\\/]* | ?:[\\/]* ) # Absolute name.
1275 ac_srcdir=$srcdir$ac_dir_suffix;
1276 ac_top_srcdir=$srcdir
1277 ac_abs_top_srcdir=$srcdir ;;
1278 *) # Relative name.
1279 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1280 ac_top_srcdir=$ac_top_build_prefix$srcdir
1281 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1282esac
1283ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1284
1285 cd "$ac_dir" || { ac_status=$?; continue; }
1286 # Check for guested configure.
1287 if test -f "$ac_srcdir/configure.gnu"; then
1288 echo &&
1289 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1290 elif test -f "$ac_srcdir/configure"; then
1291 echo &&
1292 $SHELL "$ac_srcdir/configure" --help=recursive
1293 else
1294 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1295 fi || ac_status=$?
1296 cd "$ac_pwd" || { ac_status=$?; break; }
1297 done
1298fi
1299
1300test -n "$ac_init_help" && exit $ac_status
1301if $ac_init_version; then
1302 cat <<\_ACEOF
1303PUSK configure 0.9.6
1304generated by GNU Autoconf 2.65
1305
1306Copyright (C) 2009 Free Software Foundation, Inc.
1307This configure script is free software; the Free Software Foundation
1308gives unlimited permission to copy, distribute and modify it.
1309_ACEOF
1310 exit
1311fi
1312
1313## ------------------------ ##
1314## Autoconf initialization. ##
1315## ------------------------ ##
1316cat >config.log <<_ACEOF
1317This file contains any messages produced by compilers while
1318running configure, to aid debugging if configure makes a mistake.
1319
1320It was created by PUSK $as_me 0.9.6, which was
1321generated by GNU Autoconf 2.65. Invocation command line was
1322
1323 $ $0 $@
1324
1325_ACEOF
1326exec 5>>config.log
1327{
1328cat <<_ASUNAME
1329## --------- ##
1330## Platform. ##
1331## --------- ##
1332
1333hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1334uname -m = `(uname -m) 2>/dev/null || echo unknown`
1335uname -r = `(uname -r) 2>/dev/null || echo unknown`
1336uname -s = `(uname -s) 2>/dev/null || echo unknown`
1337uname -v = `(uname -v) 2>/dev/null || echo unknown`
1338
1339/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1340/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1341
1342/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1343/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1344/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1345/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1346/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1347/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1348/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1349
1350_ASUNAME
1351
1352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1353for as_dir in $PATH
1354do
1355 IFS=$as_save_IFS
1356 test -z "$as_dir" && as_dir=.
1357 $as_echo "PATH: $as_dir"
1358 done
1359IFS=$as_save_IFS
1360
1361} >&5
1362
1363cat >&5 <<_ACEOF
1364
1365
1366## ----------- ##
1367## Core tests. ##
1368## ----------- ##
1369
1370_ACEOF
1371
1372
1373# Keep a trace of the command line.
1374# Strip out --no-create and --no-recursion so they do not pile up.
1375# Strip out --silent because we don't want to record it for future runs.
1376# Also quote any args containing shell meta-characters.
1377# Make two passes to allow for proper duplicate-argument suppression.
1378ac_configure_args=
1379ac_configure_args0=
1380ac_configure_args1=
1381ac_must_keep_next=false
1382for ac_pass in 1 2
1383do
1384 for ac_arg
1385 do
1386 case $ac_arg in
1387 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1388 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1389 | -silent | --silent | --silen | --sile | --sil)
1390 continue ;;
1391 *\'*)
1392 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1393 esac
1394 case $ac_pass in
1395 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1396 2)
1397 as_fn_append ac_configure_args1 " '$ac_arg'"
1398 if test $ac_must_keep_next = true; then
1399 ac_must_keep_next=false # Got value, back to normal.
1400 else
1401 case $ac_arg in
1402 *=* | --config-cache | -C | -disable-* | --disable-* \
1403 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1404 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1405 | -with-* | --with-* | -without-* | --without-* | --x)
1406 case "$ac_configure_args0 " in
1407 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1408 esac
1409 ;;
1410 -* ) ac_must_keep_next=true ;;
1411 esac
1412 fi
1413 as_fn_append ac_configure_args " '$ac_arg'"
1414 ;;
1415 esac
1416 done
1417done
1418{ ac_configure_args0=; unset ac_configure_args0;}
1419{ ac_configure_args1=; unset ac_configure_args1;}
1420
1421# When interrupted or exit'd, cleanup temporary files, and complete
1422# config.log. We remove comments because anyway the quotes in there
1423# would cause problems or look ugly.
1424# WARNING: Use '\'' to represent an apostrophe within the trap.
1425# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1426trap 'exit_status=$?
1427 # Save into config.log some information that might help in debugging.
1428 {
1429 echo
1430
1431 cat <<\_ASBOX
1432## ---------------- ##
1433## Cache variables. ##
1434## ---------------- ##
1435_ASBOX
1436 echo
1437 # The following way of writing the cache mishandles newlines in values,
1438(
1439 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1440 eval ac_val=\$$ac_var
1441 case $ac_val in #(
1442 *${as_nl}*)
1443 case $ac_var in #(
1444 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1445$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1446 esac
1447 case $ac_var in #(
1448 _ | IFS | as_nl) ;; #(
1449 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1450 *) { eval $ac_var=; unset $ac_var;} ;;
1451 esac ;;
1452 esac
1453 done
1454 (set) 2>&1 |
1455 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1456 *${as_nl}ac_space=\ *)
1457 sed -n \
1458 "s/'\''/'\''\\\\'\'''\''/g;
1459 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1460 ;; #(
1461 *)
1462 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1463 ;;
1464 esac |
1465 sort
1466)
1467 echo
1468
1469 cat <<\_ASBOX
1470## ----------------- ##
1471## Output variables. ##
1472## ----------------- ##
1473_ASBOX
1474 echo
1475 for ac_var in $ac_subst_vars
1476 do
1477 eval ac_val=\$$ac_var
1478 case $ac_val in
1479 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1480 esac
1481 $as_echo "$ac_var='\''$ac_val'\''"
1482 done | sort
1483 echo
1484
1485 if test -n "$ac_subst_files"; then
1486 cat <<\_ASBOX
1487## ------------------- ##
1488## File substitutions. ##
1489## ------------------- ##
1490_ASBOX
1491 echo
1492 for ac_var in $ac_subst_files
1493 do
1494 eval ac_val=\$$ac_var
1495 case $ac_val in
1496 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1497 esac
1498 $as_echo "$ac_var='\''$ac_val'\''"
1499 done | sort
1500 echo
1501 fi
1502
1503 if test -s confdefs.h; then
1504 cat <<\_ASBOX
1505## ----------- ##
1506## confdefs.h. ##
1507## ----------- ##
1508_ASBOX
1509 echo
1510 cat confdefs.h
1511 echo
1512 fi
1513 test "$ac_signal" != 0 &&
1514 $as_echo "$as_me: caught signal $ac_signal"
1515 $as_echo "$as_me: exit $exit_status"
1516 } >&5
1517 rm -f core *.core core.conftest.* &&
1518 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1519 exit $exit_status
1520' 0
1521for ac_signal in 1 2 13 15; do
1522 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1523done
1524ac_signal=0
1525
1526# confdefs.h avoids OS command line length limits that DEFS can exceed.
1527rm -f -r conftest* confdefs.h
1528
1529$as_echo "/* confdefs.h */" > confdefs.h
1530
1531# Predefined preprocessor variables.
1532
1533cat >>confdefs.h <<_ACEOF
1534#define PACKAGE_NAME "$PACKAGE_NAME"
1535_ACEOF
1536
1537cat >>confdefs.h <<_ACEOF
1538#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1539_ACEOF
1540
1541cat >>confdefs.h <<_ACEOF
1542#define PACKAGE_VERSION "$PACKAGE_VERSION"
1543_ACEOF
1544
1545cat >>confdefs.h <<_ACEOF
1546#define PACKAGE_STRING "$PACKAGE_STRING"
1547_ACEOF
1548
1549cat >>confdefs.h <<_ACEOF
1550#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1551_ACEOF
1552
1553cat >>confdefs.h <<_ACEOF
1554#define PACKAGE_URL "$PACKAGE_URL"
1555_ACEOF
1556
1557
1558# Let the site file select an alternate cache file if it wants to.
1559# Prefer an explicitly selected file to automatically selected ones.
1560ac_site_file1=NONE
1561ac_site_file2=NONE
1562if test -n "$CONFIG_SITE"; then
1563 ac_site_file1=$CONFIG_SITE
1564elif test "x$prefix" != xNONE; then
1565 ac_site_file1=$prefix/share/config.site
1566 ac_site_file2=$prefix/etc/config.site
1567else
1568 ac_site_file1=$ac_default_prefix/share/config.site
1569 ac_site_file2=$ac_default_prefix/etc/config.site
1570fi
1571for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1572do
1573 test "x$ac_site_file" = xNONE && continue
1574 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1575 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1576$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1577 sed 's/^/| /' "$ac_site_file" >&5
1578 . "$ac_site_file"
1579 fi
1580done
1581
1582if test -r "$cache_file"; then
1583 # Some versions of bash will fail to source /dev/null (special files
1584 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1585 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1586 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1587$as_echo "$as_me: loading cache $cache_file" >&6;}
1588 case $cache_file in
1589 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1590 *) . "./$cache_file";;
1591 esac
1592 fi
1593else
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1595$as_echo "$as_me: creating cache $cache_file" >&6;}
1596 >$cache_file
1597fi
1598
1599# Check that the precious variables saved in the cache have kept the same
1600# value.
1601ac_cache_corrupted=false
1602for ac_var in $ac_precious_vars; do
1603 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1604 eval ac_new_set=\$ac_env_${ac_var}_set
1605 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1606 eval ac_new_val=\$ac_env_${ac_var}_value
1607 case $ac_old_set,$ac_new_set in
1608 set,)
1609 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1610$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1611 ac_cache_corrupted=: ;;
1612 ,set)
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1614$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1615 ac_cache_corrupted=: ;;
1616 ,);;
1617 *)
1618 if test "x$ac_old_val" != "x$ac_new_val"; then
1619 # differences in whitespace do not lead to failure.
1620 ac_old_val_w=`echo x $ac_old_val`
1621 ac_new_val_w=`echo x $ac_new_val`
1622 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1623 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1624$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1625 ac_cache_corrupted=:
1626 else
1627 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1628$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1629 eval $ac_var=\$ac_old_val
1630 fi
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1632$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1634$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1635 fi;;
1636 esac
1637 # Pass precious variables to config.status.
1638 if test "$ac_new_set" = set; then
1639 case $ac_new_val in
1640 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1641 *) ac_arg=$ac_var=$ac_new_val ;;
1642 esac
1643 case " $ac_configure_args " in
1644 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1645 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1646 esac
1647 fi
1648done
1649if $ac_cache_corrupted; then
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1651$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1653$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1654 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1655fi
1656## -------------------- ##
1657## Main body of script. ##
1658## -------------------- ##
1659
1660ac_ext=c
1661ac_cpp='$CPP $CPPFLAGS'
1662ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1663ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1664ac_compiler_gnu=$ac_cv_c_compiler_gnu
1665
1666
1667am__api_version='1.11'
1668
1669ac_aux_dir=
1670for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1671 for ac_t in install-sh install.sh shtool; do
1672 if test -f "$ac_dir/$ac_t"; then
1673 ac_aux_dir=$ac_dir
1674 ac_install_sh="$ac_aux_dir/$ac_t -c"
1675 break 2
1676 fi
1677 done
1678done
1679if test -z "$ac_aux_dir"; then
1680 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1681fi
1682
1683# These three variables are undocumented and unsupported,
1684# and are intended to be withdrawn in a future Autoconf release.
1685# They can cause serious problems if a builder's source tree is in a directory
1686# whose full name contains unusual characters.
1687ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1688ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1689ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1690
1691
1692# Find a good install program. We prefer a C program (faster),
1693# so one script is as good as another. But avoid the broken or
1694# incompatible versions:
1695# SysV /etc/install, /usr/sbin/install
1696# SunOS /usr/etc/install
1697# IRIX /sbin/install
1698# AIX /bin/install
1699# AmigaOS /C/install, which installs bootblocks on floppy discs
1700# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1701# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1702# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1703# OS/2's system install, which has a completely different semantic
1704# ./install, which can be erroneously created by make from ./install.sh.
1705# Reject install programs that cannot install multiple files.
1706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1707$as_echo_n "checking for a BSD-compatible install... " >&6; }
1708if test -z "$INSTALL"; then
1709if test "${ac_cv_path_install+set}" = set; then :
1710 $as_echo_n "(cached) " >&6
1711else
1712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1713for as_dir in $PATH
1714do
1715 IFS=$as_save_IFS
1716 test -z "$as_dir" && as_dir=.
1717 # Account for people who put trailing slashes in PATH elements.
1718case $as_dir/ in #((
1719 ./ | .// | /[cC]/* | \
1720 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1721 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1722 /usr/ucb/* ) ;;
1723 *)
1724 # OSF1 and SCO ODT 3.0 have their own names for install.
1725 # Don't use installbsd from OSF since it installs stuff as root
1726 # by default.
1727 for ac_prog in ginstall scoinst install; do
1728 for ac_exec_ext in '' $ac_executable_extensions; do
1729 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1730 if test $ac_prog = install &&
1731 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1732 # AIX install. It has an incompatible calling convention.
1733 :
1734 elif test $ac_prog = install &&
1735 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1736 # program-specific install script used by HP pwplus--don't use.
1737 :
1738 else
1739 rm -rf conftest.one conftest.two conftest.dir
1740 echo one > conftest.one
1741 echo two > conftest.two
1742 mkdir conftest.dir
1743 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1744 test -s conftest.one && test -s conftest.two &&
1745 test -s conftest.dir/conftest.one &&
1746 test -s conftest.dir/conftest.two
1747 then
1748 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1749 break 3
1750 fi
1751 fi
1752 fi
1753 done
1754 done
1755 ;;
1756esac
1757
1758 done
1759IFS=$as_save_IFS
1760
1761rm -rf conftest.one conftest.two conftest.dir
1762
1763fi
1764 if test "${ac_cv_path_install+set}" = set; then
1765 INSTALL=$ac_cv_path_install
1766 else
1767 # As a last resort, use the slow shell script. Don't cache a
1768 # value for INSTALL within a source directory, because that will
1769 # break other packages using the cache if that directory is
1770 # removed, or if the value is a relative name.
1771 INSTALL=$ac_install_sh
1772 fi
1773fi
1774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1775$as_echo "$INSTALL" >&6; }
1776
1777# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1778# It thinks the first close brace ends the variable substitution.
1779test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1780
1781test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1782
1783test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1784
1785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1786$as_echo_n "checking whether build environment is sane... " >&6; }
1787# Just in case
1788sleep 1
1789echo timestamp > conftest.file
1790# Reject unsafe characters in $srcdir or the absolute working directory
1791# name. Accept space and tab only in the latter.
1792am_lf='
1793'
1794case `pwd` in
1795 *[\\\"\#\$\&\'\`$am_lf]*)
1796 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1797esac
1798case $srcdir in
1799 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
1800 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1801esac
1802
1803# Do `set' in a subshell so we don't clobber the current shell's
1804# arguments. Must try -L first in case configure is actually a
1805# symlink; some systems play weird games with the mod time of symlinks
1806# (eg FreeBSD returns the mod time of the symlink's containing
1807# directory).
1808if (
1809 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1810 if test "$*" = "X"; then
1811 # -L didn't work.
1812 set X `ls -t "$srcdir/configure" conftest.file`
1813 fi
1814 rm -f conftest.file
1815 if test "$*" != "X $srcdir/configure conftest.file" \
1816 && test "$*" != "X conftest.file $srcdir/configure"; then
1817
1818 # If neither matched, then we have a broken ls. This can happen
1819 # if, for instance, CONFIG_SHELL is bash and it inherits a
1820 # broken ls alias from the environment. This has actually
1821 # happened. Such a system could not be considered "sane".
1822 as_fn_error "ls -t appears to fail. Make sure there is not a broken
1823alias in your environment" "$LINENO" 5
1824 fi
1825
1826 test "$2" = conftest.file
1827 )
1828then
1829 # Ok.
1830 :
1831else
1832 as_fn_error "newly created file is older than distributed files!
1833Check your system clock" "$LINENO" 5
1834fi
1835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1836$as_echo "yes" >&6; }
1837test "$program_prefix" != NONE &&
1838 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1839# Use a double $ so make ignores it.
1840test "$program_suffix" != NONE &&
1841 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1842# Double any \ or $.
1843# By default was `s,x,x', remove it if useless.
1844ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1845program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1846
1847# expand $ac_aux_dir to an absolute path
1848am_aux_dir=`cd $ac_aux_dir && pwd`
1849
1850if test x"${MISSING+set}" != xset; then
1851 case $am_aux_dir in
1852 *\ * | *\ *)
1853 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1854 *)
1855 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1856 esac
1857fi
1858# Use eval to expand $SHELL
1859if eval "$MISSING --run true"; then
1860 am_missing_run="$MISSING --run "
1861else
1862 am_missing_run=
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
1864$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1865fi
1866
1867if test x"${install_sh}" != xset; then
1868 case $am_aux_dir in
1869 *\ * | *\ *)
1870 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1871 *)
1872 install_sh="\${SHELL} $am_aux_dir/install-sh"
1873 esac
1874fi
1875
1876# Installed binaries are usually stripped using `strip' when the user
1877# run `make install-strip'. However `strip' might not be the right
1878# tool to use in cross-compilation environments, therefore Automake
1879# will honor the `STRIP' environment variable to overrule this program.
1880if test "$cross_compiling" != no; then
1881 if test -n "$ac_tool_prefix"; then
1882 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1883set dummy ${ac_tool_prefix}strip; ac_word=$2
1884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1885$as_echo_n "checking for $ac_word... " >&6; }
1886if test "${ac_cv_prog_STRIP+set}" = set; then :
1887 $as_echo_n "(cached) " >&6
1888else
1889 if test -n "$STRIP"; then
1890 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1891else
1892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893for as_dir in $PATH
1894do
1895 IFS=$as_save_IFS
1896 test -z "$as_dir" && as_dir=.
1897 for ac_exec_ext in '' $ac_executable_extensions; do
1898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1899 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1901 break 2
1902 fi
1903done
1904 done
1905IFS=$as_save_IFS
1906
1907fi
1908fi
1909STRIP=$ac_cv_prog_STRIP
1910if test -n "$STRIP"; then
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
1912$as_echo "$STRIP" >&6; }
1913else
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1915$as_echo "no" >&6; }
1916fi
1917
1918
1919fi
1920if test -z "$ac_cv_prog_STRIP"; then
1921 ac_ct_STRIP=$STRIP
1922 # Extract the first word of "strip", so it can be a program name with args.
1923set dummy strip; ac_word=$2
1924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1925$as_echo_n "checking for $ac_word... " >&6; }
1926if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
1927 $as_echo_n "(cached) " >&6
1928else
1929 if test -n "$ac_ct_STRIP"; then
1930 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1931else
1932as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1933for as_dir in $PATH
1934do
1935 IFS=$as_save_IFS
1936 test -z "$as_dir" && as_dir=.
1937 for ac_exec_ext in '' $ac_executable_extensions; do
1938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1939 ac_cv_prog_ac_ct_STRIP="strip"
1940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1941 break 2
1942 fi
1943done
1944 done
1945IFS=$as_save_IFS
1946
1947fi
1948fi
1949ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1950if test -n "$ac_ct_STRIP"; then
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
1952$as_echo "$ac_ct_STRIP" >&6; }
1953else
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1955$as_echo "no" >&6; }
1956fi
1957
1958 if test "x$ac_ct_STRIP" = x; then
1959 STRIP=":"
1960 else
1961 case $cross_compiling:$ac_tool_warned in
1962yes:)
1963{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1964$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1965ac_tool_warned=yes ;;
1966esac
1967 STRIP=$ac_ct_STRIP
1968 fi
1969else
1970 STRIP="$ac_cv_prog_STRIP"
1971fi
1972
1973fi
1974INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1975
1976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
1977$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
1978if test -z "$MKDIR_P"; then
1979 if test "${ac_cv_path_mkdir+set}" = set; then :
1980 $as_echo_n "(cached) " >&6
1981else
1982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1983for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1984do
1985 IFS=$as_save_IFS
1986 test -z "$as_dir" && as_dir=.
1987 for ac_prog in mkdir gmkdir; do
1988 for ac_exec_ext in '' $ac_executable_extensions; do
1989 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1990 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1991 'mkdir (GNU coreutils) '* | \
1992 'mkdir (coreutils) '* | \
1993 'mkdir (fileutils) '4.1*)
1994 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1995 break 3;;
1996 esac
1997 done
1998 done
1999 done
2000IFS=$as_save_IFS
2001
2002fi
2003
2004 test -d ./--version && rmdir ./--version
2005 if test "${ac_cv_path_mkdir+set}" = set; then
2006 MKDIR_P="$ac_cv_path_mkdir -p"
2007 else
2008 # As a last resort, use the slow shell script. Don't cache a
2009 # value for MKDIR_P within a source directory, because that will
2010 # break other packages using the cache if that directory is
2011 # removed, or if the value is a relative name.
2012 MKDIR_P="$ac_install_sh -d"
2013 fi
2014fi
2015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2016$as_echo "$MKDIR_P" >&6; }
2017
2018mkdir_p="$MKDIR_P"
2019case $mkdir_p in
2020 [\\/$]* | ?:[\\/]*) ;;
2021 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2022esac
2023
2024for ac_prog in gawk mawk nawk awk
2025do
2026 # Extract the first word of "$ac_prog", so it can be a program name with args.
2027set dummy $ac_prog; ac_word=$2
2028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2029$as_echo_n "checking for $ac_word... " >&6; }
2030if test "${ac_cv_prog_AWK+set}" = set; then :
2031 $as_echo_n "(cached) " >&6
2032else
2033 if test -n "$AWK"; then
2034 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2035else
2036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2037for as_dir in $PATH
2038do
2039 IFS=$as_save_IFS
2040 test -z "$as_dir" && as_dir=.
2041 for ac_exec_ext in '' $ac_executable_extensions; do
2042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2043 ac_cv_prog_AWK="$ac_prog"
2044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2045 break 2
2046 fi
2047done
2048 done
2049IFS=$as_save_IFS
2050
2051fi
2052fi
2053AWK=$ac_cv_prog_AWK
2054if test -n "$AWK"; then
2055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2056$as_echo "$AWK" >&6; }
2057else
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2059$as_echo "no" >&6; }
2060fi
2061
2062
2063 test -n "$AWK" && break
2064done
2065
2066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2067$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2068set x ${MAKE-make}
2069ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2070if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2071 $as_echo_n "(cached) " >&6
2072else
2073 cat >conftest.make <<\_ACEOF
2074SHELL = /bin/sh
2075all:
2076 @echo '@@@%%%=$(MAKE)=@@@%%%'
2077_ACEOF
2078# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2079case `${MAKE-make} -f conftest.make 2>/dev/null` in
2080 *@@@%%%=?*=@@@%%%*)
2081 eval ac_cv_prog_make_${ac_make}_set=yes;;
2082 *)
2083 eval ac_cv_prog_make_${ac_make}_set=no;;
2084esac
2085rm -f conftest.make
2086fi
2087if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2089$as_echo "yes" >&6; }
2090 SET_MAKE=
2091else
2092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2093$as_echo "no" >&6; }
2094 SET_MAKE="MAKE=${MAKE-make}"
2095fi
2096
2097rm -rf .tst 2>/dev/null
2098mkdir .tst 2>/dev/null
2099if test -d .tst; then
2100 am__leading_dot=.
2101else
2102 am__leading_dot=_
2103fi
2104rmdir .tst 2>/dev/null
2105
2106if test "`cd $srcdir && pwd`" != "`pwd`"; then
2107 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2108 # is not polluted with repeated "-I."
2109 am__isrc=' -I$(srcdir)'
2110 # test to see if srcdir already configured
2111 if test -f $srcdir/config.status; then
2112 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2113 fi
2114fi
2115
2116# test whether we have cygpath
2117if test -z "$CYGPATH_W"; then
2118 if (cygpath --version) >/dev/null 2>/dev/null; then
2119 CYGPATH_W='cygpath -w'
2120 else
2121 CYGPATH_W=echo
2122 fi
2123fi
2124
2125
2126# Define the identity of the package.
2127 PACKAGE='PUSK'
2128 VERSION='0.9.6'
2129
2130
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE "$PACKAGE"
2133_ACEOF
2134
2135
2136cat >>confdefs.h <<_ACEOF
2137#define VERSION "$VERSION"
2138_ACEOF
2139
2140# Some tools Automake needs.
2141
2142ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2143
2144
2145AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2146
2147
2148AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2149
2150
2151AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2152
2153
2154MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2155
2156# We need awk for the "check" target. The system "awk" is bad on
2157# some platforms.
2158# Always define AMTAR for backward compatibility.
2159
2160AMTAR=${AMTAR-"${am_missing_run}tar"}
2161
2162am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2163
2164
2165
2166
2167
2168
2169# Checks for programs.
2170
2171
2172# Checks for libraries.
2173
2174# Checks for header files.
2175
2176# Checks for typedefs, structures, and compiler characteristics.
2177
2178# Checks for library functions.
2179ac_config_files="$ac_config_files Makefile"
2180
2181
2182cat >confcache <<\_ACEOF
2183# This file is a shell script that caches the results of configure
2184# tests run on this system so they can be shared between configure
2185# scripts and configure runs, see configure's option --config-cache.
2186# It is not useful on other systems. If it contains results you don't
2187# want to keep, you may remove or edit it.
2188#
2189# config.status only pays attention to the cache file if you give it
2190# the --recheck option to rerun configure.
2191#
2192# `ac_cv_env_foo' variables (set or unset) will be overridden when
2193# loading this file, other *unset* `ac_cv_foo' will be assigned the
2194# following values.
2195
2196_ACEOF
2197
2198# The following way of writing the cache mishandles newlines in values,
2199# but we know of no workaround that is simple, portable, and efficient.
2200# So, we kill variables containing newlines.
2201# Ultrix sh set writes to stderr and can't be redirected directly,
2202# and sets the high bit in the cache file unless we assign to the vars.
2203(
2204 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2205 eval ac_val=\$$ac_var
2206 case $ac_val in #(
2207 *${as_nl}*)
2208 case $ac_var in #(
2209 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2210$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2211 esac
2212 case $ac_var in #(
2213 _ | IFS | as_nl) ;; #(
2214 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2215 *) { eval $ac_var=; unset $ac_var;} ;;
2216 esac ;;
2217 esac
2218 done
2219
2220 (set) 2>&1 |
2221 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2222 *${as_nl}ac_space=\ *)
2223 # `set' does not quote correctly, so add quotes: double-quote
2224 # substitution turns \\\\ into \\, and sed turns \\ into \.
2225 sed -n \
2226 "s/'/'\\\\''/g;
2227 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2228 ;; #(
2229 *)
2230 # `set' quotes correctly as required by POSIX, so do not add quotes.
2231 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2232 ;;
2233 esac |
2234 sort
2235) |
2236 sed '
2237 /^ac_cv_env_/b end
2238 t clear
2239 :clear
2240 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2241 t end
2242 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2243 :end' >>confcache
2244if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2245 if test -w "$cache_file"; then
2246 test "x$cache_file" != "x/dev/null" &&
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2248$as_echo "$as_me: updating cache $cache_file" >&6;}
2249 cat confcache >$cache_file
2250 else
2251 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2252$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2253 fi
2254fi
2255rm -f confcache
2256
2257test "x$prefix" = xNONE && prefix=$ac_default_prefix
2258# Let make expand exec_prefix.
2259test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2260
2261# Transform confdefs.h into DEFS.
2262# Protect against shell expansion while executing Makefile rules.
2263# Protect against Makefile macro expansion.
2264#
2265# If the first sed substitution is executed (which looks for macros that
2266# take arguments), then branch to the quote section. Otherwise,
2267# look for a macro that doesn't take arguments.
2268ac_script='
2269:mline
2270/\\$/{
2271 N
2272 s,\\\n,,
2273 b mline
2274}
2275t clear
2276:clear
2277s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2278t quote
2279s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2280t quote
2281b any
2282:quote
2283s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2284s/\[/\\&/g
2285s/\]/\\&/g
2286s/\$/$$/g
2287H
2288:any
2289${
2290 g
2291 s/^\n//
2292 s/\n/ /g
2293 p
2294}
2295'
2296DEFS=`sed -n "$ac_script" confdefs.h`
2297
2298
2299ac_libobjs=
2300ac_ltlibobjs=
2301for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2302 # 1. Remove the extension, and $U if already installed.
2303 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2304 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2305 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2306 # will be set to the directory where LIBOBJS objects are built.
2307 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2308 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2309done
2310LIBOBJS=$ac_libobjs
2311
2312LTLIBOBJS=$ac_ltlibobjs
2313
2314
2315
2316
2317: ${CONFIG_STATUS=./config.status}
2318ac_write_fail=0
2319ac_clean_files_save=$ac_clean_files
2320ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2321{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2322$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2323as_write_fail=0
2324cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2325#! $SHELL
2326# Generated by $as_me.
2327# Run this file to recreate the current configuration.
2328# Compiler output produced by configure, useful for debugging
2329# configure, is in config.log if it exists.
2330
2331debug=false
2332ac_cs_recheck=false
2333ac_cs_silent=false
2334
2335SHELL=\${CONFIG_SHELL-$SHELL}
2336export SHELL
2337_ASEOF
2338cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2339## -------------------- ##
2340## M4sh Initialization. ##
2341## -------------------- ##
2342
2343# Be more Bourne compatible
2344DUALCASE=1; export DUALCASE # for MKS sh
2345if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2346 emulate sh
2347 NULLCMD=:
2348 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2349 # is contrary to our usage. Disable this feature.
2350 alias -g '${1+"$@"}'='"$@"'
2351 setopt NO_GLOB_SUBST
2352else
2353 case `(set -o) 2>/dev/null` in #(
2354 *posix*) :
2355 set -o posix ;; #(
2356 *) :
2357 ;;
2358esac
2359fi
2360
2361
2362as_nl='
2363'
2364export as_nl
2365# Printing a long string crashes Solaris 7 /usr/bin/printf.
2366as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2367as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2368as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2369# Prefer a ksh shell builtin over an external printf program on Solaris,
2370# but without wasting forks for bash or zsh.
2371if test -z "$BASH_VERSION$ZSH_VERSION" \
2372 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2373 as_echo='print -r --'
2374 as_echo_n='print -rn --'
2375elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2376 as_echo='printf %s\n'
2377 as_echo_n='printf %s'
2378else
2379 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2380 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2381 as_echo_n='/usr/ucb/echo -n'
2382 else
2383 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2384 as_echo_n_body='eval
2385 arg=$1;
2386 case $arg in #(
2387 *"$as_nl"*)
2388 expr "X$arg" : "X\\(.*\\)$as_nl";
2389 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2390 esac;
2391 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2392 '
2393 export as_echo_n_body
2394 as_echo_n='sh -c $as_echo_n_body as_echo'
2395 fi
2396 export as_echo_body
2397 as_echo='sh -c $as_echo_body as_echo'
2398fi
2399
2400# The user is always right.
2401if test "${PATH_SEPARATOR+set}" != set; then
2402 PATH_SEPARATOR=:
2403 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2404 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2405 PATH_SEPARATOR=';'
2406 }
2407fi
2408
2409
2410# IFS
2411# We need space, tab and new line, in precisely that order. Quoting is
2412# there to prevent editors from complaining about space-tab.
2413# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2414# splitting by setting IFS to empty value.)
2415IFS=" "" $as_nl"
2416
2417# Find who we are. Look in the path if we contain no directory separator.
2418case $0 in #((
2419 *[\\/]* ) as_myself=$0 ;;
2420 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421for as_dir in $PATH
2422do
2423 IFS=$as_save_IFS
2424 test -z "$as_dir" && as_dir=.
2425 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2426 done
2427IFS=$as_save_IFS
2428
2429 ;;
2430esac
2431# We did not find ourselves, most probably we were run as `sh COMMAND'
2432# in which case we are not to be found in the path.
2433if test "x$as_myself" = x; then
2434 as_myself=$0
2435fi
2436if test ! -f "$as_myself"; then
2437 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2438 exit 1
2439fi
2440
2441# Unset variables that we do not need and which cause bugs (e.g. in
2442# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2443# suppresses any "Segmentation fault" message there. '((' could
2444# trigger a bug in pdksh 5.2.14.
2445for as_var in BASH_ENV ENV MAIL MAILPATH
2446do eval test x\${$as_var+set} = xset \
2447 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2448done
2449PS1='$ '
2450PS2='> '
2451PS4='+ '
2452
2453# NLS nuisances.
2454LC_ALL=C
2455export LC_ALL
2456LANGUAGE=C
2457export LANGUAGE
2458
2459# CDPATH.
2460(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2461
2462
2463# as_fn_error ERROR [LINENO LOG_FD]
2464# ---------------------------------
2465# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2466# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2467# script with status $?, using 1 if that was 0.
2468as_fn_error ()
2469{
2470 as_status=$?; test $as_status -eq 0 && as_status=1
2471 if test "$3"; then
2472 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2473 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
2474 fi
2475 $as_echo "$as_me: error: $1" >&2
2476 as_fn_exit $as_status
2477} # as_fn_error
2478
2479
2480# as_fn_set_status STATUS
2481# -----------------------
2482# Set $? to STATUS, without forking.
2483as_fn_set_status ()
2484{
2485 return $1
2486} # as_fn_set_status
2487
2488# as_fn_exit STATUS
2489# -----------------
2490# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2491as_fn_exit ()
2492{
2493 set +e
2494 as_fn_set_status $1
2495 exit $1
2496} # as_fn_exit
2497
2498# as_fn_unset VAR
2499# ---------------
2500# Portably unset VAR.
2501as_fn_unset ()
2502{
2503 { eval $1=; unset $1;}
2504}
2505as_unset=as_fn_unset
2506# as_fn_append VAR VALUE
2507# ----------------------
2508# Append the text in VALUE to the end of the definition contained in VAR. Take
2509# advantage of any shell optimizations that allow amortized linear growth over
2510# repeated appends, instead of the typical quadratic growth present in naive
2511# implementations.
2512if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2513 eval 'as_fn_append ()
2514 {
2515 eval $1+=\$2
2516 }'
2517else
2518 as_fn_append ()
2519 {
2520 eval $1=\$$1\$2
2521 }
2522fi # as_fn_append
2523
2524# as_fn_arith ARG...
2525# ------------------
2526# Perform arithmetic evaluation on the ARGs, and store the result in the
2527# global $as_val. Take advantage of shells that can avoid forks. The arguments
2528# must be portable across $(()) and expr.
2529if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2530 eval 'as_fn_arith ()
2531 {
2532 as_val=$(( $* ))
2533 }'
2534else
2535 as_fn_arith ()
2536 {
2537 as_val=`expr "$@" || test $? -eq 1`
2538 }
2539fi # as_fn_arith
2540
2541
2542if expr a : '\(a\)' >/dev/null 2>&1 &&
2543 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2544 as_expr=expr
2545else
2546 as_expr=false
2547fi
2548
2549if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2550 as_basename=basename
2551else
2552 as_basename=false
2553fi
2554
2555if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2556 as_dirname=dirname
2557else
2558 as_dirname=false
2559fi
2560
2561as_me=`$as_basename -- "$0" ||
2562$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2563 X"$0" : 'X\(//\)$' \| \
2564 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2565$as_echo X/"$0" |
2566 sed '/^.*\/\([^/][^/]*\)\/*$/{
2567 s//\1/
2568 q
2569 }
2570 /^X\/\(\/\/\)$/{
2571 s//\1/
2572 q
2573 }
2574 /^X\/\(\/\).*/{
2575 s//\1/
2576 q
2577 }
2578 s/.*/./; q'`
2579
2580# Avoid depending upon Character Ranges.
2581as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2582as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2583as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2584as_cr_digits='0123456789'
2585as_cr_alnum=$as_cr_Letters$as_cr_digits
2586
2587ECHO_C= ECHO_N= ECHO_T=
2588case `echo -n x` in #(((((
2589-n*)
2590 case `echo 'xy\c'` in
2591 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2592 xy) ECHO_C='\c';;
2593 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2594 ECHO_T=' ';;
2595 esac;;
2596*)
2597 ECHO_N='-n';;
2598esac
2599
2600rm -f conf$$ conf$$.exe conf$$.file
2601if test -d conf$$.dir; then
2602 rm -f conf$$.dir/conf$$.file
2603else
2604 rm -f conf$$.dir
2605 mkdir conf$$.dir 2>/dev/null
2606fi
2607if (echo >conf$$.file) 2>/dev/null; then
2608 if ln -s conf$$.file conf$$ 2>/dev/null; then
2609 as_ln_s='ln -s'
2610 # ... but there are two gotchas:
2611 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2612 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2613 # In both cases, we have to default to `cp -p'.
2614 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2615 as_ln_s='cp -p'
2616 elif ln conf$$.file conf$$ 2>/dev/null; then
2617 as_ln_s=ln
2618 else
2619 as_ln_s='cp -p'
2620 fi
2621else
2622 as_ln_s='cp -p'
2623fi
2624rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2625rmdir conf$$.dir 2>/dev/null
2626
2627
2628# as_fn_mkdir_p
2629# -------------
2630# Create "$as_dir" as a directory, including parents if necessary.
2631as_fn_mkdir_p ()
2632{
2633
2634 case $as_dir in #(
2635 -*) as_dir=./$as_dir;;
2636 esac
2637 test -d "$as_dir" || eval $as_mkdir_p || {
2638 as_dirs=
2639 while :; do
2640 case $as_dir in #(
2641 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2642 *) as_qdir=$as_dir;;
2643 esac
2644 as_dirs="'$as_qdir' $as_dirs"
2645 as_dir=`$as_dirname -- "$as_dir" ||
2646$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2647 X"$as_dir" : 'X\(//\)[^/]' \| \
2648 X"$as_dir" : 'X\(//\)$' \| \
2649 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2650$as_echo X"$as_dir" |
2651 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2652 s//\1/
2653 q
2654 }
2655 /^X\(\/\/\)[^/].*/{
2656 s//\1/
2657 q
2658 }
2659 /^X\(\/\/\)$/{
2660 s//\1/
2661 q
2662 }
2663 /^X\(\/\).*/{
2664 s//\1/
2665 q
2666 }
2667 s/.*/./; q'`
2668 test -d "$as_dir" && break
2669 done
2670 test -z "$as_dirs" || eval "mkdir $as_dirs"
2671 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
2672
2673
2674} # as_fn_mkdir_p
2675if mkdir -p . 2>/dev/null; then
2676 as_mkdir_p='mkdir -p "$as_dir"'
2677else
2678 test -d ./-p && rmdir ./-p
2679 as_mkdir_p=false
2680fi
2681
2682if test -x / >/dev/null 2>&1; then
2683 as_test_x='test -x'
2684else
2685 if ls -dL / >/dev/null 2>&1; then
2686 as_ls_L_option=L
2687 else
2688 as_ls_L_option=
2689 fi
2690 as_test_x='
2691 eval sh -c '\''
2692 if test -d "$1"; then
2693 test -d "$1/.";
2694 else
2695 case $1 in #(
2696 -*)set "./$1";;
2697 esac;
2698 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2699 ???[sx]*):;;*)false;;esac;fi
2700 '\'' sh
2701 '
2702fi
2703as_executable_p=$as_test_x
2704
2705# Sed expression to map a string onto a valid CPP name.
2706as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2707
2708# Sed expression to map a string onto a valid variable name.
2709as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2710
2711
2712exec 6>&1
2713## ----------------------------------- ##
2714## Main body of $CONFIG_STATUS script. ##
2715## ----------------------------------- ##
2716_ASEOF
2717test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2718
2719cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2720# Save the log message, to keep $0 and so on meaningful, and to
2721# report actual input values of CONFIG_FILES etc. instead of their
2722# values after options handling.
2723ac_log="
2724This file was extended by PUSK $as_me 0.9.6, which was
2725generated by GNU Autoconf 2.65. Invocation command line was
2726
2727 CONFIG_FILES = $CONFIG_FILES
2728 CONFIG_HEADERS = $CONFIG_HEADERS
2729 CONFIG_LINKS = $CONFIG_LINKS
2730 CONFIG_COMMANDS = $CONFIG_COMMANDS
2731 $ $0 $@
2732
2733on `(hostname || uname -n) 2>/dev/null | sed 1q`
2734"
2735
2736_ACEOF
2737
2738case $ac_config_files in *"
2739"*) set x $ac_config_files; shift; ac_config_files=$*;;
2740esac
2741
2742
2743
2744cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2745# Files that config.status was made for.
2746config_files="`echo $ac_config_files`"
2747
2748_ACEOF
2749
2750cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2751ac_cs_usage="\
2752\`$as_me' instantiates files and other configuration actions
2753from templates according to the current configuration. Unless the files
2754and actions are specified as TAGs, all are instantiated by default.
2755
2756Usage: $0 [OPTION]... [TAG]...
2757
2758 -h, --help print this help, then exit
2759 -V, --version print version number and configuration settings, then exit
2760 --config print configuration, then exit
2761 -q, --quiet, --silent
2762 do not print progress messages
2763 -d, --debug don't remove temporary files
2764 --recheck update $as_me by reconfiguring in the same conditions
2765 --file=FILE[:TEMPLATE]
2766 instantiate the configuration file FILE
2767
2768Configuration files:
2769$config_files
2770
2771Report bugs to <jean-marc.andre@hp.com>."
2772
2773_ACEOF
2774cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2775ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2776ac_cs_version="\\
2777PUSK config.status 0.9.6
2778configured by $0, generated by GNU Autoconf 2.65,
2779 with options \\"\$ac_cs_config\\"
2780
2781Copyright (C) 2009 Free Software Foundation, Inc.
2782This config.status script is free software; the Free Software Foundation
2783gives unlimited permission to copy, distribute and modify it."
2784
2785ac_pwd='$ac_pwd'
2786srcdir='$srcdir'
2787INSTALL='$INSTALL'
2788MKDIR_P='$MKDIR_P'
2789AWK='$AWK'
2790test -n "\$AWK" || AWK=awk
2791_ACEOF
2792
2793cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2794# The default lists apply if the user does not specify any file.
2795ac_need_defaults=:
2796while test $# != 0
2797do
2798 case $1 in
2799 --*=*)
2800 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2801 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2802 ac_shift=:
2803 ;;
2804 *)
2805 ac_option=$1
2806 ac_optarg=$2
2807 ac_shift=shift
2808 ;;
2809 esac
2810
2811 case $ac_option in
2812 # Handling of the options.
2813 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2814 ac_cs_recheck=: ;;
2815 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2816 $as_echo "$ac_cs_version"; exit ;;
2817 --config | --confi | --conf | --con | --co | --c )
2818 $as_echo "$ac_cs_config"; exit ;;
2819 --debug | --debu | --deb | --de | --d | -d )
2820 debug=: ;;
2821 --file | --fil | --fi | --f )
2822 $ac_shift
2823 case $ac_optarg in
2824 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2825 esac
2826 as_fn_append CONFIG_FILES " '$ac_optarg'"
2827 ac_need_defaults=false;;
2828 --he | --h | --help | --hel | -h )
2829 $as_echo "$ac_cs_usage"; exit ;;
2830 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2831 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2832 ac_cs_silent=: ;;
2833
2834 # This is an error.
2835 -*) as_fn_error "unrecognized option: \`$1'
2836Try \`$0 --help' for more information." ;;
2837
2838 *) as_fn_append ac_config_targets " $1"
2839 ac_need_defaults=false ;;
2840
2841 esac
2842 shift
2843done
2844
2845ac_configure_extra_args=
2846
2847if $ac_cs_silent; then
2848 exec 6>/dev/null
2849 ac_configure_extra_args="$ac_configure_extra_args --silent"
2850fi
2851
2852_ACEOF
2853cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2854if \$ac_cs_recheck; then
2855 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2856 shift
2857 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2858 CONFIG_SHELL='$SHELL'
2859 export CONFIG_SHELL
2860 exec "\$@"
2861fi
2862
2863_ACEOF
2864cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2865exec 5>>config.log
2866{
2867 echo
2868 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2869## Running $as_me. ##
2870_ASBOX
2871 $as_echo "$ac_log"
2872} >&5
2873
2874_ACEOF
2875cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2876_ACEOF
2877
2878cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2879
2880# Handling of arguments.
2881for ac_config_target in $ac_config_targets
2882do
2883 case $ac_config_target in
2884 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2885
2886 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2887 esac
2888done
2889
2890
2891# If the user did not use the arguments to specify the items to instantiate,
2892# then the envvar interface is used. Set only those that are not.
2893# We use the long form for the default assignment because of an extremely
2894# bizarre bug on SunOS 4.1.3.
2895if $ac_need_defaults; then
2896 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2897fi
2898
2899# Have a temporary directory for convenience. Make it in the build tree
2900# simply because there is no reason against having it here, and in addition,
2901# creating and moving files from /tmp can sometimes cause problems.
2902# Hook for its removal unless debugging.
2903# Note that there is a small window in which the directory will not be cleaned:
2904# after its creation but before its name has been assigned to `$tmp'.
2905$debug ||
2906{
2907 tmp=
2908 trap 'exit_status=$?
2909 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2910' 0
2911 trap 'as_fn_exit 1' 1 2 13 15
2912}
2913# Create a (secure) tmp directory for tmp files.
2914
2915{
2916 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2917 test -n "$tmp" && test -d "$tmp"
2918} ||
2919{
2920 tmp=./conf$$-$RANDOM
2921 (umask 077 && mkdir "$tmp")
2922} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
2923
2924# Set up the scripts for CONFIG_FILES section.
2925# No need to generate them if there are no CONFIG_FILES.
2926# This happens for instance with `./config.status config.h'.
2927if test -n "$CONFIG_FILES"; then
2928
2929
2930ac_cr=`echo X | tr X '\015'`
2931# On cygwin, bash can eat \r inside `` if the user requested igncr.
2932# But we know of no other shell where ac_cr would be empty at this
2933# point, so we can use a bashism as a fallback.
2934if test "x$ac_cr" = x; then
2935 eval ac_cr=\$\'\\r\'
2936fi
2937ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2938if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2939 ac_cs_awk_cr='\r'
2940else
2941 ac_cs_awk_cr=$ac_cr
2942fi
2943
2944echo 'BEGIN {' >"$tmp/subs1.awk" &&
2945_ACEOF
2946
2947
2948{
2949 echo "cat >conf$$subs.awk <<_ACEOF" &&
2950 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2951 echo "_ACEOF"
2952} >conf$$subs.sh ||
2953 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2954ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
2955ac_delim='%!_!# '
2956for ac_last_try in false false false false false :; do
2957 . ./conf$$subs.sh ||
2958 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2959
2960 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2961 if test $ac_delim_n = $ac_delim_num; then
2962 break
2963 elif $ac_last_try; then
2964 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
2965 else
2966 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2967 fi
2968done
2969rm -f conf$$subs.sh
2970
2971cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2972cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2973_ACEOF
2974sed -n '
2975h
2976s/^/S["/; s/!.*/"]=/
2977p
2978g
2979s/^[^!]*!//
2980:repl
2981t repl
2982s/'"$ac_delim"'$//
2983t delim
2984:nl
2985h
2986s/\(.\{148\}\)..*/\1/
2987t more1
2988s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2989p
2990n
2991b repl
2992:more1
2993s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2994p
2995g
2996s/.\{148\}//
2997t nl
2998:delim
2999h
3000s/\(.\{148\}\)..*/\1/
3001t more2
3002s/["\\]/\\&/g; s/^/"/; s/$/"/
3003p
3004b
3005:more2
3006s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3007p
3008g
3009s/.\{148\}//
3010t delim
3011' <conf$$subs.awk | sed '
3012/^[^""]/{
3013 N
3014 s/\n//
3015}
3016' >>$CONFIG_STATUS || ac_write_fail=1
3017rm -f conf$$subs.awk
3018cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3019_ACAWK
3020cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3021 for (key in S) S_is_set[key] = 1
3022 FS = ""
3023
3024}
3025{
3026 line = $ 0
3027 nfields = split(line, field, "@")
3028 substed = 0
3029 len = length(field[1])
3030 for (i = 2; i < nfields; i++) {
3031 key = field[i]
3032 keylen = length(key)
3033 if (S_is_set[key]) {
3034 value = S[key]
3035 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3036 len += length(value) + length(field[++i])
3037 substed = 1
3038 } else
3039 len += 1 + keylen
3040 }
3041
3042 print line
3043}
3044
3045_ACAWK
3046_ACEOF
3047cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3048if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3049 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3050else
3051 cat
3052fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3053 || as_fn_error "could not setup config files machinery" "$LINENO" 5
3054_ACEOF
3055
3056# VPATH may cause trouble with some makes, so we remove $(srcdir),
3057# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3058# trailing colons and then remove the whole line if VPATH becomes empty
3059# (actually we leave an empty line to preserve line numbers).
3060if test "x$srcdir" = x.; then
3061 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3062s/:*\$(srcdir):*/:/
3063s/:*\${srcdir}:*/:/
3064s/:*@srcdir@:*/:/
3065s/^\([^=]*=[ ]*\):*/\1/
3066s/:*$//
3067s/^[^=]*=[ ]*$//
3068}'
3069fi
3070
3071cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3072fi # test -n "$CONFIG_FILES"
3073
3074
3075eval set X " :F $CONFIG_FILES "
3076shift
3077for ac_tag
3078do
3079 case $ac_tag in
3080 :[FHLC]) ac_mode=$ac_tag; continue;;
3081 esac
3082 case $ac_mode$ac_tag in
3083 :[FHL]*:*);;
3084 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
3085 :[FH]-) ac_tag=-:-;;
3086 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3087 esac
3088 ac_save_IFS=$IFS
3089 IFS=:
3090 set x $ac_tag
3091 IFS=$ac_save_IFS
3092 shift
3093 ac_file=$1
3094 shift
3095
3096 case $ac_mode in
3097 :L) ac_source=$1;;
3098 :[FH])
3099 ac_file_inputs=
3100 for ac_f
3101 do
3102 case $ac_f in
3103 -) ac_f="$tmp/stdin";;
3104 *) # Look for the file first in the build tree, then in the source tree
3105 # (if the path is not absolute). The absolute path cannot be DOS-style,
3106 # because $ac_f cannot contain `:'.
3107 test -f "$ac_f" ||
3108 case $ac_f in
3109 [\\/$]*) false;;
3110 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3111 esac ||
3112 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3113 esac
3114 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3115 as_fn_append ac_file_inputs " '$ac_f'"
3116 done
3117
3118 # Let's still pretend it is `configure' which instantiates (i.e., don't
3119 # use $as_me), people would be surprised to read:
3120 # /* config.h. Generated by config.status. */
3121 configure_input='Generated from '`
3122 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3123 `' by configure.'
3124 if test x"$ac_file" != x-; then
3125 configure_input="$ac_file. $configure_input"
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3127$as_echo "$as_me: creating $ac_file" >&6;}
3128 fi
3129 # Neutralize special characters interpreted by sed in replacement strings.
3130 case $configure_input in #(
3131 *\&* | *\|* | *\\* )
3132 ac_sed_conf_input=`$as_echo "$configure_input" |
3133 sed 's/[\\\\&|]/\\\\&/g'`;; #(
3134 *) ac_sed_conf_input=$configure_input;;
3135 esac
3136
3137 case $ac_tag in
3138 *:-:* | *:-) cat >"$tmp/stdin" \
3139 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
3140 esac
3141 ;;
3142 esac
3143
3144 ac_dir=`$as_dirname -- "$ac_file" ||
3145$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3146 X"$ac_file" : 'X\(//\)[^/]' \| \
3147 X"$ac_file" : 'X\(//\)$' \| \
3148 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3149$as_echo X"$ac_file" |
3150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3151 s//\1/
3152 q
3153 }
3154 /^X\(\/\/\)[^/].*/{
3155 s//\1/
3156 q
3157 }
3158 /^X\(\/\/\)$/{
3159 s//\1/
3160 q
3161 }
3162 /^X\(\/\).*/{
3163 s//\1/
3164 q
3165 }
3166 s/.*/./; q'`
3167 as_dir="$ac_dir"; as_fn_mkdir_p
3168 ac_builddir=.
3169
3170case "$ac_dir" in
3171.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3172*)
3173 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3174 # A ".." for each directory in $ac_dir_suffix.
3175 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3176 case $ac_top_builddir_sub in
3177 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3178 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3179 esac ;;
3180esac
3181ac_abs_top_builddir=$ac_pwd
3182ac_abs_builddir=$ac_pwd$ac_dir_suffix
3183# for backward compatibility:
3184ac_top_builddir=$ac_top_build_prefix
3185
3186case $srcdir in
3187 .) # We are building in place.
3188 ac_srcdir=.
3189 ac_top_srcdir=$ac_top_builddir_sub
3190 ac_abs_top_srcdir=$ac_pwd ;;
3191 [\\/]* | ?:[\\/]* ) # Absolute name.
3192 ac_srcdir=$srcdir$ac_dir_suffix;
3193 ac_top_srcdir=$srcdir
3194 ac_abs_top_srcdir=$srcdir ;;
3195 *) # Relative name.
3196 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3197 ac_top_srcdir=$ac_top_build_prefix$srcdir
3198 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3199esac
3200ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3201
3202
3203 case $ac_mode in
3204 :F)
3205 #
3206 # CONFIG_FILE
3207 #
3208
3209 case $INSTALL in
3210 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3211 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3212 esac
3213 ac_MKDIR_P=$MKDIR_P
3214 case $MKDIR_P in
3215 [\\/$]* | ?:[\\/]* ) ;;
3216 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3217 esac
3218_ACEOF
3219
3220cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3221# If the template does not know about datarootdir, expand it.
3222# FIXME: This hack should be removed a few years after 2.60.
3223ac_datarootdir_hack=; ac_datarootdir_seen=
3224ac_sed_dataroot='
3225/datarootdir/ {
3226 p
3227 q
3228}
3229/@datadir@/p
3230/@docdir@/p
3231/@infodir@/p
3232/@localedir@/p
3233/@mandir@/p'
3234case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3235*datarootdir*) ac_datarootdir_seen=yes;;
3236*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3238$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3239_ACEOF
3240cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3241 ac_datarootdir_hack='
3242 s&@datadir@&$datadir&g
3243 s&@docdir@&$docdir&g
3244 s&@infodir@&$infodir&g
3245 s&@localedir@&$localedir&g
3246 s&@mandir@&$mandir&g
3247 s&\\\${datarootdir}&$datarootdir&g' ;;
3248esac
3249_ACEOF
3250
3251# Neutralize VPATH when `$srcdir' = `.'.
3252# Shell code in configure.ac might set extrasub.
3253# FIXME: do we really want to maintain this feature?
3254cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3255ac_sed_extra="$ac_vpsub
3256$extrasub
3257_ACEOF
3258cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3259:t
3260/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3261s|@configure_input@|$ac_sed_conf_input|;t t
3262s&@top_builddir@&$ac_top_builddir_sub&;t t
3263s&@top_build_prefix@&$ac_top_build_prefix&;t t
3264s&@srcdir@&$ac_srcdir&;t t
3265s&@abs_srcdir@&$ac_abs_srcdir&;t t
3266s&@top_srcdir@&$ac_top_srcdir&;t t
3267s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3268s&@builddir@&$ac_builddir&;t t
3269s&@abs_builddir@&$ac_abs_builddir&;t t
3270s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3271s&@INSTALL@&$ac_INSTALL&;t t
3272s&@MKDIR_P@&$ac_MKDIR_P&;t t
3273$ac_datarootdir_hack
3274"
3275eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3276 || as_fn_error "could not create $ac_file" "$LINENO" 5
3277
3278test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3279 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3280 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3282which seems to be undefined. Please make sure it is defined." >&5
3283$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3284which seems to be undefined. Please make sure it is defined." >&2;}
3285
3286 rm -f "$tmp/stdin"
3287 case $ac_file in
3288 -) cat "$tmp/out" && rm -f "$tmp/out";;
3289 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3290 esac \
3291 || as_fn_error "could not create $ac_file" "$LINENO" 5
3292 ;;
3293
3294
3295
3296 esac
3297
3298done # for ac_tag
3299
3300
3301as_fn_exit 0
3302_ACEOF
3303ac_clean_files=$ac_clean_files_save
3304
3305test $ac_write_fail = 0 ||
3306 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
3307
3308
3309# configure is writing to config.log, and then calls config.status.
3310# config.status does its own redirection, appending to config.log.
3311# Unfortunately, on DOS this fails, as config.log is still kept open
3312# by configure, so config.status won't be able to write to it; its
3313# output is simply discarded. So we exec the FD to /dev/null,
3314# effectively closing config.log, so it can be properly (re)opened and
3315# appended to by config.status. When coming back to configure, we
3316# need to make the FD available again.
3317if test "$no_create" != yes; then
3318 ac_cs_success=:
3319 ac_config_status_args=
3320 test "$silent" = yes &&
3321 ac_config_status_args="$ac_config_status_args --quiet"
3322 exec 5>/dev/null
3323 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3324 exec 5>>config.log
3325 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3326 # would make configure fail if this is the last instruction.
3327 $ac_cs_success || as_fn_exit $?
3328fi
3329if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3331$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3332fi
3333
Note: See TracBrowser for help on using the repository browser.