"Fossies" - the Fresh Open Source Software Archive 
Member "postal-0.76/config.status" (26 Jan 2021, 28084 Bytes) of package /linux/privat/postal-0.76.tgz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 #! /bin/bash
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/bash}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
103
104 ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
144 {
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149 fi
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152 } # as_fn_error
153
154
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
159 {
160 return $1
161 } # as_fn_set_status
162
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
167 {
168 set +e
169 as_fn_set_status $1
170 exit $1
171 } # as_fn_exit
172
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
177 {
178 { eval $1=; unset $1;}
179 }
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
189 {
190 eval $1+=\$2
191 }'
192 else
193 as_fn_append ()
194 {
195 eval $1=\$$1\$2
196 }
197 fi # as_fn_append
198
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
206 {
207 as_val=$(( $* ))
208 }'
209 else
210 as_fn_arith ()
211 {
212 as_val=`expr "$@" || test $? -eq 1`
213 }
214 fi # as_fn_arith
215
216
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
222 fi
223
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226 else
227 as_basename=false
228 fi
229
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232 else
233 as_dirname=false
234 fi
235
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
243 q
244 }
245 /^X\/\(\/\/\)$/{
246 s//\1/
247 q
248 }
249 /^X\/\(\/\).*/{
250 s//\1/
251 q
252 }
253 s/.*/./; q'`
254
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
271 *)
272 ECHO_N='-n';;
273 esac
274
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278 else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
281 fi
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s'
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -pR'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -pR'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -pR'
295 fi
296 else
297 as_ln_s='cp -pR'
298 fi
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
301
302
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
307 {
308
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
328 q
329 }
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
332 q
333 }
334 /^X\(\/\/\)$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\).*/{
339 s//\1/
340 q
341 }
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352 else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
355 fi
356
357
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p ()
362 {
363 test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
365 as_test_x='test -x'
366 as_executable_p=as_fn_executable_p
367
368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375 exec 6>&1
376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling.
382 ac_log="
383 This file was extended by $as_me, which was
384 generated by GNU Autoconf 2.69. Invocation command line was
385
386 CONFIG_FILES = $CONFIG_FILES
387 CONFIG_HEADERS = $CONFIG_HEADERS
388 CONFIG_LINKS = $CONFIG_LINKS
389 CONFIG_COMMANDS = $CONFIG_COMMANDS
390 $ $0 $@
391
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
393 "
394
395 # Files that config.status was made for.
396 config_files=" Makefile postal.h port.h postal.spec sun/pkginfo"
397 config_headers=" conf.h"
398
399 ac_cs_usage="\
400 \`$as_me' instantiates files and other configuration actions
401 from templates according to the current configuration. Unless the files
402 and actions are specified as TAGs, all are instantiated by default.
403
404 Usage: $0 [OPTION]... [TAG]...
405
406 -h, --help print this help, then exit
407 -V, --version print version number and configuration settings, then exit
408 --config print configuration, then exit
409 -q, --quiet, --silent
410 do not print progress messages
411 -d, --debug don't remove temporary files
412 --recheck update $as_me by reconfiguring in the same conditions
413 --file=FILE[:TEMPLATE]
414 instantiate the configuration file FILE
415 --header=FILE[:TEMPLATE]
416 instantiate the configuration header FILE
417
418 Configuration files:
419 $config_files
420
421 Configuration headers:
422 $config_headers
423
424 Report bugs to the package provider."
425
426 ac_cs_config="'--prefix=/home/etbe/postal/postal-0.76/debian/postal/usr' '--without-openssl'"
427 ac_cs_version="\
428 config.status
429 configured by ./configure, generated by GNU Autoconf 2.69,
430 with options \"$ac_cs_config\"
431
432 Copyright (C) 2012 Free Software Foundation, Inc.
433 This config.status script is free software; the Free Software Foundation
434 gives unlimited permission to copy, distribute and modify it."
435
436 ac_pwd='/home/etbe/postal/postal-0.76'
437 srcdir='.'
438 INSTALL='/usr/bin/install -c'
439 test -n "$AWK" || AWK=awk
440 # The default lists apply if the user does not specify any file.
441 ac_need_defaults=:
442 while test $# != 0
443 do
444 case $1 in
445 --*=?*)
446 ac_option=`expr "X$1" : 'X\([^=]*\)='`
447 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448 ac_shift=:
449 ;;
450 --*=)
451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
452 ac_optarg=
453 ac_shift=:
454 ;;
455 *)
456 ac_option=$1
457 ac_optarg=$2
458 ac_shift=shift
459 ;;
460 esac
461
462 case $ac_option in
463 # Handling of the options.
464 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
465 ac_cs_recheck=: ;;
466 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
467 $as_echo "$ac_cs_version"; exit ;;
468 --config | --confi | --conf | --con | --co | --c )
469 $as_echo "$ac_cs_config"; exit ;;
470 --debug | --debu | --deb | --de | --d | -d )
471 debug=: ;;
472 --file | --fil | --fi | --f )
473 $ac_shift
474 case $ac_optarg in
475 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476 '') as_fn_error $? "missing file argument" ;;
477 esac
478 as_fn_append CONFIG_FILES " '$ac_optarg'"
479 ac_need_defaults=false;;
480 --header | --heade | --head | --hea )
481 $ac_shift
482 case $ac_optarg in
483 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
484 esac
485 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
486 ac_need_defaults=false;;
487 --he | --h)
488 # Conflict between --help and --header
489 as_fn_error $? "ambiguous option: \`$1'
490 Try \`$0 --help' for more information.";;
491 --help | --hel | -h )
492 $as_echo "$ac_cs_usage"; exit ;;
493 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
494 | -silent | --silent | --silen | --sile | --sil | --si | --s)
495 ac_cs_silent=: ;;
496
497 # This is an error.
498 -*) as_fn_error $? "unrecognized option: \`$1'
499 Try \`$0 --help' for more information." ;;
500
501 *) as_fn_append ac_config_targets " $1"
502 ac_need_defaults=false ;;
503
504 esac
505 shift
506 done
507
508 ac_configure_extra_args=
509
510 if $ac_cs_silent; then
511 exec 6>/dev/null
512 ac_configure_extra_args="$ac_configure_extra_args --silent"
513 fi
514
515 if $ac_cs_recheck; then
516 set X /bin/bash './configure' '--prefix=/home/etbe/postal/postal-0.76/debian/postal/usr' '--without-openssl' $ac_configure_extra_args --no-create --no-recursion
517 shift
518 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
519 CONFIG_SHELL='/bin/bash'
520 export CONFIG_SHELL
521 exec "$@"
522 fi
523
524 exec 5>>config.log
525 {
526 echo
527 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
528 ## Running $as_me. ##
529 _ASBOX
530 $as_echo "$ac_log"
531 } >&5
532
533
534 # Handling of arguments.
535 for ac_config_target in $ac_config_targets
536 do
537 case $ac_config_target in
538 "conf.h") CONFIG_HEADERS="$CONFIG_HEADERS conf.h" ;;
539 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
540 "postal.h") CONFIG_FILES="$CONFIG_FILES postal.h" ;;
541 "port.h") CONFIG_FILES="$CONFIG_FILES port.h" ;;
542 "postal.spec") CONFIG_FILES="$CONFIG_FILES postal.spec" ;;
543 "sun/pkginfo") CONFIG_FILES="$CONFIG_FILES sun/pkginfo" ;;
544
545 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
546 esac
547 done
548
549
550 # If the user did not use the arguments to specify the items to instantiate,
551 # then the envvar interface is used. Set only those that are not.
552 # We use the long form for the default assignment because of an extremely
553 # bizarre bug on SunOS 4.1.3.
554 if $ac_need_defaults; then
555 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
556 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
557 fi
558
559 # Have a temporary directory for convenience. Make it in the build tree
560 # simply because there is no reason against having it here, and in addition,
561 # creating and moving files from /tmp can sometimes cause problems.
562 # Hook for its removal unless debugging.
563 # Note that there is a small window in which the directory will not be cleaned:
564 # after its creation but before its name has been assigned to `$tmp'.
565 $debug ||
566 {
567 tmp= ac_tmp=
568 trap 'exit_status=$?
569 : "${ac_tmp:=$tmp}"
570 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
571 ' 0
572 trap 'as_fn_exit 1' 1 2 13 15
573 }
574 # Create a (secure) tmp directory for tmp files.
575
576 {
577 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
578 test -d "$tmp"
579 } ||
580 {
581 tmp=./conf$$-$RANDOM
582 (umask 077 && mkdir "$tmp")
583 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
584 ac_tmp=$tmp
585
586 # Set up the scripts for CONFIG_FILES section.
587 # No need to generate them if there are no CONFIG_FILES.
588 # This happens for instance with `./config.status config.h'.
589 if test -n "$CONFIG_FILES"; then
590
591
592 ac_cr=`echo X | tr X '\015'`
593 # On cygwin, bash can eat \r inside `` if the user requested igncr.
594 # But we know of no other shell where ac_cr would be empty at this
595 # point, so we can use a bashism as a fallback.
596 if test "x$ac_cr" = x; then
597 eval ac_cr=\$\'\\r\'
598 fi
599 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
600 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
601 ac_cs_awk_cr='\\r'
602 else
603 ac_cs_awk_cr=$ac_cr
604 fi
605
606 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
607 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
608 S["LTLIBOBJS"]=""
609 S["LIBOBJS"]=""
610 S["socklen_t"]=""
611 S["large_file"]=""
612 S["crypt_ldflags"]=" -pthread -lgnutls"
613 S["linux_pthread"]="#define LINUX_PTHREAD"
614 S["extra_objs"]="md5.o"
615 S["openssl"]=""
616 S["gnutls"]="#define USE_GNUTLS"
617 S["extra_ldflags"]=" -pthread"
618 S["snprintf"]=""
619 S["true_false"]="0"
620 S["bool"]=""
621 S["semun"]=""
622 S["EGREP"]="/bin/grep -E"
623 S["GREP"]="/bin/grep"
624 S["INSTALL_DATA"]="${INSTALL} -m 644"
625 S["INSTALL_SCRIPT"]="${INSTALL}"
626 S["INSTALL_PROGRAM"]="${INSTALL}"
627 S["CXXCPP"]="g++ -E"
628 S["ac_ct_CXX"]="g++"
629 S["CXXFLAGS"]="-g -O2"
630 S["CXX"]="g++"
631 S["OBJEXT"]="o"
632 S["EXEEXT"]=""
633 S["ac_ct_CC"]="gcc"
634 S["CPPFLAGS"]=""
635 S["LDFLAGS"]="-lpthread"
636 S["CFLAGS"]="-g -O2"
637 S["CC"]="gcc"
638 S["version"]="0.75"
639 S["target_alias"]=""
640 S["host_alias"]=""
641 S["build_alias"]=""
642 S["LIBS"]=""
643 S["ECHO_T"]=""
644 S["ECHO_N"]="-n"
645 S["ECHO_C"]=""
646 S["DEFS"]="-DHAVE_CONFIG_H"
647 S["mandir"]="${datarootdir}/man"
648 S["localedir"]="${datarootdir}/locale"
649 S["libdir"]="${exec_prefix}/lib"
650 S["psdir"]="${docdir}"
651 S["pdfdir"]="${docdir}"
652 S["dvidir"]="${docdir}"
653 S["htmldir"]="${docdir}"
654 S["infodir"]="${datarootdir}/info"
655 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
656 S["oldincludedir"]="/usr/include"
657 S["includedir"]="${prefix}/include"
658 S["runstatedir"]="${localstatedir}/run"
659 S["localstatedir"]="${prefix}/var"
660 S["sharedstatedir"]="${prefix}/com"
661 S["sysconfdir"]="${prefix}/etc"
662 S["datadir"]="${datarootdir}"
663 S["datarootdir"]="${prefix}/share"
664 S["libexecdir"]="${exec_prefix}/libexec"
665 S["sbindir"]="${exec_prefix}/sbin"
666 S["bindir"]="${exec_prefix}/bin"
667 S["program_transform_name"]="s,x,x,"
668 S["prefix"]="/home/etbe/postal/postal-0.76/debian/postal/usr"
669 S["exec_prefix"]="${prefix}"
670 S["PACKAGE_URL"]=""
671 S["PACKAGE_BUGREPORT"]=""
672 S["PACKAGE_STRING"]=""
673 S["PACKAGE_VERSION"]=""
674 S["PACKAGE_TARNAME"]=""
675 S["PACKAGE_NAME"]=""
676 S["PATH_SEPARATOR"]=":"
677 S["SHELL"]="/bin/bash"
678 _ACAWK
679 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
680 for (key in S) S_is_set[key] = 1
681 FS = ""
682
683 }
684 {
685 line = $ 0
686 nfields = split(line, field, "@")
687 substed = 0
688 len = length(field[1])
689 for (i = 2; i < nfields; i++) {
690 key = field[i]
691 keylen = length(key)
692 if (S_is_set[key]) {
693 value = S[key]
694 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
695 len += length(value) + length(field[++i])
696 substed = 1
697 } else
698 len += 1 + keylen
699 }
700
701 print line
702 }
703
704 _ACAWK
705 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
706 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
707 else
708 cat
709 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
710 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
711 fi # test -n "$CONFIG_FILES"
712
713 # Set up the scripts for CONFIG_HEADERS section.
714 # No need to generate them if there are no CONFIG_HEADERS.
715 # This happens for instance with `./config.status Makefile'.
716 if test -n "$CONFIG_HEADERS"; then
717 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
718 BEGIN {
719 D["PACKAGE_NAME"]=" \"\""
720 D["PACKAGE_TARNAME"]=" \"\""
721 D["PACKAGE_VERSION"]=" \"\""
722 D["PACKAGE_STRING"]=" \"\""
723 D["PACKAGE_BUGREPORT"]=" \"\""
724 D["PACKAGE_URL"]=" \"\""
725 D["STDC_HEADERS"]=" 1"
726 D["HAVE_SYS_TYPES_H"]=" 1"
727 D["HAVE_SYS_STAT_H"]=" 1"
728 D["HAVE_STDLIB_H"]=" 1"
729 D["HAVE_STRING_H"]=" 1"
730 D["HAVE_MEMORY_H"]=" 1"
731 D["HAVE_STRINGS_H"]=" 1"
732 D["HAVE_INTTYPES_H"]=" 1"
733 D["HAVE_STDINT_H"]=" 1"
734 D["HAVE_UNISTD_H"]=" 1"
735 D["HAVE_VECTOR"]=" 1"
736 for (key in D) D_is_set[key] = 1
737 FS = ""
738 }
739 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
740 line = $ 0
741 split(line, arg, " ")
742 if (arg[1] == "#") {
743 defundef = arg[2]
744 mac1 = arg[3]
745 } else {
746 defundef = substr(arg[1], 2)
747 mac1 = arg[2]
748 }
749 split(mac1, mac2, "(") #)
750 macro = mac2[1]
751 prefix = substr(line, 1, index(line, defundef) - 1)
752 if (D_is_set[macro]) {
753 # Preserve the white space surrounding the "#".
754 print prefix "define", macro P[macro] D[macro]
755 next
756 } else {
757 # Replace #undef with comments. This is necessary, for example,
758 # in the case of _POSIX_SOURCE, which is predefined and required
759 # on some systems where configure will not decide to define it.
760 if (defundef == "undef") {
761 print "/*", prefix defundef, macro, "*/"
762 next
763 }
764 }
765 }
766 { print }
767 _ACAWK
768 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
769 fi # test -n "$CONFIG_HEADERS"
770
771
772 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
773 shift
774 for ac_tag
775 do
776 case $ac_tag in
777 :[FHLC]) ac_mode=$ac_tag; continue;;
778 esac
779 case $ac_mode$ac_tag in
780 :[FHL]*:*);;
781 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
782 :[FH]-) ac_tag=-:-;;
783 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
784 esac
785 ac_save_IFS=$IFS
786 IFS=:
787 set x $ac_tag
788 IFS=$ac_save_IFS
789 shift
790 ac_file=$1
791 shift
792
793 case $ac_mode in
794 :L) ac_source=$1;;
795 :[FH])
796 ac_file_inputs=
797 for ac_f
798 do
799 case $ac_f in
800 -) ac_f="$ac_tmp/stdin";;
801 *) # Look for the file first in the build tree, then in the source tree
802 # (if the path is not absolute). The absolute path cannot be DOS-style,
803 # because $ac_f cannot contain `:'.
804 test -f "$ac_f" ||
805 case $ac_f in
806 [\\/$]*) false;;
807 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
808 esac ||
809 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
810 esac
811 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
812 as_fn_append ac_file_inputs " '$ac_f'"
813 done
814
815 # Let's still pretend it is `configure' which instantiates (i.e., don't
816 # use $as_me), people would be surprised to read:
817 # /* config.h. Generated by config.status. */
818 configure_input='Generated from '`
819 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
820 `' by configure.'
821 if test x"$ac_file" != x-; then
822 configure_input="$ac_file. $configure_input"
823 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
824 $as_echo "$as_me: creating $ac_file" >&6;}
825 fi
826 # Neutralize special characters interpreted by sed in replacement strings.
827 case $configure_input in #(
828 *\&* | *\|* | *\\* )
829 ac_sed_conf_input=`$as_echo "$configure_input" |
830 sed 's/[\\\\&|]/\\\\&/g'`;; #(
831 *) ac_sed_conf_input=$configure_input;;
832 esac
833
834 case $ac_tag in
835 *:-:* | *:-) cat >"$ac_tmp/stdin" \
836 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
837 esac
838 ;;
839 esac
840
841 ac_dir=`$as_dirname -- "$ac_file" ||
842 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
843 X"$ac_file" : 'X\(//\)[^/]' \| \
844 X"$ac_file" : 'X\(//\)$' \| \
845 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
846 $as_echo X"$ac_file" |
847 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
848 s//\1/
849 q
850 }
851 /^X\(\/\/\)[^/].*/{
852 s//\1/
853 q
854 }
855 /^X\(\/\/\)$/{
856 s//\1/
857 q
858 }
859 /^X\(\/\).*/{
860 s//\1/
861 q
862 }
863 s/.*/./; q'`
864 as_dir="$ac_dir"; as_fn_mkdir_p
865 ac_builddir=.
866
867 case "$ac_dir" in
868 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
869 *)
870 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
871 # A ".." for each directory in $ac_dir_suffix.
872 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
873 case $ac_top_builddir_sub in
874 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
875 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
876 esac ;;
877 esac
878 ac_abs_top_builddir=$ac_pwd
879 ac_abs_builddir=$ac_pwd$ac_dir_suffix
880 # for backward compatibility:
881 ac_top_builddir=$ac_top_build_prefix
882
883 case $srcdir in
884 .) # We are building in place.
885 ac_srcdir=.
886 ac_top_srcdir=$ac_top_builddir_sub
887 ac_abs_top_srcdir=$ac_pwd ;;
888 [\\/]* | ?:[\\/]* ) # Absolute name.
889 ac_srcdir=$srcdir$ac_dir_suffix;
890 ac_top_srcdir=$srcdir
891 ac_abs_top_srcdir=$srcdir ;;
892 *) # Relative name.
893 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
894 ac_top_srcdir=$ac_top_build_prefix$srcdir
895 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
896 esac
897 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
898
899
900 case $ac_mode in
901 :F)
902 #
903 # CONFIG_FILE
904 #
905
906 case $INSTALL in
907 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
908 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
909 esac
910 # If the template does not know about datarootdir, expand it.
911 # FIXME: This hack should be removed a few years after 2.60.
912 ac_datarootdir_hack=; ac_datarootdir_seen=
913 ac_sed_dataroot='
914 /datarootdir/ {
915 p
916 q
917 }
918 /@datadir@/p
919 /@docdir@/p
920 /@infodir@/p
921 /@localedir@/p
922 /@mandir@/p'
923 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
924 *datarootdir*) ac_datarootdir_seen=yes;;
925 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
927 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
928 ac_datarootdir_hack='
929 s&@datadir@&${datarootdir}&g
930 s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
931 s&@infodir@&${datarootdir}/info&g
932 s&@localedir@&${datarootdir}/locale&g
933 s&@mandir@&${datarootdir}/man&g
934 s&\${datarootdir}&${prefix}/share&g' ;;
935 esac
936 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
937 h
938 s///
939 s/^/:/
940 s/[ ]*$/:/
941 s/:\$(srcdir):/:/g
942 s/:\${srcdir}:/:/g
943 s/:@srcdir@:/:/g
944 s/^:*//
945 s/:*$//
946 x
947 s/\(=[ ]*\).*/\1/
948 G
949 s/\n//
950 s/^[^=]*=[ ]*$//
951 }
952
953 :t
954 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
955 s|@configure_input@|$ac_sed_conf_input|;t t
956 s&@top_builddir@&$ac_top_builddir_sub&;t t
957 s&@top_build_prefix@&$ac_top_build_prefix&;t t
958 s&@srcdir@&$ac_srcdir&;t t
959 s&@abs_srcdir@&$ac_abs_srcdir&;t t
960 s&@top_srcdir@&$ac_top_srcdir&;t t
961 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
962 s&@builddir@&$ac_builddir&;t t
963 s&@abs_builddir@&$ac_abs_builddir&;t t
964 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
965 s&@INSTALL@&$ac_INSTALL&;t t
966 $ac_datarootdir_hack
967 "
968 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
969 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
970
971 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
972 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
973 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
974 "$ac_tmp/out"`; test -z "$ac_out"; } &&
975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
976 which seems to be undefined. Please make sure it is defined" >&5
977 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
978 which seems to be undefined. Please make sure it is defined" >&2;}
979
980 rm -f "$ac_tmp/stdin"
981 case $ac_file in
982 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
983 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
984 esac \
985 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
986 ;;
987 :H)
988 #
989 # CONFIG_HEADER
990 #
991 if test x"$ac_file" != x-; then
992 {
993 $as_echo "/* $configure_input */" \
994 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
995 } >"$ac_tmp/config.h" \
996 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
997 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
998 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
999 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1000 else
1001 rm -f "$ac_file"
1002 mv "$ac_tmp/config.h" "$ac_file" \
1003 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1004 fi
1005 else
1006 $as_echo "/* $configure_input */" \
1007 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1008 || as_fn_error $? "could not create -" "$LINENO" 5
1009 fi
1010 ;;
1011
1012
1013 esac
1014
1015 done # for ac_tag
1016
1017
1018 as_fn_exit 0